:root {
  color-scheme: dark;
  --black: #050505;
  --charcoal: #111111;
  --charcoal-2: #181715;
  --charcoal-3: #24211c;
  --gold: #d5ad58;
  --gold-2: #f0d891;
  --gold-dim: rgba(213, 173, 88, 0.14);
  --text: #f5f0e7;
  --muted: #b9b0a2;
  --faint: #756f65;
  --line: rgba(245, 240, 231, 0.12);
  --line-gold: rgba(213, 173, 88, 0.34);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --max-width: 1180px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
  z-index: -1;
}

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

code {
  color: var(--gold-2);
  font-size: 0.95em;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(5, 5, 5, 0.62);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.86);
  border-bottom-color: var(--line);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-gold);
  color: var(--gold-2);
  font-weight: 800;
  font-size: 0.82rem;
  background: linear-gradient(145deg, rgba(213, 173, 88, 0.16), rgba(255, 255, 255, 0.02));
}

.brand-text {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.site-nav a,
.footer-contact a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.footer-contact a:hover {
  color: var(--gold-2);
}

.nav-cta {
  justify-self: end;
  border: 1px solid var(--line-gold);
  color: var(--gold-2);
  padding: 10px 16px;
  font-size: 0.84rem;
  font-weight: 700;
  background: rgba(213, 173, 88, 0.08);
}

.section-shell,
.content-band,
.site-footer {
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.54fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  overflow: hidden;
  padding-top: 124px;
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 78% 28%, rgba(213, 173, 88, 0.18), transparent 32%),
    linear-gradient(135deg, #050505 0%, #0f0e0c 42%, #1a1710 100%);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.84;
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(105deg, black 0%, black 40%, transparent 78%);
}

.hero-content,
.hero-panel,
.hero-next-preview {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 820px;
}

.eyebrow,
.section-label {
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
}

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(4rem, 7.8vw, 7.8rem);
}

h2 {
  color: var(--text);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  margin-bottom: 0;
}

h3 {
  line-height: 1.16;
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.hero-subtitle {
  max-width: 760px;
  color: var(--gold-2);
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-copy {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-definition {
  max-width: 720px;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 700;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button-primary {
  color: #111;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 46px rgba(213, 173, 88, 0.18);
}

.button-secondary {
  color: var(--gold-2);
  border-color: var(--line-gold);
  background: rgba(5, 5, 5, 0.28);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span,
.tag-cloud span,
.watchlist span {
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.03);
}

.hero-panel,
.pulse-card,
.comparison-card,
.founder-card,
.machine-console,
.mode-card,
.waitlist-form {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.hero-panel {
  width: min(100%, 420px);
  justify-self: end;
  padding: 24px;
  border-color: var(--line-gold);
  backdrop-filter: blur(18px);
}

.hero-next-preview {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 680px;
  margin-top: 24px;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.hero-next-preview span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-next-preview strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text);
  font-size: 0.92rem;
}

.panel-header,
.pulse-topline,
.pulse-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 800;
}

.panel-header strong,
.pulse-topline strong,
.pulse-meta strong {
  color: var(--gold-2);
  text-align: right;
}

.pulse-meta {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid var(--line);
}

.signal-orbit {
  position: relative;
  height: 220px;
  margin: 30px 0;
  border: 1px solid rgba(213, 173, 88, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(213, 173, 88, 0.22), transparent 46%);
  background-size: 28px 28px, 28px 28px, auto;
  overflow: hidden;
}

.signal-orbit::before,
.signal-orbit::after,
.signal-orbit span {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.signal-orbit::before {
  inset: 44px;
  border: 1px solid rgba(213, 173, 88, 0.3);
}

.signal-orbit::after {
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--gold-2);
  box-shadow: 0 0 38px rgba(240, 216, 145, 0.7);
  transform: translate(-50%, -50%);
}

.signal-orbit span {
  width: 9px;
  height: 9px;
  background: rgba(245, 240, 231, 0.72);
}

.signal-orbit span:nth-child(1) {
  left: 18%;
  top: 34%;
}

.signal-orbit span:nth-child(2) {
  right: 18%;
  top: 22%;
}

.signal-orbit span:nth-child(3) {
  right: 30%;
  bottom: 20%;
}

.status-list {
  margin: 0;
}

.status-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.status-list dt {
  color: var(--faint);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-list dd {
  margin: 0;
  color: var(--text);
  text-align: right;
  font-size: 0.9rem;
  font-weight: 700;
}

.content-band {
  padding-top: clamp(78px, 10vw, 132px);
  padding-bottom: clamp(78px, 10vw, 132px);
  background: #0a0a09;
  border-top: 1px solid var(--line);
}

.dark-band {
  background:
    radial-gradient(circle at 15% 18%, rgba(213, 173, 88, 0.1), transparent 28%),
    linear-gradient(180deg, #080807 0%, #12100d 100%);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 6vw, 86px);
  max-width: var(--max-width);
  margin: 18px auto 0;
}

.section-label {
  max-width: var(--max-width);
  margin: 0 auto;
}

.rich-copy,
.section-note {
  color: var(--muted);
  font-size: 1.02rem;
}

.problem-grid,
.approach-steps,
.comparison-grid,
.timeline,
.audience-grid,
.principle-grid,
.proof-grid {
  display: grid;
  max-width: var(--max-width);
  margin: 52px auto 0;
  gap: 14px;
}

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

.problem-grid article,
.approach-steps article,
.timeline article,
.audience-grid article,
.principle-grid article,
.proof-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.028);
}

.problem-grid span,
.timeline span,
.audience-grid span,
.principle-grid span,
.proof-grid span,
.step-number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--gold-2);
  font-weight: 800;
  font-size: 0.78rem;
}

.problem-grid p,
.approach-steps p,
.timeline p,
.audience-grid p,
.principle-grid p,
.proof-grid p,
.comparison-card li,
.founder-card p,
.form-note,
.disclaimer,
.site-footer p {
  color: var(--muted);
}

.approach-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.capital-thesis {
  max-width: var(--max-width);
  margin: 18px auto 0;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line-gold);
  background:
    linear-gradient(135deg, rgba(213, 173, 88, 0.14), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
}

.capital-thesis h2 {
  max-width: 930px;
}

.capital-thesis p {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max-width);
  margin: 52px auto 0;
}

.mode-card {
  min-height: 300px;
  padding: 28px;
}

.mode-card.featured {
  border-color: var(--line-gold);
  background:
    linear-gradient(145deg, rgba(213, 173, 88, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.02);
}

.mode-kicker {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mode-card h3 {
  font-size: 1.35rem;
}

.mode-card p {
  color: var(--muted);
}

.capital-pathway {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max-width);
  margin: 14px auto 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.capital-pathway span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  background: #0d0c0a;
}

.machine-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 6vw, 86px);
  max-width: var(--max-width);
  margin: 18px auto 0;
  align-items: start;
}

.machine-console {
  padding: 24px;
  border-color: var(--line-gold);
}

.console-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.console-row:first-child {
  padding-top: 0;
}

.console-row span {
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.console-row strong {
  color: var(--gold-2);
  text-align: right;
}

.console-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.pulse-card {
  padding: 24px;
}

.temperature-meter {
  height: 11px;
  margin: 28px 0 18px;
  border: 1px solid rgba(213, 173, 88, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.temperature-meter span {
  display: block;
  width: 56%;
  height: 100%;
  background: linear-gradient(90deg, #6f8795, var(--gold), #f0d891);
  transition: width 260ms ease;
}

.tag-cloud,
.watchlist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.watchlist {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.last-updated {
  margin: 20px 0 0;
  color: var(--faint);
  font-size: 0.82rem;
}

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

.comparison-card {
  padding: 28px;
}

.comparison-card h3 {
  color: var(--gold-2);
  font-size: 1.4rem;
}

.comparison-card ul {
  display: grid;
  gap: 14px;
  padding-left: 20px;
  margin: 26px 0 0;
}

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

.waitlist-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 6vw, 86px);
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: start;
}

.waitlist-layout .section-label {
  margin: 0 0 18px;
}

.waitlist-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.form-status {
  border: 1px solid var(--line-gold);
  color: var(--gold-2);
  padding: 14px;
  font-weight: 800;
  background: rgba(213, 173, 88, 0.08);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  padding: 0 13px;
  font: inherit;
}

button:disabled,
input:disabled,
select:disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

.form-note {
  margin: 0;
  font-size: 0.84rem;
}

.founder {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.12), rgba(213, 173, 88, 0.08)),
    #0a0a09;
}

.founder-card {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border-color: var(--line-gold);
}

.founder-card .section-label {
  margin: 0 0 18px;
}

.founder-card p {
  max-width: 860px;
  font-size: 1.08rem;
}

.signature {
  margin-top: 32px;
  color: var(--gold-2) !important;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid var(--line);
  background: #050505;
}

.site-footer h2 {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  margin-bottom: 4px;
}

.footer-contact {
  display: flex;
  gap: 18px;
  color: var(--gold-2);
  font-weight: 800;
  font-size: 0.9rem;
}

.disclaimer {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0;
  font-size: 0.84rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .section-grid,
  .machine-grid,
  .waitlist-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero-panel {
    justify-self: stretch;
    width: 100%;
  }

  .problem-grid,
  .approach-steps,
  .timeline,
  .audience-grid,
  .principle-grid,
  .proof-grid,
  .mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-contact {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text,
  .nav-cta {
    display: none;
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .hero-actions,
  .button,
  .trust-row,
  .panel-header,
  .pulse-topline,
  .pulse-meta,
  .status-list div {
    align-items: stretch;
  }

  .hero-next-preview {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-next-preview strong {
    white-space: normal;
  }

  .button {
    width: 100%;
  }

  .problem-grid,
  .approach-steps,
  .comparison-grid,
  .timeline,
  .audience-grid,
  .principle-grid,
  .proof-grid,
  .mode-grid,
  .capital-pathway {
    grid-template-columns: 1fr;
  }

  .problem-grid article,
  .approach-steps article,
  .timeline article,
  .audience-grid article,
  .principle-grid article,
  .proof-grid article,
  .mode-card {
    min-height: auto;
  }

  .panel-header,
  .pulse-topline,
  .pulse-meta,
  .console-row,
  .status-list div {
    flex-direction: column;
  }

  .console-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .console-row strong {
    text-align: left;
  }

  .status-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .status-list dd {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
