:root {
    --ink-950: #040e1c;
    --ink-900: #07182d;
    --ink-800: #0b2340;
    --brand-700: #0f766e;
    --brand-600: #0d9488;
    --brand-500: #14b8a6;
    --brand-400: #2dd4bf;
    --brand-100: #ccfbf1;
    --paper: #ffffff;
    --mist: #f2f5f7;
    --line: rgba(15, 40, 60, .14);
    --muted: #5c6b7a;
    --sans: "Hanken Grotesk", Inter, sans-serif;
    --serif: "Source Serif 4", Georgia, serif;
    --mono: "JetBrains Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-900); background: var(--paper); font-family: var(--gh-font-body, var(--sans)); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: var(--gh-font-heading, var(--sans)); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--ink-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; flex: 0 0 auto; }
.brand-name { font-size: 19px; letter-spacing: -.02em; }
.brand-divider { width: 1px; height: 22px; margin-inline: 4px; background: var(--line); }
.brand-section { color: var(--muted); font-weight: 500; }
.nav-panel, .header-actions { display: flex; align-items: center; gap: 14px; }
.site-navigation .nav { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.site-navigation a, .search-button { border: 0; color: #435365; background: transparent; font-size: 14px; font-weight: 600; cursor: pointer; }
.site-navigation a:hover, .search-button:hover { color: var(--brand-700); }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 16px; border: 1px solid transparent; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--brand-600); }
.button-primary:hover { background: var(--brand-700); }
.button-secondary { border-color: var(--line); color: var(--ink-900); background: #fff; }
.button-secondary:hover { border-color: var(--brand-500); }
.nav-toggle { display: none; width: 40px; height: 40px; padding: 9px; border: 1px solid var(--line); background: #fff; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink-900); }

.publication-hero { position: relative; overflow: hidden; color: #fff; background: var(--ink-950); }
.publication-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 30%, rgba(20,184,166,.25), transparent 34%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 42px 42px, 42px 42px; }
.hero-grid { position: relative; min-height: 430px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 80px; padding-block: 84px; }
.eyebrow { margin: 0 0 14px; color: var(--brand-600); font: 500 12px/1.4 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.publication-hero .eyebrow { color: var(--brand-400); }
.publication-hero h1, .archive-header h1, .error-page h1 { max-width: 800px; margin: 0; font-size: clamp(46px, 7vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 690px; margin: 28px 0 0; color: #bac6d3; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }

.post-feed-section { padding: 90px 0 110px; background: #f8fafb; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -.035em; }
.text-action { padding: 0; border: 0; color: var(--brand-700); background: transparent; font-weight: 700; cursor: pointer; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .25s, border-color .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); border-color: rgba(13,148,136,.45); box-shadow: 0 24px 48px -30px rgba(7,24,45,.55); }
.card-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--ink-900); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .card-media img { transform: scale(1.035); }
.card-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--brand-400); background: radial-gradient(circle at 75% 20%, rgba(20,184,166,.24), transparent 35%), var(--ink-950); font: 500 11px var(--mono); letter-spacing: .16em; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.card-meta, .card-footer, .post-kicker, .post-byline { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 13px; }
.card-meta a, .post-kicker a { color: var(--brand-700); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.card-body h2 { margin: 17px 0 12px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.card-body p { margin: 0 0 24px; color: var(--muted); font-size: 15px; }
.card-footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.card-footer a { color: var(--brand-700); font-weight: 700; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 48px; color: var(--muted); font-size: 14px; text-align: center; }
.pagination > :last-child { justify-self: end; }

.post-template-wrap { padding-bottom: 96px; }
.post-shell { max-width: 820px; }
.post-header { padding-top: 88px; padding-bottom: 48px; text-align: center; }
.post-kicker { justify-content: center; font: 500 12px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.post-header h1 { margin: 26px auto 20px; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: -.052em; text-wrap: balance; }
.post-excerpt { max-width: 760px; margin: 0 auto 28px; color: var(--muted); font: 400 clamp(19px, 2.2vw, 24px)/1.5 var(--serif); }
.post-byline { justify-content: center; }
.post-feature { max-width: 1180px; margin-bottom: 64px; }
.post-feature img { width: 100%; height: auto; object-fit: contain; background: var(--mist); }
.post-feature figcaption { margin-top: 10px; color: var(--muted); font-size: 13px; text-align: center; }
.post-layout { display: grid; grid-template-columns: 190px minmax(0, 760px); justify-content: center; gap: 60px; align-items: start; }
.post-aside { position: sticky; top: 108px; display: flex; flex-direction: column; gap: 16px; padding-top: 6px; }
.aside-label { color: var(--muted); font: 500 11px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.post-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.post-tags a { padding: 4px 8px; color: var(--brand-700); background: #ecfdf9; font-size: 12px; font-weight: 700; }
.share-link { padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.gh-content { min-width: 0; color: #1c3148; font: 400 19px/1.8 var(--serif); }
.gh-content > * { max-width: 760px; margin-inline: auto; }
.gh-content > * + * { margin-top: 1.45em; }
.gh-content h2, .gh-content h3, .gh-content h4 { color: var(--ink-900); font-family: var(--sans); line-height: 1.18; letter-spacing: -.03em; }
.gh-content h2 { margin-top: 2em; font-size: 36px; }
.gh-content h3 { margin-top: 1.8em; font-size: 27px; }
.gh-content a { color: var(--brand-700); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gh-content blockquote { margin-block: 2em; padding: 8px 0 8px 26px; border-left: 3px solid var(--brand-500); color: var(--ink-800); font-size: 24px; font-style: italic; }
.gh-content pre { overflow-x: auto; padding: 22px; color: #d7e4ef; background: var(--ink-950); font: 13px/1.65 var(--mono); }
.gh-content code { padding: .12em .3em; background: var(--mist); font-family: var(--mono); font-size: .82em; }
.gh-content pre code { padding: 0; background: transparent; }
.gh-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 15px; }
.gh-content th, .gh-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.gh-content :where(.kg-width-wide) { max-width: 1040px; width: min(1040px, calc(100vw - 48px)); margin-left: 50%; transform: translateX(-50%); }
.gh-content :where(.kg-width-full) { max-width: none; width: 100vw; margin-left: 50%; transform: translateX(-50%); }

.gh-content .secto-note,
.gh-content .secto-callout,
.gh-content .secto-questions,
.gh-content .secto-verdict,
.gh-content .secto-conclusion { padding: 1.15rem 1.35rem; border: 1px solid var(--line); background: var(--mist); }
.gh-content .secto-note { color: var(--muted); font-size: 15px; }
.gh-content .secto-note-ip { border-left: 3px solid var(--brand-600); background: var(--mist); }
.gh-content .secto-note-swg { padding-block: 0; border: 0; border-left: 2px solid var(--line); background: transparent; }
.gh-content .secto-callout { border-left: 3px solid var(--brand-600); }
.gh-content .secto-callout-warn { border-color: #f6d48a; border-left-color: #d97706; background: #fff8eb; color: #7c4a12; }
.gh-content .secto-questions p { margin: 0 0 .4rem; font-family: var(--sans); font-size: 15px; color: var(--muted); }
.gh-content .secto-questions p:last-child { margin-bottom: 0; }
.gh-content .secto-mini-grid, .gh-content .secto-tiles, .gh-content .secto-stats-grid, .gh-content .secto-stages, .gh-content .secto-coverage, .gh-content .secto-numbered-tiles { display: grid; gap: 10px; }
.gh-content .secto-mini-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.gh-content .secto-mini-grid-item, .gh-content .secto-tiles > div, .gh-content .secto-numbered-tiles li, .gh-content .secto-coverage > div { padding: 1rem 1.1rem; border: 1px solid var(--line); background: #fff; }
.gh-content .secto-mini-grid-item > b { display: block; margin-bottom: .35rem; font-size: 20px; }
.gh-content .secto-mini-grid-item strong, .gh-content .secto-tiles strong { display: block; margin-bottom: .35rem; font-family: var(--sans); font-size: 14px; }
.gh-content .secto-mini-grid-item span, .gh-content .secto-tiles p, .gh-content .secto-numbered-tiles p { margin: 0; color: var(--muted); font-family: var(--sans); font-size: 13px; }
.gh-content .secto-warnings { list-style: none; padding: 0; }
.gh-content .secto-warnings li { margin: 0 0 8px; padding: 10px 14px; background: var(--mist); font-family: var(--sans); font-size: 15px; }
.gh-content .secto-warnings li::before { content: "⚠ "; color: #b91c1c; }
.gh-content .secto-pullquote { margin: 0; padding: 1.4rem 0; border-block: 1.5px solid var(--line); color: var(--ink-900); font-family: var(--serif); font-size: 26px; font-style: normal; line-height: 1.4; text-align: center; }
.gh-content .secto-pullquote-ip { font-size: 24px; font-weight: 600; }
.gh-content .secto-pullquote-swg { font-size: clamp(26px, 3vw, 38px); }
.gh-content .secto-shift { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; padding: 1.4rem; border: 1px solid var(--line); background: var(--mist); text-align: center; }
.gh-content .secto-shift span { display: block; margin-bottom: 6px; color: var(--muted); font-family: var(--sans); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.gh-content .secto-features { padding: 1.4rem 1.6rem; border: 1px solid var(--line); }
.gh-content .secto-features-kicker { margin: 0 0 1rem; color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gh-content .secto-features-kicker span { color: #15803d; }
.gh-content .secto-features ul { margin: 0; padding: 0; list-style: none; }
.gh-content .secto-features li { margin: 0 0 .7rem; padding-left: 1.2rem; }
.gh-content .secto-features li::before { content: "✓ "; margin-left: -1.2rem; color: #15803d; }
.gh-content .secto-conclusion h2, .gh-content .secto-verdict h3 { margin: 0 0 .8rem; font-size: 22px; }
.gh-content .secto-conclusion p:last-child, .gh-content .secto-verdict p:last-child { margin-bottom: 0; }
.gh-content.secto-layout-ip > h2 { font-size: 24px; }
.gh-content:is(.secto-layout-ip, .secto-layout-swg) > * + * { margin-top: 2rem; }
.gh-content.secto-layout-ip > h2 { margin-top: 3rem; }
.gh-content.secto-layout-swg > p { font-family: var(--sans); font-size: 17px; line-height: 1.7; }
.gh-content.secto-layout-swg > p:first-of-type { font-family: var(--serif); font-size: 21px; line-height: 1.62; }
.gh-content.secto-layout-swg > h2 { margin-top: 4rem; font-size: clamp(30px, 4vw, 42px); }
.gh-content.secto-layout-swg :where(p, li, aside, cite, span, small, strong, a) { font-family: var(--sans); }
.gh-content.secto-layout-swg > p:first-of-type,
.gh-content.secto-layout-swg .secto-pullquote,
.gh-content.secto-layout-swg .secto-quote p,
.gh-content.secto-layout-swg .secto-thesis p:last-child { font-family: var(--serif); }
.gh-content .secto-thesis, .gh-content .secto-cta { padding: 2rem; color: #d7e4ef; background: var(--ink-950); }
.gh-content .secto-kicker { margin: 0 0 .7rem; color: var(--brand-400); font: 700 11px/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.gh-content .secto-thesis p:last-child, .gh-content .secto-cta h2 { margin: .4rem 0 0; color: #fff; font-size: 28px; line-height: 1.3; }
.gh-content .secto-cta a { display: inline-block; margin-top: 1.2rem; padding: .8rem 1.1rem; color: var(--ink-900); background: var(--brand-400); font-family: var(--sans); font-size: 14px; font-weight: 800; text-decoration: none; }
.gh-content .secto-stats { border: 1px solid var(--line); background: #fff; }
.gh-content .secto-stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.gh-content .secto-stats-grid > div { padding: 1.3rem; border-right: 1px solid var(--line); }
.gh-content .secto-stats-grid > div:last-child { border-right: 0; }
.gh-content .secto-stats-grid strong { display: block; margin-bottom: .6rem; color: var(--brand-700); font-family: var(--serif); font-size: 32px; }
.gh-content .secto-stats-grid span { font-family: var(--sans); font-size: 14px; line-height: 1.55; }
.gh-content .secto-stats > p { margin: 0; padding: .9rem 1.3rem; border-top: 1px solid var(--line); background: #f7f9fb; color: var(--muted); font-size: 13px; }
.gh-content .secto-quote { margin: 0; padding: 1.4rem 1.5rem; border: 1px solid #f6d48a; border-left: 4px solid #d97706; background: #fff8eb; font-style: normal; }
.gh-content .secto-quote p { margin: 0; color: var(--ink-900); font-size: 22px; }
.gh-content .secto-quote cite { display: block; margin-top: .8rem; color: #9a5b12; font-family: var(--sans); font-size: 13px; font-style: normal; }
.gh-content .secto-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-content .secto-tiles span { display: inline-grid; width: 2.1rem; height: 2.1rem; margin-bottom: .8rem; place-items: center; border: 1px solid rgba(13,148,136,.4); color: var(--brand-700); font-family: var(--sans); font-size: 12px; font-weight: 800; }
.gh-content .secto-questions-grid span { border-color: #f3b4b4; color: #b91c1c; background: #fef2f2; }
.gh-content .secto-timeline { border: 1px solid var(--line); background: #fff; }
.gh-content .secto-timeline > div { display: grid; grid-template-columns: 7rem 1fr; gap: 1.2rem; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--line); }
.gh-content .secto-timeline > div:last-child { border-bottom: 0; }
.gh-content .secto-timeline span { color: var(--brand-600); font-family: var(--mono); font-size: 14px; font-weight: 800; }
.gh-content .secto-timeline p { margin: 0; font-family: var(--sans); font-size: 14px; line-height: 1.6; }
.gh-content .secto-stages { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh-content .secto-stages > div { position: relative; padding: 1.2rem; border: 1px solid var(--line); background: #fff; }
.gh-content .secto-stages > div:nth-child(2) { border-color: rgba(13,148,136,.45); background: #f0fdfa; }
.gh-content .secto-stages small { display: block; margin-bottom: .6rem; color: var(--brand-600); font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gh-content .secto-stages strong { display: block; margin-bottom: .45rem; font-family: var(--sans); font-size: 17px; }
.gh-content .secto-stages p { margin: 0; font-family: var(--sans); font-size: 14px; line-height: 1.6; }
.gh-content .secto-stage-arrow { display: none; }
@media (min-width: 900px) {
    .gh-content .secto-stage-arrow { position: absolute; z-index: 1; top: 50%; right: -.85rem; display: grid; width: 1.5rem; height: 1.5rem; place-items: center; transform: translateY(-50%); background: #fff; color: var(--brand-600); font-family: var(--sans); font-weight: 800; }
}
.gh-content .secto-numbered-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; padding: 0; }
.gh-content .secto-numbered-tiles li { display: flex; gap: 1rem; }
.gh-content .secto-numbered-tiles span { display: grid; width: 2.6rem; height: 2.6rem; flex: 0 0 auto; place-items: center; border: 1px solid rgba(217,119,6,.45); background: #fff8eb; color: #b45309; font-family: var(--sans); font-size: 12px; font-weight: 800; }
.gh-content .secto-numbered-tiles strong { font-family: var(--sans); font-size: 16px; }
.gh-content .secto-numbered-tiles p { margin: .35rem 0 0; font-family: var(--sans); font-size: 14px; line-height: 1.6; }
.gh-content .secto-checklist span { border-color: rgba(13,148,136,.4); background: rgba(13,148,136,.1); color: var(--brand-700); }
.gh-content .secto-coverage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-content .secto-coverage header { display: block; margin: -1rem -1.1rem 1rem; padding: .8rem 1.1rem; border-bottom: 1px solid var(--line); background: #f7f9fb; font-family: var(--sans); font-weight: 700; }
.gh-content .secto-coverage p { font-family: var(--sans); font-size: 14px; line-height: 1.6; }
.gh-content .secto-coverage-strong, .gh-content .secto-coverage-missing { margin: 0 0 .25rem; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gh-content .secto-coverage-strong { color: #15803d; }
.gh-content .secto-coverage-missing { color: #b91c1c; }
.gh-content .secto-verdict { border-color: rgba(21,128,61,.3); border-left: 4px solid #15803d; background: #f0fdf4; }
.gh-content .secto-verdict h3, .gh-content .secto-verdict p { color: #14532d; }
.gh-content .secto-verdict p, .gh-content .secto-cta p { font-size: 16px; line-height: 1.65; }
.gh-content .secto-sources { padding-top: 1.4rem; border-top: 1px solid var(--line); }
.gh-content .secto-sources h2 { margin: 0 0 1rem; font-size: 24px; }
.gh-content .secto-sources ol { margin: 0; color: var(--muted); font-size: 14px; }

@media (max-width: 680px) {
    .gh-content .secto-stats-grid, .gh-content .secto-tiles, .gh-content .secto-stages, .gh-content .secto-coverage, .gh-content .secto-numbered-tiles, .gh-content .secto-shift { grid-template-columns: 1fr; }
    .gh-content .secto-stats-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .gh-content .secto-timeline > div { grid-template-columns: 1fr; gap: .4rem; }
    .gh-content .secto-shift-arrow { transform: rotate(90deg); }
}
.post-footer { margin-top: 72px; padding: 36px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; background: var(--ink-950); }
.post-footer h2 { margin: 0; font-size: 28px; }
.comments-section { margin-top: 56px; }
.standalone-content { padding-bottom: 96px; }

.archive-header { padding-block: 90px 55px; }
.archive-header h1 { font-size: clamp(44px, 6vw, 70px); }
.archive-header > p:last-child { max-width: 680px; color: var(--muted); font-size: 19px; }
.author-header { display: flex; align-items: center; gap: 28px; }
.author-header img { border-radius: 50%; }
.archive-feed { padding-top: 45px; }
.error-page { min-height: 65vh; padding-block: 120px; text-align: center; }
.error-page h1 { margin-inline: auto; }
.error-page > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }
.empty-state { grid-column: 1/-1; padding: 50px; border: 1px solid var(--line); text-align: center; }

.site-footer { padding: 64px 0 28px; color: var(--muted); background: var(--mist); border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: minmax(220px, .9fr) 2.2fr auto; align-items: start; gap: 52px; }
.footer-brand { color: var(--ink-900); }
.footer-brand-block > p { max-width: 330px; margin: 22px 0 0; font-size: 14px; line-height: 1.65; }
.footer-socials { display: flex; gap: 14px; margin-top: 22px; }
.footer-socials a { display: inline-flex; width: 20px; height: 20px; color: var(--muted); }
.footer-socials a:hover { color: var(--brand-700); }
.footer-socials svg { width: 100%; height: 100%; }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column h2 { margin: 0 0 9px; color: var(--muted); font: 700 11px/1.4 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-bottom-links a { color: var(--muted); font-size: 14px; }
.footer-column a:hover, .footer-bottom-links a:hover { color: var(--brand-700); }
.footer-badge { display: inline-flex; align-self: end; }
.footer-badge img { width: 104px; height: 104px; object-fit: contain; }
.footer-bottom { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--line); text-align: center; }
.footer-bottom-copy { display: flex; flex-direction: column; gap: 5px; font-size: 12px; }
.footer-bottom-copy strong { color: #526272; font-size: 13px; }
.footer-bottom-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }

:focus-visible { outline: 3px solid var(--brand-400); outline-offset: 3px; }

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .nav-panel { position: absolute; top: 76px; right: 24px; left: 24px; display: none; padding: 22px; border: 1px solid var(--line); background: #fff; box-shadow: 0 24px 60px rgba(7,24,45,.18); }
    .nav-panel.is-open, .nav-panel .nav, .nav-panel .header-actions { display: flex; flex-direction: column; align-items: stretch; }
    .site-navigation .nav { gap: 10px; }
    .site-navigation a { display: block; padding: 8px; }
    .hero-grid { grid-template-columns: 1fr; gap: 45px; }
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .post-layout { grid-template-columns: minmax(0, 760px); }
    .post-aside { position: static; flex-direction: row; flex-wrap: wrap; align-items: center; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-brand-block { grid-row: span 2; }
    .footer-badge { align-self: start; }
}

@media (max-width: 680px) {
    .site-shell { width: min(100% - 32px, 1180px); }
    .brand-divider, .brand-section { display: none; }
    .hero-grid { min-height: auto; padding-block: 70px; }
    .publication-hero h1 { font-size: 48px; }
    .post-grid { grid-template-columns: 1fr; }
    .section-heading { align-items: start; flex-direction: column; }
    .post-header { padding-top: 60px; }
    .post-header h1 { font-size: 42px; }
    .post-feature { width: 100%; }
    .post-layout { width: min(100% - 32px, 760px); }
    .gh-content { font-size: 18px; }
    .gh-content h2 { font-size: 30px; }
    .post-footer { align-items: start; flex-direction: column; }
    .footer-top { grid-template-columns: 1fr; gap: 36px; }
    .footer-brand-block { grid-row: auto; }
    .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 20px; }
}

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