/* Viewery — site styles. Plain CSS, no build step.
   Type: Fraunces (display) · Bricolage Grotesque (text/UI) · JetBrains Mono (labels, data).
   Palette: the brand indigo (#21256a / #00022c) as ink on warm paper; coral for the wind-down notice. */

:root {
  --paper: #f3f0e8;
  --paper-2: #ebe7dc;
  --paper-3: #e2ddd0;
  --white: #fffdf8;
  --ink: #12123a;
  --ink-2: #2e2f55;
  --muted: #5f607c;
  --muted-2: #8c8da3;
  --line: rgba(18, 18, 58, 0.14);
  --line-strong: rgba(18, 18, 58, 0.32);
  --indigo: #21256a;
  --indigo-2: #3f4390;
  --night: #0a0c33;
  --night-2: #05061f;
  --line-on-dark: rgba(255, 255, 255, 0.16);
  --coral: #ff5a36;
  --coral-ink: #b4341a;
  --mint: #7ee2a8;
  --lilac: #c7c9ff;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow-lg: 0 50px 90px -50px rgba(10, 12, 51, 0.5), 0 20px 40px -30px rgba(10, 12, 51, 0.3);
  --shadow-sm: 0 1px 0 rgba(18, 18, 58, 0.06), 0 10px 30px -20px rgba(18, 18, 58, 0.35);
  --display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --text: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--text); font-size: 17px; line-height: 1.55; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; font-optical-sizing: auto; }
img, video, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
strong { font-weight: 650; }
h1, h2, h3, h4 { margin: 0; line-height: 1; }
h1, h2, .display { font-family: var(--display); font-weight: 560; letter-spacing: -0.022em; font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 1; }
h1 { font-size: clamp(3rem, 8.4vw, 7.2rem); line-height: 0.94; }
h2 { font-size: clamp(2.2rem, 4.8vw, 3.8rem); line-height: 0.98; }
h3 { font-family: var(--text); font-weight: 600; font-size: 1.2rem; letter-spacing: -0.01em; line-height: 1.2; }
.ital { font-style: italic; font-weight: 440; font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1; }
.mono { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.lede { font-size: clamp(1.12rem, 1.7vw, 1.4rem); line-height: 1.4; color: var(--ink-2); font-weight: 400; letter-spacing: -0.005em; }
.on-dark .lede { color: rgba(255,255,255,0.8); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 22px; border-radius: 999px; font-weight: 600; font-size: 0.95rem; line-height: 1; border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease; white-space: nowrap; font-family: var(--text); }
.btn:hover { transform: translateY(-1px); }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: #000; }
.btn-white { background: var(--white); color: var(--night); }
.btn-white:hover { background: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); }
.on-dark .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.35); }
.on-dark .btn-ghost:hover { border-color: #fff; }
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: #e84a27; }
.btn .arrow { display: inline-block; transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }
.btn-group { display: flex; flex-wrap: wrap; gap: 12px; }

/* Wind-down banner */
.banner { background: var(--coral); color: #fff; font-size: 0.95rem; }
.banner .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding-top: 11px; padding-bottom: 11px; }
.banner p { margin: 0; }
.banner b { font-weight: 700; }
.banner a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.banner .cta { font-weight: 700; white-space: nowrap; text-decoration: none; border: 1px solid rgba(255,255,255,0.55); border-radius: 999px; padding: 6px 14px; }
.banner .cta:hover { background: #fff; color: var(--coral-ink); border-color: #fff; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(243, 240, 232, 0.86); backdrop-filter: saturate(140%) blur(12px); -webkit-backdrop-filter: saturate(140%) blur(12px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.02em; font-variation-settings: "opsz" 32, "SOFT" 40; }
.brand svg { width: 24px; height: 25px; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 0.93rem; font-weight: 500; }
.nav-links a { opacity: 0.78; padding: 6px 0; transition: opacity .15s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { opacity: 1; }
.nav .btn { padding: 11px 16px; font-size: 0.88rem; }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); width: 44px; height: 44px; cursor: pointer; padding: 0; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: currentColor; margin: 5px auto; transition: transform .2s ease, opacity .2s ease; }
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 0; right: 0; top: 64px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 0 16px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px var(--gutter); }
  .nav-links .btn { margin: 10px var(--gutter) 0; }
  .nav.is-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.is-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
.nav-cta-desktop { display: inline-flex; }
@media (max-width: 860px) { .nav-cta-desktop { display: none; } }

/* Hero */
.hero { padding: clamp(48px, 7vw, 96px) 0 0; position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(24px, 4vw, 64px); align-items: end; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { max-width: 12ch; }
.hero h1 .ital { color: var(--indigo); }
.hero .lede { max-width: 520px; margin: 26px 0 30px; }
.dossier { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.04em; color: var(--muted); border-top: 1px solid var(--line-strong); padding-top: 14px; display: grid; gap: 9px; }
.dossier div { display: flex; justify-content: space-between; gap: 16px; }
.dossier dt { text-transform: uppercase; color: var(--muted-2); }
.dossier dd { margin: 0; color: var(--ink); text-align: right; }
@media (max-width: 900px) { .dossier { max-width: 420px; } }
.video-band { margin-top: clamp(40px, 6vw, 72px); position: relative; }
.video-frame { position: relative; border-radius: 22px; overflow: hidden; background: var(--night); box-shadow: var(--shadow-lg); border: 1px solid rgba(18,18,58,0.2); }
.video-inner { position: relative; padding-top: 56.25%; }
.video-inner iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-meta { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 14px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }
.video-meta .live { display: inline-flex; align-items: center; gap: 8px; }
.video-meta .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px rgba(255,90,54,0.2); }

/* Waveform divider */
.wave { display: block; width: 100%; height: 56px; margin: clamp(40px, 6vw, 80px) 0 0; color: var(--line-strong); }
.wave svg { width: 100%; height: 100%; display: block; }

/* Sections */
.section { padding: clamp(64px, 8vw, 120px) 0; }
.section-head { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px clamp(24px, 4vw, 64px); align-items: start; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head .mono { color: var(--muted); padding-top: 10px; display: inline-flex; align-items: center; gap: 10px; }
.section-head .mono::before { content: ""; width: 18px; height: 1px; background: currentColor; }
.section-head h2 { max-width: 16ch; }
.section-head p { margin: 16px 0 0; max-width: 560px; color: var(--ink-2); font-size: 1.05rem; }
@media (max-width: 720px) { .section-head { grid-template-columns: 1fr; gap: 12px; } }
.on-dark { background: var(--night); color: #fff; }
.on-dark h2 { color: #fff; }
.on-dark .section-head .mono { color: rgba(255,255,255,0.6); }
.on-dark .section-head p { color: rgba(255,255,255,0.75); }
.on-dark .wave { color: var(--line-on-dark); }

/* Numbers strip */
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.numbers > div { padding: 28px 24px 30px 0; border-right: 1px solid var(--line); }
.numbers > div + div { padding-left: 24px; }
.numbers > div:last-child { border-right: 0; }
.numbers .big { font-family: var(--display); font-weight: 500; font-size: clamp(2.6rem, 4.6vw, 4.4rem); white-space: nowrap; line-height: 0.95; letter-spacing: -0.03em; font-variation-settings: "opsz" 144, "SOFT" 30; color: var(--indigo); }
.numbers .big small { font-size: 0.38em; font-family: var(--mono); letter-spacing: 0.04em; color: var(--muted); margin-left: 6px; font-weight: 400; text-transform: uppercase; }
.numbers .cap { margin-top: 12px; font-size: 0.95rem; color: var(--ink-2); max-width: 22ch; }
@media (max-width: 900px) { .numbers { grid-template-columns: 1fr 1fr; } .numbers > div:nth-child(2) { border-right: 0; } .numbers > div:nth-child(n+3) { border-top: 1px solid var(--line); } .numbers > div:nth-child(3) { padding-left: 0; } }
@media (max-width: 480px) { .numbers { grid-template-columns: 1fr; } .numbers > div { border-right: 0 !important; padding-left: 0 !important; } .numbers > div + div { border-top: 1px solid var(--line); } }
.numbers-note { margin-top: 22px; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.04em; color: var(--muted-2); text-transform: uppercase; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line-strong); }
.step { padding: 28px 28px 32px 0; border-right: 1px solid var(--line); position: relative; }
.step + .step { padding-left: 28px; }
.step:last-child { border-right: 0; }
.step .n { font-family: var(--display); font-size: 2.4rem; font-weight: 400; color: var(--muted-2); line-height: 1; font-variation-settings: "opsz" 144, "SOFT" 50; }
.step h3 { margin: 18px 0 8px; font-size: 1.35rem; }
.step p { margin: 0; color: var(--ink-2); font-size: 0.98rem; }
.step .arrowline { position: absolute; right: -9px; top: 44px; width: 18px; height: 18px; color: var(--muted-2); background: var(--paper); }
.step:last-child .arrowline { display: none; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } .step:nth-child(2) { border-right: 0; } .step:nth-child(n+3) { border-top: 1px solid var(--line); } .step:nth-child(3) { padding-left: 0; } .step:nth-child(2) .arrowline { display: none; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } .step { border-right: 0 !important; padding-left: 0 !important; } .step + .step { border-top: 1px solid var(--line); } .step .arrowline { display: none; } }

/* Screen viewer */
.viewer { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.viewer-list { display: grid; gap: 2px; border-top: 1px solid var(--line-strong); min-width: 0; }
.viewer-item { width: 100%; text-align: left; background: none; border: 0; border-bottom: 1px solid var(--line); padding: 18px 12px 18px 0; cursor: pointer; font-family: var(--text); color: var(--ink); display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: baseline; transition: background .15s ease; }
.viewer-item .k { font-family: var(--mono); font-size: 0.72rem; color: var(--muted-2); letter-spacing: 0.05em; }
.viewer-item h3 { font-size: 1.05rem; margin: 0 0 4px; font-weight: 600; }
.viewer-item p { margin: 0; font-size: 0.92rem; color: var(--muted); max-height: 0; overflow: hidden; opacity: 0; transition: max-height .3s ease, opacity .3s ease; }
.viewer-item[aria-selected="true"] { color: var(--indigo); }
.viewer-item[aria-selected="true"] .k { color: var(--indigo); }
.viewer-item[aria-selected="true"] p { max-height: 80px; opacity: 1; }
.viewer-item:hover h3 { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--line-strong); }
.viewer-stage { position: sticky; top: 84px; }
.shot { position: relative; border-radius: 14px; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.shot .bar { height: 32px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #f6f5f0; border-bottom: 1px solid var(--line); }
.shot .bar i { width: 9px; height: 9px; border-radius: 50%; background: #d9d6cc; }
.shot .bar .url { margin-left: 10px; flex: 1; min-width: 0; height: 18px; border-radius: 5px; background: var(--white); border: 1px solid var(--line); font-family: var(--mono); font-size: 0.62rem; color: var(--muted-2); display: flex; align-items: center; padding: 0 10px; letter-spacing: 0.02em; overflow: hidden; white-space: nowrap; }
.shot img { width: 100%; height: auto; }
.viewer-stage .frames { position: relative; aspect-ratio: 1440 / 1000; }
.viewer-stage .frames img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top left; opacity: 0; transition: opacity .35s ease; }
.viewer-stage .frames img.on { opacity: 1; }
.viewer-stage .bar .url span { display: none; }
.viewer-stage .bar .url span.on { display: inline; }
@media (max-width: 900px) {
  .viewer { grid-template-columns: minmax(0, 1fr); }
  .viewer-stage { position: static; order: -1; }
  .viewer-item p { max-height: none; opacity: 1; }
}

/* Press + founder */
.press { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 36px; }
.press .mono { color: var(--muted-2); }
.press a { font-family: var(--display); font-size: 1.5rem; font-weight: 500; letter-spacing: -0.015em; color: var(--ink); opacity: 0.75; font-variation-settings: "opsz" 48, "SOFT" 60; }
.press a:hover { opacity: 1; }
.founder { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px clamp(24px, 4vw, 64px); border-top: 1px solid var(--line-strong); padding-top: clamp(32px, 4vw, 48px); margin-top: clamp(40px, 5vw, 64px); }
.founder blockquote { margin: 0; font-family: var(--display); font-size: clamp(1.5rem, 2.6vw, 2.2rem); line-height: 1.15; font-weight: 450; letter-spacing: -0.015em; font-variation-settings: "opsz" 72, "SOFT" 50; max-width: 26ch; }
.founder cite { display: block; margin-top: 18px; font-style: normal; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }
.founder cite a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 720px) { .founder { grid-template-columns: 1fr; } }

/* Footer */
.footer { border-top: 1px solid var(--line-strong); padding: 40px 0 32px; font-size: 0.9rem; color: var(--muted); }
.footer .top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 40px; align-items: flex-start; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer a:hover { color: var(--ink); }
.footer .bottom { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted-2); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Article (post-mortem) ---------- */
.article-hero { padding: clamp(56px, 8vw, 112px) 0 clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--line-strong); }
.article-hero h1 { max-width: 14ch; font-size: clamp(2.8rem, 7.2vw, 6.2rem); }
.article-hero h1 .ital { color: var(--coral); }
.article-hero .lede { max-width: 640px; margin-top: 26px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 30px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }
.article-meta b { color: var(--ink); font-weight: 500; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); padding: clamp(40px, 6vw, 80px) 0; }
@media (max-width: 960px) { .article-layout { grid-template-columns: minmax(0, 1fr); } }
.toc { position: sticky; top: 88px; align-self: start; font-size: 0.9rem; }
.toc h4 { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); margin: 0 0 12px; font-weight: 500; }
.toc ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; counter-reset: toc; }
.toc li a { display: flex; gap: 10px; padding: 6px 8px 6px 0; color: var(--muted); line-height: 1.3; transition: color .15s ease; border-left: 2px solid transparent; padding-left: 10px; margin-left: -12px; }
.toc li a::before { counter-increment: toc; content: counter(toc, decimal-leading-zero); font-family: var(--mono); font-size: 0.7rem; color: var(--muted-2); min-width: 22px; padding-top: 3px; }
.toc li a:hover { color: var(--ink); }
.toc li a.active { color: var(--ink); border-left-color: var(--coral); }
.toc .toc-back { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.toc .toc-back a { color: var(--muted); }
@media (max-width: 960px) { .toc { position: static; } .toc ol { display: flex; flex-wrap: wrap; gap: 6px; } .toc li a { padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; margin: 0; border-left: 1px solid var(--line); } .toc li a::before { display: none; } .toc li a.active { border-color: var(--coral); } .toc .toc-back { display: none; } }

.article { max-width: 700px; min-width: 0; font-size: 1.08rem; line-height: 1.65; color: var(--ink-2); }
.article > * + * { margin-top: 1.2em; }
.article h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); color: var(--ink); margin-top: 2.4em; scroll-margin-top: 90px; }
.article > h2:first-child { margin-top: 0; }
.article h2 .num { display: block; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; color: var(--coral); margin-bottom: 14px; font-weight: 500; }
.article h2 + p, .article h3 + p { margin-top: 0.7em; }
.article h3 { font-size: 1.3rem; color: var(--ink); margin-top: 2em; margin-bottom: 0.3em; scroll-margin-top: 90px; }
.article p { margin-bottom: 0; }
.article a:not(.btn) { color: var(--indigo); text-decoration: underline; text-decoration-color: rgba(33,37,106,0.35); text-underline-offset: 3px; }
.article a:not(.btn):hover { text-decoration-color: var(--indigo); }
.article ul, .article ol { padding-left: 1.3em; }
.article li + li { margin-top: 0.5em; }
.article figure { margin: 2.2em 0; }
.article figure.pair, .article figure.wide { width: min(100% + 320px, calc(100vw - 2 * var(--gutter) - 220px - clamp(32px, 6vw, 96px))); }
@media (max-width: 960px) { .article figure.pair, .article figure.wide { width: 100%; } }
.pair-grid { display: grid; grid-template-columns: 272px minmax(0, 1fr); gap: 28px; align-items: center; }
@media (max-width: 640px) { .pair-grid { grid-template-columns: 1fr; } .pair-phone { max-width: 272px; margin: 0 auto; } }
.phone { background: #101014; border-radius: 42px; padding: 10px; box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.08) inset; position: relative; }
.phone::before { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 84px; height: 24px; border-radius: 14px; background: #101014; z-index: 2; }
.phone .screen { border-radius: 32px; overflow: hidden; background: #f2f2f2; position: relative; }
.phone .statusbar { height: 44px; background: #f2f2f2; }
.phone img { display: block; width: 100%; height: auto; }
.phone::after { content: ""; position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); width: 96px; height: 4px; border-radius: 2px; background: rgba(0,0,0,0.55); z-index: 2; }
.pair-label { margin: 10px 0 0; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); display: flex; gap: 10px; }
.pair-label .k { color: var(--coral); }
.article figure .shot { box-shadow: var(--shadow-sm); }
.article figcaption { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.01em; color: var(--muted); margin-top: 14px; max-width: 70ch; }
.article .tldr { border-top: 2px solid var(--coral); padding: 22px 0 8px; }
.article .tldr h3 { margin: 0 0 12px; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral); font-weight: 500; }
.article .tldr ul { margin: 0; padding-left: 1.1em; }
.article .tldr li { margin-top: 0.5em; }
.article .pull { border: 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); padding: 26px 0; margin: 2.4em 0; font-family: var(--display); font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.15; color: var(--ink); font-weight: 450; letter-spacing: -0.015em; font-variation-settings: "opsz" 72, "SOFT" 50; }

/* Callout */
.article .callout { border-left: 4px solid var(--coral); background: #fff1ec; padding: 24px 28px 26px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 2.2em 0; }
.article .callout .lab { display: block; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 12px; font-weight: 500; }
.article .callout p { font-family: var(--display); font-size: clamp(1.3rem, 2.1vw, 1.7rem); line-height: 1.25; color: var(--ink); font-weight: 450; letter-spacing: -0.01em; font-variation-settings: "opsz" 72, "SOFT" 50; margin: 0; }

/* Timeline */
.timeline { list-style: none; padding: 0; margin: 1.5em 0 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px; background: var(--line-strong); }
.timeline li { position: relative; padding-left: 32px; }
.timeline li + li { margin-top: 18px; }
.timeline li::before { content: ""; position: absolute; left: 1px; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--indigo); box-shadow: 0 0 0 4px var(--paper); }
.timeline li.end::before { background: var(--coral); }
.timeline .when { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 3px; }
.timeline .what { color: var(--ink); font-weight: 550; }
.timeline .why { color: var(--muted); font-size: 0.95rem; margin-top: 2px; }

/* Compare table */
.compare-wrap { overflow-x: auto; margin: 2em 0; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.compare { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 0.88rem; line-height: 1.45; }
.compare th, .compare td { text-align: left; padding: 12px 14px; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare th { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: var(--paper); font-weight: 500; }
.compare td:first-child { font-weight: 600; color: var(--ink); width: 19%; }
.compare tr:last-child td { border-bottom: 0; }
.compare .us { background: #fff1ec; }
.compare .badge { display: inline-block; padding: 2px 8px; border-radius: 999px; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; }
.badge.good { background: #dff5e6; color: #1f6f46; }
.badge.meh { background: #fdf0d5; color: #8a5a0b; }
.badge.bad { background: #fde3dc; color: #a33d20; }

/* Lessons */
.lessons { list-style: none; padding: 0; margin: 1.5em 0 0; counter-reset: lesson; border-top: 1px solid var(--line-strong); }
.lessons li { counter-increment: lesson; padding: 22px 0 22px 64px; position: relative; border-bottom: 1px solid var(--line); }
.lessons li::before { content: counter(lesson, decimal-leading-zero); position: absolute; left: 0; top: 22px; font-family: var(--display); font-size: 1.7rem; color: var(--coral); line-height: 1; font-weight: 400; font-variation-settings: "opsz" 144, "SOFT" 50; }
.lessons li b { display: block; color: var(--ink); font-size: 1.08rem; margin-bottom: 4px; font-weight: 600; }
.lessons li p { font-size: 0.98rem; color: var(--ink-2); }

/* Legal pages */
.legal { max-width: 760px; padding: clamp(48px, 6vw, 88px) 0; }
.legal h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 10px; }
.legal h2 { font-family: var(--mono); font-weight: 500; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin: 2.4em 0 0.6em; color: var(--ink); }
.legal p, .legal li { color: var(--ink-2); }
.legal ul { padding-left: 1.2em; }
.legal .updated { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); margin-bottom: 2.5em; }
