:root {
  --navy-950: #081628;
  --navy-900: #0e2b50;
  --navy-800: #123968;
  --navy-700: #1d4d8b;
  --blue-50: #eef3f8;
  --blue-100: #dce6f1;
  --cream-50: #fcfaf6;
  --cream-100: #f4ecdc;
  --ink: #1a2e49;
  --muted: #53677f;
  --line: rgba(18, 57, 104, 0.1);
  --paper: rgba(255, 255, 255, 0.92);
  --white: #ffffff;
  --shadow-soft: 0 22px 60px rgba(18, 57, 104, 0.12);
  --shadow-card: 0 14px 34px rgba(18, 57, 104, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --page-gutter-left: max(1rem, env(safe-area-inset-left));
  --page-gutter-right: max(1rem, env(safe-area-inset-right));
  --shell: min(1160px, calc(100vw - var(--page-gutter-left) - var(--page-gutter-right)));
  --header-rail-height: 5.35rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #f8fbfe;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(220, 230, 241, 0.9), transparent 30rem),
    radial-gradient(circle at 85% 15%, rgba(244, 236, 220, 0.9), transparent 20rem),
    linear-gradient(180deg, #fdfdfd 0%, #f8fbfe 55%, #faf7f1 100%);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 0.45rem 0 0.2rem;
  background: transparent;
  backdrop-filter: none;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(900px, calc(100vw - 1.5rem));
  max-width: 900px;
  margin: 0 auto;
  min-height: 4.7rem;
  padding: 0.75rem 0.8rem 0.75rem 1rem;
  border: 1px solid rgba(18, 57, 104, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(255, 255, 255, 0.95));
  box-shadow:
    0 20px 42px rgba(18, 57, 104, 0.08),
    0 4px 14px rgba(18, 57, 104, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  flex: 0 0 auto;
  min-width: 0;
}

.brand__mark {
  width: 3.35rem;
  height: 3.35rem;
  flex: 0 0 auto;
  background: center / contain no-repeat url("assets/logo-mark.png");
}

.brand__text {
  display: grid;
  gap: 0.05rem;
}

.brand__line {
  color: var(--navy-900);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.08;
  white-space: nowrap;
}

.brand__line-mobile-break {
  display: inline;
}

.eyebrow {
  display: inline-block;
  color: var(--navy-700);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.78);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-900));
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 800;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  box-shadow: 0 12px 28px rgba(18, 57, 104, 0.18);
}

.button:hover {
  transform: translateY(-1px);
}

.button--small {
  min-width: 10.5rem;
  padding: 0.82rem 1.25rem;
  font-size: 0.92rem;
}

.button--ghost {
  border-color: rgba(18, 57, 104, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy-900);
  box-shadow: none;
}

.button--light {
  background: var(--white);
  color: var(--navy-900);
  box-shadow: none;
}

.hero {
  position: relative;
  margin-top: calc(var(--header-rail-height) * -1);
  padding: calc(2.85rem + var(--header-rail-height)) 0 4.1rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 38rem;
  background:
    radial-gradient(circle at 10% 16%, rgba(220, 230, 241, 0.84), transparent 34rem),
    radial-gradient(circle at 84% 14%, rgba(244, 236, 220, 0.72), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: start;
}

.hero__copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(100%, 1120px);
  text-align: center;
}

.hero__copy h1,
.section-heading h2,
.cta-band__copy h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero__copy h1 {
  max-width: 16.5ch;
  margin-top: 1rem;
  color: var(--navy-950);
  font-size: clamp(3.15rem, 5.7vw, 5.55rem);
  text-wrap: balance;
  line-height: 0.92;
}

.hero__lede {
  max-width: 43rem;
  margin-top: 1.65rem;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.45vw, 1.3rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2.15rem;
}

.hero__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.9rem;
  margin-bottom: 0.35rem;
}

.hero__highlights li {
  padding: 0.62rem 1rem;
  border: 1px solid rgba(18, 57, 104, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy-800);
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(18, 57, 104, 0.04);
}

.photo-strip {
  padding: 0 0 3rem;
}

.photo-strip__eyebrow {
  margin: 0 auto 1rem;
  width: fit-content;
  color: var(--navy-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.photo-card {
  position: relative;
  max-width: 720px;
  aspect-ratio: 16 / 9.4;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(18, 57, 104, 0.1);
  border-radius: calc(var(--radius-xl) + 4px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 40, 0.02), rgba(8, 22, 40, 0)),
    radial-gradient(circle at 12% 20%, rgba(220, 230, 241, 0.2), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(244, 236, 220, 0.24), transparent 26%);
  pointer-events: none;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.section {
  padding: 4rem 0 4.5rem;
}

#mission.section {
  padding-top: 1.9rem;
}

.section-heading {
  max-width: 100%;
}

.section-heading h2 {
  margin-top: 0.9rem;
  max-width: 100%;
  color: var(--navy-950);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.section-heading p {
  margin-top: 1rem;
  color: var(--muted);
  max-width: 100%;
  font-size: 1.04rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.info-card {
  position: relative;
  padding: 1.5rem;
  border: 1px solid rgba(18, 57, 104, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.info-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--navy-800), rgba(29, 77, 139, 0.2));
}

.info-card h3 {
  color: var(--navy-900);
  font-size: 1.2rem;
}

.info-card p {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.cta-band {
  padding: 0 0 4.5rem;
}

.cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, var(--navy-900), var(--navy-800));
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.cta-band__inner::before {
  content: "";
  position: absolute;
  inset: auto -6rem -8rem auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 72%);
}

.cta-band__copy h2 {
  margin-top: 0.8rem;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.cta-band__copy p:last-child {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
}

.site-footer {
  padding: 0 0 2.5rem;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: 2.25rem 0 1.5rem;
  border-top: 1px solid rgba(18, 57, 104, 0.1);
}

.site-footer__brand {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.site-footer__mark {
  width: 4.25rem;
  height: 4.25rem;
  flex: 0 0 auto;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-card);
  background-image: url("assets/logo-mark.png"), linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%, cover;
}

.site-footer__brand-copy {
  max-width: 34rem;
}

.site-footer__eyebrow {
  color: var(--navy-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__brand-copy h2 {
  margin-top: 0.45rem;
  color: var(--navy-950);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.site-footer__lede {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 1rem;
}

.site-footer__actions {
  display: grid;
  justify-items: end;
  gap: 0.7rem;
}

.site-footer__note {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 57, 104, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer__bottom > :first-child {
  justify-self: start;
}

.site-footer__bottom > :last-child {
  justify-self: end;
}

.site-footer__email {
  justify-self: center;
  color: var(--navy-800);
  font-weight: 600;
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
  }

  .hero {
    margin-top: 0;
    padding-top: 1.9rem;
  }

  .cta-band__inner,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__actions {
    justify-items: start;
  }

  .hero__copy h1 {
    max-width: 13ch;
    font-size: clamp(2.95rem, 6.8vw, 4.7rem);
  }

  .hero__lede {
    max-width: 38rem;
    font-size: 1.02rem;
  }

  .photo-card {
    max-width: 680px;
    aspect-ratio: 16 / 10.2;
  }

  .photo-card img {
    height: 100%;
    object-position: center 31%;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-top: 0.4rem;
  }

  .site-header__inner {
    width: calc(100vw - 1rem);
    padding: 0.72rem 0.72rem 0.72rem 0.85rem;
    gap: 0.7rem;
  }

  .brand__mark {
    width: 2.7rem;
    height: 2.7rem;
  }

  .brand__line {
    font-size: 0.95rem;
    white-space: normal;
    line-height: 1.04;
  }

  .brand__line-mobile-break {
    display: block;
  }

  .button--small {
    min-width: auto;
    padding-inline: 1.05rem;
  }

  .hero {
    padding-top: 1.35rem;
  }

  .hero__copy h1 {
    max-width: 8.8ch;
    font-size: clamp(2.65rem, 10.8vw, 4.2rem);
  }

  .hero__lede {
    max-width: 34rem;
    font-size: 0.98rem;
  }

  .photo-strip {
    padding-bottom: 2.5rem;
  }

  .photo-strip__eyebrow {
    margin-bottom: 0.85rem;
    text-align: center;
  }

  .photo-card {
    aspect-ratio: 16 / 11.4;
  }

  .photo-card img {
    height: 100%;
    object-position: center 30%;
  }

  .site-footer__brand {
    flex-direction: column;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer__bottom > :first-child,
  .site-footer__bottom > :last-child,
  .site-footer__email {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .photo-card {
    aspect-ratio: auto;
  }

  .photo-card img {
    height: auto;
    object-position: center center;
  }
}
