/* ===================================================================
   RADIAL ENGINEERING — concept site design system
   Concept by Boring Stories. Palette built from Radial's real red-on-white
   identity, warmed to paper and pushed editorial so it reads cinematic.
   Radial Red #E02B23 · warm paper #F4F1EB · brown-black ink #16110F.
   Type: Clash Display (display) · Switzer (body) · Space Mono (spec accent).
   =================================================================== */

:root {
  /* --- ground (warm paper, the elevation move off catalog white) --- */
  --paper:      #F4F1EB;   /* hero ground */
  --paper-2:    #EFEBE2;   /* alternating section */
  --paper-3:    #E8E3D8;   /* deepest paper */

  /* --- ink (warm brown-black, deeper than pure #000) --- */
  --ink:        #16110F;
  --ink-deep:   #0C0907;   /* full-bleed dark film bands + footer */
  --ink-1:      #1A1411;
  --ink-card:   #14100E;

  /* --- brand --- */
  --red:        #E02B23;   /* Radial red — the hero. Rationed, one per viewport */
  --red-deep:   #B81F19;   /* hover / on-light pressed */
  --red-lift:   #F0463E;   /* on-dark interactive, reads bright on ink */
  --red-text:   #AB1D17;   /* red for SMALL text on paper — clears 4.5:1 (eyebrow/links/mono) */

  /* --- secondary (dusty greige — borders as tone, never pure gray) --- */
  --greige:     #C9C0B0;
  --greige-2:   #D8D1C4;

  /* --- type colors --- */
  --on-paper:        #16110F;
  --on-paper-soft:   #5C5347;   /* warm muted body */
  --on-paper-faint:  #675E52;   /* darkened to clear 4.5:1 on all paper grounds */
  --on-ink:          #F1ECE3;
  --on-ink-soft:     rgba(241,236,227,.66);
  --on-ink-faint:    rgba(241,236,227,.55);   /* raised to clear 4.5:1 on ink */

  /* --- lines (tone, not gray) --- */
  --hair-paper:   rgba(22,17,15,.12);
  --hair-paper-2: rgba(22,17,15,.07);
  --hair-ink:     rgba(241,236,227,.13);
  --hair-ink-2:   rgba(241,236,227,.07);

  /* --- soft layered shadows only --- */
  --shadow-card: 0 1px 2px rgba(22,17,15,.06), 0 12px 40px -12px rgba(22,17,15,.16);
  --shadow-lift: 0 1px 2px rgba(22,17,15,.07), 0 26px 70px -28px rgba(22,17,15,.30);
  --shadow-red:  0 18px 48px -22px rgba(224,43,35,.45);

  /* --- type --- */
  --display: "Clash Display", "Switzer", system-ui, sans-serif;
  --body:    "Switzer", system-ui, -apple-system, sans-serif;
  --mono:    "Space Mono", ui-monospace, "SF Mono", monospace;

  /* --- motion (custom cubic-bezier only) --- */
  --ease:      cubic-bezier(.16,1,.3,1);
  --ease-soft: cubic-bezier(.4,.1,.1,1);

  /* --- rhythm --- */
  --gutter: clamp(20px, 5vw, 64px);
  --maxw: 1240px;
  --pad-y: clamp(6rem, 10vw, 10rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--on-paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--red); color: #fff; }

/* ---------- film grain (fixed, perf-safe, ~9%) ---------- */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none;
  opacity: .045; mix-blend-mode: multiply;
  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='.82' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
section { padding-block: var(--pad-y); position: relative; }
.section-paper-2 { background: var(--paper-2); }
.section-paper-3 { background: var(--paper-3); }
.section-ink { background: var(--ink-deep); color: var(--on-ink); }

/* ---------- type ---------- */
h1,h2,h3,h4 { font-family: var(--display); font-weight: 600; line-height: 1.02; letter-spacing: -.01em; margin: 0; }
.display {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(2.5rem, 6.4vw, 5.4rem);
  line-height: .98; letter-spacing: -.018em;
}
.display .red { color: var(--red); }
.section-ink .display .red { color: var(--red-lift); }
.h2 { font-size: clamp(1.95rem, 4.4vw, 3.4rem); font-weight: 600; line-height: 1.03; letter-spacing: -.016em; }
.h2 .red { color: var(--red); }
.section-ink .h2 .red { color: var(--red-lift); }
.h3 { font-size: clamp(1.3rem, 2.4vw, 1.85rem); font-weight: 600; letter-spacing: -.012em; }
.lead { font-size: clamp(1.06rem, 1.5vw, 1.3rem); line-height: 1.56; color: var(--on-paper-soft); max-width: 56ch; }
.section-ink .lead { color: var(--on-ink-soft); }
p { margin: 0 0 1.1em; }

/* wordmark (the one ALL-CAPS / display beat) */
.wordmark { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; line-height: 1; }

/* eyebrow: a quiet mono label. No pill, no dot, no badge. */
.eyebrow {
  display: inline-block;
  font-family: var(--mono); font-size: 12px; font-weight: 400;
  text-transform: uppercase; letter-spacing: .2em;
  color: var(--on-paper-faint);
}
.eyebrow.red { color: var(--red-text); }
.section-ink .eyebrow { color: var(--on-ink-faint); }
.section-ink .eyebrow.red { color: var(--red-lift); }

.mono-label { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; color: var(--on-paper-faint); text-transform: uppercase; }
.section-ink .mono-label { color: var(--on-ink-faint); }

/* ---------- buttons (island + button-in-button icon) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .85em;
  font-family: var(--body); font-weight: 500; font-size: 15px;
  padding: 13px 16px 13px 24px; border-radius: 999px;
  cursor: pointer; border: 1px solid transparent;
  transition: transform .55s var(--ease), background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease);
  will-change: transform;
}
.btn:active { transform: scale(.975); }
.btn .ico {
  width: 30px; height: 30px; border-radius: 999px;
  display: grid; place-items: center; flex: none;
  transition: transform .55s var(--ease), background .4s var(--ease);
}
.btn .ico svg { width: 14px; height: 14px; }
.btn:hover .ico { transform: translate(3px,-1px); }

.btn-primary { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn-primary .ico { background: rgba(255,255,255,.20); }
.btn-primary:hover { background: var(--red-deep); }
.btn-ghost { background: rgba(22,17,15,.025); color: var(--on-paper); border-color: var(--hair-paper); }
.btn-ghost .ico { background: rgba(22,17,15,.06); }
.btn-ghost:hover { background: rgba(22,17,15,.055); }
.section-ink .btn-ghost { background: rgba(241,236,227,.04); color: var(--on-ink); border-color: var(--hair-ink); }
.section-ink .btn-ghost .ico { background: rgba(241,236,227,.08); }
.section-ink .btn-ghost:hover { background: rgba(241,236,227,.08); }

.textlink { display:inline-flex; align-items:center; gap:.5em; font-weight:500; color: var(--red-text); transition: gap .4s var(--ease); }
.section-ink .textlink { color: var(--red-lift); }
.textlink:hover { gap: .85em; }

/* ---------- double-bezel card (outer paper shell + inner core) ---------- */
.shell {
  background: rgba(22,17,15,.03);
  border: 1px solid var(--hair-paper);
  border-radius: 26px; padding: 7px;
}
.shell > .core {
  background: #FBF9F4;
  border-radius: 20px;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.7), 0 1px 0 rgba(22,17,15,.02);
  overflow: hidden; height: 100%;
}
.section-paper-2 .shell, .section-paper-3 .shell { background: rgba(22,17,15,.035); }
.section-ink .shell { background: rgba(241,236,227,.035); border-color: var(--hair-ink); }
.section-ink .shell > .core { background: var(--ink-card); box-shadow: inset 0 1px 1px rgba(241,236,227,.05); }

/* ---------- image figure (CSS fallback duotone so layout reads pre-photo) ---------- */
.figure { position: relative; overflow: hidden; border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(224,43,35,.10), rgba(22,17,15,.04)),
    linear-gradient(180deg, var(--greige-2), var(--paper-3));
}
.figure.dark {
  background:
    linear-gradient(135deg, rgba(224,43,35,.22), rgba(12,9,7,.5)),
    linear-gradient(180deg, #20191600, #100c0a);
  background-color: var(--ink-1);
}
.figure img { width: 100%; height: 100%; object-fit: cover; }
.figure::after { /* subtle paper-warm vignette to bind fallback + photo */
  content:""; position:absolute; inset:0; pointer-events:none;
  box-shadow: inset 0 0 80px -30px rgba(22,17,15,.5);
}

/* ---------- nav (fluid island) ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 70;
  display: flex; justify-content: center;
  padding: 18px var(--gutter); pointer-events: none;
}
.nav-inner {
  pointer-events: auto;
  width: 100%; max-width: var(--maxw);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 10px 10px 10px 22px; border-radius: 999px;
  background: rgba(244,241,235,.82);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  border: 1px solid var(--hair-paper);
  transition: background .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease);
}
.nav.scrolled .nav-inner { background: rgba(244,241,235,.92); box-shadow: 0 18px 50px -34px rgba(22,17,15,.55); }
.brand { display:flex; align-items:center; gap: 9px; flex: none; }
.brand .mark { width: 13px; height: 13px; border-radius: 3px; background: var(--red); box-shadow: var(--shadow-red); flex:none; }
.brand .word { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 15px; color: var(--on-paper); }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  font-size: 14px; color: var(--on-paper-soft); font-weight: 500;
  padding: 9px 14px; border-radius: 999px;
  transition: color .35s var(--ease), background .35s var(--ease);
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--on-paper); background: rgba(22,17,15,.05); }
.nav-cta { display:flex; align-items:center; gap: 8px; flex: none; }
.nav-cta .btn { padding: 10px 12px 10px 18px; font-size: 14px; }

.burger { display:none; width: 44px; height: 44px; border:1px solid var(--hair-paper); border-radius:999px; background:rgba(22,17,15,.025); cursor:pointer; position:relative; flex:none; }
.burger span { position:absolute; left:13px; right:13px; height:1.5px; background: var(--on-paper); transition: transform .5s var(--ease), opacity .3s var(--ease); }
.burger span:nth-child(1){ top:17px; } .burger span:nth-child(2){ top:25px; }
body.menu-open .burger span:nth-child(1){ transform: translateY(4px) rotate(45deg); }
body.menu-open .burger span:nth-child(2){ transform: translateY(-3px) rotate(-45deg); }

/* mobile overlay */
.menu {
  position: fixed; inset: 0; z-index: 65;
  background: rgba(244,241,235,.96);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--gutter);
  opacity: 0; visibility: hidden; transition: opacity .5s var(--ease), visibility .5s;
}
body.menu-open .menu { opacity: 1; visibility: visible; }
.menu a {
  font-family: var(--display); font-size: clamp(2rem,8.4vw,3rem); font-weight: 600;
  letter-spacing:-.02em; padding: 11px 0; color: var(--on-paper);
  border-bottom: 1px solid var(--hair-paper-2);
  transform: translateY(28px); opacity: 0;
  transition: transform .6s var(--ease), opacity .6s var(--ease), color .3s;
}
.menu a:hover { color: var(--red); }
body.menu-open .menu a { transform: translateY(0); opacity: 1; }
body.menu-open .menu a:nth-child(1){ transition-delay:.06s; }
body.menu-open .menu a:nth-child(2){ transition-delay:.11s; }
body.menu-open .menu a:nth-child(3){ transition-delay:.16s; }
body.menu-open .menu a:nth-child(4){ transition-delay:.21s; }
body.menu-open .menu a:nth-child(5){ transition-delay:.26s; }
body.menu-open .menu a:nth-child(6){ transition-delay:.31s; }
body.menu-open .menu a:nth-child(7){ transition-delay:.36s; }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(34px); filter: blur(8px); transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; filter: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---------- hero (full-bleed film still, paper text plate) ---------- */
.hero { min-height: 100dvh; display: flex; align-items: flex-end; position: relative; overflow: hidden; padding-bottom: clamp(54px, 8vw, 110px); }
.hero-media { position: absolute; inset: 0; z-index: 0; background: var(--ink-deep); }
.hero-media .figure { position:absolute; inset:0; border-radius:0; }
.hero-media .figure::after { box-shadow:none; }
/* nav-band scrim — soft dark-to-transparent over the hero top only, so the wordmark
   + nav stay legible over any part of the photo (incl. the bright doorway). Pixel-anchored
   to the nav band; does not darken the whole hero. */
.hero-media::before {
  content:""; position:absolute; top:0; left:0; right:0; height:170px; z-index:1;
  background: linear-gradient(to bottom, rgba(12,9,7,.55), rgba(12,9,7,0));
  pointer-events:none;
}
.hero-media::after {
  content:""; position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(to top, rgba(12,9,7,.95) 3%, rgba(12,9,7,.5) 40%, rgba(12,9,7,.22) 66%, rgba(12,9,7,.5) 100%),
    radial-gradient(120% 80% at 85% 108%, rgba(224,43,35,.30), transparent 58%);
}
.hero-content { position: relative; z-index: 2; width: 100%; color: var(--on-ink); }
.hero-content .eyebrow { color: var(--on-ink-faint); }
.hero-content .eyebrow.red { color: var(--red-lift); }
.hero h1 { max-width: 17ch; margin-top: 22px; color: var(--on-ink); }
.hero .lead { margin-top: 22px; color: rgba(241,236,227,.82); }
.hero-cta { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 36px; }
.hero-meta { display:flex; flex-wrap:wrap; gap: 30px; margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--hair-ink); }
.hero-meta .item { display:flex; flex-direction:column; gap:3px; }
.hero-meta .n { font-family: var(--display); font-size: 1.7rem; font-weight: 600; letter-spacing:-.02em; color: var(--on-ink); }
.hero-meta .l { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing:.14em; color: var(--on-ink-faint); }

/* ---------- grids ---------- */
.grid { display: grid; gap: clamp(16px, 1.8vw, 22px); }
.g-2 { grid-template-columns: repeat(2,1fr); }
.g-3 { grid-template-columns: repeat(3,1fr); }
.g-4 { grid-template-columns: repeat(4,1fr); }
.split { display:grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px,4.5vw,64px); align-items:center; }
.split.tight { grid-template-columns: .92fr 1.08fr; }
.section-head { max-width: 60ch; margin-bottom: clamp(30px,3.4vw,52px); }
.section-head .h2 { margin-top: 16px; }
.section-head.center { margin-inline:auto; text-align:center; }
.measure { max-width: 60ch; }
.offset { max-width: 56ch; margin-left: clamp(0px, 8vw, 120px); }

/* ---------- editorial story card ---------- */
.story { display:flex; flex-direction:column; height:100%; }
.story .figure { aspect-ratio: 3/2; border-radius: 16px 16px 0 0; }
.story .figure img { transition: transform .9s var(--ease); }
.story:hover .figure img { transform: scale(1.05); }
/* grade — pulls a bright daylit still into the cinematic family of its darker siblings
   so a mixed row reads finished and intentional, not like a blank/placeholder card */
.figure.graded img { filter: brightness(.84) contrast(1.07) saturate(1.04); }
.figure.graded::after {
  box-shadow: inset 0 0 92px -24px rgba(12,9,7,.6);
  background: linear-gradient(157deg, rgba(224,43,35,.06), rgba(12,9,7,0) 44%, rgba(12,9,7,.32));
}
.story .body { padding: 24px 24px 28px; display:flex; flex-direction:column; gap:10px; flex:1; }
.story .kicker { font-family: var(--mono); font-size: 10.5px; letter-spacing:.14em; text-transform:uppercase; color: var(--red-text); }
.section-ink .story .kicker { color: var(--red-lift); }
.story h3 { font-size: 1.42rem; line-height: 1.08; }
.story p { color: var(--on-paper-soft); font-size: 15px; margin:0; }
.section-ink .story p { color: var(--on-ink-soft); }
.story .more { margin-top: auto; padding-top: 12px; }

/* ---------- feature card (numbered) ---------- */
.feature { padding: 30px; display:flex; flex-direction:column; gap: 13px; height:100%; }
.feature .num { font-family: var(--mono); font-size: 12px; color: var(--red-text); letter-spacing:.1em; }
.section-ink .feature .num { color: var(--red-lift); }
.feature h3 { font-size: 1.45rem; }
.feature p { color: var(--on-paper-soft); font-size: 15.5px; margin:0; }
.section-ink .feature p { color: var(--on-ink-soft); }
.feature .bullets { list-style:none; margin: 14px 0 0; padding: 0; display:flex; flex-direction:column; gap: 11px; }
.feature .bullets li { position: relative; padding-left: 18px; color: var(--on-paper-soft); font-size: 14.5px; line-height: 1.45; }
.feature .bullets li::before { content:""; position:absolute; left:0; top:8px; width:6px; height:6px; border-radius:50%; background: var(--red); }
.section-ink .feature .bullets li { color: var(--on-ink-soft); }
.section-ink .feature .bullets li::before { background: var(--red-lift); }

/* ---------- full-bleed cinematic film band ---------- */
section.cine { padding: 0; }
.cine { position: relative; min-height: clamp(460px, 64vh, 700px); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink-deep); }
.cine > .figure { position: absolute; inset: 0; z-index: 0; border-radius: 0; }
.cine > .figure::after { box-shadow:none; }
.cine::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,9,7,.93) 2%, rgba(12,9,7,.34) 52%, rgba(12,9,7,.5) 100%); }
.cine .cine-in { position: relative; z-index: 2; width: 100%; padding-block: clamp(48px,7vw,90px); color: var(--on-ink); }
.cine .cine-in .h2 { max-width: 19ch; color: var(--on-ink); }
.cine .cine-in .lead { margin-top: 16px; color: rgba(241,236,227,.84); }
.cine .cine-in .eyebrow { color: var(--on-ink-faint); }
.cine .cine-in .eyebrow.red { color: var(--red-lift); }

/* ---------- versus / gap module (left dead, right alive) ---------- */
.versus { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(16px,2vw,24px); }
.vs-col { display:flex; flex-direction:column; height:100%; }
.vs-tag { font-family: var(--mono); font-size: 11px; letter-spacing:.16em; text-transform:uppercase; margin-bottom: 16px; }
.vs-dead .vs-tag { color: var(--on-paper-faint); }
.vs-alive .vs-tag { color: var(--red); }
.vs-card { border-radius: 22px; padding: 7px; height:100%; }
.vs-dead .vs-card { background: rgba(22,17,15,.025); border: 1px solid var(--hair-paper); }
.vs-alive .vs-card { background: rgba(224,43,35,.05); border: 1px solid rgba(224,43,35,.22); }
.vs-inner { border-radius: 16px; padding: 26px 26px 28px; height:100%; }
.vs-dead .vs-inner { background: var(--paper-3); }
.vs-alive .vs-inner { background: #FBF9F4; box-shadow: var(--shadow-card); }
.vs-inner h3 { font-size: 1.3rem; margin: 0 0 10px; }
.vs-dead .vs-inner h3 { color: var(--on-paper-soft); }
.vs-inner p { font-size: 15px; margin: 0 0 .9em; }
.vs-dead .vs-inner p { color: var(--on-paper-faint); }
.vs-alive .vs-inner p { color: var(--on-paper-soft); }
.vs-inner p:last-child { margin-bottom: 0; }

/* ---------- big quote ---------- */
.pullquote { font-family: var(--body); font-weight: 500; font-size: clamp(1.5rem,3.4vw,2.65rem); line-height: 1.2; letter-spacing:-.012em; max-width: 24ch; }
.pullquote .by { display:block; font-family: var(--mono); font-size: 12px; letter-spacing:.1em; text-transform:uppercase; color: var(--on-paper-faint); margin-top: 24px; font-weight:400; }
.section-ink .pullquote .by { color: var(--on-ink-faint); }

/* ---------- stat band ---------- */
.stats { display:grid; grid-template-columns: repeat(4,1fr); gap: clamp(16px,2vw,30px); }
.stat .n { font-family: var(--display); font-size: clamp(2.4rem,4.6vw,3.6rem); font-weight: 600; letter-spacing:-.02em; line-height:1; }
.stat .n .u { color: var(--red); margin-left: .1em; }
.section-ink .stat .n .u { color: var(--red-lift); }
.stat .l { font-family: var(--mono); font-size: 11px; letter-spacing:.1em; text-transform:uppercase; color: var(--on-paper-faint); margin-top:13px; }
.section-ink .stat .l { color: var(--on-ink-faint); }

/* ---------- spec / detail table (mono) ---------- */
.spec { border-top: 1px solid var(--hair-paper); }
.section-ink .spec { border-color: var(--hair-ink); }
.spec .row { display:grid; grid-template-columns: 1fr 1.6fr; gap:18px; padding: 18px 4px; border-bottom: 1px solid var(--hair-paper-2); }
.section-ink .spec .row { border-color: var(--hair-ink-2); }
.spec .k { font-family: var(--mono); font-size: 12px; letter-spacing:.04em; text-transform:uppercase; color: var(--on-paper-faint); }
.section-ink .spec .k { color: var(--on-ink-faint); }
.spec .v { font-size: 15.5px; line-height: 1.5; }

/* ---------- timeline (vertical, restrained) ---------- */
.timeline { border-left: 1px solid var(--hair-paper); margin-left: 6px; }
.section-ink .timeline { border-color: var(--hair-ink); }
.tl-item { position:relative; padding: 0 0 40px 34px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content:""; position:absolute; left:-5px; top:6px; width:9px; height:9px; border-radius:999px; background: var(--red); box-shadow: 0 0 0 4px rgba(224,43,35,.14); }
.tl-item .yr { font-family: var(--mono); font-size: 13px; letter-spacing:.06em; color: var(--red-text); }
.section-ink .tl-item .yr { color: var(--red-lift); }
.tl-item h4 { font-size: 1.2rem; margin: 6px 0 7px; }
.tl-item p { color: var(--on-paper-soft); margin:0; font-size: 15px; }
.section-ink .tl-item p { color: var(--on-ink-soft); }

/* ---------- offer ladder / pricing rows ---------- */
.ladder { display:flex; flex-direction:column; }
.rung { display:grid; grid-template-columns: auto 1fr auto; gap: clamp(16px,3vw,40px); align-items:baseline; padding: 26px 0; border-top: 1px solid var(--hair-paper); }
.section-ink .rung { border-color: var(--hair-ink); }
.rung:last-child { border-bottom: 1px solid var(--hair-paper); }
.section-ink .rung:last-child { border-bottom-color: var(--hair-ink); }
.rung .step { font-family: var(--mono); font-size: 12px; color: var(--red-text); letter-spacing:.08em; }
.section-ink .rung .step { color: var(--red-lift); }
.rung .what h4 { font-size: 1.35rem; margin: 0 0 6px; }
.rung .what p { margin: 0; color: var(--on-paper-soft); font-size: 15px; max-width: 48ch; }
.section-ink .rung .what p { color: var(--on-ink-soft); }
.rung .price { font-family: var(--mono); font-size: 15px; white-space: nowrap; color: var(--on-paper); }
.section-ink .rung .price { color: var(--on-ink); }
.rung.feature-rung .price { color: var(--red); }
.section-ink .rung.feature-rung .price { color: var(--red-lift); }

/* ---------- CTA band ---------- */
.cta-band { text-align:center; }
.cta-band .h2 { max-width: 19ch; margin-inline:auto; }
.cta-band .row { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top: 32px; }

/* ---------- form ---------- */
.field { display:flex; flex-direction:column; gap:8px; margin-bottom: 18px; }
.field label { font-family: var(--mono); font-size: 11px; letter-spacing:.1em; text-transform:uppercase; color: var(--on-paper-faint); }
.section-ink .field label { color: var(--on-ink-faint); }
.field input, .field select, .field textarea {
  font-family: var(--body); font-size: 15px; color: var(--on-paper);
  background: rgba(22,17,15,.02); border: 1px solid var(--hair-paper);
  border-radius: 12px; padding: 14px 16px; width:100%;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.section-ink .field input, .section-ink .field select, .section-ink .field textarea {
  color: var(--on-ink); background: rgba(241,236,227,.03); border-color: var(--hair-ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color: var(--red); background: rgba(224,43,35,.04); }
.field textarea { min-height: 140px; resize: vertical; }

/* ---------- page hero (interior) ---------- */
.page-hero { padding-top: clamp(130px, 14vw, 184px); padding-bottom: clamp(36px,4.5vw,60px); }
.page-hero .display { font-size: clamp(2.5rem, 6.2vw, 4.8rem); }
.breadcrumb { font-family: var(--mono); font-size: 11px; letter-spacing:.14em; text-transform:uppercase; color: var(--on-paper-faint); margin-bottom: 24px; }
.breadcrumb a { color: var(--on-paper-soft); } .breadcrumb a:hover { color: var(--on-paper); }
.page-hero .lead { margin-top: 22px; }

/* ---------- footer ---------- */
.footer { background: var(--ink-deep); color: var(--on-ink); border-top: 1px solid rgba(241,236,227,.08); padding-block: clamp(56px,7vw,92px) 40px; }
.footer .brand .word { color: var(--on-ink); }
.footer-top { display:grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.footer .brand { margin-bottom: 18px; }
.footer .blurb { color: var(--on-ink-soft); font-size: 14.5px; max-width: 38ch; }
.footer h5 { font-family: var(--mono); font-size: 11px; letter-spacing:.14em; text-transform:uppercase; color: var(--on-ink-faint); margin: 0 0 16px; font-weight:400; }
.footer ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap: 11px; }
.footer ul a { font-size: 14.5px; color: var(--on-ink-soft); transition: color .3s; }
.footer ul a:hover { color: var(--on-ink); }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap: 16px; flex-wrap:wrap; margin-top: clamp(40px,5vw,64px); padding-top: 26px; border-top: 1px solid var(--hair-ink-2); }
.footer-bottom .small { font-family: var(--mono); font-size: 11px; letter-spacing:.04em; color: var(--on-ink-faint); }
.concept-mark { font-family: var(--mono); font-size: 11px; letter-spacing:.05em; color: var(--on-ink-faint); }
.concept-mark a { color: var(--on-ink-soft); }
.concept-mark a:hover { color: var(--red-lift); }
.concept-mark b { color: var(--on-ink-soft); font-weight: 500; }

/* ---------- misc ---------- */
.divider { height:1px; background: var(--hair-paper); border:0; margin:0; }
.section-ink .divider { background: var(--hair-ink); }
.skip { position:absolute; left:-999px; top:0; z-index:200; background: var(--ink); color:#fff; padding:12px 18px; border-radius:0 0 10px 0; }
.skip:focus { left:0; }
.muted { color: var(--on-paper-soft); }
.section-ink .muted { color: var(--on-ink-soft); }
.center { text-align:center; }
.mt-s{margin-top:14px} .mt-m{margin-top:26px} .mt-l{margin-top:44px}
.tags { display:flex; flex-wrap:wrap; gap:8px; }
.pill { font-family: var(--mono); font-size: 11px; letter-spacing:.08em; text-transform:uppercase; color: var(--on-paper-faint); padding: 7px 13px; border:1px solid var(--hair-paper); border-radius: 999px; }
.section-ink .pill { color: var(--on-ink-faint); border-color: var(--hair-ink); }

/* ---------- responsive ---------- */
@media (max-width: 1000px){
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .g-4 { grid-template-columns: repeat(2,1fr); }
  .rung { grid-template-columns: auto 1fr; }
  .rung .price { grid-column: 2; }
}
@media (max-width: 860px){
  .nav-links, .nav-cta { display: none; }
  .burger { display: block; }
}
@media (max-width: 760px){
  .split, .split.tight { grid-template-columns: 1fr; }
  .g-2, .g-3, .g-4 { grid-template-columns: 1fr; }
  .versus { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); row-gap: 32px; }
  .offset { margin-left: 0; }
  .spec .row { grid-template-columns: 1fr; gap: 5px; }
  .pullquote { max-width: none; }
  .rung { grid-template-columns: 1fr; gap: 8px; }
  .rung .price { grid-column: 1; }
}
@media (max-width: 460px){
  .footer-top { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
}
