:root {
  --navy: #102b46;
  --navy-deep: #091d31;
  --red: #bd3d35;
  --red-dark: #96312b;
  --cream: #f4e8d0;
  --paper: #fbf8f1;
  --ink: #172333;
  --muted: #5b6772;
  --line: #d7d8d5;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(9, 29, 49, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -70px; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 4px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.site-header.scrolled { position: fixed; background: rgba(9,29,49,.96); backdrop-filter: blur(12px); box-shadow: 0 6px 24px rgba(0,0,0,.15); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 49px; height: 38px; border: 2px solid currentColor; font-size: .9rem; letter-spacing: .08em; }
.brand-name { font-family: "Source Serif 4", Georgia, serif; font-size: 1.28rem; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: .91rem; font-weight: 700; }
.site-nav a:not(.nav-cta):hover { color: var(--cream); }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 3px; }
.nav-cta:hover { background: var(--white); color: var(--navy); }
.menu-button { display: none; color: var(--white); background: transparent; border: 0; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; color: var(--white); overflow: hidden; background: var(--navy-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(9,29,49,.96) 0%, rgba(9,29,49,.78) 42%, rgba(9,29,49,.15) 72%, rgba(9,29,49,.05) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 104px; }
.hero-content > * { max-width: 650px; }
.eyebrow { margin: 0 0 14px; color: var(--cream); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3 { font-family: "Source Serif 4", Georgia, serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 720px !important; margin-bottom: 22px; font-size: clamp(3rem, 6.2vw, 5.7rem); letter-spacing: -.035em; }
.hero-copy { margin: 0 0 34px; font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 21px; border: 0; border-radius: 3px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border: 1px solid rgba(255,255,255,.75); color: var(--white); background: rgba(255,255,255,.05); }
.button-secondary:hover { background: rgba(255,255,255,.13); }

.mission-band { background: var(--cream); padding: 70px 0; }
.mission-grid { display: grid; grid-template-columns: 110px 1fr; gap: 36px; align-items: start; }
.section-number { margin: 3px 0 0; color: var(--red); font-weight: 800; letter-spacing: .15em; }
.mission-band h2 { max-width: 940px; margin-bottom: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.6rem); }
.section { padding: 112px 0; }
.split-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(50px, 9vw, 128px); }
.section-heading h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(2.3rem, 4.5vw, 4rem); }
.prose { border-left: 2px solid var(--red); padding-left: 34px; font-size: 1.1rem; color: #354451; }
.prose p:first-child { margin-top: 0; }
.prose p:last-child { margin-bottom: 0; }

.priorities { background: var(--navy); color: var(--white); }
.centered { max-width: 740px; margin: 0 auto 54px; text-align: center; }
.centered h2 { color: var(--white); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 290px; padding: 32px; background: rgba(255,255,255,.065); border-top: 3px solid var(--red); }
.card-number { color: var(--cream); font-size: .78rem; font-weight: 800; letter-spacing: .15em; }
.card h3 { margin: 54px 0 13px; font-size: 1.65rem; }
.card p { margin: 0; color: rgba(255,255,255,.76); }

.connect { background: #e9edf0; }
.connect-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1fr); gap: clamp(44px, 8vw, 110px); align-items: center; }
.connect-copy h2 { color: var(--navy); font-size: clamp(2.45rem, 4.7vw, 4.3rem); }
.connect-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.email-fallback a { color: var(--red-dark); font-weight: 700; }
.form-card { padding: clamp(28px, 5vw, 48px); background: var(--white); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field textarea { width: 100%; border: 1px solid #bfc7ce; border-radius: 2px; padding: 12px 13px; background: #fff; color: var(--ink); }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(189,61,53,.2); border-color: var(--red); }
.consent { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; margin: 2px 0 22px; font-size: .86rem; color: var(--muted); }
.consent input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--red); }
.submit-button { width: 100%; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 64px 0 28px; color: rgba(255,255,255,.82); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; padding-bottom: 48px; }
.footer-brand { color: var(--white); }
.footer-grid p { max-width: 520px; margin: 18px 0 0; }
.footer-contact p { margin: 0 0 7px; color: var(--white); }
.footer-contact a { color: var(--cream); }
.legal { display: flex; justify-content: space-between; gap: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); font-size: .76rem; }
.legal p { margin: 0; }

@media (max-width: 860px) {
  .container { width: min(100% - 28px, 720px); }
  .header-inner { min-height: 72px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; inset: 72px 14px auto; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; color: var(--navy); background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; color: var(--white); background: var(--red); border: 0; }
  .hero { min-height: 700px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,29,49,.94) 0%, rgba(9,29,49,.78) 62%, rgba(9,29,49,.35) 100%); }
  .mission-grid { grid-template-columns: 1fr; gap: 6px; }
  .split-layout, .connect-grid { grid-template-columns: 1fr; gap: 42px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .card h3 { margin-top: 32px; }
}

@media (max-width: 560px) {
  .brand-name { font-size: 1.08rem; }
  .brand-mark { width: 43px; height: 34px; }
  .hero { min-height: 680px; }
  .hero-image { object-position: 66% center; opacity: .72; }
  .hero-shade { background: rgba(9,29,49,.7); }
  h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); }
  .section { padding: 80px 0; }
  .mission-band { padding: 55px 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 24px 20px; }
  .footer-grid, .legal { grid-template-columns: 1fr; display: grid; }
  .footer-contact { margin-top: 8px; }
}

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