:root{--bg: #f7ecd0;--paper: #fff8e6;--brown: #3a2414;--gold: #b8821f;--gold-dark: #8e6417;--text: #2c1c10}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,sans-serif;color:var(--text);background:#fcf6ea}.container{width:min(1120px,92vw);margin:0 auto}.topbar{position:sticky;top:0;background:#fff8e6f2;border-bottom:1px solid #ead8b4;z-index:10}.top-inner{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.brand img{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #e6c986}.brand strong{display:block;font-size:1.05rem}.brand small{color:#6e5337}.hero{background:linear-gradient(135deg,var(--bg),#f2dfb8);padding:3.3rem 0 2.4rem}.hero-grid{display:grid;grid-template-columns:1.2fr .95fr;gap:1.2rem}.kicker{font-weight:800;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.06em}h1{font-size:clamp(2rem,5vw,3.35rem);line-height:1.1;margin:.3rem 0 .7rem;color:var(--brown)}.lead{font-size:1.05rem;max-width:60ch}.actions{display:flex;gap:.7rem;flex-wrap:wrap;margin:1.1rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;border-radius:999px;background:var(--brown);color:#fff;padding:.72rem 1.2rem;font-weight:700}.btn:hover{background:#1f130b}.btn.ghost{background:transparent;border:2px solid var(--brown);color:var(--brown)}.btn.call{background:var(--gold-dark)}.bullets{margin:0;padding-left:1.1rem}.bullets li{margin:.25rem 0}.quote-card{background:var(--paper);border:1px solid #dfc28b;border-radius:16px;padding:1rem;box-shadow:0 12px 28px #492e101f}.quote-card h2{margin-top:0;color:var(--brown)}.quote-card form{display:grid;gap:.55rem}.quote-card input,.quote-card select,.quote-card textarea{width:100%;border:1px solid #d8bb7f;border-radius:10px;padding:.65rem .7rem;font:inherit;background:#fff}.quote-card button{border:0;border-radius:10px;padding:.72rem .9rem;background:var(--gold);color:#241508;font-weight:800}.section{padding:2.6rem 0}.section h2{color:var(--brown);margin:0 0 .9rem}.grid{display:grid;gap:.75rem}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid article{background:#fff;border:1px solid #ecd9b4;border-radius:14px;padding:1rem}.grid article h3{margin:0 0 .4rem;color:#3a2414}.section.alt{background:#f4e7ca}.split{display:grid;grid-template-columns:1fr 1fr;gap:1rem}footer{border-top:1px solid #ead8b4;padding:1.2rem 0 5rem}.gate{position:fixed;top:0;right:0;bottom:0;left:0;background:#191009b8;display:grid;place-items:center;z-index:100}.gate.hidden{display:none}.gate-card{width:min(420px,94vw);background:#fff8e6;border:1px solid #e3c78d;border-radius:16px;padding:1rem}.gate-card form{display:grid;gap:.5rem}.gate-card input{border:1px solid #caa35e;border-radius:10px;padding:.65rem .7rem}.gate-card button{border:0;border-radius:10px;padding:.65rem .9rem;background:var(--brown);color:#fff;font-weight:700}.gate-error{color:#9f1f1f;min-height:1.1rem}.webrgv-badge{position:fixed;right:14px;bottom:14px;z-index:30;background:#1c1108eb;color:#fff;text-decoration:none;font-size:.8rem;padding:.52rem .7rem;border-radius:999px;opacity:0;transform:translateY(12px);animation:in .7s ease forwards .35s}.webrgv-badge:hover{background:#000}@keyframes in{to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.hero-grid,.grid.three,.split{grid-template-columns:1fr}}
