:root{
  --paper:#f4f1ea;
  --paper-2:#ebe7de;
  --ink:#111318;
  --muted:#686b70;
  --line:rgba(17,19,24,.14);
  --blue:#072869;
  --blue-dark:#031a46;
  --acid:#30badc;
  --white:#fff;
  --radius:28px;
  --shadow:0 30px 90px rgba(22,30,52,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
.wrap{width:min(1280px,calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-60px;z-index:100;background:#fff;padding:12px 16px;border-radius:10px}.skip-link:focus{top:12px}
.scroll-progress{position:fixed;left:0;right:0;top:0;height:3px;z-index:100;background:transparent}.scroll-progress span{display:block;width:0;height:100%;background:var(--blue)}

.notice{border-bottom:1px solid var(--line);font-size:11px;letter-spacing:.13em;text-transform:uppercase}
.notice-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.notice p{display:flex;align-items:center;gap:8px;margin:0}
.pulse-dot{width:7px;height:7px;border-radius:50%;background:#34a853;box-shadow:0 0 0 4px rgba(52,168,83,.12)}

.site-header{position:sticky;top:0;z-index:50;background:rgba(244,241,234,.86);border-bottom:1px solid transparent;backdrop-filter:blur(16px);transition:.25s ease}
.site-header.scrolled{border-color:var(--line)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.wordmark{display:inline-flex;align-items:center}
.wordmark img{display:block;width:220px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}
.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--ink);transition:.2s}.desktop-nav a:hover:after{right:0}
.header-action{display:inline-flex;align-items:center;gap:16px;padding:13px 18px;border:1px solid var(--ink);border-radius:999px;font-size:13px;font-weight:700;transition:.2s}
.header-action:hover{background:var(--ink);color:#fff}

.hero{min-height:calc(100vh - 120px);padding-block:68px 76px;display:grid;grid-template-columns:minmax(0,.94fr) minmax(500px,1.06fr);gap:72px;align-items:center}
.kicker{display:flex;gap:20px;margin:0 0 28px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.kicker span:first-child{color:var(--blue)}
.hero h1,.section-intro h2,.trust-heading h2,.faq-title h2,.final-inner h2{font-family:Manrope,sans-serif;font-weight:700;letter-spacing:-.075em;line-height:.92;margin:0}
.hero h1{font-size:clamp(58px,7vw,108px)}
.hero h1 em,.section-intro h2 em,.trust-heading h2 em,.faq-title h2 em,.final-inner h2 em{font-family:Georgia,serif;font-weight:400}
.hero h1 em{color:var(--blue)}
.hero-lead{max-width:590px;margin:34px 0 0;font-size:19px;line-height:1.65;color:#505359}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:36px}
.btn{min-height:54px;display:inline-flex;align-items:center;justify-content:space-between;gap:42px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:700;transition:transform .2s,background .2s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#252933}
.btn-blue{background:var(--blue);color:#fff}.btn-blue:hover{background:var(--blue-dark)}
.btn-light{background:#fff;color:var(--ink)}
.text-link{font-size:14px;font-weight:700;border-bottom:1px solid var(--ink);padding:10px 0}
.hero-note{display:flex;align-items:flex-start;gap:16px;margin-top:60px;padding-top:20px;border-top:1px solid var(--line);max-width:520px}
.hero-note-number{display:grid;place-items:center;min-width:34px;height:34px;border:1px solid var(--line);border-radius:50%;font-size:11px}
.hero-note p{margin:0;font-size:13px;line-height:1.6;color:var(--muted)}.hero-note strong{color:var(--ink)}

.product-stage{position:relative;min-height:650px;background:#dfe7f2;border-radius:40px;overflow:hidden;box-shadow:var(--shadow)}
.product-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.9),transparent 38%),linear-gradient(150deg,transparent 40%,rgba(53,102,255,.12));z-index:1}
.product-stage img{position:absolute;z-index:2;width:88%;height:88%;left:6%;top:6%;object-fit:contain;mix-blend-mode:multiply;filter:saturate(.9) contrast(1.03);transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.product-stage:hover img{transform:scale(1.025) rotate(-1deg)}
.stage-top,.stage-bottom{position:absolute;z-index:5;left:26px;right:26px;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.stage-top{top:24px}.stage-bottom{bottom:24px;align-items:flex-end}
.stock-label{display:flex;align-items:center;gap:7px}.stock-label i{width:7px;height:7px;background:#34a853;border-radius:50%}
.stage-bottom div{display:flex;flex-direction:column;gap:4px}.stage-bottom span{font-size:10px;color:#61666d}.stage-bottom strong{font-family:Manrope,sans-serif;font-size:15px;letter-spacing:-.03em;text-transform:none}.stage-price{text-align:right}
.vertical-note{position:absolute;z-index:5;right:-48px;top:46%;transform:rotate(90deg);font-size:9px;font-weight:800;letter-spacing:.18em}
.stage-orbit{position:absolute;border:1px solid rgba(17,19,24,.14);border-radius:50%;z-index:1}.orbit-one{width:480px;height:480px;right:-160px;top:-120px}.orbit-two{width:260px;height:260px;left:-90px;bottom:-100px}

.signal-bar{background:var(--ink);color:#fff;overflow:hidden}
.signal-track{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.14em;white-space:nowrap}
.signal-track i{color:var(--acid);font-style:normal}

.product-section{padding-block:150px}
.section-intro{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px;margin-bottom:70px}
.section-index{margin:10px 0 0;font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--blue)}
.section-intro h2,.trust-heading h2,.faq-title h2{font-size:clamp(54px,6.6vw,96px)}
.section-intro h2 em,.faq-title h2 em{color:var(--blue)}
.section-intro>div>p{max-width:520px;margin:26px 0 0;font-size:17px;line-height:1.65;color:var(--muted)}

.product-panel{display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.product-gallery{position:relative;min-height:720px;background:#eef3f7;overflow:hidden}
.product-gallery:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.6),transparent 50%)}
.product-gallery>#productImage{position:absolute;width:88%;height:78%;left:6%;top:5%;object-fit:contain;mix-blend-mode:multiply;transition:opacity .25s,transform .55s}
.product-gallery:hover>#productImage{transform:scale(1.018)}
.image-number{position:absolute;z-index:2;top:26px;left:28px;font-size:11px;font-weight:700;letter-spacing:.12em}
.gallery-switch{position:absolute;z-index:3;left:24px;right:24px;bottom:22px;display:flex;gap:8px;overflow-x:auto;padding:5px 3px 8px;scrollbar-width:thin}
.gallery-thumb{flex:0 0 56px;width:56px;height:56px;padding:0;border-radius:13px;border:1px solid rgba(17,19,24,.15);background:#fff;overflow:hidden;cursor:pointer;transition:.2s}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}
.gallery-thumb:hover{transform:translateY(-2px);border-color:var(--ink)}.gallery-thumb.active{box-shadow:0 0 0 2px #eef3f7,0 0 0 4px var(--ink)}
.buy-card{padding:66px 58px;background:#fff}
.mini-label{margin:0 0 16px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.15em}
.buy-card h3{font-family:Manrope,sans-serif;font-size:44px;line-height:1;letter-spacing:-.06em;margin:0}
.buy-description{margin:22px 0 34px;color:var(--muted);font-size:15px;line-height:1.7}
.choice-head{display:flex;justify-content:space-between;margin:24px 0 12px;font-size:12px}.choice-head span{color:var(--muted)}
.color-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:8px}
.color-choice{min-height:56px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:11px;font-weight:700;cursor:pointer;transition:.2s}
.color-choice i{width:15px;height:15px;border-radius:50%;background:#ef7a37;box-shadow:inset 0 0 0 1px rgba(17,19,24,.16)}.color-choice.blue i{background:#273148}.color-choice.silver i{background:#ececea}.color-choice:hover{border-color:var(--ink)}.color-choice.active{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.storage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.storage{min-height:48px;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:12px;font-weight:700;cursor:pointer;transition:.2s}.storage:hover{border-color:var(--ink)}.storage.active{background:var(--ink);border-color:var(--ink);color:#fff}
.price-row{display:flex;align-items:flex-end;justify-content:space-between;padding:30px 0 22px}.price-row>div{display:flex;flex-direction:column;gap:4px}.price-row span{font-size:11px;color:var(--muted)}.price-row strong{font-family:Manrope,sans-serif;font-size:32px;letter-spacing:-.05em}.price-note{padding-bottom:6px}
.btn-full{width:100%}
.micro-copy{margin:12px 0 28px;text-align:center;font-size:10px;line-height:1.5;color:var(--muted)}
.spec-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}
.spec-list li{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:12px}.spec-list li span{color:var(--muted)}
.spec-note{margin:16px 0 0;color:var(--muted);font-size:10px;line-height:1.6}

.product-story{width:min(1460px,calc(100% - 32px));margin:0 auto 150px;display:grid;gap:18px}
.story-panel{position:relative;min-height:780px;border-radius:40px;overflow:hidden;background:#090b0f;color:#fff}
.story-panel img{position:absolute;width:70%;height:94%;right:-2%;bottom:0;object-fit:contain;mix-blend-mode:screen}
.story-copy{position:relative;z-index:2;max-width:580px;padding:86px 7%}
.story-copy>p{margin:0 0 25px;color:var(--acid);font-size:11px;font-weight:800;letter-spacing:.16em}
.story-copy h2{font:700 clamp(56px,7vw,108px)/.92 Manrope,sans-serif;letter-spacing:-.075em;margin:0}.story-copy h2 em{font-family:Georgia,serif;font-weight:400;color:var(--acid)}
.story-copy>span{display:block;max-width:420px;margin-top:32px;color:#aeb6c4;font-size:17px;line-height:1.65}
.story-camera{background:linear-gradient(145deg,#3c1808,#0b0b0c)}.story-camera img{width:64%;right:-3%;mix-blend-mode:normal}
.story-display{background:#edf2f5;color:var(--ink)}.story-display img{left:1%;right:auto;width:55%;mix-blend-mode:multiply}.story-display .story-copy{margin-left:auto;width:48%}.story-display .story-copy>p{color:var(--blue)}.story-display .story-copy h2 em{color:var(--blue)}.story-display .story-copy>span{color:var(--muted)}
.story-colors{background:linear-gradient(145deg,#e8edf4,#fff);color:var(--ink)}.story-colors img{width:62%;height:90%;mix-blend-mode:multiply}.story-colors .story-copy>p{color:var(--blue)}.story-colors .story-copy h2 em{color:var(--blue)}.story-colors .story-copy>span{color:var(--muted)}

.trust-section{padding-block:145px;background:var(--ink);color:#fff}
.trust-heading{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px;margin-bottom:85px}
.section-index.light{color:var(--acid)}
.trust-heading h2 em{color:var(--acid)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2)}
.trust-grid article{padding:32px 48px 12px 0;border-right:1px solid rgba(255,255,255,.2)}.trust-grid article+article{padding-left:48px}.trust-grid article:last-child{border-right:0}
.trust-grid article>span{display:block;color:var(--acid);font-size:11px;font-weight:700;margin-bottom:80px}
.trust-grid h3{font-family:Manrope,sans-serif;font-size:26px;letter-spacing:-.04em;margin:0 0 18px}.trust-grid p{margin:0;color:#adb1bb;line-height:1.7;font-size:14px}

.process{padding-block:150px}
.process-list{list-style:none;padding:0;margin:0 0 0 32.5%;border-top:1px solid var(--line)}
.process-list li{display:grid;grid-template-columns:80px 1fr;gap:30px;padding:32px 0;border-bottom:1px solid var(--line)}
.process-list>li>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;font-size:12px}
.process-list h3{font-family:Manrope,sans-serif;font-size:25px;letter-spacing:-.04em;margin:0 0 8px}.process-list p{margin:0;color:var(--muted);font-size:14px}

.faq{padding-bottom:150px;display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}
.faq-title h2{font-size:clamp(48px,5.4vw,78px);margin-top:26px}.faq-title h2 em{color:var(--blue)}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;font-family:Manrope,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.025em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:25px;font-weight:400;transition:.2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:-4px 44px 24px 0;color:var(--muted);line-height:1.7;font-size:14px}

.final-cta{background:var(--blue);color:#fff;padding-block:135px}
.final-inner{position:relative}.final-inner>p{margin:0 0 36px;font-size:13px;font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:.14em;color:#dce4ff}
.final-inner h2{font-size:clamp(62px,8vw,116px)}.final-inner h2 em{color:var(--acid)}
.final-inner .btn{margin-top:48px;min-width:230px}

.site-footer{background:#090a0d;color:#fff;padding:80px 0 24px}
.footer-top{display:grid;grid-template-columns:.8fr 1fr 1fr;gap:70px;padding-bottom:90px}
.footer-brand{align-self:start;background:#fff;padding:12px 15px;border-radius:14px}.footer-brand img{width:205px}.footer-top>p{font-family:Manrope,sans-serif;font-size:31px;line-height:1.22;letter-spacing:-.045em;margin:0;color:#d7d8dc}
.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-size:13px;color:#b7bac2}.footer-links a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#7e828b}
.mobile-cta{display:none}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}
:focus-visible{outline:3px solid var(--acid);outline-offset:4px}

.home-banner{position:relative;width:min(1440px,calc(100% - 48px));min-height:500px;margin:24px auto 58px;border-radius:34px;overflow:hidden;background:var(--blue);color:#fff;box-shadow:0 24px 65px rgba(7,40,105,.2)}
.banner-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.banner-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,46,.98) 0%,rgba(4,25,67,.88) 34%,rgba(4,31,77,.34) 60%,rgba(4,30,70,.06) 100%)}
.banner-content{position:relative;z-index:2;display:flex;min-height:500px;max-width:650px;flex-direction:column;justify-content:center;padding:48px clamp(40px,5vw,76px) 66px}
.banner-kicker{display:flex;align-items:center;gap:10px;margin:0 0 27px;color:#a7e7f4;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.banner-content h1{margin:0;font-family:Manrope,sans-serif;font-size:clamp(58px,6.4vw,88px);font-weight:700;letter-spacing:-.075em;line-height:.88}
.banner-content h1 em{color:#72dff1;font-family:Georgia,serif;font-weight:400}
.banner-content>p:not(.banner-kicker){max-width:540px;margin:30px 0 0;color:#d6e4f2;font-size:17px;line-height:1.65}
.banner-actions{display:flex;gap:12px;margin-top:34px}.banner-actions .btn{min-width:190px}.banner-primary{background:#fff;color:#071b47}.banner-secondary{border:1px solid rgba(255,255,255,.6);background:rgba(4,27,70,.38);color:#fff;backdrop-filter:blur(8px)}
.banner-meta{position:absolute;z-index:2;right:30px;bottom:24px;left:30px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.24);padding-top:15px;color:#b9d4e8;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.listing-strip{padding-bottom:66px}.listing-strip-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:24px}.listing-strip-head>div>span{color:#747880;font-size:9px;font-weight:800;letter-spacing:.15em}.listing-strip-head h2{margin:6px 0 0;font-family:Manrope,sans-serif;font-size:clamp(27px,3vw,42px);letter-spacing:-.05em}.listing-strip-head>a{border-bottom:1px solid #16181d;padding-bottom:4px;font-size:12px;font-weight:700}.listing-strip-head>a span{margin-left:12px}.listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.listing-card{min-width:0;overflow:hidden;border:1px solid #e1e2e4;border-radius:22px;background:#fff;transition:transform .25s,box-shadow .25s,border-color .25s}.listing-card:hover{border-color:#bcc0c7;transform:translateY(-5px);box-shadow:0 22px 50px rgba(14,22,42,.11)}.listing-image{position:relative;height:285px;display:grid;place-items:center;overflow:hidden;background:#f3f4f6}.listing-image img{width:94%;height:94%;object-fit:contain;transition:transform .45s}.listing-card:hover .listing-image img{transform:scale(1.035)}.orange-wash{background:linear-gradient(145deg,#f7eee7,#edf1f7)}.violet-wash{background:linear-gradient(145deg,#f2f0f5,#e7e8ec)}.titanium-wash{background:linear-gradient(145deg,#f4f1ed,#e7e9ec)}.cobalt-wash{background:linear-gradient(145deg,#e9e8f2,#d7d9e8)}.cobalt-wash img{width:100%;height:100%;object-fit:cover}.listing-badge{position:absolute;z-index:2;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:#092764;color:#fff;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.listing-badge.soon{background:rgba(8,11,18,.78);backdrop-filter:blur(7px)}.listing-copy{padding:21px 19px 19px}.listing-copy>p{margin:0 0 8px;color:#72767e;font-size:8px;font-weight:800;letter-spacing:.14em}.listing-copy h3{min-height:50px;margin:0;font-family:Manrope,sans-serif;font-size:21px;line-height:1.08;letter-spacing:-.045em}.listing-copy>span{display:block;margin-top:9px;color:#777b83;font-size:11px}.listing-copy>div{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:22px;padding-top:16px;border-top:1px solid #e5e6e8}.listing-copy strong{font-family:Manrope,sans-serif;font-size:15px}.listing-copy b{color:var(--blue);font-size:10px}

@media(max-width:1050px){
  .home-banner{min-height:500px}.banner-content{min-height:500px;max-width:570px;padding-inline:44px}.banner-shade{background:linear-gradient(90deg,rgba(3,15,46,.98),rgba(4,25,67,.82) 48%,rgba(4,31,77,.2))}
  .listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-image{height:330px}
  .hero{grid-template-columns:1fr;gap:55px;padding-top:56px}.hero-copy{max-width:780px}.product-stage{min-height:720px}.section-intro,.trust-heading{grid-template-columns:.4fr 1.6fr}.product-panel{grid-template-columns:1fr}.product-gallery{min-height:680px}.buy-card{padding:56px}.story-panel{min-height:700px}.story-panel img{width:66%;opacity:.88}.story-display img{width:57%}.process-list{margin-left:20%}.faq{grid-template-columns:1fr;gap:60px}.footer-top{grid-template-columns:1fr 1fr}.footer-links{grid-column:2}.footer-top>p{grid-row:2}
}

@media(max-width:720px){
  .wrap{width:min(100% - 28px,1280px)}.notice-inner p:last-child{display:none}.header-inner{height:70px}.desktop-nav{display:none}.wordmark img{width:158px}.header-action{padding:10px 14px}.header-action span{display:none}
  .home-banner{width:calc(100% - 20px);min-height:540px;margin:12px auto 44px;border-radius:22px}.banner-art{object-position:62% center}.banner-shade{background:linear-gradient(180deg,rgba(3,15,46,.94) 0%,rgba(3,18,50,.76) 52%,rgba(3,20,55,.2) 100%)}.banner-content{min-height:540px;max-width:none;justify-content:flex-start;padding:42px 22px 88px}.banner-kicker{max-width:260px;margin-bottom:20px;font-size:9px;line-height:1.5}.banner-content h1{font-size:clamp(48px,14vw,66px)}.banner-content>p:not(.banner-kicker){max-width:330px;margin-top:18px;font-size:13px}.banner-actions{align-items:stretch;flex-direction:column;max-width:240px;margin-top:22px}.banner-actions .btn{width:100%;min-width:0;min-height:47px}.banner-meta{right:20px;bottom:15px;left:20px}.banner-meta span:last-child{display:none}
  .listing-strip{width:100%;padding:0 0 48px}.listing-strip-head{padding:0 14px}.listing-strip-head>a{display:none}.listing-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:min(82vw,310px);gap:10px;overflow-x:auto;padding:0 14px 18px;scroll-snap-type:x mandatory;scrollbar-width:none}.listing-grid::-webkit-scrollbar{display:none}.listing-card{scroll-snap-align:start;border-radius:18px}.listing-image{height:270px}.listing-copy{padding:18px}.listing-copy h3{min-height:45px;font-size:20px}
  .hero{padding-block:46px 55px;min-height:auto}.kicker{justify-content:space-between;font-size:9px}.hero h1{font-size:clamp(52px,16vw,78px)}.hero-lead{font-size:16px;margin-top:26px}.hero-actions{align-items:stretch;flex-direction:column;gap:10px}.btn{width:100%}.text-link{text-align:center;border:0}.hero-note{margin-top:38px}.product-stage{min-height:500px;border-radius:24px}.product-stage img{width:94%;height:94%;left:3%;top:3%}.vertical-note{display:none}.stage-top,.stage-bottom{left:18px;right:18px}.stage-price strong{font-size:13px}
  .signal-track{min-height:56px;justify-content:flex-start;overflow:hidden}.signal-track span:nth-of-type(n+3),.signal-track i:nth-of-type(n+3){display:none}
  .product-section,.process{padding-block:90px}.section-intro,.trust-heading{grid-template-columns:1fr;gap:26px;margin-bottom:46px}.section-intro h2,.trust-heading h2,.faq-title h2{font-size:clamp(48px,14vw,68px)}.section-intro>div>p{font-size:15px}.product-panel{border-radius:20px}.product-gallery{min-height:520px}.product-gallery>#productImage{width:96%;height:78%;left:2%;top:3%}.gallery-switch{left:14px;right:14px;bottom:14px}.gallery-thumb{flex-basis:48px;width:48px;height:48px}.buy-card{padding:34px 22px}.buy-card h3{font-size:35px}.color-grid{grid-template-columns:1fr}.color-choice{justify-content:flex-start;padding-left:16px}.storage-grid{grid-template-columns:repeat(2,1fr)}.price-row strong{font-size:27px}.price-note{max-width:100px;text-align:right}.product-story{width:calc(100% - 20px);margin-bottom:90px}.story-panel{min-height:720px;border-radius:24px}.story-copy{padding:50px 28px}.story-copy h2{font-size:clamp(50px,14vw,72px)}.story-copy>span{font-size:15px}.story-panel img,.story-camera img,.story-display img,.story-colors img{width:100%;height:58%;left:0;right:0;bottom:0;opacity:1}.story-display .story-copy{margin:0;width:auto}.story-colors img{height:55%}
  .trust-section{padding-block:90px}.trust-grid{grid-template-columns:1fr}.trust-grid article,.trust-grid article+article{padding:26px 0 34px;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.trust-grid article>span{margin-bottom:40px}.trust-grid article:last-child{border-bottom:0}
  .process-list{margin-left:0}.process-list li{grid-template-columns:55px 1fr;gap:18px}.faq{padding-bottom:90px;gap:45px}.faq-list summary{font-size:16px}
  .final-cta{padding-block:90px}.final-inner h2{font-size:clamp(53px,15vw,76px)}.site-footer{padding-top:65px}.footer-top{grid-template-columns:1fr;gap:42px;padding-bottom:60px}.footer-links{grid-column:auto}.footer-top>p{grid-row:auto}.mobile-cta{position:fixed;z-index:60;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:space-between;padding:15px 19px;border-radius:15px;background:var(--blue);color:#fff;box-shadow:0 12px 45px rgba(15,27,64,.28);font-size:12px}.mobile-cta strong{font-size:13px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.product-stage img,.product-gallery img,.btn{transition:none}}
