/* ==========================================================================
   DASTARKHAN — Original restaurant interface
   Centralized theme, component, responsive, motion and accessibility styles
   ========================================================================== */

:root {
  --maroon-950: #3a0b12;
  --maroon-900: #4c1019;
  --maroon-800: #711f2a;
  --maroon-700: #8b2937;
  --gold-500: #d8a42b;
  --gold-400: #e8bb4b;
  --gold-200: #f4dda0;
  --cream-50: #fffaf0;
  --cream-100: #f8f0e1;
  --cream-200: #efe1ca;
  --ink-900: #23191a;
  --ink-700: #534547;
  --ink-500: #796c6d;
  --white: #fff;
  --success: #247a4a;
  --error: #b32636;
  --surface: var(--cream-50);
  --surface-alt: var(--cream-100);
  --surface-card: #fffdf8;
  --text: var(--ink-900);
  --text-muted: var(--ink-700);
  --border: rgba(76, 16, 25, .14);
  --shadow-sm: 0 8px 24px rgba(58, 11, 18, .08);
  --shadow-md: 0 18px 48px rgba(58, 11, 18, .13);
  --shadow-lg: 0 30px 80px rgba(31, 8, 12, .2);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 44px;
  --font-bn: "Hind Siliguri", sans-serif;
  --font-en: "Manrope", sans-serif;
  --header-height: 88px;
  --section-space: clamp(5rem, 9vw, 9rem);
  --container: min(1180px, calc(100% - 2rem));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

[data-theme="dark"] {
  --surface: #160f10;
  --surface-alt: #211618;
  --surface-card: #291b1e;
  --text: #fff8ed;
  --text-muted: #c6b8b5;
  --border: rgba(255, 243, 222, .13);
  --cream-50: #160f10;
  --cream-100: #211618;
  --cream-200: #352326;
  --ink-900: #fff8ed;
  --ink-700: #d6c6c2;
  --ink-500: #aa9997;
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, .2);
  --shadow-md: 0 18px 48px rgba(0, 0, 0, .28);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scrollbar-color: var(--maroon-700) var(--cream-100); scrollbar-width: thin; }
body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: var(--font-bn);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
  transition: background .35s ease, color .35s ease;
}
body.is-locked { overflow: hidden; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--cream-100); }
::-webkit-scrollbar-thumb { background: var(--maroon-700); border: 2px solid var(--cream-100); border-radius: 10px; }
::selection { color: var(--maroon-950); background: var(--gold-400); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding-block: var(--section-space); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; left: 1rem; top: -100px; padding: .75rem 1rem; color: #fff; background: var(--maroon-800); border-radius: var(--radius-sm); }
.skip-link:focus { top: 1rem; }
.noscript { position: fixed; z-index: 10000; bottom: 0; width: 100%; padding: 1rem; text-align: center; color: #fff; background: var(--error); }

/* Splash */
.splash { position: fixed; z-index: 9999; inset: 0; display: grid; place-content: center; justify-items: center; color: #fff8e8; background: var(--maroon-950); transition: opacity .65s ease, visibility .65s ease; }
.splash.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.splash__mark { display: grid; width: 76px; aspect-ratio: 1; place-items: center; font-size: 2.8rem; font-weight: 700; border: 2px solid var(--gold-400); border-radius: 50%; animation: splash-pulse 1.3s ease infinite; }
.splash p { margin: .8rem 0 .5rem; font-size: 1.4rem; font-weight: 600; letter-spacing: .08em; }
.splash__line { width: 86px; height: 2px; background: rgba(255,255,255,.18); overflow: hidden; }
.splash__line::after { content: ""; display: block; width: 45%; height: 100%; background: var(--gold-400); animation: splash-line 1.1s ease infinite; }
@keyframes splash-pulse { 50% { transform: scale(.93); box-shadow: 0 0 0 12px rgba(216,164,43,.08); } }
@keyframes splash-line { from { transform: translateX(-120%); } to { transform: translateX(250%); } }

/* Type & shared controls */
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1rem; color: var(--maroon-700); font-family: var(--font-en); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--gold-500); }
h1, h2, h3, p { text-wrap: pretty; }
h2 { margin: 0; font-size: clamp(2.45rem, 5vw, 4.75rem); font-weight: 700; line-height: .98; letter-spacing: -.035em; }
h2 em, h1 em { color: var(--maroon-700); font-style: normal; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { margin: 0; color: var(--text-muted); font-size: 1.05rem; }
.section-heading--light { color: #fff7eb; }
.section-heading--light .eyebrow { color: var(--gold-400); }
.section-heading--light h2 em { color: var(--gold-400); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .7rem; padding: .7rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-weight: 600; line-height: 1; transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, color .25s ease; }
.button i { font-size: .8rem; transition: transform .25s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button:hover i { transform: translateX(4px); }
.button:active { transform: translateY(0) scale(.98); }
.button--compact { min-height: 43px; padding-inline: 1.15rem; font-size: .9rem; }
.button--primary { color: #fff; background: var(--maroon-800); box-shadow: 0 10px 22px rgba(113,31,42,.2); }
.button--primary:hover { background: var(--maroon-700); box-shadow: 0 14px 28px rgba(113,31,42,.3); }
.button--gold { color: var(--maroon-950); background: var(--gold-400); box-shadow: 0 10px 28px rgba(216,164,43,.25); }
.button--gold:hover { background: #f2ca65; }
.button--outline { border-color: var(--maroon-800); color: var(--maroon-800); background: transparent; }
.button--outline:hover { color: #fff; background: var(--maroon-800); }
.button--outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button--outline-light:hover { color: var(--maroon-950); background: #fff; }
.button--delivery { min-height: 58px; gap: .85rem; padding: .6rem 1.1rem .6rem .7rem; font-family: var(--font-en); }
.button--delivery > span:last-child { white-space: nowrap; }
.button--ubereats { color: #fff; border-color: rgba(255,255,255,.5); background: #111; box-shadow: 0 14px 30px rgba(0,0,0,.24); }
.button--ubereats:hover { background: #000; }
.button--doordash { color: #fff; border-color: #eb1700; background: #eb1700; box-shadow: 0 14px 30px rgba(235,23,0,.28); }
.button--doordash:hover { background: #ff2b16; }
.delivery-logo { display: inline-flex; min-height: 34px; align-items: center; justify-content: center; flex-shrink: 0; padding: .3rem .6rem; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px rgba(0,0,0,.07); font-family: Arial, Helvetica, sans-serif; font-size: .9rem; font-weight: 800; line-height: 1; }
.delivery-logo--ubereats { gap: .2rem; color: #111; }
.delivery-logo--ubereats strong { color: #06c167; font-weight: 800; }
.delivery-logo--doordash { gap: .4rem; color: #eb1700; }
.delivery-logo__dash-mark { position: relative; width: 27px; height: 17px; border: 4px solid currentColor; border-left: 0; border-radius: 0 999px 999px 0; }
.delivery-logo__dash-mark::before { content: ""; position: absolute; top: 50%; left: -6px; width: 16px; height: 5px; border-radius: 999px; background: currentColor; transform: translateY(-50%); }
.button--wide { width: 100%; min-height: 58px; }
.icon-button { display: inline-grid; width: 42px; aspect-ratio: 1; place-items: center; padding: 0; border: 1px solid var(--border); border-radius: 50%; color: var(--text); background: transparent; transition: transform .25s ease, color .25s ease, background .25s ease; }
.icon-button:hover { color: #fff; background: var(--maroon-800); transform: rotate(8deg); }

/* Header & drawer */
.header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: var(--header-height); color: #fff; border-bottom: 1px solid rgba(255,255,255,.15); transition: height .35s var(--ease), background .35s ease, box-shadow .35s ease, color .35s ease; }
.header.is-scrolled { height: 70px; color: var(--text); background: color-mix(in srgb, var(--surface-card) 94%, transparent); box-shadow: var(--shadow-sm); backdrop-filter: blur(18px); }
.header__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 1.5rem; }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; line-height: 1; flex-shrink: 0; }
.wordmark__seal { display: grid; width: 43px; aspect-ratio: 1; place-items: center; color: var(--maroon-950); background: var(--gold-400); border: 1px solid rgba(255,255,255,.38); border-radius: 50% 50% 45% 50%; font-size: 1.5rem; font-weight: 700; box-shadow: inset 0 0 0 3px rgba(76,16,25,.08); }
.wordmark strong { display: block; font-size: 1.35rem; font-weight: 700; letter-spacing: .02em; }
.wordmark small { display: block; margin-top: .25rem; font-family: var(--font-en); font-size: .46rem; font-weight: 700; letter-spacing: .24em; opacity: .72; }
.nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.1vw, 2rem); }
.nav__link { position: relative; padding-block: .8rem; font-weight: 500; }
.nav__link::after { content: ""; position: absolute; bottom: 3px; left: 0; width: 100%; height: 2px; background: var(--gold-400); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.header__actions, .header__socials { display: flex; align-items: center; gap: .6rem; }
.header__socials a { display: grid; width: 30px; aspect-ratio: 1; place-items: center; font-size: .85rem; opacity: .8; transition: opacity .2s, transform .2s; }
.header__socials a:hover { opacity: 1; transform: translateY(-2px); }
.header:not(.is-scrolled) .icon-button { color: #fff; border-color: rgba(255,255,255,.35); }
.header:not(.is-scrolled) .header__order { color: var(--maroon-950); background: var(--gold-400); }
body[data-page="home"] .header.is-scrolled .nav__link,
body[data-page="home"] .header.is-scrolled .wordmark,
body[data-page="home"] .header.is-scrolled .icon-button {
  color: var(--ink-900);
}
body[data-page="home"] .header.is-scrolled .header__order {
  color: #fff;
  background: var(--maroon-800);
}
.menu-toggle { display: none; border: 0; border-radius: 0; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: currentColor; transition: transform .25s; }
.menu-toggle span + span { margin-top: 4px; }

.drawer-backdrop { position: fixed; z-index: 1090; inset: 0; background: rgba(20,6,9,.58); backdrop-filter: blur(4px); }
.mobile-drawer { position: fixed; z-index: 1100; top: 0; right: 0; width: min(88vw, 390px); height: 100dvh; padding: 1.4rem; color: #fff7ea; background: var(--maroon-950); box-shadow: -24px 0 70px rgba(0,0,0,.35); transform: translateX(105%); transition: transform .45s var(--ease); }
.mobile-drawer.is-open { transform: translateX(0); }
.mobile-drawer__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.mobile-drawer .icon-button { color: #fff; border-color: rgba(255,255,255,.25); }
.mobile-drawer__nav { display: grid; margin-top: 1.2rem; }
.mobile-drawer__nav a { display: flex; align-items: center; gap: 1rem; padding: .75rem .4rem; font-size: 1.45rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-drawer__nav a span { color: var(--gold-400); font-family: var(--font-en); font-size: .62rem; letter-spacing: .12em; }
.mobile-drawer__footer { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.15); }
.mobile-drawer__footer p { margin: 0 0 .4rem; color: rgba(255,255,255,.6); font-size: .82rem; }
.mobile-drawer__footer a { color: var(--gold-400); font-family: var(--font-en); font-size: .9rem; }

/* Hero */
.hero { position: relative; display: grid; min-height: min(900px, 100svh); align-items: center; overflow: hidden; color: #fff; background: var(--maroon-950); isolation: isolate; }
.hero__media { position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(90deg, rgba(35,4,10,.94) 0%, rgba(54,8,16,.75) 45%, rgba(31,5,9,.25) 78%), linear-gradient(0deg, rgba(32,4,9,.55), transparent 50%), url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=2000&q=88"); background-size: cover; background-position: center; transform: scale(1.04); animation: hero-breathe 16s ease-in-out infinite alternate; }
@keyframes hero-breathe { to { transform: scale(1.1); } }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgba(31,4,9,.5)); pointer-events: none; }
.hero__content { padding-top: calc(var(--header-height) + 3rem); padding-bottom: 7rem; }
.hero__eyebrow { color: var(--gold-400); opacity: 0; animation: hero-up .8s .3s var(--ease) forwards; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(4rem, 9vw, 8.5rem); font-weight: 700; line-height: .82; letter-spacing: -.055em; }
.hero__line { display: block; overflow: hidden; padding-bottom: .12em; }
.hero__line > span, .hero__line > em { display: inline-block; opacity: 0; transform: translateY(110%); animation: hero-line 1.05s var(--ease) forwards; }
.hero__line:first-child > span { animation-delay: .45s; }
.hero__line:first-child > em { animation-delay: .55s; color: var(--gold-400); }
.hero__line:nth-child(2) > span { animation-delay: .68s; }
.hero__line:nth-child(2) > em { animation-delay: .8s; color: #fff; font-weight: 400; }
@keyframes hero-line { to { opacity: 1; transform: translateY(0); } }
@keyframes hero-up { to { opacity: 1; transform: translateY(0); } }
.hero__copy { max-width: 580px; margin: 1.7rem 0 1.8rem; color: rgba(255,255,255,.82); font-size: clamp(1.02rem, 1.5vw, 1.2rem); opacity: 0; transform: translateY(20px); animation: hero-up .8s 1s var(--ease) forwards; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; opacity: 0; transform: translateY(20px); animation: hero-up .8s 1.12s var(--ease) forwards; }
.hero__meta { position: absolute; bottom: 2.2rem; display: flex; align-items: center; gap: 2.5rem; opacity: 0; animation: hero-up .8s 1.25s var(--ease) forwards; }
.hero__meta > div { display: flex; align-items: center; gap: .8rem; }
.hero__meta > div + div { padding-left: 2.5rem; border-left: 1px solid rgba(255,255,255,.25); }
.hero__meta i { color: var(--gold-400); font-size: 1.15rem; }
.hero__meta span { font-size: .84rem; line-height: 1.35; }
.hero__meta small { display: block; color: rgba(255,255,255,.5); font-size: .65rem; }
.hero__meta a { text-decoration: underline; text-underline-offset: 3px; }
.hero__scroll { position: absolute; right: 2rem; bottom: 2rem; display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.hero__scroll span { font-family: var(--font-en); font-size: .55rem; letter-spacing: .2em; writing-mode: vertical-rl; }
.hero__scroll i { color: var(--gold-400); animation: bounce 1.7s ease infinite; }
@keyframes bounce { 50% { transform: translateY(8px); } }
.hero__ornament { position: absolute; z-index: -1; border: 1px solid rgba(232,187,75,.3); border-radius: 50%; }
.hero__ornament--one { width: 320px; height: 320px; right: -120px; top: 18%; }
.hero__ornament--two { width: 180px; height: 180px; right: 18%; bottom: -90px; }

/* Menu */
.menu-section { background: var(--surface); overflow: hidden; }
.pattern { position: absolute; width: 180px; height: 360px; opacity: .08; background-image: radial-gradient(var(--maroon-700) 1.5px, transparent 1.5px); background-size: 18px 18px; pointer-events: none; }
.pattern--left { left: -50px; top: 5%; transform: rotate(8deg); }
.menu-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: .75rem; border-block: 1px solid var(--border); }
.menu-tabs { display: flex; gap: .35rem; overflow-x: auto; scrollbar-width: none; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tab { flex: 0 0 auto; padding: .7rem 1rem; border: 0; border-radius: 999px; color: var(--text-muted); background: transparent; font-weight: 600; transition: color .25s, background .25s, transform .25s; }
.menu-tab:hover { color: var(--maroon-700); background: var(--surface-alt); }
.menu-tab.is-active { color: #fff; background: var(--maroon-800); }
.search-field, .select-field { position: relative; display: flex; min-width: min(100%, 300px); align-items: center; gap: .6rem; padding: 0 .9rem; border: 1px solid var(--border); border-radius: 999px; background: var(--surface-card); transition: border-color .2s, box-shadow .2s; }
.search-field:focus-within, .select-field:focus-within { border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(216,164,43,.13); }
.search-field > i, .select-field > i { color: var(--maroon-700); font-size: .85rem; }
.search-field input, .select-field select { width: 100%; height: 46px; padding: 0; border: 0; outline: 0; background: transparent; }
.search-field button { padding: .3rem; border: 0; background: transparent; }
.menu-status { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 1rem; color: var(--text-muted); font-size: .85rem; }
.text-button { padding: .3rem 0; color: var(--maroon-700); border: 0; background: transparent; font-weight: 600; }
.text-button.is-active i { color: var(--maroon-700); font-weight: 900; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.menu-card { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-card); box-shadow: var(--shadow-sm); transition: transform .38s var(--ease), box-shadow .38s ease; }
.menu-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.menu-card.is-entering { animation: card-in .45s var(--ease) both; }
@keyframes card-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.menu-card__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(100deg, var(--cream-200) 25%, var(--cream-100) 45%, var(--cream-200) 65%); background-size: 200% 100%; animation: skeleton 1.2s linear infinite; }
.menu-card__image.is-loaded { animation: none; }
@keyframes skeleton { to { background-position-x: -200%; } }
.menu-card__image img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s ease, transform .7s var(--ease); }
.menu-card__image.is-loaded img { opacity: 1; }
.menu-card:hover .menu-card__image img { transform: scale(1.07); }
.menu-card__badge { position: absolute; top: 1rem; left: 1rem; padding: .35rem .65rem; color: var(--maroon-950); background: rgba(255,244,214,.92); border-radius: 999px; font-size: .7rem; font-weight: 700; backdrop-filter: blur(7px); }
.favorite-button { position: absolute; top: 1rem; right: 1rem; display: grid; width: 40px; aspect-ratio: 1; place-items: center; color: var(--maroon-800); border: 0; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 6px 15px rgba(0,0,0,.14); transition: transform .25s var(--ease), color .25s, background .25s; }
.favorite-button:hover { transform: scale(1.1); }
.favorite-button.is-active { color: #fff; background: var(--maroon-700); }
.favorite-button.is-active i { font-weight: 900; animation: heart-pop .35s var(--ease); }
@keyframes heart-pop { 50% { transform: scale(1.45); } }
.menu-card__body { padding: 1.25rem; }
.menu-card__head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.menu-card h3 { margin: 0; font-size: 1.35rem; line-height: 1.2; }
.menu-card__head small { flex: 0 0 auto; color: var(--gold-500); font-family: var(--font-en); font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.menu-card p { min-height: 3.1em; margin: .6rem 0 1rem; color: var(--text-muted); font-size: .88rem; line-height: 1.55; }
.price-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.price-tier { padding: .55rem .35rem; text-align: center; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface-alt); }
.price-tier small { display: block; color: var(--text-muted); font-size: .62rem; line-height: 1.2; }
.price-tier strong { display: block; margin-top: .16rem; color: var(--maroon-700); font-family: var(--font-en); font-size: .88rem; }
.menu-note { margin: 1.6rem 0 0; color: var(--text-muted); font-size: .8rem; text-align: center; }
.empty-state { padding: 4rem 1rem; text-align: center; border: 1px dashed var(--border); border-radius: var(--radius-lg); }
.empty-state__icon { display: grid; width: 70px; aspect-ratio: 1; margin: auto; place-items: center; color: var(--maroon-700); background: var(--surface-alt); border-radius: 50%; font-size: 1.5rem; }
.empty-state h3 { margin: 1rem 0 .2rem; font-size: 1.4rem; }
.empty-state p { margin: 0 0 1.2rem; color: var(--text-muted); }

/* Offers */
.offers { color: #fff8ec; background: var(--maroon-950); overflow: hidden; }
.offers::before { content: ""; position: absolute; width: 420px; aspect-ratio: 1; right: -150px; top: -140px; border: 1px solid rgba(232,187,75,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(232,187,75,.025), 0 0 0 90px rgba(232,187,75,.02); }
.countdown-wrap { text-align: right; }
.countdown-wrap > small { color: rgba(255,255,255,.6); }
.countdown { display: flex; align-items: start; gap: .55rem; margin-top: .4rem; }
.countdown > span { display: grid; min-width: 52px; justify-items: center; }
.countdown strong { font-family: var(--font-en); font-size: 1.5rem; line-height: 1; }
.countdown small { margin-top: .25rem; color: rgba(255,255,255,.5); font-size: .6rem; }
.countdown b { color: var(--gold-400); }
.offer-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; gap: 1.2rem; }
.offer-card { position: relative; min-height: 440px; overflow: hidden; border-radius: var(--radius-lg); transform-style: preserve-3d; box-shadow: 0 16px 45px rgba(0,0,0,.25); }
.offer-card--feature { min-height: 500px; }
.offer-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.offer-card:hover > img { transform: scale(1.06); }
.offer-card__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(33,3,8,.96) 5%, rgba(41,5,11,.1) 75%); }
.offer-card__ribbon { position: absolute; top: 1rem; left: 1rem; padding: .35rem .7rem; color: var(--maroon-950); background: var(--gold-400); border-radius: 999px; font-size: .68rem; font-weight: 700; }
.offer-card__content { position: absolute; inset: auto 1.4rem 1.4rem; transform: translateZ(25px); }
.offer-card__content > small { color: var(--gold-400); font-family: var(--font-en); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-card h3 { margin: .3rem 0 .25rem; font-size: clamp(1.6rem, 2.3vw, 2.3rem); line-height: 1.1; }
.offer-card p { margin: 0 0 .8rem; color: rgba(255,255,255,.7); font-size: .9rem; }
.offer-card__content > div { display: flex; align-items: center; gap: .7rem; margin-bottom: 1rem; }
.offer-card__content strong { color: var(--gold-400); font-family: var(--font-en); font-size: 1.2rem; }
.offer-card__content del { color: rgba(255,255,255,.45); }

/* Branches */
.branches { background: var(--surface-alt); }
.branch-controls { display: grid; grid-template-columns: 1.2fr .8fr auto; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.branch-controls .search-field, .branch-controls .select-field { width: 100%; border-radius: var(--radius-sm); }
.select-field select { appearance: none; cursor: pointer; }
.select-field > i:last-child { font-size: .7rem; }
.branch-count { display: flex; align-items: center; gap: .5rem; padding-inline: .5rem; white-space: nowrap; }
.branch-count strong { color: var(--maroon-700); font-family: var(--font-en); font-size: 1.5rem; }
.branch-count span { color: var(--text-muted); font-size: .8rem; }
.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.branch-card { position: relative; padding: 1.45rem; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-card); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.branch-card::after { content: attr(data-index); position: absolute; right: -2px; bottom: -28px; color: var(--maroon-800); font-family: var(--font-en); font-size: 7rem; font-weight: 700; line-height: 1; opacity: .035; }
.branch-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.branch-card__top { display: flex; align-items: start; justify-content: space-between; }
.branch-card__icon { display: grid; width: 46px; aspect-ratio: 1; place-items: center; color: var(--maroon-700); background: var(--surface-alt); border-radius: 50%; }
.branch-card__status { padding: .3rem .6rem; color: var(--success); background: color-mix(in srgb, var(--success) 10%, transparent); border-radius: 999px; font-size: .65rem; font-weight: 600; }
.branch-card h3 { margin: 1rem 0 .35rem; font-size: 1.3rem; }
.branch-card address { min-height: 3.3em; color: var(--text-muted); font-size: .85rem; font-style: normal; }
.branch-card__meta { display: flex; gap: 1rem; margin: 1rem 0; color: var(--text-muted); font-size: .75rem; }
.branch-card__actions { display: flex; align-items: center; justify-content: space-between; padding-top: .9rem; border-top: 1px solid var(--border); }
.branch-card__actions a { position: relative; z-index: 1; color: var(--maroon-700); font-weight: 600; }
.branch-card__actions a i { margin-left: .35rem; transition: transform .25s; }
.branch-card__actions a:hover i { transform: translateX(4px); }
.branch-card__actions .phone-link { display: grid; width: 38px; aspect-ratio: 1; place-items: center; color: var(--text); border: 1px solid var(--border); border-radius: 50%; }

/* About */
.about { overflow: hidden; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.about__visual { position: relative; padding: 0 0 3rem 2rem; }
.about__image { margin: 0; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 46% 46% var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow-lg); }
.about__image img { width: 100%; height: 100%; object-fit: cover; }
.about__quote { position: absolute; left: 0; bottom: 0; width: min(86%, 380px); padding: 1.3rem 1.5rem; color: #fff; background: var(--maroon-800); border-radius: 0 var(--radius-md) var(--radius-md) var(--radius-md); box-shadow: var(--shadow-md); }
.about__quote i { color: var(--gold-400); }
.about__quote p { margin: .35rem 0 0; line-height: 1.4; }
.about__stamp { position: absolute; right: -30px; top: 12%; display: grid; width: 104px; aspect-ratio: 1; place-content: center; text-align: center; color: var(--maroon-950); background: var(--gold-400); border: 6px solid var(--surface); border-radius: 50%; font-family: var(--font-en); font-size: .56rem; letter-spacing: .14em; transform: rotate(8deg); }
.about__stamp strong { font-size: 1.1rem; letter-spacing: .04em; }
.about__content h2 { margin-bottom: 1.6rem; }
.about__lead { color: var(--text); font-size: 1.12rem; font-weight: 500; }
.about__content > p:not(.eyebrow):not(.about__lead) { color: var(--text-muted); }
.counters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; padding-top: 1.8rem; border-top: 1px solid var(--border); }
.counters strong { display: block; color: var(--maroon-700); font-family: var(--font-en); font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1; }
.counters span { color: var(--text-muted); font-size: .75rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 5rem; }
.feature-grid article { padding: 1.4rem; border-top: 1px solid var(--border); }
.feature-grid article > span { display: grid; width: 48px; aspect-ratio: 1; place-items: center; color: var(--maroon-700); background: var(--surface-alt); border-radius: 50%; transition: transform .3s var(--ease), color .3s, background .3s; }
.feature-grid article:hover > span { color: var(--maroon-950); background: var(--gold-400); transform: rotate(-8deg) scale(1.08); }
.feature-grid h3 { margin: 1rem 0 .4rem; }
.feature-grid p { margin: 0; color: var(--text-muted); font-size: .85rem; }

/* Gallery */
.gallery { background: var(--surface-alt); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 180px; gap: .85rem; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: var(--radius-md); background: var(--cream-200); }
.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 3; }
.gallery-item:nth-child(3) { grid-column: span 4; }
.gallery-item:nth-child(4) { grid-column: span 4; }
.gallery-item:nth-child(5) { grid-column: span 3; }
.gallery-item:nth-child(6) { grid-column: span 4; }
.gallery-item:nth-child(7) { grid-column: span 5; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease), filter .3s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(45,5,12,.7), transparent 60%); opacity: 0; transition: opacity .3s; }
.gallery-item span { position: absolute; z-index: 1; left: 1rem; bottom: .8rem; color: #fff; font-size: .9rem; opacity: 0; transform: translateY(10px); transition: opacity .3s, transform .3s; }
.gallery-item i { position: absolute; z-index: 2; top: 1rem; right: 1rem; display: grid; width: 38px; aspect-ratio: 1; place-items: center; color: var(--maroon-950); background: var(--gold-400); border-radius: 50%; opacity: 0; transform: scale(.7); transition: opacity .3s, transform .3s; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.1); }
.gallery-item:hover::after, .gallery-item:hover span, .gallery-item:hover i { opacity: 1; }
.gallery-item:hover span, .gallery-item:hover i { transform: none; }
.lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 4rem 6rem; color: #fff; background: rgba(18,3,6,.94); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { max-width: min(1100px, 100%); margin: 0; text-align: center; }
.lightbox figure img { max-height: 78vh; margin: auto; border-radius: var(--radius-md); box-shadow: 0 25px 80px rgba(0,0,0,.5); }
.lightbox figcaption { margin-top: .8rem; color: rgba(255,255,255,.7); }
.lightbox__close, .lightbox__nav { position: absolute; display: grid; width: 48px; aspect-ratio: 1; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.06); }
.lightbox__close { top: 1.5rem; right: 1.5rem; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev { left: 2rem; }
.lightbox__nav--next { right: 2rem; }
.lightbox button:hover { color: var(--maroon-950); background: var(--gold-400); }

/* Partners & testimonials */
.partners { padding-block: 2rem; border-block: 1px solid var(--border); background: var(--surface-card); }
.partners__inner { display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 2rem; }
.partners .eyebrow { margin-bottom: .2rem; }
.partners h2 { font-size: 1.5rem; }
.partner-strip { display: grid; grid-template-columns: repeat(4, 1fr); }
.partner-strip a { display: flex; align-items: center; justify-content: center; gap: .7rem; min-height: 66px; padding: .8rem; filter: grayscale(1); opacity: .55; border-left: 1px solid var(--border); transition: filter .3s, opacity .3s, transform .3s; }
.partner-strip a:hover { filter: grayscale(0); opacity: 1; transform: translateY(-3px); }
.partner-strip i { color: var(--maroon-700); font-size: 1.4rem; }
.partner-strip span { font-size: 1rem; font-weight: 700; line-height: 1; }
.partner-strip small { display: block; margin-top: .2rem; font-family: var(--font-en); font-size: .48rem; letter-spacing: .12em; }
.testimonials { color: #fff9ed; background: var(--maroon-950); overflow: hidden; }
.testimonials::before { content: "“"; position: absolute; right: 5%; top: -12%; color: rgba(232,187,75,.05); font-family: Georgia, serif; font-size: 35rem; line-height: 1; }
.testimonials__grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.testimonials .eyebrow { color: var(--gold-400); }
.testimonials h2 em { color: var(--gold-400); }
.testimonials__intro > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.rating-summary { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; }
.rating-summary > strong { padding-right: 1rem; font-family: var(--font-en); font-size: 2.8rem; line-height: 1; border-right: 1px solid rgba(255,255,255,.2); }
.rating-summary span { display: block; color: var(--gold-400); letter-spacing: .1em; }
.rating-summary small { color: rgba(255,255,255,.5); }
.testimonial-carousel { padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); box-shadow: 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.testimonial-stage { min-height: 300px; }
.testimonial { animation: testimonial-in .55s var(--ease); }
@keyframes testimonial-in { from { opacity: 0; transform: translateX(18px); } }
.testimonial__quote { margin-bottom: 1.7rem; color: var(--gold-400); font-size: 2rem; }
.testimonial blockquote { margin: 0; font-size: clamp(1.22rem, 2vw, 1.6rem); line-height: 1.55; }
.testimonial__rating { margin: 1.4rem 0; color: var(--gold-400); font-size: .8rem; letter-spacing: .12em; }
.testimonial__author { display: flex; align-items: center; gap: .9rem; }
.testimonial__author img { width: 54px; aspect-ratio: 1; object-fit: cover; border: 2px solid var(--gold-400); border-radius: 50%; }
.testimonial__author strong { display: block; }
.testimonial__author small { color: rgba(255,255,255,.5); }
.carousel-controls { display: flex; align-items: center; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); }
.carousel-dots { display: flex; align-items: center; gap: .5rem; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.3); transition: width .25s, border-radius .25s, background .25s; }
.carousel-dots button.is-active { width: 28px; border-radius: 4px; background: var(--gold-400); }
.carousel-controls > div:last-child { display: flex; gap: .5rem; }
.carousel-controls > div:last-child button { display: grid; width: 42px; aspect-ratio: 1; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; transition: color .2s, background .2s; }
.carousel-controls > div:last-child button:hover { color: var(--maroon-950); background: var(--gold-400); }

/* FAQ */
.faq-section { background: var(--surface); }
.faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 7vw, 7rem); }
.faq__intro { position: sticky; top: 110px; align-self: start; }
.faq__intro > p:not(.eyebrow) { margin: 1.3rem 0; color: var(--text-muted); }
.accordion__item { border-bottom: 1px solid var(--border); }
.accordion__item:first-child { border-top: 1px solid var(--border); }
.accordion__item > button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; text-align: left; border: 0; background: transparent; font-size: 1.14rem; font-weight: 600; }
.accordion__item > button i { display: grid; width: 34px; aspect-ratio: 1; flex: 0 0 auto; place-items: center; color: var(--maroon-700); border: 1px solid var(--border); border-radius: 50%; transition: transform .35s var(--ease), color .3s, background .3s; }
.accordion__item.is-open > button { color: var(--maroon-700); }
.accordion__item.is-open > button i { color: #fff; background: var(--maroon-800); transform: rotate(45deg); }
.accordion__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.accordion__panel > p { min-height: 0; margin: 0; overflow: hidden; color: var(--text-muted); }
.accordion__item.is-open .accordion__panel { grid-template-rows: 1fr; }
.accordion__item.is-open .accordion__panel > p { padding-bottom: 1.3rem; }

/* Newsletter */
.newsletter { position: relative; min-height: 520px; display: grid; place-items: center; padding: 6rem 1rem; color: #fff; overflow: hidden; isolation: isolate; }
.newsletter__media { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(48,5,12,.93), rgba(60,8,17,.76)), url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1800&q=85") center/cover; }
.newsletter::after { content: ""; position: absolute; z-index: -1; width: 600px; aspect-ratio: 1; border: 1px solid rgba(232,187,75,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(232,187,75,.03), 0 0 0 140px rgba(232,187,75,.02); }
.newsletter__content { max-width: 720px; text-align: center; }
.newsletter__icon { display: grid; width: 62px; aspect-ratio: 1; margin: 0 auto 1.2rem; place-items: center; color: var(--maroon-950); background: var(--gold-400); border-radius: 50%; font-size: 1.3rem; transform: rotate(-8deg); }
.newsletter .eyebrow { justify-content: center; color: var(--gold-400); }
.newsletter h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
.newsletter h2 em { color: var(--gold-400); }
.newsletter__content > p:not(.eyebrow):not(.form-message) { color: rgba(255,255,255,.7); }
.newsletter-form { display: flex; max-width: 560px; margin: 1.6rem auto .5rem; padding: .4rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.newsletter-form input { flex: 1; min-width: 0; padding: 0 1.2rem; color: #fff; border: 0; outline: 0; background: transparent; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.6); }
.newsletter-form button { display: flex; align-items: center; gap: .6rem; min-height: 48px; padding: 0 1.3rem; color: var(--maroon-950); border: 0; border-radius: 999px; background: var(--gold-400); font-weight: 700; }
.form-message { min-height: 1.4em; margin: .4rem 0 0; font-size: .82rem; }
.form-message.is-error { color: #ffb1ba; }
.form-message.is-success { color: #a7efbf; }

/* Forms & reservation */
.reservation { background: var(--surface-alt); }
.reservation__grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(3rem, 7vw, 7rem); }
.reservation__intro { position: sticky; top: 110px; }
.reservation__intro > p:not(.eyebrow) { color: var(--text-muted); font-size: 1.05rem; }
.reservation__contact { display: flex; align-items: center; gap: .8rem; margin: 1.8rem 0; }
.reservation__contact > span { display: grid; width: 50px; aspect-ratio: 1; place-items: center; color: var(--maroon-950); background: var(--gold-400); border-radius: 50%; }
.reservation__contact small { display: block; color: var(--text-muted); font-size: .72rem; }
.reservation__contact a { color: var(--maroon-700); font-family: var(--font-en); font-weight: 700; }
.reservation__intro blockquote { margin: 2rem 0 0; padding: 1.2rem 1.4rem; color: var(--text-muted); border-left: 3px solid var(--gold-500); background: var(--surface-card); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-style: italic; }
.form-card, .contact-form-wrap { padding: clamp(1.3rem, 3vw, 2.4rem); border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-card); box-shadow: var(--shadow-md); }
.segmented-control { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; margin: 0 0 1.6rem; padding: 0; border: 0; }
.segmented-control legend { margin-bottom: .6rem; font-weight: 600; }
.segmented-control label { cursor: pointer; }
.segmented-control input { position: absolute; opacity: 0; }
.segmented-control span { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; color: var(--text-muted); border: 1px solid var(--border); border-radius: var(--radius-sm); transition: color .2s, border-color .2s, background .2s; }
.segmented-control input:checked + span { color: #fff; border-color: var(--maroon-800); background: var(--maroon-800); }
.segmented-control input:focus-visible + span { outline: 3px solid var(--gold-400); outline-offset: 3px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.field--full, .check-field.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: .35rem; font-size: .82rem; font-weight: 600; }
.field label b { color: var(--error); }
.field__control { position: relative; display: flex; align-items: center; }
.field__control > i:first-child { position: absolute; left: .9rem; color: var(--maroon-700); font-size: .8rem; pointer-events: none; }
.field__control input, .field__control select { padding-left: 2.6rem; }
.field input, .field textarea, .field select, .contact-form-wrap input, .contact-form-wrap textarea, .contact-form-wrap select { width: 100%; border: 1px solid var(--border); border-radius: var(--radius-sm); outline: 0; background: var(--surface); transition: border-color .2s, box-shadow .2s; }
.field input, .field select, .contact-form-wrap input, .contact-form-wrap select { height: 48px; padding-right: .85rem; }
.field > input, .contact-form-wrap .field > input { padding-left: .85rem; }
.field textarea, .contact-form-wrap textarea { display: block; padding: .8rem; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus, .contact-form-wrap input:focus, .contact-form-wrap textarea:focus, .contact-form-wrap select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(216,164,43,.12); }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--error); }
.field__error { display: block; min-height: 1.15rem; margin-top: .2rem; color: var(--error); font-size: .68rem; }
.select-control { position: relative; }
.select-control select { appearance: none; }
.select-control > i:last-child { position: absolute; right: .9rem; top: 50%; color: var(--text-muted); font-size: .7rem; transform: translateY(-50%); pointer-events: none; }
.form-card .button { margin-top: 1.1rem; }
.form-privacy { margin: .8rem 0 0; color: var(--text-muted); font-size: .7rem; text-align: center; }
.form-success { padding: 3rem 1rem; text-align: center; }
.success-check { display: grid; width: 76px; aspect-ratio: 1; margin: auto; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-size: 1.6rem; box-shadow: 0 0 0 12px color-mix(in srgb, var(--success) 12%, transparent); animation: success-pop .55s var(--ease); }
@keyframes success-pop { from { transform: scale(.3) rotate(-35deg); opacity: 0; } }
.form-success h3 { margin: 1.5rem 0 .4rem; font-size: 1.8rem; }
.form-success p { max-width: 420px; margin: 0 auto 1.5rem; color: var(--text-muted); }

/* Contact */
.contact { background: var(--surface); }
.contact__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 1.5rem; }
.contact__details { display: grid; gap: .8rem; align-content: start; }
.contact__details article { display: flex; align-items: start; gap: .9rem; padding: 1rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-card); }
.contact__details article > span { display: grid; width: 42px; aspect-ratio: 1; flex: 0 0 auto; place-items: center; color: var(--maroon-700); background: var(--surface-alt); border-radius: 50%; }
.contact__details small { display: block; color: var(--text-muted); font-size: .7rem; }
.contact__details p, .contact__details a { display: block; margin: .12rem 0 0; font-size: .88rem; line-height: 1.45; }
.contact__details a:hover { color: var(--maroon-700); }
.whatsapp-button { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.2rem; color: #fff; background: #167443; border-radius: var(--radius-md); }
.whatsapp-button > i:first-child { font-size: 1.6rem; }
.whatsapp-button span { flex: 1; font-weight: 600; }
.whatsapp-button small { color: rgba(255,255,255,.65); }
.whatsapp-button > i:last-child { font-size: .8rem; }
.check-field { display: flex; align-items: center; gap: .6rem; cursor: pointer; }
.check-field input { position: absolute; opacity: 0; }
.check-field > span { display: grid; width: 20px; aspect-ratio: 1; flex: 0 0 auto; place-items: center; color: transparent; border: 1px solid var(--border); border-radius: 5px; background: var(--surface); font-size: .65rem; }
.check-field input:checked + span { color: #fff; border-color: var(--maroon-800); background: var(--maroon-800); }
.check-field input:focus-visible + span { outline: 3px solid var(--gold-400); outline-offset: 3px; }
.check-field small { color: var(--text-muted); font-size: .78rem; }
.map-wrap { position: relative; grid-column: 1 / -1; min-height: 380px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: sepia(.25) saturate(.75); }
.map-badge { position: absolute; left: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .8rem; padding: .9rem 1.1rem; color: #fff; background: var(--maroon-900); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.map-badge > span { display: grid; width: 40px; aspect-ratio: 1; place-items: center; color: var(--maroon-950); background: var(--gold-400); border-radius: 50%; }
.map-badge strong, .map-badge small { display: block; }
.map-badge small { color: rgba(255,255,255,.6); }

/* Footer & floating actions */
.footer { color: rgba(255,255,255,.72); background: #2a080e; }
.footer__top { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 3rem; padding-block: 4.5rem; }
.wordmark--light { color: #fff; }
.footer__brand > p { max-width: 330px; margin: 1.2rem 0; }
.footer__socials { display: flex; gap: .5rem; }
.footer__socials a { display: grid; width: 40px; aspect-ratio: 1; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transition: color .25s, background .25s, transform .25s; }
.footer__socials a:hover { color: var(--maroon-950); background: var(--gold-400); transform: translateY(-3px); }
.footer h3 { margin: 0 0 1rem; color: #fff; font-size: 1rem; }
.footer__links { display: grid; align-content: start; gap: .55rem; }
.footer__links a { font-size: .85rem; transition: color .2s, transform .2s; }
.footer__links a:hover { color: var(--gold-400); transform: translateX(4px); }
.footer__hours p { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__hours p span { font-size: .76rem; }
.footer__hours p strong { color: #fff; font-family: var(--font-en); font-size: .7rem; }
.footer__hours > small { display: inline-block; margin-top: 1rem; color: #70d994; }
.footer__hours > small i { font-size: .5rem; animation: status-pulse 1.6s infinite; }
@keyframes status-pulse { 50% { opacity: .3; } }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer__bottom p { margin: 0; }
.footer__bottom i { color: var(--gold-400); }
.back-to-top { position: fixed; z-index: 800; right: 1.2rem; bottom: 1.2rem; display: grid; width: 50px; aspect-ratio: 1; place-items: center; color: #fff; border: 0; border-radius: 50%; background: var(--maroon-800); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(15px); transition: opacity .3s, visibility .3s, transform .3s, background .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top span { display: none; }
.back-to-top:hover { color: var(--maroon-950); background: var(--gold-400); }
.mobile-order { display: none; }
.toast-region { position: fixed; z-index: 3000; right: 1rem; bottom: 1rem; display: grid; gap: .6rem; pointer-events: none; }
.toast { display: flex; min-width: 280px; align-items: center; gap: .7rem; padding: .9rem 1rem; color: #fff; background: #251719; border-left: 4px solid var(--gold-400); border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); animation: toast-in .45s var(--ease) both; }
.toast.is-leaving { animation: toast-out .35s ease both; }
.toast i { color: var(--gold-400); }
@keyframes toast-in { from { opacity: 0; transform: translateX(30px); } }
@keyframes toast-out { to { opacity: 0; transform: translateX(30px); } }

/* Content must remain visible even when JavaScript, fonts, or motion are delayed. */
.reveal, .stagger > * { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1080px) {
  .nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .header__socials { display: none; }
  .menu-grid, .branch-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1.2fr 1fr; }
  .offer-card:last-child { grid-column: 1 / -1; min-height: 330px; }
  .footer__top { grid-template-columns: 1.3fr repeat(2, .7fr); }
  .footer__hours { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --header-height: 74px; --section-space: 5.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.2rem; margin-bottom: 2.2rem; }
  .hero { min-height: 820px; }
  .hero__content { padding-bottom: 10rem; }
  .hero__meta { right: 1rem; left: 1rem; bottom: 2rem; flex-wrap: wrap; gap: 1rem; }
  .hero__meta > div + div { padding-left: 1rem; }
  .hero__scroll { display: none; }
  .menu-toolbar { align-items: stretch; flex-direction: column; }
  .menu-tabs { order: 2; }
  .search-field { width: 100%; max-width: none; }
  .branch-controls { grid-template-columns: 1fr 1fr; }
  .branch-count { grid-column: 1 / -1; }
  .about__grid, .testimonials__grid, .faq__grid, .reservation__grid { grid-template-columns: 1fr; }
  .about__visual { max-width: 600px; margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .partners__inner { grid-template-columns: 1fr; }
  .partner-strip { grid-template-columns: repeat(2, 1fr); }
  .partner-strip a:nth-child(odd) { border-left: 0; }
  .faq__intro, .reservation__intro { position: static; }
  .contact__grid { grid-template-columns: 1fr; }
  .map-wrap { grid-column: auto; }
  .contact__details { grid-template-columns: repeat(2, 1fr); }
  .whatsapp-button { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --container: min(100% - 1.25rem, 1180px); }
  body { font-size: .95rem; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .header__order { display: none; }
  .wordmark strong { font-size: 1.15rem; }
  .wordmark__seal { width: 39px; }
  .hero { min-height: 760px; }
  .hero__media { background-image: linear-gradient(0deg, rgba(35,4,10,.95) 0%, rgba(54,8,16,.58) 70%, rgba(31,5,9,.3)), url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1000&q=85"); background-position: 58% center; }
  .hero__content { padding-top: 7rem; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5rem); line-height: .88; }
  .hero__copy { margin-block: 1rem 1.4rem; }
  .hero__actions .button { flex: 1; min-width: 145px; padding-inline: .85rem; }
  .hero__meta { display: grid; grid-template-columns: repeat(2, 1fr); }
  .hero__meta > div + div { padding-left: 0; border-left: 0; }
  .hero__meta > div:last-child { display: none; }
  .menu-grid, .branch-grid { grid-template-columns: 1fr; }
  .menu-card p { min-height: auto; }
  .menu-status { align-items: start; flex-direction: column; padding-block: .7rem; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card, .offer-card--feature, .offer-card:last-child { grid-column: auto; min-height: 420px; }
  .countdown-wrap { text-align: left; }
  .branch-controls { grid-template-columns: 1fr; }
  .branch-count { grid-column: auto; }
  .about__visual { padding-left: .8rem; }
  .about__stamp { right: -4px; width: 84px; }
  .counters { gap: .45rem; }
  .counters strong { font-size: 1.45rem; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .feature-grid article { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; }
  .feature-grid article > span { grid-row: span 2; }
  .feature-grid h3 { margin: 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 145px; }
  .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 2; grid-row: span 2; }
  .lightbox { padding: 4rem .7rem; }
  .lightbox__nav { top: auto; bottom: 1rem; }
  .lightbox__nav--prev { left: calc(50% - 58px); }
  .lightbox__nav--next { right: calc(50% - 58px); }
  .partner-strip { grid-template-columns: 1fr 1fr; }
  .partner-strip a { flex-direction: column; text-align: center; border-bottom: 1px solid var(--border); }
  .testimonial-carousel { padding: 1.3rem; }
  .testimonial-stage { min-height: 350px; }
  .newsletter { min-height: 590px; }
  .newsletter-form { align-items: stretch; flex-direction: column; padding: .5rem; border-radius: var(--radius-md); }
  .newsletter-form input { height: 48px; }
  .newsletter-form button { justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full, .check-field.field--full { grid-column: auto; }
  .segmented-control { grid-template-columns: 1fr; }
  .contact__details { grid-template-columns: 1fr; }
  .whatsapp-button { grid-column: auto; }
  .map-wrap, .map-wrap iframe { min-height: 330px; }
  .map-badge { right: 1rem; left: 1rem; bottom: 1rem; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .footer__brand, .footer__hours { grid-column: 1 / -1; }
  .footer__bottom { align-items: start; flex-direction: column; gap: .3rem; }
  .back-to-top { bottom: 5.2rem; }
  .mobile-order { position: fixed; z-index: 700; right: .7rem; bottom: .7rem; left: .7rem; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 1rem; color: #fff; background: var(--maroon-800); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; box-shadow: 0 15px 35px rgba(33,5,10,.3); }
  .mobile-order span { display: flex; align-items: center; gap: .45rem; font-weight: 600; }
  .mobile-order b { width: 1px; height: 22px; background: rgba(255,255,255,.25); }
  .toast-region { right: .7rem; bottom: 5.1rem; left: .7rem; }
  .toast { min-width: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .stagger > * { opacity: 1; transform: none; }
}

/* ==========================================================================
   Multi-page additions
   ========================================================================== */
.header.is-inner {
  color: var(--text);
  background: color-mix(in srgb, var(--surface-card) 95%, transparent);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}
.header.is-inner .icon-button { color: var(--text); border-color: var(--border); }
.header.is-inner .header__order { color: #fff; background: var(--maroon-800); }
.header.is-inner.is-scrolled { height: 70px; }
.header .nav__link[aria-current="page"]::after { transform: scaleX(1); }
.mobile-drawer__nav a[aria-current="page"] { color: var(--gold-400); }
body.is-english { font-family: var(--font-en); }
body.is-english .wordmark strong { font-family: var(--font-bn); }
.language-toggle {
  display: inline-flex;
  min-width: 48px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: 0 .7rem;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  font-family: var(--font-en);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  opacity: .85;
  transition: color .25s, background .25s, border-color .25s, transform .25s;
}
.language-toggle:hover { color: var(--maroon-950); border-color: var(--gold-400); background: var(--gold-400); transform: translateY(-2px); opacity: 1; }
.header.is-inner .language-toggle, .header.is-scrolled .language-toggle { color: var(--text); border-color: var(--border); }
.header.is-inner .language-toggle:hover, .header.is-scrolled .language-toggle:hover { color: var(--maroon-950); border-color: var(--gold-400); }
.language-toggle--drawer { margin-bottom: .8rem; color: #fff; border-color: rgba(255,255,255,.28); }

.page-hero {
  --page-image: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1800&q=85");
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  padding: calc(var(--header-height) + 5rem) 0 5rem;
  overflow: hidden;
  color: #fff;
  /* background:
    linear-gradient(90deg, rgba(45, 5, 12, .93), rgba(56, 7, 15, .66), rgba(30, 4, 8, .45)),
    var(--page-image) center / cover;
  isolation: isolate; */
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  aspect-ratio: 1;
  right: -120px;
  bottom: -230px;
  border: 1px solid rgba(232,187,75,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(232,187,75,.03), 0 0 0 110px rgba(232,187,75,.025);
}
.page-hero__content { width: var(--container); margin-inline: auto; }
.breadcrumb { display: flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; color: rgba(255,255,255,.62); font-size: .78rem; }
.breadcrumb a { transition: color .2s; }
.breadcrumb a:hover { color: var(--gold-400); }
.breadcrumb i { font-size: .55rem; }
.page-hero .eyebrow { color: var(--gold-400); }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 700; line-height: .88; letter-spacing: -.05em; }
.page-hero h1 em { color: var(--gold-400); }
.page-hero__copy { max-width: 620px; margin: 1.4rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }

.page-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}
.page-intro__copy > p:not(.eyebrow) { color: var(--text-muted); font-size: 1.05rem; }
.page-intro__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-xl) var(--radius-lg) var(--radius-xl) var(--radius-lg); box-shadow: var(--shadow-lg); }
.page-intro__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.page-intro__image:hover img { transform: scale(1.04); }
.page-intro__image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -100px 100px rgba(55,5,13,.2); pointer-events: none; }

.home-signatures { background: var(--surface-alt); }
.section-action { display: flex; justify-content: center; margin-top: 2.2rem; }
.home-offer {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  border-radius: var(--radius-xl);
  background: var(--maroon-950);
  box-shadow: var(--shadow-lg);
}
.home-offer__image { min-height: 440px; }
.home-offer__image img { width: 100%; height: 100%; object-fit: cover; }
.home-offer__copy { display: grid; align-content: center; padding: clamp(2rem, 5vw, 4rem); }
.home-offer__copy .eyebrow { color: var(--gold-400); }
.home-offer__copy h2 em { color: var(--gold-400); }
.home-offer__copy > p { color: rgba(255,255,255,.68); }
.home-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.home-link-card { position: relative; min-height: 340px; display: flex; align-items: flex-end; overflow: hidden; padding: 1.5rem; color: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.home-link-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.home-link-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(42,5,12,.9), transparent 75%); }
.home-link-card:hover img { transform: scale(1.06); }
.home-link-card small { color: var(--gold-400); }
.home-link-card h3 { margin: .2rem 0 0; font-size: 1.65rem; }
.home-link-card i { position: absolute; right: 1.3rem; bottom: 1.5rem; transition: transform .25s; }
.home-link-card:hover i { transform: translate(4px, -4px); }

.page-content-head { max-width: 720px; margin-bottom: 3rem; }
.page-content-head > p:not(.eyebrow) { color: var(--text-muted); }
.menu-page .menu-section, .branches-page .branches, .about-page .about, .gallery-page .gallery,
.reviews-page .testimonials, .reservation-page .reservation, .contact-page .contact { padding-top: var(--section-space); }
.menu-page .menu-section { background: var(--surface); }
.offers-page .offers { padding-top: var(--section-space); }
.branches-page .branches { background: var(--surface); }
.gallery-page .gallery { background: var(--surface); }
.reviews-page .testimonials { background: var(--maroon-950); }
.reservation-page .reservation { background: var(--surface); }

.offer-detail-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.offer-detail-strip article { padding: 1.3rem; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.05); }
.offer-detail-strip i { color: var(--gold-400); }
.offer-detail-strip h3 { margin: .8rem 0 .3rem; }
.offer-detail-strip p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; }

.story-values { background: var(--surface-alt); }
.story-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.story-values article { padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-card); box-shadow: var(--shadow-sm); }
.story-values article > span { display: grid; width: 54px; aspect-ratio: 1; place-items: center; color: var(--maroon-950); background: var(--gold-400); border-radius: 50%; font-size: 1.2rem; }
.story-values h3 { margin: 1.2rem 0 .4rem; font-size: 1.35rem; }
.story-values p { margin: 0; color: var(--text-muted); }
.story-timeline { display: grid; max-width: 860px; margin-inline: auto; }
.story-timeline article { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 2rem; padding: 0 0 2.5rem 1.5rem; border-left: 1px solid var(--border); }
.story-timeline article::before { content: ""; position: absolute; left: -6px; top: .35rem; width: 11px; aspect-ratio: 1; background: var(--gold-500); border: 4px solid var(--surface); border-radius: 50%; box-sizing: content-box; }
.story-timeline strong { color: var(--maroon-700); font-family: var(--font-en); font-size: 1.2rem; }
.story-timeline h3 { margin: 0 0 .35rem; }
.story-timeline p { margin: 0; color: var(--text-muted); }

.review-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.review-summary-grid article { padding: 1.4rem; text-align: center; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface-card); }
.review-summary-grid strong { display: block; color: var(--maroon-700); font-family: var(--font-en); font-size: 2rem; }
.review-summary-grid span { color: var(--text-muted); font-size: .8rem; }

.page-cta { padding: 4.5rem 0; color: #fff; background: var(--maroon-800); }
.page-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.page-cta h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.page-cta h2 em { color: var(--gold-400); }
.page-cta p { margin: .5rem 0 0; color: rgba(255,255,255,.65); }
.page-cta__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .7rem; }

@media (max-width: 900px) {
  .page-intro, .home-offer { grid-template-columns: 1fr; }
  .home-offer__image { max-height: 400px; }
  .home-link-grid, .story-values__grid { grid-template-columns: 1fr 1fr; }
  .review-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .page-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .page-hero { min-height: 460px; padding-top: calc(var(--header-height) + 4rem); }
  .page-hero h1 { font-size: clamp(3.2rem, 18vw, 4.6rem); }
  .home-link-grid, .story-values__grid, .offer-detail-strip { grid-template-columns: 1fr; }
  .home-link-card { min-height: 280px; }
  .story-timeline article { grid-template-columns: 1fr; gap: .2rem; }
  .page-cta__actions { width: 100%; }
  .page-cta__actions .button { flex: 1; }
  .header__actions { gap: .35rem; }
  .language-toggle { min-width: 42px; padding-inline: .55rem; }
  .language-toggle i { display: none; }
}


/* Olio e Più flat-site adaptation — built from the restaurent reference system. */
:root { --font-bn: "Manrope", sans-serif; --font-en: "Manrope", sans-serif; }
body { font-family: "Manrope", sans-serif; }
h1, h2, h3, .wordmark strong { font-family: "Cormorant Garamond", Georgia, serif; }
h1, h2 { font-weight: 600; }
.wordmark strong { font-size: 1.45rem; }
.wordmark small { letter-spacing: .16em; }
.hero__media { background-image: linear-gradient(90deg, rgba(42,7,13,.86) 0%, rgba(42,7,13,.58) 48%, rgba(42,7,13,.2) 100%), url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=2200&q=90'); }
.hero__content { padding-top: var(--header-height); }
.hero h1, .page-hero h1 { font-family: "Cormorant Garamond", Georgia, serif; }
.hero h1 { max-width: 980px; }
.hero__copy { max-width: 640px; }
.page-hero__content { width: var(--container); margin-inline: auto; }
.footer__brand p { max-width: 28ch; }
.menu-card__body { padding: 1.4rem; }
.menu-card__body small, .location-card__body small { color: var(--maroon-700); font-weight: 700; letter-spacing: .16em; }
.menu-card__body h3 { margin: .25rem 0; font-size: 1.7rem; }
.menu-card__body p { margin: 0; color: var(--text-muted); }
.location-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; }
.location-card { overflow: hidden; background: var(--surface-card); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.location-card__image { display:block; aspect-ratio: 16/10; overflow:hidden; }
.location-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); }
.location-card:hover img { transform:scale(1.04); }
.location-card__body { padding: 1.7rem; }
.location-card__body h3 { margin:.25rem 0; font-size:2rem; }
.location-card__body p { color:var(--text-muted); }
.location-card__actions { display:flex; flex-wrap:wrap; gap:.7rem; margin-top:1.25rem; }
.menu-filter-system { position: relative; }
.menu-filter-input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.menu-tabs { display:flex; gap:.6rem; flex-wrap:wrap; margin-bottom:3rem; }
.menu-tabs button, .menu-tabs label { display:inline-grid; min-height:44px; padding:.55rem 1rem; place-items:center; border:1px solid var(--border); border-radius:999px; background:var(--surface-card); cursor:pointer; font-weight:700; user-select:none; transition:color .2s, background .2s, border-color .2s, transform .2s; }
.menu-tabs button:hover, .menu-tabs label:hover { color:var(--maroon-700); border-color:var(--maroon-700); transform:translateY(-1px); }
.menu-tabs button.is-active,
#dish-filter-all:checked ~ .menu-tabs label[for="dish-filter-all"],
#dish-filter-antipasti:checked ~ .menu-tabs label[for="dish-filter-antipasti"],
#dish-filter-pasta:checked ~ .menu-tabs label[for="dish-filter-pasta"],
#dish-filter-pizza:checked ~ .menu-tabs label[for="dish-filter-pizza"],
#dish-filter-dolci:checked ~ .menu-tabs label[for="dish-filter-dolci"] { color:#fff; background:var(--maroon-800); border-color:var(--maroon-800); }
.menu-filter-input:focus-visible ~ .menu-tabs label { outline: none; }
#dish-filter-all:focus-visible ~ .menu-tabs label[for="dish-filter-all"],
#dish-filter-antipasti:focus-visible ~ .menu-tabs label[for="dish-filter-antipasti"],
#dish-filter-pasta:focus-visible ~ .menu-tabs label[for="dish-filter-pasta"],
#dish-filter-pizza:focus-visible ~ .menu-tabs label[for="dish-filter-pizza"],
#dish-filter-dolci:focus-visible ~ .menu-tabs label[for="dish-filter-dolci"] { outline:3px solid rgba(216,164,43,.42); outline-offset:3px; }
#dish-filter-antipasti:checked ~ .dish-card-grid .dish-card:not([data-dish-category="antipasti"]),
#dish-filter-pasta:checked ~ .dish-card-grid .dish-card:not([data-dish-category="pasta"]),
#dish-filter-pizza:checked ~ .dish-card-grid .dish-card:not([data-dish-category="pizza"]),
#dish-filter-dolci:checked ~ .dish-card-grid .dish-card:not([data-dish-category="dolci"]) { display:none!important; }
.simple-menu { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:2rem; }
.menu-category { padding:2rem; background:var(--surface-card); border:1px solid var(--border); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); }
.menu-category[hidden] { display:none; }
.menu-category article { display:flex; justify-content:space-between; gap:1rem; padding:1.25rem 0; border-top:1px solid var(--border); }
.menu-category h3 { margin:0 0 .2rem; font-size:1.5rem; }
.menu-category p { margin:0; color:var(--text-muted); }
.menu-category article>span { color:var(--gold-500); }
.menu-note { max-width:70ch; margin:2rem auto 0; color:var(--text-muted); text-align:center; font-size:.9rem; }
.visit-grid { display:grid; grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr); gap:clamp(3rem,7vw,7rem); align-items:start; }
.visit-copy { position:sticky; top:110px; }
.visit-copy>p { color:var(--text-muted); }
.visit-details { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; }
.info-card { padding:1.8rem; min-height:260px; background:var(--surface-card); border:1px solid var(--border); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); }
.info-card>i { color:var(--gold-500); font-size:1.5rem; }
.info-card h3 { margin:.7rem 0; font-size:1.8rem; }
.info-card p { margin:.35rem 0; color:var(--text-muted); }
.info-card small { color:var(--ink-500); }
.text-link { display:inline-block; margin-top:1rem; color:var(--maroon-700); font-weight:700; }
.reservation-layout, .event-form-grid, .contact-layout { display:grid; grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr); gap:clamp(3rem,7vw,7rem); align-items:start; }
.simple-form { padding:clamp(1.5rem,4vw,3rem); background:var(--surface-card); border:1px solid var(--border); border-radius:var(--radius-lg); box-shadow:var(--shadow-md); }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.field { display:grid; gap:.45rem; }
.field--full { grid-column:1/-1; }
.field span { color:var(--text-muted); font-size:.82rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.field input, .field select, .field textarea { width:100%; min-height:52px; padding:.8rem 1rem; border:1px solid var(--border); border-radius:var(--radius-sm); background:var(--surface); }
.field textarea { resize:vertical; }
.simple-form .button { margin-top:1.2rem; }
.form-message { min-height:1.5em; margin:.8rem 0 0; color:var(--success); font-weight:600; }
.press-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.press-card { min-height:320px; padding:1.7rem; display:flex; flex-direction:column; background:var(--surface-card); border:1px solid var(--border); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); }
.press-card>span { color:var(--gold-500); font-weight:700; }
.press-card small { margin-top:2rem; color:var(--maroon-700); font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.press-card h3 { margin:.7rem 0; font-size:1.65rem; }
.press-card p { color:var(--text-muted); }
.press-card .text-link { margin-top:auto; }
.contact-list { display:grid; gap:1rem; margin-top:2rem; }
.contact-list article { padding:1.25rem 0; border-top:1px solid var(--border); }
.contact-list h3 { margin:0 0 .35rem; font-size:1.4rem; }
.contact-list a { display:block; color:var(--text-muted); }
.legal-copy { max-width:820px; }
.legal-copy>section { padding:2rem 0; border-top:1px solid var(--border); }
.legal-copy h3 { margin:0 0 .5rem; font-size:2rem; }
.legal-copy p { color:var(--text-muted); }
.about__image img { width:100%; height:100%; min-height:480px; object-fit:cover; border-radius:var(--radius-lg); }
.footer__links { gap:clamp(2rem,5vw,5rem); }
.footer__links h3 { font-family:"Manrope",sans-serif; }
@media (max-width: 900px) {
  .location-grid, .simple-menu, .press-grid { grid-template-columns:1fr; }
  .visit-grid, .reservation-layout, .event-form-grid, .contact-layout { grid-template-columns:1fr; }
  .visit-copy { position:static; }
  .press-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .location-grid, .visit-details, .form-grid, .press-grid { grid-template-columns:1fr; }
  .field--full { grid-column:auto; }
  .hero__meta { grid-template-columns:1fr; }
  .hero__meta>div { padding-block:.5rem; }
  .page-hero h1 { font-size:clamp(3rem,16vw,5rem); }
}

/* 2026-08-25 site-wide navigation, press archive, footer and modal refinements */
.header.is-scrolled {
  color: #3a0b12;
  background: rgba(255, 250, 240, .985);
  border-bottom-color: rgba(76, 16, 25, .18);
  box-shadow: 0 8px 30px rgba(42, 5, 12, .14);
  backdrop-filter: blur(20px) saturate(1.1);
}
.header.is-scrolled .nav__link { color: #3a0b12; font-weight: 700; text-shadow: none; }
.header.is-scrolled .wordmark { color: #3a0b12; }
[data-theme="dark"] .header.is-scrolled { color: #fff8ed; background: rgba(33, 22, 24, .985); border-bottom-color: rgba(255,255,255,.14); }
[data-theme="dark"] .header.is-scrolled .nav__link,
[data-theme="dark"] .header.is-scrolled .wordmark { color: #fff8ed; }
.nav { gap: clamp(.7rem, 1.35vw, 1.3rem); }
.nav__link { font-size: clamp(.76rem, .78vw, .9rem); font-weight: 650; white-space: nowrap; text-shadow: 0 1px 8px rgba(0,0,0,.42); }
.nav__link--external { display: inline-flex; align-items: center; gap: .35rem; }
.nav__link--external i { font-size: .58rem; }
body[data-page="press"] .header:not(.is-scrolled) { color: #3a0b12; background: rgba(255,250,240,.98); border-bottom-color: rgba(76,16,25,.14); }
body[data-page="press"] .header:not(.is-scrolled) .icon-button { color: #3a0b12; border-color: rgba(76,16,25,.24); }
body[data-page="press"] .header:not(.is-scrolled) .nav__link { text-shadow: none; }

.home-link-card { isolation: isolate; }
.home-link-card img { z-index: 0; }
.home-link-card::after { z-index: 1; background: linear-gradient(0deg, rgba(42,5,12,.96) 0%, rgba(42,5,12,.3) 58%, rgba(42,5,12,.08) 100%); }
.home-link-card > div, .home-link-card > i { position: relative; z-index: 2; }
.home-link-card > i { position: absolute; }
.home-link-card h3 { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.55); }
.home-link-grid:has(.home-link-card:nth-child(5)) { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.home-link-grid:has(.home-link-card:nth-child(5)) .home-link-card { grid-column: span 2; }
.home-link-grid:has(.home-link-card:nth-child(5)) .home-link-card:nth-child(4) { grid-column: 2 / span 2; }

.press-page { background: var(--surface); }
.press-intro { padding: calc(var(--header-height) + clamp(5rem, 10vw, 9rem)) 0 clamp(3.5rem, 7vw, 6rem); text-align: center; background: var(--surface); border-bottom: 1px solid var(--border); }
.press-intro .eyebrow { justify-content: center; }
.press-intro h1 { margin: 0; color: var(--maroon-900); font-size: clamp(4.8rem, 11vw, 9rem); font-weight: 600; line-height: .85; letter-spacing: -.055em; }
.press-intro > .container > p:last-child { margin: 1.5rem auto 0; color: var(--text-muted); font-size: 1.05rem; }
.press-archive { padding-top: clamp(4rem, 8vw, 8rem); }
.press-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: clamp(1.2rem, 2.3vw, 2.2rem); }
.press-item { min-width: 0; border-top: 1px solid var(--border); }
.press-item > a { display: flex; min-height: 440px; height: 100%; flex-direction: column; align-items: center; padding: clamp(2rem, 4vw, 3.4rem) clamp(.7rem, 1.4vw, 1.25rem) 2rem; text-align: center; transition: color .25s, background .25s, transform .3s var(--ease), box-shadow .3s; }
.press-item > a:hover { color: var(--maroon-700); background: var(--surface-card); box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.press-item__mark { display: grid; min-height: 100px; place-items: center; align-content: center; gap: .5rem; color: var(--maroon-800); }
.press-item__mark > span { display: grid; width: 54px; aspect-ratio: 1; place-items: center; color: var(--maroon-950); background: var(--gold-400); border-radius: 50% 50% 45% 50%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 700; }
.press-item__mark small { max-width: 18ch; font-size: .62rem; font-weight: 800; line-height: 1.25; letter-spacing: .12em; }
.press-item h2 { margin: clamp(2rem, 4vw, 3.5rem) 0 1.5rem; font-size: clamp(1.35rem, 1.85vw, 2rem); line-height: 1.08; letter-spacing: -.02em; }
.press-item__arrow { margin-top: auto; color: var(--maroon-700); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.press-item__arrow i { margin-left: .3rem; font-size: .65rem; }
.press-load { display: grid; place-items: center; margin-top: clamp(3rem, 7vw, 6rem); }
.press-load .button { min-width: 180px; }

.press-rich-intro {
  position: relative;
  overflow: hidden;
  min-height: clamp(500px, 58vw, 680px);
  display: grid;
  align-items: end;
  padding: calc(var(--header-height) + clamp(4rem, 8vw, 7rem)) 0 clamp(3rem, 6vw, 5rem);
  color: #fffdf7;
  text-align: left;
  border-bottom: 6px solid var(--maroon-800);
  background:
    linear-gradient(90deg, rgba(36,7,13,.9) 0%, rgba(36,7,13,.68) 42%, rgba(36,7,13,.28) 74%, rgba(36,7,13,.08) 100%),
    var(--press-image) center / cover;
}
.press-rich-intro::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(36,7,13,.45), transparent);
}
.press-intro__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}
.press-rich-intro .eyebrow {
  justify-content: flex-start;
  color: var(--gold-400);
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.press-rich-intro h1 {
  max-width: 760px;
  margin: 0;
  color: #fffdf7;
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 700;
  line-height: .9;
  text-shadow: 0 4px 22px rgba(0,0,0,.5);
}
.press-rich-intro h1 em {
  color: #ffd36b;
}
.press-intro__copy > p:last-of-type {
  max-width: 620px;
  margin: 1rem 0 0;
  color: rgba(255,253,247,.92);
  font-family: var(--font-en);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 650;
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(0,0,0,.48);
}
.press-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.35rem;
}
.press-rich-intro .button--outline-light {
  color: #fffdf7;
  border-color: rgba(255,253,247,.68);
  background: rgba(255,253,247,.08);
  backdrop-filter: blur(8px);
}
.press-rich-intro .button--outline-light:hover {
  color: var(--maroon-950);
  background: #fffdf7;
}
.press-intro__panel {
  padding: clamp(1.2rem, 2.4vw, 1.65rem);
  border: 1px solid rgba(255,253,247,.28);
  border-radius: 8px;
  background: rgba(255,253,247,.12);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
}
.press-intro__panel span {
  display: inline-flex;
  margin-bottom: .75rem;
  padding: .34rem .62rem;
  color: var(--maroon-950);
  border-radius: 4px;
  background: var(--gold-400);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.press-intro__panel h2 {
  color: #fffdf7;
  font-size: clamp(1.7rem, 2.8vw, 2.25rem);
  line-height: 1;
}
.press-intro__panel p {
  margin: .7rem 0 0;
  color: rgba(255,253,247,.86);
  font-family: var(--font-en);
  font-weight: 650;
  line-height: 1.55;
}
.press-intro__panel .text-link {
  color: #ffd36b;
}
.press-archive {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  background:
    linear-gradient(180deg, rgba(255,250,240,.98), rgba(247,252,242,.98)),
    repeating-linear-gradient(90deg, rgba(113,31,42,.06) 0 1px, transparent 1px 110px);
}
.press-archive__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(1.5rem, 4vw, 2.6rem);
  padding-bottom: 1.25rem;
  border-bottom: 2px solid rgba(113,31,42,.14);
}
.press-archive__head h2 {
  max-width: 680px;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: .96;
}
.press-archive__head > p {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
}
.press-archive .press-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}
.press-archive .press-item {
  min-width: 0;
  border-top: 0;
}
.press-archive .press-item > a {
  min-height: 300px;
  align-items: flex-start;
  padding: clamp(1.15rem, 2.5vw, 1.55rem);
  text-align: left;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 30px rgba(58,11,18,.08);
}
.press-archive .press-item > a:hover {
  color: var(--text);
  border-color: rgba(224,58,47,.32);
  box-shadow: 8px 8px 0 rgba(232,187,75,.26), 0 18px 42px rgba(58,11,18,.12);
}
.press-archive .press-item:first-child {
  grid-column: span 2;
}
.press-archive .press-item:first-child > a {
  color: #fffdf7;
  border-color: rgba(113,31,42,.32);
  background:
    linear-gradient(135deg, rgba(113,31,42,.97), rgba(36,7,13,.95)),
    linear-gradient(90deg, rgba(232,187,75,.18), transparent);
}
.press-archive .press-item:first-child .press-item__mark > span {
  color: var(--maroon-950);
  background: var(--gold-400);
}
.press-archive .press-item:first-child .press-item__mark small,
.press-archive .press-item:first-child .press-item__arrow {
  color: #ffd36b;
}
.press-archive .press-item__mark {
  min-height: auto;
  justify-items: start;
  place-items: start;
  gap: .65rem;
}
.press-archive .press-item__mark > span {
  width: 46px;
  font-size: 1.6rem;
}
.press-archive .press-item__mark small {
  max-width: 22ch;
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.press-archive .press-item h2 {
  margin: 1.35rem 0 1.25rem;
  color: inherit;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  line-height: 1.08;
}
.press-archive .press-item__arrow {
  color: var(--maroon-800);
  opacity: 1;
}
.press-load {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.footer__top { grid-template-columns: minmax(230px, .72fr) minmax(0, 1.7fr); gap: clamp(3rem, 7vw, 7rem); }
.footer__links { grid-template-columns: repeat(4, minmax(115px, 1fr)); gap: clamp(1.5rem, 3vw, 3.5rem); }
.footer__links > div { display: grid; align-content: start; gap: .55rem; }

.newsletter-modal { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; padding: 1rem; opacity: 0; transition: opacity .25s ease; }
.newsletter-modal.is-open { opacity: 1; }
.newsletter-modal__backdrop { position: absolute; inset: 0; background: rgba(28,5,9,.72); backdrop-filter: blur(7px); }
.newsletter-modal__panel { position: relative; width: min(620px, 100%); max-height: calc(100dvh - 2rem); overflow-y: auto; padding: clamp(2rem, 6vw, 4.5rem); color: var(--text); background: var(--surface-card); border: 1px solid var(--border); border-radius: var(--radius-xl); box-shadow: 0 36px 100px rgba(0,0,0,.4); transform: translateY(20px) scale(.98); transition: transform .3s var(--ease); }
.newsletter-modal.is-open .newsletter-modal__panel { transform: none; }
.newsletter-modal__panel h2 { font-size: clamp(2.6rem, 7vw, 4.4rem); }
.newsletter-modal__panel > p:not(.eyebrow) { color: var(--text-muted); }
.newsletter-modal__close { position: absolute; top: 1rem; right: 1rem; display: grid; width: 42px; aspect-ratio: 1; place-items: center; color: var(--text); background: transparent; border: 1px solid var(--border); border-radius: 50%; }
.newsletter-form { margin-top: 2rem; }
.newsletter-form > label { display: block; margin-bottom: .5rem; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.newsletter-form > div { display: flex; gap: .7rem; }
.newsletter-form input { width: 100%; min-height: 52px; padding: .75rem 1rem; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: 999px; }
.newsletter-form .form-message { color: var(--success); }

.mobile-drawer { overflow-y: auto; }
.mobile-drawer__footer { position: static; margin-top: 1.4rem; }

@media (max-width: 1080px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .press-intro__grid,
  .press-archive__head {
    grid-template-columns: 1fr;
  }
  .press-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .press-archive .press-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .press-item > a { min-height: 380px; }
  .home-link-grid:has(.home-link-card:nth-child(5)) { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-link-grid:has(.home-link-card:nth-child(5)) .home-link-card,
  .home-link-grid:has(.home-link-card:nth-child(5)) .home-link-card:nth-child(4) { grid-column: auto; }
  .home-link-grid:has(.home-link-card:nth-child(5)) .home-link-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .press-rich-intro {
    min-height: 560px;
    padding-bottom: 2rem;
    background:
      linear-gradient(0deg, rgba(36,7,13,.92) 0%, rgba(36,7,13,.7) 58%, rgba(36,7,13,.36) 100%),
      var(--press-image) center / cover;
  }
  .press-rich-intro h1 {
    font-size: clamp(2.8rem, 17vw, 4.5rem);
  }
  .press-intro__actions .button {
    flex: 1 1 150px;
  }
  .footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .press-list { grid-template-columns: 1fr; }
  .press-archive .press-list { grid-template-columns: 1fr; }
  .press-archive .press-item:first-child { grid-column: auto; }
  .press-item > a { min-height: 330px; padding-inline: 1.2rem; }
  .press-archive .press-item > a { min-height: 260px; }
  .home-link-grid:has(.home-link-card:nth-child(5)) { grid-template-columns: 1fr; }
  .home-link-grid:has(.home-link-card:nth-child(5)) .home-link-card:last-child { grid-column: auto; }
  .newsletter-form > div { align-items: stretch; flex-direction: column; }
  .newsletter-form .button { width: 100%; }
  .mobile-drawer__nav a { padding-block: .65rem; font-size: 1.15rem; }
}

/* Image-first menu cards and original-reference Careers page */
.dish-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.dish-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: var(--surface-card);
  border: 1px solid rgba(76, 16, 25, .16);
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(58, 11, 18, .08);
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease;
}
.dish-card:hover {
  border-color: rgba(113, 31, 42, .32);
  box-shadow: 0 22px 55px rgba(58, 11, 18, .15);
  transform: translateY(-7px);
}
.dish-card__media {
  position: relative;
  aspect-ratio: 1.16 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--cream-200);
}
.dish-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.dish-card:hover .dish-card__media img { transform: scale(1.055); }
.dish-card__media > span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 2rem);
  padding: .55rem .8rem;
  color: #173622;
  background: #cde6c3;
  border: 1px solid rgba(23, 54, 34, .08);
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 5px 18px rgba(0,0,0,.08);
}
.dish-card__body {
  display: flex;
  min-height: 285px;
  flex: 1;
  flex-direction: column;
  padding: 1.55rem;
}
.dish-card__title { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.dish-card__title h3 { margin: 0; font-size: clamp(1.55rem, 2.15vw, 2rem); line-height: .98; }
.dish-card__title strong { flex: 0 0 auto; color: #c89235; font-size: 1.05rem; font-weight: 800; }
.dish-card__body > p { margin: 1rem 0 1.5rem; color: var(--text-muted); font-size: .93rem; line-height: 1.7; }
.dish-card__tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: auto; }
.dish-card__tags span {
  padding: .48rem .68rem;
  color: var(--ink-500);
  background: var(--cream-200);
  border-radius: 999px;
  font-size: .61rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .05em;
}
.dish-card.is-filtered-out { display: none !important; }
.menu-filter-status { margin: -2rem 0 1.4rem; color: var(--text-muted); font-size: .8rem; font-weight: 700; letter-spacing: .05em; }
[data-theme="dark"] .dish-card { border-color: rgba(255,255,255,.14); }
[data-theme="dark"] .dish-card__tags span { color: #d9cac5; background: #3b292c; }

body[data-page="careers"] .header:not(.is-scrolled) {
  color: #3a0b12;
  background: rgba(255,250,240,.98);
  border-bottom-color: rgba(76,16,25,.14);
}
body[data-page="careers"] .header:not(.is-scrolled) .icon-button { color: #3a0b12; border-color: rgba(76,16,25,.24); }
body[data-page="careers"] .header:not(.is-scrolled) .nav__link { text-shadow: none; }
.career-page { min-height: 70vh; padding-top: var(--header-height); background: var(--surface); }
.career-intro { position: relative; display: grid; min-height: 720px; place-items: center; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) 0; background: radial-gradient(circle at 50% 25%, rgba(216,164,43,.09), transparent 34%), linear-gradient(135deg, var(--surface), var(--surface-alt)); }
.career-intro::before { content: ""; position: absolute; inset: 2rem; pointer-events: none; border: 1px solid var(--border); border-radius: var(--radius-xl); }
.career-intro__inner { position: relative; z-index: 1; text-align: center; }
.career-equal { max-width: 940px; margin: 0 auto; color: var(--text-muted); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.55; }
.career-heading { margin-top: clamp(4rem, 9vw, 7rem); }
.career-heading .eyebrow { justify-content: center; }
.career-heading .eyebrow span:last-child { width: 28px; }
.career-heading h1 { margin: 0; color: var(--maroon-900); font-size: clamp(4.8rem, 12vw, 9rem); font-weight: 600; line-height: .8; letter-spacing: -.045em; }
.career-heading > p:not(.eyebrow) { max-width: 560px; margin: 1.7rem auto; color: var(--text-muted); }
.career-opportunities { background: var(--surface-alt); }
.career-jobs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.career-job { position: relative; display: flex; min-height: 290px; flex-direction: column; padding: 1.6rem; overflow: hidden; background: var(--surface-card); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s ease; }
.career-job:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.career-job__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--maroon-700); }
.career-job__top span { display: inline-flex; align-items: center; gap: .45rem; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.career-job__top > i { color: var(--gold-500); font-size: .72rem; }
.career-job h3 { margin: 2rem 0 .35rem; font-size: 1.85rem; line-height: 1; }
.career-job p { margin: 0; color: var(--text-muted); font-weight: 600; }
.career-job small { margin: .65rem 0 1.5rem; color: var(--ink-500); }
.career-job > a { margin-top: auto; color: var(--maroon-700); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.career-job > a::after { content: " →"; }
.career-jobs-footer { display: flex; justify-content: center; margin-top: 2.5rem; }

@media (max-width: 1100px) {
  .dish-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .career-jobs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .dish-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .career-jobs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .career-intro { min-height: 680px; }
  .career-intro::before { inset: 1rem; }
}
@media (max-width: 560px) {
  .dish-card-grid { grid-template-columns: 1fr; }
  .career-jobs-grid { grid-template-columns: 1fr; }
  .dish-card__media { aspect-ratio: 1.3 / 1; }
  .dish-card__body { min-height: 250px; }
  .career-intro { min-height: 650px; padding-inline: .5rem; }
  .career-intro::before { display: none; }
  .career-heading h1 { font-size: clamp(4.2rem, 22vw, 6rem); }
}

/* 2026-08-27 vibrant light sharp theme and location-aware UX */
:root,
[data-theme="dark"] {
  --maroon-950: #151312;
  --maroon-900: #1f1b18;
  --maroon-800: #e03a2f;
  --maroon-700: #c92f27;
  --gold-500: #f6b73c;
  --gold-400: #ffd166;
  --gold-200: #fff0b5;
  --cream-50: #fffdf7;
  --cream-100: #f6faf0;
  --cream-200: #e8f1dc;
  --ink-900: #151312;
  --ink-700: #45413c;
  --ink-500: #716c65;
  --success: #0f9d58;
  --surface: #fffdf7;
  --surface-alt: #f3f8ec;
  --surface-card: #fff;
  --text: #151312;
  --text-muted: #4d4740;
  --border: rgba(21,19,18,.14);
  --shadow-sm: 0 8px 0 rgba(21,19,18,.06), 0 12px 28px rgba(21,19,18,.07);
  --shadow-md: 0 10px 0 rgba(21,19,18,.06), 0 22px 45px rgba(21,19,18,.1);
  --shadow-lg: 0 14px 0 rgba(21,19,18,.08), 0 36px 70px rgba(21,19,18,.13);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
}

body {
  color: var(--text);
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.88)), repeating-linear-gradient(90deg, rgba(15,157,88,.04) 0 1px, transparent 1px 72px), var(--surface);
  font-family: var(--font-en);
}
h1, h2, h3, .hero h1, .page-hero h1, .press-intro h1, .career-heading h1 { letter-spacing: 0; }
h2 em, h1 em { color: var(--maroon-800); }
.eyebrow { color: var(--success); letter-spacing: .12em; }
.eyebrow > span, .nav__link::after { background: var(--maroon-800); }

.button,
.icon-button,
.language-toggle,
.newsletter-form input,
.field input,
.field textarea,
.field select,
.contact-form-wrap input,
.contact-form-wrap textarea,
.contact-form-wrap select { border-radius: var(--radius-sm); }
.button { min-height: 52px; border-width: 2px; box-shadow: 4px 4px 0 rgba(21,19,18,.12); }
.button:hover { box-shadow: 6px 6px 0 rgba(21,19,18,.14); }
.button--primary,
.button--outline:hover,
.segmented-control input:checked + span,
.check-field input:checked + span,
.back-to-top,
.mobile-order { color: #fff; background: var(--maroon-800); border-color: var(--maroon-800); }
.button--gold,
.newsletter-form button { color: #151312; background: var(--gold-400); border-color: #151312; }
.button--outline { color: var(--maroon-800); border-color: var(--maroon-800); background: #fff; }
.button--outline-light { color: #151312; border-color: rgba(21,19,18,.18); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); }
.button--outline-light:hover { color: #fff; background: var(--success); }
.button--delivery { border-radius: 999px; }

.header,
.header.is-inner,
body[data-page="careers"] .header:not(.is-scrolled) {
  color: var(--text);
  background: rgba(255,255,255,.9);
  border-bottom-color: rgba(21,19,18,.12);
  box-shadow: 0 8px 30px rgba(21,19,18,.08);
  backdrop-filter: blur(18px);
}
.header.is-scrolled,
[data-theme="dark"] .header.is-scrolled { color: var(--text); background: rgba(255,255,255,.94); }
.header:not(.is-scrolled) .icon-button,
body[data-page="careers"] .header:not(.is-scrolled) .icon-button { color: var(--text); border-color: rgba(21,19,18,.2); }
.header:not(.is-scrolled) .header__order,
.header.is-inner .header__order { color: #151312; background: var(--gold-400); border-color: #151312; }
.wordmark__seal,
.press-item__mark > span { color: #fff; background: var(--maroon-800); border-radius: var(--radius-sm); box-shadow: 4px 4px 0 var(--gold-400); }
.nav { gap: clamp(.9rem, 1.45vw, 1.55rem); }
.nav__link {
  color: var(--text);
  font-family: var(--font-en);
  font-size: clamp(.88rem, .9vw, 1.02rem);
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: none;
}
.nav__link--external i { font-size: .72rem; }
.mobile-drawer { color: var(--text); background: #fffdf7; border-left: 1px solid var(--border); }
.mobile-drawer .icon-button,
.language-toggle--drawer { color: var(--text); border-color: var(--border); }
.mobile-drawer__top,
.mobile-drawer__nav a,
.mobile-drawer__footer { border-color: var(--border); }
.mobile-drawer__nav a span,
.mobile-drawer__footer a { color: var(--maroon-800); }
.mobile-drawer__footer p { color: var(--text-muted); }

.hero { color: var(--text); background: #fffdf7; }
.hero__media { background-image: linear-gradient(90deg, rgba(255,253,247,.97) 0%, rgba(255,253,247,.88) 43%, rgba(255,253,247,.22) 76%), linear-gradient(135deg, rgba(224,58,47,.18), rgba(15,157,88,.1)), url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=2200&q=90"); filter: saturate(1.16) contrast(1.04); }
.hero::after { height: 9px; background: linear-gradient(90deg, var(--maroon-800), var(--gold-400), var(--success)); }
.hero__eyebrow,
.hero__line:first-child > em,
.home-offer__copy .eyebrow,
.page-hero .eyebrow { color: var(--maroon-800); }
.hero__line:nth-child(2) > em,
.page-hero h1 em,
.home-offer__copy h2 em,
.page-cta h2 em,
.section-heading--light h2 em { color: var(--success); }
.hero__copy,
.page-hero__copy { color: var(--text-muted); }
.hero__meta { padding: .8rem 1rem; color: var(--text); background: rgba(255,255,255,.9); border: 1px solid rgba(21,19,18,.12); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.hero__meta > div + div { border-left-color: rgba(21,19,18,.15); }
.hero__meta i,
.hero__scroll i { color: var(--maroon-800); }
.hero__meta small { color: var(--ink-500); }
.hero__scroll span { color: var(--text); }

.page-hero { color: var(--text); background: linear-gradient(90deg, rgba(255,253,247,.96), rgba(255,253,247,.82), rgba(255,253,247,.28)), var(--page-image) center / cover; border-bottom: 9px solid var(--maroon-800); }
.breadcrumb { color: var(--ink-500); }
.breadcrumb a:hover { color: var(--maroon-800); }
.home-signatures,
.story-values,
.career-opportunities { background: linear-gradient(180deg, rgba(243,248,236,.94), rgba(243,248,236,.94)), repeating-linear-gradient(135deg, rgba(15,157,88,.06) 0 1px, transparent 1px 20px); }
.home-offer,
.offers,
.testimonials,
.newsletter,
.page-cta,
.footer { color: #151312; background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,255,255,.72)), linear-gradient(90deg, #fff3b0, #d7f7d8 48%, #ffd6d2); border-block: 1px solid rgba(21,19,18,.12); }
.footer { color: var(--text-muted); }
.footer h3,
.footer__hours p strong { color: var(--text); }
.footer__links a:hover,
.footer__bottom i { color: var(--maroon-800); }

.menu-card,
.dish-card,
.branch-card,
.location-card,
.info-card,
.press-card,
.story-values article,
.review-summary-grid article,
.career-job,
.simple-form,
.form-card,
.contact-form-wrap,
.contact__details article,
.newsletter-modal__panel { border: 2px solid rgba(21,19,18,.12); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.home-signatures .menu-grid { align-items: stretch; }
.home-signatures .menu-card { display: flex; min-height: 100%; flex-direction: column; }
.home-signatures .menu-card > img { width: 100%; aspect-ratio: 4 / 3; height: auto; min-height: 250px; object-fit: cover; }
.home-signatures .menu-card__body { display: flex; min-height: 185px; flex: 1; flex-direction: column; justify-content: flex-start; }

.location-switcher,
.reservation-location-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .75rem; margin: 0 0 1.5rem; }
.location-select {
  position: relative;
  display: grid;
  max-width: 420px;
  margin: 0 0 1.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.location-select span {
  margin-bottom: .35rem;
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.location-select select {
  width: 100%;
  min-height: 56px;
  padding: 0 3rem 0 1rem;
  color: var(--text);
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 3px 3px 0 rgba(21,19,18,.08);
  font-family: var(--font-en);
  font-weight: 850;
  appearance: none;
  cursor: pointer;
}
.location-select::after {
  content: "\f078";
  position: absolute;
  right: 1rem;
  bottom: 1.05rem;
  color: var(--maroon-800);
  font-family: "Font Awesome 6 Free";
  font-size: .78rem;
  font-weight: 900;
  pointer-events: none;
}
.location-chip { min-height: 76px; padding: .8rem .9rem; color: var(--text); border: 2px solid var(--border); border-radius: var(--radius-sm); background: #fff; box-shadow: 3px 3px 0 rgba(21,19,18,.08); font-family: var(--font-en); font-size: .95rem; font-weight: 850; line-height: 1.15; text-align: left; transition: transform .22s var(--ease), border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.location-chip small { display: block; margin-bottom: .35rem; color: var(--maroon-800); font-size: .64rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.location-chip:hover { border-color: rgba(224,58,47,.45); transform: translateY(-2px); }
.location-chip.is-active { color: #fff; border-color: var(--maroon-800); background: var(--maroon-800); box-shadow: 4px 4px 0 var(--gold-400); }
.location-chip.is-active small { color: var(--gold-400); }
.location-menu-panel[hidden],
.reservation-location-panel[hidden] { display: none !important; }
.location-menu-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.4rem; margin: 1.6rem 0 1.25rem; padding: 1.15rem 1.25rem; border: 2px solid var(--border); border-radius: var(--radius-lg); background: linear-gradient(135deg, #fff, #f5fbef); }
.location-menu-head small,
.event-venue-card small { color: var(--success); font-family: var(--font-en); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.location-menu-head h3 { margin: .15rem 0 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: .95; }
.dish-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dish-card__media { aspect-ratio: 4 / 3; }
.dish-card__body { min-height: 180px; }
.dish-card__title h3 { color: var(--text); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.75rem, 2.15vw, 2.35rem); font-weight: 800; letter-spacing: 0; }
.dish-card__body > p { color: var(--text-muted); font-size: 1rem; font-weight: 600; line-height: 1.6; }
.dish-card__title strong { color: var(--maroon-800); font-size: 1.2rem; }
.menu-tabs label { font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; }

.events-venue-section { background: linear-gradient(180deg, #fffdf7 0%, #fff6e5 52%, #f7fbef 100%); }
.event-venue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.35rem); }
.event-venue-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(21,19,18,.1);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 8px 8px 0 rgba(255,205,92,.42), var(--shadow-sm);
  transition: transform .22s var(--ease), border-color .22s ease, box-shadow .22s ease;
}
.event-venue-card:hover {
  border-color: rgba(224,58,47,.3);
  box-shadow: 10px 10px 0 rgba(255,205,92,.5), var(--shadow-md);
  transform: translateY(-3px);
}
.event-venue-card--wide { grid-column: span 2; }
.event-venue-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
  height: auto;
  object-fit: cover;
  background: linear-gradient(135deg, #f8ead8, #eaf3dc);
  filter: saturate(1.08) contrast(1.04);
}
.event-venue-card__body { display: flex; flex: 1; flex-direction: column; gap: .7rem; padding: clamp(1.1rem, 2.4vw, 1.65rem); }
.event-venue-card h3 { margin: 0; color: var(--text); font-size: clamp(1.75rem, 2.3vw, 2.5rem); line-height: 1; }
.event-venue-card p { display: flex; align-items: flex-start; gap: .55rem; margin: 0; color: var(--text-muted); font-weight: 700; line-height: 1.45; }
.event-venue-card i { color: var(--maroon-800); margin-top: .25rem; }
.event-venue-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; margin-top: auto; padding-top: .8rem; }
.event-experience { background: linear-gradient(135deg, #fff7d7, #eff9ef); }

.reservation-layout--location { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); align-items: start; gap: clamp(2rem, 5vw, 5rem); }
.reservation-location-list { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1.5rem; }
.reservation-location-panel { margin-top: 1.2rem; padding: 1.3rem; border: 2px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.reservation-location-panel h3 { margin: 0 0 .45rem; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1; }
.reservation-location-panel p,
.reservation-location-panel small { display: block; margin: .25rem 0; color: var(--text-muted); font-weight: 700; }
.reservation-location-panel a { color: var(--maroon-800); font-weight: 900; }

@media (max-width: 980px) {
  .location-switcher { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dish-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-venue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reservation-layout--location { grid-template-columns: 1fr; }
  .reservation-booking-layout { grid-template-columns: 1fr; }
  .reservation-selected-card { position: static; }
}
@media (max-width: 720px) {
  .location-switcher,
  .reservation-location-list { grid-template-columns: 1fr; }
  .location-menu-head,
  .event-venue-grid { grid-template-columns: 1fr; }
  .event-venue-card,
  .event-venue-card--wide { grid-column: auto; }
  .event-venue-card img { aspect-ratio: 4 / 3; }
  .reservation-choice-card .button { flex-basis: 100%; }
  .dish-card-grid,
  .home-signatures .menu-grid { grid-template-columns: 1fr; }
  .hero__media { background-image: linear-gradient(0deg, rgba(255,253,247,.97) 0%, rgba(255,253,247,.9) 64%, rgba(255,253,247,.32)), linear-gradient(135deg, rgba(224,58,47,.16), rgba(15,157,88,.1)), url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=1000&q=88"); }
}

/* 2026-08-27 dropdown navigation and home hero restore */
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav__link--dropdown { display: inline-flex; align-items: center; gap: .38rem; }
.nav__link--dropdown i { font-size: .62rem; transition: transform .22s var(--ease); }
.nav-dropdown:hover .nav__link--dropdown i,
.nav-dropdown:focus-within .nav__link--dropdown i { transform: rotate(180deg); }
.nav-dropdown:hover .nav__link::after,
.nav-dropdown:focus-within .nav__link::after { transform: scaleX(1); transform-origin: left; }
.nav-dropdown__menu {
  position: absolute;
  z-index: 1200;
  top: calc(100% + .55rem);
  left: 50%;
  display: grid;
  min-width: 245px;
  padding: .45rem;
  color: var(--text);
  border: 2px solid rgba(21,19,18,.12);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.97);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s var(--ease), visibility .18s ease;
}
.nav-dropdown__menu::before {
  content: "";
  position: absolute;
  inset: -.7rem 0 auto;
  height: .7rem;
}
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.nav-dropdown__menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 42px;
  padding: .62rem .75rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-en);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, transform .2s var(--ease);
}
.nav-dropdown__menu a::after {
  content: "\f061";
  color: var(--maroon-800);
  font-family: "Font Awesome 6 Free";
  font-size: .72rem;
  font-weight: 900;
}
.nav-dropdown__menu a:hover,
.nav-dropdown__menu a:focus-visible {
  color: var(--maroon-800);
  background: rgba(224,58,47,.08);
  transform: translateX(2px);
}
.mobile-nav-group { border-bottom: 1px solid var(--border); }
.mobile-nav-group summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .75rem .4rem;
  font-size: 1.45rem;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}
.mobile-nav-group summary::-webkit-details-marker { display: none; }
.mobile-nav-group summary span {
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .62rem;
  letter-spacing: .12em;
}
.mobile-nav-group summary i {
  margin-left: auto;
  color: var(--maroon-800);
  font-size: .8rem;
  transition: transform .22s var(--ease);
}
.mobile-nav-group[open] summary i { transform: rotate(180deg); }
.mobile-nav-group.is-active summary,
.mobile-drawer__nav a[aria-current="page"] { color: var(--maroon-800); }
.mobile-nav-submenu {
  display: grid;
  gap: .35rem;
  padding: 0 .4rem .9rem 2.15rem;
}
.mobile-drawer__nav .mobile-nav-submenu a {
  min-height: 0;
  padding: .44rem .65rem;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  background: rgba(224,58,47,.06);
  font-family: var(--font-en);
  font-size: .9rem;
  font-weight: 800;
}
.mobile-drawer__nav .mobile-nav-submenu a:hover { color: var(--maroon-800); background: rgba(224,58,47,.12); }

body[data-page="home"] .header:not(.is-scrolled) {
  color: #fff;
  background: transparent;
  border-bottom-color: rgba(255,255,255,.15);
  box-shadow: none;
  backdrop-filter: none;
}
body[data-page="home"] .header:not(.is-scrolled) .nav__link {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.42);
}
body[data-page="home"] .header:not(.is-scrolled) .icon-button {
  color: #fff;
  border-color: rgba(255,255,255,.35);
}
body[data-page="home"] .header:not(.is-scrolled) .header__order {
  color: var(--maroon-950);
  border-color: transparent;
  background: var(--gold-400);
}
body[data-page="home"] .hero {
  color: #fff;
  background: var(--maroon-950);
}
body[data-page="home"] .hero__media {
  background-image: linear-gradient(90deg, rgba(42,7,13,.88) 0%, rgba(42,7,13,.6) 48%, rgba(42,7,13,.2) 100%), url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=2200&q=90");
  filter: none;
}
body[data-page="home"] .hero::after {
  height: 160px;
  background: linear-gradient(transparent, rgba(31,4,9,.5));
}
body[data-page="home"] .hero h1 { letter-spacing: -.055em; }
body[data-page="home"] .hero__eyebrow,
body[data-page="home"] .hero__line:first-child > em,
body[data-page="home"] .hero__meta i,
body[data-page="home"] .hero__scroll i { color: var(--gold-400); }
body[data-page="home"] .hero__line:nth-child(2) > em { color: #fff; }
body[data-page="home"] .hero__copy { color: rgba(255,255,255,.82); }
body[data-page="home"] .hero__meta {
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
body[data-page="home"] .hero__meta > div + div { border-left-color: rgba(255,255,255,.25); }
body[data-page="home"] .hero__meta small { color: rgba(255,255,255,.5); }
body[data-page="home"] .hero__scroll span { color: #fff; }

@media (max-width: 620px) {
  .mobile-nav-group summary { padding-block: .65rem; font-size: 1.15rem; }
  body[data-page="home"] .hero__media {
    background-image: linear-gradient(0deg, rgba(35,4,10,.95) 0%, rgba(54,8,16,.58) 70%, rgba(31,5,9,.3)), url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=1000&q=85");
    background-position: 58% center;
  }
}

/* Restore the warmer original feel for the home favorites section. */
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] {
  background: #f8f0e1;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .section-heading .eyebrow {
  color: #8b2937;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .section-heading h2 em {
  color: #8b2937;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .section-heading h2 {
  color: #23191a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.035em;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .section-heading > p {
  color: #534547;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-grid {
  align-items: stretch;
  gap: 1.5rem;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-card {
  display: block;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(76,16,25,.14);
  border-radius: 28px;
  background: #fffdf8;
  box-shadow: 0 8px 24px rgba(58,11,18,.08);
  transition: transform .38s var(--ease), box-shadow .38s ease;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 48px rgba(58,11,18,.13);
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-card > img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  height: auto;
  min-height: 0;
  object-fit: initial;
  transition: transform .7s var(--ease);
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-card:hover > img {
  transform: scale(1.07);
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-card__body {
  min-height: 0;
  padding: 1.4rem;
  display: block;
  flex: initial;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-card__body small {
  color: #8b2937;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: .16em;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-card__body h3 {
  margin: .25rem 0;
  color: #23191a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .menu-card__body p {
  min-height: auto;
  margin: 0;
  color: #534547;
  font-size: .92rem;
  font-weight: 400;
  line-height: 1.55;
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .section-action .button--primary {
  color: #fff;
  border-color: transparent;
  border-radius: 999px;
  background: #711f2a;
  box-shadow: 0 10px 22px rgba(113,31,42,.2);
}
body[data-page="home"] .home-signatures[aria-labelledby="favorites-title"] .section-action .button--primary:hover {
  background: #8b2937;
  box-shadow: 0 14px 28px rgba(113,31,42,.3);
}

/* 2026-08-28 dedicated location menu and reservation pages */
.location-page-switcher {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
  margin-bottom: 1.5rem;
}
.location-pill {
  display: grid;
  min-height: 72px;
  align-content: center;
  padding: .8rem .9rem;
  color: var(--text);
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 3px 3px 0 rgba(21,19,18,.08);
  font-family: var(--font-en);
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.15;
  transition: transform .22s var(--ease), border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.location-pill small {
  margin-bottom: .35rem;
  color: var(--maroon-800);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.location-pill:hover {
  border-color: rgba(224,58,47,.45);
  transform: translateY(-2px);
}
.location-pill.is-active {
  color: #fff;
  border-color: var(--maroon-800);
  background: var(--maroon-800);
  box-shadow: 4px 4px 0 var(--gold-400);
}
.location-pill.is-active small { color: var(--gold-400); }
.menu-detail-section,
.reservation-detail-section {
  background: linear-gradient(180deg, rgba(255,253,247,.94), rgba(243,248,236,.94));
}
.menu-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: start;
}
.menu-list-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.menu-list-card__head .eyebrow {
  margin-bottom: 0;
  color: var(--maroon-800);
}
.menu-item-list {
  display: grid;
  gap: .85rem;
}
.menu-line-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid var(--border);
}
.menu-line-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.menu-line-item h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.05;
}
.menu-line-item p {
  margin: .25rem 0 0;
  color: var(--text-muted);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.45;
}
.menu-line-item strong {
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .95rem;
  font-weight: 900;
  white-space: nowrap;
}
.reservation-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.reservation-detail-copy h2 {
  margin-bottom: 1.3rem;
}
.reservation-source-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.2rem;
}
.reservation-source-actions .button {
  min-height: 48px;
}
.simple-form input[readonly] {
  color: var(--text-muted);
  background: rgba(21,19,18,.04);
  cursor: default;
}
@media (max-width: 980px) {
  .location-page-switcher { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .menu-detail-grid,
  .reservation-detail-layout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .location-page-switcher { grid-template-columns: 1fr; }
  .menu-line-item { grid-template-columns: 1fr; gap: .3rem; }
}

/* 2026-08-28 rich location menu pages */
.menu-rich-hero,
.reservation-rich-hero,
.locations-rich-hero,
.events-rich-hero,
.venue-rich-hero {
  color: #fffdf7;
  min-height: clamp(260px, 32vw, 340px);
  place-items: end center;
  padding: calc(var(--header-height) + 2.1rem) 0 2rem;
  background:
    linear-gradient(90deg, rgba(36,7,13,.82) 0%, rgba(36,7,13,.6) 38%, rgba(36,7,13,.18) 72%, rgba(36,7,13,.06) 100%),
    var(--page-image) center / cover;
  border-bottom-width: 6px;
}
.menu-rich-hero::before,
.menu-rich-hero::after,
.reservation-rich-hero::before,
.reservation-rich-hero::after,
.locations-rich-hero::before,
.locations-rich-hero::after,
.events-rich-hero::before,
.events-rich-hero::after,
.venue-rich-hero::before,
.venue-rich-hero::after {
  display: none;
}
.menu-rich-hero .breadcrumb,
.reservation-rich-hero .breadcrumb,
.locations-rich-hero .breadcrumb,
.events-rich-hero .breadcrumb,
.venue-rich-hero .breadcrumb {
  color: rgba(255,253,247,.82);
  margin-bottom: .8rem;
  font-size: .72rem;
  text-shadow: 0 1px 12px rgba(0,0,0,.42);
}
.menu-rich-hero .breadcrumb a,
.reservation-rich-hero .breadcrumb a,
.locations-rich-hero .breadcrumb a,
.events-rich-hero .breadcrumb a,
.venue-rich-hero .breadcrumb a {
  color: rgba(255,253,247,.88);
}
.menu-rich-hero .breadcrumb a:hover,
.reservation-rich-hero .breadcrumb a:hover,
.locations-rich-hero .breadcrumb a:hover,
.events-rich-hero .breadcrumb a:hover,
.venue-rich-hero .breadcrumb a:hover {
  color: var(--gold-400);
}
.menu-rich-hero .eyebrow,
.reservation-rich-hero .eyebrow,
.locations-rich-hero .eyebrow,
.events-rich-hero .eyebrow,
.venue-rich-hero .eyebrow {
  color: var(--gold-400);
  margin-bottom: .55rem;
  font-size: .72rem;
  text-shadow: 0 1px 12px rgba(0,0,0,.45);
}
.menu-rich-hero h1,
.reservation-rich-hero h1,
.locations-rich-hero h1,
.events-rich-hero h1,
.venue-rich-hero h1 {
  color: #fffdf7;
  max-width: 720px;
  font-size: clamp(2.35rem, 5.4vw, 4.6rem);
  line-height: .92;
  text-shadow: 0 3px 18px rgba(0,0,0,.48);
}
.menu-rich-hero h1 em,
.reservation-rich-hero h1 em,
.locations-rich-hero h1 em,
.events-rich-hero h1 em,
.venue-rich-hero h1 em {
  color: #ffd36b;
}
.menu-rich-hero .page-hero__copy,
.reservation-rich-hero .page-hero__copy,
.locations-rich-hero .page-hero__copy,
.events-rich-hero .page-hero__copy,
.venue-rich-hero .page-hero__copy {
  color: rgba(255,253,247,.92);
  max-width: 560px;
  margin-top: .9rem;
  font-size: clamp(.92rem, 1.2vw, 1.05rem);
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
}
.venue-rich-hero {
  min-height: clamp(360px, 42vw, 520px);
  padding-bottom: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(90deg, rgba(36,7,13,.88) 0%, rgba(36,7,13,.66) 42%, rgba(36,7,13,.26) 72%, rgba(36,7,13,.08) 100%),
    var(--page-image) center / cover;
}
.venue-rich-hero h1 {
  max-width: 900px;
  font-size: clamp(2.65rem, 6vw, 5.6rem);
}
.venue-rich-hero .page-hero__copy {
  max-width: 640px;
}
.venue-rich-hero .page-hero__actions {
  margin-top: 1.35rem;
}
.venue-rich-hero .button--outline-light {
  color: #fffdf7;
  border-color: rgba(255,253,247,.68);
  background: rgba(255,253,247,.08);
  backdrop-filter: blur(8px);
}
.venue-rich-hero .button--outline-light:hover {
  color: var(--maroon-950);
  background: #fffdf7;
}
.venue-visit-section {
  overflow: clip;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  background:
    linear-gradient(180deg, rgba(255,250,240,.98), rgba(248,252,241,.98)),
    repeating-linear-gradient(90deg, rgba(113,31,42,.06) 0 1px, transparent 1px 110px);
}
.venue-visit-section .visit-grid {
  gap: clamp(2rem, 5vw, 4.5rem);
}
.venue-visit-section .visit-copy {
  top: calc(var(--header-height) + 1.2rem);
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
  border: 2px solid rgba(113,31,42,.12);
  border-radius: 8px;
  background: rgba(255,253,248,.78);
  box-shadow: 10px 10px 0 rgba(232,187,75,.22), 0 18px 45px rgba(58,11,18,.08);
  backdrop-filter: blur(14px);
}
.venue-visit-section .visit-copy h2 {
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: .98;
}
.venue-lede {
  margin: 1rem 0 0;
  color: var(--text);
  font-family: var(--font-en);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 650;
  line-height: 1.65;
}
.venue-address {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 1rem 0 0;
  padding: .72rem .9rem;
  color: var(--maroon-800);
  border: 1px solid rgba(113,31,42,.16);
  border-radius: 6px;
  background: #fff;
  font-family: var(--font-en);
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 3px 3px 0 rgba(232,187,75,.35);
}
.venue-visit-section .visit-details {
  gap: 1rem;
}
.venue-visit-section .info-card {
  min-height: auto;
  padding: clamp(1.15rem, 2.3vw, 1.55rem);
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 30px rgba(58,11,18,.08);
  transition: transform .22s var(--ease), border-color .22s ease, box-shadow .22s ease;
}
.venue-visit-section .info-card:hover {
  border-color: rgba(224,58,47,.28);
  box-shadow: 0 18px 38px rgba(58,11,18,.12);
  transform: translateY(-3px);
}
.venue-visit-section .info-card > i {
  display: grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--maroon-950);
  border-radius: 50%;
  background: var(--gold-400);
  font-size: 1.05rem;
}
.venue-visit-section .info-card h3 {
  margin: .85rem 0 .45rem;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
}
.venue-visit-section .info-card p {
  font-family: var(--font-en);
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.55;
}
.venue-visit-section .info-card small {
  display: inline-block;
  margin-top: .45rem;
  color: var(--success);
  font-family: var(--font-en);
  font-size: .78rem;
  font-weight: 800;
}
@media (max-width: 900px) {
  .venue-visit-section .visit-copy {
    position: static;
  }
}
@media (max-width: 640px) {
  .venue-rich-hero {
    min-height: 430px;
    padding-bottom: 2rem;
    background:
      linear-gradient(0deg, rgba(36,7,13,.9) 0%, rgba(36,7,13,.64) 58%, rgba(36,7,13,.28) 100%),
      var(--page-image) center / cover;
  }
  .venue-rich-hero h1 {
    font-size: clamp(2.55rem, 15vw, 4.3rem);
  }
  .venue-rich-hero .page-hero__actions .button {
    flex: 1 1 150px;
  }
  .venue-address {
    width: 100%;
  }
}

/* 2026-08-29 premium careers and contact pages */
.career-rich-hero,
.contact-rich-hero {
  color: #fffdf7;
  min-height: clamp(440px, 56vw, 620px);
  place-items: end center;
  padding: calc(var(--header-height) + clamp(3rem, 7vw, 6rem)) 0 clamp(2.4rem, 5vw, 4.5rem);
  background:
    linear-gradient(90deg, rgba(36,7,13,.9) 0%, rgba(36,7,13,.68) 42%, rgba(36,7,13,.24) 74%, rgba(36,7,13,.08) 100%),
    var(--page-image) center / cover;
  border-bottom: 6px solid var(--maroon-800);
}
.career-rich-hero::before,
.career-rich-hero::after,
.contact-rich-hero::before,
.contact-rich-hero::after {
  display: none;
}
.career-rich-hero .breadcrumb,
.contact-rich-hero .breadcrumb {
  color: rgba(255,253,247,.82);
  margin-bottom: .8rem;
  font-size: .72rem;
  text-shadow: 0 1px 12px rgba(0,0,0,.42);
}
.career-rich-hero .breadcrumb a,
.contact-rich-hero .breadcrumb a {
  color: rgba(255,253,247,.88);
}
.career-rich-hero .eyebrow,
.contact-rich-hero .eyebrow {
  color: var(--gold-400);
  margin-bottom: .55rem;
  font-size: .72rem;
  text-shadow: 0 1px 12px rgba(0,0,0,.45);
}
.career-rich-hero h1,
.contact-rich-hero h1 {
  color: #fffdf7;
  max-width: 820px;
  font-size: clamp(2.75rem, 6.4vw, 5.8rem);
  line-height: .9;
  text-shadow: 0 4px 22px rgba(0,0,0,.5);
}
.career-rich-hero h1 em,
.contact-rich-hero h1 em {
  color: #ffd36b;
}
.career-rich-hero .page-hero__copy,
.contact-rich-hero .page-hero__copy {
  color: rgba(255,253,247,.92);
  max-width: 650px;
  margin-top: 1rem;
  font-family: var(--font-en);
  font-weight: 650;
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
}
.career-rich-hero .page-hero__actions,
.contact-rich-hero .page-hero__actions {
  margin-top: 1.35rem;
}
.career-rich-hero .button--outline-light,
.contact-rich-hero .button--outline-light {
  color: #fffdf7;
  border-color: rgba(255,253,247,.68);
  background: rgba(255,253,247,.08);
  backdrop-filter: blur(8px);
}
.career-rich-hero .button--outline-light:hover,
.contact-rich-hero .button--outline-light:hover {
  color: var(--maroon-950);
  background: #fffdf7;
}
.career-page {
  padding-top: 0;
  background: var(--surface);
}
.career-rich-hero {
  min-height: clamp(260px, 32vw, 340px);
  padding: calc(var(--header-height) + 2.1rem) 0 2rem;
  background:
    linear-gradient(90deg, rgba(36,7,13,.82) 0%, rgba(36,7,13,.58) 38%, rgba(36,7,13,.18) 72%, rgba(36,7,13,.06) 100%),
    var(--page-image) var(--hero-position, center) / cover;
  border-bottom-width: 6px;
}
.career-rich-hero h1 {
  max-width: 720px;
  font-size: clamp(2.35rem, 5.4vw, 4.6rem);
  line-height: .92;
}
.career-rich-hero .page-hero__copy {
  max-width: 560px;
  margin-top: .9rem;
  font-size: clamp(.92rem, 1.2vw, 1.05rem);
  line-height: 1.55;
}
.career-culture,
.contact-polished {
  overflow: clip;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  background:
    linear-gradient(180deg, rgba(255,250,240,.98), rgba(247,252,242,.98)),
    repeating-linear-gradient(90deg, rgba(113,31,42,.06) 0 1px, transparent 1px 110px);
}
.career-culture__grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.career-culture__copy {
  position: sticky;
  top: calc(var(--header-height) + 1.2rem);
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  border: 2px solid rgba(113,31,42,.12);
  border-radius: 8px;
  background: rgba(255,253,248,.82);
  box-shadow: 10px 10px 0 rgba(232,187,75,.22), 0 18px 45px rgba(58,11,18,.08);
  backdrop-filter: blur(14px);
}
.career-culture__copy h2,
.contact-polished .contact-copy h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: .96;
}
.career-culture__copy > p:not(.eyebrow),
.contact-lede {
  color: var(--text);
  font-family: var(--font-en);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 650;
  line-height: 1.65;
}
.career-culture__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.3rem;
}
.career-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.career-value-grid article,
.contact-quick-grid a {
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 30px rgba(58,11,18,.08);
  transition: transform .22s var(--ease), border-color .22s ease, box-shadow .22s ease;
}
.career-value-grid article {
  min-height: 230px;
  padding: clamp(1.15rem, 2.3vw, 1.55rem);
}
.career-value-grid article:hover,
.contact-quick-grid a:hover {
  border-color: rgba(224,58,47,.3);
  box-shadow: 8px 8px 0 rgba(232,187,75,.26), 0 18px 42px rgba(58,11,18,.12);
  transform: translateY(-3px);
}
.career-value-grid i,
.contact-quick-grid i,
.contact-list article > span {
  display: grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--maroon-950);
  border-radius: 50%;
  background: var(--gold-400);
}
.career-value-grid h3 {
  margin: 1rem 0 .5rem;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
}
.career-value-grid p {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-weight: 650;
  line-height: 1.55;
}
.career-opportunities {
  padding-block: clamp(2.4rem, 5vw, 4.25rem);
}
.career-reference-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 1.75rem);
  align-items: center;
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
  padding: clamp(1.1rem, 2.6vw, 1.55rem);
  border: 1px solid rgba(113,31,42,.16);
  border-radius: 8px;
  background: rgba(255,253,248,.9);
  box-shadow: 8px 8px 0 rgba(232,187,75,.18), 0 14px 34px rgba(58,11,18,.08);
}
.career-reference-card .eyebrow {
  margin-bottom: .55rem;
}
.career-reference-card h2 {
  margin: 0 0 .55rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .94;
}
.career-reference-card p:not(.eyebrow) {
  max-width: 930px;
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.62;
}
.career-reference-card .button {
  white-space: nowrap;
}
.career-jobs-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}
.career-job {
  min-height: 250px;
  border-radius: 8px;
  border-color: rgba(113,31,42,.14);
  box-shadow: 0 12px 30px rgba(58,11,18,.08);
}
.career-job:hover {
  border-color: rgba(224,58,47,.3);
  box-shadow: 8px 8px 0 rgba(232,187,75,.26), 0 18px 42px rgba(58,11,18,.12);
}
.career-job h3 {
  margin-top: 1.35rem;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}
.career-board-tools {
  display: grid;
  gap: 1rem;
  margin: 0 0 clamp(1.4rem, 3vw, 2rem);
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,253,248,.92);
  box-shadow: 0 14px 34px rgba(58,11,18,.08);
}
.career-board-stats {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.career-board-stats span,
.career-job__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .4rem .68rem;
  border: 1px solid rgba(113,31,42,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.career-board-stats strong {
  margin-right: .3rem;
  color: var(--success);
}
.career-filter-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
  gap: .75rem;
  align-items: end;
}
.career-filter-grid--checks {
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr) auto;
  gap: clamp(.85rem, 2vw, 1.15rem);
  align-items: stretch;
}
.career-filter-field {
  display: grid;
  gap: .42rem;
  color: var(--text);
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.career-filter-checks {
  align-content: start;
  gap: .52rem;
  min-width: 0;
  margin: 0;
  padding: .85rem;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.64);
}
.career-filter-checks legend {
  padding: 0 .35rem;
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.career-filter-checks label {
  display: flex;
  align-items: flex-start;
  gap: .52rem;
  min-width: 0;
  color: var(--text);
  font-family: var(--font-en);
  font-size: .9rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  cursor: pointer;
}
.career-filter-checks input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: .08rem;
  accent-color: var(--maroon-800);
  cursor: pointer;
}
.career-filter-checks--locations {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
}
.career-filter-checks--locations label {
  font-size: .86rem;
}
.career-filter-field select {
  width: 100%;
  height: 48px;
  padding: 0 2.25rem 0 .9rem;
  border: 2px solid rgba(113,31,42,.15);
  border-radius: 8px;
  outline: 0;
  background:
    linear-gradient(45deg, transparent 50%, var(--maroon-800) 50%) calc(100% - 18px) 20px / 6px 6px no-repeat,
    linear-gradient(135deg, var(--maroon-800) 50%, transparent 50%) calc(100% - 13px) 20px / 6px 6px no-repeat,
    #fffdf7;
  color: var(--text);
  font-family: var(--font-en);
  font-size: .94rem;
  font-weight: 800;
  appearance: none;
  transition: border-color .22s ease, box-shadow .22s ease;
}
.career-filter-field select:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(216,164,43,.14);
}
.career-filter-reset {
  height: 48px;
  white-space: nowrap;
}
.career-filter-grid--checks .career-filter-reset {
  align-self: end;
}
.career-filter-status {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .92rem;
  font-weight: 750;
}
.career-jobs-grid--board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.career-job[hidden] {
  display: none;
}
.career-job__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.05rem;
}
.career-job__tags span {
  min-height: 28px;
  padding: .34rem .55rem;
  background: rgba(255,211,107,.22);
  color: var(--ink-700);
  font-size: .62rem;
}
.career-job h3 + p {
  color: var(--text);
}
.career-empty-state {
  display: grid;
  justify-items: center;
  gap: .55rem;
  margin-top: 1rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px dashed rgba(113,31,42,.28);
  border-radius: 8px;
  background: rgba(255,253,248,.76);
  text-align: center;
}
.career-empty-state[hidden] {
  display: none;
}
.career-empty-state i {
  display: grid;
  width: 54px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--gold-400);
  color: var(--maroon-950);
  font-size: 1.15rem;
}
.career-empty-state h3 {
  margin: .45rem 0 0;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}
.career-empty-state p {
  max-width: 480px;
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-weight: 650;
}
.career-eeo-note {
  display: flex;
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(1.7rem, 4vw, 2.6rem);
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(58,11,18,.07);
}
.career-eeo-note p {
  max-width: 880px;
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.6;
}
.career-eeo-note .button {
  flex: 0 0 auto;
}
.contact-polished .contact-layout {
  grid-template-columns: minmax(300px, .9fr) minmax(380px, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
}
.contact-copy {
  min-width: 0;
}
.contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 1.25rem 0 1.4rem;
}
.contact-quick-grid a {
  display: grid;
  min-height: 116px;
  align-content: center;
  gap: .65rem;
  padding: 1rem;
  color: var(--text);
  font-family: var(--font-en);
  font-weight: 900;
}
.contact-list {
  gap: .75rem;
  margin-top: 0;
}
.contact-list article {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 26px rgba(58,11,18,.07);
}
.contact-list article > span {
  flex: 0 0 40px;
  width: 40px;
  font-size: .9rem;
}
.contact-list h3 {
  margin: 0 0 .35rem;
  font-size: clamp(1.25rem, 1.9vw, 1.6rem);
  line-height: 1;
}
.contact-list a {
  width: fit-content;
  max-width: 100%;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.contact-list a:hover {
  color: var(--maroon-800);
}
.contact-form-card {
  position: sticky;
  top: calc(var(--header-height) + 1.2rem);
  border-radius: 8px;
  border-color: rgba(113,31,42,.15);
  box-shadow: 10px 10px 0 rgba(232,187,75,.22), 0 24px 58px rgba(58,11,18,.12);
}
.contact-form-card h2 {
  margin: .2rem 0 1.2rem;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: .95;
}
.contact-form-card .field input,
.contact-form-card .field select,
.contact-form-card .field textarea {
  border-width: 2px;
  background: #fffdf7;
}
@media (max-width: 980px) {
  .career-culture__grid,
  .contact-polished .contact-layout {
    grid-template-columns: 1fr;
  }
  .career-culture__copy,
  .contact-form-card {
    position: static;
  }
  .career-filter-grid {
    grid-template-columns: 1fr 1fr;
  }
  .career-filter-grid--checks {
    grid-template-columns: 1fr;
  }
  .career-filter-checks--locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .career-filter-reset {
    grid-column: 1 / -1;
    width: fit-content;
  }
  .career-jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .career-eeo-note {
    align-items: flex-start;
    flex-direction: column;
  }
  .career-reference-card {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .career-rich-hero,
  .contact-rich-hero {
    min-height: 520px;
    padding-bottom: 2rem;
    background:
      linear-gradient(0deg, rgba(36,7,13,.92) 0%, rgba(36,7,13,.7) 58%, rgba(36,7,13,.36) 100%),
      var(--page-image) center / cover;
  }
  .career-rich-hero h1,
  .contact-rich-hero h1 {
    font-size: clamp(2.55rem, 16vw, 4.5rem);
  }
  .career-rich-hero .page-hero__actions .button,
  .contact-rich-hero .page-hero__actions .button {
    flex: 1 1 150px;
  }
  .career-rich-hero {
    min-height: 360px;
    padding: calc(var(--header-height) + 1.6rem) 0 1.6rem;
    background:
      linear-gradient(0deg, rgba(36,7,13,.88) 0%, rgba(36,7,13,.58) 62%, rgba(36,7,13,.22) 100%),
      var(--page-image) var(--hero-position, center) / cover;
  }
  .career-rich-hero h1 {
    font-size: clamp(2.35rem, 15vw, 3.8rem);
  }
  .career-reference-card .button {
    width: 100%;
  }
  .career-value-grid,
  .career-jobs-grid,
  .contact-quick-grid {
    grid-template-columns: 1fr;
  }
  .career-filter-grid {
    grid-template-columns: 1fr;
  }
  .career-filter-checks--locations {
    grid-template-columns: 1fr;
  }
  .career-filter-reset,
  .career-eeo-note .button {
    width: 100%;
  }
  .career-board-stats span {
    flex: 1 1 130px;
    justify-content: center;
  }
  .contact-list article {
    padding: .95rem;
  }
}
.rich-menu-shell {
  overflow: clip;
  padding-top: clamp(1.35rem, 3vw, 2.75rem);
  background:
    linear-gradient(180deg, rgba(255,250,240,.96), rgba(247,252,242,.98)),
    linear-gradient(90deg, rgba(224,58,47,.08), transparent 42%, rgba(36,122,74,.08));
}
.combined-menu-chooser {
  padding-block: clamp(2.2rem, 5vw, 4rem) clamp(1rem, 2vw, 1.4rem);
  background:
    linear-gradient(180deg, rgba(255,250,240,.98), rgba(247,252,242,.98)),
    repeating-linear-gradient(90deg, rgba(113,31,42,.05) 0 1px, transparent 1px 110px);
}
.combined-location-checks {
  margin: 0;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid rgba(113,31,42,.15);
  border-radius: 8px;
  background: rgba(255,253,248,.92);
  box-shadow: 0 14px 34px rgba(58,11,18,.08);
}
.combined-location-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
}
.combined-location-option {
  display: grid;
  width: 100%;
  gap: .68rem;
  align-items: start;
  text-align: left;
  min-width: 0;
  min-height: 96px;
  padding: .9rem;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: inherit;
  font: inherit;
  box-shadow: 0 8px 20px rgba(58,11,18,.06);
  cursor: pointer;
  transition: transform .22s var(--ease), border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.combined-location-option.is-active {
  border-color: rgba(224,58,47,.45);
  background: rgba(255,211,107,.18);
  box-shadow: 5px 5px 0 rgba(232,187,75,.22), 0 14px 28px rgba(58,11,18,.1);
}
.combined-location-option:hover,
.combined-location-option:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(224,58,47,.32);
}
.combined-location-option:focus-visible {
  outline: 3px solid rgba(216,164,43,.36);
  outline-offset: 2px;
}
.combined-location-option span {
  display: grid;
  gap: .2rem;
  color: var(--text);
  font-family: var(--font-en);
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.2;
}
.combined-location-option small {
  color: var(--maroon-800);
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.combined-location-option em {
  color: var(--text-muted);
  font-size: .76rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}
.combined-menu-status {
  margin: 1rem 0 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .92rem;
  font-weight: 800;
}
.combined-menu-panel[hidden] {
  display: none;
}
.combined-menu-panel .rich-menu-shell {
  padding-top: clamp(1.3rem, 3vw, 2.4rem);
}
.combined-menu-panel + .combined-menu-panel .rich-menu-shell {
  border-top: 1px solid rgba(113,31,42,.14);
}
.combined-menu-panel-cta {
  padding-block: clamp(2rem, 4vw, 3.4rem);
}
.combined-reservation-chooser {
  padding-bottom: clamp(1.2rem, 2.4vw, 1.8rem);
}
.combined-reservation-panels {
  background:
    linear-gradient(180deg, rgba(255,253,247,.96), rgba(243,248,236,.96)),
    linear-gradient(90deg, rgba(224,58,47,.07), transparent 42%, rgba(36,122,74,.08));
}
.combined-reservation-panel {
  padding-block: clamp(2.4rem, 5vw, 4.6rem);
}
.combined-reservation-panel[hidden] {
  display: none;
}
.combined-reservation-panel .reservation-detail-layout {
  align-items: stretch;
}
.combined-reservation-panel .reservation-detail-copy {
  display: flex;
  flex-direction: column;
}
.combined-reservation-panel .reservation-location-panel {
  margin-top: 0;
}
.combined-reservation-panel .reservation-source-actions {
  margin-top: auto;
  padding-top: 1.2rem;
}
.combined-reservation-panel .simple-form {
  align-self: start;
}
.reservation-choice-section,
.reservation-booking-section {
  background:
    linear-gradient(180deg, rgba(255,253,247,.98), rgba(247,252,242,.98)),
    linear-gradient(90deg, rgba(224,58,47,.07), transparent 44%, rgba(36,122,74,.08));
}
.reservation-choice-section {
  padding-bottom: clamp(2.4rem, 4vw, 3.2rem);
}
.reservation-choice-grid .event-venue-card__actions {
  gap: .6rem;
}
.reservation-choice-card {
  position: relative;
}
.reservation-choice-card .reservation-choice-card__intro {
  display: block;
  color: var(--text);
  font-family: var(--font-en);
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.55;
}
.reservation-choice-list {
  display: grid;
  gap: .55rem;
  margin: .1rem 0 .25rem;
  padding: 0;
  list-style: none;
}
.reservation-choice-list--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.reservation-choice-list li {
  display: grid;
  gap: .22rem;
  padding: .68rem .76rem;
  border: 1px solid rgba(113,31,42,.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,253,247,.94), rgba(247,252,242,.75));
}
.reservation-choice-list strong {
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reservation-choice-list span {
  color: var(--text);
  font-family: var(--font-en);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
}
.reservation-choice-card.is-active {
  border-color: rgba(224,58,47,.48);
  box-shadow: 10px 10px 0 rgba(232,187,75,.44), var(--shadow-md);
}
.reservation-choice-card.is-active::after {
  content: "Selected";
  position: absolute;
  top: .85rem;
  right: .85rem;
  z-index: 2;
  padding: .32rem .6rem;
  color: var(--maroon-950);
  border-radius: 999px;
  background: var(--gold-400);
  font-family: var(--font-en);
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(58,11,18,.18);
}
.reservation-choice-card .button {
  flex: 1 1 145px;
  min-height: 44px;
}
.reservation-choice-card a.button--primary {
  color: #fff;
  border-color: var(--maroon-800);
  background: var(--maroon-800);
  box-shadow: 0 10px 22px rgba(113,31,42,.2);
}
.reservation-choice-card a.button--primary:hover {
  color: var(--maroon-950);
  border-color: var(--gold-400);
  background: var(--gold-400);
}
.reservation-choice-card .button--primary:not(.is-active) {
  color: var(--maroon-800);
  border-color: var(--border);
  background: #fff;
  box-shadow: none;
}
.reservation-choice-card a.button--primary:not(.is-active) {
  color: #fff;
  border-color: var(--maroon-800);
  background: var(--maroon-800);
  box-shadow: 0 10px 22px rgba(113,31,42,.2);
}
.reservation-choice-card a.button--primary:not(.is-active):hover {
  color: var(--maroon-950);
  border-color: var(--gold-400);
  background: var(--gold-400);
}
.reservation-choice-card .button.is-active {
  color: #fff;
  border-color: var(--maroon-800);
  background: var(--maroon-800);
  box-shadow: 0 10px 22px rgba(113,31,42,.2);
}
.reservation-booking-section {
  padding-top: clamp(2rem, 4vw, 3.4rem);
}
.reservation-booking-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.reservation-selected-card {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 1.2rem;
}
.reservation-selected-card h2 {
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
}
.reservation-selected-card .combined-menu-status {
  margin-top: 0;
  padding: .8rem 1rem;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.7);
}
[data-booking-form][hidden] {
  display: none;
}
[data-booking-form].is-active {
  animation: card-in .32s var(--ease) both;
}
@media (max-width: 900px) {
  .reservation-choice-list--three {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .reservation-choice-card .event-venue-card__actions .button {
    width: 100%;
    justify-content: center;
  }
}

body[data-page="locations"] .branches {
  background:
    linear-gradient(180deg, rgba(255,250,240,.98), rgba(247,252,242,.98)),
    linear-gradient(90deg, rgba(224,58,47,.07), transparent 44%, rgba(36,122,74,.08));
}
body[data-page="locations"] .location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.1vw, 1.5rem);
  align-items: stretch;
}
body[data-page="locations"] .location-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(113,31,42,.15);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 34px rgba(58,11,18,.1);
  transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease;
}
body[data-page="locations"] .location-card:hover {
  transform: translateY(-5px);
  border-color: rgba(224,58,47,.34);
  box-shadow: 0 22px 48px rgba(58,11,18,.15);
}
body[data-page="locations"] .location-card__image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  min-height: 210px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(232,187,75,.22), rgba(36,122,74,.14));
}
body[data-page="locations"] .location-card__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(36,7,13,.36), transparent);
}
body[data-page="locations"] .location-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.08) contrast(1.03);
  transition: transform .5s var(--ease);
}
body[data-page="locations"] .location-card:hover .location-card__image img {
  transform: scale(1.045);
}
body[data-page="locations"] .location-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.05rem, 2vw, 1.45rem);
}
body[data-page="locations"] .location-card__body h3 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.02;
}
body[data-page="locations"] .location-card__body p {
  min-height: 3em;
  margin: .45rem 0 0;
  line-height: 1.5;
}
body[data-page="locations"] .location-card__actions {
  margin-top: auto;
  padding-top: 1.15rem;
}
@media (max-width: 1080px) {
  .combined-location-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body[data-page="locations"] .location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .combined-location-grid {
    grid-template-columns: 1fr;
  }
  .combined-location-option {
    min-height: auto;
  }
  body[data-page="locations"] .location-grid {
    grid-template-columns: 1fr;
  }
  body[data-page="locations"] .location-card__image {
    min-height: 190px;
  }
  body[data-page="locations"] .location-card__actions .button {
    flex: 1 1 auto;
  }
}

.rich-menu-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 180px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(224,58,47,.12), rgba(232,187,75,.16), rgba(36,122,74,.1)),
    repeating-linear-gradient(90deg, rgba(76,16,25,.08) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(#000, transparent);
}
.rich-menu-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  margin: 0 0 1.1rem;
  padding-bottom: 1.4rem;
  border-bottom: 2px solid rgba(113,31,42,.16);
}
.rich-menu-intro small {
  display: inline-flex;
  margin-bottom: .5rem;
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.rich-menu-intro h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4.2vw, 4rem);
  letter-spacing: 0;
}
.rich-menu-nav {
  position: sticky;
  z-index: 20;
  top: calc(var(--header-height) + .75rem);
  display: flex;
  gap: .55rem;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  padding: .7rem;
  overflow-x: auto;
  border: 2px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,253,248,.9);
  box-shadow: 0 18px 45px rgba(58,11,18,.1);
  backdrop-filter: blur(16px);
  scrollbar-width: thin;
}
.rich-menu-nav a {
  flex: 0 0 auto;
  padding: .72rem .98rem;
  color: var(--maroon-800);
  border: 1px solid rgba(113,31,42,.16);
  border-radius: 6px;
  background: #fff;
  font-family: var(--font-en);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, transform .2s var(--ease), border-color .2s ease;
}
.rich-menu-nav a:hover {
  color: #fff;
  border-color: var(--maroon-800);
  background: var(--maroon-800);
  transform: translateY(-2px);
}
.rich-menu-layout {
  position: relative;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}
.rich-menu-category {
  scroll-margin-top: calc(var(--header-height) + 7rem);
  display: grid;
  gap: 1.2rem;
}
.rich-menu-category__header {
  position: relative;
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: .95rem;
  flex-wrap: wrap;
  padding: clamp(.9rem, 2vw, 1.35rem) clamp(1rem, 2.5vw, 1.75rem);
  overflow: hidden;
  color: #fffaf0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(113,31,42,.96), rgba(58,11,18,.95)),
    url("https://images.unsplash.com/photo-1551183053-bf91a1d81141?auto=format&fit=crop&w=1400&q=82") center/cover;
  box-shadow: 10px 10px 0 rgba(216,164,43,.32), 0 20px 55px rgba(58,11,18,.18);
}
.rich-menu-category__header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(58,11,18,.92), rgba(58,11,18,.52));
}
.rich-menu-category__header > * {
  position: relative;
  z-index: 1;
}
.rich-menu-category__header span {
  display: inline-flex;
  margin-bottom: 0;
  padding: .38rem .7rem;
  color: var(--maroon-950);
  border-radius: 4px;
  background: var(--gold-400);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rich-menu-category__header h2 {
  flex: 1 1 auto;
  min-width: min(100%, 260px);
  max-width: 780px;
  color: inherit;
  font-size: clamp(1.85rem, 3.2vw, 3.7rem);
  letter-spacing: 0;
}
.rich-menu-category__header p {
  flex: 0 0 100%;
  max-width: 680px;
  margin: -.35rem 0 0;
  color: rgba(255,250,240,.86);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
}
.rich-menu-category--special .rich-menu-category__header {
  background:
    linear-gradient(135deg, rgba(224,58,47,.96), rgba(113,31,42,.96)),
    url("https://images.unsplash.com/photo-1513104890138-7c749659a591?auto=format&fit=crop&w=1400&q=82") center/cover;
}
.rich-menu-category--prix-fixe {
  gap: 0;
}
.rich-menu-category--prix-fixe .rich-menu-category__header {
  justify-content: center;
  border-radius: 8px 8px 0 0;
  box-shadow: 10px 10px 0 rgba(216,164,43,.22), 0 20px 55px rgba(58,11,18,.12);
  text-align: center;
}
.rich-menu-category--prix-fixe .rich-menu-category__header h2 {
  flex: 0 1 auto;
}
.prix-fixe-menu {
  display: grid;
  grid-template-columns: repeat(var(--prix-fixe-columns, 2), minmax(0, 1fr));
  overflow: hidden;
  border: 2px solid rgba(113,31,42,.16);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(255,253,248,.9);
  box-shadow: 10px 10px 0 rgba(216,164,43,.22), 0 20px 55px rgba(58,11,18,.12);
}
.prix-fixe-menu__column {
  display: grid;
  align-content: start;
}
.prix-fixe-menu__column:not(:last-child) {
  border-right: 2px solid rgba(113,31,42,.18);
}
.prix-fixe-menu .rich-menu-subsection {
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.prix-fixe-menu .rich-menu-subsection + .rich-menu-subsection {
  border-top: 2px solid rgba(113,31,42,.18);
}
.prix-fixe-menu .rich-menu-subsection__head {
  padding: 1.35rem 1.5rem 1rem;
  border-bottom: 0;
  background: transparent;
  text-align: center;
}
.prix-fixe-menu .rich-menu-subsection__head h3 {
  color: var(--maroon-950);
  font-family: var(--font-en);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 950;
  letter-spacing: .03em;
}
.prix-fixe-menu .rich-menu-subsection__head p {
  color: var(--maroon-950);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.prix-fixe-menu .rich-menu-items {
  padding: 0 1.5rem 1.35rem;
}
.prix-fixe-menu .rich-menu-items:empty {
  display: none;
}
.prix-fixe-menu .rich-menu-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  padding: .72rem 0;
  border-bottom: 0;
  text-align: left;
}
.prix-fixe-menu .rich-menu-item:hover {
  background: transparent;
}
.prix-fixe-menu .rich-menu-item h4 {
  color: var(--maroon-950);
  font-size: clamp(.9rem, 1.15vw, 1.02rem);
}
.prix-fixe-menu .rich-menu-item p {
  max-width: 360px;
  font-size: .82rem;
  line-height: 1.38;
}
.prix-fixe-menu .rich-menu-item__media {
  width: 58px;
  height: 58px;
  border-radius: 8px;
}
.rich-menu-subsection-grid {
  column-count: 2;
  column-gap: 1.25rem;
}
.rich-menu-subsection {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.25rem;
  break-inside: avoid;
  overflow: hidden;
  border: 2px solid rgba(113,31,42,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(58,11,18,.08);
}
.rich-menu-subsection__head {
  padding: 1rem 1.1rem .85rem;
  border-bottom: 1px solid rgba(113,31,42,.13);
  background: linear-gradient(90deg, rgba(232,187,75,.18), rgba(36,122,74,.08));
}
.rich-menu-subsection__head h3 {
  margin: 0;
  color: var(--maroon-800);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.05;
  letter-spacing: 0;
}
.rich-menu-subsection__head p {
  margin: .35rem 0 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.4;
}
.rich-menu-items {
  display: grid;
}
.rich-menu-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(113,31,42,.11);
  transition: background .2s ease;
}
.rich-menu-item:last-child { border-bottom: 0; }
.rich-menu-item:hover { background: rgba(255,250,240,.92); }
.rich-menu-item__media {
  width: 82px;
  height: 82px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(113,31,42,.13);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(232,187,75,.2), rgba(36,122,74,.12));
  box-shadow: 0 10px 24px rgba(58,11,18,.1);
}
.rich-menu-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
  transition: transform .35s var(--ease);
}
.rich-menu-item:hover .rich-menu-item__media img {
  transform: scale(1.06);
}
.rich-menu-item h4 {
  margin: 0;
  color: var(--ink-900);
  font-family: var(--font-en);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.rich-menu-item p {
  margin: .35rem 0 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.48;
}
.rich-menu-item strong {
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .95rem;
  font-weight: 950;
  white-space: nowrap;
}
.rich-menu-item--beverage {
  grid-template-columns: 64px minmax(0, 1fr) minmax(84px, auto);
}
.rich-menu-item--beverage .rich-menu-item__media {
  width: 64px;
  height: 64px;
}
.rich-menu-item--beverage h4 {
  font-size: .96rem;
}
.rich-menu-item--beverage strong {
  text-align: right;
}
@media (max-width: 980px) {
  .rich-menu-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .rich-menu-nav {
    top: .75rem;
  }
  .rich-menu-subsection-grid {
    column-count: 1;
  }
}
@media (max-width: 640px) {
  .rich-menu-shell {
    padding-top: 1.5rem;
  }
  .rich-menu-nav {
    margin-inline: -1rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .rich-menu-category__header {
    min-height: 160px;
  }
  .rich-menu-category--prix-fixe .rich-menu-category__header {
    min-height: 112px;
  }
  .prix-fixe-menu {
    grid-template-columns: 1fr;
  }
  .prix-fixe-menu__column:not(:last-child) {
    border-right: 0;
    border-bottom: 2px solid rgba(113,31,42,.18);
  }
  .prix-fixe-menu .rich-menu-items {
    padding-inline: 1rem;
  }
  .rich-menu-item,
  .rich-menu-item--beverage {
    grid-template-columns: 1fr;
    gap: .4rem;
  }
  .rich-menu-item strong,
  .rich-menu-item--beverage strong {
    text-align: left;
  }
}

/* 2026-08-31 premium events and reservations page */
.events-reservation-page {
  background:
    linear-gradient(180deg, #fffdf7 0%, #fff8ec 34%, #f4faee 100%);
}
.events-reservation-page .events-reservation-hero {
  min-height: 620px;
  place-items: center;
  padding: calc(var(--header-height) + 4rem) 0 4rem;
  background:
    linear-gradient(90deg, rgba(31,8,12,.94) 0%, rgba(58,11,18,.82) 40%, rgba(58,11,18,.2) 76%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28)),
    var(--page-image) center / cover;
  border-bottom: 0;
}
.events-reservation-page .events-reservation-hero::after {
  content: "";
  position: absolute;
  display: block;
  inset: auto 0 0;
  z-index: -1;
  height: 86px;
  background:
    linear-gradient(90deg, var(--maroon-800), var(--gold-400) 34%, var(--success) 68%, var(--maroon-800)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.32) 0 1px, transparent 1px 96px);
}
.events-reservation-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}
.events-reservation-hero__copy {
  max-width: 760px;
}
.events-reservation-page .events-reservation-hero h1 {
  max-width: 760px;
  font-size: 4.8rem;
  letter-spacing: 0;
}
.events-reservation-page .events-reservation-hero .page-hero__copy {
  max-width: 660px;
}
.events-reservation-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.55rem;
}
.events-reservation-hero__actions .button {
  min-height: 50px;
}
.events-reservation-hero__panel {
  position: relative;
  display: grid;
  gap: .9rem;
  padding: 1.2rem;
  border: 1px solid rgba(255,253,247,.24);
  border-radius: 8px;
  background: rgba(255,253,247,.12);
  box-shadow: 0 22px 58px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
}
.events-reservation-hero__panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255,211,107,.18);
  border-radius: 6px;
}
.events-reservation-hero__panel span,
.events-reservation-hero__panel small {
  color: var(--gold-400);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.events-reservation-hero__panel strong {
  color: #fffdf7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: .95;
}
.events-reservation-hero__panel p {
  margin: 0;
  color: rgba(255,253,247,.86);
  font-family: var(--font-en);
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.55;
}
.events-reservation-hero__panel div {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.events-reservation-hero__panel small {
  padding: .42rem .54rem;
  border: 1px solid rgba(255,253,247,.18);
  border-radius: 999px;
  background: rgba(255,253,247,.1);
}
.event-booking-flow {
  position: relative;
  padding-block: clamp(3.2rem, 7vw, 6.4rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,253,247,.98), rgba(250,239,218,.86) 48%, rgba(244,250,238,.96)),
    linear-gradient(90deg, rgba(224,58,47,.08), transparent 42%, rgba(36,122,74,.1));
}
.event-booking-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(113,31,42,.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(113,31,42,.045) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 78%, transparent);
}
.event-booking-flow .container {
  position: relative;
}
.event-booking-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 1.6rem;
}
.event-booking-intro h2 {
  margin: 0;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: .94;
}
.event-booking-intro h2 em {
  color: var(--maroon-800);
}
.event-booking-intro > p {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.65;
}
.event-location-rail {
  position: sticky;
  top: calc(var(--header-height) + .7rem);
  z-index: 25;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .55rem;
  margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
  padding: .62rem;
  border: 1px solid rgba(113,31,42,.12);
  border-radius: 8px;
  background: rgba(255,253,247,.88);
  box-shadow: 0 18px 46px rgba(58,11,18,.1);
  backdrop-filter: blur(16px);
}
.event-location-rail a {
  display: grid;
  min-height: 66px;
  align-content: center;
  gap: .18rem;
  padding: .65rem .75rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background: linear-gradient(180deg, #fff, rgba(247,252,242,.82));
  box-shadow: 0 8px 20px rgba(58,11,18,.06);
  transition: transform .22s var(--ease), border-color .22s ease, background .22s ease, color .22s ease;
}
.event-location-rail a:hover,
.event-location-rail a:focus-visible {
  color: #fff;
  border-color: var(--maroon-800);
  background: linear-gradient(135deg, var(--maroon-800), var(--maroon-950));
  transform: translateY(-2px);
}
.event-location-rail small {
  color: var(--success);
  font-family: var(--font-en);
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.event-location-rail a:hover small,
.event-location-rail a:focus-visible small {
  color: var(--gold-400);
}
.event-location-rail span {
  font-family: var(--font-en);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.2;
}
.event-location-showcase {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
}
.event-location-card {
  scroll-margin-top: calc(var(--header-height) + 6rem);
  display: grid;
  grid-template-columns: minmax(260px, .92fr) minmax(0, 1.08fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 12px 12px 0 rgba(232,187,75,.28), 0 28px 70px rgba(58,11,18,.12);
  transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease;
}
.event-location-card:hover {
  border-color: rgba(224,58,47,.34);
  box-shadow: 14px 14px 0 rgba(232,187,75,.38), 0 34px 82px rgba(58,11,18,.16);
  transform: translateY(-3px);
}
.event-location-card--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
}
.event-location-card--reverse .event-location-card__media {
  order: 2;
}
.event-location-card--feature {
  grid-template-columns: minmax(300px, 1fr) minmax(0, 1.14fr);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,252,242,.92));
}
.event-location-card__media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(232,187,75,.2), rgba(36,122,74,.14));
}
.event-location-card__media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transition: transform .55s var(--ease);
}
.event-location-card:hover .event-location-card__media img {
  transform: scale(1.045);
}
.event-location-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(36,7,13,.58), transparent);
}
.event-location-card__media figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: .48rem .7rem;
  color: #fffdf7;
  border: 1px solid rgba(255,253,247,.24);
  border-radius: 999px;
  background: rgba(36,7,13,.54);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.event-location-card__body {
  display: flex;
  flex-direction: column;
  gap: .95rem;
  padding: clamp(1.25rem, 3vw, 2.2rem);
}
.event-location-card__heading {
  display: grid;
  gap: .35rem;
}
.event-location-card__heading small {
  color: var(--success);
  font-family: var(--font-en);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.event-location-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 3.4rem;
  letter-spacing: 0;
  line-height: .9;
}
.event-location-card .reservation-choice-card__intro {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.event-location-card .reservation-choice-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .62rem;
  margin: .1rem 0;
}
.event-location-card .reservation-choice-list li {
  min-height: 102px;
  padding: .78rem;
  background:
    linear-gradient(180deg, rgba(255,250,240,.98), rgba(247,252,242,.82));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.56);
}
.event-location-card__contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin-top: auto;
}
.event-location-card__contact p {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  min-height: 58px;
  margin: 0;
  padding: .72rem .82rem;
  border: 1px solid rgba(113,31,42,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.4;
}
.event-location-card__contact i {
  flex: 0 0 auto;
  margin-top: .22rem;
  color: var(--maroon-800);
}
.event-location-card__contact a {
  color: var(--maroon-800);
  font-weight: 950;
}
.event-location-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  padding-top: .15rem;
}
.event-location-card__actions .button {
  flex: 1 1 190px;
  justify-content: center;
  min-height: 50px;
}
.event-location-card__actions .button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--maroon-800), var(--maroon-950));
  box-shadow: 0 16px 30px rgba(113,31,42,.2);
}
.event-location-card__actions .button--primary:hover {
  color: var(--maroon-950);
  background: var(--gold-400);
}
.event-location-card__actions .button--outline {
  background: #fff;
}
.event-location-card__actions i {
  font-size: .82rem;
}
@media (max-width: 1080px) {
  .events-reservation-hero__content {
    grid-template-columns: 1fr;
  }
  .events-reservation-hero__panel {
    max-width: 480px;
  }
  .event-location-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .event-location-card,
  .event-location-card--reverse,
  .event-location-card--feature {
    grid-template-columns: 1fr;
  }
  .event-location-card--reverse .event-location-card__media {
    order: 0;
  }
  .event-location-card__media,
  .event-location-card__media img {
    min-height: 320px;
  }
}
@media (max-width: 720px) {
  .events-reservation-page .events-reservation-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 2.4rem) 0 2.6rem;
  }
  .events-reservation-page .events-reservation-hero h1 {
    font-size: 3.8rem;
  }
  .events-reservation-hero__panel {
    padding: 1rem;
  }
  .event-booking-intro {
    grid-template-columns: 1fr;
  }
  .event-booking-intro h2 {
    font-size: 3.2rem;
  }
  .event-location-rail {
    grid-template-columns: 1fr;
    position: static;
  }
  .event-location-rail a {
    min-height: auto;
  }
  .event-location-card {
    min-height: 0;
    box-shadow: 8px 8px 0 rgba(232,187,75,.25), 0 20px 46px rgba(58,11,18,.12);
  }
  .event-location-card__media,
  .event-location-card__media img {
    min-height: 250px;
  }
  .event-location-card .reservation-choice-list,
  .event-location-card__contact {
    grid-template-columns: 1fr;
  }
  .event-location-card .reservation-choice-list li {
    min-height: 0;
  }
  .event-location-card h3 {
    font-size: 2.7rem;
  }
  .event-location-card__actions .button {
    flex-basis: 100%;
  }
}

.table-reservation-modal {
  position: fixed;
  z-index: 6200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(.75rem, 2vw, 1.4rem);
  opacity: 0;
  transition: opacity .24s ease;
}
.table-reservation-modal.is-open {
  opacity: 1;
}
.table-reservation-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(232,187,75,.16), transparent 34%),
    rgba(28,5,9,.72);
  backdrop-filter: blur(9px);
}
.table-reservation-modal__panel {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100dvh - 1.6rem);
  overflow-y: auto;
  padding: clamp(1.3rem, 3vw, 2rem);
  color: var(--text);
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244,250,238,.98), rgba(255,253,247,.98)),
    #fff;
  box-shadow: 0 36px 110px rgba(0,0,0,.42);
  transform: translateY(18px) scale(.985);
  transition: transform .28s var(--ease);
}
.table-reservation-modal.is-open .table-reservation-modal__panel {
  transform: none;
}
.table-reservation-modal__close {
  position: absolute;
  top: .9rem;
  right: .9rem;
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--maroon-950);
  border: 1px solid rgba(113,31,42,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 22px rgba(58,11,18,.08);
}
.table-reservation-steps {
  display: flex;
  justify-content: center;
  gap: clamp(.75rem, 3vw, 1.8rem);
  margin: .3rem 2.6rem 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(113,31,42,.14);
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .88rem;
  font-weight: 800;
}
.table-reservation-steps span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.table-reservation-steps b {
  display: grid;
  width: 24px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--text-muted);
  font-size: .78rem;
  box-shadow: inset 0 0 0 1px rgba(113,31,42,.16);
}
.table-reservation-steps .is-active {
  color: var(--maroon-950);
}
.table-reservation-steps .is-active b {
  color: #fff;
  background: var(--success);
  box-shadow: none;
}
.table-reservation-steps .is-complete {
  color: var(--success);
}
.table-reservation-steps .is-complete b {
  color: var(--maroon-950);
  background: var(--gold-400);
  box-shadow: none;
}
.table-reservation-heading {
  display: grid;
  gap: .85rem;
  margin-bottom: 1.25rem;
}
.table-reservation-heading h2 {
  max-width: 560px;
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0;
}
.table-reservation-heading h2 em {
  color: var(--maroon-800);
  font-family: inherit;
  font-style: normal;
}
.table-reservation-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.55;
}
.table-reservation-location-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  padding: .86rem;
  border: 1px solid rgba(113,31,42,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
}
.table-reservation-location-card > i {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--maroon-950);
  border-radius: 999px;
  background: var(--gold-400);
}
.table-reservation-location-card div {
  display: grid;
  gap: .18rem;
}
.table-reservation-location-card strong {
  color: var(--maroon-950);
  font-family: var(--font-en);
  font-size: .98rem;
  font-weight: 950;
}
.table-reservation-location-card span,
.table-reservation-location-card a {
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
}
.table-reservation-location-card a {
  color: var(--maroon-800);
}
.table-reservation-form {
  display: grid;
  gap: 1rem;
}
.table-reservation-find-grid,
.table-reservation-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
}
.table-reservation-details-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.table-reservation-form label {
  display: grid;
  gap: .42rem;
  color: var(--maroon-950);
  font-family: var(--font-en);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.table-reservation-find-grid label > div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: .48rem;
  min-height: 54px;
  padding: 0 .82rem;
  border: 1px solid rgba(113,31,42,.18);
  border-radius: 6px;
  background: #fff;
}
.table-reservation-find-grid i {
  color: var(--maroon-800);
  font-size: 1.05rem;
}
.table-reservation-form input,
.table-reservation-form select,
.table-reservation-form textarea {
  width: 100%;
  min-height: 54px;
  color: var(--text);
  border: 1px solid rgba(113,31,42,.18);
  border-radius: 6px;
  background: #fff;
  font-family: var(--font-en);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.table-reservation-find-grid input,
.table-reservation-find-grid select {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.table-reservation-details-grid input,
.table-reservation-details-grid select,
.table-reservation-wide textarea {
  padding: .8rem .9rem;
}
.table-reservation-form textarea {
  min-height: 96px;
  resize: vertical;
}
.table-reservation-wide {
  grid-column: 1 / -1;
}
.table-reservation-note {
  display: flex;
  gap: .62rem;
  margin: 0;
  padding: .82rem .9rem;
  color: #26313a;
  border: 1px solid rgba(113,31,42,.08);
  border-radius: 6px;
  background: rgba(238,240,243,.74);
  font-family: var(--font-en);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
}
.table-reservation-note i {
  margin-top: .18rem;
  color: #40495a;
}
.table-reservation-consent {
  display: flex !important;
  align-items: flex-start;
  gap: .55rem;
  color: var(--text-muted) !important;
  font-size: .78rem !important;
  letter-spacing: 0 !important;
  line-height: 1.45;
  text-transform: none !important;
}
.table-reservation-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: .15rem;
  accent-color: var(--success);
}
.table-reservation-form .button--wide {
  color: #fff;
  border-color: var(--success);
  background: var(--success);
  border-radius: 6px;
  box-shadow: 0 15px 30px rgba(36,122,74,.22);
}
.table-reservation-form .button--wide:hover {
  background: #185837;
}
.table-reservation-form .form-message {
  min-height: 1.4em;
  margin: -.2rem 0 0;
  color: var(--success);
  font-family: var(--font-en);
  font-weight: 850;
}
@media (max-width: 720px) {
  .table-reservation-modal {
    align-items: end;
    padding: .55rem;
  }
  .table-reservation-modal__panel {
    width: 100%;
    max-height: calc(100dvh - 1.1rem);
  }
  .table-reservation-steps {
    justify-content: flex-start;
    margin-right: 2.5rem;
    overflow-x: auto;
  }
  .table-reservation-find-grid,
  .table-reservation-details-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-09-01 reservation popup redesign */
.table-reservation-modal {
  padding: clamp(.75rem, 2vw, 1.5rem);
}
.table-reservation-modal__panel {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  width: min(1040px, 100%);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,253,247,.18);
  border-radius: 10px;
  background: #f5fbef;
}
.table-reservation-modal__close {
  z-index: 4;
  top: .9rem;
  right: .9rem;
  color: var(--maroon-950);
  background: rgba(255,253,247,.94);
  transition: transform .22s var(--ease), background .22s ease, color .22s ease;
}
.table-reservation-modal__close:hover {
  color: #fff;
  background: var(--maroon-800);
  transform: rotate(90deg);
}
.table-reservation-modal__visual {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--maroon-950);
}
.table-reservation-modal__visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}
.table-reservation-modal__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(36,7,13,.12), rgba(36,7,13,.88)),
    linear-gradient(90deg, rgba(36,7,13,.52), transparent 58%);
}
.table-reservation-modal__visual > div {
  position: absolute;
  z-index: 1;
  inset: auto 1rem 1rem;
  display: grid;
  gap: .7rem;
  padding: 1rem;
  color: #fffdf7;
  border: 1px solid rgba(255,253,247,.2);
  border-radius: 8px;
  background: rgba(36,7,13,.54);
  backdrop-filter: blur(14px);
}
.table-reservation-modal__visual span {
  color: var(--gold-400);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.table-reservation-modal__visual strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: .9;
}
.table-reservation-modal__visual p {
  margin: 0;
  color: rgba(255,253,247,.86);
  font-family: var(--font-en);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.5;
}
.table-reservation-modal__content {
  display: grid;
  gap: 1.1rem;
  align-content: start;
  max-height: calc(100dvh - 1.6rem);
  overflow-y: auto;
  padding: clamp(1.25rem, 3vw, 2.15rem);
  background:
    linear-gradient(180deg, rgba(245,251,239,.98), rgba(255,253,247,.98)),
    linear-gradient(90deg, rgba(224,58,47,.045), transparent 48%, rgba(36,122,74,.055));
}
.table-reservation-modal__content::-webkit-scrollbar {
  width: 8px;
}
.table-reservation-modal__content::-webkit-scrollbar-track {
  background: rgba(113,31,42,.06);
}
.table-reservation-modal__content::-webkit-scrollbar-thumb {
  background: rgba(113,31,42,.42);
  border-radius: 999px;
}
.table-reservation-steps {
  justify-content: flex-start;
  margin: 0 3rem .15rem 0;
  padding: 0 0 1rem;
}
.table-reservation-heading {
  gap: .75rem;
  margin-bottom: .25rem;
}
.table-reservation-heading .eyebrow {
  margin-bottom: 0;
}
.table-reservation-heading h2 {
  max-width: 680px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}
.table-reservation-location-card {
  grid-template-columns: 42px minmax(0, 1fr);
  padding: .78rem .86rem;
  background: rgba(255,255,255,.8);
  box-shadow: 0 12px 30px rgba(58,11,18,.06);
}
.table-reservation-find-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(113,31,42,.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(58,11,18,.08);
}
.table-reservation-find-grid label {
  gap: .25rem;
  padding: .8rem .9rem;
  border-right: 1px solid rgba(113,31,42,.12);
  background: #fff;
}
.table-reservation-find-grid label:last-child {
  border-right: 0;
}
.table-reservation-find-grid label > div {
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
}
.table-reservation-find-grid input,
.table-reservation-find-grid select {
  font-size: 1rem;
  font-weight: 850;
}
.table-reservation-details-grid {
  gap: .8rem;
}
.table-reservation-details-grid input,
.table-reservation-details-grid select,
.table-reservation-wide textarea {
  border-color: rgba(113,31,42,.16);
  background: rgba(255,255,255,.88);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.table-reservation-details-grid input:focus,
.table-reservation-details-grid select:focus,
.table-reservation-wide textarea:focus,
.table-reservation-find-grid input:focus,
.table-reservation-find-grid select:focus {
  outline: 0;
  border-color: rgba(36,122,74,.55);
  box-shadow: 0 0 0 4px rgba(36,122,74,.12);
}
.table-reservation-find-grid input:focus,
.table-reservation-find-grid select:focus {
  box-shadow: none;
}
.table-reservation-note {
  border-color: rgba(36,122,74,.16);
  background: rgba(255,255,255,.78);
  color: var(--text-muted);
}
.table-reservation-note i {
  color: var(--success);
}
.table-reservation-form .button--wide {
  min-height: 56px;
  font-size: .98rem;
  letter-spacing: .02em;
}
.table-reservation-form .form-message:not(:empty) {
  padding: .78rem .9rem;
  border: 1px solid rgba(36,122,74,.18);
  border-radius: 8px;
  background: rgba(36,122,74,.08);
}
@media (max-width: 900px) {
  .table-reservation-modal__panel {
    grid-template-columns: 1fr;
    width: min(720px, 100%);
  }
  .table-reservation-modal__visual {
    min-height: 210px;
  }
  .table-reservation-modal__visual img {
    min-height: 210px;
    max-height: 260px;
  }
  .table-reservation-modal__visual > div {
    inset: auto .8rem .8rem;
    padding: .85rem;
  }
  .table-reservation-modal__content {
    max-height: calc(100dvh - 230px);
  }
}
@media (max-width: 720px) {
  .table-reservation-modal {
    padding: .5rem;
  }
  .table-reservation-modal__panel {
    border-radius: 10px 10px 0 0;
  }
  .table-reservation-modal__visual {
    min-height: 180px;
  }
  .table-reservation-modal__visual img {
    min-height: 180px;
    max-height: 220px;
  }
  .table-reservation-modal__visual strong {
    font-size: 2.1rem;
  }
  .table-reservation-modal__visual p {
    display: none;
  }
  .table-reservation-modal__content {
    max-height: calc(100dvh - 190px);
    padding: 1rem;
  }
  .table-reservation-steps {
    margin-right: 2.7rem;
    padding-bottom: .8rem;
  }
  .table-reservation-find-grid {
    gap: 0;
  }
  .table-reservation-find-grid label {
    border-right: 0;
    border-bottom: 1px solid rgba(113,31,42,.12);
  }
  .table-reservation-find-grid label:last-child {
    border-bottom: 0;
  }
  .table-reservation-location-card {
    grid-template-columns: 36px minmax(0, 1fr);
  }
  .table-reservation-location-card > i {
    width: 36px;
  }
}

/* Dine-in self ordering */
.button:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}
.table-order-page,
.kitchen-page {
  background:
    linear-gradient(180deg, rgba(255,250,240,.96), rgba(248,240,225,.72)),
    var(--surface);
}
.table-order-page #main-content .container {
  width: min(1760px, calc(100% - 1.5rem));
}
.table-order-hero {
  position: relative;
  min-height: clamp(520px, 58vw, 690px);
  display: grid;
  align-items: center;
  padding-top: var(--header-height);
  overflow: hidden;
  color: #fffdf8;
  background: var(--maroon-950);
  isolation: isolate;
}
.table-order-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(35,4,10,.94), rgba(65,10,20,.72) 48%, rgba(35,4,10,.16)),
    linear-gradient(180deg, rgba(35,4,10,.18), rgba(35,4,10,.68)),
    url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1900&q=88") center/cover;
  filter: saturate(1.08);
}
.table-order-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--maroon-700), var(--gold-400), var(--success));
}
.table-order-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}
.table-order-hero .breadcrumb {
  color: rgba(255,253,248,.78);
}
.table-order-hero .eyebrow {
  color: var(--gold-400);
}
.table-order-hero h1,
.kitchen-hero h1 {
  max-width: 840px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.6rem, 8vw, 7.6rem);
  font-weight: 700;
  line-height: .9;
  letter-spacing: 0;
}
.table-order-hero h1 {
  font-size: clamp(3.1rem, 6.6vw, 6.35rem);
}
.table-order-hero h1 em {
  color: var(--gold-400);
}
.table-order-hero__copy > p:last-child {
  max-width: 650px;
  margin: 1.4rem 0 0;
  color: rgba(255,253,248,.86);
  font-family: var(--font-en);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
}
.table-order-context {
  display: grid;
  gap: .9rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,253,248,.93);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}
.table-order-context label {
  display: grid;
  gap: .45rem;
  color: var(--maroon-900);
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.table-order-context input,
.table-order-context select {
  width: 100%;
  min-height: 52px;
  padding: .75rem .9rem;
  border: 1px solid rgba(113,31,42,.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink-900);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}
.table-order-context p {
  display: flex;
  gap: .55rem;
  margin: .15rem 0 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .84rem;
  font-weight: 650;
  line-height: 1.45;
}
.table-order-context i {
  color: var(--success);
  margin-top: .2rem;
}
.table-order-surface {
  padding-block: clamp(2.6rem, 5vw, 5.5rem);
}
.table-order-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) minmax(310px, 360px);
  align-items: start;
  gap: 1.3rem;
}
.table-order-category-panel,
.table-cart-panel {
  position: sticky;
  top: 92px;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,253,248,.88);
  box-shadow: 0 16px 42px rgba(58,11,18,.08);
  backdrop-filter: blur(18px);
}
.table-order-category-panel {
  display: grid;
  gap: 1rem;
  padding: .95rem;
}
.table-order-category-panel small,
.table-cart-panel__header small {
  color: var(--maroon-700);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.table-order-category-panel strong {
  display: block;
  margin-top: .2rem;
  font-size: 1.15rem;
  line-height: 1.1;
}
.table-order-categories {
  display: grid;
  gap: .45rem;
}
.table-order-category {
  display: flex;
  align-items: center;
  gap: .65rem;
  min-height: 44px;
  padding: .65rem .75rem;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-weight: 850;
  text-align: left;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.table-order-category:hover,
.table-order-category.is-active {
  color: var(--maroon-900);
  border-color: rgba(113,31,42,.16);
  background: #fff;
  transform: translateX(3px);
}
.table-order-category i {
  width: 22px;
  color: var(--gold-500);
  text-align: center;
}
.table-order-menu {
  min-width: 0;
}
.table-order-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(113,31,42,.14);
}
.table-order-toolbar .eyebrow {
  margin-bottom: .55rem;
}
.table-order-toolbar h2 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: 0;
  white-space: nowrap;
}
.table-order-toolbar p:last-child {
  margin: .75rem 0 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-weight: 650;
}
.table-cart-trigger {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: .6rem;
  flex: 0 0 auto;
  padding: .7rem 1rem;
  border: 1px solid rgba(113,31,42,.16);
  border-radius: 999px;
  color: #fff;
  background: var(--maroon-800);
  box-shadow: 0 14px 30px rgba(113,31,42,.18);
  font-family: var(--font-en);
  font-weight: 900;
}
.table-cart-trigger b {
  display: grid;
  min-width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 999px;
  color: var(--maroon-950);
  background: var(--gold-400);
  font-size: .78rem;
}
.table-order-search {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 38px;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1rem;
  padding: .55rem .65rem .55rem .9rem;
  border: 1px solid rgba(113,31,42,.16);
  border-radius: 8px;
  background: rgba(255,253,248,.94);
  box-shadow: 0 12px 32px rgba(58,11,18,.07);
}
.table-order-search > i {
  color: var(--gold-500);
  font-size: .95rem;
}
.table-order-search input {
  width: 100%;
  min-height: 42px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--font-en);
  font-size: .98rem;
  font-weight: 750;
}
.table-order-search input::placeholder {
  color: rgba(83,69,71,.72);
}
.table-order-search button {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(113,31,42,.12);
  border-radius: 50%;
  color: var(--maroon-800);
  background: rgba(248,240,225,.72);
}
.table-order-search:focus-within {
  border-color: rgba(36,122,74,.45);
  box-shadow: 0 0 0 4px rgba(36,122,74,.1), 0 16px 38px rgba(58,11,18,.08);
}
.table-order-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.table-order-no-results {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: .45rem;
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px dashed rgba(113,31,42,.2);
  border-radius: 8px;
  background: rgba(255,253,248,.76);
  color: var(--text-muted);
  text-align: center;
}
.table-order-no-results i {
  color: var(--gold-500);
  font-size: 1.7rem;
}
.table-order-no-results h3 {
  margin: .3rem 0 0;
  color: var(--text);
  font-size: 1.35rem;
}
.table-order-no-results p {
  margin: 0;
  font-family: var(--font-en);
  font-weight: 650;
}
.table-order-item {
  display: grid;
  grid-template-rows: 210px minmax(0, 1fr);
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(113,31,42,.13);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 16px 40px rgba(58,11,18,.08);
  transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease;
}
.table-order-item:hover {
  border-color: rgba(113,31,42,.26);
  box-shadow: 0 24px 54px rgba(58,11,18,.14);
  transform: translateY(-4px);
}
.table-order-item__media {
  margin: 0;
  background: var(--cream-200);
}
.table-order-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-order-item__body {
  display: grid;
  gap: .75rem;
  padding: 1rem;
}
.table-order-item__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
.table-order-item small {
  color: var(--maroon-700);
  font-family: var(--font-en);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.table-order-item h3 {
  margin: .2rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1;
  letter-spacing: 0;
}
.table-order-item__top > strong {
  flex: 0 0 auto;
  color: var(--success);
  font-family: var(--font-en);
  font-size: 1rem;
}
.table-order-item p {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .92rem;
  line-height: 1.5;
}
.table-order-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  align-self: end;
}
.table-order-item__meta span,
.table-order-item__meta b {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: .3rem .55rem;
  border: 1px solid rgba(113,31,42,.12);
  border-radius: 999px;
  color: var(--success);
  background: rgba(36,122,74,.08);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .03em;
}
.table-order-item__meta span.is-limited {
  color: var(--maroon-800);
  background: rgba(216,164,43,.2);
}
.table-order-item__meta b {
  color: var(--text-muted);
  background: rgba(113,31,42,.04);
}
.table-order-item .button {
  width: 100%;
  align-self: end;
}
.table-cart-panel {
  display: grid;
  gap: .9rem;
  max-height: calc(100dvh - 112px);
  overflow-y: auto;
  padding: 1rem;
}
.table-cart-panel__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(113,31,42,.12);
}
.table-cart-panel__header h2 {
  margin: .1rem 0 0;
  font-size: 2.2rem;
  letter-spacing: 0;
}
.table-cart-empty {
  display: grid;
  justify-items: center;
  gap: .35rem;
  padding: 2rem 1rem;
  color: var(--text-muted);
  text-align: center;
  border: 1px dashed rgba(113,31,42,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.6);
}
.table-cart-empty i {
  color: var(--gold-500);
  font-size: 1.6rem;
}
.table-cart-empty p {
  margin: .2rem 0 0;
  color: var(--text);
  font-weight: 900;
}
.table-cart-empty span {
  font-family: var(--font-en);
  font-size: .84rem;
}
.table-cart-list {
  display: grid;
  gap: .7rem;
}
.table-cart-item {
  display: grid;
  gap: .65rem;
  padding: .8rem;
  border: 1px solid rgba(113,31,42,.12);
  border-radius: 8px;
  background: #fff;
}
.table-cart-item__title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
.table-cart-item h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}
.table-cart-item__title span,
.table-cart-item p {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .82rem;
  font-weight: 750;
}
.table-cart-item__controls {
  display: flex;
  align-items: center;
  gap: .35rem;
}
.table-cart-item__controls button {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 50%;
  background: rgba(248,240,225,.65);
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-weight: 950;
}
.table-cart-item__controls button:last-child {
  margin-left: auto;
  color: var(--error);
  background: rgba(179,38,54,.08);
}
.table-cart-item input,
.table-cart-note textarea {
  width: 100%;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: rgba(255,253,248,.9);
}
.table-cart-item input {
  min-height: 40px;
  padding: .55rem .7rem;
  font-family: var(--font-en);
  font-size: .86rem;
}
.table-cart-note {
  display: grid;
  gap: .45rem;
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.table-cart-note textarea {
  padding: .75rem;
  color: var(--text);
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
  resize: vertical;
}
.table-cart-totals {
  display: grid;
  gap: .45rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(113,31,42,.12);
}
.table-cart-totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .9rem;
  font-weight: 800;
}
.table-cart-totals__grand {
  color: var(--text) !important;
  font-size: 1.05rem !important;
}
.table-cart-panel .form-message {
  min-height: 1.3rem;
  margin: 0;
  color: var(--success);
  font-family: var(--font-en);
  font-size: .84rem;
  font-weight: 750;
}
.table-cart-panel .form-message.is-error {
  color: var(--error);
}
.table-cart-backdrop {
  position: fixed;
  z-index: 1300;
  inset: 0;
  background: rgba(20,6,9,.54);
  backdrop-filter: blur(4px);
}
.table-order-confirmation__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(20,6,9,.66);
  backdrop-filter: blur(7px);
}
.table-order-confirmation {
  position: fixed;
  z-index: 1500;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity .24s ease;
}
.table-order-confirmation.is-open {
  opacity: 1;
}
.table-order-confirmation__panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: clamp(1.35rem, 4vw, 2.3rem);
  border: 1px solid rgba(113,31,42,.24);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 30px 90px rgba(20,6,9,.38);
  color: var(--ink-900);
  text-align: center;
  transform: translateY(14px) scale(.98);
  transition: transform .24s var(--ease);
}
.table-order-confirmation.is-open .table-order-confirmation__panel {
  transform: translateY(0) scale(1);
}
.table-order-confirmation__panel > i {
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto 1rem;
  color: #fff;
  border-radius: 50%;
  background: var(--success);
  font-size: 1.45rem;
}
.table-order-confirmation__panel .eyebrow {
  justify-content: center;
}
.table-order-confirmation__panel h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0;
}
.table-order-confirmation__panel p:not(.eyebrow) {
  margin: .8rem 0 1.25rem;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-weight: 650;
}
.table-order-confirmation__close {
  position: absolute;
  top: .75rem;
  right: .75rem;
}

.kitchen-hero {
  min-height: 410px;
  display: grid;
  align-items: end;
  padding-top: var(--header-height);
  color: #fffdf8;
  background:
    linear-gradient(90deg, rgba(35,4,10,.94), rgba(65,10,20,.7)),
    url("https://images.unsplash.com/photo-1556910103-1c02745aae4d?auto=format&fit=crop&w=1800&q=84") center/cover;
}
.kitchen-hero__inner {
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
}
.kitchen-hero .eyebrow {
  color: var(--gold-400);
}
.kitchen-hero p:last-child {
  max-width: 620px;
  color: rgba(255,253,248,.86);
  font-family: var(--font-en);
  font-weight: 650;
}
.kitchen-board-section {
  padding-block: clamp(2.4rem, 5vw, 5rem);
}
.kitchen-board__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.3rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(113,31,42,.14);
}
.kitchen-board__header h2 {
  max-width: 680px;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: 0;
}
.kitchen-board__header p:last-child {
  margin: .6rem 0 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-weight: 700;
}
.kitchen-board__header > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: flex-end;
}
.kitchen-empty {
  display: grid;
  justify-items: center;
  gap: .5rem;
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px dashed rgba(113,31,42,.2);
  border-radius: 8px;
  background: rgba(255,253,248,.76);
  text-align: center;
}
.kitchen-empty i {
  color: var(--gold-500);
  font-size: 2rem;
}
.kitchen-empty h3 {
  margin: .3rem 0 0;
  font-size: 1.35rem;
}
.kitchen-empty p {
  max-width: 420px;
  margin: 0 0 .7rem;
  color: var(--text-muted);
  font-family: var(--font-en);
}
.kitchen-order-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.kitchen-order-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 16px 42px rgba(58,11,18,.08);
}
.kitchen-order-card__top,
.kitchen-order-card__meta {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
.kitchen-order-card small {
  color: var(--maroon-700);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kitchen-order-card h3 {
  margin: .18rem 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: .95;
}
.kitchen-order-card p {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .86rem;
  font-weight: 700;
}
.kitchen-status {
  flex: 0 0 auto;
  padding: .35rem .6rem;
  border-radius: 999px;
  color: var(--maroon-950);
  background: var(--gold-400);
  font-family: var(--font-en);
  font-size: .72rem;
  font-weight: 950;
}
.kitchen-status--ready {
  color: #fff;
  background: var(--success);
}
.kitchen-status--served {
  color: #fff;
  background: var(--ink-700);
}
.kitchen-order-card ul {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: .8rem 0;
  list-style: none;
  border-block: 1px solid rgba(113,31,42,.12);
}
.kitchen-order-card li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .35rem .8rem;
  font-family: var(--font-en);
  font-size: .9rem;
}
.kitchen-order-card li small {
  grid-column: 1 / -1;
  color: var(--text-muted);
  font-size: .75rem;
  letter-spacing: 0;
  text-transform: none;
}
.kitchen-order-card__note {
  display: flex;
  gap: .55rem;
  padding: .65rem;
  border: 1px solid rgba(36,122,74,.14);
  border-radius: 8px;
  background: rgba(36,122,74,.07);
}
.kitchen-order-card__note i {
  color: var(--success);
  margin-top: .22rem;
}
.kitchen-order-card__meta {
  align-items: center;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .86rem;
  font-weight: 800;
}
.kitchen-order-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.kitchen-order-card__meta strong {
  color: var(--success);
}
.kitchen-order-card__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .45rem;
}
.kitchen-order-card__actions button {
  min-height: 40px;
  border: 1px solid rgba(113,31,42,.15);
  border-radius: 999px;
  background: rgba(248,240,225,.75);
  color: var(--maroon-800);
  font-family: var(--font-en);
  font-size: .8rem;
  font-weight: 900;
}

.home-table-order {
  padding-block: clamp(3rem, 6vw, 6rem);
  background:
    linear-gradient(90deg, rgba(76,16,25,.08), transparent 44%, rgba(36,122,74,.08)),
    var(--surface-alt);
}
.home-table-order__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}
.home-table-order__copy h2 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  letter-spacing: 0;
}
.home-table-order__copy p:not(.eyebrow) {
  max-width: 640px;
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: 1.03rem;
  font-weight: 650;
}
.home-table-order__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.4rem;
}
.home-table-order__panel {
  display: grid;
  gap: .8rem;
  padding: 1rem;
  border: 1px solid rgba(113,31,42,.14);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--shadow-md);
}
.home-table-order__panel div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: .8rem;
  align-items: center;
  padding: .85rem;
  border-radius: 8px;
  background: rgba(248,240,225,.65);
}
.home-table-order__panel i {
  display: grid;
  width: 48px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--maroon-800);
}
.home-table-order__panel strong {
  display: block;
  line-height: 1.15;
}
.home-table-order__panel span {
  color: var(--text-muted);
  font-family: var(--font-en);
  font-size: .84rem;
  font-weight: 650;
}

@media (max-width: 1180px) {
  .table-order-layout {
    grid-template-columns: 180px minmax(0, 1fr) 320px;
  }
  .table-order-grid,
  .kitchen-order-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1380px) {
  .table-order-layout {
    grid-template-columns: 220px minmax(0, 1fr) 380px;
  }
  .table-order-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .table-order-hero__grid,
  .home-table-order__inner {
    grid-template-columns: 1fr;
  }
  .table-order-layout {
    grid-template-columns: 1fr;
  }
  .table-order-category-panel {
    position: static;
  }
  .table-order-categories {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    padding-bottom: .1rem;
    scrollbar-width: none;
  }
  .table-order-categories::-webkit-scrollbar {
    display: none;
  }
  .table-order-category {
    flex: 0 0 auto;
    min-height: 42px;
  }
  .table-order-category:hover,
  .table-order-category.is-active {
    transform: translateY(-2px);
  }
  .table-cart-panel {
    position: fixed;
    z-index: 1400;
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    top: auto;
    max-height: min(84dvh, 720px);
    transform: translateY(calc(100% + 1.5rem));
    transition: transform .32s var(--ease);
  }
  .table-cart-panel.is-open {
    transform: translateY(0);
  }
}
@media (max-width: 760px) {
  .table-order-hero {
    min-height: auto;
  }
  .table-order-hero__grid {
    padding-block: 3rem;
  }
  .table-order-hero h1,
  .kitchen-hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }
  .table-order-toolbar,
  .kitchen-board__header {
    align-items: stretch;
    flex-direction: column;
  }
  .table-order-toolbar h2 {
    white-space: normal;
  }
  .table-cart-trigger {
    width: 100%;
  }
  .table-order-grid,
  .kitchen-order-list {
    grid-template-columns: 1fr;
  }
  .table-order-item {
    grid-template-rows: 190px minmax(0, 1fr);
  }
  .kitchen-order-card__actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .table-order-context,
  .table-cart-panel {
    padding: .8rem;
  }
  .table-order-toolbar h2,
  .kitchen-board__header h2 {
    font-size: 2rem;
  }
  .table-order-item {
    grid-template-rows: 170px minmax(0, 1fr);
  }
  .table-cart-item__title,
  .table-cart-item__controls,
  .kitchen-order-card__top,
  .kitchen-order-card__meta {
    align-items: stretch;
    flex-direction: column;
  }
  .table-cart-item__controls button:last-child {
    margin-left: 0;
  }
}

/* Homepage header color states */
body[data-page="home"] .header {
  color: var(--ink-900) !important;
  background: rgba(255,255,255,.96) !important;
  border-bottom-color: rgba(21,19,18,.12) !important;
  box-shadow: 0 8px 30px rgba(21,19,18,.08) !important;
  backdrop-filter: blur(18px) !important;
}
body[data-page="home"] .header .nav__link,
body[data-page="home"] .header .wordmark,
body[data-page="home"] .header .icon-button {
  color: var(--ink-900) !important;
  text-shadow: none !important;
}
body[data-page="home"] .header .header__order {
  color: #151312 !important;
  background: var(--gold-400) !important;
  border-color: #151312 !important;
}
body[data-page="home"] .header.is-at-hero:not(.is-scrolled) {
  color: #fffdf8 !important;
  background: transparent !important;
  border-bottom-color: rgba(255,255,255,.16) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
body[data-page="home"] .header.is-at-hero:not(.is-scrolled) .nav__link,
body[data-page="home"] .header.is-at-hero:not(.is-scrolled) .wordmark {
  color: #fffdf8 !important;
  text-shadow: 0 2px 10px rgba(20,6,9,.44) !important;
}
body[data-page="home"] .header.is-at-hero:not(.is-scrolled) .icon-button {
  color: #fffdf8 !important;
  border-color: rgba(255,255,255,.36) !important;
}
body[data-page="home"] .header.is-at-hero:not(.is-scrolled) .header__order {
  color: var(--maroon-950) !important;
  background: var(--gold-400) !important;
  border-color: rgba(255,255,255,.42) !important;
}
body[data-page="home"] .header.is-scrolled {
  color: var(--ink-900) !important;
  background: rgba(255,255,255,.96) !important;
  border-bottom-color: rgba(21,19,18,.12) !important;
  box-shadow: 0 8px 30px rgba(21,19,18,.08) !important;
  backdrop-filter: blur(18px) !important;
  height: 70px !important;
}
body[data-page="home"] .header.is-scrolled .nav__link,
body[data-page="home"] .header.is-scrolled .wordmark,
body[data-page="home"] .header.is-scrolled .icon-button {
  color: var(--ink-900) !important;
  text-shadow: none !important;
}
body[data-page="home"] .header.is-scrolled .header__order {
  color: #151312 !important;
  background: var(--gold-400) !important;
  border-color: #151312 !important;
}

/* Redesigned location detail pages */
.venue-page {
  background:
    linear-gradient(90deg, rgba(76,16,25,.045) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf0 0%, #fffdf8 44%, #f7efe0 100%);
  background-size: 72px 72px, auto;
}

.venue-redesign-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 4.5rem) 0 5.5rem;
  color: #fffdf8;
  background-color: var(--maroon-950);
  background-image: var(--venue-image), var(--venue-fallback);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  isolation: isolate;
}

.venue-redesign-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(24,7,10,.86) 0%, rgba(42,12,16,.68) 42%, rgba(42,12,16,.18) 72%, rgba(42,12,16,.05) 100%),
    linear-gradient(180deg, rgba(8,5,5,.20), rgba(8,5,5,.46));
}

.venue-redesign-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  z-index: -1;
  background: linear-gradient(90deg, var(--venue-accent), #ef3b2d, var(--gold-400));
}

.venue-redesign-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 3.5rem;
  align-items: end;
}

.breadcrumb--light {
  color: rgba(255,253,248,.80);
}

.breadcrumb--light a:hover {
  color: #fff;
}

.venue-redesign-hero__copy {
  max-width: 760px;
}

.venue-redesign-hero__eyebrow {
  color: #ffd45d;
}

.venue-redesign-hero__eyebrow > span {
  background: var(--venue-accent);
}

.venue-redesign-hero h1 {
  margin: 0;
  max-width: 780px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5.5rem;
  line-height: .9;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0,0,0,.38);
}

.venue-redesign-hero h1 em {
  color: #ffd45d;
  font-style: normal;
}

.venue-redesign-hero__copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 1.6rem 0 0;
  color: rgba(255,253,248,.88);
  font-size: 1.16rem;
}

.venue-redesign-hero__actions,
.venue-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

.venue-redesign-hero__card {
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 8px;
  padding: 1.35rem;
  color: var(--ink-900);
  background: rgba(255,253,248,.94);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}

.venue-redesign-hero__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .35rem .6rem;
  border-radius: 6px;
  color: #fffdf8;
  background: var(--venue-accent);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.venue-redesign-hero__card h2 {
  margin: .9rem 0 .6rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0;
}

.venue-redesign-hero__card p {
  margin: 0;
  color: var(--ink-700);
  font-size: .98rem;
}

.venue-redesign-hero__card dl {
  display: grid;
  gap: .8rem;
  margin: 1.1rem 0 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(76,16,25,.14);
}

.venue-redesign-hero__card dl div {
  display: grid;
  gap: .15rem;
}

.venue-redesign-hero__card dt {
  color: var(--maroon-700);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.venue-redesign-hero__card dd {
  margin: 0;
  color: var(--ink-900);
  font-weight: 700;
  line-height: 1.35;
}

.venue-redesign-hero__map {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--maroon-700);
  font-family: var(--font-en);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.venue-quickbar {
  position: relative;
  z-index: 3;
  margin-top: -54px;
}

.venue-quickbar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(76,16,25,.14);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 22px 60px rgba(58,11,18,.12);
}

.venue-quickbar article {
  min-height: 118px;
  padding: 1.1rem;
  border-right: 1px solid rgba(76,16,25,.12);
}

.venue-quickbar article:last-child {
  border-right: 0;
}

.venue-quickbar span {
  display: block;
  color: var(--maroon-700);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.venue-quickbar strong {
  display: block;
  margin-top: .6rem;
  font-size: 1.08rem;
  line-height: 1.28;
}

.venue-story-section {
  padding-top: 5.25rem;
}

.venue-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  gap: 4rem;
  align-items: center;
}

.venue-story-copy h2,
.venue-visit-panel h2,
.venue-highlights-section h2,
.venue-nearby-section h2,
.venue-final-cta h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.venue-story-copy p:not(.eyebrow) {
  margin: 1.4rem 0 0;
  color: var(--ink-700);
  font-size: 1.08rem;
}

.venue-story-media {
  display: grid;
  grid-template-columns: 1fr .78fr;
  grid-template-rows: repeat(2, 210px);
  gap: 1rem;
}

.venue-story-media figure,
.venue-gallery-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--cream-200);
  box-shadow: var(--shadow-sm);
}

.venue-story-media figure::after,
.venue-gallery-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(22,8,10,.46));
  pointer-events: none;
}

.venue-gallery-card::before {
  content: "Olio e Più";
  position: absolute;
  left: .85rem;
  bottom: .7rem;
  z-index: 2;
  color: #fffdf8;
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}

.venue-story-media__large {
  grid-row: span 2;
}

.venue-story-media img,
.venue-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .7s var(--ease);
}

.venue-story-media figure:hover img,
.venue-gallery-card:hover img {
  transform: scale(1.06);
}

.venue-visit-panel {
  color: #fff7eb;
  background:
    linear-gradient(135deg, rgba(255,212,93,.08), transparent 42%),
    linear-gradient(180deg, var(--maroon-950), #21070b);
}

.venue-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.venue-info-card {
  min-height: 250px;
  padding: 1.25rem;
  border: 1px solid rgba(255,253,248,.14);
  border-radius: 8px;
  background: rgba(255,253,248,.07);
}

.venue-info-card i {
  display: inline-grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: var(--maroon-950);
  background: var(--gold-400);
}

.venue-info-card h3 {
  margin: 0 0 .8rem;
  color: #fffdf8;
  font-family: var(--font-en);
  font-size: 1rem;
}

.venue-info-card p,
.venue-info-card small {
  display: block;
  margin: .3rem 0;
  color: rgba(255,253,248,.78);
  line-height: 1.48;
}

.venue-info-card .text-link {
  color: var(--gold-400);
}

.venue-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.venue-highlight-card {
  min-height: 230px;
  padding: 1.4rem;
  border: 1px solid rgba(76,16,25,.14);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: var(--shadow-sm);
}

.venue-highlight-card > span {
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 1.25rem;
  background: linear-gradient(90deg, var(--maroon-700), var(--gold-400));
}

.venue-highlight-card h3 {
  margin: 0 0 .75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.venue-highlight-card p {
  margin: 0;
  color: var(--ink-700);
}

.venue-gallery-section {
  padding: 0 0 2rem;
}

.venue-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 1rem;
}

.venue-gallery-card {
  height: 360px;
}

.venue-gallery-card--wide {
  height: 420px;
}

.venue-nearby-section {
  padding-top: 4rem;
}

.venue-nearby-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.venue-nearby-card {
  display: grid;
  min-height: 140px;
  align-content: space-between;
  padding: 1rem;
  border: 1px solid rgba(76,16,25,.14);
  border-radius: 8px;
  background: rgba(255,253,248,.84);
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), border-color .25s ease, box-shadow .25s ease;
}

.venue-nearby-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139,41,55,.35);
  box-shadow: var(--shadow-md);
}

.venue-nearby-card span {
  color: var(--maroon-700);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.venue-nearby-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: 0;
}

.venue-nearby-card i {
  justify-self: end;
  color: var(--maroon-700);
}

.venue-final-cta {
  margin-top: 0;
}

[data-theme="dark"] .venue-page {
  background:
    linear-gradient(90deg, rgba(255,253,248,.05) 1px, transparent 1px),
    linear-gradient(180deg, #160f10 0%, #211618 52%, #160f10 100%);
  background-size: 72px 72px, auto;
}

[data-theme="dark"] .venue-quickbar__grid,
[data-theme="dark"] .venue-highlight-card,
[data-theme="dark"] .venue-nearby-card,
[data-theme="dark"] .venue-redesign-hero__card {
  background: rgba(41,27,30,.94);
  color: var(--text);
}

[data-theme="dark"] .venue-redesign-hero__card p,
[data-theme="dark"] .venue-story-copy p:not(.eyebrow),
[data-theme="dark"] .venue-highlight-card p {
  color: var(--text-muted);
}

[data-theme="dark"] .venue-redesign-hero__card dd {
  color: var(--text);
}

@media (max-width: 1120px) {
  .venue-redesign-hero__grid,
  .venue-story-grid {
    grid-template-columns: 1fr;
  }

  .venue-redesign-hero__card {
    max-width: 560px;
  }

  .venue-info-grid,
  .venue-quickbar__grid,
  .venue-nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venue-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .venue-gallery-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .venue-redesign-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 3rem) 0 4rem;
  }

  .venue-redesign-hero::before {
    background:
      linear-gradient(180deg, rgba(24,7,10,.86) 0%, rgba(42,12,16,.78) 56%, rgba(42,12,16,.62) 100%);
  }

  .venue-redesign-hero__grid {
    gap: 2rem;
  }

  .venue-redesign-hero h1 {
    font-size: 3.65rem;
  }

  .venue-redesign-hero__copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .venue-quickbar {
    margin-top: 0;
    padding-top: 1rem;
  }

  .venue-quickbar__grid,
  .venue-info-grid,
  .venue-highlights-grid,
  .venue-nearby-grid,
  .venue-gallery-grid {
    grid-template-columns: 1fr;
  }

  .venue-quickbar article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(76,16,25,.12);
  }

  .venue-quickbar article:last-child {
    border-bottom: 0;
  }

  .venue-story-section {
    padding-top: 3.5rem;
  }

  .venue-story-media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .venue-story-media figure,
  .venue-gallery-card,
  .venue-gallery-card--wide {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .venue-info-card,
  .venue-highlight-card {
    min-height: auto;
  }
}

@media (max-width: 460px) {
  .venue-redesign-hero h1 {
    font-size: 3rem;
  }

  .venue-redesign-hero__actions,
  .venue-story-actions {
    flex-direction: column;
  }

  .venue-redesign-hero__actions .button,
  .venue-story-actions .button {
    width: 100%;
  }
}

/* Google reviews carousel */
.google-reviews {
  overflow: hidden;
  padding-block: clamp(2.6rem, 5vw, 4.4rem);
  background:
    radial-gradient(circle at 82% 4%, rgba(224,58,47,.10), transparent 32%),
    linear-gradient(180deg, #eef8ea 0%, #f6fbef 100%);
}

.customer-reviews__top {
  display: block;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto 1.55rem;
}

.customer-reviews__top h2 {
  max-width: 780px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 6vw, 5.4rem);
  line-height: .94;
  letter-spacing: 0;
}

.customer-reviews__summary {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: .8rem;
  padding-top: 2.4rem;
  color: var(--text-muted);
  font-size: 1.06rem;
}

.customer-reviews__summary p {
  margin: 0;
}

.customer-reviews__shell {
  position: relative;
  max-width: 1180px;
  margin-inline: auto;
  padding: 0;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 8px;
  background: #0f3325;
  box-shadow: 0 10px 0 rgba(25,35,39,.15), 0 24px 70px rgba(31,8,12,.12);
}

.customer-reviews__viewport {
  overflow: hidden;
  scroll-behavior: smooth;
  touch-action: pan-y;
}

.customer-reviews__track {
  display: flex;
  align-items: stretch;
  transition: transform .62s var(--ease);
  will-change: transform;
}

.customer-reviews__track.is-jumping {
  transition: none;
}

.customer-review-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.customer-review-card {
  position: relative;
  display: grid;
  min-height: 285px;
  align-content: space-between;
  gap: 1.25rem;
  overflow: hidden;
  padding: clamp(1.45rem, 2.7vw, 2.15rem);
  border: 0;
  border-radius: 8px;
  color: #fffdf8;
  background:
    radial-gradient(circle at 90% 45%, rgba(216,164,43,.12), transparent 22%),
    linear-gradient(135deg, #123e2d, #061b14 72%);
  box-shadow: none;
}

.customer-review-card::after {
  content: "“";
  position: absolute;
  right: clamp(1.8rem, 4vw, 3.4rem);
  top: 26%;
  color: rgba(232,187,75,.13);
  font-family: Georgia, serif;
  font-size: clamp(8rem, 16vw, 13rem);
  line-height: .6;
  pointer-events: none;
}

.customer-review-card--empty {
  grid-auto-flow: column;
  grid-auto-columns: 72px minmax(0, 1fr);
  min-height: 285px;
  align-content: center;
  grid-column: auto;
}

.customer-review-card__head {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  max-width: calc(100% - min(360px, 42vw));
}

.customer-review-card__avatar {
  display: grid;
  width: 74px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fffdf8;
  background: #5b4a8b;
  font-family: var(--font-en);
  font-weight: 800;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.10);
}

.customer-review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-review-card__avatar span {
  font-size: 1.05rem;
}

.customer-review-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #fffdf8;
}

.customer-review-card__source {
  display: inline-flex;
  width: fit-content;
  margin-bottom: .25rem;
  color: rgba(255,253,248,.70);
  font-family: var(--font-en);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.customer-review-card__stars {
  display: inline-flex;
  gap: .16rem;
  color: #ffbd19;
  font-size: .92rem;
}

.customer-review-card__location {
  position: absolute;
  top: clamp(1.45rem, 2.7vw, 2.15rem);
  right: clamp(1.45rem, 2.7vw, 2.15rem);
  z-index: 3;
  display: inline-flex;
  max-width: min(330px, calc(100% - 12rem));
  align-items: center;
  gap: .42rem;
  margin: 0;
  padding: .42rem .7rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,253,248,.78);
  background: rgba(255,255,255,.06);
  font-family: var(--font-en);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.customer-review-card__location i {
  color: var(--gold-400);
}

.customer-review-card blockquote {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  color: #fffdf8;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.7vw, 2.05rem);
  font-weight: 700;
  line-height: 1.28;
}

.customer-reviews__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  margin-top: 1rem;
}

.customer-reviews__controls .icon-button {
  width: 38px;
  color: #0f3325;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.customer-reviews__controls .icon-button:disabled {
  cursor: not-allowed;
  opacity: .42;
  transform: none;
}

.customer-reviews__dots {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: center;
}

.customer-reviews__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c4ccd1;
  transition: width .24s var(--ease), background .24s ease;
}

.customer-reviews__dots button.is-active {
  width: 30px;
  border-radius: 999px;
  background: #f09a2a;
}

.customer-reviews__notice {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--text-muted);
  text-align: center;
  font-family: var(--font-en);
  font-size: .82rem;
  line-height: 1.5;
}

[data-theme="dark"] .google-reviews {
  background:
    radial-gradient(circle at 82% 4%, rgba(224,58,47,.12), transparent 32%),
    linear-gradient(180deg, #122017 0%, #0e1812 100%);
}

[data-theme="dark"] .customer-reviews__shell {
  background: #0a241a;
}

[data-theme="dark"] .customer-review-card {
  background:
    radial-gradient(circle at 90% 45%, rgba(216,164,43,.12), transparent 22%),
    linear-gradient(135deg, #123e2d, #061b14 72%);
}

@media (max-width: 980px) {
  .customer-reviews__top {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .customer-reviews__summary {
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .customer-reviews__shell {
    padding: .7rem;
  }

  .customer-review-card,
  .customer-review-card--empty {
    grid-column: auto;
    min-height: 275px;
  }

  .customer-review-card--empty {
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }

  .customer-review-card__head {
    grid-template-columns: 58px minmax(0, 1fr);
    max-width: calc(100% - 48px);
  }

  .customer-review-card__avatar {
    width: 58px;
  }

  .customer-review-card__location {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    margin: -.35rem 0 .1rem;
  }

}
