:root {
  --bg: #071110;
  --bg-soft: #10201e;
  --panel: rgba(10, 20, 19, 0.76);
  --line: rgba(175, 255, 229, 0.22);
  --text: #eff8ef;
  --muted: #aab8b3;
  --accent: #8cff71;
  --accent-strong: #d7ff5f;
  --warning: #ffd37b;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Spectral", serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(140, 255, 113, 0.11), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(215, 255, 95, 0.15), transparent 24%),
    linear-gradient(135deg, #071110 0%, #091614 48%, #040607 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(140, 255, 113, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 255, 113, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 48%, transparent 88%);
  pointer-events: none;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.8) 0.7px, transparent 0.8px),
    radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.8) 0.7px, transparent 0.8px),
    radial-gradient(circle at 60% 80%, rgba(255, 255, 255, 0.8) 0.7px, transparent 0.8px);
  background-size: 140px 140px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.page-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 4rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 2rem;
  align-items: start;
  min-height: auto;
  padding: 3rem 0 2rem;
}

.hero-copy,
.market-panel,
.thesis {
  opacity: 0;
  transform: translateY(30px);
  animation: rise 0.9s ease forwards;
}

.market-panel {
  animation-delay: 0.18s;
}

.thesis {
  animation-delay: 0.3s;
}

.eyebrow,
.ticker,
.index,
.bid-label {
  font-family: "Syncopate", sans-serif;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent-strong);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
strong {
  margin: 0;
}

h1 {
  font-family: "Syncopate", sans-serif;
  max-width: 100%;
  font-size: clamp(2.8rem, 7.4vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 0 26px rgba(140, 255, 113, 0.14);
}

.lead {
  max-width: 38rem;
  margin: 1.4rem 0 2rem;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  line-height: 1.6;
  color: var(--muted);
}

.cta-band {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

.bid-card,
.bid-copy,
.terminal-card,
.thesis-grid article {
  position: relative;
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.bid-card {
  padding: 1.2rem 1.3rem 1.1rem;
  overflow: hidden;
}

.bid-card::after,
.terminal-card::after,
.thesis-grid article::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent 82%);
}

.bid-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warning);
  margin-bottom: 0.8rem;
}

.bid-card strong {
  display: block;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1;
  color: var(--accent);
}

.bid-copy {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.3rem;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.55;
}

.interest-form {
  width: min(620px, 100%);
}

.form-label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--text);
  font-size: 1rem;
}

.input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

input,
button {
  border: 0;
  border-radius: 0;
  font: inherit;
}

input {
  min-width: 0;
  padding: 1rem 1.1rem;
  background: rgba(239, 248, 239, 0.06);
  color: var(--text);
  border: 1px solid rgba(239, 248, 239, 0.14);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

input::placeholder {
  color: rgba(239, 248, 239, 0.4);
}

input:focus {
  outline: none;
  background: rgba(239, 248, 239, 0.1);
  border-color: var(--accent);
  transform: translateY(-1px);
}

button {
  padding: 1rem 1.35rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #08110e;
  font-family: "Syncopate", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

button:hover,
button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(140, 255, 113, 0.18);
  filter: brightness(1.04);
}

.form-note {
  margin-top: 0.8rem;
  color: var(--muted);
}

.form-note span {
  color: var(--warning);
}

.form-status {
  min-height: 1.5rem;
  margin-top: 0.7rem;
  color: var(--muted);
}

.form-status[data-state="success"] {
  color: var(--accent);
}

.form-status[data-state="error"] {
  color: #ff9f9f;
}

.market-panel {
  padding-top: 2rem;
  padding-left: 1.5rem;
}

.terminal-card {
  padding: 1rem;
}

.terminal-head {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
}

.terminal-head span {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(239, 248, 239, 0.18);
}

.terminal-head span:first-child {
  background: #ff7f7f;
}

.terminal-head span:nth-child(2) {
  background: #ffd37b;
}

.terminal-head span:nth-child(3) {
  background: var(--accent);
}

.ticker {
  margin-bottom: 1.3rem;
  font-size: 0.72rem;
  line-height: 1.5;
  color: var(--accent-strong);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-grid {
  display: grid;
  gap: 0.8rem;
}

.metric-grid article {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(239, 248, 239, 0.1);
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.metric-grid strong {
  font-size: 1.1rem;
  font-weight: 600;
}

.terminal-note {
  margin: 1.2rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.thesis {
  padding: 1.5rem 0 0;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.thesis-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.thesis-grid article {
  padding: 1.25rem;
  min-height: 240px;
}

.index {
  display: inline-block;
  margin-bottom: 1.1rem;
  font-size: 0.72rem;
  color: var(--warning);
  letter-spacing: 0.18em;
}

h3 {
  margin-bottom: 0.9rem;
  font-size: 1.5rem;
  line-height: 1.15;
}

.thesis-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 1rem;
  }

  .market-panel {
    padding-top: 0;
  }

  .cta-band,
  .thesis-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 5rem);
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 1rem, 1180px);
  }

  .hero {
    padding-top: 2rem;
  }

  .input-row {
    grid-template-columns: 1fr;
  }

  button {
    width: 100%;
  }

  h2 {
    line-height: 1.12;
  }
}
