:root{--black:#111111;--white:#ffffff;--grey-bg:#f5f5f5;--grey-text:#757575;--grey-border:#e5e5e5;--accent:#12b8a6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Helvetica Neue,Arial,sans-serif;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}header{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:14px 32px;background:var(--white);z-index:1000;border-bottom:1px solid transparent}header.scrolled{border-bottom:1px solid var(--grey-border)}.logo{width:34px;height:34px}.logo svg{width:100%;height:100%;fill:var(--black)}nav.main-nav{display:flex;gap:28px}nav.main-nav a{font-size:14px;font-weight:500;color:var(--black);padding:10px 2px;position:relative}nav.main-nav a:hover{color:var(--grey-text)}.header-right{display:flex;align-items:center;gap:22px}.icon-btn{width:22px;height:22px;position:relative}.icon-btn svg{width:100%;height:100%;stroke:var(--black);fill:none;stroke-width:1.6}.cart-btn{width:24px;height:24px}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--accent);color:var(--white);font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;justify-content:center;padding:0 4px}.cart-count,.search-box{display:flex;align-items:center}.search-box{gap:8px;background:var(--grey-bg);border-radius:24px;padding:9px 14px;width:220px}.search-box input{border:none;background:transparent;outline:none;font-size:13px;width:100%}.search-box svg{width:16px;height:16px;flex-shrink:0;stroke:var(--grey-text);fill:none;stroke-width:2}@media (max-width:900px){.search-box,nav.main-nav{display:none}}.hero{position:relative;height:88vh;min-height:520px;display:flex;align-items:flex-end;background:linear-gradient(160deg,#dadada,#bfbfbf 45%,#8f8f8f);overflow:hidden;color:var(--white);padding:0}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 30%,rgba(18,184,166,.35),transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(0,0,0,.25),transparent 55%)}.hero-sock{position:absolute;right:4%;top:50%;transform:translateY(-50%) rotate(-8deg);width:30%;max-width:320px;opacity:.4}.hero-content{position:relative;z-index:2;padding:60px 48px;max-width:640px}.hero-eyebrow{font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:10px;opacity:.9}.hero-title{font-size:clamp(38px,6vw,72px);font-weight:800;line-height:1.02;margin-bottom:14px;text-transform:uppercase}.hero-sub{font-size:16px;margin-bottom:26px;max-width:420px;opacity:.95}.btn-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-block;padding:14px 26px;border-radius:30px;font-size:14px;font-weight:600;transition:transform .15s ease,background .15s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--white);color:var(--black)}.btn-primary:hover{background:#eee}.btn-outline{border:1px solid var(--white);color:var(--white)}.btn-outline:hover{background:rgba(255,255,255,.15)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:#000}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{background:#0e9c8d}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}section{padding:56px 32px}.section-title{font-size:26px;font-weight:700;margin-bottom:26px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.see-all{font-size:14px;font-weight:600;text-decoration:underline}.scroller{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.scroller::-webkit-scrollbar{height:6px}.scroller::-webkit-scrollbar-thumb{background:var(--grey-border);border-radius:4px}.cat-card{position:relative;flex:0 0 260px;height:320px;border-radius:4px;overflow:hidden;scroll-snap-align:start;color:var(--white);display:flex;align-items:flex-end;padding:18px;background-size:cover;background-position:50%}.cat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,0) 55%)}.cat-card span{position:relative;z-index:2;font-size:20px;font-weight:700}.promo-card{position:relative;flex:0 0 380px;height:460px;border-radius:4px;overflow:hidden;scroll-snap-align:start;color:var(--black);background-size:cover;background-position:50%}.promo-card .promo-inner{position:absolute;left:22px;bottom:22px;z-index:2}.promo-card.dark{color:var(--white)}.promo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,0) 50%)}.promo-eyebrow{font-size:12px;font-weight:600;margin-bottom:4px}.promo-title{font-size:24px;font-weight:800;margin-bottom:14px}.pill-btn{background:var(--white);color:var(--black);padding:12px 20px;border-radius:30px;font-size:13px;font-weight:700;display:inline-block}.product-card{flex:0 0 270px;scroll-snap-align:start;cursor:pointer;display:block}.product-grid .product-card{flex-basis:auto}.product-thumb{width:100%;height:270px;border-radius:4px;background:var(--grey-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:14px;position:relative}.product-thumb svg{width:46%;height:90%}.badge{position:absolute;top:10px;left:10px;background:var(--accent);color:var(--white);font-size:11px;font-weight:700;padding:4px 8px;border-radius:3px;z-index:2}.badge-muted{background:var(--grey-text)}.product-name{font-size:15px;font-weight:600;margin-bottom:2px}.product-cat{font-size:13px;color:var(--grey-text);margin-bottom:6px}.product-price{font-size:15px;font-weight:600}.product-price .strike{color:var(--grey-text);text-decoration:line-through;margin-right:8px;font-weight:400}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px 20px;gap:24px 20px}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.product-grid{grid-template-columns:repeat(2,1fr)}}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.filter-chip{font-size:13px;font-weight:600;padding:9px 16px;border-radius:20px;border:1px solid var(--grey-border);color:var(--black)}.filter-chip.active{background:var(--black);color:var(--white);border-color:var(--black)}.results-count{color:var(--grey-text);font-size:14px;margin-bottom:20px}.app-banner{background:#e6f4f2;justify-content:space-between;padding:40px 60px;flex-wrap:wrap}.app-banner,.app-banner-left{display:flex;align-items:center;gap:24px}.app-logo{width:70px;height:70px;background:var(--white);border-radius:16px;display:flex;align-items:center;justify-content:center}.app-logo svg{width:36px;height:36px;fill:var(--black)}.app-banner h3{font-size:clamp(20px,3vw,36px);font-weight:800;text-transform:uppercase}.qr-box{width:90px;height:90px;background:var(--white);border-radius:8px;padding:8px}.qr-box img{width:100%;height:100%}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width:800px){.grid-3{grid-template-columns:1fr}}.grid-card{position:relative;height:340px;border-radius:4px;overflow:hidden;background-size:cover;background-position:50%;color:var(--white);display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.grid-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0) 60%)}.grid-card span{position:relative;z-index:2;font-size:18px;font-weight:700}.pdp{padding:40px 32px 80px}.pdp-breadcrumb{font-size:13px;color:var(--grey-text);margin-bottom:24px}.pdp-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}@media (max-width:800px){.pdp-grid{grid-template-columns:1fr}}.pdp-image{background:var(--grey-bg);border-radius:8px;height:520px;display:flex;align-items:center;justify-content:center;position:relative}.pdp-image svg{height:88%}.pdp-title{font-size:28px;font-weight:700;margin-bottom:6px}.pdp-subtitle{font-size:14px;color:var(--grey-text);margin-bottom:18px}.pdp-price{font-size:20px;font-weight:700;margin-bottom:24px}.pdp-price .strike{color:var(--grey-text);text-decoration:line-through;margin-right:10px;font-weight:400}.pdp-desc{font-size:14px;line-height:1.6;color:#333;margin-bottom:28px}.option-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-bottom:10px}.option-group{margin-bottom:26px}.swatch-row{display:flex;gap:10px;flex-wrap:wrap}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid var(--grey-border);cursor:pointer;padding:0}.color-swatch.selected{border-color:var(--black);outline:2px solid var(--white);outline-offset:-6px}.size-swatch{padding:10px 16px;border:1px solid var(--grey-border);border-radius:6px;font-size:13px;font-weight:600;background:var(--white)}.size-swatch.selected{border-color:var(--black);background:var(--black);color:var(--white)}.pdp-actions{display:flex;gap:12px;margin-top:8px}.pdp-note{margin-top:14px;font-size:13px;color:var(--accent);font-weight:600;min-height:18px}.cart-page{padding:40px 32px 80px;max-width:900px;margin:0 auto}.cart-row{display:grid;grid-template-columns:90px 1fr auto auto;grid-gap:18px;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--grey-border)}.cart-row .product-thumb{width:90px;height:90px;margin-bottom:0}.cart-row .product-thumb svg{width:60%}.cart-item-name{font-weight:600;font-size:15px;margin-bottom:4px}.cart-item-meta{font-size:13px;color:var(--grey-text)}.qty-stepper{display:flex;align-items:center;border:1px solid var(--grey-border);border-radius:20px;overflow:hidden}.qty-stepper button{width:30px;height:30px;font-size:16px;font-weight:700}.qty-stepper span{width:24px;text-align:center;font-size:13px;font-weight:600}.cart-item-price{font-weight:600;font-size:15px;text-align:right;min-width:80px}.remove-link{font-size:12px;color:var(--grey-text);text-decoration:underline;margin-top:6px;display:inline-block}.cart-summary{margin-top:30px;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.cart-summary .total{font-size:18px;font-weight:700}.empty-state{text-align:center;padding:80px 20px;color:var(--grey-text)}.empty-state h2{color:var(--black);font-size:22px;margin-bottom:10px}footer{background:var(--white);border-top:1px solid var(--grey-border);padding:48px 32px 24px}.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-bottom:40px}@media (max-width:800px){.footer-cols{grid-template-columns:repeat(2,1fr)}}.footer-cols h4{font-size:15px;font-weight:700;margin-bottom:16px}.footer-cols ul li{margin-bottom:12px}.footer-cols ul li a{font-size:14px;color:var(--grey-text)}.footer-cols ul li a:hover{color:var(--black);text-decoration:underline}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:24px;border-top:1px solid var(--grey-border)}.footer-bottom-left{display:flex;align-items:center;gap:18px;font-size:13px;color:var(--grey-text)}.socials{display:flex;gap:16px}.socials svg{width:18px;height:18px;fill:var(--black)}.legal-links{display:flex;gap:20px;flex-wrap:wrap}.legal-links a{font-size:13px;color:var(--grey-text)}.legal-links a:hover{color:var(--black)}.disclaimer{background:#fff8e6;border:1px solid #f0dca0;color:#6b5900;font-size:12px;padding:10px 16px;text-align:center}.admin-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.admin-nav-links{display:flex;gap:10px}.admin-order-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.admin-order-items{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px solid var(--grey-border)}.admin-order-item-row{display:grid;grid-template-columns:18px 1fr 100px 60px 80px;grid-gap:12px;gap:12px;align-items:center;font-size:13px}.admin-order-actions{display:flex;gap:10px}.status-badge{font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:12px;white-space:nowrap}.status-pending{background:#fff3cd;color:#8a6d00}.status-fulfilled{background:#d9f2ec;color:#0e6b5c}.status-cancelled{background:var(--grey-bg);color:var(--grey-text)}.admin-page{padding:40px 32px 100px;max-width:900px;margin:0 auto}.admin-product{border:1px solid var(--grey-border);border-radius:8px;padding:20px 22px;margin-bottom:16px}.admin-product-header{margin-bottom:14px}.admin-variant-table{display:flex;flex-direction:column;gap:10px}.admin-variant-row{display:flex;align-items:center;gap:12px}.admin-variant-swatch{width:18px;height:18px;border-radius:50%;border:1px solid var(--grey-border);flex-shrink:0}.admin-variant-label{font-size:13px;font-weight:600;width:100px;flex-shrink:0}.admin-stock-editor{display:flex;align-items:center;gap:10px}.admin-input{border:1px solid var(--grey-border);border-radius:6px;padding:8px 10px;font-size:13px;font-family:inherit}.admin-input-sm{width:80px}.admin-btn-sm{padding:8px 16px;border-radius:20px;font-size:12px}.admin-status-ok{color:var(--accent);font-size:12px;font-weight:600}.admin-status-err{color:#b3261e;font-size:12px;font-weight:600}.admin-form{border:1px solid var(--grey-border);border-radius:8px;padding:24px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}@media (max-width:700px){.admin-form-grid{grid-template-columns:1fr}}.admin-field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;margin-bottom:16px}.admin-form-grid .admin-field{margin-bottom:0}.admin-field input,.admin-field select,.admin-field textarea{border:1px solid var(--grey-border);border-radius:6px;padding:10px 12px;font-size:14px;font-family:inherit;font-weight:400}.admin-field input[type=color]{padding:4px;height:42px}.admin-checkbox-row{display:flex;gap:24px;margin-bottom:10px;font-size:13px}.admin-checkbox-row label{display:flex;align-items:center;gap:8px;font-weight:500}.admin-variant-input-row{display:grid;grid-template-columns:1fr 60px 100px auto;grid-gap:10px;gap:10px;align-items:center;margin-top:10px}.admin-variant-input-row input:not([type=color]),.admin-variant-input-row input[type=text]{border:1px solid var(--grey-border);border-radius:6px;padding:8px 10px;font-size:13px;font-family:inherit}.admin-variant-input-row input[type=color]{height:36px;padding:2px}