:root{--bg:#000;--ink:#101010;--muted:#686868;--line:#e8e8e8;--brand:#050505;--accent:#ffffff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.main{min-height:calc(100vh - 136px)}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.slides-wrapper{position:relative}.slide-panel{transform-origin:center top;will-change:transform,opacity}.slide-panel:not(:last-child){position:-webkit-sticky;position:sticky;top:0}.slide-inner{min-height:inherit}@supports (animation-timeline:view()){.slide-panel:not(:last-child){animation:slide-panel-exit linear both;animation-timeline:view(block);animation-range:exit 0 exit 100%}}@keyframes slide-panel-exit{0%{transform:scale(1);opacity:1}85%{transform:scale(.72);opacity:.5}to{transform:scale(.72);opacity:0}}.header{background:transparent;z-index:40;pointer-events:none;transition:transform .24s ease}.landing-header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(238,240,243,.88);pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.internal-header{position:-webkit-sticky;position:sticky;top:0;background:#fff;border-bottom:1px solid #eeeeee;pointer-events:auto}.internal-header.is-hidden{transform:translateY(-100%)}.internal-header:focus-within{transform:translateY(0)}.header-inner{width:min(1180px,calc(100% - 56px));height:58px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.internal-header .header-inner{height:58px}.store-app-header{background:#fff;box-shadow:none}.store-header-inner{width:min(1180px,calc(100% - 64px));height:58px;grid-template-columns:minmax(132px,1fr) minmax(280px,520px) minmax(120px,1fr);gap:24px}.brand{justify-self:start;min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:flex-start;background:none;color:#151515;border:0;border-radius:0;padding:0;box-shadow:none;pointer-events:auto;-webkit-backdrop-filter:none;backdrop-filter:none}.brand-logo{display:block;width:42px;height:42px;object-fit:contain}.store-brand{min-width:46px;height:46px}.store-brand .brand-logo{width:46px;height:46px}.nav{justify-self:center;height:36px;display:flex;align-items:center;gap:24px;color:#111827;font-size:13px;font-weight:500;background:transparent;pointer-events:auto;box-shadow:none}.nav,.nav a{border-radius:0;padding:0}.nav a{position:relative;color:#5f6875;transition:color .2s}.nav a.nav-icon{width:30px;min-width:30px;height:28px;padding:0;justify-content:center}.nav a.nav-icon svg{display:block}.nav a.active{background:transparent;color:#111827}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:999px;background:#EA5448}.nav a.active:hover,.nav a:hover{color:#111827}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.store-app-search{width:min(520px,100%);min-height:36px;display:grid;grid-template-columns:40px 1fr;align-items:center;border:0;border-radius:999px;background:#f5f6f8;color:#8a94a3;box-shadow:inset 0 0 0 1px rgba(15,23,42,.03);pointer-events:auto;overflow:hidden}.store-app-search,.store-app-search svg{justify-self:center}.store-app-search input{width:100%;min-height:36px;border:0;outline:0;background:transparent;color:#28313d;font:inherit;font-size:12px}.store-app-search input::placeholder{color:#8a94a3}.auth-controls{justify-self:end;display:flex;align-items:center;gap:10px}.auth-controls,.auth-controls a,.auth-controls button{pointer-events:auto}.store-header-actions{justify-self:end;gap:9px}.store-icon-link{width:34px;min-width:34px;height:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #eef0f3;border-radius:999px;background:#fff;color:#050505;box-shadow:none;padding:0}.store-icon-link.active{border-color:#111827;background:#111827;color:#fff}.store-icon-link:hover{transform:none;background:#f8fafc}.store-icon-link.active:hover{background:#111827}.cart-nav-control{width:46px;min-width:46px;height:42px;min-height:42px;display:grid;align-content:center;justify-items:center;grid-gap:1px;gap:1px;border-radius:18px;font-weight:500}.cart-icon-shell{position:relative;display:inline-grid;place-items:center;line-height:1}.cart-count-badge{position:absolute;right:-9px;top:-8px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#EA5448;color:#fff;font-size:9px;font-weight:700;line-height:1;padding:0 4px}.cart-mini-total{max-width:42px;overflow:hidden;color:#8a94a3;font-size:8px;font-weight:500;line-height:1;text-overflow:ellipsis;white-space:nowrap}.store-icon-link.active .cart-mini-total{color:rgba(255,255,255,.74)}.clerk-profile-control{width:34px;min-width:34px;height:34px;display:inline-grid;place-items:center}.account-link{color:#303030}.account-link,.button,button{font-size:12px;font-weight:800}.button,button{width:auto;min-width:92px;min-height:34px;border:0;border-radius:999px;background:var(--brand);color:white;padding:0 16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,background .2s,color .2s,border-color .2s}.button:hover,button:hover{transform:translateY(-1px)}.button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.home-section{min-height:100vh;position:relative;overflow:hidden;border-radius:0;box-shadow:0 20px 50px rgba(0,0,0,.28)}.hero-stage{min-height:760px;background:#fff;color:#111}.home-shell{width:min(1160px,calc(100% - 56px));min-height:760px;height:100vh;max-height:860px;margin:0 auto;padding:78px 0 34px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.brand-shadow{position:absolute;left:50%;top:56%;transform:translate(-50%,-50%);width:100%;text-align:center;font-size:clamp(116px,16vw,210px);line-height:.78;font-weight:900;letter-spacing:-.05em;color:#dedede;opacity:.58;text-transform:uppercase;white-space:nowrap;pointer-events:none;z-index:0;border:0;padding:0}.floating-shoe{position:absolute;object-fit:contain;object-position:center;mix-blend-mode:normal;filter:drop-shadow(0 20px 24px rgba(0,0,0,.22));z-index:4;border-radius:0}.floating-shoe-primary{width:clamp(380px,42vw,520px);height:clamp(300px,34vw,420px);left:50%;top:59%;transform:translate(-50%,-50%) rotate(-17deg)}.hero-copy{position:absolute;z-index:8;top:128px;left:50%;transform:translateX(-50%);width:min(520px,48vw);text-align:center;margin:0}.eyebrow{margin:0 0 12px;color:#777;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800}.hero-copy h1{margin:0 auto;font-size:clamp(48px,5vw,60px);font-weight:600;line-height:1.01;letter-spacing:-.04em;max-width:520px;background:none;color:#161616}.hero-side-note{position:absolute;z-index:9;left:0;bottom:38px;width:270px;color:#727272;font-size:13px;line-height:1.65}.hero-side-note p{margin:0}.hero-side-note .button{margin-top:20px;min-width:94px;min-height:34px;background:var(--hero-accent,#EA5448)}.seller-pill{position:absolute;z-index:9;right:0;top:148px;display:flex;gap:12px;align-items:center;background:transparent;border:0;border-radius:0;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.seller-pill strong{display:block;font-size:24px;font-weight:700;line-height:1}.seller-pill small{color:#777;font-size:11px}.avatar-stack{display:flex}.avatar-stack span{width:34px;height:34px;border-radius:50%;border:2px solid white;margin-left:-8px;background:#111;display:grid;place-items:center;color:white;font-size:12px;font-weight:800;box-shadow:0 8px 22px rgba(0,0,0,.12)}.avatar-stack span:first-child{margin-left:0;background:#d9d9d9}.avatar-stack span:nth-child(2){background:#8b8b8b}.hero-stats{position:absolute;right:0;bottom:38px;z-index:8;display:flex;justify-content:flex-end;gap:clamp(22px,4vw,54px);border-top:0;padding-top:0}.hero-stats div{min-width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-stats strong{display:block;font-size:clamp(26px,2.8vw,34px);font-weight:800;line-height:1;letter-spacing:-.02em;background:none;color:#141414}.hero-stats span{color:#777;font-size:11px}.shoe-story{color:#25252a;padding:0;z-index:60}.shoe-story,.story-shell{min-height:100vh;background:#fff;border-radius:0;box-shadow:none}.story-shell{width:100%;margin:0;position:relative;display:block;overflow:hidden}.story-color-panel{position:absolute;inset:0 auto 0 0;width:38%;background:var(--story-accent,#f2556f);z-index:0;transition:background .28s ease}.story-ring{position:absolute;left:24%;top:52%;width:clamp(280px,31vw,480px);aspect-ratio:1;border:clamp(42px,5vw,78px) solid rgba(255,255,255,.78);border-radius:50%;transform:translate(-50%,-50%);z-index:1}.story-nike-logo{position:absolute;top:34px;left:70px;z-index:80;display:flex;align-items:center;gap:12px;color:#fff;font-size:14px;font-weight:900;letter-spacing:.08em}.story-nike-logo img{width:58px;height:34px;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(0,0,0,.16))}.story-nike-logo.has-image{letter-spacing:.02em}.story-nike-logo span{position:relative;width:58px;height:22px;display:inline-block;overflow:visible}.story-nike-logo span:before{content:"";position:absolute;left:0;top:9px;width:58px;height:9px;background:currentColor;border-radius:100% 10% 100% 18%;transform:skewX(-34deg) rotate(-14deg);transform-origin:left center}.story-nike-logo span:after{content:"";position:absolute;left:6px;top:5px;width:48px;height:15px;border-bottom:5px solid;border-radius:0 0 100% 100%;transform:rotate(-13deg) skewX(-18deg)}.story-socials{position:absolute;left:70px;bottom:42px;z-index:5;display:flex;gap:20px;color:#fff;font-size:18px;font-weight:800}.story-copy{position:absolute;top:118px;left:50%;width:min(500px,42vw);z-index:6;color:#35353a}.story-copy .eyebrow{margin:0 0 6px;color:var(--story-accent,#f2556f);text-transform:none;letter-spacing:-.04em;font-size:clamp(34px,3vw,42px);font-weight:900;line-height:.9}.story-copy h2{margin:0 0 24px;font-size:clamp(58px,5.4vw,76px);line-height:.88;letter-spacing:-.06em;font-weight:900;color:#34343a;text-shadow:0 12px 18px rgba(0,0,0,.2)}.story-copy h2 strong{color:var(--story-accent,#f2556f);font-weight:900}.story-copy p:not(.eyebrow){width:min(460px,100%);margin:0;color:#686872;font-size:13px;line-height:1.52;font-weight:600}.story-accent{width:34px;height:5px;margin:0 0 18px;border-top:2px solid var(--story-accent,#f2556f);border-bottom:2px solid var(--story-accent,#f2556f)}.story-know-more{position:absolute;right:0;bottom:-46px;width:104px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--story-accent,#f2556f);border-radius:999px;background:#fff;color:var(--story-accent,#f2556f);font-size:11px;font-weight:800;box-shadow:none;transition:background .18s ease,color .18s ease}.story-know-more:hover{background:var(--story-accent,#f2556f);color:#fff}.story-shoe-wrap{position:absolute;left:34%;top:53%;width:clamp(620px,56vw,820px);aspect-ratio:1.7;display:grid;place-items:center;z-index:4;transform:translate(-50%,-50%)}.story-shoe{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;border-radius:0;transform:rotate(var(--story-shoe-rotate,-8deg));mix-blend-mode:normal;filter:drop-shadow(0 34px 32px rgba(0,0,0,.28))}.story-callout{position:absolute;z-index:8;display:grid;grid-template-columns:18px minmax(118px,160px);grid-gap:10px;gap:10px;align-items:start;color:#2f2f34;pointer-events:none}.story-callout:before{content:"";position:absolute;height:1px;background:color-mix(in srgb,var(--story-accent,#f2556f) 74%,transparent);transform-origin:left center}.story-callout-dot{width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid var(--story-accent,#f2556f);box-shadow:0 0 0 5px rgba(255,255,255,.72),0 10px 20px rgba(0,0,0,.2)}.story-callout div{padding:9px 11px;border-left:4px solid var(--story-accent,#f2556f);border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.story-callout strong{display:block;color:var(--story-accent,#f2556f);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.story-callout small{display:block;margin-top:3px;color:#505057;font-size:10px;line-height:1.3;font-weight:650}.story-callout-upper{left:38%;top:20%}.story-callout-upper:before{left:7px;top:8px;width:64px;transform:rotate(-24deg)}.story-callout-air{left:22%;top:32%}.story-callout-air:before{left:-56px;top:8px;width:62px;transform:rotate(7deg)}.story-callout-sole{left:30%;bottom:5%}.story-callout-sole:before{left:8px;top:8px;width:84px;transform:rotate(24deg)}.story-mini-products{position:absolute;right:clamp(56px,8vw,140px);bottom:52px;z-index:6;display:grid;grid-template-columns:repeat(3,95px);grid-gap:26px;gap:26px}.story-mini-products button{width:95px;min-width:95px;height:115px;min-height:115px;border-radius:14px;background:#fff;color:#34343a;display:grid;grid-template-rows:72px 1fr;place-items:center;padding:8px;box-shadow:0 16px 35px rgba(0,0,0,.14);border:2px solid transparent}.story-mini-products button.active{border-color:var(--story-accent,#f2556f);transform:translateY(-4px)}.story-mini-products img{width:82px;height:58px;object-fit:contain;transform:rotate(-8deg);filter:drop-shadow(0 8px 8px rgba(0,0,0,.18))}.story-mini-products span{color:#34343a;font-size:9px;font-weight:800;line-height:1.15;text-align:center}.material-card,.material-strip{display:none}.hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:32px;gap:32px;align-items:center;padding:48px 0 28px}.hero h1{font-size:clamp(36px,6vw,72px);line-height:.95;margin:0 0 18px;letter-spacing:0}.hero p{color:var(--muted);max-width:560px;line-height:1.6}.hero-media{min-height:420px;border-radius:8px;background:linear-gradient(135deg,#111,#39352e);overflow:hidden;position:relative}.hero-media:after{content:"";position:absolute;inset:12%;background:radial-gradient(circle at 45% 45%,#f7f4ef 0 10%,transparent 11%),linear-gradient(140deg,transparent 20%,#f2eee7 21% 35%,transparent 36%);transform:rotate(-18deg);opacity:.85}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:34px 0 18px}.section-head h2{margin:0;font-size:28px}.catalog-section{background:#fff;border-radius:0;padding:26px;margin-top:34px;min-height:calc(100vh - 64px);display:flex;align-items:flex-start;overflow:hidden}.catalog-inner{width:100%;min-height:auto}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:18px;gap:18px}.card{background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-image{aspect-ratio:4/3;background:#e8e1d7;display:grid;place-items:center;color:var(--muted)}.product-body{padding:14px}.product-body h3{margin:0 0 8px;font-size:16px}.landing-latest-section{width:100%;min-height:100vh;margin-top:0;padding:78px clamp(18px,4vw,52px) 42px;align-items:center}.landing-latest-section .catalog-inner{max-width:1240px;margin:0 auto}.landing-latest-section .section-head{margin:0 0 24px;align-items:center}.landing-latest-section .section-head h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.04em}.latest-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:22px 18px;gap:22px 18px}.latest-product-card{position:relative;min-width:0;border:0;border-radius:0;box-shadow:none;background:transparent;transition:none;overflow:visible}.latest-product-card:hover{transform:none}.latest-product-link{display:block;min-width:0}.latest-product-image{aspect-ratio:1/.92}.latest-product-info{gap:4px}.muted{color:var(--muted)}.price{font-weight:800}.detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;padding:36px 0}.panel{background:white;border:1px solid var(--line);border-radius:8px;padding:18px}.form{display:grid;grid-gap:12px;gap:12px}.input,select,textarea{width:100%;min-height:42px;border:1px solid var(--line);border-radius:6px;background:white;padding:0 12px}.shop-page{min-height:100vh;background:#f5f5f2;padding:112px 0 52px;color:#161616}.shop-shell{width:min(1240px,calc(100% - 40px));margin:0 auto}.shop-kicker{color:#7d7d76;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.shop-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin:12px 0 28px}.shop-heading-row h1{margin:0;font-size:clamp(54px,7vw,92px);letter-spacing:-.07em;line-height:.9}.shop-heading-row p{margin:14px 0 0;color:#686862;max-width:540px;line-height:1.55}.shop-count{min-width:118px;min-height:92px;display:grid;place-items:center;border-left:1px solid #deded8}.shop-count strong{display:block;font-size:38px;line-height:1;letter-spacing:-.04em}.shop-count span{color:#777;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.shop-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto 220px;grid-gap:12px;gap:12px;align-items:center}.shop-search{min-height:50px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #deded8;background:white}.shop-search input{width:100%;min-height:48px;border:0;outline:0;font:inherit}.shop-filter-button{min-width:116px;min-height:50px;border-radius:0;gap:8px}.shop-sort{min-height:50px;display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:10px;gap:10px;padding:0 12px;background:#fff;border:1px solid #deded8}.shop-sort span{color:#777;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.filter-select select,.shop-sort select{border:0;min-height:42px;padding:0;font-weight:750;outline:0}.shop-type-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.active-filters button,.shop-type-row button{min-height:36px;border-radius:999px;background:#fff;color:#151515;border:1px solid #deded8}.shop-type-row button.active{background:#050505;color:#fff;border-color:#050505}.shop-brand-row{display:flex;gap:10px;margin:0 0 18px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.shop-brand-row::-webkit-scrollbar{display:none}.shop-brand-row button{min-width:max-content;min-height:38px;border-radius:0;background:#fff;color:#6c6c68;border:1px solid #deded8;padding:0 14px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.shop-brand-row button.active{background:#050505;border-color:#050505;color:#fff}.active-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.active-filters button{gap:8px;font-size:12px}.active-filters .clear-filters{background:#f2556f;border-color:#f2556f;color:#fff}.shop-layout{display:grid;grid-template-columns:250px 1fr;grid-gap:24px;gap:24px;align-items:start}.shop-filters{position:-webkit-sticky;position:sticky;top:78px;display:grid;grid-gap:14px;gap:14px;padding:18px;background:#fff;border:1px solid #deded8}.filter-heading{display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid #ededeb}.filter-select{display:grid;grid-gap:7px;gap:7px}.filter-select span,.stock-toggle span{color:#5f5f59;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.filter-select select{width:100%;border-bottom:1px solid #e8e8e4}.stock-toggle{display:flex;align-items:center;gap:10px;padding-top:4px}.stock-toggle input{width:16px;height:16px;accent-color:#050505}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.shop-card{min-height:430px;display:flex;flex-direction:column;background:#fff;border:1px solid #deded8;color:#151515;transition:transform .2s ease,box-shadow .2s ease}.shop-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(0,0,0,.12)}.shop-card-image{position:relative;aspect-ratio:1/.86;display:grid;place-items:center;background:linear-gradient(135deg,#f7f7f4,#ececea);overflow:hidden}.shop-card-image img{width:100%;height:100%;object-fit:cover}.shop-card-image span{color:#aaa;font-weight:900}.stock-badge{position:absolute;left:12px;top:12px;min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:850}.stock-badge.low{background:#f2556f}.stock-badge.sold{background:#8a8a8a}.shop-card-body{display:flex;justify-content:space-between;gap:12px;padding:16px 16px 8px}.shop-card-brand{margin:0 0 5px;color:#777;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.shop-card h3{margin:0;font-size:17px;letter-spacing:-.02em;line-height:1.18}.shop-card-body strong{white-space:nowrap;font-size:15px}.shop-card-meta{display:flex;justify-content:space-between;gap:12px;padding:0 16px;color:#777;font-size:12px;font-weight:700}.color-row{display:flex;gap:7px;margin:auto 16px 16px;padding-top:18px}.color-row span{width:16px;height:16px;border-radius:50%;border:1px solid #d4d4d0;box-shadow:inset 0 0 0 2px #fff}.shop-empty{min-height:360px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;background:#fff;border:1px solid #deded8;text-align:center;padding:36px}.shop-empty h2{margin:0;font-size:28px;letter-spacing:-.04em}.shop-empty p{margin:0;max-width:440px;color:#777;line-height:1.5}.shop-empty button{margin-top:10px}.shop-card.skeleton{min-height:430px;background:linear-gradient(90deg,#fff,#efefec,#fff);background-size:220% 100%;animation:shop-skeleton 1.2s linear infinite}@keyframes shop-skeleton{to{background-position:-220% 0}}.spark-store-page{min-height:100vh;background:#fff;color:#374151;padding-top:0}.spark-store-page main{width:100%}.spark-hero{position:relative;height:clamp(260px,28vw,340px);display:block;overflow:hidden;background:#eef2f6}.spark-hero-track{position:relative;width:100%;height:100%}.spark-hero-slide{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;opacity:0;transform:translateX(-34px);transition:opacity .55s ease,transform .65s ease;pointer-events:none}.spark-hero-slide.active{opacity:1;transform:translateX(0);pointer-events:auto}.spark-hero-bg{position:absolute;inset:0;display:grid;place-items:center;opacity:.82}.spark-hero-bg:before{content:"";position:absolute;width:min(36vw,360px);aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.48);filter:blur(6px)}.spark-hero-bg img{position:relative;width:min(420px,52vw);height:min(260px,30vw);object-fit:contain;transform:rotate(-10deg);filter:drop-shadow(0 24px 24px rgba(0,0,0,.18));opacity:.9}.spark-hero-copy{position:relative;z-index:2;text-align:center;padding:0 20px;transform:translateX(0)}.spark-hero-copy p{margin:0 0 4px;color:rgba(17,24,39,.68);font-size:12px;font-weight:400;text-transform:none}.spark-hero-copy h1{margin:0;color:#fff;font-size:clamp(46px,7vw,86px);line-height:.92;font-weight:500;letter-spacing:0;text-shadow:0 12px 26px rgba(0,0,0,.2)}.spark-hero-copy span{display:block;max-width:min(520px,86vw);margin:10px auto 0;color:rgba(17,24,39,.74);font-size:13px;line-height:1.4}.spark-dots{position:absolute;left:0;right:0;bottom:24px;z-index:3;display:flex;justify-content:center;gap:8px}.spark-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.62)}.spark-dots span.active{background:#050505}.spark-promos{width:min(1280px,calc(100% - 32px));margin:44px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.spark-promos article{position:relative;min-height:210px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;border-radius:8px;background:#f3f4f6;padding:32px}.spark-promos p{margin:0 0 4px;color:#6b7280;font-size:12px;font-weight:400;letter-spacing:0;text-transform:none}.spark-promos h2{margin:0 0 18px;color:#111827;font-size:27px;font-weight:500;letter-spacing:0}.spark-promos a{min-height:34px;display:inline-flex;align-items:center;padding:0 20px;border-radius:5px;background:#EA5448;color:#fff;font-size:12px;font-weight:500;text-transform:none}.spark-promos img{position:absolute;right:-14px;top:50%;width:min(310px,54%);height:160px;object-fit:contain;transform:translateY(-50%) rotate(-10deg);filter:drop-shadow(0 20px 20px rgba(0,0,0,.18))}.spark-products{width:min(1000px,calc(100% - 32px));margin:54px auto 70px}.spark-section-head{display:flex;justify-content:flex-end;align-items:flex-end;gap:16px;margin-bottom:22px}.spark-section-head h2{margin:0;color:#111827;font-size:28px;letter-spacing:-.03em}.spark-section-head span{color:#6b7280;font-size:12px;font-weight:400;text-transform:none}.spark-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:26px 22px;gap:26px 22px}.spark-product-card{position:relative;min-width:0;display:flex;flex-direction:column;border:0;border-radius:0;background:transparent;padding:0;transition:none}.spark-product-link{display:block;min-width:0}.spark-product-image{aspect-ratio:1/.92;display:grid;place-items:center;margin-bottom:10px;border:0;border-radius:7px;background:#f5f6f8;color:#4b5563;overflow:hidden;transition:none}.spark-product-image img{width:100%;height:100%;object-fit:contain;padding:12px;filter:drop-shadow(0 9px 10px rgba(0,0,0,.12))}.spark-product-info{display:grid;grid-gap:4px;gap:4px;min-width:0}.spark-product-info h3{min-height:34px;margin:0;color:#111827;font-size:13px;font-weight:500;line-height:1.3;letter-spacing:0;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.spark-product-price{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin:0 0 6px}.spark-product-price strong{color:#202020;font-size:12px;font-weight:400;white-space:nowrap}.spark-add-button{width:100%;min-width:0;min-height:32px;gap:8px;border-radius:6px;background:#EA5448;color:#fff;padding:0 14px;font-size:12px;font-weight:500;letter-spacing:0}.spark-add-button:hover{transform:none;background:#EA5448}.spark-add-button:disabled{cursor:not-allowed;opacity:.66}.add-cart-status{margin:2px 0 0;color:#6b7280;font-size:11px;line-height:1.35}.spark-empty{min-height:260px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;border:1px solid #f3f4f6;border-radius:8px;color:#6b7280}.product-detail-page{min-height:100vh;background:#fff;color:#111827;padding:34px 0 76px}.product-detail-shell{width:min(1160px,calc(100% - 40px));margin:0 auto}.detail-back-link{display:inline-flex;align-items:center;min-height:34px;margin-bottom:18px;color:#6b7280;font-size:13px;font-weight:500}.product-detail-hero{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(340px,.68fr);grid-gap:28px;gap:28px;align-items:start}.product-gallery{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:16px;gap:16px;min-width:0}.thumb-rail{display:grid;grid-gap:10px;gap:10px;align-content:start}.thumb-rail button{width:72px;min-width:72px;height:72px;min-height:72px;padding:6px;border:1px solid transparent;border-radius:6px;background:#f5f6f8;color:#111827}.thumb-rail button.active{border-color:#111827}.thumb-rail img{width:100%;height:100%;object-fit:contain}.detail-image-stage{position:relative;min-height:560px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#f5f6f8}.detail-image-stage img{width:min(92%,640px);height:min(86%,500px);object-fit:contain;filter:drop-shadow(0 16px 20px rgba(0,0,0,.12))}.detail-image-empty{color:#8a94a3;font-size:28px;font-weight:700}.detail-wishlist{position:absolute;top:18px;right:18px;z-index:2;width:38px;min-width:38px;min-height:38px;height:38px;padding:0;border:0;border-radius:50%;background:#fff;color:#EA5448;box-shadow:none}.detail-wishlist.active{background:#EA5448;color:#fff}.detail-wishlist:hover{transform:none;background:#fff}.detail-wishlist.active:hover{background:#EA5448}.buy-panel{display:grid;grid-gap:18px;gap:18px;padding:8px 0 0}.stock-pill{justify-self:start;min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#e9f9ef;color:#15803d;font-size:12px;font-weight:600}.stock-pill.sold{background:#f4f4f5;color:#71717a}.detail-brand{margin:0;color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.buy-panel h1{margin:-6px 0 0;color:#111827;font-size:clamp(32px,4vw,46px);line-height:1;font-weight:500;letter-spacing:-.03em}.detail-price-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.detail-price-row strong{color:#111827;font-size:23px;font-weight:500}.detail-price-row span{display:inline-flex;align-items:center;gap:2px;color:#f6b500;font-size:12px;font-weight:500}.detail-control{display:grid;grid-gap:10px;gap:10px;padding-top:2px}.detail-control-head,.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#6b7280;font-size:13px}.detail-control-head strong,.quantity-row>span{color:#111827;font-weight:500}.detail-control-head a{color:#EA5448;font-weight:500}.colorway-row{display:flex;gap:8px}.colorway-row span{width:22px;height:22px;border-radius:50%;border:1px solid #d7dbe2;box-shadow:inset 0 0 0 3px #fff}.size-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.size-grid button{min-width:0;min-height:42px;border:1px solid #e4e7ec;border-radius:6px;background:#fff;color:#111827;padding:0 10px;font-size:12px;font-weight:500}.size-grid button.active{border-color:#111827;background:#111827;color:#fff}.size-grid button:disabled{color:#b8bec8;background:#f8fafc;text-decoration:line-through;cursor:not-allowed}.quantity-stepper{display:inline-flex;align-items:center;gap:12px;min-height:38px;padding:0 8px;border:1px solid #e4e7ec;border-radius:999px}.quantity-stepper button{width:26px;min-width:26px;min-height:26px;height:26px;padding:0;background:transparent;color:#111827}.quantity-stepper button:hover{transform:none}.quantity-stepper button:disabled{color:#c5cad3;cursor:not-allowed}.quantity-stepper strong{min-width:18px;text-align:center;color:#111827;font-size:13px;font-weight:500}.detail-add-cart,.detail-buy-now{width:100%;min-height:44px;border-radius:6px;gap:9px;font-size:13px;font-weight:500}.detail-add-cart{background:#EA5448;color:#fff}.detail-add-cart:hover{transform:none;background:#EA5448}.detail-buy-now{background:#111827;color:#fff}.detail-buy-now:hover{transform:none;background:#111827}.detail-add-cart:disabled,.detail-buy-now:disabled{opacity:.62;cursor:not-allowed}.detail-status{margin:-6px 0 0;color:#6b7280;font-size:12px}.detail-service-list{display:grid;grid-gap:10px;gap:10px;margin-top:2px}.detail-service-line{display:grid;grid-template-columns:24px 1fr;grid-gap:10px;gap:10px;align-items:start;color:#EA5448}.detail-service-line div{display:grid;grid-gap:2px;gap:2px}.detail-service-line strong{color:#111827;font-size:13px;font-weight:500}.detail-service-line span{color:#6b7280;font-size:12px;line-height:1.35}.product-info-panel{margin-top:32px;border-top:1px solid #eef0f3}.detail-tabs{display:flex;gap:22px;overflow-x:auto;padding-top:18px;scrollbar-width:none}.detail-tabs::-webkit-scrollbar{display:none}.detail-tabs button{min-width:max-content;min-height:34px;padding:0;border-radius:0;background:transparent;color:#6b7280;font-size:13px;font-weight:500;border-bottom:2px solid transparent}.detail-tabs button.active{color:#111827;border-bottom-color:#EA5448}.detail-tabs button:hover{transform:none}.detail-tab-content{padding:22px 0 6px}.detail-copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:28px;gap:28px;color:#4b5563;font-size:14px;line-height:1.65}.detail-copy-grid p{margin:0}.detail-spec-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0}.detail-spec-grid div{min-height:86px;display:grid;align-content:center;grid-gap:8px;gap:8px;padding:14px;border-radius:7px;background:#f8fafc}.detail-spec-grid dt{color:#6b7280;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.detail-spec-grid dd{margin:0;color:#111827;font-size:13px;font-weight:500}.related-products{margin-top:46px}.related-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.related-head h2{margin:0;color:#111827;font-size:24px;font-weight:500;letter-spacing:-.02em}.related-head a{color:#EA5448;font-size:13px;font-weight:500}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.related-card{min-width:0;display:grid;grid-gap:8px;gap:8px}.related-card div{aspect-ratio:1/.72;display:grid;place-items:center;border-radius:7px;background:#f5f6f8;overflow:hidden}.related-card img{width:100%;height:100%;object-fit:contain;padding:12px;filter:drop-shadow(0 9px 10px rgba(0,0,0,.12))}.related-card h3{min-height:34px;margin:0;color:#111827;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-card p{margin:0;color:#202020;font-size:12px}.product-detail-loading{min-height:360px;display:grid;place-items:center;border-radius:8px;background:#f8fafc;color:#6b7280}.commerce-page{min-height:100vh;background:#fff;color:#111827;padding:34px 0 76px}.commerce-shell{width:min(1160px,calc(100% - 40px));margin:0 auto}.commerce-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:26px}.commerce-heading p{margin:0 0 6px;color:#EA5448;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.commerce-heading h1{margin:0;color:#111827;font-size:clamp(36px,5vw,58px);font-weight:500;letter-spacing:-.05em;line-height:.95}.commerce-heading span{color:#6b7280;font-size:13px}.commerce-empty{min-height:360px;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;border-radius:8px;background:#f8fafc;color:#6b7280;text-align:center;padding:36px}.commerce-empty h1,.commerce-empty h2{margin:0;color:#111827;font-size:clamp(28px,4vw,42px);font-weight:500;letter-spacing:-.04em}.commerce-empty p{max-width:470px;margin:0;line-height:1.55}.commerce-empty a,.commerce-empty button{min-height:38px;border-radius:6px;background:#EA5448;color:#fff;font-weight:500}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:28px;gap:28px;align-items:start}.cart-items,.checkout-form-card{display:grid;grid-gap:14px;gap:14px;min-width:0}.cart-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px}.cart-toolbar strong{font-size:15px;font-weight:500}.cart-toolbar button{min-width:auto;min-height:32px;border-radius:6px;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:500}.cart-toolbar button:hover{transform:none}.cart-table-head{grid-template-columns:minmax(280px,1fr) 150px 100px 128px 100px;grid-gap:16px;padding:12px 0;border-bottom:1px solid #eef0f3;color:#6b7280;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.cart-row,.cart-table-head{display:grid;gap:16px;border-top:1px solid #eef0f3}.cart-row{grid-template-columns:132px minmax(0,1fr) 100px 128px 100px;grid-gap:16px;align-items:center;padding:14px 0}.cart-row-image{aspect-ratio:1/.82;display:grid;place-items:center;border-radius:7px;background:#f5f6f8;overflow:hidden}.cart-row-image img{width:100%;height:100%;object-fit:contain;padding:10px;filter:drop-shadow(0 9px 10px rgba(0,0,0,.12))}.cart-row-image span{color:#9ca3af;font-size:12px}.cart-row-info{display:grid;grid-gap:5px;gap:5px;min-width:0}.cart-row-info p{margin:0;color:#6b7280;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.cart-row-info a{color:#111827;font-size:15px;font-weight:500;line-height:1.25}.cart-row-info span{color:#6b7280;font-size:12px}.cart-row-info strong,.cart-row-price,.cart-row-total{color:#111827;font-size:13px;font-weight:500}.cart-row-actions{display:flex;align-items:center;gap:12px}.cart-stepper{display:inline-flex;align-items:center;gap:10px;min-height:34px;padding:0 8px;border:1px solid #e4e7ec;border-radius:999px}.cart-stepper button{width:24px;min-width:24px;min-height:24px;height:24px;padding:0;background:transparent;color:#111827}.cart-remove:hover,.cart-stepper button:hover{transform:none}.cart-stepper button:disabled{color:#c5cad3;cursor:not-allowed}.cart-stepper span{min-width:16px;text-align:center;font-size:12px;font-weight:500}.cart-remove{width:34px;min-width:34px;min-height:34px;height:34px;padding:0;border-radius:999px;background:#f8fafc;color:#6b7280}.cart-items-subtotal{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-top:1px solid #eef0f3;color:#111827;font-size:14px}.cart-items-subtotal strong{font-size:16px;font-weight:600}.cart-drawer-root{position:fixed;inset:0;z-index:90;pointer-events:none;visibility:hidden}.cart-drawer-root.open{pointer-events:auto;visibility:visible}.cart-drawer-backdrop{position:absolute;inset:0;width:100%;min-width:0;min-height:100%;border-radius:0;background:rgba(17,24,39,.22);opacity:0;transition:opacity .22s ease}.cart-drawer-backdrop:hover{transform:none}.cart-drawer-root.open .cart-drawer-backdrop{opacity:1}.cart-drawer{position:absolute;top:0;right:0;width:min(420px,100%);height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;color:#111827;box-shadow:-24px 0 60px rgba(15,23,42,.14);transform:translateX(102%);transition:transform .26s ease}.cart-drawer-root.open .cart-drawer{transform:translateX(0)}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 22px 16px;border-bottom:1px solid #eef0f3}.cart-drawer-head p{margin:0 0 4px;color:#EA5448;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.cart-drawer-head h2{margin:0;color:#111827;font-size:24px;font-weight:500;letter-spacing:-.03em}.cart-drawer-close{width:34px;min-width:34px;min-height:34px;height:34px;padding:0;border-radius:999px;background:#f8fafc;color:#111827}.cart-drawer-close:hover{transform:none}.cart-drawer-items{min-height:0;overflow-y:auto;padding:6px 22px}.cart-drawer-row{display:grid;grid-template-columns:92px minmax(0,1fr);grid-gap:13px;gap:13px;padding:16px 0;border-bottom:1px solid #eef0f3}.cart-drawer-image{aspect-ratio:1/.9;display:grid;place-items:center;border-radius:7px;background:#f5f6f8;overflow:hidden}.cart-drawer-image img{width:100%;height:100%;object-fit:contain;padding:8px;filter:drop-shadow(0 8px 9px rgba(0,0,0,.12))}.cart-drawer-image span{color:#9ca3af;font-size:11px}.cart-drawer-info{min-width:0;display:grid;align-content:start;grid-gap:5px;gap:5px}.cart-drawer-info>a{color:#111827;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer-info>span{color:#6b7280;font-size:11px}.cart-drawer-info>strong{color:#111827;font-size:12px;font-weight:500}.cart-drawer-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px}.cart-drawer-remove{width:30px;min-width:30px;min-height:30px;height:30px;padding:0;border-radius:999px;background:#f8fafc;color:#6b7280}.cart-drawer-remove:hover{transform:none}.cart-drawer-footer{display:grid;grid-gap:12px;gap:12px;padding:18px 22px 22px;border-top:1px solid #eef0f3;background:#fff}.cart-drawer-clear{justify-self:start;min-width:auto;min-height:30px;border-radius:6px;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:500}.cart-drawer-clear:hover{transform:none}.cart-drawer-empty{min-height:100%;display:grid;place-items:center;align-content:center;grid-gap:11px;gap:11px;padding:36px 28px;color:#6b7280;text-align:center}.cart-drawer-empty h3{margin:0;color:#111827;font-size:24px;font-weight:500;letter-spacing:-.03em}.cart-drawer-empty p{margin:0;max-width:280px;font-size:13px;line-height:1.5}.cart-drawer-empty a,.cart-drawer-empty button{min-height:36px;border-radius:6px;background:#EA5448;color:#fff;font-weight:500}.order-summary{position:-webkit-sticky;position:sticky;top:88px;display:grid;grid-gap:14px;gap:14px;padding:20px;border:1px solid #eef0f3;border-radius:8px;background:#fff}.order-summary h2{margin:0 0 4px;font-size:20px;font-weight:500;letter-spacing:-.02em}.order-summary select{min-height:40px;border:1px solid #d9dee7;border-radius:6px;background:#fff;color:#111827;padding:0 12px;font:inherit;font-size:13px}.summary-line{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#6b7280;font-size:13px}.summary-line strong{color:#111827;font-weight:500}.summary-line.strong{padding-top:14px;border-top:1px solid #eef0f3;color:#111827}.summary-line.strong strong{font-size:18px}.voucher-row{display:grid;grid-template-columns:minmax(0,1fr) 74px;border:1px solid #e4e7ec;border-radius:6px;overflow:hidden}.voucher-row input{border:0;outline:0;padding:0 12px;font:inherit}.voucher-row button,.voucher-row input{min-width:0;min-height:38px;font-size:12px}.voucher-row button{border-radius:0;background:#f8fafc;color:#EA5448;font-weight:600}.voucher-row button:hover{transform:none}.commerce-primary,.commerce-secondary{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:13px;font-weight:500}.commerce-primary{border:0;background:#EA5448;color:#fff}.commerce-primary:disabled,.commerce-primary:hover{transform:none}.commerce-primary:disabled{opacity:.62;cursor:not-allowed}.commerce-secondary{background:#111827;color:#fff}.checkout-form-card{padding:0}.checkout-section-title{display:flex;align-items:flex-start;gap:10px;padding-bottom:14px;border-bottom:1px solid #eef0f3;color:#EA5448}.checkout-section-title h2{margin:0 0 3px;color:#111827;font-size:20px;font-weight:500;letter-spacing:-.02em}.checkout-section-title p{margin:0;color:#6b7280;font-size:13px}.payment-title{margin-top:14px}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.checkout-grid label,.checkout-notes{display:grid;grid-gap:7px;gap:7px;color:#6b7280;font-size:12px;font-weight:500}.checkout-grid label.wide{grid-column:1/-1}.checkout-grid input,.checkout-grid select,.checkout-notes textarea{width:100%;min-height:42px;border:1px solid #e4e7ec;border-radius:6px;background:#fff;color:#111827;padding:0 12px;font:inherit;outline:0}.checkout-notes textarea{min-height:92px;padding-top:10px;resize:vertical}.payment-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.delivery-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.delivery-options button{min-width:0;min-height:92px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;color:#111827;padding:15px;text-align:left}.delivery-options button.active{border-color:#EA5448;box-shadow:inset 0 0 0 1px #EA5448}.delivery-options button:hover{transform:none}.delivery-options span{display:grid;grid-gap:8px;gap:8px}.delivery-options strong{font-size:14px;font-weight:500}.delivery-options small{color:#6b7280;font-size:12px;font-weight:400}.delivery-options b{color:#111827;white-space:nowrap}.payment-options button{min-width:0;min-height:42px;border:1px solid #e4e7ec;border-radius:6px;background:#fff;color:#111827;padding:0 10px;font-size:12px;font-weight:500}.payment-options button.active{border-color:#111827;background:#111827;color:#fff}.payment-options button:hover{transform:none}.checkout-summary-items{display:grid;grid-gap:12px;gap:12px;margin-bottom:6px}.checkout-summary-row{display:grid;grid-template-columns:54px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.checkout-summary-row div{aspect-ratio:1;display:grid;place-items:center;border-radius:6px;background:#f5f6f8;overflow:hidden}.checkout-summary-row img{width:100%;height:100%;object-fit:contain;padding:6px}.checkout-summary-row p{display:grid;grid-gap:3px;gap:3px;margin:0;color:#111827;font-size:12px;font-weight:500;line-height:1.25}.checkout-summary-row span{color:#6b7280;font-size:11px;font-weight:400}.checkout-summary-row strong{color:#111827;font-size:12px;font-weight:500}.checkout-error{margin:0;color:#b42318;font-size:12px;line-height:1.45}.checkout-success{min-height:420px;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;border-radius:8px;background:#f8fafc;text-align:center;color:#16a34a;padding:36px}.checkout-success p{margin:0;color:#EA5448;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.checkout-success h1{margin:0;color:#111827;font-size:clamp(34px,5vw,56px);font-weight:500;letter-spacing:-.04em}.checkout-success span{color:#6b7280}.checkout-success a{min-height:40px;display:inline-flex;align-items:center;padding:0 18px;border-radius:6px;background:#EA5448;color:#fff;font-weight:500}.wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.wishlist-card{position:relative;display:grid;grid-gap:10px;gap:10px;min-width:0}.wishlist-remove{position:absolute;top:10px;right:10px;z-index:2;width:30px;min-width:30px;min-height:30px;height:30px;padding:0;border-radius:50%;background:#fff;color:#111827;box-shadow:none}.wishlist-remove:hover{transform:none}.wishlist-card-image{aspect-ratio:1/.92;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#f5f6f8}.wishlist-card-image img{width:100%;height:100%;object-fit:contain;padding:12px;filter:drop-shadow(0 9px 10px rgba(0,0,0,.12))}.wishlist-card-body{display:grid;grid-gap:5px;gap:5px}.wishlist-card-body p{margin:0;color:#6b7280;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.wishlist-card-body a{min-height:34px;color:#111827;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-card-body span{color:#6b7280;font-size:12px}.wishlist-card-body strong{color:#111827;font-size:12px;font-weight:500}.wishlist-card-body button{width:100%;min-height:32px;gap:8px;border-radius:6px;background:#EA5448;color:#fff;font-size:12px;font-weight:500}.wishlist-card-body button:hover{transform:none}.wishlist-table-wrap{overflow-x:auto;border-top:1px solid #eef0f3}.wishlist-table{width:100%;min-width:820px;border-collapse:collapse}.wishlist-table td,.wishlist-table th{padding:14px 0;border-bottom:1px solid #eef0f3;text-align:left;font-size:13px}.wishlist-table th{color:#6b7280;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.wishlist-product-cell{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:center;color:#2563eb}.wishlist-product-cell span{width:54px;height:50px;display:grid;place-items:center;border:1px solid #eef0f3;border-radius:7px;background:#f8fafc;color:#9ca3af;font-size:11px;overflow:hidden}.wishlist-product-cell img{width:100%;height:100%;object-fit:contain;padding:7px}.wishlist-product-cell strong{color:#2563eb;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-remove-inline{width:32px;min-width:32px;height:32px;min-height:32px;border-radius:999px;background:#f8fafc;color:#6b7280;padding:0}.wishlist-add-inline{min-width:112px;min-height:34px;border-radius:6px;background:#EA5448;color:#fff;font-size:12px;font-weight:500}.wishlist-add-inline:hover,.wishlist-remove-inline:hover{transform:none}.account-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:26px;gap:26px;align-items:start}.profile-card{position:-webkit-sticky;position:sticky;top:88px;display:grid;justify-items:center;grid-gap:9px;gap:9px;padding:0 20px 22px;border:1px solid #eef0f3;border-radius:8px;background:#fff;overflow:hidden}.profile-cover{width:calc(100% + 40px);height:96px;background:linear-gradient(135deg,#f7ddd9,#f8fafc)}.profile-card img{width:88px;height:88px;margin-top:-48px;border:4px solid #fff;border-radius:50%;object-fit:cover;background:#fff}.profile-card h2{margin:4px 0 0;color:#111827;font-size:18px;font-weight:500}.profile-card p{margin:0 0 8px;color:#6b7280;font-size:12px}.profile-card nav{width:100%;display:grid;grid-gap:4px;gap:4px;margin-top:8px}.profile-card nav a{min-height:34px;display:flex;align-items:center;gap:10px;border-radius:6px;color:#6b7280;font-size:13px}.profile-card nav a:hover{color:#EA5448}.account-content{display:grid;grid-gap:18px;gap:18px;min-width:0}.account-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.account-stat-card{min-height:92px;display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;background:#f8fafc;color:#EA5448}.account-stat-card div{display:grid;grid-gap:2px;gap:2px}.account-stat-card strong{color:#111827;font-size:24px;font-weight:500}.account-stat-card span{color:#6b7280;font-size:12px}.account-panel{display:grid;grid-gap:14px;gap:14px;padding-top:18px;border-top:1px solid #eef0f3}.account-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.account-panel-head h2{margin:0;color:#111827;font-size:20px;font-weight:500;letter-spacing:-.02em}.account-panel-head a,.account-panel-head span{color:#EA5448;font-size:12px;font-weight:600}.account-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.account-info-box{min-height:88px;display:grid;align-content:center;grid-gap:7px;gap:7px;padding:15px;border-radius:8px;background:#f8fafc}.account-info-box span{color:#6b7280;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.account-info-box strong{color:#111827;font-size:13px;font-weight:500;line-height:1.35}.order-list{display:grid;grid-gap:10px;gap:10px}.account-order-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:16px;gap:16px;align-items:center;min-height:64px;padding:12px 0;border-top:1px solid #eef0f3}.account-order-row div{display:grid;grid-gap:4px;gap:4px;min-width:0}.account-order-row strong{display:grid;grid-gap:2px;gap:2px;color:#111827;font-size:13px;font-weight:500}.account-order-row p,.account-order-row span{margin:0;color:#6b7280;font-size:12px}.account-order-row small{color:#8a94a3;font-size:11px;line-height:1.35}.account-empty-row{min-height:90px;display:flex;align-items:center;gap:12px;border-radius:8px;background:#f8fafc;color:#EA5448;padding:18px}.account-empty-row p{margin:0;color:#6b7280}.account-saved-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.account-saved-grid a{display:grid;grid-gap:7px;gap:7px;min-width:0}.account-saved-grid div{aspect-ratio:1/.76;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#f5f6f8}.account-saved-grid img{width:100%;height:100%;object-fit:contain;padding:9px;filter:drop-shadow(0 9px 10px rgba(0,0,0,.12))}.account-saved-grid span{min-height:32px;color:#111827;font-size:12px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.account-saved-grid strong{color:#202020;font-size:12px;font-weight:400}.footer{border-top:1px solid #222;color:#bdbdbd;padding:24px 0;margin-top:48px;background:#050505}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px}@media (max-width:900px){.header-inner{width:min(100% - 32px,760px)}.brand{font-size:12px}.store-brand{font-size:0}.nav{display:flex}.home-shell{width:min(100% - 40px,760px);min-height:820px;height:100vh;padding:86px 0 28px}.brand-shadow{top:51%;font-size:clamp(62px,20vw,126px)}.floating-shoe-primary{width:min(72vw,390px);height:min(56vw,330px);left:50%;top:56%}.hero-copy{top:112px;left:50%;width:100%;text-align:center}.hero-copy h1{font-size:clamp(40px,10vw,54px);margin:0 auto;max-width:520px}.hero-side-note{left:0;bottom:96px;width:min(260px,54vw);font-size:12px}.seller-pill{top:256px;right:0}.seller-pill strong{font-size:22px}.hero-stats{left:0;right:0;bottom:28px;justify-content:space-between;gap:12px}.hero-stats strong{font-size:24px}.shoe-story{padding:0}.story-shell{width:100%;min-height:100vh;display:block;padding:0;background:#fff}.story-color-panel{display:block;width:38%}.story-ring{display:block;left:25%;width:min(44vw,360px)}.story-nike-logo{left:28px;top:24px;font-size:12px;gap:8px}.story-nike-logo span{width:44px;height:18px}.story-nike-logo span:before{width:44px;height:7px;top:8px}.story-nike-logo span:after{width:36px;height:12px;border-bottom-width:4px}.story-copy{position:absolute;top:100px;left:48%;width:min(430px,48vw)}.story-copy .eyebrow{font-size:32px}.story-copy h2{font-size:clamp(46px,7vw,64px);text-shadow:0 10px 16px rgba(0,0,0,.16)}.story-copy p:not(.eyebrow){max-width:none}.story-shoe-wrap{position:absolute;left:36%;top:53%;width:min(88vw,620px);transform:translate(-50%,-50%);margin:0}.story-shoe{width:100%;transform:rotate(var(--story-shoe-rotate,-8deg))}.story-callout{grid-template-columns:14px minmax(104px,142px);gap:7px}.story-callout div{padding:8px 9px}.story-callout small,.story-callout strong{font-size:9px}.story-callout-dot{width:13px;height:13px;border-width:3px}.story-callout-upper{left:34%;top:16%}.story-callout-air{left:17%;top:35%}.story-callout-sole{left:20%;bottom:4%}.story-mini-products{right:26px;bottom:36px;grid-template-columns:repeat(3,86px);gap:12px}.story-mini-products button{width:86px;min-width:86px;height:108px;min-height:108px}.story-socials{left:28px;bottom:32px}.detail,.hero{grid-template-columns:1fr}.hero-media{min-height:280px}.catalog-section{border-radius:0;padding:18px}.landing-latest-section{padding:84px 18px 34px}.latest-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.store-header-inner{width:min(100% - 32px,760px);height:auto;min-height:112px;grid-template-columns:auto auto;grid-template-rows:auto auto;gap:12px;padding:13px 0}.store-app-search{grid-column:1/-1;grid-row:2;width:100%;max-width:none}.store-header-actions{justify-self:end}.shop-page{padding-top:92px}.shop-heading-row{align-items:start;flex-direction:column}.shop-count{min-height:auto;display:block;border-left:0}.shop-layout,.shop-toolbar{grid-template-columns:1fr}.shop-filters{position:static;display:none}.shop-filters.open{display:grid}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spark-store-page{padding-top:0}.spark-promos{grid-template-columns:1fr}.spark-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-detail-page{padding-top:24px}.product-detail-hero{grid-template-columns:1fr}.buy-panel{max-width:560px}.detail-image-stage{min-height:460px}.detail-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-layout,.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-items{overflow-x:auto}.cart-row,.cart-table-head{min-width:760px}.order-summary,.profile-card{position:static}.account-saved-grid,.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{align-items:flex-start;flex-direction:column}}@media (max-width:520px){.header-inner{grid-template-columns:1fr auto}.nav{display:none}.store-header-inner{width:min(100% - 24px,420px);grid-template-columns:1fr auto}.store-icon-link{width:34px;min-width:34px}.cart-nav-control{width:46px;min-width:46px}.store-app-search{grid-template-columns:40px 1fr}.shop-shell{width:min(100% - 24px,420px)}.landing-latest-section{min-height:auto}.landing-latest-section .section-head{align-items:flex-start;flex-direction:column;gap:6px}.latest-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.latest-product-info h3{font-size:12px}.shop-grid{grid-template-columns:1fr}.shop-card{min-height:auto}.spark-hero{height:clamp(240px,68vw,280px)}.spark-hero-bg img{width:min(320px,72vw);height:min(190px,42vw)}.spark-hero-copy h1{font-size:clamp(42px,14vw,64px)}.spark-products,.spark-promos{width:min(100% - 24px,420px)}.spark-promos article{min-height:190px;padding:24px}.spark-promos img{opacity:.75;width:58%}.spark-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.spark-product-card{min-height:0;padding:0}.spark-product-image{height:auto}.spark-product-info h3{min-height:36px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.spark-product-price{align-items:flex-start;flex-direction:column;gap:3px}.spark-add-button{min-height:30px;padding:0 8px;font-size:11px}.product-detail-shell{width:min(100% - 24px,420px)}.product-gallery{display:flex;flex-direction:column-reverse;gap:10px}.thumb-rail{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.thumb-rail::-webkit-scrollbar{display:none}.thumb-rail button{width:62px;min-width:62px;height:62px;min-height:62px}.detail-image-stage{min-height:340px}.detail-image-stage img{width:96%;height:86%}.detail-wishlist{top:12px;right:12px}.buy-panel{gap:15px}.detail-price-row{align-items:flex-start;flex-direction:column;gap:8px}.size-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-copy-grid,.detail-spec-grid,.related-grid{grid-template-columns:1fr}.product-info-panel{margin-top:28px}.related-products{margin-top:36px}.commerce-page{padding:24px 0 56px}.commerce-shell{width:min(100% - 24px,420px)}.commerce-heading{align-items:flex-start;flex-direction:column;gap:8px}.cart-row{grid-template-columns:96px minmax(0,1fr);align-items:start}.cart-row-actions{grid-column:1/-1;justify-content:space-between}.account-info-grid,.account-saved-grid,.account-stat-grid,.checkout-grid,.delivery-options,.payment-options,.wishlist-grid{grid-template-columns:1fr}.checkout-summary-row{grid-template-columns:48px minmax(0,1fr)}.checkout-summary-row strong{grid-column:2}.account-order-row{grid-template-columns:1fr;gap:6px}}