/* =========================================================
   Magnitude Equine Therapy
   Direction: "Field notes from the barn" — warm editorial / equine.
   Paper + ink + one rust accent · Fraunces / Hanken Grotesk / Space Mono.
   Mobile-first. Single deliberate light theme (warm daylight).
   ========================================================= */

:root {
  /* --- Palette: white / black / gray + one red accent (equine-rodeo code) --- */
  --paper:      #FFFFFF;   /* page — white */
  --paper-2:    #F1F1F0;   /* alt band — light gray */
  --paper-3:    #FFFFFF;   /* raised surfaces / cards */
  --ink:        #121212;   /* headline / body — near-black */
  --ink-2:      #3B3B3B;   /* secondary text — dark gray */
  --ink-3:      #6E6E6E;   /* muted / captions — mid gray */
  --rust:       #C8102E;   /* the one accent — red */
  --rust-deep:  #96001E;   /* deep red — hover */
  --red-bright: #FF4B5C;   /* red for accents on black bands */
  --olive:      #565656;   /* tertiary — gray (kept name, neutral value) */
  --rule:       #DEDEDE;   /* hairlines on white */
  --rule-soft:  #E7E7E7;
  --ink-rule:   #333333;   /* hairlines on black band */
  --cream:      #F5F5F4;   /* text on black */

  /* --- Type --- */
  --serif: "Fraunces", "Hoefler Text", Georgia, serif;
  --sans:  "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
  --mono:  "Space Mono", "SFMono-Regular", ui-monospace, "Courier New", monospace;

  --fs-display: clamp(2.9rem, 1.3rem + 6.6vw, 6.6rem);
  --fs-h2:      clamp(2rem, 1.15rem + 3.4vw, 3.9rem);
  --fs-h3:      clamp(1.18rem, 1.05rem + 0.5vw, 1.4rem);
  --fs-lead:    clamp(1.1rem, 1rem + 0.5vw, 1.35rem);
  --fs-body:    1.06rem;
  --fs-mono:    0.72rem;

  --pad:        clamp(1.15rem, 5vw, 3rem);
  --maxw:       1180px;
  --gap-chapter: clamp(3.5rem, 2rem + 8vw, 8rem);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--paper);
  /* fine paper grain */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.028'/%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ---------- Type primitives ---------- */
.display { font-family: var(--serif); font-weight: 400; line-height: 0.98; letter-spacing: -0.02em; }
.ital { font-style: italic; font-weight: 400; color: var(--rust); }
h2 { font-family: var(--serif); font-weight: 400; }
h3 { font-family: var(--serif); font-weight: 500; font-size: var(--fs-h3); letter-spacing: -0.01em; }
.mono { font-family: var(--mono); font-weight: 400; }
.nowrap { white-space: nowrap; }

.section-no {
  font-family: var(--mono); font-size: var(--fs-mono); font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--rust);
  margin-bottom: 1.4rem;
}
.section-no-light { color: var(--red-bright); }

.kicker {
  font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-3);
  display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center;
}
.kicker .dot { color: var(--rust); }

.footnote {
  font-family: var(--sans); font-size: 0.85rem; color: var(--ink-3);
  line-height: 1.55; max-width: 44rem; margin-top: 2rem;
}
.footnote .mono { color: var(--rust); margin-right: 0.3rem; }
.dim { color: var(--ink-3); font-weight: 400; }

/* ---------- Masthead ---------- */
.mast {
  position: sticky; top: 0; z-index: 50;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid var(--rule);
  transition: border-color 0.3s ease;
}
.mast-inner {
  display: flex; align-items: center; gap: 1rem;
  max-width: var(--maxw); margin-inline: auto;
  padding: 0.85rem var(--pad);
}
.mast.scrolled { border-bottom-color: var(--rule); }
.mast-brand { display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--ink); }
.mast-logo { height: 40px; width: auto; display: block; flex: none; }
.wave-mark { width: 40px; height: 20px; color: var(--rust); flex: none; }
.mast-word { font-family: var(--serif); font-weight: 500; font-size: 1.4rem; letter-spacing: -0.02em; }
.mast-nav { display: none; margin-left: auto; gap: 1.5rem; }
.mast-nav a {
  font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; color: var(--ink-2); padding-bottom: 3px; position: relative;
}
.mast-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1.5px; background: var(--rust); transition: right 0.32s var(--ease); }
.mast-nav a:hover { color: var(--ink); }
.mast-nav a:hover::after { right: 0; }
.mono-btn {
  margin-left: auto;
  font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; color: var(--ink);
  border: 1px solid var(--ink); border-radius: 2px; padding: 0.5rem 0.8rem;
  transition: background 0.25s ease, color 0.25s ease;
}
.mono-btn:hover { background: var(--ink); color: var(--paper); }
.mono-btn span { color: var(--rust); }
.mono-btn:hover span { color: var(--red-bright); }
@media (min-width: 900px) { .mast-nav { display: flex; } .mono-btn { margin-left: 0; } }

/* ---------- Buttons ---------- */
.btn-solid {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--sans); font-weight: 600; font-size: 1rem;
  background: var(--rust); color: var(--paper-3);
  padding: 0.95rem 1.6rem; border: none; border-radius: 2px; cursor: pointer;
  text-decoration: none; text-align: center;
  transition: transform 0.4s var(--ease), background 0.25s ease;
}
.btn-solid:hover { background: var(--rust-deep); transform: translateY(-2px); }
.btn-solid:active { transform: translateY(0); }
.btn-block { width: 100%; margin-top: 0.5rem; }
.btn-line {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; color: var(--ink);
  border-bottom: 1.5px solid var(--ink); padding-bottom: 3px;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.btn-line:hover { color: var(--rust); border-color: var(--rust); }
.btn-solid:focus-visible, .btn-line:focus-visible, .mono-btn:focus-visible, .mast-nav a:focus-visible {
  outline: 2px solid var(--rust); outline-offset: 3px;
}

/* ---------- Cover / hero ---------- */
.cover {
  max-width: var(--maxw); margin-inline: auto;
  padding: clamp(1.75rem, 3vw, 3.5rem) var(--pad) clamp(2.5rem, 4vw, 4rem);
}
.kicker-top { padding-bottom: 1.5rem; border-bottom: 1px solid var(--rule); margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.cover-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: end; }
.cover-lead { max-width: 46rem; }
.cover .display { font-size: var(--fs-display); }
.cover .display .display-2 { display: block; color: var(--ink); margin-top: 0.12em; }
.cover .display .ital { display: inline; }
.cover-sub { font-size: var(--fs-lead); color: var(--ink-2); max-width: 34rem; margin-top: 1.6rem; line-height: 1.5; }
.cover-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.5rem; margin-top: 2rem; }

/* photo "plate" */
.plate { align-self: stretch; display: flex; flex-direction: column; }
.plate-inner {
  position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden;
  background: #111; border: 1px solid var(--ink);
}
.plate-inner picture, .plate-inner img { display: block; width: 100%; height: 100%; object-fit: cover; }
.plate-inner::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--rust); z-index: 2;
}
.plate figcaption {
  font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: 0.06em;
  color: var(--ink-3); padding-top: 0.6rem; border-top: 1px solid var(--rule); margin-top: 0.6rem;
}
.plate figcaption .mono { color: var(--rust); }
@media (min-width: 860px) {
  .cover-grid { grid-template-columns: 1.35fr 0.65fr; }
  .plate-inner { aspect-ratio: 3 / 4; }
}

.cover-facts {
  list-style: none; padding: 1.5rem 0 0; margin-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 1.5rem;
}
.cover-facts li { font-size: 0.92rem; font-weight: 500; color: var(--ink-2); display: flex; gap: 0.55rem; align-items: baseline; }
.cover-facts .mono { color: var(--rust); font-size: var(--fs-mono); }
@media (min-width: 720px) { .cover-facts { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Cinematic video hero ---------- */
.hero-cinema {
  position: relative; overflow: hidden;
  min-height: clamp(560px, 84vh, 900px);
  display: flex; align-items: center;
  background: #0d0d0d;
  padding: clamp(2.5rem, 6vh, 5rem) var(--pad) clamp(2rem, 5vh, 4rem);
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: 0; filter: contrast(1.03) saturate(1.02);
}
.hero-cinema::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10,10,10,0.5) 0%, rgba(10,10,10,0.2) 34%, rgba(10,10,10,0.45) 68%, rgba(10,10,10,0.88) 100%),
    linear-gradient(90deg, rgba(10,10,10,0.62) 0%, rgba(10,10,10,0.12) 58%, transparent 100%);
}
.hero-cinema-inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin-inline: auto; color: var(--cream); }
.kicker-hero { color: #dad9d5; }
.kicker-hero .dot { color: var(--red-bright); }
.hero-cinema-h { font-size: var(--fs-display); color: #fff; margin: 1.2rem 0 0; }
.hero-cinema-h .ital { color: var(--red-bright); }
.hero-cinema-h .display-2 { display: block; color: #fff; margin-top: 0.1em; }
.hero-cinema-sub { font-size: var(--fs-lead); color: #cfcecb; max-width: 34rem; margin-top: 1.5rem; line-height: 1.5; }
.hero-cinema .cover-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.5rem; margin-top: 2rem; }
.btn-line-light { color: #fff; border-color: rgba(255,255,255,0.55); }
.btn-line-light:hover { color: var(--red-bright); border-color: var(--red-bright); }
.hero-facts { border-top-color: rgba(255,255,255,0.18) !important; }
.hero-facts li { color: #d2d2cf; }
.hero-facts .mono { color: var(--red-bright); }

/* §01 portrait layout */
.read-top { display: grid; grid-template-columns: 1fr; gap: clamp(1.75rem, 4vw, 3rem); align-items: center; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.read-top .chapter-head { margin-bottom: 0; }
.read-portrait { margin: 0; }
@media (min-width: 860px) { .read-top { grid-template-columns: 1.05fr 0.95fr; } }

/* ---------- Chapter scaffolding ---------- */
.chapter {
  max-width: var(--maxw); margin-inline: auto;
  padding: var(--gap-chapter) var(--pad);
}
.chapter + .chapter:not(.band-ink):not(.band-paper2) { border-top: 1px solid var(--rule); }
.chapter-head { max-width: 52rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.chapter-head .display { font-size: var(--fs-h2); }
.chapter-intro { font-size: var(--fs-lead); color: var(--ink-2); margin-top: 1.1rem; max-width: 40rem; line-height: 1.5; }

.band-ink { max-width: none; background: var(--ink); color: var(--cream); }
.band-ink .statement, .band-ink .book-grid { max-width: var(--maxw); margin-inline: auto; }
.band-paper2 { max-width: none; background: var(--paper-2); }
.band-paper2 > * { max-width: var(--maxw); margin-inline: auto; }

/* ---------- §01 Seats ---------- */
.seats { list-style: none; padding: 0; display: grid; gap: 0; grid-template-columns: 1fr; }
.seat { padding: 1.75rem 0; border-top: 1px solid var(--rule); }
.seat:first-child { border-top: 1.5px solid var(--ink); }
.seat-no { display: block; font-size: var(--fs-mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust); margin-bottom: 0.7rem; }
.seat h3 { margin-bottom: 0.5rem; }
.seat p { color: var(--ink-2); max-width: 34rem; }
@media (min-width: 820px) {
  .seats { grid-template-columns: repeat(3, 1fr); column-gap: 2.5rem; }
  .seat { border-top: 1.5px solid var(--ink); }
}

/* ---------- §02 Statement (ink band) ---------- */
.statement { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.method-figure { margin: 0; }
.method-figure picture { display: block; }
.method-figure img { width: 100%; height: auto; display: block; border: 1px solid var(--ink-rule); }
.method-figure figcaption { font-family: var(--mono); font-size: var(--fs-mono); letter-spacing: 0.05em; color: #8C8C8A; padding-top: 0.6rem; margin-top: 0.6rem; border-top: 1px solid var(--ink-rule); }
.method-figure figcaption .mono { color: var(--red-bright); }
.statement-h { font-size: var(--fs-h2); color: var(--cream); }
.statement-h .ital { color: var(--red-bright); }
.statement-body { max-width: 40rem; }
.statement-body p { color: #C6C6C4; font-size: var(--fs-lead); margin-bottom: 1.1rem; line-height: 1.55; }
.statement-body em { color: var(--cream); font-style: italic; }
.readout {
  font-size: var(--fs-mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--red-bright) !important;
  border-top: 1px solid var(--ink-rule); padding-top: 1rem; margin-top: 0.5rem;
}
@media (min-width: 900px) {
  .statement { grid-template-columns: 1.05fr 0.95fr; gap: 3.5rem; align-items: center; }
}

/* ---------- §03 Index list + rate card ---------- */
.index-list { display: grid; grid-template-columns: 1fr; }
.index-row {
  display: grid; grid-template-columns: 1fr; gap: 0.3rem;
  padding: 1.4rem 0; border-top: 1px solid var(--rule);
}
.index-row:first-child { border-top: 1.5px solid var(--ink); }
.index-row dt { font-family: var(--serif); font-weight: 500; font-size: var(--fs-h3); display: flex; gap: 0.8rem; align-items: baseline; }
.index-row dt .mono { color: var(--rust); font-size: 0.85rem; }
.index-row dd { color: var(--ink-2); max-width: 40rem; }
@media (min-width: 720px) {
  .index-row { grid-template-columns: 0.9fr 1.6fr; gap: 2rem; align-items: baseline; }
}

.rate-card { margin-top: clamp(2.75rem, 5vw, 4rem); }
.rate-head { margin-bottom: 1.5rem; }
.rate-head h3 { font-size: var(--fs-h3); }
.rate-head p { color: var(--ink-2); margin-top: 0.3rem; }
.rates { list-style: none; padding: 0; border-top: 1.5px solid var(--ink); }
.rate {
  display: grid; grid-template-columns: auto 1fr auto; align-items: baseline;
  gap: 0.4rem 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--rule);
}
.rate-name { font-family: var(--serif); font-weight: 500; font-size: 1.25rem; grid-row: 1; }
.rate-flag {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--paper-3); background: var(--rust); padding: 0.15rem 0.45rem; border-radius: 2px;
  vertical-align: middle; margin-left: 0.5rem; font-style: normal;
}
.rate-dots { grid-row: 1; border-bottom: 1px dotted var(--rule); transform: translateY(-4px); align-self: end; }
.rate-price { grid-row: 1; font-family: var(--serif); font-weight: 500; font-size: 1.5rem; color: var(--rust); }
.rate-note { grid-column: 1 / -1; grid-row: 2; color: var(--ink-3); font-size: 0.92rem; }
.rate-feature .rate-price { color: var(--rust-deep); }

.tags { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; padding: 0; margin-top: 1.75rem; }
.tags li {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.03em; color: var(--olive);
  border: 1px solid color-mix(in srgb, var(--olive) 45%, transparent); border-radius: 2px;
  padding: 0.4rem 0.7rem; background: color-mix(in srgb, var(--olive) 10%, var(--paper));
}

/* ---------- §04 Timeline ---------- */
.timeline { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr; }
.tl { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; padding: 1.6rem 0; border-top: 1px solid var(--rule); }
.tl:first-child { border-top: 1.5px solid var(--ink); }
.tl-no { font-family: var(--serif); font-size: 2rem; font-weight: 400; color: var(--rust); line-height: 1; font-style: italic; }
.tl-body h3 { margin-bottom: 0.35rem; }
.tl-body p { color: var(--ink-2); max-width: 38rem; }
@media (min-width: 780px) {
  .timeline { grid-template-columns: 1fr 1fr; column-gap: 3rem; }
  .tl:nth-child(2) { border-top: 1.5px solid var(--ink); }
}

/* ---------- §05 Straight talk ---------- */
.talk-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3.5rem); }
.dropcap { font-size: var(--fs-lead); color: var(--ink-2); line-height: 1.55; }
.dropcap::first-letter {
  font-family: var(--serif); font-size: 3.6em; line-height: 0.8; float: left;
  padding: 0.05em 0.12em 0 0; color: var(--rust); font-weight: 500;
}
.quote {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 1rem + 1.8vw, 2.1rem);
  line-height: 1.3; color: var(--ink); margin-top: 2rem; padding-left: 2.4rem; position: relative;
}
.quote-mark { position: absolute; left: 0; top: -0.1em; font-size: 2.6em; color: var(--rust); line-height: 1; }
.quote cite { display: block; font-family: var(--mono); font-style: normal; font-size: var(--fs-mono); letter-spacing: 0.06em; color: var(--ink-3); margin-top: 1rem; }
.talk-cols { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.talk-h { font-size: var(--fs-h3); margin-bottom: 0.7rem; padding-top: 1rem; border-top: 1.5px solid var(--ink); }
.talk-col p { color: var(--ink-2); }
.ledger { list-style: none; padding: 0; margin: 0 0 1rem; }
.ledger li { padding: 0.5rem 0 0.5rem 1.6rem; position: relative; border-bottom: 1px solid var(--rule); color: var(--ink); }
.ledger li:last-child { border-bottom: 0; }
.ledger li::before { content: "✕"; position: absolute; left: 0; color: var(--rust); font-family: var(--mono); font-size: 0.8rem; top: 0.55rem; }
.ledger-sum { color: var(--ink) !important; }
.ledger-sum em { font-style: italic; color: var(--rust); font-weight: 500; }
@media (min-width: 860px) {
  .talk-grid { grid-template-columns: 1.05fr 0.95fr; align-items: start; }
  .talk-cols { grid-template-columns: 1fr; gap: 2.25rem; }
}

/* detailed "why one session" body + checklist */
.straight-body { max-width: 52rem; }
.straight-body > p { color: var(--ink-2); font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 1.1rem; }
.check-intro { color: var(--ink) !important; font-weight: 600; margin-top: 1.6rem !important; margin-bottom: 0.6rem !important; }
.check-list { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: 0.65rem; }
.check-list li { position: relative; padding-left: 1.7rem; color: var(--ink-2); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0.05rem; color: var(--rust); font-weight: 700; }
.talk-cols-2 { margin-top: clamp(2.25rem, 4vw, 3.5rem); }
@media (min-width: 640px) { .check-list { grid-template-columns: 1fr 1fr; gap: 0.65rem 2rem; } }
@media (min-width: 760px) { .talk-cols-2 { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }

/* ---------- §06 Confidence ---------- */
.confidence { max-width: 60rem; margin-inline: auto; text-align: left; }
.big-line { font-size: var(--fs-h2); margin: 0.4rem 0 1.5rem; }
.confidence-body { font-size: var(--fs-lead); color: var(--ink-2); max-width: 42rem; line-height: 1.5; }

/* ---------- §07 Territory ---------- */
.territory { list-style: none; padding: 0; border-top: 1.5px solid var(--ink); max-width: 44rem; }
.territory li {
  display: flex; gap: 0.9rem; align-items: baseline;
  font-family: var(--serif); font-size: clamp(1.5rem, 1rem + 2.2vw, 2.4rem); font-weight: 400;
  padding: 1rem 0; border-bottom: 1px solid var(--rule);
}
.territory li .mono { color: var(--rust); font-size: 1rem; }
.territory-note { margin-top: 1.75rem; }

/* ---------- §08 Booking ---------- */
.book-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.book-copy { color: #C6C6C4; font-size: var(--fs-lead); margin-top: 1.2rem; max-width: 30rem; line-height: 1.5; }
.book-perks { list-style: none; padding: 0; margin-top: 1.75rem; display: grid; gap: 0.7rem; }
.book-perks li { display: flex; gap: 0.7rem; align-items: baseline; color: #CFCFCD; }
.book-perks .mono { color: var(--red-bright); font-size: 0.8rem; }
@media (min-width: 900px) { .book-grid { grid-template-columns: 0.85fr 1.15fr; } }

.book-form { background: var(--paper-3); color: var(--ink); padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--rule); }
.form-legend { font-size: var(--fs-mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--rust); padding-bottom: 1rem; margin-bottom: 1.25rem; border-bottom: 1px solid var(--rule); }
.field { margin-bottom: 1rem; }
.field-row { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 0.45rem; }
.req { color: var(--rust); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--paper); border: 1px solid var(--rule); border-radius: 2px;
  padding: 0.8rem 0.9rem; transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--rust); box-shadow: 0 0 0 3px color-mix(in srgb, var(--rust) 18%, transparent);
}
.field input::placeholder, .field textarea::placeholder { color: #A6A6A6; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-note { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.03em; color: var(--ink-3); margin-top: 0.9rem; text-align: center; line-height: 1.6; }
.form-status { margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 2px; font-size: 0.95rem; font-weight: 500; }
.form-status.ok  { background: #F1F1F0; color: var(--ink); border: 1px solid var(--rule); border-left: 3px solid var(--ink); }
.form-status.err { background: #FCEBEE; color: var(--rust-deep); border: 1px solid #F0B8C1; border-left: 3px solid var(--rust); }

/* ---------- Colophon / footer ---------- */
.colophon { background: var(--ink); color: #9A9A98; padding: clamp(3rem, 5vw, 5rem) var(--pad) 2rem; overflow: hidden; }
.foot-top {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 2.25rem;
  padding-bottom: clamp(2rem, 4vw, 3rem); border-bottom: 1px solid var(--ink-rule);
}
@media (min-width: 560px) { .foot-top { grid-template-columns: 1fr 1fr; } }
@media (min-width: 880px) { .foot-top { grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 2rem; } }
.foot-brandcol .colophon-brand { color: var(--cream); }
.foot-brandcol .wave-mark { color: var(--red-bright); width: 42px; height: 21px; }
.foot-tag { margin-top: 1rem; font-size: 0.95rem; line-height: 1.6; color: #8C8C8A; max-width: 32rem; }
.foot-cta { margin-top: 1.4rem; color: var(--cream); border-color: #56544e; }
.foot-cta span { color: var(--red-bright); }
.foot-cta:hover { color: var(--red-bright); border-color: var(--red-bright); }
.foot-col { display: flex; flex-direction: column; gap: 0.6rem; }
.foot-h { font-size: var(--fs-mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--red-bright); margin-bottom: 0.5rem; }
.foot-col a, .foot-col > span:not(.foot-h) { font-size: 0.95rem; color: #b0b0ae; text-decoration: none; }
.foot-col a { transition: color 0.2s ease; }
.foot-col a:hover { color: var(--cream); }
.foot-muted { color: #74746f !important; font-size: 0.85rem !important; }
.ig-link { display: inline-flex; align-items: center; gap: 0.5rem; }
.ig-icon { width: 1.2em; height: 1.2em; flex: none; }
.colophon-legal { max-width: var(--maxw); margin: 1.5rem auto 0; font-size: 0.78rem; color: #767674; line-height: 1.6; }
.colophon-legal .mono { color: #8C8C8A; }

/* ---------- Manifesto ---------- */
.manifesto {
  position: relative; overflow: hidden;
  background: var(--ink); color: var(--cream);
  padding: clamp(4rem, 3rem + 8vw, 9rem) var(--pad);
}
.manifesto-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: 0; opacity: 0.62; pointer-events: none;
}
.manifesto::after { /* vignette so the text always wins */
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(130% 105% at 50% 42%, rgba(18,18,18,0.15) 0%, rgba(18,18,18,0.72) 78%);
}
.manifesto-inner { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .manifesto-bg { display: none; } }
.manifesto-kicker {
  max-width: var(--maxw); margin: 0 auto 1.75rem;
  font-size: var(--fs-mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-bright);
}
.pulse-note { color: #7a7a78; }
.manifesto-lines {
  max-width: var(--maxw); margin: 0 auto;
  font-family: var(--sans); font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.5rem, 0.9rem + 3.6vw, 3.4rem); line-height: 1.12; letter-spacing: 0.005em;
}
/* visible by default; animation is a JS-gated enhancement */
.manifesto-lines .ml { display: block; color: var(--cream); }
.manifesto-lines .ml.ml-red { color: var(--red-bright); }
.manifesto-lines.js-anim .ml {
  color: #6a6a68; opacity: 0; transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), color 0.7s var(--ease);
}
.manifesto-lines.js-anim.in .ml { opacity: 1; transform: none; color: var(--cream); }
.manifesto-lines.js-anim.in .ml.ml-red { color: var(--red-bright); }
.manifesto-lines.in .ml:nth-child(1) { transition-delay: 0.05s; }
.manifesto-lines.in .ml:nth-child(2) { transition-delay: 0.18s; }
.manifesto-lines.in .ml:nth-child(3) { transition-delay: 0.31s; }
.manifesto-lines.in .ml:nth-child(4) { transition-delay: 0.46s; }
.manifesto-lines.in .ml:nth-child(5) { transition-delay: 0.59s; }

/* ---------- By the numbers ---------- */
.numbers-band { max-width: var(--maxw); margin-inline: auto; padding: clamp(2.5rem, 4vw, 4rem) var(--pad); }
.numbers {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 1rem;
  border-top: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); padding: clamp(2rem, 3vw, 2.75rem) 0;
}
.numbers li { display: flex; flex-direction: column; gap: 0.4rem; }
.num { font-family: var(--serif); font-weight: 400; font-size: clamp(2.6rem, 1.6rem + 4vw, 4.6rem); line-height: 0.9; color: var(--ink); font-variant-numeric: tabular-nums; }
.num-label { font-size: var(--fs-mono); letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
.numbers li:nth-child(2) .num, .numbers li:nth-child(4) .num { color: var(--rust); }
.numbers-foot { margin-top: 1.25rem; font-size: var(--fs-mono); letter-spacing: 0.05em; color: var(--ink-3); }
@media (min-width: 760px) { .numbers { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }

/* ---------- Giant footer wordmark (red-glow, bleeds off bottom) ---------- */
.footer-word-wrap { max-width: var(--maxw); margin: clamp(2rem, 4vw, 3.5rem) auto 0; overflow: hidden; }
.footer-word {
  display: block; white-space: nowrap; text-align: center;
  font-family: var(--serif); font-weight: 500; letter-spacing: -0.015em; line-height: 0.82;
  /* safe no-overflow fallback; JS (fitWord) resizes to fill the width exactly */
  font-size: clamp(1.6rem, 7.2vw, 8.5rem);
  color: transparent; -webkit-text-stroke: 1.3px #56544e; text-stroke: 1.3px #56544e;
  filter: drop-shadow(0 0 30px rgba(200, 16, 46, 0.22));
}

/* ---------- FAQ accordion ---------- */
.faq { border-top: 1.5px solid var(--ink); max-width: 56rem; }
.qa { border-bottom: 1px solid var(--rule); }
.qa summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.15rem, 1rem + 0.7vw, 1.5rem);
  padding: 1.25rem 0; color: var(--ink); transition: color 0.2s ease;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--rust); }
.qa-plus { position: relative; flex: none; width: 18px; height: 18px; }
.qa-plus::before, .qa-plus::after { content: ""; position: absolute; background: var(--rust); transition: transform 0.3s var(--ease); }
.qa-plus::before { left: 0; top: 8px; width: 18px; height: 2px; }
.qa-plus::after { left: 8px; top: 0; width: 2px; height: 18px; }
.qa[open] .qa-plus::after { transform: scaleY(0); }
.qa-a { padding: 0 0 1.4rem; max-width: 46rem; }
.qa-a p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; }
.qa-a em { font-style: italic; color: var(--ink); font-weight: 500; }
.qa[open] summary { color: var(--rust); }

/* ---------- Scroll-pinned "three seats" ---------- */
.scrolly-stage { max-width: var(--maxw); margin-inline: auto; padding: var(--gap-chapter) var(--pad); }
.scrolly-text .display { font-size: var(--fs-h2); }
.sc-seats { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.sc-seat { padding: 1.4rem 0; border-top: 1px solid var(--rule); }
.sc-seat:first-child { border-top: 1.5px solid var(--ink); }
.sc-seat .seat-no { display: block; font-size: var(--fs-mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust); margin-bottom: 0.5rem; }
.sc-seat h3 { margin-bottom: 0.4rem; }
.sc-seat p { color: var(--ink-2); max-width: 40rem; }
.sc-dots { display: none; }
.scrolly-portrait { margin: 2rem 0 0; }

@media (min-width: 900px) {
  .js-scrolly .scrolly-track { height: 300vh; }
  .js-scrolly .scrolly-stage {
    position: sticky; top: var(--mast-h, 64px);
    min-height: calc(100vh - var(--mast-h, 64px));
    display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 4vw, 4.5rem);
    align-items: center; padding-block: 0;
  }
  .js-scrolly .sc-seats { position: relative; min-height: 210px; margin-top: 1.75rem; }
  .js-scrolly .sc-seat {
    position: absolute; left: 0; right: 0; top: 0;
    border-top: 0; padding: 0.2rem 0 0.2rem 1.4rem;
    opacity: 0; transform: translateY(16px); pointer-events: none;
    transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  }
  .js-scrolly .sc-seat::before {
    content: ""; position: absolute; left: 0; top: 0.3rem; bottom: 0.3rem; width: 2px;
    background: var(--rust); transform: scaleY(0); transform-origin: top; transition: transform 0.6s var(--ease) 0.1s;
  }
  .js-scrolly .sc-seat.is-active { opacity: 1; transform: none; pointer-events: auto; }
  .js-scrolly .sc-seat.is-active::before { transform: scaleY(1); }
  .js-scrolly .sc-seat h3 { font-size: clamp(1.5rem, 1rem + 1.7vw, 2.4rem); }
  .js-scrolly .sc-seat p { font-size: var(--fs-lead); }
  .js-scrolly .sc-dots { display: flex; gap: 0.5rem; margin-top: 2rem; }
  .js-scrolly .sc-dots span { width: 30px; height: 3px; background: var(--rule); transition: background 0.3s ease; }
  .js-scrolly .sc-dots span.is-active { background: var(--rust); }
  .js-scrolly .scrolly-portrait { margin: 0; align-self: center; }
  .js-scrolly .scrolly-portrait .plate-inner { aspect-ratio: 3 / 4; max-height: 68vh; }
}
@media (prefers-reduced-motion: reduce) {
  .js-scrolly .scrolly-track { height: auto; }
  .js-scrolly .scrolly-stage { position: static; min-height: 0; }
  .js-scrolly .sc-seats { min-height: 0; }
  .js-scrolly .sc-seat { position: static; opacity: 1; transform: none; pointer-events: auto; padding: 1.2rem 0 1.2rem 1.4rem; }
  .js-scrolly .sc-seat::before { transform: scaleY(1); }
}

/* ---------- Tabbed experience ---------- */
.tabs-nav {
  position: sticky; top: var(--mast-h, 62px); z-index: 40;
  width: 100%; display: flex; justify-content: center; flex-wrap: wrap;
  gap: clamp(0.3rem, 2vw, 2.5rem); padding: 0 var(--pad);
  background: color-mix(in srgb, var(--paper) 93%, transparent);
  backdrop-filter: saturate(1.3) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.tab-btn {
  -webkit-appearance: none; appearance: none; background: none; border: 0; cursor: pointer;
  font-family: var(--sans); font-weight: 600; font-size: clamp(0.88rem, 0.8rem + 0.35vw, 1.05rem);
  color: var(--ink-3); padding: 1.05rem 0.3rem; position: relative;
  display: inline-flex; align-items: baseline; gap: 0.4rem; letter-spacing: 0.01em;
  transition: color 0.2s ease;
}
.tab-btn .tab-no { font-family: var(--mono); font-size: 0.7rem; color: var(--rust); }
.tab-btn::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--rust); transform: scaleX(0); transition: transform 0.3s var(--ease); }
.tab-btn:hover { color: var(--ink); }
.tab-btn.is-active { color: var(--ink); }
.tab-btn.is-active::after { transform: scaleX(1); }
.tab-btn:focus-visible { outline: 2px solid var(--rust); outline-offset: 3px; }

.tab-panel[hidden] { display: none; }
.tab-panel.is-active > * { animation: panelChild 0.55s var(--ease) both; }
.tab-panel.is-active > *:nth-child(1) { animation-delay: 0.02s; }
.tab-panel.is-active > *:nth-child(2) { animation-delay: 0.09s; }
.tab-panel.is-active > *:nth-child(3) { animation-delay: 0.16s; }
.tab-panel.is-active > *:nth-child(4) { animation-delay: 0.23s; }
.tab-panel.is-active > *:nth-child(5) { animation-delay: 0.30s; }
@keyframes panelChild { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .tab-panel.is-active > * { animation: none; } }

/* ---------- Kinetic marquee ---------- */
.marquee {
  overflow: hidden; background: var(--ink); color: var(--cream);
  padding: clamp(0.9rem, 2vw, 1.4rem) 0;
  border-top: 1px solid var(--ink-rule); border-bottom: 1px solid var(--ink-rule);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; animation: marquee 32s linear infinite; }
.mq-item { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.5rem, 1rem + 2.4vw, 3rem); padding: 0 1.2rem; color: var(--cream); }
.mq-star { color: var(--red-bright); font-size: clamp(1rem, 0.7rem + 1vw, 1.5rem); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; transform: none; } }

/* ---------- Cinematic image band ---------- */
.imgband { position: relative; overflow: hidden; min-height: clamp(340px, 52vh, 620px); display: flex; align-items: center; background: #0d0d0d; }
.imgband-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.imgband::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,10,10,0.5), rgba(10,10,10,0.32) 42%, rgba(10,10,10,0.72)); }
.imgband-inner { position: relative; z-index: 2; max-width: var(--maxw); margin-inline: auto; padding: var(--pad); width: 100%; color: var(--cream); }
.imgband-line { font-size: var(--fs-h2); color: #fff; max-width: 20ch; }
.imgband-line .ital { color: var(--red-bright); }
.imgband-sub { margin-top: 1rem; color: #d8d8d5; font-size: var(--fs-lead); max-width: 32rem; }

/* ---------- Staggered reveal cascade ---------- */
.seat.reveal:nth-child(2), .tl.reveal:nth-child(2), .rate.reveal:nth-child(2), .index-row.reveal:nth-child(2), .qa.reveal:nth-child(2) { transition-delay: 0.07s; }
.seat.reveal:nth-child(3), .tl.reveal:nth-child(3), .rate.reveal:nth-child(3), .index-row.reveal:nth-child(3), .qa.reveal:nth-child(3) { transition-delay: 0.14s; }
.tl.reveal:nth-child(4), .index-row.reveal:nth-child(4), .qa.reveal:nth-child(4) { transition-delay: 0.21s; }
.qa.reveal:nth-child(5) { transition-delay: 0.28s; }
.qa.reveal:nth-child(6) { transition-delay: 0.35s; }

/* ---------- Hover micro-interactions ---------- */
.rate { transition: background 0.25s ease; }
.rate:hover { background: color-mix(in srgb, var(--rust) 5%, transparent); }
.index-row dt, .index-row dt .mono { transition: color 0.2s ease; }
.index-row:hover dt { color: var(--rust); }
.seat { transition: transform 0.35s var(--ease); }
.seat:hover { transform: translateY(-3px); }
.seat h3 { transition: color 0.2s ease; }
.seat:hover h3 { color: var(--rust); }
.tl-no { transition: color 0.25s ease; }
.tl:hover .tl-no { color: var(--rust-deep); }
.territory li { transition: color 0.2s ease, padding-left 0.25s var(--ease); }
.territory li:hover { color: var(--rust); padding-left: 0.5rem; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0.9rem; right: 0.9rem; bottom: 0.9rem; z-index: 60;
  display: block; text-align: center; text-decoration: none;
  background: var(--rust); color: var(--paper-3); font-weight: 600;
  padding: 0.95rem 1.2rem; border-radius: 2px;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.5);
  transform: translateY(160%); transition: transform 0.4s var(--ease);
}
.sticky-cta.show { transform: translateY(0); }
@media (min-width: 900px) { .sticky-cta { display: none; } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* Cover load-in stagger */
.cover .kicker-top { animation: fade 0.8s var(--ease) both; }
.cover-lead > * { animation: rise 0.85s var(--ease) both; }
.cover-lead .display { animation-delay: 0.06s; }
.cover-lead .cover-sub { animation-delay: 0.16s; }
.cover-lead .cover-cta { animation-delay: 0.26s; }
.plate { animation: fade 1s var(--ease) 0.3s both; }
.cover-facts { animation: fade 0.9s var(--ease) 0.4s both; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .cover .kicker-top, .cover-lead > *, .plate, .cover-facts { animation: none; }
  .btn-solid, .sticky-cta { transition: none; }
}
