/* =========================================================================
   Bosq Aspen · style-2026.css
   Tier ultra-premium · Michelin One Star · Dark/light alternance
   ========================================================================= */

/* ----------------------- TOKENS ----------------------- */
:root {
  /* Palette */
  --bg-light: #FAF4EA;
  --bg-light-alt: #F4ECDD;
  --bg-dark: #0E1A14;
  --bg-dark-elev: #15241D;
  --ink: #1A1A18;
  --ink-muted: #6E665A;
  --ivory: #F5EFE4;
  --ivory-muted: #A8A095;
  --copper: #B86230;
  --copper-hover: #A85A2A;
  --moss: #3D5947;
  --snow-blue: #D6E3E8;
  --border-light: #E8DFCE;
  --border-dark: #243832;

  /* Type */
  --f-display: 'Fraunces', 'Times New Roman', serif;
  --f-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Helvetica, sans-serif;
  --f-script: 'Pinyon Script', 'Brush Script MT', cursive;

  /* Layout */
  --container: 1240px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section: clamp(5rem, 12vh, 9rem);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 999px;

  /* Shadows */
  --elev-1: 0 2px 8px rgba(14,26,20,0.04), 0 1px 2px rgba(14,26,20,0.06);
  --elev-2: 0 12px 36px -8px rgba(14,26,20,0.08), 0 4px 12px -2px rgba(14,26,20,0.06);
  --elev-3: 0 32px 96px -16px rgba(14,26,20,0.18), 0 12px 32px -8px rgba(14,26,20,0.12);

  /* Motion */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ----------------------- RESET ----------------------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  background: var(--bg-light);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color 0.25s var(--ease-out-expo); }
a:hover { color: var(--copper); }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
[hidden] { display: none !important; }
em { font-style: italic; }

.skip-link {
  position: absolute; left: -9999px; top: 1rem; padding: 0.75rem 1rem;
  background: var(--copper); color: var(--ivory); border-radius: var(--radius-sm);
  z-index: 9999;
}
.skip-link:focus { left: 1rem; }

::selection { background: var(--copper); color: var(--ivory); }

/* ----------------------- LAYOUT ----------------------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); width: 100%; }

/* ----------------------- TYPE ----------------------- */
.display {
  font-family: var(--f-display);
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "opsz" 144, "WONK" 1, "SOFT" 30;
  line-height: 1.02;
  letter-spacing: -0.02em;
}
h1.hero-title {
  font-family: var(--f-display);
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "opsz" 144, "WONK" 1, "SOFT" 50;
  font-size: clamp(3.5rem, 9vw, 7.5rem);
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: var(--ivory);
}
h2.display { font-size: clamp(2.25rem, 5.2vw, 4.25rem); }
h3 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.1;
}

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.eyebrow-copper { color: var(--copper); }
.eyebrow-ivory { color: var(--ivory-muted); }
.eyebrow-snow { color: var(--snow-blue); font-family: var(--f-display); font-weight: 400; font-style: italic; text-transform: none; letter-spacing: 0.04em; font-size: 0.95rem; }

/* ----------------------- BUTTONS ----------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.75rem;
  font-family: var(--f-body);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--radius-lg);
  transition: all 0.3s var(--ease-out-expo);
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--copper);
  color: var(--ivory);
}
.btn-primary:hover {
  background: var(--copper-hover);
  color: var(--ivory);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(184,98,48,0.55), 0 4px 12px -2px rgba(184,98,48,0.25);
}
.btn-ghost {
  background: transparent;
  border: 1px solid rgba(245,239,228,0.45);
  color: var(--ivory);
}
.btn-ghost:hover {
  border-color: var(--copper);
  color: var(--copper);
}
.btn-ghost--ink {
  border-color: rgba(26,26,24,0.25);
  color: var(--ink);
}
.btn-ghost--ink:hover {
  border-color: var(--copper);
  color: var(--copper);
}
.btn-lg { padding: 1.2rem 2.4rem; font-size: 1rem; }

/* ----------------------- SCROLL PROGRESS ----------------------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  background: var(--copper);
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 9998;
  transition: transform 0.05s linear;
}

/* ----------------------- CUSTOM CURSOR ----------------------- */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 0; height: 0;
  pointer-events: none;
  z-index: 9999;
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .cursor { display: block; }
  body { cursor: none; }
  a, button, label, input, .menu-card, .gal { cursor: none; }
}
.cursor-dot {
  position: absolute;
  width: 6px; height: 6px;
  background: var(--ivory);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: transform 0.15s var(--ease-out-expo);
}
.cursor-ring {
  position: absolute;
  width: 32px; height: 32px;
  border: 1px solid rgba(245,239,228,0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: transform 0.25s var(--ease-out-expo), width 0.25s var(--ease-out-expo), height 0.25s var(--ease-out-expo);
}
.cursor.is-hover .cursor-ring {
  width: 64px; height: 64px;
  border-color: rgba(184,98,48,0.9);
}

/* ----------------------- NAV ----------------------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1rem var(--gutter);
  transition: all 0.4s var(--ease-out-expo);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.85rem 1.25rem;
  background: rgba(14,26,20,0.5);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-radius: var(--radius-md);
  border: 1px solid rgba(245,239,228,0.08);
}
.nav[data-current="light"] .nav-inner {
  background: rgba(250,244,234,0.72);
  border-color: rgba(26,26,24,0.06);
}
.nav-logo {
  font-family: var(--f-display);
  font-weight: 400;
  font-style: italic;
  font-size: 1.6rem;
  color: var(--ivory);
  letter-spacing: -0.01em;
}
.nav[data-current="light"] .nav-logo { color: var(--ink); }
.nav-links {
  display: none;
  gap: 1.75rem;
  align-items: center;
}
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ivory);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 1px;
  background: var(--copper);
  transition: width 0.3s var(--ease-out-expo);
}
.nav-links a:hover::after { width: 100%; }
.nav[data-current="light"] .nav-links a { color: var(--ink); }

.nav-cta {
  padding: 0.65rem 1.4rem;
  font-size: 0.78rem;
  display: none;
}

.nav-burger {
  width: 36px; height: 36px;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  gap: 5px;
  margin-left: auto;
}
.nav-burger span {
  display: block;
  width: 20px; height: 1.5px;
  background: var(--ivory);
  transition: all 0.3s var(--ease-out-expo);
}
.nav[data-current="light"] .nav-burger span { background: var(--ink); }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(4px, 5px); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }

.nav-drawer {
  position: fixed;
  top: 0; right: 0;
  width: min(360px, 80vw);
  height: 100vh;
  background: var(--bg-dark);
  padding: 6rem 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-out-expo);
  z-index: 99;
  border-left: 1px solid var(--border-dark);
}
.nav-drawer[aria-hidden="false"] { transform: translateX(0); }
.nav-drawer a {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--ivory);
}
.nav-drawer .btn { margin-top: auto; align-self: flex-start; }

@media (min-width: 900px) {
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .nav-burger { display: none; }
}

/* ----------------------- HERO ----------------------- */
.hero {
  position: relative;
  min-height: 100dvh;
  min-height: 100vh;
  display: flex;
  align-items: center;            /* REBUILD-DEBT BUG 2 fix */
  justify-content: center;
  padding: clamp(7rem, 14vh, 10rem) var(--gutter) clamp(4rem, 8vh, 6rem);
  overflow: hidden;
  background: var(--bg-dark);
  color: var(--ivory);
  text-align: center;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: contrast(1.05) saturate(0.95);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14,26,20,0.25) 0%, rgba(14,26,20,0.45) 55%, rgba(14,26,20,0.82) 100%),
    radial-gradient(ellipse at 50% 40%, rgba(14,26,20,0) 0%, rgba(14,26,20,0.4) 90%);
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
.hero-title { margin: 0.5rem 0; }
.hero-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: var(--ivory);
  max-width: 640px;
  margin: 0 auto;
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
.hero-scroll-cue {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--ivory-muted);
}
.hero-scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, transparent, var(--ivory-muted), transparent);
  animation: scrollPulse 2.5s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0; transform: scaleY(0.6); }
  50% { opacity: 0.7; transform: scaleY(1); }
}

/* ----------------------- STRIP MICHELIN / PRESS ----------------------- */
.strip {
  background: var(--bg-light);
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 1rem 0;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  animation: marqueeScroll 35s linear infinite;
  will-change: transform;
}
.marquee-track--slow { animation-duration: 60s; }
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  color: var(--ink-muted);
  letter-spacing: 0.02em;
  padding-right: 3rem;
}
.michelin-star { color: var(--copper); flex-shrink: 0; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.press-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem var(--gutter) 1rem;
  max-width: var(--container);
  margin: 0 auto;
}
.press-label { color: var(--ink-muted); }
.press-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  list-style: none;
}
.press-list li {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  color: var(--ink);
  opacity: 0.65;
  transition: opacity 0.3s var(--ease-out-expo);
}
.press-list li:hover { opacity: 1; }

/* ----------------------- MANIFESTO ----------------------- */
.manifesto {
  background: var(--bg-dark);
  color: var(--ivory);
  padding: var(--section) 0;
  position: relative;
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
.manifesto-head .display {
  color: var(--ivory);
  margin-top: 1rem;
}
.manifesto-body p {
  color: var(--ivory-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
  max-width: 540px;
}
@media (min-width: 900px) {
  .manifesto-grid {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: end;
  }
}
.counters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border-dark);
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}
@media (min-width: 700px) {
  .counters { grid-template-columns: repeat(4, 1fr); }
}
.counter {
  background: var(--bg-dark);
  padding: 2.5rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.counter-num {
  font-family: var(--f-display);
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "opsz" 144;
  font-size: clamp(3rem, 5vw, 4.5rem);
  color: var(--ivory);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.counter-label {
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}

/* ----------------------- CHEF ----------------------- */
.chef {
  background: var(--bg-light);
  color: var(--ink);
  padding: var(--section) 0;
  position: relative;
  overflow: hidden;
}
.chef-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 900px) {
  .chef-grid {
    grid-template-columns: 5fr 6fr;
    gap: 5rem;
  }
}
.chef-media {
  position: relative;
  min-height: 480px;
}
.chef-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--elev-3);
  will-change: transform;
}
.chef-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 1.2s var(--ease-out-expo);
}
.chef-portrait:hover img { transform: scale(1.04); }
.chef-macro {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  width: clamp(160px, 28vw, 240px);
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--elev-2);
  z-index: 2;
  will-change: transform;
}
@media (min-width: 900px) {
  .chef-macro {
    top: auto;
    bottom: -2rem;
    right: -3rem;
    width: 280px;
  }
}
.chef-macro img { width: 100%; height: 100%; object-fit: cover; }
.chef-macro-caption {
  position: absolute;
  bottom: 0.6rem; left: 0.8rem;
  font-family: var(--f-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(14,26,20,0.65);
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
}
.chef-grain {
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.85'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.55'/></svg>");
  opacity: 0.06;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.chef-copy .display { margin: 1rem 0 1.5rem; }
.chef-copy p {
  color: var(--ink);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.chef-quote {
  margin-top: 2.5rem;
  padding: 2rem 0 0;
  border-top: 1px solid var(--border-light);
}
.chef-quote p {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 80;
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  line-height: 1.3;
  color: var(--copper);
  margin-bottom: 1rem;
}
.chef-sig {
  font-family: var(--f-script);
  font-style: normal;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--copper);
  line-height: 1;
  font-weight: 400;
  display: inline-block;
}

/* ----------------------- MENUS ----------------------- */
.menus {
  background: var(--bg-dark);
  color: var(--ivory);
  padding: var(--section) 0;
}
.menus-head {
  text-align: center;
  margin-bottom: 4rem;
}
.menus-head .display {
  color: var(--ivory);
  margin-top: 1rem;
}
.menus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .menus-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
.menu-card {
  position: relative;
  padding: clamp(2rem, 4vw, 3rem);
  background: rgba(245,239,228,0.04);
  border: 1px solid rgba(245,239,228,0.10);
  border-radius: var(--radius-md);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s var(--ease-out-expo);
  color: var(--ivory);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184,98,48,0.6);
  background: rgba(245,239,228,0.06);
  box-shadow: 0 24px 60px -16px rgba(14,26,20,0.4);
}
.menu-card--featured {
  box-shadow: 0 0 0 1px var(--copper), 0 12px 36px -8px rgba(184,98,48,0.25);
}
.menu-card--featured:hover {
  box-shadow: 0 0 0 1px var(--copper), 0 24px 60px -12px rgba(184,98,48,0.45);
}
.menu-badge {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  font-family: var(--f-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--copper);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-lg);
}
.menu-card h3 { color: var(--ivory); margin-bottom: 0.25rem; }
.menu-price {
  font-family: var(--f-body);
  font-weight: 600;
  color: var(--ivory);
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-variant-numeric: tabular-nums;
  margin: 0.5rem 0 0.75rem;
}
.menu-currency { font-size: 1.5rem; opacity: 0.85; }
.menu-amount { font-size: clamp(2.75rem, 5vw, 3.5rem); line-height: 1; }
.menu-desc {
  color: var(--ivory-muted);
  font-size: 1rem;
  line-height: 1.6;
}
.menu-cues {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(245,239,228,0.10);
  border-bottom: 1px solid rgba(245,239,228,0.10);
}
.menu-cues li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.9375rem;
  color: var(--ivory);
}
.menu-cues svg { color: var(--copper); flex-shrink: 0; }
.menu-foot { font-size: 0.8125rem; color: var(--ivory-muted); }
.menus-note {
  text-align: center;
  margin-top: 2.5rem;
  font-family: var(--f-display);
  font-style: italic;
  color: var(--ivory-muted);
  font-size: 0.9375rem;
  padding: 0 var(--gutter);
}

/* ----------------------- SHOWREEL ----------------------- */
.showreel {
  position: relative;
  width: 100%;
  height: min(70vh, 700px);
  min-height: 420px;
  overflow: hidden;
  background: var(--bg-dark);
  color: var(--ivory);
}
.showreel-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.showreel-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14,26,20,0.6) 0%, rgba(14,26,20,0.15) 35%, rgba(14,26,20,0.15) 65%, rgba(14,26,20,0.85) 100%);
}
.showreel-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 var(--gutter);
}
.showreel-title {
  color: var(--ivory);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  text-shadow: 0 4px 24px rgba(14,26,20,0.5);
}
.showreel-tag {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  color: var(--ivory-muted);
}

/* ----------------------- ROOM ----------------------- */
.room {
  background: var(--bg-light);
  color: var(--ink);
  padding: var(--section) 0;
}
.room-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media (min-width: 900px) {
  .room-grid {
    grid-template-columns: 7fr 5fr;
    gap: 5rem;
  }
}
.room-hero {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--elev-3);
}
@media (min-width: 900px) {
  .room-hero { aspect-ratio: 4 / 3; }
}
.room-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out-expo);
}
.room-hero:hover img { transform: scale(1.03); }
.room-copy .display { margin: 1rem 0 1.5rem; }
.room-copy p { color: var(--ink); line-height: 1.7; margin-bottom: 1rem; }
.room-copy .btn { margin-top: 1rem; }

.room-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 900px) {
  .room-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.gal {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--bg-light-alt);
  box-shadow: var(--elev-1);
}
.gal img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out-expo);
}
.gal:hover img { transform: scale(1.06); }
.gal figcaption {
  position: absolute;
  bottom: 0.75rem; left: 0.75rem;
  background: rgba(14,26,20,0.7);
  color: var(--ivory);
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.4s var(--ease-out-expo);
  font-size: 0.65rem;
}
.gal:hover figcaption { opacity: 1; transform: translateY(0); }

/* ----------------------- DISH FEATURE ----------------------- */
.dish-feature {
  background: var(--bg-dark);
  color: var(--ivory);
  padding: var(--section) 0;
  position: relative;
}
.dish-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 900px) {
  .dish-grid {
    grid-template-columns: 5fr 6fr;
    gap: 5rem;
  }
}
.dish-photo {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: var(--elev-3);
}
.dish-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.dish-copy .display { color: var(--ivory); margin: 1rem 0 1.5rem; }
.dish-copy p { color: var(--ivory-muted); line-height: 1.7; }
.dish-disclaimer { font-size: 0.875rem; margin-top: 1.5rem; }
.dish-disclaimer a { color: var(--copper); text-decoration: underline; text-underline-offset: 3px; }

/* ----------------------- RESERVE ----------------------- */
.reserve {
  position: relative;
  background: var(--bg-dark);
  color: var(--ivory);
  padding: var(--section) 0;
  overflow: hidden;
  min-height: min(85vh, 820px);
  display: flex;
  align-items: center;
}
.reserve-mesh {
  position: absolute;
  inset: -10%;
  background:
    conic-gradient(from 40deg at 30% 40%,
      #B86230 0deg,
      #3D5947 110deg,
      #0E1A14 210deg,
      #B86230 360deg);
  filter: blur(60px) saturate(1.15);
  opacity: 0.55;
  z-index: 0;
  animation: meshRotate 40s linear infinite;
  will-change: transform;
}
@keyframes meshRotate {
  from { transform: rotate(0deg) scale(1.1); }
  to { transform: rotate(360deg) scale(1.1); }
}
.reserve-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,26,20,0.65), rgba(14,26,20,0.75));
  z-index: 1;
}
.reserve-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 760px;
}
.reserve-badge {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: var(--copper);
  color: var(--ivory);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius-lg);
}
.reserve-title { color: var(--ivory); margin: 0.5rem 0; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.reserve-sub {
  color: var(--ivory);
  max-width: 580px;
  font-size: 1.0625rem;
}
.reserve-chooser {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  width: 100%;
  max-width: 540px;
  margin: 0.5rem 0;
}
@media (min-width: 600px) {
  .reserve-chooser { grid-template-columns: 1fr 1fr; }
}
.chooser-card {
  position: relative;
  cursor: pointer;
}
.chooser-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.chooser-card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 1.25rem;
  background: rgba(245,239,228,0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(245,239,228,0.15);
  border-radius: var(--radius-md);
  transition: all 0.3s var(--ease-out-expo);
  color: var(--ivory);
  text-align: left;
}
.chooser-card:hover .chooser-card-inner {
  border-color: rgba(184,98,48,0.6);
  transform: translateY(-2px);
}
.chooser-card input:checked + .chooser-card-inner {
  border-color: var(--copper);
  background: rgba(184,98,48,0.12);
  box-shadow: 0 0 0 1px var(--copper);
}
.chooser-eyebrow {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}
.chooser-title {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--ivory);
}
.chooser-price {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--copper);
  font-variant-numeric: tabular-nums;
}
.reserve-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}
.reserve-note {
  font-size: 0.875rem;
  color: var(--ivory-muted);
  margin-top: 0.5rem;
}
.reserve-note a { color: var(--ivory); text-decoration: underline; text-underline-offset: 3px; }
.reserve-note a:hover { color: var(--copper); }
.reserve-powered {
  font-size: 0.7rem;
  color: var(--ivory-muted);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 1.5rem;
  opacity: 0.6;
}

/* ----------------------- FOOTER ----------------------- */
.footer {
  background: var(--bg-dark);
  color: var(--ivory);
  padding: var(--section) 0 2rem;
  border-top: 1px solid var(--border-dark);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media (min-width: 600px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; }
}
.footer-col { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a, .footer-col p { color: var(--ivory); font-size: 0.95rem; line-height: 1.55; }
.footer-col a { transition: color 0.25s; }
.footer-col a:hover { color: var(--copper); }
.footer-h {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.4rem;
}
.footer-logo {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 2.5rem;
  color: var(--ivory);
  display: block;
  margin-bottom: 0.5rem;
}
.footer-tag {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ivory-muted);
}
.footer-star {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--ivory-muted);
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
small { font-size: 0.78rem; color: var(--ivory-muted); }
.footer-map { margin-bottom: 2rem; }
.press-marquee {
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  padding: 1.25rem 0;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.press-marquee .marquee-item {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--ivory-muted);
  letter-spacing: 0.06em;
  padding-right: 3rem;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  font-size: 0.8rem;
  color: var(--ivory-muted);
}
@media (min-width: 700px) {
  .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}
.footer-bottom small a { color: var(--ivory-muted); }
.footer-bottom small a:hover { color: var(--copper); }
.footer-legal {
  display: flex; flex-wrap: wrap; gap: 0.4rem 0.6rem;
  justify-content: center; align-items: center;
  font-size: 0.78rem;
}
.footer-legal a { color: var(--ivory-muted); text-decoration: none; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--copper); text-decoration: underline; }
@media (min-width: 700px) {
  .footer-legal { justify-content: flex-start; }
}

/* ----------------------- REVEALS ----------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ----------------------- REDUCED MOTION ----------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-video, .showreel-video { display: none; }
  .reserve-mesh { animation: none; }
}

/* ----------------------- ACCESS ----------------------- */
:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible { outline-offset: 5px; }
