:root {
  --night: #0b0a08;
  --night-soft: #15120e;
  --paper: #f3ede2;
  --paper-deep: #e9decd;
  --ink: #271f18;
  --muted: #73685c;
  --gold: #c7a25c;
  --gold-light: #e1c68a;
  --rust: #9b513d;
  --line: rgba(75, 54, 32, 0.15);
  --serif: "Cormorant Garamond", Georgia, serif;
  --body: "Source Serif 4", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; }
body.editorial-site { background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 18px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: var(--gold); color: var(--night); padding: .65rem 1rem; font-family: var(--sans); font-size: .8rem; font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.athon-resources-menu > summary { list-style: none; cursor: pointer; }
.athon-resources-menu > summary::-webkit-details-marker { display: none; }
.athon-resources-menu[open] > summary svg { transform: rotate(180deg); }
.athon-resources-panel { position: absolute; left: 50%; top: calc(100% + 14px); width: 190px; display: grid; transform: translateX(-50%); padding: 10px; background: rgba(11, 10, 8, .98); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; box-shadow: 0 24px 60px rgba(0,0,0,.42); }
.athon-resources-panel a { padding: 10px 12px; border-radius: 6px; color: rgba(247,241,231,.72); font-family: var(--body); font-size: .875rem; text-decoration: none; }
.athon-resources-panel a:hover { background: rgba(255,255,255,.055); color: var(--gold-light); }
.athon-mobile-menu { position: fixed; inset: 0; z-index: 160; overflow-y: auto; background: #090806; color: #f7f1e7; padding: 16px 20px 34px; }
.athon-mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.athon-mobile-menu-top a { color: inherit; text-decoration: none; }
.athon-mobile-menu-top button { display: grid; width: 44px; height: 44px; place-items: center; color: rgba(247,241,231,.8); }
.athon-mobile-menu nav { display: grid; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.08); }
.athon-mobile-menu nav a { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(247,241,231,.72); font-family: var(--body); font-size: 1rem; text-decoration: none; }
.athon-mobile-menu nav a:hover, .athon-mobile-menu nav a[aria-current="page"] { color: var(--gold-light); }
.athon-mobile-stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.athon-mobile-stores img { width: auto; height: 48px; }
body.athon-menu-open { overflow: hidden; }
.editorial-footer .brand { display: inline-flex; align-items: center; gap: 11px; color: #f7f1e7; font-family: var(--serif); font-size: 1.65rem; font-weight: 700; line-height: 1; text-decoration: none; }
.editorial-footer .brand img { width: 38px; height: 38px; border-radius: 10px; }

.eyebrow { display: block; color: var(--rust); font-family: var(--sans); font-size: .69rem; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.primary-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; background: var(--gold); color: var(--night); font-family: var(--sans); font-size: .8rem; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: var(--gold-light); }
.text-link { color: var(--gold-light); font-family: var(--sans); font-size: .8rem; font-weight: 500; text-decoration: none; }

/* Hub */
.hub-hero { position: relative; min-height: 660px; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 7vw; padding: 100px max(6vw, calc((100vw - 1180px) / 2)); background: var(--night); color: #f6efe4; }
.hub-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hub-hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -250px; top: -170px; border: 1px solid rgba(199,162,92,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(199,162,92,.025), 0 0 0 160px rgba(199,162,92,.018); }
.hub-hero-copy, .hub-manuscript { position: relative; z-index: 1; }
.hub-hero .eyebrow { color: var(--gold-light); }
.hub-hero h1 { max-width: 720px; margin: 22px 0 24px; font-family: var(--serif); font-size: clamp(4.3rem, 8.1vw, 7.7rem); font-weight: 600; letter-spacing: -.045em; line-height: .82; }
.hub-hero h1 em { color: var(--gold-light); font-weight: 500; }
.hub-hero-copy > p { max-width: 650px; color: rgba(246,239,228,.66); font-size: 1.15rem; line-height: 1.65; }
.hub-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.hub-manuscript { justify-self: center; width: min(100%, 390px); aspect-ratio: .8; display: flex; flex-direction: column; justify-content: center; padding: 48px; background: #e7dbc6; color: var(--ink); border: 1px solid rgba(255,255,255,.2); transform: rotate(2.5deg); box-shadow: 0 45px 80px rgba(0,0,0,.35); }
.hub-manuscript::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(99,71,35,.28); }
.hub-manuscript::after { content: ""; position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(rgba(76,50,24,.16) .7px, transparent .8px); background-size: 5px 5px; mix-blend-mode: multiply; }
.hub-manuscript > * { position: relative; z-index: 1; }
.manuscript-rule { width: 42px; height: 1px; background: var(--rust); margin-bottom: 36px; }
.hub-manuscript span { max-width: 250px; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 600; line-height: .95; }
.hub-manuscript small { margin-top: 24px; font-family: var(--sans); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.hub-manuscript i { position: absolute; right: 34px; bottom: 27px; color: var(--rust); font-style: normal; font-size: 1.6rem; }

.editorial-intro, .featured-guides, .guide-library, .related-reading { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.editorial-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; padding-block: 110px; border-bottom: 1px solid var(--line); }
.editorial-intro h2, .section-heading h2 { margin: 13px 0 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.65rem); font-weight: 600; letter-spacing: -.035em; line-height: .95; }
.editorial-intro > div:last-child { padding-top: 26px; color: var(--muted); }
.editorial-intro p { margin: 0 0 20px; }
.featured-guides { padding-block: 105px; }
.section-heading { max-width: 780px; }
.featured-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 46px; }
.featured-card { position: relative; min-height: 410px; overflow: hidden; display: flex; flex-direction: column; padding: 34px; background: #ded0b9; color: var(--ink); border: 1px solid rgba(82,59,33,.12); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.featured-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px rgba(59,42,24,.13); }
.featured-card::after { content: "✦"; position: absolute; right: -20px; bottom: -74px; color: rgba(91,61,30,.09); font-size: 12rem; line-height: 1; }
.featured-1 { grid-column: span 5; background: var(--night-soft); color: #f5ecdf; }
.featured-2 { grid-column: span 4; }
.featured-3 { grid-column: span 3; background: var(--rust); color: #fff6e9; }
.card-index { color: var(--gold); font-family: var(--serif); font-size: 2rem; }
.card-category { margin-top: auto; padding-top: 80px; font-family: var(--sans); font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; opacity: .7; }
.featured-card h3 { margin: 12px 0; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3.25rem); font-weight: 600; line-height: .98; }
.featured-card p { margin: 0 0 24px; font-size: .95rem; line-height: 1.55; opacity: .72; }
.featured-card b { position: relative; z-index: 2; font-family: var(--sans); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }

.guide-library { padding: 90px 0 120px; border-top: 1px solid var(--line); }
.library-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.guide-search { position: relative; width: min(100%, 380px); }
.guide-search input { width: 100%; border: 0; border-bottom: 1px solid rgba(63,45,27,.4); border-radius: 0; background: transparent; color: var(--ink); padding: 12px 34px 12px 0; outline: none; font-family: var(--sans); font-size: .84rem; }
.guide-search input:focus { border-color: var(--rust); }
.guide-search i { position: absolute; right: 5px; top: 6px; color: var(--rust); font-family: var(--serif); font-size: 1.5rem; font-style: normal; }
.topic-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 42px 0 16px; }
.topic-filters button { border: 1px solid rgba(73,53,32,.18); background: transparent; color: var(--muted); padding: 8px 13px; cursor: pointer; font-family: var(--sans); font-size: .68rem; transition: all .2s ease; }
.topic-filters button:hover, .topic-filters button.active { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.result-count { margin: 0 0 54px; color: var(--muted); font-family: var(--sans); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.guide-group { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 55px; padding: 46px 0; border-top: 1px solid var(--line); }
.guide-group > header { position: sticky; top: 110px; align-self: start; }
.guide-group > header > span { color: var(--rust); font-family: var(--serif); font-size: 1.6rem; }
.guide-group h3 { margin: 8px 0 12px; font-family: var(--serif); font-size: 2.3rem; font-weight: 600; line-height: 1; }
.guide-group header p { color: var(--muted); font-size: .85rem; line-height: 1.55; }
.guide-row { position: relative; display: grid; grid-template-columns: 130px 1.15fr 1fr 30px; align-items: baseline; gap: 22px; padding: 21px 10px 21px 0; border-top: 1px solid rgba(65,47,29,.1); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.guide-row:first-child { border-top: 0; }
.guide-row:hover { color: var(--rust); padding-left: 10px; }
.guide-row > span { font-family: var(--sans); font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .65; }
.guide-row h4 { margin: 0; font-family: var(--serif); font-size: 1.42rem; font-weight: 600; line-height: 1.1; }
.guide-row p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.guide-row b { justify-self: end; font-family: var(--sans); font-size: .8rem; font-weight: 400; }
.no-results { padding: 100px 20px; text-align: center; border-top: 1px solid var(--line); }
.no-results span { color: var(--rust); font-size: 2rem; }
.no-results h3 { margin: 10px 0 5px; font-family: var(--serif); font-size: 2rem; }
.no-results p { color: var(--muted); }

.hub-app-section { position: relative; min-height: 600px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 90px max(6vw, calc((100vw - 1180px) / 2)); background: var(--rust); color: #fff6e9; }
.hub-app-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at 20% 30%, transparent 0 60px, #fff 61px 62px, transparent 63px 120px, #fff 121px 122px, transparent 123px); }
.hub-app-section > * { position: relative; z-index: 1; }
.hub-app-section .eyebrow { color: #f0d89d; }
.hub-app-section h2 { margin: 18px 0 22px; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 600; letter-spacing: -.04em; line-height: .88; }
.hub-app-section p { max-width: 620px; color: rgba(255,246,233,.76); }
.hub-app-section > img { align-self: end; justify-self: center; max-height: 520px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 30px 35px rgba(57,23,17,.28)); }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.store-links a { display: inline-flex; }
.store-links img { height: 43px; width: auto; }

/* Article */
.reading-progress { position: fixed; z-index: 120; top: 75px; left: 0; right: 0; height: 2px; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.article-hero { position: relative; min-height: 560px; overflow: hidden; display: flex; align-items: center; padding: 80px max(6vw, calc((100vw - 1180px) / 2)); background: var(--night); color: #f7f0e5; }
.article-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(115deg, transparent 0 62%, rgba(199,162,92,.08) 62.1% 62.3%, transparent 62.4%), radial-gradient(circle at 85% 30%, rgba(199,162,92,.16), transparent 28%); }
.article-hero-inner { position: relative; z-index: 2; width: min(870px, 78%); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: rgba(244,235,221,.48); font-family: var(--sans); font-size: .67rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--gold-light); }
.article-kicker { display: flex; align-items: center; gap: 22px; margin-top: 62px; color: var(--gold-light); font-family: var(--sans); font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.article-kicker span + span::before { content: ""; display: inline-block; width: 26px; height: 1px; margin: 0 14px 3px 0; background: rgba(199,162,92,.55); }
.article-hero h1 { margin: 18px 0; max-width: 920px; font-family: var(--serif); font-size: clamp(3.6rem, 6.8vw, 6.6rem); font-weight: 600; letter-spacing: -.04em; line-height: .88; text-wrap: balance; }
.article-dek { max-width: 740px; margin: 0; color: rgba(247,240,229,.66); font-size: 1.08rem; line-height: 1.55; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: rgba(247,240,229,.42); font-family: var(--sans); font-size: .65rem; }
.hero-mark { position: absolute; right: max(4vw, calc((100vw - 1260px) / 2)); top: 50%; width: 220px; height: 300px; transform: translateY(-44%); opacity: .58; }
.hero-mark span { color: rgba(199,162,92,.18); font-family: var(--serif); font-size: 11rem; line-height: 1; }
.hero-mark i::before, .hero-mark i::after { content: ""; position: absolute; background: rgba(199,162,92,.42); }
.hero-mark i::before { width: 1px; height: 96px; right: 59px; bottom: 12px; }
.hero-mark i::after { width: 60px; height: 1px; right: 29px; bottom: 77px; }

.article-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 720px) 260px; justify-content: space-between; gap: 90px; padding: 88px 0 110px; }
.article-body { min-width: 0; }
.answer-first { position: relative; margin-bottom: 70px; padding: 34px 36px 34px 46px; background: #e5d8c2; border-left: 3px solid var(--rust); }
.answer-first::before { content: "✦"; position: absolute; right: 24px; top: 16px; color: rgba(155,81,61,.24); font-size: 1.5rem; }
.answer-first span { color: var(--rust); font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.answer-first p { margin: 10px 0 0; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.15rem); font-weight: 500; line-height: 1.25; }
.article-section { margin-top: 66px; }
.article-section:first-of-type { margin-top: 0; }
.article-section h2, .sources h2 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(2.4rem, 4.5vw, 3.55rem); font-weight: 600; letter-spacing: -.025em; line-height: 1; }
.article-section p { margin: 0 0 22px; color: #40362d; }
.article-section ul { margin: 26px 0 28px; padding: 0; list-style: none; }
.article-section ul li { position: relative; margin: 0; padding: 12px 0 12px 30px; border-top: 1px solid var(--line); }
.article-section ul li::before { content: "✦"; position: absolute; left: 2px; top: 12px; color: var(--rust); font-size: .78rem; }
.article-steps { counter-reset: steps; margin: 34px 0; padding: 0; list-style: none; }
.article-steps li { counter-increment: steps; position: relative; min-height: 74px; margin: 0; padding: 0 0 26px 74px; }
.article-steps li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 0; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(155,81,61,.35); color: var(--rust); font-family: var(--serif); font-size: 1.3rem; }
.article-steps li::after { content: ""; position: absolute; left: 24px; top: 54px; bottom: 5px; width: 1px; background: var(--line); }
.article-steps li:last-child::after { display: none; }
.article-steps span { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.article-steps p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.article-note { margin: 32px 0; padding: 25px 28px; border: 1px solid rgba(155,81,61,.22); background: rgba(255,255,255,.24); }
.article-note strong { display: block; color: var(--rust); font-family: var(--sans); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.article-note p { margin: 7px 0 0; color: var(--muted); font-size: .92rem; }
.article-rail { align-self: start; position: sticky; top: 112px; display: grid; gap: 18px; }
.rail-card { padding: 25px; background: rgba(255,255,255,.26); border: 1px solid var(--line); }
.rail-card ol { margin: 16px 0 0; padding: 0; list-style: none; }
.rail-card li { border-top: 1px solid var(--line); }
.rail-card li:first-child { border-top: 0; }
.rail-card a { display: block; padding: 11px 0; color: var(--muted); font-family: var(--sans); font-size: .7rem; line-height: 1.4; text-decoration: none; }
.rail-card a:hover { color: var(--rust); }
.rail-card.quiet { background: var(--night-soft); color: #f5ecdf; }
.rail-card.quiet .eyebrow { color: var(--gold-light); }
.rail-card.quiet p { margin: 14px 0 0; color: rgba(245,236,223,.62); font-size: .8rem; line-height: 1.55; }

.app-journey { position: relative; min-height: 390px; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 24px; margin: 76px 0; padding: 42px 0 42px 42px; background: var(--night-soft); color: #f5ecdf; }
.app-journey::before { content: ""; position: absolute; width: 300px; height: 300px; right: -90px; top: -110px; border: 1px solid rgba(199,162,92,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(199,162,92,.025), 0 0 0 90px rgba(199,162,92,.02); }
.app-journey > * { position: relative; z-index: 1; }
.app-journey .eyebrow { color: var(--gold-light); }
.app-journey h2 { margin: 14px 0; font-family: var(--serif); font-size: 2.65rem; font-weight: 600; line-height: .98; }
.app-journey p { margin: 0; color: rgba(245,236,223,.65); font-size: .9rem; }
.app-journey-art { align-self: end; max-height: 310px; object-fit: contain; object-position: bottom; }
.pastoral-guardrail { margin: 70px 0 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pastoral-guardrail strong { color: var(--rust); font-family: var(--sans); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.pastoral-guardrail p { margin: 9px 0 0; color: var(--muted); font-size: .88rem; }
.sources { margin-top: 70px; }
.sources h2 { font-size: 2.35rem; }
.sources ul { margin: 0; padding: 0; list-style: none; }
.sources li { display: grid; gap: 2px; padding: 14px 0; border-top: 1px solid var(--line); }
.sources a { color: var(--ink); font-family: var(--sans); font-size: .77rem; font-weight: 500; text-decoration: none; }
.sources a:hover { color: var(--rust); }
.sources small { color: var(--muted); font-family: var(--sans); font-size: .63rem; }

.related-reading { padding: 100px 0 120px; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.related-grid a { min-height: 300px; display: flex; flex-direction: column; padding: 28px; background: #e5d8c2; border: 1px solid rgba(76,54,32,.1); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.related-grid a:nth-child(2) { background: var(--night-soft); color: #f4ebdd; }
.related-grid a:hover { transform: translateY(-4px); background: #ddc9aa; }
.related-grid a:nth-child(2):hover { background: #211c16; }
.related-grid span { font-family: var(--sans); font-size: .63rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .62; }
.related-grid h3 { margin: auto 0 10px; font-family: var(--serif); font-size: 2rem; font-weight: 600; line-height: 1; }
.related-grid p { margin: 0 0 25px; font-size: .78rem; line-height: 1.5; opacity: .65; }
.related-grid b { font-family: var(--sans); font-size: .67rem; text-transform: uppercase; }

.editorial-footer { padding: 82px max(6vw, calc((100vw - 1180px) / 2)) 26px; background: #080706; color: #f4ecdf; }
.footer-inner { display: grid; grid-template-columns: 1.7fr .65fr .65fr; gap: 60px; }
.footer-statement p { max-width: 560px; margin: 28px 0 0; color: rgba(244,236,223,.68); font-family: var(--serif); font-size: 2.2rem; line-height: 1.15; }
.footer-inner nav { display: flex; flex-direction: column; gap: 10px; }
.footer-inner nav strong { margin-bottom: 8px; color: var(--gold); font-family: var(--sans); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-inner nav a { color: rgba(244,236,223,.55); font-family: var(--sans); font-size: .72rem; text-decoration: none; }
.footer-inner nav a:hover { color: var(--gold-light); }
.footer-base { display: flex; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(244,236,223,.38); font-family: var(--sans); font-size: .61rem; }
.footer-base a { text-decoration: none; }

@media (max-width: 980px) {
  .hub-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .hub-manuscript { width: 300px; margin: 20px 0 10px; justify-self: end; }
  .editorial-intro { grid-template-columns: 1fr; gap: 20px; }
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .featured-1, .featured-2 { grid-column: span 1; }
  .featured-3 { grid-column: span 2; min-height: 330px; }
  .guide-group { grid-template-columns: 1fr; gap: 20px; }
  .guide-group > header { position: static; }
  .article-hero-inner { width: 90%; }
  .hero-mark { right: -40px; opacity: .28; }
  .article-shell { grid-template-columns: 1fr; }
  .article-rail { display: none; }
}

@media (max-width: 720px) {
  body.editorial-site { font-size: 17px; }
  .editorial-footer .brand { font-size: 1.45rem; }
  .editorial-footer .brand img { width: 34px; height: 34px; }
  .hub-hero { grid-template-columns: 1fr; gap: 42px; padding: 76px 22px 60px; }
  .hub-hero h1 { font-size: clamp(3.9rem, 18vw, 5.2rem); }
  .hub-hero-copy > p { font-size: 1rem; }
  .hub-manuscript { justify-self: center; width: 82%; max-width: 320px; }
  .editorial-intro, .featured-guides, .guide-library, .related-reading { width: calc(100% - 36px); }
  .editorial-intro { padding-block: 80px; }
  .featured-guides { padding-block: 78px; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-1, .featured-2, .featured-3 { grid-column: span 1; min-height: 360px; }
  .library-top { align-items: start; flex-direction: column; }
  .guide-search { width: 100%; }
  .topic-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .topic-filters button { flex: 0 0 auto; }
  .guide-row { grid-template-columns: 1fr 28px; gap: 8px 16px; padding: 21px 0; }
  .guide-row > span { grid-column: 1; }
  .guide-row h4 { grid-column: 1; font-size: 1.55rem; }
  .guide-row p { grid-column: 1; }
  .guide-row b { grid-column: 2; grid-row: 1 / 4; align-self: center; }
  .hub-app-section { grid-template-columns: 1fr; padding: 74px 22px 0; }
  .hub-app-section > img { max-height: 400px; }
  .article-hero { min-height: 600px; padding: 62px 20px; }
  .article-hero-inner { width: 100%; }
  .article-kicker { margin-top: 45px; }
  .article-hero h1 { font-size: clamp(3.35rem, 16vw, 5rem); }
  .article-dek { font-size: 1rem; }
  .hero-mark { display: none; }
  .reading-progress { top: 67px; }
  .article-shell { width: calc(100% - 36px); padding-block: 58px 80px; }
  .answer-first { padding: 28px; }
  .article-section { margin-top: 52px; }
  .article-section h2 { font-size: 2.55rem; }
  .app-journey { grid-template-columns: 1fr; padding: 34px 30px 0; }
  .app-journey-art { justify-self: center; max-height: 270px; }
  .related-reading { padding-block: 78px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 260px; }
  .editorial-footer { padding: 65px 22px 24px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-statement { grid-column: 1 / -1; }
  .footer-statement p { font-size: 1.8rem; }
  .footer-base { flex-direction: column; gap: 8px; }
}

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