:root {
  --ink: #122039;
  --ink-soft: #4c5870;
  --blue: #315fbe;
  --blue-bright: #6f90ea;
  --blue-pale: #eef3ff;
  --teal: #0e5d59;
  --teal-pale: #e7f2ef;
  --orange: #de5021;
  --sand: #fff9f1;
  --paper: #ffffff;
  --line: #dfe4ec;
  --dark: #101d35;
  --shadow: 0 24px 70px rgba(24, 45, 84, 0.14);
  --radius: 28px;
  --container: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(3.35rem, 7.5vw, 6.6rem); }
h2 { font-size: clamp(2.35rem, 5vw, 4.2rem); }
h3 { line-height: 1.25; }
p { color: var(--ink-soft); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -100px;
  background: var(--dark);
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #f09b79; outline-offset: 4px; }

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(49, 95, 190, 0.1);
}
.header-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand { display: block; width: 186px; margin-right: auto; }
.brand img { width: 100%; height: 76px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a {
  position: relative;
  color: #28344b;
  font-size: 0.92rem;
  font-weight: 650;
  padding: 12px 0;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 2px;
  background: var(--orange);
  transition: right 180ms ease;
}
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.desktop-nav a[aria-current="page"] { color: var(--blue); }
.mobile-nav { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(49, 95, 190, 0.2);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button svg, .text-link svg, .card-link svg { width: 20px; height: 20px; flex: 0 0 auto; }
.button:hover { transform: translateY(-2px); background: #244faa; box-shadow: 0 16px 36px rgba(49, 95, 190, 0.28); }
.button-secondary { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.1); box-shadow: none; backdrop-filter: blur(8px); }
.button-secondary:hover { background: #fff; color: var(--blue); }
.button-small { min-height: 46px; padding: 0 19px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-weight: 750;
  border-bottom: 1px solid currentColor;
  padding: 8px 0 4px;
}

.home-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  color: white;
}
.hero-background, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-background { object-fit: cover; object-position: center 58%; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 19, 42, .9) 0%, rgba(7, 22, 48, .67) 48%, rgba(7, 22, 48, .12) 78%),
    linear-gradient(0deg, rgba(7, 18, 39, .74), transparent 38%);
}
.hero-content { position: relative; z-index: 2; padding: 116px 0 145px; }
.hero-kicker {
  display: inline-flex;
  color: #dbe6ff;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .21em;
  border-left: 3px solid var(--orange);
  padding-left: 15px;
  margin-bottom: 28px;
}
.home-hero h1 { max-width: 830px; margin-bottom: 24px; color: #fff; }
.home-hero h1 em { color: #b8ccff; font-weight: 500; }
.hero-intro { max-width: 650px; color: rgba(255,255,255,.84); font-size: 1.18rem; line-height: 1.65; }
.hero-trust { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.2); background: rgba(10,26,55,.55); backdrop-filter: blur(14px); }
.trust-grid { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid span { color: rgba(255,255,255,.68); font-size: .86rem; padding: 0 32px; border-left: 1px solid rgba(255,255,255,.16); }
.trust-grid span:first-child { padding-left: 0; border-left: 0; }
.trust-grid strong { display: block; color: #fff; font-size: 1.05rem; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow svg { width: 18px; height: 18px; }
.eyebrow.light { color: #bbcffd; }
.section-header { max-width: 810px; margin-bottom: 56px; }
.section-header h2 { margin-bottom: 22px; }
.section-header > p:last-child { max-width: 720px; font-size: 1.08rem; }
.section-header.centered { margin-inline: auto; text-align: center; }
.section-header.centered .eyebrow { justify-content: center; }
.section-header.centered > p:last-child { margin-inline: auto; }

.section-approach { background: linear-gradient(180deg, #fff 0%, var(--sand) 100%); }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.approach-card {
  position: relative;
  min-height: 330px;
  padding: 38px;
  border: 1px solid #e2e6ef;
  border-radius: var(--radius);
  background: rgba(255,255,255,.82);
  overflow: hidden;
}
.approach-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -72px; bottom: -72px; border-radius: 50%; background: var(--blue-pale); }
.approach-card > span { color: var(--orange); font-size: .78rem; font-weight: 850; letter-spacing: .16em; }
.approach-card h3 { margin: 46px 0 16px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.approach-card p { position: relative; z-index: 1; }

.section-dark { background: var(--dark); color: white; }
.section-dark .section-header h2 { color: white; }
.section-dark .section-header > p:last-child { color: #aebbd3; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.audience-card { position: relative; min-height: 315px; padding: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.045); transition: transform 180ms ease, background 180ms ease, border 180ms ease; }
.audience-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.08); border-color: rgba(184,204,255,.42); }
.audience-index { position: absolute; top: 30px; right: 32px; color: #6f86aa; font-size: 2rem; font-family: var(--serif); }
.card-kicker { color: var(--orange) !important; font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.audience-card h3 { max-width: 72%; margin: 32px 0 16px; color: white; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.audience-card p:not(.card-kicker) { max-width: 90%; color: #aebbd3; }
.card-link { display: inline-flex; align-items: center; gap: 9px; color: #bfd0ff; font-weight: 750; margin-top: 18px; }

.story-section { background: white; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: center; }
.story-image { position: relative; }
.story-image::before { content: ""; position: absolute; left: -24px; bottom: -24px; width: 58%; height: 58%; border-radius: 24px; background: var(--orange); }
.story-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-copy blockquote { margin-bottom: 28px; color: var(--ink); font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.15; letter-spacing: -.025em; }
.story-copy > p:not(.eyebrow) { font-size: 1.06rem; }
.story-copy .button { margin-top: 18px; }

.region-section { background: var(--teal-pale); }
.region-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.region-list { display: flex; flex-wrap: wrap; gap: 12px; }
.region-list span { padding: 13px 18px; border: 1px solid rgba(14,93,89,.2); border-radius: 999px; background: white; color: var(--teal); font-size: .92rem; font-weight: 720; }

.partner-section { padding: 96px 0; background: #fff; }
.partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; align-items: stretch; }
.partner-grid a { display: flex; min-height: 145px; padding: 24px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform 180ms ease, box-shadow 180ms ease; }
.partner-grid a:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(24,45,84,.1); }
.partner-grid img { max-height: 82px; width: auto; object-fit: contain; }

.cta-band { padding: 92px 0; background: var(--blue); color: white; overflow: hidden; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.cta-band h2 { margin-bottom: 16px; max-width: 720px; color: white; }
.cta-band p:not(.eyebrow) { margin-bottom: 0; max-width: 650px; color: #d8e3ff; font-size: 1.06rem; }
.cta-band .button { flex: 0 0 auto; }

.page-intro { padding: 86px 0 98px; background: linear-gradient(135deg, var(--sand), #fff 58%, var(--blue-pale)); overflow: hidden; }
.page-intro-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.page-intro h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.5rem, 6vw, 5.8rem); }
.lead { max-width: 710px; font-size: 1.15rem; line-height: 1.7; }
.page-intro-image { position: relative; }
.page-intro-image::before { content: ""; position: absolute; top: -30px; right: -34px; width: 62%; height: 58%; border-radius: 50%; background: var(--blue-bright); opacity: .23; }
.page-intro-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 4.55; object-fit: cover; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); }
.image-badge { position: absolute; z-index: 2; left: -38px; bottom: 38px; display: flex; flex-direction: column; min-width: 150px; padding: 22px; border-radius: 20px; background: var(--orange); color: white; box-shadow: 0 18px 36px rgba(140,50,18,.26); }
.image-badge strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.image-badge span { font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.founder-section { background: white; }
.founder-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 88px; }
.founder-grid .section-header { position: sticky; top: 40px; align-self: start; }
.rich-copy p { max-width: 770px; font-size: 1.05rem; line-height: 1.78; }
.rich-copy .intro-copy { color: var(--ink); font-family: var(--serif); font-size: 1.75rem; line-height: 1.35; }
.values-section { background: var(--sand); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.values-grid article { min-height: 270px; padding: 34px; border-radius: 24px; background: white; border-top: 4px solid var(--blue); }
.values-grid article:nth-child(2) { border-color: var(--orange); }
.values-grid article:nth-child(3) { border-color: var(--teal); }
.values-grid span, .services-grid span { color: var(--blue-bright); font-size: .78rem; font-weight: 850; letter-spacing: .15em; }
.values-grid h3 { margin: 58px 0 12px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }

.services-section { background: white; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.services-grid article { min-height: 275px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform 180ms ease, box-shadow 180ms ease; }
.services-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(24,45,84,.1); }
.services-grid h3 { margin: 48px 0 13px; color: var(--ink); font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.support-feature { background: var(--blue-pale); }
.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.support-image img { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.process-section { background: var(--dark); color: white; }
.process-section h2 { color: white; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0; list-style: none; counter-reset: none; }
.process-grid li { padding: 34px; border-radius: 22px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.process-grid li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-weight: 850; }
.process-grid h3 { margin: 52px 0 12px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.process-grid p { color: #aebbd3; }

.target-section { background: white; }
.target-list { display: flex; flex-direction: column; gap: 94px; }
.target-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; scroll-margin-top: 40px; }
.target-row:nth-child(even) .target-image { order: 2; }
.target-image img { width: 100%; aspect-ratio: 4 / 3.25; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.target-copy .eyebrow span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--blue-pale); }
.target-copy h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4vw, 3.55rem); }
.target-copy > p:not(.eyebrow) { font-size: 1.03rem; }
.target-copy .text-link { margin-top: 10px; }

.contact-hero { padding: 100px 0 118px; color: white; background: linear-gradient(120deg, var(--dark), #244d9d 70%, var(--blue-bright)); }
.contact-heading { max-width: 940px; }
.contact-heading .eyebrow { color: #bfd0ff; }
.contact-heading h1 { margin-bottom: 26px; color: white; }
.contact-heading > p:last-child { max-width: 720px; color: #d1dcf4; font-size: 1.16rem; }
.contact-section { background: var(--sand); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.contact-aside { padding: 42px 0; }
.contact-aside h2 { font-size: clamp(2.2rem, 4vw, 3.45rem); }
.contact-aside > p:not(.card-kicker) { font-size: 1.05rem; }
.contact-mail { display: flex; align-items: center; gap: 15px; margin-top: 38px; padding: 18px 0; border-top: 1px solid #ddd9d2; border-bottom: 1px solid #ddd9d2; }
.contact-mail > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-weight: 800; }
.contact-mail small, .contact-mail strong, .contact-region small, .contact-region strong { display: block; }
.contact-mail small, .contact-region small { color: #7e8798; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-mail strong, .contact-region strong { color: var(--ink); font-size: .98rem; }
.contact-region { padding: 20px 0; }
.contact-promise { display: flex; gap: 16px; margin-top: 24px; padding: 24px; border-radius: 18px; background: var(--teal-pale); }
.contact-promise svg { width: 26px; height: 26px; flex: 0 0 auto; color: var(--teal); }
.contact-promise p { margin: 0; }
.contact-promise strong { color: var(--teal); }
.form-panel { padding: 48px; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.form-panel h2 { margin-bottom: 34px; font-size: clamp(2rem, 4vw, 3rem); }
.form-panel form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-panel label { display: grid; gap: 8px; color: var(--ink); font-size: .88rem; font-weight: 700; }
.field-label { color: var(--ink); }
.field-label b, .check-label strong { color: var(--orange); }
.form-panel input, .form-panel select, .form-panel textarea { width: 100%; border: 1px solid #cdd3de; border-radius: 12px; background: #fbfcfe; color: var(--ink); padding: 13px 14px; outline: 0; }
.form-panel input, .form-panel select { min-height: 52px; }
.form-panel textarea { resize: vertical; }
.form-panel input:focus, .form-panel select:focus, .form-panel textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(49,95,190,.12); }
.check-label { display: flex !important; grid-template-columns: auto 1fr; gap: 12px !important; align-items: flex-start; font-weight: 500 !important; }
.check-label input { width: 19px; height: 19px; min-height: 0; margin-top: 3px; accent-color: var(--blue); }
.check-label span { color: var(--ink-soft) !important; }
.submit-button { justify-self: start; border: 0; }
.form-note { margin: -6px 0 0; font-size: .77rem; }
.honeypot { position: absolute !important; left: -9999px !important; }

.thanks-main { display: grid; min-height: 70vh; place-items: center; padding: 90px 24px; background: var(--sand); }
.thanks-card { max-width: 740px; padding: 70px; border-radius: 30px; background: white; box-shadow: var(--shadow); text-align: center; }
.thanks-icon { display: grid; width: 68px; height: 68px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--teal-pale); color: var(--teal); }
.thanks-icon svg { width: 35px; height: 35px; }
.thanks-card .eyebrow { justify-content: center; }
.thanks-card h1 { margin-bottom: 22px; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.thanks-card p:not(.eyebrow) { max-width: 570px; margin-inline: auto; }
.thanks-card p a { color: var(--blue); text-decoration: underline; }
.thanks-card .button { margin-top: 22px; }

.site-footer { background: #0b162b; color: white; }
.footer-top { display: grid; grid-template-columns: 1.25fr 1fr .65fr; gap: 70px; padding: 76px 0 60px; }
.footer-brand img { width: 190px; height: 78px; object-fit: contain; border-radius: 8px; }
.footer-brand p { max-width: 320px; margin-top: 22px; color: #9eabc3; }
.footer-heading { margin-bottom: 16px; color: #fff; font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.footer-email { display: block; margin-bottom: 10px; color: #c5d5ff; font-weight: 750; }
.footer-top > div > p:last-child { color: #9eabc3; }
.footer-nav { display: grid; gap: 8px; }
.footer-nav a { color: #b6c1d6; }
.footer-nav a:hover, .footer-email:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0 30px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #7f8ba2; font-size: .78rem; }
.footer-bottom a:hover { color: #c5d5ff; text-decoration: underline; }

@media (max-width: 1060px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 20px; height: 2px; background: var(--ink); }
  .mobile-nav nav { position: absolute; right: 0; top: 58px; display: grid; min-width: 260px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .mobile-nav nav > a:not(.button) { padding: 12px 10px; border-bottom: 1px solid #eef0f4; font-weight: 700; }
  .mobile-nav nav > a[aria-current="page"] { color: var(--blue); }
  .mobile-nav .button { margin-top: 14px; }
  .page-intro-grid { grid-template-columns: 1.1fr .9fr; gap: 48px; }
  .approach-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .region-grid { grid-template-columns: 1fr; gap: 24px; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 84px 0; }
  .header-inner { min-height: 82px; }
  .brand { width: 154px; }
  .brand img { height: 64px; }
  .home-hero { min-height: 760px; }
  .hero-content { padding-top: 90px; }
  .home-hero h1 { font-size: clamp(3.5rem, 15vw, 5.4rem); }
  .hero-intro { font-size: 1.03rem; }
  .trust-grid { grid-template-columns: 1fr; padding: 18px 0; }
  .trust-grid span { padding: 6px 0; border-left: 0; }
  .hero-trust { position: relative; margin-top: auto; }
  .page-intro { padding: 72px 0 84px; }
  .page-intro-grid, .story-grid, .founder-grid, .support-grid, .target-row, .contact-grid { grid-template-columns: 1fr; }
  .page-intro-image { max-width: 560px; margin: 24px auto 0; }
  .page-intro-image img { aspect-ratio: 4 / 3.6; }
  .image-badge { left: 14px; bottom: 18px; }
  .approach-grid, .audience-grid, .values-grid, .services-grid, .process-grid { grid-template-columns: 1fr; }
  .approach-card { min-height: auto; }
  .audience-card { min-height: 285px; }
  .story-grid { gap: 68px; }
  .story-image { margin-left: 18px; }
  .founder-grid { gap: 12px; }
  .founder-grid .section-header { position: static; }
  .target-list { gap: 72px; }
  .target-row { gap: 34px; }
  .target-row:nth-child(even) .target-image { order: 0; }
  .cta-band-inner { display: grid; gap: 36px; }
  .cta-band .button { justify-self: start; }
  .contact-section { padding-top: 64px; }
  .contact-aside { padding: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 48px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  h2 { font-size: clamp(2.15rem, 12vw, 3.25rem); }
  .home-hero { min-height: 820px; }
  .hero-content { padding: 76px 0 50px; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,19,42,.93), rgba(7,22,48,.55)), linear-gradient(0deg, rgba(7,18,39,.75), transparent 46%); }
  .hero-kicker { font-size: .68rem; letter-spacing: .14em; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .page-intro h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .page-intro .text-link { margin-left: 6px; }
  .page-intro-image img { aspect-ratio: 1 / 1.12; border-radius: 110px 110px 24px 24px; }
  .section-header { margin-bottom: 38px; }
  .approach-card, .audience-card, .values-grid article, .services-grid article, .process-grid li { padding: 28px; }
  .approach-card h3, .audience-card h3, .values-grid h3, .services-grid h3 { margin-top: 38px; }
  .audience-card h3 { max-width: 85%; }
  .story-image::before { left: -14px; bottom: -14px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid a { min-height: 115px; padding: 18px; }
  .form-panel { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .submit-button { width: 100%; }
  .thanks-card { padding: 48px 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; }
}

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