:root {
  --ink: #15201b;
  --muted: #59665f;
  --paper: #f2efe5;
  --paper-deep: #e6e2d7;
  --white: #fffdf7;
  --green: #126247;
  --green-dark: #0a3c2c;
  --lime: #c8eb6a;
  --peach: #ffad83;
  --line: #c7cdc5;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { background: var(--paper); margin: 0; min-width: 300px; overflow-x: clip; }
img, svg { max-width: 100%; }
a { color: inherit; }
.skip-link { background: var(--ink); color: white; left: 1rem; padding: .75rem 1rem; position: fixed; top: -5rem; z-index: 50; }
.skip-link:focus { top: 1rem; }

.site-header { background: rgb(242 239 229 / 94%); border-bottom: 1px solid rgb(21 32 27 / 15%); position: relative; z-index: 10; }
.header-inner { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; margin: 0 auto; max-width: var(--max); min-height: 82px; padding: 0 1.5rem; }
.brand { align-items: center; display: inline-flex; gap: .72rem; text-decoration: none; width: max-content; }
.brand-symbol { display: block; flex: 0 0 auto; height: 40px; width: 40px; }
.brand-name { display: flex; font-size: .9rem; gap: .28rem; letter-spacing: -.025em; white-space: nowrap; }
.brand-name strong { font-weight: 850; }
.brand-name span { color: var(--green); font-family: var(--serif); font-style: italic; font-weight: 600; }
.site-header nav { display: flex; gap: clamp(1rem, 3vw, 2rem); }
.site-header nav a { color: #35413b; font-size: .82rem; font-weight: 720; padding: .4rem 0; text-decoration: none; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--green); }
.header-action { color: var(--green-dark); font-size: .82rem; font-weight: 800; justify-self: end; text-decoration: none; }
.header-action span { color: var(--green); margin-left: .25rem; }

.hero { align-items: center; display: grid; gap: clamp(2.5rem, 7vw, 7rem); grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); margin: 0 auto; max-width: var(--max); padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.kicker { color: var(--green); font-size: .7rem; font-weight: 850; letter-spacing: .14em; margin: 0 0 1rem; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }
h1 { font-size: clamp(3.4rem, 7.2vw, 6.7rem); line-height: .91; margin: 0; max-width: 790px; text-wrap: balance; }
h1 em { color: var(--green); font-weight: 500; }
.hero-lede { color: #3f4c45; font-size: clamp(1.02rem, 1.7vw, 1.24rem); line-height: 1.62; margin: 1.8rem 0 0; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: .88rem; font-weight: 780; justify-content: center; min-height: 50px; padding: .75rem 1.4rem; text-decoration: none; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--green-dark); }
.button-quiet { border: 1px solid #9da8a1; color: var(--ink); }
.button-quiet:hover { border-color: var(--ink); }
.button-light { background: var(--lime); color: var(--ink); white-space: nowrap; }
.trust-list { display: flex; flex-wrap: wrap; gap: .6rem 1.3rem; list-style: none; margin: 1.25rem 0 0; padding: 0; }
.trust-list li { color: var(--muted); font-size: .75rem; padding-left: .9rem; position: relative; }
.trust-list li::before { background: var(--green); border-radius: 50%; content: ""; height: 5px; left: 0; position: absolute; top: .46em; width: 5px; }

.lead-brief { background: var(--ink); box-shadow: 22px 24px 0 var(--lime); color: white; min-width: 0; padding: clamp(1.35rem, 3vw, 2rem); }
.brief-meta { border-bottom: 1px solid rgb(255 255 255 / 25%); color: var(--lime); display: flex; font-size: .65rem; font-weight: 800; justify-content: space-between; letter-spacing: .12em; padding-bottom: .85rem; text-transform: uppercase; }
.lead-brief > a { display: block; padding: 1.5rem 0 1.2rem; text-decoration: none; }
.brief-index { color: var(--lime); font-family: var(--serif); font-size: 1.1rem; }
.lead-brief h2 { font-size: clamp(2rem, 4vw, 3.15rem); line-height: .98; margin: .8rem 0 1rem; }
.lead-brief p { color: #c8d2cd; font-size: .9rem; line-height: 1.6; margin: 0 0 1.3rem; }
.text-link { font-size: .78rem; font-weight: 800; }
.text-link span { color: var(--lime); margin-left: .3rem; }
.brief-signal { align-items: center; border-top: 1px solid rgb(255 255 255 / 25%); display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: .55rem; padding-top: 1rem; }
.brief-signal span { color: #c8d2cd; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .59rem; letter-spacing: .07em; text-transform: uppercase; }
.brief-signal i { background: var(--lime); height: 1px; }

.edition-bar { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: var(--max); }
.edition-bar span { color: var(--muted); font-size: .68rem; font-weight: 760; letter-spacing: .07em; padding: 1.15rem 1.5rem; text-align: center; text-transform: uppercase; }
.edition-bar span + span { border-left: 1px solid var(--line); }

.section { margin: 0 auto; max-width: var(--max); padding: clamp(4.5rem, 9vw, 8rem) 1.5rem; }
.section-heading { align-items: end; display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr) minmax(220px, .43fr); }
.section h2 { font-size: clamp(2.65rem, 5.4vw, 4.9rem); line-height: .98; margin: 0; max-width: 850px; text-wrap: balance; }
.section-link { border-bottom: 1px solid var(--ink); font-size: .8rem; font-weight: 800; justify-self: end; padding: 0 0 .45rem; text-decoration: none; }
.section-link span { color: var(--green); margin-left: .25rem; }
.section-deck { color: var(--muted); font-size: 1rem; line-height: 1.6; margin: 0; max-width: 430px; }

.publication-section { padding-bottom: clamp(5rem, 10vw, 9rem); }
.story-grid { display: grid; gap: 1px; grid-template-columns: 1.25fr .75fr; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.story-card { background: var(--white); min-height: 290px; padding: clamp(1.4rem, 3vw, 2.1rem); }
.story-card-featured { display: grid; gap: 1.5rem; grid-row: span 2; grid-template-columns: 72px 1fr; min-height: 581px; }
.story-number { color: var(--green); font-family: var(--serif); font-size: 3.8rem; line-height: .9; }
.story-body { display: flex; flex-direction: column; }
.story-label { color: var(--green); font-size: .65rem !important; font-weight: 850; letter-spacing: .12em; margin: 0 0 2.5rem !important; text-transform: uppercase; }
.story-card h3 { font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; margin: 0; text-wrap: balance; }
.story-card-featured h3 { font-size: clamp(2.25rem, 4.5vw, 4rem); }
.story-card h3 a { text-decoration: none; }
.story-card h3 a:hover { color: var(--green); }
.story-card > p:not(.story-label), .story-body > p:not(.story-label) { color: var(--muted); font-size: .9rem; line-height: 1.6; margin: 1rem 0 2rem; }
.story-footer { align-items: center; border-top: 1px solid #dfe3dc; display: flex; font-size: .7rem; justify-content: space-between; margin-top: auto; padding-top: 1rem; }
.story-footer span { color: var(--muted); }
.story-footer a { color: var(--green); font-weight: 800; text-decoration: none; }

.bridge-panel { align-items: center; background: var(--green-dark); color: white; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: 1fr .8fr auto; margin: 0 auto; max-width: var(--max); padding: clamp(2rem, 5vw, 4rem); }
.bridge-panel .kicker { color: var(--lime); }
.bridge-panel h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; margin: 0; }
.bridge-panel > p { color: #c3d1ca; font-size: .9rem; line-height: 1.65; margin: 0; }

.tool-directory { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.tool-directory > a { display: flex; flex-direction: column; gap: .72rem; min-height: 215px; padding: 1.5rem; text-decoration: none; transition: background .18s ease, color .18s ease; }
.tool-directory > a + a { border-left: 1px solid var(--line); }
.tool-directory > a:hover { background: var(--ink); color: white; }
.tool-directory span { color: var(--green); font-size: .62rem; font-weight: 850; letter-spacing: .12em; }
.tool-directory > a:hover span { color: var(--lime); }
.tool-directory strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 500; margin-top: auto; }
.tool-directory small { color: var(--muted); line-height: 1.5; }
.tool-directory > a:hover small { color: #d2dad6; }
.tool-directory b { color: var(--green); font-size: .7rem; }
.tool-directory > a:hover b { color: var(--lime); }

.tool-stage { background: var(--ink); padding: clamp(3rem, 7vw, 6rem) max(1rem, calc((100vw - var(--max)) / 2)); }
.tool-stage-intro { align-items: baseline; border-bottom: 1px solid rgb(255 255 255 / 16%); color: white; display: flex; gap: 1rem; margin: 0 auto 2.5rem; max-width: 1040px; padding-bottom: 1rem; }
.tool-stage-intro span { color: var(--lime); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.tool-stage-intro p { color: #aebbb5; font-size: .72rem; margin: 0; }
.tool-shell { margin: 0 auto; max-width: 1040px; min-width: 0; position: relative; scroll-margin-top: 1rem; width: 100%; }
.tool-shell + .tool-shell { border-top: 1px solid rgb(255 255 255 / 14%); margin-top: 5rem; padding-top: 5rem; }
.tool-number { color: var(--lime); font-family: var(--serif); font-size: 1.2rem; left: -2.5rem; position: absolute; top: 1.5rem; }
.tool-shell .cod-widget { border: 0; border-radius: 3px; box-shadow: 0 25px 70px rgb(0 0 0 / 18%); display: block; margin: 0; max-width: none; min-width: 0; width: 100%; }

.method { display: grid; gap: clamp(3rem, 8vw, 8rem); grid-template-columns: .95fr 1.05fr; }
.method ol { list-style: none; margin: 0; padding: 0; }
.method li { border-top: 1px solid var(--line); display: grid; gap: 1.2rem; grid-template-columns: 44px 1fr; padding: 1.5rem 0; }
.method li:last-child { border-bottom: 1px solid var(--line); }
.method li > span { color: var(--green); font-family: var(--serif); }
.method strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.method li p { color: var(--muted); line-height: 1.55; margin: .5rem 0 0; }

.access-policy { align-items: start; background: var(--lime); display: grid; gap: clamp(2.5rem, 7vw, 6rem); grid-template-columns: .85fr 1.15fr; max-width: none; padding-left: max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: max(1.5rem, calc((100vw - var(--max)) / 2)); }
.access-policy .kicker { color: var(--green-dark); }
.access-policy h2 { font-size: clamp(2.6rem, 5vw, 4.5rem); }
.access-statement > p:last-child { line-height: 1.65; margin: 1.5rem 0 0; max-width: 560px; }
.access-grid { border: 1px solid rgb(21 32 27 / 35%); display: grid; grid-template-columns: repeat(2, 1fr); }
.access-grid article { min-height: 285px; padding: 1.6rem; }
.access-grid article + article { border-left: 1px solid rgb(21 32 27 / 35%); }
.access-grid article > span { font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.access-grid h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; margin: 3rem 0 1rem; }
.access-grid ul { line-height: 1.8; margin: 0; padding-left: 1.1rem; }

.principles { border-top: 1px solid var(--line); }
.principle-grid { background: var(--line); border: 1px solid var(--line); display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.principle-grid article { background: var(--paper); min-height: 250px; padding: 1.6rem; }
.principle-grid article > span { color: var(--green); font-family: var(--serif); font-size: 1.25rem; }
.principle-grid h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; margin: 3.5rem 0 .7rem; }
.principle-grid p { color: var(--muted); line-height: 1.6; margin: 0; }

.site-footer { align-items: start; background: #0d1713; color: #eef2ef; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: .8fr .9fr 1.3fr; padding: clamp(3rem, 7vw, 5rem) max(1.5rem, calc((100vw - var(--max)) / 2)); }
.footer-brand { align-items: center; display: grid; grid-template-columns: auto 1fr; }
.footer-brand .brand-symbol { grid-row: span 2; height: 44px; margin-right: .75rem; width: 44px; }
.footer-brand strong { font-size: .9rem; }
.footer-brand span { color: #9faea7; font-family: var(--serif); font-size: .8rem; font-style: italic; }
.site-footer nav { display: grid; gap: .72rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-footer nav a { color: #dbe3df; font-size: .72rem; text-decoration: none; }
.site-footer nav a:hover { color: var(--lime); }
.footer-legal { display: grid; gap: 1rem; }
.site-footer p { color: #9faea7; font-size: .72rem; line-height: 1.65; margin: 0; }

/* Publication index and articles */
.page-hero { border-bottom: 1px solid var(--line); margin: 0 auto; max-width: var(--max); padding: clamp(3.5rem, 8vw, 7rem) 1.5rem clamp(3rem, 6vw, 5rem); }
.page-hero h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); max-width: 900px; }
.page-hero > p:not(.kicker) { color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.2rem); line-height: 1.65; margin: 1.5rem 0 0; max-width: 700px; }
.publication-list { display: grid; }
.publication-row { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: 70px minmax(0, 1fr) 160px; padding: 2rem 0; text-decoration: none; }
.publication-row:first-child { border-top: 1px solid var(--line); }
.publication-row:hover h2 { color: var(--green); }
.publication-row > span:first-child { color: var(--green); font-family: var(--serif); font-size: 1.35rem; }
.publication-row h2 { font-size: clamp(1.75rem, 3.5vw, 3rem); line-height: 1.03; margin: 0; }
.publication-row p { color: var(--muted); line-height: 1.55; margin: .75rem 0 0; max-width: 700px; }
.publication-meta { display: grid; gap: .35rem; justify-items: end; }
.publication-meta span { color: var(--muted); font-size: .68rem; }
.publication-meta b { color: var(--green); font-size: .68rem; text-transform: uppercase; }

.article-layout { display: grid; gap: clamp(3rem, 8vw, 7rem); grid-template-columns: minmax(0, 760px) minmax(200px, 280px); margin: 0 auto; max-width: var(--max); padding: clamp(3.5rem, 7vw, 6rem) 1.5rem; }
.article-header { border-bottom: 1px solid var(--line); margin-bottom: 2rem; padding-bottom: 2rem; }
.breadcrumbs { color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 1.5rem; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.article-header h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .94; }
.article-standfirst { color: #3f4c45; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.6; margin: 1.5rem 0; }
.byline { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: .7rem; gap: .5rem 1rem; }
.byline strong { color: var(--ink); }
.article-body { font-family: var(--serif); font-size: 1.08rem; line-height: 1.78; }
.article-body h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.02; margin: 3.2rem 0 1rem; }
.article-body h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; line-height: 1.2; margin: 2rem 0 .65rem; }
.article-body p { margin: 0 0 1.3rem; }
.article-body a { color: var(--green); text-underline-offset: 3px; }
.article-body ul, .article-body ol { margin: 0 0 1.5rem; padding-left: 1.3rem; }
.article-body li { margin-bottom: .65rem; padding-left: .25rem; }
.article-note { background: var(--white); border-left: 5px solid var(--lime); font-family: Inter, ui-sans-serif, system-ui, sans-serif; margin: 2rem 0; padding: 1.4rem; }
.article-note strong { display: block; font-size: .72rem; letter-spacing: .1em; margin-bottom: .5rem; text-transform: uppercase; }
.article-note p { color: var(--muted); font-size: .9rem; line-height: 1.6; margin: 0; }
.cost-table { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); font-family: Inter, ui-sans-serif, system-ui, sans-serif; margin: 2rem 0; }
.cost-table div { align-items: baseline; display: flex; justify-content: space-between; padding: .9rem 0; }
.cost-table div + div { border-top: 1px solid var(--line); }
.cost-table span { color: var(--muted); font-size: .85rem; }
.cost-table strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.article-cta { background: var(--green-dark); color: white; font-family: Inter, ui-sans-serif, system-ui, sans-serif; margin: 3rem 0; padding: clamp(1.5rem, 4vw, 2.5rem); }
.article-cta .kicker { color: var(--lime); }
.article-cta h2 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 .8rem; }
.article-cta p { color: #c4d2cb; font-size: .9rem; line-height: 1.6; }
.article-cta .button { background: var(--lime); color: var(--ink); margin-top: .5rem; }
.source-list { border-top: 1px solid var(--line); font-family: Inter, ui-sans-serif, system-ui, sans-serif; margin-top: 3rem; padding-top: 1.5rem; }
.source-list h2 { font-size: 1.8rem; margin: 0 0 1rem; }
.source-list li { font-size: .78rem; line-height: 1.5; }
.source-list p { color: var(--muted); font-size: .72rem; }
.article-rail { align-self: start; border-top: 4px solid var(--ink); position: sticky; top: 1.5rem; }
.article-rail section { border-bottom: 1px solid var(--line); padding: 1.2rem 0; }
.article-rail h2 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .65rem; font-weight: 850; letter-spacing: .12em; margin: 0 0 .8rem; text-transform: uppercase; }
.article-rail p, .article-rail li { color: var(--muted); font-size: .75rem; line-height: 1.55; }
.article-rail ul { list-style: none; margin: 0; padding: 0; }
.article-rail li + li { margin-top: .5rem; }
.article-rail a { color: var(--green); font-weight: 700; text-decoration: none; }

.trust-page { margin: 0 auto; max-width: 900px; padding: clamp(3.5rem, 8vw, 7rem) 1.5rem; }
.trust-page h1 { font-size: clamp(3.2rem, 7vw, 6rem); }
.trust-page > p.lede { color: var(--muted); font-size: 1.2rem; line-height: 1.65; max-width: 720px; }
.trust-section { border-top: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: 190px 1fr; margin-top: 3rem; padding-top: 2rem; }
.trust-section h2 { font-size: 1.8rem; margin: 0; }
.trust-section div { color: var(--muted); line-height: 1.7; }
.trust-section div p:first-child { margin-top: 0; }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: start; overflow-x: auto; padding: .2rem 0 .75rem; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .hero { grid-template-columns: 1fr; }
  .lead-brief { margin: 0 auto; max-width: 620px; width: calc(100% - 22px); }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card-featured { grid-column: 1 / -1; grid-row: auto; min-height: 440px; }
  .bridge-panel { grid-template-columns: 1fr 1fr; }
  .bridge-panel .button { grid-column: 1 / -1; justify-self: start; }
  .tool-number { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .article-rail { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 66px; padding: .65rem 1rem 0; }
  .brand-symbol { height: 34px; width: 34px; }
  .brand-name { display: grid; font-size: .73rem; gap: 0; line-height: 1.05; }
  .header-action { font-size: .72rem; }
  .site-header nav { gap: 1.25rem; }
  .site-header nav a { font-size: .72rem; min-height: 36px; white-space: nowrap; }
  .hero { gap: 2.4rem; padding: 2.7rem 1rem 3.3rem; }
  h1 { font-size: clamp(2.8rem, 13.6vw, 4.25rem); line-height: .93; }
  .hero-lede { font-size: .98rem; line-height: 1.55; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: .55rem 1rem; }
  .lead-brief { box-shadow: 10px 12px 0 var(--lime); padding: 1.25rem; width: calc(100% - 10px); }
  .lead-brief > a { padding: 1.2rem 0 1rem; }
  .lead-brief h2 { font-size: clamp(1.9rem, 9.5vw, 2.8rem); }
  .edition-bar { grid-template-columns: 1fr; margin-inline: 1rem; }
  .edition-bar span { padding: .85rem 1rem; text-align: left; }
  .edition-bar span + span { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 4.5rem 1rem; }
  .section-heading { align-items: start; grid-template-columns: 1fr; }
  .section-link { justify-self: start; }
  .story-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .story-card-featured { display: block; min-height: auto; }
  .story-number { font-size: 2.5rem; margin-bottom: 1.5rem; }
  .story-label { margin-bottom: 1.6rem !important; }
  .story-card { min-height: 300px; }
  .story-card-featured h3 { font-size: clamp(2rem, 10vw, 3rem); }
  .bridge-panel { grid-template-columns: 1fr; margin-inline: 1rem; padding: 2rem 1.25rem; }
  .bridge-panel .button { grid-column: auto; justify-self: stretch; }
  .tool-directory { display: grid; grid-template-columns: 1fr; }
  .tool-directory > a { min-height: 180px; }
  .tool-directory > a + a { border-left: 0; border-top: 1px solid var(--line); }
  .tool-stage { padding: 2rem .75rem 4rem; }
  .tool-stage-intro { align-items: start; display: grid; gap: .35rem; margin-bottom: 1.25rem; }
  .tool-shell + .tool-shell { margin-top: 2.5rem; padding-top: 2.5rem; }
  .tool-shell .cod-widget { border-radius: 14px; box-shadow: 0 18px 50px rgb(0 0 0 / 18%); max-width: 100%; overflow-wrap: anywhere; }
  .method { grid-template-columns: 1fr; }
  .access-policy { grid-template-columns: 1fr; padding: 4.5rem 1rem; }
  .access-grid { grid-template-columns: 1fr; }
  .access-grid article + article { border-left: 0; border-top: 1px solid rgb(21 32 27 / 35%); }
  .principle-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 1rem; }
  .footer-legal { grid-column: auto; }
  .publication-row { gap: .6rem 1rem; grid-template-columns: 42px 1fr; }
  .publication-meta { grid-column: 2; justify-items: start; }
  .article-layout, .page-hero, .trust-page { padding-left: 1rem; padding-right: 1rem; }
  .article-header h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .article-body { font-size: 1.02rem; }
  .article-rail { grid-template-columns: 1fr; }
  .trust-section { grid-template-columns: 1fr; }
}

@media (max-width: 340px) {
  .header-action span { display: none; }
  .brand-name { font-size: .69rem; }
  h1 { font-size: 2.65rem; overflow-wrap: anywhere; }
  .brief-signal { gap: .35rem; }
  .brief-signal span { font-size: .52rem; }
  .section h2 { font-size: 2.4rem; }
  .tool-stage { padding-left: .5rem; padding-right: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  * { transition: none !important; }
}
