:root {
  --lux-ink: #181714;
  --lux-graphite: #24231f;
  --lux-forest: #26362d;
  --lux-paper: #f3ede2;
  --lux-paper-deep: #e5dbcc;
  --lux-stone: #d8cdbc;
  --lux-copper: #b9683a;
  --lux-copper-dark: #8d472b;
  --lux-muted: #847d72;
  --lux-white: #fbf7f0;
  --lux-line-dark: rgba(24, 23, 20, .15);
  --lux-line-light: rgba(251, 247, 240, .18);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", system-ui, sans-serif;
  --container: min(1320px, calc(100vw - 72px));
}

body:not(.admin-body):not(.admin-login) {
  background: var(--lux-paper);
  color: var(--lux-ink);
  font-family: var(--font-sans);
  line-height: 1.6;
}
body:not(.admin-body):not(.admin-login) .ambient-grain { opacity: .022; z-index: 90; mix-blend-mode: multiply; }
body:not(.admin-body):not(.admin-login) ::selection { background: var(--lux-copper); color: var(--lux-white); }

/* Header */
.topline { display: none; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 80; border-bottom: 1px solid transparent; background: transparent; }
.site-header.is-scrolled,
body:not(.page-home) .site-header { background: rgba(243, 237, 226, .91); border-color: var(--lux-line-dark); backdrop-filter: blur(18px) saturate(120%); box-shadow: 0 8px 34px rgba(18, 16, 13, .05); }
.site-header__inner { height: 92px; gap: 34px; }
.brand { gap: 13px; }
.brand img { width: 48px; height: 48px; }
.brand b { font-family: var(--font-sans); font-size: 12px; letter-spacing: .16em; }
.brand small { font-size: 8px; letter-spacing: .28em; }
.page-home .site-header:not(.is-scrolled) .brand,
.page-home .site-header:not(.is-scrolled) .main-nav a,
.page-home .site-header:not(.is-scrolled) .language-switch a,
.page-home .site-header:not(.is-scrolled) .language-switch span,
.page-home .site-header:not(.is-scrolled) .nav-toggle { color: var(--lux-white); }
.page-home .site-header:not(.is-scrolled) .brand small { color: rgba(251,247,240,.68); }
.site-header.is-scrolled .brand,
body:not(.page-home) .brand { color: var(--lux-ink); }
.site-header.is-scrolled .brand small,
body:not(.page-home) .brand small { color: var(--lux-muted); }
.main-nav { gap: clamp(18px, 2vw, 34px); }
.main-nav a { color: var(--lux-muted); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.main-nav a::after { bottom: -14px; background: var(--lux-copper); }
.main-nav a:hover, .main-nav a.is-active { color: var(--lux-ink); }
.page-home .site-header:not(.is-scrolled) .main-nav a:hover,
.page-home .site-header:not(.is-scrolled) .main-nav a.is-active { color: var(--lux-white); }
.header-actions { gap: 18px; }
.language-switch { font-size: 10px; color: var(--lux-muted); }
.site-header .button { min-height: 44px; padding-inline: 21px; }
.page-home .site-header:not(.is-scrolled) .button { background: rgba(251,247,240,.08); color: var(--lux-white); border-color: rgba(251,247,240,.42); box-shadow: none; }
.page-home .site-header:not(.is-scrolled) .button:hover { background: var(--lux-white); color: var(--lux-ink); }

/* Shared luxury primitives */
.lux-kicker,
.lux-section-index { display: inline-flex; align-items: center; gap: 13px; font-size: 10px; line-height: 1; letter-spacing: .23em; text-transform: uppercase; font-weight: 800; }
.lux-kicker::before,
.lux-section-index::before { content: ""; width: 38px; height: 1px; background: currentColor; opacity: .72; }
.lux-section-index { color: var(--lux-copper); }
.lux-section-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 66px; }
.lux-section-head > div { max-width: 880px; }
.lux-section-head h2,
.lux-story h2,
.lux-banquet h2,
.lux-gallery h2,
.lux-final h2 { margin: 22px 0 0; font: 500 clamp(48px, 6vw, 86px)/.93 var(--font-display); letter-spacing: -.045em; }
.lux-section-head h2 em,
.lux-story h2 em,
.lux-banquet h2 em,
.lux-gallery h2 em,
.lux-final h2 em { font-weight: 400; color: var(--lux-copper); }
.lux-section-head > p { max-width: 390px; margin: 0 0 8px; color: var(--lux-muted); font-size: 15px; }
.lux-section-head--light { color: var(--lux-ink); }
.lux-link { display: inline-flex; align-items: center; gap: 18px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: inherit; }
.lux-link span { font-size: 18px; transition: transform .25s ease; }
.lux-link:hover span { transform: translateX(5px); }
.lux-link--dark { color: var(--lux-ink); }
.button--lux { background: var(--lux-copper); color: var(--lux-white); border-color: var(--lux-copper); box-shadow: 0 18px 42px rgba(96, 45, 26, .16); }
.button--lux:hover { background: var(--lux-copper-dark); border-color: var(--lux-copper-dark); box-shadow: 0 22px 54px rgba(96,45,26,.24); }
.button--dark { background: var(--lux-ink); border-color: var(--lux-ink); color: var(--lux-white); box-shadow: none; }
.button--dark:hover { background: var(--lux-forest); border-color: var(--lux-forest); }
.lux-fineprint { margin: 24px 0 0; color: rgba(24,23,20,.55); font-size: 11px; }
.lux-fineprint--dark { color: rgba(251,247,240,.52); }

/* Hero */
.lux-hero { min-height: 100svh; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: var(--lux-white); background: #15110e; }
.lux-hero__media { position: absolute; inset: 0; }
.lux-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; animation: luxHeroDrift 18s ease-in-out infinite alternate; }
.lux-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,11,9,.92) 0%, rgba(13,11,9,.67) 42%, rgba(13,11,9,.2) 75%), linear-gradient(0deg, rgba(13,11,9,.92), transparent 46%, rgba(13,11,9,.34)); }
.lux-hero__heat { position: absolute; right: -8vw; bottom: -18vw; width: 62vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(185,104,58,.28), transparent 66%); filter: blur(38px); animation: luxHeat 8s ease-in-out infinite alternate; }
.lux-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 80px; align-items: end; padding-top: 180px; padding-bottom: 116px; }
.lux-hero__copy { max-width: 900px; }
.lux-hero__copy h1 { margin: 26px 0 26px; max-width: 900px; font: 500 clamp(58px, 8.4vw, 124px)/.85 var(--font-display); letter-spacing: -.055em; }
.lux-hero__copy h1 em { display: block; font-weight: 400; color: #d5a27d; }
.lux-hero__copy > p { max-width: 620px; margin: 0; color: rgba(251,247,240,.75); font-size: clamp(17px, 1.4vw, 20px); }
.lux-hero__actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.lux-hero__card { align-self: end; padding: 28px; border: 1px solid rgba(251,247,240,.24); background: rgba(17,14,11,.42); backdrop-filter: blur(22px); }
.lux-hero__card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid rgba(251,247,240,.16); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #b8d69c; box-shadow: 0 0 0 5px rgba(184,214,156,.12); }
.lux-hero__card-top strong { font-size: 11px; }
.lux-hero__card > p { margin: 23px 0; font: 500 27px/1.02 var(--font-display); }
.lux-hero__card dl { margin: 0; }
.lux-hero__card dl > div { display: grid; grid-template-columns: 86px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid rgba(251,247,240,.13); }
.lux-hero__card dt { color: rgba(251,247,240,.48); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.lux-hero__card dd { margin: 0; text-align: right; font-size: 12px; }
.lux-card-link { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; color: #d5a27d; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.lux-hero__rail { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; gap: 16px; align-items: center; min-height: 76px; border-top: 1px solid rgba(251,247,240,.15); }
.lux-hero__rail > span { color: #d5a27d; font-size: 10px; }
.lux-hero__rail > p { margin: 0; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.lux-hero__rail > a { justify-self: end; display: flex; align-items: center; gap: 15px; font-size: 9px; letter-spacing: .2em; }
.lux-hero__rail > a i { width: 48px; height: 1px; background: rgba(251,247,240,.6); position: relative; overflow: hidden; }
.lux-hero__rail > a i::after { content: ""; position: absolute; inset: 0; background: var(--lux-copper); transform: translateX(-100%); animation: luxScroll 2s ease-in-out infinite; }

/* Story */
.lux-story { padding: 150px 0 170px; background: var(--lux-paper); }
.lux-story__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.lux-story__copy p { max-width: 610px; margin: 34px 0 0; color: var(--lux-muted); font-size: 17px; }
.lux-story__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 54px; padding-top: 30px; border-top: 1px solid var(--lux-line-dark); }
.lux-story__facts strong { display: block; font: 500 42px/1 var(--font-display); }
.lux-story__facts span { display: block; margin-top: 8px; color: var(--lux-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.lux-story__visual { position: relative; min-height: 690px; }
.lux-photo { margin: 0; position: absolute; overflow: hidden; background: #d6c7b5; }
.lux-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.75,.2,1); }
.lux-photo:hover img { transform: scale(1.035); }
.lux-photo figcaption { position: absolute; left: 18px; bottom: 16px; padding: 8px 10px; background: rgba(243,237,226,.9); color: var(--lux-ink); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.lux-photo--portrait { left: 0; top: 0; width: 63%; height: 620px; }
.lux-photo--small { right: 0; bottom: 0; width: 44%; height: 330px; border: 12px solid var(--lux-paper); }
.lux-story__seal { position: absolute; right: 14%; top: 4%; width: 112px; aspect-ratio: 1; border: 1px solid rgba(24,23,20,.24); border-radius: 50%; display: grid; place-items: center; text-align: center; color: var(--lux-copper); font-size: 8px; line-height: 1.7; letter-spacing: .22em; animation: luxRotate 28s linear infinite; }

/* Formats */
.lux-formats { padding: 150px 0; background: var(--lux-forest); color: var(--lux-white); }
.lux-formats .lux-section-index { color: #d5a27d; }
.lux-formats .lux-section-head h2 em { color: #d5a27d; }
.lux-formats .lux-section-head > p { color: rgba(251,247,240,.58); }
.lux-format-list { border-top: 1px solid var(--lux-line-light); }
.lux-format { width: 100%; display: grid; grid-template-columns: 60px 1fr 1fr auto; gap: 24px; align-items: center; min-height: 108px; padding: 0 6px; border: 0; border-bottom: 1px solid var(--lux-line-light); background: transparent; text-align: left; cursor: pointer; transition: padding .3s ease, background .3s ease; }
.lux-format:hover, .lux-format.is-active { padding-inline: 24px; background: rgba(251,247,240,.045); }
.lux-format > span { color: #d5a27d; font-size: 10px; }
.lux-format strong { font: 500 clamp(28px, 3vw, 44px)/1 var(--font-display); }
.lux-format small { color: rgba(251,247,240,.5); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.lux-format i { font-style: normal; font-size: 24px; color: #d5a27d; transition: transform .25s ease; }
.lux-format:hover i, .lux-format.is-active i { transform: rotate(45deg); }
.lux-format-result { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 46px; padding: 32px 34px; background: var(--lux-paper); color: var(--lux-ink); }
.lux-format-result > div > span { color: var(--lux-copper); font-size: 9px; letter-spacing: .18em; font-weight: 800; }
.lux-format-result strong { display: block; margin-top: 7px; font: 500 32px/1 var(--font-display); }
.lux-format-result p { margin: 8px 0 0; color: var(--lux-muted); }

/* Menu feature */
.lux-menu-feature { padding: 160px 0; background: var(--lux-paper); }
.lux-menu-feature__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: stretch; }
.lux-menu-feature__tabs { border-top: 1px solid var(--lux-line-dark); }
.lux-dish-tab { width: 100%; min-height: 104px; display: grid; grid-template-columns: 38px 1fr auto; gap: 16px; align-items: center; border: 0; border-bottom: 1px solid var(--lux-line-dark); background: transparent; color: var(--lux-ink); text-align: left; cursor: pointer; transition: padding .25s ease, background .25s ease; }
.lux-dish-tab:hover, .lux-dish-tab.is-active { padding-inline: 18px; background: rgba(185,104,58,.06); }
.lux-dish-tab > span { color: var(--lux-copper); font-size: 10px; }
.lux-dish-tab strong { font: 500 27px/1.05 var(--font-display); }
.lux-dish-tab small { font-size: 11px; color: var(--lux-muted); }
.lux-menu-feature__card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 590px; background: var(--lux-ink); color: var(--lux-white); overflow: hidden; }
.lux-menu-feature__image { overflow: hidden; min-height: 590px; }
.lux-menu-feature__image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .28s ease, transform .7s ease; }
.lux-menu-feature__card:hover .lux-menu-feature__image img { transform: scale(1.025); }
.lux-menu-feature__content { padding: 54px 44px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.lux-menu-feature__content > span { color: #d5a27d; font-size: 9px; letter-spacing: .2em; font-weight: 800; }
.lux-menu-feature__content h3 { margin: 22px 0 18px; font: 500 clamp(38px, 4.5vw, 65px)/.95 var(--font-display); }
.lux-menu-feature__content p { color: rgba(251,247,240,.62); }
.lux-menu-feature__content > div { display: flex; align-items: baseline; gap: 12px; margin: 20px 0 30px; }
.lux-menu-feature__content > div strong { font: 500 34px/1 var(--font-display); }
.lux-menu-feature__content > div small { color: rgba(251,247,240,.48); }

/* Territory */
.lux-territory { padding: 160px 0; background: var(--lux-ink); color: var(--lux-white); }
.lux-territory .lux-section-head > p { color: rgba(251,247,240,.56); }
.lux-territory .lux-section-head h2 em { color: #d5a27d; }
.lux-zone-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 690px; border: 1px solid var(--lux-line-light); }
.lux-zone-visual { position: relative; overflow: hidden; min-height: 690px; }
.lux-zone-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,11,9,.58), transparent 56%); }
.lux-zone-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s ease, transform .8s ease; }
.lux-zone-visual__caption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.lux-zone-visual__caption span { font: 500 35px/1 var(--font-display); }
.lux-zone-visual__caption strong { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.lux-zone-visual__number { position: absolute; z-index: 2; top: 24px; left: 28px; font: 400 98px/1 var(--font-display); color: rgba(251,247,240,.48); }
.lux-zone-panel { display: flex; flex-direction: column; min-width: 0; }
.lux-zone-panel__copy { flex: 1; padding: 52px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.lux-zone-panel__copy > span { color: #d5a27d; font-size: 9px; letter-spacing: .2em; font-weight: 800; }
.lux-zone-panel__copy h3 { margin: 22px 0 20px; font: 500 clamp(42px, 4.5vw, 68px)/.92 var(--font-display); }
.lux-zone-panel__copy p { max-width: 460px; margin: 0 0 34px; color: rgba(251,247,240,.58); }
.lux-zone-tabs { border-top: 1px solid var(--lux-line-light); }
.lux-zone-tab { width: 100%; min-height: 72px; display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; padding: 0 24px; border: 0; border-bottom: 1px solid var(--lux-line-light); background: transparent; color: var(--lux-white); text-align: left; cursor: pointer; }
.lux-zone-tab:last-child { border-bottom: 0; }
.lux-zone-tab:hover, .lux-zone-tab.is-active { background: rgba(251,247,240,.055); }
.lux-zone-tab span { color: #d5a27d; font-size: 9px; }
.lux-zone-tab strong { font: 500 20px/1 var(--font-display); }
.lux-zone-tab i { font-style: normal; color: #d5a27d; }

/* Banquet */
.lux-banquet { padding: 160px 0; background: var(--lux-paper-deep); }
.lux-banquet__shell { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; }
.lux-banquet__intro { position: sticky; top: 130px; align-self: start; }
.lux-banquet__intro > p { max-width: 520px; margin: 32px 0; color: var(--lux-muted); }
.lux-banquet__intro figure { margin: 48px 0 0; position: relative; height: 460px; overflow: hidden; }
.lux-banquet__intro figure img { width: 100%; height: 100%; object-fit: cover; }
.lux-banquet__intro figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 10px; background: rgba(243,237,226,.91); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.lux-banquet__form { padding: 50px; background: var(--lux-paper); border: 1px solid var(--lux-line-dark); }
.lux-step { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; margin: 0 0 22px; }
.lux-step:not(:first-child) { margin-top: 48px; padding-top: 42px; border-top: 1px solid var(--lux-line-dark); }
.lux-step > span { color: var(--lux-copper); font-size: 10px; padding-top: 4px; }
.lux-step strong { display: block; font: 500 29px/1 var(--font-display); }
.lux-step p { margin: 5px 0 0; color: var(--lux-muted); font-size: 12px; }
.lux-occasion-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.lux-occasion-grid button { min-height: 58px; border: 1px solid var(--lux-line-dark); background: transparent; color: var(--lux-ink); cursor: pointer; font-size: 12px; }
.lux-occasion-grid button:hover, .lux-occasion-grid button.is-active { background: var(--lux-forest); border-color: var(--lux-forest); color: var(--lux-white); }
.lux-range { display: grid; grid-template-columns: 120px 1fr; gap: 26px; align-items: center; }
.lux-range > div b { display: block; font: 500 46px/1 var(--font-display); }
.lux-range > div small { color: var(--lux-muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.lux-range input[type="range"] { width: 100%; accent-color: var(--lux-copper); }
.lux-extra-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.lux-extra-grid label { min-height: 76px; display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--lux-line-dark); cursor: pointer; }
.lux-extra-grid label:has(input:checked) { border-color: var(--lux-copper); background: rgba(185,104,58,.07); }
.lux-extra-grid input { accent-color: var(--lux-copper); }
.lux-extra-grid span { font-weight: 700; font-size: 12px; }
.lux-extra-grid small { display: block; margin-top: 3px; color: var(--lux-muted); font-weight: 400; }
.lux-banquet__total { margin: 48px 0 24px; padding: 30px 0; border-top: 1px solid var(--lux-line-dark); border-bottom: 1px solid var(--lux-line-dark); }
.lux-banquet__total > span { display: block; color: var(--lux-muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.lux-banquet__total strong { display: block; margin-top: 8px; font: 500 clamp(42px, 4vw, 58px)/1 var(--font-display); }
.lux-banquet__total p { margin: 8px 0 0; color: var(--lux-muted); font-size: 10px; }

/* Events */
.lux-events { padding: 150px 0; background: var(--lux-paper); }
.lux-event-list { border-top: 1px solid var(--lux-line-dark); }
.lux-event-row { display: grid; grid-template-columns: 46px 120px 1fr 52px; gap: 28px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--lux-line-dark); }
.lux-event-row > span { color: var(--lux-copper); font-size: 10px; }
.lux-event-row time { font: 500 38px/1 var(--font-display); }
.lux-event-row time small { display: block; margin-top: 8px; color: var(--lux-muted); font: 700 9px/1 var(--font-sans); letter-spacing: .12em; }
.lux-event-row h3 { margin: 0; font: 500 32px/1.05 var(--font-display); }
.lux-event-row p { margin: 8px 0 0; color: var(--lux-muted); }
.lux-event-row > button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--lux-line-dark); background: transparent; cursor: pointer; font-size: 19px; }
.lux-event-row > button:hover { background: var(--lux-ink); color: var(--lux-white); }
.lux-event-empty { min-height: 320px; display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 58px; background: var(--lux-paper-deep); }
.lux-event-empty > div { max-width: 620px; }
.lux-event-empty > div > span { color: var(--lux-copper); }
.lux-event-empty h3 { margin: 12px 0; font: 500 44px/1 var(--font-display); }
.lux-event-empty p { margin: 0; color: var(--lux-muted); }

/* Gallery */
.lux-gallery { padding: 150px 0 110px; background: var(--lux-forest); color: var(--lux-white); }
.lux-gallery__grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; gap: 26px; }
.lux-gallery figure { margin: 0; position: relative; overflow: hidden; }
.lux-gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.lux-gallery figure:hover img { transform: scale(1.03); }
.lux-gallery figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; display: flex; gap: 10px; padding: 9px 10px; background: rgba(22,30,25,.78); backdrop-filter: blur(12px); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.lux-gallery figcaption span { color: #d5a27d; }
.lux-gallery__main { grid-row: 1 / span 2; min-height: 760px; }
.lux-gallery__copy { min-height: 360px; display: flex; flex-direction: column; justify-content: center; padding: 30px 20px 30px 56px; }
.lux-gallery__copy .lux-section-index { color: #d5a27d; }
.lux-gallery__copy h2 em { color: #d5a27d; }
.lux-gallery__copy p { max-width: 520px; color: rgba(251,247,240,.58); }
.lux-gallery__small { min-height: 360px; }
.lux-gallery__notice { margin-top: 28px; color: rgba(251,247,240,.45); font-size: 10px; }

/* Final */
.lux-final { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--lux-white); background: #15110e; }
.lux-final__media { position: absolute; inset: 0; }
.lux-final__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,11,9,.93), rgba(14,11,9,.52) 55%, rgba(14,11,9,.2)); }
.lux-final__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.lux-final__inner { position: relative; z-index: 2; padding-block: 100px; }
.lux-final__inner h2 { max-width: 850px; font-size: clamp(62px, 8vw, 112px); }
.lux-final__inner h2 em { color: #d5a27d; }
.lux-final__inner > p { max-width: 580px; color: rgba(251,247,240,.63); font-size: 17px; }
.lux-final__inner > div:last-child { display: flex; align-items: center; gap: 32px; margin-top: 34px; }

/* Existing page components restyled */
main { min-height: 60vh; }
.page-hero { position: relative; padding: 220px 0 110px; overflow: hidden; background: var(--lux-forest); color: var(--lux-white); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,23,20,.9), rgba(24,23,20,.52)), url("../img/photos/hero-fire.webp") center 48% / cover; opacity: .82; }
.page-menu .page-hero::before { background-image: linear-gradient(90deg, rgba(24,23,20,.9), rgba(24,23,20,.4)), url("../img/photos/detail-steak.webp"); }
.page-banquets .page-hero::before { background-image: linear-gradient(90deg, rgba(24,23,20,.92), rgba(24,23,20,.36)), url("../img/photos/banquet-table.webp"); }
.page-contacts .page-hero::before { background-image: linear-gradient(90deg, rgba(24,23,20,.9), rgba(24,23,20,.4)), url("../img/photos/territory-terrace.webp"); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 920px; margin: 22px 0; font: 500 clamp(56px, 7vw, 98px)/.9 var(--font-display); letter-spacing: -.045em; }
.page-hero p { max-width: 720px; color: rgba(251,247,240,.65); font-size: 17px; }
.page-hero .eyebrow { color: #d5a27d; }
.page-hero__meta { gap: 8px; }
.pill { border-radius: 0; border-color: rgba(251,247,240,.22); background: rgba(251,247,240,.05); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.section { padding: 130px 0; }
.section-title { font: 500 clamp(44px, 5vw, 72px)/.95 var(--font-display); letter-spacing: -.035em; }
.section-lead { color: var(--lux-muted); }
.section--paper { background: var(--lux-paper-deep); color: var(--lux-ink); }
.section--border { border-color: var(--lux-line-dark); }
.eyebrow { color: var(--lux-copper); letter-spacing: .2em; }

.menu-toolbar { position: sticky; top: 92px; z-index: 50; border-color: var(--lux-line-dark); background: rgba(243,237,226,.94); backdrop-filter: blur(16px); }
.filter-button { border-radius: 0; border-color: var(--lux-line-dark); color: var(--lux-muted); text-transform: uppercase; letter-spacing: .09em; font-size: 9px; }
.filter-button.is-active, .filter-button:hover { background: var(--lux-forest); border-color: var(--lux-forest); color: var(--lux-white); }
.menu-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
.dish-card { border: 0; border-radius: 0; background: #ece2d4; color: var(--lux-ink); box-shadow: none; }
.dish-card:hover { transform: translateY(-5px); box-shadow: 0 30px 60px rgba(24,23,20,.08); }
.dish-card__visual { aspect-ratio: 1.15; background: #d8cbbb; }
.dish-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.dish-card__badge { border-radius: 0; background: rgba(243,237,226,.9); color: var(--lux-ink); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.dish-card__body { padding: 28px; }
.dish-card__body h3 { font: 500 30px/1 var(--font-display); }
.dish-card__body p { color: var(--lux-muted); }
.price { font: 500 29px/1 var(--font-display); }
.price small { font-family: var(--font-sans); color: var(--lux-muted); }
.icon-button { border-radius: 50%; background: var(--lux-ink); color: var(--lux-white); }
.icon-button:hover { background: var(--lux-copper); }
.verification-note { border-radius: 0; border-color: var(--lux-line-dark); color: var(--lux-muted); background: transparent; }

.banquet-card, .format-card, .contact-panel, .calculator-shell, .event-card, .empty-state { border-radius: 0; }
.banquet-card { background: #ece2d4; color: var(--lux-ink); border-color: var(--lux-line-dark); }
.banquet-card h3 { font: 500 31px/1 var(--font-display); }
.banquet-card p, .banquet-card li { color: var(--lux-muted); }
.calculator-shell { background: var(--lux-paper); color: var(--lux-ink); border: 1px solid var(--lux-line-dark); box-shadow: none; }
.contact-grid { gap: 28px; }
.contact-panel { background: var(--lux-forest); color: var(--lux-white); }
.contact-panel h2 { font: 500 50px/1 var(--font-display); }
.contact-list a, .contact-list > div { border-color: rgba(251,247,240,.15); }
.map-wrap { border-radius: 0; border: 1px solid var(--lux-line-dark); }

/* Footer */
.site-footer { background: #11100e; color: var(--lux-white); border-top: 0; padding-top: 100px; }
.footer-grid { grid-template-columns: 1.25fr .7fr .95fr .85fr; gap: 60px; }
.footer-brand p, .footer-links { color: rgba(251,247,240,.52); }
.footer-label { color: #d5a27d; font-size: 9px; letter-spacing: .18em; }
.footer-links a:hover { color: var(--lux-white); }
.footer-bottom { border-color: rgba(251,247,240,.12); color: rgba(251,247,240,.35); }
.brand--footer b { color: var(--lux-white); }
.brand--footer small { color: rgba(251,247,240,.5); }

/* Modal / cart */
.modal__panel, .cart-drawer__panel { background: var(--lux-paper); color: var(--lux-ink); border-radius: 0; }
.modal__panel h2, .drawer-head h2 { font: 500 48px/1 var(--font-display); }
.form-grid input, .form-grid select, .form-grid textarea, .field input, .field select, .field textarea { border-radius: 0; border-color: var(--lux-line-dark); background: rgba(255,255,255,.42); color: var(--lux-ink); }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--lux-copper); box-shadow: 0 0 0 3px rgba(185,104,58,.12); }
.cart-line { border-color: var(--lux-line-dark); }
.cart-line img { border-radius: 0; object-fit: cover; }
.mobile-dock { background: rgba(243,237,226,.94); border-color: var(--lux-line-dark); color: var(--lux-ink); }

@keyframes luxHeroDrift { from { transform: scale(1.02); } to { transform: scale(1.075) translate3d(-.5%, -.5%, 0); } }
@keyframes luxHeat { from { opacity: .55; transform: scale(.9); } to { opacity: 1; transform: scale(1.08); } }
@keyframes luxScroll { 0%, 15% { transform: translateX(-100%); } 55%, 100% { transform: translateX(100%); } }
@keyframes luxRotate { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  :root { --container: min(100% - 42px, 1100px); }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 9px; }
  .lux-hero__inner { grid-template-columns: 1fr 310px; gap: 45px; }
  .lux-story__grid, .lux-banquet__shell { gap: 54px; }
  .lux-menu-feature__grid { grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .lux-menu-feature__card { grid-template-columns: 1fr; }
  .lux-menu-feature__image { min-height: 420px; }
  .lux-zone-grid { grid-template-columns: 1fr; }
  .lux-zone-panel { display: grid; grid-template-columns: 1fr 1fr; }
  .lux-zone-tabs { border-top: 0; border-left: 1px solid var(--lux-line-light); }
  .lux-gallery__main { min-height: 660px; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 34px, 880px); }
  .site-header__inner { height: 78px; }
  .main-nav { top: 78px; background: var(--lux-paper); color: var(--lux-ink); }
  .page-home .site-header:not(.is-scrolled) .main-nav { background: rgba(18,16,13,.96); color: var(--lux-white); }
  .nav-toggle { display: flex; }
  .header-actions > .button { display: none; }
  .lux-hero__inner { grid-template-columns: 1fr; padding-top: 160px; padding-bottom: 60px; }
  .lux-hero__card { max-width: 520px; }
  .lux-hero__rail { grid-template-columns: auto 1fr auto 1fr auto 1fr; }
  .lux-hero__rail > a { display: none; }
  .lux-story__grid, .lux-banquet__shell { grid-template-columns: 1fr; }
  .lux-story__visual { min-height: 620px; }
  .lux-banquet__intro { position: static; }
  .lux-menu-feature__grid { grid-template-columns: 1fr; }
  .lux-menu-feature__tabs { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--lux-line-dark); }
  .lux-dish-tab { border: 0; border-right: 1px solid var(--lux-line-dark); border-bottom: 1px solid var(--lux-line-dark); }
  .lux-zone-panel { grid-template-columns: 1fr; }
  .lux-zone-tabs { border-left: 0; border-top: 1px solid var(--lux-line-light); }
  .lux-gallery__grid { grid-template-columns: 1fr 1fr; }
  .lux-gallery__main { grid-column: 1 / -1; grid-row: auto; min-height: 600px; }
  .lux-gallery__copy { padding-left: 20px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .menu-toolbar { top: 78px; }
}

@media (max-width: 640px) {
  :root { --container: calc(100vw - 28px); }
  body:not(.admin-body):not(.admin-login) { font-size: 15px; }
  .site-header__inner { height: 72px; }
  .brand img { width: 42px; height: 42px; }
  .brand b { font-size: 10px; }
  .language-switch { display: none; }
  .lux-hero { min-height: 930px; }
  .lux-hero__inner { padding-top: 130px; gap: 38px; }
  .lux-hero__copy h1 { font-size: clamp(60px, 18vw, 84px); }
  .lux-hero__copy > p { font-size: 15px; }
  .lux-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .lux-hero__card { padding: 22px; }
  .lux-hero__rail { grid-template-columns: auto 1fr; gap: 8px 14px; padding-block: 18px; }
  .lux-hero__rail > p { font-size: 8px; }
  .lux-story, .lux-formats, .lux-menu-feature, .lux-territory, .lux-banquet, .lux-events, .lux-gallery { padding: 96px 0; }
  .lux-section-head { display: block; margin-bottom: 42px; }
  .lux-section-head > p { margin-top: 24px; }
  .lux-section-head h2, .lux-story h2, .lux-banquet h2, .lux-gallery h2 { font-size: clamp(46px, 15vw, 68px); }
  .lux-story__facts { grid-template-columns: 1fr 1fr; }
  .lux-story__visual { min-height: 520px; margin-top: 20px; }
  .lux-photo--portrait { width: 78%; height: 450px; }
  .lux-photo--small { width: 48%; height: 230px; }
  .lux-story__seal { display: none; }
  .lux-format { grid-template-columns: 38px 1fr auto; min-height: 88px; }
  .lux-format small { display: none; }
  .lux-format strong { font-size: 29px; }
  .lux-format-result { align-items: flex-start; flex-direction: column; padding: 26px; }
  .lux-menu-feature__tabs { grid-template-columns: 1fr; }
  .lux-dish-tab { min-height: 78px; border-right: 0; }
  .lux-dish-tab strong { font-size: 22px; }
  .lux-menu-feature__card { min-height: 0; }
  .lux-menu-feature__image { min-height: 360px; }
  .lux-menu-feature__content { padding: 34px 25px; }
  .lux-zone-visual { min-height: 470px; }
  .lux-zone-panel__copy { padding: 34px 24px; }
  .lux-zone-panel__copy h3 { font-size: 48px; }
  .lux-zone-tab { padding-inline: 18px; }
  .lux-banquet__form { padding: 28px 20px; }
  .lux-occasion-grid, .lux-extra-grid { grid-template-columns: 1fr; }
  .lux-range { grid-template-columns: 1fr; gap: 16px; }
  .lux-banquet__intro figure { height: 350px; }
  .lux-event-row { grid-template-columns: 34px 70px 1fr; gap: 12px; min-height: 130px; }
  .lux-event-row > button { display: none; }
  .lux-event-row time { font-size: 28px; }
  .lux-event-row h3 { font-size: 27px; }
  .lux-event-row p { font-size: 12px; }
  .lux-event-empty { align-items: flex-start; flex-direction: column; padding: 35px 25px; }
  .lux-gallery__grid { grid-template-columns: 1fr; }
  .lux-gallery__main { min-height: 480px; }
  .lux-gallery__copy { min-height: 0; padding: 20px 0 10px; }
  .lux-gallery__small { min-height: 340px; }
  .lux-final { min-height: 720px; }
  .lux-final__inner h2 { font-size: clamp(64px, 19vw, 90px); }
  .page-hero { padding: 160px 0 80px; }
  .page-hero h1 { font-size: clamp(54px, 16vw, 74px); }
  .menu-toolbar { top: 72px; }
  .menu-toolbar__inner { align-items: flex-start; flex-direction: column; }
  .category-filter { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .menu-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  .lux-hero__media img, .lux-hero__heat, .lux-story__seal, .lux-hero__rail > a i::after { animation: none !important; }
  * { scroll-behavior: auto !important; }
}
