/* ============================================================
   CROSSBOW PAGE
   Page-specific styles. Shared tokens, navbar and footer live in style.css.
   ============================================================ */

.cx-page { background: var(--bg); }

/* Shared elements */
.cx-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--text-muted);
  font-family: var(--f-display);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.cx-display {
  color: var(--text);
  font-family: var(--f-display);
  font-size: clamp(3rem, 6.2vw, 6.8rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .84;
  text-transform: uppercase;
}
.cx-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-family: var(--f-display);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.cx-btn:hover { transform: translateY(-1px); }
.cx-btn--primary { background: #fff; color: var(--dark); }
.cx-btn--primary:hover { background: var(--bg-2); }
.cx-btn--ghost { border-color: rgba(255,255,255,.34); color: #fff; background: rgba(4,7,17,.14); }
.cx-btn--ghost:hover { border-color: rgba(255,255,255,.72); }
.cx-btn--blue { background: var(--accent); color: #fff; }
.cx-btn--blue:hover { background: var(--accent-dark); }

/* Cinematic hero with a restrained lower-left page title */
.cx-hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  background: var(--dark-2);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.cx-hero__media,
.cx-hero__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cx-hero__media video { object-fit: cover; object-position: center; }

/* Intro below the video */
.cx-intro {
  padding: clamp(68px, 8vw, 118px) 0;
  background: var(--dark);
  color: #fff;
}
.cx-intro__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 82px);
  align-items: center;
}
.cx-intro__grid > * { min-width: 0; }
.cx-intro .cx-kicker { color: rgba(255,255,255,.45); }
.cx-intro h1 {
  max-width: 100%;
  color: #fff;
  font-family: var(--f-display);
  font-size: clamp(4rem, 5.2vw, 6.25rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .82;
  white-space: nowrap;
  text-transform: uppercase;
}
.cx-intro__copy {
  width: 100%;
  margin-left: 0;
}
.cx-intro__copy > p {
  max-width: 650px;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.68;
}
.cx-intro__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Key figures */
.cx-facts {
  padding: 0 var(--pad);
  background: var(--dark-2);
  color: #fff;
}
.cx-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max-w);
  margin: 0 auto;
  border-left: 1px solid rgba(255,255,255,.12);
}
.cx-fact {
  min-width: 0;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px clamp(18px, 2vw, 30px);
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.cx-fact__label {
  margin-bottom: 12px;
  color: rgba(255,255,255,.40);
  font-family: var(--f-display);
  font-size: clamp(.5rem, .55vw, .58rem);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}
.cx-fact strong {
  color: #fff;
  font-family: var(--f-display);
  font-size: clamp(1.85rem, 2.65vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .95;
  white-space: nowrap;
  text-transform: uppercase;
}
.cx-fact small {
  margin-top: 10px;
  color: rgba(255,255,255,.58);
  font-family: var(--f-display);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Platform + experimental development */
.cx-development {
  padding: clamp(86px, 9vw, 136px) 0;
  background: var(--bg);
}
.cx-development__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: stretch;
}
.cx-development__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(30px, 4.4vw, 62px);
  background: #fff;
  border: 1px solid var(--border);
}
.cx-development__copy .cx-display {
  max-width: 650px;
  font-size: clamp(2.9rem, 5.4vw, 6rem);
}
.cx-development__text {
  max-width: 570px;
  margin-top: clamp(48px, 7vw, 108px);
}
.cx-development__text p {
  color: var(--text-dim);
  font-size: 1rem;
  line-height: 1.72;
}
.cx-development__text p + p { margin-top: 16px; }

.cx-cycle {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(520px, 1fr) auto;
  background: var(--dark-2);
}
.cx-cycle__stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--dark-2);
}
.cx-cycle__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .42s ease, visibility .42s ease;
}
.cx-cycle__slide.is-active { opacity: 1; visibility: visible; }
.cx-cycle__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cx-cycle__slide::after {
  content: '';
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(to top, rgba(4,7,17,.9), rgba(4,7,17,0));
  pointer-events: none;
}
.cx-cycle__slide figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 3vw, 42px);
  bottom: clamp(20px, 3vw, 38px);
  left: clamp(20px, 3vw, 42px);
  display: grid;
  grid-template-columns: minmax(100px, .25fr) minmax(0, .75fr);
  gap: 24px;
  align-items: end;
  color: #fff;
}
.cx-cycle__slide figcaption strong {
  font-family: var(--f-display);
  font-size: clamp(1.45rem, 2.3vw, 2.6rem);
  letter-spacing: -.035em;
  line-height: 1;
  text-transform: uppercase;
}
.cx-cycle__slide figcaption span {
  max-width: 520px;
  color: rgba(255,255,255,.75);
  font-size: .9rem;
  line-height: 1.55;
}
.cx-cycle__controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.16);
  border-left: 1px solid rgba(255,255,255,.16);
}
.cx-cycle__controls button {
  min-height: 74px;
  padding: 12px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: rgba(255,255,255,.48);
  cursor: pointer;
  font-family: var(--f-display);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.cx-cycle__controls button:hover,
.cx-cycle__controls button:focus-visible { color: #fff; background: rgba(255,255,255,.07); outline: none; }
.cx-cycle__controls button.is-active { color: #fff; background: var(--accent); }

/* Compact ramjet rationale + mission relevance */
.cx-rationale {
  padding: clamp(74px, 7.5vw, 112px) 0;
  background: var(--dark-2);
  color: #fff;
}
.cx-rationale .cx-kicker { color: rgba(255,255,255,.42); }
.cx-rationale__head {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 62px);
}
.cx-rationale__head h2 {
  color: #fff;
  font-family: var(--f-display);
  font-size: clamp(3rem, 5.8vw, 6.2rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .86;
  text-transform: uppercase;
}
.cx-rationale__head > p {
  max-width: 720px;
  color: rgba(255,255,255,.67);
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  line-height: 1.7;
}
.cx-rationale__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cx-rationale-card {
  min-height: 176px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  padding: clamp(24px, 2.7vw, 36px);
  background: rgba(221,231,248,.97);
  color: var(--dark);
}
.cx-rationale-card > span {
  grid-row: 1 / 3;
  color: rgba(13,19,43,.38);
  font-family: var(--f-display);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
}
.cx-rationale-card h3 {
  align-self: end;
  margin: 0 0 10px;
  color: var(--dark);
  font-family: var(--f-display);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: uppercase;
}
.cx-rationale-card p {
  color: rgba(13,19,43,.72);
  font-size: .88rem;
  line-height: 1.5;
}
.cx-missions {
  margin-top: 12px;
  border: 1px solid rgba(255,255,255,.14);
}
.cx-missions__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.cx-missions__head > span {
  color: rgba(255,255,255,.48);
  font-family: var(--f-display);
  font-size: .57rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cx-missions__head > small {
  color: rgba(255,255,255,.30);
  font-family: var(--f-display);
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.cx-missions ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}
.cx-missions li {
  min-width: 0;
  min-height: 96px;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: space-between;
  gap: 18px;
  padding: 18px 20px 20px;
  border-right: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.82);
  font-family: var(--f-display);
  font-size: clamp(.57rem, .62vw, .66rem);
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.45;
  list-style: none;
  text-transform: uppercase;
}
.cx-missions li:last-child { border-right: 0; }
.cx-missions__index {
  color: rgba(255,255,255,.28);
  font-size: .52rem;
  letter-spacing: .12em;
}


/* Testing with FAST and request form as one integrated block */
.cx-testing {
  padding: clamp(78px, 8vw, 124px) 0;
  background: var(--dark);
  color: #fff;
}
.cx-testing__grid {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(520px, 1.18fr);
  align-items: stretch;
}
.cx-testing__story {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(330px, .95fr) auto;
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,.12);
}
.cx-testing__media {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  margin: 0;
}
.cx-testing__media::after {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(to top, rgba(4,7,17,.58), rgba(4,7,17,0));
}
.cx-testing__media img { width: 100%; height: 100%; object-fit: cover; }
.cx-testing__copy { padding: clamp(30px, 4vw, 54px); }
.cx-testing__copy .cx-kicker { color: rgba(255,255,255,.43); }
.cx-testing__copy h2 {
  max-width: 620px;
  color: #fff;
  font-family: var(--f-display);
  font-size: clamp(2.5rem, 4.3vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: .87;
  text-transform: uppercase;
}
.cx-testing__copy p {
  max-width: 590px;
  margin-top: 22px;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
}

.cx-request {
  min-width: 0;
  background: var(--bg-2);
  color: var(--text);
  border: 1px solid var(--border);
  border-left: 0;
}
.cx-request__head {
  padding: clamp(30px, 4vw, 52px) clamp(28px, 4vw, 54px) 24px;
}
.cx-request__head h3 {
  max-width: 720px;
  color: var(--text);
  font-family: var(--f-display);
  font-size: clamp(2.25rem, 3.8vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .88;
  text-transform: uppercase;
}
.cx-request__head > p {
  max-width: 680px;
  margin-top: 18px;
  color: var(--text-dim);
  font-size: .94rem;
  line-height: 1.62;
}
.cx-request__form { padding: 0 clamp(28px, 4vw, 54px) clamp(32px, 4vw, 54px); }
.cx-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cx-field { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.cx-field--full { grid-column: 1 / -1; }
.cx-field label {
  color: var(--text-dim);
  font-family: var(--f-display);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.cx-field input,
.cx-field select,
.cx-field textarea {
  width: 100%;
  border: 1px solid var(--border-md);
  border-radius: 0;
  background: #fff;
  color: var(--text);
  font: inherit;
  padding: 13px 14px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.cx-field select,
.cx-field input { min-height: 49px; }
.cx-field textarea { min-height: 112px; resize: vertical; }
.cx-field input:focus,
.cx-field select:focus,
.cx-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(63,111,181,.10); }
.cx-field small { color: var(--text-muted); font-size: .72rem; line-height: 1.45; }
.cx-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  color: var(--text-dim);
  font-size: .76rem;
  line-height: 1.48;
}
.cx-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--accent); }
.cx-consent a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 2px; }
.cx-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.cx-form__actions p { max-width: 430px; color: var(--text-muted); font-size: .7rem; line-height: 1.45; }
.cx-form__status { min-height: 20px; margin-top: 12px; color: var(--text-muted); font-size: .8rem; line-height: 1.45; }
.cx-form__status.is-error { color: #9a2d31; }
.cx-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cx-success { padding: 58px 22px; text-align: center; }
.cx-success svg { width: 54px; height: 54px; margin: 0 auto 24px; }
.cx-success h3 { margin-bottom: 16px; color: var(--text); font-family: var(--f-display); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 700; letter-spacing: -.04em; line-height: .94; text-transform: uppercase; }
.cx-success p { max-width: 540px; margin: 0 auto; color: var(--text-dim); line-height: 1.7; }
.cx-success strong { color: var(--accent-dark); }

@media (max-width: 1100px) {
  .cx-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-fact:nth-child(2) { border-right: 0; }
  .cx-development__grid { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); }
  .cx-cycle { grid-template-rows: minmax(480px, 1fr) auto; }
  .cx-cycle__stage { min-height: 480px; }
  .cx-testing__grid { grid-template-columns: minmax(300px, .7fr) minmax(500px, 1.3fr); }
}

@media (max-width: 850px) {
  .cx-hero { height: 78svh; min-height: 540px; }
  .cx-intro__grid { grid-template-columns: 1fr; align-items: start; }
  .cx-intro__copy { max-width: 690px; margin-left: 0; }
  .cx-development__grid,
  .cx-rationale__head,
  .cx-testing__grid { grid-template-columns: 1fr; }
  .cx-development__text { margin-top: 42px; }
  .cx-cycle { grid-template-rows: minmax(500px, 1fr) auto; }
  .cx-cycle__stage { min-height: 500px; }
  .cx-rationale__cards { grid-template-columns: 1fr; }
  .cx-rationale-card { min-height: 150px; }
  .cx-testing__story { grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); grid-template-rows: 1fr; }
  .cx-testing__media { min-height: 390px; }
  .cx-request { border-top: 0; border-left: 1px solid var(--border); }
}

@media (max-width: 900px) and (min-width: 621px) {
  .cx-missions ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-missions li { border-bottom: 1px solid rgba(255,255,255,.14); }
  .cx-missions li:nth-child(2n) { border-right: 0; }
  .cx-missions li:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
}

@media (max-width: 620px) {
  .cx-hero { height: 68svh; min-height: 470px; }
  .cx-intro h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .cx-intro__actions { align-items: stretch; flex-direction: column; }
  .cx-btn { width: 100%; }
  .cx-facts__grid { grid-template-columns: 1fr; }
  .cx-fact,
  .cx-fact:nth-child(2) { min-height: 132px; border-right: 0; }
  .cx-fact strong { font-size: clamp(2rem, 11vw, 3rem); }
  .cx-development { padding: 64px 0; }
  .cx-development__copy { padding: 28px 24px; }
  .cx-development__copy .cx-display { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .cx-cycle { grid-template-rows: minmax(370px, 1fr) auto; }
  .cx-cycle__stage { min-height: 370px; }
  .cx-cycle__slide figcaption { grid-template-columns: 1fr; gap: 8px; }
  .cx-cycle__slide figcaption span { font-size: .8rem; }
  .cx-cycle__controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cx-cycle__controls button { min-height: 60px; }
  .cx-rationale { padding: 64px 0; }
  .cx-rationale__head { gap: 24px; }
  .cx-rationale__head h2 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .cx-rationale-card { grid-template-columns: auto 1fr; padding: 24px; }
  .cx-missions__head { align-items: flex-start; flex-direction: column; gap: 6px; }
  .cx-missions ul { grid-template-columns: 1fr; }
  .cx-missions li { min-height: 76px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .cx-missions li:last-child { border-bottom: 0; }
  .cx-testing { padding: 64px 0; }
  .cx-testing__story { grid-template-columns: 1fr; grid-template-rows: minmax(300px, .8fr) auto; }
  .cx-testing__media { min-height: 300px; }
  .cx-testing__copy h2 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .cx-request__head,
  .cx-request__form { padding-right: 22px; padding-left: 22px; }
  .cx-fields { grid-template-columns: 1fr; }
  .cx-field--full { grid-column: auto; }
  .cx-form__actions { align-items: stretch; flex-direction: column; }
  .cx-form__actions .cx-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .cx-btn,
  .cx-cycle__slide,
  .cx-cycle__controls button { transition: none; }
}

/* ============================================================
   TYPOGRAPHY ALIGNMENT — STRATODART ARCHITECTURE
   Page title remains uppercase; section titles use sentence case.
   ============================================================ */
.cx-hero {
  min-height: 88vh;
  min-height: 88svh;
  height: auto;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.cx-hero__media { z-index: -3; }
.cx-hero__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,9,22,.72) 0%, rgba(5,9,22,.24) 43%, rgba(5,9,22,.04) 76%),
    linear-gradient(to top, rgba(5,8,18,.82) 0%, rgba(5,8,18,.08) 54%, rgba(5,8,18,.20) 100%);
  pointer-events: none;
}
.cx-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max-w));
  margin: 0 auto;
  padding-top: calc(var(--nav-h) + 90px);
  padding-bottom: 64px;
}
.cx-hero .cx-kicker {
  margin-bottom: 16px;
  color: rgba(255,255,255,.56);
}
.cx-hero h1 {
  max-width: 920px;
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--f-display);
  font-size: clamp(3.65rem, 6.5vw, 6.2rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .84;
  text-transform: uppercase;
}
.cx-hero__summary {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.77);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.68;
}
.cx-hero__scroll {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.72);
  font-family: var(--f-display);
  font-size: .60rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.cx-hero__scroll i {
  width: 48px;
  height: 1px;
  background: rgba(255,255,255,.46);
  transition: width .25s ease, background .25s ease;
}
.cx-hero__scroll:hover i { width: 66px; background: #fff; }


.cx-display,
.cx-rationale__head h2,
.cx-testing__copy h2,
.cx-request__head h3 {
  font-size: clamp(2.25rem, 3.8vw, 4.2rem);
  letter-spacing: -.045em;
  line-height: .98;
  text-transform: none;
}
.cx-rationale-card h3,
.cx-cycle__slide figcaption strong,
.cx-success h3,
.cx-fact strong {
  text-transform: none;
}

@media (max-width: 850px) {
  .cx-hero { min-height: 72svh; }
}

@media (max-width: 620px) {
  .cx-hero { min-height: 620px; }
  .cx-hero__overlay {
    background: linear-gradient(to top, rgba(5,8,18,.94) 0%, rgba(5,8,18,.20) 66%, rgba(5,8,18,.25) 100%);
  }
  .cx-hero__content { padding-top: calc(var(--nav-h) + 70px); padding-bottom: 38px; }
  .cx-hero h1 { font-size: clamp(3.25rem, 14vw, 4.6rem); }
  .cx-hero__summary { max-width: 520px; margin-bottom: 24px; font-size: .96rem; }
  .cx-display,
  .cx-rationale__head h2,
  .cx-testing__copy h2,
  .cx-request__head h3 { font-size: clamp(2.05rem, 10vw, 2.8rem); }
}

@media (prefers-reduced-motion: reduce) {
  .cx-hero__scroll i { transition: none; }
}


/* Phase 4 refinement: align key figures with the page content grid */
.cx-facts__grid {
  max-width: calc(var(--max-w) - (2 * var(--pad)));
}

/* Phase 4 refinement: reduce the platform section headline */
.cx-development__copy .cx-display {
  max-width: 540px;
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  line-height: 1.02;
}
@media (max-width: 620px) {
  .cx-development__copy .cx-display {
    font-size: clamp(1.9rem, 8.5vw, 2.55rem);
  }
}
