/* V287 — visual completion
   Fills the unused desktop space in the Contact hero without altering the approved sticky header/navigation. */
.v287-contact-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:clamp(36px,5vw,84px);align-items:center;}
.v287-contact-hero__copy{max-width:760px;}
.v287-contact-hero__visual{margin:0;border-radius:22px;overflow:hidden;border:1px solid rgba(105,188,255,.28);box-shadow:0 24px 54px rgba(2,28,54,.24);background:#061e3d;}
.v287-contact-hero__visual img{display:block;width:100%;height:clamp(260px,25vw,360px);object-fit:cover;object-position:center;}
@media(max-width:900px){.v287-contact-hero{grid-template-columns:1fr;gap:28px}.v287-contact-hero__visual{max-width:720px}.v287-contact-hero__visual img{height:300px}}
@media(max-width:600px){.v287-contact-hero{gap:22px}.v287-contact-hero__visual{border-radius:16px}.v287-contact-hero__visual img{height:230px}}
