@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #242424;
  --deep: #111;
  --muted: #6f6f6f;
  --quiet: #929292;
  --paper: #fff;
  --soft: #f7f7f6;
  --line: rgba(34, 42, 53, .1);
  --line-strong: rgba(34, 42, 53, .17);
  --orange: #f05a28;
  --orange-soft: #fff1eb;
  --green: #18794e;
  --green-soft: #eaf7f0;
  --amber: #9a6700;
  --amber-soft: #fff6df;
  --red: #b42318;
  --red-soft: #fff0ee;
  --shadow: 0 1px 5px -4px rgba(19, 19, 22, .7), 0 0 0 1px var(--line), 0 4px 16px rgba(34, 42, 53, .06);
  --shadow-hover: 0 2px 8px -4px rgba(19, 19, 22, .5), 0 0 0 1px var(--line-strong), 0 14px 30px rgba(34, 42, 53, .09);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 18px; height: 18px; flex: 0 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--deep); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.page-shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.91); backdrop-filter: blur(16px) saturate(1.5); border-bottom: 1px solid var(--line); }
.nav-shell { width: min(var(--shell), calc(100% - 48px)); height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-symbol { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--deep); border-radius: 9px; font-weight: 700; }
.brand b { display: block; color: var(--deep); font-size: 14px; line-height: 1.2; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 2px; color: var(--quiet); font-size: 9px; line-height: 1.2; text-transform: uppercase; letter-spacing: .1em; }
#main-nav { display: flex; align-items: center; gap: 28px; }
#main-nav a { color: #515151; font-size: 13px; font-weight: 500; text-decoration: none; }
#main-nav a:hover, #main-nav a.active { color: var(--deep); }
#main-nav .nav-cta { padding: 9px 14px; color: #fff; background: var(--deep); border-radius: 8px; }
#main-nav .nav-cta:hover, #main-nav .nav-cta.active { color: #fff; opacity: .78; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-button span { display: block; width: 19px; height: 1.5px; margin: 5px auto; background: var(--deep); }

.page-loading { min-height: 62vh; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 14px; }
.loader { display: inline-block; width: 17px; height: 17px; border: 2px solid #ddd; border-top-color: var(--deep); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.section-kicker { display: block; margin-bottom: 14px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .14em; }

.hero { min-height: 570px; padding-block: 104px 90px; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 100px; align-items: center; }
.hero-main h1, .page-intro h1, .analysis-intro h1 { margin: 0; color: var(--deep); font-size: clamp(48px, 6.2vw, 82px); line-height: 1.01; letter-spacing: -.065em; max-width: 850px; }
.hero-main h1 em { color: var(--orange); font-style: normal; }
.hero-main > p { max-width: 710px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 10px; margin-top: 34px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 16px; border: 0; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button.primary { color: #fff; background: var(--deep); box-shadow: inset 0 1px rgba(255,255,255,.15); }
.button.primary:hover { opacity: .78; }
.button.secondary { color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.button.secondary:hover { box-shadow: var(--shadow-hover); }
.button.full { width: 100%; }
.hero-proof { padding: 26px; background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.hero-proof > span { color: var(--quiet); font-size: 12px; }
.hero-proof > strong { display: block; margin: 10px 0 3px; color: var(--deep); font-size: 72px; line-height: 1; letter-spacing: -.07em; }
.hero-proof p { margin: 0; color: var(--muted); font-size: 13px; }
.proof-row { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--ink); font-size: 11px; }

.impact-panel { padding: 28px; color: #fff; background: var(--deep); border-radius: 18px; box-shadow: 0 18px 45px rgba(17,17,17,.15); }
.impact-top { display: flex; justify-content: space-between; gap: 20px; color: #8f8f8f; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.impact-top small { color: #686868; font-size: inherit; font-weight: 500; letter-spacing: 0; }
.impact-rate { margin: 22px 0 24px; display: grid; grid-template-columns: 126px 1fr; gap: 18px; align-items: center; }
.impact-rate > svg { width: 126px; height: 126px; transform: rotate(-90deg); overflow: visible; }
.impact-rate circle { fill: none; stroke-width: 10; }
.rate-track { stroke: #292929; }
.rate-value { stroke: var(--orange); stroke-linecap: round; }
.impact-rate > div { display: flex; flex-direction: column; }
.impact-rate strong { color: #fff; font-size: 56px; line-height: .9; letter-spacing: -.08em; }
.impact-rate strong small { color: #777; font-size: 20px; letter-spacing: -.04em; }
.impact-rate span { margin-top: 11px; color: #aaa; font-size: 11px; line-height: 1.45; }
.impact-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.impact-metrics > div { padding: 14px; background: #1d1d1d; border-radius: 10px; }
.impact-metrics small { display: block; color: #777; font-size: 8px; }
.impact-metrics strong { display: block; margin-top: 5px; color: #fff; font-size: 17px; letter-spacing: -.03em; }
.impact-panel > a { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 10px; font-weight: 600; text-decoration: none; }
.impact-panel > a:hover { color: var(--orange); }
.impact-panel > a svg { width: 14px; }

.delay-story { color: #fff; background: #181818; }
.delay-story-inner { min-height: 360px; padding-block: 54px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: center; }
.delay-story .section-kicker { color: #f18763; }
.delay-story h2 { margin: 12px 0 14px; color: #fff; font-size: clamp(32px, 4vw, 48px); }
.delay-story-copy > p { max-width: 430px; margin: 0; color: #929292; font-size: 12px; }
.delay-story-stat { margin-top: 32px; display: flex; align-items: center; gap: 15px; }
.delay-story-stat strong { color: #fff; font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.delay-story-stat span { color: #777; font-size: 9px; line-height: 1.4; }
.delay-chart { display: grid; gap: 8px; }
.delay-chart > a { min-height: 25px; display: grid; grid-template-columns: 110px 1fr 88px; gap: 13px; align-items: center; color: inherit; text-decoration: none; }
.delay-chart > a > span { overflow: hidden; color: #c7c7c7; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.delay-chart > a > svg { width: 100%; height: 11px; overflow: visible; }
.chart-track { fill: #292929; }
.chart-bar { fill: #d96043; transition: fill .2s ease; }
.delay-chart > a:hover .chart-bar { fill: #f17450; }
.delay-chart > a > b { color: #ddd; font-size: 9px; font-weight: 600; text-align: right; }
.chart-axis { margin-left: 123px; display: flex; justify-content: space-between; color: #555; font-size: 7px; }

.signal-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--deep); color: #fff; }
.signal-strip a { min-height: 122px; padding: 25px max(24px, calc((100vw - var(--shell)) / 8)); border-right: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; justify-content: center; color: inherit; text-decoration: none; transition: background .2s ease; }
.signal-strip a:hover { background: #292929; }
.signal-strip a.signal-delayed { background: #351c18; box-shadow: inset 0 3px #d96043; }
.signal-strip a.signal-delayed:hover { background: #42231d; }
.signal-strip small { color: #aaa; font-size: 11px; }
.signal-strip b { margin-top: 5px; font-size: 22px; letter-spacing: -.03em; }
.signal-strip a > span { margin-top: 10px; display: flex; align-items: center; gap: 5px; color: #8d8d8d; font-size: 9px; font-weight: 600; }
.signal-strip a.signal-delayed > span { color: #e8a08f; }
.signal-strip a > span svg { width: 12px; }

.outcome-signal { --outcome: #858585; min-height: 42px; padding: 9px 12px; display: flex; align-items: center; gap: 8px; color: #555; background: #f3f3f3; border-radius: 8px; box-shadow: inset 3px 0 var(--outcome); }
.outcome-signal strong { font-size: 10px; line-height: 1.25; letter-spacing: -.01em; }
.outcome-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--outcome); }
.outcome-signal.outcome-on-time { --outcome: var(--green); color: #14633f; background: var(--green-soft); }
.outcome-signal.outcome-watch { --outcome: #c57b16; color: #80500f; background: #fff7e8; }
.outcome-signal.outcome-neutral { --outcome: #979797; color: #666; background: #f3f3f3; }
.outcome-signal.outcome-delayed { color: var(--delay-ink); background: var(--delay-bg); --outcome: var(--delay); }
.delay-level-1 { --delay: #d78761; --delay-bg: #fff9f6; --delay-ink: #875039; }
.delay-level-2 { --delay: #d56c43; --delay-bg: #fff5f0; --delay-ink: #86402b; }
.delay-level-3 { --delay: #cc4f32; --delay-bg: #fff1ed; --delay-ink: #7d3023; }
.delay-level-4 { --delay: #b83228; --delay-bg: #ffebe8; --delay-ink: #721f1a; }
.delay-scale { margin-left: auto; display: flex; gap: 3px; }
.delay-scale i { width: 12px; height: 4px; border-radius: 2px; background: rgba(0,0,0,.1); }
.delay-scale i.active { background: var(--delay); }
.outcome-signal.compact { min-height: 28px; width: fit-content; margin-top: 9px; padding: 5px 8px; }
.outcome-signal.compact strong { font-size: 8px; }
.outcome-signal.compact .delay-scale i { width: 8px; height: 3px; }

.analyzer { margin-block: 90px; padding: 48px; background: var(--soft); border-radius: 18px; box-shadow: inset 0 0 0 1px var(--line); }
.analyzer.compact { display: grid; grid-template-columns: .9fr 1.25fr; gap: 60px; align-items: center; }
.analyzer-copy h2 { margin: 0; color: var(--deep); font-size: clamp(30px, 4vw, 48px); line-height: 1.07; letter-spacing: -.05em; }
.analyzer-copy p { max-width: 540px; margin: 17px 0 0; color: var(--muted); font-size: 15px; }
.url-form { margin-top: 34px; }
.compact .url-form { margin: 0; }
.url-form > label { display: block; margin-bottom: 8px; color: var(--ink); font-size: 12px; font-weight: 600; }
.url-control { min-height: 58px; padding: 6px 6px 6px 15px; display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 10px; box-shadow: var(--shadow); }
.url-control > span { color: var(--quiet); display: flex; }
.url-control input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--deep); background: transparent; font-size: 14px; }
.url-control input::placeholder { color: #aaa; }
.url-control button { height: 46px; padding: 0 17px; display: flex; align-items: center; gap: 7px; white-space: nowrap; border: 0; border-radius: 7px; color: #fff; background: var(--deep); font-size: 13px; font-weight: 600; cursor: pointer; }
.url-control button:disabled { opacity: .45; cursor: wait; }
.url-control:focus-within { box-shadow: 0 0 0 3px rgba(240,90,40,.16), var(--shadow); }
.form-hint { margin: 10px 0 0; color: var(--quiet); font-size: 11px; }
.form-message { min-height: 26px; margin-top: 12px; font-size: 12px; display: flex; align-items: center; gap: 8px; }
.form-message.error { color: var(--red); }
.form-message.success { color: var(--green); }
.form-message.working { color: var(--muted); }

.analysis-result { display: none; margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--line-strong); scroll-margin-top: 90px; }
.analysis-result.visible { display: block; }
.result-header { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.result-header h3 { margin: 0; color: var(--deep); font-size: 34px; line-height: 1.1; letter-spacing: -.04em; }
.result-header p { margin: 8px 0 0; color: var(--muted); }
.confidence-badge { display: inline-flex; width: fit-content; padding: 6px 9px; border-radius: 999px; background: #eee; color: #555; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.confidence-badge.high { color: var(--green); background: var(--green-soft); }
.confidence-badge.medium { color: var(--amber); background: var(--amber-soft); }
.confidence-badge.low { color: var(--red); background: var(--red-soft); }
.estimate-flow { margin-top: 30px; display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; }
.estimate-flow > i { height: 1px; background: var(--line-strong); }
.estimate-flow article { min-height: 190px; padding: 22px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); }
.estimate-flow article > span { width: 35px; height: 35px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 8px; }
.estimate-flow small { display: block; margin-top: 22px; color: var(--quiet); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.estimate-flow b { display: block; margin-top: 5px; color: var(--deep); font-size: 16px; line-height: 1.35; }
.estimate-flow p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.result-summary { margin-top: 24px; padding: 25px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); }
.result-summary h4 { margin: 0 0 8px; font-size: 14px; }
.result-summary p { margin: 0; color: var(--muted); font-size: 14px; }
.result-details { margin-top: 20px; display: grid; gap: 8px; }
.result-details details { padding: 15px 18px; background: #fff; border-radius: 10px; box-shadow: 0 0 0 1px var(--line); }
.result-details summary { font-size: 13px; font-weight: 600; cursor: pointer; }
.result-details ul { color: var(--muted); font-size: 12px; }
.evidence-list { margin-top: 14px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.evidence-list a { position: relative; padding: 15px 38px 15px 15px; text-decoration: none; background: var(--soft); border-radius: 8px; }
.evidence-list a > span { color: var(--orange); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.evidence-list a b { display: block; margin-top: 5px; color: var(--deep); font-size: 12px; }
.evidence-list a p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.evidence-list a > svg { position: absolute; right: 13px; top: 13px; width: 14px; }
.disclaimer { margin: 16px 0 0; color: var(--quiet); font-size: 10px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2 { margin: 0; color: var(--deep); font-size: 38px; line-height: 1.1; letter-spacing: -.045em; }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--ink); font-size: 12px; font-weight: 600; text-decoration: none; }
.text-link svg { width: 15px; }
.home-watch { padding-block: 30px 110px; }
.watch-list { margin-top: 35px; border-top: 1px solid var(--line-strong); }
.watch-list > a { min-height: 145px; padding: 24px 0; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.watch-list h3 { margin: 12px 0 3px; color: var(--deep); font-size: 21px; letter-spacing: -.03em; }
.watch-list p { max-width: 760px; margin: 0; color: var(--muted); font-size: 12px; }
.watch-list > a > span { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; }
.watch-list > a:hover h3 { color: var(--orange); }
.status-pill { display: inline-flex; align-items: center; gap: 7px; color: #656565; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #999; }
.status-pill.watch i { background: var(--orange); }
.status-pill.delayed i { background: var(--red); }
.status-pill.on-time i { background: var(--green); }

.principles { padding-block: 95px; color: #fff; background: var(--deep); }
.principles .section-kicker { color: #aaa; }
.principles .section-heading h2 { color: #fff; }
.principle-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.principle-grid article { padding-top: 18px; border-top: 1px solid #444; }
.principle-grid span { color: #777; font-size: 11px; }
.principle-grid h3 { margin: 24px 0 8px; font-size: 17px; }
.principle-grid p { margin: 0; color: #aaa; font-size: 12px; line-height: 1.7; }

.page-intro { padding-block: 94px 68px; }
.page-intro h1 { max-width: 900px; font-size: clamp(46px, 6vw, 72px); }
.page-intro > p { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 16px; }
.outcome-legend { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.outcome-legend span { min-height: 31px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 600; }
.outcome-legend i { width: 8px; height: 8px; border-radius: 50%; }
.outcome-legend .legend-delayed i { background: linear-gradient(135deg, #d78761 0 45%, #b83228 55%); }
.outcome-legend .legend-on-time i { background: var(--green); }
.outcome-legend .legend-watch i { background: #c57b16; }
.catalog { padding-bottom: 110px; }
.catalog-tools, .sources-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line-strong); }
.search-field { width: 260px; height: 42px; padding: 0 12px; display: flex; align-items: center; gap: 9px; background: var(--soft); border-radius: 8px; }
.search-field svg { width: 16px; color: var(--quiet); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 12px; }
.filter-tabs { display: flex; gap: 4px; }
.filter-tabs button { min-height: 38px; padding: 0 12px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.filter-tabs button:hover, .filter-tabs button.active { color: var(--deep); background: #eee; }
.catalog-count { margin: 18px 0; color: var(--quiet); font-size: 11px; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.catalog-card { position: relative; overflow: hidden; min-height: 330px; padding: 26px; display: flex; flex-direction: column; color: inherit; background: #fff; border-radius: 12px; box-shadow: 0 8px 24px rgba(34, 42, 53, .07); text-decoration: none; transition: .2s ease; }
.catalog-card.outcome-delayed { background: linear-gradient(180deg, var(--delay-bg) 0, #fff 46%); }
.catalog-card.outcome-on-time { background: linear-gradient(180deg, var(--green-soft) 0, #fff 42%); }
.catalog-card.outcome-watch { background: linear-gradient(180deg, #fff8eb 0, #fff 42%); }
.catalog-card:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(34, 42, 53, .11); }
.catalog-card > .outcome-signal { margin-top: 20px; }
.catalog-card .outcome-signal { box-shadow: none; }
.card-head { display: flex; justify-content: space-between; align-items: center; }
.category-label { color: var(--quiet); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.catalog-card h2 { margin: 18px 0 10px; color: var(--deep); font-size: 26px; line-height: 1.15; letter-spacing: -.04em; }
.catalog-card > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 12px; }
.card-foot { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; align-items: end; }
.card-foot small { display: block; color: var(--quiet); font-size: 9px; text-transform: uppercase; }
.card-foot b { display: block; margin-top: 4px; color: var(--deep); font-size: 14px; }
.card-foot > span { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 10px; }
.card-foot .card-cta { min-height: 34px; padding: 0 11px; color: #fff; background: var(--deep); border-radius: 7px; font-weight: 600; }
.catalog-card:hover .card-cta { background: var(--orange); }
.card-foot svg { width: 14px; }
.empty-state { grid-column: 1 / -1; padding: 70px; text-align: center; background: var(--soft); border-radius: 12px; }
.empty-state h2 { margin: 0; font-size: 22px; }
.empty-state p { color: var(--muted); }

.product-hero { padding-block: 55px 64px; }
.back-link { color: var(--muted); font-size: 11px; text-decoration: none; }
.product-title { margin-top: 48px; display: flex; justify-content: space-between; gap: 40px; align-items: start; }
.product-title h1 { max-width: 880px; margin: 10px 0 14px; color: var(--deep); font-size: clamp(42px, 6vw, 70px); line-height: 1.02; letter-spacing: -.06em; }
.product-title p { max-width: 780px; margin: 0; color: var(--muted); font-size: 15px; }
.product-hero > .outcome-signal { width: min(520px, 100%); margin-top: 32px; min-height: 48px; }
.product-hero > .outcome-signal strong { font-size: 12px; }
.product-facts { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line-strong); }
.product-facts article { min-height: 112px; padding: 22px; border-right: 1px solid var(--line); }
.product-facts article:first-child { padding-left: 0; }
.product-facts article:last-child { border-right: 0; }
.product-facts small { display: block; color: var(--quiet); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.product-facts b { display: block; margin-top: 9px; color: var(--deep); font-size: 13px; line-height: 1.45; }
.product-body { padding-block: 35px 110px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; align-items: start; }
.event-stream { margin-top: 38px; }
.event-stream article { position: relative; min-height: 150px; padding: 0 0 36px 34px; border-left: 1px solid var(--line-strong); }
.event-stream article:last-child { border-left-color: transparent; }
.event-marker { position: absolute; left: -5px; top: 3px; width: 9px; height: 9px; background: #aaa; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #aaa; }
.event-marker.promise, .event-marker.revision { background: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.event-marker.shipping_start, .event-marker.general_availability { background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.event-stream time, .event-stream article > div > span { color: var(--quiet); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.event-stream article > div > span { margin-left: 9px; color: var(--orange); }
.event-stream h3 { margin: 10px 0 5px; color: var(--deep); font-size: 16px; }
.event-stream p { margin: 0; color: var(--muted); font-size: 12px; }
.event-sources { margin-top: 10px; display: flex; gap: 5px; }
.event-sources a { padding: 3px 6px; color: #666; background: var(--soft); border-radius: 4px; font-size: 9px; text-decoration: none; }
.product-aside { position: sticky; top: 100px; display: grid; gap: 10px; }
.aside-card { padding: 22px; background: var(--soft); border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); }
.aside-card h3 { margin: 0 0 10px; font-size: 17px; }
.aside-card p { margin: 0; color: var(--muted); font-size: 11px; }
.aside-card > small { color: var(--quiet); font-size: 10px; }
.aside-card > strong { display: block; margin: 8px 0 14px; font-size: 38px; letter-spacing: -.05em; }

.year-timeline { padding-bottom: 110px; }
.year-row { display: grid; grid-template-columns: 140px 1fr; border-top: 1px solid var(--line-strong); }
.year-row > h2 { margin: 0; padding-top: 24px; color: var(--deep); font-size: 28px; letter-spacing: -.04em; }
.year-row > div { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); }
.year-row a { position: relative; min-height: 220px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.year-row a.outcome-delayed { background: linear-gradient(135deg, var(--delay-bg), #fff 72%); box-shadow: inset 3px 0 var(--delay); }
.year-row a.outcome-on-time { background: linear-gradient(135deg, var(--green-soft), #fff 72%); box-shadow: inset 3px 0 var(--green); }
.year-row a.outcome-watch { background: linear-gradient(135deg, #fff8eb, #fff 72%); box-shadow: inset 3px 0 #c57b16; }
.year-row a:hover { filter: saturate(1.15); background-color: var(--soft); }
.year-row time { color: var(--quiet); font-size: 9px; }
.timeline-type { float: right; color: var(--orange); font-size: 9px; text-transform: uppercase; }
.year-row h3 { margin: 26px 0 4px; color: var(--deep); font-size: 17px; }
.year-row p { margin: 10px 0 36px; color: var(--muted); font-size: 11px; }
.timeline-cta { position: absolute; left: 24px; bottom: 20px; display: flex; align-items: center; gap: 5px; color: var(--deep); font-size: 9px; font-weight: 700; }
.timeline-cta svg { width: 12px; }

.methodology-layout { padding-bottom: 120px; display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 90px; align-items: start; }
.methodology-layout > nav { position: sticky; top: 100px; display: grid; }
.methodology-layout > nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; text-decoration: none; }
.method-content > section { padding: 20px 0 100px; scroll-margin-top: 90px; }
.method-content h2 { margin: 0 0 34px; color: var(--deep); font-size: 40px; letter-spacing: -.05em; }
.definition-list { border-top: 1px solid var(--line-strong); }
.definition-list article { padding: 22px 0; display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid var(--line); }
.definition-list article > b { color: var(--quiet); font-size: 11px; }
.definition-list h3 { margin: 0 0 5px; font-size: 15px; }
.definition-list p, .method-row p { margin: 0; color: var(--muted); font-size: 12px; }
.method-row { padding: 22px 0; display: grid; grid-template-columns: 230px 1fr; border-top: 1px solid var(--line); }
.method-row h3 { margin: 0; font-size: 14px; }
.confidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.confidence-grid article { padding: 20px; background: var(--soft); border-radius: 10px; }
.confidence-grid span { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.confidence-grid p { color: var(--muted); font-size: 11px; }
.fairness-list { margin: 0; padding: 0; list-style: none; counter-reset: rule; }
.fairness-list li { padding: 18px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; counter-increment: rule; }
.fairness-list li:before { content: counter(rule, decimal-leading-zero); display: inline-block; width: 45px; color: var(--deep); font-weight: 600; }
.legal-note { margin-top: 45px; padding: 25px; background: var(--soft); border-radius: 12px; }
.legal-note h3 { margin: 0; }
.legal-note p { color: var(--muted); font-size: 12px; }
.legal-note a { margin: 8px 14px 0 0; display: inline-flex; align-items: center; gap: 5px; font-size: 10px; }
.legal-note svg { width: 13px; }

.sources-page { padding-bottom: 110px; }
.sources-toolbar > span { color: var(--quiet); font-size: 11px; }
.source-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; }
.source-list article { padding: 24px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); scroll-margin-top: 90px; }
.source-top { display: flex; justify-content: space-between; color: var(--quiet); font-size: 9px; text-transform: uppercase; }
.source-list h2 { margin: 25px 0 13px; color: var(--deep); font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }
.source-list blockquote { margin: 0; color: var(--muted); font-size: 11px; }
.source-actions { margin-top: 23px; padding-top: 15px; display: flex; gap: 16px; border-top: 1px solid var(--line); }
.source-actions a, .source-actions span { display: inline-flex; align-items: center; gap: 5px; color: var(--ink); font-size: 10px; font-weight: 600; }
.source-actions span { color: var(--quiet); }
.source-actions svg { width: 13px; }
.load-more { margin: 24px auto 0; }

.analysis-intro { padding-bottom: 25px; }
.analysis-page .analyzer { margin-top: 25px; }
.analysis-steps { padding-bottom: 110px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.analysis-steps article { padding-top: 20px; border-top: 1px solid var(--line-strong); }
.analysis-steps b { color: var(--quiet); font-size: 10px; }
.analysis-steps h3 { margin: 24px 0 7px; font-size: 15px; }
.analysis-steps p { margin: 0; color: var(--muted); font-size: 11px; }

.comp-hero { min-height: 650px; padding-block: 86px 90px; display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 90px; align-items: center; }
.comp-hero-copy h1 { max-width: 760px; margin: 0; color: var(--deep); font-size: clamp(50px, 6.1vw, 80px); line-height: 1.01; letter-spacing: -.065em; }
.comp-hero-copy h1 em { display: block; color: var(--orange); font-style: normal; }
.comp-hero-copy > p { max-width: 660px; margin: 27px 0 24px; color: var(--muted); font-size: 17px; line-height: 1.68; }
.comp-hero-copy .text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.comp-score { position: relative; min-height: 440px; padding: 28px; display: grid; grid-template-columns: 1fr 160px; gap: 22px; align-content: space-between; color: #fff; background: #151515; border-radius: 22px; box-shadow: 0 25px 55px rgba(17,17,17,.18); overflow: hidden; }
.comp-score::after { content: ''; position: absolute; right: -95px; top: -95px; width: 240px; height: 240px; background: rgba(240,90,40,.12); border-radius: 50%; filter: blur(2px); pointer-events: none; }
.comp-score-total { position: relative; z-index: 1; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.comp-score-total > span { align-self: start; color: #858585; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.comp-score-total strong { grid-row: 1 / 3; grid-column: 2; color: #fff; font-size: 116px; line-height: .78; letter-spacing: -.09em; }
.comp-score-total small { max-width: 215px; color: #aaa; font-size: 11px; line-height: 1.5; }
.comp-donut { width: 160px; height: 160px; transform: rotate(-90deg); overflow: visible; }
.comp-donut circle { fill: none; stroke-width: 14; }
.comp-ring-track { stroke: #282828; }
.comp-ring-denied { stroke: #6d3030; }
.comp-ring-alt { stroke: #d18a22; }
.comp-ring-ok { stroke: #43a679; }
.comp-donut text { fill: #fff; font-family: Inter, sans-serif; font-size: 40px; font-weight: 700; text-anchor: middle; transform: rotate(90deg); transform-origin: center; letter-spacing: -.06em; }
.comp-donut text.comp-donut-caption { fill: #8e8e8e; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.comp-score-legend { display: flex; flex-direction: column; justify-content: center; gap: 11px; }
.comp-score-legend span { display: grid; grid-template-columns: 26px 1fr; align-items: center; color: #a9a9a9; font-size: 10px; }
.comp-score-legend b { font-size: 19px; }
.comp-score-legend .ok b { color: #68c99b; }
.comp-score-legend .alt b { color: #e6a84d; }
.comp-score-legend .no b { color: #cf7373; }

.comp-outcome-story { padding-block: 78px; background: #f5f3f0; }
.comp-outcome-heading { display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: end; }
.comp-outcome-heading h2, .comp-value-copy h2, .comp-campaigns h2, .comp-cases-head h2, .comp-method h2 { margin: 0; color: var(--deep); font-size: clamp(36px, 4.6vw, 57px); line-height: 1.03; letter-spacing: -.055em; }
.comp-outcome-heading > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.comp-segment { height: 112px; margin-top: 55px; display: flex; gap: 4px; color: #fff; overflow: hidden; border-radius: 16px; box-shadow: 0 14px 34px rgba(44,40,35,.08); }
.comp-segment span { min-width: 0; padding: 20px; display: flex; flex-direction: column; justify-content: end; }
.comp-segment b { font-size: 36px; line-height: 1; letter-spacing: -.06em; }
.comp-segment small { margin-top: 4px; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; opacity: .78; }
.comp-segment .segment-ok { width: 12.5%; background: #277d58; }
.comp-segment .segment-alt { width: 37.5%; background: #b97210; }
.comp-segment .segment-no { width: 50%; background: #804141; }
.comp-definitions { margin-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.comp-definitions p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.comp-definitions b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 12px; }

.comp-value-section { padding-block: 88px; color: #fff; background: #111; }
.comp-value-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 100px; align-items: center; }
.comp-value-copy h2 { color: #fff; }
.comp-value-copy > p { max-width: 650px; margin: 24px 0 0; color: #aaa; font-size: 14px; }
.comp-value-copy > p strong { color: #fff; }
.value-ladder { position: relative; margin: 55px 0 17px; display: grid; grid-template-columns: repeat(5, 1fr); }
.value-ladder::before { content: ''; position: absolute; left: 2%; right: 2%; top: 39px; height: 2px; background: linear-gradient(90deg, #575757, var(--orange)); }
.value-ladder div { position: relative; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.value-ladder span { color: #aaa; font-size: 11px; font-weight: 600; }
.value-ladder i { position: relative; z-index: 1; width: 13px; height: 13px; background: #6f6f6f; border: 3px solid #111; border-radius: 50%; box-shadow: 0 0 0 2px #6f6f6f; }
.value-ladder .peak span { color: #fff; font-size: 18px; }
.value-ladder .peak i { width: 17px; height: 17px; background: var(--orange); box-shadow: 0 0 0 2px var(--orange), 0 0 26px rgba(240,90,40,.55); }
.comp-value-copy > small { color: #6f6f6f; font-size: 9px; }
.comp-gifts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.comp-gifts article { min-height: 174px; padding: 23px; display: flex; flex-direction: column; justify-content: end; background: #1d1d1d; border-radius: 14px; }
.comp-gifts strong { color: #fff; font-size: 44px; line-height: 1; letter-spacing: -.07em; }
.comp-gifts span { margin-top: 8px; color: #d8d8d8; font-size: 13px; font-weight: 600; }
.comp-gifts p { margin: 4px 0 0; color: #737373; font-size: 9px; }

.comp-campaigns { padding-block: 100px 120px; }
.campaign-river { margin-top: 50px; }
.campaign-river article { display: grid; grid-template-columns: 120px 1fr; gap: 45px; padding-block: 34px; }
.campaign-river time { color: #b1ada8; font-size: 42px; font-weight: 600; line-height: 1; letter-spacing: -.055em; }
.campaign-river article > div { padding-bottom: 34px; display: grid; grid-template-columns: 190px 1fr 290px; column-gap: 28px; align-items: start; border-bottom: 1px solid var(--line); }
.campaign-river article > div > span { color: var(--orange); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.campaign-river h3 { margin: 0; color: var(--deep); font-size: 21px; letter-spacing: -.035em; }
.campaign-river p { margin: 0; color: var(--muted); font-size: 12px; }
.campaign-river blockquote { grid-column: 2 / 4; margin: 17px 0 0; color: #918d88; font-size: 10px; font-style: italic; }
.campaign-river a { grid-column: 2 / 4; margin-top: 12px; display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-size: 10px; font-weight: 700; }
.campaign-river a svg { width: 13px; }

.comp-cases-section { padding-bottom: 120px; scroll-margin-top: 85px; }
.comp-cases-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 38px; }
.comp-cases-head #comp-case-count { margin: 10px 0 0; color: var(--quiet); font-size: 11px; }
.comp-filters { flex: 0 0 auto; }
.comp-case-list { display: flex; flex-direction: column; gap: 12px; }
.comp-case { position: relative; padding: 26px; display: grid; grid-template-columns: 45px minmax(0, 1fr) 265px; gap: 24px; background: #fff; border-radius: 15px; box-shadow: 0 8px 24px rgba(34,42,53,.075); overflow: hidden; }
.comp-case.comp-fulfilled .comp-outcome { color: #216f4d; background: #e8f6ef; }
.comp-case.comp-alternative .comp-outcome { color: #8b590f; background: #fff2da; }
.comp-case.comp-denied .comp-outcome { color: #8a3c3c; background: #fae9e7; }
.comp-case-index { color: #b2b2b2; font-size: 12px; font-weight: 700; }
.comp-case-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--quiet); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.comp-outcome { padding: 4px 8px; background: var(--soft); border-radius: 999px; color: var(--ink); }
.comp-case-main h3 { margin: 14px 0 8px; color: var(--deep); font-size: 18px; line-height: 1.3; letter-spacing: -.025em; }
.comp-case-main > p { margin: 0; color: var(--muted); font-size: 11px; }
.comp-case-main blockquote { margin: 16px 0 0; color: #929292; font-size: 10px; font-style: italic; }
.comp-case-result { padding: 18px; background: #f6f5f3; border-radius: 11px; }
.comp-case-result > small { display: block; color: var(--quiet); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.comp-case-result > strong { display: block; margin-top: 7px; color: var(--deep); font-size: 24px; letter-spacing: -.045em; }
.comp-case-result p { margin: 7px 0 14px; color: var(--muted); font-size: 9px; }
.comp-case-result > span { display: block; color: var(--quiet); font-size: 8px; }
.comp-case-result a { margin-top: 10px; display: inline-flex; align-items: center; gap: 5px; color: var(--ink); font-size: 9px; font-weight: 700; }
.comp-case-result a svg { width: 12px; }
.comp-method { margin-bottom: 105px; padding: 55px; display: grid; grid-template-columns: 150px 340px 1fr; gap: 40px; align-items: start; background: #f5f3f0; border-radius: 18px; }
.comp-method h2 { font-size: 36px; }
.comp-method > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.comp-method p { margin: 0; color: var(--muted); font-size: 10px; }

.not-found, .load-error { min-height: 67vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.not-found > span { color: #ddd; font-size: 70px; font-weight: 700; }
.not-found h1, .load-error h1 { margin: 0; font-size: 42px; letter-spacing: -.05em; }
.not-found p, .load-error p { color: var(--muted); }
.site-footer { min-height: 180px; width: min(var(--shell), calc(100% - 48px)); margin: auto; padding-block: 50px; display: flex; justify-content: space-between; align-items: start; border-top: 1px solid var(--line-strong); }
.site-footer b { font-size: 13px; }
.site-footer p { margin: 8px 0 0; color: var(--quiet); font-size: 10px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: var(--muted); font-size: 10px; text-decoration: none; }

@media (max-width: 900px) {
  .nav-shell, .page-shell, .site-footer { width: min(100% - 32px, var(--shell)); }
  .menu-button { display: block; }
  #main-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; padding: 16px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.08); flex-direction: column; align-items: stretch; gap: 0; }
  #main-nav.open { display: flex; }
  #main-nav a { min-height: 46px; display: flex; align-items: center; padding: 0 8px; }
  #main-nav .nav-cta { justify-content: center; margin-top: 8px; }
  .nav-shell { height: 64px; }
  .hero { min-height: 0; padding-block: 72px 55px; grid-template-columns: 1fr; gap: 45px; }
  .hero-proof { width: 100%; }
  .impact-panel { width: 100%; }
  .delay-story-inner { grid-template-columns: 1fr; gap: 42px; }
  .signal-strip { grid-template-columns: repeat(2, 1fr); }
  .analyzer.compact { grid-template-columns: 1fr; gap: 28px; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .filter-tabs { overflow-x: auto; }
  .catalog-grid, .source-list { grid-template-columns: 1fr; }
  .product-facts { grid-template-columns: repeat(2, 1fr); }
  .product-facts article:nth-child(2) { border-right: 0; }
  .product-body { grid-template-columns: 1fr; gap: 40px; }
  .product-aside { position: static; }
  .methodology-layout { grid-template-columns: 1fr; gap: 35px; }
  .methodology-layout > nav { position: static; display: flex; gap: 18px; overflow-x: auto; }
  .methodology-layout > nav a { white-space: nowrap; }
  .year-row { grid-template-columns: 90px 1fr; }
  .year-row > div { grid-template-columns: 1fr; }
  .estimate-flow { grid-template-columns: 1fr; gap: 8px; }
  .estimate-flow > i { width: 1px; height: 18px; margin-left: 26px; }
  .evidence-list { grid-template-columns: 1fr; }
  .comp-hero { min-height: 0; padding-block: 70px; grid-template-columns: 1fr; gap: 48px; }
  .comp-score { width: 100%; }
  .comp-outcome-heading, .comp-value-grid { grid-template-columns: 1fr; gap: 38px; }
  .campaign-river article > div { grid-template-columns: 150px 1fr; }
  .campaign-river p { grid-column: 2; }
  .campaign-river blockquote, .campaign-river a { grid-column: 2; }
  .comp-case { grid-template-columns: 35px minmax(0, 1fr); }
  .comp-case-result { grid-column: 2; }
  .comp-method { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero-main h1, .page-intro h1, .analysis-intro h1 { font-size: 42px; letter-spacing: -.055em; }
  .hero-main > p { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .impact-panel { padding: 22px 18px; }
  .impact-top { align-items: start; }
  .impact-top span { max-width: 150px; }
  .impact-rate { grid-template-columns: 112px 1fr; gap: 12px; }
  .impact-rate > svg { width: 108px; height: 108px; }
  .impact-rate strong { font-size: 48px; }
  .impact-metrics strong { font-size: 15px; }
  .delay-story-inner { padding-block: 46px; }
  .delay-chart > a { grid-template-columns: 82px 1fr 71px; gap: 8px; }
  .delay-chart > a > b { font-size: 8px; }
  .chart-axis { margin-left: 90px; }
  .signal-strip a { min-height: 104px; padding: 16px; }
  .signal-strip small { font-size: 9px; }
  .signal-strip b { font-size: 17px; }
  .analyzer { margin-block: 55px; padding: 26px 18px; border-radius: 14px; }
  .analyzer-copy h2 { font-size: 32px; }
  .url-control { padding: 10px; flex-wrap: wrap; }
  .url-control > span { display: none; }
  .url-control input { min-height: 42px; padding: 0 5px; font-size: 16px; }
  .url-control button { width: 100%; justify-content: center; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading h2 { font-size: 31px; }
  .watch-list > a { grid-template-columns: 1fr; gap: 15px; }
  .watch-list > a > span { justify-content: space-between; }
  .principle-grid, .analysis-steps { grid-template-columns: 1fr; gap: 34px; }
  .page-intro { padding-block: 65px 45px; }
  .catalog-card { min-height: 330px; padding: 21px; }
  .catalog-card h2 { font-size: 23px; }
  .filter-tabs { margin-inline: -16px; padding-inline: 16px; }
  .filter-tabs button { white-space: nowrap; }
  .product-title { margin-top: 35px; flex-direction: column-reverse; }
  .product-title h1 { font-size: 42px; }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts article, .product-facts article:nth-child(2) { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .year-row { grid-template-columns: 1fr; }
  .year-row > h2 { padding-block: 22px 10px; }
  .year-row > div { border-left: 0; }
  .method-content h2 { font-size: 32px; }
  .method-row { grid-template-columns: 1fr; gap: 8px; }
  .confidence-grid { grid-template-columns: 1fr; }
  .source-list article { padding: 20px; }
  .source-actions { flex-wrap: wrap; }
  .result-header { flex-direction: column; }
  .result-header h3 { font-size: 28px; }
  .estimate-flow article { min-height: 0; }
  .comp-hero { padding-block: 58px 55px; }
  .comp-hero-copy h1 { font-size: 43px; }
  .comp-hero-copy > p { font-size: 14px; }
  .comp-score { min-height: 430px; padding: 22px 18px; grid-template-columns: 1fr 132px; }
  .comp-score-total strong { font-size: 92px; }
  .comp-score-total small { max-width: 170px; }
  .comp-donut { width: 132px; height: 132px; }
  .comp-score-legend span { font-size: 9px; }
  .comp-outcome-story, .comp-value-section { padding-block: 58px; }
  .comp-outcome-heading h2, .comp-value-copy h2, .comp-campaigns h2, .comp-cases-head h2 { font-size: 37px; }
  .comp-segment { height: 92px; margin-top: 36px; gap: 2px; }
  .comp-segment span { padding: 11px; }
  .comp-segment b { font-size: 28px; }
  .comp-segment .segment-ok small { display: none; }
  .comp-definitions { grid-template-columns: 1fr; gap: 18px; }
  .value-ladder { margin-top: 42px; }
  .comp-gifts { grid-template-columns: 1fr 1fr; }
  .comp-gifts article { min-height: 140px; padding: 18px; }
  .comp-gifts strong { font-size: 36px; }
  .comp-campaigns { padding-block: 70px 85px; }
  .campaign-river article { grid-template-columns: 1fr; gap: 15px; padding-block: 25px; }
  .campaign-river time { font-size: 30px; }
  .campaign-river article > div { padding-bottom: 25px; grid-template-columns: 1fr; gap: 8px; }
  .campaign-river p, .campaign-river blockquote, .campaign-river a { grid-column: 1; }
  .campaign-river blockquote { margin-top: 8px; }
  .comp-cases-head { align-items: start; flex-direction: column; }
  .comp-filters { width: calc(100% + 32px); margin-left: -16px; padding-inline: 16px; overflow-x: auto; }
  .comp-filters button { white-space: nowrap; }
  .comp-case { padding: 20px; grid-template-columns: 1fr; gap: 12px; }
  .comp-case-index, .comp-case-result { grid-column: 1; }
  .comp-case-index { display: none; }
  .comp-case-meta { align-items: start; flex-direction: column; }
  .comp-case-main h3 { font-size: 17px; }
  .comp-method { margin-bottom: 75px; padding: 30px 22px; }
  .comp-method h2 { font-size: 32px; }
  .comp-method > div { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; gap: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
