@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 500 700; font-display: swap; src: url("/assets/fonts/newsreader-latin.woff2") format("woff2"); }

:root {
  --ink: #191713;
  --ink-2: #2c2821;
  --paper: #f5f0e5;
  --paper-2: #ebe3d3;
  --red: #ad3325;
  --red-dark: #8f281d;
  --gold: #d7a635;
  --green: #47715b;
  --blue: #315b74;
  --indigo: #594f80;
  --muted: #625c52;
  --line: rgba(25, 23, 19, 0.16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 65px rgba(33, 26, 17, 0.13);
  --radius: 2px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--paper); background: var(--red); }
.wrap { width: var(--wrap); 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; top: 12px; left: 12px; z-index: 1100; padding: 10px 16px; background: var(--gold); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: relative; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.announcement { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 4px 20px; color: #fff; background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announcement a { color: #efd277; text-underline-offset: 3px; }
.nav-shell { width: var(--wrap); min-height: 84px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; flex-shrink: 0; }
.brand-logo { width: 172px; height: auto; display: block; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand b { font-family: var(--serif); font-size: 24px; letter-spacing: -.03em; }
.brand em { margin-top: 5px; color: var(--muted); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.brand-mark { width: 39px; height: 39px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--red); border: 1px solid var(--ink); box-shadow: 3px 3px 0 var(--gold); transform: rotate(-2deg); }
.brand-mark i { display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.24); font-size: 6px; font-style: normal; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 36px); }
.site-nav a { position: relative; color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .2s; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.site-nav .nav-cta { padding: 11px 16px; color: #fff; background: var(--red); border: 1px solid var(--red); }
.site-nav .nav-cta:hover { background: var(--red-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--ink); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { overflow: hidden; position: relative; color: var(--paper); background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.035) 38.2%, transparent 38.6%); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 65px; position: relative; z-index: 2; padding-block: 74px 86px; }
.eyebrow { margin: 0 0 17px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #e5be56; }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1, .page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7.7vw, 7rem); line-height: .88; letter-spacing: -.055em; font-weight: 650; }
.hero h1 em, .page-hero h1 em { color: var(--gold); font-style: italic; font-weight: 500; }
.hero-lede { max-width: 590px; margin: 32px 0 0; color: #d8d0c0; font-size: clamp(1rem, 1.8vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 21px; border: 1px solid transparent; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: #fff; background: var(--red); border-color: var(--red); }
.button-accent:hover { background: #e04b37; }
.button-ghost { color: var(--paper); border-color: rgba(255,255,255,.35); }
.button-ghost:hover { color: var(--ink); background: var(--paper); }
.button-dark { color: #fff; background: var(--ink); }
.button-paper { color: var(--ink); background: var(--paper); }
.button.full { width: 100%; }
.microcopy { display: flex; align-items: center; gap: 9px; margin: 25px 0 0; color: #a9a194; font-size: 11px; }
.microcopy span { display: inline-grid; width: 29px; height: 29px; place-items: center; color: var(--paper); border: 1px solid #777064; border-radius: 50%; font-weight: 800; }
.hero-art { min-height: 500px; display: grid; place-items: center; position: relative; }
.chart-stamp { position: absolute; z-index: 3; top: 10px; right: 0; width: 116px; height: 116px; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--gold); border-radius: 50%; border: 2px solid var(--ink); box-shadow: 0 0 0 5px var(--gold), 0 0 0 6px var(--ink); transform: rotate(8deg); }
.chart-stamp span, .chart-stamp small { font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.chart-stamp strong { font-family: var(--serif); font-size: 32px; line-height: 1; }
.orbit-note { position: absolute; z-index: 3; padding: 9px 13px; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .09em; line-height: 1.25; text-transform: uppercase; }
.note-one { left: -9px; bottom: 65px; transform: rotate(-7deg); }
.note-two { right: -15px; bottom: 24px; transform: rotate(5deg); }

.operator-strip { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.operator-strip::-webkit-scrollbar { display: none; }
.operator-strip > p { flex: 0 0 auto; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.operator-logo-item { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; }
.operator-logo { width: 44px; height: 44px; display: block; object-fit: cover; border-radius: 10px; }
.operator-logo-name { font-size: 11px; font-weight: 800; white-space: nowrap; }
.operator { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; }
.operator b { min-width: 30px; height: 30px; display: grid; place-items: center; padding: 0 5px; color: #fff; border-radius: 50%; font-size: 9px; }
.operator-merah b { background: var(--red); }.operator-emas b { color: var(--ink); background: var(--gold); }.operator-hijau b { background: var(--green); }.operator-nila b { background: var(--indigo); }.operator-biru b { background: var(--blue); }
.section { padding-block: clamp(76px, 9vw, 132px); }
.section.compact { padding-top: 45px; }
.section.pale { background: var(--paper-2); }
.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head h2, .manifesto h2, .safety-band h2, .guide-content h2, .trust-prose h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.35rem, 4.6vw, 4.6rem); line-height: .98; letter-spacing: -.045em; }
.section-head > p:last-child { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.path-card { min-height: 365px; display: flex; flex-direction: column; padding: 28px; color: var(--ink); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; transition: color .25s, background .25s, transform .25s; }
.path-card > span { font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.path-card h3 { margin: auto 0 12px; font-family: var(--serif); font-size: 42px; line-height: 1; }
.path-card p { margin: 0 0 28px; color: var(--muted); }
.path-card b { font-size: 12px; }
.path-card:hover { z-index: 2; color: #fff; background: var(--red); transform: translateY(-8px); box-shadow: var(--shadow); }
.path-card:hover p { color: rgba(255,255,255,.75); }
.path-gold:hover { color: var(--ink); background: var(--gold); }.path-gold:hover p { color: rgba(25,23,19,.7); }.path-ink:hover { background: var(--ink); }
.home-summary { padding-bottom: 35px; }
.home-summary .answer-summary { max-width: 900px; }
.home-summary .answer-summary h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.definition-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 32px 0 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.definition-list > div { padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.definition-list dt { margin-bottom: 8px; font-family: var(--serif); font-size: 23px; font-weight: 700; line-height: 1.1; }
.definition-list dd { margin: 0; color: var(--muted); font-size: 14px; }
.process-list { list-style: none; counter-reset: process; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 45px; padding: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.process-list li { counter-increment: process; min-height: 260px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.process-list li::before { content: "0" counter(process); color: var(--red); font-size: 11px; font-weight: 800; }
.process-list h3 { margin: 68px 0 9px; font-family: var(--serif); font-size: 25px; line-height: 1; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }
.source-comparison .content-table-wrap { max-width: 1000px; }
.source-comparison a { font-weight: 800; text-underline-offset: 3px; }
.home-faq { max-width: 980px; }
.footer-socials { margin-top: 18px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-socials p { margin: 0 0 7px; color: #d4ccbf; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.footer-socials a { display: inline-block !important; margin: 3px 10px 3px 0 !important; text-decoration: underline; text-underline-offset: 3px; }
.manifesto { padding-block: clamp(80px, 11vw, 160px); color: var(--paper); background: var(--red-dark); }
.manifesto-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; }
.principles { border-top: 1px solid rgba(255,255,255,.35); }
.principles p { display: grid; grid-template-columns: 36px 1fr; gap: 12px; margin: 0; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.25); color: #e9dcd1; }
.principles > p > span:first-child { color: #e5be56; font-size: 11px; font-weight: 800; }
.principles .principle-copy { min-width: 0; color: #e9dcd1; font-size: inherit; font-weight: 400; }
.principles b { display: block; margin-bottom: 4px; color: #fff; }
.article-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.article-grid > .article-card, .article-grid > div { grid-column: span 4; }
.article-grid .article-card.featured, .article-grid > div:has(.featured) { grid-column: span 8; }
.article-card { min-height: 355px; display: flex; flex-direction: column; position: relative; padding: 26px; background: rgba(255,255,255,.25); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s, background .25s; }
.article-card:hover { z-index: 2; background: #fffaf0; transform: translateY(-6px); box-shadow: var(--shadow); }
.article-card.featured { min-height: 450px; color: var(--paper); background: var(--ink); }
.article-card.featured:hover { background: var(--red-dark); }
.card-link { position: absolute; inset: 0; z-index: 2; }
.card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.featured .card-meta { color: var(--gold); }
.article-card h3 { max-width: 520px; margin: auto 0 15px; font-family: var(--serif); font-size: clamp(1.85rem, 3vw, 3rem); line-height: .98; letter-spacing: -.035em; }
.article-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.featured p { color: #bdb5a8; }
.text-link { font-size: 12px; font-weight: 800; }
.text-link b { color: var(--red); }
.featured .text-link b { color: var(--gold); }
.text-link.large { display: inline-block; margin-top: 24px; font-size: 14px; }
.center { display: flex; justify-content: center; margin-top: 45px; }
.safety-band { padding-block: 66px; color: var(--paper); background: var(--ink); }
.safety-band > div { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 40px; }
.safety-band h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.safety-band p { margin: 7px 0 0; color: #bdb5a8; }
.safety-age { width: 95px; height: 95px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 34px; }

.breadcrumbs { min-height: 46px; display: flex; align-items: center; gap: 9px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; overflow-x: auto; }
.breadcrumbs a { text-decoration: none; }.breadcrumbs a:hover { color: var(--red); }.breadcrumbs i { font-style: normal; opacity: .5; }
.page-hero { min-height: 480px; display: flex; flex-direction: column; justify-content: center; position: relative; padding-block: 75px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(4rem, 8.2vw, 7.8rem); }
.page-hero .lead { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.45; }
.split-hero { display: grid; grid-template-columns: 1fr 280px; align-items: center; gap: 80px; }
.date-card { min-height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--paper); background: var(--red); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--gold), 13px 13px 0 var(--ink); transform: rotate(2deg); }
.date-card span { font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.date-card strong { font-family: var(--serif); font-size: 112px; line-height: .8; }
.date-card b { margin-top: 12px; font-size: 13px; letter-spacing: .1em; }
.date-card small { margin-top: 4px; color: #ffd7ca; }
.update-pill { width: fit-content; display: flex; align-items: center; gap: 9px; margin-top: 28px; padding: 7px 12px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.update-pill i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(71,113,91,.15); }
.notice { display: grid; grid-template-columns: 130px 1fr; gap: 25px; margin-bottom: 35px; padding: 18px 22px; color: #433f37; background: #f0dfb0; border-left: 4px solid var(--gold); }
.notice b { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.notice p { margin: 0; }
.daily-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 22px; align-items: start; }
.chart-panel { padding: clamp(25px, 4vw, 50px); background: #e9dfcd; border: 1px solid var(--ink); }
.panel-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 35px; }.panel-top h2 { margin: 0; font-family: var(--serif); font-size: 44px; }.panel-top > span { padding: 5px 9px; border: 1px solid var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.chart-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 28px; font-size: 10px; font-weight: 700; text-transform: uppercase; }.chart-legend span { display: flex; align-items: center; gap: 7px; }.chart-legend i { width: 18px; height: 3px; }.line-red { background: var(--red); }.line-gold { background: var(--gold); }.line-ink { background: var(--ink); }
.daily-aside { padding: 28px; color: var(--paper); background: var(--ink); }
.daily-aside h2 { margin: 0 0 25px; font-family: var(--serif); font-size: 32px; }.daily-aside ol { padding: 0; margin: 0; list-style: none; counter-reset: steps; }.daily-aside li { display: grid; grid-template-columns: 29px 1fr; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); counter-increment: steps; }.daily-aside li::before { content: "0" counter(steps); color: var(--gold); font-size: 9px; font-weight: 800; }.daily-aside li b, .daily-aside li span { grid-column: 2; }.daily-aside li span { color: #aaa296; font-size: 13px; }.daily-aside .button { margin-top: 25px; background: var(--red); }
.operator-cards { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.operator-cards article { min-width: 0; min-height: 245px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.operator-card-logo { width: 72px; height: 72px; display: block; object-fit: cover; border-radius: 15px; }.operator-cards h3 { margin: 28px 0 8px; font-family: var(--serif); font-size: 25px; line-height: 1; }.operator-cards p { color: var(--muted); font-size: 12px; }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.lead-small { max-width: 480px; color: var(--muted); }.stack-list { border-top: 1px solid var(--ink); }.stack-list a { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; }.stack-list a:hover b { color: var(--red); }.stack-list span { color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }.stack-list b { font-family: var(--serif); font-size: 22px; line-height: 1.1; }.stack-list i { font-style: normal; }

.guide-hero { display: grid; grid-template-columns: 1fr 340px; align-items: center; gap: 80px; }
.toc { position: sticky; top: 20px; z-index: 4; display: flex; align-items: center; gap: 25px; padding: 15px 20px; background: var(--ink); color: var(--paper); overflow-x: auto; box-shadow: var(--shadow); }.toc p { margin: 0 auto 0 0; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }.toc a { color: #d1c9bc; font-size: 11px; font-weight: 700; text-decoration: none; white-space: nowrap; }.toc a:hover { color: var(--gold); }
.guide-content { max-width: 900px; margin: 0 auto; }.guide-content > section { position: relative; padding: 120px 0 20px; }.guide-content .chapter { position: absolute; top: 88px; right: 0; color: rgba(25,23,19,.08); font-family: var(--serif); font-size: 120px; line-height: 1; }.guide-content > section > p:not(.eyebrow) { max-width: 710px; color: var(--muted); font-size: 18px; }
.direction-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }.direction-grid article { padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.direction-grid article > b { color: var(--red); font-size: 35px; }.direction-grid h3 { margin: 45px 0 7px; font-family: var(--serif); font-size: 27px; }.direction-grid p { color: var(--muted); font-size: 13px; }
.guide-content .limit-section { margin-top: 100px; padding: 65px; color: var(--paper); background: var(--red-dark); }.guide-content .limit-section .chapter { top: 20px; right: 25px; color: rgba(255,255,255,.1); }.guide-content .limit-section > p:not(.eyebrow) { color: #dfcfc5; }.guide-content .limit-section .button { margin-top: 20px; }
.article-grid.three > .article-card { grid-column: span 4; }

.trust-hero { min-height: 420px; align-items: center; text-align: center; }.trust-hero h1 { max-width: 980px; font-size: clamp(4rem, 8vw, 7.2rem); }.trust-hero .lead { max-width: 800px; }
.prose { color: #332f29; }.trust-prose { max-width: 860px; margin: 0 auto; }.prose .standfirst { margin: 0 0 70px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.75rem, 3.4vw, 3rem); line-height: 1.28; }.prose h2 { margin: 75px 0 20px; font-size: clamp(2.1rem, 4vw, 3.8rem); }.prose h3 { font-family: var(--serif); }.prose > p { font-size: 17px; }.prose a { color: var(--red-dark); font-weight: 700; text-underline-offset: 3px; }
.quote-block { margin: 70px -100px; padding: 60px 100px; color: var(--paper); background: var(--ink); }.quote-block p { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; }.quote-block span { display: block; margin-top: 25px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 35px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }.value-grid article { padding: 25px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.value-grid article > b { color: var(--red); font-size: 10px; }.value-grid h3 { margin: 45px 0 8px; font-size: 28px; }.value-grid p { color: var(--muted); font-size: 13px; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 75px; padding-top: 25px; border-top: 1px solid var(--line); }.policy-meta span { padding: 6px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: start; }.contact-grid .standfirst { margin-bottom: 40px; }.contact-grid aside { padding: 35px; color: var(--paper); background: var(--ink); }.contact-grid aside h2 { margin: 0 0 25px; color: var(--paper); font-size: 34px; }.contact-grid ol { padding-left: 24px; }.contact-grid li { padding: 9px; color: #c8c0b4; }.contact-mail { display: grid; grid-template-columns: 1fr auto; padding: 20px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; }.contact-mail span { grid-column: 1 / -1; color: var(--red); font-size: 10px; text-transform: uppercase; }.contact-mail b { font-family: var(--serif); font-size: clamp(1.5rem, 4vw, 2.6rem); }.contact-mail i { font-style: normal; font-size: 25px; }.response-note { color: var(--muted); font-size: 13px !important; }.notice.warning { margin-top: 70px; }
.responsible-intro { display: grid; grid-template-columns: 120px 1fr; gap: 35px; align-items: center; }.responsible-intro > span { width: 110px; height: 110px; display: grid; place-items: center; border: 2px solid var(--red); border-radius: 50%; font-family: var(--serif); font-size: 42px; }.responsible-intro .standfirst { margin: 0; }
.limit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }.limit-grid article { min-height: 260px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.limit-grid article > b { display: grid; width: 50px; height: 50px; place-items: center; color: var(--paper); background: var(--red); border-radius: 50%; }.limit-grid h3 { margin: 55px 0 7px; font-size: 23px; }.limit-grid p { color: var(--muted); font-size: 12px; }
.check-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }.check-list li { position: relative; padding: 18px 20px 18px 45px; border-bottom: 1px solid var(--line); font-size: 17px; }.check-list li::before { content: "!"; position: absolute; left: 10px; top: 18px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 11px; font-weight: 800; }
.help-box { margin: 80px -100px; padding: 65px 100px; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: end; color: var(--paper); background: var(--red-dark); }.help-box h2 { margin-top: 0; color: var(--paper); }.help-box p { max-width: 620px; color: #dfcfc5; }

.journal-hero { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }.journal-count { width: 250px; height: 250px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 25px; color: var(--paper); background: var(--red); border-radius: 50%; transform: rotate(4deg); }.journal-count strong { font-family: var(--serif); font-size: 100px; line-height: 1; }.journal-count span { font-size: 11px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }.filter-bar button { min-height: 42px; padding: 8px 15px; color: var(--ink); background: transparent; border: 1px solid var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; }.filter-bar button.active, .filter-bar button:hover { color: #fff; background: var(--red); border-color: var(--red); }.filter-status { margin: 18px 0 28px; color: var(--muted); font-size: 11px; }.blog-grid > div[hidden] { display: none; }
.category-hero { align-items: start; }.category-hero .lead { max-width: 680px; }.category-count { margin-top: 25px; padding: 6px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }

.article-header { max-width: 980px; padding-block: clamp(70px, 10vw, 140px); text-align: center; }.article-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .95; letter-spacing: -.05em; }.article-header .lead { max-width: 760px; margin: 28px auto 0; color: var(--muted); font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); }.article-byline { width: fit-content; display: flex; align-items: center; gap: 12px; margin: 35px auto 0; text-align: left; }.author-mark, .author-avatar { width: 42px; height: 42px; border-radius: 50%; }.author-mark { display: grid; place-items: center; color: #fff; background: var(--red); font-family: var(--serif); font-weight: 700; }.author-avatar { display: block; object-fit: cover; border: 2px solid var(--gold); }.article-byline div { display: grid; }.article-byline b { font-size: 12px; }.article-byline div span { color: var(--muted); font-size: 10px; }
.featured-visual { max-width: 1100px; margin-top: -55px; margin-bottom: 105px; }
.featured-visual img { width: 100%; height: auto; display: block; border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--red), 20px 20px 0 var(--gold); }
.article-body { display: grid; grid-template-columns: 200px minmax(0, 760px); justify-content: center; gap: 70px; padding-bottom: 120px; }.article-rail { height: fit-content; position: sticky; top: 25px; display: grid; gap: 9px; padding-top: 15px; border-top: 1px solid var(--ink); }.article-rail span { color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }.article-rail b { font-family: var(--serif); font-size: 20px; line-height: 1.1; }.article-rail a { margin-top: 15px; color: var(--muted); font-size: 10px; font-weight: 700; }
.article-body .prose > section { position: relative; padding-top: 10px; margin-top: 80px; border-top: 1px solid var(--line); }.article-body .prose > section h2 { margin-top: 35px; }.article-section-no { position: absolute; top: 12px; right: 0; color: var(--red); font-size: 10px; font-weight: 800; }
.article-byline a { color: inherit; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.answer-summary { margin: 42px 0 10px; padding: 28px 30px 30px; border: 1px solid var(--ink); border-left: 5px solid var(--red); background: var(--paper-2); }
.answer-summary .eyebrow { margin: 0 0 8px; color: var(--red); font-size: 9px; }
.answer-summary h2 { margin: 0 0 12px; font-size: clamp(1.75rem, 3vw, 2.25rem); }
.answer-summary p:last-child { margin-bottom: 0; }
.article-body .prose > .article-faq, .article-body .prose > .source-list { padding-top: 32px; margin-top: 64px; }
.article-body .prose > .article-faq h2, .article-body .prose > .source-list h2 { margin: 0 0 18px; }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq summary { position: relative; padding: 18px 34px 18px 0; cursor: pointer; font-family: var(--serif); font-size: 20px; font-weight: 650; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { content: "+"; position: absolute; right: 4px; top: 16px; color: var(--red); font-family: var(--sans); font-weight: 700; }
.article-faq details[open] summary::after { content: "−"; }
.article-faq details p { margin: 0; padding: 0 34px 20px 0; color: var(--muted); }
.source-list { padding: 30px !important; background: #f0e9dc; }
.source-list > p { color: var(--muted); font-size: 13px; }
.source-list ul { margin: 18px 0 0; padding-left: 20px; }
.source-list li { margin: 8px 0; }
.source-list a { color: var(--red-dark); font-weight: 700; text-underline-offset: 3px; }
.deep-dive > section { margin-top: 72px; padding-top: 28px; border-top: 1px solid var(--line); }
.deep-dive > section h2 { margin: 0 0 20px; }
.deep-dive > section p + p { margin-top: 18px; }
.deep-dive ul, .content-steps { padding-left: 22px; }
.deep-dive li { margin: 10px 0; }
.content-table-wrap { width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--ink); }
.content-table { width: 100%; min-width: 560px; border-collapse: collapse; background: #faf6ed; font-size: 13px; line-height: 1.45; }
.content-table th, .content-table td { padding: 14px 16px; text-align: left; vertical-align: top; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.content-table th:last-child, .content-table td:last-child { border-right: 0; }
.content-table tr:last-child td { border-bottom: 0; }
.content-table th { color: var(--paper); background: var(--ink); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.content-table a { color: var(--red-dark); font-weight: 700; }
.content-steps { counter-reset: deep-step; list-style: none; padding-left: 0; }
.content-steps li { position: relative; min-height: 42px; padding-left: 52px; }
.content-steps li::before { counter-increment: deep-step; content: counter(deep-step, decimal-leading-zero); position: absolute; left: 0; top: 0; color: var(--red); font-family: var(--serif); font-size: 24px; font-weight: 700; }
.content-depth { border-top: 1px solid var(--ink); }
.content-depth .section-head > p:last-child { max-width: 720px; color: var(--muted); }
.depth-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.depth-grid article { min-width: 0; padding: 30px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.depth-grid article > span { color: var(--red); font-size: 10px; font-weight: 800; }
.depth-grid h3 { margin: 32px 0 8px; font-family: var(--serif); font-size: 27px; line-height: 1.05; }
.depth-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.editorial-note { max-width: 900px; margin: 65px auto 0; padding: 45px 55px; border-left: 5px solid var(--red); background: var(--paper-2); }
.editorial-note h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 30px; }
.editorial-note p { color: var(--muted); }
.editorial-note p:last-child { margin-bottom: 0; }
.policy-stack { max-width: 900px; margin-inline: auto; }
.policy-stack > section { padding: 32px 0; border-top: 1px solid var(--line); }
.policy-stack h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 28px; }
.policy-stack p { margin: 0; color: var(--muted); }
.author-hero { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 80px; padding-block: 75px 110px; }
.author-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 9vw, 8rem); line-height: .9; letter-spacing: -.05em; }
.author-hero .lead { max-width: 620px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
.author-hero > img { width: 100%; height: auto; border-radius: 50%; box-shadow: 12px 12px 0 var(--red), 20px 20px 0 var(--gold); }
.author-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.author-facts span { padding: 7px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.author-feature { margin-top: -45px; }
.author-prose { max-width: 850px; }
.expertise-tags, .author-socials { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 45px; }
.expertise-tags span, .author-socials a { padding: 9px 12px; border: 1px solid var(--ink); font-size: 11px; font-weight: 800; text-decoration: none; }
.author-socials a { color: var(--paper); background: var(--ink); }
.author-socials a:hover { color: var(--ink); background: var(--gold); }
.author-card { display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-items: center; max-width: 850px; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.author-card img { width: 150px; aspect-ratio: 1; border-radius: 22px; object-fit: cover; }
.author-card h3 { margin: 2px 0 8px; font-size: clamp(1.75rem, 4vw, 2.4rem); }
.author-card p:not(.eyebrow) { max-width: 65ch; margin-bottom: 16px; }
.article-caution { display: grid; grid-template-columns: 90px 1fr; gap: 25px; margin-top: 90px; padding: 35px; color: var(--paper); background: var(--ink); }.article-caution > span { width: 70px; height: 70px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 26px; }.article-caution h2 { margin: 0 0 5px; color: var(--paper); font-size: 28px; }.article-caution p { color: #bdb5a8; font-size: 13px; }.article-caution a { color: var(--gold); font-size: 12px; }

.site-footer { color: var(--paper); background: #100f0d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.15fr; gap: 55px; padding-block: 75px; }.site-footer .brand { color: var(--paper); }.footer-grid > div:first-child > p { max-width: 280px; color: #908a7f; font-size: 13px; }.footer-grid h2 { margin: 0 0 20px; color: var(--gold); font-family: var(--sans); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }.footer-grid > div:not(:first-child) > a { display: block; margin: 10px 0; color: #c3bbae; font-size: 12px; text-decoration: none; }.footer-grid a:hover { color: #fff; }.footer-safety { padding: 25px; background: #27231d; }.footer-safety > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; }.footer-safety h2 { margin: 17px 0 6px; color: #fff; font-family: var(--serif); font-size: 24px; letter-spacing: 0; text-transform: none; }.footer-safety p { color: #9f978a; font-size: 11px; }.footer-safety a { color: var(--gold) !important; font-weight: 700; }.footer-base { min-height: 75px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #aaa295; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.not-found { min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.not-found > span { color: var(--red); font-family: var(--serif); font-size: 150px; line-height: .7; }.not-found h1 { margin: 25px 0 8px; font-family: var(--serif); font-size: 55px; }.not-found p { color: var(--muted); }.not-found .button { margin-top: 20px; }

.live-chart-shell { width: min(100%, 510px); min-height: 410px; display: grid; place-items: center; position: relative; z-index: 2; padding: 14px; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); box-shadow: 13px 13px 0 var(--red), 24px 24px 0 rgba(215,166,53,.85); transform: rotate(1.5deg); }
.chart-loading { display: grid; place-items: center; gap: 14px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.chart-loading::before { content: ""; width: 42px; height: 42px; border: 3px solid var(--paper-2); border-top-color: var(--red); border-radius: 50%; animation: chart-spin .8s linear infinite; }
@keyframes chart-spin { to { transform: rotate(360deg); } }
.live-chart-figure { width: 100%; margin: 0; }
.live-chart-image { display: block; overflow: hidden; background: var(--paper-2); }
.live-chart-image img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; }
.live-chart-figure figcaption { display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 13px 4px 2px; }
.live-chart-figure figcaption > span { min-width: 0; display: grid; }
.live-chart-figure figcaption b { overflow: hidden; font-family: var(--serif); font-size: 17px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.live-chart-figure figcaption small { margin-top: 3px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.live-chart-figure figcaption > a { flex: 0 0 auto; color: var(--red-dark); font-size: 9px; font-weight: 800; }
.hero-live-chart { width: min(100%, 460px); }
.chart-unavailable { max-width: 330px; padding: 35px; text-align: center; }
.chart-unavailable b { font-family: var(--serif); font-size: 25px; }
.chart-unavailable p { color: var(--muted); font-size: 13px; }
.chart-unavailable a { color: var(--red-dark); font-size: 11px; font-weight: 800; }
.chart-browser { width: 100%; }
.chart-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.chart-tabs button { min-height: 42px; padding: 8px 14px; color: var(--ink); background: transparent; border: 1px solid var(--ink); cursor: pointer; font-size: 10px; font-weight: 800; }
.chart-tabs button.active, .chart-tabs button:hover { color: #fff; background: var(--red); border-color: var(--red); }
.chart-panel .live-chart-shell { width: min(100%, 650px); margin-inline: auto; box-shadow: 9px 9px 0 var(--red); transform: none; }
.chart-panel [data-live-chart][hidden] { display: none; }
.api-disclosure { display: flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.api-disclosure i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.guide-seal { width: 280px; aspect-ratio: 1; display: grid; place-items: center; position: relative; color: var(--paper); background: var(--red-dark); border-radius: 50%; border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--gold); text-align: center; transform: rotate(4deg); }
.guide-seal strong { font-family: var(--serif); font-size: 54px; line-height: .8; }
.guide-seal span { position: absolute; bottom: 65px; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 32px, 900px); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 80px 110px; }
  .hero-copy { max-width: 700px; }
  .hero-art { min-height: 470px; }
  .hero-art .live-chart-shell { width: min(460px, 80vw); }
  .path-grid { grid-template-columns: 1fr; }.path-card { min-height: 230px; }.path-card h3 { margin-top: 70px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 55px; }
  .article-grid > .article-card, .article-grid > div, .article-grid .article-card.featured, .article-grid > div:has(.featured) { grid-column: span 6; }.article-grid > .article-card:last-child:nth-child(odd), .article-grid > div:last-child:nth-child(odd) { grid-column: span 12; }
  .operator-cards { grid-template-columns: repeat(3, 1fr); }
  .daily-layout { grid-template-columns: 1fr; }.daily-aside ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.daily-aside li { display: block; }.daily-aside li::before, .daily-aside li b, .daily-aside li span { display: block; }
  .two-col { gap: 50px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-safety { grid-column: 1 / -1; }
  .contact-grid { gap: 40px; }.quote-block, .help-box { margin-inline: -40px; padding-inline: 40px; }
  .limit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .announcement { justify-content: space-between; font-size: 9px; }
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 102px; left: 0; right: 0; display: grid; gap: 0; padding: 10px 16px 18px; background: var(--paper); border-bottom: 1px solid var(--ink); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }.site-nav > a { padding: 14px 8px; border-bottom: 1px solid var(--line); }.site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { gap: 35px; padding-top: 65px; }.hero h1, .page-hero h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }.hero-art { min-height: 360px; }.chart-stamp { width: 88px; height: 88px; right: 2px; }.chart-stamp strong { font-size: 25px; }.orbit-note { display: none; }
  .hero-art .live-chart-shell { width: min(310px, 82vw); min-height: 300px; padding: 9px; box-shadow: 8px 8px 0 var(--red), 14px 14px 0 var(--gold); }
  .live-chart-figure figcaption { align-items: start; flex-direction: column; gap: 7px; }.live-chart-figure figcaption b { max-width: 260px; }.chart-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }.chart-tabs button { flex: 0 0 auto; }
  .operator-strip { width: 100%; padding-inline: 16px; }.operator-strip > p { display: none; }
  .section { padding-block: 75px; }.section-head { margin-bottom: 35px; }.section-head h2, .manifesto h2, .safety-band h2, .guide-content h2, .trust-prose h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .path-card { min-height: 260px; padding: 24px; }.path-card h3 { font-size: 37px; }
  .article-grid, .article-grid.three { width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); }.article-grid > .article-card, .article-grid > div, .article-grid .article-card.featured, .article-grid > div:has(.featured), .article-grid.three > .article-card { width: 100%; min-width: 0; max-width: 100%; grid-column: 1; }.article-card, .article-card.featured { min-width: 0; min-height: 340px; }.article-card h3 { font-size: 32px; }
  .safety-band > div { grid-template-columns: 75px 1fr; gap: 20px; }.safety-age { width: 70px; height: 70px; font-size: 25px; }.safety-band .button { grid-column: 1 / -1; }
  .split-hero, .guide-hero, .journal-hero { display: flex; flex-direction: column; align-items: stretch; gap: 50px; }.page-hero { min-height: auto; padding-block: 65px; }.date-card { width: min(280px, 85%); min-height: 275px; align-self: center; }
  .notice { grid-template-columns: 1fr; gap: 5px; }.chart-panel { padding: 22px; }.daily-aside ol { grid-template-columns: 1fr; }.operator-cards { grid-template-columns: 1fr 1fr; }.operator-cards article:last-child { grid-column: 1 / -1; }
  .two-col { grid-template-columns: 1fr; gap: 15px; }.stack-list a { grid-template-columns: 1fr auto; }.stack-list span { grid-column: 1 / -1; }.stack-list b { font-size: 20px; }
  .toc { width: 100vw; margin-left: calc((100vw - 100%) / -2); top: 0; }.toc p { display: none; }.guide-content > section { padding-top: 90px; }.guide-content .chapter { top: 65px; font-size: 85px; }.direction-grid { grid-template-columns: 1fr; }.direction-grid h3 { margin-top: 20px; }.guide-content .limit-section { margin-inline: -16px; padding: 45px 25px; }
  .trust-hero { text-align: left; align-items: start; }.trust-prose { width: 100%; }.prose .standfirst { margin-bottom: 50px; }.prose > p { font-size: 16px; }.quote-block, .help-box { margin-inline: -16px; padding: 40px 24px; }.value-grid { grid-template-columns: 1fr; }.value-grid h3 { margin-top: 25px; }
  .contact-grid { grid-template-columns: 1fr; }.contact-mail { grid-template-columns: minmax(0,1fr) auto; }.contact-mail b { font-size: 20px; }.responsible-intro { grid-template-columns: 75px 1fr; gap: 20px; }.responsible-intro > span { width: 70px; height: 70px; font-size: 28px; }.limit-grid { grid-template-columns: 1fr; }.limit-grid article { min-height: 210px; }.limit-grid h3 { margin-top: 35px; }.help-box { grid-template-columns: 1fr; }
  .journal-count { width: 180px; height: 180px; align-self: center; }.journal-count strong { font-size: 72px; }.filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 7px; }.filter-bar button { flex: 0 0 auto; }
  .article-header { text-align: left; }.article-header h1 { font-size: clamp(3.1rem, 14vw, 5rem); }.article-byline { margin-left: 0; }.article-body { grid-template-columns: 1fr; gap: 20px; padding-bottom: 80px; }.article-rail { position: static; margin-bottom: 20px; }.article-body .prose > section { margin-top: 65px; }.article-caution { grid-template-columns: 60px 1fr; padding: 25px 20px; }.article-caution > span { width: 52px; height: 52px; font-size: 20px; }
  .deep-dive > section { margin-top: 58px; }.content-table { min-width: 510px; }.content-table th, .content-table td { padding: 12px; }
  .depth-grid { grid-template-columns: 1fr; }.depth-grid article { padding: 25px; }.editorial-note { margin-top: 45px; padding: 32px 25px; }
  .author-hero { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-block: 65px 90px; }.author-hero > img { width: min(300px, 78vw); justify-self: center; }.author-feature { margin-top: -25px; }
  .author-hero > div { min-width: 0; }
  .author-hero h1 { font-size: clamp(3.25rem, 16vw, 4.4rem); overflow-wrap: break-word; }
  .author-hero .lead { overflow-wrap: anywhere; }
  .author-feature { width: calc(100vw - 40px); max-width: calc(100vw - 40px); overflow: hidden; }
  .author-card { grid-template-columns: 1fr; padding: 18px; }.author-card img { width: 112px; }
  .definition-list, .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 190px; }.process-list h3 { margin-top: 38px; }
  .featured-visual { width: calc(100% - 40px); margin-top: -25px; margin-bottom: 70px; }.featured-visual img { box-shadow: 7px 7px 0 var(--red), 12px 12px 0 var(--gold); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-grid > div:first-child, .footer-safety { grid-column: 1 / -1; }.footer-base { padding-block: 22px; flex-direction: column; align-items: start; }
}

@media (max-width: 400px) {
  :root { --wrap: calc(100% - 24px); }
  .announcement span { max-width: 190px; }.brand-logo { width: 150px; }
  .hero-actions .button { width: 100%; }.operator-cards { grid-template-columns: 1fr; }.operator-cards article:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child, .footer-safety { grid-column: auto; }
}

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