/* ============================================================
   GRAIN — Kitchen & Bar, Ely
   Site stylesheet. Built on the established brand system.
   ============================================================ */

:root {
  /* Core palette */
  --black:  #111110;
  --white:  #F9F6F1;
  --stone:  #E0DBD4;
  --ash:    #7A7772;

  /* Working neutrals */
  --char:     #181815;  /* charcoal — dark-section variation */
  --char-2:   #201F1B;
  --line:     #E6E1DA;  /* hairline on light surfaces */
  --line-dark:#2A2A26;  /* hairline on dark surfaces */
  --mid:      #B7B0A6;  /* placeholder ink on stone */
  --ash-2:    #9B968F;  /* muted ash on dark */

  /* Accent — pure mono by default; "warm whisper" tweak swaps it in */
  --accent: var(--ash);
  --accent-strong: var(--black);

  /* Type */
  --ff-display: 'Montserrat', sans-serif;
  --ff-accent:  'Cormorant Garamond', serif;
  --ff-body:    'DM Sans', sans-serif;

  /* Layout */
  --gutter: 56px;
  --maxw: 1360px;
  --nav-h: 76px;

  /* Vertical rhythm */
  --section-y: 132px;
}

/* warm whisper mode */
[data-accent="warm"] {
  --accent: #B5613F;
  --accent-strong: #A8553A;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body {
  font-family: var(--ff-body);
  background: var(--white);
  color: var(--black);
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- Layout primitives ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.grid12 { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 32px; }

.rule { border: none; border-top: 1px solid var(--line); }
.rule-dark { border: none; border-top: 1px solid var(--line-dark); }

/* small uppercase tracked label */
.eyebrow {
  font-family: var(--ff-body);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ash);
}
.eyebrow .idx { color: var(--accent); margin-right: 10px; font-variant-numeric: tabular-nums; }

.accent-line {
  font-family: var(--ff-accent);
  font-style: italic; font-weight: 300;
  color: var(--ash);
  line-height: 1.35;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-body); font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 16px 30px; cursor: pointer; border: 1px solid transparent;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
  white-space: nowrap;
}
.btn-fill   { background: var(--black); color: var(--white); }
.btn-fill:hover { background: #000; transform: translateY(-1px); }
.btn-ghost  { background: none; color: var(--black); border-color: var(--black); }
.btn-ghost:hover { background: var(--black); color: var(--white); }

/* on dark surfaces */
.on-dark .btn-fill, .btn-fill.on-dark { background: var(--white); color: var(--black); border-color: var(--white); }
.on-dark .btn-fill:hover, .btn-fill.on-dark:hover { background: #fff; }
.on-dark .btn-ghost, .btn-ghost.on-dark { background: none; color: var(--white); border-color: rgba(249,246,241,0.45); }
.on-dark .btn-ghost:hover, .btn-ghost.on-dark:hover { background: var(--white); color: var(--black); border-color: var(--white); }

/* text link with quiet underline */
.tlink {
  font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 9px;
  padding-bottom: 3px; border-bottom: 1px solid currentColor;
  transition: gap .25s ease, color .2s ease;
}
.tlink:hover { gap: 15px; }
.tlink .arw { transition: transform .25s ease; }
.tlink:hover .arw { transform: translateX(3px); }

/* ---------- Image placeholders ---------- */
.ph {
  position: relative; overflow: hidden;
  background: var(--stone);
  display: flex; align-items: flex-end;
  isolation: isolate;
}
.ph::after { /* subtle tonal grain so empty blocks read as 'photo to come' */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 75% 15%, rgba(255,255,255,.5), transparent 60%),
    linear-gradient(150deg, #E7E2DB 0%, #D8D2CA 55%, #CFC8BF 100%);
}
.ph.has-img::after, .ph.has-img .ph-tag, .ph.has-img .ph-note { display: none; }
.ph-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ph.dark { background: var(--char); }
.ph.dark::after {
  background:
    radial-gradient(120% 90% at 70% 10%, rgba(255,255,255,.05), transparent 55%),
    linear-gradient(150deg, #201F1B 0%, #181714 60%, #121110 100%);
}
.ph-tag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ash); padding: 5px 9px; border: 1px solid rgba(122,119,114,.45);
  background: rgba(249,246,241,.5); backdrop-filter: blur(2px);
}
.ph.dark .ph-tag { color: var(--ash-2); border-color: rgba(155,150,143,.3); background: rgba(17,17,16,.35); }
.ph-note {
  position: relative; z-index: 2; margin: 0 20px 20px;
  font-family: var(--ff-accent); font-style: italic; font-weight: 300;
  font-size: clamp(15px, 1.4vw, 19px); line-height: 1.3; color: #6F6B65;
  max-width: 30ch;
}
.ph.dark .ph-note { color: var(--ash-2); }
/* clean mode hides the directive text + tag, keeps the tonal block */
[data-shots="clean"] .ph-tag,
[data-shots="clean"] .ph-note { display: none; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(249,246,241,0); border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease;
}
.nav.scrolled { background: var(--white); backdrop-filter: blur(10px); border-bottom-color: var(--line); }
/* over the dark hero, the bar text is light */
.nav.on-hero { color: var(--white); }
.nav.on-hero .nav-link { color: rgba(249,246,241,.72); }
.nav.on-hero .nav-link:hover { color: var(--white); }
.nav.on-hero .nav-cta { color: var(--white); border-color: rgba(249,246,241,.4); }
.nav.on-hero .nav-cta:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.nav.on-hero .burger span { background: var(--white); }

.nav-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.brandmark { display: block; height: 30px; line-height: 1; }
.brandmark-svg { display: block; height: 100%; width: auto; fill: currentColor; }
.logo-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.nav-mid { display: flex; gap: 34px; align-items: center; }
.nav-link {
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ash); position: relative; padding: 4px 0;
  transition: color .2s ease;
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 0;
  background: var(--accent-strong); transition: width .25s ease;
}
.nav-link:hover { color: var(--black); }
.nav-link:hover::after { width: 100%; }
.nav.on-hero .nav-link::after { background: var(--white); }

.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-cta {
  font-family: var(--ff-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 12px 24px; border: 1px solid var(--black); color: var(--black);
  background: none; cursor: pointer; transition: all .25s ease;
}
.nav-cta:hover { background: var(--black); color: var(--white); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.burger span { width: 24px; height: 2px; background: var(--black); transition: .3s ease; display: block; }

/* mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 200; background: var(--black); color: var(--white);
  transform: translateY(-100%); transition: transform .45s cubic-bezier(.7,0,.2,1);
  display: flex; flex-direction: column; padding: 28px var(--gutter);
}
.drawer.open { transform: translateY(0); }
.drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 56px; }
.drawer-close { background: none; border: none; color: var(--white); font-size: 30px; cursor: pointer; line-height: 1; }
.drawer-links { display: flex; flex-direction: column; gap: 4px; }
.drawer-links a {
  font-family: var(--ff-display); font-weight: 700; font-size: 34px; letter-spacing: -0.02em;
  padding: 12px 0; border-bottom: 1px solid var(--line-dark);
}
.drawer-foot { margin-top: auto; font-size: 12px; color: var(--ash-2); line-height: 1.8; }

/* sticky mobile action bar */
.mobar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 130;
  display: none; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line); background: rgba(249,246,241,.96); backdrop-filter: blur(8px);
}
.mobar a {
  text-align: center; padding: 18px 0;
  font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
}
.mobar a:first-child { border-right: 1px solid var(--line); color: var(--black); }
.mobar a:last-child { background: var(--black); color: var(--white); }

/* ============================================================
   HERO  (variant A; B and C were dropped at import)
   ============================================================ */
.hero { background: var(--black); color: var(--white); position: relative; }
.hero-photo, .hero-scrim { position: absolute; inset: 0; pointer-events: none; }
.hero-photo { background: url("assets/grain-exterior.webp") center 62% / cover no-repeat; }
.hero-scrim { background: linear-gradient(90deg, rgba(17,17,16,0.92) 0%, rgba(17,17,16,0.72) 46%, rgba(17,17,16,0.42) 100%), linear-gradient(180deg, rgba(17,17,16,0.78) 0%, rgba(17,17,16,0.28) 38%, rgba(17,17,16,0.72) 100%); }
.hero-variant { position: relative; z-index: 1; }
.hero-variant { display: none; }
[data-hero="A"] .hero-variant[data-v="A"] { display: block; }

.hero-kicker {
  display: flex; align-items: center; gap: 14px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ash-2);
}
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(181,97,63,.18); }
[data-accent="mono"] .dot, :root:not([data-accent="warm"]) .dot { background: #8FA98C; box-shadow: none; }

.hero-hl {
  font-family: var(--ff-display); font-weight: 900;
  letter-spacing: -0.03em; line-height: 0.9; color: var(--white);
}
.hero-sub {
  font-family: var(--ff-accent); font-style: italic; font-weight: 300;
  color: #C7C1B8; line-height: 1.38;
}

/* --- Variant A: editorial, cropped offset image --- */
.heroA { padding-block: calc(var(--nav-h) + 70px) 96px; }
.heroA-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 32px; align-items: end; }
.heroA-copy { grid-column: 1 / 9; }
.heroA .hero-kicker { margin-bottom: 38px; }
.has-photo .heroA { min-height: min(88vh, 780px); display: flex; align-items: flex-end; }
.has-photo .heroA-grid { width: 100%; }
.heroA-hl { font-size: clamp(58px, 8.5vw, 132px); margin-bottom: 34px; }
.heroA-hl .ln2 { color: var(--ash-2); }
.heroA-sub { font-size: clamp(20px, 2vw, 27px); max-width: 22ch; margin-bottom: 44px; }
.heroA-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.heroA-media { grid-column: 8 / 13; align-self: stretch; }
.heroA-media .ph { height: 100%; min-height: 540px; margin-top: -120px; }

/* --- Variant B: pure typography --- */
.heroB { padding-block: calc(var(--nav-h) + 120px) 120px; }
.heroB .hero-kicker { justify-content: center; margin-bottom: 44px; }
.heroB-inner { text-align: center; max-width: 1100px; margin: 0 auto; }
.heroB-hl { font-size: clamp(56px, 11vw, 168px); margin-bottom: 30px; }
.heroB-sub { font-size: clamp(20px, 2.2vw, 30px); max-width: 30ch; margin: 0 auto 50px; }
.heroB-meta {
  display: flex; gap: 0; justify-content: center; flex-wrap: wrap;
  border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark);
  margin-bottom: 50px;
}
.heroB-meta div { padding: 24px 40px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash-2); border-left: 1px solid var(--line-dark); }
.heroB-meta div:first-child { border-left: none; }
.heroB-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- Variant C: split black / off-white --- */
.heroC { display: grid; grid-template-columns: 1fr 1fr; min-height: 88vh; }
.heroC-left { padding: calc(var(--nav-h) + 60px) var(--gutter) 70px; display: flex; flex-direction: column; justify-content: flex-end; }
.heroC .hero-kicker { margin-bottom: 34px; }
.heroC-hl { font-size: clamp(52px, 6.4vw, 104px); margin-bottom: 30px; }
.heroC-sub { font-size: clamp(19px, 1.8vw, 25px); max-width: 24ch; margin-bottom: 42px; }
.heroC-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.heroC-right { background: var(--stone); }
.heroC-right .ph { height: 100%; }

/* ============================================================
   INFO BAND
   ============================================================ */
.band { background: var(--white); border-bottom: 1px solid var(--line); }
.band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 26px; flex-wrap: wrap; }
.band-items { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.band-item { display: flex; align-items: center; gap: 11px; font-size: 12px; letter-spacing: 0.06em; }
.band-item .lbl { color: var(--ash); }
.band-item .val { color: var(--black); font-weight: 500; }
.band-item .open-dot { width: 7px; height: 7px; border-radius: 50%; background: #6FA06B; }
.band-divider { width: 1px; height: 16px; background: var(--line); }
.band-actions { display: flex; align-items: center; gap: 22px; }

/* ============================================================
   STORY
   ============================================================ */
.story { padding: var(--section-y) 0; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 32px; align-items: center; }
.story-media { grid-column: 1 / 6; }
.story-media .ph { aspect-ratio: 4 / 5; }
.story-copy { grid-column: 7 / 13; padding-left: 24px; }
.story-eyebrow { margin-bottom: 30px; }
.story-hl {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(36px, 4.4vw, 62px); letter-spacing: -0.025em; line-height: 1.0;
  margin-bottom: 28px;
}
.story-accent { font-size: clamp(22px, 2.2vw, 30px); margin-bottom: 30px; max-width: 26ch; }
.story-body { font-size: 16.5px; line-height: 1.78; color: #4A4843; max-width: 46ch; margin-bottom: 16px; }
.story-body + .story-body { margin-bottom: 36px; }

/* ============================================================
   MENU PREVIEW
   ============================================================ */
.menus { padding: var(--section-y) 0; border-top: 1px solid var(--line); }
.menus-head { margin-bottom: 60px; }
.menus-title { font-family: var(--ff-display); font-weight: 800; font-size: clamp(38px, 5vw, 72px); letter-spacing: -0.03em; line-height: 1.0; }
.menus-head .eyebrow { margin-bottom: 22px; }

.menu-tabs {
  display: flex; gap: 0; flex-wrap: wrap;
  border-bottom: 1px solid var(--line); margin-bottom: 52px;
  position: sticky; top: var(--nav-h); z-index: 40;
  background: var(--white); padding-top: 18px;
}
.menu-tab {
  background: none; border: none; cursor: pointer; font-family: var(--ff-body);
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ash); padding: 0 30px 20px; margin-bottom: -1px;
  border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease;
}
.menu-tab:first-child { padding-left: 0; }
.menu-tab:hover { color: var(--black); }
.menu-tab.active { color: var(--black); border-bottom-color: var(--accent-strong); }

.menu-panel { display: none; }
.menu-panel.active { display: block; animation: fade .4s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.menu-layout { display: grid; grid-template-columns: 300px 1fr; gap: 64px; align-items: start; }
.menu-aside { position: static; }
@media (min-width: 861px) { .menu-aside { position: sticky; top: 180px; } }
.menu-aside .eyebrow { margin-bottom: 18px; }
.menu-aside-desc { font-family: var(--ff-accent); font-style: italic; font-size: 23px; font-weight: 300; color: var(--ash); line-height: 1.4; margin-bottom: 28px; }
.menu-aside .tlink { color: var(--black); }

.menu-group { margin-bottom: 52px; }
.menu-group:last-child { margin-bottom: 0; }
.menu-group-title {
  font-family: var(--ff-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ash);
  padding-bottom: 16px; margin-bottom: 4px; border-bottom: 1px solid var(--black);
}

.dl-link { display: flex; width: fit-content; margin-top: 14px; }
.menu-items { columns: 2; column-gap: 56px; }
.menu-item { break-inside: avoid; padding: 15px 0; border-bottom: 1px solid var(--line); }
.mi-name { font-family: var(--ff-accent); font-weight: 600; font-size: 22px; line-height: 1.15; letter-spacing: 0.01em; }
.mi-desc { font-size: 13px; color: var(--ash); line-height: 1.5; margin-top: 5px; max-width: 46ch; }
.mi-head { display: flex; align-items: baseline; gap: 14px; }
.mi-head .mi-name { flex: 1 1 auto; }
.mi-price { font-family: var(--ff-accent); font-weight: 600; font-size: 18px; letter-spacing: 0.01em; white-space: nowrap; flex: 0 0 auto; }
.mi-tag { font-family: var(--ff-body); font-size: 9.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ash); margin-left: 8px; white-space: nowrap; }
.menu-note { font-size: 12px; color: var(--ash); line-height: 1.6; letter-spacing: 0.01em; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.menu-legend { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ash); line-height: 1.8; margin-top: 8px; }

/* ============================================================
   SIGNATURES
   ============================================================ */
.sig { padding: var(--section-y) 0; border-top: 1px solid var(--line); }
.sig-head { margin-bottom: 64px; max-width: 60ch; }
.sig-head .eyebrow { margin-bottom: 24px; }
.sig-head h2 { font-family: var(--ff-display); font-weight: 800; font-size: clamp(34px, 4.2vw, 58px); letter-spacing: -0.025em; line-height: 1.0; }
.sig-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 32px; row-gap: 80px; }
.sig-card .ph { margin-bottom: 22px; }
.sig-card .mi-name { font-size: clamp(24px, 2.2vw, 32px); margin-bottom: 8px; }
.sig-card .sig-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.sig-card .sig-desc { font-size: 14px; color: var(--ash); line-height: 1.6; margin-top: 12px; max-width: 36ch; }
.sig-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
/* editorial asymmetry */
.sig-a { grid-column: 1 / 6; }
.sig-a .ph { aspect-ratio: 4 / 3; }
.sig-b { grid-column: 7 / 13; }
.sig-b .ph { aspect-ratio: 4 / 3; }
.sig-c { grid-column: 1 / 5; }
.sig-c .ph { aspect-ratio: 3 / 4; }
.sig-d { grid-column: 6 / 9; align-self: center; }
.sig-d .ph { aspect-ratio: 1 / 1; }
.sig-e { grid-column: 9 / 13; align-self: end; }
.sig-e .ph { aspect-ratio: 3 / 4; }

/* ============================================================
   DRINKS / EVENING  (dark mood)
   ============================================================ */
.evening { background: var(--black); color: var(--white); padding: var(--section-y) 0; }
.evening-head { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 32px; align-items: end; margin-bottom: 70px; }
.evening-head .lead { grid-column: 1 / 8; }
.evening .eyebrow { color: var(--ash-2); margin-bottom: 26px; }
.evening-hl { font-family: var(--ff-display); font-weight: 800; font-size: clamp(40px, 5.5vw, 84px); letter-spacing: -0.03em; line-height: 0.92; color: var(--white); }
.evening-hl em { font-family: var(--ff-accent); font-style: italic; font-weight: 300; color: var(--ash-2); letter-spacing: 0; }
.evening-note { grid-column: 9 / 13; font-size: 15px; color: var(--ash-2); line-height: 1.75; align-self: end; }
.evening-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.ev-cell { background: var(--black); padding: 0; position: relative; }
.ev-cell.feat { grid-row: span 2; }
.ev-cell .ph { height: 100%; min-height: 230px; }
.ev-cell.feat .ph { min-height: 100%; }
.ev-text { padding: 36px 34px; }
.ev-text h3 { font-family: var(--ff-display); font-weight: 700; font-size: 22px; letter-spacing: -0.01em; margin-bottom: 10px; }
.ev-text p { font-size: 13.5px; color: var(--ash-2); line-height: 1.6; }

/* ============================================================
   EVENTS
   ============================================================ */
.events { padding: var(--section-y) 0; }
.events-grid { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 32px; }
.events-intro { grid-column: 1 / 5; position: sticky; top: 110px; align-self: start; }
.events-intro .eyebrow { margin-bottom: 26px; }
.events-intro h2 { font-family: var(--ff-display); font-weight: 800; font-size: clamp(34px, 4vw, 54px); letter-spacing: -0.025em; line-height: 1.0; margin-bottom: 24px; }
.events-intro p { font-size: 16px; line-height: 1.75; color: #4A4843; max-width: 34ch; margin-bottom: 32px; }
.events-list { grid-column: 6 / 13; }
.event-row { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; padding: 36px 0; border-top: 1px solid var(--line); }
.event-row:last-child { border-bottom: 1px solid var(--line); }
.event-num { font-family: var(--ff-display); font-weight: 600; font-size: 14px; color: var(--accent); font-variant-numeric: tabular-nums; }
.event-body h3 { font-family: var(--ff-display); font-weight: 700; font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -0.015em; margin-bottom: 6px; }
.event-body p { font-size: 14.5px; color: var(--ash); line-height: 1.55; max-width: 52ch; }
.event-row .arw-big { font-size: 20px; color: var(--ash); transition: transform .25s ease, color .25s ease; }
.event-row:hover .arw-big { transform: translateX(6px); color: var(--black); }

/* ============================================================
   VISIT / LOCATION
   ============================================================ */
.visit { border-top: 1px solid var(--line); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; }
.visit-map { position: relative; min-height: 560px; background: var(--stone); }
.visit-map .ph { height: 100%; }
.visit-map-embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; filter: grayscale(1) contrast(0.94); }
.visit-info { padding: var(--section-y) clamp(40px, 6vw, 96px); }
.visit-info .eyebrow { margin-bottom: 26px; }
.visit-hl { font-family: var(--ff-display); font-weight: 800; font-size: clamp(34px, 4vw, 56px); letter-spacing: -0.025em; line-height: 1.0; margin-bottom: 44px; }
.visit-rows { display: grid; gap: 0; margin-bottom: 44px; }
.visit-row { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.visit-row:last-child { border-bottom: 1px solid var(--line); }
.visit-row .k { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ash); padding-top: 3px; }
.visit-row .v { font-size: 15.5px; line-height: 1.7; color: var(--black); }
.visit-row .v .muted { color: var(--ash); }
.visit-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--black); color: var(--white); padding: 96px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 60px; border-bottom: 1px solid var(--line-dark); }
.footer-brand .brandmark { height: 62px; margin-bottom: 22px; }
.footer-brand .accent-line { color: var(--ash-2); font-size: 18px; max-width: 24ch; }
.footer-col h4 { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash-2); margin-bottom: 20px; }
.footer-col a, .footer-col p { display: block; font-size: 14px; color: #C7C1B8; line-height: 1; padding: 8px 0; transition: color .2s ease; }
.footer-col .footer-addr { line-height: 1.65; padding-bottom: 14px; color: var(--ash-2); }
.footer-col a:hover { color: var(--white); }
.footer-col p { color: var(--ash-2); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 30px; flex-wrap: wrap; }
.footer-bottom .meta { font-size: 11px; letter-spacing: 0.06em; color: var(--ash-2); }
.footer-bottom .legal { display: flex; gap: 24px; }
.footer-bottom .legal a { font-size: 11px; letter-spacing: 0.06em; color: var(--ash-2); }
.footer-bottom .legal a:hover { color: var(--white); }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  :root { --gutter: 36px; --section-y: 96px; }
  .heroA-copy { grid-column: 1 / 10; }
  .heroA-media { grid-column: 8 / 13; }
  .heroA-media .ph { min-height: 420px; margin-top: -60px; }
  .story-media { grid-column: 1 / 6; }
  .story-copy { grid-column: 6 / 13; }
  .menu-layout { grid-template-columns: 240px 1fr; gap: 40px; }
}

@media (max-width: 860px) {
  :root { --nav-h: 64px; --section-y: 80px; }
  .nav-mid, .nav-right .nav-cta, .nav-right .nav-link { display: none; }
  .burger { display: flex; }
  .mobar { display: grid; }
  body { padding-bottom: 56px; }

  /* hero A stacks */
  .heroA { padding-block: calc(var(--nav-h) + 48px) 64px; }
  .has-photo .heroA { min-height: min(80vh, 620px); }
  .hero-photo { background-position: center 55%; }
  .heroA-grid { grid-template-columns: 1fr; row-gap: 40px; }
  .heroA-copy { grid-column: 1 / -1; }
  .heroA-media { grid-column: 1 / -1; }
  .heroA-media .ph { margin-top: 0; min-height: 340px; }
  .heroB { padding-block: calc(var(--nav-h) + 60px) 80px; }
  .heroC { grid-template-columns: 1fr; min-height: 0; }
  .heroC-right { min-height: 320px; }

  .band-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .band-divider { display: none; }

  .story-grid { grid-template-columns: 1fr; row-gap: 40px; }
  .story-media, .story-copy { grid-column: 1 / -1; padding-left: 0; }

  .menu-layout { grid-template-columns: 1fr; gap: 40px; }
  .menu-aside { position: static; }
  .menu-aside-desc { font-size: 21px; margin-bottom: 22px; }
  .menu-items { columns: 1; }
  .menu-groups > .menu-group { margin-bottom: 56px; }
  .menu-group-title { padding-bottom: 18px; margin-bottom: 8px; }
  .menu-item { padding: 20px 0; }
  .mi-desc { margin-top: 7px; }
  .mi-price { font-size: 16px; }
  .menu-tabs { gap: 0 4px; margin-bottom: 40px; }
  .menu-tab { padding: 0 10px 14px; font-size: 10.5px; letter-spacing: 0.06em; }
  .menu-tab:first-child { padding-left: 0; }

  .sig-grid { grid-template-columns: 1fr; row-gap: 48px; }
  .sig-a, .sig-b, .sig-c, .sig-d, .sig-e { grid-column: 1 / -1; }
  .sig-card .ph { aspect-ratio: 4 / 3 !important; }

  .evening-head { grid-template-columns: 1fr; row-gap: 28px; }
  .evening-head .lead, .evening-note { grid-column: 1 / -1; }
  .evening-grid { grid-template-columns: 1fr; }
  .ev-cell.feat { grid-row: auto; }

  .events-grid { grid-template-columns: 1fr; row-gap: 40px; }
  .events-intro { position: static; grid-column: 1 / -1; }
  .events-list { grid-column: 1 / -1; }
  .event-row { grid-template-columns: auto 1fr; gap: 18px; }
  .event-row .arw-big { display: none; }

  .visit-grid { grid-template-columns: 1fr; }
  .visit-map { min-height: 320px; order: 2; }
  .visit-info { padding: var(--section-y) var(--gutter); }
  .visit-row { grid-template-columns: 110px 1fr; gap: 16px; }

  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .heroB-meta div { padding: 18px 22px; }
}

@media (max-width: 520px) {
  :root { --gutter: 22px; }
  .heroA-hl { font-size: clamp(46px, 13vw, 70px); }
  .footer-top { grid-template-columns: 1fr; }
  .menu-tab { padding: 0 9px 14px; font-size: 10px; }
}

/* ---------- Booking modal ---------- */
.book-modal[hidden] { display: none; }
.book-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; }
.book-backdrop { position: absolute; inset: 0; background: rgba(17,17,16,0.72); backdrop-filter: blur(3px); }
.book-dialog { position: relative; width: 100%; max-width: 760px; max-height: calc(100vh - 48px); overflow: auto; background: var(--white); border-radius: 2px; box-shadow: 0 30px 80px rgba(17,17,16,0.35); }
.book-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: inherit; z-index: 1; }
.book-title { font-family: var(--ff-body); font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ash); }
.book-close { background: none; border: 0; font-size: 26px; line-height: 1; cursor: pointer; color: var(--black); padding: 0 4px; }
.book-close:hover { color: var(--ash); }
.sevenrooms-booking { width: 100%; max-width: 100%; overflow: hidden; }
.sevenrooms-booking iframe { display: block; width: 100%; height: 900px; min-height: 75vh; border: 0; }
@media (max-width: 1024px) { .sevenrooms-booking iframe { height: 850px; } }
@media (max-width: 767px) {
  .book-modal { padding: 0; }
  .book-dialog { max-width: 100%; max-height: 100vh; border-radius: 0; }
  .sevenrooms-booking iframe { height: 800px; min-height: 80vh; }
}

.drawer-top .brandmark { height: 26px; }
@media (max-width: 767px) { .brandmark { height: 26px; } .footer-brand .brandmark { height: 46px; } }

/* ---------- Photo strip ---------- */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--black); }
.strip .ph { aspect-ratio: 1 / 1; }
@media (max-width: 767px) { .strip { grid-template-columns: 1fr 1fr; } }

/* ---------- Drinks carousel ---------- */
.carousel { margin-bottom: 26px; }
.evening .carousel { margin: 70px 0 0; }
.car-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.car-count { font-family: var(--ff-body); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); }
.car-nav { display: flex; gap: 10px; }
.car-btn { width: 42px; height: 42px; border: 1px solid var(--line); background: none; border-radius: 50%; font-size: 15px; line-height: 1; color: var(--black); cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease; }
.car-btn:hover:not(:disabled) { background: var(--black); color: var(--white); border-color: var(--black); }
.car-btn:disabled { opacity: 0.3; cursor: default; }
.car-track { display: flex; gap: 28px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.car-track::-webkit-scrollbar { display: none; }
.car-track:focus-visible { outline: 1px solid var(--black); outline-offset: 6px; }
.car-slide { flex: 0 0 calc((100% - 84px) / 4); scroll-snap-align: start; }
.carousel.on-dark .car-count { color: var(--ash-2); }
.carousel.on-dark .car-btn { border-color: var(--line-dark); color: var(--white); }
.carousel.on-dark .car-btn:hover:not(:disabled) { background: var(--white); color: var(--black); border-color: var(--white); }
.carousel.on-dark .drink-name { color: var(--white); }
.carousel.on-dark .drink-desc { color: var(--ash-2); }
.carousel.on-dark .car-track:focus-visible { outline-color: var(--white); }
@media (max-width: 1024px) { .car-track { gap: 20px } .car-slide { flex-basis: calc((100% - 20px) / 2) } }
@media (max-width: 640px) { .car-slide { flex-basis: 78% } }
.drink { margin: 0; }
.drink .ph { aspect-ratio: 3 / 4; margin-bottom: 14px; }
.drink figcaption { display: flex; flex-direction: column; gap: 6px; }
.drink-name { font-family: var(--ff-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; }
.drink-desc { font-size: 13px; color: var(--ash); line-height: 1.5; }
@media (max-width: 1024px) { .drink-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
