:root {
  --navy: #073b67;
  --navy-deep: #042a4b;
  --green: #3d8f2e;
  --green-soft: #eaf5e7;
  --gold: #e4a91b;
  --gold-light: #ffd86a;
  --cream: #fffaf0;
  --ink: #142431;
  --muted: #5f6f78;
  --line: #dce5e8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(5, 43, 75, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--navy);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto minmax(110px, 1fr);
  align-items: center;
  gap: 2rem;
  min-height: 108px;
  padding: 0.4rem clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(7, 59, 103, 0.09);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  line-height: 1.1;
}
.brand img { width: 96px; height: 96px; object-fit: contain; }
.brand span { display: none; }
.site-header nav { display: flex; gap: 1.8rem; }
.site-header nav a {
  color: #304d60;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}
.site-header nav a:hover,
.site-header nav a:focus-visible { color: var(--green); }
.site-header > .button { justify-self: end; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.8rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 3px;
}
.button-small { min-height: 44px; padding: 0.65rem 1.25rem; }
.button-gold {
  color: var(--navy-deep);
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(228, 169, 27, 0.28);
}
.button-gold:hover { background: var(--gold-light); }
.button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(4, 42, 75, 0.26);
}
.button-outline:hover { background: rgba(255, 255, 255, 0.14); }
.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 86px));
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.hero-photo, .hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-photo { object-fit: cover; object-position: center; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 31, 55, 0.96) 0%, rgba(3, 31, 55, 0.87) 36%, rgba(3, 31, 55, 0.16) 72%),
    linear-gradient(0deg, rgba(3, 31, 55, 0.34), transparent 40%);
}
.hero-content {
  position: relative;
  width: min(760px, 92%);
  margin-left: clamp(1.25rem, 7vw, 7.5rem);
  padding: 5.5rem 0;
}
.eyebrow, .section-kicker {
  margin: 0 0 0.75rem;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
h1 { max-width: 720px; margin-bottom: 1.2rem; font-size: clamp(3rem, 6.4vw, 6.1rem); }
h2 { margin-bottom: 1rem; color: var(--navy-deep); font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { margin-bottom: 0.55rem; color: var(--navy-deep); font-size: 1.35rem; }
.hero-copy { max-width: 610px; margin-bottom: 1.9rem; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #eef6fa; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.photo-note { margin: 1.4rem 0 0; font-size: 0.78rem; color: rgba(255,255,255,0.75); }
.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); }
.mission { background: var(--cream); }
.mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}
.mission blockquote {
  margin: 0;
  padding: 0 0 0 2rem;
  border-left: 5px solid var(--gold);
  color: #2e4655;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.6;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.2rem;
}
.section-heading > p { max-width: 590px; color: var(--muted); font-size: 1.08rem; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.steps article { min-height: 260px; padding: 2rem; background: var(--white); }
.steps article + article { border-left: 1px solid var(--line); }
.steps span { color: var(--gold); font-size: 0.85rem; font-weight: 900; letter-spacing: 0.12em; }
.steps h3 { margin-top: 2.7rem; font-size: 1.7rem; }
.steps p, .story-copy p, .action-card p { color: var(--muted); }
.story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  background: var(--navy-deep);
}
.story-image-wrap img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}
.story-image-wrap p { margin: 0.75rem 0 0; color: rgba(255,255,255,0.64); font-size: 0.78rem; }
.story-copy h2 { color: var(--white); }
.story-copy p { color: #cfe0e9; font-size: 1.08rem; }
.story-copy .section-kicker { color: var(--gold-light); }
.quote-mark { margin-top: 1.4rem; color: var(--gold); font-size: 2rem; }
.involved { background: #f4f8fa; }
.action-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.action-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}
.action-card.featured { color: var(--white); border-color: var(--green); background: var(--green); }
.action-card.featured h3, .action-card.featured p, .action-card.featured a { color: var(--white); }
.action-card .icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 2rem;
  border-radius: 50%;
  color: var(--navy);
  background: var(--green-soft);
  font-size: 1.35rem;
  font-weight: 900;
}
.action-card.featured .icon { color: var(--green); background: var(--gold-light); }
.action-card a { margin-top: auto; color: var(--navy); font-weight: 850; text-decoration: none; }
.action-card a:hover { text-decoration: underline; }
.action-card small { margin-top: 0.9rem; color: rgba(255,255,255,0.78); font-size: 0.75rem; line-height: 1.4; }
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}
.contact-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.06rem; }
.email-link { color: var(--navy); font-weight: 850; overflow-wrap: anywhere; }
form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  border-radius: 28px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: 0.4rem; color: var(--navy-deep); font-size: 0.92rem; font-weight: 800; }
input, select, textarea {
  width: 100%;
  border: 1px solid #b9c8cf;
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}
textarea { resize: vertical; }
form .button { justify-self: start; margin-top: 0.25rem; }
.form-note { margin: 0; color: var(--muted); font-size: 0.8rem; }
footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 2rem clamp(1.25rem, 7vw, 7.5rem);
  color: #d5e3ea;
  background: #031f37;
}
footer img { width: 116px; height: 116px; object-fit: contain; }
footer strong { color: var(--white); }
footer p { margin: 0.2rem 0 0; font-size: 0.82rem; }
.footer-copy { text-align: right; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .mission-grid, .story, .contact { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .steps article + article { border-left: 0; border-top: 1px solid var(--line); }
  .steps h3 { margin-top: 1.2rem; }
  .action-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 88px; gap: 0.5rem; }
  .brand img { width: 76px; height: 76px; }
  .hero { min-height: 730px; align-items: end; }
  .hero-photo { object-position: 61% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,31,55,0.98) 0%, rgba(3,31,55,0.86) 52%, rgba(3,31,55,0.2) 100%); }
  .hero-content { width: auto; margin: 0; padding: 12rem 1.25rem 3rem; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .section { padding: 4.5rem 1.25rem; }
  .section-heading { display: block; }
  .mission blockquote { padding-left: 1.2rem; }
  .action-grid, .field-row { grid-template-columns: 1fr; }
  .action-card { min-height: 290px; }
  footer { grid-template-columns: auto 1fr; }
  .footer-copy { grid-column: 1 / -1; text-align: left; }
}

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