:root{--bg:#000;--fg:#f5f5f7;--muted:#a1a1a6;--glass:rgba(255,255,255,.06);--line:rgba(255,255,255,.12);--accent:#7c8cff;--r:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,"Inter","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}
a{color:inherit;text-decoration:none}img{max-width:100%}
.wrap{max-width:1100px;margin:0 auto;padding:0 20px}
.bg{position:fixed;inset:0;z-index:-1;background:radial-gradient(60% 50% at 20% 10%,rgba(124,140,255,.28),transparent 60%),radial-gradient(50% 40% at 85% 20%,rgba(255,159,107,.22),transparent 60%),radial-gradient(60% 60% at 50% 100%,rgba(255,255,255,.06),transparent 60%),#000}
.nav{position:sticky;top:0;z-index:50;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:rgba(0,0,0,.55);border-bottom:1px solid var(--line)}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:60px}
.nav ul{display:flex;gap:26px;list-style:none;margin:0;padding:0;font-size:14px;color:var(--muted)}.nav a:hover{color:#fff}
.nav .cta{padding:8px 16px;border-radius:999px;background:#fff;color:#000;font-weight:600;font-size:13px}
.hero{text-align:center;padding:96px 0 40px}
.eyebrow{display:inline-block;padding:6px 14px;border-radius:999px;border:1px solid var(--line);background:var(--glass);color:var(--muted);font-size:13px;letter-spacing:.3px}
h1{font-size:clamp(40px,7vw,80px);line-height:1.02;letter-spacing:-.03em;margin:22px 0 14px;font-weight:700}
.grad{background:linear-gradient(90deg,#8ea2ff,#ffb28a);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:clamp(17px,2.2vw,22px);color:var(--muted);max-width:620px;margin:0 auto 28px}
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:999px;font-weight:600;font-size:16px;border:1px solid transparent;cursor:pointer;transition:.2s}
.btn-primary{background:#fff;color:#000}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 40px rgba(255,255,255,.2)}
.btn-ghost{background:var(--glass);border-color:var(--line);color:#fff;backdrop-filter:blur(12px)}.btn-ghost:hover{background:rgba(255,255,255,.12)}
.stats{display:flex;justify-content:center;gap:40px;margin:36px 0 0;flex-wrap:wrap}
.stat b{display:block;font-size:34px;letter-spacing:-.02em}.stat span{color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.12em}
.grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.card{position:relative;overflow:hidden;border-radius:var(--r);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.03));backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.15)}
.card::before{content:"";position:absolute;inset:-40% -20% auto;height:60%;background:radial-gradient(closest-side,var(--accent),transparent);opacity:.25;filter:blur(40px);pointer-events:none}
.card h2{font-size:34px;letter-spacing:-.02em;margin:0 0 4px}.card p{color:var(--muted);margin:0 0 22px}
.card .price{font-size:22px;font-weight:600;margin:0 0 18px}
.specs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 26px;padding:0;list-style:none}.specs li{font-size:13px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line)}
.section{padding:70px 0}.section h2.title{text-align:center;font-size:clamp(30px,4vw,48px);letter-spacing:-.03em;margin:0 0 12px}.section .sub{text-align:center;color:var(--muted);margin:0 auto 44px;max-width:560px}
.steps{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.step{padding:26px;border-radius:22px;background:var(--glass);border:1px solid var(--line)}.step b{display:block;font-size:26px;margin-bottom:6px;color:var(--accent)}.step p{margin:0;color:var(--muted)}
.count{display:grid;grid-auto-flow:column;gap:10px;justify-content:center;margin:18px 0}.count div{min-width:78px;padding:14px 8px;border-radius:18px;background:var(--glass);border:1px solid var(--line);text-align:center}.count b{display:block;font-size:30px;font-variant-numeric:tabular-nums}.count span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}

.form{display:grid;gap:12px;margin-top:8px}.form input[type=text],.form input[type=email]{width:100%;padding:15px 18px;border-radius:14px;border:1px solid var(--line);background:rgba(0,0,0,.35);color:#fff;font-size:16px;outline:none}.form input:focus{border-color:var(--accent)}
.form label.chk{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--muted)}.form .msg{font-size:14px;min-height:20px}.form .msg.ok{color:#7ee2a8}.form .msg.err{color:#ff8a8a}.hp{position:absolute;left:-9999px}
.live{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}.live i{width:8px;height:8px;border-radius:50%;background:#34c759;box-shadow:0 0 0 0 rgba(52,199,89,.6);animation:pulse 1.6s infinite}@keyframes pulse{to{box-shadow:0 0 0 10px rgba(52,199,89,0)}}
.faq details{border-bottom:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:600;font-size:17px;list-style:none}.faq summary::after{content:"+";float:right;color:var(--muted)}.faq details[open] summary::after{content:"–"}.faq p{color:var(--muted);margin:10px 0 0}
footer{border-top:1px solid var(--line);padding:40px 0;color:var(--muted);font-size:13px}footer .wrap{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center}footer ul{display:flex;gap:18px;list-style:none;padding:0;margin:0}footer .disc{width:100%;font-size:12px;opacity:.75;margin-top:10px}
.page-content{padding:80px 0;max-width:760px}.page-content h1{font-size:44px}.page-content h2{margin-top:36px}.page-content p,.page-content li{color:var(--muted);font-size:17px}
.two{display:grid;gap:40px;grid-template-columns:1fr 1fr;align-items:center}@media(max-width:800px){.two{grid-template-columns:1fr}.nav ul{display:none}}
.woocommerce ul.products{display:grid!important;gap:22px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;padding:26px!important;border-radius:var(--r);border:1px solid var(--line);background:var(--glass);backdrop-filter:blur(20px);text-align:center}
.woocommerce ul.products li.product img{border-radius:18px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:22px!important;letter-spacing:-.02em}.woocommerce ul.products li.product .price{color:#fff!important;font-size:18px!important}
.woocommerce .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt{background:#fff!important;color:#000!important;border-radius:999px!important;padding:12px 22px!important;font-weight:600!important}
.woocommerce-page .wrap{padding-top:50px;padding-bottom:70px}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{color:var(--muted)}.woocommerce .woocommerce-breadcrumb{color:var(--muted)}
.woocommerce div.product .product_title{font-size:44px;letter-spacing:-.03em}.woocommerce div.product p.price{color:#fff;font-size:26px}.woocommerce div.product div.images img{border-radius:24px}
.woocommerce table.shop_table,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container .select2-selection--single{background:var(--glass)!important;border:1px solid var(--line)!important;color:#fff!important;border-radius:12px}
.woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error{background:var(--glass);color:#fff;border-top-color:var(--accent)}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:var(--glass);border-color:var(--line)}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#fff}

.photo{position:relative;margin:0 auto 26px;max-width:420px;border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:0 30px 70px rgba(0,0,0,.6);background:#0a0a0c}.photo img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.photo .cap{position:absolute;right:12px;bottom:12px;font-size:11px;padding:4px 9px;border-radius:999px;background:rgba(0,0,0,.55);color:#ddd;backdrop-filter:blur(8px)}
/* apple-style additions */
.subnav{position:sticky;top:60px;z-index:40;background:rgba(0,0,0,.7);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}.subnav .wrap{display:flex;align-items:center;justify-content:space-between;height:48px;gap:20px}.subnav-title{font-weight:600;font-size:18px}.subnav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0;font-size:12px;color:var(--muted)}.subnav a:hover{color:#fff}.btn-mini{padding:6px 14px;border-radius:999px;background:#2997ff;color:#fff;font-size:12px;font-weight:600}
.hero-full{text-align:center;padding:90px 20px 60px;max-width:1100px;margin:0 auto}.hero-copy h1{font-size:clamp(44px,8vw,96px)}.cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:8px 0 40px}.hero-media{position:relative;max-width:820px;margin:0 auto 40px;border-radius:32px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.7)}.hero-media img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.kicker{color:var(--accent);font-weight:600;font-size:14px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;text-align:center}.section .title.left,.section .sub.left{text-align:left;margin-left:0}.center{text-align:center}.wrap.narrow{max-width:760px}.dim{color:var(--muted)}
.tiles{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.tiles.four{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.tile{padding:30px 24px;border-radius:24px;background:var(--glass);border:1px solid var(--line);text-align:center}.tile b{display:block;white-space:nowrap;font-size:clamp(34px,3.6vw,48px);letter-spacing:-.04em;line-height:1;background:linear-gradient(90deg,#8ea2ff,#c9d0ff);-webkit-background-clip:text;background-clip:text;color:transparent}.tile.duo b{background:linear-gradient(90deg,#ffb28a,#ffd9c2);-webkit-background-clip:text;background-clip:text}.tile span{display:block;margin-top:8px;font-size:15px;color:#fff}.tile em{display:block;margin-top:6px;font-style:normal;font-size:12px;color:var(--muted)}
.section.light{background:#f5f5f7;color:#1d1d1f}.section.light .title,.section.light h2{color:#1d1d1f}.section.light .sub,.section.light p,.section.light .dim{color:#6e6e73}.section.light .tile,.section.light .step{background:#fff;border-color:#e5e5ea}.section.light .step p{color:#6e6e73}.section.light .step b{color:#1d1d1f}.section.light .kicker{color:#0066cc}.section.light .btn-ghost{color:#1d1d1f;border-color:#d2d2d7;background:#fff}
.btn-dark{background:#1d1d1f;color:#fff}.section:not(.light) .btn-dark{background:#fff;color:#000}.link{color:#2997ff;font-weight:500;align-self:center}.section.light .link{color:#0066cc}
.feature{display:grid;gap:50px;grid-template-columns:1fr 1fr;align-items:center;padding:40px 0}.feature.rev .feature-media{order:2}.feature-media{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.25)}.feature-media img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.feature-copy h2{font-size:clamp(32px,4.5vw,52px);letter-spacing:-.03em;line-height:1.05;margin:0 0 18px}.feature-copy p{font-size:17px;margin:0 0 14px}.feature-copy .cta-row{justify-content:flex-start;margin:20px 0 0}
.screen-card{aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(80% 80% at 30% 20%,var(--accent),#0b0b12 75%);color:#fff}.screen-card b{font-size:clamp(70px,10vw,140px);letter-spacing:-.05em;line-height:1}.screen-card span{font-size:18px;opacity:.85}
.swatches{display:flex;gap:16px;flex-wrap:wrap;margin:18px 0 6px}.swatches span{display:inline-flex;align-items:center;gap:8px;font-size:13px}.swatches i{width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(0,0,0,.15)}
.tablewrap{overflow-x:auto}.compare{width:100%;border-collapse:collapse;font-size:15px;min-width:560px}.compare th,.compare td{padding:16px 14px;border-bottom:1px solid var(--line);text-align:center}.compare td:first-child{text-align:left;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.06em}.compare th{font-size:22px;letter-spacing:-.02em;padding-bottom:22px}
.specs.center{justify-content:center;margin-top:26px}.live.center{justify-content:center;display:flex}.cap{position:absolute;right:12px;bottom:12px;font-size:11px;padding:4px 9px;border-radius:999px;background:rgba(0,0,0,.55);color:#ddd;backdrop-filter:blur(8px)}
@media(max-width:800px){.feature{grid-template-columns:1fr;gap:26px}.feature.rev .feature-media{order:0}.subnav ul{display:none}.subnav .wrap{height:44px}}
.section,.hero-full{scroll-margin-top:120px}.woocommerce-products-header__title{font-size:clamp(36px,5vw,56px);letter-spacing:-.03em;margin:0 0 20px}.woocommerce-page .wrap{padding-top:50px;padding-bottom:70px}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce .quantity .qty{width:70px;padding:12px;border-radius:12px;border:1px solid var(--line);background:var(--glass);color:#fff;font-size:16px;text-align:center;margin-right:10px}
.woocommerce div.product form.cart{display:flex;align-items:center;gap:8px;margin:20px 0}.woocommerce div.product .product_meta{color:var(--muted);font-size:13px}.woocommerce .stock.in-stock{color:#7ee2a8}
.woocommerce ul.products li.product a img{margin:0 0 18px}.woocommerce section.related h2,.woocommerce .woocommerce-tabs .panel h2{font-size:28px;letter-spacing:-.02em}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{border-color:var(--line)!important;box-shadow:none!important}
.woocommerce section.related ul.products{grid-template-columns:repeat(auto-fill,minmax(260px,340px))}
.preorder{color:#ffb28a;font-size:13px;margin:-6px 0 10px}
/* imagery */
.bleed{position:relative;background-size:cover;background-position:center;min-height:70vh;display:flex;align-items:center;padding:100px 0;color:#fff}.bleed::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.35) 55%,rgba(0,0,0,.1) 100%)}.bleed.hero-bleed{min-height:92vh;padding:120px 0 80px}.bleed.hero-bleed::before{background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.25) 45%,rgba(0,0,0,.85))}.bleed.tall{min-height:90vh}.bleed.short{min-height:60vh}.bleed.short::before{background:rgba(0,0,0,.6)}
.bleed-copy{position:relative;z-index:1;max-width:560px;margin-left:max(20px,calc((100% - 1100px)/2))}.bleed-copy.center{max-width:1100px;margin:0 auto;text-align:center}.bleed-copy h2{font-size:clamp(38px,6vw,76px);letter-spacing:-.03em;line-height:1.02;margin:0 0 18px}.bleed-copy .lead.left{margin:0 0 26px;text-align:left}.bleed-copy .specs{margin-top:22px}.bleed-copy .kicker.left{text-align:left}
.kicker.left{text-align:left}.cta-row.left{justify-content:flex-start}
.tile.img{background-size:cover;background-position:center;position:relative;overflow:hidden;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;text-align:left}.tile.img::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.8))}.tile.img>*{position:relative}.tile.img span{color:#fff}
.feature-media.plain{box-shadow:none;background:transparent;overflow:visible}.picker img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:28px;box-shadow:0 30px 70px rgba(0,0,0,.25);transition:opacity .25s}.picker .swatches{justify-content:center;margin-top:18px}.picker button{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;font:inherit;font-size:13px;cursor:pointer;color:#1d1d1f}.picker button.on{border-color:#0066cc;box-shadow:0 0 0 2px rgba(0,102,204,.25)}.picker button i{width:18px;height:18px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}
.duo-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:30px}.duo-grid figure{margin:0;border-radius:24px;overflow:hidden;background:#fff;border:1px solid #e5e5ea}.duo-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.duo-grid figcaption{padding:18px 20px;font-size:15px;color:#6e6e73}.duo-grid figcaption b{color:#1d1d1f}
.compare-heads{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:760px;margin:0 auto 10px;text-align:center}.compare-heads img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:22px;margin-bottom:12px}.compare-heads b{font-size:22px;letter-spacing:-.02em}
.card-img{display:block;width:calc(100% + 68px);margin:-34px -34px 22px;aspect-ratio:16/10;object-fit:cover}
.section.glow{background:radial-gradient(60% 60% at 50% 0%,rgba(124,140,255,.18),transparent 70%)}.steps.two-col{grid-template-columns:1fr 1fr;margin:22px 0}.section.light .step{padding:18px}
@media(max-width:800px){.bleed{min-height:60vh;padding:70px 0}.bleed::before{background:rgba(0,0,0,.6)}.bleed-copy{margin-left:20px;margin-right:20px}.steps.two-col{grid-template-columns:1fr 1fr}.compare-heads{gap:10px}}
.bleed.hero-bleed{background-position:center 30%}.bleed.hero-bleed .bleed-copy{padding-top:12vh}.bleed.hero-bleed::before{background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.35) 50%,rgba(0,0,0,.9))}
.bleed.hero-bleed{background-size:min(900px,80%) auto;background-repeat:no-repeat;background-position:center calc(100% + 40px);background-color:#000;min-height:100vh;align-items:flex-start;padding:110px 0 46vh}.bleed.hero-bleed::before{background:radial-gradient(60% 40% at 50% 0%,rgba(124,140,255,.18),transparent 70%)}.bleed.hero-bleed .bleed-copy{padding-top:0}
@media(max-width:800px){.bleed.hero-bleed{background-size:130% auto;padding:80px 0 52vh;min-height:auto}}
.bleed.hero-bleed::after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(180deg,#000 0%,rgba(0,0,0,0) 40%);pointer-events:none}.bleed.hero-bleed .bleed-copy{z-index:2}
