:root {
  color-scheme: light;
  --navy: #06245f;
  --navy-deep: #031437;
  --blue: #0879f8;
  --blue-soft: #e7f1ff;
  --paper: #f5f8fd;
  --surface: #ffffff;
  --ink: #061f55;
  --muted: #5b6680;
  --line: #d3def1;
  --shadow: 0 22px 60px rgba(6, 31, 85, 0.14);
  --font-main: "Segoe UI", Arial, "Helvetica Neue", system-ui, -apple-system,
    BlinkMacSystemFont, sans-serif;
  font-family: var(--font-main);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-main);
  background:
    linear-gradient(180deg, #111719 0 34rem, var(--paper) 34rem, #ffffff 100%);
  color: var(--ink);
  line-height: 1.5;
}

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

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.35;
  background:
    repeating-radial-gradient(
      ellipse at 14% 4%,
      transparent 0 28px,
      rgba(6, 31, 85, 0.045) 29px 30px
    );
  pointer-events: none;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(18px, 5vw, 64px);
  background: rgba(17, 23, 25, 0.95);
  border-bottom: 1px solid rgba(8, 121, 248, 0.48);
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  gap: 2px;
  min-width: 270px;
  text-decoration: none;
}

.brand-name,
.signature {
  color: #dedbd4;
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.05;
}

.brand-note {
  color: rgba(222, 219, 212, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-line {
  width: 176px;
  height: 3px;
  background: var(--blue);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 8px 11px;
  border-radius: 8px;
  color: #dedbd4;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--blue);
  color: #fff;
  outline: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: #dedbd4;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.98fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  min-height: 100svh;
  padding: 118px clamp(20px, 7vw, 98px) 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 22%, rgba(8, 121, 248, 0.26), transparent 22rem),
    linear-gradient(120deg, #171b1e 0%, #111719 48%, #031437 100%);
}

.hero-copyblock {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hero-copyblock::before {
  position: absolute;
  inset: -40px -32px -42px -34px;
  z-index: -1;
  content: "";
  background:
    repeating-radial-gradient(
      ellipse at 18% 12%,
      transparent 0 24px,
      rgba(255, 255, 255, 0.045) 25px 26px
    );
  border-left: 4px solid var(--blue);
  border-radius: 8px;
}

.kicker {
  margin: 0 0 11px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 15ch;
  margin: 0;
  color: #dedbd4;
  font-size: clamp(2.75rem, 4.65vw, 5rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span,
.site-footer p span {
  color: var(--blue);
}

.hero-lead {
  max-width: 50ch;
  margin: 20px 0 0;
  color: #dedbd4;
  font-size: clamp(1.02rem, 1.42vw, 1.22rem);
  font-weight: 650;
}

.hero-lead::before,
.section-heading::after {
  display: block;
  width: min(300px, 70vw);
  height: 3px;
  margin: 0 0 18px;
  background: var(--blue);
  content: "";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.campaign-line {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 8px 12px;
  color: #f4f1ea;
  background: rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--blue);
  border-radius: 8px;
  font-size: 0.96rem;
  font-weight: 650;
}

.mandate-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 34px;
}

.mandate-pair article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  position: relative;
  min-height: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.mandate-icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #0a66d4;
  border-radius: 50%;
}

.mandate-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mandate-pair span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 5px 12px;
  color: #fff;
  background: rgba(8, 121, 248, 0.18);
  border-radius: 999px;
  font-size: clamp(0.68rem, 0.9vw, 0.8rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.mandate-pair strong {
  display: block;
  color: #f4f1ea;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.32;
}

.mandate-pair p {
  margin: 8px 0 0;
  color: rgba(222, 219, 212, 0.78);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.42;
}

.statement {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  max-width: 620px;
  margin: 30px 0 0;
  padding: 18px 22px;
  color: #fff;
  background: linear-gradient(135deg, #0879f8 0%, #0046c8 100%);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(8, 121, 248, 0.24);
}

.statement span {
  font-size: 3.7rem;
  font-weight: 750;
  line-height: 0.9;
}

.statement p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.statement cite {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 700;
}

.statement cite small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 500;
}

.hero-portrait {
  position: relative;
  margin: 0;
  align-self: stretch;
  min-height: 560px;
}

.hero-portrait::before {
  position: absolute;
  inset: 30px auto 30px -40px;
  width: 46%;
  content: "";
  background: var(--blue);
  border-radius: 999px 0 0 999px;
  opacity: 0.9;
}

.hero-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.section {
  padding: clamp(54px, 8vw, 104px) clamp(20px, 7vw, 98px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.86fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  background: #fff;
}

h2 {
  max-width: 820px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-copy {
  display: grid;
  gap: 16px;
}

.intro-copy p,
.contact-band p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.62;
}

.plain-pledge {
  padding-left: 16px;
  border-left: 3px solid var(--blue);
  color: var(--navy) !important;
  font-weight: 600 !important;
}

.plain-close {
  color: var(--navy) !important;
  font-size: 1.18rem !important;
  font-weight: 650 !important;
}

.trust-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.trust-grid article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
}

.trust-grid span {
  display: inline-grid;
  place-items: center;
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  margin: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #064aa3);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

.trust-grid strong {
  display: block;
  grid-column: 2;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.trust-grid p {
  grid-column: 2;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.5;
}

.program-section {
  background: #eef5ff;
}

.psk-program-section {
  background: #fff;
}

.section-heading {
  max-width: 920px;
}

.section-heading::after {
  margin: 18px 0 0;
}

.section-lead {
  max-width: 72ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.62;
}

.support-section,
.proof-section {
  background: #fff;
}

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

.action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.action-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
}

.action-grid h3 {
  margin: 16px 0 8px;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.action-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.5;
}

.card-button {
  margin-top: auto;
  padding-inline: 14px;
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.card-button:hover,
.card-button:focus-visible {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  outline: none;
}

.program-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: none;
  margin-top: 34px;
}

.program-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 184px;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
}

.round-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #064aa3);
  font-size: 0.78rem;
  font-weight: 800;
}

.program-item h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.program-item p {
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.5;
}

.compact-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.detailed-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detailed-list .program-item {
  min-height: 0;
}

.featured-program {
  grid-column: span 2;
}

.program-item details {
  margin-top: 14px;
  color: var(--muted);
}

.program-item summary {
  cursor: pointer;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 750;
  text-transform: uppercase;
}

.program-item ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
}

.program-item li + li {
  margin-top: 5px;
}

.visual-section {
  background: var(--surface);
}

.story-section .section-heading {
  max-width: 980px;
}

.story-lead {
  max-width: 66ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 500;
  line-height: 1.6;
}

.bio-section {
  background: #fff;
}

.bio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.bio-grid article {
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
}

.bio-card-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 14px;
}

.bio-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0a66d4);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.bio-grid .bio-label {
  display: inline-block;
  min-height: 1.1em;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bio-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.bio-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.5;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 34px;
}

.story-card {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  min-height: 100%;
  overflow: hidden;
  align-items: stretch;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 31, 85, 0.1);
}

.story-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.story-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 46px);
}

.story-label {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.story-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  font-weight: 750;
  line-height: 1.16;
}

.story-card-body > p:not(.story-label) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.58;
}

.story-button {
  align-self: flex-start;
  margin-top: 22px;
  padding-inline: 14px;
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.story-button:hover,
.story-button:focus-visible {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  outline: none;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: clamp(22px, 5vw, 56px);
  padding: clamp(30px, 6vw, 66px);
  color: #fff;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  border-radius: 8px;
}

.contact-section {
  background: #fff;
}

.contact-section .contact-band {
  margin: 0;
}

.contact-band h2,
.contact-band p {
  color: #fff;
}

.contact-band .kicker {
  color: #8fc5ff;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 650;
  letter-spacing: 0;
  text-decoration: none;
}

.contact-actions .button {
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
}

.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: #f4f1ea;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #0064d6;
  outline: none;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  outline: none;
}

.button.ghost {
  color: #f4f1ea;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--navy);
  outline: none;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: 8px;
}

.form-intro,
.form-wide {
  grid-column: 1 / -1;
}

.form-intro h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
}

.form-intro p {
  max-width: 72ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(8, 121, 248, 0.14);
}

.consent {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  color: var(--muted) !important;
  font-weight: 500 !important;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.form-submit {
  justify-self: start;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 18px clamp(20px, 7vw, 98px) 22px;
  color: var(--muted);
  background: #fff;
}

.site-footer .signature {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-branding {
  display: grid;
  gap: 8px;
}

.campaign-disclosure {
  display: grid;
  gap: 5px;
  max-width: 980px;
  padding-top: 0;
}

.campaign-disclosure h2 {
  margin: 0;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.2;
  text-transform: uppercase;
}

.campaign-disclosure p {
  margin: 0;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 400;
  line-height: 1.32;
}

.campaign-disclosure strong {
  font-weight: 700;
}

.site-footer p {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 400;
}

@media (max-width: 1060px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 102px;
  }

  .hero-copyblock {
    max-width: 760px;
  }

  .hero-portrait {
    min-height: 480px;
  }

  .hero-portrait img {
    min-height: 480px;
    max-height: 680px;
  }

  .intro,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .program-list,
  .bio-grid,
  .trust-grid,
  .action-grid,
  .compact-list,
  .detailed-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-program {
    grid-column: span 1;
  }

  .story-card {
    grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 66px;
  }

  .brand {
    min-width: 230px;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .brand-note {
    font-size: 0.58rem;
  }

  .brand-line {
    width: 140px;
  }

  .nav-toggle {
    display: block;
    width: 46px;
    height: 46px;
    border-color: rgba(8, 121, 248, 0.55);
    background: rgba(255, 255, 255, 0.06);
  }

  .site-header.is-open .nav-toggle {
    background: rgba(8, 121, 248, 0.18);
    border-color: var(--blue);
  }

  .site-nav {
    position: absolute;
    inset: 74px 18px auto 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    background: rgba(17, 23, 25, 0.98);
    border: 1px solid rgba(8, 121, 248, 0.45);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
  }

  .site-nav a {
    padding: 14px 16px;
    color: #f4f1ea;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.98rem;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-inline: 18px;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.45rem, 11vw, 3.8rem);
  }

  .mandate-pair,
  .program-list,
  .bio-grid,
  .trust-grid,
  .action-grid,
  .compact-list,
  .detailed-list,
  .contact-form,
  .visual-grid {
    grid-template-columns: 1fr;
  }

  .story-card {
    grid-template-columns: 1fr;
  }

  .story-card img {
    height: auto;
    max-height: 640px;
  }

  .mandate-pair span {
    white-space: normal;
  }

  .mandate-pair article {
    min-height: 0;
  }

  .statement {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 16px;
  }

  .statement span {
    font-size: 3rem;
  }

  .hero-portrait,
  .hero-portrait img {
    min-height: 430px;
  }

  .hero-portrait::before {
    inset: 22px auto 22px -18px;
  }

  .program-item {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
  }

  .round-icon {
    width: 46px;
    height: 46px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
