:root {
  --paper: #f6f2e8;
  --paper-deep: #eee8da;
  --ink: #17352d;
  --ink-soft: #4f635b;
  --forest: #184f3f;
  --forest-dark: #10382e;
  --lime: #c8db7b;
  --sun: #e6b84f;
  --coral: #d98164;
  --blue: #6c9ca0;
  --line: rgba(23, 53, 45, 0.18);
  --line-strong: rgba(23, 53, 45, 0.35);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(23, 53, 45, 0.13);
  --radius: 4px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }
svg { display: block; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; transform: translateY(-150%); z-index: 50; background: var(--forest); color: white; padding: 10px 16px; border-radius: 3px; }
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
button { -webkit-tap-highlight-color: transparent; }
button:active, .compact-cta:active, .secondary-button:active { transform: translateY(1px); }

.demo-ribbon { background: var(--forest-dark); color: rgba(255,255,255,.84); font-size: 12px; letter-spacing: .015em; }
.ribbon-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ribbon-inner strong { color: var(--lime); text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }
.text-button { border: 0; padding: 4px 0; background: transparent; color: white; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(246,242,232,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.masthead { height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; }
.brand-mark circle { fill: var(--forest); }
.brand-mark path { fill: var(--lime); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-weight: 700; font-size: 22px; letter-spacing: -.025em; }
.brand-copy small { margin-top: 6px; color: var(--ink-soft); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.primary-nav a, .nav-method { border: 0; background: none; padding: 8px 0; text-decoration: none; color: var(--ink-soft); font-weight: 650; font-size: 13px; cursor: pointer; }
.primary-nav a:hover, .nav-method:hover { color: var(--forest); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; display: inline-grid; place-items: center; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.icon-button:hover { background: var(--paper-deep); border-color: var(--line-strong); }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.compact-cta { background: var(--forest); color: white; text-decoration: none; padding: 11px 17px; border-radius: 2px; font-size: 12px; font-weight: 750; transition: background .2s, transform .2s; }
.compact-cta:hover { background: var(--forest-dark); }
.menu-button { display: none; }

.search-panel { background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.search-inner { padding: 24px 0 28px; }
.search-inner > label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.search-field { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.search-field svg { width: 25px; fill: none; stroke: var(--ink-soft); stroke-width: 1.5; }
.search-field input { border: 0; border-bottom: 1px solid var(--line-strong); background: transparent; min-width: 0; padding: 5px 0 10px; font-family: var(--serif); font-size: clamp(22px, 4vw, 36px); color: var(--ink); }
.search-field input:focus { outline: none; border-color: var(--forest); }
.search-field input::placeholder { color: rgba(23,53,45,.4); }
.search-field button { border: 0; background: none; text-decoration: underline; text-underline-offset: 3px; font-size: 12px; cursor: pointer; }

.edition { padding: 52px 0 30px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.eyebrow { margin: 0 0 12px; color: var(--forest); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.edition h1 { margin: 0; font-family: var(--serif); font-size: clamp(37px, 5vw, 64px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.edition-note { margin: 0 0 8px; color: var(--ink-soft); font-size: 12px; white-space: nowrap; }
.pulse { width: 7px; height: 7px; display: inline-block; margin-right: 5px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 4px rgba(24,79,63,.12); }

.lead-layout { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(260px, .9fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line-strong); }
.lead-story { display: grid; grid-template-columns: 1.15fr 1fr; min-width: 0; border-right: 1px solid var(--line-strong); cursor: pointer; }
.lead-story:hover h2 { text-decoration-color: var(--forest); }
.lead-art { min-height: 500px; overflow: hidden; position: relative; }
.art { position: relative; background: var(--blue); }
.lead-art svg { width: 100%; height: 100%; }
.illustration-art { background: var(--forest-dark); }
.illustration-art > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.illustration-label { position: absolute; top: 16px; right: 16px; padding: 6px 8px; background: rgba(16,56,46,.82); color: white; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; backdrop-filter: blur(5px); }
.art-electric { background: #7fa5a0; }
.art-line { fill: none; stroke: rgba(246,242,232,.55); stroke-width: 2; }
.art-line.faint { opacity: .5; }
.art-sun { fill: var(--sun); }
.car-body { fill: var(--forest-dark); }
.car-window { fill: #b9cdc5; }
.car-wheel { fill: var(--paper); stroke: var(--forest-dark); stroke-width: 16; }
.bolt { fill: var(--lime); }
.art-caption { position: absolute; left: 20px; bottom: 18px; color: rgba(255,255,255,.88); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.lead-copy { padding: 42px 38px 30px; display: flex; flex-direction: column; }
.story-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; color: var(--ink-soft); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.story-meta > * + *::before { content: "·"; margin-right: 8px; }
.lead-copy h2 { margin: 0 0 18px; font-family: var(--serif); font-weight: 500; font-size: clamp(29px, 3.1vw, 44px); line-height: 1.08; letter-spacing: -.035em; text-decoration: underline transparent 1px; text-underline-offset: 5px; transition: text-decoration-color .2s; }
.lead-copy > p { color: var(--ink-soft); margin: 0; font-size: 15px; line-height: 1.68; }
.story-footer { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; }
.source-proof { display: inline-flex; align-items: center; gap: 6px; color: var(--forest); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.source-proof svg { width: 16px; height: 16px; padding: 3px; border-radius: 50%; background: var(--forest); fill: none; stroke: white; stroke-width: 2.5; }
.save-button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.save-button:hover, .save-button.saved { background: var(--forest); color: white; }
.save-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.save-button.saved svg { fill: currentColor; }

.today-brief { padding: 34px 0 25px 34px; }
.brief-heading { padding-bottom: 16px; }
.brief-heading h2 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 27px; }
.brief-stat { position: relative; width: 100%; display: grid; grid-template-columns: 105px 1fr auto; gap: 15px; align-items: center; padding: 22px 4px 22px 0; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.brief-stat strong { font-family: var(--serif); font-size: 24px; letter-spacing: -.04em; }
.brief-stat span { color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.brief-stat svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s; }
.brief-stat:hover svg { transform: translateX(3px); }
.brief-disclaimer { padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; line-height: 1.55; }

.feed-section { padding: 82px 0 96px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(31px, 4vw, 46px); letter-spacing: -.035em; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: end; gap: 8px; }
.filter-button { border: 1px solid var(--line); background: transparent; border-radius: 99px; padding: 8px 13px; font-size: 11px; font-weight: 700; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.filter-button:hover, .filter-button.active { background: var(--forest); color: white; border-color: var(--forest); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); }
.story-card { min-width: 0; padding: 26px 24px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line-strong); display: flex; flex-direction: column; }
.story-card:nth-child(3n) { border-right: 0; }
.card-main { border: 0; padding: 0; background: transparent; text-align: left; cursor: pointer; }
.card-art { height: 214px; margin-bottom: 24px; overflow: hidden; transition: transform .25s; }
.story-card:hover .card-art { transform: translateY(-3px); }
.card-art::before, .card-art::after { content: ""; position: absolute; border-radius: 50%; }
.card-art.illustration-art::before, .card-art.illustration-art::after { display: none; }
.card-art::before { width: 180px; height: 180px; right: -35px; bottom: -78px; border: 1px solid rgba(246,242,232,.6); box-shadow: 0 0 0 26px rgba(246,242,232,.11), 0 0 0 52px rgba(246,242,232,.08); }
.card-art::after { width: 7px; height: 7px; background: var(--paper); left: 24px; bottom: 24px; box-shadow: 18px 0 var(--paper), 36px 0 var(--paper); opacity: .7; }
.art-kicker { position: absolute; left: 22px; top: 20px; color: rgba(255,255,255,.85); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.art-number { position: absolute; left: 21px; top: 50%; transform: translateY(-46%); color: var(--paper); font-family: var(--serif); font-size: 62px; line-height: .9; font-weight: 500; letter-spacing: -.06em; }
.art-symbol { position: absolute; width: 86px; height: 86px; right: 20px; top: 22px; fill: none; stroke: rgba(246,242,232,.82); stroke-width: 2.2; }
.art-luonto { background: #668b68; }
.art-talous { background: #557b78; }
.art-kulttuuri { background: #ba755e; }
.art-yhteiskunta { background: #9a8866; }
.art-liikenne { background: #6e9496; }
.card-copy h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.15; letter-spacing: -.025em; }
.card-copy > p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.card-footer { margin-top: auto; padding-top: 23px; display: flex; align-items: center; justify-content: space-between; }
.card-footer .save-button { width: 32px; height: 32px; }
.load-row { display: flex; justify-content: center; padding-top: 38px; }
.secondary-button, .light-button { border: 1px solid var(--forest); background: transparent; padding: 12px 19px; border-radius: 2px; color: var(--forest); font-size: 12px; font-weight: 750; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.secondary-button:hover { background: var(--forest); color: white; }
.empty-state { padding: 70px 20px 20px; text-align: center; }
.empty-state svg { width: 48px; margin: 0 auto 14px; fill: none; stroke: var(--ink-soft); stroke-width: 1.3; }
.empty-state h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 25px; }
.empty-state p { color: var(--ink-soft); margin: 0 0 20px; }

.promise-section { background: var(--forest-dark); color: white; overflow: hidden; }
.promise-layout { min-height: 660px; padding: 90px 0; display: grid; grid-template-columns: 1.15fr 1fr .7fr; gap: 70px; align-items: center; }
.promise-section .eyebrow { color: var(--lime); }
.promise-intro h2 { margin: 0 0 24px; max-width: 560px; font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.promise-intro > p:not(.eyebrow) { max-width: 525px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }
.light-button { margin-top: 16px; color: white; border-color: rgba(255,255,255,.42); }
.light-button:hover { background: white; color: var(--forest-dark); }
.promise-list { list-style: none; padding: 0; margin: 0; }
.promise-list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.17); }
.promise-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.promise-list li > span { color: var(--lime); font-family: var(--serif); font-size: 14px; }
.promise-list strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.promise-list p { margin: 5px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.55; }
.proof-card { position: relative; padding: 30px 0 30px 28px; border-left: 1px solid rgba(255,255,255,.2); }
.proof-card > span { color: var(--lime); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.proof-card > strong { display: block; margin: 16px 0 18px; font-family: var(--serif); color: var(--lime); font-weight: 400; font-size: 70px; line-height: .8; letter-spacing: -.07em; }
.proof-card strong small { font-size: 20px; letter-spacing: -.03em; }
.proof-card p { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.6; }

.newsletter { margin-top: 90px; margin-bottom: 90px; padding: 44px 50px; display: grid; grid-template-columns: 100px 1.15fr 1fr; align-items: center; gap: 36px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.newsletter-mark svg { width: 86px; }
.newsletter-mark circle { fill: var(--sun); }
.newsletter-mark path { fill: var(--forest); }
.newsletter-copy h2 { margin: 0 0 8px; font-family: var(--serif); font-weight: 500; font-size: 31px; line-height: 1.12; letter-spacing: -.03em; }
.newsletter-copy > p:last-child { margin: 0; color: var(--ink-soft); font-size: 12px; }
.newsletter-form label { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.form-row { display: grid; grid-template-columns: 1fr auto; }
.form-row input { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid var(--line-strong); border-right: 0; background: rgba(255,255,255,.3); color: var(--ink); }
.form-row button { border: 1px solid var(--forest); background: var(--forest); color: white; padding: 13px 16px; font-size: 12px; font-weight: 750; cursor: pointer; }
.form-status { min-height: 18px; margin: 8px 0 0; color: var(--forest); font-size: 11px; }
.consent-row { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; margin-top: 12px; color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.consent-row input { margin-top: 2px; accent-color: var(--forest); }
.consent-row label { margin: 0; font-size: inherit; font-weight: 500; letter-spacing: 0; text-transform: none; }
.consent-row a { color: var(--forest); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.legal-page { max-width: 760px; padding-top: 72px; padding-bottom: 90px; }
.legal-page h1 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(42px, 7vw, 72px); font-weight: 500; letter-spacing: -.04em; }
.legal-page p { max-width: 68ch; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.legal-back { display: inline-block; margin-top: 20px; text-decoration: none; }

.site-footer { padding: 62px 0 40px; background: var(--paper-deep); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr .75fr .75fr 1fr; gap: 60px; }
.footer-brand .brand-mark { width: 36px; }
.footer-brand .brand-copy strong { font-size: 19px; }
.footer-note { max-width: 330px; margin: 22px 0 0; color: var(--ink-soft); font-size: 11px; }
.footer-links { display: flex; flex-direction: column; align-items: start; gap: 9px; font-size: 12px; }
.footer-links strong { margin-bottom: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a, .footer-links button { border: 0; padding: 0; background: none; color: var(--ink-soft); text-decoration: none; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--forest); text-decoration: underline; }
.footer-meta { display: flex; flex-direction: column; justify-content: end; align-items: end; gap: 4px; color: var(--ink-soft); text-align: right; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

dialog { border: 0; padding: 0; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(9,26,21,.72); backdrop-filter: blur(4px); }
.story-dialog { width: min(760px, calc(100% - 32px)); max-height: min(88dvh, 850px); }
.method-dialog { width: min(900px, calc(100% - 32px)); max-height: 88dvh; }
.dialog-close { position: sticky; z-index: 2; float: right; top: 18px; margin: 18px 18px -58px 0; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(246,242,232,.9); cursor: pointer; }
.dialog-close svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.dialog-visual { height: 260px; padding: 32px; display: flex; flex-direction: column; justify-content: end; color: white; }
.dialog-visual span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.dialog-visual strong { margin-top: 12px; font-family: var(--serif); font-size: 54px; font-weight: 500; line-height: .9; }
.dialog-image { position: relative; height: 350px; padding: 0; display: block; }
.dialog-image img { width: 100%; height: 100%; object-fit: cover; }
.dialog-body { padding: 42px 56px 52px; }
.dialog-body h2 { margin: 0 0 22px; font-family: var(--serif); font-weight: 500; font-size: clamp(35px, 6vw, 53px); line-height: 1.06; letter-spacing: -.04em; }
.dialog-body .dialog-copy { color: var(--ink-soft); font-family: var(--serif); font-size: 19px; line-height: 1.7; }
.context-box { margin: 28px 0; padding: 18px 20px; border-left: 3px solid var(--sun); background: var(--paper-deep); }
.context-box strong { display: block; margin-bottom: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.context-box p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.source-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); }
.source-row div { font-size: 11px; color: var(--ink-soft); }
.source-row div strong { display: block; color: var(--ink); }
.source-link { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; color: var(--forest); font-size: 12px; font-weight: 750; }
.source-link svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.method-content { padding: 68px 70px 64px; }
.method-content h2 { margin: 0 0 22px; max-width: 700px; font-family: var(--serif); font-weight: 500; font-size: clamp(39px, 6vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.method-lead { max-width: 670px; color: var(--ink-soft); font-size: 17px; }
.method-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 44px 0 34px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.method-steps > div { padding: 24px 20px 26px 0; border-right: 1px solid var(--line); }
.method-steps > div + div { padding-left: 20px; }
.method-steps > div:last-child { border-right: 0; }
.method-steps span { color: var(--forest); font-family: var(--serif); font-size: 13px; }
.method-steps h3 { margin: 13px 0 7px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.method-steps p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.method-footnote { color: var(--ink-soft); font-size: 11px; }

@media (max-width: 980px) {
  .masthead { gap: 20px; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 20px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 5px; }
  .primary-nav.open { display: flex; }
  .primary-nav a, .nav-method { padding: 12px 0; text-align: left; font-family: var(--serif); font-size: 24px; }
  .menu-button { display: inline-grid; }
  .menu-button span { width: 17px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-button span + span { margin-top: 5px; }
  .masthead { grid-template-columns: auto 1fr auto; }
  .masthead .brand { justify-self: center; }
  .lead-layout { grid-template-columns: 1fr; }
  .lead-story { border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .today-brief { padding: 30px 0; }
  .brief-stat { grid-template-columns: 140px 1fr auto; }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .story-card:nth-child(2n) { border-right: 0; }
  .promise-layout { grid-template-columns: 1.2fr 1fr; gap: 55px; }
  .proof-card { grid-column: 1 / -1; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 20px; padding: 25px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .proof-card > strong { margin: 0; }
  .newsletter { grid-template-columns: 80px 1fr; }
  .newsletter-form { grid-column: 2; }
  .footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; text-align: left; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .demo-ribbon { display: none; }
  .site-header { top: 0; }
  .masthead { height: 66px; grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 8px; }
  .brand { gap: 8px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { display: none; }
  .icon-button { width: 38px; height: 38px; }
  .compact-cta { display: none; }
  .header-actions { width: 40px; justify-content: end; }
  .search-button { width: 38px; height: 38px; }
  .primary-nav { top: 66px; }
  .search-inner { padding: 20px 0 23px; }
  .search-field input { font-size: 22px; }
  .search-field button { font-size: 0; }
  .search-field button::after { content: "×"; font-size: 22px; }
  .edition { padding: 34px 0 22px; display: block; }
  .edition h1 { font-size: 42px; }
  .edition-note { margin-top: 16px; white-space: normal; }
  .lead-layout, .lead-story, .lead-copy, .lead-copy h2, .lead-copy > p { min-width: 0; max-width: 100%; }
  .lead-story { width: 100%; grid-template-columns: minmax(0, 1fr); }
  .lead-art { min-height: 315px; }
  .lead-copy { padding: 27px 4px 24px; }
  .lead-copy h2 { width: calc(100% - 24px); font-size: 28px; line-height: 1.08; overflow-wrap: normal; word-break: normal; }
  .lead-copy > p { width: calc(100% - 24px); font-size: 14px; }
  .illustration-label { left: 16px; right: auto; }
  .today-brief { padding: 28px 0 20px; }
  .brief-stat { grid-template-columns: 93px 1fr auto; gap: 10px; }
  .brief-stat strong { font-size: 21px; }
  .feed-section { padding: 62px 0 72px; }
  .section-heading { display: block; }
  .filter-row { margin-top: 22px; justify-content: start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card, .story-card:nth-child(3n), .story-card:nth-child(2n) { padding: 24px 0 20px; border-right: 0; }
  .card-art { height: 230px; }
  .card-copy h3 { font-size: 27px; }
  .promise-layout { min-height: 0; padding: 70px 0; grid-template-columns: 1fr; gap: 45px; }
  .promise-intro h2 { font-size: 43px; }
  .proof-card { grid-column: auto; grid-template-columns: 1fr auto; gap: 12px; }
  .proof-card p { grid-column: 1 / -1; }
  .newsletter { margin-top: 66px; margin-bottom: 66px; padding: 32px 0; grid-template-columns: 1fr; gap: 22px; }
  .newsletter-mark { display: none; }
  .newsletter-form { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 8px; }
  .form-row input { border-right: 1px solid var(--line-strong); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-meta { grid-column: 1 / -1; display: block; }
  .footer-meta span { display: block; margin-top: 5px; }
  .dialog-body { padding: 32px 24px 38px; }
  .dialog-visual { height: 210px; padding: 24px; }
  .dialog-visual strong { font-size: 44px; }
  .dialog-body .dialog-copy { font-size: 17px; }
  .source-row { display: block; }
  .source-link { margin-top: 16px; }
  .method-content { padding: 58px 24px 38px; }
  .method-steps { grid-template-columns: 1fr 1fr; }
  .method-steps > div:nth-child(2) { border-right: 0; }
  .method-steps > div:nth-child(3), .method-steps > div:nth-child(4) { border-top: 1px solid var(--line); }
  .method-steps > div:nth-child(3) { padding-left: 0; }
}

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