/* ============================================================
   SHAKERATO LUXE Ã¢â‚¬â€ Premium Brasserie Design System
   A modern luxury aesthetic for Tanger's finest
   ============================================================ */

/* ---------- DESIGN TOKENS ---------- */
:root {
    /* Brand palette Ã¢â‚¬â€ inspired by the blue toile & navy of the real interior */
    --luxe-navy:        #0d2240;
    --luxe-navy-deep:   #060e1a;
    --luxe-navy-light:  #1a3a6b;
    --luxe-navy-mid:    #132d54;
    --luxe-cream:       #f6f1e7;
    --luxe-cream-warm:  #efe5d2;
    --luxe-cream-light: #faf8f3;
    --luxe-gold:        #c9a368;
    --luxe-gold-light:  #d9b87a;
    --luxe-gold-deep:   #a47e3f;
    --luxe-gold-glow:   rgba(201, 163, 104, 0.18);
    --luxe-white:       #ffffff;
    --luxe-offwhite:    #fafaf7;
    --luxe-black:       #0a0a0a;
    --luxe-text:        #1a1a1a;
    --luxe-text-muted:  #6b6b6b;
    --luxe-border:      rgba(13, 34, 64, 0.08);
    --luxe-blue-toile:  #3a6ea5;

    /* Shadows */
    --luxe-shadow:      0 24px 64px -16px rgba(13, 34, 64, 0.2);
    --luxe-shadow-soft: 0 8px 32px -8px rgba(13, 34, 64, 0.1);
    --luxe-shadow-glow: 0 0 80px rgba(201, 163, 104, 0.08);

    /* Typography */
    --luxe-serif:  'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    --luxe-sans:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

    /* Layout */
    --luxe-container:   1280px;
    --luxe-container-narrow: 960px;
    --luxe-radius:      6px;
    --luxe-radius-lg:   16px;
    --luxe-radius-xl:   24px;
    --luxe-transition:  0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --luxe-transition-fast: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --header-h:         80px;
}

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-h);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100%;
}

body, .luxe-body {
    font-family: var(--luxe-sans);
    font-size: 16px;
    line-height: 1.7;
    color: var(--luxe-text);
    background: var(--luxe-cream);
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.luxe-site {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--luxe-transition-fast); }
ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--luxe-serif);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

::selection {
    background: var(--luxe-gold);
    color: var(--luxe-white);
}

/* ---------- UTILITIES ---------- */
.container {
    max-width: var(--luxe-container);
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
}

.container--narrow {
    max-width: var(--luxe-container-narrow);
}

.sr-only,
.screen-reader-text {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

.skip-link:focus {
    position: fixed; top: 8px; left: 8px; z-index: 9999;
    padding: 12px 24px; background: var(--luxe-gold); color: var(--luxe-white);
    font-size: 14px; font-weight: 600; border-radius: var(--luxe-radius);
}

/* ---------- EYEBROW LABELS ---------- */
.luxe-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: var(--luxe-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--luxe-gold);
    margin-bottom: 20px;
}

.luxe-eyebrow__line {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--luxe-gold);
    opacity: 0.5;
}

.luxe-eyebrow--light { color: rgba(255,255,255,0.6); }
.luxe-eyebrow--light .luxe-eyebrow__line { background: rgba(255,255,255,0.25); }

/* ---------- SECTION TITLES ---------- */
.luxe-section-title {
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--luxe-navy);
    margin-bottom: 20px;
}

.luxe-section-title--light { color: var(--luxe-cream); }

.luxe-section-lede {
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.8;
    color: var(--luxe-text-muted);
    max-width: 600px;
}

.luxe-section-lede--light {
    color: rgba(246, 241, 231, 0.65);
}

.luxe-section-header {
    text-align: center;
    margin-bottom: clamp(48px, 6vw, 80px);
}

.luxe-section-header .luxe-section-lede {
    margin: 0 auto;
}

/* ---------- BUTTONS ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 36px;
    font-family: var(--luxe-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1.5px solid transparent;
    border-radius: var(--luxe-radius);
    cursor: pointer;
    transition: all var(--luxe-transition-fast);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
    opacity: 0;
    transition: opacity var(--luxe-transition-fast);
}

.btn:hover::after { opacity: 1; }

.btn--gold {
    background: linear-gradient(135deg, var(--luxe-gold) 0%, var(--luxe-gold-deep) 100%);
    color: var(--luxe-white);
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(201, 163, 104, 0.3);
}

.btn--gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(201, 163, 104, 0.45);
}

.btn--ghost {
    background: transparent;
    color: var(--luxe-cream);
    border-color: rgba(246, 241, 231, 0.3);
    backdrop-filter: blur(4px);
}

.btn--ghost:hover {
    background: var(--luxe-cream);
    color: var(--luxe-navy);
    border-color: var(--luxe-cream);
}

.btn--outline {
    background: transparent;
    color: var(--luxe-cream);
    border-color: rgba(246, 241, 231, 0.4);
}

.btn--outline:hover {
    background: var(--luxe-cream);
    color: var(--luxe-navy);
}

.btn--outline-dark {
    background: transparent;
    color: var(--luxe-navy);
    border-color: var(--luxe-navy);
}

.btn--outline-dark:hover {
    background: var(--luxe-navy);
    color: var(--luxe-cream);
}

.btn--full { width: 100%; }

/* ---------- HEADER Ã¢â‚¬â€ Solid Navy with Gold Border ---------- */
.luxe-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border-bottom: 1px solid rgba(13, 34, 64, 0.08);
    transition: all 0.4s ease;
}

.luxe-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    border-bottom-color: rgba(13, 34, 64, 0.12);
}

.luxe-header__top {
    display: flex;
    align-items: center;
}

.luxe-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-h);
    gap: 24px;
    flex: 1;
    min-width: 0;
}

/* Logo */
.luxe-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 120px;
}

.luxe-logo__img {
    height: 44px;
    width: auto;
    display: block;
    filter: brightness(0);
}

.luxe-logo__text {
    font-family: var(--luxe-serif);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.4em;
    color: var(--luxe-navy);
    text-transform: uppercase;
    line-height: 1;
}

/* Desktop Nav */
.luxe-nav-primary {
    flex: 1;
    display: flex;
    justify-content: center;
}

.luxe-menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.luxe-menu .menu-item a,
.luxe-menu__link {
    display: block;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
    border: 1px solid transparent;
    border-radius: var(--luxe-radius);
    transition: all 0.25s ease;
}

.luxe-menu .menu-item a:hover,
.luxe-menu__link:hover {
    color: var(--luxe-navy);
    background: rgba(13, 34, 64, 0.04);
    border-color: rgba(13, 34, 64, 0.1);
}

.luxe-menu .current-menu-item a,
.luxe-menu .current_page_item a {
    color: var(--luxe-gold);
}

/* Header actions */
.luxe-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    min-width: 200px;
    justify-content: flex-end;
}

/* On mobile, hide the actions wrapper entirely (its children are hidden
   at smaller breakpoints anyway, and its min-width would push the burger
   off-screen). */
@media (max-width: 1024px) {
    .luxe-header__actions { display: none; }
}

.luxe-header__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--luxe-text-muted);
    transition: color 0.2s ease;
}

.luxe-header__phone:hover { color: var(--luxe-navy); }
.luxe-header__phone svg { opacity: 0.6; flex-shrink: 0; }

.luxe-header__cta {
    padding: 10px 24px;
    font-size: 11px;
}

@media (max-width: 1200px) {
    .luxe-header__phone span { display: none; }
}

@media (max-width: 1024px) {
    .luxe-nav-primary { display: none; }
    .luxe-burger { display: flex; }
}

@media (max-width: 640px) {
    .luxe-logo__text { font-size: 20px; letter-spacing: 0.25em; }
    .luxe-header__phone { display: none; }
}

/* Burger */
.luxe-burger {
    display: none;
}

@media (max-width: 1024px) {
    .luxe-burger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        z-index: 110;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        margin: auto 16px auto 0;
        flex-shrink: 0;
    }
}

.luxe-burger span {
    display: block;
    width: 24px;
    height: 1.5px;
    background: var(--luxe-navy);
    transition: all var(--luxe-transition-fast);
    transform-origin: center;
}

.luxe-burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translateY(6.5px); }
.luxe-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.luxe-burger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translateY(-6.5px); }

/* Mobile menu */
.luxe-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: var(--luxe-cream);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding: 100px 32px 48px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.luxe-mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
}

.luxe-mobile-menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.luxe-mobile-menu__list .menu-item a {
    display: block;
    font-family: var(--luxe-serif);
    font-size: 28px;
    font-weight: 400;
    color: var(--luxe-navy);
    padding: 12px 24px;
    letter-spacing: 0.05em;
    transition: color var(--luxe-transition-fast);
}

.luxe-mobile-menu__list .menu-item a:hover { color: var(--luxe-gold); }

.luxe-mobile-menu__actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 280px;
}

.luxe-mobile-menu__actions .btn { text-align: center; }

/* ---------- MAIN ---------- */
.luxe-main { padding-top: var(--header-h); }

/* ============================================================
   HERO Ã¢â‚¬â€ Cinematic Full-Screen with Split Content
   ============================================================ */
.luxe-hero {
    position: relative;
    min-height: 600px;
    max-height: 90vh;
    display: flex;
    align-items: center;
    background: var(--luxe-navy-deep);
    overflow: hidden;
}

.luxe-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-bg) right 20% / cover no-repeat;
    opacity: 1;
    transition: opacity 1.5s ease;
}

.luxe-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    /* Solid white fade from left (text) to completely transparent on the right */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
}

.luxe-hero__overlay { display: none; }

.luxe-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 520px;
}

.luxe-hero__content {
    max-width: 620px;
}

/* Eyebrow */
.luxe-hero__eyebrow {
    color: var(--luxe-gold);
    margin-bottom: 28px;
    animation: slideUp 0.8s ease-out 0.2s both;
}

/* Title */
.luxe-hero__title {
    margin-bottom: 28px;
    color: var(--luxe-navy);
    animation: slideUp 0.8s ease-out 0.4s both;
}

.luxe-hero__title-line {
    display: block;
}

.luxe-hero__title-line--small {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 300;
    font-style: italic;
    color: var(--luxe-navy);
    letter-spacing: 0.04em;
}

.luxe-hero__title-line--large {
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 400;
    color: var(--luxe-navy);
    letter-spacing: -0.02em;
    line-height: 1;
    background: linear-gradient(135deg, var(--luxe-navy) 0%, var(--luxe-navy-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Lede */
.luxe-hero__lede {
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.8;
    color: var(--luxe-text-muted);
    max-width: 480px;
    margin-bottom: 32px;
    animation: slideUp 0.8s ease-out 0.6s both;
}

/* Category pills */
.luxe-hero__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    animation: slideUp 0.8s ease-out 0.7s both;
}

.luxe-hero__categories li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--luxe-navy);
    padding: 6px 16px;
    border: 1px solid rgba(13, 34, 64, 0.1);
    border-radius: 100px;
    backdrop-filter: blur(4px);
}

.luxe-hero__cat-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--luxe-gold);
}

/* CTAs */
.luxe-hero__ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    animation: slideUp 0.8s ease-out 0.8s both;
}

/* Hero Cards */
.luxe-hero__cards {
    position: relative;
    height: 520px;
    animation: slideInRight 1s ease-out 0.5s both;
}

.luxe-hero__card {
    position: absolute;
    border-radius: var(--luxe-radius-xl);
    overflow: hidden;
    box-shadow: var(--luxe-shadow);
    border: 1px solid rgba(246, 241, 231, 0.08);
}

.luxe-hero__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}

.luxe-hero__card:hover img { transform: scale(1.08); }

.luxe-hero__card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(6, 14, 26, 0.4) 100%);
    pointer-events: none;
}

.luxe-hero__card--1 {
    top: 0;
    right: 0;
    width: 72%;
    height: 62%;
    z-index: 2;
}

.luxe-hero__card--2 {
    bottom: 0;
    left: 0;
    width: 58%;
    height: 48%;
    z-index: 1;
}

/* Scroll indicator */
.luxe-hero__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: slideUp 0.8s ease-out 1.2s both;
}

.luxe-hero__scroll span {
    display: block;
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--luxe-gold), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

/* ============================================================
   QUICK BAR Ã¢â‚¬â€ Elegant Info Strip
   ============================================================ */
.luxe-bar {
    background: var(--luxe-navy);
    position: relative;
    overflow: hidden;
}

.luxe-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(201, 163, 104, 0.04) 50%, transparent 100%);
}

.luxe-bar__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.luxe-bar__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 32px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(246, 241, 231, 0.6);
}

.luxe-bar__item + .luxe-bar__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    bottom: 30%;
    width: 1px;
    background: rgba(246, 241, 231, 0.1);
}

.luxe-bar__item--accent {
    color: var(--luxe-gold);
}

.luxe-bar__item svg {
    opacity: 0.5;
    flex-shrink: 0;
}

/* ============================================================
   ABOUT Ã¢â‚¬â€ Founder Story with Parallax
   ============================================================ */
.luxe-about {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--luxe-cream);
    position: relative;
    overflow: hidden;
}

.luxe-about::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--luxe-gold-glow) 0%, transparent 70%);
    pointer-events: none;
}

.luxe-about__grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: center;
}

.luxe-about__visual {
    position: relative;
}

.luxe-about__photo {
    position: relative;
    border-radius: var(--luxe-radius-xl);
    overflow: hidden;
    aspect-ratio: 3/4;
    box-shadow: var(--luxe-shadow);
}

.luxe-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    transition: transform 8s ease;
}

.luxe-about__photo:hover img { transform: scale(1.05); }

.luxe-about__badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 160px;
    height: 160px;
    background: var(--luxe-gold);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(201, 163, 104, 0.35);
    z-index: 2;
}

.luxe-about__badge-year {
    font-family: var(--luxe-serif);
    font-size: 32px;
    font-weight: 500;
    color: var(--luxe-white);
    line-height: 1;
}

.luxe-about__badge-label {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-top: 4px;
}

.luxe-about__text .luxe-section-title {
    margin-bottom: 24px;
}

.luxe-about__desc {
    font-size: 15px;
    line-height: 1.9;
    color: var(--luxe-text-muted);
    margin-bottom: 36px;
}

.luxe-about__desc strong {
    color: var(--luxe-navy);
    font-weight: 500;
}

.luxe-about__signature {
    max-width: 200px;
    opacity: 0.8;
    margin-bottom: 40px;
}

.luxe-about__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--luxe-border);
}

.luxe-about__stat-num {
    font-family: var(--luxe-serif);
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--luxe-navy);
    line-height: 1;
    margin-bottom: 4px;
}

.luxe-about__stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
}

/* ============================================================
   MENU Ã¢â‚¬â€ Bon Matin Cards
   ============================================================ */
section.luxe-menu {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--luxe-cream-light);
}

.luxe-menu__header {
    text-align: center;
    margin-bottom: clamp(48px, 6vw, 72px);
}

.luxe-menu__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.luxe-menu__card {
    background: var(--luxe-white);
    padding: 28px;
    border-radius: var(--luxe-radius-lg);
    box-shadow: var(--luxe-shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(13, 34, 64, 0.04);
}

.luxe-menu__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--luxe-shadow);
}

.luxe-menu__card-top {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.luxe-menu__card-num {
    font-family: var(--luxe-serif);
    font-size: 13px;
    font-weight: 600;
    color: var(--luxe-gold);
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.luxe-menu__card-name {
    font-family: var(--luxe-serif);
    font-size: 20px;
    font-weight: 500;
    color: var(--luxe-navy);
    flex: 1;
}

.luxe-menu__card-price {
    font-family: var(--luxe-serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--luxe-gold-deep);
    flex-shrink: 0;
}

.luxe-menu__card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: var(--luxe-text-muted);
    margin: 0;
    padding-left: 25px;
}

.luxe-menu__footer {
    text-align: center;
    margin-top: 56px;
}

@media (max-width: 640px) {
    .luxe-menu__grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   GALLERY Ã¢â‚¬â€ Asymmetric Luxury Mosaic
   ============================================================ */
.luxe-gallery {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--luxe-cream);
    overflow: hidden;
}

.luxe-gallery__slider {
    width: 100%;
    margin-top: clamp(32px, 4vw, 56px);
    position: relative;
    --swiper-theme-color: var(--luxe-gold);
}

.luxe-gallery__slide-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    align-items: stretch;
}

/* Image left layout */
.luxe-gallery__slide--image-left .luxe-gallery__slide-inner {
    grid-template-columns: 1fr 1fr;
}

/* Image right layout */
.luxe-gallery__slide--image-right .luxe-gallery__slide-inner {
    grid-template-columns: 1fr 1fr;
    direction: rtl; /* Swaps columns */
}
.luxe-gallery__slide--image-right .luxe-gallery__content {
    direction: ltr; /* Reset text direction */
}

/* Themes */
.luxe-gallery__slide--light .luxe-gallery__content { background: var(--luxe-white); color: var(--luxe-navy); }
.luxe-gallery__slide--dark .luxe-gallery__content { background: #151a22; color: var(--luxe-white); }
.luxe-gallery__slide--cream .luxe-gallery__content { background: #EFECE6; color: var(--luxe-navy); }
.luxe-gallery__slide--navy .luxe-gallery__content { background: var(--luxe-navy); color: var(--luxe-cream); }

.luxe-gallery__image-wrap {
    position: relative;
    overflow: hidden;
}

.luxe-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.5s ease;
}

.swiper-slide-active .luxe-gallery__image {
    transform: scale(1.05);
}

.luxe-gallery__content {
    padding: clamp(40px, 8vw, 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.luxe-gallery__title {
    font-family: var(--luxe-serif);
    font-size: clamp(32px, 4vw, 56px);
    margin-bottom: 24px;
    line-height: 1.1;
}

.luxe-gallery__desc {
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.8;
    max-width: 500px;
}

.luxe-gallery__line {
    width: 60px;
    height: 2px;
    background: var(--luxe-gold);
    margin-top: 32px;
    display: block;
}

/* Pagination & Navigation */
.luxe-gallery__pagination.swiper-pagination {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.luxe-gallery__pagination .swiper-pagination-bullet {
    background: var(--luxe-gold);
    opacity: 0.5;
    width: 12px; height: 12px; margin: 0 6px !important;
}
.luxe-gallery__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.luxe-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--luxe-border);
    color: var(--luxe-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.luxe-gallery__nav:hover {
    background: var(--luxe-gold);
    color: var(--luxe-white);
    border-color: var(--luxe-gold);
}

.luxe-gallery__nav--prev { left: 24px; }
.luxe-gallery__nav--next { right: 24px; }

@media (max-width: 900px) {
    .luxe-gallery__slide-inner, 
    .luxe-gallery__slide--image-left .luxe-gallery__slide-inner, 
    .luxe-gallery__slide--image-right .luxe-gallery__slide-inner {
        display: flex;
        flex-direction: column;
        direction: ltr;
        min-height: auto;
    }
    
    .luxe-gallery__slide--image-right .luxe-gallery__content {
        direction: ltr;
    }
    
    .luxe-gallery__image-wrap {
        height: clamp(350px, 60vh, 500px);
        width: 100%;
        position: relative;
    }
    
    /* Creative Floating Card Effect on Mobile */
    .luxe-gallery__content {
        position: relative;
        z-index: 5;
        width: 85%;
        margin: -80px auto 40px; /* Overlaps the image */
        padding: 40px 32px;
        box-shadow: 0 16px 40px -12px rgba(0,0,0,0.25);
        border-radius: 20px;
    }

    /* Alternating asymmetry on mobile */
    .luxe-gallery__slide--image-left .luxe-gallery__content {
        margin-left: 20px;
        margin-right: auto;
        border-top-left-radius: 0;
    }
    
    .luxe-gallery__slide--image-right .luxe-gallery__content {
        margin-right: 20px;
        margin-left: auto;
        border-top-right-radius: 0;
        text-align: right;
    }

    .luxe-gallery__slide--image-right .luxe-gallery__line {
        margin-left: auto;
    }
    
    .luxe-gallery__nav { display: none; }

    .luxe-gallery__slider {
        padding-bottom: 50px;
    }

    .luxe-gallery__pagination.swiper-pagination {
        bottom: 15px !important;
    }
}

/* ============================================================
   TESTIMONIALS Ã¢â‚¬â€ Cinematic Dark Section
   ============================================================ */
@keyframes flowGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.luxe-testimonials {
    padding: clamp(100px, 12vw, 160px) 0;
    background: linear-gradient(-45deg, var(--luxe-navy-deep), var(--luxe-navy-mid), var(--luxe-blue-toile), var(--luxe-navy-deep));
    background-size: 400% 400%;
    animation: flowGradient 20s ease infinite;
    position: relative;
    overflow: hidden;
    color: var(--luxe-white);
}

.luxe-testimonials::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(201, 163, 104, 0.15), transparent 50%),
                radial-gradient(circle at bottom left, rgba(13, 34, 64, 0.5), transparent 50%);
    pointer-events: none;
}

.luxe-testimonials__carousel {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    min-height: 280px;
    z-index: 2;
}

.luxe-testimonials__slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.luxe-testimonials__slide.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.luxe-testimonials__stars {
    display: flex;
    gap: 6px;
    margin-bottom: 32px;
}

.luxe-testimonials__stars svg {
    width: 22px;
    height: 22px;
    fill: var(--luxe-gold);
    filter: drop-shadow(0 2px 8px rgba(201, 163, 104, 0.4));
}

.luxe-testimonials__quote {
    font-family: var(--luxe-serif);
    font-size: clamp(24px, 3.5vw, 42px);
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    color: var(--luxe-white);
    margin: 0 auto 40px;
    max-width: 800px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.01em;
}

.luxe-testimonials__quote::before { 
    content: '\201C'; 
    color: var(--luxe-gold); 
    opacity: 0.5; 
    margin-right: 8px;
}
.luxe-testimonials__quote::after { 
    content: '\201D'; 
    color: var(--luxe-gold); 
    opacity: 0.5; 
    margin-left: 8px;
}

.luxe-testimonials__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.luxe-testimonials__name {
    font-size: 18px;
    font-weight: 500;
    color: var(--luxe-gold);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.luxe-testimonials__role {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1em;
    font-weight: 300;
}

/* Carousel nav */
.luxe-testimonials__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 56px;
    position: relative;
    z-index: 2;
}

.luxe-testimonials__btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: var(--luxe-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--luxe-transition-fast);
    backdrop-filter: blur(4px);
}

.luxe-testimonials__btn:hover {
    background: var(--luxe-gold);
    border-color: var(--luxe-gold);
    color: var(--luxe-white);
    transform: scale(1.1);
}

.luxe-testimonials__dots {
    display: flex;
    gap: 12px;
}

.luxe-testimonials__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    transition: all var(--luxe-transition-fast);
    padding: 0;
}

.luxe-testimonials__dot.is-active {
    background: var(--luxe-gold);
    transform: scale(1.3);
}

/* ============================================================
   RESERVATION CTA Ã¢â‚¬â€ Visual Impact Section
   ============================================================ */
.luxe-cta {
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--luxe-cream);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.luxe-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(201, 163, 104, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 50%, rgba(13, 34, 64, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.luxe-cta__inner {
    position: relative;
    z-index: 1;
}

.luxe-cta__title {
    font-family: var(--luxe-serif);
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 300;
    color: var(--luxe-navy);
    margin-bottom: 20px;
}

.luxe-cta__desc {
    font-size: 15px;
    color: var(--luxe-text-muted);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.luxe-cta__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ============================================================
   CONTACT + RESERVATION FORMS
   ============================================================ */
.luxe-contact {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--luxe-cream-warm);
    position: relative;
}

.luxe-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
}

.luxe-contact__info { padding-top: 20px; }

.luxe-contact__details {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.luxe-contact__details li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--luxe-border);
}

.luxe-contact__detail-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
}

.luxe-contact__detail-value {
    font-size: 16px;
    font-weight: 400;
    color: var(--luxe-navy);
}

.luxe-contact__detail-value:hover { color: var(--luxe-gold); }

/* Forms */
.luxe-form {
    background: var(--luxe-white);
    padding: clamp(28px, 4vw, 44px);
    border-radius: var(--luxe-radius-lg);
    box-shadow: var(--luxe-shadow-soft);
    border: 1px solid rgba(13, 34, 64, 0.04);
}

.luxe-form + .luxe-form { margin-top: 32px; }

.luxe-form__title {
    font-family: var(--luxe-serif);
    font-size: 24px;
    font-weight: 400;
    color: var(--luxe-navy);
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--luxe-gold);
}

.luxe-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.luxe-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.luxe-form__row .luxe-form__field { margin-bottom: 0; }

.luxe-form__field label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
}

.luxe-form__field input,
.luxe-form__field select,
.luxe-form__field textarea {
    font-family: var(--luxe-sans);
    font-size: 16px;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid rgba(13, 34, 64, 0.2);
    border-radius: 0;
    background: transparent;
    color: var(--luxe-navy);
    transition: all var(--luxe-transition-fast);
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.luxe-form__field input:focus,
.luxe-form__field select:focus,
.luxe-form__field textarea:focus {
    border-bottom-color: var(--luxe-gold);
    box-shadow: 0 1px 0 0 var(--luxe-gold);
}

.luxe-form__field textarea { resize: vertical; min-height: 100px; }

/* Alerts */
.luxe-alert {
    padding: 16px 24px;
    border-radius: var(--luxe-radius);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
}

.luxe-alert--success {
    background: rgba(34, 139, 34, 0.08);
    border: 1px solid rgba(34, 139, 34, 0.2);
    color: #1a6b1a;
}

.luxe-alert--error {
    background: rgba(200, 40, 40, 0.08);
    border: 1px solid rgba(200, 40, 40, 0.2);
    color: #8b1a1a;
}

/* ============================================================
   LOCATION Ã¢â‚¬â€ Map + Hours
   ============================================================ */
.luxe-location {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--luxe-white);
}

.luxe-location__grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
}

.luxe-location__hours {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.luxe-location__hours li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--luxe-border);
    font-size: 15px;
}

.luxe-location__hours li span:last-child {
    font-weight: 600;
    color: var(--luxe-navy);
}

.luxe-location__map {
    border-radius: var(--luxe-radius-lg);
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: var(--luxe-shadow-soft);
}

.luxe-location__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ============================================================
   FOOTER Ã¢â‚¬â€ Premium Light Footer
   ============================================================ */
.luxe-footer {
    background: var(--luxe-white);
    color: var(--luxe-navy);
    position: relative;
}

.luxe-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--luxe-gold), transparent);
    opacity: 0.2;
}

.luxe-footer__main {
    padding: 80px 0 48px;
}

.luxe-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
    gap: 48px;
}

.luxe-footer__logo { display: inline-block; margin-bottom: 20px; }
.luxe-footer__logo-img { height: 40px; width: auto; filter: brightness(0); }
.luxe-footer__logo-text {
    font-family: var(--luxe-serif);
    font-size: 22px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--luxe-navy);
}

.luxe-footer__tagline {
    font-size: 14px;
    line-height: 1.7;
    color: var(--luxe-text-muted);
    margin-bottom: 24px;
    max-width: 300px;
}

.luxe-social {
    display: flex;
    gap: 12px;
}

.luxe-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(13, 34, 64, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--luxe-text-muted);
    transition: all var(--luxe-transition-fast);
}

.luxe-social a:hover {
    background: var(--luxe-gold);
    border-color: var(--luxe-gold);
    color: var(--luxe-white);
    transform: translateY(-3px);
}

.luxe-footer__title {
    font-family: var(--luxe-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
    margin-bottom: 24px;
}

.luxe-footer__menu { display: flex; flex-direction: column; gap: 12px; }

.luxe-footer__menu li a {
    font-size: 14px;
    color: var(--luxe-text-muted);
    transition: all var(--luxe-transition-fast);
}

.luxe-footer__menu li a:hover {
    color: var(--luxe-navy);
    padding-left: 6px;
}

.luxe-footer__address {
    font-style: normal;
    font-size: 14px;
    line-height: 1.8;
    color: var(--luxe-text-muted);
}

.luxe-footer__hours { display: flex; flex-direction: column; gap: 8px; }

.luxe-footer__hours li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    gap: 16px;
}

.luxe-footer__hours li span:first-child { color: var(--luxe-text-muted); }
.luxe-footer__hours li span:last-child { color: var(--luxe-navy); font-weight: 500; }

.luxe-footer__phone {
    display: inline-block;
    margin-top: 16px;
    font-size: 15px;
    color: var(--luxe-navy);
    font-weight: 500;
}

.luxe-footer__phone:hover { color: var(--luxe-gold); }

/* Footer bottom */
.luxe-footer__bottom {
    border-top: 1px solid rgba(13, 34, 64, 0.06);
    padding: 24px 0;
}

.luxe-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--luxe-text-muted);
}

.luxe-footer__credit a {
    color: var(--luxe-gold);
    font-weight: 500;
}

.luxe-footer__credit a:hover { color: var(--luxe-gold-light); }

/* ============================================================
   INNER PAGE STYLES
   ============================================================ */
.luxe-page-hero {
    position: relative;
    padding: clamp(100px, 15vw, 180px) 0 clamp(60px, 8vw, 100px);
    background: var(--luxe-offwhite);
    text-align: center;
    overflow: hidden;
}

.luxe-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--page-hero-bg, var(--hero-bg, none)) center 80% / cover no-repeat;
    opacity: 0.7;
    filter: saturate(1);
}

.luxe-page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.luxe-page-hero__inner {
    position: relative;
    z-index: 2;
}

.luxe-page-hero__title {
    font-family: var(--luxe-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: var(--luxe-navy);
    margin-bottom: 16px;
}

.luxe-page-hero__breadcrumb {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
}

.luxe-page-hero__breadcrumb a { color: var(--luxe-navy); }
.luxe-page-hero__breadcrumb a:hover { color: var(--luxe-gold); }

/* Inner page content area */
.luxe-page-content {
    padding: clamp(60px, 8vw, 100px) 0;
}

.luxe-page-content--no-padding {
    padding: 0;
}

/* Inner page sections */
.luxe-inner-section {
    padding: clamp(48px, 6vw, 80px) 0;
}

.luxe-inner-section + .luxe-inner-section {
    border-top: 1px solid var(--luxe-border);
}

/* Editorial Histoire page */
.luxe-editorial-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.luxe-editorial-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 34, 64, 0.4);
}

.luxe-editorial-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--luxe-white);
}

.luxe-editorial-hero__title {
    font-family: var(--luxe-serif);
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 300;
    color: var(--luxe-white);
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.luxe-editorial-intro {
    position: relative;
    padding: clamp(80px, 10vw, 120px) 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.luxe-editorial-intro__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.94); /* Soft white overlay for readability */
}

.luxe-editorial-intro .container {
    position: relative;
    z-index: 2;
}

.luxe-editorial-intro__inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.luxe-editorial-intro__text {
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.8;
    color: var(--luxe-navy);
    font-weight: 300;
}

.luxe-dropcap {
    float: left;
    font-family: var(--luxe-serif);
    font-size: 80px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 12px;
    color: var(--luxe-gold);
}

.luxe-editorial-founder {
    position: relative;
    padding: clamp(80px, 10vw, 140px) 20px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.luxe-editorial-founder__overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 34, 64, 0.85); /* Navy overlay */
}

.luxe-editorial-founder__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    background: var(--luxe-white);
    color: var(--luxe-navy);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.luxe-editorial-founder__media {
    position: relative;
}

.luxe-editorial-founder__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.luxe-editorial-founder__content {
    padding: clamp(40px, 6vw, 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.luxe-editorial-founder__name {
    font-family: var(--luxe-serif);
    font-size: clamp(2.5rem, 4vw, 4rem);
    margin-bottom: 32px;
    color: var(--luxe-navy);
}

.luxe-editorial-founder__text p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--luxe-text-muted);
    margin-bottom: 24px;
}

@media (max-width: 900px) {
    .luxe-editorial-hero {
        height: 50vh;
        min-height: 350px;
    }
    .luxe-editorial-hero__title {
        font-size: clamp(2rem, 8vw, 3.2rem);
        padding: 0 20px;
    }
    .luxe-editorial-founder__grid {
        grid-template-columns: 1fr;
        box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    }
    .luxe-editorial-founder__media {
        height: 380px;
    }
    .luxe-editorial-founder__content {
        padding: 40px 24px;
    }
    .luxe-editorial-founder__name {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
}

.luxe-editorial-origin {
    position: relative;
    padding: clamp(100px, 12vw, 160px) 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}

.luxe-editorial-origin__overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 34, 64, 0.85);
}

.luxe-editorial-origin__inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.luxe-editorial-origin__quote {
    font-family: var(--luxe-serif);
    font-size: clamp(24px, 3.5vw, 32px);
    line-height: 1.6;
    color: var(--luxe-gold);
    font-style: italic;
    margin: 40px 0;
}

.luxe-editorial-origin__author {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--luxe-white);
}

.luxe-histoire-gallery {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--luxe-cream);
}

.luxe-histoire-gallery__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.luxe-histoire-gallery__item {
    border-radius: var(--luxe-radius-xl);
    overflow: hidden;
    box-shadow: var(--luxe-shadow);
}

.luxe-histoire-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.luxe-histoire-gallery__item:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .luxe-histoire-gallery__grid {
        grid-template-columns: 1fr;
    }
}

/* Full menu page */
.luxe-custom-hero {
    position: relative;
    padding: clamp(120px, 15vw, 180px) 20px clamp(80px, 10vw, 120px);
    text-align: center;
    overflow: hidden;
    /* Removed static background properties in favor of swiper slider */
}

.luxe-menu-hero__slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.luxe-menu-hero__slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.luxe-menu-hero__slider .luxe-custom-hero__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.luxe-custom-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 34, 64, 0.4) 0%, rgba(13, 34, 64, 0.95) 100%);
    z-index: 1;
}

.luxe-custom-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.luxe-custom-hero__title {
    font-family: var(--luxe-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: var(--luxe-white);
    margin-bottom: 24px;
}

.luxe-custom-hero__lede {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.luxe-fullmenu {
    padding: clamp(40px, 6vw, 60px) 0 clamp(60px, 8vw, 100px);
}

.luxe-fullmenu__tabs {
    margin-bottom: 64px;
    border-bottom: 1px solid var(--luxe-border);
}

.luxe-fullmenu__tabs-scroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.luxe-fullmenu__tab {
    padding: 0 0 16px 0;
    font-family: var(--luxe-serif);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--luxe-text-muted);
    cursor: pointer;
    transition: all var(--luxe-transition-fast);
    margin-bottom: -1px; /* Overlap the container border */
}

.luxe-fullmenu__tab:hover {
    color: var(--luxe-gold);
}

.luxe-fullmenu__tab.is-active {
    background: transparent;
    color: var(--luxe-navy);
    border-bottom-color: var(--luxe-gold);
}

.luxe-fullmenu__panel {
    display: none;
    animation: fadeInUp 0.4s ease-out;
}

.luxe-fullmenu__panel.is-active {
    display: block;
}

.luxe-fullmenu__grid {
    column-count: 2;
    column-gap: 60px;
}

.luxe-fullmenu__subcat {
    break-inside: avoid;
    margin-bottom: 48px;
}

.luxe-fullmenu__subcat-title {
    font-family: var(--luxe-serif);
    font-size: 26px;
    color: var(--luxe-navy);
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(201, 163, 104, 0.3);
}

.luxe-fullmenu__subcat-note {
    font-size: 13px;
    color: var(--luxe-text-muted);
    margin-bottom: 24px;
    font-style: italic;
}

.luxe-fullmenu__subcat-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: var(--luxe-radius);
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.luxe-fullmenu__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.luxe-menu__item {
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
    border-radius: var(--luxe-radius);
    transition: background var(--luxe-transition-fast);
    cursor: pointer;
    opacity: 0; /* Hidden initially for animation */
    transform: translateY(10px);
}

.luxe-fullmenu__panel.is-active .luxe-menu__item {
    animation: fadeInUp 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: var(--delay, 0s);
}

.luxe-menu__item:hover {
    background: rgba(201, 163, 104, 0.08);
}

.luxe-menu__item-top {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.luxe-menu__item-name {
    font-family: var(--luxe-serif);
    font-size: 20px;
    color: var(--luxe-navy);
    font-weight: 500;
    margin: 0;
}

.luxe-menu__item-dots {
    flex: 1;
    border-bottom: 2px dotted rgba(13, 34, 64, 0.15);
    margin: 0 4px;
    position: relative;
    top: -4px;
}

.luxe-menu__item-price {
    font-family: var(--luxe-serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--luxe-gold-deep);
    white-space: nowrap;
}

.luxe-menu__item-desc {
    font-size: 14px;
    color: var(--luxe-text-muted);
    margin: 4px 0 0 0;
    line-height: 1.5;
    padding-right: 40px;
}

.luxe-fullmenu__footer {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid var(--luxe-border);
}

.luxe-fullmenu__note {
    font-size: 13px;
    color: var(--luxe-text-muted);
    margin-bottom: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Schedule page */
.luxe-schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.luxe-schedule-table th,
.luxe-schedule-table td {
    padding: 16px 24px;
    text-align: left;
    border-bottom: 1px solid var(--luxe-border);
}

.luxe-schedule-table th {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
    background: var(--luxe-offwhite);
}

.luxe-schedule-table td {
    font-size: 15px;
}

.luxe-schedule-table tr:hover td {
    background: rgba(201, 163, 104, 0.04);
}

.luxe-open-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.luxe-open-badge--open {
    background: rgba(34, 139, 34, 0.1);
    color: #228b22;
}

.luxe-open-badge--closed {
    background: rgba(200, 40, 40, 0.08);
    color: #c82828;
}

.luxe-open-badge__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.luxe-open-badge--open .luxe-open-badge__dot { background: #228b22; }
.luxe-open-badge--closed .luxe-open-badge__dot { background: #c82828; }

/* Contact page full-width map */
.luxe-map-full {
    width: 100%;
    height: 400px;
    border-radius: var(--luxe-radius-lg);
    overflow: hidden;
    box-shadow: var(--luxe-shadow-soft);
    margin-bottom: 48px;
}

.luxe-map-full iframe { width: 100%; height: 100%; border: 0; }

/* Contact cards grid */
.luxe-contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.luxe-contact-card {
    padding: 32px 24px;
    background: var(--luxe-white);
    border-radius: var(--luxe-radius-lg);
    border: 1px solid var(--luxe-border);
    text-align: center;
    transition: all var(--luxe-transition-fast);
}

.luxe-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--luxe-shadow-soft);
}

.luxe-contact-card__icon {
    width: 48px; height: 48px;
    margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    background: var(--luxe-gold-glow);
    border-radius: 50%;
    color: var(--luxe-gold);
}

.luxe-contact-card__label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
    margin-bottom: 8px;
}

.luxe-contact-card__value {
    font-size: 16px;
    color: var(--luxe-navy);
    font-weight: 500;
}

/* Reservation page enhanced */
.luxe-res-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.luxe-res-sidebar {
    position: relative;
    padding: 60px 40px;
    border-radius: 24px;
    color: var(--luxe-cream);
    overflow: hidden;
    background-color: var(--luxe-navy-deep);
    background-image: var(--sidebar-bg);
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 48px -12px rgba(13, 34, 64, 0.2);
}

.luxe-res-sidebar__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13, 34, 64, 0.95) 0%, rgba(13, 34, 64, 0.7) 100%);
    z-index: 1;
}

.luxe-res-sidebar__content {
    position: relative;
    z-index: 2;
}

.luxe-res-sidebar__title {
    font-family: var(--luxe-serif);
    font-size: 32px;
    margin-bottom: 32px;
    color: var(--luxe-gold);
    line-height: 1.2;
}

.luxe-res-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.luxe-res-sidebar__list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(246, 241, 231, 0.9);
}

.luxe-res-sidebar__list li svg {
    color: var(--luxe-gold);
    flex-shrink: 0;
    margin-top: 2px;
}

.luxe-res-sidebar__hours-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.luxe-res-sidebar__hours-block strong {
    color: var(--luxe-white);
    font-weight: 500;
}

.luxe-reservation-sidebar__note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--luxe-cream);
    backdrop-filter: blur(8px);
}

.luxe-reservation-sidebar__note svg {
    color: var(--luxe-gold);
    flex-shrink: 0;
    margin-top: 2px;
}


/* Form Polish */
.luxe-reservation-main__form-col {
    background: var(--luxe-white);
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.05);
}

.luxe-reservation-main__form-col .luxe-form {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
    /* transform-only — content stays visible even if animation is skipped */
    from { transform: translateY(16px); }
    to   { transform: translateY(0); }
}

@keyframes slideInRight {
    /* transform-only — content stays visible even if animation is skipped */
    from { transform: translateX(40px); }
    to   { transform: translateX(0); }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(1); }
    50%      { opacity: 1;   transform: scaleY(1.2); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.4; }
}

/* Scroll-triggered reveal */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    .reveal { opacity: 1; transform: none; }
    html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE Ã¢â‚¬â€ Mobile-First Excellence
   ============================================================ */

/* Tablet landscape */
@media (max-width: 1200px) {
    .luxe-res-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .luxe-reservation-main__form-col {
        padding: 32px;
    }
    .luxe-res-sidebar {
        padding: 40px 32px;
    }
}

@media (max-width: 1024px) {
    .luxe-nav-primary { display: none; }
    .luxe-burger { display: flex; }
    .luxe-header__cta { display: none; }

    /* Hero: image fills the section, content sits at the bottom */
    .luxe-hero {
        min-height: 100vh;
        min-height: 100dvh;
        max-height: none;
        align-items: flex-end;
    }
    .luxe-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 0;
        padding-bottom: 24px;
        min-height: auto;
    }
    .luxe-hero::before {
        background-position: center 20%;
        background-size: cover;
    }
    
    .luxe-hero::after {
        /* Bottom-up gradient — starts earlier so all text sits on a readable backdrop */
        display: block;
        background: linear-gradient(
            to bottom,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.15) 20%,
            rgba(255,255,255,0.6) 38%,
            rgba(255,255,255,0.88) 52%,
            rgba(255,255,255,0.96) 65%,
            rgba(255,255,255,1) 80%
        );
    }

    .luxe-hero__content { 
        max-width: 100%; 
        margin: 0 auto; 
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 20px 20px 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

    .luxe-hero__eyebrow {
        text-shadow: 0 0 12px rgba(255,255,255,0.9), 0 0 24px rgba(255,255,255,0.7);
    }
    .luxe-hero__title {
        text-shadow: 0 0 10px rgba(255,255,255,0.8);
    }
    .luxe-hero__title-line--large {
        /* Override the gradient text effect for better mobile readability */
        -webkit-text-fill-color: var(--luxe-navy);
        text-shadow: 0 0 12px rgba(255,255,255,0.8);
    }
    .luxe-hero__categories { justify-content: center; }
    .luxe-hero__ctas { justify-content: center; }

    .luxe-hero__cards {
        display: none;
    }

    .luxe-hero__scroll { display: none; }

    .luxe-about__grid { grid-template-columns: 1fr; }
    .luxe-about__visual { max-width: 400px; margin: 0 auto; }

    .luxe-contact__grid { grid-template-columns: 1fr; }
    .luxe-location__grid { grid-template-columns: 1fr; }

    .luxe-footer__grid { grid-template-columns: 1fr 1fr; }

    .luxe-histoire__grid { grid-template-columns: 1fr; }
    
    .luxe-res-grid { 
        grid-template-columns: 1fr; 
        gap: 32px;
    }
    .luxe-reservation-main__form-col {
        padding: 24px;
        border-radius: 16px;
    }
    .luxe-res-sidebar {
        padding: 40px 24px;
        border-radius: 16px;
    }
}

/* Tablet portrait */
@media (max-width: 768px) {
    :root { --header-h: 68px; }

    .luxe-hero__title-line--large {
        font-size: clamp(2.8rem, 12vw, 4.5rem);
    }

    .luxe-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }

    .luxe-gallery__item--tall { grid-row: span 1; }
    .luxe-gallery__item--wide { grid-column: span 1; }

    .luxe-about__stats { grid-template-columns: repeat(3, 1fr); gap: 20px; }

    .luxe-bar__inner { flex-direction: column; align-items: center; }
    .luxe-bar__item + .luxe-bar__item::before { display: none; }

    .luxe-footer__grid { grid-template-columns: 1fr; gap: 36px; }
    .luxe-footer__bottom-inner { flex-direction: column; gap: 8px; text-align: center; }

    .luxe-values { grid-template-columns: 1fr; }
    .luxe-contact-cards { grid-template-columns: 1fr 1fr; }
    .luxe-fullmenu__grid { column-count: 1; }
}

/* Mobile */
@media (max-width: 600px) {
    .luxe-hero__content {
        padding: 16px 16px 0;
    }

    .luxe-hero__eyebrow {
        margin-bottom: 16px;
    }

    .luxe-hero__title {
        margin-bottom: 16px;
    }

    .luxe-hero__lede { max-width: 100%; font-size: 15px; margin-bottom: 20px; line-height: 1.6; }
    .luxe-hero__categories { flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 24px; }
    .luxe-hero__categories li {
        padding: 4px 12px;
        font-size: 11px;
        background: rgba(255,255,255,0.7);
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        border: none;
    }

    .luxe-hero__title-line { font-size: clamp(2rem, 7vw, 2.6rem); line-height: 1.1; }
    .luxe-hero__title-line--large { font-size: clamp(2.6rem, 10vw, 3.5rem); line-height: 1.1; }

    .luxe-hero__ctas {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .luxe-hero__ctas .btn { width: 100%; justify-content: center; }

    /* About section mobile */
    .luxe-about::before { right: -50px; top: -50px; opacity: 0.1; }
    .luxe-about__grid { gap: 40px; }
    .luxe-about__stats { grid-template-columns: 1fr; gap: 24px; text-align: center; }
    .luxe-about__stat-num { font-size: 40px; }
    .luxe-about__badge { width: 100px; height: 100px; bottom: -10px; right: 0; }
    .luxe-about__badge-year { font-size: 22px; }
    .luxe-about__text .luxe-section-title { font-size: 32px; }

    /* Menu item mobile */
    .luxe-menu__item {
        padding: 12px 0;
        border-bottom: 1px dashed rgba(201, 163, 104, 0.3);
        border-radius: 0;
        background: transparent !important;
    }
    .luxe-menu__item-top {
        flex-wrap: wrap;
    }
    .luxe-menu__item-dots { display: none; }
    .luxe-menu__item-price { margin-left: auto; }
    .luxe-menu__item-name { font-size: 16px; }

    .luxe-form__row { grid-template-columns: 1fr; }
    .luxe-form {
        padding: 24px 16px;
        border-radius: 16px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .luxe-testimonials__carousel { min-height: 380px; }
    .luxe-testimonials__quote { font-size: 18px; line-height: 1.6; }
    .luxe-testimonials__nav { gap: 12px; }
    .luxe-testimonials__btn { width: 40px; height: 40px; }

    .luxe-contact-cards { grid-template-columns: 1fr; gap: 16px; }
    .luxe-map-full { height: 300px; }

    /* General section padding for mobile to feel tighter */
    .luxe-section { padding: 60px 0; }
    .luxe-gallery { padding: 60px 0; }
    .luxe-gallery__content { padding: 32px 20px; margin: -60px auto 32px; width: 92%; }
    .luxe-gallery__title { font-size: 28px; margin-bottom: 16px; }
    .luxe-gallery__desc { font-size: 15px; }
    .luxe-gallery__image-wrap { height: 380px; }
}

/* Small mobile */
@media (max-width: 380px) {
    .luxe-hero__title-line--large { font-size: 2.5rem; }
    .luxe-logo__img { height: 36px; }
    .luxe-logo__text { font-size: 18px; letter-spacing: 0.2em; }

    .luxe-header__phone span { display: none; }
}

/* Menu tabs scrollable on mobile */
@media (max-width: 640px) {
    .luxe-menu-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 6px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .luxe-menu-tabs::-webkit-scrollbar { display: none; }
    .luxe-menu-tab { flex-shrink: 0; }
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.luxe-breadcrumb__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.luxe-breadcrumb__item + .luxe-breadcrumb__item::before {
    content: '/';
    margin-right: 8px;
    opacity: 0.3;
}

.luxe-breadcrumb__item a {
    color: var(--luxe-navy);
    transition: color var(--luxe-transition-fast);
}

.luxe-breadcrumb__item a:hover {
    color: var(--luxe-gold);
}

.luxe-breadcrumb__item--current {
    color: var(--luxe-navy);
}

/* ============================================================
   PAGE CTA Ã¢â‚¬â€ Bottom CTA for inner pages
   ============================================================ */
.luxe-page-cta {
    position: relative;
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--luxe-cream);
    text-align: center;
    overflow: hidden;
}

.luxe-page-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(201, 163, 104, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 50%, rgba(13, 34, 64, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.luxe-page-cta__inner {
    position: relative;
    z-index: 1;
}

.luxe-page-cta__inner .luxe-section-title {
    margin-bottom: 16px;
}

.luxe-page-cta__inner .luxe-section-lede {
    margin: 0 auto 32px;
}

.luxe-page-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.luxe-eyebrow--gold {
    color: var(--luxe-gold);
}

.luxe-eyebrow--gold .luxe-eyebrow__line {
    background: var(--luxe-gold);
    opacity: 0.4;
}

/* ============================================================
   CONTACT PAGE STYLING
   ============================================================ */

/* Combined Map and Info Block */
.luxe-contact-info-map {
    padding: clamp(60px, 8vw, 100px) 0;
    margin-bottom: 0;
}

.luxe-contact-info-map__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(30px, 4vw, 50px);
    align-items: stretch;
}

.luxe-contact-info-map__map {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--luxe-shadow-soft);
    border: 1px solid var(--luxe-border);
    min-height: 400px;
}

.luxe-contact-info-map__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: contrast(1.05) saturate(0.9);
}

.luxe-contact-cards__grid-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
}

.luxe-contact-cards__grid-mini .luxe-contact-card {
    padding: 30px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.luxe-contact-card {
    background: var(--luxe-white);
    border-radius: 20px;
    border: 1px solid var(--luxe-border);
    text-align: center;
    transition: all var(--luxe-transition-fast);
    box-shadow: 0 10px 30px rgba(13, 34, 64, 0.02);
}

.luxe-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(13, 34, 64, 0.06);
    border-color: var(--luxe-gold-glow);
}

.luxe-contact-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--luxe-gold-glow);
    border-radius: 50%;
    color: var(--luxe-gold);
    transition: all var(--luxe-transition-fast);
}

.luxe-contact-card:hover .luxe-contact-card__icon {
    background: var(--luxe-gold);
    color: var(--luxe-white);
}

.luxe-contact-card__title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--luxe-text-muted);
    margin-bottom: 8px;
}

.luxe-contact-card__value {
    display: block;
    font-size: 16px;
    color: var(--luxe-navy);
    font-weight: 500;
    transition: color var(--luxe-transition-fast);
}

a.luxe-contact-card__value:hover {
    color: var(--luxe-gold);
}

.luxe-contact-card__note {
    font-size: 12px;
    color: var(--luxe-text-muted);
    margin-top: 8px;
    line-height: 1.4;
}

.luxe-contact-card__social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 4px;
}

.luxe-contact-card__social a {
    font-size: 13px;
    color: var(--luxe-navy);
    font-weight: 500;
    transition: color var(--luxe-transition-fast);
}

.luxe-contact-card__social a:hover {
    color: var(--luxe-gold);
}

/* Contact Form + Hours Sidebar Grid */
.luxe-contact-form-section {
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--luxe-cream-warm);
    border-top: 1px solid var(--luxe-border);
}

.luxe-contact-form-section__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
}

.luxe-contact-form-section__form {
    background: var(--luxe-white);
    padding: clamp(32px, 5vw, 48px);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(13, 34, 64, 0.03);
    border: 1px solid rgba(13, 34, 64, 0.04);
}

.luxe-contact-form-section__form .luxe-form {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.luxe-contact-form-section__hours {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Hours Sidebar Card */
.luxe-hours-card {
    background: var(--luxe-white);
    padding: 40px;
    border-radius: 24px;
    border: 1px solid var(--luxe-border);
    box-shadow: 0 10px 30px rgba(13, 34, 64, 0.02);
}

.luxe-hours-card--dark {
    background: var(--luxe-navy-deep);
    border: none;
    color: var(--luxe-cream);
    box-shadow: 0 25px 50px -12px rgba(13, 34, 64, 0.15);
    background-image: radial-gradient(circle at top right, rgba(201, 163, 104, 0.08), transparent 70%);
}

.luxe-hours-card__title {
    font-family: var(--luxe-serif);
    font-size: 24px;
    margin-bottom: 24px;
    color: var(--luxe-navy);
}

.luxe-hours-card--dark .luxe-hours-card__title {
    color: var(--luxe-gold);
}

.luxe-hours-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.luxe-hours-card__list li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(13, 34, 64, 0.05);
    font-size: 15px;
    color: var(--luxe-text);
}

.luxe-hours-card--dark .luxe-hours-card__list li {
    border-bottom-color: rgba(246, 241, 231, 0.08);
    color: rgba(246, 241, 231, 0.85);
}

.luxe-hours-card__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.luxe-hours-card__list li span:first-child {
    font-weight: 500;
}

.luxe-hours-card__list li span:last-child {
    color: var(--luxe-text-muted);
}

.luxe-hours-card--dark .luxe-hours-card__list li span:last-child {
    color: var(--luxe-gold);
}

.luxe-hours-card__text {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(246, 241, 231, 0.8);
    margin-bottom: 24px;
}

.luxe-hours-card__phone {
    display: block;
    font-family: var(--luxe-serif);
    font-size: 28px;
    color: var(--luxe-white);
    margin-bottom: 24px;
    font-weight: 400;
    transition: color var(--luxe-transition-fast);
}

.luxe-hours-card__phone:hover {
    color: var(--luxe-gold);
}

/* Responsive adjustment */
@media (max-width: 1024px) {
    .luxe-contact-form-section__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .luxe-contact-info-map__grid {
        grid-template-columns: 1fr;
    }
    .luxe-contact-info-map__map {
        order: 2; /* Map goes under contact details on mobile */
        height: 350px;
        min-height: auto;
    }
    .luxe-contact-info-map__info {
        order: 1; /* Contact details float to the top */
    }
}

@media (max-width: 768px) {
    .luxe-hours-card {
        padding: 30px 24px;
    }
    .luxe-contact-cards__grid-mini {
        grid-template-columns: 1fr; /* 1 column grid to fit long email/phone numbers */
    }
    .btn {
        padding: 14px 24px; /* Reduce horizontal padding to prevent overflow on mobile */
    }
    .luxe-contact-form-section__form {
        padding: 30px 24px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .luxe-hours-card__list li {
        font-size: 14px;
        padding-bottom: 10px;
        gap: 8px;
    }
    .luxe-hours-card__phone {
        font-size: 22px; /* Prevent long phone numbers from stretching card width */
        margin-bottom: 16px;
    }
}

/* ============================================================
   WhatsApp Floating Button
   ============================================================ */
.luxe-whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background-color 0.3s ease;
}

.luxe-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
    background-color: #20b858;
    color: #fff;
}

.luxe-whatsapp-float svg {
    width: 34px;
    height: 34px;
}
