@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/playfair-500.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/manrope-400.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/manrope-600.woff2') format('woff2'); }

:root {
  --bg: #1F0006;
  --bg-2: #2F0410;
  --wine: #701020;
  --cream: #F3E7D7;
  --cream-2: #FBF3EA;
  --rose: #F6C9BE;
  --gold: #C9A06A;
  --ink: #1F0006;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --pad-x: clamp(20px, 5vw, 64px);
  --glass-bg: linear-gradient(180deg, rgba(246,201,190,.14), rgba(246,201,190,0) 15%), linear-gradient(160deg, rgba(112,16,32,.48), rgba(47,4,16,.74));
  --glass-border: 1px solid rgba(246,201,190,.16);
  --glass-top: rgba(246,201,190,.5);
  --glass-shadow: 0 40px 90px -30px rgba(31,0,6,.9), inset 0 1px 0 rgba(255,255,255,.22), inset 0 0 40px rgba(246,201,190,.05);
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::selection { background: rgba(246,201,190,.3); color: #fff; }
input::placeholder, textarea::placeholder { color: rgba(243,231,215,.4); }
h1, h2, h3 { letter-spacing: -.018em; text-wrap: balance; }
p { text-wrap: pretty; }
a, button { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

/* keyframes */
@keyframes lil-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-22px); } }
@keyframes lil-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes lil-ring { 0% { transform: scale(.6); opacity: .7; } 100% { transform: scale(2.4); opacity: 0; } }
@keyframes lil-typing { 0%,70%,100% { opacity: .3; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }
@keyframes lil-sheen { 0% { transform: translateX(-130%) skewX(-16deg); } 55%,100% { transform: translateX(330%) skewX(-16deg); } }
@keyframes lil-pulse { 0%,100% { opacity: .5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes lil-notif { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes lil-pop { 0% { transform: translateY(10px) scale(.96); opacity: 0; } 100% { transform: translateY(0) scale(1); opacity: 1; } }
@keyframes lil-wordmark-sheen { from { background-position: 240% 0; } to { background-position: -130% 0; } }

/* scroll reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .78s var(--ease), transform .78s var(--ease); }
[data-reveal].lil-in { opacity: 1; transform: none; }
[data-reveal].lil-shown { opacity: 1 !important; transform: none !important; transition: none !important; }
html:not(.lil-js) [data-reveal] { opacity: 1; transform: none; }

/* page shell */
.page { position: relative; width: 100%; overflow: clip; background: radial-gradient(120% 90% at 50% 8%, #4E0311 0%, #2F0410 42%, #1F0006 100%); }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: .5; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/></svg>"); }
.vignette { position: fixed; inset: 0; pointer-events: none; z-index: 1; background: radial-gradient(120% 80% at 50% 40%, transparent 55%, rgba(31,0,6,.55) 100%); }
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; z-index: 60; transform: scaleX(0); transform-origin: 0 50%; background: linear-gradient(90deg, #701020, #F6C9BE, #C9A06A); box-shadow: 0 0 12px rgba(246,201,190,.7); pointer-events: none; }

/* nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px var(--pad-x); border-bottom: 1px solid transparent; transition: background .4s ease, border-color .4s ease; }
.nav.is-frosted { background: linear-gradient(180deg, rgba(47,4,16,.72), rgba(31,0,6,.5)); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom-color: rgba(246,201,190,.14); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--cream); }
.brand img { width: 34px; height: 34px; object-fit: contain; filter: drop-shadow(0 4px 14px rgba(246,201,190,.5)); }
.brand span { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: .5px; }
.nav-links { display: none; gap: 26px; align-items: center; }
.nav-links a { color: rgba(243,231,215,.72); text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: .02em; transition: color .3s ease; }
.nav-links a:hover { color: var(--rose); }
@media (min-width: 900px) { .nav-links { display: flex; } }

.btn-glass { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; white-space: nowrap; font-size: 14px; font-weight: 600; letter-spacing: .3px; font-family: inherit; color: var(--cream); padding: 11px 22px; border-radius: 100px; cursor: pointer; background: linear-gradient(180deg, rgba(112,16,32,.6), rgba(47,4,16,.7)); border: 1px solid rgba(246,201,190,.22); border-top-color: rgba(246,201,190,.5); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 10px 30px -10px rgba(31,0,6,.8); transition: transform .4s var(--ease), box-shadow .4s ease, border-color .4s ease; }
.btn-glass:hover { transform: translateY(-2px); border-color: rgba(246,201,190,.6); box-shadow: 0 0 0 1px rgba(246,201,190,.35), 0 14px 36px -8px rgba(31,0,6,.9); }
.btn-gold { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; white-space: nowrap; flex: 0 0 auto; padding: 16px 30px; font-size: 16px; font-weight: 600; font-family: inherit; color: var(--ink); cursor: pointer; background: linear-gradient(180deg, #F6C9BE, #C9A06A); border: none; border-radius: 100px; box-shadow: 0 16px 40px -12px rgba(246,201,190,.5), inset 0 1px 0 rgba(255,255,255,.5); transition: transform .45s var(--ease), box-shadow .45s ease; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(246,201,190,.6), 0 20px 48px -10px rgba(246,201,190,.7); }
.btn-gold:focus-visible, .btn-glass:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }

/* hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 140px 20px 80px; z-index: 3; }
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: radial-gradient(120% 90% at 50% 20%, #4E0311 0%, #2F0410 55%, #1F0006 100%); }
.hero-video, .hero-poster { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; min-width: 100%; min-height: 100%; transform: translate(-50%,-50%); object-fit: cover; }
.hero-video { opacity: 0; transition: opacity 1.2s ease; }
.hero-video.is-ready { opacity: 1; }
.hero-poster { opacity: .9; }
.hero-tint { position: absolute; inset: 0; pointer-events: none; background: rgba(26,3,9,.34); }
.hero-vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(118% 96% at 50% 30%, transparent 32%, rgba(26,3,9,.5) 74%, rgba(26,3,9,.82) 100%); }
.hero-fade-top { position: absolute; left: 0; right: 0; top: 0; height: 30%; pointer-events: none; background: linear-gradient(180deg, rgba(18,2,7,.82), transparent); }
.hero-fade-bottom { position: absolute; left: 0; right: 0; bottom: 0; height: 48%; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(31,0,6,.6) 50%, #1F0006 100%); }
.hero-scrim { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; width: min(96vw, 860px); height: 600px; pointer-events: none; background: radial-gradient(ellipse at center, rgba(20,2,7,.72) 0%, rgba(20,2,7,.46) 42%, rgba(20,2,7,.16) 66%, transparent 80%); }
.hero-inner { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; }
.badge { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; padding: 8px 16px 8px 16px; border-radius: 100px; background: linear-gradient(180deg, rgba(246,201,190,.16), rgba(246,201,190,.02)); border: 1px solid rgba(246,201,190,.26); border-top-color: rgba(246,201,190,.5); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 10px 30px -12px rgba(31,0,6,.7), inset 0 1px 0 rgba(255,255,255,.2); }
.badge svg { display: block; margin-bottom: 1px; overflow: visible; }
.badge-text { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--cream); font-weight: 600; }
.badge-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(246,201,190,.5); }
.badge-gold { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.wordmark { position: relative; isolation: isolate; font-family: var(--serif); font-weight: 500; font-size: clamp(64px, 13vw, 148px); line-height: .92; margin: 0 0 24px; color: var(--cream-2); letter-spacing: -.5px; text-shadow: 0 4px 24px rgba(20,2,7,.7), 0 14px 60px rgba(20,2,7,.55); }
.wordmark::after { content: 'Lillith'; position: absolute; left: 0; top: 0; right: 0; pointer-events: none; background: linear-gradient(108deg, transparent 34%, rgba(255,247,239,.92) 50%, transparent 66%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; background-size: 240% 100%; background-position: 240% 0; animation: lil-wordmark-sheen 2.4s var(--ease) .6s 1 forwards; }
.hero-lede { max-width: 600px; font-size: clamp(18px, 2.2vw, 23px); line-height: 1.55; color: var(--cream); font-weight: 400; margin: 0 0 38px; text-shadow: 0 2px 16px rgba(20,2,7,.85), 0 1px 3px rgba(20,2,7,.7); }
.join-form { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; width: 100%; max-width: 520px; margin: 0 auto; }
.input { flex: 1 1 240px; min-width: 0; padding: 16px 20px; font-size: 16px; font-family: inherit; color: var(--cream); background: linear-gradient(180deg, rgba(112,16,32,.42), rgba(47,4,16,.6)); border: 1px solid rgba(246,201,190,.2); border-top-color: rgba(246,201,190,.4); border-radius: 100px; outline: none; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: border-color .3s ease, box-shadow .3s ease; }
.input:focus-visible { outline: none; border-color: rgba(246,201,190,.65); box-shadow: 0 0 0 3px rgba(246,201,190,.15); }
.input.is-invalid { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(246,201,190,.22); }
.chips-wrap { margin-top: 26px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.chips-label { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(201,160,106,.85); }
.chips { display: flex; flex-wrap: wrap; gap: clamp(18px, 4vw, 34px); justify-content: center; align-items: center; max-width: 560px; }
.chip { padding: 8px 2px 7px; font-size: 15.5px; font-weight: 500; font-family: inherit; cursor: pointer; background: transparent; border: none; border-bottom: 2px solid transparent; line-height: 1; letter-spacing: .02em; color: rgba(243,231,215,.5); transition: color .3s ease, border-color .3s ease, text-shadow .3s ease; }
.chip:hover { color: var(--cream); }
.chip.is-on { color: var(--cream); border-bottom-color: var(--gold); text-shadow: 0 0 18px rgba(246,201,190,.5); }
.hero-note { margin-top: 30px; font-size: 13.5px; color: rgba(243,231,215,.55); font-weight: 300; letter-spacing: .02em; }
.hero-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: rgba(243,231,215,.35); }

/* generic section grammar */
.section { position: relative; z-index: 3; padding: 96px var(--pad-x); max-width: 1180px; margin: 0 auto; }
.section-center { text-align: center; }
.section-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(44px, 6vw, 84px); align-items: center; }
.eyebrow { font-size: 13px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 24px; }
.h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 4.5vw, 56px); line-height: 1.07; margin: 0 0 26px; color: var(--cream); }
.lede { font-size: clamp(16px, 2vw, 19px); line-height: 1.66; color: rgba(243,231,215,.78); font-weight: 300; margin: 0 0 22px; }
.lede.is-strong { color: rgba(243,231,215,.95); font-weight: 400; }
.small { font-size: 14px; color: rgba(243,231,215,.5); font-weight: 300; margin: 0; }
.steps { display: flex; flex-direction: column; gap: 20px; margin-top: 16px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step-num { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 18px; color: var(--rose); background: linear-gradient(180deg, rgba(246,201,190,.18), rgba(112,16,32,.4)); border: 1px solid rgba(246,201,190,.3); box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }
.step-title { font-size: 17px; font-weight: 600; color: var(--cream); margin-bottom: 4px; }
.step-sub { font-size: 15px; line-height: 1.5; color: rgba(243,231,215,.66); font-weight: 300; }

/* phone mockup */
.phone-stage { position: relative; display: flex; justify-content: center; }
.phone-glow { position: absolute; left: 50%; top: 48%; width: 115%; height: 80%; transform: translate(-50%,-50%); background: radial-gradient(ellipse at center, rgba(246,201,190,.22), rgba(201,160,106,.06) 45%, transparent 70%); filter: blur(14px); pointer-events: none; }
.phone { position: relative; width: 312px; max-width: 80vw; aspect-ratio: 312 / 640; border-radius: 56px; padding: 13px; background: linear-gradient(155deg, #3A0A16, #1A0307 60%); box-shadow: 0 60px 130px -34px rgba(0,0,0,.9), 0 0 0 1px rgba(246,201,190,.14), inset 0 2px 2px rgba(246,201,190,.3), inset 0 -2px 6px rgba(0,0,0,.6); }
.phone.is-floating { animation: lil-float 9s ease-in-out infinite; }
.screen { position: relative; width: 100%; height: 100%; border-radius: 44px; overflow: hidden; background: radial-gradient(120% 80% at 50% 0%, #4E0311, #2F0410 55%, #1F0006); box-shadow: inset 0 0 0 1px rgba(0,0,0,.5); }
.screen.is-lock { background: radial-gradient(120% 70% at 50% 12%, #5A0A1A, #2F0410 52%, #15040A); }
.sheen { position: absolute; top: 0; bottom: 0; left: 0; width: 55%; z-index: 7; pointer-events: none; background: linear-gradient(100deg, transparent, rgba(246,201,190,.13) 46%, rgba(255,255,255,.06) 54%, transparent); transform: translateX(-130%) skewX(-16deg); animation: lil-sheen 8s ease-in-out 1.5s infinite; }
.wallglow { position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(246,201,190,.3), transparent 65%); filter: blur(12px); }
.island { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 96px; height: 28px; border-radius: 100px; background: #0C0103; z-index: 6; }
.status { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 16px 24px 0; }
.status-time { font-size: 13px; font-weight: 600; color: var(--cream); letter-spacing: .02em; }
.status-icons { display: flex; gap: 6px; align-items: center; color: var(--cream); }
.app-head { position: relative; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 18px 20px 14px; border-bottom: 1px solid rgba(246,201,190,.1); }
.avatar-wrap { position: relative; }
.avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: center top; border: 1.5px solid rgba(246,201,190,.5); }
.avatar-sm { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; object-position: center top; border: 1.5px solid rgba(246,201,190,.45); }
.presence { position: absolute; bottom: 0; right: 0; width: 11px; height: 11px; border-radius: 50%; background: #7BC47F; border: 2px solid #2F0410; animation: lil-pulse 2.4s ease-in-out infinite; }
.app-name { font-size: 15px; font-weight: 600; color: var(--cream); line-height: 1.1; }
.app-sub { font-size: 11px; color: var(--gold); letter-spacing: .04em; }
.app-head .lily { width: 24px; height: 24px; object-fit: contain; opacity: .8; }
.app-head .title { flex: 1; font-size: 15px; font-weight: 600; color: var(--cream); }
.chat-feed { position: absolute; left: 0; right: 0; top: 112px; bottom: 74px; z-index: 5; padding: 14px 16px; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 15%); mask-image: linear-gradient(180deg, transparent 0, #000 15%); transition: opacity .6s ease; }
.chat-feed.is-fading { opacity: 0; }
.bubble { max-width: 82%; padding: 12px 15px; font-size: 13.5px; line-height: 1.45; animation: lil-pop .5s var(--ease) both; }
.bubble-advisor { align-self: flex-start; border-radius: 18px 18px 18px 5px; color: rgba(243,231,215,.92); background: linear-gradient(180deg, rgba(112,16,32,.6), rgba(47,4,16,.7)); border: 1px solid rgba(246,201,190,.16); box-shadow: 0 8px 20px -10px rgba(31,0,6,.7); }
.bubble-user { align-self: flex-end; border-radius: 18px 18px 5px 18px; color: #2A0510; font-weight: 500; background: linear-gradient(180deg, #F6C9BE, #E0AE9B); box-shadow: 0 8px 20px -10px rgba(246,201,190,.5); }
.typing { align-self: flex-start; display: flex; gap: 5px; align-items: center; padding: 13px 16px; border-radius: 18px 18px 18px 5px; background: linear-gradient(180deg, rgba(112,16,32,.6), rgba(47,4,16,.7)); border: 1px solid rgba(246,201,190,.16); animation: lil-pop .4s ease both; }
.typing span { width: 6px; height: 6px; border-radius: 50%; background: rgba(246,201,190,.85); animation: lil-typing 1.3s ease-in-out infinite; }
.typing span:nth-child(2) { animation-delay: .18s; }
.typing span:nth-child(3) { animation-delay: .36s; }
.input-bar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; padding: 12px 16px 22px; background: linear-gradient(180deg, transparent, rgba(31,0,6,.6) 40%); }
.input-pill { display: flex; align-items: center; gap: 10px; padding: 11px 11px 11px 18px; border-radius: 100px; background: linear-gradient(180deg, rgba(246,201,190,.12), rgba(47,4,16,.5)); border: 1px solid rgba(246,201,190,.22); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.input-pill span:first-child { flex: 1; font-size: 13px; color: rgba(243,231,215,.5); }
.send { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #F6C9BE, #C9A06A); box-shadow: 0 4px 12px -3px rgba(246,201,190,.6); }

/* memory screen */
.mem-body { position: relative; z-index: 5; padding: 16px; }
.mem-card { padding: 15px 16px; border-radius: 16px; background: linear-gradient(180deg, rgba(246,201,190,.16), rgba(112,16,32,.4)); border: 1px solid rgba(246,201,190,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); }
.mem-label { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 7px; }
.mem-int { font-family: var(--serif); font-size: 17px; color: var(--cream); line-height: 1.25; min-height: 21px; }
.mem-threads-label { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(243,231,215,.5); font-weight: 700; margin: 20px 2px 10px; }
.threads { display: flex; flex-direction: column; gap: 9px; }
.thread { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border-radius: 13px; background: rgba(112,16,32,.3); border: 1px solid rgba(246,201,190,.12); }
.thread.is-pop { animation: lil-pop .5s var(--ease) both; }
.thread-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 7px rgba(201,160,106,.8); animation: lil-pulse 2.6s ease-in-out infinite; }
.thread-text { flex: 1; font-size: 13px; color: rgba(243,231,215,.88); }
.thread-time { font-size: 11px; color: rgba(243,231,215,.45); }
.mem-quote { margin-top: 18px; padding: 14px 16px; border-radius: 14px; background: linear-gradient(180deg, rgba(47,4,16,.5), rgba(31,0,6,.5)); border: 1px solid rgba(246,201,190,.14); font-family: var(--serif); font-style: italic; font-size: 14px; line-height: 1.4; color: rgba(243,231,215,.8); }

/* picker screen */
.pick-head { position: relative; z-index: 5; padding: 18px 20px 6px; }
.pick-title { font-family: var(--serif); font-size: 23px; font-weight: 500; color: var(--cream); line-height: 1.1; }
.pick-sub { font-size: 12px; color: rgba(243,231,215,.6); margin-top: 5px; }
.pick-search { position: relative; z-index: 5; margin: 12px 16px 0; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border-radius: 100px; background: rgba(31,0,6,.45); border: 1px solid rgba(246,201,190,.16); font-size: 12.5px; color: rgba(243,231,215,.5); }
.pick-rows { position: relative; z-index: 5; padding: 14px 16px; display: flex; flex-direction: column; gap: 9px; }
.pick-row { display: flex; align-items: center; gap: 12px; padding: 11px; border-radius: 15px; background: rgba(112,16,32,.28); border: 1px solid rgba(246,201,190,.1); transition: background .45s ease, border-color .45s ease, transform .45s var(--ease), box-shadow .45s ease; }
.pick-row.is-on { background: linear-gradient(180deg, rgba(246,201,190,.18), rgba(112,16,32,.42)); border-color: rgba(246,201,190,.34); box-shadow: 0 0 0 1px rgba(246,201,190,.25), 0 12px 26px -14px rgba(31,0,6,.85); transform: scale(1.03); }
.pick-avatar { width: 42px; height: 42px; border-radius: 13px; object-fit: cover; object-position: center top; }
.pick-row > div { flex: 1; }
.pick-name { font-size: 14px; font-weight: 600; color: var(--cream); }
.pick-spec { font-size: 11px; color: var(--gold); }

/* lock screen */
.lock-lily { position: absolute; top: 7%; left: 50%; transform: translateX(-50%); width: 150px; height: auto; opacity: .16; filter: blur(1px); }
.lock-center { position: relative; z-index: 5; text-align: center; margin-top: 30px; }
.lock-date { font-size: 15px; color: rgba(243,231,215,.7); letter-spacing: .04em; }
.lock-clock { font-family: var(--serif); font-size: 74px; font-weight: 500; color: var(--cream); line-height: 1; letter-spacing: -1px; text-shadow: 0 4px 30px rgba(31,0,6,.5); }
.lock-notifs { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; padding: 16px 14px 24px; display: flex; flex-direction: column; gap: 10px; }
.notif { display: flex; align-items: flex-start; gap: 11px; padding: 13px 14px; border-radius: 18px; background: rgba(20,4,8,.55); border: 1px solid rgba(246,201,190,.16); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 10px 26px -12px rgba(0,0,0,.7); animation: lil-notif 4.5s ease-in-out infinite; }
.notif:nth-child(2) { animation-delay: .9s; }
.notif.is-pop { animation: lil-pop .55s var(--ease) both; }
.notif-icon { width: 34px; height: 34px; border-radius: 9px; object-fit: contain; background: rgba(112,16,32,.5); padding: 3px; box-sizing: border-box; }
.notif-icon.is-photo { object-fit: cover; object-position: center top; padding: 0; background: none; }
.notif-body { flex: 1; }
.notif-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3px; }
.notif-app { font-size: 12px; font-weight: 700; color: var(--cream); letter-spacing: .02em; }
.notif-time { font-size: 11px; color: rgba(243,231,215,.5); }
.notif-text { font-size: 13px; line-height: 1.4; color: rgba(243,231,215,.86); }

/* pinned product story */
.story { position: relative; z-index: 3; max-width: 1180px; margin: 0 auto; padding: 0 var(--pad-x); }
.story-track { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 6vw, 84px); align-items: start; }
.story-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; align-items: center; justify-content: center; }
.screen-layer { position: absolute; inset: 0; opacity: 0; transition: opacity .7s var(--ease); pointer-events: none; }
.screen-layer.is-active { opacity: 1; }
.story-block { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 40px 0; }
@media (max-width: 899px) {
  .story-track { display: block; }
  .story-sticky { position: static; height: auto; padding: 24px 0 8px; }
  .story-block { min-height: 0; padding: 40px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .story-sticky { position: static; height: auto; padding: 40px 0 0; }
  .story-block { min-height: 0; padding: 40px 0; }
  .screen-layer { transition: none; }
}

/* advisors marquee */
.marquee-wrap { position: relative; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee { display: flex; gap: 26px; width: max-content; padding: 18px 13px; animation: lil-marquee 75s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.adv-card { position: relative; flex: 0 0 auto; width: clamp(280px, 80vw, 360px); height: 520px; border-radius: 24px; overflow: hidden; cursor: pointer; padding: 0; border: none; border-top: 1px solid rgba(246,201,190,.35); background: #1A0307; font-family: inherit; text-align: left; color: inherit; box-shadow: 0 44px 100px -34px rgba(31,0,6,.95); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.adv-card:hover { transform: translateY(-12px); box-shadow: 0 0 0 1px rgba(246,201,190,.4), 0 54px 110px -30px rgba(31,0,6,1); }
.adv-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.adv-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,0,6,0) 24%, rgba(31,0,6,.45) 52%, rgba(31,0,6,.96) 100%); }
.adv-play { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(246,201,190,.26), rgba(47,4,16,.5)); border: 1px solid rgba(246,201,190,.42); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 6px 18px rgba(31,0,6,.6); }
.tri { width: 0; height: 0; border-left: 12px solid var(--cream); border-top: 7.5px solid transparent; border-bottom: 7.5px solid transparent; margin-left: 3px; }
.adv-foot { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 24px 28px; border-top: 1px solid rgba(246,201,190,.16); backdrop-filter: blur(2px); }
.adv-spec { font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 9px; }
.adv-name { font-family: var(--serif); font-size: 30px; font-weight: 500; color: var(--cream); margin-bottom: 11px; line-height: 1; }
.adv-story { font-size: 14px; line-height: 1.55; color: rgba(243,231,215,.78); font-weight: 300; margin: 0; text-wrap: pretty; }
.marquee-note { text-align: center; margin: 34px auto 0; font-size: 13px; color: rgba(243,231,215,.45); font-weight: 300; }

/* glass surfaces */
.glass { position: relative; border-radius: 24px; background: var(--glass-bg); border: var(--glass-border); border-top-color: var(--glass-top); backdrop-filter: blur(22px) saturate(165%); -webkit-backdrop-filter: blur(22px) saturate(165%); box-shadow: var(--glass-shadow); }
.glass-lift { transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .55s ease; }
.glass-lift:hover { transform: translateY(-10px); border-top-color: rgba(246,201,190,.8); box-shadow: 0 0 0 1px rgba(246,201,190,.3), 0 54px 110px -30px rgba(31,0,6,1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 50px rgba(246,201,190,.08); }
.glass-muted { border-radius: 26px; background: linear-gradient(160deg, rgba(31,0,6,.52), rgba(31,0,6,.7)); border: 1px solid rgba(246,201,190,.08); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 40px 90px -34px rgba(31,0,6,.9), inset 0 1px 0 rgba(246,201,190,.08); }
.panel { padding: clamp(40px, 5vw, 60px) clamp(28px, 5vw, 64px); border-radius: 30px; }
.panel .lily { width: 44px; height: 44px; object-fit: contain; margin: 0 auto 22px; display: block; filter: drop-shadow(0 0 18px rgba(246,201,190,.5)); }
.panel-label { font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 20px; }
.panel-quote { font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 3.4vw, 40px); line-height: 1.3; margin: 0; color: var(--cream); }
.panel-quote em { font-style: italic; color: var(--rose); }
.tags { margin: 48px auto 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 680px; }
.tag { padding: 9px 18px; border-radius: 100px; font-size: 13.5px; font-weight: 500; color: rgba(243,231,215,.86); background: linear-gradient(180deg, rgba(246,201,190,.12), rgba(246,201,190,0) 60%), rgba(112,16,32,.32); border: 1px solid rgba(246,201,190,.2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.mission-copy { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
.mission-copy p { margin: 0; }

/* promise cards */
.cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.card { padding: 40px 34px; }
.icon-box { width: 54px; height: 54px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(246,201,190,.24), rgba(112,16,32,.4)); border: 1px solid rgba(246,201,190,.34); border-top-color: rgba(246,201,190,.62); box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 12px 26px -12px rgba(31,0,6,.7); margin-bottom: 24px; }
.card h3 { font-family: var(--serif); font-weight: 500; font-size: 27px; margin: 0 0 14px; color: var(--cream); }
.card p { font-size: 16px; line-height: 1.62; color: rgba(243,231,215,.72); font-weight: 300; margin: 0; }

/* who for */
.who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.who-card { padding: 42px 38px; border-radius: 26px; }
.who-label { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 26px; }
.who-label.is-muted { color: rgba(243,231,215,.45); }
.list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16.5px; line-height: 1.5; color: rgba(243,231,215,.88); font-weight: 300; }
.list.is-muted li { color: rgba(243,231,215,.5); }
.dot { flex: 0 0 auto; margin-top: 6px; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(180deg, #F6C9BE, #C9A06A); box-shadow: 0 0 10px rgba(246,201,190,.7); }
.dot.is-hollow { background: none; box-shadow: none; border: 1px solid rgba(243,231,215,.3); }
.dot.is-gold { background: var(--gold); box-shadow: 0 0 12px rgba(201,160,106,.8); width: 8px; height: 8px; margin-top: 7px; }
.list.is-large li { font-size: 18px; line-height: 1.55; color: rgba(243,231,215,.84); gap: 16px; }

/* ritual card stack */
.stack { position: relative; height: 440px; display: flex; align-items: center; justify-content: center; }
.stack-back { position: absolute; width: 240px; height: 320px; border-radius: 26px; background: linear-gradient(180deg, rgba(112,16,32,.34), rgba(47,4,16,.5)); border: 1px solid rgba(246,201,190,.16); backdrop-filter: blur(8px); }
.stack-back.is-left { transform: rotate(-9deg) translate(-46px, 16px); }
.stack-back.is-right { transform: rotate(7deg) translate(44px, -8px); background: linear-gradient(180deg, rgba(112,16,32,.4), rgba(47,4,16,.6)); border-color: rgba(246,201,190,.2); }
.stack-front { position: relative; width: 272px; height: 360px; border-radius: 28px; padding: 30px 28px; display: flex; flex-direction: column; box-sizing: border-box; }
.stack-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.stack-head span { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.stack-head img { width: 26px; height: 26px; object-fit: contain; opacity: .9; }
.stack-quote { font-family: var(--serif); font-style: italic; font-size: 25px; line-height: 1.32; color: var(--cream); margin-bottom: auto; }
.stack-foot { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(246,201,190,.14); font-size: 13px; color: rgba(243,231,215,.6); font-weight: 300; }

/* why different */
.why-quote { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: clamp(24px, 3.4vw, 40px); line-height: 1.4; color: var(--cream); max-width: 880px; margin: 0 auto 56px; }
.why-quote strong { color: var(--rose); font-style: normal; font-weight: 400; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 26px; }
.why-item { display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; letter-spacing: .02em; color: rgba(243,231,215,.86); }
.why-ring { display: flex; align-items: center; justify-content: center; color: var(--gold); width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(201,160,106,.6); background: radial-gradient(circle, rgba(201,160,106,.25), transparent); }
.why-ring svg { width: 18px; height: 18px; }

/* comparison */
.compare { border-radius: 28px; overflow: hidden; }
.compare-scroll { overflow-x: auto; }
.compare-inner { min-width: 700px; }
.compare-row { display: grid; grid-template-columns: 1.5fr 1fr 1.15fr; border-top: 1px solid rgba(246,201,190,.1); }
.compare-row.is-head { border-top: none; }
.compare-row > div { padding: 20px 22px; display: flex; align-items: center; font-size: 14.5px; line-height: 1.45; }
.compare-label { font-size: 12.5px !important; letter-spacing: .04em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.compare-other { color: rgba(243,231,215,.55); font-weight: 300; }
.compare-lil { color: rgba(243,231,215,.92); font-weight: 400; gap: 11px; background: linear-gradient(180deg, rgba(246,201,190,.07), rgba(246,201,190,.025)); }
.compare-lil .dot { margin-top: 0; width: 7px; height: 7px; background: var(--gold); box-shadow: 0 0 8px rgba(201,160,106,.85); }
.compare-row.is-head .compare-other { font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: rgba(243,231,215,.5); font-weight: 700; }
.compare-row.is-head .compare-lil { gap: 10px; background: linear-gradient(180deg, rgba(246,201,190,.14), rgba(246,201,190,.04)); }
.compare-row.is-head .compare-lil img { width: 22px; height: 22px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(246,201,190,.6)); }
.compare-row.is-head .compare-lil span { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--cream); }

/* real captures */
.captures { display: flex; gap: 22px; overflow-x: auto; padding: 24px 4px 40px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.captures::-webkit-scrollbar { display: none; }
.capture { flex: 0 0 auto; width: 230px; scroll-snap-align: center; }
.capture-frame { position: relative; border-radius: 38px; padding: 8px; background: linear-gradient(155deg, #3A0A16, #1A0307 60%); box-shadow: 0 40px 90px -30px rgba(0,0,0,.9), 0 0 0 1px rgba(246,201,190,.14), inset 0 1px 1px rgba(246,201,190,.3); }
.capture-frame img { display: block; width: 100%; height: auto; aspect-ratio: 640 / 1390; object-fit: cover; border-radius: 30px; background: #1F0006; }
.capture-label { margin: 14px 0 0; text-align: center; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

/* pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; margin-top: 8px; }
.price { padding: 30px 24px; text-align: center; border-radius: 22px; }
.price.is-featured { border-top-color: rgba(246,201,190,.85); box-shadow: 0 0 0 1px rgba(246,201,190,.3), 0 54px 110px -30px rgba(31,0,6,1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 0 50px rgba(246,201,190,.08); }
.price-name { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 14px; }
.price-credits { font-family: var(--serif); font-size: 44px; font-weight: 500; color: var(--cream-2); line-height: 1; }
.price-unit { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(243,231,215,.5); margin: 8px 0 18px; }
.price-eur { font-size: 20px; font-weight: 600; color: var(--rose); }
.price-per { font-size: 12px; color: rgba(243,231,215,.45); margin-top: 6px; }
.pricing-note { text-align: center; margin: 28px auto 0; max-width: 620px; font-size: 14px; line-height: 1.6; color: rgba(243,231,215,.55); font-weight: 300; }
.spend-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 40px; }
.spend { padding: 24px 22px; border-radius: 18px; }
.spend-title { font-size: 15px; font-weight: 600; color: var(--cream); margin-bottom: 6px; }
.spend-sub { font-size: 14px; color: rgba(243,231,215,.6); font-weight: 300; line-height: 1.5; }
.spend-cost { font-family: var(--serif); font-size: 24px; color: var(--rose); margin-top: 12px; }

/* faq */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq details { border-radius: 18px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 26px; font-size: 17px; font-weight: 500; color: var(--cream); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; flex: 0 0 auto; width: 10px; height: 10px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(45deg); transition: transform .4s var(--ease); margin-right: 4px; }
.faq details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq summary:focus-visible { outline: 2px solid var(--rose); outline-offset: -4px; }
.faq .answer { padding: 0 26px 24px; font-size: 15.5px; line-height: 1.65; color: rgba(243,231,215,.74); font-weight: 300; }
.faq .answer p { margin: 0 0 10px; }
.faq .answer p:last-child { margin: 0; }
.faq .answer a { color: var(--rose); }

/* testimonials */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.quote { padding: 28px 26px; border-radius: 20px; font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.4; color: rgba(243,231,215,.9); }
.quote::before { content: '\201C'; display: block; font-size: 40px; line-height: .6; color: var(--gold); margin-bottom: 12px; font-style: normal; }
.quote-by { display: block; margin-top: 16px; font-family: var(--sans); font-style: normal; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }

/* app store slot */
.appstore { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px 10px 14px; border-radius: 12px; background: #0C0103; border: 1px solid rgba(246,201,190,.3); color: #fff; text-decoration: none; transition: transform .4s var(--ease), border-color .4s ease; }
.appstore:hover { transform: translateY(-2px); border-color: rgba(246,201,190,.7); }
.appstore-text { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.05; }
.appstore-text small { font-size: 10px; letter-spacing: .04em; }
.appstore-text strong { font-size: 18px; font-weight: 600; letter-spacing: -.01em; }

/* founders count */
.count-panel { max-width: 760px; margin: 0 auto; text-align: center; }
.count-row { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin-bottom: 14px; }
.count { font-family: var(--serif); font-size: clamp(44px, 8vw, 72px); font-weight: 600; color: var(--rose); line-height: 1; }
.count-sub { font-size: 15px; color: rgba(243,231,215,.6); font-weight: 300; }
.bar { height: 8px; width: 100%; border-radius: 100px; background: rgba(31,0,6,.6); overflow: hidden; margin-bottom: 34px; border: 1px solid rgba(246,201,190,.14); }
.bar-fill { height: 100%; width: 0; border-radius: 100px; background: linear-gradient(90deg, #8D5047, #F6C9BE, #C9A06A); box-shadow: 0 0 16px rgba(246,201,190,.6); transition: width 1s ease; }

/* final */
.final { padding: 90px 20px 110px; text-align: center; }
.final .lily { width: 88px; height: auto; margin: 0 auto 30px; filter: drop-shadow(0 0 26px rgba(246,201,190,.5)); animation: lil-float 8s ease-in-out infinite; }
.final .h2 { font-size: clamp(34px, 5.4vw, 68px); line-height: 1.04; margin: 0 auto 20px; max-width: 780px; }
.final .lede { margin: 0 auto 40px; max-width: 520px; font-size: 17px; color: rgba(243,231,215,.7); }

/* footer */
.footer { position: relative; z-index: 3; border-top: 1px solid rgba(246,201,190,.12); padding: 44px var(--pad-x) 48px; display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.footer .brand img { width: 26px; height: 26px; filter: none; }
.footer .brand span { font-size: 19px; font-weight: 500; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; font-size: 14px; }
.footer-links a { color: rgba(243,231,215,.7); text-decoration: none; transition: color .3s ease; }
.footer-links a:hover { color: var(--rose); }
.footer-ai { flex: 1 1 100%; margin: 8px 0 0; font-size: 13px; line-height: 1.55; color: rgba(243,231,215,.6); font-weight: 300; max-width: 640px; }
.footer-ai a { color: var(--rose); }
.footer-legal { flex: 1 1 100%; margin: 0; font-size: 12px; color: rgba(243,231,215,.35); font-weight: 300; }

/* overlays */
.overlay { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 44px); overflow: auto; }
.overlay-bg { position: absolute; inset: 0; background: radial-gradient(circle at 50% 38%, rgba(78,3,17,.9), rgba(31,0,6,.97)); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.overlay-bg.is-photo { background-size: cover; background-position: center 18%; filter: blur(46px) saturate(150%) brightness(.42); transform: scale(1.12); backdrop-filter: none; -webkit-backdrop-filter: none; }
.overlay-bg.is-photo + .overlay-bg { background: radial-gradient(circle at 50% 36%, rgba(78,3,17,.58), rgba(31,0,6,.93)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.modal-card { position: relative; z-index: 2; width: 100%; max-width: 880px; display: flex; flex-direction: column; align-items: center; }
.modal-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 26px; overflow: hidden; border: 1px solid rgba(246,201,190,.28); border-top-color: rgba(246,201,190,.6); box-shadow: 0 60px 130px -34px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,255,255,.26); background: #1A0307; }
.modal-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; background: #1A0307; display: none; }
.modal-video.is-on { display: block; }
.modal-cover { position: absolute; inset: 0; z-index: 3; transition: opacity .45s ease; }
.modal-cover.is-hidden { opacity: 0; pointer-events: none; }
.modal-cover .blur { position: absolute; inset: 0; background-size: cover; background-position: center 14%; filter: blur(22px) brightness(.55) saturate(150%); transform: scale(1.18); }
.modal-cover .photo { position: absolute; inset: 0; background-size: cover; background-position: center 12%; }
.modal-cover .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,0,6,.1) 0%, rgba(31,0,6,0) 32%, rgba(31,0,6,.32) 64%, rgba(31,0,6,.9) 100%); }
.watch-pill { position: absolute; top: 18px; left: 18px; display: flex; align-items: center; gap: 7px; padding: 6px 13px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--cream); background: rgba(31,0,6,.5); border: 1px solid rgba(246,201,190,.25); backdrop-filter: blur(8px); }
.watch-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 8px rgba(246,201,190,.9); }
.play-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 86px; height: 86px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(246,201,190,.34), rgba(47,4,16,.4)); border: 1px solid rgba(246,201,190,.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 16px 44px -10px rgba(31,0,6,.85), inset 0 1px 0 rgba(255,255,255,.45); transition: background .3s ease; }
.play-btn:hover { background: linear-gradient(180deg, rgba(246,201,190,.52), rgba(112,16,32,.42)); }
.play-btn .tri { border-left-width: 23px; border-top-width: 14px; border-bottom-width: 14px; margin-left: 6px; filter: drop-shadow(0 2px 6px rgba(0,0,0,.4)); }
.modal-meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 30px; }
.modal-meta .adv-spec { font-size: 12px; margin-bottom: 8px; }
.modal-meta .adv-name { font-size: clamp(26px, 4vw, 40px); margin: 0; }
.modal-close { position: absolute; top: 16px; right: 16px; z-index: 4; width: 42px; height: 42px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--cream); font-size: 17px; font-family: inherit; background: linear-gradient(180deg, rgba(112,16,32,.5), rgba(47,4,16,.62)); border: 1px solid rgba(246,201,190,.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: border-color .3s ease; }
.modal-close:hover { border-color: rgba(246,201,190,.7); }
.unmute { position: absolute; top: 16px; left: 16px; z-index: 6; padding: 9px 16px; border-radius: 100px; cursor: pointer; font-family: inherit; font-size: 13px; font-weight: 600; color: var(--ink); background: linear-gradient(180deg, #F6C9BE, #C9A06A); border: none; box-shadow: 0 10px 26px -10px rgba(246,201,190,.6); }

.dialog { position: relative; z-index: 2; max-width: 480px; width: 100%; padding: clamp(30px, 5vw, 44px) clamp(24px, 5vw, 40px); border-radius: 28px; background: linear-gradient(180deg, rgba(246,201,190,.16), rgba(246,201,190,0) 14%), linear-gradient(160deg, rgba(112,16,32,.6), rgba(47,4,16,.85)); border: 1px solid rgba(246,201,190,.26); border-top-color: rgba(246,201,190,.6); box-shadow: 0 60px 130px -30px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.28); }
.dialog.is-center { text-align: center; max-width: 460px; padding: clamp(36px, 6vw, 56px) clamp(26px, 5vw, 44px); border-radius: 30px; backdrop-filter: blur(26px) saturate(170%); -webkit-backdrop-filter: blur(26px) saturate(170%); }
.dialog-x { position: absolute; top: 12px; left: 14px; background: none; border: none; color: rgba(243,231,215,.3); font-size: 14px; line-height: 1; cursor: pointer; padding: 4px; }
.dialog-x:hover { color: var(--cream); }
.dialog-label { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 12px; }
.dialog h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(25px, 4.6vw, 33px); line-height: 1.12; margin: 0 0 16px; color: var(--cream); }
.dialog p { font-size: clamp(16px, 2.6vw, 17.5px); line-height: 1.5; color: var(--cream); font-weight: 400; margin: 0 0 16px; }
.dialog p.is-soft { font-size: 15.5px; line-height: 1.55; color: rgba(243,231,215,.74); font-weight: 300; margin: 0 0 26px; }
.textarea { width: 100%; box-sizing: border-box; padding: 14px 16px; font-size: 15px; font-family: inherit; color: var(--cream); background: rgba(31,0,6,.5); border: 1px solid rgba(246,201,190,.22); border-radius: 14px; outline: none; resize: vertical; min-height: 96px; }
.textarea:focus-visible { outline: none; border-color: rgba(246,201,190,.6); box-shadow: 0 0 0 3px rgba(246,201,190,.14); }
.dialog-err { color: var(--rose); font-size: 13px; min-height: 16px; margin: 6px 2px 8px; }
.dialog .btn-gold { width: 100%; padding: 15px; font-size: 15px; }
.dialog.is-center .btn-gold { width: auto; padding: 14px 30px; margin-bottom: 10px; }
.link-btn { margin-top: 6px; background: none; border: none; color: rgba(243,231,215,.5); font-family: inherit; font-size: 13px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.link-btn:hover { color: var(--cream); }
.ring-wrap { position: relative; width: 130px; height: 130px; margin: 0 auto 14px; }
.ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(246,201,190,.6); animation: lil-ring 2.6s ease-out infinite; }
.ring:nth-child(2) { border-color: rgba(246,201,190,.45); animation-delay: .9s; }
.ring-wrap img { position: relative; width: 130px; height: 130px; object-fit: contain; filter: drop-shadow(0 0 30px rgba(246,201,190,.7)); animation: lil-float 7s ease-in-out infinite; }

/* document pages */
.doc { position: relative; z-index: 3; max-width: 760px; margin: 0 auto; padding: 150px var(--pad-x) 90px; }
.doc h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(36px, 6vw, 60px); line-height: 1.05; margin: 0 0 14px; color: var(--cream-2); }
.doc .doc-meta { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 40px; }
.doc h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; margin: 48px 0 14px; color: var(--cream); }
.doc h3 { font-size: 17px; font-weight: 600; margin: 26px 0 8px; color: var(--cream); }
.doc p, .doc li { font-size: 16.5px; line-height: 1.7; color: rgba(243,231,215,.8); font-weight: 300; }
.doc p { margin: 0 0 16px; }
.doc ul { padding-left: 22px; margin: 0 0 18px; }
.doc li { margin-bottom: 8px; }
.doc strong { font-weight: 600; color: var(--cream); }
.doc a { color: var(--rose); text-decoration: none; border-bottom: 1px solid rgba(246,201,190,.35); }
.doc a:hover { border-bottom-color: var(--rose); }
.doc .callout { padding: 22px 26px; border-radius: 18px; margin: 22px 0 28px; }
.doc .callout p { margin: 0; color: var(--cream); font-weight: 400; }
.doc table { width: 100%; border-collapse: collapse; margin: 8px 0 24px; font-size: 15px; }
.doc th, .doc td { text-align: left; padding: 12px 14px; border-bottom: 1px solid rgba(246,201,190,.12); vertical-align: top; color: rgba(243,231,215,.8); font-weight: 300; }
.doc th { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.doc .table-scroll { overflow-x: auto; }
.doc-cta { margin-top: 48px; padding: 32px 30px; border-radius: 22px; text-align: center; }
.doc-cta p { margin: 0 0 18px; color: var(--cream); }

/* layout modifiers */
.section--wide { max-width: 1240px; }
.section--1140 { max-width: 1140px; }
.section--1080 { max-width: 1080px; }
.section--1000 { max-width: 1000px; }
.section--bleed { max-width: none; padding-left: 0; padding-right: 0; }
.section--founders { max-width: 760px; padding-top: 60px; }
.intro { text-align: center; max-width: 760px; margin: 0 auto 44px; padding: 0 24px; }
.intro.is-loose { margin-bottom: 56px; }
.intro .h2 { margin-bottom: 16px; }
.intro .lede { margin: 0; }
.lede--center { max-width: 640px; margin: 0 auto; }
.h2--display { font-size: clamp(34px, 5vw, 60px); line-height: 1.05; margin-bottom: 18px; }
.h2--mission { font-size: clamp(30px, 4.7vw, 58px); line-height: 1.13; margin-bottom: 36px; }
.h2--promise { margin-bottom: 60px; line-height: 1.06; }
.h2--ritual { margin-bottom: 32px; }
.h2--count { font-size: clamp(32px, 4.6vw, 52px); line-height: 1.05; margin-bottom: 16px; }
.count-lede { font-size: 16px; margin: 0 0 34px; }
.panel--mission { max-width: 880px; margin: 60px auto 0; }
.tagline { margin-top: 22px; }
.pricing-more { text-align: center; margin: 18px 0 0; }
.compare-note { margin-top: 30px; }
.appstore-slot { margin: 34px 0 0; }
.app-who { flex: 1; }
.capture { margin: 0; }
.final { position: relative; z-index: 3; }
.screen-layer.is-lock { background: radial-gradient(120% 70% at 50% 12%, #5A0A1A, #2F0410 52%, #15040A); }
.doc-wide { max-width: 1140px; }
.doc-wide .intro h1 { margin-bottom: 18px; }
.doc-wide .intro .lede { max-width: 640px; margin: 0 auto; }
.doc-wide .pricing-grid { margin-top: 24px; }
.doc .pricing-note { margin: 28px auto 0; }
.doc-cta .btn-gold, .doc-cta .btn-glass { border-bottom: 0; }
.doc-cta .btn-gold { color: var(--ink); }
.doc-wide h2.section-center { text-align: center; }

@media (max-width: 600px) {
  .section { padding: 72px var(--pad-x); }
  .badge { gap: 8px; padding: 7px 13px; white-space: nowrap; }
  .badge-text { font-size: 10.5px; letter-spacing: .1em; }
  .badge-gold { font-size: 10px; letter-spacing: .08em; }
  .hero { padding: 120px 18px 70px; }
  .card, .who-card { padding: 32px 26px; }
  .footer { justify-content: center; text-align: center; }
  .footer-links { justify-content: center; }
  .compare-inner { min-width: 0; }
  .compare-row { grid-template-columns: 1fr 1fr; }
  .compare-row > div { padding: 14px 16px; font-size: 13.5px; }
  .compare-row .compare-label { grid-column: 1 / -1; padding-bottom: 2px; }
  .compare-row.is-head > div:first-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .wordmark::after { animation: none !important; display: none !important; }
  .phone.is-floating, .sheen, .presence, .thread-dot, .notif, .final .lily, .ring, .ring-wrap img, .typing span, .marquee { animation: none !important; }
  .glass-lift, .btn-gold, .btn-glass, .adv-card { transition: none; }
}
