/* ─────────────────────────────────────────────────────────
   WRAPPER
───────────────────────────────────────────────────────── */
.nav-wrapper {
    padding: 52px 48px 48px;
    font-family: "Jost", sans-serif;
    color: #1B2744;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* ─────────────────────────────────────────────────────────
   BRAND EN TÊTE DE SIDEBAR
───────────────────────────────────────────────────────── */
.nav-brand {
    margin-bottom: 8px;
}

.brand-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1B2744;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.brand-L {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 1.16em;
    letter-spacing: 0;
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
}

.brand-title:hover {
    opacity: 0.65;
}

.nav-icon-brand {
    width: 20px;
    height: 20px;
    opacity: 0.7;
    flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────
   DIVIDER
───────────────────────────────────────────────────────── */
.nav-divider {
    border: none;
    border-top: 1px solid #D0DCE8;
    margin: 28px 0;
}

/* ─────────────────────────────────────────────────────────
   GROUPES DE NAVIGATION
───────────────────────────────────────────────────────── */
.nav-group {
    margin-bottom: 36px;
}

.nav-label {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #8A94A6;
    margin-bottom: 16px;
    font-weight: 400;
}

/* ─────────────────────────────────────────────────────────
   LISTES
───────────────────────────────────────────────────────── */
.nav-list,
.nav-flat {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list li,
.nav-flat li {
    margin: 10px 0;
}

.nav-list a,
.nav-flat a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #1B2744;
    font-family: "Jost", sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    transition: opacity 0.2s ease;
}

.nav-list a:hover,
.nav-flat a:hover {
    opacity: 0.5;
}

/* Liens plats — légèrement plus fins */
.nav-flat a {
    font-size: 0.88rem;
    font-weight: 300;
    letter-spacing: 0.08em;
}

/* ─────────────────────────────────────────────────────────
   ICÔNES (SVG inline — héritent de color via currentColor)
───────────────────────────────────────────────────────── */
.nav-icon {
    width: 14px;
    height: 14px;
    opacity: 0.38;
    flex-shrink: 0;
    display: block;
    transition: opacity 0.2s ease;
}

.nav-list a:hover .nav-icon,
.nav-flat a:hover .nav-icon {
    opacity: 0.55;
}

/* ─────────────────────────────────────────────────────────
   CONTACT
───────────────────────────────────────────────────────── */
.nav-contact {
    margin-top: auto;
    padding-top: 32px;
}

.nav-phone-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8A94A6;
    margin: 0 0 6px;
}

.nav-phone-number {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #1B2744;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: opacity 0.2s ease;
}

.nav-phone-number:hover {
    opacity: 0.55;
}

/* ─────────────────────────────────────────────────────────
   NEWSLETTER
───────────────────────────────────────────────────────── */
.nav-newsletter {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nav-newsletter-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8A94A6;
}

.nav-newsletter-form-row {
    display: flex;
    border: 1px solid #C8D4E0;
    border-radius: 50px;
    overflow: hidden;
}

.nav-newsletter-input {
    flex: 1;
    padding: 11px 14px;
    border: none;
    background: transparent;
    font-family: "Jost", sans-serif;
    font-size: 0.88rem;
    color: #1B2744;
    outline: none;
}

.nav-newsletter-input::placeholder {
    color: rgba(26, 22, 18, 0.3);
}

.nav-newsletter-btn {
    background: none;
    border: none;
    border-left: 1px solid #C8D4E0;
    padding: 10px 16px;
    font-size: 1rem;
    color: #1B2744;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.nav-newsletter-btn:hover {
    background: rgba(26, 22, 18, 0.05);
}

.nav-newsletter-feedback {
    font-size: 0.72rem;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    color: #9B7E54;
    margin: 6px 0 0;
    min-height: 1em;
    letter-spacing: 0.04em;
}

/* ─────────────────────────────────────────────────────────
   FOOTER SIDEBAR
───────────────────────────────────────────────────────── */
.nav-footer {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: #1B2744;
    color: #FDFAF5;
    text-decoration: none;
    font-family: "Jost", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.nav-btn:hover {
    background: #352e27;
}

.nav-lang {
    font-family: "Jost", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
}

.nav-lang span,
.nav-lang a {
    color: #8A94A6;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nav-lang a:hover {
    color: #1B2744;
}

.nav-lang .active {
    font-weight: 500;
    color: #1B2744;
}

/* ─────────────────────────────────────────────────────────
   MOBILE MENU
───────────────────────────────────────────────────────── */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FDFAF5;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1300;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-menu::-webkit-scrollbar { display: none; }

.mobile-menu.open {
    transform: translateX(0);
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────────── */
@media (max-width: 480px) {
    .nav-wrapper {
        padding: 40px 28px 36px;
    }

    .brand-title {
        font-size: 1.35rem;
    }

    .nav-list a {
        font-size: 0.95rem;
    }
}