* {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --navy-950: #01050b;
  --navy-900: #020b17;
  --navy-800: #071a30;
  --gold-500: #dba940;
  --gold-300: #f4d886;
  --cream: #fff4d0;
  --muted: #c9d2de;
  --red: #912b20;
  --line: rgba(219, 169, 64, 0.52);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cream);
  background:
    linear-gradient(rgba(1, 5, 11, 0.84), rgba(1, 5, 11, 0.96)),
    url("assets/earth/space-background.png") center / cover fixed,
    radial-gradient(circle at 50% 0, #143c68, var(--navy-950) 68%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.about-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(1, 7, 15, 0.94);
  backdrop-filter: blur(16px);
}

.about-brand {
  display: grid;
  text-decoration: none;
}

.about-brand span {
  color: var(--gold-300);
  font: 700 11px/1.2 Georgia, serif;
  letter-spacing: 0.18em;
}

.about-brand strong {
  color: var(--gold-300);
  font: 800 clamp(22px, 3vw, 34px)/1 Georgia, serif;
}

.about-brand em {
  margin-top: 4px;
  font: italic 13px/1.2 Georgia, serif;
}

.about-header nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-header nav a,
.cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 1px solid var(--gold-500);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(8, 29, 53, 0.86);
  text-decoration: none;
  font-weight: 750;
}

.about-header nav a:hover,
.cta:hover {
  border-color: var(--gold-300);
  background: #123d6c;
}

.about-header .primary-link,
.cta-primary {
  background: linear-gradient(#b83d2c, #741d18);
  box-shadow: inset 0 0 0 2px rgba(255, 221, 130, 0.18);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  min-height: 650px;
  padding: 78px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-300);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.about-hero h1,
.about-section h2,
.about-final h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  text-wrap: balance;
}

.about-hero h1 {
  max-width: 820px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
}

.hero-lead {
  max-width: 760px;
  margin: 26px 0;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-cannonball {
  display: grid;
  justify-items: center;
  text-align: center;
}

.hero-cannonball img {
  width: min(360px, 100%);
  filter: drop-shadow(0 0 34px rgba(255, 186, 38, 0.42));
}

.hero-cannonball span {
  margin-top: -28px;
  padding: 9px 20px;
  border: 1px solid var(--gold-500);
  border-radius: 999px;
  color: var(--gold-300);
  background: #3b220b;
  font: 750 15px Georgia, serif;
  letter-spacing: 0.08em;
}

.about-section {
  margin: 28px 0;
  padding: clamp(32px, 5vw, 68px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(8, 28, 51, 0.94), rgba(2, 9, 18, 0.96));
}

.about-statement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: #f5e9c8;
  font: clamp(22px, 3vw, 34px)/1.35 Georgia, serif;
}

.about-statement p {
  margin: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.about-section h2,
.about-final h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-grid article {
  padding: 24px;
  border: 1px solid rgba(219, 169, 64, 0.28);
  border-radius: 18px;
  background: rgba(1, 8, 17, 0.66);
}

.feature-number {
  color: var(--gold-500);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.feature-grid h3 {
  margin: 12px 0 10px;
  font: 700 24px/1.1 Georgia, serif;
}

.feature-grid p,
.geography-feature p,
.family-section p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.geography-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  align-items: center;
  gap: 36px;
}

.geography-feature p + p {
  margin-top: 18px;
}

.geography-visual {
  display: grid;
  place-items: center;
}

.geography-visual img {
  width: min(420px, 100%);
  filter: drop-shadow(0 0 32px rgba(62, 139, 231, 0.4));
}

.principles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.principles-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(219, 169, 64, 0.26);
}

.principles-list strong {
  color: var(--gold-300);
  font-family: Georgia, serif;
  font-size: 20px;
}

.principles-list span {
  color: var(--muted);
  line-height: 1.55;
}

.family-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 40px;
}

.about-final {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 100px 20px;
  text-align: center;
}

.about-footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 30px 18px;
  border-top: 1px solid var(--line);
  color: var(--gold-300);
  background: rgba(1, 5, 11, 0.88);
}

@media (max-width: 900px) {
  .about-hero,
  .geography-feature,
  .family-section {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: auto;
    padding-top: 56px;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-cannonball {
    order: -1;
  }

  .hero-cannonball img {
    width: 240px;
  }

  .about-statement,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .principles-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 650px) {
  .about-header {
    align-items: flex-start;
  }

  .about-header nav {
    flex-direction: column;
    align-items: stretch;
  }

  .about-header nav a {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 13px;
  }

  main {
    width: min(100% - 20px, 1180px);
  }

  .about-section {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .about-statement {
    font-size: 24px;
  }
}
