:root{--black:#050505;--ink:#0c0c0c;--white:#fff;--muted:#a7a7a7;--line:#292929}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;z-index:99;background:#fff;color:#000;padding:1rem}.site-header{height:76px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(5,5,5,.94);backdrop-filter:blur(14px);z-index:20}.brand{font-weight:900;font-size:1.35rem;letter-spacing:.16em}.brand span{display:block;font-size:.48rem;letter-spacing:.48em;color:var(--muted);margin-top:3px}.site-header nav{display:flex;gap:2rem;font-size:.84rem;text-transform:uppercase;letter-spacing:.1em}.site-header nav a:hover{color:#bbb}.header-actions{display:flex;gap:1.2rem;align-items:center;font-size:.84rem}.header-actions b{display:inline-grid;place-items:center;border:1px solid #fff;border-radius:50%;width:22px;height:22px}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:1.4rem}.hero{height:calc(100vh - 76px);min-height:640px;position:relative;overflow:hidden;display:flex;align-items:center}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.1)),linear-gradient(0deg,rgba(0,0,0,.7),transparent 45%)}.hero-copy{position:relative;z-index:2;margin-left:8vw;max-width:720px}.eyebrow{font-size:.72rem;letter-spacing:.28em;font-weight:800;color:#c9c9c9}.hero h1{font-size:clamp(3.5rem,8vw,8.5rem);letter-spacing:-.065em;line-height:.83;margin:.25em 0}.hero-copy>p:not(.eyebrow){font-size:clamp(1rem,2vw,1.3rem);max-width:560px;line-height:1.5}.hero-buttons{display:flex;gap:12px;margin-top:2rem}.btn{display:inline-flex;min-height:52px;padding:0 1.6rem;align-items:center;justify-content:center;border:1px solid #fff;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;font-weight:800;cursor:pointer}.btn-white{background:#fff;color:#000}.btn-ghost{background:transparent;color:#fff}.wide{width:100%;margin:1rem 0}.hero-specs{position:absolute;z-index:2;bottom:32px;right:5vw;display:flex;gap:2.5rem;font-size:.7rem;color:#aaa}.hero-specs b{display:block;color:#fff;font-size:1.05rem;letter-spacing:.1em}.promo{display:flex;justify-content:center;gap:7vw;border-block:1px solid var(--line);padding:17px;font-size:.67rem;letter-spacing:.18em}.section{max-width:1440px;margin:auto;padding:7rem 4vw}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:2.2rem}.section-head h1,.section-head h2{font-size:clamp(2rem,4vw,4rem);margin:.15em 0;letter-spacing:-.04em}.section-head .eyebrow{position:absolute;margin-bottom:4.5rem}.section-head>a{font-size:.8rem;border-bottom:1px solid}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.category-card{background:#0d0d0d;min-height:430px;position:relative;overflow:hidden}.category-card img,.category-placeholder{width:100%;height:100%;object-fit:cover;transition:.5s}.category-placeholder{display:grid;place-items:center;font-size:8rem;font-weight:900;color:#202020}.category-card>span:last-child{position:absolute;left:1.5rem;bottom:1.5rem}.category-card b{display:block;font-size:1.35rem}.category-card small{color:#bbb}.category-card:hover img{transform:scale(1.04)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1rem}.product-card h3{font-size:.95rem;line-height:1.4;margin:.45rem 0}.product-image{aspect-ratio:1;background:#111;position:relative;overflow:hidden}.product-image img,.product-image svg{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.035)}.product-image em{position:absolute;top:12px;left:12px;background:#fff;color:#000;padding:7px;font-size:.7rem}.product-type{font-size:.62rem;letter-spacing:.12em;color:#999;text-transform:uppercase;margin:1rem 0 0}.price{font-size:.9rem}.price s{color:#888}.product-page{max-width:1440px;margin:auto;padding:5rem 4vw;display:grid;grid-template-columns:1.35fr .65fr;gap:5vw}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:4px}.gallery img{width:100%;background:#111}.product-info{position:sticky;top:110px;height:max-content}.product-info h1{font-size:clamp(2rem,4vw,4.2rem);line-height:.96;letter-spacing:-.05em}.product-price{font-size:1.4rem;margin:1.5rem 0}.product-info label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-top:1rem}.product-info select,.product-info input,.search-box input,footer input{width:100%;background:#111;color:#fff;border:1px solid #444;padding:14px;margin-top:7px}.trust{border-block:1px solid var(--line);padding:1rem 0;display:grid;gap:.5rem;font-size:.8rem}.rte{color:#d0d0d0;line-height:1.7}.rte h2{color:#fff;margin-top:2rem}.cart-row{display:grid;grid-template-columns:90px 1fr 90px auto;gap:1rem;align-items:center;border-bottom:1px solid var(--line);padding:1rem 0}.cart-row small{display:block;color:#aaa}.cart-row input{background:#111;color:#fff;border:1px solid #444;padding:10px}.cart-total{display:flex;justify-content:flex-end;gap:2rem;font-size:1.4rem;padding:2rem 0}.search-box{display:flex;gap:8px;max-width:700px}.pagination{text-align:center;margin-top:3rem}.pagination>*{margin:0 .5rem}.page{max-width:900px;min-height:55vh}.page h1,.cart h1,.search-page h1{font-size:clamp(2.5rem,6vw,6rem);letter-spacing:-.06em}footer{border-top:1px solid var(--line);padding:5rem 5vw 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;color:#bbb}footer h2{font-size:.8rem;color:#fff;text-transform:uppercase;letter-spacing:.14em}footer a:not(.brand){display:block;margin:.8rem 0;font-size:.85rem}footer button{background:#fff;border:0;padding:12px;margin-top:8px}.copyright{grid-column:1/-1;border-top:1px solid var(--line);padding-top:2rem;margin-top:2rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@media(max-width:900px){.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:#050505;flex-direction:column;padding:2rem}.site-header nav.open{display:flex}.menu-toggle{display:block}.header-actions>a:first-child{display:none}.hero{min-height:620px}.hero-copy{margin:0 6vw}.hero-specs{left:6vw;right:auto;gap:1.2rem}.promo{overflow:auto;justify-content:flex-start}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.category-card{min-height:330px}.product-page{grid-template-columns:1fr;padding-top:2rem}.product-info{position:static}.gallery{grid-template-columns:1fr 1fr}footer{grid-template-columns:1fr 1fr}}@media(max-width:520px){.category-grid,.product-grid{grid-template-columns:1fr 1fr}.section{padding:5rem 4vw}.category-card{min-height:250px}.hero h1{font-size:3.6rem}.hero-buttons{flex-direction:column;align-items:flex-start}.hero-specs span:nth-child(2){display:none}.gallery{grid-template-columns:1fr}.cart-row{grid-template-columns:70px 1fr}.cart-row input,.cart-row>strong{grid-column:2}footer{grid-template-columns:1fr}.header-actions{display:none}}
