@font-face {
  font-family: Instrument;
  src: url("/assets/instrument-serif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url("/assets/instrument-serif-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-semibold.ttf") format("truetype");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --navy: #101e35;
  --navy-deep: #0b172b;
  --navy-light: #1b2b45;
  --paper: #f7f7f3;
  --white: #fff;
  --ink: #152139;
  --muted: #626975;
  --line: #d8dce1;
  --blue: #b9c9e3;
  --serif: Instrument, Georgia, "Times New Roman", serif;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -0.025em;
}
h1 em,
h2 em {
  font-weight: 400;
}
h1 {
  font-size: clamp(4.5rem, 6.65vw, 7.4rem);
  line-height: 0.99;
}
h2 {
  font-size: clamp(3rem, 4.4vw, 4.75rem);
  line-height: 1.06;
}
h3 {
  font-size: 1.22rem;
  line-height: 1.45;
}
p {
  line-height: 1.85;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a,
button {
  touch-action: manipulation;
}
a svg,
button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
button {
  border: 0;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
::selection {
  background: #c3d2e9;
  color: var(--navy);
}
:focus-visible {
  outline: 3px solid #6488bc;
  outline-offset: 6px;
}
.container {
  width: calc(100% - 128px);
  max-width: 1376px;
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 28px;
}
.eyebrow > span {
  display: block;
  width: 25px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}
.eyebrow.plain {
  display: block;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 19px 25px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 58px;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    transform 0.2s,
    color 0.2s;
}
.button svg {
  width: 22px;
  transition: transform 0.2s;
}
.button:hover {
  background: #293d5c;
}
.button:hover svg,
.text-link:hover svg {
  transform: translateX(4px);
}
.button:active {
  transform: translateY(1px);
}
.button.light {
  background: var(--paper);
  color: var(--navy);
}
.button.light:hover {
  background: #dfe8f3;
}
.button.small {
  padding: 13px 19px;
  min-height: 45px;
  font-size: 0.8rem;
  gap: 24px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  font-size: 0.86rem;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
}
.text-link svg {
  width: 21px;
  transition: transform 0.2s;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--white);
  padding: 15px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: relative;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid #e4e6e8;
}
.header-inner {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-size: 2.25rem;
  letter-spacing: -0.075em;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 39px;
}
.site-header nav > a:not(.button) {
  font-size: 0.81rem;
  font-weight: 600;
  position: relative;
  padding-block: 12px;
}
.site-header nav > a:not(.button):after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--navy);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.site-header nav > a:hover:after,
.site-header nav > a[aria-current]:after {
  transform: scaleX(1);
}
.menu-toggle {
  display: none;
}
.hero {
  background: var(--navy);
  color: var(--paper);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.28fr 1fr;
  min-height: 714px;
  gap: 40px;
  padding-top: 62px;
  padding-bottom: 46px;
  align-items: center;
}
.hero-copy {
  padding: 4px 0 0;
  position: relative;
  z-index: 2;
}
.hero-copy .eyebrow {
  color: #b7c4d7;
  margin-bottom: 37px;
  font-size: 0.65rem;
  letter-spacing: 0.145em;
}
.hero h1 {
  font-size: clamp(4.5rem, 6.7vw, 7.2rem);
  white-space: nowrap;
  position: relative;
  margin-right: -130px;
}
.hero h1 em {
  color: var(--blue);
}
.hero-description {
  font-size: 1rem;
  max-width: 440px;
  color: #c4ccda;
  margin-top: 31px;
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 35px;
}
.hero-actions .text-link {
  font-size: 0.79rem;
  gap: 12px;
  border-color: #657086;
  white-space: nowrap;
}
.hero-actions .text-link svg {
  width: 19px;
}
.hero-actions .button {
  font-size: 0.81rem;
  gap: 30px;
  padding: 18px 22px;
}
.hero-bottom {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 68px;
  max-width: 520px;
}
.small-cross {
  font-family: var(--serif);
  font-size: 2.5rem;
  color: var(--blue);
  font-weight: 400;
  line-height: 1;
}
.hero-bottom p {
  font-size: 0.7rem;
  color: #b9c5d8;
  line-height: 1.7;
}
.hero-bottom-rule {
  height: 1px;
  background: #415067;
  flex: 1;
  margin: 0 8px;
}
.hero-region {
  font-size: 0.61rem;
  letter-spacing: 0.13em;
  color: #a5b3c9;
}
.hero-visual {
  height: 602px;
  position: relative;
  margin-left: 34px;
  padding-right: 25px;
}
.hero-visual:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 96%;
  top: 13px;
  left: -14px;
  border: 1px solid #607086;
  opacity: 0.65;
}
.hero-visual .architecture {
  position: relative;
  width: 100%;
  height: 100%;
  object-position: 55% 45%;
  filter: saturate(0.64);
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0 25px 0 0;
  background: linear-gradient(180deg, transparent 60%, #0a162a88);
  pointer-events: none;
}
.image-caption {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 48px;
  bottom: 23px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  gap: 10px;
}
.vertical-caption {
  position: absolute;
  right: 1px;
  top: 0;
  writing-mode: vertical-rl;
  font-size: 0.55rem;
  color: #aebbd0;
  letter-spacing: 0.2em;
  height: 100%;
  text-align: center;
}
.focus-strip {
  background: #e9edf2;
  border-bottom: 1px solid #d4dbe4;
}
.focus-strip .container {
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.focus-strip span {
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #596a82;
}
.focus-strip p {
  display: flex;
  align-items: center;
  gap: 31px;
  font-family: var(--serif);
  font-size: 1.55rem;
}
.focus-strip i {
  font-style: normal;
  color: #5c6a80;
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 70px;
}
.side-note {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.8;
}
.intro h2 {
  max-width: 800px;
}
.intro h2 em {
  color: #697b96;
}
.intro-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 35px;
  margin-bottom: 31px;
}
.intro-body p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.9;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 45px;
}
.section-heading .eyebrow {
  margin-bottom: 0;
}
.section-index {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #78818d;
}
.pathways {
  padding-top: 0;
}
.pathway-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
}
.pathway {
  padding: 32px 43px 43px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 467px;
  background: #eef0f3;
  transition: background 0.3s;
}
.pathway + .pathway {
  border-left: 1px solid var(--line);
  background: #f3f3ee;
}
.pathway:hover {
  background: #e3e8ef;
}
.pathway + .pathway:hover {
  background: #e9ebe8;
}
.pathway-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 49px;
}
.index {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #7c899b;
}
.pathway-top svg {
  width: 33px;
  height: 33px;
  transition: transform 0.3s;
}
.pathway:hover .pathway-top svg {
  transform: translate(4px, -4px);
}
.pathway .eyebrow {
  font-size: 0.61rem;
  margin-bottom: 18px;
  color: #61718a;
}
.pathway h2 {
  font-size: 3.6rem;
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.pathway h2 em {
  color: #637590;
}
.pathway p:not(.eyebrow) {
  max-width: 380px;
  font-size: 0.89rem;
  color: var(--muted);
  margin: 23px 0 28px;
  line-height: 1.8;
}
.pathway .text-link {
  font-size: 0.8rem;
  gap: 29px;
}
.approach {
  background: var(--navy);
  color: var(--paper);
}
.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.approach .eyebrow {
  color: #a7b6ce;
}
.approach h2 {
  font-size: 4.3rem;
  line-height: 1.06;
}
.approach h2 em {
  color: var(--blue);
}
.section-description {
  color: #687382;
  font-size: 0.95rem;
  line-height: 1.9;
  margin-top: 29px;
}
.approach .section-description {
  color: #abb7ca;
}
.approach .text-link {
  margin-top: 38px;
  color: #e1e7ef;
  border-color: #78869b;
}
.principles {
  padding-top: 4px;
}
.principles article {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid #415066;
}
.principles article:first-child {
  padding-top: 0;
  border-top: 0;
}
.principles article:last-child {
  padding-bottom: 0;
}
.principles article > span {
  font-size: 0.65rem;
  color: #8497b4;
  padding-top: 8px;
}
.principles h3 {
  font-family: var(--serif);
  font-size: 1.9rem;
  color: #fff;
}
.principles p {
  margin-top: 10px;
  max-width: 408px;
  font-size: 0.85rem;
  line-height: 1.85;
  color: #afbbce;
}
.process .section-heading {
  align-items: flex-end;
}
.process .eyebrow {
  margin-bottom: 25px;
}
.process .section-description {
  margin: 0 2px 4px 0;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 54px;
}
.process-number {
  border-top: 1px solid #bdc6d3;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #687c99;
}
.process-number span {
  font-size: 1rem;
  font-weight: 400;
  color: #a9b5c4;
}
.process h3 {
  font-family: var(--serif);
  font-size: 2.7rem;
  margin-top: 26px;
}
.process-grid p {
  font-size: 0.89rem;
  color: var(--muted);
  max-width: 310px;
  margin-top: 12px;
}
.closing {
  background: #e6ebf2;
  padding-block: 78px;
  border-top: 1px solid #d9dfe8;
}
.closing-inner {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  align-items: center;
}
.closing .eyebrow {
  color: #61718a;
  margin-bottom: 22px;
}
.closing h2 {
  font-size: 4.2rem;
}
.closing-inner > div:last-child {
  min-width: 300px;
}
.closing-inner > div:last-child > p {
  font-size: 0.88rem;
  line-height: 1.85;
  color: #5d6a7d;
}
.closing .button {
  margin-top: 24px;
  background: var(--navy);
  color: var(--white);
  min-width: 255px;
  font-size: 0.8rem;
}
.closing .button:hover {
  background: #2c425e;
}
.site-footer {
  background: var(--navy-deep);
  color: #e9eef6;
  padding-top: 67px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 58px;
}
.site-footer .wordmark {
  font-size: 2.7rem;
}
.footer-top > div > p {
  font-size: 0.85rem;
  color: #9baac0;
  line-height: 1.7;
  margin-top: 20px;
}
.footer-links {
  display: flex;
  gap: 95px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.footer-label {
  font-size: 0.66rem;
  letter-spacing: 0.11em;
  color: #8999b2;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 0.8rem;
  color: #d9e1ee;
}
.footer-links a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-links svg {
  width: 16px;
  height: 16px;
}
.footer-location {
  font-size: 0.73rem;
  color: #8e9eb7;
}
.footer-bottom {
  border-top: 1px solid #2a374d;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 0 27px;
  font-size: 0.65rem;
  color: #9baac0;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.inner-hero {
  background: var(--navy);
  color: var(--paper);
  padding: 90px 0 87px;
}
.inner-hero-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr;
  gap: 75px;
  align-items: center;
}
.inner-hero .eyebrow {
  color: #b7c4d7;
}
.inner-hero h1 {
  font-size: clamp(4.3rem, 6.1vw, 6.6rem);
  line-height: 1.04;
}
.inner-hero h1 em {
  color: var(--blue);
}
.inner-hero .hero-description {
  max-width: 565px;
  margin-top: 28px;
}
.inner-hero .button {
  margin-top: 32px;
}
.hero-aside {
  border-left: 1px solid #45536a;
  padding: 0 0 0 53px;
}
.large-symbol {
  font-family: var(--serif);
  font-size: 10rem;
  line-height: 1;
  color: #7890b0;
  display: block;
  margin-bottom: 28px;
}
.hero-aside > p {
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1.35;
}
.mini-label {
  display: block;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
  line-height: 1.9;
}
.hero-aside .mini-label {
  margin-top: 27px;
  color: #9dacc2;
  font-size: 0.52rem;
}
.service-section {
  padding-top: 0;
}
.service-row {
  display: grid;
  grid-template-columns: 55px 1fr 1.2fr;
  gap: 38px;
  padding: 46px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.service-row:last-child {
  padding-bottom: 0;
}
.service-row .index {
  padding-top: 14px;
}
.service-row h2 {
  font-size: 3.7rem;
}
.service-row p {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 525px;
}
.service-row .text-link {
  margin-top: 22px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.6;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary > span {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq details[open] summary > span {
  transform: rotate(45deg);
}
.faq details > p {
  font-size: 0.87rem;
  color: var(--muted);
  padding-top: 16px;
  max-width: 560px;
}
.editorial-aside {
  border-left: 1px solid #45536a;
  padding-left: 50px;
}
.quote-mark {
  display: block;
  font-family: var(--serif);
  font-size: 7rem;
  color: #7890b0;
  height: 85px;
}
.editorial-aside > p {
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: 1.2;
}
.editorial-aside em {
  color: var(--blue);
}
.editorial-aside .mini-label {
  color: #97a9c2;
  margin-top: 28px;
  font-size: 0.55rem;
}
.candidate-priorities {
  padding-top: 0;
}
.priority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.priority-grid article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.priority-grid h3 {
  font-family: var(--serif);
  font-size: 2.6rem;
  margin: 24px 0 12px;
}
.priority-grid p {
  font-size: 0.89rem;
  color: var(--muted);
  line-height: 1.9;
}
.about-hero {
  background: var(--navy);
  color: var(--paper);
  padding: 86px 0 66px;
}
.about-title h1 {
  font-size: clamp(4.3rem, 6.9vw, 7.7rem);
}
.about-title h1 em {
  color: var(--blue);
}
.about-title .eyebrow {
  color: #a7b6ce;
}
.about-hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-end;
  margin-top: 49px;
  padding-top: 29px;
  border-top: 1px solid #48546a;
}
.about-hero-bottom p {
  max-width: 560px;
  color: #b9c6d9;
  font-size: 0.93rem;
}
.about-hero-bottom .mini-label {
  color: #9eb0ca;
  text-align: right;
}
.story-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 104px;
  align-items: center;
}
.story-image {
  position: relative;
  padding-right: 22px;
  padding-bottom: 22px;
}
.story-image:before {
  content: "";
  position: absolute;
  inset: 22px 0 0 22px;
  border: 1px solid #9baabd;
  z-index: -1;
}
.story-image img {
  height: 550px;
  width: 100%;
  object-position: 25% 55%;
  filter: saturate(0.6);
}
.image-footnote {
  font-family: var(--serif);
  font-size: 1.2rem;
  background: var(--paper);
  padding: 8px 15px;
  position: absolute;
  bottom: 0;
  right: 30px;
  color: #57677c;
}
.story-grid h2 {
  font-size: 4.3rem;
  margin-bottom: 28px;
}
.story-grid h2 em {
  color: #647792;
}
.story-grid > div > p:not(.eyebrow):not(.image-footnote) {
  font-size: 0.91rem;
  color: var(--muted);
  margin-top: 17px;
}
.values {
  background: #e9edf2;
}
.values .section-heading {
  align-items: flex-end;
}
.values .section-heading > h2 {
  min-width: 61%;
}
.values .priority-grid {
  margin-top: 57px;
}
.team .intro-grid {
  grid-template-columns: 1fr 1.3fr;
}
.team-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 27px 0;
  border-top: 1px solid var(--line);
}
.team-row h3 {
  font-family: var(--serif);
  font-size: 2.25rem;
}
.team-row p {
  font-size: 0.8rem;
  color: #6e7a8c;
  margin-top: 4px;
}
.team-row a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.84rem;
  white-space: nowrap;
}
.team-row a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.team-row a svg {
  width: 18px;
}
.team-note {
  font-size: 0.83rem;
  color: var(--muted);
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.contact-section {
  padding: 79px 0 100px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 94px;
}
.contact-copy h1 {
  font-size: 5.8rem;
  line-height: 1.02;
}
.contact-copy h1 em {
  color: #677d9e;
}
.contact-copy > p {
  font-size: 0.92rem;
  color: var(--muted);
  margin-top: 27px;
}
.contact-person {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.contact-label {
  font-size: 0.61rem;
  letter-spacing: 0.14em;
  color: #64748a;
}
.contact-person h2 {
  font-size: 2.8rem;
  margin: 14px 0 13px;
}
.contact-person p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 340px;
}
.contact-copy .contact-note {
  font-size: 0.8rem;
  line-height: 1.9;
  margin: 30px 0 54px;
}
.contact-copy .mini-label {
  color: #77879f;
  font-size: 0.58rem;
}
.contact-form-panel {
  background: #fff;
  padding: 36px 38px 33px;
  border: 1px solid #e0e3e8;
  align-self: start;
}
.interest-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
}
.interest-fieldset legend {
  font-family: var(--serif);
  font-size: 1.8rem;
  padding: 0;
  margin-bottom: 20px;
}
.interest-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.interest-options label {
  position: relative;
  cursor: pointer;
}
.interest-options input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.interest-options span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.73rem;
  border: 1px solid #cbd2dc;
  padding: 15px 12px;
  min-height: 54px;
  transition: background 0.2s;
}
.interest-options svg {
  width: 16px;
  height: 16px;
}
.interest-options input:checked + span {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.interest-options input:focus-visible + span {
  outline: 3px solid #6488bc;
  outline-offset: 3px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  margin-bottom: 23px;
}
.field label {
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.field label span {
  font-size: 0.64rem;
  font-weight: 400;
  color: #5e6c80;
}
.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #b8c2d1;
  border-radius: 0;
  padding: 11px 0;
  background: white;
  font-size: 0.86rem;
  color: var(--ink);
  line-height: 1.7;
  transition: border-color 0.2s;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #6e7b8d;
  opacity: 1;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-bottom: 2px solid #516c92;
  margin-bottom: -1px;
}
.field textarea {
  resize: vertical;
  min-height: 128px;
}
.field-hint {
  font-size: 0.69rem;
  color: #6e7887;
  line-height: 1.7;
  margin-top: 10px;
}
.form-disclosure {
  font-size: 0.72rem;
  line-height: 1.8;
  color: #617084;
  margin: 5px 0 20px;
}
.form-submit {
  width: 100%;
  font-size: 0.85rem;
}
.form-privacy {
  font-size: 0.65rem;
  line-height: 1.8;
  margin-top: 17px;
  color: #6b7687;
}
.form-privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-status {
  margin-top: 18px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--ink);
}
.form-status:empty {
  margin: 0;
}
.form-status[data-state="error"] {
  color: #8b3236;
}
.form-status[data-state="success"] {
  color: #16473f;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
[hidden] {
  display: none !important;
}
.policy-heading {
  background: #e6ebf2;
  padding: 80px 0 60px;
}
.policy-heading h1 {
  font-size: 5.6rem;
}
.policy-heading p:not(.eyebrow) {
  margin-top: 25px;
  max-width: 660px;
  font-size: 0.94rem;
  color: #5a697e;
}
.policy-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 95px;
}
.policy-grid aside {
  align-self: start;
  position: sticky;
  top: 40px;
}
.policy-grid aside > p:not(.mini-label) {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 20px 0;
}
.policy-grid aside .text-link {
  font-size: 0.8rem;
}
.policy-body h2 {
  font-family: var(--serif);
  font-size: 2.3rem;
  margin: 39px 0 16px;
}
.policy-body h2:first-child {
  margin-top: 0;
}
.policy-body p {
  font-size: 0.94rem;
  line-height: 1.9;
  color: #586576;
  margin-bottom: 16px;
}
.policy-body a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--ink);
}
.not-found h1 {
  font-size: 6rem;
}
.not-found p {
  margin: 25px 0 30px;
  max-width: 520px;
  color: var(--muted);
}
@media (min-width: 1600px) {
  .hero-grid {
    gap: 70px;
    min-height: 790px;
  }
  .hero-visual {
    height: 658px;
  }
  .hero h1 {
    font-size: 7.7rem;
  }
  .hero-description {
    font-size: 1.07rem;
    max-width: 465px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 80px);
  }
  .hero-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 16px;
    min-height: 666px;
    padding-top: 48px;
  }
  .hero-visual {
    height: 545px;
    margin-left: 15px;
  }
  .hero h1 {
    font-size: 6.8vw;
  }
  .hero-copy .eyebrow {
    font-size: 0.57rem;
  }
  .hero-description {
    max-width: 395px;
    font-size: 0.93rem;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    gap: 19px;
    padding: 17px;
  }
  .hero-actions .text-link {
    font-size: 0.72rem;
  }
  .hero-bottom {
    margin-top: 50px;
  }
  .image-caption {
    flex-direction: column;
    gap: 4px;
  }
  .focus-strip p {
    gap: 21px;
  }
  .intro-grid {
    gap: 40px;
    grid-template-columns: 0.55fr 1.4fr;
  }
  .section {
    padding-block: 90px;
  }
  .pathways,
  .service-section,
  .candidate-priorities {
    padding-top: 0;
  }
  .approach-grid {
    gap: 60px;
  }
  .approach h2 {
    font-size: 3.7rem;
  }
  .pathway {
    padding: 30px;
    min-height: 440px;
  }
  .pathway h2 {
    font-size: 3.3rem;
  }
  .closing h2 {
    font-size: 3.7rem;
  }
  .inner-hero-grid {
    gap: 45px;
  }
  .inner-hero h1 {
    font-size: 6.8vw;
  }
  .hero-aside {
    padding-left: 35px;
  }
  .editorial-aside {
    padding-left: 30px;
  }
  .editorial-aside > p {
    font-size: 2.3rem;
  }
  .story-grid {
    gap: 65px;
  }
  .story-grid h2 {
    font-size: 3.7rem;
  }
  .contact-grid {
    gap: 50px;
  }
  .contact-copy h1 {
    font-size: 4.9rem;
  }
  .contact-form-panel {
    padding: 30px 28px;
  }
  .team-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .footer-links {
    gap: 60px;
  }
}
@media (max-width: 960px) {
  .container {
    width: calc(100% - 64px);
  }
  .site-header nav {
    gap: 24px;
  }
  .header-inner {
    height: 83px;
  }
  .site-header nav > a:not(.button) {
    font-size: 0.73rem;
  }
  .hero-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
    min-height: 617px;
  }
  .hero-visual {
    height: 493px;
    margin-left: 0;
    padding-right: 18px;
  }
  .hero-visual:after {
    right: 18px;
  }
  .hero h1 {
    font-size: 7.05vw;
    margin-right: -100px;
  }
  .hero-copy .eyebrow {
    max-width: 290px;
    letter-spacing: 0.1em;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }
  .hero-actions .text-link {
    font-size: 0.77rem;
  }
  .hero-bottom {
    margin-top: 31px;
  }
  .hero-description {
    font-size: 0.87rem;
    max-width: 335px;
    margin-top: 24px;
  }
  .hero-region {
    display: none;
  }
  .hero-bottom-rule {
    max-width: 130px;
  }
  .vertical-caption {
    font-size: 0.48rem;
  }
  .focus-strip .container {
    min-height: 78px;
  }
  .focus-strip span {
    font-size: 0.56rem;
    max-width: 140px;
  }
  .focus-strip p {
    font-size: 1.32rem;
    gap: 15px;
  }
  .intro-grid {
    grid-template-columns: 0.4fr 1fr;
    gap: 35px;
  }
  .intro-body {
    gap: 25px;
  }
  .intro h2 {
    font-size: 3.4rem;
  }
  .pathway h2 {
    font-size: 2.8rem;
  }
  .pathway-top {
    margin-bottom: 35px;
  }
  .pathway {
    min-height: 410px;
  }
  .approach-grid {
    gap: 40px;
  }
  .approach h2 {
    font-size: 3.25rem;
  }
  .principles article {
    gap: 13px;
    grid-template-columns: 24px 1fr;
  }
  .principles h3 {
    font-size: 1.7rem;
  }
  .process-grid {
    gap: 30px;
  }
  .process h3 {
    font-size: 2.3rem;
  }
  .closing-inner {
    gap: 35px;
  }
  .closing-inner > div:last-child {
    min-width: 245px;
  }
  .closing h2 {
    font-size: 3.4rem;
  }
  .closing-inner > div:last-child > p {
    font-size: 0.8rem;
  }
  .closing .button {
    min-width: 240px;
  }
  .footer-links {
    gap: 45px;
  }
  .inner-hero {
    padding-block: 72px;
  }
  .inner-hero-grid {
    grid-template-columns: 1.6fr 1fr;
    gap: 35px;
  }
  .inner-hero .hero-description {
    font-size: 0.93rem;
  }
  .inner-hero h1 {
    font-size: 6.5vw;
  }
  .large-symbol {
    font-size: 8rem;
  }
  .hero-aside > p {
    font-size: 1.5rem;
  }
  .hero-aside .mini-label {
    font-size: 0.5rem;
  }
  .service-row {
    grid-template-columns: 30px 0.8fr 1.2fr;
    gap: 25px;
  }
  .service-row h2 {
    font-size: 3rem;
  }
  .faq-grid {
    gap: 40px;
    grid-template-columns: 0.75fr 1fr;
  }
  .editorial-aside > p {
    font-size: 1.9rem;
  }
  .priority-grid {
    gap: 28px;
  }
  .priority-grid h3 {
    font-size: 2.15rem;
  }
  .story-grid {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .story-grid h2 {
    font-size: 3.15rem;
  }
  .story-image img {
    height: 495px;
  }
  .values .section-heading > h2 {
    min-width: 58%;
  }
  .contact-grid {
    gap: 35px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .contact-copy h1 {
    font-size: 4rem;
  }
  .contact-form-panel {
    padding: 25px 23px;
  }
  .interest-options {
    grid-template-columns: 1fr;
  }
  .interest-options span {
    min-height: 45px;
    padding: 12px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-copy .eyebrow {
    font-size: 0.62rem;
  }
  .policy-grid {
    gap: 60px;
  }
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: 25px;
  }
  .container {
    width: calc(100% - 44px);
  }
  .header-inner {
    height: 76px;
  }
  .wordmark {
    font-size: 2rem;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 16px;
    background: none;
    color: var(--navy);
    padding: 10px 0 10px 10px;
    font-size: 0.78rem;
  }
  .menu-lines {
    display: block;
    width: 23px;
    height: 15px;
    position: relative;
    border-top: 1px solid var(--navy);
    border-bottom: 1px solid var(--navy);
  }
  .menu-lines:after {
    content: "";
    position: absolute;
    inset: 6px 0 auto;
    height: 1px;
    background: var(--navy);
  }
  .menu-toggle[aria-expanded="true"] .menu-lines {
    border: 0;
  }
  .menu-toggle[aria-expanded="true"] .menu-lines:after {
    inset: 7px 0 auto;
    transform: rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-lines:before {
    content: "";
    position: absolute;
    inset: 7px 0 auto;
    height: 1px;
    background: var(--navy);
    transform: rotate(-45deg);
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    padding: 12px 22px 26px;
    border-bottom: 1px solid #b6c1d1;
    box-shadow: 0 15px 25px #0b172b14;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav > a:not(.button) {
    font-family: var(--serif);
    font-size: 2rem;
    border-bottom: 1px solid #d4dae3;
    padding: 16px 0;
  }
  .site-header nav > a:not(.button):after {
    display: none;
  }
  .site-header nav .button {
    margin-top: 24px;
    min-height: 52px;
    align-self: flex-start;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 38px;
    padding-top: 46px;
    padding-bottom: 24px;
    min-height: 0;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy .eyebrow {
    font-size: 0.57rem;
    letter-spacing: 0.1em;
    max-width: none;
    gap: 9px;
    margin-bottom: 27px;
  }
  .hero-copy .eyebrow > span {
    width: 17px;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 10.8vw, 5.3rem);
    margin-right: 0;
    white-space: normal;
    line-height: 1.04;
    letter-spacing: -0.025em;
  }
  .hero-description {
    font-size: 0.91rem;
    max-width: 430px;
    margin-top: 24px;
    line-height: 1.8;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 23px;
    margin-top: 27px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    min-height: 52px;
    font-size: 0.73rem;
    padding: 15px 17px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 0.71rem;
    gap: 9px;
  }
  .hero-bottom {
    margin-top: 32px;
    max-width: 450px;
  }
  .hero-bottom p {
    font-size: 0.65rem;
  }
  .hero-bottom-rule {
    max-width: none;
  }
  .hero-region {
    display: block;
    font-size: 0.53rem;
  }
  .hero-visual {
    height: 390px;
    margin: 0 0 0 12px;
    padding-right: 19px;
  }
  .hero-visual:before {
    left: -12px;
    top: 12px;
  }
  .hero-visual:after {
    right: 19px;
  }
  .hero-visual .architecture {
    object-position: 50% 56%;
  }
  .image-caption {
    flex-direction: row;
    bottom: 18px;
    left: 18px;
    right: 38px;
    font-size: 0.46rem;
  }
  .vertical-caption {
    font-size: 0.48rem;
  }
  .focus-strip .container {
    padding-block: 21px;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .focus-strip span {
    max-width: none;
    font-size: 0.55rem;
  }
  .focus-strip p {
    font-size: 1.3rem;
    gap: 20px;
    line-height: 1.3;
    flex-wrap: wrap;
  }
  .section {
    padding-block: 67px;
  }
  .eyebrow {
    font-size: 0.61rem;
    gap: 11px;
    margin-bottom: 22px;
  }
  .eyebrow > span {
    width: 21px;
  }
  h2 {
    font-size: 3.2rem;
    line-height: 1.06;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .intro-grid > div:first-child .eyebrow {
    margin-bottom: 0;
  }
  .side-note {
    display: none;
  }
  .intro h2 {
    font-size: 3.05rem;
  }
  .intro-body {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 26px;
    margin-bottom: 23px;
  }
  .intro-body p {
    font-size: 0.9rem;
  }
  .text-link {
    font-size: 0.8rem;
  }
  .pathways {
    padding-top: 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-index {
    display: none;
  }
  .section-heading .eyebrow {
    font-size: 0.59rem;
  }
  .pathway-grid {
    grid-template-columns: 1fr;
  }
  .pathway {
    padding: 26px;
    min-height: 400px;
  }
  .pathway + .pathway {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .pathway-top {
    margin-bottom: 33px;
  }
  .pathway h2 {
    font-size: 3.15rem;
  }
  .pathway .eyebrow {
    font-size: 0.6rem;
  }
  .pathway p:not(.eyebrow) {
    font-size: 0.9rem;
    max-width: 100%;
  }
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 43px;
  }
  .approach h2 {
    font-size: 3.2rem;
  }
  .approach .section-description {
    font-size: 0.89rem;
    margin-top: 23px;
  }
  .approach .text-link {
    margin-top: 25px;
  }
  .principles article {
    padding: 24px 0;
    grid-template-columns: 23px 1fr;
    gap: 14px;
  }
  .principles article:first-child {
    padding-top: 25px;
    border-top: 1px solid #415066;
  }
  .principles h3 {
    font-size: 1.95rem;
    line-height: 1.2;
  }
  .principles p {
    max-width: 100%;
    font-size: 0.85rem;
  }
  .process .section-heading {
    display: block;
  }
  .process .eyebrow {
    margin-bottom: 23px;
  }
  .process .section-description {
    font-size: 0.88rem;
    margin-top: 24px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 35px;
  }
  .process-number {
    padding-top: 16px;
  }
  .process h3 {
    font-size: 2.65rem;
    margin-top: 12px;
  }
  .process-grid p {
    max-width: 100%;
    margin-top: 6px;
  }
  .closing {
    padding-block: 58px;
  }
  .closing-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .closing h2 {
    font-size: 3.2rem;
  }
  .closing .eyebrow {
    margin-bottom: 23px;
  }
  .closing-inner > div:last-child > p {
    font-size: 0.88rem;
  }
  .closing .button {
    margin-top: 24px;
    min-width: 250px;
  }
  .site-footer {
    padding-top: 47px;
  }
  .footer-top {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 36px;
  }
  .footer-top > div > p {
    font-size: 0.8rem;
    margin-top: 17px;
  }
  .footer-links {
    gap: 34px;
    justify-content: space-between;
  }
  .footer-label {
    font-size: 0.57rem;
  }
  .footer-links a {
    font-size: 0.72rem;
    gap: 10px;
  }
  .footer-location {
    font-size: 0.66rem;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    padding: 20px 0 27px;
    font-size: 0.58rem;
  }
  .footer-bottom p:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .footer-bottom a {
    margin-left: auto;
  }
  .inner-hero {
    padding: 52px 0 49px;
  }
  .inner-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .inner-hero h1 {
    font-size: clamp(3.8rem, 11.4vw, 5.2rem);
    line-height: 1.04;
  }
  .inner-hero .hero-description {
    font-size: 0.94rem;
    max-width: 100%;
    margin-top: 25px;
  }
  .inner-hero .button {
    margin-top: 28px;
    font-size: 0.78rem;
  }
  .hero-aside,
  .editorial-aside {
    display: none;
  }
  .service-section,
  .candidate-priorities {
    padding-top: 0;
  }
  .service-row {
    grid-template-columns: 28px 1fr;
    gap: 12px;
    padding: 29px 0;
  }
  .service-row h2 {
    font-size: 3rem;
  }
  .service-row > div {
    grid-column: 2;
    margin-top: 4px;
  }
  .service-row p {
    font-size: 0.88rem;
    line-height: 1.85;
  }
  .service-row .text-link {
    font-size: 0.77rem;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .faq summary {
    font-size: 0.85rem;
    gap: 14px;
  }
  .faq details > p {
    font-size: 0.86rem;
  }
  .priority-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .priority-grid article {
    padding-top: 20px;
  }
  .priority-grid h3 {
    font-size: 2.7rem;
    margin: 12px 0 9px;
  }
  .priority-grid p {
    font-size: 0.9rem;
  }
  .about-hero {
    padding: 54px 0 40px;
  }
  .about-title h1 {
    font-size: clamp(3.5rem, 10.4vw, 5rem);
    line-height: 1.06;
  }
  .about-hero-bottom {
    margin-top: 31px;
    padding-top: 25px;
    display: block;
  }
  .about-hero-bottom p {
    font-size: 0.87rem;
  }
  .about-hero-bottom .mini-label {
    display: none;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 49px;
  }
  .story-image {
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .story-image:before {
    inset: 16px 0 0 16px;
  }
  .story-image img {
    height: 400px;
    object-position: 55% 65%;
  }
  .story-grid h2 {
    font-size: 3.25rem;
    margin-bottom: 24px;
  }
  .image-footnote {
    font-size: 1.05rem;
    right: 25px;
    padding: 6px 13px;
  }
  .values .section-heading > h2 {
    min-width: 0;
    margin-top: 23px;
  }
  .values .priority-grid {
    margin-top: 35px;
  }
  .team .intro-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .team .eyebrow {
    margin-bottom: 23px !important;
  }
  .team-row {
    flex-direction: row;
    align-items: center;
    gap: 13px;
  }
  .team-row h3 {
    font-size: 1.95rem;
  }
  .team-row a {
    font-size: 0.67rem;
    gap: 6px;
  }
  .team-row a svg {
    width: 15px;
  }
  .team-row p {
    font-size: 0.73rem;
  }
  .team-note {
    font-size: 0.83rem;
  }
  .contact-section {
    padding: 50px 0 65px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact-copy h1 {
    font-size: 4.05rem;
  }
  .contact-copy > p {
    font-size: 0.89rem;
    margin-top: 22px;
  }
  .contact-person {
    margin-top: 29px;
    padding-top: 22px;
  }
  .contact-person h2 {
    font-size: 2.2rem;
    margin: 9px 0;
  }
  .contact-copy .contact-note {
    margin: 20px 0 0;
    font-size: 0.76rem;
  }
  .contact-copy .mini-label {
    display: none;
  }
  .contact-form-panel {
    padding: 27px 23px;
  }
  .interest-options {
    grid-template-columns: 1fr 1fr;
  }
  .interest-options span {
    font-size: 0.64rem;
    padding: 12px 9px;
    min-height: 52px;
    gap: 5px;
  }
  .interest-options svg {
    width: 14px;
    height: 14px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .field input,
  .field textarea {
    font-size: 1rem;
  }
  .field label {
    font-size: 0.75rem;
  }
  .field label span {
    font-size: 0.66rem;
  }
  .form-disclosure {
    font-size: 0.75rem;
  }
  .form-privacy,
  .field-hint {
    font-size: 0.7rem;
  }
  .policy-heading {
    padding: 53px 0 44px;
  }
  .policy-heading h1 {
    font-size: 4rem;
  }
  .policy-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .policy-grid aside {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 26px;
  }
  .policy-grid aside > p:not(.mini-label) {
    margin: 12px 0;
  }
  .policy-body h2 {
    font-size: 2.2rem;
  }
  .policy-body p {
    font-size: 0.9rem;
  }
  .not-found h1 {
    font-size: 4rem;
  }
  .not-found p {
    font-size: 0.92rem;
  }
}
@media (max-width: 374px) {
  .container {
    width: calc(100% - 36px);
  }
  .hero h1 {
    font-size: 3.3rem;
  }
  .hero-copy .eyebrow {
    font-size: 0.51rem;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    font-size: 0.68rem;
    gap: 14px;
  }
  .hero-actions .text-link {
    font-size: 0.66rem;
  }
  .hero-visual {
    height: 330px;
  }
  .focus-strip p {
    font-size: 1.16rem;
    gap: 13px;
  }
  .pathway {
    padding: 22px;
  }
  .pathway h2 {
    font-size: 2.85rem;
  }
  .contact-copy h1 {
    font-size: 3.7rem;
  }
  .team-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-links {
    gap: 23px;
  }
  .footer-links a {
    font-size: 0.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Keep the editorial scale readable on smaller displays. */
.hero-description,
.intro-body p,
.pathway p:not(.eyebrow),
.principles p,
.process-grid p,
.section-description,
.service-row p,
.priority-grid p,
.faq details > p,
.story-grid > div > p:not(.eyebrow):not(.image-footnote),
.contact-copy > p,
.policy-body p {
  font-size: 1rem;
}
.button,
.button.small,
.hero-actions .button,
.text-link,
.hero-actions .text-link,
.pathway .text-link,
.closing .button,
.site-header nav > a:not(.button),
.footer-links a,
.team-row a,
.faq summary,
.field label,
.interest-options span,
.form-submit {
  font-size: 0.875rem;
}
.eyebrow,
.hero-copy .eyebrow,
.pathway .eyebrow,
.section-heading .eyebrow,
.contact-copy .eyebrow,
.section-index,
.index,
.mini-label,
.contact-copy .mini-label,
.footer-label,
.footer-location,
.footer-bottom,
.hero-region,
.hero-bottom p,
.contact-label,
.field label span,
.field-hint,
.form-disclosure,
.form-privacy,
.hero-aside .mini-label,
.editorial-aside .mini-label,
.focus-strip span {
  font-size: 0.75rem;
}
.team-note,
.team-row p,
.contact-copy .contact-note,
.footer-top > div > p,
.closing-inner > div:last-child > p {
  font-size: 0.875rem;
}
.focus-strip p {
  flex-wrap: wrap;
}
@media (max-width: 960px) and (min-width: 721px) {
  .hero-copy .eyebrow {
    font-size: 0.68rem;
  }
  .hero-region {
    display: none;
  }
  .hero-actions .text-link {
    font-size: 0.8rem;
  }
  .focus-strip p {
    gap: 12px;
  }
  .focus-strip span {
    font-size: 0.68rem;
  }
}
@media (max-width: 720px) {
  .site-header nav {
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
  }
  .site-header nav > a:not(.button) {
    font-size: 2rem;
  }
  .hero-actions {
    gap: 18px 23px;
  }
  .hero h1 {
    font-size: clamp(2.3rem, 11.6vw, 5.2rem);
  }
  .contact-copy h1 {
    font-size: clamp(2.6rem, 12.5vw, 5rem);
  }
  .hero-copy .eyebrow {
    font-size: 0.67rem;
  }
  .hero-region {
    font-size: 0.67rem;
  }
  .focus-strip p {
    gap: 12px;
    font-size: 1.2rem;
  }
  .pathway {
    min-height: 430px;
  }
  .team-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 32px 40px;
  }
  .interest-options {
    grid-template-columns: 1fr;
  }
  .interest-options span {
    padding: 14px;
    font-size: 0.875rem;
  }
  .contact-copy .eyebrow {
    font-size: 0.67rem;
  }
  .footer-bottom {
    font-size: 0.7rem;
  }
}

/* Owner-approved Version B refinements (2026-09-20). */
.hero-grid {
  grid-template-columns: 1.1fr 1fr;
  min-height: 640px;
  gap: 64px;
  padding-block: 52px;
}
.hero h1 {
  font-size: clamp(4rem, 7.6vw, 7.2rem);
  margin-right: 0;
  line-height: 1;
}
.hero-copy .eyebrow {
  margin-bottom: 28px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.hero-description {
  max-width: 435px;
  line-height: 1.8;
  margin-top: 28px;
}
.hero-actions {
  gap: 14px;
  margin-top: 30px;
}
.hero-actions .button {
  min-width: 185px;
  padding: 17px 20px;
  min-height: 58px;
  gap: 20px;
}
.button.outline {
  border-color: #8a9ab3;
  background: transparent;
  color: var(--paper);
}
.button.outline:hover {
  background: #293d5c;
}
.hero-detail {
  font-size: 0.75rem;
  color: #b9c9e3;
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-detail span {
  color: #8497b4;
}
.hero-visual {
  height: 530px;
  margin-left: 8px;
  padding-right: 0;
}
.hero-visual:after {
  display: none;
}
.hero-visual:before {
  top: 14px;
  left: -14px;
  height: 100%;
  width: 100%;
}
.page-home .pathways {
  padding-block: 85px;
}
.page-home .section-heading {
  align-items: center;
  margin-bottom: 28px;
}
.pathways-note {
  color: var(--muted);
  font-size: 0.875rem;
}
.page-home .pathway {
  min-height: 360px;
  padding: 30px 38px;
}
.page-home .pathway + .pathway {
  background: #eaf0f7;
}
.page-home .pathway + .pathway:hover {
  background: #dee7f1;
}
.page-home .pathway-top {
  margin-bottom: 24px;
}
.page-home .pathway-top .eyebrow {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.page-home .pathway-top svg {
  width: 27px;
  height: 27px;
}
.page-home .pathway h2 {
  font-size: 3.2rem;
}
.page-home .pathway p:not(.eyebrow) {
  margin: 18px 0 24px;
  max-width: 380px;
}
.page-home .approach h2 {
  font-size: 4rem;
}
.direct-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.direct-contact h2 {
  font-size: 4rem;
}
.direct-contact h2 em {
  color: #637590;
}
.direct-person {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 30px;
  border-block: 1px solid var(--line);
}
.person-monogram {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #e6ebf2;
  color: #61718a;
  font-family: var(--serif);
  font-size: 2.7rem;
}
.direct-person h3 {
  font-family: var(--serif);
  font-size: 2.5rem;
  line-height: 1.2;
}
.direct-person > div {
  min-width: 0;
}
.direct-person p {
  color: var(--muted);
  font-size: 0.875rem;
  margin: 4px 0 15px;
}
.direct-person .text-link {
  font-size: 0.875rem;
  gap: 20px;
}

/* Accessibility corrections identified by the independent functional review. */
.field input::placeholder,
.field textarea::placeholder {
  color: #596a80;
}
.field input,
.field textarea {
  border-bottom-color: #8290a3;
}
.contact-copy .mini-label,
.section-index,
.index {
  color: #596a80;
}
.contact-form-panel .form-disclosure {
  margin: 0 0 26px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
  font-size: 0.875rem;
}
.interest-options input:checked + span {
  box-shadow: inset 0 0 0 2px var(--navy);
}
@media (forced-colors: active) {
  .interest-options input:checked + span {
    outline: 2px solid Highlight;
    outline-offset: -4px;
  }
  .interest-options input:focus-visible + span {
    outline: 3px dashed Highlight;
  }
}

@media (max-width: 1100px) and (min-width: 721px) {
  .hero-grid {
    gap: 35px;
    min-height: 590px;
  }
  .hero-visual {
    height: 460px;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .hero-actions .button {
    min-width: 170px;
  }
  .hero-detail {
    gap: 8px;
  }
  .hero-copy .eyebrow {
    font-size: 0.68rem;
  }
  .direct-grid {
    gap: 40px;
  }
  .direct-person {
    gap: 20px;
  }
  .person-monogram {
    width: 70px;
    height: 85px;
  }
  .direct-person h3 {
    font-size: 2rem;
  }
  .direct-contact h2,
  .page-home .approach h2 {
    font-size: 3.3rem;
  }
}
@media (max-width: 720px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 30px;
    padding-block: 38px 35px;
  }
  .hero-copy .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    margin-bottom: 23px;
  }
  .hero h1 {
    font-size: clamp(2.75rem, 13.3vw, 4.5rem);
    white-space: normal;
  }
  .hero-description {
    margin-top: 23px;
    line-height: 1.75;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .hero-actions .button {
    min-width: 0;
    min-height: 54px;
    padding: 13px;
    gap: 8px;
    font-size: 0.8125rem;
  }
  .hero-actions .button svg {
    width: 18px;
  }
  .hero-detail {
    display: none;
  }
  .hero-visual {
    height: 210px;
    margin: 0 0 0 10px;
    padding: 0;
  }
  .hero-visual:before {
    left: -10px;
    top: 10px;
  }
  .hero-visual .architecture {
    object-position: 50% 48%;
  }
  .section,
  .page-home .pathways {
    padding-block: 55px;
  }
  .page-home .section-heading {
    margin-bottom: 22px;
  }
  .page-home .section-heading .eyebrow {
    font-size: 0.7rem;
  }
  .pathways-note {
    display: none;
  }
  .page-home .pathway {
    min-height: 0;
    padding: 25px;
  }
  .page-home .pathway-top {
    margin-bottom: 20px;
  }
  .page-home .pathway h2 {
    font-size: 2.35rem;
  }
  .page-home .pathway p:not(.eyebrow) {
    margin: 16px 0 21px;
  }
  .page-home .approach h2,
  .direct-contact h2,
  .closing h2,
  .intro h2,
  .story-grid h2,
  .faq h2,
  .values h2,
  .team h2,
  .process h2 {
    font-size: 2.5rem;
  }
  .page-home .approach-grid {
    gap: 35px;
  }
  .page-home .approach .section-description {
    margin-top: 21px;
  }
  .page-home .approach .text-link {
    margin-top: 22px;
  }
  .principles article {
    padding-block: 22px;
  }
  .principles h3 {
    font-size: 1.7rem;
  }
  .direct-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .direct-contact .eyebrow {
    margin-bottom: 22px;
  }
  .direct-person {
    gap: 21px;
    padding-block: 24px;
  }
  .person-monogram {
    width: 75px;
    height: 85px;
    font-size: 2.3rem;
  }
  .direct-person h3 {
    font-size: 2rem;
  }
  .direct-person .text-link {
    gap: 12px;
  }
  .direct-person p {
    margin-bottom: 10px;
  }
  .closing {
    padding-block: 49px;
  }
}
@media (max-width: 359px) {
  .hero-actions .button {
    font-size: 0.75rem;
    padding-inline: 10px;
    gap: 5px;
  }
  .hero-actions .button svg {
    width: 15px;
  }
  .direct-person {
    gap: 15px;
  }
  .person-monogram {
    width: 58px;
  }
}
