:root{--ink:#121723;--muted:#717886;--cream:#f5f2ec;--purple:#6247e8;--line:#e7e4df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff}button,input,select{font:inherit}header{height:76px;display:flex;align-items:center;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:#ffffffed;backdrop-filter:blur(16px);z-index:5}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;background:var(--ink);width:36px;height:36px;border-radius:10px;justify-content:center;font-weight:800}.brand span{color:var(--ink);position:absolute;left:calc(5vw + 47px);font-size:18px}nav{display:flex;gap:30px;margin:auto}nav a{color:#555d6b;text-decoration:none;font-size:13px}.cart-button{border:0;background:var(--ink);color:#fff;border-radius:22px;padding:10px 17px;cursor:pointer}.cart-button b{background:#fff;color:var(--ink);border-radius:50%;padding:2px 7px;margin-left:7px}.hero{min-height:530px;background:linear-gradient(120deg,#ede9e1,#faf9f6);padding:8vw;display:flex;align-items:center;position:relative;overflow:hidden}.hero>div:first-child{position:relative;z-index:1}.hero span,.section-head span{font-size:10px;letter-spacing:.18em;font-weight:750;color:#6c7280}.hero h1{font-size:clamp(44px,6vw,78px);line-height:1.03;letter-spacing:-.05em;margin:20px 0}.hero p{color:var(--muted);font-size:18px}.hero a{display:inline-block;background:var(--ink);color:#fff;text-decoration:none;padding:14px 20px;border-radius:8px;margin-top:20px}.orb{position:absolute;width:490px;height:490px;border-radius:50%;right:-40px;background:radial-gradient(circle at 35% 25%,#fff,#a89af0 35%,#4935ad 70%);box-shadow:-50px 60px 120px #6049cc40}.catalogue{padding:90px 5vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-head h2{font-size:36px;margin:9px 0 0}.section-head label{font-size:10px;color:var(--muted);display:grid;gap:7px}.section-head input{border:1px solid var(--line);border-radius:8px;padding:10px 13px;width:260px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 45px #1f263015}.product-image{border:0;background:var(--cream);width:100%;height:285px;padding:0;position:relative;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:cover}.stock{position:absolute;left:12px;bottom:12px;background:#fff;padding:6px 9px;border-radius:20px;font-size:9px}.stock.out{color:#a33}.product-copy{padding:18px}.product-copy>small,.detail-copy>small{font-size:9px;color:#8a909a;letter-spacing:.08em}.product-copy h3{font-size:16px;margin:9px 0}.product-copy p{color:var(--muted);font-size:12px;line-height:1.5;min-height:36px}.product-copy>div{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.product-copy strong{font-size:18px}.product-copy button{border:0;background:#ece9fb;color:#5139ca;padding:9px 11px;border-radius:7px;cursor:pointer;font-size:11px}.product-copy button:disabled{opacity:.4}.drawer{position:fixed;right:0;top:0;width:min(430px,100%);height:100vh;background:#fff;z-index:12;box-shadow:-20px 0 60px #1d253030;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.drawer.open{transform:none}.backdrop{position:fixed;inset:0;background:#10151f80;z-index:10;display:none}.backdrop.open{display:block}.drawer-head{padding:25px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head small{letter-spacing:.15em;color:var(--muted)}.drawer-head h2{margin:6px 0 0}.drawer-head button,.dialog-close{border:0;background:none;font-size:27px;cursor:pointer}.cart-items{padding:10px 25px;overflow:auto;flex:1}.cart-items article{display:flex;gap:13px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-items img{width:74px;height:74px;object-fit:cover;border-radius:8px;background:var(--cream)}.cart-items article div{display:grid;gap:3px}.cart-items h3{margin:0;font-size:13px}.cart-items small{color:var(--muted)}.cart-items article button{margin-left:auto;border:0;background:none;align-self:start}.totals{border-top:1px solid var(--line);padding:20px 25px}.totals p{display:flex;justify-content:space-between;font-size:12px}.totals .total{font-size:17px;border-top:1px solid var(--line);padding-top:13px}.totals>button,.primary{width:100%;border:0;background:var(--ink);color:#fff;padding:14px;border-radius:8px;cursor:pointer;font-weight:650}.totals>button:disabled{opacity:.4}.totals>small{display:block;text-align:center;color:var(--muted);font-size:9px;margin-top:10px}dialog{border:0;border-radius:18px;padding:0;width:min(900px,92vw);box-shadow:0 30px 90px #11182750}dialog::backdrop{background:#11182790}.dialog-close{position:absolute;right:15px;top:10px;z-index:2}#productDetail{display:grid;grid-template-columns:1.1fr 1fr}.detail-image{background:var(--cream);position:relative;min-height:540px}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-image #colorWash{position:absolute;inset:0;mix-blend-mode:color;opacity:.35;pointer-events:none}.detail-image small{position:absolute;bottom:12px;left:12px;background:#ffffffdd;padding:6px;border-radius:5px;font-size:8px}.detail-copy{padding:65px 45px}.detail-copy h2{font-size:31px;margin:11px 0}.detail-copy>strong{font-size:24px}.detail-copy>p{color:var(--muted);line-height:1.6}.detail-copy>label{font-size:10px;font-weight:700;display:block;margin:22px 0 8px}.swatches{display:flex;flex-wrap:wrap;gap:7px}.swatch{border:1px solid var(--line);background:#fff;border-radius:20px;padding:7px 11px;display:flex;align-items:center;gap:6px;font-size:10px;cursor:pointer}.swatch.selected{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.swatch i{width:13px;height:13px;border-radius:50%;background:var(--swatch);border:1px solid #0002}.detail-copy select{border:1px solid var(--line);padding:9px;border-radius:7px}.primary{margin-top:24px}.verified{display:block;font-size:9px;color:#488366;margin-top:11px}.empty{padding:40px;color:var(--muted);text-align:center}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:#fff;padding:13px 18px;border-radius:8px;z-index:20;transition:.2s;font-size:12px}#toast.show{opacity:1;transform:translate(-50%,0)}#toast.error{background:#a83232}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.orb{opacity:.35}.hero{min-height:460px}.hero h1{font-size:50px}#productDetail{grid-template-columns:1fr}.detail-image{min-height:350px}.detail-copy{padding:30px}nav{display:none}}@media(max-width:520px){.product-grid{grid-template-columns:1fr}.section-head{display:block}.section-head label{margin-top:20px}.section-head input{width:100%}.catalogue{padding:60px 18px}.hero{padding:50px 22px}.hero h1{font-size:41px}.product-image{height:350px}}
