:root {
  --ink: #0a0820;
  --ink-soft: #151138;
  --cream: #fffaf2;
  --paper: #f6f3ff;
  --indigo: #4f46e5;
  --violet: #7c5cff;
  --coral: #ff8d79;
  --lavender: #d9d2ff;
  --muted: #a6a0be;
  --line: rgba(255, 255, 255, 0.12);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: white; color: var(--ink); border-radius: 999px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1440px, calc(100% - 72px));
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { border-radius: 12px; box-shadow: 0 8px 25px rgba(79, 70, 229, .3); }
.brand > span { font-size: 1.32rem; letter-spacing: -.045em; font-weight: 360; }
.brand > span > span { font-family: var(--serif); font-style: italic; font-weight: 600; }
.site-header nav { display: flex; gap: 2.2rem; }
.site-header nav a { color: rgba(255,255,255,.68); text-decoration: none; font-size: .84rem; transition: color .2s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: white; }
.nav-pill { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .72rem 1rem; text-decoration: none; font-size: .78rem; }

.hero {
  position: relative;
  min-height: 920px;
  padding: 180px max(6vw, calc((100vw - 1320px)/2)) 90px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  background:
    radial-gradient(circle at 75% 52%, rgba(92, 65, 230, .28), transparent 30%),
    linear-gradient(145deg, #080719 0%, #0d0927 58%, #160d36 100%);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image: repeating-radial-gradient(circle at 79% 49%, transparent 0 70px, rgba(255,255,255,.09) 71px 72px);
  mask-image: linear-gradient(to left, black, transparent 72%);
}
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(20px); pointer-events: none; }
.hero-glow-one { width: 340px; height: 340px; right: -120px; top: 210px; background: rgba(255, 100, 135, .18); }
.hero-glow-two { width: 280px; height: 280px; left: -180px; bottom: 70px; background: rgba(80, 70, 229, .22); }
.hero-copy { max-width: 680px; padding-right: 2rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.7rem; color: var(--lavender); text-transform: uppercase; letter-spacing: .18em; font-size: .66rem; font-weight: 700; }
.eyebrow > span { width: 28px; height: 1px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; font-size: clamp(4.4rem, 7.1vw, 7.65rem); line-height: .85; letter-spacing: -.071em; font-weight: 520; }
h1 em, h2 em { color: var(--coral); font-family: var(--serif); font-weight: 500; }
h1 em { font-size: 1.03em; }
.hero-intro { max-width: 610px; color: rgba(255,255,255,.68); font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; gap: 2.3rem; padding: 1rem 1.2rem 1rem 1.45rem; text-decoration: none; border-radius: 999px; font-weight: 650; font-size: .86rem; }
.button-primary { background: var(--cream); color: var(--ink); box-shadow: 0 10px 45px rgba(255, 141, 121, .16); }
.button-primary span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--coral); }
.text-link { color: rgba(255,255,255,.7); font-size: .85rem; text-underline-offset: 5px; text-decoration-color: rgba(255,255,255,.22); }
.launch-note { display: flex; align-items: center; gap: .7rem; margin-top: 2.6rem; color: rgba(255,255,255,.43); font-size: .72rem; letter-spacing: .03em; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #7bf1a8; box-shadow: 0 0 0 5px rgba(123,241,168,.1); }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(197,184,255,.15); border-radius: 50%; }
.orbit-one { width: 610px; height: 610px; }
.orbit-two { width: 490px; height: 490px; border-color: rgba(255,141,121,.16); }
.phone-shell {
  position: relative;
  z-index: 2;
  width: 326px;
  min-height: 632px;
  padding: 16px 18px 20px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 47px;
  color: var(--ink);
  background: linear-gradient(155deg, #fff, #f2efff);
  box-shadow: 0 45px 100px rgba(0,0,0,.46), inset 0 0 0 5px rgba(255,255,255,.6);
  transform: rotate(3deg);
}
.phone-top { height: 25px; display: flex; justify-content: space-between; padding: 0 12px; font-size: .61rem; font-weight: 700; }
.phone-top i { width: 58px; height: 17px; margin-top: -7px; margin-right: 88px; border-radius: 0 0 12px 12px; background: var(--ink); }
.phone-brand { display: flex; align-items: center; gap: 8px; padding: 10px 2px 14px; }
.phone-brand img { border-radius: 10px; }
.phone-brand strong { font-size: .86rem; }
.phone-brand > span { margin-left: auto; color: #77728e; font-size: .64rem; }
.progress { height: 4px; overflow: hidden; border-radius: 99px; background: #dedaf0; }
.progress i { display: block; width: 28%; height: 100%; border-radius: inherit; background: var(--indigo); }
.question-card { margin-top: 30px; padding: 22px 18px; border-radius: 28px; background: white; box-shadow: 0 16px 40px rgba(42,34,85,.1); }
.question-label { color: var(--indigo); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.question-card h2 { margin: 13px 0 24px; font-size: 1.53rem; line-height: 1.06; letter-spacing: -.035em; }
.choice { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 9px; padding: 12px 12px; text-align: left; color: #4b4860; background: #f7f5fc; border: 1px solid transparent; border-radius: 13px; font-size: .68rem; cursor: pointer; transition: .2s ease; }
.choice:hover, .choice:focus-visible, .choice.active { border-color: var(--indigo); color: var(--ink); background: #efedff; outline: none; }
.choice i { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid #cbc7db; border-radius: 50%; font-size: .55rem; font-style: normal; }
.choice.active i { color: white; background: var(--indigo); border-color: var(--indigo); }
.privacy-note { margin: 24px 0 0; text-align: center; color: #8b869d; font-size: .62rem; }
.privacy-note span { color: var(--indigo); }
.signal-card { position: absolute; z-index: 4; min-width: 172px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(24,18,57,.72); box-shadow: 0 20px 50px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.signal-card > span { display: block; margin-bottom: 4px; color: #a9a3c5; font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.signal-card strong { font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.signal-card-top { right: 1%; top: 9%; transform: rotate(-5deg); }
.signal-card-bottom { left: 2%; bottom: 13%; transform: rotate(4deg); }
.mini-rings { display: flex; align-items: end; gap: 4px; margin-top: 10px; }
.mini-rings i { display: block; width: 32px; height: 7px; border-radius: 99px; background: var(--coral); }
.mini-rings i:nth-child(2) { width: 20px; opacity: .6; }.mini-rings i:nth-child(3) { width: 12px; opacity: .35; }
.signal-line { height: 4px; margin-top: 12px; border-radius: 9px; background: rgba(255,255,255,.11); }
.signal-line i { display: block; width: 78%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--indigo), var(--coral)); }

.belief-strip { min-height: 180px; padding: 2rem 5vw; display: flex; align-items: center; justify-content: center; gap: 2.5rem; color: var(--ink); background: var(--cream); text-align: center; }
.belief-strip p { margin: 0; font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 2.3rem); font-style: italic; }
.belief-strip p:first-child { font-family: var(--sans); font-style: normal; font-weight: 600; letter-spacing: -.04em; }
.fold-mark { width: 50px; height: 50px; display: flex; justify-content: center; gap: 4px; transform: rotate(10deg); }
.fold-mark i { width: 19px; height: 42px; border: 4px solid var(--indigo); border-radius: 50%; }
.fold-mark i:last-child { border-color: var(--coral); }

.section { padding: 130px max(6vw, calc((100vw - 1320px)/2)); }
.difference { background: var(--paper); color: var(--ink); }
.section-heading { max-width: 760px; margin-bottom: 70px; }
.section-heading .eyebrow, .foldprint-copy .eyebrow { color: var(--indigo); }
.section-heading h2, .foldprint h2, .coming-soon h2 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 5.2vw, 5.6rem); line-height: .93; letter-spacing: -.063em; font-weight: 530; }
.section-heading p:not(.eyebrow) { max-width: 620px; color: #5f5a73; line-height: 1.75; font-size: 1rem; }
.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; }
.feature-card { position: relative; overflow: hidden; min-height: 460px; padding: 34px; border: 1px solid rgba(22,17,56,.08); border-radius: 30px; background: rgba(255,255,255,.72); }
.feature-card-large { grid-row: span 2; min-height: 942px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink-soft); color: white; }
.card-number { position: absolute; right: 28px; top: 25px; color: #a49dbd; font-family: var(--serif); font-style: italic; font-size: .78rem; }
.card-kicker { color: var(--indigo); text-transform: uppercase; font-size: .58rem; font-weight: 800; letter-spacing: .14em; }
.feature-card-large .card-kicker { color: var(--coral); }
.feature-card h3 { margin-bottom: .8rem; font-size: clamp(1.8rem, 2.5vw, 2.8rem); line-height: 1; letter-spacing: -.05em; }
.feature-card p:last-child { max-width: 460px; color: #686279; line-height: 1.65; font-size: .86rem; }
.feature-card-large p:last-child { color: #a9a3bd; }
.landscape-art { position: relative; height: 610px; display: grid; place-items: center; }
.landscape-ring { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.ring-a { width: 500px; height: 500px; }.ring-b { width: 330px; height: 330px; }.ring-c { width: 165px; height: 165px; border-color: rgba(255,141,121,.45); box-shadow: 0 0 90px rgba(255,141,121,.13); }
.landscape-ring b { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: rgba(220,214,255,.65); }
.landscape-ring b:nth-child(1){left:10%;top:25%}.landscape-ring b:nth-child(2){right:12%;top:30%}.landscape-ring b:nth-child(3){left:25%;bottom:8%}.landscape-ring b:nth-child(4){right:25%;bottom:14%}.landscape-ring b:nth-child(5){left:2%;top:60%}.landscape-ring b:nth-child(6){right:2%;top:58%}
.ring-b b { background: var(--lavender); }.ring-c b { background: var(--coral); box-shadow: 0 0 20px var(--coral); }
.rare-match { z-index: 2; padding: 12px 17px; border-radius: 99px; background: var(--coral); color: var(--ink); font-size: .7rem; font-weight: 800; }
.reciprocal-art { height: 220px; position: relative; display: grid; place-items: center; }
.person-chip { position: absolute; display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%; color: white; background: var(--indigo); font-family: var(--serif); font-style: italic; }
.chip-one { left: 21%; }.chip-two { right: 21%; background: var(--coral); color: var(--ink); }
.connection-line { width: 34%; height: 2px; background: #d5d1e2; }
.connection-line i { display: block; width: 10px; height: 10px; margin: -4px auto 0; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 7px white; }
.reciprocal-art > span { position: absolute; bottom: 18px; color: #938da5; font-size: .61rem; text-transform: uppercase; letter-spacing: .12em; }
.intro-art { height: 205px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 10px; }
.bubble { max-width: 78%; padding: 13px 16px; border-radius: 16px 16px 16px 4px; background: #eeebfa; font-family: var(--serif); font-style: italic; font-size: .82rem; }
.bubble-two { align-self: flex-end; border-radius: 16px 16px 4px 16px; background: var(--indigo); color: white; }

.foldprint { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; align-items: center; min-height: 900px; background: var(--cream); color: var(--ink); }
.fingerprint-stage { position: relative; height: 620px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; background: radial-gradient(circle, rgba(79,70,229,.11), transparent 62%); }
.fingerprint-half { position: relative; width: 180px; height: 390px; }
.fingerprint-half i { position: absolute; inset: 0; border: 22px solid var(--indigo); border-right-color: transparent; border-radius: 50% 48% 44% 50%; }
.fingerprint-half i:nth-child(2) { inset: 62px 38px 58px 48px; border-width: 18px; }
.fingerprint-half i:nth-child(3) { inset: 135px 80px 118px 90px; border-width: 13px; }
.half-right { transform: scaleX(-1); }
.half-right i { border-color: var(--lavender); border-right-color: transparent; }
.half-right i:nth-child(2) { border-color: var(--coral); border-right-color: transparent; }
.topic { position: absolute; padding: 9px 13px; border: 1px solid #ded9ec; border-radius: 99px; background: rgba(255,255,255,.8); box-shadow: 0 8px 25px rgba(30,24,69,.06); color: #655f79; font-size: .64rem; }
.topic-one { top: 10%; left: 18%; }.topic-two { top: 22%; right: 10%; }.topic-three { bottom: 17%; left: 10%; }.topic-four { bottom: 9%; right: 18%; }
.foldprint-copy > p:not(.eyebrow) { max-width: 580px; color: #625d70; line-height: 1.75; }
.foldprint-copy ul { list-style: none; margin: 2.6rem 0 0; padding: 0; }
.foldprint-copy li { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 22px 0; border-top: 1px solid #ddd8e8; }
.foldprint-copy li > span { color: var(--coral); font-family: var(--serif); font-style: italic; font-size: .74rem; }
.foldprint-copy li strong { font-size: .9rem; }.foldprint-copy li p { margin: 5px 0 0; color: #817b8f; font-size: .8rem; }

.coming-soon { position: relative; overflow: hidden; min-height: 820px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 45%, #32206c 0, #17103d 32%, #09071c 68%); }
.coming-soon::before { content:""; position:absolute; width: 820px; height: 820px; border: 1px solid rgba(255,255,255,.08); border-radius:50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.coming-inner { position: relative; z-index: 2; max-width: 800px; }
.coming-inner > img { border-radius: 26px; box-shadow: 0 30px 80px rgba(22,9,82,.6); }
.centered { justify-content: center; margin-top: 2.2rem; }.centered span { width: 20px; }
.coming-soon h2 { color: white; }.coming-soon .coming-inner > p:not(.eyebrow) { max-width: 620px; margin: 0 auto; color: #aaa3c0; line-height: 1.75; }
.soon-badge { display: inline-flex; gap: 9px; margin-top: 2.3rem; padding: 13px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; background: rgba(255,255,255,.06); font-size: .75rem; }

footer { min-height: 150px; padding: 0 max(6vw, calc((100vw - 1320px)/2)); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); background: #070617; }
footer p { margin: 0; color: #77718c; font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { width: calc(100% - 40px); }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 160px; }.hero-copy { padding: 0; }
  .hero-visual { margin-top: 70px; }.hero { min-height: auto; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card-large { grid-row: auto; min-height: 820px; }
  .foldprint { grid-template-columns: 1fr; gap: 40px; }.foldprint-visual { order: 2; }
}

@media (max-width: 680px) {
  .site-header { height: 82px; }.nav-pill { padding: .62rem .82rem; }.brand > span { font-size: 1.05rem; }
  .hero { padding: 130px 22px 70px; }.hero-copy { text-align: left; }
  h1 { font-size: clamp(3.65rem, 17vw, 5rem); }.hero-intro { font-size: .98rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .hero-visual { min-height: 570px; transform: scale(.88); margin: 20px -30px -35px; }
  .phone-shell { transform: rotate(2deg) scale(.92); }.orbit-one { width: 500px; height: 500px; }.orbit-two { width: 410px; height: 410px; }
  .signal-card-top { right: -3%; }.signal-card-bottom { left: -3%; }
  .belief-strip { flex-direction: column; gap: 1rem; padding: 3.3rem 1.5rem; }.belief-strip p { font-size: 1.6rem; }.fold-mark { transform: rotate(90deg) scale(.8); }
  .section { padding: 90px 22px; }.section-heading { margin-bottom: 45px; }.section-heading h2, .foldprint h2, .coming-soon h2 { font-size: 3.5rem; }
  .feature-card { padding: 26px; border-radius: 24px; }.feature-card-large { min-height: 650px; }.landscape-art { height: 390px; }.ring-a { width: 340px; height: 340px; }.ring-b { width: 230px; height: 230px; }.ring-c { width: 125px; height: 125px; }
  .person-chip { width: 70px; height: 70px; }.chip-one { left: 13%; }.chip-two { right: 13%; }
  .fingerprint-stage { height: 470px; transform: scale(.78); margin: -50px -70px; }
  .coming-soon { min-height: 720px; }.coming-soon::before { width: 560px; height: 560px; }
  footer { min-height: 220px; flex-direction: column; justify-content: center; gap: 22px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
