:root,
[data-theme="dark"] {
  --navy: #091b30;
  --ink: #122b46;
  --muted: #526478;
  --blue: #3664ac;
  --bright: #9fbeed;
  --paper: #f1f5fa;
  --line: #d9e1eb;
  --white: #fff;
  --chrome: #071422;
  --chrome-ink: #e8eef6;
  --chrome-soft: #c5d4e6;
  --chrome-muted: #9aafc4;
  --chrome-kicker: #9fbeed;
  --chrome-meta: #7e93aa;
  --chrome-line: rgba(159, 190, 237, 0.16);
  --chrome-hover: rgba(159, 190, 237, 0.08);
  --chrome-strong: #fff;
  --chrome-border: rgba(159, 190, 237, 0.35);
  --theme-cross: #5eb0ff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  color-scheme: dark;
  font-synthesis: none;
  scroll-behavior: smooth;
}
[data-theme="bright"] {
  --chrome: #f4f7fb;
  --chrome-ink: #122b46;
  --chrome-soft: #2a4460;
  --chrome-muted: #526478;
  --chrome-kicker: #3664ac;
  --chrome-meta: #6a7d90;
  --chrome-line: #d5deea;
  --chrome-hover: rgba(54, 100, 172, 0.08);
  --chrome-strong: #091b30;
  --chrome-border: #c5d2e2;
  --theme-cross: #2f6fd6;
  color-scheme: light;
}

* { box-sizing: border-box; }
html {
  overflow-x: clip;
  overscroll-behavior-x: none;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
}
@supports not (overflow-x: clip) {
  html, body { overflow-x: hidden; }
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
p { line-height: 1.75; margin: 0 0 1.25rem; }
h1, h2, h3 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(2.1rem, 3.8vw, 3.6rem);
  line-height: 1.15;
}
h2 em, h1 em { font-style: normal; color: var(--blue); }
h3 { font-size: 1.45rem; line-height: 1.25; letter-spacing: -0.02em; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid #75a5ed;
  outline-offset: 4px;
}
section[id],
.pillar { scroll-margin-top: 120px; }
main,
.section,
.hero,
.hero-copy,
.contact,
.credibility-strip {
  max-width: 100%;
  min-width: 0;
}
h1, h2, h3, p, li {
  overflow-wrap: break-word;
}

.skip {
  position: fixed;
  top: -80px;
  left: 1rem;
  background: white;
  padding: 1rem;
  z-index: 90;
}
.skip:focus { top: 1rem; }

.boot-screen {
  display: none;
}
html.is-booting .boot-screen {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: #071422;
  isolation: isolate;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}
.boot-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(159, 190, 237, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 190, 237, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(54, 100, 172, 0.42), transparent 42%);
  background-size: 32px 32px, 32px 32px, auto;
}
html.is-ready .boot-screen {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.boot-stage {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
  padding: 0 1.5rem;
}
.boot-status {
  margin: 0;
  min-height: 1.5em;
  max-width: 22rem;
  text-align: center;
  color: #9fbeed;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.boot-mark {
  position: relative;
  width: 11.5rem;
  height: 11.5rem;
  display: grid;
  place-items: center;
}
.boot-mark img {
  width: 9.4rem;
  height: auto;
  position: relative;
  z-index: 1;
}
.boot-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 210deg, transparent 0 68%, #9fbeed 86%, #3664ac 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  animation: boot-spin 1.05s linear infinite;
}
@keyframes boot-spin {
  to { transform: rotate(360deg); }
}

.header {
  height: 96px;
  min-height: 96px;
  padding: 0 4% 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  background: var(--chrome);
  color: var(--chrome-ink);
  position: sticky;
  top: 0;
  z-index: 20;
  isolation: isolate;
  overflow: hidden;
}

.header-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(159, 190, 237, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 190, 237, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 10% 50%, rgba(54, 100, 172, 0.38), transparent 36%),
    radial-gradient(circle at 92% 0%, rgba(159, 190, 237, 0.16), transparent 28%);
  background-size: 32px 32px, 32px 32px, auto, auto;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.18) 46%, rgba(0, 0, 0, 0.75));
}

.header-scan {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9fbeed, #5d8fd6, transparent);
  box-shadow: 0 0 18px #9fbeed88;
  pointer-events: none;
  animation: scan-glide 8s ease-in-out infinite;
}
@keyframes scan-glide {
  0%, 100% { transform: translateX(-6%); opacity: 0.55; }
  50% { transform: translateX(6%); opacity: 1; }
}

.header-scan::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 18%;
  width: 1px;
  height: 96px;
  background: linear-gradient(180deg, transparent, #9fbeed66);
}

.brand {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.brand img {
  height: 7.6rem;
  width: auto;
  object-fit: contain;
}
.logo-on-bright { display: none; }
[data-theme="bright"] .logo-on-dark { display: none; }
[data-theme="bright"] .logo-on-bright { display: block; }

.header nav {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}
.header nav > a {
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.header nav > a:not(.button) {
  color: var(--chrome-soft);
  padding: 0.52rem 0.78rem;
  border: 1px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.header nav > a:not(.button):hover {
  color: var(--chrome-strong);
  border-color: var(--chrome-border);
  background: var(--chrome-hover);
}
.header nav > a:not(.button).is-current,
.header nav > a:not(.button)[aria-current] {
  color: var(--chrome-strong);
  background: transparent;
  border-color: transparent;
  box-shadow: inset 0 -2px 0 var(--blue);
}
.header-end {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  flex-shrink: 0;
}
.lang-switch {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  z-index: 22;
  border: 1px solid var(--chrome-border);
  background: var(--chrome-hover);
}
.lang-switch a {
  padding: 0.42rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--chrome-muted);
  line-height: 1.2;
  white-space: nowrap;
}
.lang-switch a:hover { color: var(--chrome-strong); }
.lang-switch a[aria-current="true"] {
  background: var(--blue);
  color: #fff;
}
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  min-width: 0;
  background: var(--blue);
  color: #fff;
  padding: 1.05rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
  transition: background 0.2s, transform 0.2s;
}
.button:hover { background: #234c8c; transform: translateY(-2px); }
.button span { font-size: 1.25rem; }
.button.small { padding: 0.75rem 1rem; gap: 1.25rem; }
.hero .approach-button { background: var(--navy); }
.hero .approach-button:hover { background: #16385d; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: #e7eef6;
  color: var(--ink);
  min-height: calc(100vh - 96px);
  min-height: calc(100dvh - 96px);
  padding: 2.4rem 5% 2.4rem 7%;
}
.hero-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-wash img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 28% 42%;
  opacity: 0.62;
}
.hero-wash::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(231, 238, 246, 0.48) 0%, rgba(231, 238, 246, 0.18) 48%, rgba(231, 238, 246, 0.06) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 0;
  max-width: 40rem;
}
.eyebrow {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 2.2rem;
}
.line { width: 24px; height: 1px; background: var(--bright); }
.dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.hero .eyebrow { color: var(--blue); margin-bottom: 1.3rem; }
.hero .line { background: var(--blue); }
.hero h1 {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.hero h1 > span { color: #1a3f72; }
.lead {
  color: #c4cfdc;
  font-size: 1.12rem;
  max-width: 34rem;
  line-height: 1.7;
  margin: 2rem 0 2.4rem;
}
.hero .lead { color: #111; margin: 1.2rem 0 1.6rem; }
.actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  flex-wrap: wrap;
}
.text-link {
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.35rem;
  width: fit-content;
}
.text-link:hover { color: var(--blue); }
.hero .text-link:hover { color: var(--blue); }

.credibility-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  padding: 0;
  background: var(--chrome);
  color: var(--chrome-ink);
}
.credibility-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 7.4rem;
  padding: 1.7rem 1.4rem;
  text-align: center;
}
.credibility-item + .credibility-item {
  border-left: 1px solid rgba(159, 190, 237, 0.16);
}
.credibility-item.is-university {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.credibility-logo-back {
  position: absolute;
  inset: -18%;
  width: 136%;
  height: 136%;
  max-width: none;
  margin: auto;
  object-fit: contain;
  opacity: 0.28;
  pointer-events: none;
  z-index: -1;
}
.credibility-copy {
  position: relative;
  margin: 0;
  max-width: 16rem;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--chrome-ink);
}
.credibility-copy.is-lead {
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--chrome-kicker);
}
.credibility-copy b {
  display: inline;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-cross);
  text-shadow: 0 0 12px rgba(94, 176, 255, 0.45);
}

.section { padding: 5rem 8%; }
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.section-top .eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
}
.section-index {
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: none;
}
.section-index::after {
  content: "–";
  margin-left: 0.35rem;
  font-weight: 400;
}
.section-note {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
.intro-grid p { color: var(--muted); max-width: 36rem; }
.intro-grid .large-copy {
  font-size: 1.35rem;
  color: var(--ink);
  line-height: 1.55;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 2.8rem;
}
.principles article {
  border-top: 1px solid var(--line);
  padding-top: 1.8rem;
}
.index, .card-number {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--blue);
  display: block;
  margin-bottom: 1.5rem;
}
.principles p {
  font-size: 1rem;
  color: var(--muted);
  margin: 1.2rem 0 0;
}

.solutions { background: var(--paper); }
.section-heading {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  gap: 5rem;
  margin-bottom: 2.4rem;
}
.section-heading > p {
  color: var(--muted);
  max-width: 28rem;
  margin: 0;
}

.capability-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.5rem;
}
.capability {
  background: #fff;
  padding: 2.6rem;
  min-width: 0;
  border: 1px solid #e2e8f0;
}
.capability p {
  font-size: 1rem;
  margin: 1.4rem 0 0;
  color: var(--muted);
}
.main-capability {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.main-capability .card-number { color: var(--bright); }
.main-capability p { color: #c4d0df; }
.inspection-flow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  padding: 1.6rem 0 0;
  margin-top: 2rem;
  border-top: 1px solid #35465a;
}
.inspection-flow span {
  font-size: 0.78rem;
  border: 1px solid #51627a;
  padding: 0.55rem 0.7rem;
}
.inspection-flow b { font-weight: 400; color: #9fbeed; }

.section-follow {
  margin: 3rem 0 0;
}
.section-follow p {
  color: var(--muted);
  margin: 0 0 1rem;
}

.steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 3.4rem 0 0;
  gap: 1.2rem;
}
.steps li {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 1.7rem 1.45rem 1.6rem;
}
.steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2.05rem;
  left: calc(1.45rem + 0.9rem);
  right: -1.2rem;
  height: 2px;
  background: rgba(54, 100, 172, 0.35);
  pointer-events: none;
}
.steps li:last-child::after {
  content: "";
  position: absolute;
  top: 2.05rem;
  left: calc(1.45rem + 0.9rem);
  right: 1.45rem;
  height: 2px;
  background: rgba(54, 100, 172, 0.35);
  pointer-events: none;
}
.step-dot {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: var(--blue);
  margin-bottom: 1.15rem;
  box-shadow: 0 0 0 6px rgba(54, 100, 172, 0.14);
}
.steps h3 { font-size: 1.2rem; }
.steps p {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0.75rem 0 0;
}

.sectors { border-top: 1px solid var(--line); }
.sector-list { margin-top: 4rem; }
.sector-list article {
  display: grid;
  grid-template-columns: 56px 1fr 1.4fr;
  align-items: baseline;
  border-top: 1px solid var(--line);
  gap: 2rem;
  padding: 1.9rem 0;
}
.sector-list article:last-child { border-bottom: 1px solid var(--line); }
.sector-list article > span { font-size: 0.8rem; color: var(--blue); }
.sector-list h3 { font-size: 1.35rem; }
.sector-list p { color: var(--muted); font-size: 1rem; margin: 0; }

.impact { background: var(--navy); color: #fff; }
.impact .eyebrow,
.impact h2 em { color: var(--bright); }
.impact .section-note,
.impact .section-heading p { color: #aebece; }
.outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.outcomes article {
  border-top: 1px solid #3a4b60;
  padding-top: 1.6rem;
}
.outcomes h3 { font-size: 1.4rem; }
.outcomes p {
  color: #b9c8d9;
  font-size: 1rem;
  margin: 1.1rem 0 0;
}

.incentive-teaser {
  border-top: 1px solid var(--line);
}
.incentive-teaser .text-link {
  margin-top: 0.6rem;
}
.incentive-feature { background: var(--paper); }
.incentive-card {
  background: #fff;
  padding: 3.4rem 3.2rem;
  border: 1px solid #e2e8f0;
  max-width: 58rem;
}
.incentive-card h2 { margin-bottom: 1.6rem; }
.incentive-card .large-copy { margin-bottom: 1.4rem; }
.incentive-card > p { color: var(--muted); max-width: 42rem; }
.incentive-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8rem;
  margin-top: 2.8rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--line);
}
.incentive-points h3 { font-size: 1.25rem; margin-bottom: 0.8rem; }
.incentive-points p { color: var(--muted); margin: 0; }

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 7rem;
}
.about-grid > div > p {
  color: var(--muted);
  margin-top: 1.8rem;
  max-width: 34rem;
}
.about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.2rem;
  margin-top: 2.2rem;
}
.traction > div {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
  padding: 1.5rem 0;
  align-items: center;
}
.traction > div:first-child { padding-top: 0; }
.traction strong {
  font-size: 2.4rem;
  color: var(--blue);
  font-weight: 400;
  min-width: 6.5rem;
  line-height: 1;
}
.traction p { margin: 0; font-size: 1rem; line-height: 1.5; }
.traction p span { color: var(--muted); font-size: 0.85rem; }

.contact {
  margin: 0 4% 2.4rem;
  background: #3260a7;
  color: #fff;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 5rem;
  padding: 5rem 5%;
}
.contact h2 { font-size: clamp(2.1rem, 3.4vw, 3.4rem); }
.contact h2 em { color: #c8dbf7; }
.contact-intro p:not(.eyebrow) {
  color: #e0eafa;
  max-width: 32rem;
  margin: 1.6rem 0 2rem;
}
.contact-direct a {
  display: block;
  width: fit-content;
  margin: 0.7rem 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #8ba9d7;
}
.button.light { background: #fff; color: #244d88; }
.button.light:hover { background: #e4edfb; }

.contact-panel { min-width: 0; }
.form-banner {
  margin: 0 0 1.6rem;
  padding: 1rem 1.1rem;
  font-size: 0.95rem;
}
.form-banner.is-success { background: #dcead8; color: #1d3b1a; }
.form-banner.is-error { background: #f3d6d4; color: #5a1f1b; }
.form-banner.is-warning { background: #f4e6c2; color: #4a3812; }

.send-dialog {
  width: min(28rem, calc(100% - 2.4rem));
  padding: 2.1rem 1.9rem 1.6rem;
  border: 1px solid rgba(159, 190, 237, 0.28);
  background: #071422;
  color: #e8eef6;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}
.send-dialog::backdrop {
  background: rgba(7, 20, 34, 0.58);
}
.send-dialog .eyebrow { color: #9fbeed; }
.send-dialog h2 {
  font-size: 1.85rem;
  color: #fff;
  margin: 0 0 0.7rem;
}
.send-dialog p:not(.eyebrow) {
  color: #c5d4e6;
  margin: 0 0 1.6rem;
}
.send-dialog form { margin: 0; }
.send-dialog .button {
  width: 100%;
  justify-content: center;
}
.send-dialog:not(:modal)[open] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 60;
  transform: translate(-50%, -50%);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 1.2rem;
}
.field { margin: 0; }
.field label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.45rem;
}
.field input,
.field textarea {
  width: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  padding: 0.9rem 0.95rem;
  font: inherit;
  font-size: 1rem;
}
.field textarea { min-height: 8.5rem; resize: vertical; }
.field-wide { grid-column: 1 / -1; }
.field input::placeholder,
.field textarea::placeholder { color: #7b8ea3; }

.honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.field-check {
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #e0eafa;
}
.field-check label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.field-check input { margin-top: 0.25rem; flex-shrink: 0; }
.field-check a { border-bottom: 1px solid #8ba9d7; }

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem 2rem;
  margin-top: 1.8rem;
}
.form-note {
  margin: 0;
  color: #d5e3f6;
  font-size: 0.88rem;
}

.contact-form.is-invalid .field:has(:invalid) input,
.contact-form.is-invalid .field:has(:invalid) textarea {
  box-shadow: inset 0 0 0 2px #f3d6d4;
}

footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--chrome);
  color: var(--chrome-ink);
  margin-top: 0;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(159, 190, 237, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 190, 237, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 10% 0%, rgba(54, 100, 172, 0.4), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(159, 190, 237, 0.14), transparent 28%);
  background-size: 32px 32px, 32px 32px, auto, auto;
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9fbeed, #5d8fd6, transparent);
  box-shadow: 0 0 18px #9fbeed66;
  pointer-events: none;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 1.25fr;
  gap: 2.2rem 3rem;
  align-items: start;
  padding: 3.1rem 6% 2.5rem;
}
.footer-kicker {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--chrome-kicker);
  margin: 0 0 0.85rem;
}
footer strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--chrome-strong);
}
.footer-block p {
  font-size: 0.9rem;
  color: var(--chrome-muted);
  margin: 0.45rem 0 0;
  line-height: 1.6;
}
.footer-block a {
  color: var(--chrome-ink);
  border-bottom: 1px solid var(--chrome-border);
}
.footer-block a:hover { color: var(--chrome-kicker); }
.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}
.footer-nav a {
  color: var(--chrome-ink);
  font-size: 0.92rem;
  border-bottom: 1px solid var(--chrome-border);
  padding-bottom: 0.12rem;
}
.footer-nav a:hover { color: var(--chrome-kicker); }
.footer-end {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-end > p:not(.footer-kicker) {
  margin: 0;
  color: var(--chrome-strong);
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  line-height: 1.35;
}
.footer-end .theme-switch {
  margin-top: 1.25rem;
}
.footer-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  padding: 0.95rem 6%;
  border-top: 1px solid var(--chrome-line);
  background: rgba(0, 0, 0, 0.24);
}
.footer-meta p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--chrome-meta);
}
.theme-switch {
  display: inline-flex;
  border: 1px solid var(--chrome-border);
  background: var(--chrome-hover);
}
.theme-switch button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--chrome-muted);
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.theme-switch button[aria-pressed="true"] {
  background: var(--blue);
  color: #fff;
}

.page-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(159, 190, 237, 0.16), transparent 26%),
    linear-gradient(180deg, #071422 0%, var(--navy) 100%);
  color: #fff;
  padding: 6.5rem 8% 5.5rem;
  position: relative;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(159, 190, 237, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 190, 237, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 80%);
  pointer-events: none;
}
.page-hero h1 {
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  line-height: 1.1;
  max-width: 16ch;
}
.page-hero .lead {
  margin-bottom: 0;
  max-width: 38rem;
}
.page-hero-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}
.page-hero-figure {
  margin: 0;
  position: relative;
  min-height: 420px;
}
.page-hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 35% 40%;
}
.page-hero-figure figcaption {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  font-size: 0.88rem;
  color: #d7e4f4;
  border-left: 2px solid var(--bright);
  padding-left: 0.9rem;
}
.page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem 2rem;
  margin-top: 3rem;
}

.story-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.4rem 4rem;
  align-items: start;
  padding: 5.4rem 8% 5rem;
}
.story-hero .lead { max-width: none; }
.story-hero h1 { max-width: 14ch; }
.patent-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem 1.8rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(201, 162, 39, 0.42);
  padding: 2rem 2rem 2.1rem;
}
.patent-card > .stamp { justify-self: center; }
.patent-card .index { color: #e6c56a; }
.patent-card h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}
.patent-card h2 em { color: #e6c56a; }
.patent-card .large-copy { color: #fff; margin-bottom: 0.9rem; font-size: 1.12rem; }
.patent-card p { color: #c4d0df; }
.patent-figure {
  display: block;
  width: 82%;
  max-width: 34rem;
  height: auto;
  margin: 1.2rem auto 1.35rem;
  object-fit: contain;
}

.stamp {
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
}
.stamp svg { width: 1.7rem; height: 1.7rem; }
.stamp-patent { width: 5.2rem; height: 5.2rem; background: #c9a227; color: #2d2208; }
.stamp-patent svg { width: 2.4rem; height: 2.4rem; }
.stamp-now { background: #2f6f8f; }
.stamp-field { background: #2d6a4f; }
.stamp-expansion { background: #3664ac; }
.stamp-mvp { background: #3664ac; }
.stamp-award { background: #c27a1a; }
.stamp-pni { background: #5b4ea0; }
.stamp-cup { background: #b23a48; }
.stamp-born { background: #1f3d5c; }

.timeline-section { background: var(--paper); }
.timeline-section .section-top { justify-content: center; }
.timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 46rem;
}
.timeline li {
  margin: 0 0 2.4rem;
  padding: 0;
  border: 0;
}
.timeline li:last-child { margin-bottom: 0; }
.timeline time {
  display: block;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
  margin: 0 0 1.1rem;
}
.timeline-cards {
  display: grid;
  gap: 0.8rem;
}
.timeline-cards article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: start;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 1.35rem 1.5rem 1.4rem;
}
.timeline .stamp {
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0.1rem;
}
.timeline .stamp svg { width: 1.75rem; height: 1.75rem; }
.timeline h3 { font-size: 1.28rem; margin-bottom: 0.5rem; }
.timeline p { margin: 0; color: var(--muted); }
.timeline-photo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  object-fit: contain;
}
.timeline-photo-visual {
  width: 88%;
  margin: 1rem auto 0;
}

.story-close { padding-top: 5rem; }

.category-band {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 0 2rem;
  padding: 0.95rem 0 1rem;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--navy);
}
.category-band .eyebrow {
  margin: 0;
  color: var(--navy);
  white-space: nowrap;
}
.category-rule {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), rgba(54, 100, 172, 0.12));
  min-width: 2.5rem;
}
.category-band .section-note {
  color: var(--navy);
  white-space: nowrap;
}
.category-band.is-signal {
  border-top-color: #2f6f8f;
  border-bottom-color: #2f6f8f;
}
.category-band.is-signal .eyebrow,
.category-band.is-signal .section-note { color: #2f6f8f; }
.category-band.is-signal .category-rule {
  background: linear-gradient(90deg, #2f6f8f, rgba(47, 111, 143, 0.12));
}

.project-lead {
  max-width: 42rem;
  margin: 0 0 2rem;
  color: var(--ink);
}
.project-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}
.project {
  background: #fff;
  border: 1px solid #cfd8e4;
  box-shadow: 0 10px 28px rgba(9, 27, 48, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-top: 4px solid var(--blue);
}
.project-media {
  margin: 0;
  height: 220px;
  flex: 0 0 220px;
  background: #102033;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1c334c;
}
.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.project-media.is-signal {
  position: relative;
  background:
    linear-gradient(rgba(231, 238, 247, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 238, 247, 0.08) 1px, transparent 1px),
    #102033;
  background-size: 100% 16px, 24px 100%;
}
.project-media.is-signal svg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.6rem 1.2rem;
}
.project-body {
  padding: 1.6rem 1.7rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.project .index { margin-bottom: 0.8rem; }
.project h2 {
  font-size: 1.55rem;
  line-height: 1.2;
  min-height: 3.7rem;
  margin-bottom: 0.85rem;
}
.project p {
  color: var(--muted);
  margin: 0 0 1rem;
  min-height: 5.2rem;
}
.project ul {
  list-style: none;
  padding: 1rem 0 0;
  margin: auto 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: var(--ink);
  font-size: 0.92rem;
}

.source-flow {
  margin-top: 4.5rem;
  padding: 2rem 2.2rem;
  border: 1px solid var(--line);
  background: var(--paper);
}
.source-flow-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1rem;
}
.source-flow-in span {
  border: 1px solid #c9d6e6;
  background: #fff;
  padding: 0.7rem 0.9rem;
  font-size: 0.92rem;
}
.source-flow-in b { color: var(--blue); font-weight: 500; }
.source-flow-out {
  margin: 1.4rem 0 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.pillar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 1.5rem;
}
.pillar {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  background: #fff;
  padding: 2.6rem;
  border: 1px solid #e2e8f0;
}
.pillar-photo {
  display: block;
  width: 88%;
  height: auto;
  margin: 1.4rem auto 0;
  margin-top: auto;
  padding-top: 1.4rem;
  object-fit: contain;
}
.pillar:first-child {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.pillar:first-child .card-number,
.pillar:first-child .text-link { color: var(--bright); }
.pillar p { color: var(--muted); }
.pillar:first-child p { color: #c4d0df; }
.pillar strong { color: inherit; }
.pillar .text-link { margin-top: 0.6rem; }

.intel { margin: 0 0 1.6rem; }
.intel-stage {
  position: relative;
  height: 88px;
  overflow: hidden;
}
.intel-label {
  margin: 0.65rem 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intel-visual .intel-stage {
  background:
    radial-gradient(circle at 30% 40%, rgba(159, 190, 237, 0.16), transparent 34%),
    linear-gradient(180deg, #0a1d33, #071422);
  border: 1px solid #355070;
}
.intel-corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #9fbeed;
}
.intel-corner.tl { top: 8px; left: 8px; border-right: 0; border-bottom: 0; }
.intel-corner.tr { top: 8px; right: 8px; border-left: 0; border-bottom: 0; }
.intel-corner.bl { bottom: 8px; left: 8px; border-right: 0; border-top: 0; }
.intel-corner.br { bottom: 8px; right: 8px; border-left: 0; border-top: 0; }
.intel-grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#9fbeed 0.6px, transparent 0.7px);
  background-size: 14px 14px;
  opacity: 0.18;
}
.intel-scan {
  position: absolute;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9fbeed, transparent);
  box-shadow: 0 0 12px #9fbeed;
  animation: visual-scan 2.8s ease-in-out infinite;
}
.intel-target {
  position: absolute;
  width: 42px;
  height: 28px;
  border: 1px solid #9fbeed;
  box-shadow: 0 0 0 1px rgba(159, 190, 237, 0.2);
  animation: visual-lock 2.8s ease-in-out infinite;
}
.pillar:first-child .intel-visual .intel-label { color: #9fbeed; }

.intel-signal .intel-stage {
  background:
    linear-gradient(#e7eef7 1px, transparent 1px),
    linear-gradient(90deg, #e7eef7 1px, transparent 1px),
    #f7fafc;
  background-size: 100% 16px, 24px 100%;
  border: 1px solid #d5deea;
}
.intel-signal svg {
  display: block;
  width: 100%;
  height: 100%;
}
.intel-wave-base,
.intel-wave-live {
  fill: none;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.intel-wave-base { stroke: #b7c6d8; }
.intel-wave-live {
  stroke: #3664ac;
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
  animation: signal-draw 2.8s ease-in-out infinite;
}
.intel-anomaly {
  position: absolute;
  top: 8px;
  left: 78.5%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d3543c;
  box-shadow: 0 0 0 0 rgba(211, 84, 60, 0.45);
  animation: signal-hit 2.8s ease-in-out infinite;
}
.intel-signal .intel-label { color: var(--blue); }

@keyframes visual-scan {
  0%, 100% { top: 16%; opacity: 0.35; }
  45%, 55% { top: 62%; opacity: 1; }
}
@keyframes visual-lock {
  0%, 100% { top: 22%; left: 18%; opacity: 0.25; }
  40% { top: 48%; left: 56%; opacity: 1; }
  70% { top: 48%; left: 56%; opacity: 1; }
}
@keyframes signal-draw {
  0% { stroke-dashoffset: 280; }
  55%, 100% { stroke-dashoffset: 0; }
}
@keyframes signal-hit {
  0%, 52% { transform: scale(0.4); opacity: 0; box-shadow: 0 0 0 0 rgba(211, 84, 60, 0); }
  62% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 10px rgba(211, 84, 60, 0); }
  100% { transform: scale(1); opacity: 0.85; }
}

.intel-talk { margin: 2.4rem 0 0; }
.talk-scene {
  height: 400px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(54, 100, 172, 0.28), transparent 36%),
    #071422;
  border: 1px solid #1c334c;
}
.talk-world {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: 50% 68%;
}
.talk-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 14%;
  height: 100px;
}
.talk-line-label {
  display: none;
}
.talk-belt {
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  height: 18px;
  background: repeating-linear-gradient(90deg, #24384f 0 16px, #1a2c40 16px 28px);
  border-radius: 2px;
  animation: talk-belt 2.2s linear infinite;
}
.talk-piece {
  position: absolute;
  top: 28px;
  width: 46px;
  height: 28px;
  background: #c9d6e6;
  box-shadow: inset 0 0 0 1px #8ea3bb;
}
.talk-piece.p1 { left: 8%; }
.talk-piece.p2 { left: 28%; }
.talk-piece.p3 { left: 52%; }
.talk-piece.p4 { left: 76%; }
.talk-piece.is-flagged {
  background: #f3d6d0;
  box-shadow: inset 0 0 0 2px #d3543c, 0 0 0 8px rgba(211, 84, 60, 0.22);
}
.talk-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.35rem 0.55rem;
  background: #d3543c;
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.talk-chat {
  position: absolute;
  left: 50%;
  bottom: 7%;
  width: min(380px, 78%);
  padding: 0.7rem 0.8rem 0.85rem;
  background: #f4f7fb;
  border: 1px solid #c5d2e2;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
}
.talk-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #526478;
}
.talk-bar b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d9a62;
  box-shadow: 0 0 0 4px rgba(61, 154, 98, 0.15);
}
.talk-msg {
  margin: 0;
  max-width: 92%;
  padding: 0.65rem 0.75rem;
  font-size: 0.86rem;
  line-height: 1.4;
}
.talk-msg.ask {
  background: var(--navy);
  color: #fff;
}
.talk-msg.reply {
  margin: 0.55rem 0 0 auto;
  background: #fff;
  color: var(--ink);
  border: 1px solid #d5deea;
}
.talk-typing {
  display: none;
  gap: 0.28rem;
  width: fit-content;
  margin: 0.55rem 0 0 auto;
  padding: 0.55rem 0.7rem;
  background: #fff;
  border: 1px solid #d5deea;
}
.talk-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7b8ea3;
  animation: talk-dot 0.9s ease-in-out infinite;
}
.talk-typing i:nth-child(2) { animation-delay: 0.15s; }
.talk-typing i:nth-child(3) { animation-delay: 0.3s; }
.intel-talk .intel-label {
  margin-top: 0.7rem;
  color: var(--blue);
}

@media (prefers-reduced-motion: no-preference) {
  .talk-world { animation: talk-zoom 11s ease-in-out infinite; }
  .talk-belt { animation: talk-belt 2.2s linear infinite; }
  .talk-piece.is-flagged { animation: talk-flag 11s ease-in-out infinite; }
  .talk-tag { opacity: 0; animation: talk-tag 11s ease-in-out infinite; }
  .talk-msg.ask { opacity: 0; animation: talk-ask 11s ease-in-out infinite; }
  .talk-msg.reply { opacity: 0; animation: talk-reply 11s ease-in-out infinite; }
  .talk-typing { display: flex; opacity: 0; animation: talk-typing 11s ease-in-out infinite; }
}

@keyframes talk-zoom {
  0%, 50% { transform: scale(1.22); }
  64%, 88% { transform: scale(1); }
  100% { transform: scale(1.22); }
}
@keyframes talk-ask {
  0%, 8% { opacity: 0; transform: translateY(8px); }
  14%, 90% { opacity: 1; transform: none; }
  96%, 100% { opacity: 0; }
}
@keyframes talk-typing {
  0%, 22% { opacity: 0; }
  26%, 38% { opacity: 1; }
  42%, 100% { opacity: 0; }
}
@keyframes talk-reply {
  0%, 40% { opacity: 0; transform: translateY(8px); }
  46%, 90% { opacity: 1; transform: none; }
  96%, 100% { opacity: 0; }
}
@keyframes talk-flag {
  0%, 58% { box-shadow: inset 0 0 0 2px #d3543c; }
  66%, 88% { box-shadow: inset 0 0 0 2px #d3543c, 0 0 0 8px rgba(211, 84, 60, 0.22); }
  100% { box-shadow: inset 0 0 0 2px #d3543c; }
}
@keyframes talk-tag {
  0%, 60% { opacity: 0; transform: translate(-50%, 6px); }
  68%, 88% { opacity: 1; transform: translate(-50%, 0); }
  100% { opacity: 0; transform: translate(-50%, 0); }
}
@keyframes talk-belt {
  to { background-position: 28px 0; }
}
@keyframes talk-dot {
  0%, 100% { transform: translateY(0); opacity: 0.4; }
  50% { transform: translateY(-3px); opacity: 1; }
}

@media (max-width: 800px) {
  .talk-scene {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0.95rem 0.85rem 1.05rem;
  }
  .talk-world {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.85rem;
    transform: none !important;
    animation: none !important;
  }
  .talk-line {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    height: 92px;
  }
  .talk-line-label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    color: #9fbeed;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .talk-chat {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }
  .talk-msg {
    font-size: 0.9rem;
  }
  .talk-tag {
    left: auto;
    right: 0;
    top: 0;
    max-width: none;
    font-size: 0.6rem;
    white-space: nowrap;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .talk-piece.is-flagged {
    animation: none !important;
    box-shadow: inset 0 0 0 2px #d3543c, 0 0 0 6px rgba(211, 84, 60, 0.22);
  }
  .intel-talk .intel-label { display: none; }
}

.question-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.question-list li {
  border: 1px solid var(--line);
  padding: 1.2rem 1.3rem;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.client-boards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.client-boards article {
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
}
.client-boards p {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.55;
}

.integration {
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
}
.integration-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
  z-index: -2;
}
.integration::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(7, 20, 34, 0.88) 0%, rgba(7, 20, 34, 0.62) 48%, rgba(7, 20, 34, 0.38) 100%);
  z-index: -1;
}
.integration-copy { max-width: 38rem; }
.integration .eyebrow,
.integration h2 em { color: var(--bright); }
.integration p { color: #c4d0df; }
.integration .large-copy { color: #fff; }

.legal-refs { background: var(--paper); }
.legal-lead {
  color: var(--muted);
  max-width: 40rem;
  margin: -1.5rem 0 2rem;
}
.legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.legal-list a {
  display: block;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 1.4rem 1.5rem;
  min-height: 100%;
  transition: border-color 0.2s, transform 0.2s;
}
.legal-list a:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
}
.legal-list strong { display: block; margin-bottom: 0.45rem; }
.legal-list span { color: var(--muted); font-size: 0.92rem; }

.research-note { background: var(--paper); }
.research-card {
  max-width: 46rem;
}
.research-card h2 { margin-bottom: 1.2rem; }
.research-card p { color: var(--muted); margin: 0; }

.privacy-copy {
  display: grid;
  gap: 3rem;
  max-width: 44rem;
}
.privacy-copy h2 { font-size: 1.6rem; margin-bottom: 0.9rem; }
.privacy-copy p { color: var(--muted); margin: 0; }
.privacy-copy a { border-bottom: 1px solid var(--line); }

@media (min-width: 1700px) {
  body { max-width: 1920px; margin: auto; }
}

@media (max-width: 1150px) {
  .header-end { gap: 0.55rem; }
  .header nav { gap: 0.15rem; }
  .header nav > a:not(.button) { padding: 0.45rem 0.55rem; font-size: 0.8rem; }
  .header nav .small { font-size: 0.78rem; }
  .lang-switch a { padding: 0.38rem 0.58rem; }
  .hero h1 { font-size: 2.8rem; }
  .credibility-copy { font-size: 0.98rem; }
  .section { padding: 4.2rem 6%; }
  .page-hero { padding: 5rem 6% 4.5rem; }
  .section-heading, .intro-grid { gap: 3rem; }
  .capability { padding: 2rem; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .main-capability { grid-column: 1 / -1; }
  .about-grid, .contact { gap: 3rem; }
  .steps { gap: 1.6rem; }
  .project-list { gap: 1.2rem; }
  .incentive-card { padding: 2.4rem; }
  .incentive-points { gap: 2rem; }
  .pillar-grid, .question-list, .legal-list, .client-boards, .page-hero-split {
    grid-template-columns: 1fr;
  }
  .page-hero-figure { min-height: 320px; }
}

@media (max-width: 800px) {
  .header {
    height: 80px;
    min-height: 80px;
    padding: 0 5%;
    overflow: visible;
  }
  .brand {
    height: 80px;
    max-width: min(48vw, 8.4rem);
  }
  .brand img { height: 4.2rem; }
  .header-end { gap: 0.55rem; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    position: relative;
    z-index: 22;
    flex-shrink: 0;
    border: 1px solid rgba(159, 190, 237, 0.35);
    padding: 0.7rem 0.95rem;
    background: transparent;
    color: var(--chrome-ink);
    font-size: 0.88rem;
    white-space: nowrap;
  }
  .header nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 25;
    background: var(--chrome);
    padding: 1.2rem 5% 1.6rem;
    box-shadow: 0 18px 28px #00000040;
    align-items: stretch;
    border-bottom: 1px solid rgba(159, 190, 237, 0.2);
  }
  .header nav.is-open {
    display: flex;
    flex-direction: column;
  }
  .header nav > a:not(.button) { padding: 0.7rem 0.85rem; }
  .header nav .small { font-size: 0.875rem; padding: 1rem; }
  .hero {
    min-height: calc(100vh - 80px);
    min-height: calc(100dvh - 80px);
    padding: 2rem 6% 2.2rem;
  }
  .hero-copy { max-width: none; }
  .hero-wash img { object-position: 35% 40%; }
  .hero-wash::after {
    background: linear-gradient(180deg, rgba(231, 238, 246, 0.5) 0%, rgba(231, 238, 246, 0.22) 100%);
  }
  .hero h1 { font-size: clamp(2.2rem, 7vw, 3.2rem); }
  .hero h1 > span br { display: none; }
  .hero .lead { max-width: 38rem; }
  .credibility-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .credibility-item {
    min-height: 5.6rem;
    padding: 0.95rem 0.45rem;
  }
  .credibility-item + .credibility-item {
    border-left: 1px solid rgba(159, 190, 237, 0.16);
    border-top: 0;
  }
  .credibility-copy {
    max-width: none;
    font-size: 0.72rem;
    line-height: 1.3;
  }
  .credibility-copy.is-lead {
    font-size: 0.78rem;
    letter-spacing: 0.03em;
  }
  .credibility-copy b {
    font-size: 1.05rem;
  }
  .credibility-logo-back {
    inset: -8%;
    width: 116%;
    height: 116%;
  }
  .category-band {
    flex-wrap: wrap;
  }
  .category-band .eyebrow,
  .category-band .section-note {
    white-space: normal;
  }
  .talk-tag-extra { display: none; }
  .section { padding: 4.5rem 6%; }
  .integration::after {
    background: linear-gradient(180deg, rgba(7, 20, 34, 0.9) 10%, rgba(7, 20, 34, 0.72) 100%);
  }
  .section-note { display: none; }
  .section-top { margin-bottom: 2.2rem; }
  .intro-grid, .section-heading, .about-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .section-heading > p { max-width: 38rem; }
  .intro-grid .large-copy { font-size: 1.2rem; }
  .principles { gap: 2rem; margin-top: 2.6rem; }
  .steps { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .steps li::after { display: none; }
  .sector-list article {
    grid-template-columns: 28px 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
  }
  .sector-list p { grid-column: 2; }
  .outcomes { gap: 2rem; }
  .contact {
    grid-template-columns: 1fr;
    padding: 3.4rem 6%;
    gap: 2.8rem;
    margin: 0 4% 2.4rem;
  }
  .form-grid { grid-template-columns: 1fr; }
  .timeline-cards article { grid-template-columns: auto 1fr; }
  .story-hero { grid-template-columns: 1fr; gap: 2.4rem; padding: 4.4rem 6% 3.8rem; }
  .patent-card { grid-template-columns: 1fr; gap: 1.4rem; }
  .project-list { grid-template-columns: 1fr; }
  .project-body { padding: 1.7rem; }
  .page-hero-figure { min-height: 260px; }
  .incentive-points { grid-template-columns: 1fr; }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2.2rem;
    padding: 2.6rem 6% 2.1rem;
  }
  .footer-end { grid-column: 1 / -1; }
}

@media (max-width: 500px) {
  .brand { max-width: 7.2rem; }
  .brand img { height: 3.7rem; }
  .credibility-item {
    min-height: 5.1rem;
    padding: 0.8rem 0.32rem;
  }
  .credibility-copy { font-size: 0.64rem; }
  .credibility-copy.is-lead { font-size: 0.68rem; }
  .credibility-copy b { font-size: 0.95rem; }
  .hero h1 { font-size: 2.4rem; }
  .actions .button,
  .contact .button { width: 100%; }
  .principles, .capability-grid, .outcomes, .steps { grid-template-columns: 1fr; }
  .principles h3 br,
  .contact h2 br { display: none; }
  .capability { padding: 1.8rem; }
  .footer-main { grid-template-columns: 1fr; gap: 1.7rem; }
  .footer-end { grid-column: auto; }
}

[data-theme="bright"] .credibility-copy b { text-shadow: none; }
[data-theme="bright"] .credibility-logo-back { opacity: 0.18; }
[data-theme="bright"] .footer-meta { background: rgba(255, 255, 255, 0.55); }
[data-theme="bright"] .header-grid,
[data-theme="bright"] footer::before { opacity: 0.4; }
[data-theme="bright"] .header-scan { box-shadow: none; opacity: 0.7; }
[data-theme="bright"] .impact {
  background: var(--paper);
  color: var(--ink);
}
[data-theme="bright"] .impact .eyebrow,
[data-theme="bright"] .impact h2 em { color: var(--blue); }
[data-theme="bright"] .impact .section-note,
[data-theme="bright"] .impact .section-heading p { color: var(--muted); }
[data-theme="bright"] .pillar:first-child {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
[data-theme="bright"] .pillar:first-child .card-number,
[data-theme="bright"] .pillar:first-child .text-link { color: var(--blue); }
[data-theme="bright"] .pillar:first-child p { color: var(--muted); }
[data-theme="bright"] .contact {
  background: #e7eef8;
  color: var(--ink);
}
[data-theme="bright"] .contact h2 em { color: var(--blue); }
[data-theme="bright"] .contact-intro p:not(.eyebrow) { color: var(--muted); }
[data-theme="bright"] .contact-direct a { border-bottom-color: var(--blue); }
[data-theme="bright"] .button.light { background: var(--blue); color: #fff; }
[data-theme="bright"] .button.light:hover { background: #234c8c; }
[data-theme="bright"] .form-note { color: var(--muted); }
[data-theme="bright"] .page-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(54, 100, 172, 0.1), transparent 26%),
    linear-gradient(180deg, #f4f7fb 0%, #e7eef6 100%);
  color: var(--ink);
}
[data-theme="bright"] .page-hero .lead { color: var(--muted); }
[data-theme="bright"] .talk-scene {
  background:
    radial-gradient(circle at 70% 20%, rgba(54, 100, 172, 0.12), transparent 36%),
    #e7eef6;
  border-color: var(--line);
}
[data-theme="bright"] .talk-line-label { color: var(--blue); }
[data-theme="bright"] .send-dialog {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
[data-theme="bright"] .send-dialog .eyebrow { color: var(--blue); }
[data-theme="bright"] .send-dialog h2 { color: var(--ink); }
[data-theme="bright"] .send-dialog p:not(.eyebrow) { color: var(--muted); }

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

@media print {
  .boot-screen,
  .send-dialog,
  .theme-switch,
  .lang-switch { display: none !important; }
  .header { position: static; }
  .menu-toggle, .actions, .contact .button { display: none; }
  .hero { min-height: 0; }
  .section { padding: 2rem; }
  .contact { margin: 0; }
  .section, article { break-inside: avoid; }
}
