:root {
  --max: 1240px;
  --header-height: 78px;
  --radius: 6px;
  --sans: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; font-family: var(--sans); line-height: 1.6; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
.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: 12px; top: 12px; z-index: 9999; transform: translateY(-160%); background: #fff; color: #111; padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
.draft-container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.draft-section { padding: 104px 0; position: relative; }

.draft-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height); color: #fff; transition: background .25s, color .25s, border-color .25s; border-bottom: 1px solid rgba(255,255,255,.14); }
.draft-header.is-scrolled { background: rgba(255,255,255,.96); color: #101719; border-color: rgba(16,23,25,.12); backdrop-filter: blur(16px); }
.draft-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.draft-brand { display: flex; align-items: center; flex: 0 0 auto; }
.draft-brand img { width: 184px; height: auto; }
.draft-brand .logo-light { display: none; }
.draft-brand .logo-dark { display: block; }
.draft-header.is-scrolled .logo-light { display: none; }
.draft-header.is-scrolled .logo-dark { display: block; }
.draft-nav { display: flex; align-items: center; gap: 24px; font-size: .86rem; font-weight: 700; }
.draft-nav > a:not(.draft-contact) { padding: 8px 0; border-bottom: 2px solid transparent; }
.draft-nav > a:hover, .draft-nav > a:focus-visible { border-bottom-color: currentColor; }
.draft-contact { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 17px; border: 1px solid currentColor; border-radius: 4px; }
.draft-contact:hover { background: #111719; color: #fff; }
.draft-header:not(.is-scrolled) .draft-contact:hover { background: #fff; color: #101719; }
.draft-menu { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.draft-menu i { display: block; height: 2px; background: currentColor; margin: 6px 0; }

.draft-switcher { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 1200; display: flex; align-items: center; gap: 4px; padding: 5px; border: 1px solid rgba(15,22,24,.2); border-radius: 6px; background: rgba(255,255,255,.94); color: #111719; box-shadow: 0 10px 32px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.draft-switcher span { padding: 0 9px; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.draft-switcher a { min-width: 34px; height: 34px; display: grid; place-items: center; border-radius: 3px; font-size: .76rem; font-weight: 900; }
.draft-switcher a:hover { background: #e9edef; }
.draft-switcher a[aria-current="page"] { background: #111719; color: #fff; }

.hero-draft { min-height: 92svh; position: relative; overflow: hidden; color: #fff; display: flex; align-items: flex-end; }
.hero-media, .hero-shade, .hero-network { position: absolute; inset: 0; }
.hero-media { width: calc(100% + 24px); height: calc(100% + 18px); max-width: none; object-fit: cover; transform: translate(calc(-12px + var(--pointer-x, 0px)), calc(-9px + var(--pointer-y, 0px))) scale(1.035); transition: transform .35s ease-out; }
.hero-shade { background: linear-gradient(90deg, rgba(5,12,15,.92) 0%, rgba(5,12,15,.72) 45%, rgba(5,12,15,.16) 78%); }
.hero-network { width: 100%; height: 100%; pointer-events: auto; opacity: .72; }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 150px 0 76px; }
.hero-copy { max-width: 760px; }
.hero-kicker { margin: 0 0 18px; font-size: .74rem; font-weight: 900; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.hero-kicker::before { content: ""; width: 34px; height: 3px; background: var(--accent); }
.hero-draft h1 { margin-bottom: 24px; font-size: 6.8rem; line-height: .9; font-weight: 800; }
.hero-draft .hero-lede { max-width: 690px; font-size: 1.23rem; line-height: 1.55; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.draft-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 20px; border: 1px solid transparent; border-radius: 4px; font-size: .87rem; font-weight: 900; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.draft-button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: var(--button-ink); }
.button-line { border-color: rgba(255,255,255,.54); color: #fff; }
.button-line:hover { background: #fff; color: #111719; }
.hero-foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); font-size: .72rem; text-transform: uppercase; font-weight: 800; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: .1s; }
[data-reveal-delay="2"] { transition-delay: .2s; }

.section-label { margin: 0 0 18px; color: var(--accent); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.section-title { font-size: 4.4rem; line-height: 1; margin-bottom: 24px; }
.section-lede { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.section-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 54px; }
.section-heading-row > div { max-width: 780px; }
.section-link { flex: 0 0 auto; display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-size: .83rem; font-weight: 900; }

.signal-page { --accent: #ef2929; --button-ink: #fff; --ink: #102126; --muted: #536468; --paper: #f6faf7; --node-a: #ef2929; --node-b: #bde84f; --node-c: #39d9d0; color: var(--ink); background: var(--paper); }
.signal-page .hero-media { object-position: center 42%; }
.signal-page .draft-header.is-scrolled .draft-contact:hover { background: var(--ink); }
.signal-strip { background: #ef2929; color: #fff; overflow: hidden; border-top: 1px solid rgba(255,255,255,.2); }
.signal-strip-track { display: flex; width: max-content; animation: signalMove 28s linear infinite; }
.signal-strip-track span { padding: 16px 30px; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.signal-strip-track span::after { content: "+"; color: #bde84f; margin-left: 60px; }
@keyframes signalMove { to { transform: translateX(-50%); } }
.signal-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.signal-intro blockquote { margin: 0; font-size: 2.15rem; line-height: 1.25; font-weight: 650; }
.signal-intro-copy { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.signal-themes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid #bdc8ca; border-bottom: 1px solid #bdc8ca; }
.signal-theme { padding: 34px 30px 38px 0; min-height: 270px; position: relative; }
.signal-theme + .signal-theme { border-left: 1px solid #bdc8ca; padding-left: 30px; }
.signal-theme-index { color: #ef2929; font-size: .75rem; font-weight: 900; }
.signal-theme h3 { font-size: 1.72rem; margin: 52px 0 16px; }
.signal-theme p { color: var(--muted); margin-bottom: 0; }
.signal-theme::after { content: ""; position: absolute; right: 22px; top: 34px; width: 13px; height: 13px; background: #bde84f; transform: rotate(45deg); }
.signal-feature { background: #102126; color: #fff; overflow: hidden; }
.signal-feature-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.signal-feature-image { position: relative; overflow: hidden; }
.signal-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.signal-feature-copy { padding: 90px max(48px, calc((100vw - var(--max))/2)); padding-left: 72px; align-self: center; }
.signal-feature-copy h2 { font-size: 4rem; line-height: 1.02; }
.signal-feature-copy p { color: rgba(255,255,255,.7); max-width: 550px; }
.signal-feature-copy .section-label { color: #39d9d0; }
.paper-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.paper-card { background: #fff; border: 1px solid #cad3d2; border-radius: var(--radius); overflow: hidden; min-width: 0; }
.paper-card-media { aspect-ratio: 4 / 3; overflow: hidden; background: #e8edeb; }
.paper-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.paper-card:hover img { transform: scale(1.035); }
.paper-card-body { padding: 24px; }
.paper-card-meta { margin: 0 0 12px; color: #ef2929; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.paper-card h3 { font-size: 1.28rem; margin-bottom: 14px; }
.paper-card p { color: var(--muted); font-size: .91rem; margin-bottom: 0; }
.signal-people { background: #d9efe8; }
.signal-people-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.signal-people-photo { aspect-ratio: 16 / 11; overflow: hidden; border-radius: var(--radius); }
.signal-people-photo img { width: 100%; height: 100%; object-fit: cover; }
.signal-people-copy h2 { font-size: 4rem; line-height: 1; }
.signal-people-copy p { color: #435c58; }
.signal-people-copy .section-link { margin-top: 14px; color: #c82931; }

.atlas-page { --accent: #ef2929; --button-ink: #fff; --ink: #eaf3f2; --muted: #a8b5b4; --paper: #071112; --node-a: #ef2929; --node-b: #35ded4; --node-c: #c4f24f; color: var(--ink); background: var(--paper); }
.atlas-page .hero-draft { min-height: 94svh; }
.atlas-page .hero-media { filter: saturate(.72) contrast(1.15); object-position: center 48%; }
.atlas-page .hero-shade { background: linear-gradient(90deg, rgba(3,10,11,.95) 0%, rgba(3,10,11,.74) 48%, rgba(3,10,11,.3) 100%); }
.atlas-page .draft-header.is-scrolled { background: rgba(7,17,18,.96); color: #eef8f6; border-color: rgba(255,255,255,.12); }
.atlas-page .draft-header.is-scrolled .logo-dark { display: block; }
.atlas-page .draft-header.is-scrolled .logo-light { display: none; }
.atlas-page .draft-switcher { background: rgba(7,17,18,.94); color: #eff7f6; border-color: rgba(255,255,255,.18); }
.atlas-page .draft-switcher a:hover { background: #1a292a; }
.atlas-page .draft-switcher a[aria-current="page"] { background: #35ded4; color: #071112; }
.atlas-hero-meta { display: grid; grid-template-columns: repeat(3, auto); gap: 34px; width: fit-content; margin-top: 46px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.3); }
.atlas-hero-meta strong { display: block; color: #c4f24f; font-size: 1.35rem; }
.atlas-hero-meta span { display: block; color: rgba(255,255,255,.65); font-size: .66rem; text-transform: uppercase; font-weight: 800; }
.atlas-status { border-bottom: 1px solid rgba(255,255,255,.15); background: #0b1819; }
.atlas-status-inner { display: grid; grid-template-columns: .7fr 1.4fr .8fr; }
.atlas-status-item { padding: 22px 24px 22px 0; font-size: .73rem; text-transform: uppercase; font-weight: 800; color: #a8b5b4; }
.atlas-status-item + .atlas-status-item { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.13); }
.atlas-status-item strong { color: #fff; margin-left: 8px; }
.atlas-page .draft-section { border-bottom: 1px solid rgba(255,255,255,.12); }
.atlas-page .section-title { font-family: var(--sans); font-weight: 760; }
.atlas-page .section-heading-row { align-items: flex-start; }
.atlas-page .section-link { color: #35ded4; }
.atlas-grid { border-top: 1px solid rgba(255,255,255,.15); }
.atlas-row { display: grid; grid-template-columns: 90px 1fr 1.1fr 260px; gap: 28px; align-items: center; min-height: 230px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.atlas-index { color: #ff635e; font-weight: 900; font-size: .74rem; align-self: start; padding-top: 7px; }
.atlas-row h3 { font-size: 2rem; margin: 0; }
.atlas-row p { color: var(--muted); margin: 0; }
.atlas-thumb { height: 170px; overflow: hidden; border-radius: 3px; background: #102324; }
.atlas-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .45s, filter .45s; }
.atlas-row:hover .atlas-thumb img { transform: scale(1.04); filter: saturate(1); }
.atlas-pipeline { background: #0b1819; }
.pipeline-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.pipeline-visual { position: relative; min-height: 470px; border: 1px solid rgba(255,255,255,.15); overflow: hidden; background: #020708; }
.pipeline-visual img { width: 100%; height: 100%; min-height: 470px; object-fit: contain; }
.pipeline-scan { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 9px, rgba(53,222,212,.035) 10px); pointer-events: none; }
.pipeline-copy h2 { font-size: 4.2rem; line-height: 1; }
.pipeline-copy p { color: var(--muted); }
.pipeline-list { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.pipeline-list li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: #d9e4e2; }
.pipeline-list span { color: #c4f24f; font-size: .72rem; font-weight: 900; }
.atlas-publications { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.atlas-paper { min-height: 290px; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 3px; display: flex; flex-direction: column; justify-content: space-between; transition: border-color .25s, transform .25s; }
.atlas-paper:hover { border-color: #35ded4; transform: translateY(-3px); }
.atlas-paper:nth-child(1) { grid-column: 1 / -1; min-height: 350px; background: url('../img/drafts/ras-energy-profile.jpeg') center / cover no-repeat; position: relative; }
.atlas-paper:nth-child(1)::before { content: ""; position: absolute; inset: 0; background: rgba(5,13,14,.84); }
.atlas-paper > * { position: relative; }
.atlas-paper-meta { color: #ff635e; font-size: .72rem; text-transform: uppercase; font-weight: 900; }
.atlas-paper h3 { max-width: 760px; font-size: 2rem; margin: 16px 0; }
.atlas-paper p { max-width: 680px; color: var(--muted); margin-bottom: 0; }
.atlas-team { position: relative; min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; }
.atlas-team > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.08); }
.atlas-team::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,10,11,.94), rgba(3,10,11,.08) 74%); }
.atlas-team-copy { position: relative; z-index: 1; padding-bottom: 72px; }
.atlas-team-copy h2 { max-width: 900px; font-size: 4.2rem; line-height: 1; margin-bottom: 16px; }
.atlas-team-copy p { color: rgba(255,255,255,.72); }

.editorial-page { --accent: #ef2929; --button-ink: #fff; --ink: #151719; --muted: #62686b; --paper: #f4f5f2; --node-a: #ef2929; --node-b: #f1ca43; --node-c: #167c76; color: var(--ink); background: var(--paper); }
.editorial-page .hero-media { object-position: center 42%; filter: saturate(.92); }
.editorial-page .hero-shade { background: linear-gradient(90deg, rgba(20,20,20,.88) 0%, rgba(20,20,20,.56) 44%, rgba(20,20,20,.08) 78%); }
.editorial-page .hero-draft h1 { font-family: var(--serif); font-weight: 500; font-size: 7.2rem; line-height: .88; }
.editorial-page .hero-kicker { color: #f1ca43; }
.editorial-page .hero-kicker::before { background: #ef2929; }
.editorial-page .button-accent { background: #ef2929; }
.editorial-page .draft-switcher a[aria-current="page"] { background: #ef2929; }
.editorial-intro { display: grid; grid-template-columns: .58fr 1.42fr; gap: 72px; align-items: start; }
.editorial-intro .section-label { padding-top: 12px; }
.editorial-statement { font-family: var(--serif); font-size: 3.6rem; line-height: 1.12; margin-bottom: 40px; }
.editorial-intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 760px; color: var(--muted); }
.editorial-image-band { display: grid; grid-template-columns: 1.4fr .8fr; height: 580px; }
.editorial-image-band figure { margin: 0; position: relative; overflow: hidden; }
.editorial-image-band img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.editorial-image-band figure:hover img { transform: scale(1.025); }
.editorial-image-band figcaption { position: absolute; left: 20px; bottom: 20px; background: #fff; color: #151719; padding: 8px 11px; border-radius: 2px; font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.editorial-image-band figure + figure { border-left: 6px solid var(--paper); }
.editorial-themes { background: #fff; }
.editorial-theme-list { border-top: 1px solid #c8ccca; }
.editorial-theme { display: grid; grid-template-columns: 90px 1fr 1fr 34px; gap: 38px; padding: 30px 0; border-bottom: 1px solid #c8ccca; align-items: start; transition: color .2s, padding .2s; }
.editorial-theme:hover, .editorial-theme:focus-visible { color: #ef2929; padding-left: 10px; }
.editorial-theme:focus-visible { outline: 2px solid #ef2929; outline-offset: 4px; }
.editorial-theme .theme-no { color: #ef2929; font-size: .73rem; font-weight: 900; }
.editorial-theme h3 { font-family: var(--serif); font-size: 2.2rem; font-weight: 500; margin: 0; }
.editorial-theme p { color: var(--muted); margin: 0; }
.editorial-theme .theme-arrow { color: #ef2929; font-size: 1.25rem; line-height: 1; justify-self: end; }
.editorial-highlight { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: #f1ca43; }
.editorial-highlight-visual { overflow: hidden; background: #111; }
.editorial-highlight-visual img { width: 100%; height: 100%; object-fit: cover; }
.editorial-highlight-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px max(48px, calc((100vw - var(--max))/2)); padding-left: 72px; }
.editorial-highlight-copy .section-label { color: #167c76; }
.editorial-highlight-copy h2 { font-family: var(--serif); font-size: 4rem; font-weight: 500; line-height: 1.02; }
.editorial-highlight-copy p { max-width: 560px; color: #363919; }
.editorial-highlight-copy .section-link { margin-top: 16px; width: fit-content; }
.editorial-papers { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8ccca; }
.editorial-paper { min-height: 330px; padding: 28px 28px 30px 0; display: flex; flex-direction: column; }
.editorial-paper + .editorial-paper { border-left: 1px solid #c8ccca; padding-left: 28px; }
.editorial-paper time { color: #167c76; font-size: .72rem; font-weight: 900; }
.editorial-paper h3 { font-family: var(--serif); font-size: 1.65rem; font-weight: 500; margin: 58px 0 18px; }
.editorial-paper p { color: var(--muted); font-size: .9rem; }
.editorial-paper .section-link { margin-top: auto; width: fit-content; color: #ef2929; }
.editorial-paper-figure { margin: 22px 0 0; background: #fff; overflow: hidden; }
.editorial-paper-figure img { display: block; width: 100%; height: auto; }
.editorial-paper-figure figcaption { padding: 8px 0 0; color: var(--muted); font-size: .65rem; line-height: 1.4; }
.editorial-paper-figure figcaption a { color: #ef2929; }
.editorial-paper-featured h3 { margin-top: 26px; }
.editorial-people { min-height: 700px; position: relative; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.editorial-people > img, .editorial-people > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.editorial-people::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,15,16,.92), rgba(11,15,16,.06) 76%); }
.editorial-people-copy { position: relative; z-index: 1; padding-bottom: 70px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.editorial-people-copy h2 { font-family: var(--serif); font-weight: 500; font-size: 4rem; max-width: 820px; line-height: 1.02; margin: 0; }
.editorial-people-copy .draft-button { flex: 0 0 auto; }
.editorial-people-scientific {
  color: #fff;
  background: #050708;
  border-top: 1px solid #c8ccca;
}
.editorial-people-scientific > video {
  object-position: center;
  filter: saturate(.88) contrast(1.06);
  opacity: .84;
}
.editorial-people-scientific::after { background: linear-gradient(90deg, rgba(5,7,8,.86) 0%, rgba(5,7,8,.34) 55%, rgba(5,7,8,.08) 100%); }
.editorial-people-scientific .editorial-people-copy h2 { max-width: 720px; }

.draft-footer { padding: 72px 0 90px; background: #0e1517; color: #e9eeee; }
.draft-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 60px; }
.draft-footer img { width: 190px; margin-bottom: 22px; }
.draft-footer p { color: #9fabad; max-width: 430px; }
.draft-footer h2 { font-size: .76rem; text-transform: uppercase; margin-bottom: 16px; }
.draft-footer a { display: block; width: fit-content; color: #cdd5d5; margin: 7px 0; }
.draft-footer a:hover { color: #fff; }
.draft-footer-bottom { margin-top: 56px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 24px; font-size: .76rem; }

@media (max-width: 1000px) {
  .hero-draft h1, .editorial-page .hero-draft h1 { font-size: 5rem; }
  .section-title { font-size: 3.5rem; }
  .draft-menu { display: block; }
  .draft-nav { position: fixed; top: var(--header-height); left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 32px 24px; background: #fff; color: #111719; transform: translateX(100%); visibility: hidden; transition: transform .25s, visibility .25s; }
  .draft-nav.is-open { transform: translateX(0); visibility: visible; }
  .draft-nav > a { width: 100%; font-size: 1.2rem; padding: 12px 0; }
  .draft-contact { margin-top: 16px; width: auto !important; }
  .signal-intro, .signal-people-grid, .pipeline-grid, .editorial-intro { grid-template-columns: 1fr; gap: 42px; }
  .signal-feature-grid, .editorial-highlight { grid-template-columns: 1fr; }
  .signal-feature-image, .editorial-highlight-visual { min-height: 520px; }
  .signal-feature-copy, .editorial-highlight-copy { padding: 72px 40px; }
  .atlas-row { grid-template-columns: 70px 1fr 1.2fr; }
  .atlas-thumb { display: none; }
  .editorial-image-band { height: 500px; }
  .editorial-people-scientific > video { object-position: 58% center; opacity: .72; }
  .editorial-people-scientific .editorial-people-copy h2 { max-width: 64vw; }
}

@media (max-width: 720px) {
  :root { --header-height: 70px; }
  .draft-container, .hero-content { width: min(calc(100% - 32px), var(--max)); }
  .draft-section { padding: 76px 0; }
  .draft-brand img { width: 154px; }
  .hero-draft { min-height: 88svh; }
  .hero-content { padding: 124px 0 46px; }
  .hero-draft h1, .editorial-page .hero-draft h1 { font-size: 3.45rem; }
  .hero-draft .hero-lede { font-size: 1rem; }
  .hero-foot { display: none; }
  .section-title { font-size: 2.7rem; }
  .section-heading-row { display: block; margin-bottom: 38px; }
  .section-heading-row .section-link { margin-top: 12px; }
  .draft-switcher { left: 16px; right: 16px; transform: none; justify-content: center; }
  .signal-strip-track span { padding-inline: 18px; }
  .signal-strip-track span::after { margin-left: 36px; }
  .signal-intro blockquote { font-size: 1.7rem; }
  .signal-themes, .paper-grid, .editorial-papers { grid-template-columns: 1fr; }
  .signal-theme + .signal-theme, .editorial-paper + .editorial-paper { border-left: 0; border-top: 1px solid #bdc8ca; padding-left: 0; }
  .signal-theme { min-height: 230px; }
  .signal-feature-image, .editorial-highlight-visual { min-height: 390px; }
  .signal-feature-copy h2, .signal-people-copy h2, .pipeline-copy h2, .editorial-highlight-copy h2 { font-size: 2.75rem; }
  .signal-feature-copy, .editorial-highlight-copy { padding: 58px 24px; }
  .atlas-hero-meta { grid-template-columns: 1fr; gap: 10px; }
  .atlas-status-inner { grid-template-columns: 1fr; }
  .atlas-status-item + .atlas-status-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); padding-left: 0; }
  .atlas-row { grid-template-columns: 44px 1fr; gap: 16px; padding: 24px 0; }
  .atlas-row p { grid-column: 2; }
  .pipeline-visual, .pipeline-visual img { min-height: 320px; }
  .atlas-publications { grid-template-columns: 1fr; }
  .atlas-paper:nth-child(1) { grid-column: auto; }
  .atlas-team, .editorial-people { min-height: 560px; }
  .atlas-team-copy h2, .editorial-people-copy h2 { font-size: 2.7rem; }
  .editorial-statement { font-size: 2.35rem; }
  .editorial-intro-copy { grid-template-columns: 1fr; }
  .editorial-image-band { grid-template-columns: 1fr; height: auto; }
  .editorial-image-band figure { height: 360px; }
  .editorial-image-band figure + figure { border-left: 0; border-top: 6px solid var(--paper); }
  .editorial-theme { grid-template-columns: 44px 1fr 24px; gap: 14px; }
  .editorial-theme p { grid-column: 2; }
  .editorial-theme .theme-arrow { grid-column: 3; grid-row: 1; }
  .editorial-people-copy { display: block; }
  .editorial-people-copy .draft-button { margin-top: 26px; }
  .draft-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .draft-footer-bottom { display: block; }
  .editorial-people-scientific > video { object-position: 62% center; opacity: .58; }
  .editorial-people-scientific .editorial-people-copy h2 { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-media { transform: translate(-12px, -9px) scale(1.035); }
}
