@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#101010;--ink:#f4f4f1;--muted:#a6a6a3;--line:#333;--accent:#d6f77c}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.5;letter-spacing:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:6px}header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:32px;font-weight:700;line-height:1}.brand span{font-weight:500;color:#b8b8b8;margin-left:5px}.brand i{width:7px;height:7px;background:var(--accent);margin:17px 0 0 7px}nav{display:flex;gap:40px;font-size:14px}.social span{margin-left:12px}nav a:hover,footer>a:last-child:hover{color:var(--accent)}.hero{position:relative;min-height:620px;height:calc(100svh - 96px);max-height:860px;isolation:isolate;overflow:hidden}.hero>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 48%;z-index:-3}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.25) 60%,rgba(0,0,0,.08)),linear-gradient(0deg,rgba(0,0,0,.7),transparent 40%);z-index:-2}.hero-content{padding:100px 5% 120px;max-width:760px}.eyebrow{font-size:12px;font-weight:600;margin:0 0 22px;color:#c2c2bc}h1{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:104px;font-weight:600;line-height:1;margin:0 0 24px}h2{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:48px;font-weight:500;line-height:1.1;margin:0}.tagline{font-size:24px;line-height:1.4;margin:0 0 40px;color:#e3e3df}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;background:var(--ink);color:#111;font-size:14px;font-weight:600;padding:18px 22px;min-height:56px;transition:background .15s}.button:hover{background:var(--accent)}.button span{font-size:20px}.hero-bottom{position:absolute;bottom:28px;left:5%;right:5%;display:flex;justify-content:space-between;color:#c2c2bc;font-size:12px}.hero-bottom span:last-child{color:#b8b8b8}.collection{padding:80px 5% 100px;max-width:1700px;margin:auto}.section-top{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:48px}.section-top .eyebrow{color:var(--accent);margin-bottom:16px}.launch{text-align:right;font-size:14px;margin:0;white-space:nowrap}.launch span{display:block;color:var(--muted);font-size:12px;margin-top:6px}.products{border-top:1px solid #666}.product{display:grid;grid-template-columns:60px 1fr auto;gap:24px;align-items:center;padding:32px 0;border-bottom:1px solid var(--line)}.number{align-self:start;color:#777;font-size:14px;padding-top:4px}.category{font-size:12px;color:var(--muted)}h3{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:34px;font-weight:500;line-height:1.15;margin:8px 0}.product p{font-size:16px;color:var(--muted);margin:10px 0 0}.status{font-size:12px;border:1px solid #484848;border-radius:3px;padding:6px 12px;color:#bbb}.featured h3{color:var(--accent)}footer{border-top:1px solid var(--line);padding:45px 5%;display:flex;gap:28px;justify-content:space-between;align-items:center}footer p{color:var(--muted);font-size:14px;margin:0}footer>a:last-child{font-size:14px}footer>a:last-child span{margin-left:15px}@media(min-width:1600px){.hero-content{padding-top:140px}}@media(max-width:700px){header{height:78px;padding:0 6%}.brand{font-size:27px}nav{gap:18px}nav a{font-size:13px}.social{display:none}.hero{height:730px;min-height:0;max-height:calc(100svh - 78px)}.hero>img{object-position:62% center}.shade{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.25)),linear-gradient(0deg,rgba(0,0,0,.75),transparent 70%)}.hero-content{padding:85px 6% 100px}h1{font-size:72px}.tagline{font-size:21px}.hero-bottom{left:6%;right:6%;font-size:10px;gap:18px}.hero-bottom span:last-child{font-size:11px}.collection{padding:56px 6% 65px}.section-top{display:block;margin-bottom:30px}h2{font-size:38px;max-width:340px}.launch{text-align:left;margin-top:24px;display:flex;gap:14px;align-items:center}.launch span{margin:0}.product{grid-template-columns:28px 1fr;gap:15px;padding:26px 0}.status{grid-column:2;justify-self:start;font-size:12px;padding:4px 10px}.product h3{font-size:29px}.product p{font-size:15px}.number{font-size:12px}footer{padding:32px 6%;flex-wrap:wrap}footer p{display:none}footer>a:last-child{font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
