/* Premium command skin v4: coherent hierarchy, strong contrast, reduced clutter. */
:root {
  --premium-ink-990: #020b14;
  --premium-ink-955: #082237;
  --premium-ink-920: #0a3a58;
  --premium-cyan-520: #2fc1e7;
  --premium-cyan-280: #a8e4fb;
  --premium-cyan-180: #d8f3fe;
  --premium-gold-420: #d3aa63;
  --premium-gold-260: #efd8ad;
  --premium-paper-10: #f5f9fd;
  --premium-paper-0: #ffffff;
  --premium-copy-940: #073248;
  --premium-copy-820: #0f5874;
  --premium-copy-680: #2c708d;
  --premium-shadow-ink: 0 38px 108px rgba(2, 9, 16, 0.46);
  --premium-shadow-paper: 0 24px 56px rgba(4, 21, 35, 0.14);
}

body {
  background:
    radial-gradient(1180px 640px at -12% -18%, rgba(73, 201, 236, 0.17), transparent 72%),
    radial-gradient(920px 420px at 108% -18%, rgba(213, 171, 87, 0.14), transparent 74%),
    radial-gradient(900px 380px at 50% 116%, rgba(61, 169, 205, 0.11), transparent 74%),
    linear-gradient(182deg, #e8f2fa 0%, #f8fbff 46%, #ecf4fc 100%);
}

body::before {
  opacity: 0.38;
}

body::after {
  opacity: 0.3;
}

.wrap {
  width: min(1500px, 94vw);
}

main {
  padding: clamp(1.5rem, 2.2vw, 2.6rem) 0 clamp(3.2rem, 4.6vw, 5.4rem);
}

header {
  border-bottom-color: rgba(167, 222, 244, 0.34);
  background:
    linear-gradient(110deg, rgba(3, 16, 28, 0.99), rgba(8, 35, 54, 0.978)),
    radial-gradient(820px 300px at 4% -34%, rgba(50, 194, 232, 0.24), transparent 74%),
    radial-gradient(760px 280px at 98% -30%, rgba(209, 170, 87, 0.16), transparent 76%);
  box-shadow: 0 24px 62px rgba(1, 8, 15, 0.52);
}

.nav-item {
  padding-bottom: 24px;
  margin-bottom: -24px;
}

.nav-trigger,
.nav-link {
  border-color: rgba(170, 224, 246, 0.46);
  background:
    linear-gradient(156deg, rgba(9, 49, 72, 0.88), rgba(8, 43, 65, 0.8)),
    radial-gradient(170px 110px at 0% 0%, rgba(116, 226, 252, 0.2), transparent 74%);
}

.nav-trigger:hover,
.nav-trigger:focus,
.nav-link:hover,
.nav-link:focus,
.nav-item--open .nav-trigger {
  border-color: rgba(215, 244, 255, 0.8);
  background: rgba(11, 75, 107, 0.96);
}

.mega-inner {
  border-color: rgba(175, 229, 248, 0.4);
  background:
    radial-gradient(920px 420px at -8% -20%, rgba(63, 206, 241, 0.24), transparent 72%),
    radial-gradient(640px 280px at 104% -14%, rgba(214, 174, 89, 0.16), transparent 74%),
    linear-gradient(156deg, rgba(5, 25, 40, 0.995), rgba(8, 36, 56, 0.986));
}

.mega-backdrop {
  background:
    linear-gradient(180deg, rgba(4, 14, 25, 0.62), rgba(4, 14, 25, 0.48)),
    radial-gradient(840px 420px at 50% 0%, rgba(37, 171, 212, 0.14), transparent 78%);
}

.page-home {
  position: relative;
  display: grid;
  gap: clamp(1.24rem, 1.9vw, 1.9rem);
}

.page-home::before {
  opacity: 0.36;
}

.page-home .content-section {
  position: relative;
  isolation: isolate;
  border-radius: clamp(22px, 1.9vw, 30px);
  scroll-margin-top: 112px;
}

.page-home [data-visual-priority="primary"] {
  box-shadow: var(--premium-shadow-ink);
}

.page-home [data-visual-priority="secondary"],
.page-home [data-visual-priority="tertiary"] {
  box-shadow: var(--premium-shadow-paper);
}

.page-home :where(h1, h2, h3, .hero-story-title, .showcase-title, .spotlight-title, .path-title, .constellation-card-title) {
  letter-spacing: -0.028em;
  text-wrap: balance;
}

.page-home :where(p, li, .lead, .showcase-body, .spotlight-body, .path-subtitle, .constellation-card-detail, .showcase-bullets, .path-bullets) {
  line-height: 1.6;
  text-wrap: pretty;
}

.page-home :where(.badge, .showcase-kicker, .spotlight-kicker, .path-tag, .constellation-card-category) {
  font-size: 0.75rem;
  letter-spacing: 0.07em;
}

/* Smart palette lock values by module. */
.page-home .hero-story,
.page-home .constellation,
.page-home .showcase,
.page-home .cta-band {
  --module-heading: rgba(246, 253, 255, 0.998);
  --module-text: rgba(235, 248, 255, 0.994);
  --module-muted: rgba(212, 236, 247, 0.968);
  --module-chip-bg: rgba(9, 71, 101, 0.8);
  --module-chip-border: rgba(191, 237, 254, 0.52);
  --module-chip-text: rgba(239, 251, 255, 0.998);
}

.page-home .spotlight,
.page-home .paths,
.page-home .section-ecosystem .card,
.page-home .section-stats .card,
.page-home .section-timeline .card {
  --module-heading: rgba(5, 55, 79, 0.998);
  --module-text: rgba(8, 66, 94, 0.996);
  --module-muted: rgba(33, 82, 107, 0.95);
  --module-chip-bg: rgba(11, 94, 126, 0.12);
  --module-chip-border: rgba(12, 84, 114, 0.28);
  --module-chip-text: rgba(6, 62, 89, 0.996);
}

/* Hero: image-led with controlled glass overlays. */
.page-home .hero-story {
  min-height: clamp(520px, 43vw, 700px);
  border: 1px solid rgba(181, 232, 251, 0.44);
  background:
    radial-gradient(1120px 620px at -10% -20%, rgba(72, 211, 245, 0.26), transparent 74%),
    radial-gradient(760px 360px at 106% -18%, rgba(226, 187, 101, 0.18), transparent 76%),
    linear-gradient(162deg, rgba(3, 22, 35, 0.997), rgba(8, 45, 67, 0.992));
  padding: clamp(0.88rem, 1.02vw, 1.12rem);
}

.page-home .hero-story .hero-gfx {
  opacity: 0.4;
  mix-blend-mode: screen;
  filter: saturate(1.24) contrast(1.08) brightness(1.04);
}

.page-home .hero-story-scene::after {
  background:
    linear-gradient(96deg, rgba(3, 18, 30, 0.48) 0%, rgba(4, 24, 38, 0.1) 46%, rgba(4, 24, 38, 0.44) 100%),
    linear-gradient(180deg, rgba(4, 24, 38, 0.06), rgba(4, 24, 38, 0.26));
}

.page-home .hero-story-scene-image,
.page-home .hero-story-visual-image {
  filter: saturate(1.2) contrast(1.08) brightness(1.02);
}

.page-home .hero-story-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(332px, 0.82fr);
  gap: clamp(0.86rem, 1.18vw, 1.18rem);
}

.page-home .hero-story-main,
.page-home .hero-story-panel {
  border-color: rgba(198, 240, 255, 0.52);
  background:
    radial-gradient(560px 240px at 0% 0%, rgba(88, 223, 251, 0.2), transparent 74%),
    linear-gradient(166deg, rgba(7, 58, 84, 0.76), rgba(10, 68, 98, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(227, 248, 255, 0.2),
    0 24px 56px rgba(2, 11, 20, 0.34);
  backdrop-filter: blur(8px) saturate(122%);
}

.page-home .hero-story-main {
  padding: clamp(0.92rem, 1.12vw, 1.22rem);
}

.page-home .hero-story-panel {
  padding: clamp(0.92rem, 1.08vw, 1.12rem);
}

.page-home .hero-story-title {
  max-width: 12ch;
  font-size: clamp(2.16rem, 3.5vw, 4rem);
  line-height: 1;
  color: rgba(248, 254, 255, 0.998);
  text-shadow: 0 18px 38px rgba(1, 8, 15, 0.42);
}

.page-home .hero-story .lead {
  max-width: 60ch;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.58;
}

.page-home .hero-story-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.56rem;
}

.page-home .hero-story-pillars li {
  border-color: rgba(193, 238, 254, 0.42);
  background:
    radial-gradient(320px 140px at 0% 0%, rgba(88, 223, 251, 0.15), transparent 74%),
    rgba(7, 57, 82, 0.74);
  padding: 0.56rem 0.62rem;
}

.page-home .hero-story-controls {
  border-color: rgba(189, 236, 253, 0.36);
  background: rgba(7, 55, 79, 0.66);
}

.page-home .hero-story-arrow {
  border-color: rgba(191, 237, 254, 0.44);
  background: rgba(9, 66, 93, 0.86);
}

.page-home .hero-story-arrow:hover,
.page-home .hero-story-arrow:focus-visible {
  border-color: rgba(212, 244, 255, 0.78);
  background: rgba(12, 79, 111, 0.96);
}

.page-home .hero-story-dot {
  border-color: rgba(179, 232, 252, 0.46);
  background: rgba(147, 215, 244, 0.22);
}

.page-home .hero-story-dot--active {
  background: rgba(247, 253, 255, 0.998);
  border-color: rgba(212, 244, 255, 0.84);
}

.page-home .hero-story-panel p {
  line-height: 1.54;
}

.page-home .hero-story-panel-meta {
  grid-template-columns: 1fr;
  gap: 0.44rem;
}

.page-home .hero-story-metric {
  border-color: rgba(191, 236, 253, 0.38);
  background:
    radial-gradient(260px 130px at 0% 0%, rgba(84, 220, 250, 0.14), transparent 74%),
    rgba(8, 62, 88, 0.74);
}

.page-home .hero-story-proofline {
  border-color: rgba(189, 236, 253, 0.34);
  background:
    radial-gradient(420px 200px at 0% 0%, rgba(72, 210, 245, 0.14), transparent 74%),
    rgba(7, 55, 80, 0.56);
}

.page-home .hero-story-proofline > div {
  border-color: rgba(190, 236, 253, 0.24);
  background: rgba(7, 58, 82, 0.4);
}

/* Constellation: simplify depth and reduce card noise. */
.page-home .constellation {
  border: 1px solid rgba(181, 231, 251, 0.42);
  background:
    radial-gradient(980px 500px at -10% -18%, rgba(68, 210, 245, 0.22), transparent 72%),
    radial-gradient(720px 320px at 108% -10%, rgba(222, 184, 99, 0.14), transparent 74%),
    linear-gradient(166deg, rgba(4, 28, 44, 0.995), rgba(9, 50, 74, 0.982));
  padding: 0.96rem;
}

.page-home .constellation .constellation-gfx {
  opacity: 0.28;
  filter: saturate(1.06) contrast(1.02);
}

.page-home .constellation-copy,
.page-home .constellation-card {
  border-color: rgba(193, 239, 255, 0.42);
}

.page-home .constellation-copy {
  padding: 0.98rem;
}

.page-home .constellation-card {
  padding: 0.88rem 0.92rem;
  box-shadow:
    inset 0 1px 0 rgba(221, 246, 255, 0.14),
    0 16px 36px rgba(2, 11, 20, 0.28);
}

/* Spotlight and paths: bright, calm reading surfaces. */
.page-home .spotlight,
.page-home .paths {
  border: 1px solid rgba(149, 217, 243, 0.44);
  background:
    radial-gradient(920px 380px at -8% -16%, rgba(74, 208, 241, 0.1), transparent 74%),
    radial-gradient(700px 300px at 106% -14%, rgba(220, 181, 97, 0.09), transparent 76%),
    linear-gradient(184deg, rgba(255, 255, 255, 0.998), rgba(245, 251, 255, 0.994));
  padding: 0.98rem;
}

.page-home .spotlight::after,
.page-home .paths::after {
  opacity: 0.08;
  animation: none;
}

.page-home .spotlight-head,
.page-home .paths-head {
  border-color: rgba(153, 220, 245, 0.44);
  background:
    radial-gradient(480px 200px at 0% 0%, rgba(79, 211, 242, 0.1), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 252, 255, 0.996));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  padding: 0.84rem 0.94rem;
}

.page-home .spotlight-grid,
.page-home .paths-grid {
  gap: 0.84rem;
}

.page-home .spotlight-card,
.page-home .path-card {
  border-color: rgba(151, 218, 242, 0.5);
  background:
    radial-gradient(520px 230px at 0% -20%, rgba(84, 214, 243, 0.09), transparent 72%),
    linear-gradient(184deg, rgba(255, 255, 255, 1), rgba(247, 252, 255, 0.996));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 32px rgba(7, 35, 53, 0.12);
  padding: 0.92rem 0.92rem 0.9rem;
}

.page-home .spotlight-card:hover,
.page-home .path-card:hover {
  border-color: rgba(108, 194, 228, 0.64);
  box-shadow: 0 22px 48px rgba(7, 35, 53, 0.16);
}

.page-home .spotlight-title,
.page-home .path-title,
.page-home .spotlight-body,
.page-home .path-subtitle,
.page-home .path-bullets,
.page-home .path-bullets li {
  color: rgba(6, 62, 88, 0.998);
  text-shadow: none;
}

.page-home .spotlight-glyph,
.page-home .path-emblem {
  border-color: rgba(125, 203, 232, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(248, 253, 255, 0.62),
    0 12px 28px rgba(8, 34, 51, 0.2);
}

/* Showcase: keep premium dark identity with quieter card chrome. */
.page-home .showcase {
  border: 1px solid rgba(183, 232, 252, 0.42);
  background:
    radial-gradient(980px 440px at -10% -18%, rgba(69, 211, 245, 0.22), transparent 72%),
    radial-gradient(700px 320px at 106% -10%, rgba(224, 186, 101, 0.14), transparent 74%),
    linear-gradient(168deg, rgba(4, 30, 46, 0.996), rgba(9, 52, 76, 0.982));
  padding: 0.98rem;
}

.page-home .showcase-head {
  border-color: rgba(189, 236, 254, 0.44);
  background:
    radial-gradient(520px 210px at 0% 0%, rgba(86, 220, 250, 0.15), transparent 74%),
    linear-gradient(168deg, rgba(8, 58, 84, 0.72), rgba(10, 68, 98, 0.7));
  padding: 0.84rem 0.94rem;
}

.page-home .showcase-grid {
  gap: 0.84rem;
}

.page-home .showcase-card {
  border-color: rgba(184, 233, 252, 0.44);
  background:
    radial-gradient(700px 320px at 0% -20%, rgba(65, 210, 244, 0.14), transparent 72%),
    linear-gradient(170deg, rgba(8, 56, 81, 0.76), rgba(10, 65, 92, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(224, 247, 255, 0.16),
    0 20px 48px rgba(2, 10, 18, 0.34);
  padding: 0.9rem 0.9rem 0.86rem;
}

.page-home .showcase-card::after {
  opacity: 0.14;
}

.page-home .showcase-icon-wrap {
  border-color: rgba(150, 217, 242, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 26px rgba(8, 32, 49, 0.2);
}

.page-home .showcase-title,
.page-home .showcase-body,
.page-home .showcase-bullets,
.page-home .showcase-bullets li {
  color: rgba(236, 249, 255, 0.996);
}

/* Shared light cards in lower modules. */
.page-home .section-ecosystem .card,
.page-home .section-stats .card,
.page-home .section-timeline .card {
  border-color: rgba(145, 212, 239, 0.44);
  background:
    radial-gradient(920px 380px at -8% -18%, rgba(74, 208, 241, 0.1), transparent 74%),
    radial-gradient(720px 320px at 106% -16%, rgba(220, 181, 97, 0.09), transparent 76%),
    linear-gradient(184deg, rgba(255, 255, 255, 0.998), rgba(246, 251, 255, 0.994));
  box-shadow: var(--premium-shadow-paper);
  padding: clamp(1.04rem, 1.3vw, 1.34rem);
}

.page-home .cta-band {
  border: 1px solid rgba(184, 233, 252, 0.44);
  background:
    radial-gradient(840px 340px at -8% -20%, rgba(71, 211, 245, 0.22), transparent 70%),
    radial-gradient(620px 250px at 104% -8%, rgba(223, 184, 99, 0.16), transparent 72%),
    linear-gradient(162deg, rgba(5, 30, 47, 0.995), rgba(10, 50, 73, 0.982));
}

@media (max-width: 1240px) {
  .page-home {
    gap: 1.08rem;
  }

  .page-home .hero-story-grid {
    grid-template-columns: 1fr;
  }

  .page-home .hero-story-title {
    max-width: 12.8ch;
  }

  .page-home .hero-story-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .page-home .showcase-grid,
  .page-home .spotlight-grid,
  .page-home .paths-grid {
    grid-template-columns: 1fr;
  }

  .page-home .hero-story-pillars {
    grid-template-columns: 1fr;
  }

  .page-home .hero-story-proofline {
    display: none;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(1500px, 95vw);
  }

  .page-home {
    gap: 0.9rem;
  }

  .page-home .hero-story,
  .page-home .constellation,
  .page-home .spotlight,
  .page-home .showcase,
  .page-home .paths,
  .page-home .cta-band {
    padding: 0.84rem;
  }

  .page-home .hero-story-title {
    font-size: clamp(1.88rem, 8vw, 2.66rem);
    line-height: 1.02;
  }
}

/* Premium narrative pass: cleaner hierarchy, stronger readability, less chrome noise. */
:root {
  --home-ink-heading: rgba(247, 253, 255, 0.998);
  --home-ink-text: rgba(234, 247, 254, 0.994);
  --home-paper-heading: rgba(5, 56, 80, 0.998);
  --home-paper-text: rgba(8, 65, 92, 0.996);
  --home-paper-muted: rgba(31, 83, 109, 0.95);
}

.page-home {
  gap: clamp(1.08rem, 1.7vw, 1.7rem);
}

.page-home .content-section {
  border-radius: clamp(20px, 1.7vw, 28px);
}

.page-home .hero-story {
  min-height: clamp(560px, 44vw, 740px);
  border-color: rgba(190, 237, 254, 0.46);
  background:
    radial-gradient(1120px 620px at -8% -20%, rgba(76, 214, 247, 0.28), transparent 74%),
    radial-gradient(760px 360px at 106% -18%, rgba(226, 187, 101, 0.18), transparent 76%),
    linear-gradient(160deg, rgba(3, 22, 35, 0.997), rgba(8, 45, 67, 0.992));
}

.page-home .hero-story-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  gap: clamp(0.86rem, 1.2vw, 1.18rem);
}

.page-home .hero-story-main,
.page-home .hero-story-panel {
  border-color: rgba(198, 240, 255, 0.5);
  background:
    radial-gradient(540px 240px at 0% 0%, rgba(86, 222, 250, 0.18), transparent 74%),
    linear-gradient(166deg, rgba(7, 56, 82, 0.74), rgba(10, 68, 98, 0.7));
}

.page-home .hero-story-stage {
  min-height: clamp(280px, 21vw, 340px);
}

.page-home .hero-story-title {
  max-width: 11ch;
  color: var(--home-ink-heading);
  font-size: clamp(2.22rem, 3.5vw, 4.1rem);
  line-height: 1;
}

.page-home .hero-story .lead,
.page-home .hero-story-pillar-copy span,
.page-home .hero-story-panel p,
.page-home .hero-story-proofline span {
  color: var(--home-ink-text);
}

.page-home .hero-story-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home .hero-story-visual-frame {
  aspect-ratio: 4 / 3;
}

.page-home .hero-story-scene-image,
.page-home .hero-story-visual-image {
  filter: saturate(1.24) contrast(1.06) brightness(1.04);
}

.page-home .hero-story-proofline strong {
  color: rgba(220, 242, 251, 0.98);
}

.page-home .constellation {
  border-color: rgba(186, 235, 253, 0.44);
}

.page-home .constellation-card {
  border-color: rgba(190, 238, 254, 0.42);
  background:
    radial-gradient(560px 240px at 0% -20%, rgba(48, 190, 230, 0.14), transparent 70%),
    linear-gradient(168deg, rgba(8, 56, 81, 0.82), rgba(11, 66, 95, 0.78));
}

.page-home .spotlight,
.page-home .paths {
  border-color: rgba(149, 216, 241, 0.42);
  background:
    radial-gradient(920px 360px at -8% -16%, rgba(72, 207, 241, 0.1), transparent 74%),
    radial-gradient(700px 300px at 106% -14%, rgba(220, 181, 97, 0.09), transparent 76%),
    linear-gradient(184deg, rgba(255, 255, 255, 0.998), rgba(246, 251, 255, 0.994));
}

.page-home .spotlight::after,
.page-home .paths::after,
.page-home .showcase-card::after {
  opacity: 0.07;
  animation: none;
}

.page-home .showcase {
  border-color: rgba(184, 233, 252, 0.42);
  background:
    radial-gradient(980px 440px at -10% -18%, rgba(69, 211, 245, 0.2), transparent 72%),
    radial-gradient(700px 320px at 106% -10%, rgba(224, 186, 101, 0.14), transparent 74%),
    linear-gradient(168deg, rgba(4, 30, 46, 0.996), rgba(9, 52, 76, 0.982));
}

.page-home .showcase-head,
.page-home .spotlight-head,
.page-home .paths-head {
  border-left: 3px solid rgba(73, 198, 232, 0.52);
}

.page-home .showcase-card {
  border-color: rgba(187, 233, 251, 0.42);
  background:
    radial-gradient(700px 320px at 0% -20%, rgba(65, 210, 244, 0.12), transparent 72%),
    linear-gradient(170deg, rgba(8, 56, 81, 0.76), rgba(10, 65, 92, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(224, 247, 255, 0.14),
    0 18px 40px rgba(2, 10, 18, 0.3);
}

.page-home .showcase-card::before {
  opacity: 0.9;
  height: 3px;
}

.page-home .showcase-title,
.page-home .showcase-body,
.page-home .showcase-bullets,
.page-home .showcase-bullets li {
  color: var(--home-ink-text);
}

.page-home .spotlight-card,
.page-home .path-card {
  border-color: rgba(154, 220, 244, 0.5);
  background:
    radial-gradient(520px 230px at 0% -20%, rgba(84, 214, 243, 0.08), transparent 72%),
    linear-gradient(184deg, rgba(255, 255, 255, 1), rgba(247, 252, 255, 0.996));
}

.page-home .spotlight-card::before {
  width: 3px;
  opacity: 0.84;
}

.page-home .spotlight-title,
.page-home .path-title {
  color: var(--home-paper-heading) !important;
}

.page-home .spotlight-body,
.page-home .path-subtitle,
.page-home .path-bullets,
.page-home .path-bullets li {
  color: var(--home-paper-text) !important;
  font-weight: 575;
}

.page-home .showcase-icon-wrap,
.page-home .spotlight-glyph,
.page-home .path-emblem {
  border-color: rgba(142, 214, 240, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(245, 252, 255, 0.52),
    0 10px 22px rgba(8, 34, 51, 0.16);
}

.page-home .showcase-icon-wrap::before,
.page-home .showcase-icon-wrap::after,
.page-home .spotlight-glyph::after,
.page-home .path-emblem::after {
  opacity: 0.35;
}

.page-home .showcase-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
}

.page-home .spotlight-glyph,
.page-home .path-emblem {
  width: 2rem;
  height: 2rem;
}

.page-home .paths-head p,
.page-home .spotlight-head p,
.page-home .showcase-head p,
.page-home .constellation-copy p {
  font-size: 1.02rem;
  line-height: 1.66;
}

.page-home .section-ecosystem .card h2,
.page-home .section-stats .card h2,
.page-home .section-timeline .card h2 {
  color: var(--home-paper-heading);
}

.page-home .section-ecosystem .card :where(p, li, .logo-pill-label, .stat-label, .timeline-title, .timeline-body),
.page-home .section-stats .card :where(p, li, .logo-pill-label, .stat-label, .timeline-title, .timeline-body),
.page-home .section-timeline .card :where(p, li, .logo-pill-label, .stat-label, .timeline-title, .timeline-body) {
  color: var(--home-paper-text);
}

@media (max-width: 1240px) {
  .page-home .hero-story {
    min-height: auto;
  }

  .page-home .hero-story-stage {
    min-height: auto;
  }

  .page-home .hero-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .page-home .hero-story-pillars {
    grid-template-columns: 1fr;
  }

  .page-home .showcase-card,
  .page-home .spotlight-card,
  .page-home .path-card {
    padding: 0.88rem;
  }
}
