:root {
  --bg: #090403;
  --bg-deep: #050202;
  --surface: rgba(27, 13, 9, 0.72);
  --surface-strong: rgba(35, 16, 10, 0.9);
  --surface-soft: rgba(53, 25, 14, 0.54);
  --line: rgba(255, 178, 109, 0.16);
  --line-strong: rgba(255, 183, 112, 0.32);
  --text: #fff5eb;
  --muted: #d3baa4;
  --muted-strong: #e5ccb3;
  --ember: #ff7a1f;
  --ember-bright: #ffb15f;
  --ember-soft: #ffd5ac;
  --steel: #f5ede6;
  --shadow-lg: 0 30px 90px rgba(0, 0, 0, 0.44);
  --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.28);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 120, 35, 0.2), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 185, 106, 0.18), transparent 22%),
    linear-gradient(180deg, #140905 0%, var(--bg) 36%, var(--bg-deep) 100%);
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
}

.page-glow,
.page-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-glow-left {
  background: radial-gradient(circle at 8% 10%, rgba(255, 121, 44, 0.16), transparent 24%);
}

.page-glow-right {
  background: radial-gradient(circle at 86% 18%, rgba(255, 193, 117, 0.12), transparent 26%);
}

.page-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 88%);
  opacity: 0.36;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 5vw 18px;
  background: rgba(8, 4, 3, 0.72);
  border-bottom: 1px solid rgba(255, 177, 95, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 183, 112, 0.2);
  box-shadow: 0 0 42px rgba(255, 121, 31, 0.16);
  padding: 6px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ember), var(--ember-bright));
  color: #180905;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(255, 121, 31, 0.24);
}

.menu-toggle {
  display: none;
  padding: 10px 14px;
  border: 1px solid rgba(255, 183, 112, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

main {
  padding-bottom: 4rem;
}

.section {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 5.5rem 5vw 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: center;
  padding-top: 4.8rem;
}

.hero-copy h1,
.section-head h2,
.cta-panel h2 {
  margin: 1rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-copy h1 span,
.section-head h2 span,
.cta-panel h2 span {
  color: transparent;
  background: linear-gradient(135deg, var(--ember-soft), var(--ember-bright), var(--ember));
  -webkit-background-clip: text;
  background-clip: text;
}

.eyebrow,
.panel-kicker,
.status-label,
.callout-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ember-bright);
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ember-bright));
}

.lead,
.section-head p,
.funding-callout p,
.cta-panel p {
  margin-top: 1.4rem;
  max-width: 68ch;
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--muted-strong);
}

.status-banner,
.hero-panel,
.info-card,
.feature-card,
.funding-card,
.timeline-step,
.cta-panel,
.funding-callout {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), var(--surface-strong));
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(22px);
}

.status-banner {
  margin-top: 1.8rem;
  padding: 1.4rem 1.5rem;
  border-radius: var(--radius-lg);
}

.status-banner p {
  margin: 0.75rem 0 0;
  color: var(--muted-strong);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--ember), var(--ember-bright));
  color: #180905;
  box-shadow: 0 16px 30px rgba(255, 121, 31, 0.24);
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: var(--radius-xl);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -18% -35% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 124, 41, 0.24), transparent 62%);
  filter: blur(10px);
}

.hero-mark {
  width: min(100%, 420px);
  margin: 0 auto;
  filter: drop-shadow(0 16px 36px rgba(255, 123, 41, 0.24));
}

.panel-copy {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
}

.hero-panel h2 {
  margin: 0.8rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  line-height: 1.08;
}

.metric-list {
  display: grid;
  gap: 1rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.metric-list li {
  padding: 1rem 1rem 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 183, 112, 0.12);
}

.metric-list strong {
  display: block;
  font-size: 1rem;
}

.metric-list span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.6;
}

.section-head {
  max-width: 760px;
}

.three-up,
.feature-grid,
.funding-grid {
  display: grid;
  gap: 18px;
  margin-top: 2rem;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.funding-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.feature-card,
.funding-card {
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 177, 95, 0.1);
  border: 1px solid rgba(255, 177, 95, 0.18);
  font-family: "Space Grotesk", sans-serif;
  color: var(--ember-bright);
}

.info-card h3,
.feature-card h3,
.funding-card h3,
.timeline-step h3,
.funding-callout h3 {
  margin: 1rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
}

.info-card p,
.feature-card p,
.funding-card p,
.timeline-step p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.section-surface {
  padding-bottom: 1rem;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 121, 31, 0.08), transparent 48%);
  opacity: 0.9;
}

.feature-card h3,
.feature-card p {
  position: relative;
  z-index: 1;
}

.funding-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 20px;
  margin-top: 1.6rem;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 2rem;
}

.timeline-step {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
}

.timeline-step span {
  color: var(--ember-bright);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.final-cta {
  padding-bottom: 4rem;
}

.cta-panel {
  padding: 2rem;
  border-radius: var(--radius-xl);
}

.site-footer {
  padding: 0 5vw 2.5rem;
  color: var(--muted);
  text-align: center;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 3.8rem;
  }

  .three-up,
  .funding-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 5vw;
    right: 5vw;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 177, 95, 0.12);
    border-radius: 22px;
    background: rgba(8, 4, 3, 0.94);
    box-shadow: var(--shadow-md);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 8px 0;
  }

  .feature-grid,
  .funding-callout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding-top: 4.5rem;
  }

  .hero-copy h1,
  .section-head h2,
  .cta-panel h2 {
    font-size: clamp(2.4rem, 10vw, 3.8rem);
  }

  .three-up,
  .funding-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .brand-copy span {
    letter-spacing: 0.12em;
  }
}
