:root{--ink:#101114;--muted:#686b73;--paper:#f7f7f4;--white:#fff;--line:#e6e6e1;--accent:#ff3b30;--dark:#15171c}
*{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:var(--paper)}a{text-decoration:none;color:inherit}
.announcement{background:var(--accent);color:#fff;text-align:center;font-weight:800;font-size:13px;letter-spacing:.05em;padding:11px}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.nav{height:72px;max-width:1200px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-weight:950;letter-spacing:-.06em;font-size:25px}.brand span{font-weight:500}.navlinks{display:flex;gap:26px;font-size:14px;font-weight:700}.navlinks a:hover{opacity:.6}.cart-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-size:15px;cursor:pointer}.cart-btn span{font-weight:900}
.hero{max-width:1200px;margin:auto;padding:72px 22px 80px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.18em;margin:0 0 12px;color:var(--muted)}h1{font-size:clamp(50px,7vw,92px);line-height:.92;letter-spacing:-.07em;margin:0 0 25px}h1 em{font-style:normal;color:var(--accent)}h2{font-size:42px;letter-spacing:-.055em;margin:0 0 12px}.lead{font-size:18px;line-height:1.6;color:var(--muted);max-width:520px}.hero-actions{display:flex;gap:12px;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 22px;font-weight:850;cursor:pointer;font-size:14px}.primary{background:var(--ink);color:#fff}.ghost{background:#fff;border:1px solid var(--line)}.light{background:#fff;color:var(--ink)}.full{width:100%}.trust{display:flex;flex-wrap:wrap;gap:18px;font-size:12px;font-weight:750;color:var(--muted)}
.hero-card{position:relative;background:#e6e3dc;border-radius:32px;overflow:hidden;box-shadow:0 25px 60px #00000012}.hero-card img{width:100%;display:block;aspect-ratio:1/1;object-fit:cover}.hero-price{position:absolute;right:18px;bottom:18px;background:#fff;border-radius:18px;padding:13px 18px;display:flex;align-items:baseline;gap:5px;box-shadow:0 10px 30px #0002}.hero-price span{font-size:10px;font-weight:900;color:var(--accent)}.hero-price strong{font-size:24px}.hero-price small{font-weight:800}
.offer{background:var(--dark);color:#fff;max-width:1200px;margin:0 auto 90px;padding:34px 40px;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:25px}.offer h2{font-size:31px}.offer h2 strong{color:#ff655c}.offer p:not(.eyebrow){color:#bfc1c8;margin:0}
.catalog{max-width:1200px;margin:auto;padding:0 22px 90px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.filters{display:flex;gap:7px}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:750;cursor:pointer}.filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #eee;transition:.2s}.product:hover{transform:translateY(-3px);box-shadow:0 16px 35px #0000000d}.product-img{position:relative;background:#eee}.product-img img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.badge{position:absolute;left:12px;top:12px;background:#fff;color:var(--accent);font-size:10px;font-weight:950;padding:7px 9px;border-radius:999px}.product-body{padding:17px}.product-title{font-size:17px;font-weight:900;margin-bottom:6px}.price{font-weight:950;font-size:21px}.sizes{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.size{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 9px;cursor:pointer;font-weight:750}.size.selected{background:var(--ink);color:#fff;border-color:var(--ink)}.add{width:100%;padding:12px;border-radius:12px}
.features{max-width:1200px;margin:0 auto 90px;padding:0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.features article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.features span{font-size:25px}.features h3{margin:12px 0 6px}.features p{margin:0;color:var(--muted);line-height:1.5;font-size:13px}
.faq{max-width:800px;margin:0 auto;padding:0 22px 100px}.faq h2{margin-bottom:25px}.faq details{background:#fff;border-bottom:1px solid var(--line);padding:18px 0}.faq summary{font-weight:850;cursor:pointer}.faq details p{color:var(--muted);line-height:1.6;margin:13px 0 0}
footer{background:#fff;border-top:1px solid var(--line);padding:35px 22px;text-align:center;color:var(--muted)}footer .brand{color:var(--ink)}footer p{font-size:13px}footer small{font-size:11px}
.modal{display:none;position:fixed;inset:0;z-index:50}.modal.open{display:block}.backdrop{position:absolute;inset:0;background:#0008}.drawer,.checkout{position:absolute;background:#fff;height:100%;right:0;top:0;width:min(470px,100%);padding:30px;overflow:auto;box-shadow:-15px 0 50px #0002}.checkout{height:auto;top:50%;right:50%;transform:translate(50%,-50%);border-radius:24px;max-height:90vh}.close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:30px;cursor:pointer}.drawer h2{margin-top:25px}.cart-row{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.cart-row img{width:72px;height:72px;object-fit:cover;border-radius:12px}.cart-name{font-weight:850}.cart-meta{font-size:12px;color:var(--muted);margin-top:4px}.remove{border:0;background:none;color:var(--accent);font-weight:800;cursor:pointer}.total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;padding:22px 0}.secure{font-size:11px;color:var(--muted);line-height:1.5;text-align:center}.checkout form{display:grid;gap:13px}.checkout label{font-size:12px;font-weight:800}.checkout input{display:block;width:100%;margin-top:6px;border:1px solid #dcdcdc;border-radius:12px;padding:13px;font:inherit}.checkout-summary{display:flex;justify-content:space-between;padding:15px 0;font-size:18px;font-weight:900}.message{margin-top:14px;background:#f2f4f5;padding:13px;border-radius:12px;font-size:13px;line-height:1.5}
@media(max-width:850px){.navlinks{display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero-card{order:-1}.offer{margin:0 14px 65px;padding:26px;display:block}.offer .btn{margin-top:18px}.grid{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){h1{font-size:58px}h2{font-size:34px}.grid{grid-template-columns:1fr}.features{grid-template-columns:1fr}.section-head{display:block}.filters{margin-top:16px}.hero{padding-bottom:55px}.trust{display:block}.trust span{display:block;margin:7px 0}}
