:root {
  --navy: #0b1f3a;
  --blue: #1559b7;
  --blue-2: #0e4a9a;
  --sky: #eaf3ff;
  --red: #b4232d;
  --gold: #f2b84b;
  --ink: #152033;
  --muted: #627087;
  --line: #dce4ef;
  --surface: #ffffff;
  --soft: #f5f8fc;
  --shadow: 0 16px 45px rgba(11, 31, 58, .10);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
button, input { font: inherit; }
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: #fff; padding: .75rem 1rem; z-index: 100;
}
.skip-link:focus { left: .75rem; top: .75rem; }
.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;
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220,228,239,.85);
}
.nav-wrap {
  max-width: 1180px; margin: 0 auto; padding: .9rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: 12px; color: #fff; background: var(--navy);
  font-size: .8rem; font-weight: 800; letter-spacing: .08em;
}
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand small { margin-top: .2rem; color: var(--muted); font-size: .72rem; }
nav { display: flex; gap: 1.1rem; }
nav a { color: var(--muted); text-decoration: none; font-weight: 650; font-size: .92rem; }
nav a:hover { color: var(--blue); }
.hero {
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(242,184,75,.18), transparent 25rem),
    linear-gradient(135deg, #07172d 0%, #0b2d61 58%, #124d9d 100%);
}
.hero-inner {
  max-width: 1180px; margin: 0 auto; padding: 5.3rem 1.25rem 4.8rem;
  display: grid; grid-template-columns: 1.45fr .75fr; gap: 3.5rem; align-items: center;
}
.eyebrow {
  margin: 0 0 .6rem; color: var(--blue); font-size: .77rem; font-weight: 850;
  letter-spacing: .13em; text-transform: uppercase;
}
.hero .eyebrow { color: #a9d0ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 1.25rem; font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: 1.04; letter-spacing: -.045em; }
h2 { margin-bottom: .5rem; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.12; letter-spacing: -.03em; }
.hero-copy { max-width: 720px; color: #d5e4f8; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: .7rem 1.05rem; border-radius: 10px;
  text-decoration: none; font-weight: 750;
}
.button.primary { color: var(--navy); background: #fff; }
.button.secondary { color: #fff; border: 1px solid rgba(255,255,255,.35); }
.hero-panel {
  overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius);
  background: rgba(255,255,255,.08); box-shadow: var(--shadow);
}
.hero-panel div { display: flex; align-items: baseline; justify-content: space-between; padding: 1.15rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-panel div:last-child { border-bottom: 0; }
.hero-panel strong { font-size: 1.7rem; }
.hero-panel span { color: #d4e1f2; font-size: .88rem; }
.controls {
  max-width: 1180px; margin: -1.8rem auto 0; padding: 1rem 1.25rem;
  position: relative; z-index: 3; display: flex; gap: .8rem; justify-content: space-between; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow);
}
.search-wrap { flex: 1; }
.search-wrap input {
  width: 100%; min-height: 44px; padding: .65rem .85rem;
  border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--soft);
}
.search-wrap input:focus { outline: 3px solid rgba(21,89,183,.15); border-color: var(--blue); }
.filter-group { display: flex; flex-wrap: wrap; gap: .4rem; }
.filter {
  padding: .55rem .72rem; border: 1px solid var(--line); border-radius: 8px;
  background: #fff; color: var(--muted); cursor: pointer; font-weight: 700; font-size: .86rem;
}
.filter.active, .filter:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.section { max-width: 1180px; margin: 0 auto; padding: 5rem 1.25rem; }
.section.alt { max-width: none; background: var(--soft); }
.section.alt > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading > p { max-width: 500px; color: var(--muted); }
.achievement-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.card {
  position: relative; display: flex; flex-direction: column; min-height: 255px;
  padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; box-shadow: 0 8px 25px rgba(11,31,58,.055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-3px); border-color: #b9cbe1; box-shadow: var(--shadow); }
.card-top { display: flex; justify-content: space-between; gap: .75rem; align-items: center; }
.phase-tag, .status-tag {
  display: inline-flex; align-items: center; min-height: 26px; padding: .2rem .5rem;
  border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.phase-tag { color: var(--blue-2); background: var(--sky); }
.status-tag.live { color: #087443; background: #dcf7e9; }
.status-tag.soon { color: #7a5a08; background: #fff1c7; }
.card-number { margin: 1.2rem 0 .55rem; color: var(--blue); font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.card h3 { margin-bottom: .55rem; font-size: 1.2rem; line-height: 1.25; }
.card p { color: var(--muted); font-size: .91rem; }
.resource-list { display: grid; gap: .45rem; margin-top: auto; }
.resource-link {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem;
  padding: .62rem .7rem; border-radius: 9px; text-decoration: none;
  color: var(--blue-2); background: var(--sky); font-weight: 750; font-size: .86rem;
}
.resource-link:hover { background: #dcecff; }
.resource-link::after { content: "↗"; }
.coming-soon {
  margin-top: auto; padding: .66rem .7rem; border-radius: 9px;
  color: var(--muted); background: var(--soft); font-size: .85rem; font-weight: 700;
}
.milestone-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 1rem; }
.milestone {
  min-height: 230px; padding: 1.25rem; border-radius: var(--radius); color: #fff;
  background: linear-gradient(150deg, var(--navy), #174c8e);
  display: flex; flex-direction: column;
}
.milestone:nth-child(2n) { background: linear-gradient(150deg, #18385d, #2f68aa); }
.milestone .phase-tag { align-self: flex-start; color: #fff; background: rgba(255,255,255,.15); }
.milestone h3 { margin: 1rem 0 .5rem; font-size: 1.25rem; line-height: 1.2; }
.milestone p { color: #d8e5f4; font-size: .88rem; }
.milestone .resource-list { margin-top: auto; }
.milestone .resource-link { color: var(--navy); background: #fff; }
.milestone .coming-soon { color: #d8e5f4; background: rgba(255,255,255,.11); }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; }
.about-copy { color: var(--muted); font-size: 1.03rem; }
footer {
  display: flex; justify-content: space-between; gap: 2rem;
  padding: 2.2rem max(1.25rem, calc((100vw - 1180px)/2));
  color: #c7d5e8; background: #07172d; font-size: .84rem;
}
footer strong { color: #fff; }
footer p { margin: .2rem 0 0; max-width: 700px; }
.empty-state { padding: 2rem; text-align: center; color: var(--muted); background: var(--soft); border-radius: var(--radius); }

@media (max-width: 980px) {
  .achievement-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .milestone-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
}
@media (max-width: 720px) {
  nav { display: none; }
  .hero-inner { padding-top: 4rem; }
  .controls, .section-heading, footer { align-items: stretch; flex-direction: column; }
  .achievement-grid, .milestone-grid, .about { grid-template-columns: 1fr; }
  .about { gap: 1.5rem; }
  .section { padding-top: 3.7rem; padding-bottom: 3.7rem; }
}

.journey-milestone {
  border: 2px solid #b9cbe1;
  background: linear-gradient(180deg, #ffffff 0%, #f0f6ff 100%);
}
.journey-milestone .card-number { color: var(--red); }
.honoree {
  margin-top: -.25rem;
  margin-bottom: .6rem;
  color: var(--blue-2) !important;
  font-size: .8rem !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
