:root{--bg:#050505;--panel:#0e0e0e;--text:#f7f3e8;--muted:#b8b0a0;--gold:#d6aa4c;--line:#2a2a2a;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.page-width{width:min(calc(100% - 32px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(5,5,5,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:86px}.brand img{display:block;width:190px;max-height:64px;object-fit:contain}.nav{display:flex;gap:28px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.nav a:hover{color:var(--gold)}.cart-link{font-size:14px}.hero{min-height:72vh;display:grid;place-items:center;text-align:center;padding:80px 16px;background:radial-gradient(circle at 50% 35%,#1b160b 0,#0a0906 32%,#050505 70%)}.hero .eyebrow{color:var(--gold);letter-spacing:.28em;text-transform:uppercase;font-size:12px}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,7vw,92px);font-weight:500;line-height:.98;margin:18px auto 22px;max-width:1000px}.hero p{max-width:680px;margin:0 auto 30px;color:var(--muted);font-size:18px}.btn{display:inline-block;padding:14px 22px;border:1px solid var(--gold);background:var(--gold);color:#050505;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700}.btn.secondary{background:transparent;color:var(--text);margin-left:10px}.section{padding:72px 0}.section-heading{text-align:center;margin-bottom:34px}.section-heading h2{font-family:Georgia,'Times New Roman',serif;font-size:40px;margin:0 0 8px;font-weight:500}.section-heading p{color:var(--muted);margin:0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:var(--panel);border:1px solid var(--line);overflow:hidden}.card-media{aspect-ratio:1/1;background:#111;display:block}.card-media img{width:100%;height:100%;object-fit:cover;display:block}.card-body{padding:18px}.card-title{font-family:Georgia,'Times New Roman',serif;font-size:21px;margin:0 0 6px}.price{color:var(--gold);font-weight:700}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-item{border:1px solid var(--line);padding:28px;text-align:center;background:#090909}.trust-item h3{font-family:Georgia,'Times New Roman',serif;font-size:23px;margin:0 0 8px}.trust-item p{color:var(--muted);margin:0}.site-footer{border-top:1px solid var(--line);padding:46px 0;color:var(--muted)}.footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-title{color:var(--text);font-family:Georgia,'Times New Roman',serif;font-size:22px}.product-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;padding:56px 0}.product-main-image{width:100%;background:#111}.product-info h1{font-family:Georgia,'Times New Roman',serif;font-size:46px;font-weight:500;margin:0 0 10px}.product-description{color:var(--muted)}.product-form select,.product-form input{width:100%;padding:13px;background:#0b0b0b;color:var(--text);border:1px solid var(--line);margin:8px 0 14px}.product-form button{width:100%;cursor:pointer}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.page-title{font-family:Georgia,'Times New Roman',serif;font-size:48px;font-weight:500}.rte{color:#ddd}.rte a{color:var(--gold)}@media(max-width:900px){.nav{display:none}.grid,.trust,.collection-grid{grid-template-columns:1fr 1fr}.product-wrap{grid-template-columns:1fr}.hero{min-height:62vh}}@media(max-width:600px){.brand img{width:150px}.grid,.trust,.collection-grid{grid-template-columns:1fr}.hero h1{font-size:44px}.btn.secondary{display:block;margin:12px 0 0}.product-info h1{font-size:36px}}
