:root {
  --ink: #07123d;
  --navy: #08144f;
  --blue: #2357dc;
  --cyan: #62d5f4;
  --mist: #e8f9fd;
  --paper: #fbfcff;
  --soft: #f1f4f8;
  --muted: #697183;
  --line: #dce1ea;
  --white: #fff;
  --font: "Inter", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.75; }
.skip-link { position: fixed; top: -60px; left: 1rem; z-index: 100; background: var(--white); padding: .8rem 1rem; border-radius: .3rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 64px); background: rgba(255,255,255,.94); border-bottom: 1px solid #e8eef6; position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); box-shadow: 0 10px 34px rgba(1,14,73,.06); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--cyan), var(--blue) 55%, var(--navy)); font-size: .72rem; letter-spacing: -.03em; clip-path: polygon(16% 0,100% 0,84% 100%,0 100%); }
nav { display: flex; align-items: center; gap: 1.3rem; font-size: .9rem; font-weight: 700; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--blue); transition: right .25s ease; }
nav a:hover::after { right: 0; }
.nav-cta { background: var(--navy); color: var(--white); padding: .9rem 1.25rem; border-radius: .5rem; }
.nav-toggle { display: none; }

.hero { min-height: calc(100vh - 94px); display: grid; grid-template-columns: minmax(0,1.07fr) minmax(430px,.93fr); align-items: center; gap: clamp(32px, 5vw, 80px); padding: clamp(72px, 7vw, 112px) clamp(24px, 6vw, 92px); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 45vw; height: 45vw; left: -25vw; top: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(98,213,244,.14), transparent 68%); pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.6rem; color: var(--blue); font: 500 .72rem/1.3 var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; }
h1 { font-size: clamp(2.85rem, 5vw, 4.25rem); line-height: 1.08; letter-spacing: -.018em; word-spacing: .04em; margin-bottom: 1.65rem; font-weight: 800; }
h1 > span, h1 > em { display: block; }
h1 em { font-style: normal; color: var(--blue); }
.hero-intro { color: #505a6f; max-width: 720px; font-size: clamp(1rem, 1.2vw, 1.13rem); margin: 0 0 2.1rem; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.2rem; padding: .95rem 1.3rem; font-size: .86rem; font-weight: 800; border-radius: .42rem; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7,18,61,.15); }
.button-primary { color: var(--white); background: var(--navy); }
.text-link { font-size: .88rem; font-weight: 800; border-bottom: 1px solid #a7afbe; padding-bottom: .3rem; }
.text-link span { color: var(--blue); margin-left: .35rem; }

.hero-visual { min-height: 590px; background: var(--mist); position: relative; display: grid; place-items: center; border-radius: 2px; }
.hero-visual::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(35,87,220,.16); }
.research-orbit { width: min(82%, 480px); aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(35,87,220,.22); }
.orbit-one { inset: 7%; animation: rotate 32s linear infinite; border-style: dashed; }
.orbit-two { inset: 19%; border-color: rgba(35,87,220,.35); }
.orbit-three { inset: 31%; background: rgba(255,255,255,.35); border-color: var(--cyan); }
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); top: 12%; right: 13%; box-shadow: 0 0 0 6px rgba(35,87,220,.1); }
.orbit-core { z-index: 2; text-align: center; display: flex; flex-direction: column; }
.orbit-core span, .orbit-core small { font: 400 .62rem var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.orbit-core strong { font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1; letter-spacing: -.05em; margin: .7rem 0; }
.node { position: absolute; z-index: 3; background: var(--white); border: 1px solid #cfd6e4; border-radius: 2rem; padding: .55rem .8rem; font: 500 .61rem var(--mono); box-shadow: 0 7px 20px rgba(7,18,61,.07); }
.node-a { top: 8%; left: 17%; }.node-b { right: -3%; top: 38%; }.node-c { bottom: 8%; right: 14%; }.node-d { left: 3%; bottom: 26%; }
.visual-note { position: absolute; bottom: 0; left: 0; width: 68%; padding: 1.1rem 1.3rem; background: var(--navy); color: white; }
.visual-note span { font: 400 .58rem var(--mono); text-transform: uppercase; color: var(--cyan); }
.visual-note p { font-size: .78rem; line-height: 1.45; margin: .35rem 0 0; font-weight: 700; }
@keyframes rotate { to { transform: rotate(360deg); } }

.signal-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--navy); color: var(--white); padding: 2.4rem clamp(24px,6vw,92px); }
.signal-strip div { min-height: 90px; display: flex; flex-direction: column; justify-content: center; padding: 0 clamp(12px,2.2vw,34px); border-left: 1px solid rgba(255,255,255,.18); }
.signal-strip div:first-child { border-left: 0; padding-left: 0; }
.signal-strip strong { color: var(--cyan); font-size: 1.8rem; letter-spacing: -.05em; }
.signal-strip span { margin-top: .45rem; font-size: .72rem; color: #c7cce0; line-height: 1.45; }

.section { padding: clamp(90px, 11vw, 170px) clamp(24px,6vw,92px); }
.section-heading { margin-bottom: clamp(55px,7vw,100px); }
.section-heading h2, .profile h2, .connect h2 { font-size: clamp(2.25rem,3.9vw,3.65rem); line-height: 1.12; letter-spacing: -.025em; margin-bottom: 0; font-weight: 800; }
.research { background: var(--white); }
.research-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,10vw,160px); }
.research-statement { max-width: 600px; }
.research-statement .lead { font-size: clamp(1.35rem,2.1vw,2rem); line-height: 1.4; letter-spacing: -.025em; color: var(--ink); margin-top: 0; }
.research-statement > p:not(.lead) { color: var(--muted); }
.status-card { display: flex; align-items: center; gap: .9rem; background: var(--soft); padding: 1.2rem 1.3rem; margin-top: 2.5rem; max-width: 390px; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: #19a974; box-shadow: 0 0 0 7px rgba(25,169,116,.12); }
.status-card div { display: flex; flex-direction: column; gap: .18rem; }
.status-card small { font: .58rem var(--mono); text-transform: uppercase; color: var(--muted); }
.status-card strong { font-size: .79rem; }
.mono-label { margin: 0 0 1rem; font: .64rem var(--mono); color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.research-questions article { display: grid; grid-template-columns: 45px 180px 1fr; gap: 1rem; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.research-questions article:last-child { border-bottom: 1px solid var(--line); }
.research-questions article > span { font: .65rem var(--mono); color: var(--blue); padding-top: .25rem; }
.research-questions h3 { font-size: 1.1rem; margin: 0; }
.research-questions p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.audience-line { margin-top: 7rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.audience-line > span { font: .62rem var(--mono); color: var(--blue); text-transform: uppercase; }
.audience-line p { font-weight: 700; font-size: .85rem; }
.audience-line i { width: 4px; height: 4px; background: var(--cyan); border-radius: 50%; }

.perspectives { background: var(--ink); color: var(--white); }
.section-heading.row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; }
.section-heading.row > p { color: #aeb7cf; font-size: .98rem; max-width: 480px; margin: 0 0 .6rem; }
.eyebrow.light { color: var(--cyan); }
.article-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(30px,4vw,70px); }
.feature-article { display: grid; grid-template-columns: .9fr 1.1fr; background: #101d52; min-height: 430px; transition: transform .25s; }
.feature-article:hover { transform: translateY(-5px); }
.article-art { min-height: 430px; position: relative; overflow: hidden; background: var(--mist); color: var(--blue); }
.article-art::before, .article-art::after { display: none; content: ""; position: absolute; border: 1px solid rgba(35,87,220,.3); border-radius: 50%; }
.article-art::before { width: 280px; height: 280px; left: -80px; top: 80px; }
.article-art::after { width: 180px; height: 180px; right: -50px; top: -40px; border-style: dashed; }
.article-art span { position: absolute; top: 1.4rem; left: 1.4rem; font: .55rem var(--mono); letter-spacing: .08em; }
.article-art img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.article-art span { z-index: 1; color: var(--white); background: rgba(7,18,61,.82); padding: .5rem .65rem; }
.article-art b { position: absolute; font-size: 9rem; letter-spacing: -.11em; bottom: -1.6rem; right: 1rem; }
.article-copy { padding: clamp(26px,3vw,48px); display: flex; flex-direction: column; align-items: flex-start; }
.tag { color: var(--cyan); text-transform: uppercase; font: .58rem var(--mono); letter-spacing: .07em; }
.article-copy h3 { font-size: clamp(1.45rem,2.3vw,2.2rem); line-height: 1.18; letter-spacing: -.04em; margin: 1.3rem 0; }
.article-copy p { color: #b7bfd3; font-size: .82rem; line-height: 1.7; margin: 0; }
.read-link { margin-top: auto; border-bottom: 1px solid #53608b; padding-bottom: .3rem; font-size: .74rem; font-weight: 800; }
.read-link b { color: var(--cyan); }
.article-list { border-top: 1px solid #34406c; }
.article-row { display: grid; grid-template-columns: 45px 1fr 25px; gap: 1rem; align-items: start; padding: 1.7rem 0; border-bottom: 1px solid #34406c; transition: padding-left .2s; }
.article-row:hover { padding-left: .6rem; }
.index { font: .62rem var(--mono); color: #727da1; }
.article-row h3 { font-size: 1rem; line-height: 1.45; margin: .6rem 0 0; }
.arrow { color: var(--cyan); }
.all-writing { display: flex; justify-content: space-between; padding: 2rem 0 .5rem; color: var(--cyan); font-size: .76rem; font-weight: 800; }

.profile { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px,10vw,160px); background: var(--paper); }
.profile-intro > p:not(.eyebrow) { color: var(--muted); max-width: 630px; }
.profile-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.35rem; }
.profile-socials { margin-top: 2rem; display: flex; align-items: center; gap: 1rem; }
.profile-socials > span { color: var(--muted); font: .63rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.timeline { padding-top: 1rem; }
.timeline article { display: grid; grid-template-columns: 110px 1fr; gap: 1.3rem; border-top: 1px solid var(--line); padding: 1.8rem 0; }
.timeline article:last-child { border-bottom: 1px solid var(--line); }
.timeline article > span { font: .61rem var(--mono); text-transform: uppercase; color: var(--blue); padding-top: .25rem; }
.timeline h3 { margin: 0 0 .4rem; font-size: 1rem; }
.timeline p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }

.connect { background: var(--blue); color: var(--white); min-height: 600px; padding: clamp(90px,10vw,150px) clamp(24px,6vw,92px); display: grid; grid-template-columns: 1fr; align-items: center; overflow: hidden; }
.connect-grid { max-width: 850px; }
.connect h2 { margin-bottom: 2rem; }
.connect-grid > p:not(.eyebrow) { max-width: 650px; color: #dbe5ff; }
.button-light { background: var(--white); color: var(--navy); margin-top: 1.2rem; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 2.5rem clamp(24px,6vw,92px); background: var(--white); border-top: 1px solid var(--line); font-size: .7rem; color: var(--muted); }
footer p { text-align: center; }
footer > div { display: flex; justify-content: flex-end; gap: 1.5rem; }
.footer-name { color: var(--ink); font-size: .9rem; font-weight: 800; letter-spacing: -.02em; }
.footer-social { display: flex; align-items: center; }
.social-icons { display: flex; align-items: center; gap: .45rem; }
.social-icons a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); transition: color .2s, background .2s, border-color .2s, transform .2s; }
.social-icons a:hover { color: var(--white); background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.social-icons svg { width: 17px; height: 17px; overflow: visible; }
.social-icons path { fill: currentColor; }
.social-icons rect, .social-icons circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-icons circle.fill { fill: currentColor; stroke: none; }

.hidden-frame { display: none; }
.newsletter-modal { position: fixed; inset: 0; display: none; z-index: 80; }
.newsletter-modal.is-open { display: block; }
.newsletter-modal__backdrop { position: absolute; inset: 0; background: rgba(4,18,30,.72); }
.newsletter-modal__dialog { position: relative; width: min(640px, calc(100vw - 28px)); max-height: 92vh; overflow: auto; margin: 4vh auto; background: var(--white); border-radius: 8px; padding: clamp(24px,4vw,34px); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.newsletter-modal__close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 24px; line-height: 1; cursor: pointer; }
.newsletter-modal__intro h2 { margin: 0 42px .75rem 0; color: var(--ink); font-size: clamp(1.85rem,3vw,2.45rem); line-height: 1.14; letter-spacing: -.02em; }
.newsletter-modal__intro p { margin: 0 0 1.4rem; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.newsletter-form { display: grid; gap: .85rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.newsletter-form input { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; font: inherit; color: var(--ink); background: var(--white); }
.newsletter-form input:focus { outline: 3px solid rgba(2,190,235,.18); border-color: var(--blue); }
.newsletter-form input[aria-invalid="true"] { border-color: #b54141; background: #fffafa; }
.consent-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: .8rem; line-height: 1.48; color: #52687a; }
.consent-check input { width: 18px; min-height: 18px; height: 18px; margin: 2px 0 0; padding: 0; accent-color: var(--blue); }
.newsletter-form button { min-height: 48px; border: 0; border-radius: 8px; background: var(--navy); color: var(--white); font: 900 .92rem/1 var(--font); cursor: pointer; }
.newsletter-form button:hover { background: var(--blue); }
.form-status { min-height: 19px; margin: 0; color: var(--muted); font-size: .8rem; }
.form-status.is-error { color: #9d3030; }
.form-status.is-success { color: #087b72; font-weight: 800; }

/* Blog index */
.blog-hero { padding: clamp(90px,10vw,150px) clamp(24px,8vw,130px) clamp(70px,8vw,110px); background: var(--mist); }
.blog-hero h1 { max-width: 950px; margin-bottom: 1.6rem; }
.blog-hero > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.blog-index { padding: clamp(70px,8vw,120px) clamp(24px,6vw,92px); background: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.blog-card { display: grid; grid-template-columns: minmax(220px,.82fr) 1.18fr; min-height: 460px; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(7,18,61,.09); z-index: 1; }
.blog-card-image { min-height: 100%; position: relative; overflow: hidden; background: var(--mist); }
.blog-card-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s; }
.blog-card:hover .blog-card-image img { transform: scale(1.025); }
.blog-card-image > span { position: absolute; top: 1.25rem; left: 1.25rem; color: var(--white); background: rgba(7,18,61,.84); padding: .5rem .65rem; font: .58rem var(--mono); text-transform: uppercase; }
.blog-card-copy { padding: clamp(28px,3vw,48px); display: flex; flex-direction: column; align-items: flex-start; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; color: var(--muted); font: .6rem var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.article-meta i { width: 3px; height: 3px; background: var(--cyan); border-radius: 50%; }
.blog-card h2 { margin: 1.35rem 0 1rem; font-size: clamp(1.45rem,2vw,2.05rem); line-height: 1.22; letter-spacing: -.038em; }
.blog-card p { color: var(--muted); font-size: .78rem; line-height: 1.68; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card .read-link { margin-top: auto; color: var(--blue); }
.blog-newsletter { padding: clamp(90px,10vw,150px) clamp(24px,8vw,130px); background: var(--navy); color: var(--white); }
.blog-newsletter h2 { margin: 0 0 1.5rem; font-size: clamp(2.25rem,3.9vw,3.65rem); line-height: 1.12; letter-spacing: -.025em; }
.blog-newsletter > p:last-child { color: #bdc5dd; max-width: 600px; }

/* Individual articles */
.article-hero { padding: clamp(80px,9vw,140px) clamp(24px,9vw,150px) clamp(60px,7vw,100px); background: var(--white); border-bottom: 1px solid var(--line); }
.article-back { display: inline-block; margin-bottom: clamp(60px,7vw,100px); color: var(--muted); font: .65rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.article-hero h1 { max-width: 1120px; font-size: clamp(2.55rem,4.8vw,4.7rem); line-height: 1.08; letter-spacing: -.02em; word-spacing: .04em; }
.article-deck { max-width: 900px; margin: 0 0 2rem; color: var(--muted); font-size: clamp(1rem,1.35vw,1.2rem); line-height: 1.7; }
.article-body { max-width: 1040px; margin: 0 auto; padding: clamp(60px,8vw,120px) 24px; }
.article-figure { margin: clamp(50px,7vw,90px) 0; }
.article-body > .article-figure:first-child { margin-top: 0; }
.article-figure img { width: 100%; max-height: 660px; object-fit: cover; display: block; background: var(--soft); }
.article-rich-text { max-width: 780px; margin: 0 auto; color: #2e3852; }
.article-rich-text + .article-rich-text { margin-top: 3rem; }
.article-rich-text h2 { margin: clamp(50px,6vw,80px) 0 1.25rem; color: var(--ink); font-size: clamp(1.9rem,3vw,2.8rem); line-height: 1.15; letter-spacing: -.04em; }
.article-rich-text h2:first-child { margin-top: 0; }
.article-rich-text p { margin: 0 0 1.15rem; font-size: 1.02rem; line-height: 1.85; }
.article-rich-text ul, .article-rich-text ol { margin: 1rem 0 1.8rem; padding-left: 1.5rem; }
.article-rich-text li { margin: .55rem 0; padding-left: .35rem; line-height: 1.7; }
.article-rich-text a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-share { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; max-width: 1040px; margin: 0 auto clamp(80px,9vw,140px); padding: clamp(36px,5vw,65px); background: var(--mist); }
.article-share > div > span { color: var(--blue); font: .61rem var(--mono); text-transform: uppercase; }
.article-share h2 { max-width: 650px; margin: .8rem 0 0; font-size: clamp(1.8rem,3vw,3rem); line-height: 1.15; letter-spacing: -.04em; }
.related { padding: clamp(70px,8vw,120px) clamp(24px,6vw,92px); background: var(--ink); color: var(--white); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.related-card { border: 1px solid #33406b; padding: 1rem; display: flex; flex-direction: column; }
.related-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin-bottom: 1.3rem; }
.related-card > span { color: var(--cyan); font: .58rem var(--mono); text-transform: uppercase; }
.related-card h3 { margin: .8rem 0 1.8rem; line-height: 1.4; font-size: 1rem; }
.related-card small { margin-top: auto; color: #aeb7cf; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .signal-strip { grid-template-columns: 1fr 1fr; row-gap: 1.5rem; }
  .signal-strip div:nth-child(3) { border-left: 0; padding-left: 0; }
  .research-layout, .article-grid, .profile { grid-template-columns: 1fr; }
  .section-heading.row { grid-template-columns: 1fr; gap: 2rem; }
  .feature-article { grid-template-columns: 1fr 1fr; }
  .blog-index { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 76px; }
  .nav-toggle { display: block; border: 1px solid var(--line); background: var(--white); border-radius: 4px; padding: .65rem .8rem; font: 700 .75rem var(--font); }
  nav { position: absolute; top: 76px; left: 0; right: 0; padding: 1.4rem 24px 1.8rem; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; display: none; }
  nav.open { display: flex; }
  .hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.45rem,12vw,3.35rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .hero-visual { min-height: 440px; }
  .research-orbit { width: 94%; }
  .node { font-size: .5rem; padding: .45rem .6rem; }
  .visual-note { width: 85%; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 1rem 0 0; }
  .signal-strip div:first-child { border-top: 0; }
  .research-questions article { grid-template-columns: 35px 1fr; }
  .research-questions article p { grid-column: 2; }
  .audience-line { align-items: flex-start; flex-wrap: wrap; padding: 1.5rem 0; }
  .audience-line > span { width: 100%; }
  .feature-article { grid-template-columns: 1fr; }
  .article-art { min-height: 280px; }
  .article-copy { min-height: 360px; }
  .timeline article { grid-template-columns: 80px 1fr; }
  .profile-socials { align-items: flex-start; flex-direction: column; }
  .blog-card { grid-template-columns: 1fr; }
  .blog-card-image { min-height: 280px; }
  .form-row { grid-template-columns: 1fr; }
  .newsletter-modal__dialog { margin: 2vh auto; max-height: 96vh; }
  .article-share { grid-template-columns: 1fr; margin-left: 24px; margin-right: 24px; }
  .related-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 1.3rem; }
  footer p { text-align: left; }
  footer > div { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-one { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
