/* ============================================================
   JAMES — site styles (Direction A · warm editorial, masculine)
   ============================================================ */

:root {
  --espresso:   #21140D;   /* deep near-black brown (dark sections) */
  --espresso-2: #2B1A11;
  --max: 1280px;
  --gut: 48px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "GBHyphenFix", "Goldenbook", Georgia, serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); }
.section { padding: 130px 0; }

/* shared bits ------------------------------------------------ */
.eyebrow {
  font-family: "Agrandir", sans-serif; font-weight: 700;
  text-transform: uppercase; letter-spacing: .28em; font-size: 12px;
  color: var(--brown-soft);
  display: inline-flex; align-items: center; gap: 13px;
}
.eyebrow::before { content: ""; width: 30px; height: 1.5px; background: var(--coral); }
.eyebrow.center { justify-content: center; }
.amp { font-family: "Agrandir", sans-serif; font-weight: 700; font-style: normal; font-size: .82em; vertical-align: .04em; }
.data { font-family: "Agrandir", sans-serif !important; font-weight: 700; font-style: normal; letter-spacing: .01em; }

h1, h2, h3 { margin: 0; letter-spacing: -.02em; line-height: .98; }
.display {
  font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 850;
  font-size: clamp(44px, 6.6vw, 92px); line-height: .95;
}
.display em { font-style: italic; font-weight: 400; color: var(--brown); }
.h-sec {
  font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 850;
  font-size: clamp(34px, 4.6vw, 62px); line-height: 1; color: var(--ink);
}
.lede {
  font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300;
  font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55; color: var(--brown-soft);
}

/* reveal — gentle upward rise only; opacity never gates visibility */
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { transform: translateY(18px); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
  html.js .reveal.in { transform: none; }
}

/* ===== NAV ================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--gut);
  transition: background .35s ease, padding .35s ease, box-shadow .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.nav.solid {
  background: rgba(244,234,218,.86);
  backdrop-filter: blur(12px) saturate(1.1);
  padding: 14px var(--gut);
  border-bottom: 1px solid var(--line-soft);
}
.nav-wordmark { height: 52px; transition: height .35s ease; }
.nav.solid .nav-wordmark { height: 42px; }
.nav-right { display: flex; align-items: center; gap: 36px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  font-family: "Agrandir", sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: .15em; text-transform: uppercase;
  text-decoration: none; color: var(--ink); opacity: .82; position: relative; padding: 4px 0;
}
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1.5px; background: var(--coral); transition: right .3s ease; }
.nav-links a:hover { opacity: 1; }
.nav-links a:hover::after { right: 0; }
.nav .btn { padding: 12px 22px; font-size: 11.5px; }
.nav-burger { display: none; }

/* ===== HERO ================================================= */
.hero {
  min-height: 100svh; display: flex; flex-direction: column;
  background: var(--cream); position: relative; overflow: hidden;
}
.hero-grid {
  flex: 1 1 auto;
  display: grid; grid-template-columns: 1.04fr 1.05fr; align-items: stretch;
  max-width: 1600px; margin: 0 auto; width: 100%;
}
.hero-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: 150px 70px 70px max(var(--gut), calc((100vw - 1600px)/2 + var(--gut)));
}
.hero-copy .eyebrow { margin-bottom: 30px; }
.hero h1 { margin-bottom: 30px; color: var(--ink); }
.hero .lede { max-width: 470px; margin-bottom: 42px; }
.hero-actions { display: flex; gap: 14px; align-items: center; margin-bottom: 52px; flex-wrap: wrap; }
.hero-facts {
  display: flex; gap: 0; border-top: 1.5px solid var(--line); padding-top: 26px;
}
.hero-fact { padding-right: 40px; margin-right: 40px; border-right: 1.5px solid var(--line); }
.hero-fact:last-child { border-right: none; }
.hero-fact .k { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--brown-soft); margin-bottom: 7px; }
.hero-fact .v { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 800; font-size: 19px; color: var(--ink); }

.hero-visual { position: relative; min-height: 60vh; }
.hero-visual .ph { position: absolute; inset: 0; }
.hero-tag {
  position: absolute; right: 30px; top: 130px; z-index: 4;
  background: var(--coral); color: var(--near-black);
  font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; padding: 11px 19px; border-radius: 999px;
  box-shadow: 0 14px 30px -16px rgba(58,36,25,.6);
}
.hero-stamp {
  position: absolute; left: -62px; bottom: 76px; z-index: 5;
  width: 146px; height: 146px; border-radius: 50%;
  background: var(--cream-soft); border: 1.5px solid var(--line-soft);
  box-shadow: var(--shadow); display: grid; place-items: center; padding: 18px;
  transform: rotate(-6deg);
}
.hero-stamp img { width: 100%; }

/* hero brand keyline frame + lockup plate (from brand book) */
.hero-visual .frame-keyline {
  position: absolute; inset: 26px; z-index: 4; pointer-events: none;
  border: 1.5px solid rgba(249,244,234,.7);
}
.hero-visual .frame-keyline::after {
  content: ""; position: absolute; inset: 5px; border: 1px solid rgba(249,244,234,.5);
}
.hero-plate {
  position: absolute; z-index: 5; left: 50%; bottom: 44px; transform: translateX(-50%);
  background: var(--cream-soft); border-radius: 10px;
  padding: 13px 26px; text-align: center; white-space: nowrap;
  box-shadow: 0 16px 36px -22px rgba(58,36,25,.7);
  border: 1px solid var(--line-soft);
}
.hero-plate .pl-top {
  font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 10.5px;
  letter-spacing: .3em; text-transform: uppercase; color: var(--coral-deep);
}
.hero-plate .pl-rule { width: 30px; height: 1px; background: var(--line); margin: 7px auto; }
.hero-plate .pl-bot {
  font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 10.5px;
  letter-spacing: .3em; text-transform: uppercase; color: var(--brown-soft);
}

/* ===== TICKER =============================================== */
.ticker {
  background: var(--green-deep); color: var(--cream);
  overflow: hidden; white-space: nowrap; padding: 16px 0;
  border-top: 2px solid var(--green-soft); border-bottom: 2px solid var(--green-soft);
}
.ticker { text-align: center; }
.ticker-mustache { height: 40px; width: auto; display: inline-block; vertical-align: middle; filter: brightness(0) invert(1) sepia(0.18) saturate(1.4) brightness(0.99); }
.ticker-track { display: inline-flex; align-items: center; gap: 30px; animation: ticker 34s linear infinite; }
.ticker span { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 800; font-style: italic; font-size: 21px; letter-spacing: .01em; }
.ticker .o { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); flex: 0 0 auto; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ===== STORY =============================================== */
.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.story-figure { position: relative; }
.story-figure .ph { aspect-ratio: 4/5; border-radius: 10px; }
.story-figure .ph.small {
  position: absolute; right: -40px; bottom: -40px; width: 46%; aspect-ratio: 1;
  border: 8px solid var(--cream); border-radius: 10px;
}
.story h2 { margin: 22px 0 28px; }
.story p { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300; font-size: 19px; line-height: 1.62; color: var(--ink); margin: 0 0 22px; max-width: 520px; }
.story .sig { font-family: "GBHyphenFix", "Goldenbook", serif; font-style: italic; font-weight: 400; font-size: 22px; color: var(--brown); margin-top: 34px; }
.story-meta { display: flex; gap: 50px; margin-top: 40px; }
.story-meta .n { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 850; font-size: 40px; color: var(--brown); line-height: 1; }
.story-meta .l { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--brown-soft); margin-top: 8px; }

/* ===== MENU =============================================== */
.menu { background: var(--cream-deep); }
.menu-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 30px; flex-wrap: wrap; }
.menu-head .lede { max-width: 360px; }
.menu-list { display: grid; gap: 0; }
.menu-row {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 34px; align-items: center;
  padding: 30px 0; border-top: 1.5px solid var(--line);
  transition: background .25s ease, padding .25s ease;
}
.menu-row:last-child { border-bottom: 1.5px solid var(--line); }
.menu-row:hover { background: rgba(251,245,234,.5); }
.menu-thumb { width: 120px; height: 120px; border-radius: 8px; }
.menu-row .name { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 800; font-size: clamp(26px,2.6vw,38px); color: var(--ink); }
.menu-row .desc { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300; font-size: 16px; color: var(--brown-soft); margin-top: 8px; max-width: 480px; line-height: 1.5; }
.menu-row .price { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 800; font-size: 26px; color: var(--brown); white-space: nowrap; }
.menu-row .price small { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 13px; color: var(--brown-soft); }
.menu-note { margin-top: 46px; font-family: "GBHyphenFix", "Goldenbook", serif; font-style: italic; font-size: 17px; color: var(--brown-soft); text-align: center; }

/* ===== TAKE AWAY ========================================== */
.takeaway { background: var(--green-sage); position: relative; overflow: hidden; }
.takeaway .container { position: relative; z-index: 2; }
.takeaway-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.takeaway-figure { position: relative; display: flex; justify-content: center; align-items: center; }
.takeaway-figure .vert {
  position: absolute; left: -6px; top: 50%; transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl; font-family: "Agrandir", sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: .32em; text-transform: uppercase; color: var(--green-deep);
  opacity: .8;
}
.bag-svg { width: 340px; max-width: 78%; height: auto; display: block; filter: drop-shadow(0 26px 40px rgba(40,48,24,.28)); }
.takeaway-copy .eyebrow { color: var(--green-deep); margin-bottom: 22px; }
.takeaway-copy .eyebrow::before { background: var(--green-deep); }
.takeaway-copy h2 { color: var(--green-deep); margin-bottom: 24px; }
.takeaway-copy p { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300; font-size: 19px; line-height: 1.6; color: var(--ink); margin: 0 0 30px; max-width: 480px; }
.takeaway-steps { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.ta-step {
  background: var(--cream-soft); border-radius: 14px; padding: 18px 22px; flex: 1 1 150px; min-width: 150px;
  border: 1px solid rgba(62,72,40,.18);
}
.ta-step .n { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 9px; }
.ta-step .t { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 700; font-size: 18px; color: var(--ink); line-height: 1.3; }
.ta-step .t small { display: block; font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300; font-style: italic; font-size: 14px; color: var(--brown-soft); margin-top: 4px; }
.takeaway-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.btn-olive { background: var(--green-deep); color: var(--cream-soft); }
.btn-olive:hover { background: #2f3820; transform: translateY(-2px); }

/* ===== RESERVE (dark) ===================================== */
.reserve { background: var(--green-deep); color: var(--cream); position: relative; }
.reserve .container { position: relative; z-index: 2; }
.reserve-head { text-align: center; margin-bottom: 56px; }
.reserve-head .eyebrow { color: var(--coral); }
.reserve-head .eyebrow::before { background: var(--coral); }
.reserve-head h2 { color: var(--cream); margin: 20px 0 0; }
.reserve-head .sub { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300; font-size: 19px; color: rgba(244,234,218,.7); margin-top: 18px; }

/* ticket card */
.ticket {
  max-width: 760px; margin: 0 auto; background: var(--paper); color: var(--ink);
  border-radius: 16px; box-shadow: 0 50px 90px -45px rgba(0,0,0,.7);
  overflow: hidden; position: relative;
}
.ticket-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 34px; background: var(--cream-deep); border-bottom: 2px dashed var(--line);
}
.ticket-top .tt-l { display: flex; align-items: center; gap: 14px; }
.ticket-top .tt-l img { height: 30px; }
.ticket-top .tt-title { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--brown-soft); }
.ticket-steps { display: flex; align-items: center; gap: 10px; }
.tstep { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 12px; background: transparent; color: var(--brown-soft); border: 1.5px solid var(--line); }
.tstep.active { background: var(--green); color: var(--cream-soft); border-color: var(--green); }
.tstep.done { background: var(--coral); color: var(--near-black); border-color: var(--coral); }
.tstep-bar { width: 16px; height: 1.5px; background: var(--line); }

.ticket-body { padding: 40px 44px 44px; }
.step { display: none; }
.step.active { display: block; animation: stepin .4s ease; }
@keyframes stepin { from { transform: translateY(10px); } to { transform: none; } }
.step-q { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 850; font-size: 30px; color: var(--ink); margin-bottom: 6px; }
.step-hint { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300; font-style: italic; font-size: 16px; color: var(--brown-soft); margin-bottom: 28px; }

.field-label { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--brown-soft); margin: 0 0 12px; display: block; }

/* option chips */
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 16px; letter-spacing: .02em;
  padding: 16px 22px; min-width: 64px; text-align: center;
  border: 1.5px solid var(--line); border-radius: 12px; background: var(--cream-soft);
  cursor: pointer; transition: all .18s ease; color: var(--ink);
}
.chip:hover { border-color: var(--brown-soft); transform: translateY(-2px); }
.chip.sel { background: var(--green); color: var(--cream-soft); border-color: var(--green); }
.chip small { display: block; font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; opacity: .7; margin-top: 4px; }

@keyframes shake { 10%,90%{transform:translateX(-1px);} 20%,80%{transform:translateX(2px);} 30%,50%,70%{transform:translateX(-4px);} 40%,60%{transform:translateX(4px);} }
.shake { animation: shake .5s ease; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.input, .ticket textarea, .ticket select {
  width: 100%; font-family: "Agrandir", system-ui, sans-serif; font-weight: 700; font-size: 15.5px; letter-spacing: .01em; color: var(--ink);
  background: var(--cream-soft); border: 1.5px solid var(--line); border-radius: 12px;
  padding: 16px 16px; outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.input:focus, .ticket textarea:focus, .ticket select:focus { border-color: var(--brown); box-shadow: 0 0 0 3px rgba(238,159,132,.25); }
.ticket textarea { resize: vertical; min-height: 84px; }
#res-date { font-family: "Agrandir", system-ui, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: .02em; }
.input.err { border-color: #c0563b; box-shadow: 0 0 0 3px rgba(192,86,59,.16); }
.err-msg { color: #b14b32; font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .04em; margin-top: 8px; display: none; }
.err-msg.show { display: block; }

.summary { background: var(--cream-deep); border-radius: 12px; padding: 22px 24px; margin-top: 6px; }
.summary-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line-soft); }
.summary-row:last-child { border-bottom: none; }
.summary-row .k { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--brown-soft); }
.summary-row .v { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .01em; color: var(--ink); }

.ticket-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 34px; gap: 16px; }
.link-back { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--brown-soft); background: none; border: none; cursor: pointer; padding: 10px 4px; }
.link-back:hover { color: var(--ink); }
.link-back[hidden] { visibility: hidden; }

/* confirmation */
.confirm { text-align: center; padding: 14px 0 8px; display: none; }
.confirm.active { display: block; animation: stepin .5s ease; }
.confirm .seal { width: 120px; margin: 0 auto 8px; }
.confirm .ok { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 12px; }
.confirm h3 { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 850; font-size: 38px; color: var(--ink); margin-bottom: 14px; line-height: 1.02; }
.confirm p { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300; font-size: 18px; color: var(--brown-soft); max-width: 420px; margin: 0 auto 26px; line-height: 1.5; }
.confirm .rcode { display: inline-block; font-family: "Agrandir", sans-serif; font-weight: 700; letter-spacing: .2em; font-size: 14px; color: var(--ink); background: var(--cream-deep); border: 1.5px dashed var(--brown-soft); padding: 12px 22px; border-radius: 10px; margin-bottom: 30px; }

/* ===== VISIT ============================================== */
.visit { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: center; }
.visit h2 { margin: 22px 0 30px; }
.hours-table { width: 100%; border-collapse: collapse; margin-bottom: 34px; }
.hours-table td { padding: 15px 0; border-bottom: 1.5px solid var(--line); font-family: "GBHyphenFix", "Goldenbook", serif; }
.hours-table td:first-child { font-weight: 700; font-size: 18px; color: var(--ink); }
.hours-table td:last-child { text-align: right; font-weight: 700; font-size: 18px; color: var(--brown); }
.hours-table tr.today td:first-child::after { content: "Today"; font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--near-black); background: var(--coral); padding: 3px 8px; border-radius: 999px; margin-left: 12px; vertical-align: middle; }
.visit-info { display: flex; gap: 40px; }
.visit-info .k { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--brown-soft); margin-bottom: 8px; }
.visit-info .v { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 400; font-size: 18px; color: var(--ink); line-height: 1.4; }
.visit-map .ph { aspect-ratio: 1/1.04; border-radius: 12px; }

/* language switcher */
.lang { display: flex; gap: 2px; border: 1.5px solid var(--line); border-radius: 999px; padding: 3px; }
.lang-btn { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .08em; padding: 7px 10px; border: none; background: transparent; color: var(--brown-soft); cursor: pointer; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.lang-btn:hover { color: var(--ink); }
.lang-btn.active { background: var(--green); color: var(--cream-soft); }

/* helper note under fields */
.note-line { font-family: "GBHyphenFix", "Goldenbook", serif; font-style: italic; font-weight: 300; font-size: 13.5px; line-height: 1.45; color: var(--brown-soft); margin-top: 12px; }
.chip[disabled] { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
.conf-foot { font-family: "GBHyphenFix", "Goldenbook", serif; font-size: 14px; color: var(--brown-soft); margin: 0 0 18px; }

/* hotel cross-link */
.hotel-card { display: flex; gap: 16px; align-items: center; margin-top: 36px; padding: 18px 22px; border: 1.5px solid var(--line); border-radius: 16px; text-decoration: none; background: var(--green-tint); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.hotel-card:hover { border-color: var(--green-soft); transform: translateY(-2px); box-shadow: 0 18px 40px -28px rgba(22,53,40,.6); }
.hotel-mark { width: 50px; height: 50px; border-radius: 50%; background: var(--cream-soft); display: grid; place-items: center; flex: 0 0 auto; }
.hotel-mark img { width: 28px; }
.hotel-txt .hk { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--green-deep); }
.hotel-txt .hv { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 800; font-size: 21px; color: var(--green-deep); margin: 4px 0 3px; }
.hotel-txt .hv .arrow { transition: transform .25s ease; display: inline-block; }
.hotel-card:hover .hv .arrow { transform: translateX(5px); }
.hotel-txt .hs { font-family: "GBHyphenFix", "Goldenbook", serif; font-weight: 300; font-size: 14.5px; color: var(--brown-soft); }

/* subtle mustache callback */
.sec-mustache { display: block; width: 56px; margin: 0 auto 16px; opacity: .5; }

/* maps */
.maps-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--green-deep); text-decoration: none; }
.maps-link .arrow { transition: transform .2s ease; display: inline-block; }
.maps-link:hover .arrow { transform: translateX(4px); }
.visit-map { display: block; position: relative; text-decoration: none; }
.visit-map .map-pin { position: absolute; left: 16px; bottom: 16px; z-index: 5; display: inline-flex; align-items: center; gap: 8px; background: rgba(251,245,234,.95); color: var(--ink); font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; padding: 10px 16px; border-radius: 999px; box-shadow: 0 8px 22px -12px rgba(58,36,25,.5); transition: background .2s ease; }
.visit-map .map-pin .arrow { color: var(--green); display: inline-block; transition: transform .2s ease; }
.visit-map:hover .map-pin { background: var(--cream-soft); }
.visit-map:hover .map-pin .arrow { transform: translateX(4px); }

/* ===== INSTAGRAM ========================================== */
.insta { background: var(--cream-deep); }
.insta-head { text-align: center; margin-bottom: 50px; }
.insta-head h2 { margin: 18px 0 10px; }
.insta-head a { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--brown); text-decoration: none; }
.insta-head a:hover { color: var(--coral-deep); }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.insta-grid .ph { aspect-ratio: 1; border-radius: 8px; cursor: pointer; transition: transform .25s ease; }
.insta-grid .ph:hover { transform: scale(1.03); }

/* ===== FOOTER ============================================= */
.footer { background: var(--green-deep); color: var(--cream); padding: 90px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; align-items: start; padding-bottom: 60px; border-bottom: 1px solid rgba(244,234,218,.16); }
.footer-word { height: 92px; filter: brightness(0) invert(1); opacity: .95; margin-bottom: 22px; }
.footer-tagline { font-family: "GBHyphenFix", "Goldenbook", serif; font-style: italic; font-weight: 300; font-size: 20px; color: rgba(244,234,218,.75); max-width: 320px; line-height: 1.5; }
.footer h4 { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--coral); margin: 0 0 20px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.footer ul a { font-family: "GBHyphenFix", "Goldenbook", serif; font-size: 18px; color: rgba(244,234,218,.85); text-decoration: none; }
.footer ul a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; gap: 20px; flex-wrap: wrap; }
.footer-bottom span { font-family: "Agrandir", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(244,234,218,.5); }

/* ===== RESPONSIVE ========================================= */
@media (max-width: 980px) {
  :root { --gut: 26px; }
  .section { padding: 86px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 120px 26px 48px; }
  .hero-visual { min-height: 56vh; }
  .story-grid, .visit-grid { grid-template-columns: 1fr; gap: 48px; }
  .takeaway-grid { grid-template-columns: 1fr; gap: 44px; }
  .takeaway-figure { order: -1; }
  .bag-svg { width: 300px; max-width: 70%; }
  .story-figure .ph.small { display: none; }
  .menu-row { grid-template-columns: 80px 1fr; gap: 20px; }
  .menu-row .price { grid-column: 2; }
  .menu-thumb { width: 80px; height: 80px; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .two-col { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-right { gap: 16px; }
}
@media (max-width: 560px) {
  .ticket-body { padding: 28px 22px 30px; }
  .ticket-top { padding: 18px 20px; }
  .step-q { font-size: 24px; }
  .nav-wordmark { height: 42px; }
  .nav { padding: 16px 22px; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-facts { flex-wrap: wrap; gap: 18px; }
  .hero-fact { border-right: none; padding-right: 0; margin-right: 28px; }
}
