:root{--ink:#132f3a;--deep:#0a2028;--accent:#d67a36;--paper:#f3f0e8;--surface:#ffffff;--muted:#5c6a6e;font-family:system-ui,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;line-height:1.6}a{color:inherit}.site-header{min-height:72px;display:flex;align-items:center;gap:2rem;padding:1rem 5vw;background:var(--surface);position:relative;z-index:10}.brand{font-weight:800;text-decoration:none;margin-right:auto}nav{display:flex;align-items:center;gap:1rem}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;min-width:240px;padding:.75rem;background:var(--surface);box-shadow:0 10px 30px #0003}.dropdown.open .dropdown-menu{display:grid}button,.button{border:0;border-radius:.35rem;padding:.75rem 1rem;background:var(--accent);color:var(--deep);font-weight:700;text-decoration:none;cursor:pointer}.secondary{background:transparent;color:white;border:1px solid white}.hero{background:linear-gradient(#07151dcc,#07151dcc),var(--hero) center/cover;min-height:650px;color:white;padding:5vw;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:center;gap:4vw}[data-template="editorial-landscape"] .hero{grid-template-columns:minmax(0,1.6fr) minmax(330px,.7fr)}[data-template="modern-grid"] .service-list{grid-template-columns:repeat(3,1fr)}h1{font-size:clamp(2.4rem,6vw,5.5rem);line-height:1.02;max-width:14ch}.actions{display:flex;gap:.75rem;flex-wrap:wrap}.lead-form{background:var(--surface);color:var(--ink);padding:1.25rem;border-radius:.6rem;display:grid;gap:.75rem;max-width:520px}.lead-form label{display:grid;gap:.25rem}.lead-form input,.lead-form textarea{width:100%;padding:.7rem;border:1px solid #899;border-radius:.25rem}.lead-form fieldset{display:grid;grid-template-columns:1fr 1fr;max-height:180px;overflow:auto}.lead-form fieldset label{display:flex}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.content{max-width:1200px;margin:auto;padding:4rem 5vw}.content section{margin:0 0 3rem}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.service-list>a,figure,.cta{background:var(--surface);padding:1.25rem;border-radius:.5rem}figure img{max-width:100%;height:auto}.site-footer{background:var(--deep);color:white;padding:4rem 5vw 1.5rem}.footer-grid{display:grid;grid-template-columns:minmax(220px,1.25fr) minmax(140px,.7fr) minmax(200px,1fr) minmax(220px,1fr);gap:clamp(2rem,4vw,5rem);max-width:1400px;margin:auto}.footer-brand{display:grid;align-content:start;justify-items:start;gap:1rem}.footer-logo{display:block;width:min(240px,100%);height:auto;max-height:240px;object-fit:contain;object-position:left center}.footer-description{max-width:36ch;margin:0;color:#eef3f8}.footer-phone{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:800;text-decoration:none}.site-footer .footer-column{display:grid;grid-template-columns:1fr;align-content:start;align-items:start;gap:.65rem}.site-footer .footer-column h2{grid-column:1/-1;width:100%;margin:0 0 .65rem;text-align:left;font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.footer-column a{text-decoration:none}.footer-column a:hover,.footer-column a:focus-visible,.footer-bottom a:hover,.footer-bottom a:focus-visible{text-decoration:underline}.footer-contact address{display:grid;gap:.55rem;font-style:normal}.footer-contact .footer-cta{margin-top:.8rem;justify-self:start}.footer-map{max-width:1400px;margin:3rem auto 0}.footer-map iframe{display:block;width:100%;height:280px;border:0;border-radius:.4rem}.footer-bottom{max-width:1400px;margin:2rem auto 0;padding-top:1.25rem;border-top:1px solid #ffffff33;display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-bottom p{margin:0}.footer-bottom nav{flex-wrap:wrap}.menu-toggle{display:none}@media(max-width:1000px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.menu-toggle{display:block}#primary-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--surface);padding:1rem;align-items:stretch;flex-direction:column}#primary-nav.open{display:flex}.dropdown-menu{position:static;box-shadow:none}.hero{grid-template-columns:1fr;padding:2rem 5vw}.service-list,[data-template="modern-grid"] .service-list{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.site-footer{padding-top:3rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-logo{width:min(210px,70vw)}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom nav{display:grid}}.hero-page{grid-template-columns:1fr}.hero-page>.hero-copy,.content>section,.content>figure{width:min(100%,850px);margin-left:auto;margin-right:auto}