:root{--bg: #f7f4ef;--surface: #ffffff;--surface-alt: #efe8dc;--text: #1d1d1d;--muted: #5c5c5c;--accent: #b36b00;--accent-dark: #8d5300;--border: #ddd4c6;--shadow: 0 12px 30px rgba(0, 0, 0, .08);--radius: 18px;--max-width: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.section{padding:4.5rem 0}.alt-bg{background:var(--surface-alt)}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:flex;align-items:center;gap:.9rem}.logo{width:64px;height:64px;object-fit:cover;border-radius:14px;border:1px solid var(--border);background:#fff}.brand h1{margin:0;font-size:1.3rem}.tagline{margin:.15rem 0 0;color:var(--muted);font-size:.95rem}.header-links,.hero-actions,.footer-links{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.15rem;border-radius:999px;font-weight:700;transition:.2s ease;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark)}.btn-outline{border-color:var(--border);background:#fff}.btn-outline:hover{background:#f5f5f5}.btn-full{width:100%}.hero{padding:4rem 0 3rem}.hero-grid,.about-grid,.quote-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700;color:var(--accent-dark);margin:0 0 .5rem}.hero h2,.section-heading h3,.about h3,.quote h3{margin:0 0 1rem;font-size:clamp(2rem,3.8vw,3.5rem);line-height:1.08}.hero-text{font-size:1.05rem;color:var(--muted);max-width:720px}.hero-slogan{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--accent-dark)}.highlights{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.5rem}.highlights li:before{content:"• ";color:var(--accent);font-weight:700}.hero-card,.contact-card,.quote-form,.card,.form-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.04)}.hero-card{overflow:hidden;max-width:600px;justify-self:end}.hero-image{width:100%;height:auto;display:block;border-radius:0}.section-heading{margin-bottom:2rem;max-width:760px}.section-heading p{color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.card{overflow:hidden}.card-image{width:100%;height:220px;object-fit:cover}.card h4,.card p{padding-left:1rem;padding-right:1rem}.card h4{margin:1rem 0 .5rem}.card p{margin:0 0 1.2rem;color:var(--muted)}.service-list-wrap{margin-top:2rem}.service-list{columns:2;padding-left:1.1rem}.contact-card,.quote-form,.form-card{padding:1.5rem}.form-card h3{margin:0 0 .4rem;font-size:1.8rem}.form-subtext{margin:0 0 1rem;font-size:.95rem;color:var(--muted)}.form-group{display:grid;gap:.45rem;margin-bottom:1rem}label{font-weight:700}input,textarea,select{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid var(--border);font:inherit;background:#fff}input:focus,textarea:focus,select:focus{outline:2px solid rgba(179,107,0,.2);border-color:var(--accent)}.form-status{margin-top:.9rem;font-size:.95rem;color:var(--muted)}.site-footer{border-top:1px solid var(--border);background:#fff}.footer-wrap{padding:1.25rem 0;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media (max-width: 980px){.hero-grid,.about-grid,.quote-grid,.service-grid{grid-template-columns:1fr 1fr}.hero-card{max-width:100%;justify-self:stretch}}@media (max-width: 760px){.nav,.footer-wrap{flex-direction:column;align-items:flex-start}.hero-grid,.about-grid,.quote-grid,.service-grid{grid-template-columns:1fr}.hero-image{height:auto}.service-list{columns:1}}
