*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg: #08060d;
  --bg-deep: #030207;
  --surface: #100c19;
  --surface-soft: #161020;
  --text: #f4efe8;
  --muted: #aaa0b3;
  --lilac: #b8a4d8;
  --lilac-soft: #e7ddf4;
  --moon: #f2efe9;
  --gold: #d4a867;
  --gold-soft: #f0d0a0;
  --line: rgba(233, 220, 244, 0.14);
  --radius: 20px;
  font-size: clamp(16px, 0.35vw + 15px, 18px);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 6%, rgba(115, 81, 151, 0.17), transparent 26rem),
    radial-gradient(circle at 12% 32%, rgba(113, 59, 116, 0.1), transparent 28rem),
    var(--bg);
  line-height: 1.65;
}

img {
  max-width: 100%;
}

a {
  color: var(--lilac-soft);
}

h1,
h2,
h3,
blockquote {
  margin-top: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 1.3rem;
  font-size: clamp(3rem, 7.5vw, 6.4rem);
  line-height: 0.94;
}

h1 em {
  color: var(--lilac-soft);
  font-weight: 500;
}

h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2rem, 4.4vw, 3.65rem);
}

h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

p {
  margin: 0 0 1rem;
}

.wrap {
  width: min(1160px, calc(100% - 2rem));
  margin-inline: auto;
}

.eyebrow,
.face-card__number {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.lede {
  max-width: 49ch;
  color: #c6bdca;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.65;
}

.muted {
  color: var(--muted);
}

.launch-bar {
  position: relative;
  z-index: 20;
  padding: 0.65rem 1rem;
  background: linear-gradient(90deg, #b896cc, #f1d9b6 48%, #b896cc);
  color: #160e1d;
  text-align: center;
  font-size: 0.82rem;
}

.launch-bar a {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  color: inherit;
  text-decoration: none;
}

.launch-bar span {
  font-weight: 500;
}

.nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
}

.nav__brand {
  color: var(--moon);
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  font-style: italic;
  text-decoration: none;
}

.nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.15rem;
}

.nav__links > a:not(.btn) {
  color: var(--muted);
  font-size: 0.84rem;
  text-decoration: none;
}

.nav__links > a:hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

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

.btn--primary {
  background: linear-gradient(135deg, #f3e8d9, #bca8dc);
  color: #1a1023;
  box-shadow: 0 12px 34px rgba(154, 126, 190, 0.22);
}

.btn--ghost {
  border-color: var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  min-height: min(820px, calc(100svh - 105px));
  padding-block: clamp(2.5rem, 7vw, 6.5rem);
}

.hero__copy {
  position: relative;
  z-index: 2;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  margin-top: 1.4rem;
  color: #8f8795;
  font-size: 0.75rem;
}

.hero__trust span::before {
  content: "✦";
  margin-right: 0.4rem;
  color: var(--gold);
}

.luna-device {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.luna-device__halo {
  position: absolute;
  top: 0;
  width: min(510px, 94vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 191, 229, 0.13), transparent 64%);
  filter: blur(12px);
}

.luna-device__frame {
  position: relative;
  width: min(425px, 88vw);
  aspect-ratio: 1;
  padding: 13px;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), transparent 22%),
    linear-gradient(145deg, #77717b, #242027 48%, #88828b 100%);
  box-shadow:
    0 42px 90px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.luna-device__frame::after {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.luna-device__screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #000;
}

.luna-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 360ms ease, transform 500ms ease;
  transform: scale(1.025);
}

.luna-scene.is-active {
  opacity: 1;
  transform: scale(1);
}

.scene-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.scene-tab {
  padding: 0.42rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.02);
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
}

.scene-tab.is-active,
.scene-tab:hover {
  border-color: rgba(231, 221, 244, 0.45);
  color: var(--lilac-soft);
}

.capture-note {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #8d8492;
  font-size: 0.72rem;
}

.capture-note span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: #7bd49d;
  box-shadow: 0 0 12px rgba(123, 212, 157, 0.65);
}

.proof-ribbon {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.proof-ribbon__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-ribbon p {
  margin: 0;
  padding: 1.25rem 1rem;
  border-right: 1px solid var(--line);
  color: #bcb3c2;
  font-size: 0.78rem;
  text-align: center;
}

.proof-ribbon p:last-child {
  border-right: 0;
}

.proof-ribbon strong {
  margin-right: 0.4rem;
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
}

section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.section-intro {
  max-width: 720px;
  margin-bottom: clamp(2rem, 5vw, 3.6rem);
}

.section-intro.center {
  margin-inline: auto;
  text-align: center;
}

.story-section {
  display: grid;
  gap: 2rem;
}

.story-section__lead h2 {
  max-width: 13ch;
}

.story-section__body {
  max-width: 610px;
  color: #c4bbc8;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.faces-section,
.ritual-section,
.proof-section,
.notify-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0, rgba(104, 70, 133, 0.15), transparent 36rem),
    var(--surface);
}

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

.face-card {
  display: grid;
  grid-template-columns: minmax(110px, 42%) 1fr;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
}

.face-card--large {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(144, 119, 174, 0.13), rgba(255, 255, 255, 0.02));
}

.face-card--warm {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(189, 119, 103, 0.12), rgba(255, 255, 255, 0.02));
}

.face-card--transits {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 18%, rgba(111, 208, 255, 0.16), transparent 36%),
    radial-gradient(circle at 82% 88%, rgba(185, 137, 255, 0.16), transparent 40%),
    linear-gradient(135deg, rgba(31, 53, 83, 0.78), rgba(255, 255, 255, 0.025));
  border-color: rgba(139, 204, 241, 0.28);
}

.face-card--transits::before {
  position: absolute;
  inset: 0.55rem;
  z-index: -1;
  border: 1px solid rgba(160, 224, 255, 0.12);
  border-radius: calc(var(--radius) - 6px);
  content: "";
  pointer-events: none;
}

.face-card--transits img {
  box-shadow:
    0 0 0 1px rgba(137, 216, 255, 0.18),
    0 18px 45px rgba(21, 108, 164, 0.28);
}

.face-card--transits .face-card__number {
  color: #9fddff;
}

.face-handoff {
  margin: 1.3rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.face-handoff a {
  color: var(--gold-soft);
  font-weight: 600;
}

.face-card img,
.together-section__visual img,
.voice-section__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: #000;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
}

.face-card__number {
  margin-bottom: 0.45rem;
  font-size: 0.58rem;
}

.face-card h3 {
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
}

.face-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.together-section,
.voice-section {
  display: grid;
  align-items: center;
  gap: clamp(2.5rem, 8vw, 7rem);
}

.together-section__visual,
.voice-section__visual {
  position: relative;
  width: min(430px, 86vw);
  margin: 0 auto;
}

.paired-orbit {
  position: absolute;
  inset: -9%;
  border: 1px solid rgba(212, 168, 103, 0.22);
  border-radius: 50%;
}

.paired-orbit::before,
.paired-orbit::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(212, 168, 103, 0.52);
}

.paired-orbit::before {
  top: 8%;
  left: 16%;
}

.paired-orbit::after {
  right: 12%;
  bottom: 12%;
  background: var(--lilac);
}

.together-section__copy,
.voice-section__copy {
  max-width: 590px;
}

.together-section__copy > p:not(.eyebrow),
.voice-section__copy > p:not(.eyebrow) {
  color: #c4bbc8;
}

blockquote {
  margin: 1.8rem 0;
  padding-left: 1.2rem;
  border-left: 2px solid var(--gold);
  color: var(--gold-soft);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  font-style: italic;
}

.ritual-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--line);
  list-style: none;
}

.ritual-steps li {
  min-height: 220px;
  padding: 1.4rem;
  background: #0c0912;
}

.ritual-steps span {
  display: block;
  margin-bottom: 3.2rem;
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 0.66rem;
}

.ritual-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.voice-section__visual {
  margin: 0 auto;
}

.voice-section__visual figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.plain-list {
  display: grid;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
  color: #cfc6d3;
  font-size: 0.9rem;
}

.plain-list li::before {
  content: "✦";
  margin-right: 0.65rem;
  color: var(--gold);
}

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

.proof-grid article {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
}

.proof-grid__number {
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 0.65rem;
}

.proof-grid article p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.prototype-note {
  max-width: 700px;
  margin: 1.4rem 0 0;
  color: #857c8a;
  font-size: 0.76rem;
}

.notify-section {
  background:
    radial-gradient(circle at 22% 40%, rgba(200, 157, 101, 0.11), transparent 24rem),
    radial-gradient(circle at 76% 45%, rgba(143, 108, 174, 0.12), transparent 25rem),
    var(--bg-deep);
}

.notify-layout {
  display: grid;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.offer {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.launch-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: #cfc6d3;
  font-size: 0.82rem;
  font-weight: 600;
}

.launch-form__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
}

.launch-form input {
  width: 100%;
  min-height: 48px;
  padding: 0.76rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  color: var(--text);
  background: rgba(0, 0, 0, 0.22);
  font: inherit;
}

.launch-form input:focus {
  border-color: rgba(231, 221, 244, 0.5);
}

.launch-form__optional {
  margin-top: 1rem;
}

.launch-form__optional span,
.launch-form__consent {
  color: #817987;
  font-weight: 400;
}

.launch-form__consent,
.launch-form__status {
  margin: 0.75rem 0 0;
  font-size: 0.7rem;
}

.launch-form__status[data-state="success"] {
  color: #9eddb6;
}

.launch-form__status[data-state="error"] {
  color: #efaaa7;
}

.faq {
  max-width: 900px;
}

.faq details {
  border-top: 1px solid var(--line);
}

.faq details:last-of-type {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 1.15rem 2.25rem 1.15rem 0;
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--gold);
  font-size: 1.35rem;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  max-width: 70ch;
  padding: 0 2rem 1.2rem 0;
  color: var(--muted);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding-block: 2.5rem;
  border-top: 1px solid var(--line);
  color: #817987;
  font-size: 0.78rem;
}

.footer p {
  margin: 0;
}

.footer__brand {
  color: var(--moon);
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  font-style: italic;
}

.footer__fine {
  flex-basis: 100%;
}

@media (min-width: 800px) {
  .hero,
  .story-section,
  .together-section,
  .voice-section,
  .notify-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .face-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .face-card--large,
  .face-card--warm {
    grid-column: auto;
  }

  .ritual-steps {
    grid-template-columns: 1fr 1fr;
  }

  .proof-ribbon__grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-ribbon p:nth-child(2) {
    border-right: 0;
  }

  .proof-ribbon p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .launch-bar a {
    display: block;
  }

  .launch-bar span {
    display: none;
  }

  .nav__links > a:not(.btn) {
    display: none;
  }

  .nav__links .btn {
    min-height: 38px;
    padding: 0.55rem 0.8rem;
    font-size: 0.76rem;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero__copy {
    text-align: center;
  }

  .hero__actions,
  .hero__trust {
    justify-content: center;
  }

  .face-gallery,
  .proof-grid,
  .ritual-steps {
    grid-template-columns: 1fr;
  }

  /* Stack the capture above its copy on phones. Keeping a fixed thumbnail
   * column here makes the intrinsic square image stretch to the height of
   * the text row on narrow Safari viewports, turning the device into a thin
   * vertical sliver. */
  .face-card,
  .face-card--large,
  .face-card--warm {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
    gap: 1.15rem;
    text-align: center;
  }

  .face-card img {
    width: min(270px, 68vw);
    height: auto;
    aspect-ratio: 1;
    justify-self: center;
  }

  .face-card > div {
    width: min(100%, 34rem);
  }

  .ritual-steps li {
    min-height: auto;
  }

  .ritual-steps span {
    margin-bottom: 1.5rem;
  }

  .launch-form__row {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
  }
}

@media (max-width: 430px) {
  .hero__actions .btn,
  .proof-actions .btn {
    width: 100%;
  }

  .face-card img {
    width: min(230px, 68vw);
  }

  .face-card > div {
    width: 100%;
  }

  .face-card h3 {
    font-size: 1.3rem;
  }

  .face-card {
    gap: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
