:root{--ink:#121212;--muted:#6a6a6a;--paper:#f5f2ec;--line:#dcd8d0;--accent:#e6ff6b;--white:#fff;--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{font-size:11px;letter-spacing:.18em;text-align:center;padding:10px;background:#111;color:#fff}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:950;letter-spacing:-.065em;font-size:26px}.brand span{font-weight:450}.nav nav{display:flex;gap:28px;font-size:14px}.nav nav a:hover{opacity:.55}.cart-btn{border:1px solid #111;border-radius:999px;padding:11px 15px;font-size:13px}.cart-btn span{display:inline-grid;place-items:center;background:#111;color:#fff;border-radius:50%;width:20px;height:20px;margin-left:6px}.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;padding:58px 0 70px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:800;color:#717171}.hero h1{font-size:clamp(54px,7vw,96px);line-height:.88;letter-spacing:-.075em;margin:15px 0 24px}.hero h1 em{font-style:normal;background:var(--accent);padding:0 .08em}.lead{max-width:620px;font-size:18px;line-height:1.55;color:#505050}.hero-actions{display:flex;gap:12px;margin:30px 0}.primary,.secondary{padding:14px 20px;border-radius:999px;font-size:14px;font-weight:800}.primary{background:#111;color:#fff}.secondary{border:1px solid #111}.mini-trust{display:flex;flex-wrap:wrap;gap:20px;font-size:12px;color:#666}.hero-card{position:relative;background:#e9e6df;border-radius:36px;min-height:520px;display:grid;place-items:center;overflow:hidden}.fashion-hero{background:linear-gradient(145deg,#d8d1c5,#f1eee7)}.wardrobe-art{position:relative;width:76%;height:74%;border:1px solid rgba(0,0,0,.14);border-radius:22px;background:rgba(255,255,255,.36);box-shadow:inset 0 0 0 12px rgba(255,255,255,.18)}.wardrobe-art:before{content:"";position:absolute;left:10%;right:10%;top:15%;height:3px;background:#171717}.hanger{position:absolute;top:17%;width:27%;height:52%;border:3px solid #171717;border-top:0;border-radius:0 0 24px 24px}.hanger:before{content:"";position:absolute;width:17px;height:17px;border:3px solid #171717;border-bottom:0;border-left-color:transparent;border-radius:50% 50% 0 0;left:50%;top:-34px;transform:translateX(-50%)}.hanger.one{left:8%;background:#202020}.hanger.two{left:36.5%;background:#d7d2c9}.hanger.three{right:8%;background:#6f7f63}.hero-label{position:absolute;left:0;right:0;bottom:7%;text-align:center;font-weight:950;letter-spacing:.22em;font-size:clamp(22px,4vw,48px)}.floating-tag{position:absolute;right:22px;top:22px;border:1px solid rgba(0,0,0,.25);padding:8px 11px;border-radius:999px;font-size:10px;letter-spacing:.12em;background:rgba(255,255,255,.65);backdrop-filter:blur(8px)}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0;overflow:hidden;white-space:nowrap;font-weight:900;letter-spacing:.06em}.ticker div{animation:marquee 20s linear infinite}@keyframes marquee{to{transform:translateX(-40%)}}.collection{padding:72px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.section-head h2,.about h2{font-size:48px;letter-spacing:-.05em;margin:6px 0}.price-note{max-width:430px;color:var(--muted);font-size:12px;line-height:1.5}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{background:var(--white);border:1px solid #e8e6df;border-radius:22px;overflow:hidden;transition:.25s transform,.25s box-shadow}.product:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(0,0,0,.08)}.product-media{height:310px;background:#efede8;display:grid;place-items:center;overflow:hidden}.product-media img{width:88%;height:88%;object-fit:contain}.product-body{padding:20px}.product-top{display:flex;justify-content:space-between;gap:12px}.product h3{font-size:19px;margin:0 0 6px}.product .type{font-size:12px;color:var(--muted)}.price{font-weight:900;font-size:17px;white-space:nowrap}.official{font-size:11px;color:#7b7b7b;margin:10px 0 18px}.buy{width:100%;border:0;background:#111;color:white;border-radius:12px;padding:13px;font-weight:800;cursor:pointer}.buy:hover{background:#2b2b2b}.brand-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.brand-strip article{padding:36px 28px;border-right:1px solid var(--line)}.brand-strip article:last-child{border:0}.brand-strip b{font-size:28px}.brand-strip p{color:var(--muted)}.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:80px 0}.about-copy{font-size:17px;line-height:1.65;color:#555}.footer{border-top:1px solid var(--line);min-height:130px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:#666}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#111;color:#fff;padding:12px 18px;border-radius:999px;font-size:13px;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:850px){.nav nav{display:none}.hero{grid-template-columns:1fr;padding-top:38px}.hero-card{min-height:390px}.grid{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr;gap:15px}.section-head{align-items:start;flex-direction:column}.brand-strip{grid-template-columns:1fr}.brand-strip article{border-right:0;border-bottom:1px solid var(--line)}.footer{flex-wrap:wrap;padding:30px 0}}
@media(max-width:570px){.shell{width:min(100% - 24px,1180px)}.nav{height:68px}.brand{font-size:21px}.hero h1{font-size:54px}.lead{font-size:16px}.hero-card{min-height:330px;border-radius:24px}.grid{grid-template-columns:1fr}.product-media{height:300px}.section-head h2,.about h2{font-size:38px}.hero-actions{flex-wrap:wrap}.mini-trust{display:grid;gap:8px}}
