:root{--gold:#e8ad2f;--gold2:#ffd36d;--ink:#080808;--panel:#121212;--muted:#a9a9a9;--white:#f7f4ed;--line:#292929}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--white);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.topbar{height:96px;display:flex;align-items:center;justify-content:space-between;padding:10px clamp(22px,6vw,96px);position:sticky;top:0;z-index:9;background:rgba(8,8,8,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{width:min(430px,42vw);height:76px;display:flex;align-items:center}.brand img{width:100%;height:100%;object-fit:contain;object-position:left center}.topbar nav{display:flex;align-items:center;gap:25px;font-size:14px}.topbar nav>a:not(.btn):hover{color:var(--gold)}.menu{display:none;background:none;color:white;border:0;font-size:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:999px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#16100a;font-weight:800;box-shadow:0 12px 34px rgba(232,173,47,.18)}.btn.small{padding:10px 16px}.ghost{padding:14px 20px;border-bottom:1px solid var(--gold);color:var(--gold2);font-weight:700}.hero{min-height:calc(100vh - 96px);display:grid;grid-template-columns:1.05fr .8fr;align-items:center;gap:clamp(35px,6vw,100px);padding:70px clamp(22px,7vw,120px);background:radial-gradient(circle at 78% 30%,rgba(232,173,47,.18),transparent 29%),linear-gradient(135deg,#080808 58%,#161006)}.eyebrow{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:clamp(46px,6vw,84px);line-height:1.02;margin:18px 0;max-width:850px}.hero-copy>p{font-size:19px;color:#c6c2b9;max-width:680px}.actions{display:flex;gap:15px;margin:32px 0}.trust{display:flex;flex-wrap:wrap;gap:18px;color:#c9c4b7;font-size:13px}.hero-card{max-width:520px;justify-self:center;transform:rotate(1.5deg);box-shadow:0 30px 100px #000;border:1px solid #4c3c18}.hero-card img{display:block;width:100%}.section{padding:100px clamp(22px,7vw,120px)}.section h2,.contact h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,58px);margin:12px 0 35px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefits article,.news article{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:28px}.benefits b{color:var(--gold);font-size:13px}.benefits h3{font-size:21px}.benefits p,.section-title p{color:var(--muted)}.shade{background:#0d0d0d}.section-title{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-title p{max-width:400px}.news{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.news article{padding:0;overflow:hidden;transition:.25s}.news article:hover{transform:translateY(-5px);border-color:#755a21}.news img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#1e1e1e}.news-body{padding:24px}.tag{display:inline-block;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.12em}.news h3{font-size:22px;margin:10px 0}.news p{color:var(--muted)}.news a{color:var(--gold2);font-weight:800}.loading{color:var(--muted)}.safety{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;background:linear-gradient(135deg,#15100a,#090909)}.safety ul{margin:0;padding:28px 28px 28px 48px;background:#111;border:1px solid #423416;border-radius:22px}.safety li{margin:12px 0}.contact{margin:0 clamp(22px,7vw,120px) 80px;padding:60px;display:flex;justify-content:space-between;align-items:center;gap:30px;border:1px solid #6e531c;border-radius:30px;background:linear-gradient(135deg,#1b1306,#0d0d0d)}.contact h2{margin-bottom:10px}.contact p{color:#c8c1b4}footer{padding:25px clamp(22px,7vw,120px);border-top:1px solid var(--line);display:flex;align-items:center;gap:30px;color:#858585;font-size:12px}footer img{width:220px;height:45px;object-fit:contain;object-position:left}footer p{flex:1}footer a:hover{color:var(--gold)}
@media(max-width:900px){.topbar{height:auto;min-height:78px}.brand{width:min(340px,72vw);height:58px}.menu{display:block}.topbar nav{display:none;position:absolute;top:78px;left:0;right:0;flex-direction:column;align-items:stretch;padding:25px;background:#0d0d0d;border-bottom:1px solid var(--line)}.topbar nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:45px}.hero h1{font-size:clamp(42px,12vw,64px)}.hero-card{max-width:470px}.benefits,.news{grid-template-columns:1fr}.section-title,.contact{align-items:flex-start;flex-direction:column}.safety{grid-template-columns:1fr}.section{padding-top:70px;padding-bottom:70px}.contact{padding:35px}footer{flex-wrap:wrap}footer p{flex-basis:100%;order:3}}
