/*
Theme Name: MRD Innovations
Theme URI: https://mrdinnovations.com/
Author: MRD Innovations
Description: Ultra-light custom theme for MRD Innovations. No page builder required.
Version: 3.3.0
Text Domain: mrd-innovations
*/

:root {
  --ink: #050b17;
  --ink-soft: #0b1730;
  --paper: #f4f7fb;
  --paper-warm: #e7eef9;
  --line: rgba(5, 11, 23, .14);
  --line-dark: rgba(255, 255, 255, .13);
  --lime: #5bc8ff;
  --lime-deep: #2372ff;
  --purple: #7f8cff;
  --gold: #90dcff;
  --white: #fff;
  --muted: #657068;
  --shell: min(1240px, calc(100vw - 48px));
  --radius: 28px;
  --shadow: 0 34px 90px rgba(5, 11, 23, .18);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.honeypot { display: none !important; }

.status-section { background: #f4f8fb; }
.status-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.status-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.status-card h3 { margin: 18px 0 10px; font: 400 30px/1.08 var(--display); }
.status-card p { color: var(--muted); }
.status-pill { display: inline-flex; align-items: center; width: fit-content; margin: 0 0 12px; padding: 7px 11px; border-radius: 999px; font-size: 11px; font-weight: 750; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.status-current { background: #dff3ff; color: #07517c; }
.status-development { background: #e9e5ff; color: #4938a4; }
.status-research { background: #edf0f3; color: #465666; }
.pillar-card .status-pill { margin: 16px 0 0; }
.audience-section { background: var(--ink); color: var(--white); }
.audience-section .section-head > p { color: rgba(255,255,255,.68); }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.audience-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 330px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.055); }
.audience-card h3 { margin: 18px 0 10px; font: 400 31px/1.08 var(--display); }
.audience-card p { color: rgba(255,255,255,.68); }
.audience-card .button { margin-top: auto; }
.audience-icon { color: #76d4ff; font: 700 12px/1 var(--sans); letter-spacing: .16em; }
.button-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(11,31,43,.28); }
.partner-hero .hero-actions { margin-top: 28px; }
.partner-stage-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.partner-stage-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.partner-stage-grid h3 { margin: 16px 0 10px; font: 400 30px/1.08 var(--display); }
.partner-stage-grid p { color: var(--muted); }
.partner-fit-section { background: #f4f8fb; }
.diligence-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.diligence-grid h2 { font: 400 clamp(40px,5vw,68px)/.98 var(--display); }
.diligence-grid p { color: rgba(255,255,255,.68); }
.diligence-card { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.06); }
.diligence-card h3 { font: 400 31px/1.08 var(--display); }
.solution-copy > .status-pill { margin-bottom: 14px; }
.transparency-section { background: #f4f8fb; }
.transparency-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.transparency-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.transparency-grid h3 { margin: 0 0 10px; font: 400 27px/1.08 var(--display); }
.transparency-grid p { margin: 0; color: var(--muted); }
.leadership-section { background: #eef7fb; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 18px 48px rgba(9, 35, 55, .08); }
.team-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; background: #dbe8ef; }
.team-card-copy { padding: 28px; }
.team-role, .inspiration-field { margin: 0 0 12px; color: #086b9c; font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.team-card h3 { margin: 0 0 14px; font: 400 32px/1.04 var(--display); }
.team-card-copy > p:last-child { margin: 0; color: var(--muted); }
.inspiration-section { position: relative; overflow: hidden; }
.inspiration-section::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(91,200,255,.2), transparent 68%); pointer-events: none; }
.inspiration-section .shell { position: relative; z-index: 1; }
.inspiration-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.inspiration-grid article { min-height: 280px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.055); }
.inspiration-grid h3 { margin: 26px 0 14px; font: 400 29px/1.05 var(--display); }
.inspiration-grid article > p:last-child { margin: 0; color: rgba(255,255,255,.66); }
.inspiration-field { color: #76d4ff; }
.inspiration-note { max-width: 920px; margin: 28px 0 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.55; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 9999; background: var(--lime); color: var(--ink); padding: 12px 18px; border-radius: 999px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); background: linear-gradient(180deg, rgba(5, 24, 58, .11), rgba(5, 24, 58, .00)); border-bottom: 1px solid rgba(91, 200, 255, .18); box-shadow: 0 12px 34px rgba(0, 0, 0, .16); -webkit-backdrop-filter: blur(18px) saturate(150%); backdrop-filter: blur(18px) saturate(150%); transition: background .32s ease, border-color .32s ease, box-shadow .32s ease, backdrop-filter .32s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { background: rgba(3, 8, 21, .92); border-color: rgba(91, 200, 255, .22); box-shadow: 0 10px 34px rgba(0, 0, 0, .24); -webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%); }
.header-inner { width: var(--shell); min-height: 96px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-size: 15px; letter-spacing: .04em; }
.brand img { width: 82px; height: 82px; object-fit: cover; border-radius: 50%; }
.brand strong { font-size: 18px; letter-spacing: .11em; }
.site-navigation { display: flex; min-width: 0; align-items: center; gap: 20px; }
.site-menu { display: flex; align-items: center; gap: 22px; list-style: none; padding: 0; margin: 0; }
.site-menu > li { position: relative; }
.site-menu a { color: inherit; text-decoration: none; font-size: 14px; font-weight: 620; position: relative; display: inline-flex; }
.site-menu a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 1px; background: var(--lime); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-menu a:hover::after,
.site-menu .current-menu-item > a::after,
.site-menu .current_page_item > a::after,
.site-menu .current-page-item > a::after,
.site-menu .current-page-parent > a::after,
.site-menu .current-menu-parent > a::after,
.site-menu .is-current-link::after,
.site-menu a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-menu .current-menu-item > a,
.site-menu .current-page-item > a,
.site-menu .is-current-link,
.site-menu a[aria-current="page"] { font-weight: 760; }

.site-menu .is-current-link,
.site-menu .current-page-item,
.site-menu .current-menu-item {
  color: var(--lime);
}

.site-menu .current-menu-item::after,
.site-menu .current-page-item::after,
.site-menu .is-current-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 1px;
  background: var(--lime);
}
.site-menu .sub-menu { position: absolute; top: calc(100% + 18px); left: -20px; width: 350px; margin: 0; padding: 12px; list-style: none; border: 1px solid var(--line-dark); border-radius: 18px; background: rgba(5, 11, 23, .97); box-shadow: 0 24px 70px rgba(0, 0, 0, .32); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.site-menu .sub-menu::before { content: ""; position: absolute; inset: -20px 0 auto; height: 20px; }
.site-menu > li:hover > .sub-menu, .site-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.site-menu .sub-menu li + li { margin-top: 2px; }
.site-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 10px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.35; }
.site-menu .sub-menu a:hover, .site-menu .sub-menu a:focus-visible { color: var(--white); background: rgba(255,255,255,.07); }
.site-menu .sub-menu a::after { display: none; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line-dark); background: transparent; border-radius: 50%; padding: 13px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--white); transition: transform .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); border-radius: 999px; font-size: 13px; font-weight: 750; letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--lime); border-color: var(--lime); color: var(--ink); }
.button-small { min-height: 42px; padding-inline: 17px; background: var(--lime); border-color: var(--lime); color: var(--ink); white-space: nowrap; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.35); color: var(--white); }
.button-ghost:hover { border-color: var(--lime); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; }

.eyebrow { margin: 0 0 16px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 10px; opacity: .55; }
.display { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
h1, h2, h3, p { text-wrap: pretty; }

.hero { position: relative; min-height: 820px; color: var(--white); background: var(--ink); overflow: hidden; display: grid; align-items: end; }
.hero::before { content: ""; position: absolute; width: 700px; aspect-ratio: 1; right: -130px; top: -120px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, rgba(91,200,255,.28), rgba(127,140,255,.18) 42%, transparent 70%); filter: blur(6px); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,23,.95) 0%, rgba(5,11,23,.72) 46%, rgba(5,11,23,.2) 100%); }
.hero-grid { position: relative; z-index: 2; min-height: 820px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5vw; padding: 140px 0 80px; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.hero h1 { margin: 0; max-width: 760px; color: var(--white); font-size: clamp(64px, 7.8vw, 124px); }
.hero h1 em { color: var(--lime); font-style: italic; }
.hero .lede { max-width: 650px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 23px); color: rgba(255,255,255,.74); line-height: 1.5; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.hero-visual { position: relative; z-index: 1; align-self: stretch; display: grid; place-items: center; }
.hero-visual img { width: min(460px, 88%); aspect-ratio: 1; object-fit: cover; border-radius: 50% 50% 44% 56% / 46% 44% 56% 54%; box-shadow: 0 40px 120px rgba(0,0,0,.42); }
.hero-visual .orbit { position: absolute; width: min(560px, 100%); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; animation: orbit 16s linear infinite; }
.hero-visual .orbit::after { content: "MRD"; position: absolute; top: 7%; left: 50%; background: var(--lime); color: var(--ink); width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.hero-proof { position: absolute; left: 0; bottom: 72px; display: grid; grid-template-columns: repeat(3, 1fr); width: min(720px, 58vw); border-top: 1px solid var(--line-dark); padding-top: 20px; gap: 20px; color: rgba(255,255,255,.68); font-size: 12px; }
.hero-proof strong { color: var(--white); display: block; font-size: 14px; margin-bottom: 2px; }
@keyframes orbit { to { transform: rotate(360deg); } }

.hero-artwork { --hero-media-x: 0px; --hero-media-y: 0px; --hero-media-scale: 1.006; --hero-depth-x: 0px; --hero-depth-y: 0px; min-height: clamp(720px, 52.5vw, 900px); padding-top: 34px; background: #030815; isolation: isolate; }
.hero-artwork::before { display: none; }
.hero-artwork::after { z-index: 1; background: linear-gradient(90deg, rgba(3,8,21,.99) 0%, rgba(3,8,21,.97) 40%, rgba(3,8,21,.87) 52%, rgba(3,8,21,.34) 66%, rgba(3,8,21,.05) 80%), linear-gradient(180deg, rgba(3,8,21,.08) 0%, rgba(3,8,21,.22) 62%, rgba(3,8,21,.72) 100%); mix-blend-mode: normal; pointer-events: none; }
.hero-artwork-media { position: absolute; top: 92px; right: -4%; bottom: -132px; left: -4%; z-index: 0; overflow: hidden; }
.hero-artwork-media img { width: 108%; height: 100%; object-fit: contain; object-position: 50% 0%; transform: translate3d(var(--hero-media-x), var(--hero-media-y), 0) scale(var(--hero-media-scale)); transform-origin: center; will-change: transform; }
.hero-depth-light { position: absolute; inset: -10%; z-index: 1; pointer-events: none; background: radial-gradient(circle at 72% 40%, rgba(91,200,255,.22) 0, rgba(35,114,255,.11) 13%, transparent 38%); mix-blend-mode: screen; opacity: .72; transform: translate3d(var(--hero-depth-x), var(--hero-depth-y), 0); will-change: transform; }
.hero-depth-particles { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; transform: translate3d(var(--hero-depth-x), var(--hero-depth-y), 0); will-change: transform; }
.hero-depth-particles i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: rgba(144,220,255,.82); box-shadow: 0 0 14px 4px rgba(91,200,255,.23); animation: heroParticle 5.8s ease-in-out infinite alternate; }
.hero-depth-particles i:nth-child(1) { left: 58%; top: 24%; animation-delay: -.7s; }
.hero-depth-particles i:nth-child(2) { left: 68%; top: 14%; width: 2px; height: 2px; animation-delay: -2.8s; }
.hero-depth-particles i:nth-child(3) { left: 75%; top: 33%; animation-delay: -4.1s; }
.hero-depth-particles i:nth-child(4) { left: 83%; top: 20%; width: 2px; height: 2px; animation-delay: -1.9s; }
.hero-depth-particles i:nth-child(5) { left: 62%; top: 58%; width: 2px; height: 2px; animation-delay: -3.6s; }
.hero-depth-particles i:nth-child(6) { left: 72%; top: 70%; animation-delay: -5.1s; }
.hero-depth-particles i:nth-child(7) { left: 88%; top: 54%; width: 2px; height: 2px; animation-delay: -2.2s; }
.hero-depth-particles i:nth-child(8) { left: 79%; top: 82%; animation-delay: -4.7s; }
@keyframes heroParticle { from { opacity: .22; transform: translate3d(0, 5px, 0) scale(.7); } to { opacity: .9; transform: translate3d(0, -8px, 0) scale(1.16); } }
.hero-artwork .hero-grid { display: block; min-height: clamp(720px, 52.5vw, 900px); padding: 0; }
.hero-artwork .hero-copy { position: absolute; left: 0; bottom: 44px; width: min(760px, 66vw); max-width: none; }
.hero-artwork .lede { margin-top: 0; max-width: 660px; color: rgba(255,255,255,.82); font-size: 18px; text-shadow: 0 2px 24px rgba(0,0,0,.7); }
.hero-artwork .hero-actions { margin-top: 20px; }
.hero-artwork .hero-proof { position: static; width: 100%; margin-top: 26px; padding-top: 16px; }

@media (min-width: 1181px) {
  .header-inner { width: min(1440px, calc(100vw - 64px)); }
  .hero-artwork,
  .hero-artwork .hero-grid { min-height: clamp(720px, 52.36vw, 1005px); }
  .hero-artwork-media img { object-fit: contain; object-position: 50% 0%; }
  .hero-artwork-media { top: 88px; bottom: -132px; }
}

.section { padding: 94px 0; }
.section-tight { padding: 64px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-green { background: var(--ink-soft); color: var(--white); }
.section-lime { background: var(--lime); }
.section-lime .eyebrow,
.section-lime > .shell > p,
.section-lime .shell > p { color: #17384a; }
.section-head { display: grid; grid-template-columns: .78fr 1.22fr; gap: 5vw; align-items: end; margin-bottom: 46px; }
.section-head h2 { margin: 0; font: 400 clamp(42px, 5vw, 70px)/1 var(--display); letter-spacing: -.035em; }
.section-head p { margin: 0; max-width: 600px; color: var(--muted); font-size: 17px; }
.section-dark .section-head p, .section-green .section-head p { color: rgba(255,255,255,.66); }

.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-card { position: relative; min-height: 460px; padding: 30px; border-radius: var(--radius); overflow: hidden; color: var(--white); background: var(--ink-soft); display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); }
.pillar-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: transform .6s ease; }
.pillar-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,11,23,.02), rgba(5,11,23,.96)); }
.pillar-card:hover img { transform: scale(1.04); }
.pillar-card > *:not(img) { position: relative; z-index: 2; }
.pillar-card h3 { margin: 18px 0 9px; font: 400 31px/1.04 var(--display); }
.pillar-card p { margin: 0 0 22px; color: rgba(255,255,255,.72); }

.feature-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.feature-media { min-height: 500px; background: var(--ink-soft); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw; background: var(--paper-warm); }
.feature-copy h2 { margin: 0 0 22px; font: 400 clamp(42px, 4.4vw, 64px)/1 var(--display); letter-spacing: -.035em; }
.feature-copy p { max-width: 560px; font-size: 18px; color: var(--muted); }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.metric { padding: 34px 24px; border-right: 1px solid var(--line-dark); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font: 400 42px/1 var(--display); color: var(--lime); }
.metric span { display: block; margin-top: 9px; color: rgba(255,255,255,.65); font-size: 13px; }

.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.principle { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; }
.principle h3 { margin: 0 0 12px; font: 400 27px/1.1 var(--display); }
.principle p { margin: 0; color: var(--muted); }

.page-hero { padding: 154px 0 78px; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -8vw; top: -12vw; width: 44vw; height: 44vw; border-radius: 50%; background: radial-gradient(circle, rgba(91,200,255,.24), transparent 65%); }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero h1 { max-width: 920px; margin: 0; font: 400 clamp(56px, 7.2vw, 106px)/.95 var(--display); letter-spacing: -.045em; }
.page-hero .lede { max-width: 760px; margin: 30px 0 0; font-size: 20px; color: rgba(255,255,255,.7); }
.page-hero.compact { padding-bottom: 70px; }
.page-hero.compact h1 { font-size: clamp(48px, 6vw, 82px); }

.solution-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0 0; }
.solution-selector a { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; min-height: 86px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.solution-selector a:hover, .solution-selector a:focus-visible { transform: translateY(-2px); border-color: rgba(35,114,255,.45); box-shadow: 0 16px 40px rgba(5,11,23,.09); outline: none; }
.selector-mark { width: 12px; height: 12px; border-radius: 50%; background: var(--lime-deep); box-shadow: 0 0 0 7px rgba(35,114,255,.1); }
.selector-violet { background: var(--purple); box-shadow: 0 0 0 7px rgba(127,140,255,.12); }
.selector-cyan { background: var(--lime); box-shadow: 0 0 0 7px rgba(91,200,255,.14); }
.selector-copy { min-width: 0; }
.selector-copy small, .selector-copy strong { display: block; }
.selector-copy small { margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.selector-copy strong { font: 400 21px/1.05 var(--display); }
.selector-arrow { color: var(--lime-deep); font-size: 18px; }
.solution-row { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6vw; align-items: center; padding: 78px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.solution-row:nth-child(even) .solution-image { order: 2; }
.solution-image { position: relative; }
.solution-image img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.solution-video-frame { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: var(--radius); background: #020714; box-shadow: var(--shadow); }
.solution-video-frame video { width: 100%; height: 100%; display: block; object-fit: contain; }
.video-toggle { position: absolute; right: 18px; bottom: 18px; min-height: 40px; padding: 0 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(3,8,21,.72); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: background .2s ease, border-color .2s ease; }
.video-toggle:hover, .video-toggle:focus-visible { background: rgba(35,114,255,.92); border-color: var(--lime); outline: none; }
.solution-copy h2 { margin: 0 0 18px; font: 400 clamp(42px, 4.4vw, 62px)/1 var(--display); letter-spacing: -.035em; }
.solution-copy > p { color: var(--muted); font-size: 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.benefit { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; padding: 20px; border: 1px solid var(--line); border-radius: 16px; }
.benefit-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: rgba(35,114,255,.12); color: var(--lime-deep); font-size: 20px; font-weight: 800; line-height: 1; }
.benefit-copy strong { display: block; margin-bottom: 6px; }
.benefit-copy span { display: block; color: var(--muted); font-size: 14px; }
.research-note { padding: 24px; border-left: 3px solid var(--lime-deep); background: rgba(35,114,255,.12); margin-top: 28px; font-size: 14px; }

.story-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5vw; align-items: start; }
.story-intro .big-copy { margin: 0; font: 400 clamp(38px, 4.4vw, 62px)/1.06 var(--display); letter-spacing: -.03em; }
.story-intro aside { padding-top: 14px; color: var(--muted); font-size: 17px; }
.story-intro aside h2 { margin: 0 0 18px; color: var(--ink); font: 800 11px/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.story-intro aside p { margin: 0; }
.vision-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 500px; background: var(--ink); color: var(--white); padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; }
.vision-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.vision-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(5,11,23,.94)); }
.vision-card > *:not(img) { position: relative; z-index: 2; }
.vision-card blockquote { margin: 0; max-width: 880px; font: 400 clamp(38px, 4.4vw, 64px)/1.03 var(--display); letter-spacing: -.035em; }

.science-loop { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); border-radius: 24px; overflow: hidden; }
.science-loop article { background: var(--ink-soft); padding: 38px; min-height: 260px; }
.science-loop h3 { font: 400 34px/1 var(--display); margin: 0 0 12px; }
.science-loop p { color: rgba(255,255,255,.64); margin: 0; }

.research-table { width: 100%; border-collapse: collapse; margin-top: 40px; background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.research-table th, .research-table td { text-align: left; vertical-align: top; padding: 25px; border-bottom: 1px solid var(--line); }
.research-table th { background: var(--ink); color: var(--white); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.research-table td:first-child { font-weight: 800; }
.research-table a { font-weight: 700; }

.market-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.market-card { padding: 42px; border-radius: 24px; background: var(--white); border: 1px solid var(--line); }
.market-card.featured { background: var(--ink); color: var(--white); }
.market-card .number { font: 400 clamp(64px, 8vw, 110px)/.9 var(--display); letter-spacing: -.05em; color: var(--lime-deep); }
.market-card.featured .number { color: var(--lime); }
.market-card h2 { font: 400 32px/1.1 var(--display); }
.market-card p, .market-card li { color: var(--muted); }
.market-card.featured p, .market-card.featured li { color: rgba(255,255,255,.68); }
.market-card .text-link { margin-top: 14px; }
.market-card.featured .text-link { color: var(--white); }
.market-diligence-grid article { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.14); }
.market-diligence-grid p { color: rgba(255,255,255,.68); }

.stats-hero .stats-updated { margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.stats-hero h1 { max-width: 1080px; font-size: clamp(52px, 6.1vw, 88px); }
.stats-section-head { align-items: start; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.stat-card { min-height: 390px; display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.stat-card-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.stat-card-accent { background: linear-gradient(145deg, #d9f3ff, #edf2ff); border-color: rgba(35,114,255,.22); }
.stat-label { margin: 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.stat-card-dark .stat-label { color: rgba(255,255,255,.58); }
.stat-value { display: block; margin: 34px 0 4px; font: 400 clamp(66px, 8vw, 106px)/.86 var(--display); letter-spacing: -.055em; color: var(--lime-deep); }
.stat-card-dark .stat-value { color: var(--lime); }
.stat-card h3 { margin: 0 0 18px; font: 400 30px/1.05 var(--display); }
.stat-card > p:not(.stat-label) { margin: 0 0 28px; color: var(--muted); }
.stat-card-dark > p:not(.stat-label) { color: rgba(255,255,255,.68); }
.stat-source { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 750; text-decoration: none; }
.stat-card-dark .stat-source { border-color: var(--line-dark); }
.healthspan-visual { display: grid; grid-template-columns: 1.5fr .5fr; gap: 6vw; align-items: end; padding: 46px; border: 1px solid var(--line-dark); border-radius: 26px; background: var(--ink-soft); }
.healthspan-scale { display: grid; gap: 28px; }
.healthspan-row { display: grid; grid-template-columns: 170px 1fr 90px; gap: 18px; align-items: center; }
.healthspan-row span { color: rgba(255,255,255,.65); font-size: 13px; }
.healthspan-row strong { color: var(--white); font-size: 13px; text-align: right; }
.healthspan-track { height: 14px; border-radius: 999px; background: rgba(255,255,255,.09); overflow: hidden; }
.healthspan-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lime-deep), var(--lime)); }
.healthspan-visual > p { margin: 0; color: rgba(255,255,255,.66); font-size: 15px; }
.evidence-grid, .implication-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.evidence-card, .implication-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.evidence-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 14px; background: rgba(35,114,255,.11); color: var(--lime-deep); font-size: 22px; }
.evidence-card h3, .implication-grid h3 { margin: 0 0 10px; font: 400 27px/1.08 var(--display); }
.evidence-card p, .implication-grid p { margin: 0; color: var(--muted); }
.source-line { margin: 30px 0 0; color: var(--muted); font-size: 13px; }
.source-line a { font-weight: 750; }
.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); border-radius: 24px; overflow: hidden; }
.timeline-grid article { min-height: 300px; padding: 36px; background: var(--ink-soft); border-right: 1px solid var(--line-dark); }
.timeline-grid article:last-child { border-right: 0; }
.timeline-grid span { color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.timeline-grid h3 { margin: 44px 0 14px; font: 400 31px/1.08 var(--display); }
.timeline-grid p { margin: 0; color: rgba(255,255,255,.62); }
.stats-cta { display: grid; grid-template-columns: 1.15fr .75fr auto; gap: 5vw; align-items: end; }
.stats-cta h2 { margin: 0; font: 400 clamp(42px, 5vw, 68px)/1 var(--display); letter-spacing: -.035em; }
.stats-cta > p { margin: 0; color: rgba(255,255,255,.66); }
.source-panel { max-width: 920px; }
.source-panel h2 { margin: 0 0 26px; font: 400 clamp(38px, 4vw, 54px)/1.04 var(--display); }
.source-panel ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.source-panel li { border-bottom: 1px solid var(--line); }
.source-panel li a { display: block; padding: 18px 0; font-weight: 700; text-decoration: none; }
.source-panel li a:hover { color: var(--lime-deep); }
.stats-disclaimer { margin: 28px 0 0; color: var(--muted); font-size: 13px; }

.faq-wrap { display: grid; grid-template-columns: 280px 1fr; gap: 7vw; align-items: start; }
.faq-nav { position: sticky; top: 120px; display: grid; gap: 8px; }
.faq-nav a { text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.faq-group { padding: 0 0 70px; }
.faq-group h2 { margin: 0 0 24px; font: 400 44px/1 var(--display); }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; position: relative; padding: 24px 52px 24px 0; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-warm); font-size: 20px; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
.answer { padding: 0 50px 26px 0; color: var(--muted); }
.answer ul { padding-left: 20px; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; align-items: start; }
.contact-copy h2 { margin: 0; font: 400 clamp(48px, 5vw, 76px)/.98 var(--display); }
.contact-copy > p { color: var(--muted); font-size: 18px; }
.contact-details { margin-top: 46px; display: grid; gap: 18px; }
.contact-details a { font-weight: 760; text-decoration: none; }
.contact-form { background: var(--white); padding: 38px; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 760; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); background: var(--paper); border-radius: 12px; padding: 15px; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--lime-deep); box-shadow: 0 0 0 3px rgba(35,114,255,.15); }
.field textarea { min-height: 150px; resize: vertical; }
.consent-field label { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.5; }
.consent-field input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; padding: 0; }
.form-status { margin: 0 0 20px; padding: 14px 16px; background: rgba(91,200,255,.2); border-radius: 12px; font-weight: 650; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 70px; }
.contact-cards article { padding: 28px; background: var(--paper-warm); border-radius: 18px; }
.contact-cards h3 { font: 400 26px/1.1 var(--display); }
.contact-cards p { color: var(--muted); }

.legal-content { max-width: 880px; margin-inline: auto; }
.legal-content section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { font: 400 34px/1.1 var(--display); }
.legal-content p, .legal-content li { color: #48534b; }

.insights-hero { min-height: 610px; display: flex; align-items: flex-end; }
.insights-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 24%, rgba(91,200,255,.24), transparent 28%), radial-gradient(circle at 62% 72%, rgba(127,140,255,.18), transparent 32%), linear-gradient(135deg, transparent 45%, rgba(255,255,255,.035) 45.2%, transparent 45.5%); }
.insights-hero .shell { padding-bottom: 10px; }
.insights-hero h1 { max-width: 1050px; }
.insights-intro { display: grid; grid-template-columns: .55fr 1.15fr; gap: 7vw; align-items: start; margin-bottom: 50px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.insights-intro > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 19px; }
.insights-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.insights-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.insight-card { min-height: 430px; border-radius: 24px; overflow: hidden; color: var(--white); background: var(--ink); box-shadow: 0 20px 60px rgba(5,11,23,.13); }
.insight-card-link { position: relative; isolation: isolate; height: 100%; min-height: inherit; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; text-decoration: none; overflow: hidden; }
.insight-card-link::before, .insight-card-link::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; transition: transform .55s ease; }
.insight-card-link::before { width: 340px; height: 340px; right: -150px; top: -130px; background: radial-gradient(circle, rgba(91,200,255,.48), transparent 66%); }
.insight-card-link::after { width: 260px; height: 260px; left: -130px; bottom: -140px; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 36px rgba(255,255,255,.025), 0 0 0 72px rgba(255,255,255,.018); }
.insight-card-link:hover::before { transform: translate(-18px, 18px) scale(1.1); }
.insight-tone-2 { background: #0a2149; }
.insight-tone-2 .insight-card-link::before { background: radial-gradient(circle, rgba(127,140,255,.52), transparent 66%); }
.insight-tone-3 { background: #081a35; }
.insight-tone-3 .insight-card-link::before { background: radial-gradient(circle, rgba(83,222,255,.44), transparent 66%); }
.insight-tone-4 { background: #102043; }
.insight-tone-4 .insight-card-link::before { background: radial-gradient(circle, rgba(152,184,255,.46), transparent 66%); }
.insight-tone-5 { background: #100f2f; }
.insight-tone-5 .insight-card-link::before { background: radial-gradient(circle, rgba(127,140,255,.5), transparent 66%); }
.insight-tone-6 { background: #071b2c; }
.insight-tone-6 .insight-card-link::before { background: radial-gradient(circle, rgba(91,200,255,.4), transparent 66%); }
.insight-card-top { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.insight-card h3 { max-width: 540px; margin: 80px 0 14px; font: 400 clamp(31px, 3vw, 45px)/1.02 var(--display); letter-spacing: -.035em; }
.insights-grid-three .insight-card h3 { font-size: clamp(28px, 2.35vw, 36px); }
.insight-card p { max-width: 560px; margin: 0 0 28px; color: rgba(255,255,255,.66); }
.insight-card-action { display: inline-flex; gap: 8px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 800; }
.insights-standard { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: end; }
.insights-standard h2 { max-width: 720px; margin: 0; font: 400 clamp(42px, 5vw, 68px)/1 var(--display); letter-spacing: -.035em; }
.insights-standard > p { margin: 0; color: rgba(255,255,255,.65); font-size: 17px; }
.compact-head { align-items: end; }
.compact-head h2 { font-size: clamp(42px, 4.5vw, 62px); }
.section-head-action { display: grid; gap: 16px; justify-items: start; }
.section-head-action p { margin: 0; }
.section-related { background: var(--paper-warm); }

.article-hero { position: relative; min-height: 690px; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--white); }
.article-hero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -140px; top: -260px; border-radius: 50%; background: radial-gradient(circle at 45% 50%, rgba(91,200,255,.3), rgba(127,140,255,.16) 42%, transparent 69%); }
.article-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: 8%; bottom: -280px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018); }
.article-hero-inner { position: relative; z-index: 2; padding: 170px 0 70px; }
.article-back { display: inline-block; margin-bottom: 72px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 800; text-decoration: none; }
.article-back::before { content: "\2190"; margin-right: 9px; }
.article-hero h1 { max-width: 1100px; margin: 0; font: 400 clamp(56px, 7vw, 102px)/.95 var(--display); letter-spacing: -.045em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px 34px; margin-top: 34px; color: rgba(255,255,255,.57); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 780px); justify-content: center; gap: 7vw; align-items: start; }
.article-aside { position: sticky; top: 130px; padding-top: 8px; }
.article-aside > p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.article-aside > a { display: inline-block; margin-top: 12px; color: var(--lime-deep); font-size: 12px; font-weight: 800; text-decoration: none; }
.article-content { font-family: var(--sans); font-size: 18px; line-height: 1.78; }
.article-content > *:first-child { margin-top: 0; }
.article-content .article-intro { margin-bottom: 50px; color: #33445c; font: 400 30px/1.42 var(--display); }
.article-content h2 { margin: 64px 0 20px; font: 400 clamp(34px, 4vw, 48px)/1.06 var(--display); letter-spacing: -.025em; }
.article-content p { margin: 0 0 24px; }
.article-content ul { margin: 0 0 30px; padding-left: 23px; }
.article-content li { margin: 0 0 12px; padding-left: 6px; }
.article-callout { display: grid; grid-template-columns: .55fr 1fr; gap: 34px; margin: 52px 0; padding: 30px; border-radius: 20px; background: linear-gradient(135deg, #dff4ff, #e8edff); }
.article-callout strong { font: 400 28px/1.05 var(--display); }
.article-callout span { color: #41516a; font-size: 15px; }
.article-sources { margin-top: 70px; padding: 38px; border-radius: 22px; background: var(--ink); color: var(--white); }
.article-sources h2 { margin: 0 0 24px; font-size: 35px; }
.article-sources ul { margin: 0; padding: 0; list-style: none; }
.article-sources li { margin: 0; padding: 15px 0; border-top: 1px solid var(--line-dark); }
.article-sources a { display: block; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; text-decoration: none; }
.article-sources a:hover { color: var(--lime); }
.article-disclaimer { margin-top: 24px !important; color: var(--muted); font-size: 13px; }

.site-footer { background: var(--ink); color: var(--white); padding-top: 90px; }
.footer-lead { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 70px; border-bottom: 1px solid var(--line-dark); }
.footer-lead h2 { max-width: 850px; margin: 0; font: 400 clamp(48px, 6vw, 82px)/.98 var(--display); letter-spacing: -.04em; }
.footer-grid { display: grid; grid-template-columns: 1.65fr .7fr .85fr 1fr; gap: 5vw; padding: 66px 0; }
.footer-grid h3 { margin: 0 0 20px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; }
.footer-grid a:hover { color: var(--lime); }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.6); }
.footer-brand .brand { margin-bottom: 18px; }
.footer-contact p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
.newsletter { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 6vw; padding: 54px 0; border-top: 1px solid var(--line-dark); }
.newsletter h3 { margin: 0; font: 400 32px/1.1 var(--display); }
.newsletter-form { display: grid; grid-template-columns: 1fr 1fr 1.35fr auto; gap: 10px; }
.newsletter-form input { min-width: 0; border: 1px solid var(--line-dark); background: rgba(255,255,255,.06); color: var(--white); border-radius: 999px; padding: 0 17px; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.52); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 34px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.45); font-size: 11px; }
.mobile-action-bar { display: none; }

.section-topic-map { background: var(--paper-warm); }
.topic-map-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.topic-map-grid a { display: flex; min-height: 240px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.topic-map-grid a:hover { transform: translateY(-4px); border-color: rgba(35,114,255,.38); box-shadow: 0 20px 50px rgba(5,11,23,.1); }
.topic-map-grid small { color: var(--lime-deep); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.topic-map-grid strong { margin: 22px 0 12px; font: 400 30px/1.05 var(--display); letter-spacing: -.025em; }
.topic-map-grid span { margin-top: auto; color: var(--muted); font-size: 14px; line-height: 1.55; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } [data-reveal] { opacity: 1; transform: none; } .hero-artwork { --hero-media-x: 0px !important; --hero-media-y: 0px !important; --hero-media-scale: 1 !important; --hero-depth-x: 0px !important; --hero-depth-y: 0px !important; } .hero-depth-light, .hero-depth-particles { display: none; } }

@media (max-width: 1180px) {
  .site-navigation { position: fixed; top: 102px; left: 24px; right: 24px; max-height: calc(100dvh - 122px); overflow-y: auto; background: rgba(5, 20, 46, .97); border: 1px solid rgba(91, 200, 255, .24); border-radius: 24px; box-shadow: 0 24px 80px rgba(0, 0, 0, .38); display: block; padding: 18px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px) scale(.985); transform-origin: top; transition: opacity .22s ease, visibility .22s ease, transform .22s ease; -webkit-backdrop-filter: blur(22px) saturate(130%); backdrop-filter: blur(22px) saturate(130%); }
  .admin-bar .site-navigation { top: 134px; }
  .site-navigation.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .site-menu { width: 100%; flex-direction: column; align-items: stretch; gap: 0; }
  .site-menu > li { width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-menu a { display: block; padding: 15px 5px; font: 650 24px/1.15 var(--sans); letter-spacing: -.02em; }
  .site-menu a::after { bottom: 8px; width: 30px; }
  .site-menu .sub-menu { position: static; width: auto; margin: 0 0 10px 12px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .site-menu .sub-menu::before { display: none; }
  .site-menu .sub-menu li + li { margin-top: 2px; }
  .site-menu .sub-menu a { padding: 7px 0; color: rgba(255,255,255,.64); font: 600 14px/1.4 var(--sans); }
  .site-navigation .button-small { width: 100%; min-height: 48px; margin-top: 16px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-artwork, .hero-artwork .hero-grid { min-height: 780px; }
  .hero-artwork::after { background: linear-gradient(90deg, rgba(3,8,21,.98) 0%, rgba(5,11,23,.78) 58%, rgba(35,114,255,.18) 100%); mix-blend-mode: normal; }
  .hero-artwork { --hero-media-scale: 1.012; }
  .hero-artwork-media { top: 116px; bottom: -150px; }
  .hero-artwork-media { left: -5%; right: -5%; }
  .hero-artwork-media img { object-position: 50% 6%; opacity: .62; }
  .hero-artwork .hero-grid { display: grid; align-items: end; padding: 140px 0 64px; }
  .hero-artwork .hero-copy { position: relative; left: auto; bottom: auto; width: min(720px, 100%); }
  .hero-artwork .hero-copy > h1 { font-size: clamp(64px, 9.5vw, 92px); }
  .hero-artwork .lede { margin-top: 24px; }
  .hero-artwork .hero-proof { margin-top: 34px; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 820px); }
  .topic-map-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { align-self: end; }
  .hero-visual { position: absolute; inset: 90px -200px auto auto; width: 600px; opacity: .34; }
  .hero-proof { width: 100%; position: static; margin-top: 60px; }
  .section-head, .story-intro, .contact-grid, .market-grid, .newsletter, .healthspan-visual, .stats-cta { grid-template-columns: 1fr; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 390px; }
  .feature-band { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .solution-row, .solution-row:nth-child(even) { grid-template-columns: 1fr; }
  .solution-row:nth-child(even) .solution-image { order: 0; }
  .science-loop { grid-template-columns: 1fr; }
  .faq-wrap { grid-template-columns: 1fr; }
  .faq-nav { position: static; grid-template-columns: repeat(2, 1fr); margin-bottom: 30px; }
  .contact-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .newsletter-form { grid-template-columns: 1fr 1fr; }
  .research-table { display: block; overflow-x: auto; }
  .evidence-grid, .implication-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-grid { grid-template-columns: 1fr; }
  .timeline-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .timeline-grid article:last-child { border-bottom: 0; }
  .insights-grid-three { grid-template-columns: 1fr; }
  .insights-standard, .article-layout { grid-template-columns: 1fr; }
  .team-grid, .inspiration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-aside { position: static; padding: 0 0 28px; border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .topic-map-grid { grid-template-columns: 1fr; }
  .topic-map-grid a { min-height: 205px; padding: 24px; }
  .status-grid, .audience-grid, .partner-stage-grid, .diligence-grid, .transparency-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .team-grid, .inspiration-grid { grid-template-columns: 1fr; }
  .team-card-copy { padding: 24px; }
  .inspiration-grid article { min-height: 0; }
  :root { --shell: calc(100% - 24px); --radius: 20px; }
  .admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 88px; }
  .brand img { width: 66px; height: 66px; }
  .brand { gap: 9px; font-size: 13px; }
  .brand strong { font-size: 16px; }
  .menu-toggle { width: 44px; height: 44px; padding: 11px; }
  .site-navigation { top: 88px; left: 8px; right: 8px; max-height: calc(100dvh - 154px); border-radius: 20px; padding: 14px 14px 20px; }
  .admin-bar .site-navigation { top: 138px; max-height: calc(100dvh - 150px); }
  .site-menu a { padding: 12px 4px; font-size: 19px; }
  .hero, .hero-grid { min-height: 760px; }
  .hero-grid { padding-top: 120px; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-visual { width: 460px; right: -240px; top: 88px; }
  .hero-artwork, .hero-artwork .hero-grid { min-height: min(760px, 100svh); }
  .hero-artwork-media { top: 98px; bottom: -124px; left: -6%; right: -6%; }
  .hero-artwork-media img { object-position: 50% 12%; }
  .hero-artwork .hero-grid { padding-top: 112px; padding-bottom: 34px; }
  .hero-artwork .hero-copy > h1 { font-size: clamp(46px, 14vw, 62px); }
  .hero-artwork .lede { font-size: 17px; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .hero-artwork .hero-proof { margin-top: 22px; }
  .hero-artwork .hero-actions { margin-top: 16px; }
  .section { padding: 64px 0; }
  .section-tight { padding: 48px 0; }
  .section-head { margin-bottom: 32px; }
  .section-head h2 { font-size: clamp(38px, 12vw, 50px); }
  .feature-copy { padding: 54px 24px; }
  .feature-copy h2 { font-size: clamp(38px, 11vw, 48px); }
  .metric-grid, .principles, .benefit-grid, .stats-grid, .evidence-grid, .implication-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .page-hero { padding: 122px 0 58px; }
  .page-hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .page-hero .lede, .section-head p, .contact-copy > p, .solution-copy > p { font-size: 16px; line-height: 1.6; }
  .stats-hero h1 { font-size: clamp(44px, 12.5vw, 58px); }
  .solution-row { padding: 54px 0; }
  .solution-selector { grid-template-columns: 1fr; margin-top: 20px; }
  .video-toggle { right: 12px; bottom: 12px; }
  .video-toggle { min-height: 46px; padding-inline: 18px; font-size: 12px; }
  .solution-copy h2 { font-size: clamp(38px, 11vw, 50px); }
  .vision-card { min-height: 440px; padding: 26px; }
  .vision-card blockquote { font-size: clamp(36px, 10vw, 48px); }
  .faq-nav { grid-template-columns: 1fr; }
  .form-grid, .newsletter-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .contact-form { padding: 24px; }
  body { padding-bottom: 66px; }
  .site-footer { margin-bottom: -66px; padding-bottom: 66px; }
  .mobile-action-bar { position: fixed; inset: auto 0 0; z-index: 120; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); background: rgba(3,8,21,.94); border-top: 1px solid rgba(91,200,255,.28); box-shadow: 0 -14px 40px rgba(0,0,0,.24); }
  .mobile-action-bar a { min-height: 48px; display: grid; place-items: center; border-radius: 999px; background: #5bc8ff; color: #031225; font-size: 13px; font-weight: 800; text-decoration: none; }
  .mobile-action-bar a + a { background: rgba(255,255,255,.1); color: var(--white); }
  .stat-card { min-height: 350px; padding: 28px; }
  .healthspan-visual { padding: 26px; }
  .healthspan-row { grid-template-columns: 1fr 76px; gap: 10px; }
  .healthspan-row span { grid-column: 1 / -1; }
  .footer-lead { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .insights-hero { min-height: 560px; }
  .insights-intro, .insights-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 390px; }
  .insight-card-link { padding: 24px; }
  .insight-card h3 { font-size: 34px; }
  .insights-standard { align-items: start; }
  .article-hero { min-height: 650px; }
  .article-hero-inner { padding: 142px 0 54px; }
  .article-back { margin-bottom: 52px; }
  .article-hero h1 { font-size: clamp(44px, 12vw, 59px); }
  .article-meta { gap: 8px 18px; }
  .article-content { font-size: 17px; }
  .article-content .article-intro { font-size: 25px; }
  .article-content h2 { margin-top: 48px; }
  .article-callout { grid-template-columns: 1fr; gap: 14px; padding: 24px; }
  .article-sources { padding: 26px; }
  [data-reveal] { opacity: 1; transform: none; }
}
