:root {
  --ink: #0b0a0d;
  --ink-soft: #17141b;
  --paper: #f4efe8;
  --paper-bright: #fffaf4;
  --muted: #6d6870;
  --line: rgba(11, 10, 13, .14);
  --coral: #f2485a;
  --raspberry: #ce2878;
  --blue: #4245ce;
  --green: #32b873;
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { color: white; background: var(--raspberry); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: white; background: var(--ink); border-radius: 999px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffca65; outline-offset: 4px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(20px, 4vw, 68px); color: white; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 760; letter-spacing: -.035em; }
.brand img { border-radius: 9px; box-shadow: 0 7px 18px rgba(0,0,0,.22); }
.brand i { font-style: normal; font-weight: 520; opacity: .62; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 620; }
.site-header nav a { opacity: .72; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }
.site-header .nav-cta { padding: 11px 17px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 999px; opacity: 1; }

.hero { position: relative; min-height: 850px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr); align-items: center; gap: clamp(40px, 7vw, 120px); overflow: hidden; padding: 140px clamp(22px, 7vw, 120px) 90px; color: white; background:
  radial-gradient(circle at 73% 15%, rgba(218,41,119,.38), transparent 27%),
  radial-gradient(circle at 93% 76%, rgba(67,67,210,.33), transparent 34%),
  linear-gradient(128deg, #0b0a0d 0%, #100b11 46%, #1b0e1c 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.hero::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -80px; height: 150px; background: var(--paper); border-radius: 50% 50% 0 0; }
.hero-copy, .swipe-stage { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; font: 700 11px/1.2 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 26px; height: 1px; margin: 0 10px 3px 0; background: currentColor; opacity: .5; }
.hero h1 { margin: 0; font-size: clamp(68px, 8.3vw, 132px); line-height: .82; letter-spacing: -.078em; font-weight: 770; }
.hero h1 em { position: relative; display: inline-block; padding-right: .08em; color: transparent; background: linear-gradient(95deg, #ff6c70, #ec3b92 48%, #8180ff); background-clip: text; font: italic 600 1.05em/.86 var(--serif); letter-spacing: -.065em; }
.hero-lede { max-width: 650px; margin: 34px 0 0; color: rgba(255,255,255,.68); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.48; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 720; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(110deg, var(--coral), var(--raspberry) 62%, var(--blue)); box-shadow: 0 15px 45px rgba(211,44,116,.25); }
.button-quiet { color: white; background: rgba(255,255,255,.085); border: 1px solid rgba(255,255,255,.11); }
.trust-line { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 38px; color: rgba(255,255,255,.44); font-size: 11px; font-weight: 680; letter-spacing: .02em; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: #65d79e; }

.swipe-stage { min-height: 620px; padding: 28px 24px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 38px; background: rgba(255,255,255,.055); box-shadow: 0 40px 100px rgba(0,0,0,.35); backdrop-filter: blur(18px); isolation: isolate; }
.swipe-orbit { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.swipe-orbit-one { width: 270px; height: 270px; right: -80px; top: -60px; background: rgba(244,72,90,.17); }
.swipe-orbit-two { width: 230px; height: 230px; left: -90px; bottom: 60px; background: rgba(66,69,206,.14); }
.demo-heading { display: flex; align-items: baseline; justify-content: space-between; margin: 0 2px 20px; }
.demo-heading .eyebrow { margin: 0; color: #ff8a94; }
.demo-heading > p:last-child { margin: 0; color: rgba(255,255,255,.46); font: 600 11px var(--mono); }
.card-stack { position: relative; width: min(100%, 405px); height: 475px; margin: 0 auto; touch-action: none; perspective: 1200px; }
.photo-card { position: absolute; inset: 0; overflow: hidden; border: 8px solid #f8f1e8; border-bottom-width: 70px; border-radius: 8px; background: #f8f1e8; box-shadow: 0 24px 70px rgba(0,0,0,.42); transform-origin: 50% 105%; will-change: transform; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; pointer-events: none; user-select: none; }
.card-active { cursor: grab; transition: transform .34s cubic-bezier(.2,.8,.2,1), opacity .28s ease; }
.card-active.dragging { cursor: grabbing; transition: none; }
.card-two { transform: translate(9px, 9px) rotate(2.8deg) scale(.985); opacity: .72; }
.card-three { transform: translate(-11px, 18px) rotate(-4.5deg) scale(.968); opacity: .5; }
.card-four { transform: translate(5px, 28px) rotate(6deg) scale(.95); opacity: .28; }
.card-two, .card-three, .card-four { pointer-events: none; }
.photo-meta { position: absolute; left: 17px; right: 17px; bottom: -55px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; color: var(--ink); }
.photo-meta strong { font: 600 19px var(--serif); }
.photo-meta span { color: #777078; font: 600 10px var(--mono); }
.decision { position: absolute; top: 24px; padding: 9px 12px; border: 3px solid currentColor; border-radius: 8px; font: 900 22px var(--sans); letter-spacing: .08em; opacity: 0; }
.decision-delete { right: 20px; color: var(--coral); transform: rotate(8deg); }
.decision-keep { left: 20px; color: var(--green); transform: rotate(-8deg); }
.swipe-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 20px; }
.swipe-controls p { margin: 0; color: rgba(255,255,255,.44); text-align: center; font: 600 10px/1.3 var(--mono); }
.swipe-button { min-height: 42px; padding: 0 14px; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.06); cursor: pointer; font-size: 12px; font-weight: 720; }
.swipe-button.delete:hover { background: rgba(242,72,90,.2); }
.swipe-button.keep:hover { background: rgba(50,184,115,.2); }

.loop { padding: 100px clamp(22px, 7vw, 120px) 150px; }
.section-intro { display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 80px; align-items: end; margin-bottom: 66px; }
.section-intro .eyebrow { grid-column: 1 / -1; color: var(--raspberry); }
.section-intro h2, .film-copy h2, .privacy h2, .launch h2 { margin: 0; font-size: clamp(52px, 6.4vw, 102px); line-height: .92; letter-spacing: -.065em; }
.section-intro > p:last-child { max-width: 560px; margin: 0 0 8px; color: var(--muted); font-size: 20px; line-height: 1.5; }
.loop-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.loop-step { min-height: 430px; display: flex; flex-direction: column; padding: 28px; background: var(--paper-bright); }
.step-number { color: #958e94; font: 700 11px var(--mono); }
.step-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 68px 0 24px; color: white; border-radius: 19px; font-size: 26px; font-weight: 650; box-shadow: 0 15px 28px rgba(11,10,13,.13); }
.step-icon.coral { background: var(--coral); transform: rotate(-5deg); }
.step-icon.green { background: var(--green); transform: rotate(4deg); }
.step-icon.gradient { background: linear-gradient(135deg, var(--raspberry), var(--blue)); transform: rotate(-3deg); }
.loop-step h3 { margin: 0 0 12px; font-size: 36px; letter-spacing: -.045em; }
.loop-step p { margin: 0; color: var(--muted); line-height: 1.5; }
.step-note { margin-top: auto; padding-top: 28px; color: #817a81; font: 650 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.product-film { min-height: 850px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(40px, 8vw, 130px); overflow: hidden; padding: 110px clamp(22px, 7vw, 120px); background: #e7dcd0; }
.film-copy { max-width: 650px; }
.film-copy .eyebrow { color: #a12a5c; }
.film-copy h2 { font-size: clamp(48px, 5.5vw, 85px); }
.film-copy > p { color: #625a61; font-size: 18px; line-height: 1.55; }
.feature-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,10,13,.15); }
.feature-list li { display: flex; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(11,10,13,.15); font-size: 14px; font-weight: 650; }
.feature-list span { color: #a43b67; font: 700 10px var(--mono); }
.phone-gallery { position: relative; min-height: 680px; }
.phone { position: absolute; width: min(390px, 70%); margin: 0; padding: 10px; border-radius: 48px; background: #09090b; box-shadow: 0 55px 100px rgba(41,25,38,.27); }
.phone img { aspect-ratio: 1206 / 2622; border-radius: 39px; object-fit: cover; object-position: top; }
.phone figcaption { position: absolute; left: 50%; bottom: -42px; transform: translateX(-50%); width: max-content; color: #675f65; font: 600 10px var(--mono); }
.phone-front { z-index: 2; right: 0; top: 10px; transform: rotate(3deg); }
.phone-back { left: 2%; top: 105px; transform: rotate(-7deg) scale(.89); filter: saturate(.8); }

.privacy { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; overflow: hidden; padding: 100px clamp(22px, 8vw, 140px); color: white; background: var(--ink); }
.privacy-mark { position: relative; width: min(38vw, 510px); aspect-ratio: 1; display: grid; place-items: center; margin: auto; }
.privacy-core { position: relative; z-index: 2; width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 38px; background: linear-gradient(135deg, var(--coral), var(--raspberry) 55%, var(--blue)); box-shadow: 0 35px 100px rgba(206,40,120,.35); font: italic 600 82px var(--serif); }
.privacy-ring { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ring-one { inset: 12%; animation: breathe 6s ease-in-out infinite; }
.ring-two { inset: 0; border-color: rgba(255,255,255,.06); animation: breathe 6s 1.2s ease-in-out infinite; }
.privacy-copy { max-width: 660px; }
.eyebrow.light { color: #ff8591; }
.privacy h2 { font-size: clamp(50px, 6vw, 92px); }
.privacy-copy > p { color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.6; }
.privacy-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 36px 0; }
.privacy-facts div { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.16); }
.privacy-facts strong { display: block; margin-bottom: 6px; }
.privacy-facts span { display: block; color: rgba(255,255,255,.47); font-size: 12px; line-height: 1.4; }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 720; }
.text-link.light { color: #ff8e98; }

.launch { min-height: 790px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 22px; text-align: center; background:
  radial-gradient(circle at 50% 55%, rgba(217,44,122,.13), transparent 32%), var(--paper); }
.launch-icon { margin-bottom: 32px; border-radius: 25px; box-shadow: 0 28px 55px rgba(86,36,78,.24); }
.launch .eyebrow { color: var(--raspberry); }
.launch h2 { font-size: clamp(62px, 8vw, 120px); }
.launch > p:not(.eyebrow) { max-width: 620px; margin: 26px auto 30px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.launch small { margin-top: 18px; color: #847e84; font: 620 10px var(--mono); }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 38px clamp(22px, 5vw, 80px); color: white; background: var(--ink); }
footer > p { color: rgba(255,255,255,.46); }
footer nav { justify-self: end; color: rgba(255,255,255,.64); }
footer small { grid-column: 1 / -1; padding-top: 22px; color: rgba(255,255,255,.32); border-top: 1px solid rgba(255,255,255,.1); font: 600 9px var(--mono); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes breathe { 50% { transform: scale(1.06); opacity: .65; } }

.legal-page { background: var(--paper-bright); }
.legal-page .site-header { position: relative; color: var(--ink); border-bottom: 1px solid var(--line); }
.legal-shell { width: min(860px, calc(100% - 44px)); margin: 0 auto; padding: 110px 0 140px; }
.legal-shell > .eyebrow { color: var(--raspberry); }
.legal-shell > h1 { margin: 0; font-size: clamp(55px, 8vw, 100px); line-height: .92; letter-spacing: -.065em; }
.legal-lede { max-width: 760px; margin: 32px 0 70px; color: var(--muted); font: 400 clamp(21px, 2.4vw, 30px)/1.42 var(--serif); }
.legal-shell section { padding: 32px 0; border-top: 1px solid var(--line); }
.legal-shell section h2 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.03em; }
.legal-shell section p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.66; }
.legal-shell > .text-link { margin-top: 70px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin-bottom: 60px; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.support-grid section { min-height: 260px; padding: 28px; border: 0; background: white; }
.support-grid section > span { color: var(--raspberry); font: 700 10px var(--mono); }
.status-card { padding: 38px; color: white; border-radius: 24px; background: var(--ink); }
.status-card .eyebrow { color: #ff8e98; }
.status-card h2 { font-size: 36px; letter-spacing: -.04em; }
.status-card p:last-child { color: rgba(255,255,255,.6); line-height: 1.6; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 780px; }
  .swipe-stage { width: min(100%, 570px); margin: 0 auto 70px; }
  .product-film { grid-template-columns: 1fr; }
  .film-copy { max-width: 760px; }
  .phone-gallery { width: min(100%, 700px); margin: auto; }
  .privacy { grid-template-columns: .8fr 1.2fr; gap: 36px; }
  .privacy-facts { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding-inline: 18px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .site-header nav { gap: 0; }
  .brand { font-size: 16px; }
  .hero { min-height: 0; padding: 130px 18px 90px; gap: 65px; }
  .hero h1 { font-size: clamp(61px, 20vw, 95px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-line { flex-direction: column; }
  .swipe-stage { min-height: 545px; padding: 21px 14px 16px; border-radius: 27px; }
  .card-stack { width: 86%; height: 395px; }
  .photo-card { border-width: 6px; border-bottom-width: 58px; }
  .photo-meta { bottom: -47px; }
  .photo-meta strong { font-size: 15px; }
  .photo-meta span { display: none; }
  .swipe-controls { grid-template-columns: 1fr 1fr; }
  .swipe-controls p { grid-column: 1 / -1; grid-row: 2; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .loop { padding: 75px 18px 100px; }
  .loop-steps { grid-template-columns: 1fr; }
  .loop-step { min-height: 350px; }
  .step-icon { margin-top: 45px; }
  .product-film { padding: 80px 18px 110px; }
  .phone-gallery { min-height: 580px; }
  .phone { width: 68%; }
  .privacy { grid-template-columns: 1fr; padding: 80px 18px; }
  .privacy-mark { width: min(90vw, 390px); }
  .privacy-core { width: 120px; height: 120px; border-radius: 31px; font-size: 64px; }
  .privacy-facts { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer nav { justify-self: start; flex-wrap: wrap; }
  footer small { grid-column: 1; }
  .legal-shell { padding-top: 80px; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .site-header { padding-inline: 14px; }
  .site-header .brand i { display: none; }
  .nav-cta { padding-inline: 13px !important; white-space: nowrap; }
  .card-stack { width: 92%; height: 360px; }
  .swipe-stage { min-height: 510px; }
  .swipe-button { padding-inline: 10px; }
}

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