/* ============================================================
   MUSAFIR KITCHEN & BAR Stylesheet
   Warm luxury · Fraunces + Hanken Grotesk · ink / gold / spice
   ============================================================ */
:root {
  --ink: #14110d;
  --ink-soft: #1d1813;
  --ink-card: #221c15;
  --cream: #f4ece0;
  --cream-dim: #c9bba6;
  --gold: #d4a24c;
  --gold-bright: #e8bd6a;
  --spice: #b8492f;
  --line: rgba(212, 162, 76, 0.18);
  --line-soft: rgba(244, 236, 224, 0.08);
  --maxw: 1240px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; width: 100%; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }

body {
  background: var(--ink);
  color: var(--cream);
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open, body.lock { overflow: hidden; }

/* Film-grain overlay */
body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3, .display { font-family: 'Fraunces', serif; font-weight: 400; line-height: 1.08; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 60px); }
.wrap-wide { max-width: 1440px; }
.center { text-align: center; }

.eyebrow {
  font-family: 'Hanken Grotesk', sans-serif; font-size: 0.72rem; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--gold); font-weight: 600; display: inline-block;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: 'Hanken Grotesk', sans-serif; font-size: 0.82rem; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 600; padding: 1.05em 2.1em; border-radius: 2px;
  transition: all 0.45s var(--ease); cursor: pointer; border: 1px solid var(--gold);
}
.btn-solid { background: var(--gold); color: var(--ink); }
.btn-solid:hover { background: var(--gold-bright); transform: translateY(-3px); box-shadow: 0 14px 40px -12px rgba(212,162,76,0.6); }
.btn-ghost { background: transparent; color: var(--cream); }
.btn-ghost:hover { background: var(--gold); color: var(--ink); transform: translateY(-3px); }
.btn-block { width: 100%; justify-content: center; }
.link-line { position: relative; color: var(--gold-bright); }
.link-line::after { content:''; position:absolute; left:0; bottom:-2px; width:0; height:1px; background:var(--gold); transition:width .35s var(--ease); }
.link-line:hover::after { width:100%; }

/* ============================= HEADER ============================= */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
  padding: 26px 0; border-bottom: 1px solid transparent;
}
header.scrolled { background: rgba(20,17,13,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding: 16px 0; border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-direction: column; line-height: 1; z-index: 1001; }
.brand .logo { font-family: 'Fraunces', serif; font-size: 1.5rem; letter-spacing: 0.18em; color: var(--cream); }
.brand .sub { font-size: 0.58rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
nav ul { display: flex; align-items: center; gap: 30px; }
nav a.navlink {
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
  color: var(--cream-dim); position: relative; transition: color 0.3s;
}
nav a.navlink:hover, nav a.navlink.active { color: var(--cream); }
nav a.navlink::after { content:''; position:absolute; left:0; bottom:-6px; width:0; height:1px; background:var(--gold); transition:width .35s ease; }
nav a.navlink:hover::after, nav a.navlink.active::after { width:100%; }
.nav-cta { padding: 0.75em 1.4em; font-size: 0.7rem; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; z-index: 1001; }
.burger span { width: 26px; height: 2px; background: var(--cream); transition: 0.35s var(--ease); }
.nav-scrim { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(8,6,5,0.6); opacity: 0; visibility: hidden; transition: opacity 0.45s, visibility 0.45s; }
.nav-scrim.open { opacity: 1; visibility: visible; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--gold); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--gold); }

/* ============================= HERO ============================= */
.hero {
  min-height: 100vh; min-height: 100svh; display: flex; align-items: center; position: relative;
  background:
    radial-gradient(120% 90% at 70% 15%, rgba(184,73,47,0.22), transparent 55%),
    radial-gradient(120% 120% at 20% 100%, rgba(20,17,13,0.55), transparent 60%),
    linear-gradient(160deg, rgba(26,22,16,0.82) 0%, rgba(20,17,13,0.8) 60%, rgba(16,13,9,0.92) 100%),
    var(--hero-img, none),
    linear-gradient(160deg, #1a1610 0%, #14110d 60%, #100d09 100%);
  background-size: cover; background-position: center; overflow: hidden;
}
.hero::after { content:''; position:absolute; inset:0; pointer-events:none; background-image: repeating-linear-gradient(90deg, transparent, transparent 119px, rgba(212,162,76,0.04) 120px); }
.hero-content { position: relative; z-index: 2; max-width: 880px; padding-top: 60px; }
.hero .eyebrow { opacity: 0; animation: rise 0.9s ease forwards 0.2s; }
.hero h1 { font-size: clamp(2.4rem, 8.5vw, 6.4rem); margin: 0.3em 0 0.25em; font-weight: 300; overflow-wrap: break-word; }
.hero h1 em { font-style: italic; color: var(--gold-bright); }
.hero h1 .l { display: block; opacity: 0; animation: rise 1s ease forwards; }
.hero h1 .l:nth-child(1) { animation-delay: 0.35s; }
.hero h1 .l:nth-child(2) { animation-delay: 0.5s; }
/* Desktop & laptop: keep the hero heading on exactly two lines */
@media (min-width: 761px) {
  .hero-content { max-width: 1080px; }
  .hero h1 { font-size: clamp(2.4rem, 6vw, 5.6rem); }
  .hero h1 .l { white-space: nowrap; }
}
.hero .lede { font-size: clamp(1rem,1.6vw,1.25rem); color: var(--cream-dim); max-width: 540px; margin-bottom: 2.4em; opacity: 0; animation: rise 1s ease forwards 0.75s; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; opacity: 0; animation: rise 1s ease forwards 0.95s; }
.scroll-cue { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--cream-dim); display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 2; opacity: 0; animation: rise 1s ease forwards 1.3s; }

/* Mobile hero video (desktop: hidden, no change) */
.hero-video { display: none; }
.hv-stage { position: absolute; inset: 0; overflow: hidden; background: #100d09 var(--hv-poster, none) center/cover no-repeat; }
/* Size the 16:9 YouTube player so a centered 9:16 (Shorts) video covers the
   portrait container, then scale slightly to crop any residual player chrome. */
.hv-frame {
  position: absolute; top: 50%; left: 50%;
  height: max(var(--hv-h), calc(100vw * 16 / 9));
  width: calc(max(var(--hv-h), calc(100vw * 16 / 9)) * 16 / 9);
  transform: translate(-50%, -50%) scale(1.12);
  overflow: hidden; pointer-events: none;
}
.hv-frame iframe, .hv-frame > div { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hv-shield { position: absolute; inset: 0; z-index: 1; background: transparent; } /* blocks taps so YouTube controls never appear */
.hv-grad { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(16,13,9,0) 0%, rgba(16,13,9,0) 48%, rgba(16,13,9,0.4) 68%, rgba(16,13,9,0.88) 87%, #100d09 100%),
    radial-gradient(140% 55% at 50% 100%, rgba(184,73,47,0.26), transparent 55%);
}
.hv-bottom { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 0 24px 30px;
  display: flex; flex-direction: column; align-items: center; gap: 18px; }
.hv-cta { padding: 1.15em 2.6em; font-size: 0.92rem; border-radius: 4px;
  box-shadow: 0 20px 50px -14px rgba(0,0,0,0.8), 0 0 0 1px rgba(232,189,106,0.25);
  opacity: 0; animation: rise 1s ease forwards 0.7s; }
.hv-cue { display: inline-flex; align-items: center; gap: 9px; font-size: 0.56rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--cream-dim); opacity: 0; animation: rise 1s ease forwards 1s; }
.hv-cue-line { width: 24px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.scroll-cue .line { width: 1px; height: 46px; background: linear-gradient(var(--gold), transparent); animation: pulse 2s ease-in-out infinite; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* Page hero (interior pages) */
.page-hero {
  position: relative; min-height: 64vh; display: flex; align-items: flex-end; overflow: hidden;
  padding: 0 0 clamp(40px,6vw,64px); 
  background:
    radial-gradient(120% 90% at 75% 12%, rgba(184,73,47,0.2), transparent 55%),
    linear-gradient(180deg, rgba(20,17,13,0.7) 0%, rgba(16,13,9,0.55) 40%, rgba(16,13,9,0.95) 100%),
    var(--hero-img, none),
    linear-gradient(160deg, #1a1610, #100d09);
  background-size: cover; background-position: center;
}
.page-hero .wrap { position: relative; z-index: 2; padding-top: 150px; }
.page-hero h1 { font-size: clamp(2.4rem,6vw,4.6rem); font-weight: 300; margin: 0.2em 0 0.3em; }
.page-hero h1 em { font-style: italic; color: var(--gold-bright); }
.page-hero p { color: var(--cream-dim); max-width: 620px; font-size: 1.08rem; }
.crumbs { display: flex; gap: 10px; align-items: center; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 20px; }
.crumbs a:hover { color: var(--gold); } .crumbs .sep { color: var(--gold); opacity: .6; }

/* ============================= SECTION SHELL ============================= */
section { padding: clamp(70px, 11vw, 150px) 0; position: relative; }
.section-head { max-width: 680px; margin-bottom: 64px; }
.section-head.center { margin-inline: auto; }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); margin: 0.35em 0 0.45em; }
.section-head p { color: var(--cream-dim); font-size: 1.05rem; }
.tint { background: var(--ink-soft); border-block: 1px solid var(--line); }

/* reveal */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.9s ease, transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============================= INTRO / STORY ============================= */
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px,6vw,90px); align-items: center; }
.intro-grid h2 { font-size: clamp(1.9rem,3.8vw,3rem); }
.intro-grid p { color: var(--cream-dim); margin-top: 1.4em; }
.stat-row { display: flex; flex-wrap: wrap; gap: 48px; margin-top: 44px; }
.stat .n { font-family: 'Fraunces', serif; font-size: 2.6rem; color: var(--gold); }
.stat .t { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-dim); }
.intro-visual { aspect-ratio: 4/5; border-radius: 4px; position: relative; overflow: hidden; background: radial-gradient(circle at 30% 30%, rgba(232,189,106,0.3), transparent 60%), linear-gradient(145deg,#2a2118,#15110c); border: 1px solid var(--line); display: flex; align-items: flex-end; padding: 28px; }
.intro-visual .tag, .exp-visual .tag { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.3rem; color: var(--cream); position: relative; z-index: 2; }
.img-note { position: absolute; top: 18px; right: 18px; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); opacity: 0.6; z-index: 2; }

/* photo layers */
.photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: saturate(1.06) contrast(1.04); }
.intro-visual::after, .exp-visual::after { content:''; position:absolute; inset:0; z-index:1; background: linear-gradient(to top, rgba(16,13,9,0.85), rgba(16,13,9,0.1) 60%); }

/* ============================= DISHES ============================= */
.dish-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.dish { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 3/4; border: 1px solid var(--line); cursor: pointer; background: linear-gradient(160deg,#271e15,#16110b); transition: transform 0.5s var(--ease); }
.dish::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 50% 25%, rgba(212,162,76,0.18), transparent 65%); opacity:0.7; transition:opacity .5s; z-index:2; }
.dish::after { content:''; position:absolute; inset:0; z-index:1; background: linear-gradient(to top, rgba(16,13,9,0.92) 0%, rgba(16,13,9,0.4) 45%, rgba(16,13,9,0.15) 100%); }
.dish:hover { transform: translateY(-8px); }
.dish:hover::before { opacity: 1; }
.dish-body { position: absolute; inset: 0; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; z-index: 3; }
.dish .region { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.dish h3 { font-size: 1.5rem; font-weight: 400; }
.dish p { font-size: 0.9rem; color: var(--cream-dim); margin-top: 8px; }

/* ============================= EXPERIENCE ============================= */
.exp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,90px); align-items: center; }
.exp-visual { aspect-ratio: 1/1; border-radius: 4px; border: 1px solid var(--line); position: relative; overflow: hidden; background: radial-gradient(circle at 70% 20%, rgba(184,73,47,0.35), transparent 55%), linear-gradient(145deg,#241a12,#130f0a); display:flex; align-items:flex-end; padding:28px; }
.exp-text h2 { font-size: clamp(1.9rem,4vw,3rem); margin-bottom: 0.5em; }
.exp-text p { color: var(--cream-dim); margin-bottom: 1.4em; }
.exp-list { margin-top: 28px; }
.exp-list li { padding: 16px 0; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 16px; font-size: 0.95rem; }
.exp-list li::before { content:''; width:7px; height:7px; background: var(--gold); border-radius:50%; flex-shrink:0; }

/* ============================= BAND (bar / cta) ============================= */
.band { text-align: center; background: radial-gradient(100% 120% at 50% 0%, rgba(184,73,47,0.22), transparent 60%), linear-gradient(180deg, rgba(24,19,9,0.86), rgba(20,17,13,0.92)), var(--band-img, none), linear-gradient(180deg,#181309,#14110d); background-size: cover; background-position: center; }
.band h2 { font-size: clamp(2.2rem,6vw,4.4rem); max-width: 16ch; margin: 0.3em auto 0.5em; font-weight: 300; }
.band h2 em { font-style: italic; color: var(--gold-bright); }
.band p { color: var(--cream-dim); max-width: 580px; margin: 0 auto 2.4em; }
.band-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.actions-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* ============================= REVIEWS / SLIDER ============================= */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.review { padding: 36px; border: 1px solid var(--line); border-radius: 4px; background: var(--ink-card); }
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 18px; }
.review blockquote { font-family: 'Fraunces', serif; font-size: 1.2rem; font-style: italic; line-height: 1.5; }
.review cite { display: block; margin-top: 20px; font-style: normal; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-dim); }

/* ============================= VISIT ============================= */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,80px); }
.visit h2 { font-size: clamp(2rem,4.5vw,3.4rem); margin-bottom: 0.5em; font-weight: 300; }
.info-block { margin-top: 30px; }
.info-block h3 { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; font-family: 'Hanken Grotesk', sans-serif; font-weight: 600; }
.info-block p, .info-block address { color: var(--cream); font-style: normal; }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.hours-table tr:last-child td { border-bottom: none; }
.hours-table td:last-child { text-align: right; color: var(--cream-dim); white-space: nowrap; padding-left: 14px; }
.hours-table tr.today td { color: var(--gold-bright); }
.map-embed { aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg,#221a12,#130f0a); }
.map-embed iframe { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; filter: grayscale(0.3) contrast(1.05); }

/* ============================= MENU PAGE ============================= */
.menu-controls { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 46px; }
.menu-search { position: relative; flex: 1; min-width: 240px; max-width: 360px; }
.menu-search input { width: 100%; background: var(--ink-card); border: 1px solid var(--line); border-radius: 40px; padding: 13px 20px 13px 46px; color: var(--cream); outline: none; font-family: inherit; transition: border-color .3s; }
.menu-search input:focus { border-color: var(--gold); }
.menu-search svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--gold); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 9px 20px; border: 1px solid var(--line); border-radius: 40px; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-dim); transition: all 0.35s var(--ease); font-weight: 500; }
.chip:hover { color: var(--cream); border-color: var(--gold); }
.chip.active { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.menu-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.m-item { background: var(--ink-card); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; transition: all 0.45s var(--ease); }
.m-item:hover { transform: translateY(-5px); box-shadow: 0 22px 60px -28px rgba(0,0,0,0.9), 0 0 0 1px var(--line); }
.m-media { position: relative; overflow: hidden; aspect-ratio: 5/4; }
.m-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); filter: saturate(1.06); }
.m-item:hover .m-media img { transform: scale(1.07); }
.m-tag { position: absolute; top: 14px; left: 14px; background: rgba(16,13,9,0.7); border: 1px solid var(--line); color: var(--gold-bright); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 12px; border-radius: 40px; backdrop-filter: blur(4px); }
.m-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.m-head { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.m-head h3 { font-size: 1.2rem; font-weight: 400; }
.m-price { font-family: 'Fraunces', serif; color: var(--gold); font-size: 1.15rem; white-space: nowrap; }
.m-desc { font-size: 0.9rem; color: var(--cream-dim); margin-top: 10px; }
.m-diet { margin-top: auto; padding-top: 14px; display: flex; gap: 8px; }
.diet { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border-radius: 40px; border: 1px solid var(--line); color: var(--cream-dim); }
.diet.veg { color: #9bc06b; border-color: rgba(155,192,107,.4); }
.diet.spicy { color: #e08a6a; border-color: rgba(224,138,106,.4); }
.empty { grid-column: 1/-1; text-align: center; padding: 60px 0; color: var(--cream-dim); font-family: 'Fraunces', serif; font-style: italic; font-size: 1.4rem; display: none; }
.hide { display: none !important; }

/* ============================= MENU ACCORDION ============================= */
.menu-accordion { max-width: 920px; margin: 0 auto; }
.macc { border: 1px solid var(--line); border-radius: 4px; background: var(--ink-card); margin-bottom: 16px; overflow: hidden; }
.macc-head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px clamp(20px,3vw,34px); text-align: left; transition: background 0.3s; }
.macc-head:hover { background: var(--ink-soft); }
.macc-head .mh-l { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.macc-head h2 { font-family: 'Fraunces', serif; font-size: clamp(1.4rem,3vw,1.9rem); font-weight: 400; color: var(--cream); }
.macc-head .count { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.macc-head .ic { color: var(--gold); font-size: 1.6rem; line-height: 1; transition: transform 0.4s var(--ease); flex-shrink: 0; }
.macc.open .macc-head .ic { transform: rotate(45deg); }
.macc-body { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.macc-inner { padding: 0 clamp(20px,3vw,34px) 10px; }
.mrow { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.mrow:first-child { border-top: none; }
.mrow-main { flex: 1; }
.mrow-head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.mrow-head h3 { font-size: 1.12rem; font-weight: 500; color: var(--cream); font-family: 'Hanken Grotesk', sans-serif; }
.mrow .dots { display: inline-flex; gap: 6px; }
.mrow .mdesc { font-size: 0.92rem; color: var(--cream-dim); margin-top: 6px; max-width: 60ch; }
.mrow .mprice { font-family: 'Fraunces', serif; color: var(--gold); font-size: 1.2rem; white-space: nowrap; padding-top: 2px; }
.macc-empty { text-align: center; padding: 50px 0; color: var(--cream-dim); font-family: 'Fraunces', serif; font-style: italic; font-size: 1.3rem; display: none; }
.macc-note { font-family: 'Fraunces', serif; font-style: italic; color: var(--gold); opacity: 0.85; font-size: 1rem; padding: 4px 0 10px; }
.menu-foot { text-align: center; max-width: 620px; margin: 48px auto 0; color: var(--cream-dim); font-size: 0.85rem; line-height: 1.7; }
/* Seasonal sub-sections inside the accordion */
.season-block { padding: 10px 0 6px; }
.season-block + .season-block { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 24px; }
.season-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.season-name { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.4rem; color: var(--gold-bright); }
.season-months { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-dim); }
/* Accordion polish: stagger price color, gentle row hover */
.mrow { transition: padding-left 0.3s var(--ease); }
.macc.open .mrow:hover { padding-left: 8px; }
.macc.open .mrow:hover h3 { color: var(--gold-bright); }
.mrow h3 { transition: color 0.3s; }
.macc { transition: border-color 0.4s, box-shadow 0.4s; }
.macc.open { border-color: rgba(212,162,76,0.4); box-shadow: 0 20px 60px -40px rgba(212,162,76,0.4); }

/* ============================= JOURNEY TABS ============================= */
.journey { display: grid; grid-template-columns: 300px 1fr; gap: clamp(28px,4vw,56px); align-items: stretch; }
.j-tabs { display: flex; flex-direction: column; gap: 2px; }
.j-tab { text-align: left; padding: 20px 22px; border-left: 2px solid var(--line); transition: all .4s var(--ease); }
.j-tab .c { font-family: 'Fraunces', serif; font-size: 1.5rem; color: var(--cream-dim); transition: color .3s; }
.j-tab .d { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-dim); opacity: .7; margin-top: 4px; }
.j-tab.active { border-left-color: var(--gold); background: linear-gradient(90deg, rgba(212,162,76,0.08), transparent); }
.j-tab.active .c { color: var(--gold-bright); }
.j-tab:hover .c { color: var(--cream); }
.j-stage { position: relative; border-radius: 4px; overflow: hidden; min-height: 460px; border: 1px solid var(--line); }
.j-panel { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s var(--ease); }
.j-panel.active { opacity: 1; visibility: visible; }
.j-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.j-panel::after { content:''; position:absolute; inset:0; background: linear-gradient(120deg, rgba(16,13,9,0.9), rgba(16,13,9,0.2) 70%); }
.j-content { position: relative; z-index: 2; padding: clamp(30px,4vw,52px); height: 100%; display: flex; flex-direction: column; justify-content: flex-end; max-width: 460px; }
.j-content h3 { font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 400; margin: 10px 0 12px; }
.j-content p { color: var(--cream-dim); }

/* ============================= EVENTS GRID ============================= */
.feat-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; border: 1px solid var(--line); }
@media (min-width: 1081px) { .feat-list--2 { grid-template-columns: repeat(2,1fr); } }
.feat-cell { padding: clamp(28px,3vw,40px); background: var(--ink-soft); transition: all .45s var(--ease); position: relative; overflow: hidden; }
.feat-cell::before { content:''; position:absolute; left:0; top:0; width:2px; height:0; background: var(--gold); transition: height .5s var(--ease); }
.feat-cell:hover { background: var(--ink-card); }
.feat-cell:hover::before { height: 100%; }
.feat-cell .num { font-family: 'Fraunces', serif; font-size: 1rem; color: var(--gold); }
.feat-cell h3 { margin: 14px 0 10px; font-size: 1.35rem; font-weight: 400; }
.feat-cell p { font-size: 0.92rem; color: var(--cream-dim); }

/* ============================= FORMS ============================= */
.form-card { background: var(--ink-card); border: 1px solid var(--line); border-radius: 4px; padding: clamp(28px,4vw,46px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.field label .req { color: var(--spice); }
.field input, .field select, .field textarea { background: var(--ink-soft); border: 1px solid var(--line); border-radius: 2px; padding: 14px 16px; color: var(--cream); font-family: inherit; font-size: 0.95rem; transition: all .3s; outline: none; width: 100%; }
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d4a24c' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,162,76,0.1); }
.field input::placeholder, .field textarea::placeholder { color: var(--cream-dim); opacity: .6; }
.field .err { font-size: 0.72rem; color: #e08a6a; display: none; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--spice); }
.field.invalid .err { display: block; }
.form-note { font-size: 0.8rem; color: var(--cream-dim); opacity: .8; margin-top: 8px; }

/* Modal */
.modal-bg { position: fixed; inset: 0; z-index: 2000; background: rgba(10,8,6,0.85); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .4s; }
.modal-bg.open { opacity: 1; visibility: visible; }
.modal { background: linear-gradient(165deg, var(--ink-card), var(--ink)); border: 1px solid var(--line); border-radius: 4px; max-width: 480px; width: 100%; padding: clamp(30px,4vw,46px); text-align: center; transform: translateY(20px); transition: transform .5s var(--ease); }
.modal-bg.open .modal { transform: translateY(0); }
.modal .check { width: 62px; height: 62px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; margin: 0 auto 22px; color: var(--gold); font-size: 1.7rem; }
.modal h3 { font-weight: 400; margin-bottom: 12px; }
.modal p { color: var(--cream-dim); }
.summary { text-align: left; border: 1px solid var(--line); border-radius: 2px; padding: 16px 20px; margin: 22px 0; }
.summary li { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; font-size: 0.88rem; border-bottom: 1px solid var(--line); }
.summary li:last-child { border-bottom: none; }
.summary li span:first-child { color: var(--cream-dim); }

/* ============================= GALLERY ============================= */
.gal-grid { columns: 3; column-gap: 18px; }
.gal-item { break-inside: avoid; margin-bottom: 18px; position: relative; border-radius: 4px; overflow: hidden; cursor: pointer; border: 1px solid var(--line); }
.gal-item img { width: 100%; transition: transform .9s var(--ease); filter: saturate(1.06); }
.gal-item::after { content:''; position:absolute; inset:0; background: linear-gradient(transparent 50%, rgba(16,13,9,0.88)); opacity: 0; transition: opacity .4s; }
.gal-cap { position: absolute; bottom: 0; left: 0; padding: 20px; z-index: 2; opacity: 0; transform: translateY(10px); transition: all .45s var(--ease); }
.gal-cap .cat { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.gal-cap .t { font-family: 'Fraunces', serif; font-size: 1.15rem; color: var(--cream); margin-top: 4px; }
.gal-item:hover img { transform: scale(1.06); }
.gal-item:hover::after { opacity: 1; }
.gal-item:hover .gal-cap { opacity: 1; transform: translateY(0); }

.lightbox { position: fixed; inset: 0; z-index: 2100; background: rgba(8,6,5,0.95); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 5vw; opacity: 0; visibility: hidden; transition: opacity .4s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 90vw; max-height: 82vh; border: 1px solid var(--line); }
.lb-cap { color: var(--cream); text-align: center; margin-top: 18px; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.2rem; }
.lb-btn { position: fixed; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); display: grid; place-items: center; font-size: 1.4rem; transition: all .3s; background: rgba(16,13,9,.5); }
.lb-btn:hover { background: var(--gold); color: var(--ink); }
.lb-prev { left: 4vw; } .lb-next { right: 4vw; }
.lb-close { position: fixed; top: 28px; right: 32px; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: var(--cream); display: grid; place-items: center; font-size: 1.3rem; transition: all .3s; }
.lb-close:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* ============================= BLOG ============================= */
.blog-feature { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(28px,4vw,56px); align-items: center; margin-bottom: clamp(50px,7vw,84px); }
.blog-feature .bf-media { border-radius: 4px; overflow: hidden; border: 1px solid var(--line); }
.blog-feature .bf-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 1s var(--ease); filter: saturate(1.06); }
.blog-feature:hover .bf-media img { transform: scale(1.04); }
.blog-meta { display: flex; gap: 16px; align-items: center; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 16px; }
.blog-meta .cat { color: var(--gold); }
.blog-feature h2 { font-size: clamp(1.8rem,3.4vw,2.8rem); font-weight: 400; margin-bottom: 16px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.post { display: flex; flex-direction: column; background: var(--ink-card); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; transition: all .45s var(--ease); }
.post:hover { transform: translateY(-5px); box-shadow: 0 22px 60px -28px rgba(0,0,0,0.9); }
.post .p-media { overflow: hidden; aspect-ratio: 16/10; }
.post .p-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); filter: saturate(1.06); }
.post:hover .p-media img { transform: scale(1.06); }
.post .p-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.post h3 { font-size: 1.25rem; font-weight: 400; margin: 6px 0 12px; line-height: 1.25; }
.post p { font-size: 0.9rem; color: var(--cream-dim); flex: 1; }
.post .more { margin-top: 18px; font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-bright); }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 56px; }
.pagination button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 2px; color: var(--cream-dim); transition: all .3s; }
.pagination button:hover:not(:disabled) { border-color: var(--gold); color: var(--gold); }
.pagination button.active { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.pagination button:disabled { opacity: .35; cursor: not-allowed; }

/* Single article */
.article { max-width: 760px; margin: 0 auto; }
.article-hero { border-radius: 4px; overflow: hidden; margin-bottom: 40px; border: 1px solid var(--line); }
.article-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-body { font-size: 1.08rem; line-height: 1.85; color: var(--cream-dim); }
.article-body > * + * { margin-top: 24px; }
.article-body h2 { font-size: clamp(1.6rem,3vw,2.2rem); color: var(--cream); margin-top: 48px; font-weight: 400; }
.article-body h3 { color: var(--cream); margin-top: 36px; font-weight: 400; }
.article-body strong { color: var(--cream); font-weight: 500; }
.article-body .lede { font-family: 'Fraunces', serif; font-size: 1.35rem; line-height: 1.5; color: var(--cream); font-style: italic; }
.article-body blockquote { border-left: 2px solid var(--gold); padding: 8px 0 8px 28px; font-family: 'Fraunces', serif; font-size: 1.5rem; font-style: italic; color: var(--cream); }
.article-body ul.bullets { padding-left: 20px; }
.article-body ul.bullets li { list-style: disc; margin-bottom: 10px; }
.article-body ul.bullets li::marker { color: var(--gold); }
.article-share { display: flex; gap: 14px; align-items: center; margin: 48px 0; padding: 24px 0; border-block: 1px solid var(--line); }
.article-share span { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-dim); }

/* ============================= FAQ ============================= */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-family: 'Fraunces', serif; font-size: 1.2rem; color: var(--cream); transition: color .3s; }
.faq-q:hover { color: var(--gold-bright); }
.faq-q .ic { color: var(--gold); font-size: 1.4rem; transition: transform .4s var(--ease); flex-shrink: 0; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a p { padding-bottom: 24px; color: var(--cream-dim); }

/* ============================= 404 ============================= */
.err-page { min-height: 100vh; display: grid; place-items: center; text-align: center; position: relative; background: radial-gradient(circle at 50% 40%, rgba(184,73,47,0.15), transparent 60%), linear-gradient(160deg,#1a1610,#100d09); }
.big404 { font-family: 'Fraunces', serif; font-size: clamp(6rem,18vw,13rem); color: var(--gold); line-height: 1; font-weight: 300; }

/* ============================= FOOTER ============================= */
footer { background: var(--ink); padding: 80px 0 36px; border-top: 1px solid var(--line); position: relative; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 56px; }
.foot-grid h4 { font-family: 'Hanken Grotesk', sans-serif; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; font-weight: 600; }
.foot-grid ul li { margin-bottom: 12px; }
.foot-grid ul a { color: var(--cream-dim); font-size: 0.92rem; transition: color .3s; }
.foot-grid ul a:hover { color: var(--cream); }
.foot-brand .logo { font-family: 'Fraunces', serif; font-size: 1.6rem; letter-spacing: 0.16em; }
.foot-brand .fsub { font-size: 0.58rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-top: 6px; display: block; }
.foot-brand p { color: var(--cream-dim); font-size: 0.9rem; margin-top: 16px; max-width: 32ch; }
.newsletter { display: flex; margin-top: 14px; border: 1px solid var(--line); border-radius: 2px; overflow: hidden; max-width: 320px; }
.newsletter input { flex: 1; background: transparent; border: none; padding: 12px 14px; color: var(--cream); font-family: inherit; font-size: 0.85rem; outline: none; }
.newsletter input::placeholder { color: var(--cream-dim); opacity: .6; }
.newsletter button { background: var(--gold); color: var(--ink); padding: 0 16px; font-size: 1rem; transition: background .3s; }
.newsletter button:hover { background: var(--gold-bright); }
.socials { display: flex; gap: 14px; margin-top: 22px; }
.socials a { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.socials a:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
.socials svg { width: 16px; height: 16px; fill: var(--cream); transition: fill 0.3s; }
.socials a:hover svg { fill: var(--ink); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid var(--line); font-size: 0.8rem; color: var(--cream-dim); flex-wrap: wrap; gap: 12px; }

/* Back to top */
.to-top { position: fixed; right: 24px; bottom: 24px; z-index: 900; width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; font-size: 1.1rem; opacity: 0; visibility: hidden; transform: translateY(12px); transition: all .4s var(--ease); }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--gold-bright); }

/* Mobile sticky action bar */
.mobile-bar { display: none; }

/* ============================= RESPONSIVE ============================= */
@media (max-width: 1080px) {
  .dish-grid, .menu-grid, .blog-grid, .feat-list { grid-template-columns: 1fr 1fr; }
  .gal-grid { columns: 2; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  nav ul { gap: 22px; }
  .intro-grid, .exp-grid, .visit-grid, .reviews-grid, .blog-feature, .journey, .contact-grid { grid-template-columns: 1fr !important; }
  .reviews-grid { grid-template-columns: 1fr; }
  .exp-grid .exp-visual { order: -1; }
  .journey { }
  .j-tabs { flex-direction: row; overflow-x: auto; gap: 0; }
  .j-tab { border-left: none; border-bottom: 2px solid var(--line); min-width: 150px; }
  .j-tab.active { border-bottom-color: var(--gold); background: none; }
}
@media (max-width: 760px) {
  .nav-scrim { display: block; }
  nav { position: fixed; top: 0; right: 0; left: auto; height: 100vh; height: 100dvh; z-index: 1050; width: min(82%, 330px); background: #1a1611; box-shadow: -30px 0 60px -20px rgba(0,0,0,0.7); flex-direction: column; padding: 96px 32px 40px; transform: translateX(100%); transition: transform 0.45s var(--ease), visibility 0.45s; visibility: hidden; border-left: 1px solid var(--line); display: flex; overflow-y: auto; }
  nav.open { transform: translateX(0); visibility: visible; }
  nav ul { flex-direction: column; align-items: stretch; gap: 4px; width: 100%; }
  nav ul li a.navlink { display: block; padding: 14px 0; font-size: 0.95rem; }
  .burger { display: flex; position: fixed; top: 25px; right: clamp(20px,5vw,60px); z-index: 1100; }
  /* Standard mobile header: same height at top and scrolled, only the background changes */
  header, header.scrolled { padding: 17px 0; }
  header::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 150px; z-index: -1;
    pointer-events: none; opacity: 1; transition: opacity 0.4s ease;
    background: linear-gradient(180deg, rgba(12,10,7,0.95) 0%, rgba(12,10,7,0.55) 38%, rgba(12,10,7,0) 100%); }
  header.scrolled::before { opacity: 0; }
  header.scrolled { background: rgba(20,17,13,0.94); }
  .brand .logo { font-size: 1.4rem; }
  .brand .sub { font-size: 0.56rem; letter-spacing: 0.36em; margin-top: 3px; }
  .nav-cta { display: inline-flex; justify-content: center; margin-top: 22px; width: 100%; padding: 1em 1.5em; font-size: 0.78rem; }
  .nav-cta::after { display: none; }
  .dish-grid, .menu-grid, .blog-grid, .feat-list, .foot-grid { grid-template-columns: 1fr; }
  .gal-grid { columns: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .stat-row { gap: 30px; }
  .stat-br { display: none; }
  /* Hero: prevent horizontal overflow of long words and oversized type */
  .hero h1 { font-size: clamp(2rem, 9vw, 3.4rem); overflow-wrap: break-word; word-break: break-word; hyphens: auto; }
  .hero .lede { font-size: 1rem; max-width: 100%; }
  .hero-content { max-width: 100%; padding-top: 80px; }
  /* Mobile video hero: full-screen cinematic video, page flows beneath */
  .hero { --hv-h: 100svh; min-height: auto; display: block; }
  .hero::after { display: none; } /* remove vertical gold texture line over the video */
  .hero-video { display: block; position: relative; width: 100%; height: var(--hv-h); }
  .hv-bottom { padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 64px); } /* clear the fixed mobile action bar */
  .hero > .scroll-cue { display: none; }
  .hero-reserve { display: none; }
  .hero .hero-content { padding-top: 64px; padding-bottom: 64px; }
  .hero h1 .l, .hero .eyebrow, .hero .lede, .hero-actions { animation-delay: 0s; }
  .page-hero h1 { font-size: clamp(1.9rem, 8vw, 3rem); overflow-wrap: break-word; word-break: break-word; }
  /* Stack hero / band buttons full-width so nothing runs off-screen */
  /* Keep button pairs inline (side by side) on mobile instead of stacking */
  .band-actions, .actions-row { flex-direction: row; flex-wrap: nowrap; align-items: stretch; width: 100%; gap: 10px; }
  .band-actions .btn, .actions-row .btn { flex: 1 1 0; min-width: 0; width: auto; justify-content: center; padding: 1em 0.5em; font-size: 0.7rem; letter-spacing: 0.05em; }
  /* Home hero: single visible button stays full width at normal size */
  .hero-actions { flex-direction: row; flex-wrap: wrap; align-items: stretch; width: 100%; }
  .hero-actions .btn { flex: 1 1 auto; width: auto; justify-content: center; }
  .mobile-bar { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; background: rgba(20,17,13,0.96); backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
  .mobile-bar a { flex: 1; text-align: center; padding: 15px 8px; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; border-right: 1px solid var(--line); }
  .mobile-bar a:last-child { border-right: 0; color: var(--gold); }
  footer { padding-bottom: 90px; }
  .to-top { bottom: 72px; }
  /* Global safety net: never let any element exceed the screen width */
  img, iframe, table, .form-card, .map-embed { max-width: 100%; }
  section { padding-left: 0; padding-right: 0; }
}

/* Very small phones (e.g. 412px and below) */
@media (max-width: 460px) {
  :root { --maxw: 100%; }
  .wrap { padding: 0 18px; }
  .hero h1 { font-size: clamp(1.85rem, 8.5vw, 2.6rem); line-height: 1.12; }
  .hero .lede { font-size: 0.95rem; }
  .hero::after { background-image: none; } /* drop vertical line texture so it never adds width */
  .page-hero h1 { font-size: clamp(1.7rem, 7.5vw, 2.4rem); }
  .stat .n { font-size: 2.2rem; }
  .section-head h2, .visit h2, .exp-text h2, .intro-grid h2 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
}
