
:root{
 --bg:#090909; --surface:#11100f; --surface2:#171411; --text:#f3eee9;
 --muted:#a99c92; --taupe:#a98d78; --line:rgba(255,255,255,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
.shell{width:min(1180px,calc(100% - 32px));margin:auto}
.header{position:sticky;top:0;z-index:30;background:rgba(9,9,9,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700;letter-spacing:.22em}
.brand img{width:30px;height:30px;object-fit:contain}
.navlinks{display:flex;align-items:center;gap:22px;font-size:13px;color:#d1c8c0}
.pill{border:1px solid var(--line);padding:10px 14px;border-radius:999px}
.mobile-menu{display:none}
.hero{position:relative;min-height:760px;display:flex;align-items:flex-end;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{height:100%;object-fit:cover;object-position:center}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.17) 48%,rgba(0,0,0,.93))}
.hero-content{position:relative;padding:0 0 72px;max-width:820px}
.eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:#d1b8a4;margin-bottom:16px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400}
h1{font-size:clamp(58px,10vw,116px);line-height:.88;margin:0;letter-spacing:.01em}
.hero p{max-width:620px;margin:24px 0 0;color:#ddd4cc;font-size:18px;line-height:1.6}
.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;justify-content:center;align-items:center;padding:13px 18px;border-radius:999px;border:1px solid var(--line);font-size:14px}
.btn.primary{background:#f0e8e0;color:#15120f;border-color:#f0e8e0}
.section{padding:82px 0;border-top:1px solid var(--line)}
.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:26px;margin-bottom:30px}
.section-title h2{margin:0;font-size:clamp(38px,5vw,62px);line-height:1}
.section-title p{margin:0;max-width:520px;color:var(--muted);line-height:1.6}
.products{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface)}
.card-image{aspect-ratio:4/3;overflow:hidden;background:#201a16}
.card-image img{height:100%;object-fit:cover}
.card-body{padding:22px}
.tag{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#c4a992;margin-bottom:8px}
.card h3{font-size:34px;margin:0 0 9px}
.card p{margin:0;color:var(--muted);line-height:1.55}
.card-foot{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:20px}
.link{font-size:13px;border-bottom:1px solid #77685d;padding-bottom:3px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.feature{border:1px solid var(--line);border-radius:18px;padding:22px;background:#0e0d0c}
.feature b{display:block;font-size:14px;margin-bottom:8px}
.feature span{color:var(--muted);font-size:14px;line-height:1.5}
.pagehead{padding:110px 0 56px;border-bottom:1px solid var(--line)}
.pagehead h1{font-size:clamp(48px,8vw,88px)}
.product-page{padding:64px 0;display:grid;grid-template-columns:1.15fr .85fr;gap:40px}
.product-image{border-radius:22px;overflow:hidden;border:1px solid var(--line)}
.product-image img{aspect-ratio:4/3;object-fit:cover}
.product-info h1{font-size:54px;line-height:.95;margin:8px 0 18px}
.product-info p{color:var(--muted);line-height:1.65}
.specs{margin:28px 0;border-top:1px solid var(--line)}
.spec{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px;color:#d8d0c8}
.notice{padding:15px;border:1px solid rgba(169,141,120,.36);background:rgba(169,141,120,.07);border-radius:14px;color:#c8b7a8;font-size:13px;line-height:1.55}
.prose{max-width:760px;color:#d6cec7;line-height:1.75;font-size:17px}
.footer{padding:32px 0;border-top:1px solid var(--line);font-size:12px;color:#8f857d}
.footer-row{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.footer-links{display:flex;gap:16px;flex-wrap:wrap}
.drawer{position:fixed;z-index:60;top:0;right:0;height:100%;width:min(400px,100%);background:#0d0c0b;border-left:1px solid var(--line);transform:translateX(100%);transition:.25s;padding:24px}
.drawer.open{transform:none}
.overlay{position:fixed;z-index:50;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.25s}
.overlay.open{opacity:1;pointer-events:auto}
.drawer-head{display:flex;justify-content:space-between;align-items:center}
@media(max-width:760px){
 .shell{width:min(100% - 28px,1180px)}
 .navlinks a:not(.pill){display:none}
 .hero{min-height:690px}
 .hero-bg img{object-position:54% center}
 .hero-content{padding-bottom:42px}
 h1{font-size:58px;line-height:.9}
 .hero p{font-size:16px}
 .section{padding:58px 0}
 .section-title{display:block}
 .section-title p{margin-top:16px}
 .products{grid-template-columns:1fr;gap:18px}
 .card{border-radius:18px}
 .card-image{aspect-ratio:1.15/1}
 .card h3{font-size:31px}
 .features{grid-template-columns:1fr}
 .product-page{grid-template-columns:1fr;padding-top:34px}
 .product-info h1{font-size:44px}
}
