:root{
  --black:#111111;--white:#fff;--yellow:#ffd400;--muted:#707070;--line:#e9e9e9;
  --radius:18px;--shadow:0 14px 40px rgba(0,0,0,.08);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--black);background:#fff}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{max-width:1280px;margin:auto;padding:0 24px}
.announcement{background:var(--yellow);font-size:13px;font-weight:800;text-align:center;padding:9px}
.site-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}
.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}.logo{font-size:25px;font-weight:950;letter-spacing:-1.5px}.logo span{background:var(--yellow);padding:2px 7px}
.nav{display:flex;gap:24px;align-items:center;flex:1}.nav a{font-size:14px;font-weight:700}.header-actions{display:flex;gap:10px;align-items:center}.icon-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}
.hero{background:var(--black);color:#fff;border-radius:0 0 28px 28px;padding:70px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.eyebrow{color:var(--yellow);font-weight:900;text-transform:uppercase;letter-spacing:2px;font-size:12px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.95;letter-spacing:-4px;margin:16px 0}.hero p{color:#cfcfcf;max-width:520px;font-size:17px;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:14px 22px;font-weight:900;cursor:pointer}.btn-primary{background:var(--yellow);color:var(--black)}.btn-dark{background:var(--black);color:#fff}.hero-card{background:#252525;border-radius:28px;padding:16px;min-height:390px;display:flex;align-items:end}.hero-card img{width:100%;height:360px;object-fit:cover;border-radius:20px;background:#ddd}
.section{padding:65px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.section h2{font-size:34px;letter-spacing:-1.5px;margin:0}.muted{color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-media{aspect-ratio:1/1;background:#f4f4f4;position:relative}.card-media img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:12px;top:12px;background:var(--yellow);font-size:11px;font-weight:950;padding:7px 10px;border-radius:999px}.card-body{padding:16px}.card-title{font-weight:850;margin-bottom:8px}.price{font-size:18px;font-weight:950}.compare{color:#999;text-decoration:line-through;margin-left:5px;font-size:13px}
.collection-head{padding:45px 0 25px;background:#f7f7f7}.collection-head h1{font-size:52px;letter-spacing:-3px;margin:0 0 8px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin:24px 0;gap:12px}.select{padding:11px 14px;border:1px solid var(--line);border-radius:10px;background:#fff}
.product{padding:45px 0}.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px}.product-media{background:#f5f5f5;border-radius:25px;overflow:hidden}.product-media img{width:100%;aspect-ratio:1/1;object-fit:cover}.product h1{font-size:48px;letter-spacing:-2px;line-height:1;margin:0 0 14px}.product-price{font-size:28px;font-weight:950;margin:18px 0}.product-form{display:grid;gap:15px}.label{font-size:13px;font-weight:900}.option-row{display:flex;gap:8px;flex-wrap:wrap}.option{border:1px solid #ccc;border-radius:9px;padding:10px 13px;cursor:pointer}.option input{display:none}.option:has(input:checked){background:var(--yellow);border-color:var(--black);font-weight:900}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;width:max-content}.qty button,.qty input{border:0;background:#fff;padding:11px 14px}.qty input{width:45px;text-align:center}.buy{width:100%;font-size:16px}.shipping{border-top:1px solid var(--line);margin-top:20px;padding-top:18px;font-size:13px;line-height:1.6}
.cart-page{padding:55px 0}.cart-row{display:grid;grid-template-columns:100px 1fr auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row img{width:100px;height:100px;object-fit:cover;border-radius:12px}.cart-total{text-align:right;margin-top:25px}.cart-total strong{font-size:28px}
.footer{background:var(--black);color:#fff;padding:55px 0;margin-top:50px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer a{color:#bbb;display:block;margin:10px 0;font-size:14px}.footer h3{margin-top:0}.yellow{color:var(--yellow)}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.product-grid{grid-template-columns:1fr}.nav{display:none}.footer-grid{grid-template-columns:1fr 1fr}.hero{padding:45px 0}.hero-card{min-height:280px}.hero-card img{height:250px}}
@media(max-width:560px){.grid{grid-template-columns:1fr 1fr;gap:10px}.page-width{padding:0 15px}.header-inner{min-height:64px}.header-actions .icon-btn:first-child{display:none}.hero h1{font-size:45px}.collection-head h1{font-size:40px}.product h1{font-size:38px}.card-body{padding:11px}.card-title{font-size:14px}.footer-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:70px 1fr}.cart-row img{width:70px;height:70px}}
