:root{--bg:#f7f1ea;--text:#1f1b18;--muted:#70645c;--brand:#9b6b43;--light:#fffaf5;--line:#e5d8cb}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,250,245,.92);backdrop-filter:blur(12px);display:flex;justify-content:space-between;align-items:center;padding:16px 6%;border-bottom:1px solid var(--line)}.brand{font-weight:800;text-decoration:none;font-size:20px}nav{display:flex;gap:20px;align-items:center}nav a{text-decoration:none;font-weight:600;color:var(--muted)}.cta-small{background:var(--text);color:white!important;padding:9px 14px;border-radius:999px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;padding:70px 6%}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--brand);font-size:13px}h1{font-size:clamp(38px,6vw,72px);line-height:1.02;margin:10px 0 20px}h2{font-size:clamp(28px,4vw,44px);line-height:1.12;margin:8px 0 18px}h3{font-size:22px;margin:0 0 10px}.lead{font-size:21px;color:var(--muted);max-width:760px}.button{display:inline-block;background:var(--brand);color:white;text-decoration:none;padding:14px 22px;border-radius:999px;font-weight:800;margin:6px 8px 6px 0}.button.secondary{background:white;color:var(--text);border:1px solid var(--line)}.socials{display:flex;gap:16px;margin-top:14px;font-weight:700}.hero-card{background:var(--light);padding:18px;border-radius:30px;box-shadow:0 22px 50px rgba(70,47,31,.15)}.hero-card img{width:100%;border-radius:24px;display:block;aspect-ratio:4/5;object-fit:cover}.contact-card{display:grid;gap:4px;padding:18px}.contact-card span,.contact-card a{color:var(--muted)}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);margin:0 6% 40px;border-radius:24px;overflow:hidden}.trust div{background:var(--light);padding:22px}.trust strong{display:block;font-size:22px}.trust span{color:var(--muted)}.section{padding:70px 6%}.alt{background:var(--light);border-block:1px solid var(--line)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article,.post{background:var(--light);border:1px solid var(--line);border-radius:22px;padding:26px}.cards p,.wide,.post p{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.checklist{background:white;border-radius:22px;padding:30px 40px}.checklist li{margin:12px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end}.contact{text-align:center;background:var(--text);color:white}.contact p{color:#e6d9cd}.contact .button.secondary{color:var(--text)}footer{text-align:center;padding:32px 6%;background:#171310;color:#d7c8bb}.blog-page h1{max-width:1000px}.post{margin:22px 0}.date{font-weight:800;color:var(--brand)!important}.mini{border-radius:24px;margin-top:30px}@media(max-width:900px){nav{display:none}.hero,.split{grid-template-columns:1fr}.trust,.grid{grid-template-columns:1fr}.section-head{display:block}h1{font-size:42px}.hero{padding-top:38px}}
