/* ============================================================
   NEVERTHELESS, KAVA — pop-up botanical kava bar · Denver
   Dark botanical · champagne gold · editorial serif
   Hand-tuned, no frameworks.
   Say hi: sebastian@mossharborprovisions.com
   ============================================================ */

/* ---------- Reset & tokens ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

[hidden] { display: none !important; }

:root {
  --bg:        #0A0E0B;
  --bg-2:      #0E140F;
  --bg-3:      #121A13;
  --ink:       #EAE3D2;
  --ink-dim:   rgba(234, 227, 210, .62);
  --ink-faint: rgba(234, 227, 210, .45);
  --gold:      #C7A45C;
  --gold-hi:   #E9CF9A;
  --gold-dim:  rgba(199, 164, 92, .55);
  --sage:      #9DB08C;
  --line:       rgba(234, 227, 210, .12);
  --line-gold:  rgba(199, 164, 92, .32);

  --cream:     #EDE6D5;
  --dark-ink:  #131B14;

  --serif: 'Fraunces', 'Georgia', serif;
  --sans:  'Manrope', 'Helvetica Neue', sans-serif;
  --mono:  'Space Mono', 'Courier New', monospace;

  --ease-out: cubic-bezier(.22, .65, .3, 1);
  --nav-h: 84px;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #2A362B var(--bg);
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* Touch care: no double-tap zoom delay on controls */
a, button, .faq-q, .ticket { touch-action: manipulation; }

/* Care with line breaks: balanced heads, orphan-free paragraphs */
h1, h2, h3, blockquote { text-wrap: balance; }
p { text-wrap: pretty; }

::selection { background: var(--gold); color: var(--dark-ink); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #2A362B; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-dim); }

img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ol { list-style: none; }
.num { font-variant-numeric: tabular-nums; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sprite symbol, .sprite symbol * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- Utilities ---------- */
.container { width: min(1200px, 92vw); margin-inline: auto; }
.container-narrow { width: min(760px, 92vw); }

.section { padding: clamp(5rem, 10vw, 8.5rem) 0; position: relative; scroll-margin-top: 4rem; }
section[id] { scroll-margin-top: calc(var(--nav-h) - 1rem); }

.eyebrow {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: clamp(1.5rem, 4vw, 3.5rem);
  height: 1px;
  background: var(--line-gold);
}
.eyebrow-dark { color: #8A6D2F; }
.eyebrow-dark::before, .eyebrow-dark::after { background: rgba(138, 109, 47, .4); }

.h2 {
  font-family: var(--serif);
  font-weight: 340;
  font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-top: 1.4rem;
  max-width: 14ch;
}
.h2 em, .gold-i {
  font-style: italic;
  font-weight: 380;
  color: var(--gold);
}

/* Italic serif ampersands — the editorial tells */
.amp { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold); padding-inline: .03em; }

.section-head { display: flex; flex-direction: column; align-items: center; text-align: center; }
.section-head .h2 { margin-inline: auto; }
.section-sub {
  margin-top: 1.2rem;
  max-width: 46ch;
  color: var(--ink-dim);
  font-size: 1rem;
}

.lead {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-family: var(--serif);
  font-weight: 340;
  line-height: 1.45;
  color: var(--ink);
}

.link-gold {
  color: var(--gold);
  border-bottom: 1px solid var(--line-gold);
  transition: color .3s, border-color .3s;
}
.link-gold:hover { color: var(--gold-hi); border-color: var(--gold-hi); }

.sprig { width: 180px; height: 24px; color: var(--gold-dim); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 1.05rem 2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .35s var(--ease-out), background-color .35s, color .35s, border-color .35s, box-shadow .35s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }

.btn-solid {
  background: var(--gold);
  color: #171208;
}
.btn-solid:hover {
  background: var(--gold-hi);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -12px rgba(199, 164, 92, .45);
}

.btn-ghost {
  border-color: var(--line-gold);
  color: var(--ink);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-hi);
  transform: translateY(-2px);
}

.btn-sm { padding: .7rem 1.35rem; font-size: .68rem; }
.btn .arrow { display: inline-block; transition: transform .35s var(--ease-out); }
.btn:hover .arrow { transform: translateX(4px); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

.skip {
  position: fixed; top: -100px; left: 1rem; z-index: 300;
  background: var(--gold); color: #171208; padding: .7rem 1.2rem; border-radius: 8px;
  font-family: var(--mono); font-size: .75rem; transition: top .3s;
}
.skip:focus { top: 1rem; }

.noscript-note {
  text-align: center;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 1.2rem 1rem 0;
}

/* ---------- Grain ---------- */
.grain {
  position: fixed; inset: -50%;
  width: 200%; height: 200%;
  pointer-events: none;
  z-index: 200;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background-color .4s, border-color .4s, height .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  height: 68px;
  background: rgba(10, 14, 11, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 2rem; }

.brand { display: inline-flex; align-items: center; gap: .7rem; margin-right: auto; }
.brand-mark { width: 22px; height: 22px; color: var(--gold); transition: transform .5s var(--ease-out); }
.brand:hover .brand-mark { transform: rotate(-14deg) scale(1.1); }
.brand-name {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .01em;
}
.brand-name em { color: var(--gold); font-weight: 380; }

.nav-links { display: flex; gap: 2.2rem; }
.nav-link {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink-dim);
  position: relative;
  padding: .4rem 0;
  transition: color .3s;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s var(--ease-out);
}
.nav-link:hover { color: var(--gold-hi); }
.nav-link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-link.active { color: var(--gold-hi); }
.nav-link.active::after { transform: scaleX(1); }

.burger {
  display: none;
  flex-direction: column;
  gap: 7px;
  padding: .5rem;
  z-index: 130;
}
.burger span {
  display: block;
  width: 26px; height: 1.5px;
  background: var(--ink);
  transition: transform .35s var(--ease-out), opacity .3s;
}
.burger.open span:nth-child(1) { transform: translateY(4.25px) rotate(45deg); }
.burger.open span:nth-child(2) { transform: translateY(-4.25px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(10, 14, 11, .97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility .4s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mm-links {
  display: flex; flex-direction: column; align-items: center; gap: 1.6rem;
}
.mm-links a {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 7vw, 2.6rem);
  font-weight: 340;
  color: var(--ink);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .45s var(--ease-out), transform .45s var(--ease-out), color .3s;
}
.mm-links a:hover { color: var(--gold); }
.mobile-menu.open .mm-links a { opacity: 1; transform: none; }
.mobile-menu.open .mm-links a:nth-child(1) { transition-delay: .05s; }
.mobile-menu.open .mm-links a:nth-child(2) { transition-delay: .11s; }
.mobile-menu.open .mm-links a:nth-child(3) { transition-delay: .17s; }
.mobile-menu.open .mm-links a:nth-child(4) { transition-delay: .23s; }
.mobile-menu.open .mm-links a:nth-child(5) { transition-delay: .29s; }
.mobile-menu.open .mm-links a:nth-child(6) { transition-delay: .35s; }
.mm-cta { font-style: italic; color: var(--gold); }
.mm-foot { font-family: var(--mono); font-size: .7rem; letter-spacing: .25em; text-transform: uppercase; color: var(--ink-faint); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: calc(var(--nav-h) + 3rem) 0 5rem;
  overflow: hidden;
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 92% at 50% 50%, transparent 58%, rgba(4, 6, 5, .5) 100%),
    radial-gradient(58% 46% at 50% 36%, rgba(199, 164, 92, .08), transparent 70%),
    radial-gradient(40% 32% at 82% 88%, rgba(157, 176, 140, .06), transparent 70%),
    var(--bg);
}

.ripples {
  position: absolute;
  top: 50%; left: 50%;
  width: min(145vmax, 1500px);
  height: min(145vmax, 1500px);
  transform: translate(-50%, -50%);
  fill: none;
  stroke-width: 1;
  opacity: .6;
  animation: ripple-pulse 11s ease-in-out infinite;
}
.ripples circle { stroke: var(--gold); }
.ripples circle:nth-child(odd) { stroke: var(--sage); opacity: .5; }
.ripples circle:nth-child(even) { opacity: .35; }
@keyframes ripple-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .6; }
  50% { transform: translate(-50%, -50%) scale(1.035); opacity: .42; }
}

.corner {
  position: absolute;
  width: clamp(180px, 26vw, 340px);
  color: var(--sage);
  opacity: .28;
  animation: float 13s ease-in-out infinite;
}
.corner.tl { top: 4%; left: -4%; transform: rotate(160deg); }
.corner.br { bottom: 6%; right: -4%; transform: rotate(-20deg); animation-delay: -6.5s; }
@keyframes float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 14px; }
}

.hero-inner { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; z-index: 2; }

.hero-title {
  font-family: var(--serif);
  font-weight: 320;
  font-size: clamp(3rem, 11.5vw, 10rem);
  line-height: .98;
  letter-spacing: -0.03em;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.hero-title .line2 { display: inline-flex; align-items: baseline; justify-content: center; gap: clamp(.6rem, 1.5vw, 1.4rem); }
.hero-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  text-shadow: 0 0 80px rgba(199, 164, 92, .35);
}
.leaf-dot { width: clamp(1.4rem, 3.2vw, 3rem); height: clamp(1.4rem, 3.2vw, 3rem); color: var(--gold); opacity: .9; animation: sway 7s ease-in-out infinite; }
@keyframes sway {
  0%, 100% { transform: rotate(-12deg) translateY(-.35em); }
  50% { transform: rotate(-5deg) translateY(-.5em); }
}

.hero-sub {
  margin-top: 2.2rem;
  max-width: 52ch;
  color: var(--ink-dim);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}
.hero-sub strong { color: var(--ink); font-weight: 600; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2.6rem; }

.hero-next {
  margin-top: 2.8rem;
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-dim);
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: .75rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hero-next strong { color: var(--gold-hi); font-weight: 400; }
.dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(199, 164, 92, .5);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(199, 164, 92, .55); }
  70% { box-shadow: 0 0 0 9px rgba(199, 164, 92, 0); }
  100% { box-shadow: 0 0 0 0 rgba(199, 164, 92, 0); }
}

.badge-spin {
  position: absolute;
  right: clamp(1rem, 6vw, 5rem);
  bottom: clamp(4.5rem, 9vh, 7rem);
  width: 138px; height: 138px;
  z-index: 2;
  animation: spin 26s linear infinite;
}
.badge-spin text {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .24em;
  fill: var(--gold);
}
.badge-spin use { color: var(--gold); }
@keyframes spin { to { transform: rotate(360deg); } }

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  z-index: 2;
}
.scroll-cue span {
  position: absolute;
  inset: 0;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
}
.scroll-cue span::after {
  content: "";
  position: absolute;
  top: 7px; left: 50%;
  width: 3px; height: 7px;
  background: var(--gold);
  border-radius: 3px;
  transform: translateX(-50%);
  animation: cue 2s var(--ease-out) infinite;
}
@keyframes cue {
  0% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 14px); }
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--cream);
  color: var(--dark-ink);
  transform: rotate(-1.2deg) scale(1.02);
  border-block: 1px solid rgba(138, 109, 47, .35);
  overflow: hidden;
  padding: .85rem 0;
  position: relative;
  z-index: 3;
  margin-block: -1rem 0;
  user-select: none;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-x 30s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.mq-group {
  font-family: var(--mono);
  font-size: .82rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 2rem;
}
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- Story ---------- */
.story { background: var(--bg); overflow: hidden; }
.story .container { position: relative; z-index: 1; }

.ghost-leaf {
  position: absolute;
  right: -6%;
  top: 12%;
  width: clamp(260px, 36vw, 520px);
  height: clamp(260px, 36vw, 520px);
  color: var(--gold);
  opacity: .07;
  transform: rotate(-18deg);
  pointer-events: none;
}

.story-copy {
  margin-top: 3rem;
  max-width: 62ch;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.story-copy p { color: var(--ink-dim); }
.story-copy .lead { color: var(--ink); }

/* ---------- Quote band ---------- */
.quote-band {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  background:
    radial-gradient(60% 90% at 50% 100%, rgba(157, 176, 140, .05), transparent 70%),
    var(--bg-2);
  border-block: 1px solid var(--line);
  text-align: center;
}
.quote-band blockquote {
  font-family: var(--serif);
  font-weight: 340;
  font-style: italic;
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
  line-height: 1.3;
  max-width: 22ch;
  margin-inline: auto;
  position: relative;
}
.quote-mark {
  display: block;
  font-family: var(--serif);
  font-size: 5rem;
  line-height: .6;
  color: var(--gold);
  opacity: .7;
  margin-bottom: 1.6rem;
}
.quote-band cite {
  display: block;
  margin-top: 2rem;
  font-style: normal;
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ---------- Menu ---------- */
.menu { background: var(--bg); }

.menu-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.menu-cat {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line-gold);
  margin-bottom: 1.6rem;
  font-weight: 400;
}
.menu-col { display: flex; flex-direction: column; }
.mi { padding: 1.05rem 0; }
.mi + .mi { border-top: 1px dashed var(--line); }
.mi-head { display: flex; align-items: baseline; gap: .8rem; }
.mi-name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.18rem;
  letter-spacing: .01em;
  transition: color .3s;
}
.mi:hover .mi-name { color: var(--gold-hi); }
.mi-dots { flex: 1; border-bottom: 1px dotted var(--line-gold); transform: translateY(-4px); min-width: 1.5rem; transition: border-color .35s; }
.mi:hover .mi-dots { border-bottom-color: var(--gold); }
.mi-price { font-family: var(--mono); color: var(--gold); font-size: .9rem; }
.mi-price::before { content: "· "; color: var(--ink-faint); }
.mi-desc {
  margin-top: .35rem;
  font-size: .92rem;
  color: var(--ink-dim);
  font-style: italic;
  max-width: 34ch;
}
.mi-tag { font-family: var(--mono); font-size: .68rem; font-style: normal; color: var(--sage); letter-spacing: .1em; }
.mi.featured { padding-inline: .9rem; border-left: 2px solid var(--gold); }
.mi.featured .mi-name { color: var(--gold-hi); }
.mi.featured .mi-name::before {
  content: "✦";
  color: var(--gold);
  font-size: .62em;
  vertical-align: .28em;
  margin-right: .5em;
}

.menu-foot {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.bites-band { margin-top: 3.2rem; }
.bites-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .5rem 2rem;
}

/* ---------- The Table ---------- */
.table-section {
  background:
    radial-gradient(70% 60% at 50% 0%, rgba(157, 176, 140, .07), transparent 65%),
    var(--bg-2);
  border-block: 1px solid var(--line);
}
.manners { margin-top: 3.5rem; border-top: 1px solid var(--line); list-style: none; }
.manner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 1rem 2.5rem;
  align-items: baseline;
  padding: 1.8rem .2rem;
  border-bottom: 1px solid var(--line);
}
.manner-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  display: flex;
  align-items: baseline;
  gap: .85rem;
  transition: color .3s;
}
.manner-title::before {
  content: "✦";
  color: var(--gold);
  font-size: .68em;
  flex: none;
  transform: translateY(-.08em);
}
.manner:hover .manner-title { color: var(--gold-hi); }
.manner:hover .manner-title::before { content: "✶"; }
.manner-text { color: var(--ink-dim); font-size: .95rem; }

/* ---------- Nights / tickets ---------- */
.nights { background: var(--bg); }

.nights-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.ticket {
  position: relative;
  display: grid;
  grid-template-columns: 118px 1fr auto;
  align-items: center;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .45s var(--ease-out), border-color .45s, box-shadow .45s;
}
.ticket:hover {
  transform: translateY(-4px);
  border-color: var(--line-gold);
  box-shadow: 0 24px 60px -30px rgba(199, 164, 92, .28);
}
.ticket:focus-within { border-color: var(--line-gold); }
.ticket::before, .ticket::after {
  content: "";
  position: absolute;
  left: 109px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--line);
  z-index: 2;
}
.ticket::before { top: -10px; }
.ticket::after  { bottom: -10px; }

.t-stub {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .2rem;
  padding: 1.6rem .6rem;
  border-right: 1.5px dashed var(--line-gold);
  background: rgba(199, 164, 92, .05);
}
.t-month { font-family: var(--mono); font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.t-day { font-family: var(--serif); font-weight: 340; font-size: 2.6rem; line-height: 1; }
.t-dow { font-family: var(--mono); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-faint); }

.t-body { padding: 1.6rem 1.8rem; }
.t-title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.3rem, 2.4vw, 1.65rem); }
.t-desc { margin-top: .4rem; color: var(--ink-dim); font-size: .95rem; max-width: 46ch; }
.t-meta {
  margin-top: .9rem;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.4rem;
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.t-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .9rem;
  padding: 1.6rem 2rem;
  align-self: stretch;
  justify-content: center;
  border-left: 1px solid var(--line);
}
.t-price { font-family: var(--serif); font-weight: 340; font-size: 1.7rem; color: var(--gold-hi); }

/* the little barcode — every real ticket has one */
.t-right::after {
  content: "";
  width: 46px;
  height: 15px;
  background: repeating-linear-gradient(90deg,
    var(--ink-faint) 0 1.5px, transparent 1.5px 4px,
    var(--ink-faint) 4px 5px, transparent 5px 7.5px,
    var(--ink-faint) 7.5px 10px, transparent 10px 13px);
  opacity: .45;
}

.nights-note {
  margin-top: 2.6rem;
  text-align: center;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ---------- FAQ ---------- */
.faq { background: var(--bg); }
.faq-list { margin-top: 3.2rem; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem .2rem;
  text-align: left;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  color: var(--ink);
  transition: color .3s;
}
.faq-q:hover { color: var(--gold-hi); }
.plus { position: relative; width: 14px; height: 14px; flex: none; }
.plus::before, .plus::after {
  content: "";
  position: absolute;
  background: var(--gold);
  transition: transform .4s var(--ease-out);
}
.plus::before { left: 0; top: 6.25px; width: 14px; height: 1.5px; }
.plus::after { top: 0; left: 6.25px; width: 1.5px; height: 14px; }
.faq-item.open .plus::after { transform: rotate(90deg) scaleY(0); }
.faq-item.open .plus::before { transform: rotate(180deg); }
.faq-item.open .faq-q { color: var(--gold-hi); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .55s var(--ease-out);
}
.faq-a p {
  padding: 0 .2rem 1.7rem;
  color: var(--ink-dim);
  font-size: .98rem;
  max-width: 62ch;
}

/* ---------- RSVP (light) ---------- */
.rsvp {
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(199, 164, 92, .14), transparent 60%),
    var(--cream);
  color: var(--dark-ink);
  border-radius: 28px 28px 0 0;
  margin-top: -1.5rem;
}
.rsvp .section-sub { color: rgba(19, 27, 20, .66); }
.rsvp .h2 { color: var(--dark-ink); }
.rsvp .h2 em { color: #8A6D2F; }

.rsvp-form {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  max-width: 880px;
  margin-inline: auto;
}
.field { display: flex; flex-direction: column; gap: .55rem; }
.field label {
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(19, 27, 20, .55);
}
.field input, .field select {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--dark-ink);
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid rgba(19, 27, 20, .25);
  padding: .8rem .1rem;
  border-radius: 0;
  transition: border-color .3s;
}
.field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23131B14' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .2rem center;
}
.field input::placeholder { color: rgba(19, 27, 20, .35); }
.field input:focus, .field select:focus { outline: none; border-bottom-color: #8A6D2F; }
.field:focus-within label { color: #8A6D2F; }
.field input, .field select { caret-color: #8A6D2F; }
.field input:-webkit-autofill,
.field select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px var(--cream) inset;
  -webkit-text-fill-color: var(--dark-ink);
}

.form-foot {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  margin-top: .4rem;
}
.rsvp .btn-solid {
  background: var(--dark-ink);
  color: var(--cream);
}
.rsvp .btn-solid:hover {
  background: #1D2A1E;
  box-shadow: 0 14px 34px -14px rgba(19, 27, 20, .55);
}
.rsvp-contact {
  margin-top: 3rem;
  text-align: center;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .14em;
  color: rgba(19, 27, 20, .55);
}

.rsvp-success {
  margin-top: 3.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  padding: 3rem 1.5rem;
  border: 1px dashed rgba(138, 109, 47, .5);
  border-radius: 18px;
  max-width: 640px;
  margin-inline: auto;
  animation: rise .7s var(--ease-out) both;
}
.leaf-big { width: 44px; height: 44px; color: #8A6D2F; }
.success-title { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 3.4vw, 2.2rem); }
.success-title em { color: #8A6D2F; }
.success-text { color: rgba(19, 27, 20, .7); max-width: 44ch; }
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* ---------- Footer ---------- */
.footer {
  background: var(--bg);
  padding: clamp(4rem, 8vw, 6.5rem) 0 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.footer-word {
  font-family: var(--serif);
  font-weight: 340;
  font-size: clamp(3rem, 12vw, 10.5rem);
  line-height: .95;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(199, 164, 92, .4);
  user-select: none;
}
.footer-word.word-2 { margin-top: .4rem; font-style: italic; -webkit-text-stroke: 1px rgba(234, 227, 210, .22); }
.footer-word { transition: -webkit-text-stroke-color .5s; }
.footer-word:hover { -webkit-text-stroke-color: rgba(199, 164, 92, .7); }

.f-cols {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  text-align: left;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}
.f-title {
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.f-links { display: flex; flex-direction: column; gap: .7rem; }
.f-links a { color: var(--ink-dim); font-size: .95rem; transition: color .3s; width: fit-content; }
.f-links a:hover { color: var(--gold-hi); }
.f-hours span { color: var(--ink-dim); font-size: .95rem; }
.f-next { font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; color: var(--gold); margin-top: .4rem; }

.f-bottom {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.fine { font-size: .74rem; color: var(--ink-faint); max-width: 72ch; margin-inline: auto; line-height: 1.6; }

/* ---------- Reveal ---------- */
html.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
  transition-delay: var(--d, 0s);
}
html.js [data-reveal].revealed { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .bites-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .badge-spin { width: 104px; height: 104px; right: 4vw; bottom: 5.5rem; }
  .hero { padding-bottom: 6.5rem; }

  .ticket { grid-template-columns: 96px 1fr; }
  .t-right::after { display: none; }
  .ticket .t-right {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .ticket::before { left: -10px; top: 46px; }
  .ticket::after { left: auto; right: -10px; top: 46px; }
  .t-stub { padding: 1.2rem .5rem; }
  .t-day { font-size: 2rem; }
  .t-body { padding: 1.2rem 1.2rem 1rem; }
}

@media (max-width: 620px) {
  body { font-size: 1rem; }
  .hero-next { font-size: .62rem; padding-inline: 1rem; text-align: center; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .badge-spin, .scroll-cue { display: none; }
  .corner { opacity: .16; }
  .manner { grid-template-columns: 1fr; gap: .45rem; padding: 1.4rem .1rem; }
  .menu-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .bites-grid { grid-template-columns: 1fr; }
  .rsvp-form { grid-template-columns: 1fr; gap: 1.6rem; }
  .f-cols { grid-template-columns: 1fr; text-align: center; }
  .f-links { align-items: center; }
  .mq-group { font-size: .72rem; }
  .marquee { transform: rotate(-1.2deg); }
}

/* ---------- Touch: no sticky hover lifts on tap ---------- */
@media (hover: none) {
  .ticket:hover, .btn:hover { transform: none; box-shadow: none; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html.js [data-reveal] { opacity: 1; transform: none; }
}

/* ---------- Print: the menu should travel well ---------- */
@media print {
  body { background: #fff; color: #1c1c17; }
  html.js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .grain, .nav, .mobile-menu, .marquee, .hero-bg, .badge-spin, .scroll-cue,
  .hero-actions, .hero-next, .rsvp-form, .noscript-note { display: none !important; }
  .hero { min-height: auto; padding: 3rem 0 1rem; }
  .section { padding: 2rem 0; }
  .h2 em, .gold-i, .mi-price, .eyebrow, .link-gold, .amp { color: #7a5f2b; }
  .section-sub, .mi-desc, .story-copy p, .t-desc, .manner-text { color: #4a4a40; }
  .faq-a { max-height: none !important; }
  .faq-a p { padding-bottom: .8rem; }
  .ticket { border-color: #c9c4b2; box-shadow: none; break-inside: avoid; }
  .t-price, .t-title { color: inherit; }
  .rsvp { background: #fff; color: #1c1c17; margin-top: 0; border-radius: 0; }
  .rsvp .h2, .rsvp .h2 em { color: #1c1c17; }
  a { color: inherit; text-decoration: none; }
}
