:root {
  --night: #071019;
  --night-2: #0b1925;
  --panel: #102333;
  --paper: #f4f1e8;
  --white: #fffdf7;
  --ink: #0a1822;
  --muted: #60707b;
  --line: #cdd3d3;
  --line-dark: #29404f;
  --cyan: #56e6d2;
  --yellow: #e8ff5a;
  --orange: #ff7043;
  --radius: 4px;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; }
body::before { position: fixed; inset: 0; z-index: -1; content: ""; opacity: .22; background-image: linear-gradient(rgba(10,24,34,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(10,24,34,.07) 1px, transparent 1px); background-size: 40px 40px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); 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: -70px; left: 18px; z-index: 100; padding: 10px 14px; background: var(--yellow); color: var(--night); font-weight: 800; }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; top: 0; z-index: 30; color: var(--white); background: rgba(7,16,25,.96); backdrop-filter: blur(15px); }
.edition-line { border-bottom: 1px solid var(--line-dark); color: #86a0b0; font: 700 10px/30px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; }
.edition-line .shell { display: flex; align-items: center; gap: 14px; overflow: hidden; white-space: nowrap; }
.edition-line i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--cyan); }
.header-main { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--cyan); border-radius: 50%; object-fit: cover; color: var(--cyan); font-size: 14px; font-weight: 900; }
.brand > span:last-child { min-width: 0; display: grid; }
.brand b { overflow-wrap: anywhere; font-size: 17px; line-height: 1.15; letter-spacing: -.02em; }
.brand small { margin-top: 3px; color: #88a0ae; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.primary-navigation { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 2px; }
.primary-navigation a { padding: 9px 11px; border-bottom: 2px solid transparent; color: #b8c8d1; font-size: 13px; font-weight: 750; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation a:focus-visible { border-color: var(--cyan); color: var(--white); outline: none; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line-dark); background: transparent; }
.nav-toggle > span { display: block; height: 2px; margin: 4px 0; background: var(--white); }

main { min-height: 72vh; }
.breadcrumb { min-height: 48px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; border-bottom: 1px solid var(--line); color: #6b7b84; font: 700 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span[aria-current] { min-width: 0; color: var(--ink); overflow-wrap: anywhere; }
.eyebrow { margin: 0 0 13px; color: #4e6673; font: 800 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; min-width: 28px; height: 22px; margin-right: 7px; place-items: center; background: var(--ink); color: var(--yellow); }
.section-block { padding: clamp(62px, 8vw, 108px) 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 390px); align-items: end; gap: 40px; margin-bottom: 34px; }
.section-head h2 { margin: 0; font-size: clamp(34px, 4.3vw, 60px); line-height: .98; letter-spacing: -.055em; }
.section-head > p { margin: 0; color: var(--muted); font-size: 14px; }
.section-head.inverse { color: var(--white); }
.section-head.inverse .eyebrow, .section-head.inverse > p { color: #8ea5b3; }
.section-head.inverse .eyebrow span { background: var(--yellow); color: var(--night); }
.arrow-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: auto; padding-top: 17px; border-top: 1px solid currentColor; font-size: 12px; font-weight: 850; text-decoration: none; }
.arrow-link span, .arrow-link b { color: var(--orange); font-size: 17px; }
.card-image { display: block; margin: -1px -1px 18px; overflow: hidden; background: #183041; }
.card-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.card-image:hover img { transform: scale(1.025); }

.home-hero { min-height: 710px; position: relative; isolation: isolate; display: grid; grid-template-columns: 1.03fr .97fr; align-content: center; gap: clamp(28px, 5vw, 70px); padding: clamp(68px, 9vw, 130px) 0; color: var(--white); }
.home-hero::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; z-index: -2; content: ""; transform: translateX(-50%); background: var(--night); }
.home-hero::after { position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; z-index: -1; content: ""; transform: translateX(-50%); opacity: .15; background: repeating-linear-gradient(125deg, transparent 0 64px, #56e6d2 65px 66px); }
.home-hero .eyebrow { color: #87a3b4; }
.home-hero .eyebrow span { background: var(--yellow); color: var(--night); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(54px, 7.4vw, 104px); line-height: .88; letter-spacing: -.075em; overflow-wrap: anywhere; }
.hero-deck { max-width: 600px; margin: 24px 0 0; color: #aebfc8; font-size: clamp(16px, 1.7vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.hero-actions a { padding: 13px 18px; border: 1px solid #385061; color: var(--white); font-size: 12px; font-weight: 850; text-decoration: none; }
.hero-actions a:first-child { border-color: var(--yellow); background: var(--yellow); color: var(--night); }
.hero-board { position: relative; z-index: 2; align-self: center; border: 1px solid #315063; background: rgba(10,30,44,.86); box-shadow: 18px 18px 0 rgba(86,230,210,.08); }
.board-head { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid #315063; color: #8ca5b4; font: 800 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.board-head b { color: var(--cyan); }
.hero-board ol { margin: 0; padding: 0; list-style: none; }
.hero-board li + li { border-top: 1px solid #253f50; }
.hero-board a { min-height: 69px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 12px 17px; text-decoration: none; }
.hero-board a:hover { background: var(--cyan); color: var(--night); }
.hero-board a > span { color: var(--cyan); font: 800 11px/1 ui-monospace, monospace; }
.hero-board a:hover > span { color: var(--night); }
.hero-board b { min-width: 0; font-size: 18px; overflow-wrap: anywhere; }
.hero-board i { color: var(--yellow); font-style: normal; }
.hero-image { grid-column: 1 / -1; position: absolute; inset: auto 0 0 0; height: 20px; overflow: hidden; opacity: .28; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }

.intent-dock { display: grid; grid-template-columns: .4fr 1fr; gap: 30px; margin-top: 24px; padding: 28px; border: 1px solid var(--ink); background: var(--white); }
.intent-dock h2 { margin: 0; font-size: 28px; }
.intent-dock nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.intent-dock a { display: flex; justify-content: space-between; padding: 16px; background: var(--night); color: var(--white); font-weight: 800; text-decoration: none; }
.intent-dock a span { color: var(--yellow); }
.cluster-wall { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.cluster-wall a { min-height: 72px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; background: var(--white); font-size: 14px; font-weight: 800; line-height: 1.25; text-decoration: none; overflow-wrap: anywhere; }
.cluster-wall a:hover { background: var(--yellow); }
.cluster-wall span { color: #85939b; font: 800 10px/1 ui-monospace, monospace; }

.spotlight { position: relative; isolation: isolate; color: var(--white); }
.spotlight::before, .hub-reading::before, .cluster-index::before { position: absolute; left: 50%; width: 100vw; height: 100%; top: 0; z-index: -1; content: ""; transform: translateX(-50%); background: var(--night); }
.spotlight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.spotlight-card { min-width: 0; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line-dark); background: var(--panel); }
.spotlight-card-wide { grid-column: span 2; }
.spotlight-card .card-image { margin: -22px -22px 20px; }
.card-index { color: var(--cyan); font: 800 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.spotlight-card h3 { margin: 10px 0 0; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.05; letter-spacing: -.035em; }
.spotlight-card h3 a { text-decoration: none; }
.spotlight-card > p { margin: 12px 0; color: #9db1bd; font-size: 13px; }
.spotlight-card ul { margin: 0 0 18px; padding: 13px 0 0; border-top: 1px solid var(--line-dark); list-style: none; }
.spotlight-card li + li { margin-top: 7px; }
.spotlight-card li a { color: #c9d5db; font-size: 12px; text-decoration: none; }
.spotlight-card li a::before { content: "+"; margin-right: 8px; color: var(--yellow); }

.channel-stack { border-top: 1px solid var(--line); }
.channel { position: relative; }
.channel:nth-child(even)::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; z-index: -1; content: ""; transform: translateX(-50%); background: var(--white); }
.channel-title { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: end; gap: 18px; padding-bottom: 22px; border-bottom: 4px solid var(--ink); }
.channel-title > span { color: var(--orange); font: 900 34px/1 ui-monospace, monospace; }
.channel-title p { margin: 0 0 5px; color: var(--muted); font: 800 10px/1 ui-monospace, monospace; letter-spacing: .16em; }
.channel-title h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; }
.channel-title > a { font-size: 13px; font-weight: 850; text-underline-offset: 5px; }
.channel-stats { display: flex; justify-content: flex-end; gap: 22px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.channel-stats b { margin-right: 4px; color: var(--ink); font-size: 18px; }
.channel-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; padding-top: 25px; }
.channel-clusters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.channel-clusters a { min-height: 135px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 12px; padding: 18px; background: var(--night); color: var(--white); text-decoration: none; }
.channel-clusters a:hover { background: var(--cyan); color: var(--night); }
.channel-clusters span { grid-column: 1 / -1; color: #829aa8; font: 800 10px/1 ui-monospace, monospace; }
.channel-clusters b { align-self: end; font-size: 17px; line-height: 1.15; overflow-wrap: anywhere; }
.channel-clusters i { align-self: end; color: var(--yellow); font-style: normal; }
.channel-clusters a:hover i { color: var(--night); }
.channel-stories { border-top: 1px solid var(--ink); }
.channel-stories article { min-height: 69px; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 11px; border-bottom: 1px solid var(--line); }
.channel-stories span { color: var(--orange); font: 800 11px/1 ui-monospace, monospace; }
.channel-stories h3 { margin: 0; font-size: 15px; line-height: 1.3; }
.channel-stories a { text-decoration: none; }
.channel-stories a:hover { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.briefing-list { border-top: 3px solid var(--ink); }
.briefing-list a { min-height: 67px; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); text-decoration: none; }
.briefing-list a:hover b { color: var(--orange); }
.briefing-list span { color: var(--orange); font: 800 11px/1 ui-monospace, monospace; }
.briefing-list b { font-size: 15px; }
.briefing-list i { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 800; }

.channel-hero, .cluster-hero { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); align-items: center; gap: clamp(30px, 5vw, 72px); padding: clamp(56px, 8vw, 105px) 0; }
.channel-hero h1, .cluster-hero h1 { margin: 0; font-size: clamp(50px, 6vw, 82px); line-height: .92; letter-spacing: -.065em; overflow-wrap: anywhere; }
.channel-hero p:not(.eyebrow), .cluster-copy > p:not(.eyebrow) { margin: 20px 0; color: var(--muted); font-size: 17px; }
.channel-hero > div:first-child > a { display: inline-block; margin-top: 12px; padding: 12px 16px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 850; text-decoration: none; }
.channel-hero-image, .cluster-hero-image { position: relative; padding: 12px 12px 0 0; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.channel-hero-image::before, .cluster-hero-image::before { position: absolute; inset: 12px -8px -8px 12px; z-index: -1; content: ""; background: var(--cyan); }
.channel-hero-image img, .cluster-hero-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.channel-hero-image span, .cluster-hero-image span { display: block; padding: 9px 0; color: var(--muted); font: 800 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.hub-cluster-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.hub-cluster-grid article { min-width: 0; display: flex; flex-direction: column; padding: 20px; background: var(--white); }
.hub-cluster-grid .card-image { margin: -20px -20px 18px; }
.hub-cluster-grid article > span { color: var(--orange); font: 800 11px/1 ui-monospace, monospace; }
.hub-cluster-grid h3 { margin: 12px 0 0; font-size: 23px; line-height: 1.08; letter-spacing: -.03em; }
.hub-cluster-grid h3 a { text-decoration: none; }
.hub-cluster-grid p { margin: 10px 0 20px; color: var(--muted); font-size: 13px; }
.hub-reading, .cluster-index { position: relative; isolation: isolate; color: var(--white); }
.hub-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line-dark); }
.hub-story-grid article { min-width: 0; padding: 20px; background: var(--night-2); }
.hub-story-grid .card-image { margin: -20px -20px 18px; }
.hub-story-grid article > span { color: var(--cyan); font: 800 10px/1 ui-monospace, monospace; }
.hub-story-grid h3 { margin: 10px 0; font-size: 18px; line-height: 1.25; }
.hub-story-grid h3 a { text-decoration: none; }
.hub-story-grid p { margin: 0; color: #8da3b0; font-size: 12px; }
.other-channels nav, .related-clusters nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.other-channels nav a, .related-clusters nav a { min-height: 72px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; padding: 13px 16px; background: var(--white); font-weight: 800; text-decoration: none; }
.other-channels nav span, .related-clusters nav span { color: var(--orange); font: 800 10px/1 ui-monospace, monospace; }

.cluster-copy > div { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; }
.cluster-copy > div span { padding: 9px 12px; background: var(--yellow); font: 800 11px/1 ui-monospace, monospace; }
.cluster-copy > div a { font-size: 12px; font-weight: 850; }
.cluster-intro { display: grid; grid-template-columns: .38fr 1fr; gap: 60px; }
.cluster-intro h2 { margin: 0 0 20px; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.05em; }
.prose { color: #263943; font-size: 18px; line-height: 1.88; }
.prose > :first-child { margin-top: 0; }
.prose p { margin: 0 0 1.25em; }
.prose h2 { margin: 2em 0 .7em; font-size: 31px; line-height: 1.2; letter-spacing: -.035em; }
.prose h3 { margin: 1.65em 0 .55em; font-size: 23px; line-height: 1.3; }
.prose ul, .prose ol { margin: 0 0 1.4em; padding-left: 1.35em; }
.prose li + li { margin-top: .45em; }
.prose blockquote { margin: 1.7em 0; padding: 18px 22px; border-left: 4px solid var(--orange); background: var(--white); color: var(--muted); }
.prose a { color: #b83b1a; font-weight: 750; text-underline-offset: 4px; }
.prose img { margin: 1.5em 0; }
.feature-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.feature-story-grid article { min-width: 0; display: flex; flex-direction: column; padding: 22px; background: var(--white); }
.feature-story-grid .lead-feature { grid-row: span 2; }
.feature-story-grid .card-image { margin: -22px -22px 20px; }
.feature-story-grid article > span { color: var(--orange); font: 800 10px/1 ui-monospace, monospace; }
.feature-story-grid h3 { margin: 11px 0; font-size: 24px; line-height: 1.1; }
.feature-story-grid h3 a { text-decoration: none; }
.feature-story-grid p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.inverse-list { border-color: var(--cyan); }
.inverse-list a { border-color: var(--line-dark); }
.inverse-list b { color: var(--white); }

.article-layout { padding-top: clamp(44px, 6vw, 78px); }
.article-header { max-width: 970px; }
.article-header h1 { margin: 0; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.02; letter-spacing: -.055em; overflow-wrap: anywhere; }
.article-deck { max-width: 820px; margin: 22px 0; color: var(--muted); font-size: clamp(17px, 1.8vw, 21px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 26px; background: var(--line); }
.article-meta span { padding: 8px 12px; background: var(--white); color: var(--muted); font: 750 10px/1 ui-monospace, monospace; }
.article-visual { max-width: 1080px; margin: 45px 0 0; }
.article-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.article-visual figcaption { padding-top: 9px; color: var(--muted); font: 750 10px/1 ui-monospace, monospace; letter-spacing: .08em; }
.article-grid { display: grid; grid-template-columns: 230px minmax(0, 760px); align-items: start; gap: clamp(34px, 6vw, 90px); padding-top: clamp(45px, 7vw, 82px); }
.article-rail { position: sticky; top: 128px; display: grid; border-top: 4px solid var(--ink); }
.article-rail > span { padding: 13px 0; color: var(--muted); font: 800 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.article-rail a { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; padding: 15px 0; border-top: 1px solid var(--line); text-decoration: none; }
.article-rail small { grid-column: 1 / -1; color: var(--orange); font-size: 10px; font-weight: 850; }
.article-rail b { font-size: 13px; line-height: 1.25; }
.article-rail i { color: var(--orange); font-style: normal; }
.article-related { margin-top: 70px; }
.related-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.related-story-grid a { min-width: 0; min-height: 175px; display: grid; grid-template-columns: 1fr auto; align-content: start; gap: 9px 14px; padding: 20px; background: var(--white); text-decoration: none; }
.related-story-grid span { color: var(--orange); font: 800 10px/1 ui-monospace, monospace; }
.related-story-grid b { grid-column: 1 / -1; font-size: 17px; line-height: 1.2; }
.related-story-grid small { color: var(--muted); font-size: 11px; }
.related-story-grid i { color: var(--orange); font-style: normal; }

.landing-preview { background: var(--paper); }
.preview-banner { background: var(--yellow); color: var(--night); font: 800 10px/30px ui-monospace, monospace; letter-spacing: .12em; text-align: center; }
.landing-hero { min-height: 550px; position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 60px; padding: 80px 0; color: var(--white); }
.landing-hero::before { position: absolute; inset: 0 50%; width: 100vw; z-index: -1; content: ""; transform: translateX(-50%); background: var(--night); }
.landing-hero h1 { margin: 0; font-size: clamp(54px, 7vw, 94px); line-height: .9; letter-spacing: -.07em; }
.landing-hero p:not(.eyebrow) { max-width: 650px; margin: 22px 0; color: #a9bbc5; font-size: 18px; }
.landing-hero aside { border: 1px solid var(--line-dark); }
.landing-hero-image { aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--line-dark); }
.landing-hero-image img, .landing-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.landing-hero aside span { display: block; padding: 11px 15px; border-bottom: 1px solid var(--line-dark); color: var(--cyan); font: 800 10px/1 ui-monospace, monospace; }
.landing-hero aside a { display: flex; justify-content: space-between; gap: 14px; padding: 17px 15px; border-bottom: 1px solid var(--line-dark); color: var(--white); font-weight: 800; text-decoration: none; }
.landing-hero aside a:last-child { border-bottom: 0; }
.landing-module { padding: 74px 0; border-bottom: 1px solid var(--line); }
.landing-module h2 { margin: 0 0 24px; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.05em; }
.landing-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.landing-cards a, .landing-cards article { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; background: var(--white); text-decoration: none; }
.landing-card-image { height: 124px; margin: -20px -20px 18px; overflow: hidden; }
.landing-cards span { color: var(--orange); font: 800 10px/1 ui-monospace, monospace; }
.landing-cards b { font-size: 20px; line-height: 1.15; }
.landing-cards p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.device-note { padding: 22px; border-left: 5px solid var(--cyan); background: var(--night); color: var(--white); }
.device-note b { color: var(--yellow); }

.site-footer { position: relative; margin-top: 70px; padding: 64px 0 20px; color: var(--white); background: var(--night); }
.footer-main { display: grid; grid-template-columns: minmax(0, 1fr) 1fr; gap: 70px; padding-bottom: 45px; }
.footer-main .eyebrow { color: var(--cyan); }
.footer-main h2 { margin: 0; font-size: 38px; letter-spacing: -.045em; }
.footer-main p:not(.eyebrow) { max-width: 520px; color: #8fa4b0; font-size: 13px; }
.footer-main nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 1px; background: var(--line-dark); }
.footer-main nav a { display: flex; align-items: center; gap: 10px; padding: 14px; background: var(--night-2); color: #ccdae1; font-size: 12px; font-weight: 750; text-decoration: none; }
.footer-main nav span { color: var(--cyan); font: 800 9px/1 ui-monospace, monospace; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line-dark); color: #748c99; font-size: 10px; }

@media (max-width: 980px) {
  .home-hero { grid-template-columns: 1fr .8fr; }
  .spotlight-grid, .hub-cluster-grid, .hub-story-grid, .related-story-grid, .landing-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cluster-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-clusters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .channel-clusters a { min-height: 120px; }
  .channel-hero, .cluster-hero { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1240px); }
  .edition-line { display: none; }
  .header-main { min-height: 64px; }
  .brand small { display: none; }
  .nav-toggle { display: block; flex: 0 0 auto; }
  .primary-navigation { display: none; position: absolute; top: 63px; left: 16px; right: 16px; padding: 7px; border: 1px solid var(--line-dark); background: var(--night); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .primary-navigation.is-open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .primary-navigation a { padding: 13px; border: 0; background: var(--night-2); }
  .breadcrumb { min-height: 41px; font-size: 9px; }
  .section-block { padding: 52px 0; }
  .section-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 24px; }
  .section-head h2 { font-size: 36px; }
  .section-head > p { font-size: 12px; }
  .home-hero { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding: 62px 0; }
  .hero-copy h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-deck { font-size: 15px; }
  .hero-board { box-shadow: 8px 8px 0 rgba(86,230,210,.08); }
  .hero-board a { min-height: 57px; }
  .hero-board b { font-size: 15px; }
  .intent-dock { grid-template-columns: 1fr; padding: 19px; }
  .intent-dock nav { grid-template-columns: 1fr; }
  .cluster-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cluster-wall a { min-height: 65px; padding: 11px; font-size: 12px; }
  .spotlight-grid, .hub-cluster-grid, .hub-story-grid, .feature-story-grid, .related-story-grid, .landing-cards { grid-template-columns: 1fr; }
  .spotlight-card-wide { grid-column: auto; }
  .spotlight-card { padding: 18px; }
  .spotlight-card .card-image { margin: -18px -18px 18px; }
  .channel-title { grid-template-columns: 46px minmax(0, 1fr); align-items: start; }
  .channel-title > span { font-size: 24px; }
  .channel-title h2 { font-size: 29px; }
  .channel-title > a { grid-column: 2; }
  .channel-stats { justify-content: flex-start; }
  .channel-clusters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .channel-clusters a { min-height: 112px; padding: 14px; }
  .briefing-list a { grid-template-columns: 32px minmax(0, 1fr); gap: 10px; padding: 11px 0; }
  .briefing-list i { display: none; }
  .channel-hero, .cluster-hero, .landing-hero { grid-template-columns: 1fr; gap: 34px; padding: 54px 0; }
  .channel-hero h1, .cluster-hero h1, .landing-hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .channel-hero-image, .cluster-hero-image { padding-right: 7px; }
  .cluster-intro { grid-template-columns: 1fr; gap: 18px; }
  .feature-story-grid .lead-feature { grid-row: auto; }
  .other-channels nav, .related-clusters nav { grid-template-columns: 1fr; }
  .article-header h1 { font-size: clamp(34px, 10vw, 48px); }
  .article-deck { font-size: 15px; }
  .article-visual { margin-top: 30px; }
  .article-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 42px; }
  .article-rail { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top-width: 3px; }
  .article-rail > span { grid-column: 1 / -1; }
  .article-rail a { padding-right: 12px; }
  .prose { font-size: 17px; line-height: 1.82; }
  .prose h2 { font-size: 27px; }
  .prose h3 { font-size: 21px; }
  .landing-hero aside { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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