/* ==========================================================================
   Doc Surf — Brand Kit v1.1 (web)
   Navy + Cream + Vermillion + Gold.
   Cormorant Garamond (display) + DM Mono (body).
   Locked 2026-05-18 per CLAUDE.md Section 2 Brand Kit v1.1.
   ========================================================================== */

:root {
  /* Palette */
  --navy: #1B2138;
  --navy-light: #232A44;
  --navy-mid: #1E2540;
  --vermillion: #D62828;
  --vermillion-hover: #B81F1F;
  --vermillion-glow: rgba(214, 40, 40, 0.10);
  --cream: #F5F0E1;
  --gold: #D4C478;
  --gold-dim: #8E823F;

  /* Cream opacity tokens (per brand kit) */
  --t-headline: rgba(245, 240, 225, 1);
  --t-body: rgba(245, 240, 225, 0.78);
  --t-secondary: rgba(245, 240, 225, 0.55);
  --t-meta: rgba(245, 240, 225, 0.40);
  --t-citation: rgba(245, 240, 225, 0.30);
  --t-ghost: rgba(245, 240, 225, 0.06);
  --t-rule: rgba(245, 240, 225, 0.10);

  /* Type — Brand Kit v1.1 */
  --f-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --f-body: "DM Mono", ui-monospace, "Courier New", monospace;

  /* Spacing */
  --pad-x: clamp(28px, 5vw, 64px);
  --pad-y: clamp(80px, 12vh, 160px);
  --max-w: 1400px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--navy);
  color: var(--t-body);
  font-family: var(--f-body);
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga", "calt";
  font-variant-numeric: lining-nums tabular-nums;
  hanging-punctuation: first last;
  overflow-x: hidden;
}

/* Subtle film grain (kept from original site, opacity tuned down) */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  background-size: 220px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: overlay;
}

/* Typography */
h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--t-headline);
  line-height: 1.08;
  letter-spacing: -0.012em;
  font-feature-settings: "kern", "liga", "dlig", "calt";
  font-optical-sizing: auto;
  text-wrap: balance;
}
h1 { font-size: clamp(48px, 7.4vw, 88px); letter-spacing: -0.018em; }
h2 { font-size: clamp(34px, 4.8vw, 60px); letter-spacing: -0.016em; }
h3 { font-size: clamp(22px, 2.6vw, 32px); line-height: 1.18; letter-spacing: -0.008em; }
h4 { font-size: 20px; line-height: 1.25; letter-spacing: -0.005em; margin-bottom: 14px; }

/* Gold accent words in headlines render upright + heavy, like the carousel slides */
h1 em, h2 em { font-style: normal; font-weight: 600; }

p { max-width: 56ch; text-wrap: pretty; }
p + p { margin-top: 1.1em; }

a { color: inherit; text-decoration: none; transition: color 0.25s; }
a:hover { color: var(--gold); }

em { font-style: italic; }

.gold { color: var(--gold); }
.vermillion { color: var(--vermillion); }
.text-body { color: var(--t-body); }
.text-secondary { color: var(--t-secondary); }
.text-citation { color: var(--t-citation); }

/* Meta labels */
.meta {
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t-meta);
}

/* 40 × 3 vermillion accent bar (per brand kit) */
.bar {
  width: 40px;
  height: 3px;
  background: var(--vermillion);
  margin-bottom: 24px;
}

/* Brand mark — small red text in top-left, persistent across pages */
.brand-mark {
  font-family: var(--f-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vermillion);
  white-space: nowrap;
  transition: opacity 0.25s;
}
.brand-mark:hover { color: var(--vermillion); opacity: 0.78; }
.brand-mark .doc { color: var(--vermillion); font-weight: 700; }

/* Screen-reader-only text */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================================
   Universal CTA block (Move 1 keyword DM dispatch system)
   Appears at top of footer on every page. Five keywords:
   INTEL, WATCH, KIT, GUIDE, TRAIN.
   ========================================================================== */
.cta-block {
  padding: clamp(56px, 9vh, 96px) var(--pad-x);
  background: var(--navy);
  border-top: 1px solid var(--t-rule);
  border-bottom: 1px solid var(--t-rule);
}
.cta-block-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.cta-block-label {
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t-meta);
  margin-bottom: 18px;
}
.cta-block-headline {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--t-headline);
  margin-bottom: 40px;
  max-width: 14ch;
}
.cta-block-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: var(--t-rule);
  margin-bottom: 36px;
}
.cta-keyword {
  padding: 28px 28px 26px;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.25s;
  position: relative;
}
.cta-keyword:hover { background: var(--navy-light); }
.cta-keyword::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(to right, var(--vermillion), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.cta-keyword:hover::after { transform: scaleX(1); }
.cta-keyword-code {
  font-family: var(--f-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--vermillion);
}
.cta-keyword-desc {
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--t-secondary);
  line-height: 1.55;
}
.cta-block-note {
  font-family: var(--f-body);
  font-size: 13px;
  color: var(--t-citation);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.cta-block-note a {
  color: var(--gold);
  border-bottom: 1px solid rgba(212, 196, 120, 0.3);
}
.cta-block-note a:hover { color: var(--cream); border-bottom-color: var(--cream); }

@media (max-width: 640px) {
  .cta-block-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Site header & footer
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 22px var(--pad-x);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background: rgba(27, 33, 56, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--t-rule);
}
.site-nav { display: flex; gap: 32px; }
.site-nav a {
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t-meta);
}
.site-nav a:hover { color: var(--cream); }

.site-footer {
  padding: 80px var(--pad-x) 40px;
  border-top: 1px solid var(--t-rule);
  background: var(--navy-light);
}
.site-footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--t-rule);
  margin-bottom: 28px;
}
.site-footer .tagline {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 20px;
  color: var(--t-citation);
  margin-top: 12px;
  letter-spacing: 0.01em;
}
.site-footer .oath {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  color: var(--gold);
  margin-top: 10px;
  letter-spacing: 0.04em;
  opacity: 0.78;
}
.site-footer .links { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.site-footer .links a {
  font-family: var(--f-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t-meta);
}
.site-footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--t-citation);
  letter-spacing: 0.12em;
}
.site-footer-bottom .signoff { color: var(--t-meta); }
.site-footer-bottom .signoff .vermillion { color: var(--vermillion); }

/* ==========================================================================
   Layout + sections
   ========================================================================== */
section {
  padding: var(--pad-y) var(--pad-x);
}
.section-inner { max-width: var(--max-w); margin: 0 auto; }

/* Hero */
.hero {
  min-height: 84vh;
  padding-top: clamp(80px, 10vh, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: var(--max-w);
  margin: 0 auto;
}
.hero .meta { margin-bottom: 32px; color: var(--gold); }
.hero h1 { margin-bottom: 24px; max-width: 16ch; }
.hero h1 em { color: var(--gold); font-weight: 700; font-style: normal; }
.hero p {
  font-size: clamp(18px, 1.6vw, 21px);
  color: var(--t-body);
  max-width: 52ch;
  margin-bottom: 48px;
}
.hero-actions { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }

/* Full-bleed video hero variant (homepage) */
.hero.hero--video {
  position: relative;
  min-height: 92vh;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  justify-content: flex-end;
}
.hero--video .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}
.hero--video .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(27, 33, 56, 0.20) 0%,
      rgba(27, 33, 56, 0.10) 40%,
      rgba(27, 33, 56, 0.60) 75%,
      rgba(27, 33, 56, 0.95) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-logo-center {
  position: absolute;
  top: clamp(90px, 14vh, 180px);
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding: 0 var(--pad-x);
}
.hero-logo-svg {
  width: clamp(300px, 64vw, 780px);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 32px rgba(0, 0, 0, 0.4));
}

.hero--video .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(100px, 14vh, 200px) var(--pad-x) clamp(60px, 10vh, 120px);
}
.hero--video .meta { color: var(--gold); margin-bottom: 24px; }
.hero--video h1 {
  color: var(--t-headline);
  max-width: 18ch;
  margin-bottom: 20px;
  text-shadow: 0 2px 24px rgba(27, 33, 56, 0.35);
}
.hero--video p {
  color: var(--cream);
  max-width: 48ch;
  margin-bottom: 40px;
  text-shadow: 0 1px 12px rgba(27, 33, 56, 0.35);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 16px 30px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.2s;
}
.btn-primary {
  background: var(--vermillion);
  color: var(--cream);
}
.btn-primary:hover { background: var(--vermillion-hover); color: var(--cream); transform: translateY(-1px); }
.btn-outline {
  border-color: var(--t-meta);
  color: var(--t-body);
  background: transparent;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* Pillar grid (homepage) */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: var(--t-rule);
  margin-top: 56px;
}
.pillar {
  background: var(--navy);
  padding: 44px 32px 36px;
  position: relative;
  transition: background 0.25s;
}
.pillar:hover { background: var(--navy-light); }
.pillar-num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 56px;
  color: var(--t-ghost);
  line-height: 1;
  margin-bottom: 28px;
}
.pillar h3 { font-size: 22px; margin-bottom: 14px; }
.pillar p { font-size: 14px; color: var(--t-secondary); line-height: 1.75; }

/* Stats */
.stat-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(48px, 6vw, 72px);
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.03em;
}

/* Pulled-out thesis statement (origin story landing line) */
.thesis {
  margin: 48px 0;
  padding: 6px 0 6px 32px;
  border-left: 3px solid var(--vermillion);
  font-family: var(--f-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--cream);
  line-height: 1.4;
  letter-spacing: -0.012em;
  max-width: 50ch;
}

/* ==========================================================================
   /kit page
   ========================================================================== */
.ticker-strip {
  background: var(--navy-light);
  border-top: 1px solid var(--t-rule);
  border-bottom: 1px solid var(--t-rule);
  padding: 14px 0;
  overflow: hidden;
}
.ticker-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  font-family: var(--f-body);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--t-meta);
  animation: tickerScroll 40s linear infinite;
}
.ticker-track span.dot { color: var(--vermillion); }
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start;
}
.creds { display: flex; flex-direction: column; gap: 0; }
.cred {
  padding: 32px 0;
  border-bottom: 1px solid var(--t-rule);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
}
.cred:first-child { padding-top: 0; }
.cred:last-child { border-bottom: none; padding-bottom: 0; }
.cred-num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 36px;
  font-weight: 600;
  color: var(--t-rule);
  line-height: 1;
  letter-spacing: -0.04em;
}
.cred h4 { color: var(--t-headline); }
.cred p { font-size: 14px; color: var(--t-secondary); line-height: 1.75; }

.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--t-rule);
}
.who-card {
  background: var(--navy);
  padding: 44px 32px;
  transition: background 0.25s;
}
.who-card:hover { background: var(--navy-light); }
.who-num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 64px;
  font-weight: 600;
  color: var(--t-ghost);
  line-height: 1;
  margin-bottom: 24px;
}
.who-card p { font-size: 14px; color: var(--t-secondary); line-height: 1.75; }

.kit-hdr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--t-rule);
  margin-bottom: 56px;
}
.kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--t-rule);
}
.ki {
  background: var(--navy);
  padding: 36px 28px 32px;
  position: relative;
  transition: background 0.25s;
}
.ki:hover { background: var(--navy-light); }
.ki::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: linear-gradient(to right, var(--vermillion), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.ki:hover::after { transform: scaleX(1); }
.ki-tag {
  font-family: var(--f-body);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--vermillion);
  margin-bottom: 14px;
}
.ki h4 { color: var(--t-headline); margin-bottom: 12px; font-style: italic; }
.ki p { font-size: 13px; color: var(--t-secondary); line-height: 1.75; }
.ki-badge {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--f-body);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-dim);
  padding: 4px 10px;
  background: rgba(212, 196, 120, 0.06);
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.di {
  padding: 44px 0;
  border-bottom: 1px solid var(--t-rule);
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
}
.di:nth-child(odd) { padding-right: 56px; border-right: 1px solid var(--t-rule); }
.di:nth-child(even) { padding-left: 56px; }
.di-num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 64px;
  font-weight: 600;
  color: var(--t-rule);
  line-height: 1;
  letter-spacing: -0.04em;
}
.di h4 { color: var(--t-headline); }
.di p { font-size: 13.5px; color: var(--t-secondary); line-height: 1.78; }
.di-pill {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--f-body);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vermillion);
  border: 1px solid rgba(214, 40, 40, 0.3);
  padding: 4px 12px;
  background: var(--vermillion-glow);
}

.protocol-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.protocol-card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 440px;
}
.protocol-card-wrap::before {
  content: "";
  position: absolute;
  inset: -32px;
  background: radial-gradient(ellipse at center, var(--vermillion-glow), transparent 70%);
  pointer-events: none;
}
.protocol-card {
  width: 280px;
  padding: 32px 28px;
  background: var(--navy-mid);
  border: 1px solid var(--t-rule);
  position: relative;
  z-index: 1;
  transform: rotate(-1.5deg);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4);
  transition: transform 0.45s ease;
}
.protocol-card:hover { transform: rotate(0); }
.card-bar {
  height: 3px;
  background: linear-gradient(to right, var(--vermillion), var(--gold));
  margin-bottom: 20px;
}
.proto-list { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.proto-list > div {
  padding: 10px 12px;
  background: rgba(245, 240, 225, 0.03);
  border: 1px solid var(--t-rule);
  font-size: 12px;
  color: var(--t-secondary);
  line-height: 1.6;
}
.proto-list strong {
  display: block;
  font-family: var(--f-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 4px;
}
.card-foot {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--t-rule);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--t-citation);
  line-height: 1.5;
}
.proto-features { display: flex; flex-direction: column; gap: 0; margin-top: 32px; }
.pf {
  padding: 18px 0;
  border-bottom: 1px solid var(--t-rule);
  font-size: 13.5px;
  color: var(--t-secondary);
  line-height: 1.75;
}
.pf:last-child { border-bottom: none; }
.pf strong { color: var(--cream); font-weight: 700; }

.presale-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}
.price-display {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 36px 0 32px;
}
.price-display .meta { font-size: 11px; line-height: 1.5; }

/* Origin section — text left, house photo right (equal heights via object-fit cover) */
.origin-section { padding-top: var(--pad-y); padding-bottom: 0; }
.origin-split { display: grid; gap: 48px; align-items: stretch; }
.origin-text > * { max-width: 56ch; }
.origin-text h2 { max-width: 16ch; }
.origin-photo { margin: 0; display: flex; flex-direction: column; }
.origin-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.origin-photo figcaption {
  margin-top: 14px;
  font-family: var(--f-body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t-meta);
  text-align: right;
}
@media (min-width: 900px) {
  .origin-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 72px;
  }
  .origin-photo--house img {
    height: 100%;
    object-fit: cover;
    flex: 1;
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  .origin-split { gap: 96px; }
}

/* About page motorcycle pair — two portrait photos side-by-side on desktop */
.about-moto-pair {
  display: grid;
  gap: 32px;
  margin: clamp(48px, 8vh, 96px) 0;
}
.about-moto-pair .section-figure { margin: 0; }
@media (min-width: 720px) {
  .about-moto-pair {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
  }
}
@media (min-width: 1100px) {
  .about-moto-pair { gap: 48px; }
}

/* Full-bleed paddle-out photo directly below the origin section */
.origin-paddle { margin: 0; }
.origin-paddle img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: block;
  height: auto;
  max-height: 75vh;
  object-fit: cover;
}

/* Editorial section figures (graded Doc Surf photo set) */
.section-figure {
  margin: clamp(48px, 8vh, 96px) 0;
  display: block;
}
.section-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.section-figure figcaption {
  margin-top: 16px;
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--t-citation);
  max-width: 56ch;
}

/* Portrait variant — centered, capped width */
.section-figure--portrait {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.section-figure--portrait figcaption { text-align: left; }

/* Inset variant — sits inside a content block with side padding */
.section-figure--inset {
  margin-left: var(--pad-x);
  margin-right: var(--pad-x);
}

/* Full-bleed variant — spans the full viewport width, breaks out of any container */
.section-figure--bleed {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.section-figure--bleed img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
}
.section-figure--bleed figcaption {
  margin-left: var(--pad-x);
  margin-right: var(--pad-x);
}

/* Stacked title (Field Guide hero — cream + double gold) */
.title-stack {
  display: flex;
  flex-direction: column;
  max-width: none;
  margin-bottom: 24px;
}
.title-stack-row { display: block; line-height: 1.0; }
.title-stack-row + .title-stack-row { margin-top: 0.06em; }
.title-stack-row--gold { color: var(--gold); font-weight: 700; }

/* Forms */
.form-row {
  display: flex;
  max-width: 480px;
}
.form-row input {
  flex: 1;
  padding: 16px 20px;
  background: var(--navy-mid);
  border: 1px solid var(--t-rule);
  border-right: none;
  color: var(--cream);
  font-family: var(--f-body);
  font-size: 14px;
  outline: none;
  transition: border-color 0.25s;
}
.form-row input::placeholder { color: var(--t-citation); }
.form-row input:focus { border-color: var(--vermillion); }
.form-row button {
  padding: 16px 28px;
  background: var(--vermillion);
  color: var(--cream);
  border: none;
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s;
  white-space: nowrap;
}
.form-row button:hover { background: var(--vermillion-hover); }
.form-note {
  margin-top: 12px;
  font-size: 11px;
  color: var(--t-citation);
  letter-spacing: 0.06em;
}

/* Bag visual */
.bag-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  position: relative;
}
.bag-shape {
  width: 280px;
  height: 220px;
  border-radius: 18px;
  background: linear-gradient(145deg, #C41E1E, var(--vermillion));
  position: relative;
  box-shadow:
    0 60px 120px rgba(214, 40, 40, 0.18),
    0 24px 48px rgba(0, 0, 0, 0.5),
    0 2px 0 rgba(255, 200, 200, 0.18) inset;
  transform: rotate(-2deg);
  transition: transform 0.5s ease;
}
.bag-shape:hover { transform: rotate(1deg) scale(1.02); }
.bag-shape::before {
  content: "";
  position: absolute;
  top: 4px; left: 4px; right: 4px; bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
.bag-mark {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--f-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
.bag-badge {
  position: absolute;
  top: -24px; right: -28px;
  background: var(--navy-light);
  border: 1px solid var(--t-rule);
  color: var(--gold);
  font-family: var(--f-body);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 14px;
  transform: rotate(4deg);
}
.bag-tag {
  position: absolute;
  bottom: -24px; left: -28px;
  background: var(--navy-light);
  border: 1px solid var(--t-rule);
  padding: 12px 20px;
  transform: rotate(-2deg);
}

/* ==========================================================================
   /about page
   ========================================================================== */
.ref-list {
  list-style: none;
  padding: 0;
  margin-top: 32px;
  max-width: 70ch;
}
.ref-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--t-rule);
  font-size: 15px;
  color: var(--t-secondary);
  line-height: 1.7;
  max-width: none;
}
.ref-list li:last-child { border-bottom: none; }
.ref-list strong { color: var(--cream); font-weight: 700; }

/* ==========================================================================
   /contact page
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.social-list {
  list-style: none;
  padding: 0;
}
.social-list li { margin-bottom: 8px; }
.social-list a {
  font-family: var(--f-body);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t-body);
}
.social-list a:hover { color: var(--gold); }

/* ==========================================================================
   /blog index page
   ========================================================================== */
.post-list {
  list-style: none;
  padding: 0;
  margin-top: 56px;
}
.post-item { border-bottom: 1px solid var(--t-rule); }
.post-item a {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px 0;
  transition: padding-left 0.25s, color 0.25s;
}
.post-item a:hover { padding-left: 16px; color: inherit; }
.post-item-content { flex: 1; min-width: 0; }
.post-item-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 2px;
}
.post-item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}
.post-item a:hover .post-item-thumb img { transform: scale(1.03); }

/* Desktop: thumbnail to the right of content. */
@media (min-width: 720px) {
  .post-item a {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
  .post-item-thumb {
    width: 240px;
    aspect-ratio: 4 / 5;
  }
}
@media (min-width: 1100px) {
  .post-item-thumb { width: 280px; }
}
.post-meta-row {
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t-meta);
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.post-item h3 {
  font-size: clamp(24px, 2.8vw, 34px);
  margin-bottom: 12px;
  font-weight: 700;
}
.post-item p {
  font-size: 15px;
  color: var(--t-secondary);
  max-width: 60ch;
  margin-bottom: 16px;
}
.post-arrow {
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ==========================================================================
   Single post layout
   Mobile-first; widens at desktop breakpoints for editorial-grade reading.
   ========================================================================== */
.post {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(60px, 10vh, 120px) var(--pad-x) clamp(60px, 8vh, 100px);
}
.post-header { margin-bottom: 56px; }
.post-header h1,
.post-header .post-title {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--gold);
  margin-top: 16px;
}
.post-meta-line {
  font-family: var(--f-body);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--t-meta);
  margin-top: 24px;
  text-transform: none;
}
.post-deck {
  font-family: var(--f-display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400;
  font-style: italic;
  color: var(--t-body);
  line-height: 1.4;
  margin-top: 32px;
  max-width: 60ch;
}
.post-body { font-size: 16px; line-height: 1.8; }

/* Desktop breakpoint: widen the article column, headline, and deck. */
@media (min-width: 900px) {
  .post { max-width: 880px; }
  .post-header h1 { font-size: clamp(48px, 6vw, 72px); }
  .post-deck {
    font-size: clamp(22px, 2.4vw, 30px);
    margin-top: 36px;
    max-width: 68ch;
  }
  .post-body { font-size: 17px; }
}

/* Wide-desktop breakpoint: figures break out wider than body text. */
@media (min-width: 1280px) {
  .post { max-width: 960px; }
  .post-body figure.post-hero,
  .post-body figure.wide {
    margin-left: calc(-1 * var(--pad-x));
    margin-right: calc(-1 * var(--pad-x));
  }
}
.post-body > * + * { margin-top: 1.2em; }
.post-body p { max-width: none; text-wrap: pretty; }

/* Editorial drop cap on the first paragraph — Patagonia / Aesop editorial signal. */
.post-body > p:first-of-type::first-letter {
  font-family: var(--f-display);
  font-weight: 600;
  font-style: normal;
  font-size: 4.8em;
  line-height: 0.86;
  float: left;
  margin: 0.08em 0.12em -0.06em 0;
  color: var(--gold);
}
.post-body h2 {
  font-size: clamp(28px, 3.4vw, 38px);
  margin-top: 56px;
  margin-bottom: 16px;
}
.post-body h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  margin-top: 40px;
  margin-bottom: 12px;
}
.post-body strong { color: var(--cream); font-weight: 700; }
.post-body em { color: var(--t-body); font-style: italic; }
.post-body a {
  color: var(--gold);
  border-bottom: 1px solid rgba(212, 196, 120, 0.3);
}
.post-body a:hover { border-bottom-color: var(--gold); }
.post-body ul,
.post-body ol {
  margin: 1.2em 0 1.2em 1.5em;
  padding: 0;
}
.post-body li { margin-bottom: 0.5em; max-width: 60ch; }
.post-body blockquote {
  border-left: 3px solid var(--vermillion);
  padding: 4px 0 4px 24px;
  margin: 32px 0;
  font-family: var(--f-display);
  font-style: italic;
  color: var(--t-body);
}
.post-body figure { margin: 48px 0; }
.post-body figure img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--t-rule);
}
.post-body figure.post-hero { margin: 0 0 48px; }
.post-body figure.post-hero img { border: none; }
.post-body figure figcaption {
  font-size: 13px;
  color: var(--t-citation);
  margin-top: 12px;
  font-style: italic;
}

/* Side-by-side image pair (e.g., agonal vs recovery breath patterns) */
.post-body figure.post-figure-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 720px) {
  .post-body figure.post-figure-pair {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .post-body figure.post-figure-pair figcaption {
    grid-column: 1 / -1;
  }
}
.post-body cite,
.post-body .citation {
  font-size: 14px;
  color: var(--t-citation);
  font-style: italic;
}
.post-body hr {
  border: none;
  height: 1px;
  background: var(--t-rule);
  margin: 56px 0;
}
.post-body code {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.9em;
  background: var(--navy-light);
  padding: 2px 6px;
  border-radius: 3px;
}
.post-references {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--t-rule);
  font-size: 14px;
  color: var(--t-secondary);
}

.post-body .protocol-callout {
  background: var(--vermillion-glow);
  border-left: 3px solid var(--vermillion);
  padding: 32px 36px;
  margin: 48px 0;
  border-radius: 2px;
}
.post-body .protocol-callout > h2:first-child {
  margin-top: 0;
}
.post-body .protocol-callout > *:last-child {
  margin-bottom: 0;
}
.post-references h3 {
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t-meta);
  margin: 0 0 16px;
  font-weight: 700;
}
.post-references ol { margin-left: 1.4em; padding: 0; }
.post-references li { margin-bottom: 12px; }
.post-footer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--t-rule);
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 32px;
  font-family: var(--f-body);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.post-tags-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--t-meta);
  margin-right: 6px;
}
.post-tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--t-rule);
  color: var(--t-secondary);
  text-transform: lowercase;
  letter-spacing: 0.04em;
}
.post-disclaimer {
  padding: 24px 28px;
  background: var(--vermillion-glow);
  border-left: 3px solid var(--vermillion);
  font-size: 14px;
  color: var(--t-secondary);
  line-height: 1.7;
}
.post-disclaimer strong { color: var(--cream); font-weight: 700; }

/* ==========================================================================
   /disclaimer page
   ========================================================================== */
.disc-hero {
  padding: clamp(80px, 10vh, 120px) var(--pad-x) 40px;
  max-width: 820px;
  margin: 0 auto;
}
.disc-hero h1 em { color: var(--vermillion); font-weight: 600; }
.disc-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 var(--pad-x) 80px;
}
.disc-section {
  padding: 36px 0;
  border-bottom: 1px solid var(--t-rule);
}
.disc-section:last-of-type { border-bottom: none; }
.disc-section-num {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.disc-section p {
  font-size: 16px;
  color: var(--t-body);
  line-height: 1.85;
  max-width: none;
}
.disc-section p strong { color: var(--cream); font-weight: 700; }
.disc-section p em { color: var(--gold); font-style: italic; }

.disc-emergency {
  max-width: 820px;
  margin: 48px auto 80px;
  padding: 28px 32px;
  background: var(--navy-light);
  border-left: 3px solid var(--vermillion);
}
.disc-emergency-label {
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--vermillion);
  margin-bottom: 12px;
}
.disc-emergency-text {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 26px);
  color: var(--cream);
  line-height: 1.4;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
  .story-grid, .protocol-grid, .presale-grid { grid-template-columns: 1fr; gap: 56px; }
  .who-grid, .kit-grid { grid-template-columns: 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .di:nth-child(odd) { padding-right: 0; border-right: none; }
  .di:nth-child(even) { padding-left: 0; }
  .protocol-card-wrap { min-height: 360px; }
  .bag-frame { min-height: 360px; }
  .contact-grid { grid-template-columns: 1fr; gap: 56px; }
}
@media (max-width: 640px) {
  .site-nav { display: none; }
  .site-header { padding: 18px var(--pad-x); }
  .site-footer-inner { grid-template-columns: 1fr; }
  .site-footer .links { flex-direction: row; flex-wrap: wrap; gap: 12px 24px; align-items: flex-start; }
  .site-footer-bottom { flex-direction: column; gap: 12px; }
  .kit-hdr { flex-direction: column; align-items: flex-start; }
  .form-row { flex-direction: column; }
  .form-row input { border-right: 1px solid var(--t-rule); border-bottom: none; }
  .form-row button { border-top: none; }
}
