*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;color:#172033;background:#f7f8fb}a{color:#0f5f8f}.site-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 5vw;background:white;position:sticky;top:0;z-index:10;box-shadow:0 2px 18px rgba(0,0,0,.06)}.brand{font-weight:800;text-decoration:none;color:#102030}nav{display:flex;gap:.7rem;flex-wrap:wrap}nav a{font-size:.92rem;text-decoration:none}.hero{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:4rem 5vw;background:linear-gradient(135deg,#eaf5ff,#fff)}h1{font-size:clamp(2rem,6vw,4rem);line-height:1.05;margin:.2rem 0}.lead{font-size:1.15rem;max-width:55rem}.eyebrow{font-weight:700;color:#0f5f8f;text-transform:uppercase;letter-spacing:.08em}section{max-width:1100px;margin:1.25rem auto;padding:1.25rem 5vw;background:white;border-radius:18px;box-shadow:0 10px 30px rgba(30,50,80,.06)}.quote-card{background:white;border:1px solid #d9e5ef;border-radius:18px;padding:1rem;display:grid;gap:.75rem;box-shadow:0 18px 45px rgba(30,50,80,.12)}label{display:grid;gap:.25rem;font-weight:650}input,textarea,button{font:inherit;border-radius:10px;border:1px solid #cbd7e2;padding:.75rem;width:100%}button{border:0;background:#0f5f8f;color:white;font-weight:800;cursor:pointer}.form-note{font-size:.86rem;color:#53606e}.service-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.service-photo-card{margin:0;border:1px solid #e0e7ef;border-radius:16px;overflow:hidden;background:#fbfdff}.service-photo-card img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.service-photo-card figcaption{padding:.8rem;color:#445265;font-size:.92rem}img{max-width:100%;height:auto}footer{padding:2rem 5vw;color:#53606e}@media(min-width:850px){.hero{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:start}.quote-card{position:sticky;top:90px}}.brand-with-logo{display:inline-flex;align-items:center;gap:.65rem;min-width:0}.brand-with-logo img{width:52px;height:52px;object-fit:contain;flex:0 0 52px}.brand-with-logo span{line-height:1.15}@media(max-width:640px){.brand-with-logo img{width:44px;height:44px;flex-basis:44px}.brand-with-logo span{font-size:.9rem}}