/* ------------------------------------------------------------------
   CROSSROADS — A Visitor's Companion (unofficial, 14th printing)
   Ephemera / guidebook skin. Daylight (paper) / Lantern Hours (night desk)
------------------------------------------------------------------ */

:root {
  --bg: #ece0c6;
  --bg-2: #e4d6b8;
  --surface: #f6eeda;
  --surface-2: #efe4cb;
  --ink: #2e2a20;
  --sub: #6d6352;
  --accent: #b4541b;
  --stamp: #a8402c;
  --teal: #22685c;
  --pen: #3c5f92;
  --line: rgba(46, 42, 32, 0.20);
  --paper-edge: #fbf6e9;
  --shadow: 0 14px 34px -14px rgba(51, 38, 16, 0.45);
  --glow: rgba(180, 84, 27, 0.20);
  --particle: rgba(150, 110, 40, 0.5);
  --display: "Limelight", "Georgia", serif;
  --body: "Source Serif 4", "Georgia", serif;
  --utility: "Outfit", "Segoe UI", sans-serif;
  --hand: "Caveat", "Segoe Script", cursive;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #15110b;
    --bg-2: #1b1610;
    --surface: #221c13;
    --surface-2: #1e1810;
    --ink: #ecdfc4;
    --sub: #a3987f;
    --accent: #ffb454;
    --stamp: #e06a50;
    --teal: #4fd0b5;
    --pen: #8fb4e8;
    --line: rgba(236, 223, 196, 0.16);
    --paper-edge: #2b2418;
    --shadow: 0 16px 40px -14px rgba(0, 0, 0, 0.7);
    --glow: rgba(255, 180, 84, 0.16);
    --particle: rgba(255, 190, 110, 0.55);
    color-scheme: dark;
  }
}

:root[data-theme="light"] {
  --bg: #ece0c6;
  --bg-2: #e4d6b8;
  --surface: #f6eeda;
  --surface-2: #efe4cb;
  --ink: #2e2a20;
  --sub: #6d6352;
  --accent: #b4541b;
  --stamp: #a8402c;
  --teal: #22685c;
  --pen: #3c5f92;
  --line: rgba(46, 42, 32, 0.20);
  --paper-edge: #fbf6e9;
  --shadow: 0 14px 34px -14px rgba(51, 38, 16, 0.45);
  --glow: rgba(180, 84, 27, 0.20);
  --particle: rgba(150, 110, 40, 0.5);
  color-scheme: light;
}

:root[data-theme="dark"] {
  --bg: #15110b;
  --bg-2: #1b1610;
  --surface: #221c13;
  --surface-2: #1e1810;
  --ink: #ecdfc4;
  --sub: #a3987f;
  --accent: #ffb454;
  --stamp: #e06a50;
  --teal: #4fd0b5;
  --pen: #8fb4e8;
  --line: rgba(236, 223, 196, 0.16);
  --paper-edge: #2b2418;
  --shadow: 0 16px 40px -14px rgba(0, 0, 0, 0.7);
  --glow: rgba(255, 180, 84, 0.16);
  --particle: rgba(255, 190, 110, 0.55);
  color-scheme: dark;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.75;
  overflow-x: hidden;
  transition: background-color 0.5s ease, color 0.5s ease;
}

/* paper grain over everything */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.45 0 0 0 0 0.40 0 0 0 0 0.30 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }

::selection { background: var(--accent); color: #fdf6e5; }

a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* ---------- shared ---------- */

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

.eyebrow {
  font-family: var(--utility);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: "✕";
  font-size: 0.85em;
  color: var(--sub);
}

.section { padding: clamp(70px, 10vw, 130px) 0; position: relative; }
.section-alt { background: var(--bg-2); transition: background-color 0.5s ease; }

h2.title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.8rem, 4.2vw, 3rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 16px 0 20px;
}

.lede {
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  max-width: 64ch;
  color: var(--sub);
}
.lede strong { color: var(--ink); font-weight: 600; }

.kicker-num {
  font-family: var(--utility);
  font-weight: 500;
  color: var(--sub);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

/* handwritten margin note */
.note {
  font-family: var(--hand);
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--pen);
  transform: rotate(-1.4deg);
  max-width: 34ch;
}
.note::before { content: "— "; }

/* rubber stamp */
.stamp {
  display: inline-block;
  font-family: var(--utility);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stamp);
  border: 2px solid var(--stamp);
  border-radius: 4px;
  padding: 7px 14px 6px;
  transform: rotate(-3deg);
  opacity: 0.85;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.55 0.45'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23r)'/%3E%3C/svg%3E");
}

/* pasted photo print */
.photo {
  background: var(--paper-edge);
  padding: 12px 12px 14px;
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
  position: relative;
}
.photo.tilt-r { transform: rotate(1.1deg); }
.photo::before, .photo::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 26px;
  background: rgba(226, 214, 180, 0.55);
  border-left: 1px solid rgba(120, 105, 70, 0.12);
  border-right: 1px solid rgba(120, 105, 70, 0.12);
  top: -12px;
}
.photo::before { left: 8%; transform: rotate(-42deg); }
.photo::after { right: 8%; transform: rotate(38deg); }
.photo img { width: 100%; }
.photo figcaption {
  font-family: var(--hand);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--pen);
  padding-top: 10px;
  text-align: center;
}

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.85s cubic-bezier(.2,.7,.2,1), transform 0.85s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- nav ---------- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 13px clamp(18px, 3vw, 40px);
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.nav.scrolled {
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-mark {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.14em;
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
}
.nav-mark span { color: var(--accent); }
.nav-links { display: flex; gap: 20px; margin-left: auto; }
.nav-links a {
  font-family: var(--utility);
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.2s, color 0.2s;
}
.nav-links a:hover { opacity: 1; color: var(--accent); }
@media (max-width: 960px) { .nav-links { display: none; } }

.theme-btn {
  margin-left: auto;
  font-family: var(--utility);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nav-links + .theme-btn { margin-left: 0; }
.theme-btn:hover { border-color: var(--accent); box-shadow: 0 0 0 4px var(--glow); }
.theme-btn .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px 2px var(--glow);
}

/* ---------- cover ---------- */

.hero {
  position: relative;
  padding: clamp(120px, 16vh, 190px) 0 clamp(50px, 7vw, 90px);
  overflow: hidden;
}
#fireflies { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .stamp { margin-bottom: 26px; opacity: 0; animation: fade-in 1s 0.2s ease forwards; }
.hero-eyebrow {
  font-family: var(--utility);
  font-weight: 700;
  font-size: clamp(0.64rem, 1vw, 0.76rem);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--sub);
  margin-bottom: 18px;
  opacity: 0;
  animation: fade-in 1.2s 0.4s ease forwards;
}
.hero h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.5rem, 8.8vw, 7.2rem);
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--ink);
  text-transform: uppercase;
}
.hero h1 .ltr {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em) rotate(4deg);
  animation: rise 0.9s cubic-bezier(.2,.75,.25,1.15) forwards;
}
.hero-tag {
  margin: 22px auto 0;
  max-width: 52ch;
  font-size: clamp(0.98rem, 1.7vw, 1.2rem);
  font-style: italic;
  color: var(--sub);
  opacity: 0;
  animation: fade-in 1.3s 1.5s ease forwards;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 32px 0 54px;
  opacity: 0;
  animation: fade-in 1.2s 1.9s ease forwards;
}
.cover-photo {
  max-width: min(920px, 92vw);
  margin: 0 auto;
  opacity: 0;
  animation: fade-in 1.4s 1.1s ease forwards;
}

@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes fade-in { to { opacity: 1; } }

.btn {
  font-family: var(--utility);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  will-change: transform;
}
.btn-solid {
  background: var(--accent);
  color: #fdf6e5;
  box-shadow: 0 6px 22px -8px var(--accent);
  border: none;
}
.btn-solid:hover { box-shadow: 0 9px 30px -6px var(--accent); }
.btn-ghost {
  color: var(--ink);
  border: 1.5px solid var(--line);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ticker — overheard strip */
.ticker {
  position: relative;
  z-index: 3;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  background: var(--surface);
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 0;
  transition: background-color 0.5s ease;
}
.ticker-track { display: inline-block; animation: ticker 95s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker span {
  font-family: var(--utility);
  font-weight: 500;
  font-size: 0.79rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--sub);
  margin: 0 26px;
}
.ticker b { color: var(--accent); font-weight: 700; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- chapter one / stats ---------- */

.promise-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: start;
}
@media (max-width: 880px) { .promise-grid { grid-template-columns: 1fr; } }

.promise-copy p + p { margin-top: 1.2em; }
.promise-copy .big-quote {
  font-style: italic;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.5;
  color: var(--ink);
  border-left: 3px solid var(--accent);
  padding-left: 22px;
  margin: 1.5em 0;
}
.promise-copy .note { margin-top: 1.6em; }

.stats-stack { display: grid; gap: 26px; }
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.stat { background: var(--surface); padding: 26px 24px 22px; transition: background-color 0.5s ease; }
.stat .num {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.stat .lbl {
  font-family: var(--utility);
  font-weight: 500;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sub);
  margin-top: 9px;
  line-height: 1.55;
}

/* ---------- residents ---------- */

.cast-wide { margin: clamp(40px, 6vw, 64px) auto; max-width: 980px; }

.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 12px;
}
.cast-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 26px 24px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.5s ease;
}
.cast-card:hover { transform: translateY(-5px) rotate(-0.4deg); box-shadow: var(--shadow); }
.cast-card .glyph { font-size: 1.6rem; line-height: 1; }
.cast-card h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 13px 0 4px;
}
.cast-card .role {
  font-family: var(--utility);
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
}
.cast-card p { font-size: 0.94rem; color: var(--sub); margin-top: 11px; }
.cast-card .note { font-size: 1.12rem; margin-top: 12px; max-width: none; }

.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 5vw, 66px);
  align-items: center;
  margin-top: clamp(60px, 8vw, 100px);
}
@media (max-width: 880px) { .feature { grid-template-columns: 1fr; } }
.feature.flip .feature-img { order: 2; }
@media (max-width: 880px) { .feature.flip .feature-img { order: 0; } }
.feature h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 13px 0 15px;
  text-wrap: balance;
}
.feature p + p { margin-top: 1em; }
.feature p { color: var(--sub); }
.feature p strong { color: var(--ink); }
.feature .note { margin-top: 1.4em; }

/* footnote box (the coin) */
.footnote {
  margin-top: clamp(50px, 7vw, 80px);
  background: var(--surface);
  border: 1px dashed var(--line);
  border-radius: 3px;
  padding: 26px 30px;
  max-width: 760px;
}
.footnote h4 {
  font-family: var(--utility);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sub);
  margin-bottom: 10px;
}
.footnote p { font-size: 0.95rem; color: var(--sub); }
.footnote p strong { color: var(--ink); }

.standards {
  margin-top: clamp(50px, 7vw, 90px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.standard { background: var(--surface); padding: 26px 26px 24px; transition: background-color 0.4s ease; }
.standard:hover { background: var(--surface-2); }
.standard h4 {
  font-family: var(--utility);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 9px;
}
.standard p { font-size: 0.94rem; color: var(--sub); }

/* ---------- lands ---------- */

.land {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(34px, 5vw, 66px);
  align-items: center;
  padding: clamp(40px, 6vw, 64px) 0;
}
.land + .land { border-top: 1px dashed var(--line); }
.land.flip .land-img { order: 2; }
@media (max-width: 880px) {
  .land, .land.flip { grid-template-columns: 1fr; }
  .land.flip .land-img { order: 0; }
}
.land-img {
  transform-style: preserve-3d;
  transition: transform 0.25s ease;
}
.land h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 11px 0 13px;
}
.land .desc { color: var(--sub); }
.land .desc strong { color: var(--ink); }
.land ul { list-style: none; margin-top: 18px; display: grid; gap: 9px; }
.land li { font-size: 0.94rem; color: var(--sub); padding-left: 24px; position: relative; }
.land li::before { content: "✕"; position: absolute; left: 0; top: 1px; color: var(--accent); font-size: 0.75rem; }
.land li strong { color: var(--ink); }
.land .note { margin-top: 16px; }

/* ---------- rides ---------- */

.ride-list { margin-top: clamp(34px, 5vw, 54px); border-top: 1px solid var(--line); }
.ride {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) 1.65fr auto;
  gap: clamp(18px, 3vw, 40px);
  align-items: baseline;
  padding: 28px 6px;
  border-bottom: 1px solid var(--line);
  transition: background-color 0.3s ease, padding-left 0.3s ease;
}
.ride:hover { background: var(--surface); padding-left: 16px; }
@media (max-width: 880px) { .ride { grid-template-columns: 1fr; gap: 8px; } }
.ride h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.18rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
}
.ride .where {
  font-family: var(--utility);
  font-weight: 700;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  display: block;
  margin-top: 5px;
}
.ride p { font-size: 0.95rem; color: var(--sub); }
.ride p .note { display: block; margin-top: 8px; }
.ride .chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 880px) { .ride .chips { justify-content: flex-start; } }
.chip {
  font-family: var(--utility);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  border-radius: 3px;
  padding: 4px 11px;
  white-space: nowrap;
}

.queue-note {
  margin-top: clamp(36px, 5vw, 56px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  padding: 26px 30px;
}
.queue-note h4 {
  font-family: var(--utility);
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--teal);
  margin-bottom: 11px;
}
.queue-note p { color: var(--sub); max-width: 76ch; }
.queue-note p strong { color: var(--ink); }

/* ---------- eating ---------- */

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: clamp(32px, 5vw, 50px);
}
.dish {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dish:hover { transform: translateY(-4px) rotate(0.4deg); box-shadow: var(--shadow); }
.dish-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.dish h3 { font-family: var(--utility); font-weight: 700; font-size: 0.94rem; letter-spacing: 0.03em; }
.dish .price {
  font-family: var(--display);
  color: var(--accent);
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  flex: none;
}
.dish .from {
  font-family: var(--utility);
  font-weight: 500;
  font-size: 0.66rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--teal);
  margin-top: 4px;
}
.dish p { font-size: 0.91rem; color: var(--sub); margin-top: 9px; }

/* ---------- noticed ---------- */

.craft-cols { columns: 2; column-gap: clamp(36px, 5vw, 66px); margin-top: clamp(32px, 5vw, 50px); }
@media (max-width: 880px) { .craft-cols { columns: 1; } }
.craft-item { break-inside: avoid; margin-bottom: 32px; }
.craft-item h4 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.06rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.craft-item h4 .n { color: var(--accent); margin-right: 10px; font-size: 0.9em; }
.craft-item p { font-size: 0.95rem; color: var(--sub); }
.craft-item p strong { color: var(--ink); }

/* ---------- mercies ---------- */

.kind-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 14px;
  margin-top: clamp(32px, 5vw, 50px);
}
.kind {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 19px 21px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.kind:nth-child(3n) { transform: rotate(0.35deg); }
.kind:nth-child(3n+1) { transform: rotate(-0.3deg); }
.kind:hover { border-color: var(--accent); transform: translateY(-3px) rotate(0deg); }
.kind h4 { font-family: var(--utility); font-weight: 700; font-size: 0.81rem; letter-spacing: 0.07em; margin-bottom: 6px; }
.kind p { font-size: 0.87rem; color: var(--sub); line-height: 1.6; }

/* ---------- closing time ---------- */

.nightfall {
  position: relative;
  overflow: hidden;
  background: #0a0d0c;
  color: #ecdfc4;
  padding: clamp(80px, 11vw, 140px) 0 0;
}
.nightfall .eyebrow { color: #ffb454; }
.nightfall .eyebrow::before { color: #7a6f57; }
.nightfall h2.title { color: #ecdfc4; }
.nightfall .lede { color: #a89d84; }
.nightfall .lede strong { color: #ecdfc4; }
.nightfall .note { color: #8fb4e8; }

.show-stage { position: relative; margin-top: clamp(36px, 6vw, 64px); border-top: 1px solid rgba(236,223,196,0.14); }
.show-stage .stage-bg {
  width: 100%;
  height: clamp(420px, 70vh, 700px);
  object-fit: cover;
  opacity: 0.6;
  display: block;
  transition: opacity 1.2s ease;
}
.show-stage.showing .stage-bg { opacity: 0.16; }
#drones { position: absolute; inset: 0; width: 100%; height: 100%; cursor: crosshair; }
.show-ui {
  position: absolute;
  inset: auto 0 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  z-index: 3;
  pointer-events: none;
}
.show-ui .btn { pointer-events: auto; }
.show-hint {
  font-family: var(--utility);
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(236, 223, 196, 0.6);
}

/* ---------- colophon ---------- */

.footer {
  background: #0a0d0c;
  color: #8d8871;
  padding: 60px 0 70px;
  border-top: 1px solid rgba(236, 223, 196, 0.1);
}
.footer .wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: end;
}
@media (max-width: 700px) { .footer .wrap { grid-template-columns: 1fr; } }
.footer .mark {
  font-family: var(--display);
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ecdfc4;
}
.footer .mark span { color: #ffb454; }
.footer p { font-size: 0.86rem; line-height: 1.7; margin-top: 13px; max-width: 54ch; }
.footer .fine { text-align: right; font-family: var(--utility); font-size: 0.72rem; letter-spacing: 0.08em; }
@media (max-width: 700px) { .footer .fine { text-align: left; } }
.footer a { color: #ffb454; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001s !important; animation-iteration-count: 1 !important; transition-duration: 0.001s !important; }
  .reveal { opacity: 1; transform: none; }
  .ticker-track { animation: none; }
}
