:root{--bg:#f4f0e8;--ink:#121212;--charcoal:#1a1a1a;--gold:#c89a52;--gold2:#b7863f;--muted:#6c675f;--white:#fff;--line:#ded7cb;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(244,240,232,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none}.brand-mark{width:56px;height:44px;fill:none;stroke:var(--ink);stroke-width:4}.brand-mark text{stroke:none;fill:var(--gold);font-family:Georgia,serif;font-size:21px;font-weight:700;text-anchor:middle}.brand span{display:flex;flex-direction:column;line-height:1.05}.brand strong{font-family:Georgia,serif;font-size:23px}.brand small{font-size:11px;letter-spacing:.22em;margin-top:4px}.nav{display:flex;align-items:center;gap:28px}.nav a{color:var(--ink);text-decoration:none;font-weight:600}.nav-cta{background:var(--ink);color:white!important;padding:11px 16px;border-radius:999px}.menu-btn{display:none;border:0;background:none;font-size:27px}.hero{background:linear-gradient(135deg,#f7f3ec 0%,#eee6da 58%,#1a1a1a 58%)}.hero-grid{min-height:620px;display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:80px 60px 80px 0}.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:800;color:var(--gold2);margin:0 0 12px}.hero h1,.section h2{font-family:Georgia,serif;line-height:1.05;margin:0}.hero h1{font-size:clamp(48px,6vw,82px);max-width:800px}.lead{font-size:19px;max-width:690px;color:#37322d}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;text-decoration:none;font-weight:800;border:1px solid transparent;cursor:pointer;font:inherit}.btn-gold{background:var(--gold);color:#111}.btn-gold:hover{background:var(--gold2)}.btn-outline{border-color:#222;color:#222}.trust-row{display:flex;gap:22px;flex-wrap:wrap;font-size:14px;font-weight:700}.hero-card{background-image:linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.28)),url('assets/reference-card.jpeg');background-size:cover;background-position:77% 15%;margin:34px 0;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%);border:1px solid rgba(255,255,255,.14)}.section{padding:92px 0}.section h2{font-size:clamp(38px,5vw,58px);margin-bottom:34px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);padding:26px;min-height:220px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.service-card .icon{font-size:28px;margin-bottom:18px}.service-card h3{font-size:21px;margin:0 0 10px}.service-card p{margin:0;color:var(--muted)}.dark-section{background:var(--charcoal);color:#fff}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.gold{color:var(--gold)}.muted{color:#d2cbc2;font-size:18px;max-width:720px}.checklist{display:grid;gap:14px;font-size:18px}.checklist div{padding:16px 18px;border:1px solid #3a3a3a;border-radius:10px;background:#222}.contact-section{background:#efe8dd}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px}.contact-list{display:grid;gap:12px;margin-top:28px}.contact-list a,.contact-list span{color:#1a1a1a;text-decoration:none;font-weight:700}.quote-form{background:white;border:1px solid var(--line);padding:28px;display:grid;gap:16px;box-shadow:0 14px 30px rgba(0,0,0,.06)}.quote-form label{font-weight:700;display:grid;gap:8px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:14px 15px;border:1px solid #cfc7bc;border-radius:8px;font:inherit;background:#fff}.full{width:100%}.form-note{font-size:12px;color:var(--muted);margin:0}footer{background:#111;color:#ddd;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px;align-items:center}.footer-grid a{color:#fff;text-decoration:none}.footer-brand{color:white}.footer-brand .brand-mark{stroke:white}@media(max-width:860px){.menu-btn{display:block}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#f4f0e8;border-bottom:1px solid #ddd;padding:20px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.hero{background:#f4f0e8}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:64px 0 36px}.hero-card{height:360px;margin:0 0 36px;clip-path:none;background-position:65% 10%}.cards{grid-template-columns:1fr 1fr}.split,.contact-grid,.footer-grid{grid-template-columns:1fr}.section{padding:68px 0}}@media(max-width:560px){.container{width:min(var(--max),calc(100% - 26px))}.brand strong{font-size:19px}.brand-mark{width:46px}.hero h1{font-size:46px}.lead{font-size:17px}.cards{grid-template-columns:1fr}.trust-row{display:grid;gap:8px}.hero-card{height:300px}.section h2{font-size:39px}.quote-form{padding:20px}}
