/* Responsive visual system added for the 2026 image refresh. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{overflow-x:hidden}
picture{display:block}
img{max-width:100%}
.page-lead-visual,.home-section-visual,.guide-lead-visual{
  display:block;overflow:hidden;border-radius:18px;background:#dce6ec;
  box-shadow:0 18px 50px rgba(11,31,51,.12);border:1px solid rgba(11,31,51,.09)
}
.page-lead-visual{max-width:980px;margin:0 auto 34px;aspect-ratio:16/9}
.page-lead-visual img,.home-section-visual img,.guide-lead-visual img,
.post-card-image img,.hero-image-wrap picture img,.proof-refresh img{
  display:block;width:100%;height:100%;object-fit:cover
}
.home-section-visual{margin:0 0 34px;aspect-ratio:16/9}
.guide-lead-visual{margin:22px 0 30px;aspect-ratio:3/2}
.post-card-image{display:block;aspect-ratio:16/10;overflow:hidden;margin:-24px -24px 22px;border-radius:10px 10px 0 0;background:#dce6ec}
.post-card-image img{transition:transform .35s ease}
.post-card:hover .post-card-image img{transform:scale(1.025)}
.hero-image-wrap{width:100%;max-width:520px;min-height:0;aspect-ratio:16/10;justify-self:center}
.hero-image-wrap picture{position:absolute;inset:0;overflow:hidden}
.hero-image-wrap picture img{object-position:center;aspect-ratio:auto}
.proof-refresh{max-width:980px;margin:0 auto}
.proof-refresh picture{aspect-ratio:3/2;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 55px rgba(0,0,0,.22)}
.proof-refresh .proof-caption{max-width:760px;margin:16px auto 0;text-align:center}
.damage-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.damage-card{margin:0;background:#fff;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.14)}
.damage-card picture{aspect-ratio:4/3;overflow:hidden}
.damage-card img{display:block;width:100%;height:100%;object-fit:cover}
.damage-card figcaption{padding:13px 15px 15px;color:#fff;background:#142b42;font-weight:700}
@media (max-width:720px){
  .page-lead-visual{margin:0 16px 26px;aspect-ratio:4/3;border-radius:14px}
  .page-lead-visual img{object-position:center}
  .home-section-visual{aspect-ratio:4/3;border-radius:14px;margin-bottom:26px}
  .guide-lead-visual{aspect-ratio:4/3;border-radius:14px}
  .hero-image-wrap{width:100%;max-width:420px;min-height:0;aspect-ratio:4/5}
  .hero-image-wrap picture img{object-position:center}
  .proof-refresh picture{aspect-ratio:4/3;border-radius:14px}
  .damage-photo-grid{grid-template-columns:1fr;gap:16px}
  .form-grid>*{min-width:0}
  .lead-form{width:100%;padding:24px}
  input,select,textarea{max-width:100%;font-size:16px}
  button,a{-webkit-tap-highlight-color:rgba(255,138,77,.22);touch-action:manipulation}
  .cost-cta-row{display:flex;flex-direction:row;width:100%;gap:10px}
  .cost-cta-row>a{display:inline-flex;align-items:center;justify-content:center;min-height:44px}
  .footer-grid{grid-template-columns:1fr !important;gap:24px}
  .footer-grid a{display:flex;align-items:center;min-height:40px;margin-bottom:0}
  h1,h2,h3,p,a{overflow-wrap:break-word}
}
@media (prefers-reduced-motion:reduce){.post-card-image img{transition:none}.post-card:hover .post-card-image img{transform:none}}
