.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;text-align:left;align-items:center;padding-block:72px}.hero-copy{min-width:0}.hero h1{font-size:clamp(2.6rem,4.05vw,3.65rem);line-height:1.08;letter-spacing:-.045em}.hero h1 br{display:none}.hero-description{font-size:1.05rem;margin:25px 0 28px;max-width:500px}.hero .eyebrow{font-size:.72rem;letter-spacing:.12em}.hero-visual{min-width:0;border-radius:18px;overflow:hidden;background:#f3f4f5}.hero-visual img{display:block;width:100%;height:auto;aspect-ratio:1.08;object-fit:cover}.hero .location{margin-top:20px}.hero-copy,.hero-visual{animation:hero-enter .65s ease-out both}.hero-visual{animation-delay:.1s}@keyframes hero-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(max-width:900px){.hero{gap:28px;padding-block:50px}.hero h1{font-size:2.7rem}.hero-visual img{aspect-ratio:.85}}@media(max-width:700px){.hero{grid-template-columns:1fr;gap:30px;padding-block:39px}.hero h1{font-size:2.75rem;max-width:490px}.hero-description{font-size:1rem}.hero-visual img{aspect-ratio:1.5}.hero .location{font-size:.75rem}.hero .eyebrow{font-size:.67rem}}@media(prefers-reduced-motion:reduce){.hero-copy,.hero-visual{animation:none}}
