@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--bg:#080808;--panel:#111;--text:#f5f5f2;--muted:#8f8f89;--line:#272727}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f4f4f0;color:#111;font-family:Inter,Arial,sans-serif;line-height:1.6}
.site-header{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #ddd;background:#fff;position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:10px;color:#111;text-decoration:none;font-weight:800;letter-spacing:.12em;font-size:13px}
.brand-mark{width:34px;height:34px;border:1px solid #111;border-radius:9px;display:grid;place-items:center;font-size:10px;letter-spacing:-.04em}
.site-header nav{display:flex;gap:28px}.site-header nav a{color:#333;text-decoration:none;font-size:13px}
.hero{min-height:76vh;background:var(--bg);color:var(--text);padding:15vh 8vw 12vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:.2em;font-weight:700;color:#888}.hero .eyebrow{color:#aaa;margin-bottom:18px}
.hero h1{font-size:clamp(48px,8vw,110px);line-height:.94;letter-spacing:-.065em;margin:0 0 28px;max-width:950px}.hero h1 span{color:#9e9e97}
.hero p{max-width:610px;color:#aaa;font-size:17px;margin:0 0 34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;background:#111;color:#fff;text-decoration:none;font-size:13px;font-weight:700;border:1px solid #111;transition:.2s}.btn:hover{transform:translateY(-2px)}
.btn-light{background:#f5f5f2;color:#111;border-color:#f5f5f2}
.section{padding:100px 8vw}.section-kicker{margin-bottom:16px}.section h2{font-size:clamp(35px,5vw,70px);line-height:1;letter-spacing:-.055em;margin:0 0 45px}.section h2 span{color:#888}
.product-card{display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border:1px solid #ddd;border-radius:28px;overflow:hidden;min-height:550px}
.product-visual{background:#e9e8e2;display:grid;place-items:center}.product-visual img{width:100%;height:550px;object-fit:cover}
.product-copy{padding:70px;display:flex;flex-direction:column;justify-content:center}.product-copy h2,.detail-copy h1{font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-.055em;margin:0 0 18px}
.lead{font-size:17px;color:#555}.price{font-size:34px;font-weight:800;letter-spacing:-.04em;margin:22px 0}.muted,.small,.gallery-note{font-size:12px;color:#777}
.pill{display:inline-flex;align-self:flex-start;background:#eee;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px}
.dark-section{background:#090909;color:#f5f5f2}.dark-section .section-kicker{color:#777}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#303030}.grid-3 article{background:#090909;padding:35px;min-height:220px}.grid-3 b{font-size:10px;color:#777;letter-spacing:.15em}.grid-3 h3{font-size:22px;margin:18px 0 8px}.grid-3 p{color:#999;font-size:14px}
.section details{border-top:1px solid #ccc;padding:22px 0}.section details:last-child{border-bottom:1px solid #ccc}.section summary{cursor:pointer;font-weight:700}
.footer{background:#0a0a0a;color:#999;padding:55px 8vw;display:grid;grid-template-columns:1fr auto;gap:30px}.footer .brand{color:#fff}.footer-links{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap}.footer-links a{color:#aaa;text-decoration:none;font-size:12px}.footer small{grid-column:1/-1;color:#666}
.product-page{padding:55px 8vw}.back{display:inline-block;color:#555;text-decoration:none;font-size:13px;margin-bottom:30px}
.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;align-items:center}
.gallery-main{background:#eee;min-height:620px;border-radius:24px;overflow:hidden;display:grid;place-items:center}.gallery-main img{width:100%;height:620px;object-fit:cover;display:block}
.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.thumb{padding:0;border:2px solid transparent;background:#eee;border-radius:12px;overflow:hidden;cursor:pointer;aspect-ratio:1}.thumb.active{border-color:#111}.thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gallery-note{text-align:center;padding:10px}.detail-copy h1{font-size:clamp(42px,5vw,75px)}.detail-copy h3{margin-top:35px}.features{padding-left:18px;color:#555}.features li{margin:7px 0}
.notice{background:#efeee8;border:1px solid #dedcd2;border-radius:14px;padding:16px;margin:25px 0}.notice p{margin:5px 0 0;font-size:13px;color:#555}
.btn-buy{width:100%;margin-top:18px;font-size:14px}.compact{padding-top:40px}
.info-block{margin:70px 0 20px;padding:55px;background:#fff;border:1px solid #ddd;border-radius:24px}.info-block h2{font-size:clamp(30px,4vw,55px);line-height:1;letter-spacing:-.05em;margin:0 0 18px}.info-block p{max-width:680px;color:#666}
.legal{max-width:850px;margin:auto;padding:80px 7vw;min-height:70vh}.legal h1{font-size:55px;letter-spacing:-.05em;line-height:1;margin-bottom:35px}.legal p{color:#555;margin:0 0 20px}
@media(max-width:800px){.site-header{padding:0 20px}.site-header nav{display:none}.hero{min-height:80vh;padding:110px 24px}.section{padding:70px 24px}.product-card,.product-detail{grid-template-columns:1fr}.product-copy{padding:38px 28px}.product-visual,.product-visual img{min-height:420px;height:420px}.grid-3{grid-template-columns:1fr}.footer{grid-template-columns:1fr;padding:45px 24px}.footer small{grid-column:auto}.product-page{padding:30px 24px}.gallery-main,.gallery-main img{min-height:430px;height:430px}.info-block{padding:30px;margin-top:40px}}
