:root{--navy:#12283a;--navy-2:#1b3a54;--green:#2e7d5b;--green-dark:#1f5e43;--cream:#faf8f4;--ink:#22303a;--muted:#5a6b76;--line:#dfe5e2}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Georgia,Times New Roman,serif;background:var(--cream);color:var(--ink);line-height:1.65}.wrap{max-width:960px;margin:0 auto;padding:0 1.25rem}h1,h2,h3{font-weight:700;color:var(--navy);line-height:1.2}h1{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.75rem}h2{font-size:clamp(1.35rem,3vw,1.7rem);margin:0 0 .65rem}h3{font-size:1.1rem;margin-bottom:.35rem}ol,p,ul{margin-bottom:1rem}ol,ul{padding-left:1.35rem}li{margin-bottom:.35rem}a{color:var(--green-dark)}.topbar{background:var(--navy);color:#cfdbe4;font-size:.85rem}.topbar-inner{display:flex;justify-content:space-between;padding:.4rem 1.25rem}.topbar-phone{color:#fff;font-weight:700;text-decoration:none}.navbar{background:var(--navy-2)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.25rem;flex-wrap:wrap;gap:.5rem}.brand{color:#fff;font-size:1.25rem;font-weight:700;text-decoration:none;letter-spacing:.02em}.navbar ul{display:flex;gap:1.1rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.navbar a{color:#d8e2ea;text-decoration:none;font-size:.92rem;font-family:Segoe UI,system-ui,sans-serif}.navbar a:hover{color:#fff;text-decoration:underline}.hero{background:var(--navy);color:#e6edf2;padding:3.25rem 0 3rem}.hero h1{color:#fff}.hero p{color:#c4d2dd;max-width:620px;font-size:1.1rem}.hero .phone-link{color:#8fd8b5}.phone-cta{font-size:1.05rem;margin:1rem 0}.hero-form{background:#fff;padding:1.25rem 1.4rem;margin-top:1.75rem;max-width:560px;border-top:4px solid var(--green)}.hero-form-title{color:var(--navy);font-weight:700;margin-bottom:.6rem;font-family:Segoe UI,system-ui,sans-serif;font-size:.95rem}.phone-link{font-weight:700;font-size:1.35rem;text-decoration:none}.hero-points{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;gap:1.75rem;flex-wrap:wrap}.hero-points li{color:#e6edf2;font-family:Segoe UI,system-ui,sans-serif;font-size:.92rem;border-left:3px solid var(--green);padding-left:.6rem}section{padding:2.75rem 0}.band{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.svc-list{list-style:none;padding:0}.svc-list li{border-bottom:1px solid var(--line);padding:1.1rem 0;margin:0}.svc-list h3 a{color:var(--navy)}.svc-list p{margin:.25rem 0 0;color:var(--muted)}.photo-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.photo-slot{border:2px dashed #9a3412;background:#fef3ec;color:#7c2d12;padding:1.25rem;min-height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;text-align:center;font-size:.82rem;font-family:Segoe UI,system-ui,sans-serif}.faq dt{font-weight:700;color:var(--navy);margin-top:1.1rem}.faq dd{margin:.3rem 0 0;color:var(--ink)}.faq-row{border-bottom:1px solid var(--line);padding-bottom:1rem}.lead-form{max-width:520px}.lead-form label{display:block;font-family:Segoe UI,system-ui,sans-serif;font-size:.85rem;font-weight:600;margin-bottom:.8rem;color:var(--navy)}.lead-form input,.lead-form textarea{width:100%;border:1px solid #b9c6c0;background:#fff;padding:.55rem .65rem;font-size:.95rem;margin-top:.25rem;font-family:inherit}.lead-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;gap:.8rem}.button{background:var(--green);color:#fff;border:none;padding:.7rem 1.6rem;font-size:1rem;font-weight:700;cursor:pointer;font-family:Segoe UI,system-ui,sans-serif}.button:hover{background:var(--green-dark)}.area-table{width:100%;border-collapse:collapse}.area-table td,.area-table th{text-align:left;padding:.7rem .6rem;border-bottom:1px solid var(--line);vertical-align:top}.area-table th{color:var(--navy);font-size:.95rem;white-space:nowrap}.area-table td{color:var(--ink);font-size:.95rem}.map-frame{border:0;width:100%;height:320px}.footer{background:var(--navy);color:#b9c8d3;padding:2.25rem 0;margin-top:2rem}.footer a{color:#8fd8b5;text-decoration:none}.footer-brand{color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:.4rem}.footer-nav{list-style:none;padding:0;display:flex;gap:1.25rem;flex-wrap:wrap;margin:.75rem 0}.footer-fine{font-size:.82rem;margin-top:.75rem}.cols-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}@media (max-width:800px){.cols-2,.lead-row,.photo-strip{grid-template-columns:1fr}.topbar-inner{flex-direction:column;align-items:flex-start;gap:.15rem}}