*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--navy:#032855;--navy-dark:#01182f;--accent:#1a6fc4;--cyan:#00c8ff;--white:#fff;--off-white:#f5f8fb;--text:#0b1624;--muted:#607086;--border:rgba(3,40,85,.12);--gold:#f4d27a;--hero-image:url("../images/hero/hero_desktop_optimized.jpg");--hero-image-wide:url("../images/hero/hero_desktop_wide_optimized.jpg");--hero-image-mobile:url("../images/hero/hero_mobile_optimized.jpg")}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--white);color:var(--text);overflow-x:hidden}
a,button{font:inherit}
button{cursor:pointer}
section{padding:5.5rem 4rem}

nav{position:fixed;top:0;left:0;right:0;z-index:200;height:96px;display:grid;grid-template-columns:minmax(380px,auto) minmax(560px,1fr) minmax(96px,auto);align-items:center;gap:1.35rem;padding:0 2.2rem;background:rgba(255,255,255,.98);border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(3,40,85,.08);backdrop-filter:blur(10px)}
.nav-logo{display:inline-flex;align-items:center;justify-self:start;min-width:400px;height:94px;text-decoration:none}
.nav-logo picture{display:inline-flex;align-items:center}
.nav-logo img{height:108px;width:auto;max-width:500px;object-fit:contain}
.nav-links{display:flex;align-items:center;justify-self:center;justify-content:center;gap:1.22rem;list-style:none}
.nav-links a,.cart-btn{font-family:'Barlow Condensed',sans-serif;font-size:1.08rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;text-decoration:none}
.nav-links a{color:var(--navy)}
.nav-links a:hover{color:var(--accent)}
.nav-cart{justify-self:end;display:flex;align-items:center;gap:.55rem}
.nav-contact-link{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid rgba(3,40,85,.14);border-radius:999px;background:#fff;color:var(--navy);text-decoration:none;transition:border-color .2s,background .2s,color .2s,transform .2s}
.nav-contact-link:hover{border-color:var(--navy);background:var(--navy);color:#fff;transform:translateY(-1px)}
.nav-contact-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mobile-menu-btn{display:none}
.cart-btn{position:relative;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(3,40,85,.18);border-radius:999px;background:#fff;color:var(--navy);transition:border-color .2s,background .2s,color .2s,transform .2s}
.cart-btn:hover{border-color:var(--navy);background:var(--navy);color:#fff;transform:translateY(-1px)}
.cart-icon{width:22px;height:22px;display:block}
.cart-icon path{fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.cart-count{position:absolute;right:-6px;top:-6px;display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;padding:0 .22rem;border-radius:999px;background:var(--navy);color:#fff;border:2px solid #fff;font-size:.68rem;font-weight:800;line-height:1}
.cart-btn:hover .cart-count{background:var(--cyan);color:#fff}
.mobile-menu{display:none;position:fixed;inset:0;z-index:290}
.mobile-menu.open{display:block}
.mobile-menu-bg{position:absolute;inset:0;background:rgba(1,24,47,.56)}
.mobile-menu-panel{position:absolute;left:0;right:0;bottom:0;padding:1.25rem 1.1rem 1.4rem;background:#03172e;border-top:1px solid rgba(255,255,255,.12);border-radius:16px 16px 0 0;box-shadow:0 -24px 70px rgba(1,24,47,.34)}
.mobile-menu-panel a{display:block;padding:1rem .2rem;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:1.35rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;text-decoration:none}
.mobile-menu-panel a:last-child{border-bottom:0}
.mobile-menu-close{position:absolute;right:1rem;top:.9rem;width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:transparent;color:#fff;font-size:1rem}
.mobile-menu-contact{margin-top:.9rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.14)}
.mobile-menu-contact a{display:flex;align-items:center;gap:.65rem;padding:.76rem .2rem;border-bottom:0;color:rgba(255,255,255,.86);font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.01em;text-transform:none}
.mobile-menu-contact span{width:30px;height:30px;display:inline-grid;place-items:center;flex:0 0 30px;border:1px solid rgba(0,200,255,.28);border-radius:999px;background:rgba(0,200,255,.08);color:#fff}
.mobile-menu-contact svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.hero{position:relative;min-height:620px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,.86fr);align-items:center;gap:1.4rem;padding:8rem 3rem 3.5rem 4rem;background:linear-gradient(106deg,#03172e 0 49.65%,#fff 49.75% 100%);overflow:hidden}
.hero::before,.hero::after{content:"";position:absolute;z-index:0;right:-4rem;pointer-events:none;transform:skewX(-18deg)}
.hero::before{top:138px;width:42vw;height:78px;background:linear-gradient(90deg,rgba(0,200,255,.92),rgba(77,163,255,.18))}
.hero::after{bottom:72px;width:34vw;height:38px;background:rgba(0,200,255,.72)}
.hero-content{max-width:620px;position:relative;z-index:1}
.hero-tag{display:inline-block;margin-bottom:1rem;padding:.4rem 1rem;border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.58);font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.hero-lockup{display:flex;align-items:flex-end;gap:.65rem;margin-bottom:1.25rem;flex-wrap:wrap}
.hero-lockup-built,.hero-lockup-logo-text,.hero-claim-line,.hero-desc,.section-title,.manifesto-banner p,footer h4{font-family:'Barlow Condensed',sans-serif;letter-spacing:0;text-transform:uppercase}
.hero-lockup-built{color:#fff;font-size:clamp(3.2rem,6vw,6.2rem);font-weight:700;line-height:.8}
.hero-lockup-logo-text{margin:0;color:#fff;font-size:clamp(3.3rem,8vw,8.8rem);font-weight:700;line-height:.82}
.hero-company-logo{display:block;width:clamp(96px,10vw,150px);height:auto;margin:0 0 .55rem;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(0,0,0,.24))}
.hero-claim-block{margin:1rem 0}
.hero-claim-line{color:#fff;font-size:clamp(2rem,3.6vw,3.2rem);font-weight:700;line-height:.95}
.hero-claim-line.accent{color:#4da3ff}
.hero-claim-divider{width:110px;height:2px;margin:.9rem 0;background:rgba(255,255,255,.35)}
.hero-sub-claim{font-size:.86rem;font-weight:700;letter-spacing:.08em;line-height:1.35;color:rgba(255,255,255,.82)}
.hero-desc{max-width:420px;margin-top:1.2rem;font-size:clamp(1.6rem,2.5vw,2.2rem);line-height:1.3;color:rgba(255,255,255,.9)}
.hero-desc span{display:inline-block;color:#fff;font-size:clamp(2rem,3vw,2.8rem)}
.hero-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}
.hero-image{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start}
.hero-image img{display:block;width:min(92%,560px);max-height:500px;height:auto;object-fit:contain;filter:drop-shadow(0 34px 46px rgba(0,0,0,.3))}
.hero-ai-page .hero{min-height:600px;grid-template-columns:minmax(0,.82fr) minmax(420px,1fr);padding:6.6rem 4rem 3.2rem;background:linear-gradient(90deg,rgba(0,20,43,.98) 0%,rgba(0,20,43,.86) 34%,rgba(0,20,43,.36) 57%,rgba(0,20,43,.08) 100%),linear-gradient(180deg,rgba(0,20,43,.34),rgba(0,20,43,.16) 42%,rgba(0,20,43,.58)),var(--hero-image) center center/cover no-repeat}
.hero-ai-page .hero::before{top:auto;right:auto;bottom:0;left:0;z-index:0;width:100%;height:46%;transform:none;background:linear-gradient(0deg,rgba(0,20,43,.78),rgba(0,20,43,0))}
.hero-ai-page .hero::after{top:6.6rem;right:0;bottom:auto;z-index:0;width:min(34vw,520px);height:2px;transform:none;background:linear-gradient(90deg,rgba(0,200,255,0),rgba(0,200,255,.86));box-shadow:0 0 24px rgba(0,200,255,.36)}
.hero-ai-page .hero-content{max-width:610px}
.hero-ai-page .hero-tag,.hero-ai-page .hero-image{display:none}
.hero-ai-page .hero-lockup{margin-bottom:.9rem}
.hero-ai-page .hero-claim-block{margin:.75rem 0}
.hero-ai-page .hero-desc{margin-top:.85rem;color:rgba(255,255,255,.86)}
.hero-ai-page .hero-actions{margin-top:1.45rem}
.hero-ai-page .hero .btn-primary{box-shadow:0 18px 44px rgba(0,0,0,.22)}
.hero-ai-page .hero .btn-secondary{color:#fff;background:rgba(0,20,43,.5);border-color:rgba(255,255,255,.52);backdrop-filter:blur(8px)}
.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1.45rem;border-radius:2px;text-decoration:none;font-family:'Barlow Condensed',sans-serif;font-size:1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.btn-primary{background:#fff;color:var(--navy)}
.btn-secondary{border:1px solid rgba(255,255,255,.28);color:#fff}
.hero-cta{min-height:58px;flex-direction:column;align-items:flex-start;gap:.12rem;padding:.55rem 1.2rem;text-align:left}
.hero-cta-title{font-family:'DM Sans',sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.04em;line-height:1;text-transform:uppercase}
.hero-cta-copy{font-family:'DM Sans',sans-serif;font-size:.68rem;font-weight:500;letter-spacing:0;line-height:1.25;text-transform:none;opacity:.72}

.features-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:1rem 4rem;background:#021f3d;color:rgba(255,255,255,.72);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.feature-item{min-height:46px;display:flex;align-items:center;justify-content:center;gap:.7rem;padding:0 1.1rem;border-right:1px solid rgba(255,255,255,.12);font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;text-align:center}
.feature-item:last-child{border-right:0}
.feature-icon{font-family:'Barlow Condensed',sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:0;color:var(--cyan)}
.box-builder-section{background:#fff;padding-left:2.5rem;padding-right:2.5rem}
.products-header{max-width:640px;margin:0 auto 3rem;text-align:center}
.section-eyebrow{display:inline-block;margin-bottom:.7rem;color:var(--navy);font-family:'DM Sans',sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.section-title{font-size:clamp(2.4rem,4.5vw,4rem);line-height:.95;color:var(--navy);margin-bottom:1rem}
.products-header p{font-size:.9rem;line-height:1.7;color:var(--muted)}

.products-grid{display:grid;margin:0 auto}
.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(3,40,85,.08);border-radius:8px;overflow:hidden;box-shadow:0 16px 40px rgba(3,40,85,.07);transition:transform .25s,box-shadow .25s,border-color .25s}
.product-card:hover{transform:translateY(-3px);border-color:rgba(3,40,85,.16);box-shadow:0 22px 54px rgba(3,40,85,.1)}
.box-builder-shell .product-card.has-quantity{border-color:rgba(0,200,255,.78);background:linear-gradient(180deg,rgba(0,200,255,.055),#fff 46%);box-shadow:0 18px 52px rgba(0,200,255,.12),0 14px 36px rgba(3,40,85,.075)}
.box-builder-shell .product-card.has-quantity::after{content:"Selected";position:absolute;top:.72rem;right:.72rem;z-index:5;display:grid;place-items:center;min-height:24px;padding:0 .58rem;border:1px solid rgba(0,200,255,.34);border-radius:999px;background:linear-gradient(155deg,#03172e,#021f3d);color:#fff;font-size:.58rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px rgba(3,40,85,.16)}
.product-img{position:relative;aspect-ratio:.82/1;background:#f1f3f5;overflow:hidden}
.product-img img{position:absolute;z-index:1;inset:-6% -3%;width:106%;height:112%;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(3,40,85,.08));transition:opacity .24s ease,transform .28s ease}
.product-preview-trigger{position:absolute;inset:0;z-index:2;border:0;background:transparent}
.product-preview-trigger::after{content:"View";position:absolute;right:.75rem;top:.75rem;padding:.28rem .48rem;background:rgba(1,24,47,.78);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:0;transform:translateY(-3px);transition:opacity .2s,transform .2s}
.product-img:hover .product-preview-trigger::after{opacity:1;transform:none}
.product-img.has-carousel img{inset:-6% -3% 2rem;width:106%;height:calc(112% - 2rem)}
.product-img-slide{opacity:0;pointer-events:none}
.product-img-slide.active{opacity:1;pointer-events:auto}
.product-card:hover .product-img-slide.active{transform:scale(1.018)}
.product-carousel-dots{position:absolute;left:50%;bottom:.75rem;z-index:3;display:flex;align-items:center;justify-content:center;gap:.42rem;transform:translateX(-50%)}
.product-carousel-dots button{width:8px;height:8px;border:1px solid rgba(3,40,85,.32);border-radius:999px;background:#fff;padding:0;box-shadow:0 2px 8px rgba(3,40,85,.08)}
.product-carousel-dots button.active{width:18px;background:var(--cyan);border-color:var(--cyan)}
.product-info{padding:.78rem .9rem .9rem;background:#fff;border-top:1px solid rgba(3,40,85,.045)}
.product-badges{display:flex;align-items:center;gap:.28rem;flex-wrap:wrap;margin:.3rem 0 .28rem}
.product-badge{display:inline-flex;align-items:center;min-height:20px;padding:.22rem .4rem;border-radius:999px;font-size:.56rem;font-weight:900;letter-spacing:.07em;line-height:1;text-transform:uppercase;white-space:nowrap}
.product-badge.is-primary{background:var(--navy);color:#fff}
.product-badge.is-secondary{border:1px solid rgba(3,40,85,.16);background:#fff;color:var(--muted)}
.product-title-row{display:flex;align-items:center;gap:.42rem;margin-bottom:.18rem}
.product-name{min-width:0;font-size:1rem;font-weight:800;color:var(--navy);line-height:1.08}
.product-title-badge{display:inline-flex;align-items:center;min-height:19px;padding:.2rem .38rem;border-radius:999px;background:var(--navy);color:#fff;font-size:.54rem;font-weight:900;letter-spacing:.07em;line-height:1;text-transform:uppercase;white-space:nowrap}
.product-title-row + .product-title-badge{margin:.02rem 0 .32rem}
.product-subtitle{min-height:.82rem;margin-bottom:.22rem;color:var(--muted);font-size:.74rem;line-height:1.16}
.product-benefits{min-height:1.55rem;margin-bottom:.36rem;color:#405168;font-size:.64rem;font-weight:700;line-height:1.22}
.product-variant{font-size:.74rem;color:var(--muted);margin-bottom:.48rem}
.product-buy-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.56rem}
.product-price{display:flex;align-items:baseline;gap:.42rem;font-size:1rem;font-weight:800;color:var(--navy);white-space:nowrap}
.product-price-current{color:inherit}
.product-price-compare{color:var(--muted);font-size:.78em;font-weight:700;text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:rgba(96,112,134,.72)}
.size-select{width:100%;height:36px;margin-bottom:.5rem;border:1px solid rgba(3,40,85,.14);background:#fff;color:var(--navy);padding:0 .7rem;border-radius:999px;font-size:.74rem;font-weight:800}
.qty-control{display:flex;align-items:center;justify-content:flex-end;gap:.48rem;margin-bottom:0}
.qty-control button{width:36px;height:36px;border:1px solid rgba(3,40,85,.14);border-radius:999px;background:#fff;color:var(--navy);font-weight:800;font-size:1.02rem}
.qty-control button:disabled{opacity:.35;cursor:not-allowed}
.qty-control span{min-width:20px;text-align:center;font-size:1.06rem;font-weight:700;color:var(--navy)}
.product-card.has-quantity .qty-control span{color:var(--cyan)}
.qty-control span.qty-bump{animation:qtyBump .32s ease}
.add-to-cart,.checkout-btn{width:100%;min-height:44px;border:0;background:var(--navy);color:#fff;font-family:'Barlow Condensed',sans-serif;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:4px}
.add-to-cart:disabled,.checkout-btn:disabled{opacity:.45;cursor:not-allowed}
.add-to-cart.added{background:#16804a}
.shopify-status{grid-column:1/-1;text-align:center;color:var(--muted);padding:2rem}

.pack-rewards{max-width:1040px;margin:1.75rem auto 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}
.pack-reward{position:relative;min-height:116px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.92rem;padding:1.12rem 1rem .92rem;background:linear-gradient(180deg,#fff,rgba(247,250,252,.9));border:1px solid rgba(3,40,85,.14);border-radius:8px;box-shadow:0 10px 26px rgba(3,40,85,.05);overflow:hidden;color:var(--navy);cursor:default}
.pack-reward::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:rgba(3,40,85,.18)}
.pack-reward::after{content:none}
.pack-reward-status{position:absolute;right:.72rem;top:.52rem;display:inline-flex;align-items:center;gap:.24rem;color:rgba(80,99,122,.62);font-size:.5rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;pointer-events:none}
.pack-reward-status svg{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pack-reward-status em{font-style:normal}
.pack-reward-status .status-unlock{display:none}
.pack-reward-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;background:#f3f7fa;border:1px solid rgba(3,40,85,.12);border-radius:4px;color:var(--navy)}
.pack-reward-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round}
.pack-reward-copy{min-width:0;padding-top:.18rem}
.pack-reward-copy>span{display:block;margin-bottom:.24rem;color:#61758c;font-size:.62rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.pack-reward strong{display:block;color:var(--navy);font-family:'Barlow Condensed',sans-serif;font-size:1.64rem;font-weight:700;line-height:.88;text-transform:uppercase}
.pack-reward p{margin:.3rem 0 0;color:#53677f;font-size:.72rem;font-weight:650;line-height:1.22}
.pack-reward b{align-self:end;display:flex;align-items:center;justify-content:center;min-width:46px;height:28px;margin-top:auto;background:transparent;border:1px solid rgba(3,40,85,.14);border-radius:999px;color:rgba(3,40,85,.46);font-family:'Barlow Condensed',sans-serif;font-size:1.02rem;line-height:1;text-transform:uppercase}
.pack-reward.is-unlocked{border-color:rgba(0,200,255,.24)}
.pack-reward.is-unlocked::before{background:rgba(0,200,255,.62)}
.pack-reward.is-unlocked .pack-reward-status{color:rgba(0,200,255,.88)}
.pack-reward.is-unlocked .pack-reward-status em{font-size:0}
.pack-reward.is-unlocked .pack-reward-status em::after{content:"Unlocked";font-size:.5rem}
.pack-reward.is-unlocked .pack-reward-status .status-lock{display:none}
.pack-reward.is-unlocked .pack-reward-status .status-unlock{display:block}
.pack-reward.is-unlocked .pack-reward-icon{background:rgba(0,200,255,.1);border-color:rgba(0,200,255,.3);color:var(--navy)}
.pack-reward.is-unlocked b{background:transparent;border-color:rgba(0,200,255,.35);color:var(--navy)}
.pack-reward[data-pack-tier="standard"] b{color:rgba(3,40,85,.62)}
.pack-reward[data-pack-tier="standard"]::before{background:rgba(3,40,85,.32)}
.pack-reward[data-pack-tier="season"] .pack-reward-icon{color:var(--cyan)}
.pack-reward[data-pack-tier="team"] .pack-reward-icon{color:#d1a534}
.pack-reward.is-active{border-color:rgba(0,200,255,.5);background:linear-gradient(180deg,rgba(0,200,255,.11),#fff 68%);box-shadow:0 12px 30px rgba(0,200,255,.09)}
.pack-reward.is-active{grid-template-columns:auto 1fr auto}
.pack-reward.is-active::before{background:var(--cyan)}
.pack-reward.is-active .pack-reward-status{color:var(--cyan)}
.pack-reward[data-pack-tier="team"].is-unlocked{border-color:rgba(244,210,122,.34)}
.pack-reward[data-pack-tier="team"].is-unlocked::before{background:rgba(244,210,122,.7)}
.pack-reward[data-pack-tier="team"].is-unlocked .pack-reward-status{color:rgba(209,165,52,.95)}
.pack-reward[data-pack-tier="team"].is-unlocked .pack-reward-icon{background:rgba(244,210,122,.13);border-color:rgba(244,210,122,.28)}
.pack-reward[data-pack-tier="team"].is-unlocked b{background:transparent;border-color:rgba(209,165,52,.38);color:var(--navy)}
.pack-reward[data-pack-tier="team"].is-active::before{background:var(--gold)}
.pack-reward[data-pack-tier="team"].is-active .pack-reward-status{color:var(--gold)}
.pack-reward[data-pack-tier="team"].is-active{border-color:rgba(244,210,122,.58);background:linear-gradient(180deg,rgba(244,210,122,.13),#fff 66%);box-shadow:0 12px 30px rgba(244,210,122,.09)}
.pack-reward.is-active .pack-reward-icon{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:0 10px 22px rgba(3,40,85,.14)}
.pack-reward.is-active .pack-reward-icon{color:#fff}
.pack-reward.is-active strong{color:var(--navy)}
.pack-reward.is-active b{background:rgba(0,200,255,.12);border-color:rgba(0,200,255,.28);color:var(--navy-dark)}
.pack-reward.is-active b{display:flex}
.pack-reward[data-pack-tier="team"].is-active b{background:rgba(244,210,122,.15);border-color:rgba(209,165,52,.34);color:var(--navy-dark)}
.pack-rewards-note{grid-column:1/-1;margin:.28rem 0 0;color:#5e7188;font-size:.82rem;font-weight:700;letter-spacing:.01em;text-align:center}
.box-builder-shell{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.25rem;align-items:start}
.box-builder-shell .products-grid{max-width:980px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.05rem;width:100%}
.box-builder-shell .product-card{max-width:300px;width:100%;justify-self:center}
.box-builder-shell .product-img{aspect-ratio:.82/1}
.box-builder-shell .product-img img{inset:-6% -3%;width:106%;height:112%}
.box-builder-shell .product-img.has-carousel img{inset:-6% -3% 2rem;width:106%;height:calc(112% - 2rem)}
.box-builder-shell .product-info{padding:1rem}
.box-builder-shell .qty-control{margin-bottom:0}
.box-summary{position:sticky;top:116px;width:100%;min-height:0;padding:1.25rem;background:linear-gradient(155deg,#03172e 0%,#021f3d 100%);border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;box-shadow:0 24px 56px rgba(1,24,47,.22)}
.box-summary-head,.box-count-line,.cart-total{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.box-summary h3,.box-count-line strong{font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:0}
.box-summary h3{font-size:1.55rem;line-height:.95}
.box-reset-link{border:0;background:transparent;color:rgba(255,255,255,.72);font-size:.9rem}
.box-count-line{margin:.8rem 0 .7rem}
.box-count-line span{font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.56)}
.box-count-line strong{font-size:2.75rem;white-space:nowrap;color:#fff;text-shadow:0 0 28px rgba(0,200,255,.28)}
.box-count-line strong span{font-size:inherit;color:var(--cyan)}
.box-orbit{display:grid;grid-template-columns:104px 1fr;gap:.78rem;align-items:center;margin:.85rem 0 .75rem}
.box-orbit-ring{position:relative;width:104px;height:104px;display:grid;place-items:center;border-radius:999px;background:conic-gradient(var(--cyan) var(--box-orbit-angle,0deg),rgba(255,255,255,.12) var(--box-orbit-angle,0deg) 296deg,var(--gold) 296deg 360deg);box-shadow:0 16px 34px rgba(0,0,0,.18)}
.box-orbit-ring::after{content:"";position:absolute;inset:11px;border-radius:999px;background:#021f3d}
.box-orbit-ring span,.box-orbit-ring small{position:relative;z-index:1;display:block;text-align:center}
.box-orbit-ring span{align-self:end;color:var(--cyan);font-family:'Barlow Condensed',sans-serif;font-size:2.3rem;font-weight:700;line-height:.85}
.box-orbit-ring small{align-self:start;margin-top:.22rem;color:rgba(255,255,255,.6);font-size:.54rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.box-orbit-steps{display:grid;gap:.42rem}
.box-orbit-step{position:relative;display:grid;grid-template-columns:32px 1fr auto;gap:.5rem;align-items:center;padding:.48rem;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:rgba(255,255,255,.06);overflow:hidden;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.box-orbit-step::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:rgba(255,255,255,.16);opacity:0;transition:opacity .2s ease,background .2s ease}
.box-orbit-step i{position:relative;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#fff;color:var(--navy);font-family:'Barlow Condensed',sans-serif;font-size:.86rem;font-style:normal;font-weight:700;z-index:1}
.box-orbit-step i::after{content:"";position:absolute;right:-3px;bottom:-3px;width:13px;height:13px;display:grid;place-items:center;border-radius:999px;background:var(--cyan);color:var(--navy-dark);font-family:'DM Sans',sans-serif;font-size:.48rem;font-weight:900;line-height:1;opacity:0;transform:scale(.78);transition:opacity .2s ease,transform .2s ease}
.box-orbit-step span{color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:.94rem;line-height:.95;text-transform:uppercase}
.box-orbit-step b{display:none;color:var(--cyan);font-family:'Barlow Condensed',sans-serif;font-size:.9rem;text-transform:uppercase}
.box-orbit-step[data-pack-step="team"]{border-color:rgba(244,210,122,.42)}
.box-orbit-step[data-pack-step="team"] i{background:var(--gold)}
.box-orbit-step[data-pack-step="team"] b{color:var(--gold)}
.box-orbit-step.is-unlocked{border-color:rgba(0,200,255,.46)}
.box-orbit-step.is-unlocked::before{opacity:1;background:var(--cyan)}
.box-orbit-step.is-unlocked i::after{content:"✓";opacity:1;transform:scale(1)}
.box-orbit-step.is-current{border-color:rgba(0,200,255,.9);background:linear-gradient(90deg,rgba(0,200,255,.18),rgba(0,200,255,.08));box-shadow:0 0 0 1px rgba(0,200,255,.22),0 14px 30px rgba(0,200,255,.13);transform:translateY(-1px)}
.box-orbit-step.is-current b{display:block}
.box-orbit-step[data-pack-step="team"].is-current{border-color:rgba(244,210,122,.92);background:linear-gradient(90deg,rgba(244,210,122,.24),rgba(244,210,122,.09));box-shadow:0 0 0 1px rgba(244,210,122,.26),0 14px 30px rgba(244,210,122,.16)}
.box-orbit-step[data-pack-step="team"].is-current::before{opacity:1;background:var(--gold)}
.box-orbit-step[data-pack-step="team"].is-current i::after{background:var(--navy);color:var(--gold)}
.box-orbit-step.is-unlocked i::after{content:"";width:10px;height:10px;display:block;border:2px solid #021f3d;color:transparent;font-size:0;opacity:1;transform:scale(1)}
.box-discount-status{margin:0 0 .5rem;padding:.58rem .66rem;background:rgba(0,200,255,.1);border:1px solid rgba(0,200,255,.18);border-radius:5px;color:#d8f7ff;font-size:.72rem;font-weight:900;line-height:1.28;text-transform:uppercase}
.box-price-status{display:grid;grid-template-columns:1fr auto;gap:.25rem .6rem;margin:0 0 .7rem;padding:.7rem .72rem;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.12);border-radius:6px}
.box-price-status span{color:rgba(255,255,255,.62);font-size:.62rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.box-price-status strong{justify-self:end;color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:1.45rem;line-height:.95}
.box-price-status del{grid-column:2;justify-self:end;color:rgba(255,255,255,.48);font-size:.82rem;font-weight:800;text-decoration-thickness:1.5px}
.box-price-status small{grid-column:1/-1;color:#d8f7ff;font-size:.64rem;font-weight:800;line-height:1.25;text-transform:uppercase}
.box-price-status.has-discount{border-color:rgba(0,200,255,.22);background:linear-gradient(180deg,rgba(0,200,255,.12),rgba(255,255,255,.05))}
.box-price-status.has-discount strong{color:var(--cyan)}
.box-price-status.has-discount.is-team{border-color:rgba(244,210,122,.32);background:linear-gradient(180deg,rgba(244,210,122,.16),rgba(255,255,255,.05))}
.box-price-status.has-discount.is-team strong{color:var(--gold)}
.box-context-message{display:none}
.box-summary-list{display:grid;gap:.4rem;min-height:82px;max-height:128px;overflow:auto;margin:0 0 1rem 0;padding:.85rem;background:rgba(0,200,255,.08);border:1px solid rgba(0,200,255,.16);font-size:.86rem;color:#d8f7ff;list-style-position:inside}
.box-summary-actions{display:grid;grid-template-columns:1fr;gap:.75rem}
.box-save-btn{width:100%;min-height:52px;border:1px solid rgba(26,111,196,.28);background:#fff;color:var(--navy);font-family:'Barlow Condensed',sans-serif;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:4px}
.box-summary .checkout-btn{min-height:52px;font-size:.95rem}
.box-summary .checkout-btn:not(:disabled){background:var(--cyan);color:var(--navy-dark)}
.cart-overlay,.box-confirm-modal,.image-preview-modal{display:none;position:fixed;inset:0;z-index:300}
.cart-overlay.open,.box-confirm-modal.open,.image-preview-modal.open{display:block}
.cart-bg,.box-confirm-bg{position:absolute;inset:0;background:rgba(1,24,47,.55)}
.cart-sidebar{position:absolute;right:0;top:0;width:min(420px,100%);height:100%;display:flex;flex-direction:column;background:#fff;transform:translateX(100%);transition:transform .25s}
.cart-overlay.open .cart-sidebar{transform:translateX(0)}
.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}
.cart-close{border:0;background:transparent;font-size:1.5rem}
.cart-items{flex:1;overflow:auto;padding:1rem}
.cart-empty{text-align:center;color:var(--muted);padding:3rem 0}
.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:.85rem;padding:.9rem 0;border-bottom:1px solid var(--border)}
.cart-item-img{width:72px;height:72px;object-fit:cover;background:var(--off-white)}
.cart-item-name{font-weight:700;color:var(--navy)}
.cart-item-meta{font-size:.78rem;color:var(--muted);margin:.2rem 0}
.cart-item-price{font-weight:700}
.cart-item-remove{border:0;background:transparent;color:var(--muted);font-size:1.2rem}
.cart-build-another{width:100%;margin:.75rem 0;border:1px solid var(--border);background:#fff;padding:.75rem;color:var(--navy);font-weight:700}
.cart-total-values{display:grid;justify-items:end;gap:.1rem}
.cart-total-values del{color:var(--muted);font-size:.86rem;font-weight:700;text-decoration-thickness:1.5px}
.cart-total-values span{font-size:1.15rem;font-weight:800;color:var(--navy)}
.cart-discount-note{margin:.35rem 0 .7rem;color:var(--muted);font-size:.74rem;line-height:1.35}
.cart-discount-note.is-active{color:var(--cyan);font-weight:800}
.cart-footer{padding:1.25rem;border-top:1px solid var(--border)}
.checkout-note{margin-top:.7rem;text-align:center;color:var(--muted);font-size:.75rem}
.box-confirm-dialog{position:absolute;left:50%;top:50%;width:min(460px,calc(100% - 2rem));transform:translate(-50%,-50%);background:#fff;color:var(--navy);border-radius:8px;padding:1.5rem;box-shadow:0 30px 80px rgba(1,24,47,.28)}
.box-confirm-dialog h3{font-family:'Barlow Condensed',sans-serif;font-size:2rem;text-transform:uppercase}
.box-confirm-dialog p{margin:.5rem 0 1rem;color:var(--muted);line-height:1.55}
.box-confirm-dialog ul{max-height:180px;overflow:auto;margin:0 0 1.2rem 1rem;color:var(--text);font-size:.9rem}
.box-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.image-preview-bg{position:absolute;inset:0;background:rgba(1,24,47,.82)}
.image-preview-dialog{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:min(820px,calc(100% - 2rem));height:min(720px,calc(100% - 2rem));padding:3rem;transform:translate(-50%,-50%);background:#fff;border-radius:8px;box-shadow:0 30px 90px rgba(1,24,47,.34);overflow:hidden}
.image-preview-dialog img{display:block;width:100%;height:100%;min-width:0;min-height:0;object-fit:contain}
.image-preview-close,.image-preview-nav{position:absolute;z-index:2;border:1px solid rgba(3,40,85,.14);background:#fff;color:var(--navy);border-radius:999px;box-shadow:0 10px 28px rgba(3,40,85,.12)}
.image-preview-close{right:1rem;top:1rem;width:38px;height:38px}
.image-preview-nav{top:50%;width:42px;height:42px;transform:translateY(-50%);font-size:1.15rem}
.image-preview-prev{left:1rem}
.image-preview-next{right:1rem}
.image-preview-dots{position:absolute;left:50%;bottom:1rem;z-index:2;display:flex;gap:.45rem;transform:translateX(-50%)}
.image-preview-dots button{width:8px;height:8px;padding:0;border:1px solid rgba(3,40,85,.3);border-radius:999px;background:#fff}
.image-preview-dots button.active{width:18px;background:var(--cyan);border-color:var(--cyan)}

.club-section{background:linear-gradient(135deg,#03172e 0%,#062d5d 100%);padding:5.4rem clamp(1rem,4vw,4rem)}
.club-shell{width:min(960px,100%);margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.65rem;align-items:center;justify-items:center;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;color:#fff;text-align:center}
.club-copy .section-eyebrow{color:var(--cyan)}
.club-copy .section-title{max-width:760px;margin-left:auto;margin-right:auto;color:#fff;line-height:.98}
.club-copy p:not(.section-eyebrow){max-width:720px;margin:.9rem auto 0;color:rgba(255,255,255,.72);font-size:1rem;line-height:1.65}
.club-form{display:grid;gap:.8rem;width:min(760px,100%);padding:0;background:transparent;border:0;border-radius:0}
.club-hidden{display:none}
.club-email-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.club-email-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end}
.club-email-row input{min-width:0;height:52px;padding:0;border:0;border-bottom:1px solid rgba(255,255,255,.62);border-radius:0;background:transparent;color:#fff;font:inherit;font-size:1rem}
.club-email-row input::placeholder{color:rgba(255,255,255,.48)}
.club-email-row input:focus{outline:0;border-bottom-color:var(--cyan);box-shadow:0 1px 0 var(--cyan)}
.club-email-row button{height:52px;padding:0 1.25rem;border:1px solid rgba(255,255,255,.22);border-radius:0;background:#fff;color:var(--navy-dark);font-family:'Barlow Condensed',sans-serif;font-size:.95rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.club-email-row button:disabled{opacity:.62;cursor:not-allowed}
.club-consent{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:start;justify-self:center;max-width:660px;color:rgba(255,255,255,.7);font-size:.76rem;line-height:1.45;text-align:left}
.club-consent input{width:16px;height:16px;margin-top:.15rem;accent-color:var(--cyan)}
.club-privacy{color:rgba(255,255,255,.56);font-size:.68rem;line-height:1.4}
.club-privacy a{color:#fff;font-weight:800}
.club-status{min-height:1.2rem;color:var(--cyan);font-size:.78rem;font-weight:800;line-height:1.35}
.club-status.is-error{color:#ffb6a6}

.contacts-section{padding-top:4.2rem;padding-bottom:4.2rem;background:#fff}
.contacts-shell{width:min(1180px,calc(100% - 2rem));margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1fr);gap:2rem;align-items:center;padding:2rem;border:1px solid rgba(3,40,85,.12);border-radius:8px;background:linear-gradient(135deg,#f8fbfd 0%,#fff 54%,#eef6fb 100%);box-shadow:0 22px 58px rgba(3,40,85,.09)}
.contacts-copy .section-title{max-width:520px;margin-bottom:.65rem}
.contacts-copy p:not(.section-eyebrow){max-width:560px;color:var(--muted);font-size:.98rem;line-height:1.6}
.contacts-links{display:grid;gap:.72rem}
.contact-card{position:relative;display:grid;gap:.24rem;padding:1rem 1.05rem;border:1px solid rgba(3,40,85,.12);border-radius:8px;background:#fff;color:var(--navy);text-decoration:none;box-shadow:0 14px 36px rgba(3,40,85,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.contact-card::after{content:"";position:absolute;right:1rem;top:50%;width:28px;height:2px;background:var(--cyan);transform:translateY(-50%);opacity:.72}
.contact-card:hover{border-color:rgba(0,200,255,.38);box-shadow:0 18px 44px rgba(3,40,85,.11);transform:translateY(-2px)}
.contact-icon{width:34px;height:34px;display:grid;place-items:center;margin-bottom:.18rem;border:1px solid rgba(0,200,255,.28);border-radius:999px;background:rgba(0,200,255,.07);color:var(--navy)}
.contact-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.contact-card span{color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.contact-card .contact-icon{color:var(--navy);font-size:1rem;letter-spacing:0;text-transform:none}
.contact-card strong{padding-right:2.4rem;font-family:'Barlow Condensed',sans-serif;font-size:clamp(1.65rem,2.4vw,2.25rem);line-height:.95;letter-spacing:0;text-transform:uppercase}
.contact-card-primary{background:var(--navy);color:#fff;border-color:var(--navy)}
.contact-card-primary span{color:rgba(255,255,255,.62)}
.contact-card-primary .contact-icon{border-color:rgba(0,200,255,.38);background:rgba(0,200,255,.12);color:#fff}
.contact-card-primary strong{color:#fff}

.manifesto-banner{padding:2rem 1.5rem;text-align:center;background:var(--navy);color:#eaeaea}
.manifesto-banner p{font-size:clamp(1.45rem,3.2vw,2.6rem);line-height:1.08;color:#eaeaea}
.manifesto-banner p span{color:var(--cyan)}
.manifesto-banner strong{display:block;max-width:720px;margin:.75rem auto 0;color:rgba(234,234,234,.78);font-size:.86rem;font-weight:600;line-height:1.55}
.manifesto-banner small{display:block;margin-top:1.05rem;color:rgba(242,242,242,.66);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.performance-points{display:grid;gap:.72rem;margin:1rem 0 0;padding:0;list-style:none;color:var(--muted)}
.performance-points li{position:relative;padding-left:1rem;font-size:.96rem;line-height:1.58}
.performance-points li::before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:999px;background:var(--cyan)}
.trust-bar{padding:0;background:#f5f7fa;color:#041E42;border-top:1px solid rgba(4,30,66,.08);border-bottom:1px solid rgba(4,30,66,.08)}
.trust-bar-inner{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1.4rem;padding:1.1rem 2rem}
.trust-signals{display:grid;grid-template-columns:repeat(2,auto);align-items:center;gap:0}
.trust-signal{position:relative;display:flex;align-items:center;gap:.62rem;padding:0 1.25rem;color:#33465f;font-size:.72rem;font-weight:900;letter-spacing:.12em;line-height:1;text-transform:uppercase;white-space:nowrap}
.trust-signal:first-child{padding-left:0}
.trust-signal:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;width:1px;height:24px;transform:translateY(-50%);background:rgba(4,30,66,.12)}
.trust-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;border:1px solid rgba(4,30,66,.16);border-radius:999px;background:#fff;color:#041E42}
.trust-icon svg{width:14px;height:14px}
.trust-icon path,.trust-icon circle{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.payment-icons{display:flex;align-items:center;justify-content:flex-end;gap:.44rem}
.payment-mark{height:31px;min-width:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 .58rem;border:1px solid rgba(4,30,66,.14);border-radius:4px;background:#fff;color:#041E42;box-shadow:0 5px 14px rgba(4,30,66,.05);font-size:.66rem;font-weight:900;letter-spacing:.02em;line-height:1;white-space:nowrap}
.payment-visa{font-style:italic;color:#082b67;letter-spacing:.05em}
.payment-google b{display:inline-block;margin-right:.12rem;color:#4285f4;font-weight:950}
.payment-apple{gap:.18rem;color:#050505}
.payment-apple svg{width:12px;height:12px;fill:currentColor}
.payment-mastercard{min-width:52px;gap:0;background:#fff}
.payment-mastercard i{width:15px;height:15px;display:block;border-radius:999px;mix-blend-mode:multiply}
.payment-mastercard i:first-child{background:#eb001b}
.payment-mastercard i:last-child{margin-left:-5px;background:#f79e1b}
.payment-amex{color:#1f6db2}
.tech-section{background:var(--navy-dark);color:#fff}
.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1180px;margin:0 auto}
.tech-grid{position:relative}
.tech-section .section-eyebrow{color:#4da3ff}
.tech-section .section-title{color:#fff;line-height:1.15}
.tech-features{display:grid;gap:1rem}
.tech-feature{position:relative;display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1rem;border:1px solid transparent;border-radius:8px;cursor:pointer}
.tech-feature.active{background:rgba(255,255,255,.08);border-color:rgba(244,210,122,.28)}
.tech-feature-num{font-family:'Barlow Condensed',sans-serif;font-size:2rem;color:#4da3ff}
.tech-feature.active .tech-feature-num{color:var(--gold)}
.tech-feature-content h3{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}
.tech-feature-content p{font-size:.82rem;line-height:1.7;color:rgba(255,255,255,.62)}
.tech-hotspot-stage{position:relative}
.tech-hotspot-hint{display:flex;align-items:center;justify-content:center;gap:.42rem;margin:0 0 .72rem;color:rgba(255,255,255,.68);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-align:center;text-transform:uppercase}
.tech-hotspot-hint::before{content:"";width:7px;height:7px;border-radius:999px;background:var(--gold);box-shadow:0 0 0 5px rgba(244,210,122,.12),0 0 14px rgba(244,210,122,.34)}
.tech-hotspot-hint .mobile-copy{display:none}
.tech-hotspot-stage img{display:block;width:100%;border-radius:6px}
.tech-zone-overlay{position:absolute;inset:0;z-index:2;width:100%;height:100%;border-radius:6px;pointer-events:none}
.tech-zone{fill:rgba(0,200,255,.24);stroke:rgba(0,200,255,.68);stroke-width:.56;stroke-dasharray:1.8 .85;opacity:0;filter:drop-shadow(0 0 10px rgba(0,200,255,.34));transition:fill .22s ease,stroke .22s ease,opacity .22s ease,filter .22s ease}
.tech-zone.active{fill:rgba(0,200,255,.22);stroke:rgba(255,255,255,.82);stroke-width:.62;opacity:1;filter:drop-shadow(0 0 14px rgba(0,200,255,.44))}
.tech-zone-stripes{stroke-dasharray:.9 .7}
.tech-zone-stripes.active{fill:rgba(0,200,255,.2);stroke:rgba(255,255,255,.82);filter:drop-shadow(0 0 14px rgba(0,200,255,.42))}
.tech-hotspot{position:absolute;width:24px;height:24px;border-radius:999px;border:2px solid var(--gold);background:#c99a2e;box-shadow:0 0 0 8px rgba(244,210,122,.16),0 0 22px rgba(244,210,122,.55);transform:translate(-50%,-50%);cursor:pointer}
.tech-hotspot.active{background:#fff;box-shadow:0 0 0 10px rgba(244,210,122,.24),0 0 34px rgba(244,210,122,.85)}
.tech-hotspot.image-hotspot{width:26px;height:26px;border:2px solid rgba(255,255,255,.8);background:var(--gold);box-shadow:0 0 0 5px rgba(244,210,122,.14),0 7px 15px rgba(0,20,43,.2),0 0 18px rgba(244,210,122,.34)}
.tech-hotspot.image-hotspot::after{content:"";position:absolute;inset:-9px;border:1px solid rgba(244,210,122,.55);border-radius:999px;animation:techHotspotPulse 2.4s ease-out infinite;pointer-events:none}
.tech-hotspot.image-hotspot.active{background:var(--gold);border-color:#fff;box-shadow:0 0 0 7px rgba(244,210,122,.2),0 8px 20px rgba(0,20,43,.26),0 0 24px rgba(244,210,122,.58)}
.tech-hotspot.image-hotspot.active::after{animation:none;opacity:.35}
.tech-hotspot.image-hotspot span{left:calc(100% + 6px);top:50%;bottom:auto;min-width:26px;height:18px;transform:translateY(-50%);border-color:rgba(255,255,255,.72);background:rgba(1,24,47,.88);color:#fff;font-size:.68rem}
.tech-hotspot.image-hotspot.active span{background:var(--gold);color:var(--navy);border-color:#fff}
.tech-hotspot span{position:absolute;left:50%;bottom:calc(100% + 7px);display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:20px;padding:0 .35rem;transform:translateX(-50%);border:1px solid rgba(244,210,122,.48);border-radius:999px;background:rgba(1,24,47,.82);color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:.78rem;font-weight:700;line-height:1;letter-spacing:.04em;box-shadow:0 8px 18px rgba(0,20,43,.24);pointer-events:none}
.tech-hotspot.active span{background:var(--gold);border-color:rgba(255,255,255,.72);color:var(--navy)}
.tech-mobile-title{display:none}

@keyframes techHotspotPulse{
  0%{opacity:.72;transform:scale(.72)}
  72%{opacity:0;transform:scale(1.45)}
  100%{opacity:0;transform:scale(1.45)}
}
.story-cta{background:var(--navy);color:#fff}

footer{padding:2.5rem 3rem 1.5rem;background:var(--navy-dark);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:2rem;max-width:1180px;margin:0 auto 1.5rem}
.footer-logo{display:block;width:min(140px,100%);height:auto;margin-bottom:1rem}
.footer-brand p,.footer-col ul a,.footer-bottom,.footer-bottom a{font-size:.82rem;line-height:1.7;color:rgba(255,255,255,.58)}
.footer-col h4{margin-bottom:.8rem;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}
.footer-col ul{list-style:none;display:grid;gap:.45rem}
.footer-col ul a{text-decoration:none}
.footer-contact-link{display:inline-flex;align-items:center;gap:.42rem}
.footer-contact-link span{width:22px;height:22px;display:inline-grid;place-items:center;flex:0 0 22px;border:1px solid rgba(0,200,255,.28);border-radius:999px;color:#fff}
.footer-contact-link svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.footer-bottom a{text-decoration:none}
.footer-bottom a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;max-width:1180px;margin:0 auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12)}
.legal-page{background:var(--off-white)}
.legal-main{padding:8rem 1.5rem 4rem}
.legal-hero,.legal-content{max-width:920px;margin:0 auto}
.legal-hero{padding:0 0 2rem;text-align:left}
.legal-hero .section-title{margin-bottom:.5rem}
.legal-hero p:last-child{color:var(--muted);font-size:.9rem}
.legal-content{padding:2rem;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 16px 40px rgba(3,40,85,.06)}
.legal-content h2{margin:2rem 0 .75rem;font-family:'Barlow Condensed',sans-serif;font-size:1.7rem;line-height:1;color:var(--navy);text-transform:uppercase}
.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{font-size:.95rem;line-height:1.75;color:var(--text)}
.legal-content p{margin-bottom:1rem}
.legal-content ul{display:grid;gap:.45rem;margin:0 0 1.2rem 1.25rem}
.legal-content a{color:var(--accent);font-weight:700}
.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:400;display:none;grid-template-columns:1fr auto;align-items:center;gap:1rem;width:min(720px,calc(100% - 2rem));margin:0 auto;padding:.85rem 1rem;background:rgba(255,255,255,.98);border:1px solid var(--border);border-radius:8px;box-shadow:0 16px 42px rgba(3,40,85,.16)}
.cookie-banner.active{display:grid}
.cookie-banner p{font-size:.78rem;line-height:1.45;color:var(--muted)}
.cookie-banner a{color:var(--navy);font-weight:800;text-decoration:none}
.cookie-actions{display:flex;align-items:center;gap:.5rem}
.cookie-actions button{min-height:34px;padding:0 .8rem;border-radius:4px;font-size:.76rem;font-weight:800;text-transform:uppercase}
.cookie-link-btn{border:1px solid var(--border);background:#fff;color:var(--navy)}
.cookie-accept-btn{border:1px solid var(--navy);background:var(--navy);color:#fff}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s,transform .55s}
.reveal.visible{opacity:1;transform:none}

.box-mobile-bar{display:none;position:fixed;left:.7rem;right:.7rem;bottom:.7rem;z-index:250;align-items:center;grid-template-columns:58px 1fr;gap:.58rem;padding:.66rem .64rem .64rem;background:linear-gradient(155deg,#03172e,#021f3d);border:1px solid rgba(0,200,255,.24);border-radius:10px;box-shadow:0 -18px 48px rgba(1,24,47,.28),0 8px 24px rgba(3,40,85,.14);backdrop-filter:blur(12px)}
.box-mobile-bar.active{display:none}
.box-mobile-handle{width:58px;height:58px;display:grid;place-items:center;align-content:center;border:2px solid var(--gold);border-radius:999px;background:#fff;color:var(--navy);box-shadow:0 10px 26px rgba(0,0,0,.18)}
.box-mobile-handle strong{display:block;color:var(--navy);font-family:'Barlow Condensed',sans-serif;font-size:1.7rem;line-height:.78}
.box-mobile-handle small{display:block;margin-top:.1rem;color:var(--navy);font-size:.5rem;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.box-mobile-state{display:grid;gap:.22rem;min-width:0}
.box-mobile-tier-line{display:flex;align-items:center;justify-content:space-between;gap:.55rem;min-width:0}
.box-mobile-tier-line div{min-width:0}
.box-mobile-state span{display:block;font-size:.55rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.58)}
.box-mobile-state strong{display:block;color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:1.12rem;line-height:.95;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.box-mobile-state small{display:block;min-width:0;font-size:.62rem;font-weight:900;line-height:1.18;color:#d8f7ff;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.box-mobile-expand-hint{display:none}
.box-mobile-shipping-status{display:none}
.box-mobile-tier-meta{display:flex!important;align-items:center;gap:.55rem;margin-left:auto;white-space:nowrap}
.box-mobile-tier-line b{display:none;place-items:center;min-width:44px;height:28px;border-radius:999px;background:var(--cyan);color:var(--navy-dark);font-family:'Barlow Condensed',sans-serif;font-size:.9rem;line-height:1;text-transform:uppercase}
.box-mobile-bar.is-standard .box-mobile-tier-line b,.box-mobile-bar.is-season .box-mobile-tier-line b,.box-mobile-bar.is-team .box-mobile-tier-line b{display:grid}
.box-mobile-bar.is-standard .box-mobile-tier-line b{background:rgba(255,255,255,.16);color:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.18)}
.box-mobile-bar.is-team .box-mobile-tier-line b{background:var(--gold)}
.box-mobile-progress{position:relative;height:6px;margin-top:.18rem;background:rgba(255,255,255,.12);border-radius:999px}
.box-mobile-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--cyan),#78dfff);border-radius:inherit;transition:width .25s ease}
.box-mobile-progress em{position:absolute;left:82%;right:0;top:0;bottom:0;display:block;border-radius:0 999px 999px 0;background:var(--gold);opacity:0;transition:opacity .2s ease}
.box-mobile-progress.is-team-unlocked em{opacity:1}
.box-mobile-progress::after{content:"+";position:absolute;right:0;top:50%;width:18px;height:18px;display:grid;place-items:center;transform:translateY(-50%) scale(.86);border:1px solid rgba(244,210,122,.5);border-radius:999px;background:rgba(244,210,122,.14);color:var(--gold);font-family:'Barlow Condensed',sans-serif;font-size:.78rem;font-weight:900;line-height:1;opacity:0;transition:opacity .2s ease,transform .2s ease}
.box-mobile-progress.is-team-unlocked::after{opacity:1;transform:translateY(-50%) scale(1)}
.box-mobile-progress-marker{position:absolute;top:50%;width:17px;height:17px;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);background:#fff;border:1px solid rgba(3,40,85,.16);border-radius:999px;color:var(--navy);font-family:'Barlow Condensed',sans-serif;font-size:.64rem;font-style:normal;font-weight:800;line-height:1}
.box-mobile-progress.is-season-unlocked .box-mobile-progress-season,.box-mobile-progress.is-team-unlocked .box-mobile-progress-season,.box-mobile-progress.is-team-unlocked .box-mobile-progress-team{background:var(--gold);border-color:var(--gold);color:var(--navy-dark)}
.box-mobile-progress-season{left:39%}
.box-mobile-progress-team{left:82%}
.box-mobile-price{display:flex;align-items:baseline;gap:.45rem;min-width:0;color:#fff;line-height:1}
.box-mobile-price del{display:none;color:#fff;font-size:.68rem;font-weight:800;text-decoration-thickness:1.4px;white-space:nowrap}
.box-mobile-price strong{display:block;color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:1.05rem;line-height:.95;white-space:nowrap}
.box-mobile-price.has-discount del{display:block}
.box-mobile-price.has-discount strong{color:var(--cyan)}
.box-mobile-price.has-discount.is-team strong{color:var(--gold)}
.box-mobile-actions{grid-column:1/-1;display:grid;grid-template-columns:auto auto 1fr;gap:.45rem}
.box-mobile-bar button{min-height:36px;border:0;background:rgba(255,255,255,.1);color:#fff;font-size:.66rem;font-weight:900;padding:.58rem .52rem;text-transform:uppercase;border-radius:5px}
.box-mobile-bar .box-mobile-reset{background:#fff;color:var(--navy);border:1px solid rgba(255,255,255,.18)}
#mobileAddBoxButton{background:var(--cyan);color:var(--navy-dark)}
.box-toast{position:fixed;left:50%;bottom:1.1rem;z-index:280;width:min(360px,calc(100% - 2rem));padding:.78rem 1rem;transform:translate(-50%,12px);background:#03172e;color:#fff;border:1px solid rgba(0,200,255,.32);border-radius:6px;box-shadow:0 16px 42px rgba(3,40,85,.24);font-size:.82rem;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.04em;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}
.box-toast.active{opacity:1;transform:translate(-50%,0)}
@keyframes qtyBump{0%{transform:scale(1)}45%{transform:scale(1.22);color:var(--cyan)}100%{transform:scale(1)}}

.our-brand-section{background:#fff;padding-top:4.2rem;padding-bottom:4.2rem}
.our-brand-grid{width:min(1500px,calc(100% - 2rem));margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.55rem;align-items:start}
.performance-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.22rem;overflow:hidden;border:1px solid rgba(4,30,66,.22);border-radius:8px;background:#041e42;box-shadow:0 22px 60px rgba(3,40,85,.16)}
.performance-image-card{position:relative;min-height:320px;overflow:hidden;background:#041e42}
.performance-image-card-wide{grid-column:1/-1;min-height:520px}
.performance-image-card picture{display:block;width:100%;height:100%}
.performance-image-card img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.08)}
.performance-image-card-wide img{object-position:center bottom}
.performance-image-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,18,36,.88),rgba(1,24,47,.58) 38%,rgba(1,24,47,.12) 76%);pointer-events:none}
.performance-image-copy{position:absolute;left:1.25rem;bottom:1.25rem;z-index:1;max-width:230px;padding:.72rem .78rem .68rem;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:rgba(1,18,36,.66);color:#fff;backdrop-filter:blur(8px)}
.performance-image-copy h3{font-family:'Barlow Condensed',sans-serif;font-size:1.75rem;font-weight:900;line-height:.92;letter-spacing:0;text-transform:uppercase}
.performance-image-copy p{margin-top:.46rem;color:rgba(255,255,255,.88);font-size:.8rem;font-weight:700;line-height:1.35}
.performance-image-copy::after{content:"";display:block;width:24px;height:2px;margin-top:.58rem;background:var(--cyan)}
.performance-photo-panel{position:absolute;right:1.25rem;bottom:1.25rem;z-index:1;width:min(480px,46%);padding:.82rem .9rem;border:1px solid rgba(77,163,255,.24);border-radius:8px;background:linear-gradient(180deg,rgba(1,18,36,.86),rgba(1,24,47,.76));color:#fff;box-shadow:0 18px 42px rgba(0,12,28,.24);backdrop-filter:blur(10px)}
.performance-photo-panel p{margin-top:.38rem;color:rgba(255,255,255,.82);font-size:.7rem;font-weight:600;line-height:1.34}
.performance-photo-panel p:first-child{margin-top:0;color:#fff;font-size:.76rem;font-weight:900;letter-spacing:.02em}
.performance-photo-panel .performance-points{margin-top:.42rem;color:rgba(255,255,255,.84)}
.performance-photo-panel .performance-points li{font-size:.66rem;line-height:1.28}
.performance-grip-panel{position:absolute;left:1.25rem;top:1.25rem;z-index:1;width:min(650px,54%);padding:1.2rem 1.3rem 1.15rem;border:1px solid rgba(77,163,255,.2);border-radius:8px;background:linear-gradient(180deg,rgba(1,18,36,.9),rgba(1,24,47,.78));color:#fff;box-shadow:0 18px 44px rgba(0,12,28,.24);backdrop-filter:blur(10px)}
.performance-grip-eyebrow{color:var(--cyan);font-size:.76rem;font-weight:900;letter-spacing:.36em;text-transform:uppercase}
.performance-grip-panel h3{margin-top:.9rem;font-family:'Barlow Condensed',sans-serif;font-size:clamp(2.2rem,4.15vw,4.9rem);font-weight:900;line-height:.9;letter-spacing:.01em;text-transform:uppercase;text-shadow:0 2px 18px rgba(0,0,0,.24)}
.performance-grip-line{width:42px;height:2px;margin:1rem 0 1.15rem;background:var(--cyan);box-shadow:0 0 14px rgba(0,200,255,.45)}
.performance-grip-timeline{position:relative;display:grid;gap:.9rem;padding-left:1.45rem}
.performance-grip-timeline::before{content:"";position:absolute;left:.32rem;top:.35rem;bottom:.35rem;width:1px;background:linear-gradient(180deg,rgba(0,200,255,.72),rgba(0,200,255,.16))}
.performance-grip-timeline p{position:relative;margin:0;color:rgba(255,255,255,.78);font-size:.78rem;font-weight:700;line-height:1.45}
.performance-grip-timeline p::before{content:"";position:absolute;left:-1.26rem;top:.52em;width:5px;height:5px;border-radius:999px;background:var(--cyan);box-shadow:0 0 12px rgba(0,200,255,.55)}
.performance-grip-timeline p:first-child{color:rgba(255,255,255,.92);font-weight:900}
.performance-grip-capsule{position:relative;display:grid;grid-template-columns:64px 1fr;align-items:center;min-height:58px;border:1px solid rgba(255,255,255,.32);background:rgba(1,18,36,.34)}
.performance-grip-capsule::before{content:"";position:absolute;left:-1.13rem;top:50%;width:5px;height:5px;border-radius:999px;background:var(--cyan);box-shadow:0 0 12px rgba(0,200,255,.55);transform:translateY(-50%)}
.performance-grip-capsule span{display:grid;place-items:center;height:100%;border-right:1px solid rgba(255,255,255,.28)}
.performance-grip-capsule svg{width:27px;height:27px;fill:none;stroke:var(--cyan);stroke-width:2;filter:drop-shadow(0 0 8px rgba(0,200,255,.38))}
.performance-grip-capsule strong{padding:.7rem .9rem;color:var(--cyan);font-size:.86rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.our-brand-content{width:100%;max-width:1500px;margin:0 auto;text-align:left}
.our-brand-content .section-eyebrow{margin-bottom:0;color:var(--navy)}
.our-brand-content .section-title{line-height:.95}
.performance-title{display:grid;gap:.05em}
.performance-title span{display:block}
.performance-title span:last-child{color:#4da3ff}
.tech-section{padding-top:4.2rem;padding-bottom:4.2rem}
.tech-grid{gap:2.8rem}
.tech-section .section-title{margin-bottom:.75rem}
.tech-features{gap:.58rem}
.tech-feature{gap:.85rem;padding:.72rem .85rem}
.tech-feature-num{font-size:1.75rem}
.tech-feature-content p{line-height:1.5}
.tech-hotspot-stage{overflow:hidden;border-radius:6px;max-height:none}
.tech-hotspot-stage img{height:auto;min-height:0;object-fit:contain;object-position:center}
.tech-detail-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.72rem;max-width:1180px;margin:1.35rem auto 0}
.tech-detail-card{overflow:hidden;border:1px solid rgba(77,163,255,.26);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.07));box-shadow:0 18px 42px rgba(0,12,28,.28)}
.tech-detail-media{position:relative;overflow:hidden;margin:.42rem .42rem 0;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#e7eef4}
.tech-detail-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,24,47,0),rgba(1,24,47,.1));pointer-events:none}
.tech-detail-media img{display:block;width:100%;aspect-ratio:1.26/1;object-fit:cover;background:#eef3f7;filter:contrast(1.04) drop-shadow(0 12px 16px rgba(1,24,47,.18))}
.tech-detail-media em{position:absolute;left:.48rem;top:.46rem;z-index:1;display:inline-flex;align-items:center;height:20px;padding:0 .45rem;border:1px solid rgba(77,163,255,.4);border-radius:999px;background:rgba(1,24,47,.76);color:#bdefff;font-size:.52rem;font-style:normal;font-weight:900;letter-spacing:.11em;line-height:1;text-transform:uppercase}
.tech-detail-zone{position:absolute;z-index:1;display:block;border:1px dashed rgba(77,163,255,.86);border-radius:12px;background:rgba(77,163,255,.14);box-shadow:0 0 0 5px rgba(77,163,255,.08),0 0 18px rgba(77,163,255,.3);pointer-events:none}
.tech-detail-zone-01{left:35%;top:23%;width:55%;height:55%;clip-path:polygon(20% 0,100% 20%,86% 70%,55% 100%,0 72%)}
.tech-detail-zone-02{left:0;top:13%;width:56%;height:70%;clip-path:polygon(0 8%,28% 1%,49% 0,55% 8%,57% 32%,64% 49%,78% 54%,78% 70%,72% 78%,50% 72%,20% 70%,13% 83%,0 86%)}
.tech-detail-zone-03{left:-4%;top:22%;width:56%;height:48%;clip-path:polygon(0 20%,78% 0,100% 13%,98% 78%,20% 100%,0 91%)}
.tech-detail-zone-04{left:20%;top:-2%;width:48%;height:102%;clip-path:polygon(8% 0,92% 0,84% 100%,0 100%)}
.tech-detail-zone-05{left:3.5%;top:33%;width:91%;height:24%;border-color:rgba(77,163,255,.86);border-radius:999px;background:rgba(77,163,255,.14);box-shadow:0 0 0 5px rgba(77,163,255,.08),0 0 18px rgba(77,163,255,.3);transform:rotate(1deg)}
.tech-detail-card>div:last-child{padding:.72rem .76rem .78rem}
.tech-detail-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:.5rem;border:1px solid rgba(77,163,255,.36);border-radius:999px;background:rgba(77,163,255,.12);color:var(--cyan);box-shadow:0 0 18px rgba(77,163,255,.14)}
.tech-detail-icon svg{width:17px;height:17px}
.tech-detail-icon path,.tech-detail-icon circle{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tech-detail-card h3{color:#fff;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}
.tech-detail-card p{margin-top:.32rem;color:rgba(255,255,255,.62);font-size:.72rem;line-height:1.38}
.tech-detail-card-internal{border-color:rgba(77,163,255,.26)}
.tech-detail-card-internal .tech-detail-media{background:#eaf1f5}
.tech-detail-card-internal .tech-detail-media em{border-color:rgba(77,163,255,.4);background:rgba(1,24,47,.76);color:#bdefff}
.tech-detail-card-internal .tech-detail-icon{border-color:rgba(77,163,255,.36);background:rgba(77,163,255,.12);color:var(--cyan);box-shadow:0 0 18px rgba(77,163,255,.14)}
.tech-detail-dots{display:none}
.box-builder-section{padding-top:4.4rem;padding-bottom:4.4rem}
.products-header{margin-bottom:2.1rem}

@media (max-width:1180px){.box-builder-shell{grid-template-columns:1fr}.box-summary{position:static;min-height:auto}.box-builder-shell .products-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:980px}}
@media (max-width:900px){section{padding:4rem 1.5rem}nav{height:80px;grid-template-columns:auto 1fr auto;padding:0 1rem;gap:.72rem}.nav-logo{min-width:235px}.nav-logo img{height:74px;max-width:292px}.nav-links{justify-self:end;gap:.72rem}.nav-links a{font-size:.92rem}.cart-btn{width:38px;height:38px}.hero{grid-template-columns:1fr;min-height:auto;padding:7rem 1.5rem 2rem;background:#03172e}.hero::before,.hero::after{display:none}.hero-image{min-height:260px;justify-content:center}.hero-image img{width:min(68%,310px);max-height:300px}.features-strip{grid-template-columns:repeat(2,1fr);padding:1rem 1.5rem}.box-builder-section{padding-left:1.25rem;padding-right:1.25rem}.box-builder-shell .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.tech-grid{grid-template-columns:1fr}.tech-image{order:-1}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:900px){.our-brand-section,.tech-section{padding-top:3.4rem;padding-bottom:3.4rem}.our-brand-grid{grid-template-columns:1fr;gap:1.35rem}.performance-image-card{min-height:210px}.performance-image-card-wide{min-height:260px}.performance-photo-panel{right:1rem;bottom:1rem;width:min(390px,48%);padding:.78rem}.tech-grid{gap:1.8rem}.tech-hotspot-stage{max-height:none}.tech-hotspot-stage img{min-height:0}.tech-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.62rem}}
@media (max-width:900px){.club-shell{grid-template-columns:1fr;gap:1.35rem}.club-form{max-width:560px;width:100%}}
@media (max-width:900px){.contacts-shell{grid-template-columns:1fr;gap:1.35rem}.contacts-links{max-width:620px;width:100%}}
@media (max-width:900px){.trust-bar-inner{grid-template-columns:1fr;gap:.95rem;padding:1rem 1.25rem}.trust-signals{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:.72rem}.trust-signal{padding:0 .9rem}.trust-signal:nth-child(2)::after{display:none}.payment-icons{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.payment-icons::-webkit-scrollbar{display:none}}
@media (max-width:900px){.hero-ai-page .hero{min-height:560px;padding:6.6rem 1.5rem 2.5rem;background:linear-gradient(90deg,rgba(0,20,43,.98) 0%,rgba(0,20,43,.9) 50%,rgba(0,20,43,.44) 100%),linear-gradient(180deg,rgba(0,20,43,.16),rgba(0,20,43,.7)),var(--hero-image) 68% center/cover no-repeat}.hero-ai-page .hero::before,.hero-ai-page .hero::after{display:block}}
@media (max-width:600px){body.has-box-mobile-bar{padding-bottom:112px}section{padding:3rem 1rem}nav{height:68px;grid-template-columns:auto 1fr auto;gap:.55rem}.nav-logo{min-width:156px}.nav-logo img{height:55px;max-width:192px}.nav-links{gap:.38rem}.nav-links li:nth-child(3),.nav-links li:nth-child(4){display:none}.nav-links a,.cart-btn{font-size:.72rem}.cart-btn{width:34px;height:34px}.cart-icon{width:19px;height:19px}.cart-count{right:-6px;top:-7px;min-width:18px;height:18px;font-size:.66rem}.hero{padding:4.85rem 1rem 1.2rem;display:block}.hero-tag,.hero-claim-divider,.hero-image,.features-strip{display:none}.hero-content{min-width:0}.hero-lockup{margin-bottom:.65rem}.hero-lockup-built{font-size:2.3rem}.hero-lockup-logo-text{font-size:2.75rem}.hero-claim-block{margin:.72rem 0}.hero-claim-line{font-size:1.45rem}.hero-sub-claim{font-size:.62rem;letter-spacing:.1em}.hero-desc{margin-top:.65rem!important;font-size:1.12rem!important}.hero-desc span{font-size:1.48rem}.hero-actions{margin-top:1rem;gap:.55rem}.hero .btn-primary,.hero .btn-secondary{width:100%;min-height:40px;background:#fff;color:var(--navy);border:0}.box-builder-section{padding-left:.65rem;padding-right:.65rem}.box-builder-shell .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;max-width:430px}.box-builder-shell .product-card{border-radius:6px;box-shadow:0 12px 32px rgba(3,40,85,.07)}.box-builder-shell .product-img{aspect-ratio:.82/1}.box-builder-shell .product-img img{inset:-6% -3%;width:106%;height:112%}.product-info,.box-builder-shell .product-info{padding:.7rem}.product-badges{gap:.25rem;margin-bottom:.42rem}.product-badge{min-height:18px;padding:.2rem .34rem;font-size:.48rem;letter-spacing:.06em}.product-name,.box-builder-shell .product-name{font-size:.88rem}.product-subtitle{min-height:1.8rem;margin-bottom:.32rem;font-size:.66rem}.product-benefits{min-height:2.4rem;margin-bottom:.46rem;font-size:.58rem;line-height:1.32}.product-variant,.box-builder-shell .product-variant{font-size:.66rem;margin-bottom:.48rem}.product-price,.box-builder-shell .product-price{font-size:.86rem;margin-bottom:.58rem}.size-select,.box-builder-shell .size-select{height:34px;margin-bottom:.52rem;font-size:.74rem}.qty-control button,.box-builder-shell .qty-control button{width:32px;height:32px}.qty-control span{font-size:1.05rem}.add-to-cart{min-height:38px;font-size:.88rem}.box-summary{padding:1.1rem}.box-summary-note{display:none}.box-confirm-actions{grid-template-columns:1fr}.tech-hotspot{width:18px;height:18px}.tech-mobile-title{order:-1;grid-column:1/-1;display:block;width:100%;margin:.75rem 0 .25rem;padding:.72rem .85rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:6px;color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:.02em;line-height:1;text-align:center;text-transform:uppercase}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid}.footer-logo{width:min(120px,100%)}}
@media (max-width:600px){.box-toast{bottom:5.9rem}}
@media (max-width:600px){.trust-bar-inner{padding:.95rem .85rem;gap:.8rem}.trust-signals{grid-template-columns:1fr 1fr;gap:.62rem .5rem}.trust-signal{gap:.45rem;padding:0;font-size:.58rem;letter-spacing:.08em}.trust-signal::after{display:none}.trust-icon{width:22px;height:22px;flex-basis:22px}.trust-icon svg{width:13px;height:13px}.payment-icons{justify-content:flex-start;gap:.38rem;margin:0 -.85rem;padding:0 .85rem .05rem;mask-image:linear-gradient(90deg,#000 0%,#000 90%,rgba(0,0,0,.16) 100%)}.payment-mark{height:28px;min-width:48px;padding:0 .48rem;font-size:.58rem}.payment-mastercard i{width:13px;height:13px}.payment-apple svg{width:11px;height:11px}}
@media (max-width:900px){.pack-rewards{max-width:760px;grid-template-columns:1fr;gap:.55rem}.pack-reward{min-height:88px}}
@media (max-width:600px){.pack-rewards{gap:.46rem;max-width:430px;margin:1rem auto 1.8rem}.pack-reward{min-height:84px;grid-template-columns:38px 1fr auto;gap:.58rem;padding:.9rem .62rem .68rem}.pack-reward::before{width:3px}.pack-reward-status{right:.55rem;top:.36rem;font-size:.43rem}.pack-reward-status svg{width:9px;height:9px}.pack-reward.is-unlocked .pack-reward-status em::after{font-size:.43rem}.pack-reward-icon{width:38px;height:38px}.pack-reward-icon svg{width:21px;height:21px}.pack-reward strong{font-size:1.12rem}.pack-reward-copy>span{font-size:.5rem;margin-bottom:.14rem}.pack-reward p{margin-top:.18rem;font-size:.62rem;line-height:1.22}.pack-reward b{min-width:38px;height:25px;font-size:.9rem}.pack-rewards-note{margin:.34rem auto .15rem;font-size:.72rem;line-height:1.35}}
@media (max-width:600px){.product-buy-row{display:grid;grid-template-columns:1fr;gap:.38rem;margin-bottom:.5rem}.product-buy-row .product-price{margin-bottom:0;font-size:.84rem}.product-buy-row .qty-control{width:100%;justify-content:space-between;gap:.35rem}.product-buy-row .qty-control button{width:36px;height:36px;flex:0 0 36px}.product-buy-row .qty-control span{min-width:22px;font-size:.96rem}}
@media (max-width:600px){.product-title-row{gap:.32rem;flex-wrap:wrap;margin-bottom:.16rem}.product-title-badge{min-height:17px;padding:.18rem .34rem;font-size:.46rem}.product-title-row + .product-title-badge{margin:0 0 .28rem}.product-subtitle{min-height:1.25rem}.product-benefits{min-height:1.65rem;margin-bottom:.32rem}.product-badges{margin:.24rem 0 .24rem}}
@media (max-width:600px){.box-summary{display:none}.box-confirm-dialog{left:0;right:0;top:auto;bottom:0;width:100%;max-height:78vh;transform:none;border-radius:14px 14px 0 0;overflow:auto}.box-confirm-dialog ul{max-height:32vh}}
@media (max-width:600px){.product-preview-trigger::after{display:none}.image-preview-dialog{inset:0;width:100%;height:100%;padding:4rem 1rem 4.5rem;transform:none;border-radius:0;background:#fff;overflow:hidden}.image-preview-dialog img{width:100%;height:100%;object-fit:contain}.image-preview-close{right:.85rem;top:.85rem}.image-preview-prev{left:.75rem}.image-preview-next{right:.75rem}.image-preview-dots{bottom:1.25rem}}
@media (max-width:600px){.box-builder-shell .product-img{background:#fff;aspect-ratio:.76/1}.box-builder-shell .product-img img,.box-builder-shell .product-img.has-carousel img{inset:-5% -18%;width:136%;height:112%;background:#fff;object-fit:contain;object-position:center center}.box-builder-shell .product-carousel-dots{bottom:.32rem;gap:.55rem;padding:.22rem .38rem;background:transparent}.box-builder-shell .product-carousel-dots button{width:12px;height:12px;background:#fff}.box-builder-shell .product-carousel-dots button.active{width:24px}}
@media (max-width:600px){.box-mobile-bar.active{display:grid}}
@media (max-width:600px){body.has-box-mobile-bar{padding-bottom:136px}}
@media (max-width:600px){.hero-ai-page .hero .hero-cta{min-height:58px;align-items:center;padding:.55rem 1rem;text-align:center}.hero-cta-title{font-size:.76rem}.hero-cta-copy{font-size:.66rem}.our-brand-section,.tech-section,.box-builder-section{padding-top:2.65rem;padding-bottom:2.65rem}.our-brand-content{text-align:left}.performance-image-grid{grid-template-columns:1fr;gap:.24rem;border-radius:7px}.performance-image-card{grid-column:auto;min-height:188px}.performance-image-card-wide{grid-column:auto;min-height:0}.performance-image-card-wide img{height:190px;object-position:center bottom}.performance-image-card-wide::after{bottom:auto;height:190px}.performance-image-copy{left:.82rem;bottom:.82rem;max-width:170px;padding:.58rem .62rem}.performance-image-card-wide .performance-image-copy{top:112px;bottom:auto}.performance-image-copy h3{font-size:1.2rem}.performance-image-copy p{font-size:.66rem}.performance-photo-panel{position:relative;left:auto;right:auto;bottom:auto;width:auto;margin:.24rem;padding:.78rem .82rem;border-radius:7px;background:linear-gradient(180deg,rgba(1,18,36,.95),rgba(1,24,47,.9));box-shadow:none;backdrop-filter:none}.performance-photo-panel p{font-size:.72rem;line-height:1.42}.performance-photo-panel p:first-child{font-size:.74rem}.performance-photo-panel .performance-points{gap:.38rem;margin-top:.48rem}.performance-photo-panel .performance-points li{font-size:.68rem;line-height:1.34}.tech-grid{gap:1.35rem}.tech-feature{padding:.68rem .7rem}.tech-feature-content p{line-height:1.45}.tech-hotspot-stage{max-height:none}.tech-hotspot-stage img{min-height:0}.tech-detail-grid{display:flex;gap:.62rem;margin:1rem -1rem 0;padding:0 1rem .35rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:1rem}.tech-detail-grid::-webkit-scrollbar{display:none}.tech-detail-card{flex:0 0 74%;scroll-snap-align:start;border-color:rgba(77,163,255,.32);background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.075))}.tech-detail-media{margin:.34rem .34rem 0}.tech-detail-media img{aspect-ratio:1.18/1}.tech-detail-media em{height:18px;padding:0 .38rem;font-size:.46rem}.tech-detail-zone{opacity:.76;box-shadow:0 0 0 3px rgba(77,163,255,.06),0 0 12px rgba(77,163,255,.2)}.tech-detail-zone-05{box-shadow:0 0 0 3px rgba(244,210,122,.06),0 0 12px rgba(244,210,122,.2)}.tech-detail-card>div:last-child{padding:.58rem .62rem .64rem}.tech-detail-icon{width:26px;height:26px;margin-bottom:.38rem}.tech-detail-icon svg{width:15px;height:15px}.tech-detail-card h3{font-size:.68rem}.tech-detail-card p{margin-top:.24rem;font-size:.66rem;line-height:1.32}.products-header{margin-bottom:1.55rem}}
@media (max-width:600px){.club-section{padding:3.2rem .95rem}.club-shell{padding:0;border-radius:0}.club-copy .section-title{font-size:2rem}.club-copy p:not(.section-eyebrow){font-size:.88rem;line-height:1.55}.club-form{padding:0}.club-email-row{grid-template-columns:1fr;gap:.7rem}.club-email-row button{width:100%}.club-consent{font-size:.7rem}.club-privacy{font-size:.64rem}}
@media (max-width:600px){.contacts-section{padding:2.65rem .85rem}.contacts-shell{width:100%;padding:1.15rem;border-radius:6px}.contacts-copy .section-title{font-size:2rem}.contacts-copy p:not(.section-eyebrow){font-size:.88rem;line-height:1.55}.contact-card{padding:.86rem .9rem}.contact-card::after{right:.82rem;width:20px}.contact-card strong{font-size:1.42rem;padding-right:1.7rem}}
@media (max-width:600px){.hero-ai-page .hero{min-height:auto;padding:4.85rem 1rem 1.2rem;background:#03172e}.hero-ai-page .hero::before,.hero-ai-page .hero::after{display:none}}
@media (max-width:600px){.hero-ai-page .hero{position:relative;min-height:620px;padding:5.35rem 1rem 1.35rem;background:linear-gradient(180deg,rgba(0,20,43,.96) 0%,rgba(0,20,43,.82) 45%,rgba(0,20,43,.72) 100%),linear-gradient(90deg,rgba(0,20,43,.98) 0%,rgba(0,20,43,.8) 44%,rgba(0,20,43,.2) 100%),var(--hero-image) 64% center/auto 100% no-repeat,#00142b}.hero-ai-page .hero::before{display:block;content:"";position:absolute;inset:auto 0 0 0;z-index:0;height:42%;background:linear-gradient(0deg,rgba(0,20,43,.94),rgba(0,20,43,0));pointer-events:none}.hero-ai-page .hero::after{display:block;content:"";position:absolute;top:4.85rem;right:0;z-index:0;width:52vw;height:2px;background:linear-gradient(90deg,rgba(0,200,255,0),rgba(0,200,255,.86));box-shadow:0 0 24px rgba(0,200,255,.42);pointer-events:none}.hero-ai-page .hero-content{position:relative;z-index:1;max-width:330px}.hero-ai-page .hero-lockup-built{font-size:2.45rem}.hero-ai-page .hero-lockup-logo-text{font-size:2.95rem}.hero-ai-page .hero-claim-line{font-size:1.55rem}.hero-ai-page .hero-sub-claim{color:rgba(255,255,255,.78)}.hero-ai-page .hero-desc{max-width:260px;color:rgba(255,255,255,.9)}.hero-ai-page .hero-actions{display:none}}
@media (max-width:600px){.hero-ai-page .hero{min-height:500px;padding:5rem 1rem 1rem;background:linear-gradient(180deg,rgba(0,20,43,.97) 0%,rgba(0,20,43,.88) 52%,rgba(0,20,43,.7) 100%),linear-gradient(90deg,rgba(0,20,43,.98) 0%,rgba(0,20,43,.78) 46%,rgba(0,20,43,.28) 100%),var(--hero-image) 68% center/auto 100% no-repeat,#00142b}.hero-ai-page .hero::before{height:24%}.hero-ai-page .hero-content{max-width:360px}.hero-ai-page .hero-lockup{margin-bottom:.75rem}.hero-ai-page .hero-lockup-built{font-size:2.9rem}.hero-ai-page .hero-lockup-logo-text{font-size:3.35rem}.hero-ai-page .hero-claim-block{margin:.65rem 0}.hero-ai-page .hero-claim-line{font-size:1.82rem}.hero-ai-page .hero-sub-claim{font-size:.72rem}.hero-ai-page .hero-desc{max-width:300px;margin-top:.55rem!important;font-size:1.35rem!important;line-height:1.12}.hero-ai-page .hero-desc span{font-size:1.8rem}}
@media (max-width:600px){.performance-image-card-wide{display:flex;flex-direction:column;min-height:0;overflow:visible}.performance-image-card-wide picture{height:190px;flex:0 0 190px;overflow:hidden}.performance-image-card-wide img{height:190px;object-position:center bottom}.performance-image-card-wide::after{height:190px;inset:0 0 auto}.performance-image-card-wide .performance-grip-panel{position:relative;left:auto;top:auto;right:auto;bottom:auto;z-index:2;display:block;width:auto;margin:0;padding:.86rem .88rem .92rem;border-radius:0 0 7px 7px;background:linear-gradient(180deg,rgba(1,18,36,.98),rgba(1,24,47,.94));box-shadow:none;backdrop-filter:none}.performance-image-card-wide .performance-grip-eyebrow{font-size:.58rem;letter-spacing:.28em}.performance-image-card-wide .performance-grip-panel h3{margin-top:.62rem;font-size:2rem;line-height:.92}.performance-image-card-wide .performance-grip-line{width:34px;margin:.72rem 0 .78rem}.performance-image-card-wide .performance-grip-timeline{gap:.64rem;padding-left:1.1rem}.performance-image-card-wide .performance-grip-timeline::before{left:.24rem}.performance-image-card-wide .performance-grip-timeline p{font-size:.68rem;line-height:1.38}.performance-image-card-wide .performance-grip-timeline p::before{left:-.98rem;width:4px;height:4px}.performance-image-card-wide .performance-grip-capsule{grid-template-columns:46px 1fr;min-height:48px}.performance-image-card-wide .performance-grip-capsule::before{left:-.9rem;width:4px;height:4px}.performance-image-card-wide .performance-grip-capsule svg{width:21px;height:21px}.performance-image-card-wide .performance-grip-capsule strong{padding:.58rem .62rem;font-size:.66rem;letter-spacing:.1em}}
@media (max-width:600px){.cookie-banner{left:.65rem;right:.65rem;bottom:.65rem;grid-template-columns:1fr;gap:.7rem;width:calc(100% - 1.3rem);padding:.75rem}.cookie-actions{justify-content:flex-end}.cookie-actions button{min-height:32px}}
@media (max-width:600px){nav{grid-template-columns:minmax(140px,auto) minmax(0,1fr) auto;padding:0 .55rem;gap:.35rem}.nav-logo{min-width:140px}.nav-logo img{height:52px;max-width:172px}.nav-links{min-width:0;justify-content:flex-end;gap:.28rem}.nav-links a{font-size:.64rem}.hero-ai-page .hero{min-height:445px;padding:4.55rem 1rem .85rem;background:linear-gradient(180deg,rgba(0,20,43,.97) 0%,rgba(0,20,43,.9) 54%,rgba(0,20,43,.74) 100%),linear-gradient(90deg,rgba(0,20,43,.98) 0%,rgba(0,20,43,.8) 48%,rgba(0,20,43,.32) 100%),var(--hero-image) 70% center/auto 94% no-repeat,#00142b}.hero-ai-page .hero::before{height:18%}.hero-ai-page .hero-lockup-built{font-size:2.75rem}.hero-ai-page .hero-lockup-logo-text{font-size:3.15rem}.hero-ai-page .hero-claim-line{font-size:1.72rem}.hero-ai-page .hero-desc{font-size:1.28rem!important}.hero-ai-page .hero-desc span{font-size:1.68rem}}
@media (max-width:600px){.hero-ai-page .hero{min-height:445px;padding:5.25rem 1rem .85rem;background:linear-gradient(180deg,rgba(0,20,43,.9) 0%,rgba(0,20,43,.78) 48%,rgba(0,20,43,.62) 100%),linear-gradient(90deg,rgba(0,20,43,.96) 0%,rgba(0,20,43,.7) 42%,rgba(0,20,43,.12) 100%),var(--hero-image) 78% 58%/auto 106% no-repeat,#00142b}.hero-ai-page .hero-sub-claim,.hero-ai-page .hero-claim-divider{display:none}.hero-ai-page .hero-claim-block{margin:.68rem 0 1.3rem}.hero-ai-page .hero-desc{margin-top:0!important}.hero-ai-page .hero::before{height:14%;background:linear-gradient(0deg,rgba(0,20,43,.7),rgba(0,20,43,0))}}
@media (max-width:600px){nav{grid-template-columns:1fr auto;height:70px;padding:0 .85rem}.nav-logo{min-width:0;height:64px}.nav-logo picture{height:64px}.nav-logo img{height:60px;max-width:210px}.nav-links{display:none}.hero-ai-page .hero{min-height:100svh;padding:6.15rem 1rem 1.35rem;background:linear-gradient(180deg,rgba(0,20,43,.88) 0%,rgba(0,20,43,.76) 48%,rgba(0,20,43,.6) 100%),linear-gradient(90deg,rgba(0,20,43,.96) 0%,rgba(0,20,43,.68) 42%,rgba(0,20,43,.1) 100%),var(--hero-image) 80% 62%/auto 108% no-repeat,#00142b}.hero-ai-page .hero-actions{display:flex;margin-top:1.35rem;gap:.6rem}.hero-ai-page .hero .btn-primary,.hero-ai-page .hero .btn-secondary{width:100%;min-height:42px}.hero-ai-page .hero .btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.44)}}
@media (max-width:600px){.mobile-menu-btn{width:34px;height:34px;display:inline-grid;place-items:center;gap:3px;padding:8px;border:1px solid rgba(3,40,85,.18);border-radius:999px;background:#fff;color:var(--navy)}.mobile-menu-btn span{display:block;width:15px;height:1.5px;background:currentColor}.nav-cart{gap:.45rem}}
@media (max-width:600px){.nav-contact-link{display:none}}
@media (max-width:600px){.hero-ai-page .hero{display:flex;align-items:stretch;padding:6.25rem 1rem 1.4rem}.hero-ai-page .hero-content{display:flex;flex-direction:column;align-items:flex-start;min-height:calc(100svh - 7.65rem);width:100%;max-width:360px}.hero-ai-page .hero-lockup{margin-bottom:1.1rem}.hero-ai-page .hero-claim-block{margin:1rem 0 2rem}.hero-ai-page .hero-desc{margin-bottom:0}.hero-ai-page .hero-actions{width:100%;margin-top:auto;padding-bottom:.1rem}.hero-ai-page .hero .btn-primary,.hero-ai-page .hero .btn-secondary{justify-content:center}}
@media (max-width:600px){.hero-ai-page .hero{min-height:100svh;display:flex;align-items:stretch;padding:6.25rem 1rem 2rem;background:linear-gradient(180deg,#03172e 0%,#021f3d 58%,#01182f 100%)}.hero-ai-page .hero::before{display:block;height:34%;background:linear-gradient(0deg,rgba(0,200,255,.08),rgba(0,200,255,0));opacity:.7}.hero-ai-page .hero::after{display:block;top:5.15rem;width:42vw}.hero-ai-page .hero-content{display:flex;flex-direction:column;align-items:flex-start;min-height:calc(100svh - 8.25rem);width:100%;max-width:360px}.hero-ai-page .hero-sub-claim,.hero-ai-page .hero-claim-divider{display:none}.hero-ai-page .hero-lockup{margin-bottom:.9rem}.hero-ai-page .hero-claim-block{margin:.72rem 0 1.6rem}.hero-ai-page .hero-desc{max-width:300px;margin-top:0!important;margin-bottom:0;font-size:1.34rem!important;line-height:1.12}.hero-ai-page .hero-desc span{font-size:1.78rem}.hero-ai-page .hero-actions{display:grid;width:100%;margin-top:auto;padding-bottom:0;gap:.65rem}.hero-ai-page .hero .btn-primary,.hero-ai-page .hero .btn-secondary{width:100%;min-height:42px;justify-content:center}.hero-ai-page .hero .btn-secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.44)}}
@media (max-width:600px){.hero-ai-page .hero{background:linear-gradient(180deg,rgba(3,23,46,.84) 0%,rgba(2,31,61,.62) 48%,rgba(1,24,47,.78) 100%),linear-gradient(90deg,rgba(1,24,47,.92) 0%,rgba(1,24,47,.52) 42%,rgba(1,24,47,.04) 100%),var(--hero-image-mobile) 70% 62%/auto 90% no-repeat,#01182f}.hero-ai-page .hero-content{justify-content:space-between}.hero-ai-page .hero-lockup{margin-bottom:.8rem}.hero-ai-page .hero-lockup-built{font-size:2.48rem}.hero-ai-page .hero-lockup-logo-text{font-size:2.84rem}.hero-ai-page .hero-claim-block{margin:.75rem 0 1.35rem}.hero-ai-page .hero-desc{margin-bottom:.85rem}.hero-ai-page .hero-actions{margin-top:0}.hero-ai-page .hero::before{height:22%;background:linear-gradient(0deg,rgba(1,24,47,.56),rgba(1,24,47,0))}.hero-ai-page .hero::after{width:38vw}}
@media (max-width:600px){.hero-ai-page .hero .hero-cta{min-height:58px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;padding:.55rem 1rem;text-align:center}.hero-ai-page .hero .hero-cta-title{font-size:.76rem;line-height:1}.hero-ai-page .hero .hero-cta-copy{font-size:.66rem;line-height:1.25}}
@media (min-width:1800px){.hero-ai-page .hero{min-height:680px;padding:6.8rem clamp(4rem,5vw,6.5rem) 3.4rem;background:linear-gradient(90deg,rgba(0,20,43,.99) 0%,rgba(0,20,43,.95) 30%,rgba(0,20,43,.7) 52%,rgba(0,20,43,.34) 74%,rgba(0,20,43,.82) 100%),linear-gradient(180deg,rgba(0,20,43,.94) 0%,rgba(0,20,43,.66) 12%,rgba(0,20,43,.16) 38%,rgba(0,20,43,.28) 64%,rgba(0,20,43,.86) 100%),radial-gradient(ellipse at 72% 48%,rgba(0,200,255,.12),rgba(0,20,43,0) 36%),var(--hero-image-wide) center 60%/108% auto no-repeat,#00142b}.hero-ai-page .hero-content{max-width:700px}.hero-ai-page .hero-lockup-built{font-size:clamp(5.6rem,4.4vw,6.6rem)}.hero-ai-page .hero-lockup-logo-text{font-size:clamp(7rem,5.6vw,8.4rem)}.hero-ai-page .hero-claim-line{font-size:clamp(2.5rem,1.9vw,3.1rem)}.hero-ai-page .hero-desc{font-size:clamp(1.9rem,1.45vw,2.3rem)}.hero-ai-page .hero-desc span{font-size:clamp(2.4rem,1.8vw,2.9rem)}.hero-ai-page .hero::after{width:min(26vw,430px)}.features-strip{padding-left:clamp(4rem,10vw,13rem);padding-right:clamp(4rem,10vw,13rem)}}
@media (max-width:600px){.hero-ai-page .hero{min-height:92svh;padding:5.7rem 1rem 1.35rem}.hero-ai-page .hero-content{min-height:calc(92svh - 7.05rem);max-width:340px}.hero-ai-page .hero-lockup{margin-bottom:.52rem;gap:.34rem}.hero-ai-page .hero-lockup-built{font-size:2.26rem;line-height:.78}.hero-ai-page .hero-lockup-logo-text{font-size:2.58rem;line-height:.78}.hero-ai-page .hero-claim-block{margin:.46rem 0 .92rem}.hero-ai-page .hero-claim-line{font-size:1.42rem;line-height:.88}.hero-ai-page .hero-desc{max-width:280px;margin-bottom:.45rem;font-size:1.12rem!important;line-height:1.02}.hero-ai-page .hero-desc span{font-size:1.48rem;line-height:1}.hero-ai-page .hero-actions{gap:.48rem}.hero-ai-page .hero .hero-cta{min-height:42px;padding:.42rem .82rem}.hero-ai-page .hero .hero-cta-title{font-size:.68rem}.hero-ai-page .hero .hero-cta-copy{font-size:.58rem}}
@media (max-width:900px){.performance-image-card-wide{min-height:440px}.performance-grip-panel{width:min(520px,68%);padding:1rem}.performance-grip-panel h3{font-size:clamp(2rem,5.8vw,3.6rem)}.performance-grip-timeline p{font-size:.72rem}.performance-grip-capsule strong{font-size:.74rem}}
@media (max-width:600px){.performance-points{gap:.56rem;margin-top:.78rem}.performance-points li{font-size:.9rem;line-height:1.48}}
@media (max-width:600px){.performance-image-copy{max-width:158px;padding:.5rem .56rem .52rem;background:rgba(1,18,36,.72)}.performance-image-copy h3{font-size:1.1rem}.performance-image-copy p{font-size:.62rem;line-height:1.28}.performance-image-card:nth-child(1) .performance-image-copy{top:.78rem;bottom:auto;left:.78rem}.performance-image-card:nth-child(2) .performance-image-copy{top:.78rem;right:.78rem;bottom:auto;left:auto;max-width:150px}.performance-image-card-wide .performance-image-copy{top:.78rem;bottom:auto;left:.78rem;max-width:150px}}
@media (max-width:600px){.performance-image-card-wide{min-height:0}.performance-grip-panel{position:relative;left:auto;top:auto;width:auto;margin:.24rem;padding:.86rem .88rem .92rem;border-radius:7px;background:linear-gradient(180deg,rgba(1,18,36,.96),rgba(1,24,47,.92));box-shadow:none;backdrop-filter:none}.performance-grip-eyebrow{font-size:.58rem;letter-spacing:.28em}.performance-grip-panel h3{margin-top:.62rem;font-size:2rem;line-height:.92}.performance-grip-line{width:34px;margin:.72rem 0 .78rem}.performance-grip-timeline{gap:.64rem;padding-left:1.1rem}.performance-grip-timeline::before{left:.24rem}.performance-grip-timeline p{font-size:.68rem;line-height:1.38}.performance-grip-timeline p::before{left:-.98rem;width:4px;height:4px}.performance-grip-capsule{grid-template-columns:46px 1fr;min-height:48px}.performance-grip-capsule::before{left:-.9rem;width:4px;height:4px}.performance-grip-capsule svg{width:21px;height:21px}.performance-grip-capsule strong{padding:.58rem .62rem;font-size:.66rem;letter-spacing:.1em}}

/* Premium product grid */
.box-builder-shell{
  max-width:1420px;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:1.45rem;
}
.box-builder-shell .products-grid{
  max-width:1060px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.25rem;
}
.box-builder-shell .product-card{
  max-width:none;
  width:100%;
  border:1px solid rgba(3,40,85,.075);
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 46px rgba(3,40,85,.055);
}
.box-builder-shell .product-card:hover{
  transform:translateY(-4px);
  border-color:rgba(3,40,85,.13);
  box-shadow:0 26px 68px rgba(3,40,85,.095);
}
.box-builder-shell .product-img{
  aspect-ratio:.88/1;
  background:#fff;
  border-bottom:1px solid rgba(3,40,85,.045);
}
.box-builder-shell .product-img::before{
  display:none;
}
.box-builder-shell .product-img img,
.box-builder-shell .product-img.has-carousel img{
  inset:2.2% -8% 2.35rem;
  width:116%;
  height:calc(100% - 2.35rem);
  object-fit:contain;
  object-position:center center;
  filter:none;
}
.box-builder-shell .product-card:hover .product-img-slide.active{
  transform:scale(1.035);
}
.box-builder-shell .product-carousel-dots{
  bottom:.58rem;
  padding:.18rem .32rem;
  border:0;
  border-radius:999px;
  background:#fff;
  box-shadow:none;
}
.box-builder-shell .product-info{
  padding:.88rem 1rem 1rem;
  border-top:0;
}
.box-builder-shell .product-name{
  font-size:1.08rem;
  line-height:1;
}
.box-builder-shell .product-title-row{
  margin-bottom:.22rem;
}
.box-builder-shell .product-title-badge{
  min-height:19px;
  padding:.2rem .4rem;
}
.box-builder-shell .product-subtitle{
  min-height:.74rem;
}
.box-builder-shell .product-benefits{
  min-height:1.34rem;
}
.box-builder-shell .add-to-cart{
  min-height:42px;
  border-radius:5px;
}

/* Production responsive hero */
.hero-ai-page .hero{
  min-height:640px;
  display:flex;
  align-items:center;
  padding:7.1rem 4rem 4.2rem;
  background:
    linear-gradient(90deg,rgba(1,24,47,.98) 0%,rgba(1,24,47,.9) 34%,rgba(1,24,47,.52) 56%,rgba(1,24,47,.12) 80%,rgba(1,24,47,.26) 100%),
    linear-gradient(180deg,rgba(1,24,47,.42),rgba(1,24,47,.12) 42%,rgba(1,24,47,.66) 100%),
    var(--hero-image) center 56%/cover no-repeat,#00142b;
}
.hero-ai-page .hero-content{
  width:50%;
  min-width:560px;
  max-width:820px;
  transform:translateY(7%);
}
.hero-ai-page .hero-lockup{
  display:block;
  margin:0;
}
.hero-ai-page .hero-company-logo{
  width:clamp(190px,12vw,280px);
  margin-bottom:1.05rem;
  filter:brightness(0) invert(1) drop-shadow(0 18px 30px rgba(0,0,0,.38));
}
.hero-ai-page .hero-lockup-built,
.hero-ai-page .hero-lockup-logo-text{
  display:block;
  color:#fff;
  font-weight:700;
  line-height:.82;
}
.hero-ai-page .hero-lockup-built{
  font-size:clamp(5.2rem,6.2vw,8rem);
}
.hero-ai-page .hero-lockup-logo-text{
  max-width:none;
  font-size:clamp(4.35rem,5.35vw,7.05rem);
  white-space:nowrap;
}
.hero-ai-page .hero-claim-block{
  margin:2.25rem 0 0;
}
.hero-ai-page .hero-claim-line{
  color:#fff;
  font-size:clamp(2rem,2.35vw,3rem);
  line-height:.96;
}
.hero-ai-page .hero-claim-line.accent{
  color:#5fb1ff;
}
.hero-ai-page .hero-desc{
  max-width:430px;
  margin:1.1rem 0 0;
  color:rgba(255,255,255,.86);
  font-family:'DM Sans',sans-serif;
  font-size:clamp(1rem,1.04vw,1.18rem);
  font-weight:700;
  line-height:1.42;
  letter-spacing:0;
  text-transform:none;
}
.hero-ai-page .hero-actions{
  margin-top:2.65rem;
}
.hero-ai-page .hero .hero-cta{
  width:auto;
  min-width:286px;
  min-height:70px;
  align-items:flex-start;
  justify-content:center;
  padding:.94rem 1.5rem;
}
.hero-post-claim{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
  padding:1rem 1.5rem 1.15rem;
  background:linear-gradient(180deg,#032b55 0%,#022346 100%);
  color:#fff;
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(1.3rem,2vw,2rem);
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.05;
  text-align:center;
  text-transform:uppercase;
  border-top:1px solid rgba(0,200,255,.18);
  border-bottom:1px solid rgba(0,200,255,.24);
}
.hero-post-claim::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(220px,42vw);
  height:3px;
  transform:translateX(-50%);
  background:var(--cyan);
  box-shadow:0 0 22px rgba(0,200,255,.55);
}
.features-strip{
  position:relative;
  padding:1.05rem 4rem;
  background:linear-gradient(180deg,#011a34 0%,#01162c 100%);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(0,200,255,.12);
  box-shadow:inset 0 1px 0 rgba(0,200,255,.08);
}
.features-strip::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg,rgba(0,200,255,0),rgba(0,200,255,.45),rgba(0,200,255,0));
}
.feature-item{
  color:rgba(255,255,255,.72);
}
.feature-icon{
  color:var(--cyan);
  text-shadow:0 0 14px rgba(0,200,255,.34);
}
@media (min-width:1800px){
  .hero-ai-page .hero{
    min-height:700px;
    padding:7.2rem clamp(4rem,5vw,6.5rem) 4.2rem;
    background:
      linear-gradient(90deg,rgba(1,24,47,.99) 0%,rgba(1,24,47,.94) 31%,rgba(1,24,47,.68) 53%,rgba(1,24,47,.28) 76%,rgba(1,24,47,.72) 100%),
      linear-gradient(180deg,rgba(1,24,47,.86) 0%,rgba(1,24,47,.42) 18%,rgba(1,24,47,.18) 46%,rgba(1,24,47,.82) 100%),
      radial-gradient(ellipse at 72% 48%,rgba(0,200,255,.1),rgba(1,24,47,0) 36%),
      var(--hero-image-wide) center 58%/cover no-repeat,#00142b;
  }
  .hero-ai-page .hero-content{
    width:48%;
    max-width:900px;
  }
  .hero-ai-page .hero-company-logo{
    width:clamp(220px,9.5vw,320px);
  }
}
@media (max-width:900px){
  .hero-ai-page .hero{
    min-height:560px;
    padding:6.7rem 1.5rem 2.2rem;
    background:
      linear-gradient(90deg,rgba(1,24,47,.98) 0%,rgba(1,24,47,.78) 50%,rgba(1,24,47,.32) 100%),
      linear-gradient(180deg,rgba(1,24,47,.64),rgba(1,24,47,.2) 40%,rgba(1,24,47,.72) 100%),
      var(--hero-image) 68% center/cover no-repeat,#00142b;
  }
  .hero-ai-page .hero-content{
    width:68%;
    min-width:0;
    max-width:430px;
  }
}
@media (max-width:600px){
  .hero-ai-page .hero{
    min-height:88svh;
    display:flex;
    align-items:center;
    padding:5.55rem 1rem 1.45rem;
    background:
      linear-gradient(180deg,rgba(1,24,47,.94) 0%,rgba(1,24,47,.78) 46%,rgba(1,24,47,.9) 100%),
      linear-gradient(90deg,rgba(1,24,47,.98) 0%,rgba(1,24,47,.72) 48%,rgba(1,24,47,.22) 100%),
      var(--hero-image-mobile) 70% 56%/auto 94% no-repeat,#01182f;
  }
  .hero-ai-page .hero::before{
    display:block;
    height:28%;
    background:linear-gradient(0deg,rgba(1,24,47,.74),rgba(1,24,47,0));
  }
  .hero-ai-page .hero-content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    width:100%;
    min-height:auto;
    max-width:340px;
    transform:translateY(2%);
  }
  .hero-ai-page .hero-lockup-built,
  .hero-ai-page .hero-lockup-logo-text{
    font-size:clamp(3.55rem,17vw,4.7rem);
    line-height:.82;
  }
  .hero-ai-page .hero-company-logo{
    width:clamp(92px,25vw,122px);
    margin-bottom:.58rem;
  }
  .hero-ai-page .hero-lockup-logo-text{
    max-width:7.4em;
    white-space:normal;
  }
  .hero-ai-page .hero-claim-block{
    margin:.95rem 0 0;
  }
  .hero-ai-page .hero-claim-line{
    white-space:nowrap;
    font-size:clamp(1.48rem,7vw,1.72rem);
    line-height:1;
  }
  .hero-ai-page .hero-desc{
    max-width:300px;
    margin:.78rem 0 0;
    font-size:.92rem!important;
    line-height:1.25;
    white-space:nowrap;
  }
  .hero-ai-page .hero-actions{
    width:100%;
    margin-top:1.55rem;
    padding:0;
  }
  .hero-ai-page .hero .hero-cta{
    width:min(100%,330px);
    min-height:58px;
    align-items:center;
    padding:.72rem 1.05rem;
    text-align:center;
  }
  .hero-ai-page .hero .hero-cta-title{
    font-size:.78rem;
  }
  .hero-ai-page .hero .hero-cta-copy{
    font-size:.62rem;
  }
  .hero-post-claim{
    min-height:58px;
    justify-content:center;
    padding:.9rem 1rem;
    font-size:1.35rem;
    text-align:center;
  }
  .hero-post-claim::before{
    left:50%;
    width:96px;
    transform:translateX(-50%);
  }
  .features-strip{
    padding:.9rem 1rem;
  }
}

/* Final product-card polish */
.box-builder-shell .product-card{
  overflow:hidden;
}
.box-builder-shell .product-img{
  aspect-ratio:.88/1;
  background:#fff;
}
.box-builder-shell .product-img img,
.box-builder-shell .product-img.has-carousel img{
  inset:2.2% -8% 2.35rem;
  width:116%;
  height:calc(100% - 2.35rem);
  object-fit:contain;
  object-position:center center;
  filter:none;
}
@media (max-width:1180px){
  .box-builder-shell .products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:1040px;
  }
}
@media (max-width:900px){
  .box-builder-shell .products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:760px;
    gap:1rem;
  }
}
@media (max-width:600px){
  .box-builder-section{
    display:block;
    position:relative;
    z-index:1;
    background:#fff;
    color:var(--text);
  }
  .box-builder-section .reveal{
    opacity:1;
    transform:none;
  }
  .box-builder-shell{
    display:block;
    width:100%;
  }
  .box-builder-shell .products-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:.78rem;
    width:100%;
    max-width:430px;
    margin:0 auto;
  }
  .box-builder-shell .product-card{
    border-radius:8px;
    box-shadow:0 12px 30px rgba(3,40,85,.065);
  }
  .box-builder-shell .product-img{
    aspect-ratio:.88/1;
    background:#fff;
  }
  .box-builder-shell .product-img img,
  .box-builder-shell .product-img.has-carousel img{
    inset:2% -10% 2.25rem;
    width:120%;
    height:calc(100% - 2.25rem);
    object-fit:contain;
    object-position:center center;
    filter:none;
  }
  .box-builder-shell .product-carousel-dots{
    bottom:.42rem;
    background:#fff;
  }
  .box-builder-shell .product-info{
    padding:.72rem;
  }
}

/* Product grid column decision */
@media (min-width:901px){
  .box-builder-shell{
    max-width:1500px;
    grid-template-columns:minmax(0,1fr);
  }
  .box-builder-shell .products-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    max-width:none;
    gap:1rem;
  }
}
@media (max-width:900px){
  .box-builder-shell .products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Full-width configurator grid with sticky pack controls */
body.has-box-mobile-bar{
  padding-bottom:126px;
}
.box-builder-shell{
  display:block;
  max-width:1560px;
}
.box-builder-shell .products-grid{
  width:100%;
}
.box-builder-shell .product-card{
  max-width:none;
}
.box-summary{
  display:none;
}
.box-mobile-bar{
  left:50%;
  right:auto;
  bottom:1rem;
  width:min(1180px,calc(100% - 2rem));
  transform:translateX(-50%);
  grid-template-columns:64px minmax(0,1fr) auto;
  gap:.8rem;
  padding:.72rem .8rem;
  border-color:rgba(0,200,255,.28);
}
.box-mobile-bar.active{
  display:grid;
}

/* Final hero CTA treatment: premium sport plate, scoped to the hero only. */
.hero-ai-page .hero .hero-cta{
  position:relative;
  align-items:flex-start;
  justify-content:center;
  min-width:248px;
  min-height:54px;
  padding:.62rem 3rem .6rem 1.05rem;
  border:1px solid rgba(255,255,255,.82);
  border-radius:3px;
  background:linear-gradient(180deg,#fff 0%,#f6f9fc 100%);
  color:var(--navy);
  box-shadow:0 18px 42px rgba(0,12,28,.28),inset 0 0 0 1px rgba(3,40,85,.04);
  overflow:hidden;
}
.hero-ai-page .hero .hero-cta::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--cyan);
  box-shadow:0 0 18px rgba(0,200,255,.48);
}
.hero-ai-page .hero .hero-cta::after{
  content:"";
  position:absolute;
  right:1rem;
  top:50%;
  width:28px;
  height:1px;
  background:var(--cyan);
  transform:translateY(-50%);
}
.hero-ai-page .hero .hero-cta-title{
  font-family:'Barlow Condensed',sans-serif;
  font-size:.92rem;
  font-weight:800;
  letter-spacing:.075em;
  line-height:1;
}
.hero-ai-page .hero .hero-cta-copy{
  margin-top:.18rem;
  color:rgba(3,40,85,.64);
  font-family:'DM Sans',sans-serif;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.01em;
  line-height:1.2;
}

@media (max-width:600px){
  .hero-ai-page .hero .hero-cta{
    width:min(100%,310px);
    min-width:0;
    min-height:50px;
    padding:.58rem 2.55rem .56rem .95rem;
    align-items:flex-start;
    text-align:left;
  }
  .hero-ai-page .hero .hero-cta::after{
    right:.86rem;
    width:22px;
  }
  .hero-ai-page .hero .hero-cta-title{
    font-size:.82rem;
    letter-spacing:.065em;
  }
  .hero-ai-page .hero .hero-cta-copy{
    font-size:.58rem;
  }
}
.box-mobile-handle{
  width:64px;
  height:64px;
}
.box-mobile-state{
  align-self:center;
}
.box-mobile-actions{
  grid-column:auto;
  align-self:center;
  grid-template-columns:auto auto minmax(118px,138px);
  min-width:252px;
}
.box-mobile-bar button{
  min-height:38px;
  padding:.48rem .58rem;
}
@media (min-width:901px){
  .box-builder-section{
    padding-left:2rem;
    padding-right:2rem;
  }
  .box-builder-shell .products-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:.9rem;
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
  }
  .box-builder-shell .product-card{
    width:100%;
    justify-self:center;
  }
  .box-mobile-bar{
    width:min(60vw,960px);
    min-width:760px;
    grid-template-columns:64px minmax(0,1fr) auto;
    gap:.7rem;
    padding:.54rem .68rem;
  }
  .box-mobile-state{
    grid-template-columns:auto auto minmax(0,1fr);
    align-items:center;
    justify-content:flex-start;
    gap:.16rem .78rem;
  }
  .box-mobile-tier-line{
    grid-column:1;
    order:1;
    justify-content:flex-start;
    gap:.72rem;
    min-height:1.18rem;
    margin-bottom:.28rem;
  }
  .box-mobile-tier-meta{
    margin-left:0;
    gap:.45rem;
  }
  .box-mobile-state strong{
    font-size:1.06rem;
  }
  .box-mobile-tier-line b{
    min-width:42px;
    height:24px;
    font-size:.82rem;
  }
  .box-mobile-price{
    grid-column:2;
    order:1;
    display:flex;
    align-items:baseline;
    gap:.38rem;
    justify-content:flex-start;
    margin:0;
    padding-top:.02rem;
  }
  .box-mobile-price del{
    color:#fff;
    font-size:.78rem;
  }
  .box-mobile-price strong{
    font-size:1.08rem;
  }
  #mobileBoxMessage{
    grid-column:1 / -1;
    order:3;
    color:#d8f7ff;
    font-size:.7rem;
    letter-spacing:.05em;
    margin-top:.04rem;
  }
  .box-mobile-shipping-status{
    display:block;
    grid-column:1 / -1;
    order:4;
    color:rgba(255,255,255,.66);
    font-size:.62rem;
    letter-spacing:.1em;
  }
  .box-mobile-shipping-status.is-unlocked{
    color:var(--gold);
  }
  .box-mobile-progress{
    grid-column:1 / -1;
    order:2;
    width:calc(100% - 24px);
    max-width:none;
    height:5px;
    margin:.82rem 24px .42rem 0;
  }
  .box-mobile-progress::after{
    right:-24px;
  }
  .box-mobile-progress-marker{
    width:18px;
    height:18px;
    font-size:.62rem;
  }
  .box-mobile-expand-hint{
    display:none!important;
  }
  .box-mobile-actions{
    grid-template-columns:auto auto minmax(118px,138px);
    min-width:252px;
    gap:.4rem;
  }
  .box-mobile-bar button{
    min-height:36px;
    padding:.44rem .54rem;
    font-size:.62rem;
  }
  .box-mobile-bar #mobileAddBoxButton{
    font-size:.72rem;
    letter-spacing:.08em;
  }
}
@media (max-width:900px){
  body.has-box-mobile-bar{
    padding-bottom:126px;
  }
  .box-mobile-bar{
    width:min(760px,calc(100% - 1.4rem));
  }
}
@media (max-width:600px){
  body.has-box-mobile-bar{
    padding-bottom:92px;
  }
  body.has-box-mobile-bar-expanded{
    padding-bottom:136px;
  }
  .box-mobile-bar{
    left:.7rem;
    right:.7rem;
    bottom:.7rem;
    width:auto;
    transform:none;
    grid-template-columns:46px minmax(0,1fr) auto;
    gap:.5rem;
    padding:.5rem;
    cursor:pointer;
  }
  .box-mobile-handle{
    width:46px;
    height:46px;
    border-width:1px;
  }
  .box-mobile-handle strong{
    font-size:1.35rem;
  }
  .box-mobile-handle small{
    font-size:.45rem;
  }
  .box-mobile-state{
    gap:.12rem;
  }
  .box-mobile-state strong{
    font-size:1rem;
  }
  .box-mobile-progress,
  .box-mobile-state > small{
    display:none;
  }
  .box-mobile-state > .box-mobile-expand-hint{
    display:block;
    color:rgba(255,255,255,.56);
    font-size:.52rem;
    letter-spacing:.1em;
  }
  .box-mobile-price strong{
    font-size:.96rem;
  }
  .box-mobile-actions{
    grid-column:auto;
    grid-template-columns:1fr;
    min-width:0;
  }
  .box-mobile-actions .box-mobile-reset{
    display:none;
  }
  .box-mobile-bar button{
    min-height:40px;
    padding:.55rem .68rem;
  }
  .box-mobile-bar #mobileAddBoxButton{
    min-width:94px;
    font-size:.68rem;
  }
  .box-mobile-bar.is-expanded{
    grid-template-columns:58px 1fr;
    gap:.58rem;
    padding:.66rem .64rem .64rem;
  }
  .box-mobile-bar.is-expanded .box-mobile-handle{
    width:58px;
    height:58px;
    border-width:2px;
  }
  .box-mobile-bar.is-expanded .box-mobile-handle strong{
    font-size:1.7rem;
  }
  .box-mobile-bar.is-expanded .box-mobile-handle small{
    font-size:.5rem;
  }
  .box-mobile-bar.is-expanded .box-mobile-state{
    display:grid;
    grid-template-columns:auto auto minmax(0,1fr);
    align-items:center;
    justify-content:flex-start;
    gap:.18rem .56rem;
  }
  .box-mobile-bar.is-expanded .box-mobile-tier-line{
    grid-column:1;
    order:1;
    align-items:center;
    justify-content:flex-start;
    gap:.5rem;
    min-width:0;
  }
  .box-mobile-bar.is-expanded .box-mobile-price{
    grid-column:2;
    order:2;
    display:flex;
    align-items:baseline;
    gap:.32rem;
    margin:0;
    white-space:nowrap;
  }
  .box-mobile-bar.is-expanded .box-mobile-price del{
    color:#fff;
    font-size:.74rem;
  }
  .box-mobile-bar.is-expanded .box-mobile-price strong{
    font-size:.98rem;
    line-height:1;
  }
  .box-mobile-bar.is-expanded .box-mobile-progress,
  .box-mobile-bar.is-expanded .box-mobile-state > small{
    display:block;
  }
  .box-mobile-bar.is-expanded .box-mobile-progress{
    grid-column:1/-1;
    order:3;
    width:calc(100% - 22px);
    margin:.5rem 22px .5rem 0;
  }
  .box-mobile-bar.is-expanded #mobileBoxMessage{
    grid-column:1/-1;
    order:4;
  }
  .box-mobile-bar.is-expanded .box-mobile-state > .box-mobile-expand-hint{
    display:none;
  }
  .box-mobile-bar .box-mobile-shipping-status{
    display:none!important;
  }
  .box-mobile-bar.is-expanded .box-mobile-actions{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:auto auto 1fr;
  }
  .box-mobile-bar.is-expanded .box-mobile-actions .box-mobile-reset{
    display:block;
  }
  .box-mobile-bar.is-expanded #mobileAddBoxButton{
    min-width:0;
  }
}

/* Mobile technology detail carousel cues */
@media (max-width:600px){
  .tech-detail-grid{
    position:relative;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    mask-image:linear-gradient(90deg,#000 0%,#000 88%,rgba(0,0,0,.18) 100%);
  }
  .tech-detail-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.42rem;
    margin:.66rem auto 0;
  }
  .tech-detail-dots button{
    width:7px;
    height:7px;
    border:0;
    border-radius:999px;
    background:rgba(255,255,255,.28);
    box-shadow:none;
    transition:width .2s ease,background .2s ease,opacity .2s ease;
  }
  .tech-detail-dots button.active{
    width:24px;
    background:var(--cyan);
  }
  .tech-hotspot-hint{
    margin-bottom:.58rem;
    font-size:.6rem;
    letter-spacing:.09em;
  }
  .tech-hotspot-hint .desktop-copy{
    display:none;
  }
  .tech-hotspot-hint .mobile-copy{
    display:inline;
  }
}

@media (prefers-reduced-motion:reduce){
  .tech-hotspot.image-hotspot::after{
    animation:none;
  }
}

/* Final hero lockup tuning */
@media (max-width:600px){
  .hero-ai-page .hero{
    min-height:calc(100svh - 70px);
    padding:4.35rem 1rem 1.15rem;
    align-items:flex-start;
  }
  .hero-ai-page .hero-content{
    justify-content:flex-start;
    min-height:calc(100svh - 5.5rem);
    max-width:360px;
    transform:none;
  }
  .hero-ai-page .hero-lockup{
    margin-top:.65rem;
    margin-bottom:1.1rem;
  }
  .hero-ai-page .hero-company-logo{
    width:clamp(118px,34vw,154px);
    margin-bottom:.72rem;
  }
  .hero-ai-page .hero-lockup-logo-text{
    max-width:none;
    font-size:clamp(2.08rem,10.2vw,2.72rem);
    white-space:nowrap;
  }
  .hero-ai-page .hero-claim-block{
    margin:1.05rem 0 0;
  }
  .hero-ai-page .hero-claim-line{
    font-size:clamp(1.5rem,7.5vw,1.9rem);
    line-height:1.02;
  }
  .hero-ai-page .hero-actions{
    width:100%;
    margin-top:1.45rem;
    padding:0;
  }
  .hero-ai-page .hero .hero-cta{
    width:min(100%,340px);
    min-height:62px;
    padding:.78rem 1.08rem;
  }
  .hero-ai-page .hero .hero-cta-title{
    font-size:.8rem;
  }
  .hero-ai-page .hero .hero-cta-copy{
    font-size:.68rem;
  }
}

/* Final hero spacing refinement */
.hero-ai-page .hero-lockup-logo-text{
  font-size:clamp(5.6rem,6.9vw,8.9rem);
}
.hero-ai-page .hero-lockup-logo-text span{
  display:inline;
}
.hero-ai-page .hero .hero-cta{
  min-width:238px;
  min-height:58px;
  padding:.68rem 1.18rem;
}
.hero-ai-page .hero .hero-cta-title{
  font-size:.74rem;
}
.hero-ai-page .hero .hero-cta-copy{
  font-size:.6rem;
}
.hero-ai-page .hero-lockup{
  margin-bottom:1.45rem;
}
.hero-ai-page .hero-claim-block{
  margin:2.45rem 0 0;
}
.hero-ai-page .hero-actions{
  margin-top:2.9rem;
}

/* Final desktop/wide hero caps: keeps the brand lockup from overscaling on large monitors. */
@media (min-width:901px){
  .hero-ai-page .hero-content{
    max-width:720px;
  }

  .hero-ai-page .hero-company-logo{
    width:clamp(190px,10vw,260px);
  }

  .hero-ai-page .hero-lockup-logo-text{
    font-size:clamp(5.4rem,5.4vw,7.2rem);
  }

  .hero-ai-page .hero-claim-line{
    font-size:clamp(2rem,2vw,2.72rem);
  }
}

@media (min-width:1800px){
  .hero-ai-page .hero-content{
    max-width:760px;
  }

  .hero-ai-page .hero-company-logo{
    width:clamp(210px,7.2vw,270px);
  }

  .hero-ai-page .hero-lockup-logo-text{
    font-size:clamp(6rem,4vw,7.4rem);
  }
}

/* Final compact mobile sticky state. Expanded state keeps the full controls visible. */
@media (max-width:600px){
  .hero-ai-page .hero{
    min-height:auto;
    height:calc(100svh - 74px);
    max-height:720px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:clamp(2.2rem,5svh,3.4rem) 1.25rem 1.35rem;
    background:
      linear-gradient(180deg,rgba(1,24,47,.9) 0%,rgba(1,24,47,.74) 46%,rgba(1,24,47,.9) 100%),
      linear-gradient(90deg,rgba(1,24,47,.96) 0%,rgba(1,24,47,.68) 48%,rgba(1,24,47,.18) 100%),
      var(--hero-image-mobile) 72% 50%/auto 94% no-repeat,#01182f;
  }
  .hero-ai-page .hero-content{
    width:100%;
    min-height:calc(100svh - 74px - 4.15rem);
    max-width:360px;
    min-height:0;
    align-items:center;
    justify-content:flex-start;
    gap:clamp(1.25rem,3.2svh,2rem);
    padding:0;
    text-align:center;
  }
  .hero-ai-page .hero-lockup{
    margin-top:clamp(1.1rem,6svh,2.6rem);
  }
  .hero-ai-page .hero-company-logo{
    width:clamp(136px,38vw,184px);
    margin:0 auto .8rem;
  }
  .hero-ai-page .hero-lockup-logo-text{
    max-width:100%;
    font-size:clamp(3rem,13.2vw,4.08rem);
    line-height:.78;
    white-space:normal;
  }
  .hero-ai-page .hero-lockup-logo-text span{
    display:block;
  }
  .hero-ai-page .hero-claim-block{
    margin:0;
  }
  .hero-ai-page .hero-claim-line{
    font-size:clamp(1.56rem,7vw,1.95rem);
    line-height:1.02;
  }
  .hero-ai-page .hero-actions{
    width:100%;
    margin-top:clamp(.4rem,1.5svh,1rem);
    margin-bottom:0;
    padding:0;
    justify-items:center;
  }
  .hero-ai-page .hero .hero-cta{
    width:min(100%,300px);
    max-width:calc(100vw - 2.5rem);
    min-width:0;
    min-height:50px;
    box-sizing:border-box;
    padding:.58rem .8rem;
  }
  .hero-ai-page .hero .hero-cta-title{
    font-size:.66rem;
  }
  .hero-ai-page .hero .hero-cta-copy{
    font-size:.56rem;
  }
}

@media (max-width:600px){
  nav{
    height:74px;
    grid-template-columns:minmax(0,1fr) auto;
    gap:.75rem;
    padding:0 1rem;
  }
  .nav-logo{
    min-width:0;
    height:70px;
    justify-self:start;
  }
  .nav-logo picture{
    height:70px;
  }
  .nav-logo img{
    height:62px;
    max-width:min(230px,64vw);
  }
  .nav-cart{
    display:flex;
    align-items:center;
    justify-self:end;
    gap:.55rem;
  }
  .cart-btn{
    width:38px;
    height:38px;
  }
  .mobile-menu-btn{
    display:inline-grid;
    width:38px;
    height:38px;
  }
}

/* Production readability adjustments without changing the original font system */
.product-name,
.box-builder-shell .product-name{
  font-size:1.16rem;
  font-weight:600;
  line-height:1.08;
}

.contact-card{
  gap:.18rem;
  padding:.78rem .9rem;
}

.contact-icon{
  width:28px;
  height:28px;
  margin-bottom:.08rem;
}

.contact-icon svg{
  width:15px;
  height:15px;
}

.contact-card strong{
  font-size:clamp(1.28rem,1.8vw,1.72rem);
  padding-right:2rem;
}

.contact-card::after{
  width:22px;
  right:.9rem;
}

.pack-rewards-note{
  font-size:.9rem!important;
  line-height:1.38;
}

.pack-reward p{
  font-size:.8rem!important;
  line-height:1.25;
}

.tech-detail-media em{
  height:22px;
  padding:0 .5rem;
  font-size:.62rem!important;
}

.tech-detail-card h3{
  font-size:.84rem!important;
  line-height:1.08;
}

.tech-detail-card p{
  font-size:.78rem!important;
  line-height:1.36!important;
}

@media (max-width:600px){
  .pack-reward p{
    font-size:.72rem!important;
  }

  .pack-rewards-note{
    font-size:.78rem!important;
  }

  .tech-detail-media em{
    height:20px;
    font-size:.58rem!important;
  }

  .tech-detail-card h3{
    font-size:.78rem!important;
  }

  .tech-detail-card p{
    font-size:.72rem!important;
    line-height:1.34!important;
  }

  .product-name,
  .box-builder-shell .product-name{
    font-size:.98rem;
  }

  .contact-card{
    padding:.72rem .78rem;
  }

  .contact-icon{
    width:26px;
    height:26px;
  }

  .contact-card strong{
    font-size:1.16rem;
    padding-right:1.5rem;
  }
}

@media (max-width:600px){
  .box-mobile-bar:not(.is-expanded){
    grid-template-columns:48px minmax(0,1fr) 126px;
    gap:.68rem;
    padding:.56rem .62rem;
    align-items:center;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-state{
    gap:.12rem;
    align-self:center;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-tier-line{
    align-items:center;
    justify-content:flex-start;
    gap:.5rem;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-tier-line div{
    min-width:0;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-state strong{
    font-size:.98rem;
    line-height:.95;
    white-space:nowrap;
    overflow:visible;
    text-overflow:clip;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-tier-meta{
    display:flex!important;
    align-items:center;
    margin-left:.08rem;
    gap:0;
    flex:0 0 auto;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-tier-line b{
    display:grid;
    min-width:38px;
    height:22px;
    font-size:.72rem;
    line-height:1;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-price{
    display:flex;
    align-items:baseline;
    gap:.34rem;
    min-width:0;
    margin-top:.06rem;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-price del{
    font-size:.72rem;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-price strong{
    font-size:.9rem;
    line-height:.95;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-expand-hint{
    display:block;
    margin-top:.02rem;
    color:rgba(255,255,255,.55);
    font-size:.5rem;
    font-weight:900;
    letter-spacing:.14em;
    line-height:1;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-actions{
    grid-column:auto;
    align-self:center;
    grid-template-columns:1fr;
    min-width:0;
  }

  .box-mobile-bar:not(.is-expanded) .box-mobile-actions .box-mobile-reset{
    display:none;
  }

  .box-mobile-bar:not(.is-expanded) #mobileAddBoxButton{
    width:100%;
    min-width:0;
    min-height:38px;
    padding:.48rem .58rem;
    font-size:.64rem;
  }
}

@media (max-width:600px){
  .box-mobile-bar.is-expanded .box-mobile-progress::after{
    right:-22px;
  }
}

/* Visibility guard: the ecommerce sticky must render whenever JS marks it active. */
.box-mobile-bar.active{
  display:grid;
}

/* Final reward badges: Variant A clean conversion path. */
.pack-rewards{
  max-width:1120px;
  gap:.85rem;
  margin:2.05rem auto 3.2rem;
}
.pack-reward{
  min-height:98px;
  grid-template-columns:46px minmax(0,1fr) auto;
  gap:.82rem;
  padding:1rem .98rem .92rem;
  border:1px solid rgba(4,30,66,.12);
  border-radius:9px;
  background:linear-gradient(180deg,#fff 0%,#f9fbfd 100%);
  box-shadow:0 12px 28px rgba(4,30,66,.045);
  overflow:hidden;
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pack-reward::before{
  width:4px;
  border-radius:9px 0 0 9px;
  background:rgba(167,181,195,.72);
}
.pack-reward-status{
  right:.72rem;
  top:.48rem;
  color:rgba(79,99,122,.7);
  font-size:.48rem;
}
.pack-reward-icon{
  width:46px;
  height:46px;
  border-radius:6px;
  background:#f6f9fc;
  border:1px solid rgba(4,30,66,.12);
  color:var(--cyan);
}
.pack-reward-icon svg{
  width:24px;
  height:24px;
}
.pack-reward-copy{
  padding-top:.08rem;
}
.pack-reward-copy>span{
  margin-bottom:.18rem;
  color:#60758d;
  font-size:.58rem;
  letter-spacing:.12em;
}
.pack-reward strong{
  font-size:1.42rem;
  font-weight:700;
  line-height:.9;
  color:var(--navy);
}
.pack-reward p{
  margin-top:.26rem;
  color:#4f637a;
  font-size:.72rem!important;
  font-weight:700;
  line-height:1.22;
}
.pack-reward b{
  align-self:center;
  min-width:50px;
  height:30px;
  border:1px solid rgba(93,112,132,.22);
  background:#fff;
  color:#75869a;
  font-size:1.05rem;
  font-weight:800;
}
.pack-reward[data-pack-tier="standard"]::before{
  background:#c7d1dc;
}
.pack-reward[data-pack-tier="standard"] .pack-reward-icon{
  color:var(--navy);
}
.pack-reward[data-pack-tier="standard"] b{
  color:#75869a;
}
.pack-reward[data-pack-tier="season"]::before{
  background:#c7d1dc;
}
.pack-reward[data-pack-tier="season"] .pack-reward-icon{
  color:var(--cyan);
}
.pack-reward[data-pack-tier="season"] b{
  background:#fff;
  color:#75869a;
}
.pack-reward[data-pack-tier="team"]::before{
  background:#c7d1dc;
}
.pack-reward[data-pack-tier="team"] .pack-reward-icon{
  color:var(--cyan);
}
.pack-reward[data-pack-tier="team"] b{
  background:#fff;
  color:#75869a;
}
.pack-reward.is-unlocked{
  border-color:rgba(4,30,66,.14);
  background:linear-gradient(180deg,#fff 0%,#f7fbfd 100%);
}
.pack-reward.is-unlocked .pack-reward-icon{
  background:#f4f8fb;
  border-color:rgba(4,30,66,.14);
  color:var(--navy);
}
.pack-reward.is-active{
  transform:translateY(-1px);
  opacity:1;
  filter:saturate(1);
  border-color:rgba(0,200,255,.42);
  background:linear-gradient(180deg,#fff 0%,#ebfbff 100%);
  box-shadow:0 18px 44px rgba(17,197,244,.13);
}
.pack-reward.is-active .pack-reward-icon{
  background:#f4f8fb;
  border-color:rgba(0,200,255,.3);
  color:var(--navy);
  box-shadow:none;
}
.pack-reward[data-pack-tier="standard"].is-active{
  border-color:rgba(4,30,66,.26);
  background:linear-gradient(180deg,#fff 0%,#f3f7fa 100%);
  box-shadow:0 18px 40px rgba(4,30,66,.08);
}
.pack-reward[data-pack-tier="standard"].is-active::before{
  background:var(--navy);
}
.pack-reward[data-pack-tier="standard"].is-active b{
  background:var(--navy);
  color:#fff;
}
.pack-reward[data-pack-tier="team"].is-unlocked{
  border-color:rgba(4,30,66,.14);
}
.pack-reward[data-pack-tier="team"].is-unlocked .pack-reward-icon{
  background:#f4f8fb;
  border-color:rgba(4,30,66,.14);
}
.pack-reward[data-pack-tier="season"].is-active::before{
  background:var(--cyan);
}
.pack-reward[data-pack-tier="season"].is-active .pack-reward-icon{
  color:var(--cyan);
}
.pack-reward[data-pack-tier="season"].is-active b{
  background:var(--cyan);
  color:var(--navy-dark);
}
.pack-reward[data-pack-tier="team"].is-active{
  border-color:rgba(0,200,255,.42);
  background:linear-gradient(180deg,#fff 0%,#ebfbff 100%);
  box-shadow:0 18px 44px rgba(17,197,244,.13);
}
.pack-reward[data-pack-tier="team"].is-active::before{
  background:var(--cyan);
}
.pack-reward[data-pack-tier="team"].is-active .pack-reward-icon{
  color:var(--cyan);
}
.pack-reward[data-pack-tier="team"].is-active b{
  background:var(--cyan);
  color:var(--navy-dark);
}

@media (max-width:900px){
  .pack-rewards{
    max-width:760px;
    gap:.62rem;
  }
}

@media (max-width:600px){
  .pack-rewards{
    margin:1.15rem auto 1.9rem;
    gap:.5rem;
  }
  .pack-reward{
    min-height:88px;
    grid-template-columns:40px minmax(0,1fr) auto;
    gap:.62rem;
    padding:.86rem .66rem .72rem;
  }
  .pack-reward-icon{
    width:40px;
    height:40px;
  }
  .pack-reward strong{
    font-size:1.14rem;
  }
  .pack-reward-copy>span{
    font-size:.5rem;
  }
  .pack-reward p{
    font-size:.68rem!important;
  }
  .pack-reward b{
    min-width:42px;
    height:26px;
    font-size:.92rem;
  }
}

/* Final hero CTA override: larger, clearer and premium branded. */
.hero-ai-page .hero .hero-cta{
  position:relative;
  width:auto;
  min-width:292px;
  min-height:64px;
  align-items:flex-start;
  justify-content:center;
  gap:.1rem;
  padding:.78rem 3.35rem .72rem 1.2rem;
  border:1px solid rgba(244,210,122,.42);
  border-radius:4px;
  background:linear-gradient(180deg,#fff 0%,#f4f8fb 100%);
  color:var(--navy);
  box-shadow:0 20px 48px rgba(0,12,28,.3),inset 0 0 0 1px rgba(255,255,255,.72);
  overflow:hidden;
  text-align:left;
}
.hero-ai-page .hero .hero-cta::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:linear-gradient(180deg,var(--cyan),#63dbff);
  box-shadow:0 0 22px rgba(0,200,255,.55);
}
.hero-ai-page .hero .hero-cta::after{
  content:"";
  position:absolute;
  right:1.08rem;
  top:50%;
  width:34px;
  height:2px;
  background:linear-gradient(90deg,var(--cyan),var(--gold));
  transform:translateY(-50%);
}
.hero-ai-page .hero .hero-cta-title{
  color:var(--navy);
  font-family:'Barlow Condensed',sans-serif;
  font-size:1.08rem;
  font-weight:800;
  letter-spacing:.07em;
  line-height:.95;
  text-transform:uppercase;
}
.hero-ai-page .hero .hero-cta-copy{
  margin-top:.22rem;
  color:rgba(3,40,85,.68);
  font-family:'DM Sans',sans-serif;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.01em;
  line-height:1.18;
  text-transform:none;
  opacity:1;
}

@media (max-width:600px){
  .hero-ai-page .hero .hero-cta{
    width:min(100%,330px);
    min-width:0;
    min-height:58px;
    padding:.72rem 2.9rem .68rem 1.05rem;
    align-items:center;
    text-align:center;
  }
  .hero-ai-page .hero .hero-cta::after{
    right:.95rem;
    width:26px;
  }
  .hero-ai-page .hero .hero-cta-title{
    font-size:.98rem;
    letter-spacing:.06em;
  }
  .hero-ai-page .hero .hero-cta-copy{
    font-size:.66rem;
  }
}

/* Client polish: full hero logo and unified cyan ecommerce reward language. */
.hero-ai-page .hero-company-logo{
  width:clamp(250px,20vw,390px);
  max-width:100%;
  margin-bottom:1.35rem;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.34));
}

.hero-ai-page .hero-lockup-logo-text{
  margin-top:.12rem;
}

@media (min-width:1800px){
  .hero-ai-page .hero-company-logo{
    width:clamp(280px,15vw,410px);
  }
}

@media (max-width:600px){
  .hero-ai-page .hero-company-logo{
    width:clamp(210px,62vw,270px);
    margin-bottom:1rem;
  }
}

.pack-reward[data-pack-tier="team"] .pack-reward-icon,
.pack-reward[data-pack-tier="team"].is-active .pack-reward-icon{
  color:var(--cyan);
}

.pack-reward[data-pack-tier="team"].is-unlocked,
.pack-reward[data-pack-tier="team"].is-active{
  border-color:rgba(0,200,255,.42);
}

.pack-reward[data-pack-tier="team"].is-unlocked::before,
.pack-reward[data-pack-tier="team"].is-active::before{
  background:var(--cyan);
}

.pack-reward[data-pack-tier="team"].is-unlocked .pack-reward-status,
.pack-reward[data-pack-tier="team"].is-active .pack-reward-status{
  color:var(--cyan);
}

.pack-reward[data-pack-tier="team"].is-active{
  background:linear-gradient(180deg,#fff 0%,#ebfbff 100%);
  box-shadow:0 18px 44px rgba(17,197,244,.13);
}

.pack-reward[data-pack-tier="team"].is-active b{
  background:var(--cyan);
  border-color:rgba(0,200,255,.38);
  color:var(--navy-dark);
}

.box-orbit-ring{
  background:conic-gradient(var(--cyan) var(--box-orbit-angle,0deg),rgba(255,255,255,.12) var(--box-orbit-angle,0deg) 360deg);
}

.box-orbit-step[data-pack-step="team"]{
  border-color:rgba(0,200,255,.42);
}

.box-orbit-step[data-pack-step="team"] i,
.box-mobile-bar.is-team .box-mobile-tier-line b,
.box-mobile-progress em,
.box-mobile-progress.is-season-unlocked .box-mobile-progress-season,
.box-mobile-progress.is-team-unlocked .box-mobile-progress-season,
.box-mobile-progress.is-team-unlocked .box-mobile-progress-team{
  background:var(--cyan);
  border-color:var(--cyan);
  color:var(--navy-dark);
}

.box-orbit-step[data-pack-step="team"] b,
.box-price-status.has-discount.is-team strong,
.box-mobile-price.has-discount.is-team strong,
.box-mobile-shipping-status.is-unlocked{
  color:var(--cyan);
}

.box-orbit-step[data-pack-step="team"].is-current,
.box-price-status.has-discount.is-team{
  border-color:rgba(0,200,255,.32);
  background:linear-gradient(180deg,rgba(0,200,255,.12),rgba(255,255,255,.05));
  box-shadow:0 0 0 1px rgba(0,200,255,.22),0 14px 30px rgba(0,200,255,.13);
}

.box-orbit-step[data-pack-step="team"].is-current::before{
  background:var(--cyan);
}

.box-orbit-step[data-pack-step="team"].is-current i::after{
  background:var(--navy);
  color:var(--cyan);
}

.box-mobile-progress::after{
  border-color:rgba(0,200,255,.55);
  background:rgba(0,200,255,.14);
  color:var(--cyan);
}

/* Keep Technology detail 05 visually consistent with the other detail cards. */
.tech-detail-zone-05{
  display:none;
}

@media (max-width:600px){
  .tech-detail-zone-05{
    display:none;
  }
}

/* Client polish round 2: stronger hero logo, lighter headline scale, clearer rewards and mobile performance placement. */
.hero-ai-page .hero-company-logo{
  width:clamp(280px,22vw,430px);
  margin-bottom:1.55rem;
}

.hero-ai-page .hero-lockup-logo-text{
  font-size:clamp(4.85rem,4.9vw,6.55rem);
}

.pack-reward p{
  font-size:.78rem!important;
  line-height:1.28;
}

.tech-detail-media picture{
  display:block;
  width:100%;
}

.tech-detail-media picture img{
  display:block;
  width:100%;
}

.performance-image-card:first-child .performance-image-copy{
  top:1.25rem;
  bottom:auto;
}

@media (max-width:600px){
  .performance-image-card:first-child .performance-image-copy{
    top:auto;
    right:.28rem;
    bottom:.72rem;
    left:auto;
    max-width:142px;
  }
}

@media (min-width:1800px){
  .hero-ai-page .hero-company-logo{
    width:clamp(310px,16vw,450px);
  }

  .hero-ai-page .hero-lockup-logo-text{
    font-size:clamp(5.2rem,3.7vw,6.75rem);
  }
}

@media (max-width:600px){
  .hero-ai-page .hero-company-logo{
    width:clamp(230px,68vw,300px);
    margin-bottom:1.08rem;
  }

  .hero-ai-page .hero-lockup-logo-text{
    font-size:clamp(2.62rem,11.6vw,3.62rem);
  }

  .pack-reward p{
    font-size:.68rem!important;
  }

  .performance-image-card-wide .performance-image-copy{
    top:auto;
    right:auto;
    bottom:.78rem;
    left:.78rem;
    max-width:152px;
  }
}

/* Mobile hero refinement: keep the sock more visible and less covered by the left overlay. */
@media (max-width:600px){
  .hero-ai-page .hero{
    background:
      linear-gradient(180deg,rgba(3,23,46,.76) 0%,rgba(2,31,61,.48) 48%,rgba(1,24,47,.66) 100%),
      linear-gradient(90deg,rgba(1,24,47,.86) 0%,rgba(1,24,47,.34) 32%,rgba(1,24,47,.08) 48%,rgba(1,24,47,0) 64%),
      var(--hero-image-mobile) 58% 62%/auto 90% no-repeat,
      #01182f;
  }
}
