:root{--bg:#0b0c0e;--panel:#14161a;--text:#f4f1ea;--muted:#a4a6aa;--line:#2a2d32;--gold:#d6b77a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 80% 0,#242018 0,transparent 35%),var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}header{display:flex;justify-content:space-between;align-items:center;padding:20px max(22px,6vw);border-bottom:1px solid var(--line);position:sticky;top:0;background:#0b0c0ef2;backdrop-filter:blur(14px);z-index:2}.brand img{display:block;width:205px;height:auto}nav{display:flex;gap:24px;color:var(--muted);font-size:14px}nav a:hover{color:var(--text)}main{max-width:1200px;margin:auto;padding:0 6vw}.hero{min-height:590px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px}.eyebrow{font-size:11px;letter-spacing:3px;color:var(--gold);font-weight:700}.hero h1{font-size:clamp(44px,7vw,88px);line-height:.98;max-width:700px;margin:22px 0}.hero em{font-family:Georgia,serif;font-weight:400;color:var(--gold)}.lead{font-size:18px;color:var(--muted);max-width:500px;line-height:1.7}.button{display:inline-block;margin-top:24px;background:var(--gold);color:#15120c;padding:15px 24px;font-weight:800;border-radius:2px}.hero-art{display:grid;place-items:center;min-height:300px}.hero-art img{width:100%;max-width:390px;filter:drop-shadow(0 0 60px #b08c4a18)}.section-head{margin:60px 0 25px}.section-head h2,.story h2{font-size:42px;margin:8px 0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{background:var(--panel);border:1px solid var(--line);padding:22px}.product-image{height:220px;background:linear-gradient(135deg,#24201a,#0e1013);display:grid;place-items:center;color:#746344;font-size:64px;font-family:Georgia,serif;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product h3{margin-bottom:8px}.product p{color:var(--muted);line-height:1.6;min-height:76px}.price{font-weight:800;color:var(--gold)}.product button{width:100%;margin-top:20px;padding:13px;background:transparent;border:1px solid var(--gold);color:var(--text);cursor:pointer}.product button:hover{background:var(--gold);color:#15120c}.story{margin:130px 0;padding:60px 0;border-top:1px solid var(--line);max-width:760px}.story p:not(.eyebrow){color:var(--muted);line-height:1.8}footer{padding:50px 6vw;border-top:1px solid var(--line);color:var(--muted);font-size:13px;display:grid;grid-template-columns:1fr 1fr;gap:25px}.footer-logo{width:190px}.footer-links{display:flex;flex-wrap:wrap;gap:16px;align-content:start;justify-content:flex-end}.footer-links a:hover{color:var(--text)}footer small{grid-column:1/-1}@media(max-width:700px){header{align-items:flex-start;gap:15px}.brand img{width:165px}nav{gap:10px;flex-wrap:wrap;justify-content:flex-end}.hero{grid-template-columns:1fr;min-height:500px}.hero-art{min-height:140px}.hero-art img{max-width:270px}.hero h1{font-size:52px}.products{grid-template-columns:1fr}footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}footer small{grid-column:auto}}
