:root {
  --spectre-night: #0d130d;
  --spectre-dusk: #1b2417;
  --spectre-green: #2f3a25;
  --spectre-moss: #465138;
  --spectre-paper: #d2bd86;
  --spectre-paper-deep: #b79a5d;
  --spectre-ink: #20170e;
  --spectre-muted: #5c4729;
  --spectre-glow: #e8a936;
  --spectre-red: #9f3d22;
}

body {
  color: var(--spectre-ink);
  background:
    radial-gradient(circle at 14% 0%, rgba(232, 169, 54, 0.20), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(70, 81, 56, 0.34), transparent 34rem),
    linear-gradient(180deg, var(--spectre-night) 0%, var(--spectre-dusk) 44%, #171208 100%);
}

h1,
h2,
h3 {
  letter-spacing: 0.005em;
}

.hero h1,
.section-shell h2,
.section-heading h2,
.coming-panel h2,
.festoon-copy h2 {
  font-family: "Berkshire Swash", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.feature-card h3,
.step-card h3 {
  font-family: "Berkshire Swash", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.launch-badge,
.eyebrow,
.section-label,
.nav a,
.menu-toggle {
  font-family: "Special Elite", system-ui, sans-serif;
  letter-spacing: 0.12em;
}

.site-header {
  background: rgba(11, 18, 12, 0.80);
}

.site-header.is-scrolled {
  background: rgba(9, 14, 10, 0.94);
}

.header-actions {
  display: flex;
}

.nav {
  justify-content: flex-start;
}

.hero {
  justify-content: flex-start;
  padding-left: max(20px, calc((100vw - 1120px) / 2 + 20px));
  padding-right: 20px;
}

.hero::before {
  filter: saturate(1.48) contrast(1.30) brightness(0.70);
  background-position: center 44%;
}

.hero::after {
  background:
    radial-gradient(circle at 76% 18%, rgba(232, 169, 54, 0.18), transparent 23rem),
    radial-gradient(circle at 18% 18%, rgba(47, 58, 37, 0.44), transparent 28rem),
    linear-gradient(90deg, rgba(8, 12, 8, 0.32), rgba(12, 9, 5, 0.18) 46%, rgba(7, 5, 3, 0.76)),
    linear-gradient(180deg, rgba(4, 3, 2, 0.22), rgba(6, 4, 2, 0.52) 58%, rgba(5, 3, 2, 0.86));
}

.hero-content {
  width: min(620px, 100%);
  padding: clamp(24px, 4vw, 46px);
  text-align: left;
  background:
    linear-gradient(180deg, rgba(214, 194, 145, 0.92), rgba(181, 154, 96, 0.88)),
    radial-gradient(circle at 12% 0%, rgba(232, 169, 54, 0.16), transparent 42%),
    repeating-linear-gradient(0deg, rgba(47, 31, 14, 0.045) 0 1px, transparent 1px 14px);
  border-color: rgba(232, 169, 54, 0.26);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.52), inset 0 0 0 6px rgba(255, 238, 180, 0.10);
}

.hero-content::before {
  border-color: rgba(45, 35, 19, 0.18);
}

.launch-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 8px 13px;
  font-size: 0.72rem;
  line-height: 1;
}

.eyebrow {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 clamp(18px, 3vw, 28px);
  padding-bottom: 7px;
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  line-height: 1.35;
}

.hero-logo {
  width: min(280px, 68%);
  margin: 0 0 clamp(22px, 3vw, 34px);
}

.hero h1 {
  max-width: 600px;
  margin-bottom: 0;
  color: #241709;
  font-size: clamp(2.35rem, 4.15vw, 3.55rem);
  line-height: 1.04;
}

.hero-lede,
.hero-status {
  margin-left: 0;
  margin-right: 0;
}

.hero-lede {
  max-width: 580px;
  margin-top: clamp(18px, 2.5vw, 26px);
  color: #33230f;
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
  line-height: 1.64;
}

.hero-status {
  margin-top: clamp(18px, 2.5vw, 24px);
  padding: 14px 17px;
  background: rgba(47, 58, 37, 0.14);
  border-color: rgba(47, 58, 37, 0.24);
  color: #2b1d0e;
  font-size: clamp(0.96rem, 1.35vw, 1.05rem);
  line-height: 1.55;
}

.hero-actions {
  justify-content: flex-start;
  margin-top: clamp(24px, 4vw, 34px);
}

.btn {
  min-height: 48px;
  padding: 0 22px;
  font-size: 0.98rem;
}

.hero-points {
  justify-content: flex-start;
  margin-top: clamp(24px, 4vw, 32px);
}

.hero-points span {
  min-height: 34px;
  padding: 0 13px;
  background: rgba(47, 58, 37, 0.15);
  border-color: rgba(47, 58, 37, 0.24);
  color: #2f331d;
  font-size: 0.88rem;
}

.intro {
  background:
    radial-gradient(circle at 8% 0%, rgba(232, 169, 54, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(70, 81, 56, 0.28), transparent 30rem),
    linear-gradient(180deg, #202919, #2f3a25 52%, #1b2417 100%);
}

.section-shell,
.coming-panel {
  background:
    linear-gradient(180deg, rgba(211, 189, 134, 0.92), rgba(178, 151, 91, 0.88)),
    repeating-linear-gradient(0deg, rgba(47, 31, 14, 0.045) 0 1px, transparent 1px 16px);
  border-color: rgba(232, 169, 54, 0.24);
  color: var(--spectre-ink);
  box-shadow: 0 28px 80px rgba(3, 3, 2, 0.30), inset 0 0 0 6px rgba(255, 238, 180, 0.08);
}

.section-shell h2,
.coming-panel h2 {
  color: #241709;
  font-size: clamp(2.15rem, 3.5vw, 3.05rem);
  line-height: 1.06;
}

.section-shell > p,
.coming-panel > p {
  color: #352715;
  font-size: clamp(1.03rem, 1.45vw, 1.15rem);
  line-height: 1.7;
}

.section-label {
  color: #762f1d;
}

.feature-list {
  gap: 22px;
}

.feature-card,
.step-card {
  background:
    linear-gradient(180deg, rgba(226, 205, 154, 0.78), rgba(190, 160, 95, 0.70)),
    radial-gradient(circle at 100% 0%, rgba(232, 169, 54, 0.16), transparent 46%);
  border-color: rgba(71, 55, 26, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 238, 180, 0.18), 0 16px 42px rgba(10, 8, 4, 0.16);
}

.feature-card span {
  color: rgba(118, 47, 29, 0.76);
}

.feature-card h3,
.step-card h3 {
  color: #241709;
  font-size: clamp(1.45rem, 2.3vw, 1.7rem);
}

.feature-card p,
.step-card p {
  color: #3e2e18;
  line-height: 1.65;
}

.route {
  background:
    radial-gradient(circle at 18% 0%, rgba(232, 169, 54, 0.18), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(70, 81, 56, 0.34), transparent 30rem),
    linear-gradient(180deg, #1b2417 0%, #2f3a25 48%, #151006 100%);
}

.section-heading {
  max-width: 860px;
}

.section-heading h2 {
  color: var(--spectre-paper);
  font-size: clamp(2.15rem, 3.5vw, 3.05rem);
  line-height: 1.06;
}

.section-heading > p {
  color: rgba(234, 221, 184, 0.86);
  font-size: clamp(1.03rem, 1.45vw, 1.15rem);
}

.step-number {
  background: linear-gradient(180deg, #e8a936, #9f6420);
}

.festoon-copy {
  background: linear-gradient(180deg, rgba(13, 12, 8, 0.76), rgba(13, 12, 8, 0.54));
  border-color: rgba(232, 169, 54, 0.30);
}

.festoon-copy h2 {
  color: #f0d79a;
  font-size: clamp(2.15rem, 3.5vw, 3.05rem);
  line-height: 1.06;
}

.festoon-copy > p {
  color: rgba(242, 226, 187, 0.90);
  font-size: clamp(1.03rem, 1.45vw, 1.15rem);
}

.coming-soon {
  background:
    radial-gradient(circle at 18% 0%, rgba(232, 169, 54, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(70, 81, 56, 0.24), transparent 32rem),
    linear-gradient(180deg, #2a331f, #1b2417 52%, #0d130d 100%);
}

.coming-note {
  background: rgba(47, 58, 37, 0.16);
  border-color: rgba(47, 58, 37, 0.26);
  color: #2f210f;
}

.btn-primary {
  background: linear-gradient(180deg, #e8a936, #a8661d);
}

.btn-secondary {
  background: rgba(43, 31, 14, 0.08);
  color: #2f2616;
  border-color: rgba(47, 31, 14, 0.24);
}

.site-footer .legal-line {
  margin-top: 8px;
  color: rgba(242, 226, 187, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.035em;
}

@media (max-width: 900px) {
  .hero {
    justify-content: center;
    padding-left: 20px;
  }

  .hero-content {
    text-align: center;
  }

  .launch-badge,
  .eyebrow,
  .hero-logo,
  .hero-lede,
  .hero-status {
    margin-left: auto;
    margin-right: auto;
  }

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

@media (max-width: 620px) {
  .hero-content {
    padding: 24px 22px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 13vw, 3rem);
  }

  .hero-logo {
    width: min(260px, 78%);
  }

  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.09em;
  }
}
