:root {
  --bg: #fff8f1;
  --bg-2: #eee7fb;
  --card: rgba(255, 250, 245, 0.84);
  --card-strong: rgba(255, 253, 251, 0.95);
  --text: #3f3032;
  --text-soft: #70575a;
  --text-muted: #9d7f82;
  --stroke: rgba(98, 67, 65, 0.12);
  --peach: #f1baa0;
  --gold: #deb06a;
  --plum: #6f5475;
  --shadow: 0 24px 80px rgba(134, 94, 74, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(241, 186, 160, 0.42), transparent 28%),
    radial-gradient(circle at bottom left, rgba(180, 160, 222, 0.26), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, #f8efe4 45%, var(--bg-2) 100%);
}

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

.site-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 80px;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, var(--peach));
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.42);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-size: 15px;
  line-height: 1;
}

.brand-copy span {
  font-size: 11px;
  color: var(--text-muted);
}

.topnav {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 13px;
  color: var(--text-soft);
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
}

.pill-primary {
  background: linear-gradient(135deg, var(--peach), #f4d8c6);
  box-shadow: 0 18px 50px rgba(221, 155, 127, 0.22);
}

.pill-secondary,
.pill-ghost {
  border-color: var(--stroke);
  background: rgba(255, 255, 255, 0.42);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 44px;
  align-items: center;
  padding: 72px 0 44px;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--text-muted);
}

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

h1 {
  max-width: 10ch;
  font-family: "Instrument Serif", serif;
  font-size: clamp(4rem, 8vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

h1 span {
  display: block;
  color: var(--plum);
}

.lede {
  max-width: 54ch;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-soft);
}

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

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hero-meta div,
.triad article,
.compare-card,
.proof-card,
.scene-card {
  border: 1px solid var(--stroke);
  border-radius: 30px;
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-meta div {
  padding: 18px;
}

.hero-meta strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.hero-meta span,
.triad p,
.compare-card li,
.proof-card p,
.scene-card p,
.scene-card li {
  color: var(--text-soft);
  line-height: 1.7;
}

.hero-stage {
  position: relative;
  min-height: 560px;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
}

.glow-a {
  top: 36px;
  left: 34px;
  width: 210px;
  height: 210px;
  background: rgba(241, 186, 160, 0.5);
}

.glow-b {
  right: 24px;
  bottom: 20px;
  width: 180px;
  height: 180px;
  background: rgba(164, 149, 226, 0.34);
}

.scene-card {
  position: absolute;
  padding: 26px;
}

.scene-main {
  top: 26px;
  right: 0;
  width: min(480px, 100%);
}

.scene-side {
  left: 10px;
  bottom: 30px;
  width: 280px;
}

.scene-label,
.compare-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  color: var(--text-muted);
}

.scene-card h2,
.split h2,
.launch h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.scene-card ul,
.compare-card ul {
  margin: 0;
  padding-left: 18px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 800;
}

section {
  margin-top: 72px;
}

.section-heading,
.split-copy,
.launch-copy {
  max-width: 760px;
}

.section-heading h2,
.split-copy h2,
.launch-copy h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.band {
  padding: 34px 0 0;
}

.triad,
.proof-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

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

.triad article,
.compare-card,
.proof-card {
  padding: 28px;
}

.triad span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.triad h3,
.compare-card h3,
.proof-card h3 {
  font-size: 1.5rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 26px;
  align-items: start;
}

.compare-grid {
  display: grid;
  gap: 16px;
}

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

.launch {
  padding: 36px 0 10px;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .topnav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }

  .hero,
  .split,
  .triad,
  .proof-grid,
  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 420px;
  }

  .scene-main,
  .scene-side {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 24px, 1200px);
    padding-top: 16px;
  }

  h1 {
    max-width: none;
    font-size: clamp(3.2rem, 14vw, 4.4rem);
  }

  .scene-card,
  .triad article,
  .compare-card,
  .proof-card {
    border-radius: 24px;
  }
}
