:root {
  --navy-950: #050b1d;
  --navy-900: #071127;
  --navy-800: #0a1c3f;
  --blue-700: #164ba0;
  --blue-500: #3c8edb;
  --cyan-400: #50d8e8;
  --ice-100: #eaf7ff;
  --mist-50: #f6f9fc;
  --ink: #10213b;
  --muted: #5d6c80;
  --line: #dbe5ee;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 20, 50, .13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--navy-950); background: var(--cyan-400); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(5, 11, 29, .94); box-shadow: 0 12px 36px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 50px; height: 50px; object-fit: cover; object-position: 50% 20%; border-radius: 50%; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { text-transform: uppercase; letter-spacing: .16em; font-family: Georgia, serif; font-size: 1.1rem; }
.brand small { margin-top: 5px; opacity: .72; font-size: .7rem; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .91rem; font-weight: 650; }
.site-nav a { position: relative; text-decoration: none; opacity: .78; transition: opacity .2s ease, color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { opacity: 1; color: var(--white); }
.site-nav a:not(.nav-cta).active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--cyan-400); }
.site-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; opacity: 1; }
.site-nav .nav-cta:hover { color: var(--navy-950); background: var(--cyan-400); border-color: var(--cyan-400); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 76% 22%, rgba(28,111,210,.25), transparent 34%), linear-gradient(145deg, var(--navy-950), #0b1936 65%, #08204b); }
.hero-home { min-height: 800px; display: flex; align-items: center; padding: 155px 0 90px; }
.hero-glow { position: absolute; width: 500px; height: 500px; right: 10%; top: 18%; border-radius: 50%; background: rgba(49,165,230,.12); filter: blur(50px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 16px; color: #2b76c8; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .dark-section .eyebrow, .cta-panel .eyebrow { color: var(--cyan-400); }
.hero h1 { max-width: 700px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(4rem, 7vw, 6.7rem); line-height: .97; letter-spacing: -.055em; }
.hero h1 span { display: block; color: #9edfff; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 1.8vw, 1.32rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #041127; background: linear-gradient(135deg, #7cebf4, #6eb5f3); box-shadow: 0 14px 34px rgba(52,170,224,.25); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-light { margin-top: 24px; color: var(--navy-950); background: #fff; }
.hero-disclaimer { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: rgba(255,255,255,.58); font-size: .78rem; }
.hero-disclaimer span { display: inline-grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-family: Georgia, serif; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-logo-wrap { position: relative; z-index: 2; width: min(420px, 80%); filter: drop-shadow(0 35px 70px rgba(0,81,171,.34)); }
.hero-logo-wrap img { aspect-ratio: 1; object-fit: cover; object-position: 50% 11%; border-radius: 48%; }
.orbit { position: absolute; border: 1px solid rgba(108,211,241,.16); border-radius: 50%; }
.orbit-one { inset: 8%; }
.orbit-two { inset: 20%; }
.insight-card { position: absolute; z-index: 3; width: 205px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(7,17,39,.72); box-shadow: 0 18px 48px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.insight-card small { display: block; margin-bottom: 4px; color: var(--cyan-400); }
.insight-card strong { font-size: .9rem; }
.insight-card-top { top: 9%; right: -3%; }
.insight-card-bottom { left: -3%; bottom: 11%; }

.signal-strip { color: #dcecff; background: #09162f; border-top: 1px solid rgba(255,255,255,.08); }
.principle-row { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-row > div { min-height: 122px; display: flex; align-items: center; gap: 16px; padding: 24px; border-right: 1px solid rgba(255,255,255,.1); }
.principle-row > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.principle-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; color: var(--cyan-400); border: 1px solid rgba(83,211,232,.34); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.principle-row p { margin: 0; color: rgba(255,255,255,.62); font-size: .87rem; }
.principle-row strong { display: block; color: #fff; font-size: .98rem; }

.section { padding: 110px 0; }
.section-white { background: #fff; }
.split-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10%; align-items: start; }
.section-heading h2, .evidence-copy h2, .cta-panel h2 { margin: 0; color: var(--navy-900); font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.55rem, 4.3vw, 4.4rem); line-height: 1.06; letter-spacing: -.04em; }
.section-heading > p:last-of-type { color: var(--muted); font-size: 1.06rem; }
.large-copy { padding-top: 28px; }
.large-copy > p { margin: 0 0 24px; color: #33465f; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.5; }
.text-link { color: var(--blue-700); font-weight: 800; text-decoration: none; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 70px; }
.impact-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(180deg, #fff, var(--mist-50)); }
.impact-card span { color: var(--blue-700); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.impact-card h3 { margin: 8px 0 18px; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.impact-card p { margin: 0; color: var(--muted); }

.dark-section { color: #fff; background: linear-gradient(150deg, #071127, #0c2145); }
.approach-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 11%; align-items: start; }
.dark-section .section-heading h2 { color: #fff; }
.dark-section .section-heading > p:last-of-type { color: rgba(255,255,255,.66); }
.flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.flow-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.flow-list > li > span { color: var(--cyan-400); font-size: .74rem; font-weight: 800; }
.flow-list strong { display: block; margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.flow-list p { margin: 0; color: rgba(255,255,255,.62); }

.evidence-section { background: var(--mist-50); }
.evidence-grid { display: grid; grid-template-columns: repeat(3, .62fr) 1.45fr; gap: 22px; align-items: stretch; }
.evidence-stat { padding: 34px 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.evidence-stat strong { display: block; color: var(--blue-700); font-family: Georgia, serif; font-size: 3.4rem; font-weight: 500; line-height: 1; }
.evidence-stat p { min-height: 76px; color: var(--muted); }
.evidence-stat a { color: var(--blue-700); font-size: .78rem; font-weight: 800; }
.evidence-copy { padding: 28px 18px 28px 38px; }
.evidence-copy h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.evidence-copy > p:last-child { color: var(--muted); }

.cta-section { padding: 80px 0; background: #fff; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 56px 60px; color: #fff; border-radius: var(--radius-lg); background: radial-gradient(circle at 88% 10%, rgba(70,202,235,.22), transparent 32%), var(--navy-900); box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 780px; color: #fff; font-size: clamp(2.1rem, 3.5vw, 3.5rem); }

.site-footer { padding: 76px 0 28px; color: rgba(255,255,255,.66); background: var(--navy-950); font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.footer-brand { color: #fff; }
.footer-note { max-width: 410px; margin: 24px 0 0; }
.footer-grid h2 { margin: 4px 0 20px; color: #fff; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--cyan-400); }
.footer-grid address { font-style: normal; }
.footer-grid p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

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

/* Interior pages */
.page-hero { min-height: 600px; display: flex; align-items: flex-end; padding: 170px 0 100px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(54,144,218,.23), transparent 34%), linear-gradient(145deg, var(--navy-950), #0b1d43); }
.page-hero-grid { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 9%; }
.page-hero h1 { max-width: 940px; margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: clamp(3.4rem, 6.2vw, 6.3rem); line-height: 1; letter-spacing: -.055em; }
.page-hero-aside { padding: 0 0 12px 28px; border-left: 1px solid rgba(255,255,255,.24); }
.page-hero-aside p { margin: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.page-hero-centered { min-height: 660px; align-items: center; text-align: center; }
.page-hero-centered .container { max-width: 950px; }
.page-hero-centered h1 { margin-inline: auto; }
.page-hero-centered .hero-lede { margin-inline: auto; }
.page-hero-centered .button { margin-top: 28px; }
.editorial-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 11%; }
.sticky-label { align-self: start; position: sticky; top: 120px; display: flex; gap: 15px; align-items: center; }
.sticky-label span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--blue-700); border: 1px solid var(--line); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.sticky-label p { font-weight: 800; }
.editorial-copy { max-width: 800px; }
.editorial-copy p { color: var(--muted); font-size: 1.08rem; }
.editorial-copy .lead { margin-top: 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.42; }
.values-section { background: linear-gradient(180deg, #f4f9fd, #fff); }
.section-heading.compact { max-width: 770px; }
.section-heading.compact > p:last-child { max-width: 680px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 62px; }
.value-card { min-height: 370px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 18px 46px rgba(17,49,82,.06); }
.value-number { display: grid; place-items: center; width: 52px; height: 52px; color: var(--blue-700); border: 1px solid #bad8ef; border-radius: 50%; font-size: .75rem; font-weight: 800; }
.value-card h3 { margin: 62px 0 14px; font-family: Georgia, serif; font-size: 2.25rem; font-weight: 500; }
.value-card p { color: var(--muted); }
.source-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: start; }
.source-list { border-top: 1px solid var(--line); }
.source-list a { display: grid; grid-template-columns: .6fr 1.4fr auto; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.source-list span { color: var(--blue-700); font-size: .75rem; font-weight: 800; }
.source-list strong { font-family: Georgia, serif; font-size: 1.12rem; font-weight: 500; line-height: 1.45; }
.source-list em { color: var(--muted); font-size: .76rem; font-style: normal; }

.process-section { background: #fff; }
.process-stack { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: .18fr 1fr .32fr; gap: 6%; align-items: center; min-height: 300px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.process-index { color: #8aa3bb; font-size: .8rem; font-weight: 800; }
.process-step h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 500; line-height: 1.08; }
.process-step p { max-width: 660px; color: var(--muted); }
.process-symbol { display: grid; place-items: center; aspect-ratio: 1; max-width: 180px; color: var(--blue-700); border: 1px solid #c8ddeb; border-radius: 50%; background: radial-gradient(circle, #fff, #edf7fd); font-family: Georgia, serif; font-size: 1.15rem; }
.guardrail-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 11%; }
.guardrail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.guardrail-list > div { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.04); }
.guardrail-list strong { color: var(--cyan-400); font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.guardrail-list p { margin-bottom: 0; color: rgba(255,255,255,.62); }

.research-notice { padding: 22px 0; color: #173252; background: #e8f7fc; border-bottom: 1px solid #c7e5ee; }
.research-notice .container { display: flex; align-items: baseline; gap: 24px; }
.research-notice strong { flex: 0 0 auto; color: #086a82; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.research-notice p { margin: 0; }
.portfolio-section { background: #fff; }
.portfolio-list { border-top: 1px solid var(--line); }
.portfolio-item { display: grid; grid-template-columns: .18fr 1fr .38fr; gap: 5%; align-items: start; padding: 42px 0; border-bottom: 1px solid var(--line); }
.portfolio-code { display: grid; place-items: center; width: 58px; height: 58px; color: var(--blue-700); border: 1px solid #bcd7e9; border-radius: 50%; font-family: Georgia, serif; font-size: 1.15rem; }
.portfolio-role { color: var(--blue-700); font-size: .71rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-item h2 { margin: 7px 0 10px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 500; line-height: 1.15; }
.portfolio-item p { max-width: 680px; margin: 0; color: var(--muted); }
.portfolio-target { padding: 23px; border-radius: 14px; background: var(--mist-50); }
.portfolio-target small, .portfolio-target span { display: block; color: var(--muted); }
.portfolio-target small { margin-bottom: 10px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-target strong { display: block; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.roadmap-section { background: var(--mist-50); }
.roadmap { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 70px; }
.roadmap::before { content: ""; position: absolute; left: 6%; right: 6%; top: 25px; height: 1px; background: #abc8df; }
.roadmap article { position: relative; padding: 58px 26px 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.roadmap article::before { content: ""; position: absolute; z-index: 1; top: 18px; left: 26px; width: 14px; height: 14px; border: 4px solid #fff; border-radius: 50%; background: var(--blue-500); box-shadow: 0 0 0 1px #8bb7d6; }
.roadmap span { color: var(--blue-700); font-size: .72rem; font-weight: 800; }
.roadmap h3 { margin: 10px 0; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.roadmap p { color: var(--muted); font-size: .9rem; }
.fom-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; align-items: center; }
.fom-card { padding: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.05); }
.fom-card span { display: block; margin-bottom: 8px; color: var(--cyan-400); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fom-card strong { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.fom-card hr { margin: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,.14); }
.fom-card p { margin: 28px 0 0; color: rgba(255,255,255,.6); }

.team-section { background: #fff; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 18px 50px rgba(17,49,82,.07); }
.team-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .48fr .52fr; }
.team-card img { width: 100%; height: 360px; object-fit: cover; object-position: center 18%; background: #dfe8ef; }
.team-card:last-child img { height: 100%; min-height: 500px; }
.team-card > div { padding: 34px 36px 38px; }
.team-card span { color: var(--blue-700); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.team-card h2 { margin: 7px 0 16px; font-family: Georgia, serif; font-size: 2.15rem; font-weight: 500; line-height: 1.12; }
.team-card p { color: var(--muted); }
.team-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.team-card li { padding: 6px 10px; color: #244b75; border: 1px solid #cbdce9; border-radius: 999px; background: #f6fbfe; font-size: .72rem; font-weight: 700; }
.future-section { padding-top: 0; }
.future-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; padding: 48px 54px; color: #fff; border-radius: var(--radius-lg); background: var(--navy-900); }
.future-panel h2 { margin: 0; font-family: Georgia, serif; font-size: 2.5rem; font-weight: 500; }
.future-panel > p { color: rgba(255,255,255,.66); }

.privacy-grid { display: grid; grid-template-columns: 1fr .42fr; gap: 11%; align-items: start; }
.privacy-main { max-width: 790px; }
.privacy-main h2 { margin: 46px 0 12px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.privacy-main h2:first-child { margin-top: 0; }
.privacy-main p { color: var(--muted); font-size: 1.04rem; }
.privacy-main a { color: var(--blue-700); }
.privacy-main .updated { margin-top: 52px; font-size: .8rem; }
.privacy-aside { position: sticky; top: 112px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--mist-50); }
.privacy-aside h2 { margin-top: 0; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.privacy-aside ul { margin: 20px 0 28px; padding-left: 20px; color: var(--muted); }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .42fr 1fr; gap: 9%; align-items: start; }
.contact-details { position: sticky; top: 120px; }
.contact-details h2, .form-panel h2, .intake-heading h2 { margin: 0 0 28px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; line-height: 1.1; }
.contact-details > a, .contact-details > address { display: block; padding: 19px 0; color: var(--ink); border-bottom: 1px solid var(--line); text-decoration: none; font-style: normal; }
.contact-details > a span, .contact-details > address span { display: block; margin-bottom: 4px; color: var(--blue-700); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-note { margin-top: 30px; padding: 20px; border-left: 3px solid var(--cyan-400); background: var(--mist-50); }
.contact-note p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }
.form-panel, .intake-panel { padding: 46px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
form > label, .field-row label { display: grid; gap: 8px; margin-bottom: 18px; color: #263c56; font-size: .86rem; font-weight: 750; }
label > span, legend > span { color: #b22635; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea { width: 100%; color: var(--ink); border: 1px solid #bdccd9; border-radius: 10px; background: #fff; outline: none; }
input[type="text"], input[type="email"], input[type="tel"], select { height: 52px; padding: 0 14px; }
textarea { min-height: 130px; padding: 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(60,142,219,.14); }
label small { display: flex; justify-content: space-between; color: var(--muted); font-weight: 500; }
.consent-check { display: flex; grid-template-columns: none; align-items: flex-start; gap: 12px; margin: 24px 0 !important; color: var(--muted); font-size: .8rem; font-weight: 500; }
.consent-check input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--blue-700); }
.consent-check strong { color: #b22635; }
.honeypot { position: absolute; left: -9999px; }
.form-status { margin: 0 0 24px; padding: 14px 16px; border-radius: 10px; font-weight: 700; }
.form-status.success { color: #075b43; background: #e2f7ef; border: 1px solid #abe5d1; }
.form-status.error { color: #8b2431; background: #fff0f1; border: 1px solid #ecc2c7; }
.intake-section { background: var(--mist-50); scroll-margin-top: 80px; }
.intake-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; margin-bottom: 42px; }
.intake-heading > p { color: var(--muted); font-size: 1.05rem; }
.intake-panel { box-shadow: none; }
fieldset { margin: 0; padding: 32px 0; border: 0; border-bottom: 1px solid var(--line); }
fieldset:first-of-type { padding-top: 0; }
legend { margin-bottom: 20px; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.42rem; font-weight: 500; }
.legend-note { margin-left: 8px; color: var(--muted); font-family: inherit; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { display: grid; place-items: center; min-height: 90px; padding: 16px; color: var(--ink); border: 1px solid #bdccd9; border-radius: 12px; text-align: center; font-size: .84rem; font-weight: 700; }
.choice-grid input:checked + span { color: #0a5397; border-color: var(--blue-500); background: #ebf7fd; box-shadow: inset 0 0 0 1px var(--blue-500); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(60,142,219,.28); outline-offset: 2px; }
.prohibited-box { margin: 28px 0 18px; padding: 20px 22px; color: #58451c; border: 1px solid #ead8aa; border-radius: 12px; background: #fffaf0; }
.prohibited-box p { margin: 5px 0 0; font-size: .86rem; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 82px 0 auto; display: none; padding: 26px 20px 32px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(5,11,29,.98); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 20px; }
  .site-nav a.active::after { display: none; }
  .site-nav .nav-cta { margin-top: 12px; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid, .split-intro, .approach-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-home { padding-top: 140px; }
  .hero-visual { min-height: 440px; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .evidence-grid { grid-template-columns: repeat(3, 1fr); }
  .evidence-copy { grid-column: 1 / -1; padding-left: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .page-hero-grid, .source-layout, .guardrail-grid, .fom-grid, .contact-grid, .privacy-grid { grid-template-columns: 1fr; }
  .page-hero-aside { max-width: 650px; margin-top: 30px; }
  .editorial-grid { grid-template-columns: .2fr 1fr; }
  .process-step { grid-template-columns: .12fr 1fr .25fr; }
  .portfolio-item { grid-template-columns: .14fr 1fr; }
  .portfolio-target { grid-column: 2; }
  .roadmap { grid-template-columns: repeat(2, 1fr); }
  .roadmap::before { display: none; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card:last-child { grid-column: auto; display: block; }
  .team-card:last-child img { height: 380px; min-height: 0; }
  .contact-details, .privacy-aside { position: static; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand img { width: 44px; height: 44px; }
  .brand small { display: none; }
  .site-nav { inset-block-start: 72px; }
  .hero-home { min-height: auto; padding: 126px 0 70px; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 4.5rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 350px; }
  .insight-card { width: 170px; padding: 12px; }
  .insight-card-top { right: 0; }
  .insight-card-bottom { left: 0; }
  .principle-row { grid-template-columns: 1fr; padding: 10px 0; }
  .principle-row > div, .principle-row > div:first-child { min-height: 90px; border: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .section { padding: 78px 0; }
  .impact-grid, .evidence-grid { grid-template-columns: 1fr; }
  .impact-card { min-height: auto; }
  .evidence-stat p { min-height: auto; }
  .evidence-copy { grid-column: auto; }
  .cta-panel { align-items: stretch; flex-direction: column; padding: 38px 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 540px; padding: 140px 0 70px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .editorial-grid { grid-template-columns: 1fr; }
  .sticky-label { position: static; }
  .values-grid, .guardrail-list, .roadmap, .future-panel, .intake-heading, .field-row { grid-template-columns: 1fr; }
  .source-list a { grid-template-columns: 1fr; gap: 8px; }
  .process-step { grid-template-columns: 50px 1fr; }
  .process-symbol { display: none; }
  .portfolio-item { grid-template-columns: 58px 1fr; gap: 18px; }
  .portfolio-target { grid-column: 1 / -1; }
  .team-card img, .team-card:last-child img { height: 300px; }
  .team-card > div { padding: 28px 24px; }
  .future-panel { padding: 36px 26px; }
  .form-panel, .intake-panel { padding: 30px 22px; border-radius: 18px; }
  .choice-grid { grid-template-columns: 1fr; }
}

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