:root {
  --ink: #1a1516;
  --muted: #655a5c;
  --paper: #f4ede9;
  --surface: #fffaf7;
  --soft: #ebe1dc;
  --line: rgba(26, 21, 22, 0.12);
  --teal: #7f3b53;
  --teal-dark: #5f2438;
  --rose: #be6b78;
  --copper: #b46b46;
  --charcoal: #221b1d;
  --deep: #120e10;
  --shadow: 0 28px 80px rgba(20, 14, 16, 0.22);
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(190, 107, 120, 0.14), transparent 38%),
    radial-gradient(circle at bottom right, rgba(180, 107, 70, 0.11), transparent 34%),
    var(--paper);
  color: var(--ink);
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

.age-strip {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 42px;
  padding: 8px 16px;
  background: var(--deep);
  color: #fff;
  font-size: 0.82rem;
}

.age-strip p {
  margin: 0;
  line-height: 1.35;
  text-align: center;
}

.age-strip.hidden {
  display: none;
}

.icon-button,
.menu-button {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button {
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
}

.icon-button span {
  display: none;
}

.icon-button::before {
  content: "x";
}

.site-header {
  position: fixed;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(20px, 5vw, 72px);
  color: #fff;
}

.age-strip.hidden + .site-header {
  top: 0;
}

.site-header.scrolled {
  top: 0;
  background: rgba(244, 237, 233, 0.92);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--teal), var(--copper));
  color: #fff;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.site-header.scrolled .site-nav {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: inherit;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.site-header.scrolled .site-nav a:hover,
.site-header.scrolled .site-nav a:focus-visible {
  background: rgba(15, 118, 110, 0.1);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: inherit;
}

.menu-button span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: flex;
  min-height: 88svh;
  padding: 154px clamp(20px, 6vw, 86px) 42px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(10, 8, 9, 0.94) 0%, rgba(10, 8, 9, 0.76) 40%, rgba(10, 8, 9, 0.16) 74%),
    url("assets/creator-platform.png");
  background-size: cover;
  background-position: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 850px;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0b9aa;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h2,
h3 {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(4.4rem, 10vw, 9.4rem);
  line-height: 0.92;
  font-weight: 700;
  overflow-wrap: normal;
  white-space: nowrap;
  letter-spacing: -0.03em;
}

.hero-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 244, 241, 0.9);
  font-size: clamp(1.08rem, 2.4vw, 1.36rem);
  line-height: 1.55;
}

.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 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(135deg, var(--teal), var(--copper));
  color: #fff;
  box-shadow: 0 16px 34px rgba(95, 36, 56, 0.28);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--teal-dark);
  outline: none;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.hero-status {
  position: absolute;
  left: clamp(20px, 6vw, 86px);
  right: clamp(20px, 6vw, 86px);
  bottom: 22px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-status span,
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

section {
  padding: clamp(58px, 8vw, 108px) clamp(20px, 6vw, 86px);
}

.signal,
.drops,
.pass {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.signal,
.story,
.manifesto,
.scenes,
.future,
.signal-forward,
.viral,
.vault,
.calendar,
.wall,
.top-fantasies,
.launch-notes,
.spotlight,
.ecosystem,
.profiles,
.atelier,
.trust,
.join {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.88)),
    var(--surface);
}

.signal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}

.signal h2,
.section-heading h2,
.join h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(2.05rem, 5vw, 4.55rem);
  line-height: 1;
  font-weight: 800;
}

.signal-copy {
  display: grid;
  gap: 16px;
}

.signal-copy p,
.join-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.love-cards,
.story-grid,
.fantasy-grid,
.pass-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(30px, 5vw, 64px);
}

.story-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
  align-items: start;
}

.story-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.story-copy p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 700;
}

.story-note {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(127, 59, 83, 0.08), rgba(255, 250, 247, 0.92));
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.story-note h3 {
  margin: 18px 0 14px;
  font-size: 1.4rem;
}

.story-note ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

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

.fantasy-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.06), rgba(255, 250, 247, 0.95)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.fantasy-grid .feature-number {
  margin-bottom: 28px;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.manifesto-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.manifesto-copy p:last-child {
  margin-bottom: 0;
}

.manifesto-pillars {
  display: grid;
  gap: 18px;
}

.manifesto-pillars article,
.scene-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.06), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.manifesto-pillars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 30px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(127, 59, 83, 0.1);
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.scene-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(30px, 5vw, 64px);
}

.future-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 18px;
  align-items: start;
}

.future-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.future-copy p:last-child {
  margin-bottom: 0;
}

.future-timeline {
  display: grid;
  gap: 18px;
}

.future-timeline article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 8, 9, 0.03), rgba(127, 59, 83, 0.05)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.future-timeline span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(127, 59, 83, 0.1);
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.signal-forward-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.signal-forward-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.06), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.viral-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.viral-quote {
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 8, 9, 0.03), rgba(127, 59, 83, 0.06)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.viral-quote p {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.viral-broadcast {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: 18px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(127, 59, 83, 0.12), rgba(180, 107, 70, 0.08)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.viral-broadcast h3 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.viral-broadcast p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.vault-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vault-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 8, 9, 0.03), rgba(127, 59, 83, 0.05)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.calendar-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.06), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.calendar-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.wall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wall-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 8, 9, 0.03), rgba(127, 59, 83, 0.05)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.wall-grid p {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.55;
  font-weight: 700;
}

.wall-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.top-fantasies-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.top-fantasies-grid article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.07), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.top-fantasies-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 12px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(127, 59, 83, 0.1);
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.top-fantasies-grid p {
  margin: 0;
  color: var(--ink);
  line-height: 1.45;
  font-weight: 700;
}

.launch-notes-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.launch-notes-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.launch-notes-copy p:last-child {
  margin-bottom: 0;
}

.launch-notes-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.07), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.launch-notes-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.spotlight-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.06), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.spotlight-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ecosystem-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.06), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.ecosystem-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.profiles-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: stretch;
}

.profile-card,
.feed-mockup {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.06), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.profile-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.feed-mockup {
  display: grid;
  align-content: start;
  gap: 16px;
}

.feed-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.feed-stack {
  display: grid;
  gap: 12px;
}

.feed-item {
  min-height: 92px;
  padding: 16px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(127, 59, 83, 0.08), rgba(180, 107, 70, 0.06)),
    #fff;
}

.feed-item.featured {
  min-height: 150px;
}

.feed-item span {
  display: block;
  margin-bottom: 10px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.feed-item strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.4;
}

.atelier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.atelier-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(127, 59, 83, 0.06), rgba(255, 250, 247, 0.96)),
    var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.atelier-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.love-cards article,
.feature-card,
.trust-grid article,
.drop-card,
.room-grid article,
.pass-card,
.signup-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 28px rgba(26, 21, 22, 0.04);
}

.love-cards article,
.pass-card {
  min-height: 238px;
  padding: 24px;
}

.pass-card {
  display: flex;
  flex-direction: column;
}

.score {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.love-cards h3,
.feature-card h3,
.drop-card h3,
.room-grid h3,
.trust-grid h3,
.pass-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.love-cards p,
.feature-card p,
.drop-card p,
.room-grid p,
.trust-grid p,
.pass-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.section-heading.narrow {
  max-width: 900px;
}

.inside,
.rooms,
.join {
  background: var(--paper);
}

.beta-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
}

.app-preview {
  position: relative;
  min-height: 590px;
  padding: clamp(24px, 4vw, 34px);
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(31, 36, 39, 0.12), rgba(31, 36, 39, 0.95)),
    url("assets/creator-platform.png");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.preview-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.83rem;
  font-weight: 800;
}

.phone-shell {
  position: absolute;
  right: clamp(20px, 4vw, 42px);
  bottom: clamp(20px, 4vw, 42px);
  width: min(340px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(17, 20, 22, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.phone-header,
.vault-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 800;
}

.mini-feed {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10px;
  margin: 18px 0;
}

.mini-card {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(17, 20, 22, 0.82)),
    linear-gradient(135deg, rgba(15, 118, 110, 0.42), rgba(184, 95, 103, 0.36));
}

.mini-card.large {
  grid-row: span 2;
}

.mini-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
}

.mini-card strong {
  color: #fff;
}

.vault-row {
  min-height: 46px;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 262px;
  padding: 24px;
}

.feature-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.drop-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) repeat(3, minmax(0, 0.72fr));
  gap: 18px;
}

.drop-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
}

.drop-card.featured {
  min-height: 430px;
  padding: 0;
  overflow: hidden;
}

.drop-media {
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(10, 8, 9, 0.08), rgba(10, 8, 9, 0.6)),
    url("assets/creator-platform.png");
  background-size: cover;
  background-position: center;
}

.drop-copy {
  padding: 22px;
}

.drop-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(127, 59, 83, 0.1);
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.save-button {
  width: 100%;
  min-height: 42px;
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--charcoal);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.save-button.saved {
  background: var(--teal);
}

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

.room-grid article {
  min-height: 250px;
  padding: 24px;
}

.room-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
}

.trust {
  background: var(--charcoal);
  color: #fff;
}

.trust .section-kicker {
  color: #f0b9aa;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(28px, 4vw, 48px);
}

.trust-grid article {
  min-height: 238px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.trust-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.gate {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.10), rgba(184, 95, 103, 0.08)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.gate .section-heading p {
  max-width: 820px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.gate-tool {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
}

.gate-options,
.gate-output {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 16px 48px rgba(20, 22, 24, 0.10);
}

.gate-options {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.gate-option {
  min-height: 104px;
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 0;
  background: var(--surface);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.gate-option:hover,
.gate-option:focus-visible,
.gate-option.active {
  outline: none;
  background: #f0f7f5;
  box-shadow: inset 5px 0 0 var(--teal);
}

.gate-option span {
  font-weight: 800;
}

.gate-option small {
  color: var(--muted);
  line-height: 1.38;
}

.gate-output {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
}

.gate-output h3 {
  margin: 0 0 12px;
  font-size: 1.55rem;
}

.gate-output p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.gate-output ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.gate-output li {
  position: relative;
  padding-left: 22px;
  color: var(--charcoal);
  line-height: 1.55;
}

.gate-output li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rose);
}

.gate-output .button {
  margin-top: auto;
}

.pass-card.strong {
  border-color: rgba(15, 118, 110, 0.34);
  background: #f0f7f5;
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.14);
}

.pass-price {
  display: block;
  margin-top: 16px;
  color: var(--teal-dark);
  font-size: 1rem;
  font-weight: 900;
}

.pass-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.pass-card li {
  padding-left: 18px;
  position: relative;
  line-height: 1.45;
}

.pass-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.pass-apply {
  width: 100%;
  margin-top: auto;
  border: 0;
  justify-content: center;
}

.join {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.66fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
}

.join-copy {
  position: sticky;
  top: 110px;
}

.invite-preview {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.invite-preview span {
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.invite-preview strong {
  font-size: 1.3rem;
}

.signup-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.signup-form label,
.tag-field {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.signup-form input:focus,
.signup-form select:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(15, 118, 110, 0.16);
}

.tag-field {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 0;
}

.tag-field legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.tag-button {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.tag-button.active {
  border-color: rgba(15, 118, 110, 0.32);
  background: rgba(15, 118, 110, 0.1);
  color: var(--teal-dark);
}

.check-row {
  grid-template-columns: 18px 1fr;
  align-items: start;
  font-weight: 600;
  color: var(--muted);
}

.check-row input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--teal);
}

.form-button {
  width: 100%;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 6vw, 86px);
  border-top: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
}

.site-footer .brand {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 1160px) {
  .drop-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drop-card.featured {
    grid-column: span 2;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding-inline: 20px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 98px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border-radius: 8px;
    background: rgba(247, 245, 241, 0.98);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .age-strip.hidden + .site-header .site-nav,
  .site-header.scrolled .site-nav {
    top: 68px;
  }

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

  .site-nav a {
    border-radius: 8px;
  }

  .hero {
    min-height: 88svh;
    padding-top: 138px;
    background-image:
      linear-gradient(180deg, rgba(17, 20, 22, 0.92) 0%, rgba(17, 20, 22, 0.68) 46%, rgba(17, 20, 22, 0.26) 100%),
      url("assets/creator-platform.png");
    background-position: 63% center;
  }

  h1 {
    font-size: clamp(3.4rem, 16vw, 6.8rem);
  }

  .hero-copy {
    max-width: 590px;
  }

  .signal-grid,
  .beta-layout,
  .gate-tool,
  .join {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .fantasy-grid,
  .future-grid,
  .signal-forward-grid,
  .vault-grid,
  .viral-grid,
  .viral-broadcast,
  .calendar-grid,
  .wall-grid,
  .top-fantasies-grid,
  .launch-notes-grid,
  .spotlight-grid,
  .ecosystem-grid,
  .profiles-layout,
  .atelier-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-grid,
  .scene-grid {
    grid-template-columns: 1fr;
  }

  .love-cards,
  .pass-layout {
    grid-template-columns: 1fr;
  }

  .join-copy {
    position: static;
  }
}

@media (max-width: 740px) {
  .room-grid,
  .drop-grid,
  .trust-grid,
  .fantasy-grid,
  .scene-grid,
  .future-grid,
  .signal-forward-grid,
  .vault-grid,
  .viral-grid,
  .viral-broadcast,
  .calendar-grid,
  .wall-grid,
  .top-fantasies-grid,
  .launch-notes-grid,
  .spotlight-grid,
  .ecosystem-grid,
  .profiles-layout,
  .atelier-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .drop-card.featured {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .age-strip {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 0.74rem;
  }

  .age-strip .icon-button {
    display: none;
  }

  .site-header {
    top: 42px;
    right: auto;
    width: min(390px, 100vw);
    max-width: 100%;
    padding: 16px 18px;
  }

  .site-nav {
    top: 108px;
    right: auto;
    width: 342px;
    max-width: calc(100vw - 40px);
  }

  .menu-button {
    position: static;
    z-index: 40;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    margin-left: auto;
    border-color: rgba(255, 255, 255, 0.18);
    background: var(--teal);
    color: #fff;
  }

  .site-header.scrolled .menu-button {
    border-color: rgba(15, 118, 110, 0.28);
    background: var(--teal);
    color: #fff;
  }

  .hero {
    min-height: 86svh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 122px 18px 34px;
  }

  h1 {
    font-size: clamp(2.8rem, 11.2vw, 3.45rem);
  }

  .signal h2,
  .section-heading h2,
  .join h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .hero-lede {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-copy,
  .hero-actions,
  .hero-status {
    width: 342px;
    max-width: 100%;
  }

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

  .button {
    width: 100%;
  }

  .hero-status {
    position: static;
    margin-top: 28px;
  }

  section {
    padding-inline: 18px;
  }

  .app-preview {
    min-height: 540px;
  }

  .phone-shell {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .tag-field {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer p {
    text-align: left;
  }
}

/* === Phase 2+ upgrade: sticky mobile CTA (self-contained, namespaced) === */
.mcta{position:fixed;left:0;right:0;bottom:0;z-index:9000;display:none;gap:10px;
  padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));
  background:rgba(13,16,22,.93);border-top:1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  transform:translateY(120%);transition:transform 220ms ease;font-family:inherit}
.mcta.visible{transform:translateY(0)}
.mcta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:50px;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;line-height:1}
.mcta .mcta-call{flex:0 0 112px;color:#fff;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.26)}
.mcta .mcta-go{flex:1;color:#0c0f14;background:#fff;border:1px solid #fff}
.mcta svg{flex:none}
@media(max-width:768px){.mcta{display:flex}}
@media(prefers-reduced-motion:reduce){.mcta{transition:none}}
