.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,6vw,80px);align-items:center;padding:32px 0 var(--s5)}.hero__media{overflow:hidden;min-height:440px;border-radius:180px 180px 30px 30px;background:var(--soft);box-shadow:var(--shadow)}.hero__media img{width:100%;height:100%;object-fit:cover}.hero--contact .hero__media{border-radius:var(--r);min-height:360px}.hero--contact .hero__media iframe{height:100%;min-height:360px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:var(--s4);align-items:start}.related-grid{grid-template-columns:repeat(3,1fr)}.route-pending{border:1px dashed var(--line);border-radius:var(--r);padding:28px;background:var(--surface)}@media(max-width:760px){.hero,.two-column{grid-template-columns:1fr}.hero{padding-top:0}.hero__media{min-height:310px;border-radius:110px 110px 24px 24px}.hero--contact .hero__media{min-height:300px}.hero--contact .hero__media iframe{min-height:300px}.related-grid{grid-template-columns:1fr}}
