:root {
  --paper: #f5f8fc;
  --surface: #ffffff;
  --ink: #08172a;
  --muted: #5f6f84;
  --line: #d9e2ec;
  --navy: #071a33;
  --navy-2: #0c274a;
  --blue: #1678dc;
  --cyan: #2ed3ee;
  --soft-blue: #e7f4ff;
  --shadow: 0 24px 70px rgba(8, 23, 42, .10);
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Manrope", system-ui, sans-serif;
  --display: "Manrope", system-ui, sans-serif;
  --project-accent: #53baf0;
  --project-soft: #e4f4ff;
  --edge-gutter: 1rem;
  --content-gutter: 1rem;
  --content-limit: 120rem;
}

* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); max-width: 100vw; overflow-x: hidden; scroll-behavior: smooth; width: 100%; }
body { margin: 0; font-family: var(--sans); line-height: 1.62; max-width: 100vw; overflow-x: hidden; width: 100%; }
a { color: inherit; }
img { max-width: 100%; }
.skip-link { left: .75rem; padding: .55rem .85rem; position: fixed; top: -5rem; background: var(--navy); color: #fff; z-index: 20; }
.skip-link:focus { top: .75rem; }
.edge-shell { margin-inline: auto; padding-inline: var(--edge-gutter); width: 100%; }
.content-shell { margin-inline: auto; max-width: var(--content-limit); padding-inline: var(--content-gutter); width: 100%; }
.site-header { backdrop-filter: blur(18px); background: rgba(245, 248, 252, .94); border-bottom: 1px solid var(--line); position: sticky; top: 0; width: 100%; z-index: 10; }
.site-header__inner { align-items: center; display: flex; justify-content: space-between; min-height: 84px; }
.brand { align-items: center; display: inline-flex; gap: .8rem; text-decoration: none; }
.brand-mark { align-items: center; display: inline-flex; height: 42px; justify-content: center; overflow: hidden; width: 42px; }
.brand-mark img { height: 42px; width: 42px; }
.brand strong { display: block; font-size: .95rem; letter-spacing: -.03em; }
.brand small { color: var(--muted); display: block; font: 500 .61rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.project-header-context { align-items: center; display: flex; gap: .65rem; margin-left: 1.2rem; min-width: 0; }
.header-divider { background: var(--line); height: 32px; width: 1px; }
.header-project-icon { border-radius: 8px; height: 34px; width: 34px; }
.header-project-name { font-size: .68rem; font-weight: 800; max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-apollo-wordmark { height: 40px; object-fit: contain; object-position: left center; width: 148px; }
.site-header nav { display: flex; gap: 1.35rem; }
.site-header nav a { color: var(--muted); font-size: .74rem; font-weight: 800; text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus { color: var(--blue); }
.mobile-navigation { display: none; margin-left: auto; position: relative; }
.mobile-navigation summary { align-items: center; border: 1px solid var(--line); color: var(--ink); cursor: pointer; display: flex; font: 800 .66rem var(--sans); gap: .55rem; justify-content: space-between; list-style: none; min-height: 42px; padding: .6rem .75rem; text-transform: uppercase; }
.mobile-navigation summary::-webkit-details-marker { display: none; }
.mobile-navigation summary i { font-size: 1rem; font-style: normal; line-height: 1; }
.mobile-navigation[open] summary i { transform: rotate(45deg); }
.mobile-navigation nav { background: #f8fbfe; border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(7,23,42,.16); display: grid; min-width: min(300px, calc(100vw - 1.4rem)); position: absolute; right: 0; top: calc(100% + .5rem); }
.mobile-navigation nav a { border-bottom: 1px solid var(--line); color: var(--ink); font-size: .77rem; padding: 1rem; text-decoration: none; }
.mobile-navigation nav a:last-child { border-bottom: 0; }

.eyebrow { color: var(--blue); font: 500 .67rem var(--mono); letter-spacing: .1em; margin: 0 0 1.15rem; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 800; }
h1 { font-size: clamp(3rem, 6.8vw, 7rem); letter-spacing: -.075em; line-height: .94; margin-bottom: 1.5rem; max-width: 1000px; }
h2 { font-size: clamp(2rem, 3.3vw, 3.65rem); letter-spacing: -.055em; line-height: 1.02; }
h3 { font-size: 1rem; letter-spacing: -.025em; margin-bottom: .45rem; }
.lede { color: var(--muted); font-size: clamp(1rem, 1.55vw, 1.24rem); max-width: 760px; }

.hero { background: linear-gradient(138deg, var(--navy) 0%, #0a2445 66%, #0c3157 100%); color: #fff; overflow: hidden; position: relative; width: 100%; }
.hero::before { background: repeating-linear-gradient(90deg, transparent 0, transparent 119px, rgba(90, 199, 239, .08) 120px); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-inner { display: grid; gap: clamp(2.5rem, 5vw, 5rem); grid-template-columns: 1.1fr .9fr; min-height: 680px; padding-bottom: clamp(4.5rem, 7vw, 7rem); padding-top: clamp(4.5rem, 7vw, 7rem); position: relative; }
.hero-copy { align-self: center; position: relative; z-index: 1; }
.hero .eyebrow { color: var(--cyan); }
.hero .lede { color: #b9c9dc; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { background: var(--navy); border: 1px solid var(--navy); color: #fff; display: inline-flex; font-size: .76rem; font-weight: 800; justify-content: center; min-height: 46px; padding: .72rem 1rem; text-align: center; text-decoration: none; }
.button:hover, .button:focus { background: var(--blue); border-color: var(--blue); }
.hero .button { background: var(--cyan); border-color: var(--cyan); color: var(--navy); }
.button--quiet, .hero .button--quiet { background: transparent; border-color: currentColor; color: var(--navy); }
.hero .button--quiet { color: #d9e9f8; }
.button--live { background: #087a89; border-color: #087a89; }
.future-domain { align-items: center; color: #9fb3c9; display: flex; font: 500 .63rem var(--mono); gap: .55rem; letter-spacing: .05em; margin: 2.4rem 0 0; text-transform: uppercase; }
.future-domain span { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(46, 211, 238, .12); height: 7px; width: 7px; }

.hero-orbit { align-self: center; aspect-ratio: 1; justify-self: center; max-width: 520px; position: relative; width: 100%; }
.orbit { border: 1px solid rgba(128, 213, 241, .28); border-radius: 50%; inset: 10%; position: absolute; }
.orbit--one { animation: orbit-spin 28s linear infinite; }
.orbit--two { inset: 22%; }
.orbit--two { animation: orbit-spin 21s linear infinite reverse; }
.orbit--three { animation: orbit-spin 15s linear infinite; inset: 34%; }
.orbit::after { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 24px var(--cyan); content: ""; height: 8px; left: 20%; position: absolute; top: 5%; width: 8px; }
.orbit--two::after { background: #8b9fff; left: auto; right: 6%; top: 65%; }
.orbit--three::after { background: #79e7bb; left: 4%; top: 58%; }
.orbit-core { align-items: center; background: rgba(9, 35, 66, .84); border: 1px solid rgba(128, 213, 241, .34); border-radius: 50%; display: flex; flex-direction: column; inset: 38%; justify-content: center; position: absolute; text-align: center; }
.orbit-core strong { font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.08em; line-height: .8; }
.orbit-core span { color: #9db6cf; font: 500 .54rem var(--mono); letter-spacing: .1em; margin-top: .7rem; }
.orbit-label { color: #c4d7e9; font: 500 .62rem var(--mono); letter-spacing: .04em; position: absolute; text-transform: uppercase; }
.orbit-label span { color: var(--cyan); margin-right: .45rem; }
.orbit-label--top { left: 16%; top: 5%; }
.orbit-label--right { right: 0; top: 48%; }
.orbit-label--bottom { bottom: 6%; left: 19%; }
.mission-nodes { animation: orbit-spin 52s linear infinite; inset: 10%; position: absolute; }
.mission-node { --mission-angle: calc(var(--mission-index) * 27.692307deg); align-items: center; background: var(--project-accent, var(--cyan)); border: 2px solid rgba(7,26,51,.92); border-radius: 50%; box-shadow: 0 0 0 4px color-mix(in srgb, var(--project-accent, var(--cyan)) 18%, transparent); color: transparent; display: flex; height: 12px; justify-content: center; left: calc(50% - 6px); position: absolute; text-decoration: none; top: calc(50% - 6px); transform: rotate(var(--mission-angle)) translateX(clamp(128px, 14vw, 206px)) rotate(calc(-1 * var(--mission-angle))); transition: height .18s ease, width .18s ease, box-shadow .18s ease; width: 12px; z-index: 3; }
.mission-node span { font: 700 .42rem var(--mono); opacity: 0; }
.mission-node:hover, .mission-node:focus-visible { box-shadow: 0 0 0 7px color-mix(in srgb, var(--project-accent, var(--cyan)) 24%, transparent); color: var(--navy); height: 24px; outline: 2px solid #fff; outline-offset: 3px; width: 24px; }
.mission-node:hover span, .mission-node:focus-visible span { opacity: 1; }

@keyframes orbit-spin { to { transform: rotate(360deg); } }

.project-strip { background: var(--surface); border-bottom: 1px solid var(--line); width: 100%; }
.project-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.project-strip__inner > div { padding: 1.35rem 1.1rem; }
.project-strip__inner > div + div { border-left: 1px solid var(--line); }
.project-strip strong { display: block; font-size: 1.85rem; letter-spacing: -.07em; line-height: 1; }
.project-strip span { color: var(--muted); font: 500 .61rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.section { padding: clamp(4rem, 7vw, 7rem) 0; }
.section-heading { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin-bottom: 2.2rem; }
.section-heading > div { max-width: 760px; }
.section-heading p { color: var(--muted); font-size: .9rem; max-width: 480px; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.6rem; }
.filter { background: transparent; border: 1px solid var(--line); color: var(--muted); cursor: pointer; font: 700 .67rem var(--sans); padding: .55rem .72rem; }
.filter[aria-pressed="true"], .filter:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.project-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-card { background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 340px; overflow: hidden; padding: 1.4rem; position: relative; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.project-card::before { background: var(--project-accent); content: ""; height: 3px; left: 0; position: absolute; top: 0; width: 100%; }
.project-card:hover, .project-card:focus { border-color: var(--project-accent); box-shadow: 0 18px 45px rgba(8, 23, 42, .12); outline: none; transform: translateY(-5px); }
.project-card__top { align-items: center; display: flex; justify-content: space-between; }
.project-number { color: var(--muted); font: .62rem var(--mono); letter-spacing: .09em; }
.project-card__icon { border-radius: 9px; box-shadow: 0 8px 18px rgba(8,23,42,.12); height: 38px; width: 38px; }
.domain { color: var(--blue); font-size: .63rem; font-weight: 800; letter-spacing: .08em; margin-top: 2rem; text-transform: uppercase; }
.project-card h3 { font-size: 1.42rem; line-height: 1.12; margin: .4rem 0 .2rem; }
.project-card__company { color: var(--ink) !important; font: 600 .61rem var(--mono) !important; letter-spacing: .03em; margin-bottom: 1.25rem; text-transform: uppercase; }
.project-card > p { color: var(--muted); font-size: .83rem; }
.card-footer { align-items: center; border-top: 1px solid var(--line); display: grid; font-size: .65rem; font-weight: 800; gap: .7rem; grid-template-columns: 1fr auto auto; margin-top: auto; padding-top: 1rem; }
.card-arrow { color: var(--blue); font-size: 1.1rem; }

.portrait { background: var(--project-soft); border: 1px solid rgba(8, 23, 42, .12); display: block; object-fit: cover; object-position: center 23%; }
.portrait--initials { align-items: center; color: var(--navy); display: flex; font: 800 .72rem var(--sans); justify-content: center; }
.portrait-stack { display: flex; }
.portrait--stack { border: 2px solid #fff; border-radius: 50%; height: 29px; margin-left: -7px; width: 29px; }
.portrait--stack:first-child { margin-left: 0; }

.pill-list { display: flex; flex-wrap: wrap; gap: .42rem; list-style: none; margin: 1.35rem 0 0; padding: 0; }
.pill-list li { background: var(--project-soft, var(--soft-blue)); color: var(--navy); font-size: .64rem; font-weight: 800; padding: .35rem .5rem; }
.method { background: var(--navy); color: #fff; width: 100%; }
.method-inner { display: grid; gap: 4rem; grid-template-columns: .85fr 1.15fr; padding-bottom: clamp(3.5rem, 5vw, 5rem); padding-top: clamp(3.5rem, 5vw, 5rem); }
.method .eyebrow { color: var(--cyan); }
.method p { color: #adc0d4; max-width: 540px; }
.method ol { display: grid; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.method li { border-top: 1px solid rgba(255, 255, 255, .18); padding-top: .9rem; }
.method li span { color: var(--cyan); display: block; font: .62rem var(--mono); margin-bottom: .3rem; }
.method li strong { font-size: .88rem; }
.premium-footer { background: #06111f; color: #cbd5e1; overflow: hidden; position: relative; width: 100%; }
.premium-footer::before { background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 72px 72px; content: ""; inset: 0; opacity: .04; pointer-events: none; position: absolute; }
.premium-footer::after { background: radial-gradient(circle, rgba(22,120,220,.18), transparent 68%); content: ""; height: 620px; pointer-events: none; position: absolute; right: -210px; top: -260px; width: 620px; }
.footer-shell { padding-bottom: 2rem; padding-top: clamp(3.5rem, 6vw, 6rem); position: relative; z-index: 1; }
.footer-cta { align-items: center; background: rgba(255,255,255,.052); border: 1px solid rgba(255,255,255,.11); box-shadow: 0 24px 60px rgba(0,0,0,.18); display: grid; gap: 2rem; grid-template-columns: 1fr auto; margin-bottom: clamp(3.5rem, 6vw, 6rem); padding: clamp(1.8rem, 3vw, 3rem); }
.footer-kicker { color: #78dff2; font: 600 .63rem var(--mono); letter-spacing: .12em; margin-bottom: .65rem; text-transform: uppercase; }
.footer-title { color: #fff; font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.055em; margin-bottom: .75rem; max-width: 760px; }
.footer-cta > div > p:last-child { color: #9fb0c3; font-size: .85rem; margin: 0; }
.footer-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.footer-button { border: 1px solid rgba(255,255,255,.22); color: #fff; display: inline-flex; font-size: .73rem; font-weight: 800; justify-content: center; min-height: 46px; padding: .75rem 1.05rem; text-decoration: none; }
.footer-button:hover, .footer-button:focus { background: rgba(255,255,255,.1); border-color: #fff; }
.footer-button--primary { background: #2ed3ee; border-color: #2ed3ee; color: #06111f; }
.footer-button--primary:hover, .footer-button--primary:focus { background: #fff; border-color: #fff; }
.footer-grid { border-bottom: 1px solid rgba(255,255,255,.1); display: grid; gap: clamp(2.5rem, 4vw, 4.5rem); grid-template-columns: 1.35fr .75fr .9fr 1fr; padding-bottom: clamp(3.5rem, 5vw, 5rem); }
.footer-brand { align-items: center; display: inline-flex; gap: .85rem; text-decoration: none; }
.footer-brand img { height: 44px; opacity: .94; width: 44px; }
.footer-brand strong { color: #fff; display: block; font-size: 1rem; }
.footer-brand small { color: #a8c8e7; display: block; font: 600 .59rem var(--mono); letter-spacing: .09em; margin-top: .22rem; text-transform: uppercase; }
.footer-copy { color: #aebed2; font-size: .79rem; line-height: 1.8; margin: 1.35rem 0 0; max-width: 360px; }
.footer-corporate-link { color: #7edcf0; display: inline-flex; font-size: .73rem; font-weight: 750; margin-top: .8rem; text-decoration: none; }
.footer-corporate-link:hover { color: #fff; }
.footer-legal { color: #76899f; font-size: .66rem; line-height: 1.7; margin-top: 1.35rem; }
.footer-legal p { margin-bottom: .65rem; }
.footer-legal span { color: #61758b; }
.footer-legal strong { color: #aebed2; font-weight: 650; letter-spacing: .035em; }
.footer-heading { color: #8192a6; font: 700 .62rem var(--mono); letter-spacing: .12em; margin: 0 0 1.35rem; text-transform: uppercase; }
.footer-links { display: grid; gap: .85rem; list-style: none; margin: 0; padding: 0; }
.footer-links a { color: #bdc9d7; font-size: .75rem; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.footer-links a:hover, .footer-links a:focus { color: #fff; transform: translateX(3px); }
.footer-trust-copy { color: #76899f; font-size: .67rem; line-height: 1.7; margin-top: 1.4rem; max-width: 280px; }
.footer-bottom { align-items: center; color: #708298; display: flex; font-size: .65rem; gap: 2rem; justify-content: space-between; padding-top: 1.6rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { align-items: center; display: flex; gap: .55rem; }
.footer-status-dot { background: #2ed3ee; border-radius: 50%; box-shadow: 0 0 0 5px rgba(46,211,238,.09); height: 7px; width: 7px; }

.project-hero { width: 100%; }
.project-hero--index { min-height: 480px; padding-bottom: 3rem; padding-top: clamp(4rem, 8vw, 7.5rem); }
.project-hero--index h1 { margin-bottom: .7rem; }
.project-byline { color: var(--blue); font: 600 .68rem var(--mono); letter-spacing: .05em; margin: -.4rem 0 1.2rem; text-transform: uppercase; }
.project-hero--detail { background: var(--navy); color: #fff; min-height: 620px; overflow: hidden; position: relative; }
.project-hero__inner { display: grid; gap: clamp(2.5rem, 5vw, 5rem); grid-template-columns: minmax(0, 1.15fr) minmax(0, .55fr); min-height: 620px; padding-bottom: clamp(4rem, 6vw, 6rem); padding-top: clamp(4rem, 6vw, 6rem); position: relative; }
.project-hero--detail::before { background: radial-gradient(circle at 78% 38%, var(--project-accent) 0, transparent 1px), repeating-radial-gradient(circle at 78% 38%, transparent 0, transparent 56px, rgba(255,255,255,.06) 57px); content: ""; inset: 0; opacity: .75; pointer-events: none; position: absolute; }
.project-hero__copy, .project-identity { min-width: 0; position: relative; z-index: 1; }
.project-hero--detail .eyebrow { color: var(--project-accent); }
.project-hero--detail h1 { font-size: clamp(3rem, 5.7vw, 6.1rem); max-width: 900px; }
.project-hero--detail .project-byline { color: #c1d1e2; }
.project-hero--detail .lede { color: #b2c4d7; }
.back-link { color: #d6e6f6; display: inline-block; font-size: .76rem; font-weight: 800; margin-bottom: 3rem; text-decoration: none; }
.initiative-label { color: var(--project-accent); font: .65rem var(--mono); letter-spacing: .06em; margin: -.45rem 0 1rem; text-transform: uppercase; }
.project-route { border-left: 2px solid var(--project-accent); display: grid; margin-top: 2.4rem; padding-left: .85rem; }
.project-route span { color: #8fa8c1; font: .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.project-route code { color: #fff; font: 500 .68rem var(--mono); margin-top: .18rem; overflow-wrap: anywhere; }
.project-identity { align-self: end; background: rgba(5, 20, 39, .82); border: 1px solid rgba(255,255,255,.15); box-shadow: var(--shadow); min-height: 315px; padding: 1.5rem; }
.project-identity::after { background: var(--project-accent); bottom: 0; content: ""; height: 4px; left: 0; position: absolute; width: 100%; }
.project-identity__code { color: #9bb0c5; font: .62rem var(--mono); }
.project-identity__icon { border-radius: 18px; box-shadow: 0 18px 40px rgba(0,0,0,.25); display: block; height: 92px; margin: 2rem 0 1.2rem; width: 92px; }
.apollo-wordmark { display: block; height: 54px; margin: -.25rem 0 1rem; max-width: 230px; object-fit: contain; object-position: left center; width: 100%; }
.project-identity strong { display: block; font-size: 1.25rem; letter-spacing: -.03em; }
.project-identity p { color: #9bb0c5; font-size: .75rem; }
.project-identity .portrait-stack { margin-top: 1.6rem; }
.project-identity .portrait--stack { border-color: var(--navy); height: 38px; width: 38px; }

.project-layout { width: 100%; }
.project-layout__inner { display: grid; gap: clamp(2rem, 7vw, 7rem); grid-template-columns: 1.15fr .85fr; padding-bottom: 5rem; padding-top: 5rem; }
.project-copy { font-size: 1.02rem; max-width: 760px; }
.project-copy p { color: var(--muted); }
.detail-card { background: var(--surface); border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(8,23,42,.06); padding: 1.5rem; }
.detail-card__label { color: var(--blue); font: 600 .62rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.detail-card dl { margin: 0; }
.detail-card div { border-top: 1px solid var(--line); padding: .85rem 0; }
.detail-card dt { color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.detail-card dd { font-size: .87rem; margin: .15rem 0 0; overflow-wrap: anywhere; }
.notice { border-left: 3px solid var(--project-accent); color: var(--muted); font-size: .79rem; margin-top: 2rem; padding: .8rem 1rem; }
.team-section, .case-study { border-top: 1px solid var(--line); width: 100%; }
.team-section__inner, .case-study__inner { display: grid; gap: 3rem; grid-template-columns: .68fr 1.32fr; padding-bottom: 4.5rem; padding-top: 4.5rem; }
.team-section__inner > div:first-child p, .case-study-heading p { color: var(--muted); font-size: .86rem; }
.team-grid { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.team-member { background: var(--surface); border: 1px solid var(--line); display: grid; grid-template-columns: 108px 1fr; min-height: 145px; overflow: hidden; }
.team-member > .portrait { height: 100%; min-height: 145px; width: 108px; }
.team-member__copy { align-self: center; padding: 1rem; }
.team-member__copy span, .case-study-grid article > span { color: var(--blue); font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.team-member h3 { font-size: .92rem; margin: .65rem 0 .2rem; }
.team-member p { color: var(--muted); font-size: .69rem; margin: 0; }
.case-study-grid { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.case-study-grid article { background: var(--surface); border: 1px solid var(--line); min-height: 175px; padding: 1.15rem; }
.case-study-grid p { color: var(--muted); font-size: .79rem; margin: .75rem 0 0; }
.pending-copy { font-style: italic; }
.empty { background: var(--surface); border: 1px solid var(--line); color: var(--muted); padding: 2rem; }

.story-section { background: #edf3f8; border-top: 1px solid var(--line); }
.story-grid { display: grid; gap: clamp(3rem,7vw,8rem); grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); padding-bottom: clamp(4rem,7vw,7rem); padding-top: clamp(4rem,7vw,7rem); }
.story-heading > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; line-height: 1.8; max-width: 540px; }
.story-chapters { border-top: 1px solid #cdd8e3; }
.story-chapters article { display: grid; gap: 1.2rem; grid-template-columns: 90px minmax(190px,.75fr) 1fr; padding: 1.4rem 0; }
.story-chapters article + article { border-top: 1px solid #cdd8e3; }
.story-chapters span { color: var(--blue); font: 600 .56rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.story-chapters h3 { font-size: 1rem; line-height: 1.4; margin: 0; }.story-chapters p { color: var(--muted); font-size: .76rem; line-height: 1.7; margin: 0; }

.article-section { background: #fbf7ed; border-top: 1px solid #e4dccb; }
.article-layout { display: grid; gap: clamp(3rem,8vw,9rem); grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr); padding-bottom: clamp(4rem,7vw,7rem); padding-top: clamp(4rem,7vw,7rem); }
.article-mark { align-self: start; border-left: 4px solid #c2392b; color: #132033; display: grid; padding: .3rem 0 .3rem 1rem; }.article-mark span { color: #c2392b; font: 700 .68rem var(--mono); letter-spacing: .16em; }.article-mark strong { font-size: 2.8rem; letter-spacing: -.06em; line-height: 1; }.article-mark small { color: #817664; font: .55rem var(--mono); margin-top: .6rem; text-transform: uppercase; }
.article-layout article { max-width: 920px; }.article-layout article h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.6rem,4.8vw,5.8rem); font-weight: 700; letter-spacing: -.045em; line-height: .96; }.article-deck { color: #2f4054; font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; line-height: 1.55; }.article-layout article > p:not(.eyebrow):not(.article-deck) { color: #645f54; font-size: .86rem; line-height: 1.85; max-width: 760px; }
.editorial-state { border-top: 1px solid #dfd5c2; display: grid; gap: .25rem; margin-top: 2rem; padding-top: 1rem; }.editorial-state span { color: #a44736; font: .55rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }.editorial-state strong { font-size: .72rem; }

.publication-section { background: #071a33; color: white; }
.publication-layout { display: grid; gap: clamp(3rem,7vw,8rem); grid-template-columns: minmax(0,.58fr) minmax(0,1.42fr); padding-bottom: clamp(4rem,7vw,7rem); padding-top: clamp(4rem,7vw,7rem); }.publication-heading .eyebrow { color: var(--project-accent); }.publication-heading > p:not(.eyebrow) { color: #96aac0; font-size: .84rem; line-height: 1.8; }
.publication-stack { display: grid; gap: 1rem; }.publication-card { background: #0d294b; border: 1px solid rgba(255,255,255,.13); padding: 1.5rem; }.publication-card__top { align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); color: #8fa5bc; display: flex; font: .54rem var(--mono); justify-content: space-between; letter-spacing: .08em; padding-bottom: .8rem; text-transform: uppercase; }.publication-card__top strong { color: var(--project-accent); }.publication-card h3 { font-size: 1.35rem; line-height: 1.3; margin: 1.1rem 0; }.publication-card ol { color: #9db0c4; display: grid; font-size: .72rem; gap: .45rem; line-height: 1.6; padding-left: 1.3rem; }.publication-evidence { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.2rem; }.publication-evidence span, .paper-sections span { border: 1px solid rgba(255,255,255,.14); color: #b8c8d8; font: .51rem var(--mono); padding: .4rem .5rem; text-transform: uppercase; }.abstract-label { color: var(--project-accent) !important; font: .55rem var(--mono) !important; letter-spacing: .08em; text-transform: uppercase; }.publication-card--paper > p { color: #aebfd0; font-size: .76rem; line-height: 1.75; }.paper-sections { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: 1rem; }.publication-card small { color: #748ba2; display: block; font-size: .58rem; margin-top: 1rem; }
.publication-downloads { display: grid; gap: .5rem; grid-template-columns: repeat(3,minmax(0,1fr)); }.publication-downloads a { align-items: center; border: 1px solid rgba(255,255,255,.15); color: #d9e7f4; display: flex; font-size: .62rem; font-weight: 800; justify-content: space-between; min-height: 48px; padding: .75rem; text-decoration: none; }.publication-downloads a:hover, .publication-downloads a:focus { background: var(--project-accent); border-color: var(--project-accent); color: #06111f; }

.dossier-section { background: white; }
.dossier-layout { display: grid; gap: clamp(3rem,7vw,8rem); grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); padding-bottom: clamp(4rem,7vw,7rem); padding-top: clamp(4rem,7vw,7rem); }.dossier-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: .85rem; line-height: 1.8; }.dossier-register { border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; margin-top: 2rem; }.dossier-register span, .dossier-register strong { border-bottom: 1px solid var(--line); font-size: .68rem; padding: .75rem 0; }.dossier-register span { color: var(--muted); font: .56rem var(--mono); text-transform: uppercase; }.dossier-register strong { font-weight: 700; }
.diary-panel { background: #edf3f8; border-top: 3px solid var(--project-accent); padding: 1.25rem; }.diary-panel__heading { align-items: center; display: flex; font: .56rem var(--mono); justify-content: space-between; letter-spacing: .08em; text-transform: uppercase; }.diary-panel__heading strong { color: var(--blue); }.diary-calendar { display: grid; gap: .35rem; grid-template-columns: repeat(6,1fr); margin-top: 1rem; }.diary-calendar button { aspect-ratio: 1; background: white; border: 1px solid #d4dfe9; color: var(--ink); cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: .45rem; text-align: left; }.diary-calendar button:hover, .diary-calendar button[aria-pressed="true"] { border-color: var(--project-accent); box-shadow: inset 0 0 0 1px var(--project-accent); }.diary-calendar span { font-size: .72rem; font-weight: 800; }.diary-calendar small { color: #8a99a9; font: .4rem var(--mono); overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }.diary-panel > p { color: #627386; font-size: .68rem; line-height: 1.65; margin: 1rem 0 0; }

.project-assistant { background: #0b2546; color: white; }.project-assistant__layout { display: grid; gap: clamp(3rem,7vw,8rem); grid-template-columns: minmax(0,.7fr) minmax(420px,1.3fr); padding-bottom: clamp(4rem,7vw,7rem); padding-top: clamp(4rem,7vw,7rem); }.project-assistant .eyebrow { color: var(--project-accent); }.project-assistant__layout > div:first-child > p:not(.eyebrow) { color: #91a6bc; font-size: .82rem; line-height: 1.8; }.project-assistant__console { background: #f5f8fc; border-top: 3px solid var(--project-accent); color: var(--ink); padding: 1.2rem; }.assistant-status { align-items: center; border-bottom: 1px solid #d4dfe9; display: flex; font: .54rem var(--mono); justify-content: space-between; padding-bottom: .8rem; text-transform: uppercase; }.assistant-status span { align-items: center; display: flex; gap: .5rem; }.assistant-status i { background: #43d895; border-radius: 50%; height: 6px; width: 6px; }.assistant-status small { color: #8190a0; }.project-assistant__answer { background: white; border: 1px solid #d6e0ea; margin-block: 1rem; min-height: 115px; padding: 1rem; }.project-assistant__answer span { color: var(--blue); font: .53rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }.project-assistant__answer p { color: #536579; font-size: .75rem; line-height: 1.7; margin: .5rem 0 0; }.project-assistant__quick { display: flex; flex-wrap: wrap; gap: .4rem; }.project-assistant__quick button { background: transparent; border: 1px solid #cbd7e2; color: #506278; cursor: pointer; font: 650 .57rem var(--sans); padding: .45rem .55rem; }.project-assistant form { display: grid; grid-template-columns: 1fr auto; margin-top: .9rem; }.project-assistant input { border: 1px solid #cbd7e2; border-right: 0; font: .7rem var(--sans); min-width: 0; padding: .8rem; }.project-assistant form button { background: var(--ink); border: 1px solid var(--ink); color: white; cursor: pointer; font: 700 .65rem var(--sans); padding: .8rem 1rem; }
.project-feedback-link { color: var(--project-accent); display: inline-flex; font-size: .72rem; font-weight: 800; margin-top: 1.2rem; text-decoration: none; }.project-feedback-link:hover, .project-feedback-link:focus { color: #fff; text-decoration: underline; text-underline-offset: .3em; }
.sr-only { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.privacy-band { background: #e8eef4; border-top: 1px solid #d2dde7; }.privacy-band__inner { align-items: center; display: grid; gap: 2rem; grid-template-columns: 1fr auto; padding-bottom: 1.5rem; padding-top: 1.5rem; }.privacy-band span { color: var(--blue); font: .55rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }.privacy-band p { color: #68798c; font-size: .67rem; line-height: 1.6; margin: .3rem 0 0; max-width: 780px; }.privacy-band__inner > div:last-child { display: flex; gap: .4rem; }.privacy-band button { background: transparent; border: 1px solid #bdcad7; cursor: pointer; font: 650 .6rem var(--sans); padding: .6rem .7rem; }.privacy-band button:last-child { background: var(--ink); border-color: var(--ink); color: white; }.privacy-band[data-choice] { border-top-color: #97d9bd; }

.project-footer-context:empty { display: none; }.project-footer-context { margin-bottom: 2rem; }.footer-project-identity { align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); display: grid; gap: 1.2rem; grid-template-columns: 72px 1fr; padding-bottom: 2rem; }.footer-project-icon { border-radius: 14px; height: 64px; width: 64px; }.footer-project-identity span { color: #79dff2; font: .55rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }.footer-project-identity strong { color: white; display: block; font-size: 1.35rem; margin-top: .25rem; }.footer-project-identity p { color: #7f92a7; font-size: .7rem; margin: .25rem 0 0; }.footer-project-identity--apollo { grid-template-columns: minmax(220px,.45fr) 1fr; }.footer-project-identity--apollo > img { height: 76px; object-fit: contain; object-position: left center; width: 280px; }

@media (max-width: 1040px) {
  .hero-inner, .project-hero__inner { grid-template-columns: 1fr; }
  .hero-orbit { max-width: 430px; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-layout__inner, .team-section__inner, .case-study__inner, .story-grid, .article-layout, .publication-layout, .dossier-layout, .project-assistant__layout { grid-template-columns: 1fr; }
  .project-identity { max-width: 480px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .site-header__inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .desktop-navigation { display: none !important; }
  .mobile-navigation { display: block; }
  .project-header-context { margin-left: auto; }.header-project-name, .header-divider { display: none; }.header-apollo-wordmark { width: 112px; }
  .hero-inner { min-height: auto; padding-bottom: 3rem; padding-top: 3rem; }
  .hero-orbit { margin-top: 1rem; }
  .orbit-label { font-size: .48rem; }
  .project-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .project-strip__inner > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .project-strip__inner > div:nth-child(4) { border-top: 1px solid var(--line); }
  .section-heading { align-items: start; flex-direction: column; }
  .project-grid, .team-grid, .case-study-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 310px; }
  .method-inner { gap: 2rem; grid-template-columns: 1fr; }
  .project-hero--detail, .project-hero__inner { min-height: auto; }
  .project-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .project-hero--detail h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .project-hero--detail .project-byline { overflow-wrap: anywhere; }
  .project-identity { min-height: 270px; }
  .story-chapters article { gap: .6rem; grid-template-columns: 1fr; }.article-mark { max-width: 260px; }
  .publication-downloads { grid-template-columns: 1fr; }
  .diary-calendar { grid-template-columns: repeat(5,1fr); }.dossier-register { grid-template-columns: 1fr; }.dossier-register span { border-bottom: 0; padding-bottom: .2rem; }.dossier-register strong { padding-top: 0; }
  .project-assistant__layout { min-width: 0; }.project-assistant__console { min-width: 0; }.privacy-band__inner { align-items: start; grid-template-columns: 1fr; }.privacy-band__inner > div:last-child { flex-wrap: wrap; }
  .footer-project-identity, .footer-project-identity--apollo { align-items: start; grid-template-columns: 1fr; }.footer-project-identity--apollo > img { max-width: 240px; width: 100%; }
  .team-member { grid-template-columns: 92px 1fr; }
  .team-member > .portrait { width: 92px; }
  .card-footer { grid-template-columns: 1fr auto; }
  .card-footer > span:first-child { grid-column: 1 / -1; }
  .footer-cta, .footer-grid { grid-template-columns: 1fr; }
  .footer-cta { padding: 1.5rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (min-width: 768px) {
  :root { --edge-gutter: 2.5rem; --content-gutter: 5.5rem; }
}

@media (min-width: 1280px) {
  :root { --edge-gutter: 4rem; --content-gutter: 10.5rem; }
}

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