.hero-art { min-height: 430px; position: relative; }
.hero-photo { display: block; width: 100%; height: 430px; object-fit: cover; object-position: center; border-radius: 28px; box-shadow: 0 24px 55px rgba(14, 89, 99, .22); }
.photo-badge { position: absolute; left: -22px; bottom: 28px; z-index: 1; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center; padding: 15px 20px; border-radius: 16px; background: #fff; box-shadow: 0 18px 35px rgba(14, 89, 99, .18); font-family: "DM Sans", sans-serif; }
.photo-badge span { grid-row: span 2; color: var(--green); font-size: 27px; }
.photo-badge strong { font-size: 18px; letter-spacing: 1.5px; }
.photo-badge small { color: #55717a; font-size: 12px; }
.image-feature { max-width: 1060px; margin: 76px auto; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; padding: 0 30px; }
.image-feature-photo { height: 440px; overflow: hidden; border-radius: 22px; box-shadow: 0 20px 50px rgba(14, 89, 99, .15); }
.image-feature-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 75% center; }
.image-feature h2 { margin: 0; font-size: clamp(27px, 4vw, 40px); line-height: 1.4; }
.image-feature-copy p:not(.eyebrow) { margin: 17px 0 24px; color: #55717a; font-size: 16px; }
@media (max-width: 760px) { .hero-art { min-height: 310px; } .hero-photo { height: 300px; } .photo-badge { left: 12px; bottom: 10px; padding: 12px 14px; } .image-feature { grid-template-columns: 1fr; gap: 28px; margin: 45px auto; padding: 0 24px; } .image-feature-photo { height: 390px; } }
