:root {
    --bg: #09090b;
    --surface: #121216;
    --surface-2: #19191f;
    --text: #fafafa;
    --muted: #a9a9b4;
    --line: rgba(255,255,255,.1);
    --pink: #ff2d78;
    --coral: #ff5964;
    --orange: #ff8a1f;
    --purple: #8b5cf6;
    --gradient: linear-gradient(115deg, var(--pink), var(--coral) 48%, var(--orange));
    --max: 1180px;
    --radius: 28px;
    --shadow: 0 30px 80px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 120px 0; position: relative; overflow: clip; }
.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; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: #fff; color: #000; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: background .25s, border .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(9,9,11,.84); border-color: var(--line); backdrop-filter: blur(20px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; font-size: 1.25rem; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 24px rgba(255,45,120,.2); }
.primary-nav { display: flex; align-items: center; gap: 30px; color: #d7d7dd; font-size: .95rem; }
.primary-nav > a:not(.button):hover { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 0; border-radius: 16px; background: var(--gradient); color: #fff; font-weight: 800; cursor: pointer; box-shadow: 0 14px 38px rgba(255,45,120,.24); transition: transform .2s, box-shadow .2s, opacity .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 46px rgba(255,45,120,.33); }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.button-small { min-height: 44px; padding-inline: 19px; border-radius: 13px; }

.hero { min-height: 100vh; padding: 150px 0 64px; position: relative; overflow: hidden; background: radial-gradient(circle at 70% 40%, rgba(255,45,120,.08), transparent 32%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #d1d1d8; text-transform: uppercase; letter-spacing: .16em; font-size: .73rem; font-weight: 800; }
.eyebrow span { width: 30px; height: 3px; border-radius: 99px; background: var(--gradient); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 6.4vw, 6rem); max-width: 760px; }
h2 { font-size: clamp(2.55rem, 5vw, 4.5rem); }
h3 { font-size: 1.45rem; }
h1 em, h2 em { font-style: normal; color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 660px; margin: 28px 0 30px; color: var(--muted); font-size: 1.18rem; line-height: 1.7; }
.waitlist-form { max-width: 620px; }
.form-row { display: flex; gap: 10px; padding: 7px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: var(--shadow); }
.form-row input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 17px; color: #fff; background: transparent; }
.form-row input::placeholder { color: #82828d; }
.consent-row { display: flex; gap: 9px; align-items: flex-start; margin: 12px 7px 0; color: #858590; font-size: .72rem; line-height: 1.45; cursor: pointer; }
.consent-row input { accent-color: var(--pink); margin-top: 2px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 24px; margin: 8px 7px 0; color: #ff9dbc; font-size: .84rem; }
.form-status.success { color: #7ee7b1; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 24px; color: var(--muted); font-size: .8rem; line-height: 1.4; }
.hero-proof p { margin: 0; }
.hero-proof strong { color: #fff; }
.avatar-pair { display: flex; }
.avatar-pair span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); color: #fff; font-weight: 900; border: 3px solid var(--bg); }
.avatar-pair span + span { margin-left: -10px; background: linear-gradient(135deg, #7c3aed, #a855f7); }

.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.phone { position: relative; overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 44px; background: #050506; box-shadow: 0 45px 110px rgba(0,0,0,.66), 0 0 70px rgba(255,45,120,.13); }
.phone img { display: block; width: 100%; border-radius: 35px; }
.phone-hero { width: min(350px, 76vw); transform: rotate(2deg); z-index: 3; }
.phone-speaker { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); z-index: 4; width: 82px; height: 22px; border-radius: 99px; background: #030303; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 680px; height: 680px; }
.hero-glow { position: absolute; filter: blur(100px); border-radius: 50%; opacity: .16; }
.hero-glow-one { width: 520px; height: 520px; right: -130px; top: 100px; background: var(--pink); }
.hero-glow-two { width: 380px; height: 380px; left: -120px; bottom: 20px; background: var(--purple); }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; min-width: 185px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(25,25,31,.88); backdrop-filter: blur(18px); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.float-card-top { right: -10px; top: 22%; }
.float-card-bottom { left: -30px; bottom: 21%; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: .8rem; }
.float-card small { color: var(--muted); font-size: .66rem; }
.float-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: var(--gradient); }
.float-icon.purple { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.promise-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-block: 1px solid var(--line); }
.promise-strip span { padding: 20px 16px; color: #aaaab4; text-align: center; font-size: .78rem; font-weight: 750; letter-spacing: .03em; }
.promise-strip span + span { border-left: 1px solid var(--line); }

.signature-section { background: radial-gradient(circle at 12% 18%, rgba(139,92,246,.11), transparent 28%), radial-gradient(circle at 88% 78%, rgba(255,45,120,.11), transparent 30%), #09090b; }
.signature-section .section-heading { margin-bottom: 70px; }
.signature-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; min-height: 650px; padding: 70px; border: 1px solid rgba(255,255,255,.12); border-radius: 40px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: var(--shadow); overflow: hidden; }
.signature-feature + .signature-feature { margin-top: 30px; }
.signature-copy { position: relative; z-index: 2; }
.core-label { display: inline-flex; padding: 7px 12px; margin-bottom: 22px; border: 1px solid rgba(255,108,157,.28); border-radius: 99px; background: rgba(255,45,120,.09); color: #ff8eb4; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.signature-copy h3 { font-size: clamp(2.5rem, 4.6vw, 4.3rem); }
.signature-copy > p { max-width: 580px; color: var(--muted); font-size: 1.04rem; }
.signature-list { list-style: none; padding: 0; margin: 28px 0; }
.signature-list li { position: relative; margin: 12px 0; padding-left: 31px; color: #e7e7ec; }
.signature-list li::before { content: "\2713"; position: absolute; left: 0; top: 2px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,45,120,.16); color: #ff7aa8; font-size: .68rem; font-weight: 900; }
.signature-link { display: inline-block; margin-top: 7px; }
.signature-phone-wrap { min-height: 540px; position: relative; display: grid; place-items: center; }
.signature-phone { width: 290px; transform: rotate(2.5deg); }
.drawing-callout { position: absolute; right: 0; bottom: 16%; z-index: 4; min-width: 210px; display: grid; grid-template-columns: 42px 1fr; column-gap: 11px; padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(18,18,22,.94); box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.drawing-callout > span { grid-row: 1/3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--gradient); }
.drawing-callout strong, .drawing-callout small { display: block; }
.drawing-callout strong { font-size: .8rem; }
.drawing-callout small { color: var(--muted); font-size: .68rem; }

.distance-feature { background: radial-gradient(circle at 25% 50%, rgba(255,45,120,.13), transparent 33%), linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); }
.distance-demo { position: relative; min-height: 530px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 46px; background: linear-gradient(180deg, #111116, #050506); box-shadow: 0 45px 110px rgba(0,0,0,.6), 0 0 75px rgba(255,45,120,.11); overflow: hidden; }
.lock-status { display: flex; justify-content: space-between; color: #d7d7de; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.lock-title { margin-top: 60px; text-align: center; color: #d9d9e0; font-size: .9rem; font-weight: 750; }
.distance-orbit { position: relative; flex: 1; display: flex; align-items: center; justify-content: center; min-height: 270px; }
.partner-dot { position: absolute; top: 50%; z-index: 3; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); box-shadow: 0 15px 45px rgba(255,45,120,.26); transform: translateY(-50%); animation: partner-near-a 7s ease-in-out infinite alternate; }
.partner-dot strong { font-size: 1.55rem; }
.partner-dot small { position: absolute; top: calc(100% + 8px); color: #aaaab5; font-size: .66rem; }
.partner-a { left: 11%; }
.partner-b { right: 11%; animation-name: partner-near-b; background: linear-gradient(135deg, #7c3aed, #a855f7); }
.distance-line { position: absolute; left: 23%; right: 23%; top: 50%; height: 1px; background: linear-gradient(90deg, rgba(255,45,120,.2), rgba(255,255,255,.26), rgba(139,92,246,.2)); }
.distance-readout { position: relative; z-index: 4; min-width: 130px; padding: 14px; text-align: center; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(10,10,12,.96); box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.distance-readout strong, .distance-readout small { display: block; }
.distance-readout strong { font-size: 2rem; line-height: 1; }
.distance-readout small { margin-top: 6px; color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.distance-far { display: none; }
.distance-near { animation: distance-near 7s steps(1,end) infinite alternate; }
.distance-far { animation: distance-far 7s steps(1,end) infinite alternate; }
.lock-caption { align-self: center; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 99px; background: rgba(255,255,255,.04); color: #c5c5cd; font-size: .72rem; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #66e2a5; box-shadow: 0 0 0 0 rgba(102,226,165,.5); animation: status-pulse 2s infinite; }
.demo-note { display: block; margin-top: 14px; color: #686874; text-align: center; font-size: .62rem; }
.permission-note { margin-top: 28px; padding: 17px 19px; border-left: 3px solid var(--pink); border-radius: 0 14px 14px 0; background: rgba(255,255,255,.035); font-size: .85rem !important; }
.permission-note strong { color: #fff; }
@keyframes partner-near-a { 0%,35% { left: 11%; } 65%,100% { left: 28%; } }
@keyframes partner-near-b { 0%,35% { right: 11%; } 65%,100% { right: 28%; } }
@keyframes distance-near { 0%,49% { display: none; } 50%,100% { display: inline; } }
@keyframes distance-far { 0%,49% { display: inline; } 50%,100% { display: none; } }
@keyframes status-pulse { 70% { box-shadow: 0 0 0 8px rgba(102,226,165,0); } 100% { box-shadow: 0 0 0 0 rgba(102,226,165,0); } }

.features-section { background: #0c0c0f; }
.section-heading { max-width: 780px; margin-bottom: 58px; }
.section-heading p { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.feature-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 270px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); overflow: hidden; position: relative; }
.feature-card p { color: var(--muted); }
.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; min-height: 420px; align-items: center; }
.feature-kicker { color: #ff7ca8; font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 850; }
.feature-wide h3 { margin-top: 13px; font-size: 2.1rem; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; color: #e6e6eb; }
.check-list li { margin: 10px 0; }
.check-list li::before { content: "\2713"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 9px; border-radius: 50%; background: rgba(255,45,120,.16); color: #ff6c9d; font-size: .7rem; font-weight: 900; }
.mini-dashboard { display: grid; gap: 12px; }
.mini-dashboard > div { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #16161b; }
.mini-dashboard span, .mini-dashboard strong, .mini-dashboard small { display: block; }
.mini-dashboard span { font-size: 1.25rem; }
.mini-dashboard strong { margin-top: 12px; font-size: 2.2rem; }
.mini-dashboard small { color: var(--muted); }
.feature-screen { grid-row: span 2; min-height: 560px; padding: 25px 25px 0; display: flex; align-items: flex-end; justify-content: center; background: radial-gradient(circle at 50% 100%, rgba(139,92,246,.22), transparent 56%), #111116; }
.phone-small { width: 275px; transform: translateY(95px); }
.feature-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 55px; border-radius: 18px; font-size: 1.4rem; }
.gradient-pink { background: linear-gradient(135deg, #fb2c94, #ff6a4d); }
.gradient-purple { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.gradient-orange { background: linear-gradient(135deg, #fb923c, #facc15); }

.app-showcase { background: radial-gradient(circle at 70% 45%, rgba(255,45,120,.09), transparent 30%); }
.showcase-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.showcase-copy > p { color: var(--muted); max-width: 560px; }
.ritual-list { margin-top: 40px; }
.ritual-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.ritual-list > div:last-child { border-bottom: 1px solid var(--line); }
.ritual-list > div > span { color: #ff6d9e; font-size: .76rem; font-weight: 850; }
.ritual-list p, .ritual-list strong, .ritual-list small { margin: 0; display: block; }
.ritual-list small { color: var(--muted); margin-top: 5px; }
.phone-stack { min-height: 670px; position: relative; display: grid; place-items: center; }
.phone-stack .phone { position: absolute; width: 290px; }
.phone-front { z-index: 3; }
.phone-back { width: 250px !important; filter: saturate(.75) brightness(.78); }
.phone-left { left: 2%; transform: rotate(-8deg) translateY(35px); }
.phone-right { right: 2%; transform: rotate(8deg) translateY(35px); }

.how-section { background: #0c0c0f; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: #111116; }
.step-card > span { display: block; margin-bottom: 80px; color: #ff6d9e; font-size: .75rem; font-weight: 900; }
.step-card p { color: var(--muted); }

.privacy-card { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; padding: 70px; border: 1px solid rgba(255,255,255,.13); border-radius: 38px; background: linear-gradient(135deg, #15151b, #101014); box-shadow: var(--shadow); }
.privacy-card h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.privacy-card p { color: var(--muted); }
.privacy-points { display: grid; gap: 10px; }
.privacy-points > div { display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.045); }
.privacy-points > div > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,45,120,.13); }
.privacy-points p, .privacy-points strong, .privacy-points small { margin: 0; display: block; }
.privacy-points small { margin-top: 3px; color: var(--muted); }

.faq-section { background: #0c0c0f; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 45px 26px 0; font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 20px; font-size: 1.5rem; color: #ff6d9e; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { margin: -8px 45px 25px 0; color: var(--muted); }

.waitlist-section { padding-top: 70px; }
.waitlist-card { display: grid; grid-template-columns: auto 1fr 1.2fr; align-items: center; gap: 35px; padding: 55px; border-radius: 35px; background: var(--gradient); box-shadow: 0 35px 95px rgba(255,45,120,.2); }
.waitlist-card > img { border-radius: 26px; box-shadow: 0 15px 40px rgba(0,0,0,.24); }
.waitlist-card .eyebrow { color: rgba(255,255,255,.82); margin-bottom: 10px; }
.waitlist-card .eyebrow span { background: #fff; }
.waitlist-card h2 { font-size: 2.2rem; }
.waitlist-card p { margin: 10px 0 0; color: rgba(255,255,255,.85); }
.waitlist-form-dark .form-row { background: rgba(10,10,12,.85); }
.waitlist-form-dark .button { background: #fff; color: #111; box-shadow: none; }
.waitlist-form-dark .consent-row, .waitlist-form-dark .form-status { color: rgba(255,255,255,.85); }

.site-footer { padding: 75px 0 30px; background: #070708; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.25fr; gap: 70px; }
.footer-grid > div:first-child p { max-width: 420px; color: var(--muted); }
.footer-grid h2 { margin-bottom: 18px; font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; color: #888893; }
.footer-grid > div:not(:first-child) a { display: block; margin: 10px 0; color: #c8c8d0; }
.footer-grid a:hover { color: #fff; }
.beta-label { display: inline-block; padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; color: #92929d; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); color: #73737e; font-size: .75rem; }
.footer-bottom a { color: #b4b4bd; }
.footer-bottom a:hover { color: #fff; }
.legal-updated { margin: -35px 0 45px; color: var(--muted); }
.legal-summary { padding: 24px 28px; margin-bottom: 38px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.035); }
.legal-summary strong { color: #fff; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .94rem; }
.prose th, .prose td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--surface-2); color: #fff; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.legal-actions .button { text-decoration: none; }

.content-main { min-height: 70vh; padding: 150px 0 100px; background: radial-gradient(circle at 75% 5%, rgba(255,45,120,.08), transparent 30%); }
.archive-header, .prose-page > header, .article-header { max-width: 850px; margin-bottom: 60px; }
.archive-header h1, .prose-page h1, .article-header h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.archive-header p { color: var(--muted); max-width: 650px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--surface); }
.post-thumb { display: block; aspect-ratio: 16/9; overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-thumb img { transform: scale(1.04); }
.post-card-body { padding: 25px; }
.post-card-body > span { color: #ff7ca8; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.post-card h2 { margin-top: 9px; font-size: 1.35rem; }
.post-card p { color: var(--muted); }
.text-link { color: #ff7ca8; font-weight: 750; }
.empty-state { grid-column: 1/-1; padding: 70px; border: 1px solid var(--line); border-radius: 28px; text-align: center; background: var(--surface); }
.empty-state p { color: var(--muted); }
.not-found { max-width: 760px; }
.not-found .feature-icon { margin-inline: auto; margin-bottom: 24px; }
.article-page, .prose-page { max-width: 900px; }
.article-meta { color: var(--muted); }
.article-hero { margin: 0 0 50px; border-radius: 28px; overflow: hidden; }
.prose { font-size: 1.08rem; color: #d7d7de; }
.prose h2 { margin: 2.2em 0 .6em; font-size: 2.2rem; }
.prose h3 { margin: 1.8em 0 .5em; }
.prose a { color: #ff7ca8; text-decoration: underline; }
.prose p, .prose ul, .prose ol { margin: 1.2em 0; }
.prose blockquote { margin: 2em 0; padding: 22px 28px; border-left: 4px solid var(--pink); background: var(--surface); border-radius: 0 18px 18px 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .15s; }

@media (max-width: 1050px) {
    .hero-grid, .showcase-grid, .privacy-card, .faq-grid, .signature-feature { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow, .hero-proof { justify-content: center; }
    .hero-lede, .waitlist-form { margin-inline: auto; }
    .hero-visual { min-height: 620px; }
    .feature-bento { grid-template-columns: 1fr 1fr; }
    .feature-screen { grid-row: auto; }
    .phone-stack { min-height: 650px; }
    .faq-grid { gap: 30px; }
    .signature-feature { gap: 30px; padding: 50px; }
    .distance-feature .distance-demo { order: 2; }
    .waitlist-card { grid-template-columns: auto 1fr; }
    .waitlist-card form { grid-column: 1/-1; max-width: none; }
}

@media (max-width: 760px) {
    body.admin-bar .site-header { top: 46px; }
    .section { padding: 82px 0; }
    .container { width: min(calc(100% - 28px), var(--max)); }
    .nav-toggle { display: block; }
    .primary-nav { position: absolute; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 17px; border: 1px solid var(--line); border-radius: 20px; background: rgba(16,16,20,.97); box-shadow: var(--shadow); }
    .primary-nav.open { display: flex; }
    .primary-nav a { padding: 9px 12px; }
    .primary-nav .button { margin-top: 6px; }
    .hero { padding-top: 125px; }
    .hero-grid { gap: 40px; }
    h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
    .hero-visual { min-height: 560px; }
    .phone-hero { width: 285px; }
    .float-card { min-width: 150px; padding: 10px; }
    .float-card-top { right: -5px; }
    .float-card-bottom { left: -5px; }
    .orbit-one { width: 430px; height: 430px; }
    .orbit-two { width: 540px; height: 540px; }
    .form-row { flex-direction: column; padding: 7px; }
    .form-row input { min-height: 52px; }
    .promise-strip { grid-template-columns: 1fr 1fr; margin-top: 45px; }
    .promise-strip span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
    .promise-strip span:nth-child(4) { border-top: 1px solid var(--line); }
    .feature-bento, .steps-grid, .post-grid { grid-template-columns: 1fr; }
    .signature-feature { min-height: auto; padding: 36px 22px; border-radius: 28px; }
    .signature-section .section-heading { margin-bottom: 44px; }
    .signature-phone-wrap { min-height: 520px; }
    .drawing-callout { right: -3px; }
    .distance-demo { min-height: 480px; border-radius: 35px; padding: 20px; }
    .partner-dot { width: 68px; height: 68px; }
    .distance-readout { min-width: 104px; }
    .distance-readout strong { font-size: 1.55rem; }
    .feature-wide { grid-column: auto; grid-template-columns: 1fr; }
    .feature-screen { min-height: 520px; }
    .phone-stack { min-height: 570px; transform: scale(.82); margin-inline: -70px; }
    .privacy-card { gap: 35px; padding: 35px 24px; }
    .waitlist-card { grid-template-columns: 1fr; padding: 34px 22px; text-align: center; }
    .waitlist-card > img { margin-inline: auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .footer-grid > div:first-child { grid-column: 1/-1; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .content-main { padding-top: 125px; }
    .empty-state { padding: 45px 22px; }
}

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