@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --bg:#090909;--panel:#111;--panel-2:#171717;--text:#f5f2eb;--muted:#9a9a98;
  --line:rgba(255,255,255,.13);--red:#ff2d35;--red-dark:#cf151d;--white:#fff;
  --display:"Archivo Black",Impact,sans-serif;--body:Inter,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);overflow-x:hidden}
body.locked{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
::selection{background:var(--red);color:#fff}
.announcement{height:34px;display:flex;align-items:center;justify-content:center;gap:18px;background:#050505;color:#b6b6b6;font-size:11px;text-transform:uppercase;letter-spacing:.14em;border-bottom:1px solid #161616}
.announcement-dot{width:3px;height:3px;border-radius:50%;background:var(--red)}
.site-header{height:76px;position:sticky;top:0;z-index:70;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 34px;background:rgba(9,9,9,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);transition:transform .35s}
.site-header.header-hidden{transform:translateY(-110%)}
.brand{display:inline-flex;align-items:center;gap:12px;font-family:var(--display);font-size:18px;letter-spacing:-.04em}
.brand-mark{display:grid;place-items:center;width:31px;height:31px;background:var(--red);color:white;clip-path:polygon(16% 0,100% 0,84% 100%,0 100%);font-size:18px}
.desktop-nav{display:flex;gap:34px;font-size:13px;font-weight:700}
.desktop-nav a{color:#aaa;transition:.2s}
.desktop-nav a:hover,.desktop-nav a.active{color:#fff}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:9px}
.icon-button,.cart-button,.menu-button{height:40px;background:transparent;color:#fff;border:1px solid var(--line)}
.icon-button{width:42px;display:grid;place-items:center}
.search-icon{width:14px;height:14px;border:2px solid #fff;border-radius:50%;position:relative}
.search-icon:after{content:"";position:absolute;width:6px;height:2px;background:#fff;right:-5px;bottom:-2px;transform:rotate(45deg)}
.cart-button{padding:0 14px;display:flex;gap:10px;align-items:center;font-size:12px;text-transform:uppercase;font-weight:700}
.cart-button b{display:grid;place-items:center;width:20px;height:20px;background:var(--red);border-radius:50%;font-size:10px}
.menu-button{display:none;width:42px;place-items:center}
.menu-button i{display:block;width:17px;height:1px;background:#fff;margin:4px auto}
.hero{min-height:calc(100vh - 110px);position:relative;display:grid;grid-template-columns:48% 52%;align-items:center;overflow:hidden;background:radial-gradient(circle at 72% 45%,#2b2b2b 0,#151515 28%,#090909 63%)}
.hero:before{content:"";position:absolute;inset:auto -10% -30% 36%;height:74%;background:var(--red);filter:blur(150px);opacity:.09}
.hero-noise{position:absolute;inset:0;opacity:.17;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E")}
.hero-copy{padding:7vw;z-index:2}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.19em;color:#a9a9a7}
.hero h1,.app-hero h1,.story-hero h1{font-family:var(--display);font-size:clamp(64px,8.4vw,144px);line-height:.82;letter-spacing:-.075em;margin:24px 0 28px}
.hero h1 em,.app-hero h1 em,.story-hero h1 em{font-style:normal;color:var(--red)}
.hero-copy>p{max-width:570px;color:#b0b0ae;line-height:1.7;font-size:17px}
.hero-actions{display:flex;gap:12px;margin-top:36px}
.primary-button,.secondary-button{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.08em;transition:.25s}
.primary-button{background:var(--red);color:#fff}
.primary-button:hover{background:#ff454c;transform:translateY(-2px)}
.primary-button.light{background:#fff;color:#080808}
.secondary-button{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.secondary-button:hover{background:#fff;color:#090909}
.full{width:100%}
.hero-product{height:100%;display:grid;place-items:center;position:relative;perspective:1200px}
.speaker{position:relative;transform-style:preserve-3d}
.speaker-xl{width:min(37vw,520px);height:min(68vh,690px);transform:rotateY(-10deg) rotateX(1deg)}
.speaker-case{position:absolute;inset:0;background:linear-gradient(135deg,#333,#151515 10%,#101010 88%,#292929);border:6px solid #292929;box-shadow:0 40px 90px #000, inset 0 0 0 5px #0a0a0a}
.speaker-grid{position:absolute;inset:5%;background-color:#101010;background-image:radial-gradient(#3b3b3b 1.1px,transparent 1.1px);background-size:6px 6px;border:2px solid #030303;box-shadow:inset 0 0 80px #000}
.speaker-ring{position:absolute;left:50%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,#0a0a0a 0 30%,#202020 31% 39%,#080808 40% 61%,#252525 62% 68%,#070707 69%);border:2px solid #303030;box-shadow:0 10px 28px #000}
.ring-top{width:43%;aspect-ratio:1;top:10%}
.ring-bottom{width:58%;aspect-ratio:1;bottom:8%}
.speaker-logo{position:absolute;z-index:4;left:50%;top:48%;transform:translate(-50%,-50%) skew(-10deg);display:grid;place-items:center;width:76px;height:55px;background:var(--red);font-family:var(--display);font-size:36px}
.corner{position:absolute;z-index:4;width:58px;height:58px;border-color:#4b4b4b;border-style:solid}
.c1{left:-7px;top:-7px;border-width:8px 0 0 8px}.c2{right:-7px;top:-7px;border-width:8px 8px 0 0}.c3{left:-7px;bottom:-7px;border-width:0 0 8px 8px}.c4{right:-7px;bottom:-7px;border-width:0 8px 8px 0}
.speaker-shadow{position:absolute;width:100%;height:70px;background:#000;filter:blur(30px);bottom:-50px;border-radius:50%;opacity:.85}
.floating-label{position:absolute;padding:10px 13px;background:rgba(10,10,10,.83);border:1px solid var(--line);font-size:9px;letter-spacing:.16em;font-weight:700;backdrop-filter:blur(12px)}
.label-a{left:10%;top:24%}.label-b{right:9%;top:43%}.label-c{left:14%;bottom:20%}
.hero-index{position:absolute;right:30px;bottom:25px;color:#777;font-size:10px;letter-spacing:.16em}
.marquee{overflow:hidden;background:var(--red);color:#fff;padding:16px 0;white-space:nowrap;font-family:var(--display);font-size:18px}
.marquee div{display:inline-block;animation:marquee 25s linear infinite}
@keyframes marquee{to{transform:translateX(-50%)}}
.split-feature{min-height:680px;display:grid;grid-template-columns:1fr 1fr}
.feature-visual{display:grid;place-items:center;overflow:hidden}
.red-panel{background:linear-gradient(145deg,#ff343b,#c90e16)}
.battery-art{width:260px;height:390px;position:relative;display:grid;place-items:center;border:10px solid #171717;background:linear-gradient(145deg,#343434,#111);box-shadow:35px 45px 70px rgba(0,0,0,.35);transform:rotate(-8deg)}
.battery-art:before{content:"";position:absolute;top:-30px;width:90px;height:32px;background:#1b1b1b}
.battery-art span{font-family:var(--display);font-size:104px;letter-spacing:-.08em}
.battery-art small{position:absolute;bottom:65px;letter-spacing:.16em}
.battery-art i{position:absolute;bottom:25px;width:70%;height:9px;background:linear-gradient(90deg,var(--red) 75%,#444 75%)}
.feature-copy{display:flex;flex-direction:column;justify-content:center;padding:8vw;background:#f0eee8;color:#101010}
.feature-copy .eyebrow{color:#666}
.feature-copy h2,.section-heading h2,.app-copy h2,.manifesto h2,.product-story h2,.spec-section h2,.story-copy h2{font-family:var(--display);font-size:clamp(42px,5.4vw,86px);line-height:.95;letter-spacing:-.065em;margin:20px 0 28px}
.feature-copy p,.app-copy p,.story-copy p{max-width:620px;color:#5d5d5b;line-height:1.8}
.text-link{margin-top:26px;padding-bottom:9px;width:max-content;border-bottom:1px solid #111;font-size:12px;font-weight:800;text-transform:uppercase}
.collection-section,.related-section{padding:110px 5vw;background:#0b0b0b}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:44px}
.section-heading h2{font-size:clamp(40px,5vw,76px);margin:14px 0 0}
.section-heading>a{font-size:12px;text-transform:uppercase;border-bottom:1px solid #fff;padding-bottom:6px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{min-width:0}
.product-image{height:480px;display:grid;place-items:center;position:relative;overflow:hidden;background:#161616}
.product-image:after{content:"";position:absolute;width:70%;height:40%;border-radius:50%;bottom:-25%;filter:blur(65px);opacity:.5}
.accent-red{background:linear-gradient(145deg,#242424,#121212)}.accent-red:after{background:var(--red)}
.accent-black{background:linear-gradient(145deg,#161616,#050505)}.accent-black:after{background:#555}
.accent-silver{background:linear-gradient(145deg,#dedbd3,#858583)}.accent-silver:after{background:#fff}
.product-badge{position:absolute;left:16px;top:16px;z-index:3;padding:8px 10px;background:#fff;color:#111;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.mini-speaker{width:46%;height:67%;position:relative;background:#111;border:8px solid #282828;box-shadow:20px 30px 45px rgba(0,0,0,.45);transform:rotate(-3deg);z-index:1}
.mini-speaker:before,.mini-speaker:after{content:"";position:absolute;left:50%;transform:translateX(-50%);border-radius:50%;border:10px solid #202020;background:#070707}
.mini-speaker:before{width:43%;aspect-ratio:1;top:10%}.mini-speaker:after{width:60%;aspect-ratio:1;bottom:8%}
.mini-speaker i{position:absolute;inset:5%;background-image:radial-gradient(#444 1px,transparent 1px);background-size:5px 5px}
.mini-speaker b{position:absolute;z-index:2;left:50%;top:49%;transform:translate(-50%,-50%);background:var(--red);padding:7px 14px;font-family:var(--display)}
.product-meta{display:flex;justify-content:space-between;gap:20px;padding:18px 2px 8px}
.product-meta h3{font-size:16px;margin:0 0 6px}.product-meta p{color:#777;margin:0;font-size:12px}.product-meta small{text-transform:uppercase;letter-spacing:.14em;color:#777}
.product-meta strong{font-size:13px;white-space:nowrap}
.card-actions{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:12px;padding-top:12px;font-size:11px;text-transform:uppercase;font-weight:700}
.card-actions button{background:none;border:0;color:var(--red);padding:0}
.app-banner{min-height:760px;display:grid;grid-template-columns:45% 55%;overflow:hidden;background:var(--red)}
.app-copy{padding:8vw;display:flex;flex-direction:column;justify-content:center}
.app-copy .eyebrow,.app-copy p{color:rgba(255,255,255,.75)}
.phone-scene{position:relative;display:grid;place-items:center;background:radial-gradient(circle,#363636,#111 58%,#080808)}
.phone{position:absolute;width:280px;height:570px;border:10px solid #0d0d0d;border-radius:38px;background:#181818;box-shadow:0 40px 80px rgba(0,0,0,.6);overflow:hidden}
.phone:before{content:"";position:absolute;z-index:2;top:8px;left:50%;transform:translateX(-50%);width:95px;height:21px;border-radius:20px;background:#060606}
.phone-back{transform:translate(-100px,20px) rotate(-12deg);opacity:.65}.phone-front{transform:translate(75px,-10px) rotate(7deg)}
.phone-ui{height:100%;padding:55px 22px 25px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#242424,#0b0b0b)}
.phone-ui span{font-size:9px;letter-spacing:.16em;color:#aaa}.phone-ui strong{margin-top:14px;font-family:var(--display);font-size:22px}
.phone-ui>i{width:150px;height:150px;border:18px solid #252525;border-top-color:var(--red);border-radius:50%;margin:75px 0 30px}.phone-ui>b{font-size:38px}
.equalizer{height:150px;display:flex;align-items:center;gap:8px;margin:90px 0 45px}
.equalizer i{width:8px;background:var(--red);animation:eq 1s ease-in-out infinite alternate}.equalizer i:nth-child(1){height:35px}.equalizer i:nth-child(2){height:95px;animation-delay:.15s}.equalizer i:nth-child(3){height:135px;animation-delay:.3s}.equalizer i:nth-child(4){height:75px;animation-delay:.45s}.equalizer i:nth-child(5){height:45px;animation-delay:.6s}
@keyframes eq{to{transform:scaleY(.45)}}
.phone-ui button{margin-top:auto;padding:12px 25px;border:1px solid var(--red);background:transparent;color:#fff;font-size:9px;letter-spacing:.14em}
.manifesto{padding:120px 6vw;background:#efede6;color:#111}
.manifesto .eyebrow{color:#686868}
.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:9vw}
.manifesto h2{font-size:clamp(56px,7vw,110px);margin-top:35px}
.manifesto-list>div{display:grid;grid-template-columns:50px 1fr;border-top:1px solid #bbb;padding:28px 0}
.manifesto-list b{color:var(--red)}.manifesto-list h3{margin:0;font-size:24px}.manifesto-list p{grid-column:2;color:#666;line-height:1.7}
.launch-cta{padding:80px 6vw;display:flex;align-items:center;justify-content:space-between;background:var(--red)}
.launch-cta h2{font-family:var(--display);font-size:clamp(45px,6vw,85px);letter-spacing:-.06em;margin:12px 0 0}
.site-footer{padding:80px 5vw 25px;background:#060606;border-top:1px solid var(--line)}
.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-bottom:70px}
.footer-brand{font-size:25px}.footer-top>div>p{max-width:450px;color:#777;line-height:1.8;margin-top:24px}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.footer-links h3{font-size:11px;text-transform:uppercase;color:#666;letter-spacing:.14em;margin:0 0 20px}
.footer-links a{display:block;color:#aaa;font-size:13px;margin:12px 0}.footer-links a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:25px;color:#666;font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.text-button{background:none;border:0;color:#777;text-transform:uppercase;font-size:10px;letter-spacing:.1em}
.modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.75);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:.25s}
.modal.is-open{opacity:1;visibility:visible}
.modal-card{width:min(590px,100%);background:#f2f0e9;color:#101010;padding:55px;position:relative;transform:translateY(25px);transition:.3s}
.modal.is-open .modal-card{transform:translateY(0)}
.modal-card h2,.cookie-settings-card h2{font-family:var(--display);font-size:45px;letter-spacing:-.05em;margin:18px 0}.modal-card p{color:#666;line-height:1.7}
.modal-close,.overlay-close,.menu-close{position:absolute;right:17px;top:12px;background:none;border:0;font-size:30px;color:inherit}
.notify-form{display:flex;margin-top:25px}.notify-form input{flex:1;min-width:0;padding:16px;border:1px solid #aaa;background:transparent}.notify-form button{padding:0 18px;background:#111;color:#fff;border:0;font-weight:700}
.modal-card small{display:block;color:#555;margin-top:12px}
.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(470px,100%);z-index:110;background:#f2f0e9;color:#111;transform:translateX(105%);transition:.35s;display:flex;flex-direction:column}
.cart-drawer.is-open{transform:translateX(0)}
.drawer-backdrop{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;transition:.25s}.drawer-backdrop.is-open{opacity:1;visibility:visible}
.drawer-head{height:82px;display:flex;justify-content:space-between;align-items:center;padding:0 26px;border-bottom:1px solid #bbb}.drawer-head h2{font-family:var(--display)}.drawer-head button{border:0;background:none;font-size:30px}
.drawer-body{padding:20px;overflow:auto;flex:1}.drawer-foot{padding:24px;border-top:1px solid #bbb}.drawer-foot>div{display:flex;justify-content:space-between;margin-bottom:18px}
.cart-empty{text-align:center;padding:80px 20px}.cart-empty span{display:grid;place-items:center;margin:auto;width:60px;height:60px;background:var(--red);color:#fff;font-family:var(--display);font-size:30px}
.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:15px;padding:15px 0;border-bottom:1px solid #ccc}.cart-thumb{height:95px;background:#171717;display:grid;place-items:center;color:#fff}.cart-thumb b{background:var(--red);padding:6px 12px}.cart-item small{display:block;color:#666;margin:8px 0}.remove-item{border:0;background:none;font-size:20px}.quantity{display:flex;align-items:center;width:max-content;border:1px solid #aaa}.quantity button{border:0;background:none;width:28px;height:25px}.quantity span{font-size:11px;width:24px;text-align:center}
.mobile-menu,.search-overlay{position:fixed;inset:0;z-index:100;background:#090909;opacity:0;visibility:hidden;transition:.25s}.mobile-menu.is-open,.search-overlay.is-open{opacity:1;visibility:visible}
.mobile-menu{display:flex;flex-direction:column;justify-content:center;padding:8vw}.mobile-menu a{font-family:var(--display);font-size:clamp(40px,10vw,85px);letter-spacing:-.05em;margin:5px 0}
.search-overlay{display:grid;place-items:center}.search-panel{width:min(900px,90%)}.search-panel label{display:block;font-family:var(--display);font-size:clamp(35px,6vw,75px);margin-bottom:30px}.search-panel>div{display:flex;border-bottom:2px solid #fff}.search-panel input{flex:1;background:none;border:0;color:#fff;padding:20px 0;font-size:20px;outline:0}.search-panel button{background:none;border:0;color:var(--red);font-weight:800}
.cookie-banner{position:fixed;z-index:130;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 420px;gap:30px;align-items:center;padding:24px 6vw;background:#f2f0e9;color:#111;transform:translateY(110%);transition:.35s;box-shadow:0 -20px 70px rgba(0,0,0,.3)}.cookie-banner.is-open{transform:translateY(0)}
.cookie-copy p{max-width:820px;color:#555;font-size:12px;line-height:1.55}.cookie-details{border:0;background:none;padding:0;color:var(--red);font-weight:700}
.cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cookie-actions button{min-height:44px;border:1px solid #111;background:transparent;font-size:11px;font-weight:800}.cookie-actions button:first-child{grid-column:span 2;background:var(--red);border-color:var(--red);color:#fff}
.cookie-settings{position:fixed;inset:0;z-index:140;display:grid;place-items:center;background:rgba(0,0,0,.7);opacity:0;visibility:hidden;transition:.25s}.cookie-settings.is-open{opacity:1;visibility:visible}
.cookie-settings-card{position:relative;width:min(510px,92%);padding:45px;background:#f2f0e9;color:#111}.cookie-settings-card label{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid #bbb}
.market-main{background:#0a0a0a}.market-hero{min-height:480px;display:flex;align-items:flex-end;justify-content:space-between;gap:50px;padding:8vw 5vw 70px;background:radial-gradient(circle at 80% 20%,#3a1517,#111 45%,#090909)}
.market-hero h1{font-family:var(--display);font-size:clamp(58px,8vw,120px);line-height:.86;letter-spacing:-.07em;margin:24px 0 0}.market-hero>p{max-width:430px;color:#999;line-height:1.8}
.market-toolbar{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;padding:17px 5vw;background:rgba(11,11,11,.94);border-top:1px solid var(--line);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.market-search{display:flex;width:min(400px,40vw)}.market-search input{width:100%;background:#181818;border:1px solid var(--line);padding:12px 14px;color:#fff}.market-search button{border:0;background:var(--red);color:#fff;padding:0 16px;font-size:11px;font-weight:800}
.filter-row{display:flex;gap:24px;font-size:11px;text-transform:uppercase;font-weight:700}.filter-row a{color:#777}.filter-row a.active{color:#fff}
.market-products{padding:40px 5vw 100px}.market-status{display:flex;justify-content:space-between;margin-bottom:25px;text-transform:uppercase;font-size:10px;letter-spacing:.12em;color:#777}
.marketplace-grid{grid-template-columns:repeat(3,1fr);row-gap:55px}.marketplace-grid .product-image{height:430px}
.battery-product{position:relative;z-index:1;width:38%;height:58%;display:grid;place-items:center;background:linear-gradient(145deg,#333,#0d0d0d);border:8px solid #1c1c1c;box-shadow:20px 35px 50px rgba(0,0,0,.5);transform:rotate(-5deg)}.battery-product span{font-family:var(--display);font-size:42px}.battery-product i{position:absolute;top:-20px;width:40%;height:22px;background:#111}.battery-product b{position:absolute;bottom:25px;font-size:9px;letter-spacing:.15em}
.accessory-product{position:relative;z-index:1;width:58%;height:44%;border-radius:45% 45% 15% 15%;background:#0d0d0d;border:8px solid #252525;transform:rotate(-8deg);box-shadow:20px 30px 50px rgba(0,0,0,.5)}.accessory-product i{position:absolute;inset:18%;border-radius:50%;border:8px solid #555}.accessory-product b{position:absolute;bottom:12%;left:50%;transform:translateX(-50%);font-size:10px}
.empty-state{text-align:center;padding:100px 20px}.empty-state span{display:grid;place-items:center;width:70px;height:70px;margin:auto;background:var(--red);font-family:var(--display);font-size:35px}.empty-state h2{font-family:var(--display);font-size:40px}.empty-state p{color:#777;margin-bottom:30px}
.market-promo{margin:0 5vw 100px;padding:70px;display:flex;align-items:flex-end;justify-content:space-between;background:var(--red)}.market-promo h2{font-family:var(--display);font-size:clamp(45px,6vw,85px);line-height:.9;letter-spacing:-.06em;margin:20px 0 0}
.breadcrumbs{display:flex;gap:10px;padding:20px 5vw;color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--line)}
.product-detail{display:grid;grid-template-columns:58% 42%;min-height:780px}
.product-gallery{position:relative;display:grid;place-items:center;overflow:hidden}.product-gallery:after{content:"";position:absolute;width:60%;height:40%;bottom:-25%;filter:blur(90px);background:var(--red);opacity:.25}
.speaker-product{width:400px;height:580px;z-index:2;transform:rotate(-3deg)}
.gallery-tabs{position:absolute;z-index:4;bottom:24px;display:flex;gap:6px}.gallery-tabs button{padding:10px 18px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.35);color:#888;text-transform:uppercase;font-size:9px}.gallery-tabs button.active{color:#fff;border-color:#fff}
.product-info{padding:7vw 6vw;background:#efede7;color:#111}.product-info .eyebrow{color:#666}.product-info h1{font-family:var(--display);font-size:clamp(50px,6vw,92px);line-height:.9;letter-spacing:-.07em;margin:22px 0 10px}.product-tagline{font-size:20px;color:#555}.product-price{font-family:var(--display);font-size:30px;margin:32px 0}.product-description{color:#60605d;line-height:1.8}.availability{display:flex;gap:12px;align-items:center;border-top:1px solid #bbb;border-bottom:1px solid #bbb;padding:18px 0;margin:28px 0;font-size:12px}.availability i{width:8px;height:8px;border-radius:50%;background:#e5a500}
.product-buttons{display:grid;gap:10px}.product-info .secondary-button{color:#111;border-color:#111}.product-info .secondary-button:hover{background:#111;color:#fff}.mini-benefits{display:flex;flex-wrap:wrap;gap:15px;margin-top:22px;color:#666;font-size:10px;text-transform:uppercase}
.battery-large{width:280px;height:430px}.accessory-large{width:430px;height:290px}
.product-story,.spec-section{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:100px 6vw}.product-story{background:#0c0c0c}.feature-list>div{display:grid;grid-template-columns:70px 1fr;border-top:1px solid var(--line);padding:25px 0}.feature-list b{color:var(--red)}.feature-list span{font-size:20px}
.spec-section{background:#efede7;color:#111}.spec-section .eyebrow{color:#666}.spec-section dl{margin:0}.spec-section dl div{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #bbb;padding:20px 0}.spec-section dt{color:#666}.spec-section dd{margin:0;text-align:right}
.app-hero{min-height:800px;display:grid;grid-template-columns:42% 58%;align-items:center;overflow:hidden;background:radial-gradient(circle at 75% 40%,#3a1518,#111 45%,#080808)}
.app-hero-copy{padding:7vw}.app-hero-copy p{color:#aaa;line-height:1.7;max-width:480px;margin-bottom:35px}
.app-phones{position:relative;height:100%}.phone-app-main{left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}.phone-app-left{left:15%;top:55%;transform:translateY(-50%) rotate(-13deg);opacity:.65}.phone-app-right{right:10%;top:48%;transform:translateY(-50%) rotate(13deg);opacity:.65}
.battery-circle{display:block;width:150px;height:150px;border:15px solid #2b2b2b;border-top-color:var(--red);border-radius:50%;margin:70px 0 25px}.app-speaker-icon{display:grid;place-items:center;width:150px;height:210px;background:#111;border:8px solid #333;margin:65px 0 30px;font-family:var(--display);font-size:50px}.eq-lines{display:flex;gap:25px;align-items:flex-end;height:200px;margin:70px 0}.eq-lines i{width:9px;background:var(--red)}.eq-lines i:nth-child(1){height:40%}.eq-lines i:nth-child(2){height:80%}.eq-lines i:nth-child(3){height:60%}.eq-lines i:nth-child(4){height:95%}
.app-features{display:grid;grid-template-columns:repeat(2,1fr);background:#efede7;color:#111}.app-features article{padding:75px 6vw;border-right:1px solid #bbb;border-bottom:1px solid #bbb}.app-features b{color:var(--red)}.app-features h2{font-family:var(--display);font-size:45px;letter-spacing:-.05em}.app-features p{color:#666;line-height:1.7}
.app-connect{padding:90px 6vw;background:var(--red);display:flex;align-items:flex-end;justify-content:space-between}.app-connect h2{font-family:var(--display);font-size:clamp(50px,7vw,95px);line-height:.9;letter-spacing:-.06em;margin:18px 0}.app-connect p{max-width:650px}
.story-hero{padding:10vw 6vw;background:radial-gradient(circle at 80% 30%,#321416,#090909 55%)}.story-hero p{max-width:650px;color:#aaa;line-height:1.8}
.story-panels{display:grid;grid-template-columns:1fr 1fr;min-height:700px}.story-image{display:grid;place-items:center;background:var(--red)}.speaker-story{width:330px;height:500px;transform:rotate(6deg)}.story-copy{padding:8vw;background:#efede7;color:#111;display:flex;flex-direction:column;justify-content:center}.story-copy .eyebrow{color:#666}
.values{display:grid;grid-template-columns:repeat(3,1fr);padding:100px 6vw;gap:70px}.values b{color:var(--red)}.values h2{font-family:var(--display);font-size:35px}.values p{color:#888;line-height:1.7}
.legal-page{padding:9vw 15vw;background:#efede7;color:#111;min-height:70vh}.legal-page h1{font-family:var(--display);font-size:clamp(55px,7vw,100px);line-height:.9;letter-spacing:-.07em}.legal-page article{padding:45px 0;border-top:1px solid #bbb}.legal-page article h2{font-family:var(--display);font-size:34px}.legal-page article p{max-width:800px;color:#666;line-height:1.8}
.not-found{min-height:75vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px}.not-found>span{color:var(--red);font-family:var(--display)}.not-found h1{font-family:var(--display);font-size:clamp(55px,9vw,130px);line-height:.85;letter-spacing:-.07em;margin:18px}.not-found p{color:#777;margin-bottom:30px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s,transform .7s}.reveal.revealed{opacity:1;transform:none}
@media(max-width:1000px){
 .desktop-nav{display:none}.menu-button{display:block}.site-header{grid-template-columns:1fr auto;padding:0 18px}.announcement{font-size:8px;gap:9px}
 .hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:90px 6vw 30px}.hero-product{height:670px}.speaker-xl{width:390px;height:580px}.hero-index{display:none}
 .split-feature,.app-banner,.product-detail,.product-story,.spec-section,.story-panels,.app-hero{grid-template-columns:1fr}
 .feature-visual{min-height:600px}.app-copy{padding:100px 7vw}.phone-scene{min-height:700px}
 .product-grid,.marketplace-grid{grid-template-columns:repeat(2,1fr)}.product-image{height:430px}
 .manifesto-grid{grid-template-columns:1fr}.manifesto h2{margin-bottom:50px}
 .footer-top{grid-template-columns:1fr}.market-hero{align-items:flex-start;flex-direction:column}.market-toolbar{position:relative;align-items:flex-start;gap:20px;flex-direction:column}.market-search{width:100%}
 .product-gallery{min-height:700px}.product-info{padding:70px 7vw}.product-story,.spec-section{padding:80px 7vw}
 .app-hero{padding-top:50px}.app-phones{min-height:700px}.story-image{min-height:650px}
}
@media(max-width:650px){
 .announcement span:nth-child(n+3){display:none}.site-header{height:66px}.brand{font-size:15px}.icon-button{display:none}
 .hero h1,.app-hero h1,.story-hero h1{font-size:58px}.hero-actions{flex-direction:column;align-items:stretch}.hero-product{height:540px}.speaker-xl{width:280px;height:430px}.floating-label{display:none}
 .split-feature{min-height:0}.feature-visual{min-height:500px}.battery-art{width:190px;height:300px}.battery-art span{font-size:75px}
 .collection-section,.related-section{padding:75px 18px}.section-heading{align-items:flex-start;flex-direction:column;gap:20px}.product-grid,.marketplace-grid{grid-template-columns:1fr}.product-image,.marketplace-grid .product-image{height:440px}
 .phone{width:220px;height:450px}.phone-back{transform:translate(-55px,20px) rotate(-10deg)}.phone-front{transform:translate(45px,-10px) rotate(7deg)}.equalizer{margin:55px 0 20px;height:110px}
 .manifesto,.launch-cta{padding:75px 20px}.launch-cta,.market-promo,.app-connect{align-items:flex-start;flex-direction:column;gap:35px}
 .footer-top{gap:45px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}
 .cookie-banner{grid-template-columns:1fr;padding:20px}.cookie-actions{grid-template-columns:1fr}.cookie-actions button:first-child{grid-column:auto}
 .modal-card{padding:42px 24px}.modal-card h2{font-size:35px}.notify-form{flex-direction:column}.notify-form button{height:48px}
 .market-hero{padding:80px 20px 55px}.market-hero h1{font-size:58px}.filter-row{width:100%;overflow:auto;padding-bottom:5px}
 .market-products{padding:30px 18px 75px}.market-promo{margin:0 18px 75px;padding:45px 25px}
 .product-gallery{min-height:540px}.speaker-product{width:270px;height:410px}.battery-large{width:220px;height:340px}.accessory-large{width:300px;height:200px}
 .product-story,.spec-section{gap:40px}.feature-list>div{grid-template-columns:45px 1fr}.feature-list span{font-size:16px}
 .app-hero-copy{padding:65px 20px}.app-phones{min-height:560px}.phone-app-left,.phone-app-right{display:none}.app-features{grid-template-columns:1fr}.app-features article{padding:55px 22px}
 .app-connect{padding:70px 22px}.story-hero{padding:90px 20px}.story-copy{padding:70px 22px}.values{grid-template-columns:1fr;padding:75px 22px}
 .legal-page{padding:80px 22px}.cart-button span{display:none}
}

/* Image-led 2026 update */
.hero-photo{background-image:linear-gradient(90deg,rgba(5,5,6,.95) 0%,rgba(5,5,6,.78) 38%,rgba(5,5,6,.1) 72%),url('../img/hero-sike-one.jpg');background-size:cover;background-position:center;grid-template-columns:1fr}
.hero-photo .hero-copy{max-width:830px}
.hero-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(0,0,0,.55));pointer-events:none}
.hero-price{margin-top:24px;font-size:12px;letter-spacing:.14em;color:#aaa;text-transform:uppercase}.hero-price strong{color:#fff;font-size:18px;margin-left:8px}
.feature-photo{background:#111}.feature-photo img,.app-photo img{width:100%;height:100%;object-fit:cover;display:block}
.product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-image:hover img{transform:scale(1.035)}
.product-image:after{z-index:0}.product-image .product-badge{z-index:2}
.visual-stories{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#111}.visual-story{position:relative;min-height:620px;overflow:hidden}.visual-story img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.visual-story:hover img{transform:scale(1.04)}.visual-story:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.84))}.visual-story>div{position:absolute;z-index:2;left:28px;right:28px;bottom:28px}.visual-story span{font-size:10px;letter-spacing:.17em;color:#ccc}.visual-story h2{font-family:var(--display);font-size:36px;line-height:.95;letter-spacing:-.05em;margin:12px 0 0}
.product-gallery-photo{background:#111}.main-product-photo{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumbs{position:absolute;z-index:5;left:24px;bottom:24px;display:flex;gap:8px}.gallery-thumbs button{width:72px;height:72px;padding:0;border:1px solid rgba(255,255,255,.4);background:#111}.gallery-thumbs img{width:100%;height:100%;object-fit:cover;display:block}
.professional-footer{padding-top:0}.footer-newsletter{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;padding:70px 5vw;background:#efede7;color:#111}.footer-newsletter .eyebrow{color:#666}.footer-newsletter h2{font-family:var(--display);font-size:clamp(44px,6vw,82px);letter-spacing:-.06em;margin:14px 0}.footer-newsletter p{color:#666}.footer-signup{display:flex;border-bottom:2px solid #111}.footer-signup input{flex:1;border:0;background:transparent;padding:18px 0;outline:0}.footer-signup button{border:0;background:transparent;font-weight:800;text-transform:uppercase}.footer-brand-column{max-width:500px}.footer-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.footer-trust span{padding:9px 11px;border:1px solid var(--line);font-size:10px;color:#aaa}.payment-section{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.payment-section>div:first-child{display:flex;flex-direction:column;gap:5px}.payment-section strong{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.payment-section span{font-size:10px;color:#777}.payment-methods{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.payment-methods span{display:grid;place-items:center;min-width:78px;height:36px;padding:0 10px;background:#fff;color:#111;border-radius:4px;font-weight:900;font-size:10px;letter-spacing:.03em}.footer-bottom>div{display:flex;gap:16px;align-items:center}.footer-bottom a{color:#777}
@media(max-width:1000px){.visual-stories{grid-template-columns:1fr}.visual-story{min-height:500px}.footer-newsletter{grid-template-columns:1fr}.payment-section{align-items:flex-start;flex-direction:column}.payment-methods{justify-content:flex-start}}
@media(max-width:650px){.hero-photo{background-position:64% center}.hero-photo .hero-copy{padding-top:120px;padding-bottom:100px;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.15))}.visual-story{min-height:430px}.footer-newsletter{padding:60px 20px}.footer-signup{flex-direction:column;border:0}.footer-signup input{border-bottom:1px solid #111}.footer-signup button{height:48px;background:#111;color:#fff}.payment-methods span{min-width:72px}.gallery-thumbs{left:12px;bottom:12px}.gallery-thumbs button{width:58px;height:58px}}

/* Sound-style professional footer */
.sound-style-footer{padding:0;background:#080304;border-top:1px solid #261a1c;color:#fff}.footer-main-grid{display:grid;grid-template-columns:1.35fr 1fr;min-height:420px}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:42px;padding:42px 7vw 34px 10vw;border-right:1px solid #2b2022}.footer-columns h3,.footer-app-social h3{font-size:15px;margin:0 0 20px}.footer-columns a,.footer-link-button{display:block;margin:0 0 13px;color:#fff;font-size:12px;background:none;border:0;padding:0;text-align:left}.footer-columns a:hover,.footer-link-button:hover{color:var(--red)}.footer-notify{padding:36px 8vw 30px 7vw}.footer-notify h2{font-family:var(--display);font-size:34px;letter-spacing:-.04em;margin:0 0 20px}.footer-email-form{display:flex;max-width:370px;height:52px;background:#1d1d1f}.footer-email-form input{flex:1;min-width:0;border:0;background:transparent;color:#fff;padding:0 20px;outline:none}.footer-email-form button{width:52px;margin:7px;border:0;border-radius:50%;background:#fff;color:#111;font-size:22px}.footer-notify small{display:block;margin-top:10px;color:#999}.footer-app-social{display:grid;grid-template-columns:1fr 1fr;align-items:end;min-height:145px;padding:20px 7vw 14px 10vw;border-bottom:1px solid #2b2022}.app-badges{display:flex;gap:16px}.store-badge{height:36px;min-width:130px;border:1px solid #777;border-radius:6px;display:flex;align-items:center;gap:8px;padding:5px 10px;background:#060606}.store-badge span{font-size:19px}.store-badge b{font-size:12px;line-height:1}.store-badge small{display:block;font-size:7px;font-weight:400;margin-bottom:2px}.social-icons{display:flex;justify-content:center;gap:28px;font-size:20px}.social-icons a{width:28px;height:28px;display:grid;place-items:center}.footer-bottom-row{min-height:72px;display:grid;grid-template-columns:1.4fr .9fr 1.3fr;align-items:center;gap:24px;padding:14px 2.2vw;font-size:11px}.country-selector{height:40px;background:#0a0708;border:1px solid #34272a;color:#fff;padding:0 18px}.payment-logos{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.payment-logos img{width:40px;height:24px;object-fit:contain;border-radius:3px;background:#fff}.company-line{font-weight:600}
/* Live chat */
.livechat-launcher{position:fixed;right:24px;bottom:24px;z-index:170;width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,#ec2640,#7b16ff);box-shadow:0 14px 40px rgba(116,23,255,.35);display:grid;place-items:center}.livechat-launcher i{width:27px;height:18px;border-radius:13px;background:#fff;position:relative}.livechat-launcher i:after{content:"";position:absolute;right:3px;bottom:-4px;border-width:5px 0 0 7px;border-style:solid;border-color:transparent transparent transparent #fff}.chat-pulse{position:absolute;inset:-5px;border:1px solid rgba(255,255,255,.3);border-radius:50%;animation:chatpulse 2s infinite}@keyframes chatpulse{50%{transform:scale(1.18);opacity:0}}
.livechat-panel{position:fixed;right:24px;bottom:94px;z-index:171;width:min(390px,calc(100vw - 28px));height:600px;max-height:calc(100vh - 125px);display:flex;flex-direction:column;background:#101011;border:1px solid #303034;border-radius:18px;box-shadow:0 24px 90px rgba(0,0,0,.65);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(18px) scale(.98);transition:.25s}.livechat-panel.is-open{opacity:1;visibility:visible;transform:none}.chat-head{min-height:78px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#171719,#242027);border-bottom:1px solid #333}.chat-agent{display:flex;align-items:center;gap:11px}.agent-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--red);font-family:var(--display);font-size:21px}.chat-agent strong{display:block;font-size:14px}.chat-agent small{display:flex;align-items:center;gap:6px;color:#aaa;margin-top:5px}.chat-agent small i{width:7px;height:7px;border-radius:50%;background:#39d98a}.chat-head button{border:0;background:none;color:#fff;font-size:20px}.chat-status{padding:14px 16px;background:#171719}.chat-status b,.chat-status span{display:block}.chat-status span{color:#888;font-size:11px;margin-top:4px}.chat-messages{flex:1;padding:18px 14px;overflow-y:auto;display:flex;flex-direction:column;gap:11px}.chat-msg{max-width:82%;padding:11px 13px;border-radius:14px;font-size:12px;line-height:1.55}.chat-msg.bot{align-self:flex-start;background:#242427;border-bottom-left-radius:4px}.chat-msg.user{align-self:flex-end;background:var(--red);border-bottom-right-radius:4px}.chat-msg small{display:block;opacity:.55;margin-top:4px;font-size:9px}.chat-product-card{background:#1c1c1f;border:1px solid #333;border-radius:13px;overflow:hidden}.chat-product-card img{width:100%;height:120px;object-fit:cover}.chat-product-card div{padding:10px}.chat-product-card a{display:inline-block;margin-top:8px;color:#ff5260;font-weight:700}.chat-quick{display:flex;gap:7px;overflow-x:auto;padding:10px 12px;border-top:1px solid #2e2e31}.chat-quick button{white-space:nowrap;border:1px solid #444;background:#1d1d20;color:#fff;border-radius:16px;padding:7px 10px;font-size:10px}.chat-input-row{display:flex;padding:10px;border-top:1px solid #303034;background:#151517}.chat-input-row input{flex:1;border:0;background:#252529;color:#fff;border-radius:20px;padding:11px 14px;outline:none}.chat-input-row button{width:40px;border:0;background:none;color:var(--red);font-size:20px}.chat-powered{text-align:center;padding:6px;color:#666;font-size:9px;background:#151517}
.product-image>img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-image:hover>img{transform:scale(1.035)}.main-product-photo{width:100%;height:100%;object-fit:cover}.gallery-thumbs{position:absolute;z-index:5;left:20px;bottom:20px;display:flex;gap:8px}.gallery-thumbs button{width:58px;height:58px;padding:0;border:1px solid rgba(255,255,255,.5);background:#111}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){.footer-main-grid{grid-template-columns:1fr}.footer-columns{border-right:0;border-bottom:1px solid #2b2022;padding:42px 28px}.footer-notify{padding:38px 28px}.footer-app-social{grid-template-columns:1fr;padding:28px;gap:30px}.social-icons{justify-content:flex-start}.footer-bottom-row{grid-template-columns:1fr;padding:24px 28px}.payment-logos{justify-content:flex-start}}
@media(max-width:620px){.footer-columns{grid-template-columns:1fr 1fr;gap:34px 22px}.app-badges{flex-wrap:wrap}.livechat-launcher{right:14px;bottom:14px}.livechat-panel{right:14px;bottom:82px;height:calc(100vh - 105px)}}


/* 2026 SIKE logo and cinematic hero update */
.brand-image{height:38px;max-width:250px;display:flex;align-items:center}.brand-image img{display:block;width:205px;max-height:34px;object-fit:contain;object-position:left center}.footer-logo-column h3{display:none}.footer-logo{display:block;width:190px;height:45px;margin:0 0 24px}.footer-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.agent-avatar{overflow:hidden;background:#080808}.agent-avatar img{width:100%;height:100%;object-fit:cover}
.hero-v2{position:relative;min-height:calc(100vh - 110px);height:860px;max-height:980px;display:block;overflow:hidden;background:#020408;isolation:isolate}.hero-v2-bg{position:absolute;inset:0;z-index:-4;background-image:url('../img/hero-sike-one-v2.jpg');background-size:cover;background-position:center}.hero-v2:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(0,3,8,.96) 0%,rgba(0,3,8,.78) 37%,rgba(0,0,0,.08) 70%,rgba(0,0,0,.42) 100%)}.hero-v2-lines{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,transparent 0 7%,rgba(255,255,255,.08) 7% calc(7% + 1px),transparent calc(7% + 1px) 76%,rgba(255,255,255,.08) 76% calc(76% + 1px),transparent calc(76% + 1px)),linear-gradient(0deg,transparent 0 13%,rgba(255,255,255,.08) 13% calc(13% + 1px),transparent calc(13% + 1px) 88%,rgba(255,255,255,.07) 88% calc(88% + 1px),transparent calc(88% + 1px))}.hero-watermark{position:absolute;z-index:-1;left:5.7%;bottom:3.5%;width:min(48vw,760px);opacity:.045;filter:blur(.2px)}
.hero-v2-copy{position:absolute;left:7%;top:50%;width:min(690px,47vw);transform:translateY(-49%)}.hero-v2-copy.revealed{transform:translateY(-49%)}.hero-kicker{display:flex;align-items:center;gap:12px;font-size:10px;font-weight:800;letter-spacing:.22em;color:#c7c9cd}.hero-kicker span{display:block;width:38px;height:2px;background:var(--red);box-shadow:0 0 17px var(--red)}.hero-v2 h1{font-family:var(--display);font-size:clamp(72px,7.6vw,132px);line-height:.78;letter-spacing:-.072em;margin:27px 0 31px;color:#f7f5ef}.hero-v2 h1 em{font-style:normal;color:transparent;-webkit-text-stroke:2px var(--red);text-shadow:0 0 45px rgba(255,45,53,.18)}.hero-v2-copy>p{max-width:555px;margin:0;color:#aeb2b9;font-size:15px;line-height:1.75}.hero-v2-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.hero-main-button{min-width:210px;justify-content:space-between}.hero-main-button b{font-size:18px}.hero-play{display:flex;align-items:center;gap:12px;border:0;background:none;color:#fff;text-align:left}.hero-play i{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.38);border-radius:50%;font-style:normal;font-size:12px;transition:.25s}.hero-play:hover i{background:#fff;color:#111}.hero-play span{font-size:12px;font-weight:800}.hero-play small{display:block;margin-bottom:5px;color:#777;font-size:8px;letter-spacing:.15em}
.hero-product-panel{position:absolute;right:4%;bottom:7.5%;width:350px;padding:20px;background:rgba(6,8,11,.72);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(15px);box-shadow:0 30px 90px rgba(0,0,0,.35)}.hero-panel-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12);font-size:9px;letter-spacing:.14em;color:#94989d}.hero-panel-top i{font-style:normal;color:#55dd9b}.hero-panel-price{display:flex;align-items:flex-end;gap:7px;padding:19px 0}.hero-panel-price small{align-self:flex-start;margin-top:7px;font-size:8px;color:#777}.hero-panel-price strong{font-family:var(--display);font-size:52px;letter-spacing:-.07em;line-height:.8}.hero-panel-price span{font-size:11px;font-weight:800}.hero-panel-specs{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.12)}.hero-panel-specs div{padding:14px 8px 0;border-right:1px solid rgba(255,255,255,.1)}.hero-panel-specs div:last-child{border:0}.hero-panel-specs b,.hero-panel-specs span{display:block}.hero-panel-specs b{font-size:12px}.hero-panel-specs span{margin-top:4px;color:#777;font-size:7px;line-height:1.35}.hero-scroll{position:absolute;left:7%;bottom:4.5%;display:flex;align-items:center;gap:10px;color:#777;font-size:8px;letter-spacing:.18em}.hero-scroll span{width:34px;height:1px;background:#777;animation:scrollLine 1.6s ease-in-out infinite}@keyframes scrollLine{50%{width:58px;background:var(--red)}}.hero-v2-index{position:absolute;right:4%;top:5%;display:flex;align-items:center;gap:9px;color:#888;font-size:9px;letter-spacing:.12em}.hero-v2-index i{width:80px;height:1px;background:linear-gradient(90deg,var(--red) 20%,#444 20%)}
@media(max-width:1000px){.brand-image img{width:180px}.hero-v2{height:820px}.hero-v2-copy{width:58vw;left:5%}.hero-v2 h1{font-size:78px}.hero-product-panel{right:3%;width:300px}.hero-v2-bg{background-position:61% center}}
@media(max-width:720px){.brand-image{max-width:160px}.brand-image img{width:150px}.hero-v2{height:790px;min-height:calc(100vh - 100px)}.hero-v2-bg{background-position:68% center}.hero-v2:after{background:linear-gradient(90deg,rgba(0,2,7,.94),rgba(0,2,7,.66) 60%,rgba(0,0,0,.25))}.hero-v2-copy{top:42%;left:20px;width:calc(100% - 40px)}.hero-v2-copy.revealed{transform:translateY(-49%)}.hero-kicker{font-size:8px}.hero-v2 h1{font-size:58px;margin:20px 0 24px}.hero-v2 h1 em{-webkit-text-stroke:1px var(--red)}.hero-v2-copy>p{font-size:13px;max-width:430px}.hero-v2-actions{align-items:flex-start;flex-direction:column;gap:16px;margin-top:26px}.hero-main-button{min-width:220px}.hero-product-panel{left:20px;right:20px;bottom:30px;width:auto;padding:15px}.hero-panel-price{padding:14px 0}.hero-panel-price strong{font-size:40px}.hero-panel-specs div{padding-top:10px}.hero-scroll,.hero-watermark{display:none}.hero-v2-index{top:20px;right:20px}}

.site-header .brand-image{width:clamp(220px,16vw,300px);max-width:none;height:54px;overflow:visible}.site-header .brand-image img{display:block;width:100%;height:auto;max-height:46px;object-fit:contain;object-position:left center}.sound-style-footer .footer-logo{width:235px;height:auto;min-height:48px}.sound-style-footer .footer-logo img{display:block;width:100%;height:auto;max-height:54px}
.app-v2{background:#06070a}.app-v2-hero{position:relative;min-height:900px;height:calc(100vh - 110px);max-height:1050px;display:grid;grid-template-columns:42% 58%;align-items:center;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 75% 44%,#361217 0,#141116 30%,#06080c 67%)}.app-v2-grid{position:absolute;inset:0;z-index:-3;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(90deg,transparent,#000 48%,#000)}.app-v2-glow{position:absolute;z-index:-2;right:4%;top:13%;width:720px;height:720px;border-radius:50%;background:rgba(255,38,48,.18);filter:blur(150px);animation:appGlow 6s ease-in-out infinite alternate}@keyframes appGlow{to{transform:scale(1.15) translate(-35px,20px);opacity:.68}}.app-v2-copy{padding-left:7vw;position:relative;z-index:3}.app-v2-kicker{display:flex;align-items:center;gap:12px;color:#b8bbc1;font-size:10px;letter-spacing:.2em;font-weight:800}.app-v2-kicker span{width:37px;height:2px;background:var(--red)}.app-v2-copy h1{font-family:var(--display);font-size:clamp(68px,7.3vw,126px);line-height:.81;letter-spacing:-.075em;margin:28px 0}.app-v2-copy h1 em{font-style:normal;color:transparent;-webkit-text-stroke:2px var(--red)}.app-v2-copy>p{max-width:590px;color:#a7aab0;font-size:16px;line-height:1.8}.app-v2-actions{display:flex;align-items:center;gap:28px;margin-top:36px}.app-store-main{min-width:225px;justify-content:space-between}.app-text-link{font-size:11px;font-weight:800;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:7px}.app-v2-platforms{display:flex;align-items:center;gap:10px;margin-top:42px;color:#74777c;font-size:9px;text-transform:uppercase;letter-spacing:.13em}.app-v2-platforms i{width:3px;height:3px;background:var(--red);border-radius:50%}.app-device-stage{position:relative;height:100%;min-height:760px;perspective:1600px}.app-phone{position:absolute;width:275px;height:575px;padding:10px;border-radius:42px;background:linear-gradient(145deg,#56585d,#0a0b0e 10%,#050608 88%,#4b4e54);box-shadow:0 45px 110px rgba(0,0,0,.7);overflow:hidden}.app-phone-island{position:absolute;z-index:3;top:20px;left:50%;transform:translateX(-50%);width:94px;height:24px;border-radius:20px;background:#030304}.app-screen{height:100%;border-radius:34px;padding:54px 22px 24px;background:linear-gradient(180deg,#202126,#090a0d);overflow:hidden}.app-phone-main{z-index:4;left:46%;top:50%;transform:translate(-50%,-50%)}.app-phone-left{z-index:2;left:10%;top:53%;transform:translateY(-50%) rotate(-12deg);opacity:.8}.app-phone-right{z-index:3;right:3%;top:50%;transform:translateY(-50%) rotate(12deg);opacity:.88}.screen-top{display:flex;justify-content:space-between;color:#85888f;font-size:8px;letter-spacing:.14em}.app-screen h2{font-family:var(--display);font-size:27px;text-align:center;margin:21px 0 7px}.screen-speaker{position:relative;width:145px;height:205px;margin:48px auto 20px;border:7px solid #33363c;background:#090a0c}.screen-speaker:before{content:"";position:absolute;inset:8px;background-image:radial-gradient(#464950 1px,transparent 1px);background-size:6px 6px}.screen-speaker i{position:absolute;z-index:1;left:50%;transform:translateX(-50%);border:5px solid #292b30;border-radius:50%}.screen-speaker i:first-child{width:52px;height:52px;top:24px}.screen-speaker i:nth-child(2){width:82px;height:82px;bottom:23px}.screen-speaker strong{position:absolute;z-index:2;left:50%;top:49%;transform:translate(-50%,-50%);padding:6px 11px;background:var(--red)}.connected-state{text-align:center!important;color:#777!important;font-size:10px!important}.connected-state i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#42d88b}.volume-track{height:4px;background:#292b30;margin:26px 0}.volume-track span{display:block;width:72%;height:100%;background:var(--red)}.player-controls{display:flex;align-items:center;justify-content:center;gap:22px}.player-controls button{width:34px;height:34px;border:0;background:transparent;color:#fff}.player-controls .play{width:52px;height:52px;border-radius:50%;background:#fff;color:#090a0c}.battery-gauge{width:175px;height:175px;margin:68px auto 28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:conic-gradient(var(--red) 0 86%,#292b30 86%);position:relative}.battery-gauge:before{content:"";position:absolute;inset:17px;border-radius:50%;background:#101115}.battery-gauge strong,.battery-gauge small{position:relative;z-index:1}.battery-gauge strong{font-family:var(--display);font-size:55px}.app-phone-left .app-screen>p,.app-phone-left .app-screen>h3{text-align:center}.battery-bars{display:flex;gap:5px;margin-top:38px}.battery-bars i{flex:1;height:8px;background:var(--red)}.battery-bars i:last-child{background:#34363b}.app-phone-right .app-screen>h2{text-align:left;margin:48px 0 45px}.eq-control{height:280px;display:flex;align-items:flex-end;justify-content:space-between}.eq-control>div{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px}.eq-control i{width:7px;height:var(--level);background:linear-gradient(0deg,var(--red),#ff7b81)}.eq-control span{font-size:7px;color:#777}.profile-button{width:100%;margin-top:28px;padding:12px;border:1px solid #393b41;background:transparent;color:#fff}.app-orbit{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}.orbit-one{width:720px;height:720px;left:5%;top:9%}.orbit-two{width:530px;height:530px;left:18%;top:19%}.app-floating-card{position:absolute;z-index:8;min-width:145px;padding:15px;background:rgba(8,9,12,.76);border:1px solid rgba(255,255,255,.17)}.app-floating-card span,.app-floating-card strong,.app-floating-card small{display:block}.app-floating-card span{color:#777;font-size:7px}.app-floating-card strong{margin:7px 0}.app-floating-card small{color:#4bd993;font-size:7px}.card-battery{left:5%;bottom:18%}.card-linked{right:3%;top:17%}.app-v2-scroll{position:absolute;left:7vw;bottom:30px;display:flex;gap:11px;color:#6f7278;font-size:8px}.app-v2-scroll span{width:38px;height:1px;background:var(--red)}.app-proof-strip{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line)}.app-proof-strip div{display:flex;gap:17px;padding:25px 3vw;border-right:1px solid var(--line)}.app-proof-strip b{color:var(--red)}.app-feature-intro{display:grid;grid-template-columns:1.1fr .7fr;gap:10vw;align-items:end;padding:120px 6vw;background:#efede7;color:#101010}.app-section-title h2{font-family:var(--display);font-size:clamp(48px,6vw,92px);line-height:.92;letter-spacing:-.065em;margin:20px 0 0}.app-feature-intro>p{color:#5f5f5c;line-height:1.9}.app-feature-showcase{display:grid;grid-template-columns:1fr 1fr}.app-feature-showcase article{position:relative;overflow:hidden}.app-feature-large{grid-column:span 2;min-height:720px;display:grid;grid-template-columns:45% 55%;align-items:center}.app-feature-copy{padding:8vw}.feature-number{color:var(--red);font-size:9px}.app-feature-showcase h2{font-family:var(--display);font-size:clamp(45px,5vw,80px);line-height:.91}.app-feature-showcase p{color:#878a90;line-height:1.8}.app-feature-showcase ul{list-style:none;padding:0}.app-feature-showcase li{padding:14px 0;border-top:1px solid var(--line)}.radar-demo{position:relative;height:100%;min-height:620px;background:radial-gradient(circle,#271317,#0b0c0f 58%)}.radar-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.13);border-radius:50%}.r1{width:180px;height:180px}.r2{width:360px;height:360px}.r3{width:550px;height:550px}.radar-speaker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:115px;height:155px;border:6px solid #383a3f}.radar-speaker strong{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);background:var(--red);padding:7px 13px}.radar-device{position:absolute;padding:10px 13px;background:#131418;border:1px solid #33363b;font-size:8px}.d1{left:16%;top:24%}.d2{right:10%;bottom:22%}.d3{right:18%;top:18%;color:#4bd993}.app-feature-half{min-height:570px;padding:70px 6vw;border-top:1px solid var(--line)}.group-speakers{display:flex;align-items:center;justify-content:center;margin-top:70px}.group-speakers i{width:90px;height:125px;display:grid;place-items:center;border:5px solid #33363c;font-style:normal}.group-speakers span{width:80px;height:2px;background:var(--red)}.mini-eq{height:175px;display:flex;align-items:flex-end;gap:14px;margin-top:65px}.mini-eq i{flex:1;height:var(--h);background:linear-gradient(0deg,var(--red),#ff7c83)}.app-battery-section{display:grid;grid-template-columns:1fr 1fr;background:#efede7;color:#111}.app-battery-image{position:relative;min-height:720px}.app-battery-image>img{width:100%;height:100%;object-fit:cover}.battery-overlay-card{position:absolute;right:30px;bottom:30px;width:240px;padding:22px;background:rgba(8,9,11,.86);color:#fff}.battery-overlay-card>*{display:block}.battery-overlay-card strong{font-family:var(--display);font-size:58px}.app-battery-copy{padding:8vw;display:flex;flex-direction:column;justify-content:center}.app-battery-copy h2{font-family:var(--display);font-size:clamp(50px,6vw,90px);line-height:.9}.app-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px}.app-stat-grid strong,.app-stat-grid span{display:block}.app-stat-grid strong{color:var(--red)}.app-journey{padding:120px 6vw}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px}.journey-grid article{padding:40px 4vw 20px 0;border-right:1px solid var(--line)}.journey-icon{width:65px;height:65px;display:grid;place-items:center;margin:36px 0;background:#17191d}.app-download{min-height:760px;display:grid;grid-template-columns:1fr 1fr;background:var(--red)}.app-download-copy{padding:8vw;display:flex;flex-direction:column;justify-content:center}.app-download-copy h2{font-family:var(--display);font-size:clamp(58px,7vw,110px);line-height:.84}.app-download-badges{display:flex;gap:12px;margin-top:35px}.official-store-badge{display:flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid #fff;border-radius:8px;background:#08090b;color:#fff}.official-store-badge small{display:block}.download-phone{display:grid;place-items:end center;background:radial-gradient(circle,#3b3d43,#111318 62%)}.download-phone-screen{width:340px;height:660px;padding:65px 35px 35px;border:12px solid #08090b;border-bottom:0;border-radius:50px 50px 0 0;background:linear-gradient(180deg,#1e2025,#08090c);display:flex;flex-direction:column;align-items:center}.download-phone-screen>img{width:210px}.download-mark{display:grid;place-items:center;width:135px;height:175px;margin:auto;border:7px solid #393c42;font-size:55px}.download-phone-screen button{width:100%;padding:16px;background:var(--red);border:0;color:#fff}.app-final-cta{padding:85px 6vw;display:flex;align-items:flex-end;justify-content:space-between}.app-final-cta h2{font-family:var(--display);font-size:clamp(47px,6vw,88px);line-height:.9}
@media(max-width:1000px){.site-header .brand-image{width:220px}.app-v2-hero{grid-template-columns:1fr;min-height:1180px;height:auto;padding-top:90px}.app-v2-copy{padding:45px 7vw}.app-device-stage{min-height:700px}.app-feature-large{grid-template-columns:1fr}.radar-demo{min-height:620px}}
@media(max-width:800px){.app-proof-strip{grid-template-columns:1fr 1fr}.app-feature-intro,.app-battery-section,.app-download{grid-template-columns:1fr}.app-feature-showcase{grid-template-columns:1fr}.app-feature-large{grid-column:auto}.journey-grid{grid-template-columns:1fr}.app-final-cta{flex-direction:column;align-items:flex-start;gap:35px}}
@media(max-width:620px){.site-header .brand-image{width:175px;height:42px}.site-header .brand-image img{max-height:34px}.app-v2-hero{min-height:1070px;padding-top:35px}.app-v2-copy{padding:55px 20px 20px}.app-v2-copy h1{font-size:50px}.app-v2-actions{flex-direction:column;align-items:flex-start}.app-device-stage{min-height:590px}.app-phone{width:210px;height:440px}.app-phone-left{left:-20px;opacity:.44}.app-phone-right{right:-22px;opacity:.5}.app-floating-card,.app-orbit{display:none}.app-proof-strip{grid-template-columns:1fr}.app-feature-intro,.app-journey{padding:75px 20px}.app-feature-copy,.app-feature-half{padding:65px 20px}.app-battery-image{min-height:470px}.app-battery-copy{padding:70px 20px}.app-download-copy{padding:75px 20px}.download-phone-screen{width:280px;height:580px}.app-final-cta{padding:70px 20px}}


/* FINAL WORDMARK FIX */
.site-header{
  grid-template-columns:minmax(245px,1fr) auto minmax(245px,1fr);
}
.site-header .brand-image{
  display:flex !important;
  align-items:center;
  justify-content:flex-start;
  width:260px !important;
  max-width:260px !important;
  height:54px !important;
  min-width:0;
  overflow:visible !important;
  padding:0;
  line-height:0;
}
.site-header .brand-image img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:none !important;
  max-height:44px !important;
  object-fit:contain !important;
  object-position:left center !important;
  clip-path:none !important;
  transform:none !important;
}

.sound-style-footer .footer-logo{
  display:flex !important;
  align-items:center;
  width:285px !important;
  max-width:100% !important;
  height:62px !important;
  min-height:62px !important;
  margin:0 0 28px !important;
  overflow:visible !important;
  line-height:0;
}
.sound-style-footer .footer-logo img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:none !important;
  max-height:58px !important;
  object-fit:contain !important;
  object-position:left center !important;
  clip-path:none !important;
  transform:none !important;
}

@media(max-width:1100px){
  .site-header{
    grid-template-columns:220px auto 220px;
  }
  .site-header .brand-image{
    width:220px !important;
    max-width:220px !important;
  }
  .site-header .brand-image img{
    max-height:38px !important;
  }
}
@media(max-width:1000px){
  .site-header{
    grid-template-columns:1fr auto;
  }
  .site-header .brand-image{
    width:225px !important;
    max-width:225px !important;
  }
}
@media(max-width:620px){
  .site-header .brand-image{
    width:178px !important;
    max-width:178px !important;
    height:42px !important;
  }
  .site-header .brand-image img{
    max-height:31px !important;
  }
  .sound-style-footer .footer-logo{
    width:235px !important;
    height:54px !important;
    min-height:54px !important;
  }
  .sound-style-footer .footer-logo img{
    max-height:48px !important;
  }
}
