:root {
  --blue: #0759dc;
  --blue-dark: #063c9c;
  --yellow: #ffd51f;
  --cream: #fff3ce;
  --paper: #fffdf4;
  --ink: #11100d;
  --red: #df3c2f;
  --muted: #5e5748;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#main { scroll-margin-top: 92px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
img { max-width: 100%; }
a { color: var(--blue); font-weight: 900; }
p { margin: 0 0 18px; font-size: 18px; }
h1, h2, h3 { margin-top: 0; letter-spacing: 0; }
h1 { margin-bottom: 22px; font-size: clamp(52px, 8vw, 106px); line-height: .89; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 66px); line-height: .95; }
h3 { margin-bottom: 10px; font-size: 25px; line-height: 1.05; }
button, input, textarea { font: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: white; padding: 12px; }
.skip-link:focus { left: 12px; top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 4px solid var(--ink); background: rgba(255,213,31,.96); backdrop-filter: blur(9px); }
.nav { width: min(var(--max), calc(100% - 32px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; text-transform: uppercase; line-height: .9; white-space: nowrap; }
.brand img { width: 58px; height: 66px; object-fit: contain; object-position: center; }
.brand-text { font-size: 14px; font-weight: 950; }
.brand-text span { display: block; font-size: 25px; }
.links { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.links a { color: var(--ink); text-decoration: none; font-size: 15px; }
.links a:hover, .links a:focus-visible, .links a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
.links .nav-cta { padding: 11px 15px; border: 3px solid var(--ink); background: var(--blue); color: white; box-shadow: 4px 4px 0 var(--ink); text-decoration: none; }
.eyebrow { display: inline-block; margin-bottom: 15px; padding: 6px 10px; background: var(--ink); color: white; font-size: 13px; font-weight: 950; text-transform: uppercase; }
.lead { font-size: clamp(22px, 2.5vw, 31px); font-weight: 850; line-height: 1.25; }
.kicker { color: var(--muted); font-weight: 900; }
.fine { color: var(--muted); font-size: 14px; }
.red { color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin: 7px 10px 7px 0; padding: 12px 18px; border: 3px solid var(--ink); background: var(--blue); color: white; box-shadow: 5px 5px 0 var(--ink); text-decoration: none; font-weight: 950; }
.button:hover, .button:focus-visible { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.button.secondary { background: var(--yellow); color: var(--ink); }
.button.cream { background: var(--paper); color: var(--ink); }
.pressure-hero { position: relative; height: clamp(680px, calc(100svh - 120px), 760px); overflow: hidden; border-bottom: 6px solid var(--ink); background: var(--cream); isolation: isolate; }
.pressure-hero-art, .pressure-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.pressure-hero-art { z-index: -2; object-fit: cover; object-position: center; }
.pressure-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(255,243,206,.99) 0%, rgba(255,243,206,.94) 31%, rgba(255,243,206,.44) 53%, rgba(255,243,206,0) 72%); }
.pressure-hero-copy { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: clamp(46px, 6vh, 68px) 0 38px; }
.pressure-hero-copy > * { max-width: 650px; }
.pressure-hero-copy h1 { max-width: 700px; font-size: clamp(58px, 6.7vw, 90px); }
.pressure-hero-copy .lead { max-width: 590px; font-size: clamp(21px, 2vw, 27px); }
.hero-note { max-width: 570px; font-size: 17px; font-weight: 750; }
.trust-line { margin-top: 13px; color: var(--muted); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.truth-strip { padding: 27px 18px; border-bottom: 5px solid var(--ink); background: var(--ink); color: white; }
.truth-strip p { max-width: 1000px; margin: 0 auto; font-size: clamp(23px, 3vw, 38px); font-weight: 900; line-height: 1.15; text-align: center; }
.truth-strip mark { background: var(--yellow); color: var(--ink); }
.section { padding: clamp(62px, 9vw, 118px) 18px; }
.section-inner { width: min(var(--max), 100%); margin: 0 auto; }
.section-head { max-width: 810px; margin-bottom: 50px; }
.cream-band { background: var(--cream); }
.paper-band { background: var(--paper); }
.yellow-band { border-top: 5px solid var(--ink); border-bottom: 5px solid var(--ink); background: var(--yellow); }
.blue-band { border-top: 5px solid var(--ink); border-bottom: 5px solid var(--ink); background: var(--blue); color: white; }
.ink-band { background: var(--ink); color: white; }
.pressure-path { display: grid; border-top: 4px solid var(--ink); }
.pressure-step { display: grid; grid-template-columns: 110px minmax(0, 1fr) minmax(260px, .6fr); gap: 26px; align-items: baseline; padding: 26px 0; border-bottom: 2px solid var(--ink); }
.pressure-step .number { color: var(--blue); font-size: 56px; font-weight: 950; line-height: 1; }
.pressure-step h3 { margin: 0; font-size: clamp(28px, 4vw, 49px); }
.pressure-step p { margin: 0; }
.rate-scene { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr); gap: 64px; align-items: center; }
.rate-copy { max-width: 600px; }
.rate-board { min-height: 420px; border: 4px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--ink); transform: rotate(.6deg); overflow: hidden; }
.rate-row { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; padding: 25px; border-bottom: 3px solid var(--ink); }
.rate-number { font-size: 70px; font-weight: 950; line-height: 1; }
.rate-bar { height: 32px; border: 3px solid var(--ink); background: var(--yellow); }
.rate-row.bad .rate-number { color: var(--red); }
.rate-row.bad .rate-bar { background: var(--red); }
.rate-caption { padding: 18px 25px; background: var(--blue); color: white; font-size: 20px; font-weight: 900; }
.kit-reveal { display: grid; grid-template-columns: minmax(340px, .75fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 96px); align-items: center; }
.kit-stack { position: relative; min-height: 520px; }
.kit-sheet { position: absolute; width: 72%; min-height: 410px; padding: 32px; border: 4px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 8px 8px 0 rgba(17,16,13,.4); }
.kit-sheet.back { left: 19%; top: 58px; transform: rotate(8deg); background: var(--yellow); }
.kit-sheet.mid { left: 9%; top: 30px; transform: rotate(-5deg); }
.kit-sheet.front { left: 14%; top: 0; background: var(--cream); }
.kit-sheet img { display: block; width: 160px; height: 230px; margin: 20px auto 4px; object-fit: contain; }
.kit-sheet strong { display: block; font-size: 37px; line-height: .95; text-transform: uppercase; }
.kit-points { margin: 28px 0; padding: 0; list-style: none; border-top: 2px solid rgba(255,255,255,.7); }
.kit-points li { padding: 15px 0; border-bottom: 2px solid rgba(255,255,255,.7); font-size: 19px; font-weight: 800; }
.tool-preview { padding: 30px; border: 4px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 11px 11px 0 var(--yellow); transform: rotate(-.6deg); }
.tool-top { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; text-transform: uppercase; }
.tool-progress { height: 11px; margin: 12px 0 30px; border: 2px solid var(--ink); }
.tool-progress span { display: block; width: 60%; height: 100%; background: var(--blue); }
.tool-preview p { font-size: 31px; font-weight: 950; line-height: 1.05; }
.tool-answer { position: relative; padding: 15px 45px 15px 5px; border-top: 2px solid var(--ink); font-weight: 900; }
.tool-answer:last-of-type { border-bottom: 2px solid var(--ink); }
.tool-answer::after { content: ""; position: absolute; right: 5px; top: 13px; width: 22px; height: 22px; border: 3px solid var(--ink); }
.tool-answer.is-checked { padding-left: 12px; border-left: 8px solid var(--blue); background: var(--cream); }
.tool-answer.is-checked::after { content: "X"; display: grid; place-items: center; background: var(--yellow); }
.tool-preview small { display: block; margin-top: 20px; color: var(--muted); font-weight: 900; }
.episode-feature { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr); gap: 50px; align-items: center; }
.episode-image { overflow: hidden; border: 4px solid var(--ink); box-shadow: 10px 10px 0 var(--blue); transform: rotate(-.7deg); }
.episode-image img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.cta-rip { position: relative; padding: clamp(70px, 9vw, 110px) 18px; overflow: hidden; background: var(--yellow); }
.cta-rip::before, .cta-rip::after { content: ""; position: absolute; left: 0; width: 100%; height: 8px; background: repeating-linear-gradient(90deg, var(--ink) 0 22px, transparent 22px 38px); }
.cta-rip::before { top: 0; }
.cta-rip::after { bottom: 0; }
.cta-rip-inner { width: min(960px, 100%); margin: 0 auto; text-align: center; }
.cta-rip h2 { font-size: clamp(45px, 7vw, 88px); }
.page-hero { padding: clamp(64px, 9vw, 110px) 18px; border-bottom: 5px solid var(--ink); background: var(--paper); }
.page-hero-inner { width: min(var(--max), 100%); margin: 0 auto; }
.page-hero h1 { max-width: 1000px; }
.page-hero .lead { max-width: 830px; }
.page-hero.visual { position: relative; min-height: 570px; overflow: hidden; background: var(--yellow); }
.page-hero.visual .page-hero-inner { position: relative; z-index: 2; }
.page-mark { position: absolute; z-index: 1; right: max(5vw, calc((100vw - var(--max))/2)); bottom: -30px; width: min(340px, 35vw); max-height: 520px; object-fit: contain; }
.kit-chapters { border-top: 4px solid var(--ink); }
.kit-chapter { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(250px, .65fr); gap: 24px; padding: 30px 0; border-bottom: 2px solid var(--ink); }
.kit-chapter .number { font-size: 43px; font-weight: 950; color: var(--blue); }
.kit-chapter h3 { font-size: 32px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); }
.timeline-item { min-height: 230px; padding: 25px; border-left: 3px solid var(--ink); }
.timeline-item:last-child { border-right: 3px solid var(--ink); }
.timeline-item strong { display: block; margin-bottom: 18px; color: var(--blue); font-size: 50px; line-height: 1; }
.signup-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(420px, 1fr); gap: 70px; align-items: start; }
.signup-slot { border: 4px solid var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--blue); }
.signup-slot-header { padding: 19px 22px; border-bottom: 4px solid var(--ink); background: var(--yellow); }
.signup-slot-body { padding: 28px; }
.preview-form { display: grid; gap: 15px; }
.preview-form label { font-weight: 900; }
.preview-form input { width: 100%; margin-top: 7px; padding: 13px 14px; border: 3px solid var(--ink); border-radius: 0; background: white; color: var(--ink); font: inherit; }
.preview-form input:focus { outline: 4px solid var(--yellow); outline-offset: 2px; }
.preview-form button { padding: 14px; border: 3px solid var(--ink); border-radius: 0; background: var(--blue); color: white; box-shadow: 4px 4px 0 var(--ink); font: inherit; font-weight: 950; cursor: pointer; }
.preview-form button:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.preview-form button:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }
.preview-notice { margin: 12px 0 0; color: var(--muted); font-size: 13px; font-weight: 800; }
.join-reasons { margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.join-reasons li { padding: 17px 0; border-bottom: 2px solid var(--ink); font-size: 18px; font-weight: 800; }
.episode-list { display: grid; gap: 28px; }
.episode { display: grid; grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr); gap: 30px; align-items: center; padding-bottom: 28px; border-bottom: 3px solid var(--ink); }
.episode img { display: block; width: 100%; aspect-ratio: 16/9; border: 3px solid var(--ink); object-fit: cover; }
.contact-lines { border-top: 4px solid var(--ink); }
.contact-line { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 25px 0; border-bottom: 2px solid var(--ink); }
.contact-line strong { color: var(--blue); font-size: 22px; }
.legal-layout { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 70px 0 100px; }
.legal-layout h1 { font-size: clamp(48px, 7vw, 86px); }
.legal-layout h2 { margin-top: 40px; font-size: 31px; }
.legal-layout h3 { margin-top: 28px; }
.legal-layout li { margin-bottom: 9px; font-size: 18px; }
.legal-note { padding: 18px; border-left: 6px solid var(--yellow); background: var(--paper); }
.legal-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 3px solid var(--ink); }
.legal-links a { padding: 18px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--paper); color: var(--ink); text-decoration: none; }
.footer { padding: 48px 18px 36px; border-top: 5px solid var(--ink); background: var(--ink); color: white; }
.footer-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1fr); gap: 50px; }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand img { width: 78px; height: 105px; object-fit: contain; }
.footer-brand strong { display: block; color: var(--yellow); font-size: 25px; line-height: 1; text-transform: uppercase; }
.footer p { font-size: 15px; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 12px 18px; }
.footer a { color: var(--yellow); }
.footer-legal { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); color: #d7d1c0; font-size: 13px; }
@media (max-width: 900px) {
  .nav { align-items: flex-start; padding: 10px 0; }
  .links { gap: 12px; flex-wrap: wrap; }
  .rate-scene, .kit-reveal, .episode-feature, .signup-layout { grid-template-columns: 1fr; }
  .pressure-step, .kit-chapter { grid-template-columns: 78px 1fr; }
  .pressure-step p, .kit-chapter p { grid-column: 2; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline-item:nth-child(3), .timeline-item:nth-child(4) { border-top: 3px solid var(--ink); }
  .page-mark { opacity: .25; width: 310px; }
}
@media (max-width: 900px) {
  .pressure-hero { height: 680px; }
  .pressure-hero-art { object-position: 66% center; }
  .pressure-hero-shade { background: linear-gradient(180deg, rgba(255,243,206,.995) 0%, rgba(255,243,206,.97) 58%, rgba(255,243,206,.75) 73%, rgba(255,243,206,.12) 100%); }
  .pressure-hero-copy { padding-top: 38px; }
  .pressure-hero-copy > * { max-width: 590px; }
  .pressure-hero-copy h1 { max-width: 610px; font-size: clamp(54px, 8.4vw, 68px); }
  .pressure-hero-copy .lead { max-width: 560px; font-size: 22px; }
  .pressure-hero-copy .hero-note { max-width: 540px; font-size: 16px; }
}
@media (max-width: 680px) {
  .nav { display: block; min-height: 0; padding: 7px 0 9px; }
  .brand { margin-bottom: 5px; }
  .brand img { width: 42px; height: 46px; }
  .brand-text { font-size: 11px; }
  .brand-text span { font-size: 20px; }
  .links { justify-content: flex-start; }
  .links a { font-size: 12px; }
  .links a[href="/"] { display: none; }
  .links .nav-cta { padding: 8px 10px; }
  .pressure-hero { height: 610px; min-height: 610px; }
  .pressure-hero-art { object-position: 67% center; }
  .pressure-hero-shade { background: linear-gradient(180deg, rgba(255,243,206,.99) 0%, rgba(255,243,206,.93) 56%, rgba(255,243,206,.12) 85%, transparent 100%); }
  .pressure-hero-copy { padding-top: 32px; }
  .pressure-hero-copy h1 { font-size: clamp(49px, 14vw, 73px); }
  .hero-note { display: none; }
  .trust-line { font-size: 10px; }
  .pressure-step, .kit-chapter { grid-template-columns: 1fr; gap: 8px; }
  .pressure-step p, .kit-chapter p { grid-column: 1; }
  .pressure-step .number, .kit-chapter .number { font-size: 27px; }
  .rate-board { min-height: auto; }
  .rate-row { grid-template-columns: 1fr; }
  .kit-stack { min-height: 440px; }
  .tool-preview { padding: 22px; box-shadow: 7px 7px 0 var(--yellow); }
  .kit-sheet { width: 78%; min-height: 355px; padding: 22px; }
  .kit-sheet img { width: 120px; height: 180px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item, .timeline-item:last-child { border: 0; border-bottom: 3px solid var(--ink); }
  .episode, .contact-line, .footer-inner { grid-template-columns: 1fr; }
  .legal-links { grid-template-columns: 1fr; }
  .footer-legal { grid-column: 1; }
  h2 { font-size: 41px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* 2026 editorial system */
h1 { font-size: 76px; }
h2 { font-size: 56px; }
.lead { font-size: 27px; }
.menu-toggle { display: none; }
.hero-statement { max-width: 610px; margin: -4px 0 18px; font-size: 34px; font-weight: 950; line-height: 1.02; }
.pressure-hero { height: 720px; }
.pressure-hero-copy h1 { max-width: 650px; margin-bottom: 20px; font-size: 78px; }
.hero-next { position: absolute; right: max(18px, calc((100% - var(--max)) / 2)); bottom: 22px; padding: 8px 10px; background: rgba(255,253,244,.92); color: var(--ink); text-decoration: none; text-transform: uppercase; font-size: 12px; }
.wide-head { max-width: 930px; }

.journey-section { padding-bottom: 74px; }
.journey-figure { margin: 0; border: 4px solid var(--ink); background: var(--cream); box-shadow: 10px 10px 0 var(--blue); }
.journey-figure > img { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.journey-captions { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid var(--ink); }
.journey-caption { min-height: 118px; padding: 18px; border-right: 2px solid var(--ink); }
.journey-caption:last-child { border-right: 0; }
.journey-caption span { display: block; margin-bottom: 8px; color: var(--blue); font-size: 27px; font-weight: 950; line-height: 1; }
.journey-caption strong { display: block; font-size: 17px; line-height: 1.2; }

.rate-story { padding: 0; }
.rate-story-inner { width: 100%; max-width: none; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(480px, .8fr); align-items: stretch; }
.rate-story-art { min-height: 720px; overflow: hidden; border-right: 5px solid var(--ink); }
.rate-story-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.rate-story-copy { align-self: center; max-width: 650px; padding: 70px clamp(40px, 5vw, 84px); }
.rate-story-copy h2 { font-size: 58px; }
.rate-receipt { margin: 28px 0; border-top: 4px solid var(--ink); }
.rate-receipt div { display: grid; grid-template-columns: 160px 1fr; gap: 22px; align-items: baseline; padding: 12px 0; border-bottom: 2px solid var(--ink); }
.rate-receipt span { font-size: 13px; font-weight: 900; text-transform: uppercase; }
.rate-receipt strong { font-size: 24px; line-height: 1.08; }
.text-link { display: inline-block; padding: 11px 4px; color: var(--ink); text-underline-offset: 5px; }

.topic-section { padding: 84px 18px; }
.topic-layout { display: grid; grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr); gap: 70px; align-items: start; }
.topic-layout h2 { max-width: 420px; color: white; }
.yellow-label { background: var(--yellow); color: var(--ink); }
.topic-tape { border-top: 3px solid rgba(255,255,255,.7); }
.topic-link { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 18px 0; border-bottom: 2px solid rgba(255,255,255,.55); color: white; text-decoration: none; }
.topic-link span { color: var(--yellow); font-size: 14px; text-transform: uppercase; }
.topic-link strong { font-size: 21px; }
.topic-link:hover strong, .topic-link:focus-visible strong { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 5px; }

.investigations-feed { border-top: 5px solid var(--ink); }
.investigation-band { display: grid; grid-template-columns: minmax(370px, 1.08fr) minmax(0, .92fr); gap: 48px; align-items: center; padding: 54px 0; border-bottom: 3px solid var(--ink); }
.investigation-band.reverse .investigation-art { order: 2; }
.investigation-band.reverse .investigation-copy { order: 1; }
.investigation-art { display: block; overflow: hidden; border: 4px solid var(--ink); box-shadow: 9px 9px 0 var(--yellow); }
.investigation-art img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.investigation-art:hover img { transform: scale(1.018); }
.investigation-copy h3 { font-size: 44px; }
.investigation-copy .lead { font-size: 22px; }
.investigation-copy blockquote { margin: 22px 0; padding: 0 0 0 18px; border-left: 7px solid var(--blue); font-size: 20px; font-weight: 900; }
.investigation-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 14px; }
.investigation-actions .text-link { color: var(--blue); }
.section-end-link { margin-top: 38px; text-align: center; }

.receipt-reveal { grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); }
.pressure-receipt-preview { border: 4px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 12px 12px 0 var(--yellow); transform: rotate(-.5deg); }
.receipt-kicker { padding: 13px 18px; border-bottom: 3px solid var(--ink); background: var(--yellow); font-size: 12px; font-weight: 950; }
.pressure-receipt-preview h3 { margin: 0; padding: 24px 20px 15px; font-size: 40px; text-transform: uppercase; }
.pressure-receipt-preview dl { margin: 0; padding: 0 20px; }
.pressure-receipt-preview dl div { display: grid; grid-template-columns: 130px 1fr; gap: 15px; padding: 13px 0; border-top: 2px solid var(--ink); }
.pressure-receipt-preview dt { font-size: 12px; font-weight: 950; text-transform: uppercase; }
.pressure-receipt-preview dd { margin: 0; font-weight: 900; }
.receipt-script { margin-top: 14px; padding: 18px 20px; border-top: 4px solid var(--ink); background: var(--cream); }
.receipt-script span { font-size: 12px; font-weight: 950; }
.receipt-script p { margin: 8px 0 0; font-size: 18px; font-weight: 850; }
.pressure-receipt-preview small { display: block; padding: 13px 20px; border-top: 2px dashed var(--ink); font-weight: 900; }

.social-section { padding: 74px 18px; }
.paid-path { border-top: 4px solid var(--ink); }
.paid-path > a { display: grid; grid-template-columns: 160px minmax(0,1fr) 100px; gap: 28px; align-items: center; padding: 27px 3px; border-bottom: 3px solid var(--ink); color: var(--ink); text-decoration: none; }
.paid-path > a > span { color: var(--blue); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.paid-path h3 { margin: 0; font-size: 34px; }
.paid-path p { margin: 7px 0 0; font-size: 16px; font-weight: 750; }
.paid-path > a > b { font-size: 39px; text-align: right; }
.paid-path > a:hover h3, .paid-path > a:focus-visible h3 { color: var(--blue); text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.social-layout { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); gap: 65px; align-items: center; }
.social-layout h2 { margin-bottom: 0; }
.social-links, .footer-social { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { display: inline-flex; min-height: 50px; align-items: center; padding: 10px 14px; border: 3px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); text-decoration: none; }
.social-links a:hover, .social-links a:focus-visible { background: var(--blue); color: white; }
.footer-social { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); }
.footer-social a { color: var(--yellow); }

.episode-hero { position: relative; min-height: 680px; overflow: hidden; border-bottom: 6px solid var(--ink); isolation: isolate; }
.episode-hero > img, .episode-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.episode-hero > img { z-index: -2; object-fit: cover; }
.episode-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(17,16,13,.96) 0%, rgba(17,16,13,.78) 48%, rgba(17,16,13,.1) 78%); }
.episode-hero-copy { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: 100px 0; color: white; }
.episode-hero-copy > * { max-width: 720px; }
.episode-hero-copy h1 { font-size: 70px; }
.episode-hero-copy .lead { font-size: 25px; }
.receipt-section { padding: 56px 18px; border-bottom: 5px solid var(--ink); background: var(--yellow); }
.episode-receipt { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); border: 4px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--ink); }
.episode-receipt > div { min-height: 132px; padding: 20px; border-right: 3px solid var(--ink); }
.episode-receipt > div:last-child { border-right: 0; }
.episode-receipt span { display: block; margin-bottom: 12px; font-size: 12px; font-weight: 950; text-transform: uppercase; }
.episode-receipt strong { display: block; font-size: 22px; line-height: 1.12; }
.receipt-heading { background: var(--blue); color: white; }
.receipt-heading strong { font-size: 27px; }
.mechanism-layout, .source-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 70px; align-items: start; }
.next-move { padding: 26px; border-top: 9px solid var(--yellow); background: var(--ink); color: white; }
.next-move > span { display: block; margin-bottom: 12px; color: var(--yellow); font-size: 12px; font-weight: 950; }
.next-move > strong { display: block; font-size: 25px; line-height: 1.22; }
.source-band { background: var(--cream); }
.source-layout ul { margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.source-layout li { padding: 15px 0; border-bottom: 2px solid var(--ink); }
.sticky-receipt { position: sticky; top: 120px; }
.privacy-lines { border-top: 3px solid rgba(255,255,255,.75); }
.privacy-lines p { margin: 0; padding: 18px 0; border-bottom: 2px solid rgba(255,255,255,.55); }
.signup-slot-header > span { display: block; font-size: 11px; font-weight: 950; }
.signup-slot-header h3 { margin: 4px 0 0; }

.will-reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.will-reveal.is-revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  h1 { font-size: 62px; }
  h2 { font-size: 47px; }
  .rate-story-inner, .topic-layout, .social-layout { grid-template-columns: 1fr; }
  .rate-story-art { min-height: 520px; border-right: 0; border-bottom: 5px solid var(--ink); }
  .rate-story-copy { max-width: none; }
  .investigation-band { grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: 34px; }
  .receipt-reveal, .mechanism-layout, .source-layout { grid-template-columns: 1fr; }
  .episode-receipt { grid-template-columns: repeat(2, 1fr); }
  .episode-receipt > div:nth-child(2) { border-right: 0; }
  .episode-receipt > div:nth-child(-n+2) { border-bottom: 3px solid var(--ink); }
}

@media (max-width: 760px) {
  h1 { font-size: 49px; line-height: .94; }
  h2 { font-size: 39px; }
  .lead { font-size: 21px; }
  .nav { position: relative; display: flex; min-height: 70px; padding: 6px 0; }
  .brand { margin: 0; }
  .menu-toggle { display: grid; grid-template-columns: 24px auto; gap: 3px 7px; align-items: center; padding: 7px 9px; border: 2px solid var(--ink); background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 950; text-transform: uppercase; }
  .menu-toggle span { grid-column: 1; display: block; width: 22px; height: 2px; background: var(--ink); }
  .menu-toggle b { grid-column: 2; grid-row: 1 / 4; }
  .links { display: none; position: absolute; z-index: 40; left: -16px; right: -16px; top: 70px; padding: 12px 16px 18px; border-bottom: 4px solid var(--ink); background: var(--yellow); }
  .links[data-open="true"] { display: grid; grid-template-columns: repeat(2, 1fr); }
  .links a { padding: 10px 4px; font-size: 14px; }
  .links .nav-cta { grid-column: 1 / -1; text-align: center; }
  .paid-path > a { grid-template-columns: 1fr auto; gap: 8px 15px; }
  .paid-path > a > span { grid-column: 1 / -1; }
  .paid-path h3 { font-size: 27px; }
  .paid-path p { display: none; }
  .pressure-hero { height: 690px; min-height: 690px; }
  .pressure-hero-copy { padding-top: 34px; }
  .pressure-hero-copy h1 { max-width: 350px; font-size: 50px; }
  .hero-statement { max-width: 330px; font-size: 27px; }
  .pressure-hero-copy .lead { max-width: 340px; font-size: 19px; }
  .hero-next { display: none; }
  .journey-captions { grid-template-columns: repeat(2, 1fr); }
  .journey-caption:nth-child(2) { border-right: 0; }
  .journey-caption:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
  .journey-figure > img { aspect-ratio: 2 / 1; object-fit: cover; object-position: center; }
  .rate-story-art { min-height: 360px; }
  .rate-story-copy { padding: 48px 18px; }
  .rate-story-copy h2 { font-size: 40px; }
  .rate-receipt div { grid-template-columns: 110px 1fr; }
  .topic-section { padding: 64px 18px; }
  .topic-layout { gap: 26px; }
  .topic-link { grid-template-columns: 85px 1fr; gap: 12px; }
  .topic-link strong { font-size: 17px; }
  .investigation-band, .investigation-band.reverse { grid-template-columns: 1fr; gap: 28px; }
  .investigation-band.reverse .investigation-art, .investigation-band.reverse .investigation-copy { order: initial; }
  .investigation-copy h3 { font-size: 34px; }
  .investigation-copy .lead { font-size: 19px; }
  .pressure-receipt-preview h3 { font-size: 31px; }
  .pressure-receipt-preview dl div { grid-template-columns: 100px 1fr; }
  .social-section { padding: 56px 18px; }
  .social-layout { gap: 24px; }
  .social-links a { min-height: 44px; padding: 8px 10px; }
  .episode-hero { min-height: 650px; }
  .episode-hero-shade { background: linear-gradient(180deg, rgba(17,16,13,.95) 0%, rgba(17,16,13,.78) 62%, rgba(17,16,13,.25) 100%); }
  .episode-hero-copy { padding-top: 65px; }
  .episode-hero-copy h1 { font-size: 48px; }
  .episode-receipt { grid-template-columns: 1fr; }
  .episode-receipt > div { min-height: 0; border-right: 0; border-bottom: 3px solid var(--ink); }
  .episode-receipt > div:last-child { border-bottom: 0; }
  .footer-social { grid-column: 1; }
}

/* Kit-first conversion funnel */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.pressure-hero { height: clamp(720px, calc(100svh - 76px), 820px); }
.pressure-hero-shade { background: linear-gradient(90deg, rgba(17,16,13,.94) 0%, rgba(17,16,13,.82) 38%, rgba(17,16,13,.2) 69%, rgba(17,16,13,.05) 100%); }
.pressure-hero-copy { padding-top: clamp(38px, 5.5vh, 62px); color: white; }
.pressure-hero-copy h1 { max-width: 690px; color: white; font-size: clamp(57px, 6vw, 82px); text-shadow: 3px 3px 0 rgba(0,0,0,.55); }
.pressure-hero-copy .hero-statement { color: var(--yellow); }
.pressure-hero-copy .eyebrow { background: var(--yellow); color: var(--ink); }
.pressure-hero-copy .lead { margin: 14px 0 20px; font-size: clamp(19px, 1.8vw, 24px); }
.hero-kit-form, .footer-kit-form { grid-template-columns: minmax(220px, 1fr) auto; gap: 0; width: min(610px, 100%); }
.hero-kit-form input, .footer-kit-form input { min-height: 58px; margin: 0; border-right: 0; font-size: 17px; }
.hero-kit-form button, .footer-kit-form button { min-height: 58px; padding: 12px 18px; white-space: nowrap; }
.hero-proof { max-width: 610px !important; margin: 12px 0 0; color: white; font-size: 13px; font-weight: 800; }
.hero-proof strong { color: var(--yellow); }
.footer-kit-form { margin: 25px auto 0; }
.footer-kit-form input { background: var(--paper); }
.compact-cta { padding-top: 68px; padding-bottom: 68px; }
.compact-cta h2 { font-size: clamp(42px, 6vw, 70px); }

.kit-signup-hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; border-bottom: 5px solid var(--ink); isolation: isolate; }
.kit-signup-art, .kit-signup-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.kit-signup-art { z-index: -2; object-fit: cover; object-position: center 42%; }
.kit-signup-shade { z-index: -1; background: linear-gradient(90deg, rgba(17,16,13,.95), rgba(17,16,13,.82) 48%, rgba(17,16,13,.45)); }
.kit-signup-inner { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .75fr); gap: clamp(36px, 7vw, 90px); align-items: center; padding: 70px 0; }
.kit-signup-copy { color: white; }
.kit-signup-copy h1 { max-width: 760px; font-size: clamp(58px, 7vw, 92px); }
.kit-signup-copy .lead { max-width: 760px; font-size: clamp(20px, 2vw, 27px); }
.kit-signup-hero .signup-slot { background: rgba(255,253,244,.98); box-shadow: 10px 10px 0 var(--yellow); }
.kit-signup-hero #signup { scroll-margin-top: 105px; }
.kit-signup-hero .signup-slot-header h2 { margin-top: 5px; font-size: 36px; }
.delivery-proof { display: grid; grid-template-columns: auto 1fr; max-width: 590px; border-top: 2px solid rgba(255,255,255,.7); }
.delivery-proof span, .delivery-proof strong { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.delivery-proof span { padding-right: 16px; color: var(--yellow); font-size: 13px; font-weight: 950; }
.kit-preview-figure { margin: 0; border: 4px solid var(--ink); background: var(--yellow); box-shadow: 9px 9px 0 var(--blue); }
.kit-preview-figure img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border-bottom: 4px solid var(--ink); }
.kit-preview-figure figcaption { padding: 14px 17px; font-weight: 950; }

.kit-dock { position: fixed; z-index: 900; right: 18px; bottom: 18px; left: 18px; width: min(920px, calc(100% - 36px)); min-height: 82px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) auto 38px; gap: 18px; align-items: center; padding: 14px 14px 14px 20px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: 8px 8px 0 var(--ink); transform: translateY(calc(100% + 40px)); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.kit-dock.is-visible { transform: none; opacity: 1; }
.kit-dock strong, .kit-dock span { display: block; }
.kit-dock strong { font-size: 20px; }
.kit-dock span { font-size: 14px; font-weight: 800; }
.kit-dock .button { margin: 0; white-space: nowrap; }
.kit-dock-close { width: 36px; height: 36px; border: 2px solid var(--ink); background: var(--paper); color: var(--ink); font-weight: 950; cursor: pointer; }

@media (max-width: 900px) {
  .kit-signup-inner { grid-template-columns: 1fr; max-width: 720px; }
  .kit-signup-hero { min-height: 0; }
}

@media (max-width: 760px) {
  .pressure-hero { height: 760px; min-height: 760px; }
  .pressure-hero-art { object-position: 62% center; }
  .pressure-hero-shade { background: linear-gradient(90deg, rgba(17,16,13,.94) 0%, rgba(17,16,13,.77) 68%, rgba(17,16,13,.35)); }
  .pressure-hero-copy { padding-top: 28px; }
  .pressure-hero-copy h1 { max-width: 350px; font-size: 49px; }
  .pressure-hero-copy .lead { max-width: 360px; font-size: 18px; }
  .hero-kit-form, .footer-kit-form { grid-template-columns: 1fr; gap: 8px; max-width: 360px; }
  .hero-kit-form input, .footer-kit-form input { border-right: 3px solid var(--ink); }
  .hero-proof { max-width: 350px !important; }
  .kit-signup-inner { width: min(100% - 28px, 620px); padding: 50px 0; }
  .kit-signup-copy h1 { font-size: 52px; }
  .delivery-proof { grid-template-columns: 42px 1fr; }
  .kit-dock { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); min-height: 62px; grid-template-columns: minmax(0,1fr) auto 34px; gap: 9px; padding: 9px 9px 9px 12px; }
  .kit-dock span { display: none; }
  .kit-dock strong { font-size: 16px; }
  .kit-dock .button { grid-column: 2; grid-row: 1; width: auto; min-height: 40px; padding: 7px 10px; text-align: center; font-size: 13px; }
  .kit-dock-close { grid-column: 3; grid-row: 1; }
}

/* Search library and measurement controls */
.library-hero { padding: 94px 18px 72px; border-bottom: 5px solid var(--ink); background: var(--yellow); }
.library-hero-inner { width: min(1180px, 100%); margin: 0 auto; }
.library-hero h1 { max-width: 980px; margin: 0 0 20px; }
.library-hero .lead { max-width: 800px; }
.library-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.library-breadcrumbs a { color: inherit; }
.library-breadcrumbs span:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--blue); }
.hub-index { background: var(--paper); }
.hub-row { display: grid; grid-template-columns: 190px minmax(0, 1fr) 42px; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 3px solid var(--ink); color: var(--ink); text-decoration: none; }
.hub-row:first-child { border-top: 3px solid var(--ink); }
.hub-row > span { color: var(--blue); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.hub-row h2, .hub-row h3 { margin: 0 0 7px; font-size: 31px; }
.hub-row p { margin: 0; color: var(--muted); }
.hub-row > b { font-size: 30px; }
.hub-row:hover h2, .hub-row:hover h3 { color: var(--blue); }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 72px; align-items: start; }
.guide-body { max-width: 760px; }
.guide-body h2 { margin-top: 54px; font-size: 39px; }
.guide-body h3 { margin-top: 34px; font-size: 25px; }
.guide-body p, .guide-body li { font-size: 18px; }
.guide-body ul, .guide-body ol { padding-left: 24px; }
.guide-body li { margin-bottom: 11px; }
.answer-first { margin: 0 0 38px; padding: 24px 0 24px 26px; border-left: 9px solid var(--blue); font-size: 24px; font-weight: 850; line-height: 1.32; }
.paperwork-strip { margin: 40px 0; border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.paperwork-strip div { display: grid; grid-template-columns: 155px 1fr; gap: 18px; padding: 16px 0; border-bottom: 2px solid var(--ink); }
.paperwork-strip div:last-child { border-bottom: 0; }
.paperwork-strip span { color: var(--blue); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.paperwork-strip strong { font-size: 18px; }
.use-this-script { margin: 44px 0; padding: 27px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: 8px 8px 0 var(--ink); }
.use-this-script > span { display: block; margin-bottom: 10px; font-size: 12px; font-weight: 950; text-transform: uppercase; }
.use-this-script blockquote { margin: 0; font-size: 24px; font-weight: 900; line-height: 1.3; }
.guide-rail { position: sticky; top: 104px; }
.guide-rail nav, .guide-rail .rail-action { padding: 22px 0; border-top: 4px solid var(--ink); }
.guide-rail h2 { margin: 0 0 12px; font-size: 23px; }
.guide-rail a:not(.button) { display: block; padding: 10px 0; border-bottom: 1px solid var(--ink); color: var(--ink); font-weight: 800; }
.source-list { margin: 0; padding: 0; list-style: none; }
.source-list li { padding: 14px 0; border-bottom: 2px solid var(--ink); }
.source-list a { font-weight: 850; }
.topic-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.topic-jump a { padding: 9px 12px; border: 2px solid var(--ink); background: var(--paper); color: var(--ink); font-weight: 900; text-decoration: none; }
.topic-jump a:hover { background: var(--blue); color: white; }
.trust-band { padding: 54px 18px; border-top: 4px solid var(--ink); background: var(--cream); }
.trust-band-inner { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 50px; width: min(1180px, 100%); margin: 0 auto; }
.trust-band h2 { margin: 0; font-size: 33px; }
.trust-band p { margin-top: 0; font-size: 18px; }
.privacy-choice { appearance: none; padding: 0; border: 0; background: transparent; color: white; font: inherit; text-decoration: underline; cursor: pointer; }
.consent-banner { position: fixed; z-index: 1000; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; max-width: 920px; margin: 0 auto; padding: 20px; border: 4px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--ink); }
.consent-banner strong { font-size: 20px; }
.consent-banner p { margin: 5px 0 0; }
.consent-actions { display: flex; gap: 9px; }
.consent-actions button { min-height: 43px; padding: 8px 12px; border: 3px solid var(--ink); background: var(--paper); color: var(--ink); font-weight: 950; cursor: pointer; }
.consent-actions .accept { background: var(--blue); color: white; }
.tool-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr); gap: 62px; align-items: start; }
.tool-form { padding: 28px; border: 4px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--ink); }
.tool-form label { display: grid; gap: 7px; margin-bottom: 18px; font-size: 12px; font-weight: 950; text-transform: uppercase; }
.tool-form input, .tool-form select { min-height: 48px; width: 100%; padding: 10px 12px; border: 3px solid var(--ink); border-radius: 0; background: white; color: var(--ink); font: 18px Arial, sans-serif; }
.tool-output { margin-top: 28px; border-top: 4px solid var(--ink); }
.tool-output div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 15px 0; border-bottom: 2px solid var(--ink); }
.tool-output span { font-size: 13px; font-weight: 900; text-transform: uppercase; }
.tool-output strong { color: var(--blue); font-size: 24px; text-align: right; }
.tool-explain h2 { margin-top: 44px; font-size: 36px; }
.tool-explain h2:first-child { margin-top: 0; }
.tool-explain p, .tool-explain li { font-size: 18px; }
.tool-privacy { padding: 18px 0; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); font-weight: 850; }

@media (max-width: 900px) {
  .guide-layout { grid-template-columns: 1fr; gap: 40px; }
  .guide-rail { position: static; }
  .trust-band-inner { grid-template-columns: 1fr; gap: 18px; }
  .tool-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .library-hero { padding: 64px 18px 48px; }
  .library-hero h1 { font-size: 46px; }
  .hub-row { grid-template-columns: 1fr 34px; gap: 10px 16px; padding: 23px 0; }
  .hub-row > span { grid-column: 1 / -1; }
  .hub-row h2, .hub-row h3 { font-size: 27px; }
  .guide-body h2 { font-size: 34px; }
  .guide-body p, .guide-body li { font-size: 17px; }
  .answer-first { padding-left: 18px; font-size: 21px; }
  .paperwork-strip div { grid-template-columns: 1fr; gap: 5px; }
  .use-this-script blockquote { font-size: 21px; }
  .consent-banner { grid-template-columns: 1fr; gap: 14px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Public bio and channel link hub */
.link-hub-page { background: var(--paper); }
.link-hub-page .site-header { position: static; }
.link-hub-main { overflow: hidden; }
.link-hub-hero { position: relative; min-height: 580px; display: grid; align-items: end; overflow: hidden; border-bottom: 6px solid var(--ink); background: var(--ink); isolation: isolate; }
.link-hub-hero > img, .link-hub-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.link-hub-hero > img { z-index: -2; object-fit: cover; object-position: center 40%; }
.link-hub-shade { z-index: -1; background: linear-gradient(90deg, rgba(17,16,13,.97) 0%, rgba(17,16,13,.87) 44%, rgba(17,16,13,.28) 80%); }
.link-hub-hero-inner { width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 68px 0; color: white; }
.link-hub-brand { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.link-hub-brand img { width: 74px; height: 88px; object-fit: contain; }
.link-hub-brand span { color: var(--yellow); font-size: 15px; font-weight: 950; text-transform: uppercase; }
.link-hub-hero h1 { max-width: 680px; margin-bottom: 16px; font-size: clamp(56px, 9vw, 88px); color: white; }
.link-hub-hero .lead { max-width: 650px; margin-bottom: 26px; font-size: 23px; }
.link-hub-primary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 24px; align-items: center; width: min(660px, 100%); padding: 19px 22px; border: 4px solid var(--ink); background: var(--yellow); color: var(--ink); box-shadow: 8px 8px 0 var(--blue); text-decoration: none; }
.link-hub-primary strong { font-size: 24px; line-height: 1.08; }
.link-hub-primary span { grid-column: 1; font-size: 14px; font-weight: 800; }
.link-hub-primary b { grid-column: 2; grid-row: 1 / 3; font-size: 34px; }
.link-hub-primary:hover, .link-hub-primary:focus-visible { transform: translate(2px, 2px); box-shadow: 6px 6px 0 var(--blue); }
.link-hub-body { width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 54px 0 80px; }
.link-hub-label { display: block; margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.latest-link-feature { margin-bottom: 52px; border: 4px solid var(--ink); background: var(--cream); box-shadow: 9px 9px 0 var(--ink); }
.latest-link-feature img { display: block; width: 100%; aspect-ratio: 16 / 9; border-bottom: 4px solid var(--ink); object-fit: cover; }
.latest-link-copy { padding: 24px; }
.latest-link-copy h2 { margin-bottom: 12px; font-size: 38px; }
.latest-link-copy p { font-size: 17px; }
.latest-link-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.link-hub-list { margin-bottom: 48px; border-top: 4px solid var(--ink); }
.link-hub-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 20px; align-items: center; min-height: 92px; padding: 17px 4px; border-bottom: 3px solid var(--ink); color: var(--ink); text-decoration: none; }
.link-hub-row strong { display: block; font-size: 23px; line-height: 1.1; }
.link-hub-row span { color: var(--muted); font-size: 14px; font-weight: 750; }
.link-hub-row b { grid-column: 2; grid-row: 1 / 3; color: var(--blue); font-size: 30px; }
.link-hub-row:hover strong, .link-hub-row:focus-visible strong { color: var(--blue); }
.link-hub-social { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 50px; border: 4px solid var(--ink); }
.link-hub-social a { min-height: 64px; display: grid; place-items: center; padding: 10px 6px; border-right: 3px solid var(--ink); background: var(--yellow); color: var(--ink); text-align: center; text-decoration: none; }
.link-hub-social a:last-child { border-right: 0; }
.link-hub-social a:hover, .link-hub-social a:focus-visible { background: var(--blue); color: white; }
.link-hub-trust { padding: 24px; border-left: 9px solid var(--blue); background: var(--cream); }
.link-hub-trust strong { display: block; margin-bottom: 8px; font-size: 21px; }
.link-hub-trust p { font-size: 15px; }
.link-hub-trust nav { display: flex; flex-wrap: wrap; gap: 8px 16px; }

@media (max-width: 760px) {
  .link-hub-hero { min-height: 620px; }
  .link-hub-hero > img { object-position: 61% center; }
  .link-hub-shade { background: linear-gradient(90deg, rgba(17,16,13,.96) 0%, rgba(17,16,13,.82) 70%, rgba(17,16,13,.4)); }
  .link-hub-hero-inner { padding: 48px 0; }
  .link-hub-brand img { width: 58px; height: 68px; }
  .link-hub-hero h1 { max-width: 350px; font-size: 52px; }
  .link-hub-hero .lead { max-width: 355px; font-size: 19px; }
  .link-hub-primary { padding: 16px; box-shadow: 6px 6px 0 var(--blue); }
  .link-hub-primary strong { font-size: 20px; }
  .latest-link-copy { padding: 19px; }
  .latest-link-copy h2 { font-size: 31px; }
  .link-hub-row { min-height: 84px; }
  .link-hub-social { grid-template-columns: 1fr 1fr; }
  .link-hub-social a { border-right: 0; border-bottom: 3px solid var(--ink); }
  .link-hub-social a:nth-child(odd) { border-right: 3px solid var(--ink); }
  .link-hub-social a:last-child { grid-column: 1 / -1; border-bottom: 0; }
}
