:root{--bg: #071018;--bg-elevated: rgba(18, 26, 38, .82);--surface: rgba(255, 255, 255, .04);--surface-strong: rgba(255, 255, 255, .08);--line: rgba(255, 255, 255, .09);--text: #f4eee4;--text-soft: rgba(244, 238, 228, .72);--text-faint: rgba(244, 238, 228, .48);--orange: #ff7e4b;--orange-soft: rgba(255, 126, 75, .22);--teal: #35d8d1;--teal-soft: rgba(53, 216, 209, .2);--shadow-lg: 0 30px 90px rgba(0, 0, 0, .45);--radius-xl: 32px;--radius-lg: 22px;--radius-md: 16px;--container: min(1360px, calc(100vw - 96px) );--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;--gutter: max(0px, calc((100vw - var(--container)) / 2));--rail-w-min: 156px;--rail-w-max: 206px;--rail-breath: 24px;--rail-w: clamp(var(--rail-w-min), calc(var(--gutter) - (var(--rail-breath) * 2)), var(--rail-w-max))}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:radial-gradient(circle at top right,rgba(255,126,75,.08),transparent 28%),radial-gradient(circle at 0% 80%,rgba(53,216,209,.05),transparent 22%),#050b12;color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,a.button{font:inherit}main{overflow:clip}.container{width:var(--container);margin:0 auto}.narrow{max-width:760px}.section{position:relative;padding:108px 0}.section-anchor{scroll-margin-top:96px}.eyebrow,.section-tag{margin:0 0 18px;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:600;color:var(--text-faint)}h1,h2,h3{margin:0}h1,h2{font-family:var(--font-display);font-weight:500;line-height:.95;letter-spacing:-.04em}p{margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid transparent;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg,#f5ede0,#d8c6b7);color:#090f16;box-shadow:0 12px 30px #f8e8d62e}.button--ghost{background:#ffffff0a;border-color:#ffffff24;color:var(--text)}.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(18px);background:linear-gradient(to bottom,#050b12e0,#050b1294);border-bottom:1px solid rgba(255,255,255,.05)}.header-shell{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:24px}.brand{display:inline-flex;align-items:center;font-weight:650;letter-spacing:-.035em}.brand-text{font-size:2rem}.desktop-nav{display:flex;align-items:center;gap:28px;color:#f4eee4c7}.desktop-nav a,.mobile-panel a{position:relative;transition:color .22s ease}.desktop-nav a.is-active,.desktop-nav a:hover,.mobile-panel a.is-active,.mobile-panel a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:12px}.menu-toggle{display:none;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:var(--text);padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{width:18px;height:2px;border-radius:999px;background:currentColor}.mobile-panel{display:none}.left-rail{position:fixed;top:50%;left:clamp(16px,1.55vw,30px);z-index:20;width:162px;transform:translateY(-50%);pointer-events:none}.left-rail__nav{position:relative;display:grid;gap:0}.left-rail__nav:before{content:"";position:absolute;top:34px;bottom:34px;left:8px;width:1px;background:linear-gradient(to bottom,transparent,rgba(244,238,228,.16) 11%,rgba(244,238,228,.16) 89%,transparent)}.left-rail__item{position:relative;display:flex;align-items:center;min-height:72px;color:#f4eee461;pointer-events:auto}.left-rail__marker{position:relative;z-index:2;flex:0 0 auto;width:17px;height:17px;display:grid;place-items:center}.left-rail__marker:before,.left-rail__marker:after{content:"";position:absolute;left:50%;top:50%;border-radius:999px;background:currentColor;transform:translate(-50%,-50%);transition:width .22s ease,height .22s ease,opacity .22s ease,background .22s ease,box-shadow .22s ease}.left-rail__marker:before{width:11px;height:1px}.left-rail__marker:after{width:1px;height:11px}.left-rail__item:hover{color:#f4eee4b8}.left-rail__item.is-active .left-rail__marker:before,.left-rail__item.is-active .left-rail__marker:after{width:8px;height:8px;background:#efe5d6;box-shadow:0 0 0 4px #efe5d612,0 0 18px #efddc44d}.left-rail__copy{position:relative;display:flex;align-items:center;margin-left:14px;max-width:0;overflow:hidden;opacity:0;transform:translate(-8px);white-space:nowrap;transition:max-width .28s ease,opacity .22s ease,transform .28s ease}.left-rail__copy:before{content:"";width:22px;height:1px;margin-right:10px;background:linear-gradient(to right,#efe5d69e,#efe5d60f)}.left-rail__item.is-active .left-rail__copy{max-width:130px;opacity:1;transform:translate(0)}.left-rail__label{font-size:.76rem;font-weight:650;letter-spacing:.055em;color:var(--text)}.hero{min-height:calc(100svh - 84px);display:flex;align-items:center;padding-top:28px;background:radial-gradient(circle at 78% 26%,rgba(255,126,75,.14),transparent 28%),radial-gradient(circle at 26% 20%,rgba(255,255,255,.03),transparent 28%),linear-gradient(180deg,#ffffff03,#fff0)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.14),transparent)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(460px,.82fr);gap:clamp(48px,6vw,92px);align-items:center}.hero__content{max-width:780px}.hero__content h1{max-width:12ch;font-size:clamp(4rem,6.4vw,6.55rem)}.hero__content h1 span{display:block}.hero__lede{max-width:590px;margin-top:22px;font-size:1.18rem;color:#f4eee4c7}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.pill-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.pill{padding:11px 16px;border-radius:999px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#f4eee4c7;font-size:.95rem}.scroll-hint{margin-top:30px;display:inline-flex;align-items:center;gap:10px;color:var(--text-faint)}.scroll-hint__arrow{font-size:1.1rem}.hero__visual{display:flex;justify-content:center;align-items:center;min-height:560px}.hero-orb{position:relative;width:min(640px,100%);aspect-ratio:1;filter:drop-shadow(0 36px 80px rgba(0,0,0,.34))}.hero-orb__halo{position:absolute;inset:10%;border-radius:50%;background:radial-gradient(circle,rgba(255,126,75,.14),rgba(255,126,75,.04) 36%,transparent 70%);filter:blur(14px)}.hero-orb__sphere{position:absolute;inset:16% 18% 24% 20%;border-radius:999px;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.22),transparent 18%),radial-gradient(circle at 58% 42%,rgba(255,126,75,.26),transparent 24%),radial-gradient(circle at 72% 76%,rgba(42,54,69,.5),transparent 30%),linear-gradient(145deg,#202832,#0b1119 58%,#050910);box-shadow:inset -26px -36px 64px #0000007a,inset 14px 12px 28px #ffffff0a,0 24px 90px #0000007a}.hero-orb__rings:before,.hero-orb__rings:after{content:"";position:absolute;inset:23% 4% 22% 6%;border-radius:50%;border:2px solid rgba(255,126,75,.62);transform:rotate(-13deg);filter:drop-shadow(0 0 18px rgba(255,126,75,.3))}.hero-orb__rings:after{inset:30% 12% 31%;border-color:#ff7e4b42}.hero-orb__bars{position:absolute;right:11%;top:16%;bottom:18%;width:150px;background:repeating-linear-gradient(to right,#ff7e4b00,#ff7e4b00 13px,#ff7e4b75 14px 16px);mask-image:linear-gradient(to bottom,transparent,black 12%,black 88%,transparent)}.app-section{overflow:hidden}.app-section--warm{background:radial-gradient(circle at 82% 18%,rgba(255,126,75,.24),transparent 22%),radial-gradient(circle at 30% 72%,rgba(255,126,75,.1),transparent 26%),linear-gradient(180deg,#100d11,#0b0c10)}.app-section--cool{background:radial-gradient(circle at 10% 50%,rgba(53,216,209,.16),transparent 24%),radial-gradient(circle at 80% 32%,rgba(53,216,209,.1),transparent 24%),linear-gradient(180deg,#07121a,#051018)}.app-section__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:48px;align-items:center}.app-section__grid.is-reverse{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.app-section__grid.is-reverse .app-section__content{order:2}.app-section__grid.is-reverse .app-section__media{order:1}.app-section__content h2{font-size:clamp(3rem,5vw,4.6rem)}.app-section__subtitle{margin-top:14px;font-size:1.8rem;color:var(--text)}.app-section__description{margin-top:18px;max-width:630px;font-size:1.08rem;color:#f4eee4c7}.feature-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:12px}.feature-list li{position:relative;padding-left:28px;color:#f4eee4c7}.feature-list li:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;border-radius:999px;background:currentColor;box-shadow:0 0 0 6px #ffffff08}.app-section--warm .feature-list li:before{color:var(--orange)}.app-section--cool .feature-list li:before{color:var(--teal)}.store-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.store-button{min-width:190px;padding:15px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;display:flex;flex-direction:column;gap:2px}.store-button__label{font-weight:600}.store-button__meta{color:var(--text-faint);font-size:.88rem}.store-button.is-soon{cursor:default}.app-section__media{min-height:580px;display:grid;place-items:center}.echo-collage{position:relative;width:min(700px,100%);min-height:620px}.device-frame,.device-card{position:absolute;border-radius:42px;box-shadow:var(--shadow-lg);overflow:hidden}.device-frame{background:#090c10;border:1px solid rgba(255,255,255,.14)}.device-frame img,.device-card img{width:100%;height:100%;object-fit:cover}.device-frame--record{width:40%;aspect-ratio:.455;left:26%;top:6%;z-index:2}.device-frame--reminders{width:34%;aspect-ratio:.455;right:8%;top:10%;z-index:1}.device-frame.is-tilted{transform:rotate(6deg)}.device-card--detail{width:26%;aspect-ratio:.53;right:0;bottom:2%;border-radius:28px;background:#0e1014c2;backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1)}.echo-waves{position:absolute;inset:auto 8% 12% 6%;height:180px;background:radial-gradient(circle at 0 100%,rgba(255,126,75,.22),transparent 40%)}.echo-waves:before,.echo-waves:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,126,75,.4),transparent);mask-image:radial-gradient(circle at left bottom,black 8%,transparent 8.5%),linear-gradient(#000,#000);opacity:.35}.scout-stage{position:relative;width:min(560px,100%);min-height:620px;display:grid;place-items:center}.scout-stage__radar{position:absolute;width:440px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(53,216,209,.14) 0 4%,transparent 4.5%),radial-gradient(circle,transparent 0 28%,rgba(53,216,209,.1) 28.5% 29%,transparent 29.5% 44%,rgba(53,216,209,.08) 44.5% 45%,transparent 45.5%),linear-gradient(90deg,transparent 49.4%,rgba(53,216,209,.12) 49.5% 50.5%,transparent 50.6%),linear-gradient(transparent 49.4%,rgba(53,216,209,.12) 49.5% 50.5%,transparent 50.6%);filter:drop-shadow(0 0 20px rgba(53,216,209,.16))}.device-frame--scout{position:relative;width:min(330px,100%);aspect-ratio:.455;z-index:2}.values{position:relative;isolation:isolate;padding-top:clamp(56px,4.5vw,72px);padding-bottom:clamp(78px,6vw,102px);overflow:hidden;background:radial-gradient(circle at 17% 22%,rgba(255,126,75,.045),transparent 28%),radial-gradient(circle at 83% 72%,rgba(53,216,209,.04),transparent 26%),linear-gradient(180deg,#060c12,#04090f)}.values:before{content:"";position:absolute;z-index:-1;left:50%;top:42%;width:min(1120px,78vw);height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent,rgba(244,238,228,.08),transparent)}.values__intro{max-width:680px}.values__intro h2{max-width:12.5ch;font-size:clamp(3.15rem,4.7vw,4.3rem);line-height:.98}.values__intro h2 br{display:block}.values__intro p:last-child{max-width:620px;margin-top:17px;color:#f4eee4c2;line-height:1.68}.values__grid{position:relative;margin-top:42px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.value-card{position:relative;min-height:232px;padding:24px 24px 26px;border-radius:24px;overflow:hidden;background:linear-gradient(150deg,#ffffff0b,#ffffff05);border:1px solid rgba(255,255,255,.075);box-shadow:inset 0 1px #ffffff06,0 18px 44px #0000001f;transition:transform .26s cubic-bezier(.2,.78,.22,1),border-color .26s ease,background .26s ease,box-shadow .26s ease}.value-card:after{content:"";position:absolute;inset:auto 18% 0;height:1px;opacity:0;background:linear-gradient(90deg,transparent,rgba(255,147,91,.68),rgba(64,222,214,.5),transparent);transition:opacity .26s ease,inset .26s ease}.value-card:hover{transform:translateY(-5px);border-color:#ffbe9724;background:linear-gradient(150deg,#ffffff0f,#ffffff06);box-shadow:inset 0 1px #ffffff09,0 24px 54px #0003}.value-card:hover:after{inset-inline:10%;opacity:.72}.value-card__topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.value-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#6ae5ded1;background:#35d8d10e;border:1px solid rgba(86,231,223,.11);box-shadow:inset 0 1px #ffffff06}.value-card:nth-child(odd) .value-card__icon{color:#ff9760d6;background:#ff7e4b0e;border-color:#ff97601c}.value-card__icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.value-card h3{margin-bottom:12px;font-size:1.16rem;line-height:1.25;color:#fffaf3f0}.value-card p{color:#f4eee4b8;line-height:1.66}.site-footer{padding:38px 0 34px;background:linear-gradient(180deg,rgba(255,255,255,.008),transparent 42%),#04090f;border-top:1px solid rgba(255,255,255,.065)}.footer-grid{display:grid;grid-template-columns:minmax(280px,1.28fr) repeat(3,minmax(130px,.72fr));gap:clamp(34px,4.2vw,72px);align-items:start;padding-top:4px}.footer-brand{max-width:430px}.footer-brand h2{font-size:2.05rem;line-height:1}.footer-brand p,.site-footer li,.footer-bottom{color:#f4eee4a8}.footer-brand p{max-width:390px;margin-top:9px;line-height:1.58}.footer-column--combined{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(34px,4vw,68px)}.footer-heading{margin-bottom:13px;text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;color:#f4eee461}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.site-footer a{transition:color .18s ease,transform .18s ease;overflow-wrap:break-word}.site-footer a:hover{color:#fff8eff5}.footer-bottom{margin-top:32px;padding-top:18px;border-top:1px solid rgba(255,255,255,.055);display:flex;justify-content:space-between;gap:20px;font-size:.84rem}.subpage-hero{padding:130px 0 72px}.subpage-hero h1{font-size:clamp(3.2rem,7vw,5rem);margin-bottom:18px}.subpage-hero p{color:#f4eee4c7;font-size:1.05rem}.contact-stack{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.policy-card{margin-top:34px;padding:28px;border-radius:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);display:grid;gap:10px}.policy-card h2{margin-top:14px;font-size:1.4rem;line-height:1.1}.policy a{color:#ffd2be}.reveal{opacity:0;transform:translateY(24px);animation:revealIn .8s ease forwards;animation-play-state:paused}.reveal-fade{transform:none}@keyframes revealIn{to{opacity:1;transform:none}}@media(prefers-reduced-motion:no-preference){.reveal{animation-play-state:running}}@media(max-width:1100px){.hero__grid,.app-section__grid,.app-section__grid.is-reverse{grid-template-columns:1fr}.values__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 56px}.app-section__grid.is-reverse .app-section__content,.app-section__grid.is-reverse .app-section__media{order:initial}.hero{min-height:auto;padding-top:72px}.app-section__media{min-height:520px}.device-frame--record{left:18%}}@media(max-width:960px){.desktop-nav,.hide-mobile{display:none}.menu-toggle{display:inline-flex}.mobile-panel{display:none;padding:0 24px 18px;border-top:1px solid rgba(255,255,255,.06);background:#050b12f0;backdrop-filter:blur(18px)}body.nav-open .mobile-panel{display:grid;gap:4px}.mobile-panel a{display:flex;align-items:center;min-height:48px;padding:4px 2px;font-size:1.02rem}}@media(max-width:860px){.brand-text{font-size:1.58rem}.section{padding:84px 0}.hero__content h1,.app-section__content h2,.values__intro h2,.subpage-hero h1{font-size:clamp(2.9rem,13vw,4.3rem)}.hero__lede,.app-section__subtitle{font-size:1.1rem}.echo-collage,.scout-stage{min-height:500px}.device-frame--record{width:48%;left:10%}.device-frame--reminders{width:40%;right:4%}.device-card--detail{width:32%}.footer-bottom{flex-direction:column}}@media(max-width:560px){:root{--container: min(100vw - 28px, 100%)}.header-shell{min-height:76px}.hero__actions,.store-row,.contact-stack,.button,.store-button{width:100%}.pill-row{gap:10px}.pill{width:100%;justify-content:center;text-align:center}.app-section__media,.echo-collage{min-height:420px}.device-frame--record{width:58%;left:0;top:10%}.device-frame--reminders{width:44%;right:0;top:0}.device-card--detail{width:40%;right:6%;bottom:0}.scout-stage__radar{width:310px}.device-frame--scout{width:270px}.value-card{min-height:auto}}.hero__lede{line-height:1.65}.desktop-nav{font-size:.96rem}.desktop-nav a{color:#f4eee4ad}.scroll-hint{transition:color .22s ease,transform .22s ease}.scroll-hint:hover{color:var(--text);transform:translateY(2px)}@media(max-width:1360px){:root{--container: min(1180px, calc(100vw - 64px) )}}@media(max-width:1100px){.hero__visual{min-height:460px}.hero__content{max-width:900px}}@media(max-width:560px){.hero__content h1 span{display:inline}}html,body{border:0;outline:0}.site-header{background:#050a11c2;border-bottom-color:#fff1}.header-shell{min-height:80px}.brand-text{font-size:1.92rem;font-weight:720;letter-spacing:-.045em}.desktop-nav{gap:32px;font-size:.94rem}.desktop-nav a{color:#f4eee4a8}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:linear-gradient(90deg,#ff7e4bd9,#35d8d199);transition:right .22s ease}.desktop-nav a:hover:after,.desktop-nav a.is-active:after{right:0}.header-cta{min-height:46px;padding-inline:20px;background:#ffffff09;border-color:#ffffff29}.left-rail{left:clamp(22px,1.9vw,38px);width:188px}.left-rail__nav:before{top:30px;bottom:30px;left:7px;background:linear-gradient(to bottom,transparent,rgba(244,238,228,.13) 10%,rgba(244,238,228,.13) 90%,transparent)}.left-rail__item{min-height:76px;color:#f4eee440}.left-rail__marker{width:15px;height:15px}.left-rail__marker:before{width:9px;height:9px;border-radius:0;background:currentColor;clip-path:polygon(50% 0%,58% 40%,100% 50%,58% 60%,50% 100%,42% 60%,0% 50%,42% 40%);transform:translate(-50%,-50%) rotate(0);transition:transform .24s ease,width .24s ease,height .24s ease,opacity .24s ease,background .24s ease,box-shadow .24s ease}.left-rail__marker:after{width:19px;height:19px;border-radius:50%;background:transparent;border:1px solid transparent;opacity:0;transition:opacity .24s ease,border-color .24s ease,box-shadow .24s ease}.left-rail__item:hover{color:#f4eee499}.left-rail__item:hover .left-rail__marker:before{transform:translate(-50%,-50%) rotate(45deg) scale(1.08)}.left-rail__item.is-active{color:var(--text)}.left-rail__item.is-active .left-rail__marker:before{width:6px;height:6px;border-radius:50%;clip-path:none;background:#f3eadc;box-shadow:0 0 0 4px #f3eadc13,0 0 22px #ffcea561;transform:translate(-50%,-50%)}.left-rail__item.is-active .left-rail__marker:after{opacity:1;border-color:#f3eadc33;box-shadow:inset 0 0 12px #ff7e4b12}.left-rail__copy{margin-left:16px}.left-rail__copy:before{width:26px;margin-right:11px;background:linear-gradient(to right,#f3eadcb3,#f3eadc00)}.left-rail__item.is-active .left-rail__copy{max-width:150px}.left-rail__label{font-size:.78rem;font-weight:680;letter-spacing:.045em}.hero{padding-top:8px;background:radial-gradient(circle at 76% 28%,rgba(255,126,75,.075),transparent 26%),radial-gradient(circle at 86% 68%,rgba(53,216,209,.035),transparent 24%),radial-gradient(circle at 26% 18%,rgba(255,255,255,.022),transparent 26%),linear-gradient(180deg,#ffffff02,#fff0)}.hero__grid{grid-template-columns:minmax(0,1.04fr) minmax(500px,.96fr);gap:clamp(40px,5vw,80px)}.hero__content{max-width:820px;padding-left:clamp(0px,1.3vw,20px)}.hero__content h1{max-width:11.8ch;font-size:clamp(4.2rem,6.05vw,6.45rem);line-height:.96}.hero__lede{max-width:620px;color:#f4eee4c2}.hero__principles{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin-top:28px;color:#f4eee499;font-size:.93rem}.hero__principles span{position:relative;display:inline-flex;align-items:center;min-height:26px}.hero__principles span:not(:last-child):after{content:"";width:3px;height:3px;margin:0 16px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--teal));box-shadow:0 0 10px #ff7e4b59}.scroll-hint{margin-top:28px}.hero__visual{min-height:600px;justify-content:flex-start}.hero-signature{position:relative;width:min(620px,100%);aspect-ratio:1;isolation:isolate;filter:drop-shadow(0 34px 80px rgba(0,0,0,.38))}.hero-signature__grid{position:absolute;inset:11%;border-radius:48%;opacity:.34;background:linear-gradient(rgba(244,238,228,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(244,238,228,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:radial-gradient(circle,black 18%,rgba(0,0,0,.86) 42%,transparent 72%)}.hero-signature__halo{position:absolute;border-radius:50%;filter:blur(32px);opacity:.55}.hero-signature__halo--warm{width:46%;height:46%;right:16%;top:15%;background:#ff7e4b29}.hero-signature__halo--cool{width:38%;height:38%;left:19%;bottom:15%;background:#35d8d113}.hero-signature__mark{position:absolute;inset:17% 18% 18%;border-radius:38%;transform:rotate(-3deg);animation:meiByteFloat 8s ease-in-out infinite}.hero-signature__stem,.hero-signature__bridge,.hero-signature__core{position:absolute;display:block;background:linear-gradient(145deg,rgba(255,255,255,.16),transparent 22%),linear-gradient(155deg,#252e39,#0d141d 60%,#070b11);border:1px solid rgba(255,255,255,.07);box-shadow:inset 12px 10px 22px #ffffff06,inset -18px -24px 34px #0006,0 18px 55px #00000057}.hero-signature__stem{top:17%;bottom:17%;width:18%;border-radius:999px}.hero-signature__stem--left{left:8%;box-shadow:inset 2px 0 #ff7e4b4d,inset -18px -24px 34px #0006,0 18px 55px #00000057}.hero-signature__stem--right{right:8%;box-shadow:inset -2px 0 #35d8d138,inset -18px -24px 34px #0006,0 18px 55px #00000057}.hero-signature__bridge{top:23%;width:49%;height:17%;border-radius:999px;transform-origin:center}.hero-signature__bridge--left{left:16%;transform:rotate(40deg)}.hero-signature__bridge--right{right:16%;transform:rotate(-40deg)}.hero-signature__core{left:50%;top:50%;width:16%;aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle at 37% 33%,rgba(255,255,255,.26),transparent 22%),linear-gradient(145deg,#262f3b,#0a1018 70%);box-shadow:0 0 0 8px #ffffff05,0 22px 50px #0006}.hero-signature__orbit{position:absolute;left:8%;right:8%;top:29%;height:42%;border-radius:50%;pointer-events:none}.hero-signature__orbit--warm{border:1.5px solid rgba(255,126,75,.56);transform:rotate(-16deg);filter:drop-shadow(0 0 12px rgba(255,126,75,.22));animation:meiByteOrbitWarm 13s ease-in-out infinite alternate}.hero-signature__orbit--cool{left:23%;right:23%;top:8%;height:78%;border:1px solid rgba(53,216,209,.16);transform:rotate(58deg);filter:drop-shadow(0 0 10px rgba(53,216,209,.12));animation:meiByteOrbitCool 16s ease-in-out infinite alternate}.hero-signature__node{position:absolute;width:9px;height:9px;border-radius:50%;z-index:3}.hero-signature__node--warm{right:10%;top:47%;background:#ff9a64;box-shadow:0 0 0 6px #ff7e4b14,0 0 22px #ff7e4bb8}.hero-signature__node--cool{left:25%;bottom:13%;width:7px;height:7px;background:#52ddd7;box-shadow:0 0 0 5px #35d8d10f,0 0 18px #35d8d17a}@keyframes meiByteFloat{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-10px) rotate(-1deg)}}@keyframes meiByteOrbitWarm{0%{transform:rotate(-19deg) scaleX(.98)}to{transform:rotate(-11deg) scaleX(1.025)}}@keyframes meiByteOrbitCool{0%{transform:rotate(55deg) scaleY(.98)}to{transform:rotate(61deg) scaleY(1.02)}}@media(max-width:1360px){.hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr)}}@media(max-width:1100px){.hero__grid{grid-template-columns:1fr}.hero__visual{min-height:500px;justify-content:center}.hero-signature{width:min(560px,88vw)}}@media(max-width:700px){.hero__principles{align-items:flex-start;flex-direction:column;gap:9px}.hero__principles span:not(:last-child):after{display:none}.hero__visual{min-height:390px}.hero-signature{width:min(430px,92vw)}}@media(prefers-reduced-motion:reduce){.hero-signature__mark,.hero-signature__orbit--warm,.hero-signature__orbit--cool{animation:none}}.site-header{background:#04090fd1;border-bottom-color:#ffffff13;box-shadow:0 10px 32px #0000001f}.header-shell{min-height:82px}.brand-text{font-size:2rem;font-weight:740;letter-spacing:-.05em;text-shadow:0 1px 14px rgba(244,238,228,.04)}.desktop-nav{gap:34px;font-size:.98rem}.desktop-nav a{color:#f4eee4bd}.desktop-nav a:hover,.desktop-nav a.is-active{color:#fffbf4fa}.header-cta{min-height:48px;padding-inline:20px 17px;border-radius:16px;background:linear-gradient(180deg,#ffffff0e,#ffffff06);border-color:#ffffff2b;box-shadow:inset 0 1px #ffffff0a}.header-cta__arrow,.button__arrow{display:inline-grid;place-items:center;transition:transform .22s ease}.header-cta:hover .header-cta__arrow,.button--with-arrow:hover .button__arrow{transform:translate(2px,-2px)}.button{border-radius:16px}.button--primary{position:relative;overflow:hidden;background:linear-gradient(145deg,#fbf4e8,#e6d6c4);box-shadow:inset 0 1px #ffffffb8,0 14px 34px #f8e8d62b}.button--primary:before{content:"";position:absolute;inset:1px 18% auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent)}.button--ghost{background:linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:inset 0 1px #ffffff06}.button--ghost:hover{border-color:#ffab7947;box-shadow:0 0 0 1px #ff7e4b0a,0 12px 30px #00000024}.left-rail{width:var(--rail-w);left:clamp(16px,calc((var(--gutter) - var(--rail-w)) / 2),52px)}.left-rail__nav:before{left:7px;background:linear-gradient(to bottom,transparent,rgba(244,238,228,.18) 12%,rgba(244,238,228,.18) 88%,transparent)}.left-rail__item{min-height:78px;color:#f4eee457}.left-rail__marker:before{width:10px;height:10px;opacity:.8;filter:drop-shadow(0 0 5px rgba(244,238,228,.08))}.left-rail__item:hover{color:#f4eee4c7}.left-rail__item:hover .left-rail__copy,.left-rail__item:focus-visible .left-rail__copy,.left-rail__item.is-active .left-rail__copy{max-width:170px;opacity:1;transform:translate(0)}.left-rail__item:hover .left-rail__marker:before,.left-rail__item:focus-visible .left-rail__marker:before{opacity:1;filter:drop-shadow(0 0 8px rgba(244,238,228,.22))}.left-rail__item.is-active .left-rail__marker:before{width:7px;height:7px;box-shadow:0 0 0 5px #f3eadc14,0 0 25px #ffcea57a}.left-rail__copy{margin-left:18px}.left-rail__copy:before{width:30px;margin-right:12px}.left-rail__label{font-size:.82rem;font-weight:700;letter-spacing:.035em}.hero{padding-top:0;padding-bottom:44px;background:radial-gradient(circle at 75% 34%,rgba(255,126,75,.085),transparent 21%),radial-gradient(circle at 81% 61%,rgba(53,216,209,.04),transparent 18%),radial-gradient(circle at 28% 18%,rgba(255,255,255,.018),transparent 24%),linear-gradient(180deg,#ffffff01,#fff0)}.hero__grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:clamp(34px,4.4vw,70px);transform:translateY(-18px)}.hero__content{max-width:860px;padding-left:clamp(0px,1.4vw,24px)}.hero__content h1{max-width:11.5ch;font-size:clamp(4.35rem,6.15vw,6.75rem);line-height:.955;letter-spacing:-.047em}.eyebrow,.section-tag{color:#f4eee48f}.hero__lede{max-width:640px;margin-top:24px;color:#f4eee4d1;font-size:1.2rem;line-height:1.67}.hero__actions{margin-top:32px}.hero__principles{margin-top:26px;color:#f4eee4ad;font-size:.95rem}.scroll-hint{position:relative;margin-top:31px;gap:11px;color:#f4eee48c}.scroll-hint__line{position:relative;width:1px;height:30px;overflow:hidden;background:#f4eee421}.scroll-hint__line:after{content:"";position:absolute;inset:-12px 0 auto;height:12px;background:linear-gradient(to bottom,transparent,rgba(244,238,228,.92));animation:scrollSignal 1.9s ease-in-out infinite}.scroll-hint__arrow{color:#f4eee4c2}@keyframes scrollSignal{0%{transform:translateY(0);opacity:0}25%{opacity:1}to{transform:translateY(48px);opacity:0}}.hero__visual{min-height:clamp(380px,44vw,640px);justify-content:flex-start}.hero-signature{width:min(680px,100%);transform:translate(-8px)}.hero-signature__grid{inset:8%;opacity:.4;background-size:32px 32px}.hero-signature__halo{filter:blur(26px)}.hero-signature__halo--warm{width:38%;height:38%;right:18%;top:19%;background:#ff7e4b2e}.hero-signature__halo--cool{width:31%;height:31%;left:22%;bottom:17%;background:#35d8d117}.hero-signature__mark{inset:12% 13% 13%;border-radius:34%}.hero-signature__stem,.hero-signature__bridge,.hero-signature__core{background:linear-gradient(145deg,rgba(255,255,255,.22),transparent 24%),linear-gradient(155deg,#313b47,#151d27 48%,#080d14);border-color:#ffffff1b;box-shadow:inset 12px 10px 22px #ffffff09,inset -18px -24px 34px #00000061,0 20px 58px #0000005c}.hero-signature__stem{top:11%;bottom:10%;width:16.5%}.hero-signature__stem--left{left:8%;box-shadow:inset 2px 0 #ff7e4b6b,inset -18px -24px 34px #00000061,0 20px 58px #0000005c}.hero-signature__stem--right{right:8%;box-shadow:inset -2px 0 #35d8d152,inset -18px -24px 34px #00000061,0 20px 58px #0000005c}.hero-signature__bridge{top:24%;width:47%;height:15.5%}.hero-signature__bridge--left{left:17%;transform:rotate(43deg)}.hero-signature__bridge--right{right:17%;transform:rotate(-43deg)}.hero-signature__core{left:50%;top:57%;width:13%;aspect-ratio:1;border-radius:30%;transform:translate(-50%,-50%) rotate(45deg);background:linear-gradient(145deg,rgba(255,255,255,.22),transparent 35%),linear-gradient(145deg,#34404d,#0b1119 72%);box-shadow:0 0 0 7px #ffffff05,0 22px 54px #00000070}.hero-signature__orbit--warm{border-color:#ff7e4ba8;filter:drop-shadow(0 0 14px rgba(255,126,75,.28))}.hero-signature__orbit--cool{border-color:#35d8d138;filter:drop-shadow(0 0 12px rgba(53,216,209,.15))}.hero-signature__node--warm{width:10px;height:10px;box-shadow:0 0 0 7px #ff7e4b16,0 0 25px #ff7e4bc7}.hero-signature__node--cool{width:8px;height:8px;box-shadow:0 0 0 6px #35d8d112,0 0 22px #35d8d18f}@media(max-width:1500px){.hero-signature{width:min(620px,100%)}}@media(max-width:1360px)and (min-width:1101px){.hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,.92fr);transform:translateY(-8px)}}@media(max-width:1100px){.hero__grid{grid-template-columns:1fr;transform:none}.hero__visual{min-height:520px}}@media(max-width:700px){.header-shell{min-height:76px}.hero{padding-bottom:28px}.hero__visual{min-height:410px}.hero-signature{transform:none}}@media(prefers-reduced-motion:reduce){.scroll-hint__line:after{animation:none}}.brand,.brand:hover,.brand:focus,.brand:focus-visible,.brand:active{border:0;outline:0;background:transparent;box-shadow:none}.brand-text{position:relative;display:inline-block}.brand-text:after{content:"";position:absolute;left:2px;right:2px;bottom:-7px;height:1px;opacity:0;transform:scaleX(.35);transform-origin:center;background:linear-gradient(90deg,transparent,rgba(255,126,75,.82),rgba(53,216,209,.68),transparent);transition:opacity .18s ease,transform .24s ease}.brand:hover .brand-text:after,.brand:focus-visible .brand-text:after{opacity:1;transform:scaleX(1)}.left-rail__nav{isolation:isolate}.left-rail__copy{gap:12px}.left-rail__copy:before{display:none}.left-rail__signal{position:relative;flex:0 0 32px;width:32px;height:1px;overflow:hidden;background:linear-gradient(to right,#f4eee414,#f4eee46b,#f4eee414)}.left-rail__signal:after{content:"";position:absolute;top:50%;left:-12px;width:12px;height:3px;border-radius:999px;opacity:0;transform:translateY(-50%);background:linear-gradient(to right,transparent,rgba(255,224,200,.98) 48%,rgba(93,226,219,.9) 74%,transparent);box-shadow:0 0 7px #ffcba494,0 0 13px #35d8d147}.left-rail__item.is-active .left-rail__signal:after{animation:railHorizontalSignal 1.9s cubic-bezier(.42,0,.28,1) infinite}.left-rail__item.is-active .left-rail__marker:before{animation:railActivePulse 1.9s ease-in-out infinite}.left-rail__item.is-active .left-rail__marker:after{animation:railRingPulse 1.9s ease-in-out infinite}.left-rail__item:hover .left-rail__signal,.left-rail__item:focus-visible .left-rail__signal{background:linear-gradient(to right,#f4eee41f,#f4eee49e,#f4eee41f)}@keyframes railHorizontalSignal{0%{transform:translate(0) translateY(-50%);opacity:0}18%{opacity:1}78%{opacity:1}to{transform:translate(44px) translateY(-50%);opacity:0}}@keyframes railActivePulse{0%,to{box-shadow:0 0 0 5px #f3eadc14,0 0 25px #ffcea57a}50%{box-shadow:0 0 0 7px #f3eadc09,0 0 31px #ffcea5a3}}@keyframes railRingPulse{0%,to{opacity:.72;transform:translate(-50%,-50%) scale(.92)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}@media(prefers-reduced-motion:reduce){.left-rail__item.is-active .left-rail__signal:after,.left-rail__item.is-active .left-rail__marker:before,.left-rail__item.is-active .left-rail__marker:after{animation:none}.left-rail__item.is-active .left-rail__signal:after{left:50%;opacity:.9;transform:translate(-50%,-50%)}}.hero{isolation:isolate;overflow:hidden}.hero>.container{position:relative;z-index:2}.hero-fusion{position:absolute;z-index:1;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;opacity:0;animation:none}.hero.is-hero-replaying .hero-fusion{opacity:1;animation:heroFusionLayerExit 2.7s linear both}.hero-fusion__wake,.hero-fusion__energy{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.hero-fusion__wake{stroke-width:1.15;stroke-dasharray:100;stroke-dashoffset:100;opacity:0}.hero-fusion__wake--warm{stroke:#ff7e4b6b;filter:drop-shadow(0 0 8px rgba(255,126,75,.23))}.hero.is-hero-replaying .hero-fusion__wake--warm{animation:heroFusionWake 1.92s cubic-bezier(.22,.72,.22,1) .12s forwards}.hero-fusion__wake--cool{stroke:#35d8d157;filter:drop-shadow(0 0 8px rgba(53,216,209,.2))}.hero.is-hero-replaying .hero-fusion__wake--cool{animation:heroFusionWake 2.02s cubic-bezier(.22,.72,.22,1) .02s forwards}.hero-fusion__energy{stroke-width:2.15;stroke-dasharray:13 87;stroke-dashoffset:100;opacity:0}.hero-fusion__energy--warm{stroke:url(#hero-fusion-warm-gradient);filter:url(#hero-fusion-warm-glow)}.hero.is-hero-replaying .hero-fusion__energy--warm{animation:heroFusionEnergy 1.85s cubic-bezier(.22,.72,.22,1) .12s forwards}.hero-fusion__energy--cool{stroke:url(#hero-fusion-cool-gradient);filter:url(#hero-fusion-cool-glow)}.hero.is-hero-replaying .hero-fusion__energy--cool{animation:heroFusionEnergy 1.95s cubic-bezier(.22,.72,.22,1) .02s forwards}.hero-fusion__head{opacity:0;vector-effect:non-scaling-stroke}.hero-fusion__head--warm{fill:#ff9b67;filter:url(#hero-fusion-warm-glow)}.hero-fusion__head--cool{fill:#60e8e1;filter:url(#hero-fusion-cool-glow)}.hero-fusion__burst{opacity:0;transform-box:fill-box;transform-origin:center}.hero-fusion__burst--warm{fill:#ff9760e6;filter:url(#hero-fusion-warm-glow)}.hero.is-hero-replaying .hero-fusion__burst--warm{animation:heroFusionBurst .68s ease-out 1.77s forwards}.hero-fusion__burst--cool{fill:#52e5dee0;filter:url(#hero-fusion-cool-glow)}.hero.is-hero-replaying .hero-fusion__burst--cool{animation:heroFusionBurst .68s ease-out 1.79s forwards}.hero-signature__orbit--warm{animation:meiByteOrbitWarm 13s ease-in-out infinite alternate}.hero.is-hero-replaying .hero-signature__orbit--warm{animation:meiByteOrbitWarm 13s ease-in-out infinite alternate,heroOrbitFuseWarm 2.32s ease-out both}.hero-signature__orbit--cool{animation:meiByteOrbitCool 16s ease-in-out infinite alternate}.hero.is-hero-replaying .hero-signature__orbit--cool{animation:meiByteOrbitCool 16s ease-in-out infinite alternate,heroOrbitFuseCool 2.32s ease-out both}.hero.is-hero-replaying .hero-signature__node--warm{animation:heroNodeFuseWarm .72s ease-out 1.75s both}.hero.is-hero-replaying .hero-signature__node--cool{animation:heroNodeFuseCool .72s ease-out 1.78s both}.hero-signature__mark{animation:meiByteFloat 8s ease-in-out infinite}.hero.is-hero-replaying .hero-signature__mark{animation:meiByteFloat 8s ease-in-out infinite,heroMarkFusionPulse .72s ease-out 1.75s both}@keyframes heroFusionWake{0%{stroke-dashoffset:100;opacity:0}12%{opacity:.26}78%{opacity:.34}to{stroke-dashoffset:0;opacity:0}}@keyframes heroFusionEnergy{0%{stroke-dashoffset:100;opacity:0}10%{opacity:1}82%{opacity:1}to{stroke-dashoffset:0;opacity:0}}@keyframes heroFusionBurst{0%{opacity:0;transform:scale(.35)}28%{opacity:1;transform:scale(2.8)}to{opacity:0;transform:scale(6.4)}}@keyframes heroFusionLayerExit{0%,88%{opacity:1}to{opacity:0}}@keyframes heroOrbitFuseWarm{0%,63%{opacity:.26;filter:drop-shadow(0 0 7px rgba(255,126,75,.12))}78%{opacity:1;filter:drop-shadow(0 0 26px rgba(255,126,75,.72))}to{opacity:1;filter:drop-shadow(0 0 14px rgba(255,126,75,.28))}}@keyframes heroOrbitFuseCool{0%,64%{opacity:.2;filter:drop-shadow(0 0 6px rgba(53,216,209,.08))}79%{opacity:.95;filter:drop-shadow(0 0 24px rgba(53,216,209,.56))}to{opacity:1;filter:drop-shadow(0 0 12px rgba(53,216,209,.15))}}@keyframes heroNodeFuseWarm{0%{opacity:.18;transform:scale(.55)}45%{opacity:1;transform:scale(1.75);box-shadow:0 0 0 12px #ff7e4b12,0 0 42px #ff7e4bf2}to{opacity:1;transform:scale(1)}}@keyframes heroNodeFuseCool{0%{opacity:.16;transform:scale(.55)}45%{opacity:1;transform:scale(1.7);box-shadow:0 0 0 11px #35d8d10f,0 0 38px #35d8d1d6}to{opacity:1;transform:scale(1)}}@keyframes heroMarkFusionPulse{0%,18%{filter:brightness(.88)}52%{filter:brightness(1.16) drop-shadow(0 0 24px rgba(255,167,112,.12))}to{filter:brightness(1)}}@media(max-width:1100px){.hero-fusion{display:none}.hero-signature__orbit--warm{opacity:1;animation:meiByteOrbitWarm 13s ease-in-out infinite alternate}.hero-signature__orbit--cool{opacity:1;animation:meiByteOrbitCool 16s ease-in-out infinite alternate}.hero-signature__node--warm,.hero-signature__node--cool{opacity:1;animation:none}.hero-signature__mark{animation:meiByteFloat 8s ease-in-out infinite}}@media(prefers-reduced-motion:reduce){.hero-fusion{display:none}.hero-signature__orbit--warm{opacity:1;animation:none;filter:drop-shadow(0 0 14px rgba(255,126,75,.28))}.hero-signature__orbit--cool{opacity:1;animation:none;filter:drop-shadow(0 0 12px rgba(53,216,209,.15))}.hero-signature__node--warm,.hero-signature__node--cool,.hero-signature__mark{opacity:1;animation:none}}.app-section--warm{isolation:isolate;min-height:100svh;display:flex;align-items:center;padding-block:clamp(92px,8vw,132px);background:radial-gradient(circle at 69% 42%,rgba(255,111,56,.18),transparent 18%),radial-gradient(circle at 79% 58%,rgba(180,80,42,.12),transparent 24%),linear-gradient(110deg,#090a0e,#0d0b0f 46%,#140d0e 71%,#0a0b10)}.app-section--warm:before,.app-section--warm:after{content:"";position:absolute;pointer-events:none}.app-section--warm:before{z-index:-1;width:min(760px,52vw);aspect-ratio:1;right:3vw;top:50%;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,130,74,.16) 0%,rgba(255,105,48,.055) 34%,transparent 70%);filter:blur(10px)}.app-section--warm:after{z-index:0;left:0;right:0;bottom:0;height:130px;background:linear-gradient(to bottom,transparent,rgba(5,16,24,.56))}.app-section--warm .app-section__grid{position:relative;z-index:1;grid-template-columns:minmax(420px,.88fr) minmax(620px,1.12fr);gap:clamp(36px,4vw,72px);min-height:min(760px,calc(100svh - 160px))}.app-section--warm .app-section__content{position:relative;z-index:5;max-width:620px;padding-left:clamp(0px,1.25vw,18px)}.app-section--warm .section-tag{margin-bottom:20px;color:#ffba92ad}.app-section--warm .app-section__content h2{font-size:clamp(4.2rem,5.6vw,6.2rem);line-height:.91;letter-spacing:-.052em;text-shadow:0 18px 44px rgba(0,0,0,.3)}.app-section--warm .app-section__subtitle{margin-top:20px;font-size:clamp(1.45rem,1.65vw,1.78rem);line-height:1.25;color:#fff7eef0}.app-section--warm .app-section__description{max-width:560px;margin-top:20px;font-size:1.08rem;line-height:1.72;color:#f4eee4bd}.app-section--warm .feature-list{margin-top:29px;gap:13px}.app-section--warm .feature-list li{min-height:24px;padding-left:30px;color:#f4eee4c4;transition:color .22s ease,transform .22s ease}.app-section--warm .feature-list li:before{top:.58em;width:7px;height:7px;color:#ff8752;background:currentColor;box-shadow:0 0 0 5px #ff7e4b0b,0 0 14px #ff7e4b52}.app-section--warm .feature-list li:hover{color:#fff9f1f5;transform:translate(3px)}.store-row{gap:14px;margin-top:34px}.store-button{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:12px;min-width:216px;min-height:76px;padding:13px 16px;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.105);box-shadow:inset 0 1px #ffffff09,0 12px 32px #0000001f;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.store-button:after{content:"";position:absolute;inset:0;opacity:0;background:radial-gradient(circle at 18% 0%,rgba(255,141,84,.12),transparent 44%);transition:opacity .22s ease}.store-button:hover{transform:translateY(-2px);border-color:#ff9b633d;box-shadow:inset 0 1px #ffffff0b,0 18px 38px #0000002e}.store-button:hover:after{opacity:1}.store-button__icon{position:relative;z-index:1;grid-row:1 / 3;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff6ece6;background:#ffffff0b;border:1px solid rgba(255,255,255,.075)}.store-button__icon svg{width:20px;height:20px;fill:currentColor}.store-button__icon--play{color:#ff9666}.store-button__copy,.store-button__meta{position:relative;z-index:1}.store-button__copy{display:grid;gap:1px}.store-button__eyebrow{color:#f4eee470;font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.store-button__label{font-size:.98rem;line-height:1.15;color:#fff9f2eb}.store-button__meta{display:inline-flex;align-items:center;gap:6px;margin-top:3px;color:#f4eee47a;font-size:.72rem}.store-button__status-dot{width:4px;height:4px;border-radius:50%;background:#ff8854;box-shadow:0 0 8px #ff7e4b80}.app-section--warm .app-section__media{position:relative;min-height:720px;place-items:center start;transform:translate(clamp(-30px,-2vw,-12px))}.echo-collage{position:relative;width:min(810px,100%);min-height:700px;isolation:isolate;perspective:1400px}.echo-collage__aura{position:absolute;z-index:-4;width:78%;aspect-ratio:1;left:12%;top:8%;border-radius:50%;background:radial-gradient(circle,rgba(255,124,66,.2) 0%,rgba(255,93,34,.07) 38%,transparent 70%);filter:blur(18px);animation:echoAuraBreathe 6.5s ease-in-out infinite}.echo-collage__rings{position:absolute;z-index:-2;inset:12% 2% 10% 4%;transform:rotate(-8deg);pointer-events:none}.echo-collage__rings span{position:absolute;inset:12%;border-radius:50%;border:1px solid rgba(255,126,75,.12);filter:drop-shadow(0 0 12px rgba(255,126,75,.08))}.echo-collage__rings span:nth-child(2){inset:22% 7%;border-color:#ff976216}.echo-collage__rings span:nth-child(3){inset:33% 15%;border-color:#ffb18211}.echo-voice-signal{position:absolute;z-index:7;left:6%;right:7%;top:53%;height:54px;display:flex;align-items:center;justify-content:center;gap:5px;opacity:.52;pointer-events:none;mask-image:linear-gradient(to right,transparent,black 17%,black 83%,transparent)}.echo-voice-signal:before,.echo-voice-signal:after{content:"";height:1px;flex:1;background:linear-gradient(to right,transparent,rgba(255,137,77,.55))}.echo-voice-signal:after{background:linear-gradient(to left,transparent,rgba(255,137,77,.55))}.echo-voice-signal span{width:2px;height:8px;flex:0 0 2px;border-radius:999px;background:linear-gradient(to bottom,#ffad7d,#ff6e37);box-shadow:0 0 8px #ff70386b;transform-origin:center}.echo-collage .device-frame,.echo-collage .device-card{margin:0;transform-origin:center;will-change:transform,opacity,filter}.echo-collage .device-frame img,.echo-collage .device-card img{transition:filter .32s ease,transform .52s ease}.device-frame--record{width:47%;left:12%;top:5%;z-index:5;border-color:#ffa26c30;box-shadow:0 36px 90px #00000085,0 0 0 1px #ff8d5209,0 0 60px #ff682a12}.device-frame--reminders{width:41%;right:9%;top:8%;z-index:3;filter:brightness(.72) saturate(.9);transform:rotate(5deg) translateZ(-70px)}.device-frame--reminders:hover{filter:brightness(.9) saturate(1)}.device-card--detail{width:34%;right:1%;bottom:5%;z-index:6;border-radius:30px;filter:brightness(.9);box-shadow:0 28px 72px #0000007a,0 0 36px #ff773a0e}.echo-collage__floor{position:absolute;z-index:-3;left:11%;right:4%;bottom:3%;height:22%;border-radius:50%;background:radial-gradient(ellipse,rgba(255,126,75,.16),rgba(255,126,75,.045) 42%,transparent 72%);filter:blur(22px);transform:scaleY(.42)}.app-section--warm.is-echo-active .app-section__content h2{animation:echoTitleSettle .9s cubic-bezier(.2,.75,.2,1) both}.app-section--warm.is-echo-active .app-section__subtitle,.app-section--warm.is-echo-active .app-section__description,.app-section--warm.is-echo-active .store-row{animation:echoCopyRise .78s ease-out both}.app-section--warm.is-echo-active .app-section__subtitle{animation-delay:.08s}.app-section--warm.is-echo-active .app-section__description{animation-delay:.15s}.app-section--warm.is-echo-active .store-row{animation-delay:.44s}.app-section--warm.is-echo-active .feature-list li{animation:echoFeatureRise .62s ease-out both;animation-delay:calc(.22s + (var(--feature-index) * 75ms))}.app-section--warm.is-echo-active [data-echo-card=reminders]{animation:echoCardRemindersIn 1.05s cubic-bezier(.2,.78,.2,1) .08s both}.app-section--warm.is-echo-active [data-echo-card=record]{animation:echoCardRecordIn 1.08s cubic-bezier(.2,.78,.2,1) .18s both}.app-section--warm.is-echo-active [data-echo-card=detail]{animation:echoCardDetailIn .92s cubic-bezier(.2,.78,.2,1) .34s both}.app-section--warm.is-echo-active .echo-voice-signal span{animation:echoSignalPulse 1.45s ease-in-out infinite;animation-delay:calc((var(--echo-bar) * -55ms) - .8s)}.app-section--warm.is-echo-active .echo-collage__rings span{animation:echoRingDrift 7s ease-in-out infinite alternate}.app-section--warm.is-echo-active .echo-collage__rings span:nth-child(2){animation-delay:-2.3s}.app-section--warm.is-echo-active .echo-collage__rings span:nth-child(3){animation-delay:-4.6s}@keyframes echoTitleSettle{0%{opacity:0;transform:translateY(22px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}@keyframes echoCopyRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes echoFeatureRise{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}@keyframes echoCardRemindersIn{0%{opacity:0;transform:translate(56px,26px) rotate(10deg) scale(.9);filter:brightness(.44) blur(5px)}to{opacity:1;transform:rotate(5deg) translateZ(-70px);filter:brightness(.72) saturate(.9)}}@keyframes echoCardRecordIn{0%{opacity:0;transform:translateY(46px) scale(.91);filter:brightness(.5) blur(5px)}to{opacity:1;transform:none;filter:none}}@keyframes echoCardDetailIn{0%{opacity:0;transform:translate(44px,34px) scale(.84) rotate(4deg);filter:brightness(.55) blur(4px)}to{opacity:1;transform:none;filter:brightness(.9)}}@keyframes echoSignalPulse{0%,to{transform:scaleY(.36);opacity:.42}50%{transform:scaleY(3.4);opacity:1}}@keyframes echoAuraBreathe{0%,to{opacity:.72;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@keyframes echoRingDrift{0%{transform:rotate(-2deg) scale(.985);opacity:.62}to{transform:rotate(3deg) scale(1.025);opacity:1}}.left-rail__item:focus,.left-rail__item:focus-visible{outline:none}.left-rail__item:focus-visible .left-rail__marker:after{opacity:1;border-color:#f4eee44d;box-shadow:0 0 0 4px #f4eee40e}.left-rail__item--warm.is-active .left-rail__marker:before{background:#ff9562;box-shadow:0 0 0 5px #ff7e4b14,0 0 28px #ff7e4b94}.left-rail__item--warm.is-active .left-rail__marker:after{border-color:#ff935e40}.left-rail__item--warm.is-active .left-rail__signal{background:linear-gradient(to right,#ff7e4b14,#ff9762b8,#ff7e4b14)}.left-rail__item--warm.is-active .left-rail__signal:after{background:linear-gradient(to right,transparent,#ffd0b5 48%,#ff7e4b 78%,transparent);box-shadow:0 0 8px #ff9a62bf,0 0 16px #ff7e4b57}.left-rail__item--cool.is-active .left-rail__marker:before{background:#52ddd7;box-shadow:0 0 0 5px #35d8d112,0 0 28px #35d8d17a}.left-rail__item--cool.is-active .left-rail__signal{background:linear-gradient(to right,#35d8d114,#52ddd7a8,#35d8d114)}@media(max-width:1450px){.app-section--warm .app-section__grid{grid-template-columns:minmax(380px,.9fr) minmax(540px,1.1fr)}.echo-collage{width:min(720px,100%);min-height:650px}.app-section--warm .app-section__media{min-height:660px}}@media(max-width:1100px){.app-section--warm{min-height:auto}.app-section--warm .app-section__grid{grid-template-columns:1fr;min-height:0}.app-section--warm .app-section__content{max-width:760px}.app-section--warm .app-section__media{min-height:650px;transform:none;place-items:center}}@media(max-width:700px){.app-section--warm{padding-block:82px}.app-section--warm .app-section__content h2{font-size:clamp(3.35rem,15vw,4.5rem)}.store-button{min-width:0;width:100%}.app-section--warm .app-section__media{min-height:510px}.echo-collage{width:min(520px,100%);min-height:500px}.device-frame--record{width:58%;left:2%}.device-frame--reminders{width:48%;right:0}.device-card--detail{width:41%;right:2%;bottom:2%}.echo-voice-signal{left:0;right:0;opacity:.36}}@media(prefers-reduced-motion:reduce){.echo-collage__aura,.app-section--warm.is-echo-active .app-section__content h2,.app-section--warm.is-echo-active .app-section__subtitle,.app-section--warm.is-echo-active .app-section__description,.app-section--warm.is-echo-active .store-row,.app-section--warm.is-echo-active .feature-list li,.app-section--warm.is-echo-active [data-echo-card],.app-section--warm.is-echo-active .echo-voice-signal span,.app-section--warm.is-echo-active .echo-collage__rings span{animation:none}}.app-section--warm{padding-block:clamp(78px,7vw,112px);background:radial-gradient(circle at 72% 44%,rgba(255,118,60,.19),transparent 14%),radial-gradient(circle at 78% 57%,rgba(162,69,34,.095),transparent 19%),linear-gradient(110deg,#090a0e,#0d0b0f 47%,#130d0e 70%,#0a0b10)}.app-section--warm:before{width:min(650px,44vw);right:5vw;background:radial-gradient(circle,rgba(255,132,76,.17) 0%,rgba(255,98,39,.048) 34%,transparent 67%);filter:blur(14px)}.app-section--warm .app-section__grid{transform:translateY(-26px)}.app-section--warm .app-section__description{color:#f4eee4d1}.app-section--warm .app-section__media{transform:translate(clamp(-48px,-3vw,-20px),-4px)}.echo-collage__aura{width:68%;left:16%;top:13%;background:radial-gradient(circle,rgba(255,127,68,.21) 0%,rgba(255,93,34,.058) 36%,transparent 67%);filter:blur(16px)}.echo-collage__floor{left:14%;right:8%;background:radial-gradient(ellipse,rgba(255,126,75,.18),rgba(255,126,75,.035) 43%,transparent 70%)}.store-button__icon{transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.store-button:hover .store-button__icon{transform:translateY(-1px) scale(1.045);border-color:#ffa46f2e;background:#fff1;box-shadow:0 8px 18px #00000029}.store-button:hover .store-button__label{color:#fffcf7}.store-button__label{transition:color .22s ease}@media(max-width:1450px){.app-section--warm .app-section__grid{transform:translateY(-18px)}.app-section--warm .app-section__media{transform:translate(-22px,-2px)}}@media(max-width:1100px){.app-section--warm .app-section__grid,.app-section--warm .app-section__media{transform:none}.app-section--warm:before{width:min(720px,82vw);right:-8vw}}@media(max-width:700px){.app-section--warm{padding-block:76px}}@media(prefers-reduced-motion:reduce){.store-button:hover .store-button__icon{transform:none}}.app-section--warm .app-section__grid{grid-template-columns:minmax(410px,.9fr) minmax(650px,1.1fr);gap:clamp(24px,3.2vw,52px);transform:translateY(-20px)}.app-section--warm .app-section__media{min-height:720px;place-items:center;overflow:visible;transform:translate(-34px,-6px)}.echo-deck{--echo-card-width: 408px;position:relative;width:min(720px,100%);min-height:720px;display:grid;grid-template-rows:1fr auto;isolation:isolate}.echo-deck__aura{position:absolute;z-index:-4;width:76%;aspect-ratio:1;left:12%;top:10%;border-radius:50%;background:radial-gradient(circle,rgba(255,128,69,.21),rgba(255,92,33,.065) 39%,transparent 70%);filter:blur(22px);pointer-events:none;animation:echoDeckAura 7s ease-in-out infinite}.echo-deck__rings{position:absolute;z-index:-3;inset:13% 3% 15%;pointer-events:none;transform:rotate(-8deg)}.echo-deck__rings span{position:absolute;inset:8%;border-radius:50%;border:1px solid rgba(255,135,78,.105);filter:drop-shadow(0 0 12px rgba(255,112,56,.07))}.echo-deck__rings span:nth-child(2){inset:21% 5%;border-color:#ff9b6813}.echo-deck__rings span:nth-child(3){inset:34% 13%;border-color:#ffb9900d}.echo-deck__stage{position:relative;width:100%;height:710px;perspective:1500px;transform-style:preserve-3d}.echo-deck__stage:after{content:"";position:absolute;z-index:-2;left:11%;right:11%;bottom:3%;height:15%;border-radius:50%;background:radial-gradient(ellipse,rgba(255,126,75,.18),rgba(255,126,75,.04) 42%,transparent 72%);filter:blur(24px);transform:scaleY(.42);pointer-events:none}.echo-deck__card{position:absolute;width:var(--echo-card-width);aspect-ratio:9 / 16;margin:0;padding:0;overflow:hidden;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:#09090c;cursor:pointer;transform-origin:center;backface-visibility:hidden;transition:transform .76s cubic-bezier(.18,.78,.2,1),opacity .52s ease,filter .62s ease,border-color .42s ease,box-shadow .62s ease}.echo-deck__card img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;image-rendering:auto;transform:none;filter:none;user-select:none}.echo-deck__edge{position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffff0e,inset 0 0 0 1px #ff7e4b06}.echo-deck__card[data-position=active]{z-index:5;inset:0;margin:auto;opacity:1;filter:none;transform:none;border-color:#ffa9732b;box-shadow:0 44px 120px #0000009e,0 0 0 1px #ff7e4b09,0 0 62px #ff672a13;cursor:default}.echo-deck__card[data-position=active] img{transform:none;filter:none}.echo-deck__card[data-position=left],.echo-deck__card[data-position=right]{top:50%;left:50%}.echo-deck__card[data-position=left]{z-index:2;opacity:.58;filter:brightness(.62) saturate(.78);transform:translate(-103%,-45%) rotate(-5deg) scale(.79);box-shadow:0 30px 82px #00000075}.echo-deck__card[data-position=right]{z-index:3;opacity:.66;filter:brightness(.69) saturate(.84);transform:translate(3%,-44%) rotate(5deg) scale(.81);box-shadow:0 32px 88px #0000007d}.echo-deck__card[data-position=left]:hover,.echo-deck__card[data-position=right]:hover{opacity:.83;filter:brightness(.82) saturate(.95);border-color:#ff9c622e}.echo-deck__card[data-position=left]:hover{transform:translate(-101%,-46%) rotate(-4deg) scale(.805)}.echo-deck__card[data-position=right]:hover{transform:translate(1%,-45%) rotate(4deg) scale(.825)}.echo-deck__card:focus-visible{outline:2px solid rgba(255,153,95,.7);outline-offset:5px}.echo-deck__footer{position:relative;z-index:8;width:min(540px,76%);justify-self:center;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:44px;margin-top:-8px;padding:0 2px}.echo-deck__caption{display:flex;align-items:center;gap:12px;color:#f4eee48a;white-space:nowrap}.echo-deck__count{color:#ff925d;font-size:.72rem;font-weight:720;letter-spacing:.1em;text-shadow:0 0 14px rgba(255,126,75,.34)}.echo-deck__divider{width:30px;height:1px;background:linear-gradient(to right,#ff894dbf,#ff894d0d)}.echo-deck__caption strong{color:#fff8f1d1;font-size:.76rem;font-weight:640;letter-spacing:.035em}.echo-deck__steps{display:flex;align-items:center;gap:7px}.echo-deck__step{position:relative;width:24px;height:12px;padding:0;border:0;background:transparent;cursor:pointer}.echo-deck__step:before{content:"";position:absolute;inset:5px 0;border-radius:999px;background:#f4eee421;transition:background .22s ease,box-shadow .22s ease,transform .22s ease}.echo-deck__step:hover:before{background:#f4eee459}.echo-deck__step.is-active:before{background:linear-gradient(90deg,#ff7e4bb8,#ff9b68);box-shadow:0 0 12px #ff7e4b61;transform:scaleX(1.18)}.echo-deck__step:focus-visible{outline:1px solid rgba(255,153,95,.7);outline-offset:3px;border-radius:999px}.app-section--warm.is-echo-active .echo-deck{animation:echoDeckEnter 1s cubic-bezier(.18,.78,.2,1) both}@keyframes echoDeckEnter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes echoDeckAura{0%,to{opacity:.72;transform:scale(.97)}50%{opacity:1;transform:scale(1.035)}}@media(max-width:1450px){.app-section--warm .app-section__grid{grid-template-columns:minmax(380px,.9fr) minmax(560px,1.1fr);transform:translateY(-14px)}.app-section--warm .app-section__media{min-height:670px;transform:translate(-18px,-2px)}.echo-deck{--echo-card-width: 368px;width:min(650px,100%);min-height:670px}.echo-deck__stage{height:635px}}@media(max-width:1100px){.app-section--warm .app-section__grid{grid-template-columns:1fr;transform:none}.app-section--warm .app-section__media{min-height:700px;transform:none}.echo-deck{--echo-card-width: 400px;width:min(720px,94vw)}}@media(max-width:700px){.app-section--warm .app-section__media{min-height:570px}.echo-deck{--echo-card-width: min(66vw, 340px);width:100%;min-height:560px}.echo-deck__stage{height:520px}.echo-deck__card{border-radius:25px}.echo-deck__card[data-position=left]{transform:translate(-94%,-45%) rotate(-4deg) scale(.72)}.echo-deck__card[data-position=right]{transform:translate(-6%,-44%) rotate(4deg) scale(.74)}.echo-deck__footer{width:min(440px,88%);margin-top:-2px}}@media(max-width:480px){.echo-deck{--echo-card-width: min(69vw, 310px)}.echo-deck__stage{height:485px}.echo-deck__footer{width:92%;gap:12px}.echo-deck__divider{width:20px}.echo-deck__caption strong{font-size:.7rem}}@media(prefers-reduced-motion:reduce){.echo-deck,.echo-deck__aura,.echo-deck__card{animation:none!important;transition:none!important}}.app-section--warm .app-section__grid{position:relative;top:-20px;transform:none!important}.app-section--warm .app-section__media{position:relative;left:-34px;top:-6px;transform:none!important}.echo-deck{transform:none!important;will-change:auto}.echo-deck__stage{perspective:none!important;transform-style:flat!important;will-change:auto}.echo-deck__card{backface-visibility:visible;-webkit-font-smoothing:antialiased;will-change:auto}.echo-deck__card[data-position=active]{transform:none!important;filter:none!important;opacity:1;isolation:isolate;will-change:auto}.echo-deck__card[data-position=active] img{width:100%;height:100%;object-fit:contain;opacity:1;filter:none!important;transform:none!important;mix-blend-mode:normal;image-rendering:auto;will-change:auto}.app-section--warm.is-echo-active .echo-deck{animation:echoDeckCrispReveal .52s ease-out both!important}@keyframes echoDeckCrispReveal{0%{opacity:0}to{opacity:1}}@media(max-width:1450px){.app-section--warm .app-section__grid{top:-14px}.app-section--warm .app-section__media{left:-18px;top:-2px}}@media(max-width:1100px){.app-section--warm .app-section__grid,.app-section--warm .app-section__media{top:auto;left:auto}}@media(prefers-reduced-motion:reduce){.app-section--warm.is-echo-active .echo-deck{animation:none!important}}.echo-deck__card:focus,.echo-deck__card:focus-visible{outline:none!important;outline-offset:0!important}.echo-deck__card[data-position=active]{border-color:#ffa9731f}.app-section--warm .app-section__grid{grid-template-columns:minmax(410px,.9fr) minmax(650px,1.1fr);gap:clamp(24px,3vw,48px)}.app-section--warm .app-section__media{min-height:790px;left:-20px;overflow:visible}.echo-deck{--echo-card-width: 414px;width:min(760px,100%);min-height:790px}.echo-deck__stage{height:748px}.echo-deck__card{aspect-ratio:941 / 1672;border-radius:24px;background:#050506}.echo-deck__card img{width:100%;height:100%;object-fit:contain;object-position:center;image-rendering:auto}.echo-deck__card[data-position=active]{cursor:zoom-in;border-color:#ff975c24;box-shadow:0 42px 112px #0000009e,0 0 0 1px #ff7e4b06,0 0 52px #ff672a0f}.echo-deck__card[data-position=active]:after{content:none}.echo-deck__card[data-position=left]{opacity:.62;filter:brightness(.68) saturate(.86);transform:translate(-110%,-45%) rotate(-4.5deg) scale(.72)}.echo-deck__card[data-position=right]{opacity:.68;filter:brightness(.73) saturate(.9);transform:translate(10%,-44%) rotate(4.5deg) scale(.74)}.echo-deck__card[data-position=left]:hover{opacity:.86;filter:brightness(.86) saturate(.98);transform:translate(-108%,-46%) rotate(-3.7deg) scale(.735)}.echo-deck__card[data-position=right]:hover{opacity:.88;filter:brightness(.88) saturate(1);transform:translate(8%,-45%) rotate(3.7deg) scale(.755)}.echo-deck__footer{width:min(560px,76%);margin-top:-10px}.echo-deck__aura{width:72%;left:14%;top:11%;opacity:.78}.echo-deck__rings{opacity:.68}.echo-lightbox[hidden]{display:none!important}body.echo-lightbox-open{overflow:hidden}.echo-lightbox{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:clamp(12px,1.7vw,26px);opacity:0;transition:opacity .22s ease}.echo-lightbox.is-open{opacity:1}.echo-lightbox__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:radial-gradient(circle at 67% 24%,rgba(255,126,75,.12),transparent 28%),#030407eb;backdrop-filter:blur(16px);cursor:zoom-out}.echo-lightbox__panel{position:relative;z-index:1;width:min(1180px,96vw);height:min(95vh,1080px);min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;padding:14px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(145deg,#141012f7,#07080cfc);box-shadow:0 50px 160px #000000bd,0 0 0 1px #ff7e4b06;transform:translateY(12px) scale(.988);transition:transform .24s cubic-bezier(.2,.75,.2,1)}.echo-lightbox.is-open .echo-lightbox__panel{transform:none}.echo-lightbox__header{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 2px 0 8px}.echo-lightbox__title{display:flex;align-items:center;gap:14px}.echo-lightbox__title span{color:#ff9762;font-size:.72rem;font-weight:720;letter-spacing:.1em}.echo-lightbox__title strong{color:#fffaf5f0;font-size:.9rem}.echo-lightbox__close,.echo-lightbox__nav{display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);background:#ffffff09;color:#fffaf5d6;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.echo-lightbox__close{width:42px;height:42px;padding:0;border-radius:13px;font-size:1.42rem}.echo-lightbox__viewport{min-height:0;display:grid;grid-template-columns:50px minmax(0,1fr) 50px;align-items:center;gap:12px}.echo-lightbox__nav{width:50px;height:62px;padding:0;border-radius:15px;font-size:1.16rem}.echo-lightbox__close:hover,.echo-lightbox__nav:hover{color:#fff;border-color:#ff975c52;background:#ff7e4b16}.echo-lightbox__nav:hover{transform:translateY(-1px)}.echo-lightbox__canvas{min-width:0;min-height:0;height:100%;overflow:auto;display:flex;align-items:flex-start;justify-content:center;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:radial-gradient(circle at 50% 18%,rgba(255,126,75,.06),transparent 34%),#06070a;scrollbar-width:thin;scrollbar-color:rgba(255,139,78,.45) rgba(255,255,255,.04)}.echo-lightbox__canvas img{display:block;width:min(941px,calc(100vw - 190px));height:auto;max-width:none;flex:0 0 auto;object-fit:contain;image-rendering:auto;user-select:none}.echo-lightbox__hint{padding:0 8px 2px;color:#f4eee475;font-size:.74rem;text-align:center}@media(max-width:1450px){.app-section--warm .app-section__grid{grid-template-columns:minmax(380px,.9fr) minmax(560px,1.1fr)}.app-section--warm .app-section__media{min-height:710px;left:-10px}.echo-deck{--echo-card-width: 370px;width:min(675px,100%);min-height:710px}.echo-deck__stage{height:670px}}@media(max-width:1100px){.app-section--warm .app-section__media{min-height:745px;left:auto}.echo-deck{--echo-card-width: 390px;width:min(730px,94vw);min-height:745px}.echo-deck__stage{height:705px}.echo-lightbox__canvas img{width:min(941px,calc(100vw - 130px))}}@media(max-width:700px){.app-section--warm .app-section__media{min-height:625px}.echo-deck{--echo-card-width: min(72vw, 330px);min-height:620px}.echo-deck__stage{height:600px}.echo-deck__card{border-radius:20px}.echo-deck__card[data-position=left]{transform:translate(-96%,-45%) rotate(-3.5deg) scale(.68)}.echo-deck__card[data-position=right]{transform:translate(-4%,-44%) rotate(3.5deg) scale(.7)}.echo-lightbox{padding:8px}.echo-lightbox__panel{width:100%;height:98vh;padding:9px;border-radius:17px}.echo-lightbox__viewport{grid-template-columns:38px minmax(0,1fr) 38px;gap:6px}.echo-lightbox__nav{width:38px;height:52px;border-radius:12px}.echo-lightbox__canvas img{width:min(941px,calc(100vw - 92px))}.echo-lightbox__hint{font-size:.68rem}}@media(prefers-reduced-motion:reduce){.echo-lightbox,.echo-lightbox__panel,.echo-lightbox__close,.echo-lightbox__nav{transition:none}}#echolater .app-section__grid{grid-template-columns:minmax(410px,.88fr) minmax(680px,1.12fr);gap:clamp(28px,3.5vw,58px);align-items:center;position:relative;top:auto;transform:none!important}#echolater .app-section__media{min-height:860px;place-items:center;position:relative;inset:auto;overflow:visible;transform:none!important}.echo-editorial{position:relative;width:min(760px,100%);min-height:850px;display:grid;grid-template-columns:minmax(0,1fr) 176px;align-items:center;gap:20px;isolation:isolate}.echo-editorial__ambient{position:absolute;z-index:-2;width:74%;aspect-ratio:1;left:5%;top:12%;border-radius:50%;background:radial-gradient(circle,rgba(255,112,49,.17),rgba(255,112,49,.045) 42%,transparent 72%);filter:blur(28px);pointer-events:none}.echo-editorial__signal{position:absolute;top:50%;right:-96px;width:330px;height:640px;transform:translateY(-50%);pointer-events:none;z-index:-1;overflow:visible}.echo-editorial__signal:before{content:"";position:absolute;inset:8% -10% 8% 18%;border-radius:999px;background:radial-gradient(circle at 72% 50%,rgba(255,120,58,.12),transparent 62%),linear-gradient(180deg,#ffffff05,#fff0);filter:blur(18px);opacity:.85}.echo-editorial__signal-ring,.echo-editorial__signal-sweep,.echo-editorial__signal-dot,.echo-editorial__signal-label{position:absolute}.echo-editorial__signal-ring{top:50%;left:50%;border-radius:999px;border:1px solid rgba(255,144,82,.18);border-left-color:#ff90520a;box-shadow:inset 0 0 0 1px #ffffff03;clip-path:inset(0 0 0 42% round 999px);transform:translate(-50%,-50%) scale(.96);opacity:.18;animation:echoSignalPulse 6.2s ease-in-out infinite}.echo-editorial__signal-ring--one{width:176px;height:176px;margin-left:14px;margin-top:-156px;animation-delay:0s}.echo-editorial__signal-ring--two{width:260px;height:260px;margin-left:26px;margin-top:-32px;animation-delay:.9s}.echo-editorial__signal-ring--three{width:344px;height:344px;margin-left:40px;margin-top:102px;animation-delay:1.8s}.echo-editorial__signal-sweep{top:50%;right:42px;width:148px;height:2px;background:linear-gradient(90deg,#ff7e4b00,#ff7e4bc7,#ffe4d624);box-shadow:0 0 22px #ff7e4b3d;transform-origin:right center;transform:translateY(96px);opacity:.72;animation:echoSignalSweep 4.8s ease-in-out infinite}.echo-editorial__signal-dot{top:50%;right:176px;width:8px;height:8px;border-radius:50%;background:#ff9e6a;box-shadow:0 0 0 6px #ff7e4b14,0 0 26px #ff7e4b57;transform:translateY(96px);animation:echoSignalDot 4.8s ease-in-out infinite}.echo-editorial__signal-label{top:50%;right:10px;color:#ffdac561;font-size:.62rem;font-weight:700;letter-spacing:.42em;writing-mode:vertical-rl;text-orientation:mixed;transform:translateY(-50%) rotate(180deg);text-shadow:0 0 18px rgba(255,126,75,.14)}@keyframes echoSignalPulse{0%,to{opacity:.08;transform:translate(-50%,-50%) scale(.94)}28%{opacity:.28;transform:translate(-50%,-50%) scale(1)}55%{opacity:.16;transform:translate(-50%,-50%) scale(1.04)}}@keyframes echoSignalSweep{0%,to{opacity:.2;transform:translateY(128px) scaleX(.52)}18%{opacity:.75;transform:translateY(90px) scaleX(1)}50%{opacity:.5;transform:translateY(-18px) scaleX(.74)}82%{opacity:.76;transform:translateY(-124px) scaleX(.98)}}@keyframes echoSignalDot{0%,to{opacity:.18;transform:translateY(128px) scale(.92)}18%{opacity:1;transform:translateY(90px) scale(1.08)}50%{opacity:.7;transform:translateY(-18px) scale(.96)}82%{opacity:1;transform:translateY(-124px) scale(1.06)}}.echo-editorial__main{width:min(480px,100%);justify-self:end;display:grid;gap:16px}.echo-editorial__viewport{position:relative;width:100%;aspect-ratio:941 / 1672;overflow:hidden;border-radius:26px;background:#050506;border:1px solid rgba(255,161,104,.12);box-shadow:0 44px 118px #0000009e,0 0 0 1px #ff7e4b06,0 0 52px #ff672a0e}.echo-editorial__viewport:after{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;border-radius:inherit;box-shadow:inset 0 1px #ffffff0b,inset 0 0 0 1px #ff7e4b06}.echo-editorial__panel{position:absolute;inset:0;z-index:1;margin:0;opacity:0;pointer-events:none;transition:opacity .34s ease}.echo-editorial__panel.is-active{z-index:2;opacity:1;pointer-events:auto}.echo-editorial__panel img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;opacity:1;filter:none;transform:none;image-rendering:auto;user-select:none}.echo-editorial__caption{display:flex;align-items:center;min-height:30px;gap:12px;padding:0 4px}.echo-editorial__count{color:#ff965f;font-size:.72rem;font-weight:740;letter-spacing:.11em;text-shadow:0 0 14px rgba(255,126,75,.34)}.echo-editorial__line{width:34px;height:1px;background:linear-gradient(to right,#ff975ee0,#ff975e0f)}.echo-editorial__caption strong{color:#fff9f3e6;font-size:.78rem;font-weight:650;letter-spacing:.035em}.echo-editorial__rail{display:grid;gap:12px;align-content:center}.echo-editorial__tab{position:relative;width:100%;min-height:118px;display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto 1fr;align-items:center;gap:4px 10px;padding:10px;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.075);background:linear-gradient(145deg,#ffffff08,#ffffff03);color:#f4eee48f;cursor:pointer;text-align:left;transition:color .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.echo-editorial__tab:hover{color:#fff9f3d6;border-color:#ff975e2e;background:linear-gradient(145deg,#ff7e4b0e,#ffffff05)}.echo-editorial__tab.is-active{color:#fff8f1;border-color:#ff915247;background:linear-gradient(145deg,#ff7e4b1b,#ffffff06);box-shadow:0 18px 42px #00000040,inset 0 1px #ffffff09}.echo-editorial__tab:focus-visible{outline:none;border-color:#ffa66b9e;box-shadow:0 0 0 3px #ff7e4b1c,0 16px 38px #00000038}.echo-editorial__tab-number{grid-column:1;grid-row:1;align-self:start;color:#ff975eb8;font-size:.64rem;font-weight:730;letter-spacing:.1em}.echo-editorial__thumb{grid-column:1;grid-row:2;width:42px;aspect-ratio:941 / 1672;overflow:hidden;border-radius:8px;background:#050506;border:1px solid rgba(255,255,255,.065)}.echo-editorial__thumb img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.6;filter:saturate(.78) brightness(.72);transition:opacity .22s ease,filter .22s ease}.echo-editorial__tab:hover .echo-editorial__thumb img,.echo-editorial__tab.is-active .echo-editorial__thumb img{opacity:1;filter:none}.echo-editorial__tab-copy{grid-column:2;grid-row:1 / span 2;min-width:0;display:grid;gap:3px}.echo-editorial__tab-copy strong{font-size:.76rem;line-height:1.2}.echo-editorial__tab-copy small{color:#f4eee46b;font-size:.66rem;line-height:1.3}.echo-editorial__tab.is-active .echo-editorial__tab-copy small{color:#ffdcc69e}#echolater.is-echo-active .echo-editorial{animation:echoEditorialEnter .72s cubic-bezier(.2,.72,.18,1) both}@keyframes echoEditorialEnter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media(max-width:1450px){#echolater .app-section__grid{grid-template-columns:minmax(380px,.9fr) minmax(580px,1.1fr);gap:34px}#echolater .app-section__media{min-height:760px}.echo-editorial{width:min(670px,100%);min-height:750px;grid-template-columns:minmax(0,1fr) 160px;gap:16px}.echo-editorial__signal{right:-78px;width:286px;height:560px}.echo-editorial__main{width:min(410px,100%)}.echo-editorial__tab{min-height:106px;grid-template-columns:38px minmax(0,1fr);padding:9px}.echo-editorial__thumb{width:38px}}@media(max-width:1100px){#echolater .app-section__grid{grid-template-columns:1fr}#echolater .app-section__media{min-height:auto;margin-top:34px}.echo-editorial{width:min(760px,94vw);min-height:auto;grid-template-columns:minmax(0,1fr) 170px}.echo-editorial__signal{right:-54px;width:250px;height:500px}.echo-editorial__main{width:min(470px,100%)}}@media(max-width:700px){#echolater .app-section__media{margin-top:26px}.echo-editorial{width:100%;grid-template-columns:1fr;gap:14px}.echo-editorial__signal{display:none}.echo-editorial__main{width:min(84vw,390px);justify-self:center}.echo-editorial__viewport{border-radius:22px}.echo-editorial__rail{width:min(94vw,520px);justify-self:center;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.echo-editorial__tab{min-height:86px;grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:center;gap:4px;padding:8px 6px;text-align:center}.echo-editorial__tab-number{grid-column:1;grid-row:1;justify-self:center}.echo-editorial__thumb{display:none}.echo-editorial__tab-copy{grid-column:1;grid-row:2;justify-items:center}.echo-editorial__tab-copy strong{font-size:.68rem}.echo-editorial__tab-copy small{display:none}}@media(prefers-reduced-motion:reduce){.echo-editorial__panel,.echo-editorial__tab,.echo-editorial__thumb img,.echo-editorial__signal-ring,.echo-editorial__signal-sweep,.echo-editorial__signal-dot{transition:none;animation:none}#echolater.is-echo-active .echo-editorial{animation:none}}.echo-editorial{overflow:visible}.echo-editorial__main,.echo-editorial__rail{position:relative;z-index:2}.echo-editorial__signal{position:absolute;top:50%;right:0;width:760px;height:920px;transform:translateY(-50%);transform-origin:center right;z-index:0;pointer-events:none;overflow:visible}.echo-editorial__signal:before{content:"";position:absolute;inset:10% 8% 12%;border-radius:50%;background:radial-gradient(circle at 68% 48%,rgba(255,126,75,.12),transparent 30%),radial-gradient(circle at 52% 52%,rgba(255,126,75,.06),transparent 48%);filter:blur(28px);opacity:.9}.echo-editorial__orbit{position:absolute;inset:0;width:100%;height:100%;overflow:visible;opacity:.96;filter:drop-shadow(0 0 16px rgba(255,126,75,.12))}.echo-editorial__orbit-track{fill:none;stroke:#ff885424;stroke-width:1.35}.echo-editorial__orbit-track--inner{stroke:#ff88540f;stroke-width:.95}.echo-editorial__orbit-highlight{fill:none;stroke:url(#echoOrbitGrad);stroke-width:1.75;stroke-linecap:round;stroke-dasharray:260 2420;stroke-dashoffset:0;animation:echoOrbitDash 12s linear infinite}.echo-editorial__orbit-wave,.echo-editorial__orbit-dot{position:absolute;top:0;left:0;offset-path:path("M 710 460 A 330 390 0 1 1 50 460 A 330 390 0 1 1 710 460");offset-rotate:auto;offset-anchor:center}.echo-editorial__orbit-wave{width:86px;height:24px;display:flex;align-items:center;justify-content:space-between;animation:echoOrbitTravel 12s linear infinite;filter:drop-shadow(0 0 14px rgba(255,126,75,.32))}.echo-editorial__orbit-wave span{width:3px;border-radius:999px;background:linear-gradient(180deg,#fff1e7fa,#ff844eeb);box-shadow:0 0 10px #ff7e4b40;transform-origin:center;animation:echoWavePulse 1.6s ease-in-out infinite}.echo-editorial__orbit-wave span:nth-child(1){height:7px;animation-delay:-.95s}.echo-editorial__orbit-wave span:nth-child(2){height:11px;animation-delay:-1.2s}.echo-editorial__orbit-wave span:nth-child(3){height:15px;animation-delay:-.65s}.echo-editorial__orbit-wave span:nth-child(4){height:20px;animation-delay:-1.4s}.echo-editorial__orbit-wave span:nth-child(5){height:14px;animation-delay:-.55s}.echo-editorial__orbit-wave span:nth-child(6){height:22px;animation-delay:-1.05s}.echo-editorial__orbit-wave span:nth-child(7){height:16px;animation-delay:-.35s}.echo-editorial__orbit-wave span:nth-child(8){height:19px;animation-delay:-1.3s}.echo-editorial__orbit-wave span:nth-child(9){height:13px;animation-delay:-.5s}.echo-editorial__orbit-wave span:nth-child(10){height:10px;animation-delay:-.9s}.echo-editorial__orbit-wave span:nth-child(11){height:7px;animation-delay:-1.15s}.echo-editorial__orbit-dot{width:10px;height:10px;border-radius:50%;background:#ffb28a;box-shadow:0 0 0 6px #ff7e4b17,0 0 18px #ff7e4b70,0 0 34px #ffe0d038;animation:echoOrbitTravel 12s linear infinite;animation-delay:-.32s}@keyframes echoOrbitTravel{0%{offset-distance:0%}to{offset-distance:100%}}@keyframes echoOrbitDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-2680}}@keyframes echoWavePulse{0%,to{opacity:.66;transform:scaleY(.84)}50%{opacity:1;transform:scaleY(1.14)}}@media(max-width:1450px){.echo-editorial__signal{right:0;width:760px;height:920px;transform:translateY(-50%) scale(.9)}.echo-editorial__orbit-wave{width:78px}}@media(max-width:1100px){.echo-editorial__signal{left:50%;right:auto;width:760px;height:920px;transform:translate(-50%,-50%) scale(.82);transform-origin:center}.echo-editorial__orbit-wave{width:70px;height:21px}}@media(max-width:700px){.echo-editorial__signal{display:none}}@media(prefers-reduced-motion:reduce){.echo-editorial__orbit-highlight,.echo-editorial__orbit-wave,.echo-editorial__orbit-wave span,.echo-editorial__orbit-dot{animation:none}}#echolater{overflow:clip}#echolater .app-section__grid,#echolater .app-section__content,#echolater .app-section__media{min-width:0}#echolater .app-section__media{overflow:visible}#echolater .echo-editorial{max-width:100%}:root{--site-header-height: 84px}#echolater.section-anchor{scroll-margin-top:var(--site-header-height)}#echolater.app-section{min-height:calc(100svh - var(--site-header-height));padding-block:clamp(34px,4.2vw,58px);display:flex;align-items:center;overflow:clip;isolation:isolate}#echolater .app-section__grid{min-height:calc(100svh - var(--site-header-height) - clamp(68px,8vw,116px));align-items:center}#echolater .echo-editorial__rail{display:none!important}#echolater .echo-editorial__main,#echolater .echo-editorial__signal{position:relative}@media(min-width:1101px){#echolater .app-section__grid{grid-template-columns:minmax(390px,.9fr) minmax(760px,1.1fr);gap:clamp(24px,2.8vw,48px)}#echolater .app-section__media{min-height:840px;display:grid;place-items:center end;overflow:visible;transform:none;padding-right:clamp(6px,1vw,18px)}#echolater .echo-editorial{position:relative;width:min(900px,100%);min-height:830px;display:grid;grid-template-columns:1fr;align-items:center;justify-items:end;gap:0;overflow:visible;isolation:isolate}#echolater .echo-editorial__ambient{width:88%;left:16%;top:10%;opacity:.86}#echolater .echo-editorial__main{z-index:2;width:min(790px,100%);justify-self:end;display:grid;gap:18px}#echolater .echo-editorial__viewport{position:relative;width:100%;min-height:790px;aspect-ratio:auto;overflow:visible;background:none;border:0;box-shadow:none}#echolater .echo-editorial__viewport:after{display:none}#echolater .echo-editorial__panel{position:absolute;inset:auto auto 66px 50%;margin:0;opacity:1;pointer-events:auto;cursor:pointer;transition:transform .42s cubic-bezier(.22,.78,.24,1),width .42s cubic-bezier(.22,.78,.24,1),opacity .28s ease,filter .28s ease;will-change:transform,width,opacity,filter}#echolater .echo-editorial__panel:focus-visible{outline:none}#echolater .echo-editorial__panel:focus-visible img{box-shadow:0 0 0 2px #ffa66b9e,0 42px 118px #0000008f,0 0 46px #ff7e4b21}#echolater .echo-editorial__panel img{display:block;width:100%;height:auto;max-width:none;object-fit:contain;object-position:center;border-radius:30px;box-shadow:0 40px 110px #00000085,0 0 0 1px #ffffff0a,0 0 40px #ff7e4b1a;image-rendering:auto;user-select:none}#echolater .echo-editorial__panel[data-position=center]{width:min(470px,38vw);transform:translate(calc(-50% + 62px));z-index:5;opacity:1;filter:none}#echolater .echo-editorial__panel[data-position=center] img{box-shadow:0 58px 148px #000000a8,0 0 0 1px #ffffff13,0 0 34px #ff7e4b1f}#echolater .echo-editorial__panel[data-position=left]{width:min(220px,18vw);transform:translate(calc(-50% - 188px),66px) rotate(-5deg);z-index:1;opacity:.18;filter:brightness(.46) saturate(.72)}#echolater .echo-editorial__panel[data-position=right]{width:min(220px,18vw);transform:translate(calc(-50% + 310px),66px) rotate(5deg);z-index:1;opacity:.18;filter:brightness(.46) saturate(.72)}#echolater .echo-editorial__caption{padding-inline:10px}#echolater .echo-editorial__signal{position:absolute;top:50%;right:-18px;width:760px;height:920px;transform:translateY(-50%);transform-origin:center right;z-index:0;pointer-events:none;overflow:visible}}@media(max-width:1450px)and (min-width:1101px){#echolater .app-section__grid{grid-template-columns:minmax(370px,.92fr) minmax(650px,1.08fr);gap:26px}#echolater .echo-editorial{width:min(800px,100%);min-height:770px}#echolater .echo-editorial__main{width:min(700px,100%)}#echolater .echo-editorial__viewport{min-height:720px}#echolater .echo-editorial__panel[data-position=center]{width:min(410px,35vw);transform:translate(calc(-50% + 42px))}#echolater .echo-editorial__panel[data-position=left]{width:min(188px,16vw);transform:translate(calc(-50% - 158px),58px) rotate(-4deg)}#echolater .echo-editorial__panel[data-position=right]{width:min(188px,16vw);transform:translate(calc(-50% + 252px),58px) rotate(4deg)}#echolater .echo-editorial__signal{right:-30px;transform:translateY(-50%) scale(.9)}}@media(max-width:1100px){#echolater.app-section,#echolater .app-section__grid{min-height:auto}#echolater .echo-editorial{grid-template-columns:1fr}#echolater .echo-editorial__panel{opacity:0;pointer-events:none}#echolater .echo-editorial__panel.is-active{opacity:1;pointer-events:auto}}@media(max-width:700px){#echolater .echo-editorial__signal{display:none}}@media(prefers-reduced-motion:reduce){#echolater .echo-editorial__panel{transition:none}}@media(min-width:1101px){#echolater .app-section__grid{grid-template-columns:minmax(390px,.93fr) minmax(760px,1.07fr);gap:clamp(28px,3.2vw,54px);align-items:center}#echolater .app-section__media{min-height:900px;display:grid;place-items:center end;overflow:visible;padding-right:0}#echolater .echo-editorial{position:relative;left:clamp(16px,1.8vw,32px);top:38px;width:min(900px,100%);min-height:880px;display:grid;grid-template-columns:1fr;justify-items:end;align-items:center;overflow:visible;isolation:isolate}#echolater .echo-editorial__ambient{width:76%;left:19%;top:15%;opacity:.78}#echolater .echo-editorial__main{position:relative;z-index:2;width:min(820px,100%);justify-self:end;display:grid;gap:0}#echolater .echo-editorial__viewport{position:relative;width:100%;min-height:850px;aspect-ratio:auto;overflow:visible;border:0;border-radius:0;background:none;box-shadow:none}#echolater .echo-editorial__viewport:after{display:none}#echolater .echo-editorial__panel{position:absolute;inset:56px auto auto 50%;margin:0;overflow:hidden;border-radius:30px;opacity:1;pointer-events:auto;cursor:pointer;transition:transform .42s cubic-bezier(.22,.78,.24,1),width .42s cubic-bezier(.22,.78,.24,1),height .42s cubic-bezier(.22,.78,.24,1),opacity .26s ease,filter .26s ease;will-change:transform,width,height,opacity}#echolater .echo-editorial__panel img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 43%;border-radius:inherit;image-rendering:auto;user-select:none;box-shadow:none}#echolater .echo-editorial__panel[data-position=center]{width:min(620px,40vw);height:780px;transform:translate(calc(-50% + 64px));z-index:5;opacity:1;filter:none;box-shadow:0 58px 148px #000000a8,0 0 0 1px #ffffff13,0 0 38px #ff7e4b21}#echolater .echo-editorial__panel[data-position=left]{width:min(600px,38vw);height:742px;transform:translate(calc(-50% + 20px),26px) rotate(-1.5deg);z-index:2;opacity:.18;filter:brightness(.56) saturate(.78);box-shadow:0 34px 92px #00000061}#echolater .echo-editorial__panel[data-position=right]{width:min(600px,38vw);height:742px;transform:translate(calc(-50% + 110px),26px) rotate(1.5deg);z-index:2;opacity:.18;filter:brightness(.56) saturate(.78);box-shadow:0 34px 92px #00000061}#echolater .echo-editorial__panel[data-position=left]:after,#echolater .echo-editorial__panel[data-position=right]:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(90deg,rgba(255,126,75,.05),transparent 28%,rgba(0,0,0,.34))}#echolater .echo-editorial__panel[data-position=right]:after{background:linear-gradient(270deg,rgba(255,126,75,.05),transparent 28%,rgba(0,0,0,.34))}#echolater .echo-editorial__panel[data-position=left]:hover,#echolater .echo-editorial__panel[data-position=right]:hover{opacity:.3;filter:brightness(.66) saturate(.86)}#echolater .echo-editorial__panel:focus-visible{outline:none}#echolater .echo-editorial__panel:focus-visible:before{content:"";position:absolute;inset:2px;z-index:3;border:2px solid rgba(255,166,107,.7);border-radius:28px;pointer-events:none}#echolater .echo-editorial__signal{position:absolute;top:52%;right:16px;width:660px;height:800px;transform:translateY(-50%);transform-origin:center right;z-index:0;pointer-events:none;overflow:visible}#echolater .echo-editorial__signal:before{inset:10% 0 10% 30%;opacity:.74}}@media(max-width:1450px)and (min-width:1101px){#echolater .app-section__grid{grid-template-columns:minmax(370px,.94fr) minmax(650px,1.06fr);gap:28px}#echolater .app-section__media{min-height:820px}#echolater .echo-editorial{left:14px;top:32px;width:min(810px,100%);min-height:800px}#echolater .echo-editorial__main{width:min(740px,100%)}#echolater .echo-editorial__viewport{min-height:780px}#echolater .echo-editorial__panel{inset-block-start:48px}#echolater .echo-editorial__panel[data-position=center]{width:min(540px,39vw);height:720px;transform:translate(calc(-50% + 50px))}#echolater .echo-editorial__panel[data-position=left]{width:min(520px,37vw);height:686px;transform:translate(calc(-50% + 14px),24px) rotate(-1.4deg)}#echolater .echo-editorial__panel[data-position=right]{width:min(520px,37vw);height:686px;transform:translate(calc(-50% + 92px),24px) rotate(1.4deg)}#echolater .echo-editorial__signal{right:8px;width:600px;height:740px}}@media(max-width:1100px){#echolater .echo-editorial__panel img{object-fit:contain;object-position:center}}#echolater.app-section{min-height:calc(100svh - var(--site-header-height, 84px));padding-block:clamp(44px,5vw,72px);display:flex;align-items:center;overflow:clip}#echolater .app-section__grid{grid-template-columns:minmax(390px,.94fr) minmax(620px,1.06fr);gap:clamp(34px,4vw,68px);min-height:calc(100svh - var(--site-header-height, 84px) - 88px);align-items:center}#echolater .app-section__content,#echolater .app-section__media{min-width:0;align-self:center}#echolater .app-section__media{min-height:820px;display:grid;place-items:center;overflow:visible;padding:0;transform:none}#echolater .echo-editorial{--echo-panel-duration: .6s;--echo-panel-angle: 7deg;--echo-panel-shift: 9px;--echo-panel-scale: .99;position:relative;inset:auto;width:min(650px,100%);min-height:820px;display:grid;place-items:center;overflow:visible;isolation:isolate;transform:translate(24px,34px)}#echolater .echo-editorial__ambient{position:absolute;z-index:-2;width:78%;aspect-ratio:1;left:18%;top:18%;border-radius:50%;background:radial-gradient(circle,rgba(255,112,49,.11),rgba(255,112,49,.025) 46%,transparent 72%);filter:blur(26px);opacity:.8;pointer-events:none}#echolater .echo-editorial__signal{position:absolute;z-index:-1;top:50%;left:50%;right:auto;width:760px;height:920px;overflow:visible;pointer-events:none;transform:translate(-50%,-50%) scale(.78);transform-origin:center}#echolater .echo-editorial__signal:before{opacity:.5}#echolater .echo-editorial__main{position:relative;z-index:2;width:min(560px,100%);display:grid;grid-template-columns:52px minmax(0,440px) 52px;grid-template-rows:auto auto;align-items:center;justify-content:center;gap:18px 12px}#echolater .echo-editorial__viewport{position:relative;grid-column:2;grid-row:1;width:min(440px,31vw);aspect-ratio:941 / 1672;min-height:0;overflow:visible;border:0;border-radius:28px;background:transparent;box-shadow:none;perspective:1800px;transform-style:preserve-3d;isolation:isolate}#echolater .echo-editorial__viewport:after{display:none}#echolater .echo-editorial__panel,#echolater .echo-editorial__panel[data-position=center],#echolater .echo-editorial__panel[data-position=left],#echolater .echo-editorial__panel[data-position=right]{position:absolute;inset:0;width:100%;height:100%;margin:0;overflow:hidden;border-radius:28px;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,10px,0) scale(.992);transform-origin:center center;backface-visibility:hidden;filter:none;z-index:1;cursor:default;will-change:transform,opacity,filter;transition:opacity .26s ease,transform .36s cubic-bezier(.22,.78,.24,1),visibility 0s linear .36s;box-shadow:0 54px 140px #0000009e,0 0 0 1px #ffffff0e,0 0 34px #ff7e4b1c}#echolater .echo-editorial__panel.is-active,#echolater .echo-editorial__panel.is-active[data-position=center],#echolater .echo-editorial__panel.is-active[data-position=left],#echolater .echo-editorial__panel.is-active[data-position=right]{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0) scale(1);z-index:2;transition-delay:0s}#echolater .echo-editorial__panel.is-entering,#echolater .echo-editorial__panel.is-leaving{visibility:visible;pointer-events:none;z-index:3;transition:opacity var(--echo-panel-duration) cubic-bezier(.2,.74,.2,1),transform var(--echo-panel-duration) cubic-bezier(.16,.82,.2,1),filter var(--echo-panel-duration) cubic-bezier(.2,.74,.2,1),visibility 0s linear 0s}#echolater .echo-editorial__panel.is-entering{opacity:0;filter:saturate(.97) brightness(.99)}#echolater .echo-editorial__panel.is-entering.is-animating,#echolater .echo-editorial__panel.is-leaving{opacity:1;filter:none}#echolater .echo-editorial__panel.is-entering.is-direction-next{transform-origin:right center;transform:perspective(1800px) rotateY(var(--echo-panel-angle)) translate3d(var(--echo-panel-shift),0,0) scale(var(--echo-panel-scale))}#echolater .echo-editorial__panel.is-entering.is-direction-previous{transform-origin:left center;transform:perspective(1800px) rotateY(calc(var(--echo-panel-angle) * -1)) translate3d(calc(var(--echo-panel-shift) * -1),0,0) scale(var(--echo-panel-scale))}#echolater .echo-editorial__panel.is-entering.is-animating,#echolater .echo-editorial__panel.is-leaving{transform:perspective(1800px) rotateY(0) translateZ(0) scale(1)}#echolater .echo-editorial__panel.is-leaving.is-direction-next{transform-origin:left center}#echolater .echo-editorial__panel.is-leaving.is-direction-previous{transform-origin:right center}#echolater .echo-editorial__panel.is-leaving.is-direction-next.is-animating{opacity:0;filter:saturate(.96) brightness(.985);transform:perspective(1800px) rotateY(calc(var(--echo-panel-angle) * -1)) translate3d(calc(var(--echo-panel-shift) * -1),0,0) scale(var(--echo-panel-scale))}#echolater .echo-editorial__panel.is-leaving.is-direction-previous.is-animating{opacity:0;filter:saturate(.96) brightness(.985);transform:perspective(1800px) rotateY(var(--echo-panel-angle)) translate3d(var(--echo-panel-shift),0,0) scale(var(--echo-panel-scale))}#echolater .echo-editorial__panel:before,#echolater .echo-editorial__panel:after{display:none!important}#echolater .echo-editorial__panel img,#echolater .echo-editorial__panel[data-position=center] img,#echolater .echo-editorial__panel[data-position=left] img,#echolater .echo-editorial__panel[data-position=right] img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;border-radius:inherit;opacity:1;filter:none;transform:translateZ(0);backface-visibility:hidden;image-rendering:auto;box-shadow:none;user-select:none}#echolater .echo-gallery__arrow{position:relative;z-index:3;width:46px;height:46px;display:grid;place-items:center;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,#ffffff0d,#ffffff06);color:#fff7efc7;box-shadow:inset 0 1px #ffffff09,0 16px 34px #00000038;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}#echolater .echo-gallery__arrow:hover{color:#fff8f1;border-color:#ff975e57;background:linear-gradient(180deg,#ff7e4b1c,#ffffff06);transform:scale(1.04)}#echolater .echo-gallery__arrow:active{transform:scale(.96);transition-duration:90ms}#echolater .echo-gallery__arrow:focus-visible{outline:none;border-color:#ffa66bb3;box-shadow:0 0 0 4px #ff7e4b1a,0 16px 34px #00000038}#echolater .echo-gallery__arrow--previous{grid-column:1;grid-row:1}#echolater .echo-gallery__arrow--next{grid-column:3;grid-row:1}#echolater .echo-gallery__meta{grid-column:1 / -1;grid-row:2;min-height:28px;display:flex;align-items:center;justify-content:center;gap:11px;color:#f4eee499}#echolater .echo-gallery__number{color:#ff9b66;font-size:.72rem;font-weight:760;letter-spacing:.12em}#echolater .echo-gallery__divider{width:34px;height:1px;background:linear-gradient(to right,#ff975ec7,#ff975e0f)}#echolater .echo-gallery__meta strong{color:#fff8f1e0;font-size:.78rem;font-weight:650;letter-spacing:.025em}#echolater .echo-gallery__total{font-size:.69rem;color:#f4eee457}@media(max-width:1450px)and (min-width:1101px){#echolater .app-section__grid{grid-template-columns:minmax(360px,.94fr) minmax(560px,1.06fr);gap:30px}#echolater .app-section__media{min-height:760px}#echolater .echo-editorial{width:min(590px,100%);min-height:760px;transform:translate(18px,28px)}#echolater .echo-editorial__main{width:min(520px,100%);grid-template-columns:46px minmax(0,400px) 46px;gap:16px 10px}#echolater .echo-editorial__viewport{width:min(400px,30vw)}#echolater .echo-editorial__signal{transform:translate(-50%,-50%) scale(.7)}#echolater .echo-gallery__arrow{width:42px;height:42px}}@media(max-width:1100px){#echolater.app-section{min-height:auto}#echolater .app-section__grid{grid-template-columns:1fr;min-height:auto}#echolater .app-section__media{min-height:auto;margin-top:34px}#echolater .echo-editorial{width:min(620px,94vw);min-height:auto;transform:none}#echolater .echo-editorial__main{width:min(540px,100%);grid-template-columns:46px minmax(0,400px) 46px}#echolater .echo-editorial__viewport{width:min(400px,74vw)}#echolater .echo-editorial__signal{transform:translate(-50%,-50%) scale(.7)}}@media(max-width:620px){#echolater .echo-editorial__main{width:min(390px,100%);grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:14px}#echolater .echo-editorial__viewport{grid-column:1 / -1;grid-row:1;width:min(330px,86vw);justify-self:center}#echolater .echo-gallery__arrow--previous{grid-column:1;grid-row:2;justify-self:end}#echolater .echo-gallery__arrow--next{grid-column:2;grid-row:2;justify-self:start}#echolater .echo-gallery__meta{grid-column:1 / -1;grid-row:3}#echolater .echo-editorial__signal{display:none}}@media(max-width:1450px){#echolater .echo-editorial{--echo-panel-duration: .56s;--echo-panel-angle: 6deg;--echo-panel-shift: 8px;--echo-panel-scale: .991}}@media(max-width:1100px){#echolater .echo-editorial{--echo-panel-duration: .5s;--echo-panel-angle: 4deg;--echo-panel-shift: 6px;--echo-panel-scale: .994}}@media(max-width:700px){#echolater .echo-editorial{--echo-panel-duration: .42s;--echo-panel-angle: 1.5deg;--echo-panel-shift: 3px;--echo-panel-scale: .997}}@media(prefers-reduced-motion:reduce){#echolater .echo-editorial__panel,#echolater .echo-gallery__arrow{transition:none}}@media(min-width:1101px){#echolater .app-section__grid{grid-template-columns:minmax(390px,.98fr) minmax(680px,1.02fr);gap:clamp(22px,2.4vw,42px)}#echolater .app-section__media{min-height:930px}#echolater .echo-editorial{width:min(720px,100%);min-height:930px;transform:translate(-42px,50px)}#echolater .echo-editorial__main{width:min(630px,100%);grid-template-columns:44px minmax(0,500px) 44px;grid-template-rows:auto;gap:0 8px}#echolater .echo-editorial__viewport{grid-column:2;grid-row:1;width:min(500px,34vw)}#echolater .echo-gallery__arrow{width:42px;height:42px}#echolater .echo-gallery__arrow--previous{grid-column:1;grid-row:1;justify-self:end}#echolater .echo-gallery__arrow--next{grid-column:3;grid-row:1;justify-self:start}#echolater .echo-editorial__signal{transform:translate(-50%,-50%) scale(.86)}#echolater .echo-editorial__orbit-track{stroke:#ff88543b;stroke-width:1.55}#echolater .echo-editorial__orbit-track--inner{stroke:#ff88541b;stroke-width:1.05}#echolater .echo-editorial__orbit-highlight{stroke-width:2.15;filter:drop-shadow(0 0 10px rgba(255,126,75,.34))}#echolater .echo-editorial__orbit-wave{filter:drop-shadow(0 0 16px rgba(255,126,75,.42))}#echolater .echo-editorial__orbit-dot{box-shadow:0 0 0 7px #ff7e4b1c,0 0 22px #ff7e4b8c,0 0 38px #ffe0d040}#echolater .echo-gallery__meta,#echolater .echo-gallery__number,#echolater .echo-gallery__divider,#echolater .echo-gallery__total{display:none!important}}@media(max-width:1450px)and (min-width:1101px){#echolater .app-section__grid{grid-template-columns:minmax(350px,.98fr) minmax(590px,1.02fr);gap:20px}#echolater .app-section__media{min-height:840px}#echolater .echo-editorial{width:min(640px,100%);min-height:840px;transform:translate(-28px,42px)}#echolater .echo-editorial__main{width:min(570px,100%);grid-template-columns:42px minmax(0,460px) 42px;gap:0 7px}#echolater .echo-editorial__viewport{width:min(460px,33vw)}#echolater .echo-editorial__signal{transform:translate(-50%,-50%) scale(.78)}}@media(max-width:1100px){#echolater .echo-gallery__meta{display:none!important}}#echolater .echo-editorial{width:min(660px,100%);min-height:840px}#echolater .echo-editorial__signal{top:51%;left:52%;width:700px;height:860px;transform:translate(-50%,-50%) scale(.72);opacity:.82}#echolater .echo-editorial__signal:before{opacity:.34;filter:blur(22px)}#echolater .echo-editorial__orbit{opacity:.92;filter:drop-shadow(0 0 14px rgba(255,126,75,.12))}#echolater .echo-editorial__orbit-track{stroke:#ff926617;stroke-width:1.05}#echolater .echo-editorial__orbit-track--inner{stroke:#ff92660d;stroke-width:.8}#echolater .echo-editorial__orbit-highlight{stroke-width:1.3;stroke-dasharray:180 2420;opacity:.95}#echolater .echo-editorial__orbit-wave,#echolater .echo-editorial__orbit-dot{animation-duration:9.2s}#echolater .echo-editorial__orbit-wave{width:66px;height:20px;filter:drop-shadow(0 0 10px rgba(255,126,75,.24))}#echolater .echo-editorial__orbit-wave span{width:2.5px;background:linear-gradient(180deg,#fff0e7e0,#ff7e4be6)}#echolater .echo-editorial__orbit-dot{width:8px;height:8px;box-shadow:0 0 0 4px #ff7e4b1f,0 0 16px #ffad8266}#echolater .echo-editorial__main{grid-template-rows:auto auto auto;gap:18px 12px}#echolater .echo-gallery__meta{grid-column:1 / -1;grid-row:2;min-height:24px;gap:10px}#echolater .echo-gallery__pagination{grid-column:1 / -1;grid-row:3;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:-4px}#echolater .echo-gallery__step{min-width:50px;height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff08,#ffffff04);color:#f4eee470;font-size:.72rem;font-weight:760;letter-spacing:.12em;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}#echolater .echo-gallery__step:hover{color:#fff8f1d6;border-color:#ff975e2e;transform:translateY(-1px)}#echolater .echo-gallery__step.is-active{color:#fff8f1;border-color:#ff975e66;background:linear-gradient(180deg,#ff7e4b29,#ff7e4b0d);box-shadow:inset 0 1px #ffffff0d,0 10px 22px #0000002e,0 0 16px #ff7e4b14}#echolater .echo-gallery__step:focus-visible{outline:none;border-color:#ffa66bb3;box-shadow:0 0 0 4px #ff7e4b1f}@media(max-width:1450px)and (min-width:1101px){#echolater .echo-editorial{width:min(610px,100%);min-height:780px;transform:translate(20px,30px)}#echolater .echo-editorial__main{width:min(530px,100%);grid-template-columns:46px minmax(0,410px) 46px}#echolater .echo-editorial__viewport{width:min(410px,30vw)}#echolater .echo-editorial__signal{transform:translate(-50%,-50%) scale(.67)}}@media(max-width:1100px){#echolater .echo-editorial{width:min(620px,94vw)}#echolater .echo-editorial__main{width:min(540px,100%);grid-template-columns:44px minmax(0,400px) 44px}#echolater .echo-editorial__viewport{width:min(400px,74vw)}#echolater .echo-editorial__signal{transform:translate(-50%,-50%) scale(.66)}}@media(max-width:620px){#echolater .echo-gallery__meta{grid-row:3}#echolater .echo-gallery__pagination{grid-row:4;gap:8px}#echolater .echo-gallery__step{min-width:46px;height:32px;padding:0 12px}}#echolater .echo-editorial__main{grid-template-rows:auto auto;gap:18px 12px}#echolater .echo-gallery__pagination{grid-column:1 / -1;grid-row:2;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:0}#echolater .echo-gallery__step{position:relative;width:48px;min-width:48px;height:18px;padding:0;border:none;border-radius:999px;background:transparent;color:transparent;font-size:0;box-shadow:none;overflow:visible}#echolater .echo-gallery__step:before{content:"";position:absolute;left:50%;top:50%;width:30px;height:2.5px;border-radius:999px;transform:translate(-50%,-50%);background:linear-gradient(90deg,#ff894d1f,#ffab7c4d,#ff894d1f);box-shadow:inset 0 0 0 1px #ffffff0a;transition:width .18s ease,opacity .18s ease,background .18s ease,box-shadow .18s ease}#echolater .echo-gallery__step:after{content:"";position:absolute;left:50%;top:50%;width:0;height:3px;border-radius:999px;transform:translate(-50%,-50%);background:linear-gradient(90deg,#ffe9dcfa,#ff7e4bf5);box-shadow:0 0 12px #ff7e4b47,0 0 24px #ff7e4b29;opacity:0;transition:width .22s ease,opacity .22s ease,box-shadow .22s ease}#echolater .echo-gallery__step:hover:before{width:34px;background:linear-gradient(90deg,#ff894d29,#ffb58f6b,#ff894d29)}#echolater .echo-gallery__step:hover:after{width:20px;opacity:.78}#echolater .echo-gallery__step.is-active:before{width:38px;background:linear-gradient(90deg,#ff894d38,#ffcbb08f,#ff894d38)}#echolater .echo-gallery__step.is-active:after{width:34px;opacity:1;box-shadow:0 0 14px #ff7e4b57,0 0 28px #ff7e4b2e}#echolater .echo-gallery__step:focus-visible:before{box-shadow:0 0 0 4px #ff7e4b1f}#echolater .echo-editorial{width:min(720px,100%);min-height:860px}#echolater .echo-editorial__main{width:min(560px,100%);grid-template-columns:40px minmax(0,440px) 40px}#echolater .echo-gallery__arrow{width:42px;height:42px}#echolater .echo-editorial__signal{top:50.7%;left:50.8%;width:860px;height:1040px;transform:translate(-50%,-50%) scale(.9);opacity:.98;pointer-events:none}#echolater .echo-editorial__signal:before{opacity:.44;filter:blur(30px)}#echolater .echo-editorial__orbit{opacity:1;filter:drop-shadow(0 0 18px rgba(255,126,75,.16))}#echolater .echo-editorial__orbit-track{stroke:#ff926621;stroke-width:1.35}#echolater .echo-editorial__orbit-track--inner{stroke:#ff926612;stroke-width:1}#echolater .echo-editorial__orbit-highlight{stroke-width:2;stroke-dasharray:250 2360;opacity:.98;filter:drop-shadow(0 0 12px rgba(255,126,75,.28))}#echolater .echo-editorial__orbit-wave,#echolater .echo-editorial__orbit-dot{animation-duration:8.8s}#echolater .echo-editorial__orbit-wave{width:84px;height:26px;filter:drop-shadow(0 0 14px rgba(255,126,75,.32))}#echolater .echo-editorial__orbit-wave span{width:3px;border-radius:999px;background:linear-gradient(180deg,#fff4edf5,#ff7e4bf0)}#echolater .echo-editorial__orbit-dot{width:10px;height:10px;box-shadow:0 0 0 5px #ff7e4b1a,0 0 18px #ffad826b,0 0 34px #ff7e4b2e}@media(max-width:1450px)and (min-width:1101px){#echolater .echo-editorial{width:min(650px,100%);min-height:800px}#echolater .echo-editorial__main{width:min(520px,100%);grid-template-columns:38px minmax(0,410px) 38px}#echolater .echo-editorial__viewport{width:min(410px,30vw)}#echolater .echo-editorial__signal{transform:translate(-50%,-50%) scale(.8)}}@media(max-width:1100px){#echolater .echo-editorial{width:min(620px,94vw);min-height:auto}#echolater .echo-editorial__main{width:min(520px,100%);grid-template-columns:40px minmax(0,390px) 40px}#echolater .echo-editorial__viewport{width:min(390px,74vw)}#echolater .echo-editorial__signal{transform:translate(-50%,-50%) scale(.7)}}@media(max-width:620px){#echolater .echo-gallery__pagination{gap:10px}#echolater .echo-gallery__step{width:40px;min-width:40px;height:16px}#echolater .echo-gallery__step:before{width:24px}#echolater .echo-gallery__step.is-active:before{width:30px}#echolater .echo-gallery__step.is-active:after{width:26px}}#echolater.app-section,#echolater .app-section__grid,#echolater .app-section__media,#echolater .echo-editorial,#echolater .echo-editorial__main{overflow:visible!important}#echolater .app-section__media{min-height:900px}#echolater .echo-editorial{width:min(740px,100%);min-height:900px}#echolater .echo-editorial__main{width:min(560px,100%);grid-template-columns:40px minmax(0,440px) 40px;grid-template-rows:auto auto;gap:18px 12px}#echolater .echo-editorial__viewport{width:min(440px,31vw)}#echolater .echo-editorial__signal{position:absolute;left:59.4%;top:50%;right:auto;width:760px;height:920px;transform:translate(-50%,-50%) scale(.934);transform-origin:center;opacity:.96;overflow:visible;pointer-events:none;z-index:-1}#echolater .echo-editorial__signal:before{content:"";position:absolute;inset:16% 18%;border-radius:50%;background:radial-gradient(circle at 68% 52%,rgba(255,126,75,.14),transparent 26%),radial-gradient(circle at 58% 52%,rgba(255,126,75,.07),transparent 42%);opacity:.34;filter:blur(34px)}#echolater .echo-editorial__orbit{display:block;width:100%;height:100%;overflow:visible;opacity:1;filter:drop-shadow(0 0 14px rgba(255,126,75,.12))}#echolater .echo-editorial__orbit-track{fill:none;stroke:#ff926617;stroke-width:1.15;vector-effect:non-scaling-stroke}#echolater .echo-editorial__orbit-track--inner{stroke:#ff92660b;stroke-width:.85}#echolater .echo-editorial__orbit-highlight{fill:none;stroke:url(#echoOrbitGrad);stroke-width:1.75;stroke-linecap:round;stroke-dasharray:320 2080;animation:echoOrbitDash 12s linear infinite;animation-delay:-3.72s;opacity:.92;vector-effect:non-scaling-stroke}#echolater .echo-editorial__orbit-wave,#echolater .echo-editorial__orbit-dot{display:none!important}#echolater .echo-editorial__orbit-shine,#echolater .echo-editorial__orbit-tailshine,#echolater .echo-editorial__orbit-waveform{pointer-events:none}#echolater .echo-editorial__orbit-shine rect{fill:#fff7f1fa;stroke:#ffb28094;stroke-width:.35;vector-effect:non-scaling-stroke}#echolater .echo-editorial__orbit-shine circle{fill:#ffd5b8fa;stroke:#ff8f5299;stroke-width:.45;vector-effect:non-scaling-stroke}#echolater .echo-editorial__orbit-tailbar{fill:#fff5ede6;stroke:#ffae7a57;stroke-width:.16;vector-effect:non-scaling-stroke}#echolater .echo-editorial__orbit-wavebar{fill:#fff4ecf5;stroke:#ffa87252;stroke-width:.18;vector-effect:non-scaling-stroke}#echolater .echo-editorial__orbit-wavebar:nth-child(2n){fill:#ffe1caf2}#echolater .echo-editorial__orbit-wavebar:nth-child(3n){fill:#ffbf92e8}@keyframes echoOrbitDash{to{stroke-dashoffset:-2400}}@keyframes echoGalleryActiveShine{0%{transform:translate(0) translateY(-50%);opacity:0}16%{opacity:.98}80%{opacity:.98}to{transform:translate(62px) translateY(-50%);opacity:0}}@keyframes echoWavePulse{0%,to{opacity:.74;transform:scaleY(.88)}50%{opacity:1;transform:scaleY(1.16)}}#echolater .echo-gallery__meta{display:none!important}#echolater .echo-gallery__pagination{grid-column:1 / -1;grid-row:2;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:6px}#echolater .echo-gallery__step{position:relative;width:52px;min-width:52px;height:18px;padding:0;border:0;border-radius:999px;background:transparent;box-shadow:none;color:transparent;font-size:0;cursor:pointer;overflow:visible}#echolater .echo-gallery__step:before,#echolater .echo-gallery__step:after,#echolater .echo-gallery__step-line:after{content:none!important}#echolater .echo-gallery__step-line{position:absolute;left:50%;top:50%;width:26px;height:2px;border-radius:999px;transform:translate(-50%,-50%);background:#ffac806b;box-shadow:none;opacity:.72;overflow:hidden;isolation:isolate;transition:width .22s ease,height .22s ease,opacity .22s ease,background .22s ease,box-shadow .22s ease}#echolater .echo-gallery__step-line:before{content:"";position:absolute;top:50%;left:-18px;width:18px;height:4px;border-radius:999px;transform:translateY(-50%);opacity:0;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(255,235,223,.1) 10%,rgba(255,238,228,.98) 48%,rgba(255,169,111,.92) 70%,transparent 100%);box-shadow:0 0 6px #ffdcc27a,0 0 12px #ff93583d}#echolater .echo-gallery__step:hover .echo-gallery__step-line{width:32px;opacity:.88;background:#ffc5a8a3}#echolater .echo-gallery__step.is-active .echo-gallery__step-line{width:44px;height:2.6px;opacity:1;background:linear-gradient(90deg,#ffd5bceb,#ff9155fa);box-shadow:0 0 10px #ff7e4b42}#echolater .echo-gallery__step.is-active .echo-gallery__step-line:before{animation:echoGalleryActiveShine 1.9s cubic-bezier(.42,0,.28,1) infinite}#echolater .echo-gallery__step:focus-visible{outline:none}#echolater .echo-gallery__step:focus-visible .echo-gallery__step-line{box-shadow:0 0 0 5px #ff7e4b1a,0 0 16px #ff7e4b29}@media(max-width:1450px)and (min-width:1101px){#echolater .app-section__media{min-height:820px}#echolater .echo-editorial{width:min(660px,100%);min-height:820px}#echolater .echo-editorial__signal{left:59.3%;width:760px;height:920px;transform:translate(-50%,-50%) scale(.855)}#echolater .echo-editorial__main{width:min(520px,100%);grid-template-columns:38px minmax(0,410px) 38px}#echolater .echo-editorial__viewport{width:min(410px,30vw)}}@media(max-width:1100px){#echolater .app-section__media{min-height:auto}#echolater .echo-editorial{width:min(620px,94vw);min-height:auto}#echolater .echo-editorial__signal{left:57.6%;width:760px;height:920px;transform:translate(-50%,-50%) scale(.789)}#echolater .echo-editorial__main{width:min(520px,100%);grid-template-columns:40px minmax(0,390px) 40px}#echolater .echo-editorial__viewport{width:min(390px,74vw)}}@media(max-width:700px){#echolater .echo-editorial__signal{display:none}#echolater .echo-gallery__pagination{gap:10px}#echolater .echo-gallery__step{width:44px;min-width:44px;height:18px}#echolater .echo-gallery__step-line{width:22px}#echolater .echo-gallery__step.is-active .echo-gallery__step-line{width:36px}}@media(prefers-reduced-motion:reduce){#echolater .echo-editorial__orbit-highlight{animation:none}#echolater .echo-editorial__orbit-shine,#echolater .echo-editorial__orbit-waveform{display:none}#echolater .echo-editorial__panel,#echolater .echo-editorial__panel.is-active,#echolater .echo-editorial__panel.is-entering,#echolater .echo-editorial__panel.is-leaving{transition:none!important;transform:none!important;filter:none!important}}#echolater.app-section,#echolater .app-section__grid,#echolater .app-section__media,#echolater .echo-editorial,#echolater .echo-editorial__main{overflow:visible}#echolater .echo-editorial{--echo-poster: clamp(240px, 30vw, 440px);position:relative;width:100%;max-width:min(720px,100%);min-height:0;margin-inline:auto;display:grid;place-items:center;transform:none;isolation:isolate}#echolater .app-section__media{min-height:0;place-items:center}@media(min-width:1101px){#echolater .app-section__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.04fr);gap:clamp(22px,2.4vw,42px);align-items:center}}#echolater .echo-editorial__main{position:relative;z-index:1;width:min(100%,calc(var(--echo-poster) + 132px));display:grid;grid-template-columns:clamp(36px,5vw,46px) minmax(0,var(--echo-poster)) clamp(36px,5vw,46px);grid-template-rows:auto auto;gap:18px clamp(8px,1.4vw,14px);align-items:center;justify-items:center;margin-inline:auto}#echolater .echo-editorial__viewport{grid-column:2;grid-row:1;width:100%}#echolater .echo-gallery__arrow{width:clamp(40px,4.6vw,46px);height:clamp(40px,4.6vw,46px);align-self:center}#echolater .echo-gallery__arrow--previous{grid-column:1;grid-row:1;justify-self:end}#echolater .echo-gallery__arrow--next{grid-column:3;grid-row:1;justify-self:start}#echolater .echo-gallery__pagination{grid-column:1 / -1;grid-row:2}#echolater .echo-editorial__signal{position:absolute;left:50%;top:50%;right:auto;width:calc(var(--echo-poster) * 1.724);height:calc(var(--echo-poster) * 2.086);transform:translate(-50%,calc(-50% - 14px));opacity:.96;overflow:visible;pointer-events:none;z-index:-1}@media(max-width:1100px)and (min-width:701px){#echolater .echo-editorial{--echo-poster: clamp(300px, 46vw, 440px)}}@media(max-width:700px){#echolater .echo-editorial__signal{display:none}#echolater .echo-editorial{--echo-poster: min(320px, calc(100vw - 150px) )}#echolater .echo-editorial__main{width:100%;gap:16px 10px}}#cooldown-scout .app-section__media{min-height:820px}#cooldown-scout .scout-stage{position:relative;width:min(780px,100%);min-height:780px;display:grid;place-items:center;isolation:isolate;overflow:visible}#cooldown-scout .scout-stage__ambient{position:absolute;inset:6% 2% 2%;border-radius:50%;background:radial-gradient(circle at 50% 48%,rgba(53,216,209,.17),transparent 31%),radial-gradient(circle at 48% 54%,rgba(33,105,125,.12),transparent 54%);filter:blur(22px);opacity:.78;pointer-events:none}#cooldown-scout .scout-stage__radar{position:absolute;left:50%;top:50%;width:min(690px,94%);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(86,232,224,.09);overflow:hidden;opacity:.48;filter:drop-shadow(0 0 22px rgba(53,216,209,.09));pointer-events:none}#cooldown-scout .scout-stage__radar-grid{position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle,rgba(87,235,227,.2) 0 2px,transparent 2.5px),radial-gradient(circle,transparent 0 21%,rgba(77,225,218,.11) 21.2% 21.6%,transparent 21.8% 38%,rgba(77,225,218,.09) 38.2% 38.6%,transparent 38.8% 55%,rgba(77,225,218,.07) 55.2% 55.6%,transparent 55.8%),linear-gradient(90deg,transparent 49.86%,rgba(87,235,227,.09) 49.92% 50.08%,transparent 50.14%),linear-gradient(transparent 49.86%,rgba(87,235,227,.09) 49.92% 50.08%,transparent 50.14%)}#cooldown-scout .scout-stage__radar-sweep{position:absolute;left:50%;top:50%;width:48%;height:48%;transform-origin:0 0;border-radius:0 100% 0 0;opacity:0;background:conic-gradient(from -6deg at 0 0,rgba(53,216,209,.3),rgba(53,216,209,.045) 22deg,transparent 55deg);filter:blur(.3px)}#cooldown-scout .scout-stage__radar-core{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%);background:#adfff9f5;box-shadow:0 0 0 8px #35d8d10d,0 0 24px #35d8d18a;opacity:.38}#cooldown-scout .scout-stage__device{position:relative;z-index:5;width:min(468px,62vw);aspect-ratio:.8;transform:translateY(14px) scale(.982);opacity:.82;transition:transform .56s cubic-bezier(.2,.78,.22,1),opacity .56s ease}#cooldown-scout .device-frame--scout{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;z-index:1;overflow:hidden;border-radius:30px;border:1px solid rgba(134,242,235,.12);background:linear-gradient(180deg,#051018fa,#040b12fa);box-shadow:0 56px 138px #0000008f,0 0 0 1px #ffffff06,0 0 36px #35d8d114}#cooldown-scout .device-frame--scout:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 14%,transparent 78%,rgba(77,227,220,.035))}#cooldown-scout .device-frame--scout:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px #d2fffc0d,inset 0 -24px 46px #0a252e29}#cooldown-scout .device-frame--scout img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:inherit}#cooldown-scout .scout-stage__screen-effects{position:absolute;inset:1.5%;z-index:4;overflow:hidden;border-radius:27px;pointer-events:none}#cooldown-scout .scout-stage__scan-grid{position:absolute;inset:0;opacity:0;background:linear-gradient(rgba(93,242,234,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(93,242,234,.024) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(to bottom,transparent,black 14%,black 86%,transparent)}#cooldown-scout .scout-stage__scan-beam{position:absolute;left:4%;right:4%;top:4%;height:4px;border-radius:999px;opacity:0;background:linear-gradient(90deg,transparent,rgba(172,255,249,.98) 20%,#4de3dc 50%,rgba(172,255,249,.98) 80%,transparent);box-shadow:0 0 8px #5eefe7f5,0 0 24px #35d8d1ad,0 12px 34px #35d8d138,0 -12px 34px #35d8d12e}#cooldown-scout .scout-stage__scan-beam:after{content:"";position:absolute;left:0;right:0;top:-58px;height:116px;background:linear-gradient(to bottom,transparent,rgba(53,216,209,.11),transparent)}#cooldown-scout .scout-stage__detection{position:absolute;left:var(--left);top:var(--top);width:var(--width);height:var(--height, 44px);border:1px solid rgba(111,247,239,.84);border-radius:12px;opacity:0;transform:scale(.82);box-shadow:inset 0 0 18px #35d8d114,0 0 17px #35d8d124}#cooldown-scout .scout-stage__detection:before,#cooldown-scout .scout-stage__detection:after{content:"";position:absolute;inset:-4px;border-radius:15px;border:1px solid rgba(159,255,249,.18)}#cooldown-scout .scout-stage__detection:after{inset:50%;width:5px;height:5px;border:0;border-radius:50%;transform:translate(-50%,-50%);background:#b5fff9;box-shadow:0 0 14px #35d8d1e0}#cooldown-scout .scout-stage__detection--one{--left: 8%;--top: 17%;--width: 54%;--height: 76px}#cooldown-scout .scout-stage__detection--two{--left: 52%;--top: 39%;--width: 31%;--height: 112px}#cooldown-scout .scout-stage__detection--three{--left: 16%;--top: 78%;--width: 58%;--height: 52px}#cooldown-scout .scout-stage__lock-rings{position:absolute;inset:0;z-index:3;pointer-events:none}#cooldown-scout .scout-stage__lock-ring{position:absolute;left:50%;top:50%;width:var(--size);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%) scale(.84);border:1px solid rgba(72,229,221,.3);opacity:0;box-shadow:inset 0 0 34px #35d8d109,0 0 32px #35d8d10b}#cooldown-scout .scout-stage__lock-ring:before,#cooldown-scout .scout-stage__lock-ring:after{content:"";position:absolute;width:12px;height:12px;border:solid rgba(145,255,248,.92)}#cooldown-scout .scout-stage__lock-ring:before{left:8%;top:23%;border-width:2px 0 0 2px}#cooldown-scout .scout-stage__lock-ring:after{right:8%;bottom:23%;border-width:0 2px 2px 0}#cooldown-scout .scout-stage__lock-ring--one{--size: 500px}#cooldown-scout .scout-stage__lock-ring--two{--size: 585px}#cooldown-scout .scout-stage__lock-ring--three{--size: 670px}#cooldown-scout .scout-stage__token{position:absolute;z-index:7;min-width:112px;padding:10px 14px 11px;border-radius:15px;border:1px solid rgba(99,234,227,.22);background:linear-gradient(180deg,#081a22eb,#040e15e0);backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff09,0 16px 38px #00000057,0 0 26px #35d8d10e;opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.82);pointer-events:none}#cooldown-scout .scout-stage__token:before{content:"";position:absolute;top:50%;width:34px;height:1px;background:linear-gradient(90deg,transparent,rgba(105,243,235,.52));opacity:.58}#cooldown-scout .scout-stage__token--one{left:-1%;top:20%;--start-x: 146px;--start-y: 54px}#cooldown-scout .scout-stage__token--one:before{right:-35px}#cooldown-scout .scout-stage__token--two{right:-1%;top:45%;--start-x: -146px;--start-y: 2px}#cooldown-scout .scout-stage__token--two:before{left:-35px;transform:scaleX(-1)}#cooldown-scout .scout-stage__token--three{left:2%;bottom:18%;--start-x: 134px;--start-y: -62px;border-color:#ffbe5d3d}#cooldown-scout .scout-stage__token--three:before{right:-35px;background:linear-gradient(90deg,transparent,rgba(255,192,94,.58))}#cooldown-scout .scout-stage__token-label{display:block;margin-bottom:2px;color:#8ee8e39e;font-size:.62rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}#cooldown-scout .scout-stage__token strong{display:block;color:#eefffdf5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1rem;letter-spacing:.045em}#cooldown-scout .scout-stage__token--three strong{color:#ffd891f5}#cooldown-scout .scout-stage__status{position:absolute;left:50%;bottom:7%;z-index:8;display:flex;align-items:center;gap:9px;padding:10px 15px;border-radius:999px;border:1px solid rgba(95,234,226,.16);background:#05141bc7;color:#b7f2eed1;font-size:.76rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translate(-50%,12px);backdrop-filter:blur(12px);box-shadow:0 12px 34px #0000004d;pointer-events:none}#cooldown-scout .scout-stage__status-dot{width:7px;height:7px;border-radius:50%;background:#69ebe4;box-shadow:0 0 13px #35d8d1ad}#cooldown-scout .scout-stage__ready-ripple{position:absolute;left:50%;top:50%;z-index:4;width:220px;aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,196,102,.56);opacity:0;transform:translate(-50%,-50%) scale(.56);box-shadow:0 0 28px #ffbb531a;pointer-events:none}#cooldown-scout.is-scout-active .scout-stage__device{opacity:1;transform:translateY(0) scale(1)}#cooldown-scout.is-scout-active .scout-stage__scan-grid{animation:scoutGridReveal 1.6s ease .18s both}#cooldown-scout.is-scout-active .scout-stage__scan-beam{animation:scoutScanBeam 1.55s cubic-bezier(.2,.78,.22,1) .36s both}#cooldown-scout.is-scout-active .scout-stage__detection--one{animation:scoutDetectLock .56s cubic-bezier(.2,.78,.22,1) .82s both}#cooldown-scout.is-scout-active .scout-stage__detection--two{animation:scoutDetectLock .56s cubic-bezier(.2,.78,.22,1) 1.12s both}#cooldown-scout.is-scout-active .scout-stage__detection--three{animation:scoutDetectLock .56s cubic-bezier(.2,.78,.22,1) 1.41s both}#cooldown-scout.is-scout-active .scout-stage__token--one{animation:scoutTokenExtract .66s cubic-bezier(.18,.82,.22,1) 1.72s both}#cooldown-scout.is-scout-active .scout-stage__token--two{animation:scoutTokenExtract .66s cubic-bezier(.18,.82,.22,1) 1.98s both}#cooldown-scout.is-scout-active .scout-stage__token--three{animation:scoutTokenExtract .66s cubic-bezier(.18,.82,.22,1) 2.24s both}#cooldown-scout.is-scout-active .scout-stage__lock-ring--one{animation:scoutRingLock .72s cubic-bezier(.18,.82,.22,1) 2.48s both}#cooldown-scout.is-scout-active .scout-stage__lock-ring--two{animation:scoutRingLock .72s cubic-bezier(.18,.82,.22,1) 2.76s both}#cooldown-scout.is-scout-active .scout-stage__lock-ring--three{animation:scoutRingLock .72s cubic-bezier(.18,.82,.22,1) 3.04s both}#cooldown-scout.is-scout-active .scout-stage__ready-ripple{animation:scoutReadyRipple .98s cubic-bezier(.15,.72,.18,1) 3.28s both}#cooldown-scout.is-scout-active .scout-stage__status{animation:scoutStatusReveal .58s cubic-bezier(.2,.78,.22,1) 3.48s both}#cooldown-scout.is-scout-active .scout-stage__radar-sweep{animation:scoutRadarIdle 8.5s linear 3.62s infinite}#cooldown-scout.is-scout-active .scout-stage__radar-core{animation:scoutRadarCore 2.8s ease-in-out 3.62s infinite}#cooldown-scout.is-scout-active .scout-stage__status-dot{animation:scoutStatusPulse 2.3s ease-in-out 4s infinite}@keyframes scoutGridReveal{0%{opacity:0}22%,78%{opacity:.82}to{opacity:.16}}@keyframes scoutScanBeam{0%{top:3%;opacity:0;transform:scaleX(.72)}8%{opacity:1}88%{opacity:1}to{top:94%;opacity:0;transform:scaleX(1)}}@keyframes scoutDetectLock{0%{opacity:0;transform:scale(.8)}48%{opacity:1;transform:scale(1.07)}72%{transform:scale(.97)}to{opacity:.88;transform:scale(1)}}@keyframes scoutTokenExtract{0%{opacity:0;transform:translate(var(--start-x),var(--start-y)) scale(.78)}62%{opacity:1;transform:translate(-4px,2px) scale(1.03)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes scoutRingLock{0%{opacity:0;transform:translate(-50%,-50%) scale(.82)}46%{opacity:.92;transform:translate(-50%,-50%) scale(1.035)}72%{opacity:.64;transform:translate(-50%,-50%) scale(.985)}to{opacity:.36;transform:translate(-50%,-50%) scale(1)}}@keyframes scoutReadyRipple{0%{opacity:0;transform:translate(-50%,-50%) scale(.54)}18%{opacity:.82}to{opacity:0;transform:translate(-50%,-50%) scale(2.7)}}@keyframes scoutStatusReveal{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}@keyframes scoutRadarIdle{0%{opacity:.2;transform:rotate(0)}8%,92%{opacity:.46}to{opacity:.2;transform:rotate(360deg)}}@keyframes scoutRadarCore{0%,to{opacity:.36;transform:translate(-50%,-50%) scale(.86)}50%{opacity:.82;transform:translate(-50%,-50%) scale(1.12)}}@keyframes scoutStatusPulse{0%,to{opacity:.68;transform:scale(.88)}50%{opacity:1;transform:scale(1.18)}}@media(max-width:1450px)and (min-width:1101px){#cooldown-scout .scout-stage{width:min(700px,100%)}#cooldown-scout .scout-stage__device{width:min(430px,60vw)}#cooldown-scout .scout-stage__lock-ring--one{--size: 455px}#cooldown-scout .scout-stage__lock-ring--two{--size: 530px}#cooldown-scout .scout-stage__lock-ring--three{--size: 605px}#cooldown-scout .scout-stage__token--one{left:0}#cooldown-scout .scout-stage__token--two{right:0}#cooldown-scout .scout-stage__token--three{left:1%}}@media(max-width:1100px){#cooldown-scout .app-section__media{min-height:760px}#cooldown-scout .scout-stage{width:min(730px,96vw);min-height:720px}#cooldown-scout .scout-stage__device{width:min(400px,58vw)}}@media(max-width:700px){#cooldown-scout .app-section__media{min-height:690px}#cooldown-scout .scout-stage{width:min(100%,470px);min-height:650px}#cooldown-scout .scout-stage__radar{width:470px;max-width:114vw}#cooldown-scout .scout-stage__device{width:min(340px,82vw)}#cooldown-scout .device-frame--scout{border-radius:26px}#cooldown-scout .scout-stage__screen-effects{border-radius:23px}#cooldown-scout .scout-stage__lock-ring--one{--size: 380px}#cooldown-scout .scout-stage__lock-ring--two{--size: 445px}#cooldown-scout .scout-stage__lock-ring--three{--size: 510px}#cooldown-scout .scout-stage__token{min-width:98px;padding:8px 11px 9px}#cooldown-scout .scout-stage__token--one{left:-2px;top:18%;--start-x: 96px}#cooldown-scout .scout-stage__token--two{right:-2px;top:44%;--start-x: -96px}#cooldown-scout .scout-stage__token--three{left:0;bottom:15%;--start-x: 88px}#cooldown-scout .scout-stage__token:before{width:22px}#cooldown-scout .scout-stage__token--one:before,#cooldown-scout .scout-stage__token--three:before{right:-23px}#cooldown-scout .scout-stage__token--two:before{left:-23px}#cooldown-scout .scout-stage__status{bottom:2%;font-size:.67rem}}@media(max-width:480px){#cooldown-scout .scout-stage__token--one,#cooldown-scout .scout-stage__token--three{left:-6px}#cooldown-scout .scout-stage__token--two{right:-6px}#cooldown-scout .scout-stage__device{width:min(318px,86vw)}}@media(prefers-reduced-motion:reduce){#cooldown-scout .scout-stage__device,#cooldown-scout .scout-stage__scan-grid,#cooldown-scout .scout-stage__scan-beam,#cooldown-scout .scout-stage__detection,#cooldown-scout .scout-stage__token,#cooldown-scout .scout-stage__lock-ring,#cooldown-scout .scout-stage__ready-ripple,#cooldown-scout .scout-stage__status,#cooldown-scout .scout-stage__radar-sweep,#cooldown-scout .scout-stage__radar-core,#cooldown-scout .scout-stage__status-dot{animation:none!important;transition:none!important}#cooldown-scout .scout-stage__device{opacity:1;transform:none}#cooldown-scout .scout-stage__token,#cooldown-scout .scout-stage__lock-ring,#cooldown-scout .scout-stage__status{opacity:1}#cooldown-scout .scout-stage__token{transform:none}#cooldown-scout .scout-stage__lock-ring{transform:translate(-50%,-50%) scale(1);opacity:.26}#cooldown-scout .scout-stage__status{transform:translate(-50%)}#cooldown-scout .scout-stage__scan-beam,#cooldown-scout .scout-stage__ready-ripple{display:none}}a[href$="#cooldown-scout"],[data-scroll-to="#cooldown-scout"]{display:none!important}.app-section--warm{padding-bottom:clamp(18px,2vw,32px)}.app-section--warm+.values{border-top:1px solid rgba(255,255,255,.025)}.left-rail__item--neutral.is-active .left-rail__marker:before{background:#ece6dc;box-shadow:0 0 0 4px #ece6dc0f,0 0 20px #ece6dc3d}.left-rail__item--neutral.is-active .left-rail__signal{color:#ece6dcbd}@media(min-width:960.01px)and (max-width:1767.98px){.left-rail{display:block;left:clamp(8px,1.1vw,18px);width:32px}.left-rail__nav{width:32px}.left-rail__item{width:32px;min-height:68px;overflow:visible}.left-rail__copy,.left-rail__item.is-active .left-rail__copy{position:absolute;z-index:5;top:50%;left:25px;width:max-content;max-width:none;margin-left:0;padding:7px 10px;gap:0;overflow:visible;opacity:0;pointer-events:none;white-space:nowrap;transform:translate(8px,-50%);border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#070d14eb;box-shadow:0 10px 28px #0000004d;backdrop-filter:blur(14px);transition:opacity .16s ease,transform .2s ease}.left-rail__copy .left-rail__signal{display:none}.left-rail__item:hover .left-rail__copy,.left-rail__item:focus-visible .left-rail__copy{opacity:1;transform:translateY(-50%)}.left-rail__label{font-size:.74rem;letter-spacing:.035em}}@media(max-width:960px){.left-rail{display:none}}@media(max-width:760px){.values{padding-top:52px;padding-bottom:72px}.values__grid{grid-template-columns:1fr;gap:13px}.value-card{min-height:0}.footer-grid{grid-template-columns:1fr;gap:34px}}@media(prefers-reduced-motion:reduce){.value-card{transition:none}.value-card:hover{transform:none}}@media(max-width:700px){:root{--container: calc(100vw - 32px) }.section{padding-block:62px}.section-anchor{scroll-margin-top:68px}.site-header{background:#04090fe6}.header-shell{min-height:68px;gap:14px}.brand-text{font-size:1.65rem;letter-spacing:-.045em}.brand-text:after{bottom:-5px}.menu-toggle{width:44px;height:44px;flex:0 0 44px}.menu-toggle span{width:17px}.mobile-panel{padding:8px 16px 16px}.mobile-panel a{min-height:44px;font-size:.98rem}.hero{min-height:auto;padding-top:34px;padding-bottom:20px}.hero-fusion{display:none}.hero__grid{grid-template-columns:1fr;gap:18px;transform:none}.hero__content{max-width:none;padding-left:0}.hero .eyebrow{margin-bottom:14px;font-size:.68rem;letter-spacing:.17em}.hero__content h1{max-width:100%;font-size:clamp(3.05rem,13vw,3.65rem);line-height:.94;letter-spacing:-.047em;overflow-wrap:normal;word-break:normal}.hero__content h1 span{display:inline}.hero__lede{max-width:34rem;margin-top:20px;font-size:1rem;line-height:1.62}.hero__actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:25px}.hero__actions .button{width:100%;min-height:50px;padding-inline:18px;border-radius:14px;font-size:.96rem}.hero__principles{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px 0;margin-top:22px;font-size:.78rem;line-height:1.35}.hero__principles span{min-height:auto}.hero__principles span:not(:last-child):after{display:block;width:3px;height:3px;margin-inline:9px}.scroll-hint{margin-top:22px;gap:9px;font-size:.86rem}.scroll-hint__line{height:24px}.hero__visual{min-height:0;margin-top:-2px;justify-content:center}.hero-signature{width:min(280px,76vw);transform:none}.hero-signature__grid{inset:9%;background-size:25px 25px}#echolater.app-section{padding-top:36px;padding-bottom:58px}#echolater .app-section__grid{grid-template-columns:1fr;gap:42px;transform:none}#echolater .app-section__content{max-width:none}#echolater .section-tag{margin-bottom:13px;font-size:.68rem;letter-spacing:.17em}#echolater .app-section__content h2,.app-section--warm .app-section__content h2{font-size:clamp(3.05rem,13vw,3.65rem);line-height:.94;letter-spacing:-.047em}#echolater .app-section__subtitle,.app-section--warm .app-section__subtitle{margin-top:13px;font-size:1.28rem;line-height:1.3}#echolater .app-section__description,.app-section--warm .app-section__description{margin-top:16px;max-width:none;font-size:.98rem;line-height:1.65}#echolater .feature-list,.app-section--warm .feature-list{margin-top:23px;gap:12px}#echolater .feature-list li,.app-section--warm .feature-list li{min-height:0;padding-left:24px;font-size:.96rem;line-height:1.48}#echolater .feature-list li:before,.app-section--warm .feature-list li:before{top:.58em;width:6px;height:6px;box-shadow:0 0 0 4px #ff7e4b0a,0 0 11px #ff7e4b47}#echolater .store-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:25px}#echolater .store-button{width:100%;min-width:0;min-height:68px;grid-template-columns:36px minmax(0,1fr);column-gap:11px;padding:11px 14px;border-radius:16px}#echolater .store-button__icon{width:36px;height:36px;border-radius:11px}#echolater .store-button__icon svg{width:19px;height:19px}#echolater .store-button__eyebrow{font-size:.61rem}#echolater .store-button__label{font-size:.94rem}#echolater .store-button__meta{margin-top:2px;font-size:.69rem}#echolater .app-section__media{min-height:0;transform:none;overflow:visible}#echolater .echo-editorial{--echo-poster: min(304px, calc(100vw - 64px) );width:100%;max-width:390px;min-height:0}#echolater .echo-editorial__main{position:relative;width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:15px}#echolater .echo-editorial__viewport{grid-column:1;grid-row:1;width:var(--echo-poster);max-width:100%;justify-self:center}#echolater .echo-gallery__arrow{position:absolute;top:calc((var(--echo-poster) * 1.776) / 2);z-index:5;width:42px;height:42px;transform:translateY(-50%);background:#080c12c7;backdrop-filter:blur(12px)}#echolater .echo-gallery__arrow--previous{left:0;grid-column:auto;grid-row:auto}#echolater .echo-gallery__arrow--next{right:0;grid-column:auto;grid-row:auto}#echolater .echo-gallery__pagination{grid-column:1;grid-row:2;gap:7px}#echolater .echo-gallery__step{width:34px;min-width:34px;height:16px}#echolater .echo-gallery__step-line{width:18px}#echolater .echo-gallery__step.is-active .echo-gallery__step-line{width:28px}#echolater .echo-editorial__signal{display:block;left:50%;top:48%;width:calc(var(--echo-poster) * 1.34);height:calc(var(--echo-poster) * 1.67);transform:translate(-50%,-50%);opacity:.34}.values{padding-top:58px;padding-bottom:64px}.values__intro h2{max-width:100%;font-size:clamp(2.85rem,12vw,3.35rem);line-height:.98}.values__intro p:last-child{margin-top:14px;font-size:.96rem;line-height:1.6}.values__grid{margin-top:26px;grid-template-columns:1fr;gap:10px}.value-card{min-height:0;display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-rows:auto auto;column-gap:14px;row-gap:5px;align-items:start;padding:15px 16px 16px;border-radius:16px}.value-card__topline{grid-column:1;grid-row:1 / span 2;margin:0}.value-card__icon{width:36px;height:36px;border-radius:11px}.value-card__icon svg{width:18px;height:18px}.value-card h3{grid-column:2;grid-row:1;margin:1px 0 0;font-size:1rem;line-height:1.25}.value-card p{grid-column:2;grid-row:2;font-size:.86rem;line-height:1.46}.site-footer{padding:26px 0 22px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px}.footer-brand{grid-column:1 / -1;max-width:none}.footer-brand h2{font-size:1.65rem}.footer-brand p{max-width:34rem;margin-top:6px;font-size:.86rem;line-height:1.5}.footer-column:nth-child(4){grid-column:1 / -1}.footer-heading{margin-bottom:8px;font-size:.62rem}.site-footer ul{gap:6px}.site-footer li{font-size:.86rem;line-height:1.35}.footer-column:nth-child(4) a{font-size:.88rem}.footer-bottom{margin-top:20px;padding-top:14px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 16px;font-size:.72rem}}@media(max-width:380px){:root{--container: calc(100vw - 26px) }.hero__content h1,#echolater .app-section__content h2,.app-section--warm .app-section__content h2{font-size:clamp(2.85rem,13vw,3.2rem)}.hero-signature{width:min(258px,74vw)}#echolater .echo-editorial{--echo-poster: min(286px, calc(100vw - 48px) )}#echolater .echo-gallery__arrow{width:40px;height:40px}}.support-shell{min-height:calc(100svh - 82px);display:flex;flex-direction:column;background:#050b12}.support-shell>.site-footer{flex:0 0 auto}.support-page{position:relative;isolation:isolate;overflow:hidden;flex:1 0 auto;display:flex;align-items:center;padding:clamp(54px,5.2vw,78px) 0;background:radial-gradient(circle at 16% 20%,rgba(255,126,75,.05),transparent 27%),radial-gradient(circle at 84% 76%,rgba(53,216,209,.034),transparent 25%),linear-gradient(180deg,#060d15,#050b12)}.support-page:before{content:"";position:absolute;z-index:-1;left:50%;bottom:0;width:min(980px,72vw);height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.075),transparent)}.support-page__grid{width:min(var(--container),1120px);display:grid;grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);gap:clamp(38px,4.6vw,62px);align-items:center}.support-page__intro,.support-page__help{min-width:0}.support-page__intro{max-width:500px}.support-page__intro .eyebrow{margin-bottom:14px;color:#ff9e69b8}.support-page__intro h1{max-width:7.5ch;font-family:var(--font-display);font-size:clamp(4rem,5.4vw,5.7rem);font-weight:500;line-height:.94;letter-spacing:-.05em}.support-page__lede{max-width:500px;margin-top:20px;color:#f4eee4c2;font-size:clamp(.98rem,1.05vw,1.06rem);line-height:1.66}.support-page__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:26px}.support-action{min-height:49px;border-radius:15px}.support-action--copy{min-height:45px;padding-inline:17px;cursor:pointer;font-size:.91rem}.support-action__arrow,.support-action__copy-icon{display:inline-grid;place-items:center;transition:transform .22s ease}.support-action:hover .support-action__arrow{transform:translate(2px,-2px)}.support-action--copy.is-copied{color:#e2fffbf5;border-color:#35d8d157;background:#35d8d114}.support-action--copy.is-copied .support-action__copy-icon{transform:scale(1.08)}.support-copy-status{min-height:1.25em;margin-top:8px;color:#f4eee485;font-size:.77rem}.support-page__help{width:100%;max-width:560px;justify-self:end}.support-card{position:relative;overflow:hidden;padding:clamp(22px,2.2vw,28px);border-radius:22px;border:1px solid rgba(255,255,255,.078);background:linear-gradient(150deg,#ffffff0b,#ffffff03);box-shadow:inset 0 1px #ffffff07,0 18px 44px #00000024}.support-card:after{content:"";position:absolute;inset:auto 17% 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,143,86,.38),rgba(71,223,216,.24),transparent);opacity:.42}.support-card__heading{display:flex;align-items:center;gap:13px}.support-card__icon{flex:0 0 41px;width:41px;height:41px;display:grid;place-items:center;border-radius:12px;color:#ff9d69e6;border:1px solid rgba(255,143,86,.13);background:#ff7e4b0d}.support-card__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.support-card__eyebrow{margin-bottom:3px;text-transform:uppercase;letter-spacing:.14em;color:#f4eee46b;font-size:.62rem;font-weight:650}.support-card h2{font-family:var(--font-sans);font-size:clamp(1.16rem,1.4vw,1.34rem);font-weight:650;line-height:1.2;letter-spacing:-.025em}.support-checklist{list-style:none;margin:20px 0 0;padding:0;display:grid}.support-checklist li{display:grid;grid-template-columns:9px minmax(0,1fr);gap:12px;padding:13px 0;border-top:1px solid rgba(255,255,255,.057)}.support-checklist__marker{width:5px;height:5px;margin-top:.54rem;border-radius:50%;background:#ff9760cc;box-shadow:0 0 11px #ff7e4b40}.support-checklist li div{display:grid;gap:2px}.support-checklist strong{color:#fffaf3f0;font-size:.91rem;font-weight:620}.support-checklist li div span{color:#f4eee49e;font-size:.83rem;line-height:1.45}.support-inline-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px;border-top:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055)}.support-inline-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;padding:0 12px;color:#f4eee4a8;font-size:.84rem;transition:color .18s ease,background .18s ease}.support-inline-links a+.support-inline-links__divider+a{border-left:1px solid rgba(255,255,255,.055)}.support-inline-links a:hover{color:#fff9f1f5;background:#ffffff06}.support-inline-links a span:last-child{color:#ffa875b8;transition:transform .18s ease}.support-inline-links a:hover span:last-child{transform:translate(2px,-1px)}.support-inline-links__divider{display:none}@media(max-width:1180px){.support-page__grid{width:min(var(--container),1020px);grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:38px}.support-page__help{max-width:520px}}@media(max-width:980px){.support-page{align-items:flex-start;padding:58px 0 64px}.support-page__grid{width:min(var(--container),760px);grid-template-columns:1fr;gap:36px}.support-page__intro,.support-page__help{max-width:760px;justify-self:stretch}.support-page__intro h1{max-width:10ch}}@media(max-width:700px){.support-shell{min-height:calc(100svh - 76px)}.support-page{padding:42px 0 48px}.support-page__grid{gap:28px}.support-page__intro .eyebrow{margin-bottom:10px;font-size:.67rem}.support-page__intro h1{max-width:none;font-size:clamp(3.05rem,13.5vw,3.65rem);line-height:.95}.support-page__lede{margin-top:16px;font-size:.95rem;line-height:1.58}.support-page__actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:21px}.support-action,.support-action--copy{width:100%;min-height:48px;padding-inline:15px;font-size:.9rem}.support-copy-status{margin-top:6px;font-size:.74rem}.support-card{padding:18px 16px;border-radius:18px}.support-card__heading{gap:10px}.support-card__icon{flex-basis:37px;width:37px;height:37px;border-radius:10px}.support-card__icon svg{width:18px;height:18px}.support-card h2{font-size:1.1rem}.support-checklist{margin-top:16px}.support-checklist li{gap:10px;padding:12px 0}.support-checklist strong{font-size:.88rem}.support-checklist li div span{font-size:.8rem;line-height:1.42}.support-inline-links{grid-template-columns:1fr;margin-top:12px}.support-inline-links a{min-height:44px;padding-inline:10px;font-size:.81rem}.support-inline-links a+.support-inline-links__divider+a{border-left:0;border-top:1px solid rgba(255,255,255,.055)}}@media(max-width:380px){.support-page__intro h1{font-size:clamp(2.9rem,13.5vw,3.2rem)}.support-action,.support-action--copy{font-size:.84rem}}@media(max-height:760px)and (min-width:981px){.support-page{align-items:flex-start;padding-block:40px}}@media(prefers-reduced-motion:reduce){.support-action__arrow,.support-action__copy-icon,.support-inline-links a,.support-inline-links a span:last-child{transition:none}}@media(min-width:1600px)and (min-height:820px){.support-page__grid{width:min(var(--container),1200px);grid-template-columns:minmax(0,.94fr) minmax(470px,1.06fr);gap:clamp(56px,4vw,72px)}.support-page__intro{max-width:535px}.support-page__intro h1{font-size:clamp(5.75rem,5vw,6.15rem)}.support-page__lede{max-width:530px;font-size:1.08rem}.support-page__actions{margin-top:28px}.support-action{min-height:52px}.support-page__help{max-width:600px}.support-card{padding:30px 32px}.support-card h2{font-size:1.4rem}.support-checklist{margin-top:22px}.support-checklist li{padding-block:14px}.support-checklist strong{font-size:.94rem}.support-checklist li div span{color:#f4eee4ad;font-size:.86rem}.support-inline-links a{min-height:48px;font-size:.87rem}}.support-inline-links a{color:#f4eee4b8}@media(min-width:1600px)and (min-height:820px){.support-inline-links a{color:#f4eee4c2}.support-shell>.site-footer .footer-brand p,.support-shell>.site-footer li{font-size:.94rem}.support-shell>.site-footer .footer-bottom{font-size:.89rem}}.privacy-document-shell{min-height:calc(100svh - 82px);display:flex;flex-direction:column;background:radial-gradient(circle at 88% 8%,rgba(255,126,75,.045),transparent 25%),radial-gradient(circle at 4% 48%,rgba(53,216,209,.025),transparent 24%),#050b12}.privacy-document-page{flex:1 0 auto;padding:clamp(50px,5.2vw,76px) 0 clamp(62px,6vw,86px)}.privacy-document-hero,.privacy-document-layout{width:min(var(--container),1040px)}.privacy-document-hero{max-width:960px;margin-inline:auto;padding-bottom:clamp(26px,3vw,36px);border-bottom:1px solid rgba(255,255,255,.075)}.privacy-document-hero .eyebrow{margin-bottom:12px;color:#ff9e69c2}.privacy-document-hero h1{max-width:16ch;font-size:clamp(3.65rem,5.35vw,5.55rem);line-height:.95;letter-spacing:-.05em}.privacy-document-lede{max-width:820px;margin-top:18px;color:#f4eee4c7;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.65}.privacy-document-meta{display:flex;flex-wrap:wrap;gap:14px 0;margin:24px 0 0}.privacy-document-meta div{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:8px;padding-right:22px;margin-right:22px;border-right:1px solid rgba(255,255,255,.075)}.privacy-document-meta div:last-child{padding-right:0;margin-right:0;border-right:0}.privacy-document-meta dt{text-transform:uppercase;letter-spacing:.13em;color:#f4eee46b;font-size:.64rem;font-weight:650}.privacy-document-meta dd{margin:0;color:#fffaf3e6;font-size:.84rem;font-weight:580}.privacy-document-meta a,.privacy-document-article a{color:#ffcdb1f0;text-decoration:underline;text-decoration-color:#ff7e4b57;text-underline-offset:.18em}.privacy-document-layout{max-width:900px;margin:clamp(30px,3.4vw,42px) auto 0}.privacy-document-toc{display:none}.privacy-document-article{min-width:0}@media(min-width:1101px){.privacy-document-layout{width:min(var(--container),1140px);max-width:1140px;display:grid;grid-template-columns:minmax(158px,180px) minmax(0,900px);gap:clamp(38px,4vw,58px);align-items:start}.privacy-document-toc{position:sticky;top:112px;display:block;align-self:start;padding-top:3px}.privacy-document-toc>p{margin:0 0 14px;text-transform:uppercase;letter-spacing:.14em;color:#f4eee466;font-size:.65rem;font-weight:650}.privacy-document-toc nav{display:grid;gap:3px}.privacy-document-toc__overview{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding-left:0!important;color:#fffaf3db!important;font-weight:620}.privacy-document-toc__overview:before{display:none}.privacy-document-toc__overview span:last-child{color:#ff9760c7;transition:transform .18s ease}.privacy-document-toc__overview:hover span:last-child,.privacy-document-toc__overview:focus-visible span:last-child{transform:translateY(-2px)}.privacy-document-toc__divider{display:block;height:1px;margin:6px 0 7px;background:linear-gradient(90deg,rgba(255,255,255,.09),transparent)}.privacy-document-toc a{position:relative;display:block;padding:7px 0 7px 14px;color:#f4eee494;font-size:.82rem;line-height:1.35;transition:color .18s ease,transform .18s ease}.privacy-document-toc a:before{content:"";position:absolute;left:0;top:.98em;width:4px;height:4px;border-radius:50%;background:#ff976094;box-shadow:0 0 8px #ff7e4b1f}.privacy-document-toc a:hover,.privacy-document-toc a:focus-visible{color:#fffaf3f0;transform:translate(2px)}}.privacy-document-section{scroll-margin-top:112px;padding:0 0 clamp(22px,2.3vw,28px);margin-bottom:clamp(22px,2.3vw,28px);border-bottom:1px solid rgba(255,255,255,.072)}.privacy-document-section h2{margin-bottom:12px;font-family:var(--font-sans);color:#fffaf3f5;font-size:clamp(1.3rem,1.55vw,1.5rem);font-weight:650;line-height:1.24;letter-spacing:-.028em}.privacy-document-section p,.privacy-document-section li{color:#f4eee4b8;font-size:clamp(.97rem,1vw,1.03rem);line-height:1.68}.privacy-document-section p+p,.privacy-document-section ul+p,.privacy-document-section p+ul{margin-top:12px}.privacy-document-section ul{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:7px}.privacy-document-section li{position:relative;padding-left:19px}.privacy-document-section li:before{content:"";position:absolute;left:1px;top:.73em;width:5px;height:5px;border-radius:50%;background:#ff9760c2;box-shadow:0 0 10px #ff7e4b29}.privacy-document-section strong{color:#fffaf3eb;font-weight:620}.privacy-document-contact{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px 22px;border-radius:19px;border:1px solid rgba(255,255,255,.085);background:linear-gradient(145deg,#ffffff0b,#ffffff04);box-shadow:inset 0 1px #ffffff06}.privacy-document-contact__eyebrow{margin-bottom:5px;text-transform:uppercase;letter-spacing:.14em;color:#ff9e69b3;font-size:.62rem;font-weight:650}.privacy-document-contact h2{font-family:var(--font-sans);font-size:1.3rem;font-weight:650;line-height:1.2;letter-spacing:-.025em}.privacy-document-contact p:last-child{margin-top:6px;color:#f4eee4a3;font-size:.88rem;line-height:1.5}.privacy-document-contact .button{flex-shrink:0;min-height:44px;padding-inline:16px;color:#090f16;font-size:.86rem;text-decoration:none}@media(max-width:1100px){.privacy-document-hero,.privacy-document-layout{width:min(var(--container),860px)}}@media(max-width:860px){.privacy-document-page{padding:48px 0 66px}.privacy-document-hero,.privacy-document-layout{width:min(var(--container),760px)}.privacy-document-hero h1{max-width:13ch;font-size:clamp(3.35rem,9.2vw,4.8rem)}.privacy-document-layout{margin-top:30px}.privacy-document-section{scroll-margin-top:96px}}@media(max-width:620px){.privacy-document-shell{min-height:calc(100svh - 76px)}.privacy-document-page{padding:34px 0 54px}.privacy-document-hero{padding-bottom:24px}.privacy-document-hero .eyebrow{margin-bottom:9px;font-size:.66rem}.privacy-document-hero h1{max-width:11ch;font-size:clamp(2.9rem,12.5vw,3.65rem);line-height:.96}.privacy-document-lede{margin-top:15px;font-size:.95rem;line-height:1.58}.privacy-document-meta{display:grid;gap:10px;margin-top:19px}.privacy-document-meta div{grid-template-columns:108px minmax(0,1fr);gap:9px;padding:0 0 9px;margin:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.065)}.privacy-document-meta div:last-child{padding-bottom:0;border-bottom:0}.privacy-document-layout{margin-top:26px}.privacy-document-section{padding-bottom:20px;margin-bottom:20px}.privacy-document-section h2{margin-bottom:10px;font-size:1.23rem}.privacy-document-section p,.privacy-document-section li{font-size:.93rem;line-height:1.62}.privacy-document-section p+p,.privacy-document-section ul+p,.privacy-document-section p+ul{margin-top:10px}.privacy-document-section ul{margin-top:10px;gap:6px}.privacy-document-contact{grid-template-columns:1fr;gap:14px;padding:18px 16px;border-radius:16px}.privacy-document-contact .button{width:100%}}@media(max-width:380px){.privacy-document-hero h1{font-size:clamp(2.7rem,12vw,3.1rem)}.privacy-document-meta div{grid-template-columns:94px minmax(0,1fr)}}@media(min-width:1101px)and (max-width:1920px)and (max-height:920px){#echolater.app-section{padding-block:28px}#echolater .app-section__grid{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:clamp(22px,2vw,32px);min-height:calc(100svh - var(--site-header-height, 84px) - 56px)}#echolater .app-section__content{max-width:560px}#echolater .section-tag{margin-bottom:14px}#echolater .app-section__content h2{font-size:clamp(3.85rem,4.55vw,5.15rem)}#echolater .app-section__subtitle{margin-top:14px;font-size:clamp(1.28rem,1.42vw,1.48rem)}#echolater .app-section__description{margin-top:16px;max-width:535px;font-size:1rem;line-height:1.62}#echolater .feature-list{margin-top:22px;gap:10px}#echolater .feature-list li{min-height:21px;line-height:1.45}#echolater .store-row{gap:11px;margin-top:24px}#echolater .store-button{min-width:200px;min-height:68px;padding:11px 14px}#echolater .echo-editorial{--echo-poster: clamp(310px, 24vw, 370px)}}@media(min-width:1101px)and (max-width:1920px)and (max-height:920px){#meibyte.hero{padding-top:0;padding-bottom:22px}#meibyte .hero__grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:clamp(24px,2.6vw,42px);min-height:calc(100svh - var(--site-header-height, 84px) - 22px);transform:translateY(-4px)}#meibyte .hero__content{max-width:720px}#meibyte .eyebrow{margin-bottom:13px}#meibyte .hero__content h1{max-width:10.9ch;font-size:clamp(3.9rem,5vw,4.65rem);line-height:.95}#meibyte .hero__lede{max-width:600px;margin-top:18px;font-size:1.05rem;line-height:1.58}#meibyte .hero__actions{margin-top:24px}#meibyte .hero__actions .button{min-height:48px;padding-inline:20px}#meibyte .hero__principles{margin-top:20px;font-size:.88rem}#meibyte .scroll-hint{margin-top:22px}#meibyte .scroll-hint__line{height:26px}#meibyte .hero__visual{min-height:0}#meibyte .hero-signature{width:min(540px,94%);transform:translate(-4px)}#studio.values{padding-top:42px;padding-bottom:50px}#studio .values__intro{max-width:620px}#studio .values__intro .eyebrow{margin-bottom:13px}#studio .values__intro h2{font-size:clamp(3rem,3.65vw,3.75rem);line-height:.97}#studio .values__intro p:last-child{margin-top:13px;font-size:.98rem;line-height:1.55}#studio .values__grid{margin-top:28px;gap:13px}#studio .value-card{min-height:188px;padding:19px 20px 20px;border-radius:20px}#studio .value-card__topline{margin-bottom:20px}#studio .value-card__icon{width:38px;height:38px;border-radius:12px}#studio .value-card__icon svg{width:20px;height:20px}#studio .value-card h3{margin-bottom:9px;font-size:1.06rem}#studio .value-card p{font-size:.93rem;line-height:1.54}}@media(min-width:1101px)and (max-width:1920px)and (max-height:920px){#echolater .echo-editorial{--echo-poster: clamp(292px, 42.5svh, 360px)}#echolater .echo-editorial__main{row-gap:14px}}@media(min-width:1101px)and (max-width:1920px)and (max-height:920px){#studio.values{padding-top:26px;padding-bottom:18px}#studio .values__grid{margin-top:20px}#studio .value-card{min-height:176px;padding:16px 18px 17px}#studio .value-card__topline{margin-bottom:16px}}.not-found-shell{min-height:calc(100svh - 80px);display:flex;flex-direction:column}.not-found-page{position:relative;flex:1;display:grid;align-items:center;min-height:min(720px,calc(100svh - 80px));padding:clamp(88px,10vw,148px) 0;overflow:hidden;background:radial-gradient(circle at 74% 28%,rgba(255,126,75,.13),transparent 28%),radial-gradient(circle at 23% 72%,rgba(53,216,209,.08),transparent 24%)}.not-found-page:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.12),transparent)}.not-found-page__inner{position:relative;z-index:1;max-width:820px}.not-found-page__code{margin-bottom:10px;font-family:var(--font-display);font-size:clamp(5.5rem,12vw,9.5rem);font-weight:500;line-height:.78;letter-spacing:-.07em;color:#f4eee414}.not-found-page h1{max-width:10ch;font-size:clamp(3.4rem,7vw,6.4rem)}.not-found-page__lede{max-width:620px;margin-top:22px;font-size:1.08rem;line-height:1.7;color:#f4eee4bd}.not-found-page__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}@media(min-width:1101px)and (max-width:1920px)and (max-height:920px){.not-found-page{min-height:min(610px,calc(100svh - 80px));padding:64px 0}.not-found-page__code{font-size:clamp(4.8rem,8vw,7.2rem)}.not-found-page h1{font-size:clamp(3.2rem,5vw,5rem)}}@media(max-width:560px){.not-found-page{min-height:calc(100svh - 76px);padding:72px 0 82px}.not-found-page__code{font-size:clamp(4.7rem,25vw,7rem)}.not-found-page h1{font-size:clamp(3rem,15vw,4.25rem)}.not-found-page__lede{font-size:1rem}.not-found-page__actions,.not-found-page__actions .button{width:100%}}
