:root{color-scheme:light;--canvas:oklch(97% .008 255);--canvas-alt:oklch(95% .012 262);--surface:oklch(99% .004 260);--surface-soft:oklch(96% .012 254);--surface-strong:oklch(94% .017 252);--text:oklch(30% .07 275);--text-strong:oklch(23% .08 275);--text-muted:oklch(48% .04 272);--text-subtle:oklch(56% .036 266);--line:oklch(86% .02 260);--line-strong:oklch(79% .03 258);--primary:oklch(46% .13 278);--primary-strong:oklch(40% .15 278);--primary-soft:oklch(92% .04 284);--lavender-soft:oklch(95% .026 300);--info:oklch(79% .08 190);--info-strong:oklch(39% .085 195);--info-soft:oklch(95% .035 190);--blush-strong:oklch(42% .1 344);--blush-soft:oklch(96% .035 344);--success:oklch(66% .12 170);--success-strong:oklch(39% .095 170);--success-soft:oklch(94% .04 170);--focus:oklch(72% .12 245);--ink-on-accent:oklch(99% .004 260);--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:clamp(4.5rem, 8vw, 7.5rem);--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-pill:999px;--font-body:Aptos, "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif;--font-display:"Aptos Display", Aptos, "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif;--ease-out:cubic-bezier(.25, 1, .5, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);min-width:20rem;color:var(--text);font:1rem/1.55 var(--font-body);font-kerning:normal;text-rendering:optimizelegibility;margin:0}img,svg{max-width:100%;display:block}a{color:inherit}button,input{font:inherit}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.shell{width:min(100% - 2rem,76rem);margin-inline:auto}.skip-link{top:var(--space-md);left:var(--space-md);z-index:100;border-radius:var(--radius-pill);background:var(--text-strong);color:#fff;padding:.7rem 1rem;position:fixed;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;border-bottom:1px solid var(--line);backdrop-filter:blur(14px);background:oklch(97% .008 255/.94);position:sticky;top:0}.site-header__inner{align-items:center;gap:var(--space-sm) var(--space-md);min-height:4.5rem;padding-block:var(--space-xs);grid-template-columns:1fr auto;display:grid}.brand-lockup{width:max-content;color:var(--text-strong);font:800 1.25rem/1 var(--font-display);align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.brand-lockup img{border-radius:.62rem}.site-header__inner>.button{display:none}.site-nav{scrollbar-width:none;grid-column:1/-1;gap:.15rem;display:flex;overflow-x:auto}.site-nav::-webkit-scrollbar{display:none}.site-nav a{border-radius:var(--radius-pill);min-height:2.75rem;color:var(--text-muted);transition:color .18s var(--ease-out), background .18s var(--ease-out);flex:none;padding:.7rem .8rem;font-size:.9rem;font-weight:700;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{background:var(--surface-strong);color:var(--text-strong)}.button{border:1px solid var(--primary);border-radius:var(--radius-pill);background:var(--primary);min-height:2.75rem;color:var(--ink-on-accent);transition:background .18s var(--ease-out), border-color .18s var(--ease-out), transform .12s var(--ease-out);justify-content:center;align-items:center;padding:.72rem 1.1rem;font-size:.9rem;font-weight:750;text-decoration:none;display:inline-flex}.button:hover{border-color:var(--primary-strong);background:var(--primary-strong)}.button:active{transform:scale(.98)}.button:disabled{cursor:not-allowed;opacity:.52;transform:none}.button--small{min-height:2.5rem;padding-inline:1rem}.button--secondary{border-color:var(--line-strong);background:var(--surface);color:var(--text-strong)}.button--secondary:hover{border-color:var(--text-muted);background:var(--surface-strong)}.text-link{align-items:center;gap:var(--space-xs);min-height:2.75rem;color:var(--primary-strong);text-underline-offset:.25rem;font-weight:750;display:inline-flex}.text-link--light{color:var(--ink-on-accent)}.hero{background:radial-gradient(circle at 18% 14%, var(--lavender-soft) 0, transparent 31rem), radial-gradient(circle at 85% 44%, var(--info-soft) 0, transparent 26rem), var(--canvas);padding-top:clamp(3rem,7vw,6.25rem);overflow:hidden}.hero__copy{text-align:center}.hero__brand{margin:0 0 var(--space-md);color:var(--primary-strong);font-size:.92rem;font-weight:750}.hero h1{max-width:13ch;color:var(--text-strong);font:750 clamp(3rem, 8vw, 6.25rem)/.96 var(--font-display);letter-spacing:0;margin:0 auto}.hero__lead{max-width:42rem;margin:var(--space-lg) auto 0;color:var(--text-muted);font-size:1.12rem;line-height:1.55}.hero__actions{justify-content:center;gap:var(--space-sm);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.hero__product{margin-top:clamp(2.5rem,6vw,5.5rem)}.product-scene{min-height:clamp(26rem,58vw,43rem);position:relative}.product-window{border:1px solid var(--line-strong);border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--surface);width:min(100%,68rem);animation:product-enter .7s var(--ease-out) both;margin-inline:auto;overflow:hidden;box-shadow:0 2rem 5rem oklch(35% .05 270/.15)}.product-window__topbar{height:3.8rem;padding-inline:var(--space-lg);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.mini-brand{align-items:center;gap:var(--space-xs);color:var(--text-strong);display:flex}.mini-brand img{border-radius:var(--radius-sm)}.profile-chip{align-items:center;gap:var(--space-xs);font-size:.78rem;font-weight:700;display:flex}.profile-chip span{background:var(--primary-soft);width:1.8rem;height:1.8rem;color:var(--primary-strong);border-radius:50%;place-items:center;display:grid}.product-window__body{grid-template-columns:8.5rem 1fr;min-height:31rem;display:grid}.mock-sidebar{gap:var(--space-xs);padding:var(--space-lg) var(--space-md);border-right:1px solid var(--line);background:var(--surface-soft);flex-direction:column;display:flex}.mock-sidebar span{border-radius:var(--radius-pill);color:var(--text-subtle);padding:.55rem .75rem;font-size:.72rem;font-weight:700}.mock-sidebar .is-active{background:var(--primary);color:var(--ink-on-accent)}.mock-dashboard{background:var(--canvas-alt);min-width:0;padding:clamp(1rem,3vw,2rem)}.mock-welcome{justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-lg);border-radius:var(--radius-lg);background:var(--lavender-soft);display:flex}.mock-welcome>div{gap:.3rem;display:grid}.mock-welcome strong{color:var(--text-strong);font-size:clamp(1rem,2.4vw,1.55rem);line-height:1.15}.mock-kicker{color:var(--text-muted);font-size:.72rem}.privacy-status{white-space:nowrap;color:var(--success-strong);align-items:center;gap:.45rem;font-size:.68rem;font-weight:750;display:flex}.privacy-status i{background:var(--success);border-radius:50%;width:.55rem;height:.55rem}.mock-summary{gap:var(--space-md);margin-top:var(--space-md);grid-template-columns:minmax(0,1.5fr) minmax(12rem,.8fr);display:grid}.trend-panel,.latest-panel{min-width:0;padding:var(--space-lg);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.panel-heading{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);color:var(--text-muted);font-size:.68rem;font-weight:700;display:flex}.panel-heading>div{gap:.25rem;display:grid}.panel-heading strong{color:var(--text-strong);font-size:clamp(1.35rem,3vw,2rem);line-height:1}.panel-heading small{font-size:.65rem;font-weight:500}.quiet-chip{border-radius:var(--radius-pill);background:var(--surface-soft);padding:.32rem .55rem}.trend-panel svg{width:100%;height:11rem;margin-top:var(--space-sm);pointer-events:none;user-select:none;overflow:visible}.chart-area{fill:url(#chart-fill)}.chart-line{fill:none;stroke:var(--primary);stroke-width:5px;stroke-linecap:round}.trend-panel circle{fill:var(--surface);stroke:var(--primary);stroke-width:5px}.chart-labels{color:var(--text-subtle);justify-content:space-between;font-size:.65rem;display:flex}.fresh-label{color:var(--success-strong)}.reading-row{gap:.2rem var(--space-sm);padding-block:var(--space-md);border-bottom:1px solid var(--line);grid-template-columns:1fr auto;display:grid}.reading-row:last-child{border-bottom:0}.reading-row>span{color:var(--text-muted);font-size:.7rem}.reading-row strong{color:var(--text-strong);font-size:.82rem}.reading-row small{color:var(--text-subtle);grid-column:1/-1;font-size:.6rem}.phone-window{border:.42rem solid var(--text-strong);background:var(--surface);width:clamp(10.5rem,21vw,15.5rem);min-height:clamp(21rem,43vw,31rem);animation:phone-enter .8s .12s var(--ease-out) both;border-radius:clamp(1.7rem,4vw,2.4rem);padding:1.6rem clamp(.75rem,2vw,1.1rem) .8rem;position:absolute;bottom:0;right:clamp(0rem,2vw,1.5rem);box-shadow:0 2rem 4rem oklch(25% .06 275/.25)}.phone-window__notch{border-radius:var(--radius-pill);background:var(--text-strong);width:35%;height:.65rem;position:absolute;top:.4rem;left:50%;transform:translate(-50%)}.phone-window__header{color:var(--text-strong);justify-content:space-between;align-items:center;margin:.6rem 0 1.2rem;font-size:.68rem;font-weight:700;display:flex}.phone-window__header img{border-radius:.45rem}.phone-label{color:var(--text-subtle);font-size:.58rem}.phone-title{max-width:10ch;color:var(--text-strong);margin-top:.2rem;font-size:clamp(.9rem,2vw,1.25rem);line-height:1.1;display:block}.phone-reading{border-radius:var(--radius-md);gap:.2rem;margin-top:.75rem;padding:clamp(.65rem,2vw,1rem);display:grid}.phone-reading span,.phone-reading small{font-size:clamp(.45rem,1vw,.6rem)}.phone-reading strong{color:var(--text-strong);font-size:clamp(1rem,2.5vw,1.4rem);line-height:1}.phone-reading--seafoam{background:var(--info-soft);color:var(--info-strong)}.phone-reading--lavender{background:var(--lavender-soft);color:var(--primary-strong)}.phone-tabs{border-top:1px solid var(--line);color:var(--text-subtle);justify-content:space-around;margin-top:1rem;padding-top:.65rem;font-size:clamp(.42rem,1vw,.58rem);display:flex}.phone-tabs span:first-child{color:var(--primary);font-weight:800}@keyframes product-enter{0%{opacity:0;transform:translateY(2rem)scale(.985)}to{opacity:1;transform:none}}@keyframes phone-enter{0%{opacity:0;transform:translate(1rem,2.5rem)rotate(2deg)}to{opacity:1;transform:none}}.trust-strip{border-block:1px solid var(--line);background:var(--surface)}.trust-strip__inner{grid-template-columns:repeat(2,1fr);display:grid}.trust-strip span{min-height:4.6rem;padding:var(--space-sm);color:var(--text-muted);text-align:center;place-items:center;font-size:.78rem;font-weight:750;display:grid}.trust-strip span:nth-child(odd){border-right:1px solid var(--line)}.trust-strip span:nth-child(-n+2){border-bottom:1px solid var(--line)}.story-section,.profiles-section,.companion-section{padding-block:var(--space-3xl)}.section-intro{max-width:48rem}.section-intro h2,.pattern-band h2,.profiles-section h2,.privacy-section h2,.companion-section h2,.launch-section h2,.legal-page h1,.status-page h1{color:var(--text-strong);font:750 clamp(2.15rem, 5vw, 4.4rem)/1.02 var(--font-display);letter-spacing:0;margin:0}.section-intro>p:last-child{max-width:42rem;margin-top:var(--space-lg);color:var(--text-muted);font-size:1.08rem}.record-composition{gap:var(--space-2xl);margin-top:clamp(3rem,8vw,6rem);display:grid}.record-composition__copy{max-width:30rem}.record-composition h3{color:var(--text-strong);margin:0;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.05}.record-composition__copy p,.profiles-section__copy p,.companion-section__copy>p{color:var(--text-muted)}.plain-list{gap:var(--space-sm);margin:var(--space-lg) 0 0;padding:0;list-style:none;display:grid}.plain-list li{gap:var(--space-sm);color:var(--text-strong);align-items:center;font-weight:700;display:flex}.plain-list li:before{content:"";border:2px solid var(--primary);border-radius:50%;flex:none;width:.55rem;height:.55rem}.timeline-art{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}.timeline-art__header{padding:var(--space-lg);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.timeline-art__header strong{color:var(--text-strong);font-size:1.2rem}.timeline-art__header span{color:var(--text-muted);font-size:.8rem}.timeline-row{gap:var(--space-md);padding:var(--space-md);border-bottom:1px solid var(--line);grid-template-columns:2.4rem minmax(8rem,1fr);align-items:center;display:grid}.timeline-row:last-child{border-bottom:0}.timeline-row>div{display:grid}.timeline-row strong{color:var(--text-strong)}.timeline-row small{color:var(--text-subtle)}.timeline-row>span:last-child{border-radius:var(--radius-pill);background:var(--surface-soft);width:max-content;max-width:100%;color:var(--text-muted);grid-column:2;padding:.35rem .6rem;font-size:.68rem;font-weight:700}.timeline-date{background:var(--surface-strong);width:2.4rem;height:2.4rem;color:var(--text-strong);border-radius:50%;place-items:center;font-weight:800;display:grid}.timeline-row--lavender .timeline-date{background:var(--lavender-soft);color:var(--primary-strong)}.timeline-row--seafoam .timeline-date{background:var(--info-soft);color:var(--info-strong)}.timeline-row--blush .timeline-date{background:var(--blush-soft);color:var(--blush-strong)}.pattern-band{padding-block:var(--space-3xl);background:var(--primary-strong);color:oklch(93% .025 282)}.pattern-band__inner{gap:var(--space-2xl);align-items:center;display:grid}.pattern-art{border-radius:var(--radius-lg);background:oklch(43% .135 278);border:1px solid oklch(68% .08 278);padding:clamp(1.2rem,4vw,2.5rem)}.pattern-art__top,.pattern-art__legend{justify-content:space-between;gap:var(--space-md);color:oklch(85% .045 282);font-size:.72rem;display:flex}.pattern-art__metric{margin-top:var(--space-xl);display:grid}.pattern-art__metric strong{color:#fff;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.pattern-art__metric span{margin-top:.35rem}.pattern-art svg{width:100%;height:clamp(10rem,28vw,16rem);margin-block:var(--space-sm);pointer-events:none;user-select:none;overflow:visible}.pattern-art path{fill:none;stroke:oklch(83% .1 190);stroke-width:5px;stroke-linecap:round}.pattern-art circle{fill:var(--primary-strong);stroke:oklch(83% .1 190);stroke-width:5px}.pattern-band h2{color:#fff}.pattern-band__copy p{color:oklch(88% .03 282);max-width:35rem;font-size:1.06rem}.profiles-section{gap:var(--space-2xl);align-items:center;display:grid}.profiles-section__copy{max-width:34rem}.profile-stack{gap:var(--space-sm);display:grid}.profile-card{align-items:center;gap:var(--space-md);min-height:5.5rem;padding:var(--space-md);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:auto 1fr auto;display:grid}.profile-avatar{background:var(--primary-soft);width:3.5rem;height:3.5rem;color:var(--primary-strong);border-radius:50%;place-items:center;font-size:1.2rem;font-weight:800;display:grid}.profile-card>div{display:grid}.profile-card strong{color:var(--text-strong)}.profile-card small{color:var(--text-subtle)}.profile-status{color:var(--text-muted);font-size:.72rem;font-weight:750}.profile-card--blush .profile-avatar{background:var(--blush-soft);color:var(--blush-strong)}.profile-card--seafoam .profile-avatar{background:var(--info-soft);color:var(--info-strong)}.privacy-section{padding-block:var(--space-3xl);background:var(--info-soft)}.privacy-section__inner{gap:var(--space-2xl);align-items:center;display:grid}.privacy-section__copy{max-width:42rem}.privacy-section h2{color:var(--info-strong)}.privacy-section__copy>p{color:oklch(36% .06 195);max-width:40rem}.privacy-proof{border-radius:var(--radius-lg);background:var(--surface);border:1px solid oklch(84% .05 190);padding:clamp(1.25rem,4vw,2.5rem)}.privacy-proof__mark{width:5rem;height:5rem;margin-bottom:var(--space-xl);border:1px solid var(--line);background:var(--info-soft);border-radius:50%;position:relative}.privacy-proof__mark span{border:.22rem solid var(--info-strong);transform-origin:50% 85%;border-radius:50% 50% 35% 35%;width:1.25rem;height:2.6rem;position:absolute;top:50%;left:50%}.privacy-proof__mark span:first-child{transform:translate(-50%,-64%)}.privacy-proof__mark span:nth-child(2){transform:translate(-50%,-64%)rotate(120deg)}.privacy-proof__mark span:nth-child(3){transform:translate(-50%,-64%)rotate(240deg)}.privacy-proof dl{margin:0}.privacy-proof dl div{gap:var(--space-md);padding-block:var(--space-md);border-bottom:1px solid var(--line);grid-template-columns:1fr auto;display:grid}.privacy-proof dl div:last-child{border-bottom:0}.privacy-proof dt{color:var(--text-muted)}.privacy-proof dd{color:var(--text-strong);text-align:right;margin:0;font-weight:750}.companion-section{gap:var(--space-2xl);align-items:center;display:grid}.companion-visual{border-radius:var(--radius-lg);background:var(--lavender-soft);place-items:end center;min-height:35rem;display:grid;overflow:hidden}.companion-phone{border:.48rem solid var(--text-strong);background:var(--surface);border-bottom:0;border-radius:2.5rem 2.5rem 0 0;width:min(70%,17rem);min-height:31rem;margin-top:4rem;padding:2.2rem 1.2rem 1rem;position:relative}.companion-phone__brand{align-items:center;gap:var(--space-xs);color:var(--text-strong);display:flex}.companion-phone__brand img{border-radius:var(--radius-sm)}.companion-phone__label{width:max-content;margin-top:var(--space-xl);border-radius:var(--radius-pill);background:var(--success-soft);color:var(--success-strong);padding:.3rem .55rem;font-size:.68rem;font-weight:750;display:block}.companion-phone__title{margin-top:var(--space-md);color:var(--text-strong);font-size:1.7rem;line-height:1.05;display:block}.companion-ring{width:9.5rem;height:9.5rem;margin:var(--space-xl) auto;border:.75rem solid var(--primary-soft);border-top-color:var(--primary);border-right-color:var(--primary);border-radius:50%;place-items:center;display:grid;transform:rotate(22deg)}.companion-ring span{color:var(--text-strong);text-align:center;font-size:1.65rem;font-weight:800;line-height:1;display:grid;transform:rotate(-22deg)}.companion-ring small{color:var(--text-subtle);margin-top:.3rem;font-size:.68rem;font-weight:600}.companion-phone__row{padding-top:var(--space-md);border-top:1px solid var(--line);color:var(--text-muted);justify-content:space-between;font-size:.75rem;display:flex}.companion-phone__row strong{color:var(--text-strong)}.companion-section__copy{max-width:34rem}.availability-note{padding-top:var(--space-md);border-top:1px solid var(--line);font-size:.88rem}.launch-section{padding-block:var(--space-3xl);background:var(--blush-soft)}.launch-section__inner{gap:var(--space-2xl);align-items:center;display:grid}.launch-section h2{max-width:13ch}.launch-summary{max-width:36rem;color:var(--text-muted)}.launch-status{margin:var(--space-md) 0 0;border-radius:var(--radius-pill);background:var(--surface);color:var(--blush-strong);padding:.35rem .65rem;font-size:.78rem;font-weight:750;display:inline-flex}.launch-form{border-radius:var(--radius-lg);background:var(--surface);border:1px solid oklch(87% .04 344);padding:clamp(1.25rem,4vw,2rem)}.launch-form label{margin-bottom:var(--space-xs);color:var(--text-strong);font-size:.9rem;font-weight:750;display:block}.launch-form__controls{gap:var(--space-sm);display:grid}.launch-form input{border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface-soft);min-width:0;min-height:2.75rem;color:var(--text);padding:.72rem .86rem}.launch-form input:disabled{opacity:.7}.launch-form p{margin:var(--space-sm) 0 0;color:var(--text-subtle);font-size:.78rem}.legal-page,.status-page{padding-block:var(--space-3xl)}.legal-page__header,.status-page__inner{max-width:52rem}.legal-page__header>p,.status-page__inner>p{max-width:42rem;color:var(--text-muted);font-size:1.08rem}.legal-page__meta{margin-bottom:var(--space-md);border-radius:var(--radius-pill);background:var(--primary-soft);color:var(--primary-strong);padding:.35rem .6rem;font-size:.75rem;font-weight:750;display:inline-flex}.legal-content{gap:var(--space-xl);max-width:48rem;margin-top:var(--space-2xl);display:grid}.legal-content section{padding-top:var(--space-lg);border-top:1px solid var(--line)}.legal-content h2{margin:0 0 var(--space-sm);color:var(--text-strong);font-size:1.5rem;line-height:1.2}.legal-content h3{color:var(--text-strong)}.legal-content p,.legal-content li{color:var(--text-muted)}.legal-content a{color:var(--primary-strong);text-underline-offset:.2rem}.legal-content code{overflow-wrap:anywhere}.status-page{align-items:center;min-height:60vh;display:grid}.status-page__actions{gap:var(--space-sm);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.status-note{max-width:40rem;margin-top:var(--space-xl);padding:var(--space-md);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--text-muted)}.site-footer{padding-block:var(--space-2xl) var(--space-lg);border-top:1px solid var(--line);background:var(--surface)}.site-footer__grid{gap:var(--space-xl);display:grid}.site-footer__grid p{max-width:25rem;color:var(--text-muted)}.site-footer nav{gap:var(--space-md) var(--space-lg);flex-wrap:wrap;align-content:start;display:flex}.site-footer nav a{min-height:2.75rem;color:var(--text-muted);text-underline-offset:.2rem;font-weight:700}.site-footer__legal{justify-content:space-between;gap:var(--space-sm) var(--space-lg);margin-top:var(--space-xl);padding-top:var(--space-md);border-top:1px solid var(--line);color:var(--text-subtle);flex-wrap:wrap;font-size:.75rem;display:flex}@media (width>=40rem){.site-header__inner{grid-template-columns:auto 1fr auto}.site-nav{grid-column:auto;justify-content:center}.site-header__inner>.button{display:inline-flex}.trust-strip__inner{grid-template-columns:repeat(4,1fr)}.trust-strip span{border-right:1px solid var(--line);border-bottom:0!important}.trust-strip span:last-child{border-right:0}.timeline-row{padding:var(--space-md) var(--space-lg);grid-template-columns:2.4rem minmax(9rem,1fr) auto}.timeline-row>span:last-child{grid-column:auto}.launch-form__controls{grid-template-columns:minmax(0,1fr) auto}}@media (width>=52rem){.record-composition{grid-template-columns:.75fr 1.25fr;align-items:center}.pattern-band__inner{grid-template-columns:1.25fr .75fr}.profiles-section,.privacy-section__inner,.companion-section,.launch-section__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stack{transform:rotate(1deg)}.profile-card:nth-child(2){transform:translate(-1.5rem)}.companion-section__copy{order:-1}.site-footer__grid{grid-template-columns:1fr auto}}@media (width<=44rem){.product-window__body{grid-template-columns:1fr;min-height:24rem}.mock-sidebar,.latest-panel{display:none}.mock-summary{grid-template-columns:1fr}.mock-welcome{flex-direction:column;align-items:flex-start}.phone-window{right:-.6rem}}@media (width<=30rem){.shell{width:min(100% - 1.25rem,76rem)}.hero h1{font-size:clamp(2.7rem,15vw,4rem)}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .text-link{justify-content:center}.product-scene{min-height:24rem}.mock-dashboard{padding:.65rem}.mock-welcome,.trend-panel{padding:.8rem}.trend-panel svg{height:8rem}.phone-window{border-width:.34rem;width:9.2rem;min-height:18.5rem}.phone-reading{margin-top:.55rem}.profile-card{grid-template-columns:auto 1fr}.profile-status{grid-column:2}.privacy-proof dl div{grid-template-columns:1fr;gap:.2rem}.privacy-proof dd{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
