:root {
  --ink: #171a18;
  --ink-soft: #4e544f;
  --paper: #f4f2ea;
  --white: #fffef9;
  --line: #d8d5c9;
  --lime: #c8f45d;
  --lime-dark: #9cc72e;
  --orange: #ff8c42;
  --red: #c84a36;
  --radius: 6px;
  --shadow: 0 18px 55px rgba(20, 24, 21, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }

.disclosure-bar { background: #0f1210; color: #d7dad5; font-size: 12px; border-bottom: 1px solid #303530; }
.disclosure-inner { min-height: 36px; display: flex; align-items: center; gap: 12px; }
.disclosure-inner p { margin: 0; }
.disclosure-label { color: var(--ink); background: var(--lime); padding: 2px 7px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.disclosure-inner a { margin-left: auto; color: white; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(244, 242, 234, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 33px; height: 33px; background: var(--ink); color: var(--lime); transform: rotate(7deg); }
.brand-mark span { transform: rotate(-7deg); font: 800 18px/1 Georgia, serif; }
.nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav a { color: #4b504b; text-decoration: none; font-size: 14px; font-weight: 670; }
.nav a:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 18px; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); border-radius: 3px; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { background: #2a2f2b; transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 8px 14px; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; left: -310px; top: 80px; border: 1px solid #d4d1c4; border-radius: 50%; box-shadow: 0 0 0 70px transparent, 0 0 0 71px #d4d1c4, 0 0 0 140px transparent, 0 0 0 141px #d4d1c4; opacity: .58; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(36px, 6vw, 82px); align-items: center; padding-block: 72px 82px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow, .kicker { margin: 0 0 14px; font-size: 11px; line-height: 1.35; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #555c55; }
.eyebrow span { width: 22px; height: 2px; background: var(--lime-dark); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(49px, 6vw, 78px); line-height: .97; letter-spacing: -.055em; font-weight: 500; }
h1 em { color: #697068; font-weight: 400; }
.lead { max-width: 590px; margin: 27px 0 0; color: #454b46; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.text-link { font-size: 14px; font-weight: 800; text-underline-offset: 4px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 42px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-facts li { display: flex; flex-direction: column; padding-right: 12px; }
.hero-facts li + li { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-facts strong { font: 600 21px/1.2 Georgia, serif; }
.hero-facts span { margin-top: 4px; color: #646a65; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

.calculator-card { position: relative; z-index: 2; padding: 28px; color: #f4f5f1; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.calculator-card::after { content: ""; position: absolute; right: -8px; top: -8px; width: 54px; height: 54px; border-top: 2px solid var(--lime); border-right: 2px solid var(--lime); pointer-events: none; }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid #373d38; }
.card-heading h2 { margin: 0; font: 500 clamp(25px, 3vw, 34px)/1.15 Georgia, serif; letter-spacing: -.025em; }
.kicker { color: #778077; }
.calculator-card .kicker { color: var(--lime); }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: #aeb5ae; font-size: 11px; white-space: nowrap; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200, 244, 93, .1); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.field-grid label { color: #bdc3bd; font-size: 12px; font-weight: 750; }
.input-wrap { display: flex; align-items: center; height: 45px; margin-top: 5px; padding: 0 11px; background: #222623; border: 1px solid #424842; border-radius: 3px; transition: border-color .18s ease, box-shadow .18s ease; }
.input-wrap:focus-within { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(200, 244, 93, .11); }
.input-wrap input { min-width: 0; width: 100%; color: white; background: transparent; border: 0; outline: 0; font-size: 15px; font-weight: 750; font-variant-numeric: tabular-nums; }
.input-wrap span { color: #8e968f; font-size: 11px; white-space: nowrap; }
.advanced { margin-top: 16px; border-top: 1px solid #373d38; border-bottom: 1px solid #373d38; }
.advanced summary { padding: 12px 0; color: #c4cac4; font-size: 12px; font-weight: 750; cursor: pointer; }
.advanced-grid { grid-template-columns: repeat(3, 1fr); margin: 0 0 15px; }
.results { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; align-items: end; margin-top: 20px; padding: 20px; background: var(--lime); color: var(--ink); border-radius: 3px; }
.result-primary { display: flex; flex-direction: column; }
.result-primary > span { font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.result-primary strong { margin: 5px 0 1px; font: 600 clamp(23px, 3vw, 31px)/1.1 Georgia, serif; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.result-primary small { font-weight: 750; }
.result-breakdown { margin: 0; font-size: 11px; }
.result-breakdown div { display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; border-bottom: 1px solid rgba(23, 26, 24, .18); }
.result-breakdown div:last-child { border: 0; }
.result-breakdown dd { margin: 0; font-weight: 850; font-variant-numeric: tabular-nums; }
.protection-note { margin: 12px 0 0; padding: 10px 12px; color: #ffd9c1; background: #43271d; border-left: 3px solid var(--orange); font-size: 12px; }
.reset-button { margin-top: 12px; padding: 0; color: #abb2ab; background: none; border: 0; border-bottom: 1px dotted #747c75; font-size: 11px; cursor: pointer; }
.calculator-note { margin: 16px 0 0; color: #959d96; font-size: 11px; line-height: 1.55; }
.calculator-note a { color: #dfe4df; text-underline-offset: 3px; }

.promo-wrap { margin-top: 34px; }
.promo-card { display: grid; grid-template-columns: 90px 1fr auto auto; align-items: center; gap: 24px; padding: 24px 28px; color: #f8faf4; background: #252925; border-left: 5px solid var(--lime); box-shadow: var(--shadow); }
.promo-number { color: var(--lime); font: 500 66px/1 Georgia, serif; letter-spacing: -.08em; }
.promo-copy h2 { margin: 0; font: 500 26px/1.15 Georgia, serif; letter-spacing: -.02em; }
.promo-copy h2 span { display: block; color: var(--lime); }
.promo-copy p:last-child { max-width: 650px; margin: 9px 0 0; color: #b8beb9; font-size: 12px; line-height: 1.55; }
.promo-card .kicker { margin-bottom: 6px; color: #939b93; }
.code-box { min-width: 126px; padding: 12px 15px; border: 1px dashed #626a63; text-align: center; }
.code-box > span:first-child { display: block; color: #929a93; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.code-box strong { display: block; margin: 2px 0 3px; color: var(--lime); font-size: 18px; letter-spacing: .08em; }
.code-box button { color: #e5e8e3; background: none; border: 0; border-bottom: 1px solid #838b84; font-size: 10px; cursor: pointer; }
.copy-status { display: block; min-height: 13px; margin-top: 2px; color: var(--lime); font-size: 9px; }
.button-light { color: var(--ink); background: var(--lime); border-color: var(--lime); white-space: nowrap; }
.button-light:hover { background: #d6ff72; }

.community-card { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; align-items: center; gap: 25px; margin-top: 22px; padding: 28px; color: #f4f5ff; background: #252a52; border-top: 4px solid #8892ff; box-shadow: var(--shadow); }
.community-mark { display: grid; place-items: center; width: 58px; height: 58px; color: #252a52; background: #aeb5ff; border-radius: 18px; font: 800 31px/1 ui-sans-serif, sans-serif; transform: rotate(-5deg); }
.community-copy .kicker { margin-bottom: 5px; color: #aeb5ff; }
.community-copy h2 { margin: 0; font: 500 29px/1.15 Georgia, serif; letter-spacing: -.025em; }
.community-copy p { max-width: 720px; margin: 8px 0 0; color: #d1d4ef; font-size: 13px; line-height: 1.55; }
.community-copy .community-safety { color: #aeb3d2; font-size: 11px; }
.discord-button { color: #171a18; background: #aeb5ff; border-color: #aeb5ff; white-space: nowrap; }
.discord-button:hover { background: #c4c9ff; }

.ad-slot { display: grid; place-items: center; min-height: 112px; margin-top: 44px; padding: 18px; color: #888d87; background: #eeece3; border: 1px dashed #c7c4b9; text-align: center; }
.ad-slot span { font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .17em; }
.ad-slot p { margin: 2px 0 0; font-size: 11px; }
.ad-slot-live { display: block; min-height: 0; padding: 12px 18px 16px; overflow: hidden; border-style: solid; }
.ad-slot-live .ad-label { display: block; margin-bottom: 8px; }
.ad-slot-live .aads-frame { max-width: 970px; }
.ad-slot-live iframe { max-width: 100%; min-height: 90px; }
.inline-ad-live { margin: 0 0 82px; }

.article { display: grid; grid-template-columns: minmax(0, 760px) 290px; justify-content: space-between; gap: 70px; padding-block: 85px 105px; }
.article-main > section { padding-bottom: 82px; }
.section-number { display: flex; align-items: center; gap: 12px; margin: 0 0 15px; color: #6d746d; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-number::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.article h2, .transparency h2 { margin: 0 0 24px; font: 500 clamp(34px, 4.5vw, 50px)/1.08 Georgia, serif; letter-spacing: -.038em; }
.article h3 { margin-bottom: 7px; line-height: 1.25; }
.article p { color: #474d48; }
.article .intro { color: #282d29; font: 400 21px/1.62 Georgia, serif; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 34px 0; background: var(--line); border: 1px solid var(--line); }
.process-grid > div { padding: 23px; background: var(--white); }
.process-grid span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 18px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 900; border-radius: 50%; }
.process-grid h3 { margin: 0; font-size: 16px; }
.process-grid p { margin: 7px 0 0; font-size: 13px; }
.definition-list { border-top: 1px solid var(--ink); }
.definition-list > div { display: grid; grid-template-columns: 100px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.definition-list dt { font-weight: 850; }
.definition-list dd { margin: 0; color: #565c57; }
.formula-card { margin: 32px 0; padding: 26px; color: #edf0eb; background: var(--ink); border-left: 4px solid var(--lime); overflow-x: auto; }
.formula-card p { margin: 0; color: #e3e7e2; font: 400 15px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: nowrap; }
.formula-card p + p { margin-top: 13px; padding-top: 13px; border-top: 1px solid #383e39; }
.formula-card span { color: var(--lime); font-weight: 800; }
.calibration-check { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 25px 0 12px; background: var(--line); border: 1px solid var(--line); }
.calibration-check > div { display: flex; flex-direction: column; padding: 16px 18px; background: var(--white); }
.calibration-check span { color: #717771; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calibration-check strong { margin-top: 3px; font: 600 18px/1.3 Georgia, serif; font-variant-numeric: tabular-nums; }
.callout { margin-top: 30px; padding: 22px 24px; border-left: 4px solid; }
.callout strong { display: block; margin-bottom: 5px; }
.callout p { margin: 0; font-size: 14px; }
.callout.neutral { background: #e5e2d7; border-color: #8f958e; }
.callout.warning { background: #f2dfd6; border-color: var(--red); }
.callout.warning a { font-weight: 800; text-underline-offset: 3px; }
.comparison-table { overflow-x: auto; margin: 28px 0 8px; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 13px; }
th, td { padding: 15px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { color: #676e67; background: #e8e5da; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
td:nth-child(2) { font-weight: 850; }
.small-print { font-size: 12px; }
.check-list { display: grid; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.check-list li > span { display: grid; place-items: center; width: 28px; height: 28px; background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 900; }
.check-list p { margin: 0; }
.risk-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.risk-grid > div { min-height: 185px; padding: 22px; background: var(--white); border: 1px solid var(--line); }
.risk-grid > div > span { color: var(--red); font: 600 24px/1 Georgia, serif; }
.risk-grid h3 { margin: 28px 0 6px; font-size: 16px; }
.risk-grid p { margin: 0; font-size: 13px; line-height: 1.55; }
.steps { margin: 30px 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: #7a817a; font: 400 23px/1.3 Georgia, serif; }
.steps h3 { margin: 0; font-size: 16px; }
.steps p { margin: 5px 0 0; font-size: 14px; }
.article-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; padding: 28px; color: #ecf0e9; background: var(--ink); border-bottom: 4px solid var(--lime); }
.article-cta h3 { margin: 0; font: 500 25px/1.2 Georgia, serif; }
.article-cta h3 strong { color: var(--lime); }
.article-cta p:last-child { margin: 8px 0 0; color: #aeb5ae; font-size: 12px; }
.article-cta .kicker { margin: 0 0 6px; color: #858e86; }
.article-cta .button { color: var(--ink); background: var(--lime); border-color: var(--lime); white-space: nowrap; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 44px 20px 0; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 15px; font: 400 26px/1 Georgia, serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -6px 40px 22px 0; font-size: 14px; }
.sources { margin: 28px 0 0; padding: 0; list-style: none; counter-reset: source; border-top: 1px solid var(--ink); }
.sources li { counter-increment: source; }
.sources a { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 17px 0 17px 44px; border-bottom: 1px solid var(--line); text-decoration: none; position: relative; }
.sources a::before { content: counter(source, decimal-leading-zero); position: absolute; left: 0; color: #7d847d; font: 400 13px/1.8 Georgia, serif; }
.sources strong { font-size: 14px; }
.sources span { color: #717771; font-size: 11px; text-align: right; }
.sources a:hover strong { text-decoration: underline; text-underline-offset: 4px; }

.rail-card { position: sticky; top: 105px; padding: 21px; background: var(--white); border-top: 3px solid var(--ink); box-shadow: 0 10px 30px rgba(20,24,21,.05); }
.rail-card a { display: flex; gap: 12px; padding: 8px 0; color: #555b56; border-bottom: 1px solid #e4e1d6; font-size: 12px; text-decoration: none; }
.rail-card a span { color: #979d97; font-family: Georgia, serif; }
.rail-card a:hover { color: var(--ink); }
.rail-promo { margin-top: 22px; padding: 24px; color: #edf0eb; background: var(--ink); }
.rail-promo > span { color: #959d96; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rail-promo strong { display: block; margin: 6px 0; color: var(--lime); font-size: 25px; letter-spacing: .07em; }
.rail-promo p { margin: 0 0 18px; color: #bac1bb; font-size: 12px; }
.rail-promo a { color: white; font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.transparency { padding: 70px 0; color: #eff2ec; background: var(--ink); border-top: 5px solid var(--lime); }
.transparency-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.section-number.light { color: #aeb5ae; }
.section-number.light::after { background: #454b46; }
.transparency h2 { margin: 0; }
.transparency p { margin-top: 0; color: #bbc2bb; }
.transparency strong { color: var(--lime); }

.footer { padding: 54px 0 90px; color: #565c57; background: #e7e4d9; }
.footer-grid { display: grid; grid-template-columns: 1fr .55fr 1.2fr; gap: 70px; }
.footer-brand { color: var(--ink); }
.footer-grid p { max-width: 460px; font-size: 12px; }
.footer-grid h2 { margin: 0 0 12px; color: var(--ink); font: 700 12px/1.3 ui-sans-serif, sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:nth-child(2) a { display: block; margin: 7px 0; font-size: 12px; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 17px; border-top: 1px solid #cbc8bd; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.mobile-cta { display: none; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
input:focus-visible { outline: 0; }

@media (max-width: 1040px) {
  .nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .calculator-card { max-width: 780px; }
  .promo-card { grid-template-columns: 74px 1fr auto; }
  .promo-card > .button { grid-column: 2 / 4; justify-self: start; }
  .community-card { grid-template-columns: 68px 1fr; }
  .community-card .button { grid-column: 2; justify-self: start; }
  .article { grid-template-columns: minmax(0, 760px); justify-content: center; }
  .article-rail { display: none; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1160px); }
  .disclosure-inner { align-items: flex-start; gap: 8px; padding-block: 8px; }
  .disclosure-inner p { line-height: 1.35; }
  .disclosure-inner a { display: none; }
  .header-inner { height: 62px; }
  .header-inner > .button { display: none; }
  .brand { font-size: 14px; }
  .hero-grid { padding-block: 48px 58px; gap: 45px; }
  h1 { font-size: clamp(45px, 15vw, 65px); }
  .lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-facts { margin-top: 32px; }
  .hero-facts strong { font-size: 18px; }
  .hero-facts span { font-size: 9px; }
  .calculator-card { padding: 21px 17px; margin-inline: -3px; }
  .card-heading { align-items: flex-start; }
  .status-dot { font-size: 9px; }
  .field-grid { gap: 11px; }
  .advanced-grid { grid-template-columns: 1fr; }
  .results { grid-template-columns: 1fr; gap: 14px; padding: 17px; }
  .result-breakdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
  .result-breakdown div { flex-direction: column; gap: 0; }
  .promo-wrap { width: 100%; margin-top: 0; }
  .promo-card { grid-template-columns: 1fr; gap: 18px; padding: 28px 22px; border-left: 0; border-top: 5px solid var(--lime); }
  .promo-number { display: none; }
  .code-box { justify-self: start; }
  .promo-card > .button { grid-column: auto; }
  .community-card { width: 100%; grid-template-columns: 1fr; margin-top: 0; padding: 26px 22px; }
  .community-mark { width: 50px; height: 50px; border-radius: 15px; }
  .community-card .button { grid-column: auto; }
  .ad-slot { min-height: 100px; margin-top: 34px; }
  .ad-slot-live { min-height: 0; padding-inline: 10px; }
  .ad-slot-live iframe { width: 100% !important; }
  .inline-ad-live { margin: 0 0 66px; }
  .article { padding-block: 65px 75px; }
  .article-main > section { padding-bottom: 66px; }
  .article h2 { font-size: 36px; }
  .article .intro { font-size: 19px; }
  .process-grid, .risk-grid { grid-template-columns: 1fr; }
  .calibration-check { grid-template-columns: 1fr; }
  .formula-card { padding: 19px; }
  .formula-card p { font-size: 12px; }
  .comparison-table { margin-inline: -14px; }
  .article-cta { grid-template-columns: 1fr; }
  .article-cta .button { justify-self: start; }
  .sources a { grid-template-columns: 1fr; gap: 2px; }
  .sources span { text-align: left; }
  .transparency { padding: 55px 0; }
  .transparency-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .mobile-cta { position: fixed; z-index: 35; bottom: 12px; left: 12px; right: 12px; display: flex; align-items: center; justify-content: space-between; padding: 10px 10px 10px 16px; color: white; background: rgba(23,26,24,.96); border: 1px solid #414741; box-shadow: 0 12px 35px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
  .mobile-cta div { display: flex; align-items: baseline; gap: 8px; }
  .mobile-cta small { color: #aeb5ae; font-size: 9px; text-transform: uppercase; }
  .mobile-cta strong { color: var(--lime); font-size: 13px; letter-spacing: .05em; }
  .mobile-cta a { padding: 8px 12px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 850; text-decoration: none; }
}

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