:root {
  --navy: #0c1c33;
  --navy-mid: #163154;
  --gold: #c9a24a;
  --gold-soft: #e8d7a8;
  --cream: #f4efe4;
  --ink: #1a1a1a;
  --muted: #5c6570;
  --paper: #fffdf8;
  --rule: #d8cfc0;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
a { color: var(--navy-mid); }
img { max-width: 100%; display: block; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem 1rem; z-index: 9; }
.topbar {
  background: var(--navy);
  color: var(--gold-soft);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: .82rem;
  letter-spacing: .04em;
  padding: .45rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.topbar a { color: var(--gold-soft); text-decoration: none; }
header.site {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: .85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; color: var(--navy); }
.brand img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; border: 2px solid var(--gold); }
.brand strong { display: block; font-family: "Figtree", sans-serif; font-size: .95rem; letter-spacing: .02em; }
.brand span { display: block; font-size: .78rem; color: var(--muted); font-family: "Figtree", sans-serif; }
nav.primary { display: flex; flex-wrap: wrap; gap: .35rem .9rem; font-family: "Figtree", sans-serif; font-size: .88rem; }
nav.primary a { text-decoration: none; color: var(--navy); font-weight: 600; }
nav.primary a:hover { color: var(--gold); }
.btn {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  padding: .7rem 1.15rem;
  letter-spacing: .03em;
}
.btn.ghost { background: transparent; border: 1px solid var(--gold); color: var(--gold-soft); }
.hero {
  background:
    linear-gradient(105deg, rgba(12,28,51,.88) 0%, rgba(12,28,51,.55) 55%, rgba(12,28,51,.25) 100%),
    url("photos/mother-daughter.jpg") center/cover no-repeat;
  color: #fff;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  padding: 4rem 8vw 3.5rem;
}
.hero.alt { background-image: linear-gradient(105deg, rgba(12,28,51,.9), rgba(12,28,51,.45)), url("photos/veteran-family.jpg"); }
.hero.fleet { background-image: linear-gradient(105deg, rgba(12,28,51,.9), rgba(12,28,51,.4)), url("photos/family.jpg"); }
.hero.partners { background-image: linear-gradient(105deg, rgba(12,28,51,.9), rgba(12,28,51,.4)), url("photos/retirees.jpg"); }
.kicker {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
  margin: 0 0 .6rem;
}
h1 {
  font-weight: 600;
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  line-height: 1.12;
  margin: 0 0 1rem;
  max-width: 18ch;
}
.lede { max-width: 42rem; font-size: 1.15rem; color: #f3ead8; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.6rem; }
.wrap { width: min(1120px, 92vw); margin: 0 auto; padding: 3.2rem 0; }
.promise {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 2.4rem 1.5rem;
}
.promise p { margin: 0; font-size: 1.35rem; }
.promise em { color: var(--gold); font-style: normal; }
.grid-4, .grid-3, .grid-2 { display: grid; gap: 1.25rem; }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 1.3rem 1.25rem;
}
.card h3 { margin: 0 0 .4rem; font-size: 1.15rem; color: var(--navy); }
.card p { margin: 0; color: var(--muted); }
h2 { font-size: 2rem; line-height: 1.2; color: var(--navy); margin: 0 0 .8rem; }
.section-note { color: var(--muted); max-width: 46rem; }
table { width: 100%; border-collapse: collapse; font-family: "Figtree", sans-serif; font-size: .92rem; background: var(--paper); }
th, td { border: 1px solid var(--rule); padding: .65rem .7rem; text-align: left; vertical-align: top; }
th { background: var(--navy); color: #fff; font-weight: 600; }
tr:nth-child(even) td { background: #faf6ee; }
.band { background: var(--navy-mid); color: #fff; }
.band h2, .band .section-note { color: #fff; }
.band .section-note { opacity: .88; }
.quote {
  font-size: 1.35rem;
  max-width: 40rem;
  margin: 0;
}
.quote cite { display: block; margin-top: .8rem; font-size: .9rem; color: var(--gold); font-style: normal; font-family: "Figtree", sans-serif; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } }
.split img { width: 100%; height: 320px; object-fit: cover; }
footer.site {
  background: var(--navy);
  color: #d7d0c4;
  font-family: "Figtree", sans-serif;
  padding: 2.5rem 8vw;
}
footer.site a { color: var(--gold-soft); }
footer.site .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; }
.small { font-size: .8rem; opacity: .8; margin-top: 1.5rem; }
body.apply-page .wrap {
  width: min(720px, 92vw);
  padding: 2.4rem 0 3.2rem;
}
body.apply-page h1 { max-width: none; }
body.apply-page .section-note { max-width: none; margin: 0 0 1.4rem; }
form.apply {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.25rem;
  row-gap: 1.15rem;
  width: 100%;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 1.5rem;
}
form.apply .span-2 { grid-column: 1 / -1; }
form.apply .field {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
}
form.apply .field > label {
  display: flex;
  align-items: flex-end;
  min-height: 2.4rem;
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 650;
  font-size: .82rem;
  letter-spacing: .01em;
  color: var(--navy);
  line-height: 1.25;
}
form.apply .hint {
  margin: 0 0 .35rem;
  min-height: 1.15rem;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: .78rem;
  color: var(--muted);
  line-height: 1.15rem;
}
form.apply .ctrl {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 .8rem;
  border: 1px solid var(--rule);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Figtree", sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 48px;
  appearance: none;
  -webkit-appearance: none;
}
form.apply select.ctrl {
  background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: calc(100% - 16px) 20px, calc(100% - 10px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2rem;
}
form.apply textarea.ctrl.area {
  height: 168px;
  line-height: 1.45;
  padding: .75rem .8rem;
  resize: vertical;
}
form.apply .consent {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  column-gap: .7rem;
  align-items: start;
  margin: .25rem 0 0;
  font-family: "Figtree", sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}
form.apply .consent input {
  width: 1.15rem;
  height: 1.15rem;
  margin: .15rem 0 0;
}
form.apply .consent label { margin: 0; font-weight: 500; }
form.apply button[type=submit] {
  height: 48px;
  padding: 0 1.25rem;
  border: 0;
  background: var(--gold);
  color: var(--navy);
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: .92rem;
  cursor: pointer;
}
.hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
}
@media print { .hp { display: none !important; } }
@media (max-width: 700px) {
  form.apply { grid-template-columns: 1fr; padding: 1.15rem; }
  form.apply .span-2 { grid-column: auto; }
}
.list-plain { padding-left: 1.1rem; }
.list-plain li { margin: .35rem 0; }
.doors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}
a.door {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--gold);
  padding: 1.2rem 1.15rem;
  min-height: 10.5rem;
}
a.door:hover { border-color: var(--gold); }
a.door .num {
  font-family: "Figtree", sans-serif;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
a.door h3 { margin: .35rem 0 .4rem; color: var(--navy); font-size: 1.2rem; }
a.door p { margin: 0; color: var(--muted); font-size: .95rem; }
