
:root{--ink:#101010;--paper:#fff;--soft:#f3f3f1;--line:#e4e4e1;--muted:#686868;--red:#d7192d;--paypal:#ffc439;--shadow:0 30px 90px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}button,input,select,textarea{font:inherit}a{color:inherit}img{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}[hidden]{display:none!important}:focus-visible{outline:3px solid rgba(215,25,45,.25);outline-offset:3px}
.announcement{min-height:34px;display:grid;place-items:center;padding:7px 18px;background:#111;color:#fff;text-align:center;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-header,.checkout-header{height:76px;padding:0 clamp(18px,5vw,72px);display:flex;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(15px);position:sticky;top:0;z-index:60}.site-header{gap:45px}.checkout-header{position:static;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:14px;font-weight:900;letter-spacing:.13em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#111;color:#fff;font-size:11px;font-weight:900}.desktop-nav{display:flex;gap:30px}.desktop-nav a{text-decoration:none;font-size:12px;color:#555}.icon-button{width:44px;height:44px;border:0;background:transparent;border-radius:14px;display:grid;place-items:center;cursor:pointer;position:relative}.icon-button:hover{background:var(--soft)}.icon-button svg{width:22px}.cart-trigger{margin-left:auto}.cart-count{position:absolute;right:1px;top:0;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900;border:2px solid #fff}.eyebrow{margin:0 0 12px;color:#767676;font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.button{min-height:54px;padding:0 24px;border-radius:14px;border:1px solid #111;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;font-weight:800;cursor:pointer;transition:.18s}.button:hover{transform:translateY(-1px)}.button-dark{background:#111;color:#fff}.button-outline,.button-ghost{background:#fff;color:#111}.button-light{background:#fff;color:#111;border-color:#fff}.back-link{display:inline-block;color:#666;font-size:12px;text-decoration:none}.plain-link{text-decoration:none}.legal-shop-link{margin-left:auto}

.brand-hero{min-height:720px;display:grid;grid-template-columns:1fr 1fr;background:#f0f0ed;overflow:hidden}.brand-hero-copy{padding:clamp(70px,8vw,120px) 8vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.brand-hero-copy h1{margin:0;font-size:clamp(76px,10vw,150px);line-height:.76;letter-spacing:-.085em;font-weight:900}.brand-hero-copy>p:not(.eyebrow){max-width:520px;margin:34px 0 0;color:#555;font-size:18px;line-height:1.6}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:34px}.brand-hero-art{position:relative;min-height:720px;overflow:hidden;background:#111;color:#fff;isolation:isolate}.brand-hero-art:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,rgba(215,25,45,.32),transparent 45%);z-index:-2}.hero-word{position:absolute;font-size:clamp(150px,19vw,320px);font-weight:950;letter-spacing:-.11em;line-height:.7;color:#1a1a1a;user-select:none}.hero-word-one{left:-3%;top:8%}.hero-word-two{right:-5%;bottom:8%}.hero-image-stack{position:absolute;inset:0;display:grid;place-items:center}.stack-card{position:absolute;margin:0;width:min(46%,330px);aspect-ratio:4/5;border-radius:22px;overflow:hidden;background:#e8e8e5;box-shadow:0 35px 80px rgba(0,0,0,.42)}.stack-card img{width:100%;height:100%;object-fit:cover}.stack-one{transform:translate(-38%,-4%) rotate(-10deg);z-index:2}.stack-two{transform:translate(38%,10%) rotate(10deg);z-index:3}.stack-three{transform:translate(2%,-2%) rotate(1deg);z-index:4}.drop-pill{position:absolute;right:7%;bottom:6%;z-index:8;padding:11px 15px;border-radius:999px;background:#fff;color:#111;font-size:9px;font-weight:900;letter-spacing:.13em}
.ticker{overflow:hidden;border-block:1px solid var(--line)}.ticker-track{min-width:max-content;display:flex;align-items:center;gap:24px;padding:16px 0;animation:ticker 28s linear infinite}.ticker-track span{font-size:10px;font-weight:900;letter-spacing:.15em}.ticker-track i{width:5px;height:5px;border-radius:50%;background:var(--red)}@keyframes ticker{to{transform:translateX(-38%)}}

.collection-section{max-width:1380px;margin:auto;padding:110px clamp(18px,5vw,72px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:44px}.section-heading h2{font-size:clamp(52px,7vw,94px);line-height:.9;letter-spacing:-.07em;margin:0}.section-heading>p{max-width:440px;margin:0;color:#666;font-size:13px;line-height:1.65}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{text-decoration:none}.product-card-image{aspect-ratio:4/5;position:relative;overflow:hidden;border-radius:20px;background:#ededeb}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.025)}.product-card-badge,.personalizable-badge{position:absolute;z-index:3;border-radius:999px;background:#fff;padding:7px 10px;font-size:8px;font-weight:900;letter-spacing:.09em}.product-card-badge{left:14px;top:14px}.personalizable-badge{right:14px;top:14px;background:#111;color:#fff}.product-card-copy{display:flex;justify-content:space-between;gap:15px;padding:15px 2px 0}.product-card-copy p{margin:0 0 5px;color:#777;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-card-copy h3{margin:0;font-size:14px;line-height:1.4}.product-card-copy>strong{font-size:13px;white-space:nowrap}
.coming-soon-card{aspect-ratio:4/5;position:relative;overflow:hidden;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;color:#fff}.soon-card-a{background:#141414}.soon-card-b{background:#d8192e}.soon-card-c{background:#d8d5ca;color:#111}.soon-pattern{position:absolute;inset:0;display:grid;place-items:center;opacity:.14}.soon-pattern span{font-size:170px;font-weight:950}.coming-soon-copy{position:relative;z-index:2}.coming-soon-copy p{font-size:9px;font-weight:900;letter-spacing:.14em;margin:0 0 8px}.coming-soon-copy h3{font-size:29px;line-height:.95;letter-spacing:-.05em;margin:0 0 12px}.coming-soon-copy>span{font-size:8px;font-weight:800;letter-spacing:.12em;opacity:.7}

.personalization-story{display:grid;grid-template-columns:.85fr 1.15fr;min-height:700px;background:#111;color:#fff}.personalization-story-copy{padding:90px clamp(25px,8vw,130px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.personalization-story-copy .eyebrow{color:#888}.personalization-story-copy h2{font-size:clamp(64px,8vw,120px);line-height:.8;letter-spacing:-.08em;margin:0}.personalization-story-copy>p:not(.eyebrow){max-width:480px;color:#aaa;line-height:1.6;margin:30px 0}.personalization-story-visual{position:relative;min-height:700px;background:#d7192d;overflow:hidden;display:grid;place-items:center}.personalization-story-visual>img{width:min(75%,560px);max-height:640px;object-fit:cover;border-radius:25px;box-shadow:var(--shadow)}.story-print{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.25)}.story-print span{font-size:clamp(22px,3vw,43px);font-weight:900}.story-print strong{font-size:clamp(75px,10vw,150px);line-height:.82;font-weight:950}.story-caption{position:absolute;left:6%;bottom:6%;padding:15px 17px;background:#fff;color:#111;border-radius:14px;display:grid;gap:5px;max-width:310px}.story-caption span{font-size:8px;font-weight:900;letter-spacing:.13em;color:#d7192d}.story-caption strong{font-size:12px}
.why-section,.delivery-section{padding:110px clamp(18px,8vw,130px)}.why-section{background:#f2f2ef}.why-intro h2,.delivery-section h2{font-size:clamp(55px,7vw,100px);line-height:.9;letter-spacing:-.07em;margin:0}.why-grid,.delivery-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:55px}.why-grid article,.delivery-cards article{background:#fff;border-radius:19px;min-height:240px;padding:28px;display:flex;flex-direction:column}.why-grid article>span,.delivery-cards article>span{font-size:11px;font-weight:900;color:#d7192d}.why-grid h3,.delivery-cards h3{font-size:23px;margin:auto 0 11px}.why-grid p,.delivery-cards p{margin:0;color:#666;font-size:12px;line-height:1.6}

.product-page-main{max-width:1440px;margin:auto}.product-back{margin:34px clamp(18px,5vw,72px) 0}.product-section{padding:48px clamp(18px,5vw,72px) 110px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:clamp(48px,7vw,95px)}.gallery-main{aspect-ratio:1/1;position:relative;overflow:hidden;border-radius:22px;background:#eeeeec}.gallery-main img{width:100%;height:100%;object-fit:contain;padding:22px}.product-badge{position:absolute;z-index:3;top:18px;left:18px;padding:8px 11px;border-radius:999px;background:#fff;font-size:9px;font-weight:900}.thumbnail-row{display:grid;grid-template-columns:repeat(3,92px);gap:11px;margin-top:13px}.thumbnail{aspect-ratio:1;border:1px solid transparent;border-radius:13px;padding:0;overflow:hidden;background:#eee;cursor:pointer}.thumbnail.active{border-color:#111}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:15px;position:sticky;top:98px;align-self:start}.product-info>h1{font-size:clamp(44px,5vw,67px);line-height:.96;letter-spacing:-.06em;margin:0}.price-line{display:flex;justify-content:space-between;gap:20px;margin-top:25px;padding-bottom:26px;border-bottom:1px solid var(--line)}.price-line strong{font-size:29px}.price-line span{font-size:10px;color:#777}.product-description{color:#555;line-height:1.65;font-size:14px}.option-block{margin-top:30px}.option-heading{font-size:12px;font-weight:800;margin-bottom:12px}.size-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.size-grid button{height:49px;border:1px solid #d6d6d3;background:#fff;border-radius:11px;font-weight:800}.size-grid button.selected{background:#111;color:#fff}.field-error{min-height:18px;margin:8px 0 0;color:#ad2334;font-size:11px}.purchase-row{display:grid;grid-template-columns:126px 1fr;gap:10px;margin-top:21px}.quantity-control{height:54px;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;border:1px solid #d8d8d5;border-radius:14px;overflow:hidden}.quantity-control button{height:100%;border:0;background:#fff;font-size:19px}.quantity-control span{text-align:center;font-size:12px;font-weight:800}.buy-now{width:100%;margin-top:10px}.product-detail-list{list-style:none;margin:28px 0 0;padding:22px 0 0;border-top:1px solid var(--line);display:grid;gap:10px}.product-detail-list li{font-size:11px;color:#555}.product-detail-list li:before{content:"✓";margin-right:9px;font-weight:900}

.personalization-panel{margin-top:28px;padding:21px;border:1px solid var(--line);border-radius:17px;background:#fafaf8}.personalization-toggle-row{display:flex;justify-content:space-between;gap:22px}.personalization-toggle-row h2{font-size:22px;margin:0}.personalization-toggle-row p:not(.eyebrow){font-size:10px;color:#777}.switch{position:relative;flex:0 0 48px;height:28px}.switch input{opacity:0}.switch span{position:absolute;inset:0;border-radius:999px;background:#d7d7d4}.switch span:before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.2s}.switch input:checked+span{background:#111}.switch input:checked+span:before{transform:translateX(20px)}.personalization-fields{margin-top:20px}.personalization-inputs{display:grid;grid-template-columns:1.45fr .55fr;gap:10px}.personalization-inputs label{display:grid;gap:7px;font-size:10px;font-weight:800}.personalization-inputs label>span{display:flex;justify-content:space-between}.personalization-inputs small{color:#999}.personalization-inputs input{height:48px;border:1px solid #d5d5d2;border-radius:10px;padding:0 12px;text-transform:uppercase}.personalization-inputs em{font-style:normal;color:#999;font-size:9px;text-align:right}.personalization-preview{position:relative;margin-top:15px;aspect-ratio:16/10;background:#e7e7e4;border-radius:14px;overflow:hidden;opacity:.55}.personalization-preview.active{opacity:1}.personalization-preview img{width:100%;height:100%;object-fit:cover}.preview-print{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;color:#fff;text-shadow:0 1px 5px #000}.preview-print span{font-size:17px;font-weight:900}.preview-print strong{font-size:57px;line-height:.82}.personalization-meta{display:flex;justify-content:space-between;margin-top:11px;font-size:10px;color:#666}

.site-footer{background:#111;color:#fff;padding:55px clamp(18px,7vw,110px);display:grid;grid-template-columns:1fr 1.5fr auto;gap:35px}.footer-brand .brand-mark{background:#fff;color:#111}.site-footer p,.footer-meta{color:#777;font-size:10px}.footer-links{display:flex;flex-wrap:wrap;gap:12px 20px}.footer-links a{color:#999;text-decoration:none;font-size:10px}.footer-links .withdraw-link{color:#fff;text-decoration:underline}.footer-meta{display:grid;gap:8px;text-align:right}

.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:90;opacity:0;visibility:hidden}.drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;width:min(470px,100vw);height:100dvh;background:#fff;z-index:100;transform:translateX(101%);transition:.3s;display:flex;flex-direction:column;box-shadow:-30px 0 70px rgba(0,0,0,.15)}.cart-drawer.open{transform:none}.cart-header{padding:24px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-header h3{font-size:28px;margin:0}.cart-free-shipping{padding:15px 24px;background:var(--soft)}.shipping-progress{height:5px;background:#d9d9d6;border-radius:99px;overflow:hidden}.shipping-progress span{display:block;width:0;height:100%;background:#d7192d}.cart-free-shipping p{font-size:10px;color:#666}.cart-items{padding:7px 24px;overflow:auto}.cart-line{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line-image{width:88px;height:108px;object-fit:cover;border-radius:11px}.cart-line-info{display:flex;flex-direction:column}.cart-line-top{display:flex;justify-content:space-between;gap:12px}.cart-line h4{font-size:12px;margin:0}.cart-line-price{font-size:12px}.cart-line-meta,.cart-personalization{font-size:10px;color:#777;margin:5px 0 0}.cart-personalization{color:#111;font-weight:800}.cart-line-actions{display:flex;justify-content:space-between;margin-top:auto}.mini-quantity{display:flex;border:1px solid var(--line);border-radius:9px}.mini-quantity button{width:28px;height:28px;border:0;background:#fff}.mini-quantity span{width:27px;text-align:center;font-size:10px;line-height:28px}.remove-line{border:0;background:transparent;text-decoration:underline;font-size:9px}.cart-empty{margin:auto;text-align:center;padding:45px 30px}.empty-icon{width:54px;height:54px;border-radius:15px;background:var(--soft);display:grid;place-items:center;margin:auto}.cart-footer{margin-top:auto;padding:19px 24px;border-top:1px solid var(--line)}.summary-row{display:flex;justify-content:space-between;margin:8px 0;font-size:12px}.summary-row.total{font-size:19px;padding-top:13px;border-top:1px solid var(--line)}.cart-footer>.button{width:100%;margin-top:13px}.express-label{display:flex;align-items:center;gap:10px;color:#999;font-size:9px;margin:14px 0 8px}.express-label:before,.express-label:after{content:"";height:1px;background:var(--line);flex:1}.express-button{width:100%;min-height:47px;border:0;border-radius:11px;padding:8px 13px;margin-top:7px;display:flex;justify-content:space-between;font-weight:850}.paypal-shortcut{background:var(--paypal);color:#003087}.card-shortcut{background:#eef1f5}

.checkout-page,.confirmation-page,.legal-page,.admin-page{background:#f4f4f1}.secure-label{font-size:10px;font-weight:800;color:#666}.checkout-layout{max-width:1240px;margin:auto;padding:55px 28px 90px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:70px}.checkout-step-heading{display:flex;gap:15px;margin:38px 0 21px}.checkout-step-heading>span{width:34px;height:34px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center}.checkout-step-heading h1,.checkout-step-heading h2{font-size:clamp(32px,4vw,48px);margin:0}.form-section,.payment-card,.checkout-summary-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.form-section label{display:grid;gap:7px;font-size:10px;font-weight:800}.form-section input,.form-section select{height:49px;border:1px solid #d8d8d4;border-radius:11px;padding:0 12px}.full-field{margin-bottom:13px}.optional{color:#999}.form-grid{display:grid;gap:11px;margin-bottom:13px}.form-grid.three{grid-template-columns:.8fr 1fr 1fr}.checkbox-row{display:flex!important;gap:10px!important;margin-top:16px;line-height:1.5}.checkbox-row input{width:18px;height:18px}.payment-heading{margin-top:44px}.payment-instruction,.checkout-security,.summary-note{font-size:10px;color:#777;line-height:1.5}paypal-button,paypal-basic-card-container{width:100%}.checkout-divider{display:flex;align-items:center;gap:12px;color:#999;font-size:9px;margin:13px 0}.checkout-divider:before,.checkout-divider:after{content:"";height:1px;background:var(--line);flex:1}.payment-status{min-height:16px;color:#ad2334;font-size:11px}.payment-status.success{color:#19613a}.checkout-summary-column{position:sticky;top:25px}.checkout-items{display:grid;gap:16px}.checkout-line{display:grid;grid-template-columns:72px 1fr auto;gap:11px;align-items:center}.checkout-line img{width:72px;height:88px;object-fit:cover;border-radius:10px}.checkout-line-image-wrap{position:relative}.checkout-line-qty{position:absolute;right:-7px;top:-7px;background:#111;color:#fff;border-radius:50%;width:21px;height:21px;display:grid;place-items:center;font-size:8px}.checkout-line h4{font-size:11px;margin:0}.checkout-line p{font-size:9px;color:#777;margin:3px 0}.checkout-personalization{font-weight:800!important;color:#111!important}.summary-separator{height:1px;background:var(--line);margin:21px 0}

.confirmation-wrap{padding:70px 20px 100px}.confirmation-card{max-width:850px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:25px;padding:clamp(28px,5vw,58px)}.success-icon{width:59px;height:59px;border-radius:50%;background:#124027;color:#fff;display:grid;place-items:center;font-size:25px}.confirmation-card h1{font-size:clamp(48px,7vw,76px);margin:18px 0 0}.confirmation-lead{color:#666}.confirmation-order-number{margin:29px 0;padding:17px;background:var(--soft);border-radius:13px;display:flex;justify-content:space-between}.confirmation-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.confirmation-section{border:1px solid var(--line);border-radius:15px;padding:20px}.confirmation-line-item{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;margin-top:11px}.confirmation-line-item img{width:58px;height:71px;object-fit:cover;border-radius:8px}.confirmation-line-item h4,.confirmation-line-item p{font-size:10px;margin:2px 0}.confirmation-custom{font-weight:800!important}.address-lines{font-size:11px;line-height:1.7}.confirmation-totals{margin-top:24px;border-top:1px solid var(--line);padding-top:14px}.confirmation-totals>div{display:flex;justify-content:space-between;padding:7px 0}.confirmation-totals .grand-total{font-size:19px;border-top:1px solid var(--line)}.confirmation-help{font-size:10px;color:#666}.confirmation-actions{display:flex;gap:10px;margin-top:28px}

.legal-wrap{padding:65px 18px 100px}.legal-card{max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(28px,6vw,62px)}.legal-card>h1{font-size:clamp(48px,7vw,78px);margin:0 0 43px}.legal-card section{padding:26px 0;border-top:1px solid var(--line)}.legal-card section:first-of-type{border-top:0}.legal-card h2{font-size:21px}.legal-card p{font-size:12px;color:#555;line-height:1.7}.contact-email{font-size:19px!important}.legal-form{display:grid;gap:14px}.legal-form label{display:grid;gap:7px;font-size:10px;font-weight:800}.legal-form input,.legal-form textarea{border:1px solid #d7d7d4;border-radius:11px;padding:12px}.legal-form-result.success{padding:13px;background:#edf7f0;color:#145c31}.legal-form-result.error{padding:13px;background:#fff0f2;color:#9d2434}

.admin-header{height:75px;padding:0 5vw;display:flex;justify-content:space-between;align-items:center;background:#fff}.admin-header>div{display:flex;gap:18px}.admin-header-link{font-size:10px;font-weight:800;text-decoration:none}.button-link{border:0;background:none}.inline-form{display:inline}.admin-wrap{max-width:1240px;margin:auto;padding:55px 24px 100px}.admin-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.admin-title h1{font-size:clamp(60px,9vw,110px);margin:0}.admin-stats{display:flex;gap:10px}.admin-stats>div{width:115px;height:95px;background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.admin-order-list{display:grid;gap:16px}.admin-order-card{background:#fff;border-radius:19px;padding:24px}.admin-order-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px}.admin-order-head h2{font-size:16px}.admin-total{font-size:25px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:22px 0}.admin-line{display:grid;gap:4px;padding:10px 0;border-bottom:1px solid #eee;font-size:10px}.admin-custom{font-weight:800}.admin-order-foot{display:flex;justify-content:space-between;font-size:9px;color:#777}.admin-withdrawals{margin-top:60px}.withdrawal-row{background:#fff;padding:14px 17px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px;font-size:9px}.admin-empty{padding:35px;background:#fff;border-radius:17px}.admin-login-wrap{min-height:100vh;display:grid;place-items:center}.admin-login-card{width:min(470px,90vw);background:#fff;border-radius:22px;padding:36px}.admin-login-card h1{font-size:60px}.admin-login-form{display:grid;gap:15px}.admin-login-form label{display:grid;gap:8px}.admin-login-form input{height:49px}.admin-warning{padding:13px;background:#fff0f2;color:#952332}

.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#111;color:#fff;border-radius:11px;padding:11px 16px;font-size:10px;opacity:0;visibility:hidden;transition:.2s;z-index:130}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:1fr 1fr}.footer-meta{grid-column:1/-1;text-align:left}}
@media(max-width:900px){.desktop-nav{display:none}.brand-hero{grid-template-columns:1fr}.brand-hero-art{min-height:600px}.personalization-story{grid-template-columns:1fr}.why-grid,.delivery-cards{grid-template-columns:1fr}.product-section{grid-template-columns:1fr}.product-info{position:static}.checkout-layout{grid-template-columns:1fr}.checkout-summary-column{grid-row:1;position:static}}
@media(max-width:620px){.site-header,.checkout-header{height:65px;padding:0 16px}.brand-hero-copy{padding:75px 28px}.brand-hero-copy h1{font-size:78px}.brand-hero-art{min-height:470px}.collection-section{padding:75px 16px}.section-heading{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr}.coming-soon-card{aspect-ratio:5/4}.personalization-story-copy{padding:75px 28px}.personalization-story-copy h2{font-size:72px}.why-section,.delivery-section{padding:75px 18px}.product-section{padding:38px 16px 80px}.thumbnail-row{grid-template-columns:repeat(3,1fr)}.product-info>h1{font-size:43px}.personalization-inputs{grid-template-columns:1fr}.purchase-row{grid-template-columns:112px 1fr}.site-footer{display:flex;flex-direction:column}.footer-links{display:grid}.form-grid.three{grid-template-columns:1fr}.checkout-layout{padding:25px 13px 60px}.confirmation-grid{grid-template-columns:1fr}.admin-title{flex-direction:column;align-items:flex-start}.admin-grid{grid-template-columns:1fr}.withdrawal-row{grid-template-columns:1fr 1fr}}
@media print{.checkout-header,.confirmation-actions{display:none!important}}

/* V4 patch selector */
.patch-panel{margin-top:14px;padding:21px;border:1px solid var(--line);border-radius:17px;background:#fff}
.patch-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.patch-heading .eyebrow{margin-bottom:5px}
.patch-heading h2{font-size:22px;margin:0;letter-spacing:-.035em}
.patch-heading p:not(.eyebrow){font-size:10px;color:#777;margin:7px 0 0}
.patch-heading>strong{font-size:12px;white-space:nowrap}
.patch-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px}
.patch-option{position:relative;cursor:pointer}
.patch-option input{position:absolute;opacity:0;pointer-events:none}
.patch-option>span{min-height:70px;border:1px solid #d8d8d5;border-radius:12px;padding:12px;display:flex;flex-direction:column;justify-content:space-between;gap:7px;background:#fff;transition:.18s}
.patch-option strong{font-size:10px;line-height:1.35}
.patch-option small{font-size:9px;color:#777}
.patch-option.selected>span{border-color:#111;background:#111;color:#fff}
.patch-option.selected small{color:#cfcfcf}
.cart-patch,.checkout-patch,.confirmation-patch{font-size:10px;color:#111;font-weight:800;margin:5px 0 0}
.admin-patch{color:#111!important;font-weight:800}
@media(max-width:620px){.patch-options{grid-template-columns:1fr}}

/* V5 fan / player version selector */
.version-panel{margin-top:28px}
.version-heading .eyebrow{margin-bottom:5px}
.version-heading h2{font-size:22px;margin:0 0 14px;letter-spacing:-.035em}
.version-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.version-option{position:relative;cursor:pointer}
.version-option input{position:absolute;opacity:0;pointer-events:none}
.version-option>span.version-option-copy,.version-option>b{pointer-events:none}
.version-option{min-height:86px;border:1px solid #d8d8d5;border-radius:13px;padding:13px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;background:#fff;transition:.18s}
.version-option-copy{display:flex;flex-direction:column;gap:5px}
.version-option-copy strong{font-size:11px}
.version-option-copy small{font-size:9px;color:#777;line-height:1.35}
.version-option>b{font-size:12px}
.version-option.selected{background:#111;color:#fff;border-color:#111}
.version-option.selected .version-option-copy small{color:#c8c8c8}
.price-line>div{display:grid;gap:3px}
.price-line>div>small{font-size:9px;color:#777;font-weight:700}
.cart-version,.checkout-version,.confirmation-version{font-size:10px!important;color:#111!important;font-weight:800!important;margin:4px 0!important}
.admin-version{font-weight:800!important;color:#111!important}
@media(max-width:620px){.version-options{grid-template-columns:1fr}}


/* V6 collection image fallbacks */
.product-card-image.image-missing,.gallery-main.image-missing,.thumbnail.image-missing{background:linear-gradient(145deg,#ededeb,#deded9)}
.product-card-image.image-missing:after{content:attr(data-club) "\A PRODUCT IMAGE COMING";white-space:pre;position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:35px;color:#777;font-size:11px;font-weight:900;letter-spacing:.12em;line-height:1.7}
.gallery-main.image-missing:after{content:"PRODUCT IMAGE\A ADD PHOTO TO /images";white-space:pre;position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:#777;font-size:12px;font-weight:900;letter-spacing:.12em;line-height:1.8}
.thumbnail.image-missing:after{content:"PHOTO";height:100%;display:grid;place-items:center;color:#888;font-size:9px;font-weight:900;letter-spacing:.1em}

/* V6 fan / player difference guide */
.version-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}
.version-difference-link{border:0;background:transparent;padding:0 0 14px;color:#555;text-decoration:underline;text-underline-offset:3px;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}
.version-difference-link:hover{color:#111}
.version-guide{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:22px}
.version-guide.open{display:flex}
.version-guide-backdrop{position:absolute;inset:0;background:rgba(8,8,10,.68);backdrop-filter:blur(8px)}
.version-guide-dialog{position:relative;z-index:1;width:min(1500px,96vw);max-height:94vh;overflow:auto;background:#efefef;border-radius:26px;padding:34px;box-shadow:0 35px 110px rgba(0,0,0,.32)}
.version-guide-close{position:sticky;float:right;top:0;z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:#111;color:#fff;font-size:25px;line-height:1;cursor:pointer}
.version-guide-intro{text-align:center;padding:0 55px 25px}
.version-guide-intro .eyebrow{margin-bottom:5px}
.version-guide-intro h2{margin:0;font-size:clamp(38px,4vw,64px);letter-spacing:-.055em;text-transform:uppercase}
.version-guide-intro>p:not(.eyebrow){margin:8px auto 0;max-width:680px;color:#555;font-size:12px;line-height:1.55}
.version-compare-layout{display:grid;grid-template-columns:minmax(260px,1fr) minmax(330px,.9fr) minmax(260px,1fr);gap:30px;align-items:center}
.version-spec-card{padding:14px 6px}
.version-spec-title{display:flex;align-items:baseline;gap:13px;margin-bottom:24px}
.version-spec-title h3{margin:0;font-size:clamp(27px,2.2vw,41px);line-height:.95;letter-spacing:-.055em}
.version-spec-title span{font-size:10px;color:#333}
.version-facts{margin:0;display:grid;gap:11px}
.version-facts>div{display:grid;grid-template-columns:125px 1fr;gap:14px;font-size:11px;line-height:1.35}
.version-facts dt{font-weight:900}.version-facts dd{margin:0;color:#25253f}
.version-meters{display:grid;gap:15px;margin-top:24px}.meter-row>span{display:block;margin-bottom:8px;font-size:10px;color:#2a2942}
.meter{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.meter i{display:block;height:4px;border-radius:9px;background:#b7b7b7}.meter i.active{background:#15152f}
.version-guide-price{display:grid;gap:3px;margin-top:28px}.version-guide-price span{font-size:10px;color:#333}.version-guide-price strong{font-size:24px;letter-spacing:-.04em}
.guide-select-button{margin-top:22px;min-height:48px;padding:0 22px;border:0;border-radius:5px;background:#ffc12d;color:#111;font-size:11px;font-weight:950;cursor:pointer;text-transform:uppercase}.guide-select-button:hover{filter:brightness(.97)}
.version-image-compare{--split:50%;position:relative;aspect-ratio:4/5;overflow:hidden;background:#3b001a;border-radius:5px;cursor:ew-resize;touch-action:none;box-shadow:0 16px 45px rgba(0,0,0,.14);user-select:none}
.version-image-compare img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.compare-base{z-index:1}.compare-overlay{position:absolute;inset:0;z-index:2;clip-path:inset(0 calc(100% - var(--split)) 0 0)}.compare-overlay img{width:100%;height:100%;object-fit:contain}.compare-divider{position:absolute;z-index:5;left:var(--split);top:0;bottom:0;width:3px;background:#ffc12d;transform:translateX(-50%);pointer-events:none}.compare-divider button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:45px;height:45px;border:0;border-radius:50%;background:#fff;color:#111;font-size:16px;font-weight:900;box-shadow:0 5px 18px rgba(0,0,0,.18)}
.compare-label{position:absolute;z-index:6;top:12px;padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.92);font-size:8px;font-weight:950;letter-spacing:.13em;pointer-events:none}.compare-label-left{left:12px}.compare-label-right{right:12px}
@media(max-width:1050px){.version-compare-layout{grid-template-columns:1fr 1fr}.version-image-compare{grid-column:1/-1;grid-row:1;width:min(520px,100%);justify-self:center}.player-spec{grid-column:1}.fan-spec{grid-column:2}}
@media(max-width:700px){.version-guide{padding:0}.version-guide-dialog{width:100%;height:100%;max-height:none;border-radius:0;padding:24px 18px}.version-guide-intro{padding:0 38px 20px}.version-compare-layout{grid-template-columns:1fr;gap:18px}.version-image-compare{grid-column:1;grid-row:auto;width:100%;max-height:520px}.player-spec,.fan-spec{grid-column:1}.version-spec-card{padding:10px 3px 24px;border-bottom:1px solid #d5d5d5}.version-facts>div{grid-template-columns:118px 1fr}.version-heading{align-items:flex-start;flex-direction:column}.version-difference-link{padding:0;margin-top:-6px}}


/* V7 product info helpers */
.version-help-links{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.version-help-links .version-difference-link{padding-bottom:14px}
.personalization-heading-line{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.personalization-heading-line h2{margin:0}
.inline-info-link{border:0;background:transparent;padding:0;color:#555;text-decoration:underline;text-underline-offset:3px;font:inherit;font-size:9px;font-weight:800;cursor:pointer}
.inline-info-link:hover{color:#111}
.simple-info-guide{position:fixed;inset:0;z-index:320;display:none;align-items:center;justify-content:center;padding:22px}
.simple-info-guide.open{display:flex}
.simple-info-backdrop{position:absolute;inset:0;background:rgba(8,8,10,.68);backdrop-filter:blur(8px)}
.simple-info-dialog{position:relative;z-index:1;width:min(620px,94vw);background:#efefef;border-radius:24px;padding:36px 38px 40px;box-shadow:0 35px 110px rgba(0,0,0,.32)}
.simple-info-close{position:absolute;right:18px;top:18px;width:40px;height:40px;border:0;border-radius:50%;background:#111;color:#fff;font-size:24px;line-height:1;cursor:pointer}
.simple-info-dialog .eyebrow{margin:0 52px 7px 0}
.simple-info-dialog h2{margin:0 52px 13px 0;font-size:clamp(32px,4vw,48px);letter-spacing:-.05em;line-height:.98;text-transform:uppercase}
.simple-info-dialog>p:not(.eyebrow){margin:0;color:#34343f;font-size:12px;line-height:1.65;max-width:500px}
@media(max-width:700px){.version-help-links{justify-content:flex-start}.version-help-links .version-difference-link{padding:0}.personalization-heading-line{align-items:flex-start;flex-direction:column;gap:5px}.simple-info-guide{padding:12px}.simple-info-dialog{padding:32px 24px 34px}.simple-info-dialog h2{font-size:34px}}

/* V8 homepage refresh */
.v8-hero{min-height:720px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);overflow:hidden;background:#f1f1ee;border-bottom:1px solid var(--line)}
.v8-hero-copy{padding:clamp(72px,8vw,128px) clamp(28px,7vw,110px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2}
.v8-hero-copy h1{max-width:820px;margin:0;font-size:clamp(70px,8.4vw,132px);line-height:.82;letter-spacing:-.08em;font-weight:950}
.v8-hero-lead{max-width:610px;margin:30px 0 0;color:#555;font-size:16px;line-height:1.7}
.v8-hero-stats{display:flex;gap:36px;margin-top:54px;padding-top:22px;border-top:1px solid #d6d6d1}
.v8-hero-stats>div{min-width:78px;display:grid;gap:2px}
.v8-hero-stats strong{font-size:29px;line-height:1;letter-spacing:-.05em}
.v8-hero-stats span{font-size:9px;color:#777;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.v8-hero-gallery{position:relative;min-height:720px;overflow:hidden;background:#101010;isolation:isolate}
.v8-hero-gallery:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 38%,rgba(215,25,45,.35),transparent 43%),linear-gradient(140deg,#0d0d0d,#171717 60%,#090909);z-index:-2}
.v8-hero-gallery:after{content:"KITLAIR";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-8deg);font-size:clamp(120px,14vw,250px);font-weight:950;letter-spacing:-.1em;color:#1c1c1c;z-index:-1;white-space:nowrap}
.v8-kit-card{position:absolute;margin:0;overflow:hidden;border-radius:22px;background:#e8e8e5;box-shadow:0 34px 85px rgba(0,0,0,.46);transition:transform .35s ease}
.v8-kit-card img{width:100%;height:100%;object-fit:cover}
.v8-kit-card figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 12px;border-radius:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;gap:8px;color:#111}
.v8-kit-card figcaption span{font-size:7px;font-weight:950;letter-spacing:.13em;color:#777}
.v8-kit-card figcaption strong{font-size:10px;letter-spacing:.06em}
.v8-kit-card-main{width:min(46%,390px);aspect-ratio:4/5;left:50%;top:50%;transform:translate(-50%,-50%) rotate(1deg);z-index:4}
.v8-kit-card-left{width:min(32%,280px);aspect-ratio:4/5;left:7%;top:20%;transform:rotate(-9deg);z-index:2}
.v8-kit-card-right{width:min(32%,280px);aspect-ratio:4/5;right:7%;bottom:14%;transform:rotate(9deg);z-index:3}
.v8-kit-card-main:hover{transform:translate(-50%,-50%) rotate(0) scale(1.015)}
.v8-kit-card-left:hover{transform:rotate(-5deg) translateY(-5px)}
.v8-kit-card-right:hover{transform:rotate(5deg) translateY(-5px)}
.v8-drop-stamp{position:absolute;right:5%;top:5%;z-index:8;width:76px;height:76px;border-radius:50%;background:#ffc12d;color:#111;display:grid;place-items:center;text-align:center;font-size:19px;font-weight:950;line-height:.78;transform:rotate(8deg)}
.v8-drop-stamp span{font-size:8px;letter-spacing:.12em}

.v8-collection{max-width:1460px;padding-top:100px}
.v8-section-heading{margin-bottom:30px}
.collection-toolbar{position:sticky;top:76px;z-index:40;margin:0 -12px 46px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid rgba(225,225,220,.9);border-radius:18px;background:rgba(255,255,255,.91);backdrop-filter:blur(18px);box-shadow:0 10px 35px rgba(0,0,0,.045)}
.collection-toolbar-copy{padding-left:8px;display:grid;gap:3px;white-space:nowrap}
.collection-toolbar-copy span{font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.collection-toolbar-copy small{font-size:9px;color:#777}
.league-filter{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.league-filter-button{min-height:40px;padding:0 13px 0 15px;border:1px solid #deded9;border-radius:999px;background:#fff;color:#111;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:10px;font-weight:850;transition:.18s}
.league-filter-button small{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#f0f0ed;display:grid;place-items:center;font-size:8px}
.league-filter-button:hover{border-color:#111}
.league-filter-button.active{background:#111;color:#fff;border-color:#111}
.league-filter-button.active small{background:#2b2b2b;color:#fff}
.league-collections{display:grid;gap:84px}
.league-group[hidden]{display:none!important}
.league-group-header{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--line)}
.league-group-header>div{display:flex;align-items:baseline;gap:18px}
.league-group-header span{font-size:9px;color:#777;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.league-group-header h3{margin:0;font-size:clamp(34px,4vw,56px);line-height:.9;letter-spacing:-.055em}
.league-group-header p{margin:0;font-size:10px;color:#777;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.league-product-grid{gap:18px}
.v8-product-card .product-card-image{background:#efefec;box-shadow:inset 0 0 0 1px rgba(0,0,0,.025)}
.v8-product-card .product-card-image img{transition:transform .45s ease,filter .45s ease}
.v8-product-card:hover .product-card-image img{transform:scale(1.035)}
.v8-product-card .product-card-copy{padding-top:13px}
.v8-product-card .product-card-copy h3{font-size:14px}
.product-card-meta{display:block;margin-top:6px;color:#888;font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.kit-type-badge{position:absolute;left:14px;bottom:14px;z-index:4;padding:7px 10px;border-radius:999px;background:rgba(17,17,17,.9);color:#fff;font-size:8px;font-weight:950;letter-spacing:.12em;backdrop-filter:blur(9px)}
.v8-product-card .product-card-badge{left:14px;top:14px}
.v8-product-card .personalizable-badge{right:14px;top:14px}

.collection-feature-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#111;color:#fff}
.collection-feature-strip>div{min-height:210px;padding:36px clamp(22px,4vw,58px);display:flex;flex-direction:column;border-right:1px solid #292929}
.collection-feature-strip>div:last-child{border-right:0}
.collection-feature-strip span{font-size:9px;color:#777;font-weight:900;letter-spacing:.12em}
.collection-feature-strip strong{margin-top:auto;font-size:22px;letter-spacing:-.035em}
.collection-feature-strip p{margin:10px 0 0;color:#999;font-size:11px;line-height:1.55;max-width:330px}

@media(max-width:1100px){
  .v8-hero{grid-template-columns:1fr}
  .v8-hero-gallery{min-height:650px}
  .collection-toolbar{top:76px;align-items:flex-start;flex-direction:column}
  .league-filter{justify-content:flex-start}
}
@media(max-width:900px){
  .collection-feature-strip{grid-template-columns:1fr}
  .collection-feature-strip>div{min-height:160px;border-right:0;border-bottom:1px solid #292929}
  .collection-feature-strip>div:last-child{border-bottom:0}
}
@media(max-width:620px){
  .v8-hero-copy{padding:70px 22px 58px}
  .v8-hero-copy h1{font-size:67px;line-height:.84}
  .v8-hero-lead{font-size:14px;margin-top:24px}
  .v8-hero-stats{gap:22px;margin-top:38px;width:100%;justify-content:space-between}
  .v8-hero-stats>div{min-width:0}
  .v8-hero-gallery{min-height:490px}
  .v8-kit-card-main{width:52%}
  .v8-kit-card-left,.v8-kit-card-right{width:34%}
  .v8-kit-card-left{left:2%;top:22%}
  .v8-kit-card-right{right:2%;bottom:13%}
  .v8-drop-stamp{width:62px;height:62px;font-size:16px}
  .v8-collection{padding-top:72px}
  .v8-section-heading{margin-bottom:22px}
  .collection-toolbar{top:65px;margin:0 0 34px;padding:11px;border-radius:15px}
  .league-filter{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .league-filter-button{justify-content:space-between;min-width:0}
  .league-collections{gap:62px}
  .league-group-header{align-items:flex-start;flex-direction:column;gap:9px}
  .league-group-header>div{display:grid;gap:6px}
  .league-group-header h3{font-size:40px}
  .league-product-grid{grid-template-columns:1fr 1fr;gap:12px}
  .v8-product-card .product-card-image{border-radius:14px}
  .v8-product-card .product-card-copy{display:grid;gap:8px}
  .v8-product-card .product-card-copy>strong{font-size:11px}
  .v8-product-card .product-card-copy h3{font-size:12px}
  .v8-product-card .personalizable-badge{display:none}
  .kit-type-badge{left:9px;bottom:9px;padding:6px 8px}
  .v8-product-card .product-card-badge{left:9px;top:9px}
}
@media(max-width:410px){
  .league-product-grid{grid-template-columns:1fr}
  .v8-product-card .product-card-copy h3{font-size:14px}
}

/* V9 interaction + kids collection update */
.compare-player{transform:scale(.8);transform-origin:center}

/* Front / back hover on collection cards */
.v8-product-card{position:relative}
.v8-product-card .product-card-image{isolation:isolate}
.v8-product-card .product-card-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .32s ease,transform .45s ease,filter .45s ease}
.v8-product-card .product-card-front{opacity:1;z-index:1}
.v8-product-card .product-card-back{opacity:0;z-index:2}
.v8-product-card .has-back-image:hover .product-card-front{opacity:0}
.v8-product-card .has-back-image:hover .product-card-back{opacity:1}
.v8-product-card .has-back-image:hover img{transform:scale(1.025)}
.product-image-link{position:absolute;inset:0;z-index:5}
.product-card-copy-link{text-decoration:none}
.quick-view-trigger{position:absolute;left:14px;right:14px;bottom:14px;z-index:7;height:42px;border:0;border-radius:12px;background:rgba(255,255,255,.95);color:#111;font-size:9px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;opacity:0;transform:translateY(8px);transition:.2s ease;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.v8-product-card .product-card-image:hover .quick-view-trigger,.quick-view-trigger:focus-visible{opacity:1;transform:translateY(0)}

/* Scroll reveal */
.reveal-ready .reveal-item{opacity:0;transform:translateY(26px);transition:opacity .55s ease var(--reveal-delay,0ms),transform .55s cubic-bezier(.2,.75,.25,1) var(--reveal-delay,0ms)}
.reveal-ready .reveal-item.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal-ready .reveal-item{opacity:1;transform:none;transition:none}.ticker-track{animation:none}}

/* Stronger New 2026/27 section */
.new-drop-section{padding:110px clamp(18px,6vw,90px);background:#0d0d0d;color:#fff;overflow:hidden}
.new-drop-heading{max-width:1460px;margin:0 auto 38px;display:flex;align-items:end;justify-content:space-between;gap:42px}
.new-drop-heading .eyebrow{color:#777}
.new-drop-heading h2{margin:0;font-size:clamp(58px,7vw,105px);line-height:.84;letter-spacing:-.075em}
.new-drop-heading>p{max-width:500px;margin:0;color:#9b9b9b;font-size:12px;line-height:1.7}
.new-drop-grid{max-width:1460px;margin:auto;display:grid;grid-template-columns:1.35fr repeat(2,1fr);grid-auto-rows:minmax(300px,430px);gap:14px}
.new-drop-card{position:relative;overflow:hidden;border-radius:22px;background:#202020;color:#fff;text-decoration:none;min-height:320px}
.new-drop-card-large{grid-row:span 2}
.new-drop-image{position:absolute;inset:0;background:#202020}
.new-drop-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.76),transparent 48%)}
.new-drop-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.75,.25,1),filter .4s ease}
.new-drop-card:hover img{transform:scale(1.035);filter:saturate(1.05)}
.new-drop-copy{position:absolute;left:22px;right:22px;bottom:20px;z-index:3;display:grid;gap:5px}
.new-drop-copy span{font-size:8px;font-weight:950;letter-spacing:.13em;color:#d6d6d6;text-transform:uppercase}
.new-drop-copy strong{font-size:clamp(20px,2vw,31px);letter-spacing:-.04em;line-height:1.05}
.new-drop-copy small{font-size:10px;color:#fff;font-weight:850}

/* Quick view */
.quick-view-modal{position:fixed;inset:0;z-index:410;display:none;align-items:center;justify-content:center;padding:22px}
.quick-view-modal.open{display:flex}
.quick-view-backdrop{position:absolute;inset:0;background:rgba(8,8,10,.72);backdrop-filter:blur(10px)}
.quick-view-dialog{position:relative;z-index:1;width:min(980px,95vw);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:18px;display:grid;grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr);gap:30px;box-shadow:0 45px 130px rgba(0,0,0,.38)}
.quick-view-close{position:absolute;right:18px;top:18px;z-index:5;width:40px;height:40px;border:0;border-radius:50%;background:#111;color:#fff;font-size:24px;cursor:pointer}
.quick-view-image{min-height:520px;border-radius:18px;background:#efefec;overflow:hidden}
.quick-view-image img{width:100%;height:100%;object-fit:cover}
.quick-view-info{padding:34px 24px 26px 0;display:flex;flex-direction:column}
.quick-view-info h2{margin:0;font-size:clamp(34px,4vw,54px);line-height:.94;letter-spacing:-.06em;padding-right:40px}
.quick-view-price{font-size:23px;margin:18px 0 24px}
.quick-bundle-note{display:inline-flex;align-self:flex-start;margin-top:14px;padding:8px 11px;border-radius:999px;background:#111;color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.quick-view-block{margin-top:14px}
.quick-view-block>span{display:block;margin-bottom:9px;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#666}
.quick-version-options{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.quick-version-options button,.quick-size-grid button{border:1px solid #d7d7d3;background:#fff;border-radius:10px;cursor:pointer;font-weight:800}
.quick-version-options button{min-height:58px;padding:10px;display:grid;gap:4px;text-align:left;font-size:10px}
.quick-version-options button small{color:#777;font-size:9px}
.quick-version-options button.selected,.quick-size-grid button.selected{background:#111;color:#fff;border-color:#111}
.quick-version-options button.selected small{color:#ccc}
.quick-size-grid{display:grid;grid-template-columns:repeat(7,minmax(42px,1fr));gap:6px}
.quick-size-grid button{height:44px;font-size:10px}
.quick-view-actions{display:grid;grid-template-columns:110px 1fr;gap:8px;margin-top:22px}
.quick-qty{height:54px;border:1px solid #d7d7d3;border-radius:12px;display:grid;grid-template-columns:1fr 35px 1fr;align-items:center;text-align:center}
.quick-qty button{height:100%;border:0;background:transparent;cursor:pointer;font-size:18px}
.quick-qty span{font-size:11px;font-weight:900}
.quick-view-full{margin-top:15px;font-size:10px;font-weight:850;text-underline-offset:4px}

/* Kids set notice */
.kids-bundle-note{margin:16px 0 0;padding:13px 15px;border-radius:13px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}
.kids-bundle-note strong{font-size:10px;letter-spacing:.09em;text-transform:uppercase}
.kids-bundle-note span{font-size:10px;color:#d6d6d6}

/* Sticky mobile purchase bar */
.mobile-purchase-bar{display:none}
@media(max-width:700px){
  .mobile-purchase-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:180;min-height:74px;padding:10px 10px 10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:17px;background:rgba(17,17,17,.96);backdrop-filter:blur(18px);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;box-shadow:0 20px 50px rgba(0,0,0,.3)}
  .mobile-purchase-copy{min-width:0;display:grid;grid-template-columns:1fr auto;column-gap:10px;row-gap:2px}
  .mobile-purchase-copy>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
  .mobile-purchase-copy>strong{font-size:15px}
  .mobile-purchase-copy>small{grid-column:1/-1;color:#aaa;font-size:8px}
  .mobile-purchase-bar .button{min-height:50px;padding:0 16px;background:#fff;color:#111;border-color:#fff;font-size:10px}
  .product-page-main{padding-bottom:90px}
  .quick-view-modal{padding:0;align-items:end}
  .quick-view-dialog{width:100%;max-height:92vh;border-radius:22px 22px 0 0;padding:12px;grid-template-columns:1fr;gap:12px}
  .quick-view-image{min-height:310px;max-height:42vh}
  .quick-view-info{padding:16px 10px 22px}
  .quick-view-info h2{font-size:34px}
  .quick-size-grid{grid-template-columns:repeat(4,1fr)}
  .quick-view-close{right:14px;top:14px}
  .quick-view-actions{grid-template-columns:95px 1fr}
  .quick-view-trigger{opacity:1;transform:none;height:38px;left:9px;right:9px;bottom:9px;background:rgba(255,255,255,.94)}
}

@media(max-width:1050px){
  .new-drop-grid{grid-template-columns:1fr 1fr;grid-auto-rows:360px}
  .new-drop-card-large{grid-row:span 1;grid-column:span 2}
  .quick-view-dialog{grid-template-columns:.85fr 1.15fr}
}
@media(max-width:700px){
  .new-drop-section{padding:74px 16px}
  .new-drop-heading{align-items:flex-start;flex-direction:column;gap:18px}
  .new-drop-heading h2{font-size:58px}
  .new-drop-grid{grid-template-columns:1fr 1fr;grid-auto-rows:270px;gap:10px}
  .new-drop-card-large{grid-column:1/-1;min-height:390px}
  .new-drop-copy{left:14px;right:14px;bottom:14px}
  .new-drop-copy strong{font-size:18px}
}
@media(max-width:430px){
  .new-drop-grid{grid-template-columns:1fr;grid-auto-rows:330px}
  .new-drop-card-large{grid-column:auto;min-height:390px}
}

/* V10 catalog collections */
.collection-toolbar-stacked{display:grid;grid-template-columns:1fr;gap:10px;padding:10px}
.collection-filter-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:2px}
.collection-filter,.league-filter{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.collection-filter-button{min-height:40px;padding:0 13px 0 15px;border:1px solid #deded9;border-radius:999px;background:#fff;color:#111;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:10px;font-weight:850;transition:.18s}
.collection-filter-button small{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#f0f0ed;display:grid;place-items:center;font-size:8px}
.collection-filter-button:hover{border-color:#111;transform:translateY(-1px)}
.collection-filter-button.active{background:#111;color:#fff;border-color:#111}
.collection-filter-button.active small{background:#2b2b2b;color:#fff}
.quick-single-version{margin-top:14px;padding:13px 15px;border:1px solid #d7d7d3;border-radius:12px;background:#f7f7f4;font-size:10px;font-weight:850}
.retro-version-note{background:#342416}
.empty-collection{min-height:210px;border:1px dashed #d8d8d2;border-radius:18px;display:grid;place-items:center;align-content:center;gap:7px;text-align:center;background:#fafaf8;color:#666}
.empty-collection strong{font-size:18px;color:#111}
.empty-collection span{font-size:10px}
@media(max-width:900px){
  .collection-filter-row{align-items:flex-start;flex-direction:column}
  .collection-filter,.league-filter{justify-content:flex-start;width:100%}
}
@media(max-width:700px){
  .collection-toolbar-stacked{position:relative;top:auto}
  .collection-filter,.league-filter{display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .collection-filter-button,.league-filter-button{justify-content:space-between;min-width:0}
}

/* V10.1 MOBILE-FIRST LAYOUT */
.mobile-menu-toggle,.mobile-site-menu{display:none}
body.mobile-menu-open{overflow:hidden}

@media(max-width:900px){
  .announcement{display:none}
  .site-header{gap:8px}
  .desktop-nav{display:none}
  .mobile-menu-toggle{display:grid;margin-left:auto;width:42px;height:42px;border:0;border-radius:13px;background:transparent;place-items:center;cursor:pointer;position:relative}
  .mobile-menu-toggle:hover{background:var(--soft)}
  .mobile-menu-toggle span,.mobile-menu-toggle:before,.mobile-menu-toggle:after{content:"";display:block;position:absolute;width:20px;height:2px;border-radius:99px;background:#111;transition:transform .2s ease,opacity .2s ease}
  .mobile-menu-toggle:before{transform:translateY(-6px)}
  .mobile-menu-toggle:after{transform:translateY(6px)}
  .mobile-menu-toggle.open span{opacity:0}
  .mobile-menu-toggle.open:before{transform:rotate(45deg)}
  .mobile-menu-toggle.open:after{transform:rotate(-45deg)}
  .cart-trigger{margin-left:0}
  .mobile-site-menu{display:flex;position:fixed;left:0;right:0;top:65px;bottom:0;z-index:58;background:rgba(255,255,255,.985);backdrop-filter:blur(20px);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease;flex-direction:column;padding:20px 18px 28px;overflow:auto}
  .mobile-site-menu.open{opacity:1;visibility:visible;transform:none}
  .mobile-site-menu-top{display:flex;justify-content:space-between;align-items:center;padding:0 2px 14px;border-bottom:1px solid var(--line)}
  .mobile-site-menu-top span{font-size:9px;font-weight:950;letter-spacing:.14em;color:#777;text-transform:uppercase}
  .mobile-site-menu-close{width:38px;height:38px;border:0;border-radius:50%;background:#111;color:#fff;font-size:23px;line-height:1;cursor:pointer}
  .mobile-site-links{display:grid;padding:10px 0}
  .mobile-site-links a{display:flex;align-items:center;justify-content:space-between;min-height:58px;border-bottom:1px solid var(--line);text-decoration:none;font-size:24px;font-weight:900;letter-spacing:-.04em}
  .mobile-site-links a:after{content:"→";font-size:17px;font-weight:500;color:#999}
  .mobile-site-menu-foot{margin-top:auto;padding:18px 0 0;color:#777;font-size:10px;line-height:1.6}
}

@media(max-width:700px){
  .announcement{display:none}
  .site-header,.checkout-header{height:65px;padding:0 12px;background:rgba(255,255,255,.97)}
  .brand{gap:8px;font-size:12px}
  .brand-mark{width:32px;height:32px;border-radius:9px;font-size:10px}
  .icon-button{width:42px;height:42px}

  /* Homepage hero */
  .v8-hero{min-height:0;grid-template-columns:1fr}
  .v8-hero-copy{padding:52px 18px 36px}
  .v8-hero-copy h1{font-size:clamp(48px,15vw,66px);line-height:.86;letter-spacing:-.075em}
  .v8-hero-lead{margin-top:22px;font-size:13px;line-height:1.62}
  .hero-actions{width:100%;margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .hero-actions .button{min-height:50px;padding:0 13px;font-size:10px;text-align:center}
  .v8-hero-stats{width:100%;gap:0;margin-top:34px;padding-top:17px;display:grid;grid-template-columns:repeat(3,1fr)}
  .v8-hero-stats>div{min-width:0}
  .v8-hero-stats strong{font-size:25px}
  .v8-hero-stats span{font-size:7px}
  .v8-hero-gallery{min-height:410px}
  .v8-hero-gallery:after{font-size:105px}
  .v8-kit-card{border-radius:15px}
  .v8-kit-card-main{width:49%;left:50%;top:49%}
  .v8-kit-card-left{width:31%;left:3%;top:22%}
  .v8-kit-card-right{width:31%;right:3%;bottom:15%}
  .v8-kit-card figcaption{left:8px;right:8px;bottom:8px;padding:8px;border-radius:9px}
  .v8-kit-card figcaption span{display:none}
  .v8-kit-card figcaption strong{font-size:7px}
  .v8-drop-stamp{width:58px;height:58px;right:4%;top:4%;font-size:14px}
  .v8-drop-stamp span{font-size:6px}
  .ticker-track{padding:12px 0;gap:18px}
  .ticker-track span{font-size:8px}

  /* New drop */
  .new-drop-section{padding:64px 12px}
  .new-drop-heading{margin-bottom:24px;gap:14px}
  .new-drop-heading h2{font-size:50px}
  .new-drop-heading>p{font-size:10px}
  .new-drop-grid{grid-template-columns:1fr;grid-auto-rows:330px;gap:10px}
  .new-drop-card,.new-drop-card-large{grid-column:auto;grid-row:auto;min-height:330px;border-radius:17px}
  .new-drop-copy{left:14px;right:14px;bottom:14px}
  .new-drop-copy strong{font-size:21px}

  /* Catalogue */
  .collection-section.v8-collection{padding:64px 12px 74px}
  .v8-section-heading{margin-bottom:22px}
  .section-heading{gap:14px}
  .section-heading h2{font-size:50px}
  .section-heading>p{font-size:10px;line-height:1.6}
  .collection-toolbar.collection-toolbar-stacked{position:sticky;top:65px;z-index:45;margin:0 -4px 34px;padding:8px;border-radius:14px;box-shadow:0 8px 28px rgba(0,0,0,.07)}
  .collection-filter-row{gap:7px}
  .collection-toolbar-copy{padding:2px 4px}
  .collection-toolbar-copy span{font-size:8px}
  .collection-toolbar-copy small{font-size:7px}
  .collection-filter,.league-filter{display:flex;width:calc(100vw - 40px);max-width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;gap:6px;padding:1px 1px 5px;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
  .collection-filter::-webkit-scrollbar,.league-filter::-webkit-scrollbar{display:none}
  .collection-filter-button,.league-filter-button{flex:0 0 auto;min-height:37px;padding:0 11px;border-radius:999px;font-size:8px;scroll-snap-align:start}
  .collection-filter-button small,.league-filter-button small{min-width:19px;height:19px;font-size:7px}
  .league-collections{gap:54px}
  .league-group-header{align-items:flex-start;gap:7px;margin-bottom:13px;padding-bottom:12px;flex-direction:column}
  .league-group-header>div{gap:9px}
  .league-group-header h3{font-size:34px}
  .league-group-header p{font-size:8px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 9px}
  .product-card-image{border-radius:14px}
  .product-card-badge,.personalizable-badge{top:8px;padding:5px 7px;font-size:6px}
  .product-card-badge{left:8px}.personalizable-badge{right:8px}
  .quick-view-trigger{left:7px;right:7px;bottom:7px;height:34px;border-radius:9px;font-size:7px}
  .product-card-copy{display:block;padding:9px 1px 0}
  .product-card-copy p{font-size:7px;margin-bottom:3px}
  .product-card-copy h3{font-size:11px;line-height:1.3;min-height:29px}
  .product-card-copy>strong{display:block;margin-top:5px;font-size:11px}

  /* Feature strip and content sections */
  .collection-feature-strip{grid-template-columns:1fr;padding:0 12px 64px;gap:8px}
  .collection-feature-strip>div{min-height:150px;padding:20px;border-radius:16px}
  .personalization-story{min-height:0;grid-template-columns:1fr}
  .personalization-story-copy{padding:64px 20px 48px}
  .personalization-story-copy h2{font-size:58px}
  .personalization-story-copy>p:not(.eyebrow){font-size:11px;margin:22px 0}
  .personalization-story-visual{min-height:430px;padding:18px}
  .personalization-story-visual>img{width:100%;max-height:390px;border-radius:17px}
  .story-caption{left:18px;right:18px;bottom:18px;max-width:none}
  .why-section,.delivery-section{padding:64px 12px}
  .why-intro h2,.delivery-section h2{font-size:50px}
  .why-grid,.delivery-cards{gap:8px;margin-top:28px}
  .why-grid article,.delivery-cards article{min-height:165px;padding:20px;border-radius:16px}
  .why-grid h3,.delivery-cards h3{font-size:20px}

  /* Product page */
  .product-back{margin:17px 12px 0;font-size:10px}
  .product-section{padding:22px 12px 112px;gap:28px}
  .gallery-main{border-radius:17px;aspect-ratio:1/1}
  .gallery-main img{padding:8px}
  .product-badge{top:10px;left:10px;font-size:7px;padding:6px 8px}
  .thumbnail-row{display:flex;grid-template-columns:none;overflow-x:auto;gap:8px;margin-top:9px;padding-bottom:2px;scrollbar-width:none}
  .thumbnail-row::-webkit-scrollbar{display:none}
  .thumbnail{flex:0 0 74px;border-radius:10px}
  .product-info{padding-top:0}
  .product-info>h1{font-size:37px;line-height:.98}
  .price-line{margin-top:18px;padding-bottom:18px;align-items:flex-start;flex-direction:column;gap:7px}
  .price-line strong{font-size:25px}
  .product-description{font-size:12px;line-height:1.6}
  .kids-bundle-note{padding:11px 12px;gap:9px;align-items:flex-start;flex-direction:column}
  .version-panel,.personalization-panel,.patch-panel{border-radius:16px;padding:18px 14px}
  .version-heading h2,.personalization-heading-line h2,.patch-heading h2{font-size:24px}
  .version-help-links{gap:9px}
  .version-options{grid-template-columns:1fr}
  .size-grid{grid-template-columns:repeat(4,1fr);gap:6px}
  .size-grid button{height:46px;border-radius:10px;font-size:10px}
  .personalization-toggle-row{gap:14px}
  .personalization-preview{border-radius:14px}
  .patch-heading{align-items:flex-start;flex-direction:column;gap:10px}
  .patch-options{grid-template-columns:1fr}
  .purchase-row{grid-template-columns:100px 1fr}
  .quantity-control{height:52px}
  .buy-now{margin-bottom:0}
  .product-detail-list{margin-top:20px;padding-top:18px}

  /* Fan vs Player guide */
  .version-guide-dialog{padding:18px 12px 24px}
  .version-guide-intro{padding:0 38px 12px 2px}
  .version-guide-intro h2{font-size:38px}
  .version-guide-intro>p:not(.eyebrow){font-size:10px}
  .version-image-compare{border-radius:15px;max-height:none;aspect-ratio:1/1.12}
  .version-spec-card{padding:14px 3px 18px}
  .version-spec-title h3{font-size:22px}
  .version-facts>div{grid-template-columns:105px 1fr;font-size:9px}
  .meter-row>span{font-size:8px}
  .guide-select-button{min-height:48px}

  /* Cart drawer */
  .cart-drawer{width:100vw;max-width:none}
  .cart-header{padding:16px}
  .cart-header h3{font-size:25px}
  .cart-free-shipping{padding:12px 16px}
  .cart-items{padding:4px 14px}
  .cart-line{grid-template-columns:76px 1fr;gap:11px;padding:13px 0}
  .cart-line-image{width:76px;height:95px}
  .cart-footer{padding:14px 16px calc(14px + env(safe-area-inset-bottom))}

  /* Checkout and forms that share this stylesheet */
  .checkout-header{padding:0 12px}
  .checkout-layout{padding:20px 10px 56px;gap:18px}
  .checkout-summary-column{grid-row:auto}
  .checkout-step-heading{margin:24px 0 14px;gap:10px}
  .checkout-step-heading>span{width:30px;height:30px;font-size:10px}
  .checkout-step-heading h1,.checkout-step-heading h2{font-size:30px}
  .form-section,.payment-card,.checkout-summary-card{padding:16px;border-radius:16px}
  .form-grid,.form-grid.three{grid-template-columns:1fr}
  .checkout-line{grid-template-columns:58px 1fr auto;gap:8px}
  .checkout-line img{width:58px;height:72px}

  /* Footer */
  .site-footer{padding:42px 18px calc(105px + env(safe-area-inset-bottom));gap:25px}
  .footer-links{grid-template-columns:1fr 1fr;gap:13px 18px}
  .footer-meta{text-align:left}
}

@media(max-width:390px){
  .v8-hero-copy h1{font-size:46px}
  .hero-actions{grid-template-columns:1fr}
  .v8-hero-gallery{min-height:370px}
  .section-heading h2,.why-intro h2,.delivery-section h2{font-size:44px}
  .new-drop-heading h2{font-size:45px}
  .product-grid{gap:20px 7px}
  .product-card-copy h3{font-size:10px}
  .product-info>h1{font-size:34px}
  .size-grid{grid-template-columns:repeat(4,1fr)}
  .mobile-purchase-bar{left:7px;right:7px;bottom:7px;padding-left:11px}
  .mobile-purchase-bar .button{padding:0 11px}
}


/* =========================================================
   KITLAIR V11 · LARGE CATALOG / SEARCH / COLLECTION REDESIGN
   ========================================================= */
:root{
  --v11-ink:#0c0c0c;
  --v11-paper:#f5f5f1;
  --v11-soft:#ecece7;
  --v11-red:#e92737;
  --v11-yellow:#ffc526;
  --v11-blue:#1437ff;
}
html{scroll-behavior:smooth}
body{background:var(--v11-paper)}
.site-header{background:rgba(247,247,243,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.08)}
.desktop-nav a{position:relative}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;background:#111;transition:right .2s ease}
.desktop-nav a:hover:after{right:0}

.v8-hero{background:linear-gradient(135deg,#f7f7f3 0%,#ededE7 100%)}
.v8-hero-copy:after{content:"SEARCH · FILTER · QUICK VIEW";position:absolute;right:34px;bottom:28px;font-size:8px;font-weight:950;letter-spacing:.19em;writing-mode:vertical-rl;color:#8c8c84}
.v8-kit-card{box-shadow:0 34px 90px rgba(0,0,0,.28)}
.v8-kit-card img{transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.v8-kit-card:hover img{transform:scale(1.035)}
.new-drop-section{background:#0e0e0e;color:white;border-top:0}
.new-drop-heading>p{color:#aaa}
.new-drop-card{background:#191919;border:1px solid #262626}
.new-drop-copy span,.new-drop-copy small{color:#aaa}
.new-drop-card:hover{transform:translateY(-5px)}
.new-drop-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.18));pointer-events:none}

.v11-collection-hub{max-width:1440px;margin:0 auto;padding:105px clamp(18px,5vw,72px) 50px}
.v11-collection-hub-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr);gap:48px;align-items:end;margin-bottom:34px}
.v11-collection-hub-head h2{font-size:clamp(48px,6.5vw,92px);line-height:.9;letter-spacing:-.065em;margin:0}
.v11-collection-hub-head>p{margin:0;color:#666;line-height:1.65;font-size:13px}
.v11-collection-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.v11-collection-tile{position:relative;min-height:260px;text-align:left;border:0;border-radius:24px;padding:24px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease}
.v11-collection-tile:before{content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(255,255,255,.22);border-radius:50%;right:-45px;top:-45px}
.v11-collection-tile:after{content:"";position:absolute;width:95px;height:95px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:20px;top:20px}
.v11-collection-tile:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(0,0,0,.12)}
.v11-collection-tile span{position:relative;z-index:1;font-size:10px;font-weight:950;letter-spacing:.13em}
.v11-collection-tile strong{position:relative;z-index:1;margin-top:auto;font-size:clamp(26px,2.6vw,42px);line-height:.9;letter-spacing:-.055em;max-width:220px}
.v11-collection-tile small{position:relative;z-index:1;margin-top:12px;font-size:10px;font-weight:800;opacity:.68}
.v11-collection-tile b{position:relative;z-index:1;margin-top:20px;font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.tile-current{background:#111;color:#fff}
.tile-kids{background:#ffc526;color:#111}
.tile-international{background:#1736ff;color:#fff}
.tile-retro{background:#d9d9d3;color:#111}
.tile-kids:before,.tile-kids:after,.tile-retro:before,.tile-retro:after{border-color:rgba(0,0,0,.13)}

.v11-shop{max-width:1440px;padding-top:70px}
.v11-section-heading{margin-bottom:30px}
.v11-section-heading h2{font-size:clamp(55px,7.7vw,105px)}
.v11-catalog-tools{display:grid;grid-template-columns:minmax(0,1fr) 225px;gap:10px;margin-bottom:10px}
.v11-search{height:68px;border:1px solid #d7d7d1;background:white;border-radius:18px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:13px;padding:0 18px;box-shadow:0 8px 30px rgba(0,0,0,.035)}
.v11-search svg{width:22px;height:22px;fill:none;stroke:#111;stroke-width:1.8}
.v11-search input{height:100%;width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:16px;font-weight:650}
.v11-search input::placeholder{color:#9a9a93;font-weight:500}
.v11-search kbd{border:1px solid #d7d7d1;background:#f4f4f1;border-radius:7px;padding:5px 8px;font-family:inherit;font-size:10px;color:#777}
.v11-sort{height:68px;border:1px solid #d7d7d1;background:white;border-radius:18px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;padding:0 15px}
.v11-sort span{font-size:9px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#777}
.v11-sort select{width:100%;height:42px;border:0;background:transparent;font:inherit;font-size:12px;font-weight:800;outline:0;cursor:pointer}
.v11-filter-shell{position:sticky;top:76px;z-index:44;border:1px solid rgba(215,215,209,.9);background:rgba(247,247,243,.92);backdrop-filter:blur(18px);border-radius:18px;padding:10px;margin-bottom:32px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;box-shadow:0 10px 32px rgba(0,0,0,.045)}
.v11-filter-shell .collection-filter{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:0}
.v11-filter-shell .collection-filter::-webkit-scrollbar{display:none}
.v11-filter-shell .collection-filter-button{flex:0 0 auto}
.v11-result-count{padding:0 8px;font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;color:#666;white-space:nowrap}

.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 14px}
.v11-product-card{min-width:0}
.v11-product-card .product-card-image{border-radius:24px;background:#e8e8e3;box-shadow:inset 0 0 0 1px rgba(0,0,0,.035)}
.v11-product-card .product-card-image:before{content:"";position:absolute;inset:0;border-radius:24px;box-shadow:inset 0 -80px 90px -95px #000;pointer-events:none;z-index:2}
.v11-product-card:hover .product-card-image{box-shadow:0 18px 48px rgba(0,0,0,.11)}
.v11-product-card .product-card-copy{padding:14px 3px 0;align-items:flex-start}
.v11-card-title{min-width:0}
.v11-card-collection{display:inline-block;margin-bottom:8px;font-size:7px;font-weight:950;letter-spacing:.13em;color:#777}
.v11-product-card .product-card-copy p{font-size:8px;margin-bottom:4px}
.v11-product-card .product-card-copy h3{font-size:15px;letter-spacing:-.015em;line-height:1.25}
.v11-product-card .product-card-meta{font-size:7.5px;line-height:1.45;margin-top:8px;display:block;color:#777;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.v11-card-price{display:grid;justify-items:end;gap:2px;white-space:nowrap;padding-top:1px}
.v11-card-price small{font-size:7px;color:#888;font-weight:900;letter-spacing:.1em}
.v11-card-price strong{font-size:14px}
.v11-product-card .quick-view-trigger{bottom:12px;left:12px;right:12px;height:42px;border-radius:12px}
.v11-product-card .kit-type-badge{left:12px;bottom:12px}
.v11-product-card .product-card-badge{left:12px;top:12px}
.v11-product-card .personalizable-badge{right:12px;top:12px}
.v11-product-card:hover{transform:translateY(-2px)}
.v11-product-card .product-card-back{opacity:0;position:absolute;inset:0}
.v11-product-card .has-back-image:hover .product-card-front{opacity:0}
.v11-product-card .has-back-image:hover .product-card-back{opacity:1}
.v11-product-card .product-card-front,.v11-product-card .product-card-back{transition:opacity .28s ease,transform .5s ease}
.v11-product-card:hover .product-card-front,.v11-product-card:hover .product-card-back{transform:scale(1.02)}
.v11-empty{grid-column:1/-1;min-height:360px;border:1px dashed #cfcfc8;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}
.v11-empty span{font-size:9px;font-weight:950;letter-spacing:.16em;color:#888}
.v11-empty strong{font-size:30px;margin-top:9px;letter-spacing:-.04em}
.v11-empty p{max-width:440px;color:#777;line-height:1.55}
.v11-empty button{border:0;background:#111;color:#fff;border-radius:12px;padding:13px 18px;font-weight:850;cursor:pointer}

.collection-feature-strip{margin-top:90px}
.quick-view-dialog{border-radius:24px}
.quick-view-image{background:#ededE7}

@media(max-width:1180px){
  .v11-collection-tiles{grid-template-columns:repeat(2,1fr)}
  .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .v11-collection-hub{padding:72px 18px 35px}
  .v11-collection-hub-head{grid-template-columns:1fr;gap:15px}
  .v11-catalog-tools{grid-template-columns:1fr}
  .v11-sort{height:56px}
  .v11-filter-shell{top:65px}
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px}
}
@media(max-width:620px){
  .v8-hero-copy:after{display:none}
  .v11-collection-hub{padding-top:58px}
  .v11-collection-hub-head h2{font-size:48px}
  .v11-collection-tiles{grid-template-columns:1fr 1fr;gap:8px}
  .v11-collection-tile{min-height:165px;border-radius:18px;padding:15px}
  .v11-collection-tile strong{font-size:23px}
  .v11-collection-tile small{font-size:8px}
  .v11-collection-tile b{font-size:8px;margin-top:12px}
  .v11-shop{padding-top:54px}
  .v11-section-heading{margin-bottom:20px}
  .v11-section-heading h2{font-size:55px}
  .v11-catalog-tools{gap:7px}
  .v11-search{height:58px;border-radius:14px;padding:0 13px;grid-template-columns:21px 1fr}
  .v11-search kbd{display:none}
  .v11-search input{font-size:14px}
  .v11-sort{border-radius:14px}
  .v11-filter-shell{margin:0 -4px 24px;padding:7px;border-radius:14px;grid-template-columns:1fr}
  .v11-result-count{display:none}
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 8px}
  .v11-product-card .product-card-image{border-radius:17px}
  .v11-product-card .product-card-image:before{border-radius:17px}
  .v11-product-card .product-card-copy{display:block;padding-top:10px}
  .v11-card-price{display:flex;justify-content:flex-start;align-items:baseline;gap:4px;margin-top:6px}
  .v11-card-price strong{font-size:13px}
  .v11-product-card .product-card-copy h3{font-size:12px}
  .v11-product-card .product-card-meta{font-size:6.5px;margin-top:6px}
  .v11-card-collection{font-size:6px;margin-bottom:5px}
  .v11-product-card .quick-view-trigger{height:36px;bottom:8px;left:8px;right:8px}
  .v11-product-card .product-card-badge,.v11-product-card .personalizable-badge{top:8px}
  .v11-product-card .product-card-badge{left:8px}
  .v11-product-card .personalizable-badge{right:8px}
}
@media(max-width:390px){
  .v11-collection-tiles{grid-template-columns:1fr}
  .v11-collection-tile{min-height:145px}
  .catalog-grid{gap:22px 7px}
}

/* =========================================================
   KITLAIR V12 · EDITORIAL STOREFRONT / TOP SEARCH
   ========================================================= */
:root{
  --v12-ink:#0b0b0c;
  --v12-paper:#f4f3ee;
  --v12-card:#ffffff;
  --v12-muted:#74746f;
  --v12-line:#d8d7d0;
  --v12-accent:#ffcf22;
}

body{background:var(--v12-paper);color:var(--v12-ink)}
.announcement{background:#0b0b0c;letter-spacing:.13em}
.site-header{background:rgba(244,243,238,.94);box-shadow:0 1px 0 rgba(0,0,0,.04)}

/* Search lives directly at the top of the storefront */
.v12-top-search{position:relative;z-index:52;background:#101011;color:#fff;border-bottom:1px solid #262628}
.v12-top-search-inner{max-width:1560px;margin:auto;min-height:92px;padding:14px clamp(18px,4vw,64px);display:grid;grid-template-columns:250px minmax(420px,1fr) auto;gap:18px;align-items:center}
.v12-search-status{display:grid;grid-template-columns:10px 1fr;column-gap:9px;align-items:center}
.v12-search-status strong{font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.v12-search-status small{grid-column:2;color:#85858b;font-size:8px;letter-spacing:.04em;margin-top:2px}
.v12-live-dot{width:8px;height:8px;border-radius:50%;background:#5ee28b;box-shadow:0 0 0 5px rgba(94,226,139,.1);display:inline-block}
.v12-search-command{position:relative;height:62px;background:#fff;color:#111;border-radius:18px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:13px;padding:0 16px 0 18px;box-shadow:0 16px 55px rgba(0,0,0,.23)}
.v12-search-command>svg{width:22px;height:22px;fill:none;stroke:#111;stroke-width:1.8}
.v12-search-command>input{width:100%;height:100%;border:0;background:transparent;outline:0;font:inherit;font-size:15px;font-weight:720;color:#111}
.v12-search-command>input::placeholder{color:#9c9c98;font-weight:540}
.v12-search-command>kbd{padding:5px 8px;border:1px solid #deded8;border-radius:7px;background:#f2f2ee;color:#777;font:700 10px/1 inherit}
.v12-search-presets{display:flex;align-items:center;gap:6px;max-width:430px;overflow-x:auto;scrollbar-width:none}
.v12-search-presets::-webkit-scrollbar{display:none}
.v12-search-presets>span{color:#67676d;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-right:2px}
.v12-search-presets button{flex:0 0 auto;border:1px solid #303034;background:#18181a;color:#d7d7da;border-radius:999px;padding:9px 11px;font:800 8px/1 inherit;letter-spacing:.04em;cursor:pointer;transition:.18s ease}
.v12-search-presets button:hover{border-color:#fff;color:#fff;transform:translateY(-1px)}
.v12-search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);display:none;background:#fff;color:#111;border:1px solid #deded8;border-radius:18px;padding:8px;box-shadow:0 30px 90px rgba(0,0,0,.23);max-height:520px;overflow:auto;z-index:120}
.v12-search-suggestions.open{display:block}
.v12-suggestion{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;padding:8px;text-decoration:none;color:#111;border-radius:12px;transition:.16s ease}
.v12-suggestion:hover{background:#f2f2ed}
.v12-suggestion-image{width:58px;height:66px;border-radius:9px;overflow:hidden;background:#e8e8e3}
.v12-suggestion-image img{width:100%;height:100%;object-fit:cover}
.v12-suggestion-copy{min-width:0;display:grid;gap:2px}
.v12-suggestion-copy small{font-size:7px;font-weight:900;letter-spacing:.1em;color:#777;text-transform:uppercase}
.v12-suggestion-copy strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.v12-suggestion-copy em{font-style:normal;font-size:8px;color:#85857f}
.v12-suggestion>b{font-size:11px}
.v12-suggestion-all{width:100%;height:42px;border:0;border-radius:10px;background:#111;color:#fff;font:850 9px/1 inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;margin-top:5px}
.v12-suggestion-empty{padding:28px 20px;display:grid;gap:5px;text-align:center}
.v12-suggestion-empty strong{font-size:15px}.v12-suggestion-empty span{font-size:10px;color:#777}

/* Editorial hero */
.v12-hero{min-height:760px;display:grid;grid-template-columns:minmax(500px,.9fr) minmax(650px,1.1fr);border-bottom:1px solid var(--v12-line);overflow:hidden;background:#f7f6f1}
.v12-hero-copy{position:relative;padding:clamp(70px,7vw,118px) clamp(30px,6vw,100px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.v12-hero-copy:before{content:"KITLAIR / FOOTBALL CULTURE";position:absolute;left:clamp(30px,6vw,100px);top:28px;font-size:7px;font-weight:950;letter-spacing:.19em;color:#a0a099}
.v12-hero-copy h1{margin:0;max-width:760px;font-size:clamp(76px,7.6vw,126px);line-height:.82;letter-spacing:-.078em;font-weight:950}
.v12-hero-copy h1 span{color:#8b8b84}
.v12-hero-lead{max-width:620px;margin:30px 0 0;color:#5f5f5a;font-size:15px;line-height:1.72}
.v12-hero-copy .hero-actions{margin-top:30px;display:flex;gap:9px;flex-wrap:wrap}
.v12-hero-copy .button{min-height:52px;border-radius:12px}
.v12-proof-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.v12-proof-row span{height:30px;padding:0 11px;border:1px solid #d7d6cf;border-radius:999px;display:inline-flex;align-items:center;gap:7px;color:#666;font-size:8px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;background:rgba(255,255,255,.55)}
.v12-proof-row i{width:6px;height:6px;background:#28bd65;border-radius:50%}
.v12-hero-copy .v8-hero-stats{margin-top:40px}

.v12-hero-stage{position:relative;min-height:760px;background:#0f0f10;overflow:hidden;isolation:isolate}
.v12-stage-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,black,transparent 92%)}
.v12-stage-word{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%) rotate(-7deg);font-size:clamp(160px,17vw,310px);font-weight:950;letter-spacing:-.11em;color:#181819;white-space:nowrap;z-index:-1}
.v12-stage-kicker{position:absolute;right:34px;top:28px;color:#707077;font-size:8px;font-weight:950;letter-spacing:.16em}.v12-stage-kicker span{color:var(--v12-accent)}
.v12-look-card{position:absolute;display:block;text-decoration:none;color:#111;background:#fff;border:1px solid rgba(255,255,255,.12);border-radius:19px;padding:8px;box-shadow:0 30px 80px rgba(0,0,0,.34);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease;z-index:3}
.v12-look-card:hover{box-shadow:0 42px 100px rgba(0,0,0,.45)}
.v12-look-card img{display:block;width:100%;height:calc(100% - 58px);object-fit:cover;border-radius:13px;background:#222}
.v12-look-card>div{height:58px;padding:10px 8px 2px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:0 10px}
.v12-look-card span{grid-column:1/-1;font-size:6px;font-weight:900;letter-spacing:.12em;color:#888}
.v12-look-card strong{font-size:11px;letter-spacing:.02em}.v12-look-card b{font-size:6px;letter-spacing:.1em;color:#777}
.look-main{width:min(34%,390px);height:58%;left:39%;top:17%;transform:rotate(1deg)}
.look-main:hover{transform:rotate(0deg) translateY(-6px) scale(1.015)}
.look-left{width:min(25%,285px);height:39%;left:8%;top:20%;transform:rotate(-8deg)}
.look-left:hover{transform:rotate(-4deg) translateY(-6px) scale(1.015)}
.look-right{width:min(23%,260px);height:36%;right:4%;bottom:13%;transform:rotate(8deg)}
.look-right:hover{transform:rotate(4deg) translateY(-6px) scale(1.015)}
.v12-stage-note{position:absolute;left:7%;bottom:7%;z-index:4;width:min(300px,31%);padding:18px;border:1px solid #2b2b2e;border-radius:16px;background:rgba(17,17,19,.88);backdrop-filter:blur(16px);color:#fff}
.v12-stage-note>span{font-size:6px;font-weight:900;letter-spacing:.15em;color:#777}
.v12-stage-note strong{display:block;margin-top:8px;font-size:17px;letter-spacing:-.03em}
.v12-stage-note p{margin:7px 0 12px;color:#8f8f95;font-size:8px;line-height:1.55}
.v12-stage-note a{color:#fff;font-size:8px;font-weight:850;text-underline-offset:3px}

/* Image-led collections */
.v12-collection-hub{max-width:1540px;margin:0 auto;padding:110px clamp(18px,5vw,72px) 60px}
.v12-collection-head{display:grid;grid-template-columns:1.15fr .55fr;gap:60px;align-items:end;margin-bottom:34px}
.v12-collection-head h2{margin:0;font-size:clamp(66px,7vw,108px);line-height:.82;letter-spacing:-.075em}
.v12-collection-head>p{margin:0;color:#666;font-size:12px;line-height:1.7;max-width:460px}
.v12-collection-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:320px 320px;gap:12px}
.v12-collection-card{position:relative;overflow:hidden;border:0;border-radius:24px;padding:0;cursor:pointer;text-align:left;background:#111;color:#fff;isolation:isolate}
.v12-collection-card:first-child{grid-row:span 2}
.v12-collection-card:last-child{grid-column:2/4}
.v12-collection-image{position:absolute;inset:0;z-index:-2}.v12-collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s ease}
.v12-collection-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.03) 65%)}
.v12-collection-card:hover .v12-collection-image img{transform:scale(1.04);filter:saturate(1.06)}
.v12-collection-copy{position:absolute;left:22px;right:22px;bottom:20px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:5px 14px}
.v12-collection-copy>span{grid-column:1/-1;font-size:7px;font-weight:950;letter-spacing:.15em;color:#c7c7c7}
.v12-collection-copy>strong{font-size:clamp(28px,2.5vw,44px);line-height:.92;letter-spacing:-.055em}
.v12-collection-copy>small{grid-column:1;font-size:8px;color:#c7c7c7;font-weight:750}.v12-collection-copy>b{grid-column:2;grid-row:2/4;font-size:8px;letter-spacing:.08em;text-transform:uppercase;align-self:end}

.v12-experience-strip{max-width:1540px;margin:0 auto;padding:0 clamp(18px,5vw,72px) 38px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--v12-line)}
.v12-experience-strip article{min-height:145px;background:var(--v12-paper);padding:22px;display:grid;grid-template-columns:35px 1fr;gap:12px;align-items:start}
.v12-experience-strip article>span{font-size:8px;color:#a1a19a;font-weight:950;letter-spacing:.1em}
.v12-experience-strip strong{font-size:10px;letter-spacing:.08em}.v12-experience-strip p{margin:9px 0 0;color:#777;font-size:9px;line-height:1.55}

/* Catalog presentation */
.v11-shop{max-width:1540px;padding-top:88px}
.v11-section-heading{align-items:end}.v11-section-heading h2{font-size:clamp(65px,8vw,112px);line-height:.82}
.v12-catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px}
.v12-catalog-live{display:flex;align-items:center;gap:12px;padding:0 5px}.v12-catalog-live>div{display:grid;gap:2px}
.v12-catalog-live strong{font-size:10px;letter-spacing:.05em}.v12-catalog-live small{font-size:8px;color:#888}
.v12-catalog-toolbar .v11-sort{width:225px}
.v11-filter-shell{border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.035)}
.catalog-grid{gap:42px 15px}
.v11-product-card{transition:transform .2s ease}
.v11-product-card .product-card-image{border-radius:20px;background:#e4e3de}
.v11-product-card .product-card-copy{padding-top:13px}
.v11-product-card .product-card-copy h3{font-size:14px;line-height:1.28}
.v11-card-collection{color:#999}

/* Refine existing lower-page modules */
.collection-feature-strip{margin-top:110px;border-color:#28282a}
.personalization-story{position:relative;overflow:hidden}
.personalization-story:before{content:"MAKE IT YOURS";position:absolute;right:-30px;bottom:-30px;font-size:clamp(90px,14vw,220px);font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.035);white-space:nowrap;pointer-events:none}
.why-section{background:#f7f6f1}.delivery-section{background:#fff}

@media(max-width:1180px){
  .v12-top-search-inner{grid-template-columns:190px 1fr}.v12-search-presets{grid-column:1/-1;max-width:none;padding-bottom:2px}
  .v12-hero{grid-template-columns:1fr}.v12-hero-stage{min-height:680px}
  .v12-collection-grid{grid-template-columns:1fr 1fr;grid-template-rows:380px 300px}.v12-collection-card:first-child{grid-row:auto}.v12-collection-card:last-child{grid-column:auto}
  .v12-experience-strip{grid-template-columns:1fr 1fr}
}

@media(max-width:760px){
  .desktop-nav{display:none}
  .v12-top-search-inner{min-height:0;padding:10px 12px 12px;grid-template-columns:1fr;gap:8px}.v12-search-status{display:none}
  .v12-search-command{height:56px;border-radius:14px;padding:0 13px;grid-template-columns:21px 1fr}.v12-search-command>kbd{display:none}.v12-search-command>input{font-size:13px}
  .v12-search-presets{grid-column:auto;gap:5px}.v12-search-presets>span{display:none}.v12-search-presets button{padding:8px 10px;font-size:7px}
  .v12-search-suggestions{position:fixed;left:10px;right:10px;top:145px;max-height:62vh;border-radius:15px}
  .v12-hero{min-height:auto;display:block}.v12-hero-copy{padding:66px 20px 54px}.v12-hero-copy:before{left:20px;top:21px}
  .v12-hero-copy h1{font-size:clamp(58px,17vw,83px);line-height:.84}.v12-hero-lead{font-size:12px;margin-top:22px}.v12-proof-row{margin-top:20px}.v12-proof-row span{font-size:6px;height:27px;padding:0 9px}
  .v12-hero-copy .v8-hero-stats{width:100%;justify-content:space-between;margin-top:32px;gap:15px}
  .v12-hero-stage{min-height:510px}.v12-stage-kicker{right:18px;top:16px;font-size:6px}.v12-stage-word{font-size:125px}
  .look-main{width:47%;height:56%;left:34%;top:15%}.look-left{width:32%;height:35%;left:3%;top:22%}.look-right{width:30%;height:33%;right:1%;bottom:7%}
  .v12-look-card{padding:5px;border-radius:13px}.v12-look-card img{height:calc(100% - 42px);border-radius:9px}.v12-look-card>div{height:42px;padding:6px 4px}.v12-look-card span{font-size:4px}.v12-look-card strong{font-size:7px}.v12-look-card b{font-size:4px}
  .v12-stage-note{left:4%;bottom:5%;width:37%;padding:11px;border-radius:11px}.v12-stage-note strong{font-size:11px}.v12-stage-note p{display:none}.v12-stage-note a{font-size:6px}
  .v12-collection-hub{padding:70px 12px 34px}.v12-collection-head{grid-template-columns:1fr;gap:12px;margin-bottom:22px}.v12-collection-head h2{font-size:56px}.v12-collection-head>p{font-size:10px}
  .v12-collection-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:260px 260px;gap:7px}.v12-collection-card{border-radius:17px}.v12-collection-copy{left:13px;right:13px;bottom:12px;display:block}.v12-collection-copy>span{font-size:5px}.v12-collection-copy>strong{display:block;font-size:22px;margin-top:4px}.v12-collection-copy>small{display:block;font-size:6px;margin-top:5px}.v12-collection-copy>b{display:none}
  .v12-experience-strip{padding:0 12px 24px;grid-template-columns:1fr 1fr;gap:1px}.v12-experience-strip article{min-height:128px;padding:14px;grid-template-columns:24px 1fr}.v12-experience-strip strong{font-size:8px}.v12-experience-strip p{font-size:7px}
  .v11-shop{padding-top:62px}.v11-section-heading h2{font-size:58px}.v12-catalog-toolbar{align-items:stretch}.v12-catalog-live{display:none}.v12-catalog-toolbar .v11-sort{width:100%}
  .catalog-grid{gap:26px 8px}.collection-feature-strip{margin-top:72px}
}

@media(max-width:430px){
  .v12-hero-copy h1{font-size:56px}.v12-hero-stage{min-height:440px}.v12-stage-word{font-size:100px}
  .v12-collection-grid{grid-template-rows:230px 230px}.v12-collection-copy>strong{font-size:19px}
  .v12-experience-strip{grid-template-columns:1fr}.v12-experience-strip article{min-height:105px}
}

/* =========================================================
   KITLAIR V15 - STICKY SEARCH / TRUST / MULTI-BUY
   ========================================================= */

/* Keep navigation and catalog search available while browsing. */
.site-header{z-index:80}
.v12-top-search{
  position:sticky;
  top:76px;
  z-index:70;
  box-shadow:0 12px 34px rgba(0,0,0,.10);
}
.v12-search-command{grid-template-columns:24px minmax(0,1fr) auto auto}
.v15-search-clear{
  width:30px;height:30px;border:0;border-radius:50%;background:#ecece8;color:#111;
  display:grid;place-items:center;font:800 18px/1 inherit;cursor:pointer;transition:.16s ease
}
.v15-search-clear:hover{background:#111;color:#fff;transform:scale(1.04)}
.v15-search-clear[hidden]{display:none}

/* Hero offer. Useful information without fake urgency. */
.v15-offer-card{
  width:min(610px,100%);margin-top:18px;padding:14px 16px;border:1px solid #d7d6cf;border-radius:15px;
  background:#fff;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;box-shadow:0 10px 35px rgba(0,0,0,.035)
}
.v15-offer-card>span{
  align-self:stretch;min-width:86px;padding:10px;border-radius:10px;background:#111;color:#fff;display:grid;place-items:center;
  text-align:center;font-size:8px;font-weight:950;letter-spacing:.12em
}
.v15-offer-card>div{display:grid;gap:4px}
.v15-offer-card strong{font-size:13px;letter-spacing:-.015em}
.v15-offer-card small{color:#72726c;font-size:9px;line-height:1.45}

/* Compact trust rail. Every item links to a real store function or policy. */
.v15-trust-bar{
  max-width:1540px;margin:28px auto 0;padding:0 clamp(18px,5vw,72px);display:grid;grid-template-columns:repeat(4,1fr);gap:8px
}
.v15-trust-bar>a,.v15-trust-bar>.v15-trust-item{
  min-height:82px;padding:16px 18px;border:1px solid #d8d7d0;border-radius:16px;background:rgba(255,255,255,.72);
  text-decoration:none;color:#111;display:flex;flex-direction:column;justify-content:center;gap:5px;transition:.18s ease
}
.v15-trust-bar>a:hover{transform:translateY(-2px);background:#fff;border-color:#bdbdb6;box-shadow:0 13px 34px rgba(0,0,0,.05)}
.v15-trust-bar span{font-size:7px;color:#8a8a84;font-weight:950;letter-spacing:.13em}
.v15-trust-bar strong{font-size:12px}

/* Search becomes its own clean browse state. */
.v15-search-results-bar{
  margin:0 0 20px;padding:16px 18px;border:1px solid #d7d6cf;border-radius:16px;background:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 8px 26px rgba(0,0,0,.035)
}
.v15-search-results-bar[hidden]{display:none}
.v15-search-results-bar>div{display:grid;gap:3px}
.v15-search-results-bar span{font-size:7px;color:#8b8b85;font-weight:950;letter-spacing:.14em}
.v15-search-results-bar strong{font-size:19px;letter-spacing:-.025em}
.v15-search-results-bar small{font-size:9px;color:#777}
.v15-search-results-bar button{
  flex:0 0 auto;height:40px;padding:0 15px;border:1px solid #111;border-radius:10px;background:#111;color:#fff;
  font:850 9px/1 inherit;letter-spacing:.05em;cursor:pointer
}
.search-mode .v12-hero,
.search-mode .ticker,
.search-mode .v15-trust-bar,
.search-mode .v12-collection-hub,
.search-mode .v11-section-heading,
.search-mode .v12-catalog-toolbar,
.search-mode .v11-filter-shell,
.search-mode .collection-feature-strip,
.search-mode .personalization-story,
.search-mode .why-section,
.search-mode .delivery-section{display:none!important}
.search-mode .v11-shop{padding-top:22px;min-height:70vh}
.search-mode .v12-search-presets{display:none}
.search-mode .v12-top-search-inner{min-height:76px;grid-template-columns:230px minmax(420px,1fr);max-width:1380px}
.search-mode .catalog-grid{grid-template-columns:repeat(auto-fit,minmax(235px,310px));justify-content:start;gap:34px 14px}
.search-mode .product-card{max-width:310px;width:100%}

/* Product cards get a little more retail polish without visual noise. */
.v11-product-card .product-card-image{border:1px solid rgba(0,0,0,.055);box-shadow:0 7px 24px rgba(0,0,0,.025);transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}
.v11-product-card:hover .product-card-image{transform:translateY(-3px);box-shadow:0 18px 46px rgba(0,0,0,.08);border-color:rgba(0,0,0,.1)}
.quick-view-trigger{backdrop-filter:blur(12px)}

/* Product detail offer and trust blocks. */
.v15-product-offer{
  margin:18px 0 14px;padding:14px;border:1px solid #deddd7;border-radius:14px;background:#f7f7f3;
  display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center
}
.v15-product-offer>span{padding:8px 10px;border-radius:9px;background:#111;color:#fff;font-size:7px;font-weight:950;letter-spacing:.12em;white-space:nowrap}
.v15-product-offer>div{display:grid;gap:3px}.v15-product-offer strong{font-size:11px}.v15-product-offer small{font-size:8px;color:#74746f;line-height:1.45}
.v15-product-trust{margin:14px 0 22px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.v15-product-trust>span,.v15-product-trust>a{padding:11px 12px;border:1px solid #e0dfda;border-radius:12px;background:#fff;text-decoration:none;color:#111;display:grid;gap:3px}
.v15-product-trust b{font-size:8px;letter-spacing:.03em}.v15-product-trust small{font-size:7px;color:#7f7f79}

/* Multi-buy discount appears as a genuine price line in cart and checkout. */
.v15-multibuy-summary strong{color:#16733a}
.v15-cart-offer-message{margin-top:10px;padding:10px 12px;border-radius:11px;background:#f1f8f3;color:#174f2a;display:grid;gap:2px}
.v15-cart-offer-message strong{font-size:9px;letter-spacing:.02em}.v15-cart-offer-message span{font-size:8px;line-height:1.4;color:#4b6954}
.v15-checkout-offer-note{margin:12px 0;padding:12px 13px;border-radius:12px;background:#f1f8f3;color:#174f2a;display:grid;gap:3px}
.v15-checkout-offer-note strong{font-size:10px}.v15-checkout-offer-note span{font-size:9px;line-height:1.45;color:#4b6954}

/* More confident footer separation. */
.site-footer{border-top:1px solid rgba(255,255,255,.1)}

@media(max-width:1180px){
  .v15-trust-bar{grid-template-columns:1fr 1fr}
  .search-mode .v12-top-search-inner{grid-template-columns:180px 1fr}
}

@media(max-width:760px){
  .v12-top-search{top:65px}
  .v12-search-command{grid-template-columns:21px minmax(0,1fr) auto}
  .v15-search-clear{width:28px;height:28px;font-size:16px}
  .search-mode .v12-top-search-inner{min-height:0;grid-template-columns:1fr;padding:9px 10px}
  .search-mode .v12-search-status{display:none}
  .search-mode .v11-shop{padding-top:13px}
  .search-mode .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 8px}
  .search-mode .product-card{max-width:none}
  .v15-trust-bar{margin-top:18px;padding:0 12px;gap:6px}
  .v15-trust-bar>a,.v15-trust-bar>.v15-trust-item{min-height:68px;padding:12px 13px;border-radius:13px}.v15-trust-bar strong{font-size:10px}
  .v15-offer-card{grid-template-columns:1fr;gap:8px}.v15-offer-card>span{min-width:0;min-height:32px;padding:7px}
  .v15-search-results-bar{margin-bottom:13px;padding:12px 13px;border-radius:13px}.v15-search-results-bar strong{font-size:15px}.v15-search-results-bar small{display:none}
  .v15-product-trust{grid-template-columns:1fr 1fr}.v15-product-trust>span:first-child{grid-column:1/-1}
}

@media(max-width:430px){
  .v15-trust-bar{grid-template-columns:1fr 1fr}.v15-trust-bar span{font-size:6px}.v15-trust-bar strong{font-size:9px}
  .v15-product-offer{grid-template-columns:1fr}.v15-product-offer>span{justify-self:start}
  .v15-search-results-bar{align-items:flex-start}.v15-search-results-bar button{height:36px;padding:0 11px}
}
