:root {
  --ink: #101214;
  --coal: #0b0d0f;
  --charcoal: #15181b;
  --slate: #24282c;
  --paper: #f3f1eb;
  --white: #ffffff;
  --muted: #a7adb2;
  --line: rgba(255, 255, 255, 0.15);
  --line-dark: rgba(16, 18, 20, 0.15);
  --red: #d8493f;
  --red-bright: #ed5b50;
  --max: 1180px;
  --radius: 2px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }

body,
input,
select,
button,
textarea { font: inherit; }

a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-200%);
  background: var(--white);
  color: var(--ink);
  padding: 0.75rem 1rem;
}

.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 86px;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }

.umbrella-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--white);
  text-decoration: none;
}

.umbrella-brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--red-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.umbrella-brand-name { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.umbrella-brand-name strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 400; letter-spacing: 0.075em; }
.umbrella-brand-name small { margin-top: 0.33rem; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.31em; }

.brand-lockup { display: inline-flex; flex-direction: column; align-items: stretch; }

.brand-logo {
  display: block;
  width: min(290px, 42vw);
  height: auto;
  object-fit: contain;
}

.brand-name {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  text-transform: uppercase;
}

.brand-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.brand-title strong { color: var(--red-bright); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 0.72em; letter-spacing: 0.09em; }

.brand-tagline {
  width: 100%;
  margin-top: 0.36rem;
  padding-top: 0.3rem;
  border-top: 1px solid currentColor;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.37em;
  text-align: center;
  white-space: nowrap;
}

nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { font-size: 0.85rem; font-weight: 650; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--red-bright); }

.nav-cta { border: 1px solid var(--line); padding: 0.75rem 1rem; }
.nav-cta:hover { background: var(--white); color: var(--ink); }

.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  max-height: 980px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--coal);
  color: var(--white);
}

.hero-media,
.hero-shade { position: absolute; inset: 0; }

.hero-media {
  background: url("./assets/firefighter-hockey-hero.png") 58% center / cover no-repeat;
  filter: saturate(0.82) contrast(1.08);
  transform: scale(1.015);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.91) 28%, rgba(5, 7, 8, 0.38) 60%, rgba(5, 7, 8, 0.45) 100%),
    linear-gradient(0deg, rgba(5, 7, 8, 0.78) 0%, transparent 34%);
}

.hero-content { position: relative; z-index: 1; padding-top: 0; }

.eyebrow,
.section-label {
  margin: 0 0 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow span { width: 28px; height: 2px; background: var(--red-bright); }

.hero h1 {
  max-width: 750px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 8.2vw, 8.5rem);
  line-height: 0.84;
  letter-spacing: -0.07em;
  font-weight: 400;
}

.hero h1 em { color: var(--red-bright); font-weight: 400; }

.hero-kicker {
  margin: 1.2rem 0 1.6rem;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero-copy { max-width: 670px; margin: 0; color: #d0d3d5; font-size: 1.08rem; line-height: 1.72; }

.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.8rem; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); }
.button-primary:hover { background: #bd3c34; }
.button-quiet { border-color: var(--line); background: rgba(9, 11, 13, 0.38); backdrop-filter: blur(8px); }
.button-quiet:hover { border-color: rgba(255, 255, 255, 0.55); }

.trust-row { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0; color: #c6cacc; }
.trust-row span { padding: 0.2rem 1.4rem; border-left: 1px solid var(--line); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.trust-row span:first-child { padding-left: 0; border-left: 0; }

.umbrella-hero { min-height: 760px; }
.umbrella-hero .hero-media {
  background-image: url("./assets/first-responder-healthspan-hero.png");
  background-position: 64% center;
}
.umbrella-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.99) 0%, rgba(5, 7, 8, 0.91) 34%, rgba(5, 7, 8, 0.35) 68%, rgba(5, 7, 8, 0.45) 100%),
    linear-gradient(0deg, rgba(5, 7, 8, 0.78) 0%, transparent 38%);
}
.umbrella-hero h1 {
  max-width: 850px;
  font-size: clamp(4.35rem, 7.7vw, 8.1rem);
}
.umbrella-hero .hero-copy { max-width: 650px; margin-top: 1.8rem; }

.section-light { background: var(--paper); }

.intro,
.approach,
.peer-note,
.interest-section { padding: clamp(5.5rem, 9vw, 9rem) 0; }

.umbrella-intro,
.principles-section { padding: clamp(5.5rem, 9vw, 8.5rem) 0; }

.umbrella-intro-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.umbrella-intro h2,
.program-heading h2,
.umbrella-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.3vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 400;
}

.umbrella-intro-copy { padding-top: 2.1rem; border-top: 1px solid var(--line-dark); }
.umbrella-intro-copy p { margin: 0 0 1.2rem; color: #565b5f; font-size: 1.02rem; line-height: 1.78; }

.program-section { padding: clamp(5.5rem, 9vw, 9rem) 0; background: var(--coal); color: var(--white); }
.program-heading { max-width: 760px; margin-bottom: clamp(2.8rem, 6vw, 5rem); }
.program-feature { display: grid; grid-template-columns: 1.18fr 0.82fr; border: 1px solid var(--line); background: var(--charcoal); }
.program-image { min-height: 530px; overflow: hidden; background: #090b0d; }
.program-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 65% center; filter: saturate(0.85) contrast(1.04); }
.program-content { padding: clamp(2rem, 5vw, 4.8rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.program-status { display: flex; align-items: center; gap: 0.65rem; margin: 0 0 1.6rem; color: var(--red-bright); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.program-status span { width: 25px; height: 2px; background: currentColor; }
.program-content h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.4vw, 4.5rem); line-height: 0.98; letter-spacing: -0.05em; font-weight: 400; }
.program-content > p:not(.program-status) { margin: 1.5rem 0; color: #b7bcc0; line-height: 1.75; }
.program-topics { width: 100%; margin: 0 0 2rem; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.program-topics li { padding: 0.85rem 0; border-bottom: 1px solid var(--line); color: #d3d6d8; font-size: 0.83rem; font-weight: 700; letter-spacing: 0.035em; }

.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.principles-grid article { min-height: 260px; padding: 2rem 2.3rem; border-right: 1px solid var(--line-dark); }
.principles-grid article:last-child { border-right: 0; }
.principles-grid span { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; }
.principles-grid h3 { margin: 3.8rem 0 0.65rem; font-size: 1.25rem; }
.principles-grid p { margin: 0; color: #62666a; font-size: 0.94rem; line-height: 1.65; }

.umbrella-cta { padding: clamp(4.5rem, 8vw, 7rem) 0; background: var(--charcoal); color: var(--white); }
.umbrella-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.umbrella-cta .section-label { margin-bottom: 1rem; }
.umbrella-cta .button { flex: 0 0 auto; }

.umbrella-footer { padding: 2.4rem 0; }
.umbrella-footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.umbrella-footer-inner > a:not(.umbrella-brand) { color: #b7bcc0; font-size: 0.82rem; font-weight: 700; text-underline-offset: 5px; }
.umbrella-footer-inner > p { margin: 0; color: #70777c; font-size: 0.75rem; white-space: nowrap; }
.umbrella-brand-footer .umbrella-brand-mark { width: 38px; height: 38px; }

.section-heading { margin-bottom: 3.4rem; }
.split-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.section-label { color: #666b6f; }
.section-label-red { color: var(--red-bright); }

.section-heading h2,
.data-copy h2,
.why-intro h2,
.peer-note h2,
.interest-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.3vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 400;
}

.split-heading > p { margin: 0 0 0.35rem; color: #565b5f; font-size: 1.02rem; line-height: 1.75; }

.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.focus-card { position: relative; min-height: 405px; padding: 0 0 2rem; overflow: hidden; border-right: 1px solid var(--line-dark); }
.focus-card:last-child { border-right: 0; }
.focus-card:hover { background: var(--white); }
.card-number {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: 0.38rem 0.5rem;
  background: rgba(8, 10, 12, 0.74);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  backdrop-filter: blur(7px);
}
.focus-media { width: 100%; aspect-ratio: 3 / 2; margin: 0 0 1.55rem; overflow: hidden; background: #d8d6d0; }
.focus-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 300ms ease; }
.focus-card:hover .focus-media img { transform: scale(1.025); }
.focus-card h3 { margin: 0 1.8rem 0.75rem; font-size: 1.14rem; }
.focus-card p { margin: 0 1.8rem; color: #62666a; font-size: 0.94rem; line-height: 1.65; }

.data-section,
.why-section { background: var(--coal); color: var(--white); padding: clamp(5.5rem, 9vw, 9rem) 0; }
.data-grid { display: grid; grid-template-columns: 0.84fr 1.16fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.data-copy p:not(.section-label) { max-width: 510px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.text-link { display: inline-flex; gap: 1rem; margin-top: 1.3rem; color: var(--white); font-size: 0.89rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--red); padding-bottom: 0.45rem; }

.signal-panel { border: 1px solid var(--line); background: linear-gradient(140deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015)); padding: clamp(1.4rem, 3vw, 2.4rem); }
.signal-header { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.signal-status { color: #8fb8aa; }
.signal-list div { padding: 1.2rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.signal-list span { color: #c7cbce; }
.signal-list b { max-width: 48%; text-align: right; font-size: 0.9rem; }
.signal-panel > p { margin: 1.2rem 0 0; color: #83898e; font-size: 0.77rem; line-height: 1.5; }

.center-heading { max-width: 790px; margin-inline: auto; text-align: center; }
.center-heading .section-label { justify-content: center; }
.center-heading > p:last-child { color: #62666a; font-size: 1.02rem; line-height: 1.7; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { min-height: 300px; padding: 2rem 2.3rem 2.2rem; border-left: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.steps article:last-child { border-right: 1px solid var(--line-dark); }
.steps > article > span { color: var(--red); font-size: 2.3rem; font-family: Georgia, "Times New Roman", serif; }
.steps h3 { margin: auto 0 0.7rem; font-size: 1.3rem; }
.steps p { color: #62666a; font-size: 0.94rem; line-height: 1.65; }
.steps a { align-self: flex-start; margin-top: 1.2rem; font-size: 0.86rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.why-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); }
.why-list article { display: grid; grid-template-columns: 45px 1fr; gap: 1.3rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.why-list article:last-child { border-bottom: 1px solid var(--line); }
.why-list > article > span { color: var(--red-bright); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; }
.why-list h3 { margin: 0 0 0.55rem; font-size: 1.1rem; }
.why-list p { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.65; }

.peer-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.pull-quote { margin: 0; padding-left: 2rem; border-left: 4px solid var(--red); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -0.04em; }
.peer-grid > div > p:not(.section-label) { color: #565b5f; line-height: 1.75; }
.note-small { padding-top: 1rem; border-top: 1px solid var(--line-dark); font-size: 0.85rem; font-weight: 700; }

.interest-section { background: var(--charcoal); color: var(--white); }
.interest-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.interest-copy > p:not(.section-label) { color: var(--muted); line-height: 1.7; }
.contact-card { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.contact-card .contact-label { margin: 0 0 0.4rem; color: #777e83; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.contact-card a { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; text-decoration: none; }
.contact-card p:last-child { color: var(--muted); line-height: 1.55; }
.clinic-locations { display: grid; gap: 0.85rem; margin-top: 1.3rem; }
.location-link { display: block; padding: 0.85rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.location-link strong,
.location-link span { display: block; }
.location-link strong { margin-bottom: 0.35rem; color: var(--white); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.location-link span { color: var(--muted); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 0.88rem; line-height: 1.55; }
.location-link:hover span { color: var(--white); }

.interest-form { padding: clamp(1.6rem, 4vw, 3rem); background: var(--paper); color: var(--ink); }
.form-honeypot { display: none; }
.form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.interest-form label > span:not(.choice span),
.interest-form legend { display: block; margin-bottom: 0.65rem; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.interest-form label > span small { color: #777c80; font-size: 0.67rem; letter-spacing: 0.03em; }
.interest-form input[type="text"],
.interest-form input[type="email"],
.interest-form input[type="tel"],
.interest-form select,
.interest-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #c8c7c2;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 0.8rem 0.9rem;
  font-size: 0.95rem;
}
.field-help { margin: 0.65rem 0 0; color: #686d71; font-size: 0.78rem; line-height: 1.45; }
.interest-form input:focus,
.interest-form select:focus,
.interest-form textarea:focus { outline: 3px solid rgba(216, 73, 63, 0.25); border-color: var(--red); }
.interest-form textarea { min-height: 112px; resize: vertical; line-height: 1.5; }
.comment-field { display: block; margin-top: 1.7rem; }
.interest-form fieldset { margin: 1.7rem 0; padding: 0; border: 0; }
.choice { display: grid; grid-template-columns: 20px 1fr; gap: 0.7rem; align-items: start; padding: 0.9rem 0; border-bottom: 1px solid var(--line-dark); cursor: pointer; }
.choice input { width: 17px; height: 17px; margin: 0.2rem 0 0; accent-color: var(--red); }
.choice b,
.choice small { display: block; }
.choice b { font-size: 0.93rem; }
.choice small { margin-top: 0.2rem; color: #686d71; font-size: 0.82rem; line-height: 1.45; }
.privacy-note { color: #72777a; font-size: 0.78rem; line-height: 1.5; }
.submit-button { width: 100%; margin-top: 0.6rem; border: 0; }
.submit-button:disabled { opacity: 0.6; cursor: not-allowed; }
.form-result { margin-top: 1rem; padding: 1rem; border-left: 3px solid #747d86; background: #e7e9eb; color: #28313a; font-size: 0.88rem; line-height: 1.55; }
.form-result[data-status="error"] { border-left-color: #ad3039; background: #f7e6e8; color: #662029; }

footer { background: #070809; color: var(--white); padding: 3.5rem 0 2rem; }
.footer-main { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 2rem; align-items: center; }
.brand-footer { justify-self: start; }
.footer-main > p { color: var(--muted); line-height: 1.6; }
.footer-call { font-size: 0.9rem; font-weight: 800; text-underline-offset: 6px; }
.footer-legal { margin-top: 0; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 3rem; color: #70777c; font-size: 0.72rem; line-height: 1.55; }
.footer-legal p:first-child { max-width: 850px; }
.footer-legal p:last-child { white-space: nowrap; }

@media (max-width: 960px) {
  nav a:not(.nav-cta) { display: none; }
  .umbrella-intro-grid,
  .program-feature { grid-template-columns: 1fr; }
  .program-image { min-height: 440px; }
  .program-content { max-width: 720px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .focus-card:nth-child(2) { border-right: 0; }
  .focus-card:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .data-grid,
  .why-grid,
  .interest-grid { grid-template-columns: 1fr; }
  .signal-panel { max-width: 720px; }
  .peer-grid { grid-template-columns: 1fr; }
  .peer-grid > div { max-width: 680px; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 2rem), var(--max)); }
  .site-header { height: 74px; padding-inline: 1rem; }
  .umbrella-brand { gap: 0.55rem; }
  .umbrella-brand-mark { width: 36px; height: 36px; font-size: 0.61rem; }
  .umbrella-brand-name strong { font-size: 0.76rem; }
  .umbrella-brand-name small { font-size: 0.49rem; letter-spacing: 0.23em; }
  .brand-logo { width: min(230px, 62vw); }
  .nav-cta { padding: 0.62rem 0.75rem; font-size: 0.75rem; }
  .hero { min-height: 760px; height: auto; padding: 6rem 0 4rem; }
  .hero-content { padding-top: 0; }
  .hero-media { background-position: 66% center; opacity: 0.8; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,7,8,0.96), rgba(5,7,8,0.72)), linear-gradient(0deg, rgba(5,7,8,0.93), transparent 55%); }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); line-height: 0.9; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .umbrella-hero h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .trust-row { gap: 0.7rem 0; }
  .trust-row span { width: 50%; padding: 0.15rem 0.7rem; }
  .trust-row span:nth-child(odd) { padding-left: 0; border-left: 0; }
  .split-heading { grid-template-columns: 1fr; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .focus-card:last-child { border-bottom: 0; }
  .signal-header,
  .signal-list div { align-items: flex-start; flex-direction: column; }
  .signal-list b { max-width: 100%; text-align: left; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 260px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .steps h3 { margin-top: 3rem; }
  .form-grid { grid-template-columns: 1fr; }
  .program-image { min-height: 330px; }
  .program-content { padding: 2rem 1.35rem 2.4rem; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .principles-grid article:last-child { border-bottom: 0; }
  .principles-grid h3 { margin-top: 2.4rem; }
  .umbrella-cta-inner { align-items: stretch; flex-direction: column; }
  .umbrella-footer-inner { grid-template-columns: 1fr; gap: 1.2rem; }
  .footer-legal { flex-direction: column; gap: 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
