:root{
  --black:#080808;--white:#f5f5f2;--muted:#8c8c88;--line:#252525;--accent:#245cff;
  --max:1400px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif;letter-spacing:.01em}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.site-header{position:absolute;z-index:10;top:0;left:0;right:0;border-bottom:1px solid rgba(255,255,255,.2);background:linear-gradient(180deg,rgba(0,0,0,.55),transparent)}
.header-inner{height:78px;max-width:var(--max);margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}
.brand,.footer-brand{font-size:26px;font-weight:900;letter-spacing:-.08em}.brand span,.footer-brand span{color:var(--accent)}
.desktop-nav,.header-actions{display:flex;gap:28px;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.desktop-nav a:hover,.header-actions a:hover,.text-link:hover{opacity:.6}
.hero{min-height:760px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#111}
.hero-media,.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-media:empty{background:radial-gradient(circle at 70% 35%,#26304b 0,#111 38%,#080808 72%)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.22) 70%),linear-gradient(0deg,rgba(0,0,0,.75),transparent 50%)}
.hero-content{position:relative;z-index:2;max-width:var(--max);width:100%;margin:auto;padding:150px 28px 105px}
.eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#aaa;margin:0 0 18px}.hero h1{font-size:clamp(52px,8vw,118px);line-height:.86;letter-spacing:-.075em;max-width:900px;margin:0 0 26px}.hero-copy{max-width:420px;color:#ccc;line-height:1.55;font-size:14px;margin-bottom:32px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;font-size:11px;letter-spacing:.15em;font-weight:700}.button-light{background:var(--white);color:#080808}.button-dark{background:var(--white);color:#080808;width:100%;cursor:pointer}
.hero-bottom{position:absolute;z-index:3;bottom:20px;left:28px;right:28px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.16em;color:#bbb}
.section{max-width:var(--max);margin:auto;padding:105px 28px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section h2,.story-section h2,.newsletter h2{font-size:clamp(42px,6vw,82px);line-height:.9;letter-spacing:-.07em;margin:0}.text-link{font-size:10px;letter-spacing:.16em}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{min-width:0}.product-image{aspect-ratio:3/4;background:#151515;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.03)}.placeholder{height:100%;display:grid;place-items:center;font-size:34px;font-weight:900;letter-spacing:-.08em}.product-info{display:flex;justify-content:space-between;padding:14px 0;font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.story-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:120px 28px}.story-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 2fr;gap:60px}.story-label{font-size:10px;letter-spacing:.16em;color:#777}.story-copy{max-width:650px;color:#aaa;font-size:18px;line-height:1.65;margin-top:28px}
.newsletter{text-align:center;padding:125px 28px}.newsletter h2{margin-bottom:20px}.newsletter>p:not(.eyebrow){color:#999;margin:0 auto 30px;max-width:500px}.newsletter-form{max-width:560px;margin:auto;display:flex;border-bottom:1px solid #777}.newsletter-form input{flex:1;background:transparent;border:0;color:white;padding:16px 0;outline:none;font-size:11px;letter-spacing:.12em}.newsletter-form button{background:none;border:0;color:white;font-size:10px;letter-spacing:.15em;cursor:pointer}
.site-footer{border-top:1px solid var(--line);padding:40px 28px 24px}.footer-top,.footer-bottom{max-width:var(--max);margin:auto;display:flex;justify-content:space-between}.footer-links{display:flex;gap:24px;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.footer-bottom{border-top:1px solid var(--line);margin-top:55px;padding-top:18px;color:#777;font-size:9px;letter-spacing:.15em}
.product-page{max-width:var(--max);margin:auto;padding:130px 28px 100px;display:grid;grid-template-columns:1.5fr 1fr;gap:70px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery img{width:100%;background:#151515}.product-details{position:sticky;top:110px;height:max-content}.product-details h1{font-size:clamp(42px,5vw,78px);line-height:.9;letter-spacing:-.07em;margin:0 0 14px}.price{font-size:13px;margin-bottom:35px}.description{color:#999;line-height:1.6;font-size:14px;margin-bottom:30px}.variant-select{width:100%;height:52px;background:#111;border:1px solid #444;color:#fff;padding:0 15px;margin-bottom:12px}
@media(max-width:800px){.desktop-nav{display:none}.header-actions{gap:14px}.hero{min-height:680px}.hero-content{padding:130px 20px 80px}.hero-bottom{left:20px;right:20px}.hero-bottom span{display:none}.section,.story-section,.newsletter,.site-footer,.product-page{padding-left:20px;padding-right:20px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.section-head{align-items:start}.section-head .text-link{margin-top:8px}.story-grid{grid-template-columns:1fr;gap:35px}.product-page{grid-template-columns:1fr;gap:35px;padding-top:110px}.product-details{position:static}.product-gallery{grid-template-columns:1fr 1fr}.footer-top,.footer-bottom{flex-direction:column;gap:25px}.footer-links{flex-wrap:wrap}}
