/* =============================================
   KILLTEC — 1:1 Replica Styles
   Mobile-first · Montserrat · Dark Luxury
   ============================================= */

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

/* === RESET === */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Montserrat',sans-serif;background:#000;color:#999;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
img{max-width:100%;display:block;user-select:none;-webkit-user-drag:none}
input,select,textarea{font-family:inherit}
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:#000}
::-webkit-scrollbar-thumb{background:#222;border-radius:2px}

/* === MARQUEE TICKER === */
.marquee{position:fixed;top:0;left:0;right:0;z-index:9000;background:#000;border-bottom:1px solid #141414;height:30px;overflow:hidden;display:flex;align-items:center}
.marquee-track{display:flex;animation:scrollMarquee 40s linear infinite;will-change:transform}
.marquee-segment{display:flex;align-items:center;gap:8px;padding:0 14px;white-space:nowrap;flex-shrink:0}
.marquee-icon{width:8px;height:8px;opacity:.3;flex-shrink:0}
.marquee-arrow{width:10px;height:10px;opacity:.25;flex-shrink:0}
.marquee-loc,.marquee-coord,.marquee-brand,.marquee-tag{font-size:8px;letter-spacing:2.5px;text-transform:uppercase;color:rgba(255,255,255,.25);font-weight:400}
.marquee-brand{font-weight:500;color:rgba(255,255,255,.3)}
@keyframes scrollMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* === HEADER === */
.header{position:fixed;top:30px;left:0;right:0;z-index:8999;background:rgba(0,0,0,.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #141414;height:44px}
.header-nav{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 16px}
.header-left{display:flex;align-items:center;gap:20px}
.header-links{display:none;align-items:center;gap:20px}
.header-link{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35);background:none;border:none;padding:0;transition:color .35s;white-space:nowrap}
.header-link:hover{color:rgba(255,255,255,.7)}
.header-logo img{height:12px;opacity:.5;transition:opacity .35s}
.header-logo:hover img{opacity:.75}
.header-right{display:flex;align-items:center}
.cart-trigger{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35);background:none;border:none;transition:color .35s}
.cart-trigger:hover{color:rgba(255,255,255,.7)}
.menu-toggle{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35);background:none;border:none;padding:0;transition:color .35s}
.menu-toggle:hover{color:rgba(255,255,255,.7)}

/* Dropdown */
.header-dropdown{position:relative}
.dropdown-btn{cursor:pointer}
.dropdown-panel{position:absolute;top:calc(100% + 10px);left:-8px;background:#0a0a0a;border:1px solid #1a1a1a;padding:10px 0;min-width:130px;opacity:0;visibility:hidden;transform:translateY(4px);transition:all .25s ease;z-index:100}
.header-dropdown:hover .dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-panel a{display:block;padding:7px 18px;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.3);transition:color .25s}
.dropdown-panel a:hover{color:rgba(255,255,255,.65)}

/* === MOBILE NAV === */
.mobile-nav{position:fixed;inset:0;z-index:99998;background:#000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .45s cubic-bezier(.4,0,.2,1)}
.mobile-nav.open{opacity:1;visibility:visible}
.mobile-nav-close{position:absolute;top:16px;right:18px;background:none;border:none;color:rgba(255,255,255,.4);font-size:32px;line-height:1;transition:color .3s}
.mobile-nav-close:hover{color:rgba(255,255,255,.7)}
.mobile-nav-inner{text-align:center;display:flex;flex-direction:column;gap:26px}
.mobile-nav-inner a{font-size:13px;letter-spacing:5px;text-transform:uppercase;color:rgba(255,255,255,.35);transition:color .35s;font-weight:400}
.mobile-nav-inner a:hover{color:rgba(255,255,255,.7)}
.mobile-nav-social{margin-top:20px;padding-top:20px;border-top:1px solid #1a1a1a}
.mobile-nav-social a{font-size:10px;letter-spacing:3px;color:rgba(255,255,255,.25)}

/* === FOOTER === */
.footer{border-top:1px solid #141414;padding:40px 16px 24px}
.footer-grid{display:grid;grid-template-columns:1fr;gap:28px;margin-bottom:32px}
.footer-heading{font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:rgba(255,255,255,.3);font-weight:500;margin-bottom:10px}
.footer-text{font-size:11px;line-height:1.75;color:rgba(255,255,255,.22)}
.footer-link{display:block;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.22);margin-bottom:8px;transition:color .3s}
.footer-link:hover{color:rgba(255,255,255,.5)}
.footer-sticker{width:56px;margin-top:10px;border-radius:50%;opacity:.7}
.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:6px;padding-top:16px;border-top:1px solid #141414;font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.15)}
.footer-bottom a{color:rgba(255,255,255,.15);text-decoration:underline;transition:color .3s}
.footer-bottom a:hover{color:rgba(255,255,255,.35)}

/* === CART DRAWER === */
#cartDrawer{position:fixed;inset:0;z-index:99997}
#cartDrawer .cart-overlay{position:absolute;inset:0;background:rgba(0,0,0,0);transition:background .4s}
#cartDrawer.open .cart-overlay{background:rgba(0,0,0,.65)}
#cartDrawer .cart-panel{position:absolute;top:0;right:-100%;width:100%;max-width:380px;height:100%;background:#050505;border-left:1px solid #141414;display:flex;flex-direction:column;transition:right .45s cubic-bezier(.4,0,.2,1)}
#cartDrawer.open .cart-panel{right:0}
.cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #141414}
.cart-header h3{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:500;color:rgba(255,255,255,.5)}
.cart-close{background:none;border:none;color:rgba(255,255,255,.3);font-size:22px;cursor:pointer;transition:color .3s}
.cart-close:hover{color:rgba(255,255,255,.6)}
.cart-body{flex:1;overflow-y:auto;padding:16px 18px;-webkit-overflow-scrolling:touch}
.cart-empty{text-align:center;padding:48px 16px}
.cart-empty p{font-size:12px;color:rgba(255,255,255,.25);margin-bottom:18px}
.continue-btn{display:inline-block;font-size:9px;letter-spacing:2.5px;text-transform:uppercase;color:rgba(255,255,255,.35);border:1px solid #1a1a1a;padding:11px 26px;transition:all .35s}
.continue-btn:hover{color:rgba(255,255,255,.6);border-color:rgba(255,255,255,.2)}
.cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #111;position:relative}
.cart-item img{width:54px;height:70px;object-fit:cover;flex-shrink:0}
.cart-item-info{flex:1;min-width:0}
.cart-item-name{font-size:10px;font-weight:500;color:rgba(255,255,255,.55);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.3px}
.cart-item-size{font-size:8px;color:rgba(255,255,255,.2);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:3px}
.cart-item-price{font-size:10px;color:rgba(255,255,255,.3);margin-bottom:6px}
.cart-item-qty{display:flex;align-items:center;gap:8px}
.cart-item-qty button{background:none;border:1px solid #1a1a1a;color:rgba(255,255,255,.4);width:22px;height:22px;font-size:12px;display:flex;align-items:center;justify-content:center;transition:border-color .25s}
.cart-item-qty button:hover{border-color:#333}
.cart-item-qty span{font-size:11px;min-width:12px;text-align:center;color:rgba(255,255,255,.5)}
.cart-item-remove{position:absolute;top:12px;right:0;background:none;border:none;color:rgba(255,255,255,.15);font-size:16px;cursor:pointer;transition:color .25s}
.cart-item-remove:hover{color:rgba(255,255,255,.4)}
.cart-footer{padding:16px 18px;border-top:1px solid #141414}
.cart-total{display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:rgba(255,255,255,.5);letter-spacing:.5px;margin-bottom:3px}
.cart-tax-note{font-size:9px;color:rgba(255,255,255,.18);margin-bottom:14px}
.checkout-btn{width:100%;padding:13px;background:#fff;color:#000;border:none;font-size:9px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;transition:opacity .3s;-webkit-tap-highlight-color:transparent}
.checkout-btn:hover{opacity:.85}

/* === PRODUCT PAGE === */
.product-page{display:flex;flex-direction:column;gap:18px;padding:82px 16px 50px}
.gallery-main img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#080808}
.gallery-thumbs{display:flex;gap:5px;margin-top:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}
.gallery-thumbs .thumb{width:50px;height:64px;object-fit:cover;cursor:pointer;opacity:.3;border:1px solid transparent;transition:all .3s;flex-shrink:0}
.gallery-thumbs .thumb.active,.gallery-thumbs .thumb:hover{opacity:1;border-color:rgba(255,255,255,.2)}
.product-breadcrumb{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.2);margin-bottom:10px}
.product-breadcrumb a{text-decoration:underline}
.product-title{font-size:16px;letter-spacing:1.5px;text-transform:uppercase;font-weight:400;color:rgba(255,255,255,.65);margin-bottom:3px}
.product-capsule-num{font-size:9px;letter-spacing:2px;color:rgba(255,255,255,.2);margin-bottom:12px}
.product-price-main{font-size:15px;font-weight:500;color:rgba(255,255,255,.55);margin-bottom:16px}
.product-desc{font-size:12px;line-height:1.75;color:rgba(255,255,255,.22);margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #141414}
.sold-out-notice{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.18);padding:14px;border:1px solid #141414;text-align:center;margin-bottom:14px}
.size-selector{margin-bottom:14px}
.size-selector label,.qty-selector label{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.2);display:block;margin-bottom:8px}
.size-options{display:flex;flex-wrap:wrap;gap:5px}
.size-btn{background:none;border:1px solid #1a1a1a;color:rgba(255,255,255,.3);padding:9px 14px;font-size:10px;letter-spacing:1px;transition:all .25s;-webkit-tap-highlight-color:transparent}
.size-btn:hover{border-color:#333;color:rgba(255,255,255,.55)}
.size-btn.selected{border-color:rgba(255,255,255,.5);color:rgba(255,255,255,.7);background:rgba(255,255,255,.03)}
.qty-selector{margin-bottom:14px}
.qty-control{display:flex;align-items:center;border:1px solid #1a1a1a;width:fit-content}
.qty-control button{background:none;border:none;color:rgba(255,255,255,.4);width:38px;height:38px;font-size:15px;-webkit-tap-highlight-color:transparent}
.qty-control input{background:none;border:none;border-left:1px solid #1a1a1a;border-right:1px solid #1a1a1a;color:rgba(255,255,255,.5);width:44px;height:38px;text-align:center;font-size:12px}
.add-to-cart-btn{width:100%;padding:14px;background:none;border:1px solid rgba(255,255,255,.45);color:rgba(255,255,255,.65);font-size:10px;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;transition:all .35s;-webkit-tap-highlight-color:transparent}
.add-to-cart-btn:hover:not(:disabled){background:#fff;color:#000}
.add-to-cart-btn:disabled,.buy-now-btn:disabled{opacity:.25;cursor:not-allowed}
.buy-now-btn{width:100%;padding:14px;background:#fff;color:#000;border:none;font-size:10px;letter-spacing:2px;text-transform:uppercase;font-weight:600;margin-bottom:14px;transition:opacity .35s;-webkit-tap-highlight-color:transparent}
.buy-now-btn:hover:not(:disabled){opacity:.85}
.product-meta{padding-top:14px;border-top:1px solid #141414}
.meta-row{font-size:10px;color:rgba(255,255,255,.18);margin-bottom:4px}
.meta-row span{color:rgba(255,255,255,.35)}

/* === PRODUCT GRID (Archive) === */
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-width:1400px;margin:0 auto;padding:0 10px}
.product-card{position:relative;overflow:hidden;display:block}
.product-card .img-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:#080808}
.product-card .img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .45s ease}
.product-card .img-wrap img.back{opacity:0}
.product-card:hover .img-wrap img.front{opacity:0}
.product-card:hover .img-wrap img.back{opacity:1}
.product-card .product-info{padding:8px 2px 4px}
.product-card .product-name{font-size:9px;letter-spacing:.5px;text-transform:uppercase;color:rgba(255,255,255,.45);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card .product-capsule{font-size:8px;letter-spacing:1px;color:rgba(255,255,255,.15);margin-top:1px}
.product-card .product-price{font-size:10px;color:rgba(255,255,255,.25);margin-top:2px}
.product-card .sold-out-badge{position:absolute;top:6px;left:6px;background:rgba(0,0,0,.8);color:rgba(255,255,255,.35);font-size:7px;letter-spacing:2px;text-transform:uppercase;padding:3px 7px;z-index:2}

/* PAGE HERO */
.page-hero{padding-top:100px;padding-bottom:36px;text-align:center;position:relative;overflow:hidden;min-height:36vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
.page-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.1}
.page-hero .hero-inner{position:relative;z-index:2}
.page-hero .bat-gif{width:42px;margin:0 auto 14px;opacity:.5}
.page-hero .page-label{font-size:9px;letter-spacing:5px;text-transform:uppercase;color:rgba(255,255,255,.25);font-weight:400}
.capsule-section{padding:28px 10px 50px;border-top:1px solid #141414}
.capsule-title{text-align:center;margin-bottom:26px}
.capsule-title h1{font-size:18px;letter-spacing:5px;text-transform:uppercase;font-weight:300;color:rgba(255,255,255,.4)}

/* Lookbook image grids */
.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3px;max-width:1200px;margin:0 auto}
.image-grid img,.image-grid video{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4}
.image-grid .wide{grid-column:span 2}
.image-grid .wide img,.image-grid .wide video{aspect-ratio:16/9}
.image-grid .item{overflow:hidden}
.image-grid .item img,.image-grid .item video{transition:transform .7s ease}
.image-grid .item:hover img,.image-grid .item:hover video{transform:scale(1.03)}
.full-row{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;max-width:1200px;margin:8px auto}
.full-row img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4}
.archive-link{display:inline-block;margin-top:32px;font-size:9px;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.3);border:1px solid #1a1a1a;padding:12px 32px;transition:all .4s}
.archive-link:hover{color:rgba(255,255,255,.6);border-color:rgba(255,255,255,.2)}

/* About section */
.about-section{max-width:620px;margin:0 auto;padding:44px 20px 80px;text-align:center}
.about-section h2{font-size:12px;letter-spacing:5px;text-transform:uppercase;color:rgba(255,255,255,.4);font-weight:500;margin-bottom:24px}
.about-section p{font-size:13px;line-height:2;color:rgba(255,255,255,.22);letter-spacing:.2px}
.about-section p strong{color:rgba(255,255,255,.4);font-weight:500}

/* Reveal animation */
.reveal{opacity:0;transform:translateY(24px);transition:all .8s cubic-bezier(.4,0,.2,1)}
.reveal.visible{opacity:1;transform:translateY(0)}

/* === CHECKOUT === */
.checkout-layout{display:flex;flex-direction:column;min-height:100vh}
.checkout-form-side{padding:20px 16px 40px;order:2}
.checkout-summary-side{order:1;border-bottom:1px solid #141414}
.summary-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;font-size:11px;color:rgba(255,255,255,.3);letter-spacing:.5px;-webkit-tap-highlight-color:transparent}
.summary-toggle-total{font-weight:600;color:rgba(255,255,255,.6);margin-left:auto;margin-right:6px}
.summary-chevron{transition:transform .3s;color:rgba(255,255,255,.25)}
.summary-chevron.flipped{transform:rotate(180deg)}
.checkout-summary{padding:0 16px 14px;overflow:hidden;max-height:600px;transition:max-height .4s,padding .4s}
.checkout-summary.collapsed{max-height:0;padding:0 16px}
.checkout-logo img{height:14px;opacity:.5;margin-bottom:18px}
.checkout-section{margin-bottom:22px}
.checkout-section h3{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:500;color:rgba(255,255,255,.35);margin-bottom:10px}
.checkout-input{width:100%;padding:11px 12px;background:#0a0a0a;border:1px solid #1a1a1a;color:rgba(255,255,255,.55);font-size:13px;margin-bottom:7px;transition:border-color .25s;outline:none;border-radius:0;-webkit-appearance:none}
.checkout-input:focus{border-color:#333}
.checkout-input.half{width:calc(50% - 4px)}
.checkout-row{display:flex;gap:8px;flex-wrap:wrap}
select.checkout-input{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23555' d='M5 7L1 3h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px}
.checkout-checkbox{font-size:10px;color:rgba(255,255,255,.2);display:flex;align-items:center;gap:7px;margin-top:2px}
.checkout-checkbox input{accent-color:#555}
.shipping-option{display:flex;justify-content:space-between;align-items:center;padding:11px;border:1px solid #1a1a1a;font-size:11px;color:rgba(255,255,255,.3)}
.shipping-option label{display:flex;align-items:center;gap:7px}
.shipping-option input{accent-color:#555}
.payment-note{font-size:10px;color:rgba(255,255,255,.18);margin-bottom:8px}
.payment-box{border:1px solid #1a1a1a;overflow:hidden}
.payment-option-header{padding:10px 12px;font-size:11px;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:7px;border-bottom:1px solid #141414;background:rgba(255,255,255,.015)}
.stripe-card-wrap{padding:12px;background:#0a0a0a}
#card-element{padding:8px 0}
.card-errors{color:#e55;font-size:10px;margin-top:4px}
.secure-badge{padding:8px 12px;font-size:9px;letter-spacing:.3px;color:rgba(255,255,255,.18);display:flex;align-items:center;gap:5px;border-top:1px solid #141414}
.checkout-error{color:#e55;font-size:11px;margin-bottom:8px;min-height:14px}
.place-order-btn{width:100%;padding:14px;background:#fff;color:#000;border:none;font-size:10px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;margin-bottom:10px;transition:opacity .3s;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center;gap:6px}
.place-order-btn:hover{opacity:.85}
.place-order-btn:disabled{opacity:.4;cursor:not-allowed}
.spinner{width:14px;height:14px;border:2px solid #000;border-top:2px solid transparent;border-radius:50%;animation:spin .55s linear infinite;display:inline-block}
@keyframes spin{to{transform:rotate(360deg)}}
.return-link{font-size:10px;color:rgba(255,255,255,.2);text-decoration:underline}
.summary-item{display:flex;align-items:center;gap:10px;padding:8px 0}
.summary-img-wrap{position:relative;width:46px;flex-shrink:0}
.summary-img-wrap img{width:46px;height:58px;object-fit:cover;border:1px solid #141414}
.summary-qty-badge{position:absolute;top:-5px;right:-5px;background:#444;color:#fff;font-size:8px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.summary-item-info{flex:1;min-width:0}
.summary-item-name{font-size:10px;font-weight:500;color:rgba(255,255,255,.45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.summary-item-size{font-size:8px;color:rgba(255,255,255,.15);letter-spacing:1px;text-transform:uppercase}
.summary-item-price{font-size:10px;color:rgba(255,255,255,.35);flex-shrink:0}
.summary-divider{height:1px;background:#141414;margin:8px 0}
.summary-line{display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.25);margin-bottom:5px}
.summary-total{display:flex;justify-content:space-between;font-size:14px;font-weight:600;color:rgba(255,255,255,.6)}

/* Confirmation */
.confirm-page{min-height:100vh;padding:0 0 50px}
.confirm-header{padding:18px 16px;border-bottom:1px solid #141414}
.confirm-logo{height:12px;opacity:.5}
.confirm-hero{text-align:center;padding:36px 16px 26px}
.confirm-check{width:50px;height:50px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;border:1px solid #222}
.confirm-thanks{font-size:9px;letter-spacing:4px;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:6px}
.confirm-hero h1{font-size:18px;letter-spacing:2px;text-transform:uppercase;font-weight:400;color:rgba(255,255,255,.5);margin-bottom:6px}
.confirm-subtitle{font-size:10px;color:rgba(255,255,255,.2)}
.confirm-body{max-width:520px;margin:0 auto;padding:0 16px}
.confirm-card{border:1px solid #141414;margin-bottom:14px;overflow:hidden}
.confirm-card-header{padding:10px 14px;font-size:9px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.2);font-weight:500;border-bottom:1px solid #141414;background:rgba(255,255,255,.015)}
.confirm-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #0e0e0e}
.confirm-item:last-of-type{border-bottom:none}
.confirm-item img{width:38px;height:50px;object-fit:cover;flex-shrink:0}
.confirm-item-info{flex:1;min-width:0}
.confirm-item-name{font-size:11px;font-weight:500;color:rgba(255,255,255,.45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.confirm-item-meta{font-size:9px;color:rgba(255,255,255,.15)}
.confirm-item-price{font-size:11px;color:rgba(255,255,255,.35);flex-shrink:0}
.confirm-totals{padding:10px 14px;border-top:1px solid #141414}
.confirm-total-line{display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.2);margin-bottom:4px}
.confirm-total-line.total{color:rgba(255,255,255,.55);font-weight:600;font-size:13px;margin-top:6px;padding-top:6px;border-top:1px solid #141414}
.confirm-steps{padding:14px}
.confirm-step{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}
.confirm-step:last-child{margin-bottom:0}
.step-num{width:24px;height:24px;border-radius:50%;border:1px solid #1a1a1a;display:flex;align-items:center;justify-content:center;font-size:10px;color:rgba(255,255,255,.25);flex-shrink:0}
.step-info{font-size:11px;line-height:1.5;color:rgba(255,255,255,.2)}
.step-info strong{color:rgba(255,255,255,.4);font-weight:500}
.confirm-tagline{text-align:center;font-size:11px;color:rgba(255,255,255,.18);letter-spacing:1px;padding:20px 0 14px;font-style:italic}
.confirm-body .continue-btn{display:block;text-align:center;margin:0 auto;width:fit-content}
.checkout-empty{text-align:center;padding:80px 16px}
.checkout-empty h2{font-size:14px;letter-spacing:3px;text-transform:uppercase;font-weight:400;color:rgba(255,255,255,.35);margin-bottom:18px}

/* Video banner */
.video-banner{width:100%;max-width:1400px;margin:40px auto;padding:0 10px}
.video-banner video{width:100%;aspect-ratio:16/9;object-fit:cover}

/* =============================================
   DESKTOP (769px+)
   ============================================= */
@media(min-width:769px){
  .marquee{height:32px}
  .marquee-segment{gap:10px;padding:0 18px}
  .marquee-loc,.marquee-coord,.marquee-brand,.marquee-tag{font-size:9px;letter-spacing:2.5px}
  .header{top:32px;height:48px}
  .header-nav{padding:0 28px}
  .header-links{display:flex}
  .menu-toggle{display:none}
  .header-logo img{height:14px}
  .footer-grid{grid-template-columns:1fr 1fr 1fr;gap:40px}
  .footer-bottom{flex-direction:row}
  .footer{padding:50px 28px 26px}
  .footer-sticker{width:68px}
  .product-page{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding:100px 28px 70px}
  .gallery-thumbs .thumb{width:64px;height:82px}
  .product-title{font-size:20px;letter-spacing:2px}
  .product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;padding:0 20px}
  .product-card .product-name{font-size:10px;letter-spacing:.8px}
  .product-card .sold-out-badge{top:10px;left:10px;font-size:8px;padding:3px 9px}
  .page-hero{padding-top:120px;padding-bottom:50px;min-height:45vh}
  .page-hero .bat-gif{width:52px}
  .capsule-section{padding:36px 20px 65px}
  .capsule-title h1{font-size:28px;letter-spacing:8px}
  .image-grid{gap:4px}
  .full-row{gap:4px;margin:10px auto}
  .checkout-layout{flex-direction:row}
  .checkout-form-side{flex:1.2;padding:36px 44px;order:1;border-right:1px solid #141414}
  .checkout-summary-side{flex:.8;order:2;border-bottom:none;padding:36px 44px;background:#050505;position:sticky;top:0;height:100vh;overflow-y:auto}
  .summary-toggle{display:none}
  .checkout-summary{padding:0!important;max-height:none!important}
  .checkout-summary.collapsed{max-height:none!important;padding:0!important}
  .checkout-logo img{height:16px;margin-bottom:22px}
  .confirm-hero h1{font-size:22px;letter-spacing:3px}
  .confirm-body{max-width:560px}
  .about-section{padding:54px 28px 100px}
}
