:root {
  --red: #c80414;
  --blue: #013393;
  --white: #ffffff;
  --ink: #102c62;
  --paper: #fbfaf7;
  --muted: #66708a;
  --soft-white: rgba(255,255,255,0.82);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  background: var(--red);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--red);
}

.hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 24px 3vh;
  background: var(--red);
}

.hero-inner {
  width: min(980px, 100%);
  text-align: center;
}

.hero-logo {
  display: block;
  width: min(900px, 100%);
  height: auto;
  margin: 0 auto;
}

.kicker {
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--soft-white);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px 22px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--red);
}

.footer-nav {
  display: flex;
  gap: 18px;
}

.footer a {
  text-decoration: none;
  opacity: .86;
}

.footer a:hover,
.footer a:focus-visible {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-body {
  background: var(--paper);
  color: var(--ink);
}

.about-page {
  min-height: 100vh;
  padding: 56px 22px 32px;
  background:
    linear-gradient(180deg, rgba(1,51,147,.035), rgba(1,51,147,0) 220px),
    var(--paper);
}

.about-wrap {
  width: min(760px, 100%);
  margin: 0 auto;
}

.back-link {
  display: inline-block;
  margin-bottom: 52px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--blue);
  opacity: .82;
}

.about-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
}

h1 {
  margin: 0 0 28px;
  font-size: clamp(42px, 8vw, 74px);
  line-height: .95;
  letter-spacing: -.04em;
  color: var(--blue);
}

h2 {
  margin: 48px 0 12px;
  font-size: 22px;
  letter-spacing: -.01em;
  color: var(--blue);
}

p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
  max-width: 68ch;
}

.rule {
  width: 72px;
  height: 7px;
  background: var(--red);
  margin: 30px 0 38px;
}

.about-footer {
  margin-top: 64px;
  padding-top: 18px;
  border-top: 1px solid rgba(1,51,147,.18);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--blue);
}

.about-footer a {
  color: var(--red);
  text-decoration: none;
}

.about-footer a:hover,
.about-footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 680px) {
  .hero { padding: 8vh 12px 2vh; }
  .footer { flex-direction: column; justify-content: center; text-align: center; padding-bottom: 18px; }
  .footer-nav { order: -1; }
  .kicker { font-size: 10px; letter-spacing: .18em; }
  .about-page { padding-top: 34px; }
  .back-link { margin-bottom: 40px; }
}

/* Expanded biography page */
.bio-wrap { width: min(920px, 100%); }
.lede { font-size: 20px; line-height: 1.62; max-width: 72ch; color: #27395f; }
.bio-hero-figure { margin: 44px 0 70px; }
.bio-hero-figure img {
  display: block;
  width: min(760px, 100%);
  height: auto;
  border: 1px solid rgba(1,51,147,.14);
  box-shadow: 0 18px 45px rgba(16,44,98,.08);
}
.bio-hero-figure figcaption,
.archive-photo figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}
.bio-section { margin: 74px 0 0; }
.bio-title {
  margin: 8px 0 20px;
  max-width: 16ch;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.04;
  letter-spacing: -.035em;
  color: var(--blue);
}
.bio-section p { max-width: 74ch; }
.archive-photo {
  margin: 64px 0 18px;
  width: min(760px, 100%);
}
.archive-photo img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(1,51,147,.14);
  box-shadow: 0 18px 45px rgba(16,44,98,.08);
}
.continuation {
  border-top: 7px solid var(--red);
  padding-top: 34px;
}
.source-note {
  margin-top: 72px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(1,51,147,.18);
}
.source-note h2 {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
}
.source-note p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}
@media (max-width: 680px) {
  .lede { font-size: 18px; }
  .bio-section { margin-top: 58px; }
  .archive-photo { margin-top: 48px; }
  .bio-hero-figure { margin-bottom: 52px; }
}
