.hero{background-image:linear-gradient(90deg,rgba(10,29,23,.86),rgba(10,29,23,.18)),url('/assets/farm/hero.jpg')}
.photo-frame{background-image:url('/assets/farm/pasture.jpg')}
.photo-frame::before{display:none}
.card-photo{width:100%;aspect-ratio:4/3;object-fit:cover}
.profile-photo{width:100%;aspect-ratio:1/1;object-fit:cover}
.gallery figure{margin:0;position:relative;overflow:hidden;background:#d9dfd7;min-height:260px}
.gallery figure:first-child{grid-column:span 2;grid-row:span 2;min-height:536px}
.gallery figure img{width:100%;height:100%;min-height:260px;object-fit:cover;position:absolute;inset:0}
.gallery figure:first-child img{min-height:536px}
.gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:42px 18px 15px;background:linear-gradient(transparent,rgba(10,29,23,.82));color:#fff;font-weight:700}
.about-photo{width:100%;min-height:420px;height:100%;object-fit:cover;box-shadow:var(--shadow)}
.owners-section{align-items:start}
.owner-photo{width:100%;height:430px;object-fit:cover;object-position:center 22%;box-shadow:var(--shadow)}
.highlands-content{padding-top:52px}
.highland-cards .carousel-slide img{aspect-ratio:1/1}
@media(max-width:600px){.gallery figure:first-child{grid-column:auto;grid-row:auto;min-height:280px}
.gallery figure:first-child img{min-height:280px}
.about-photo{min-height:320px}
.owner-photo{height:340px}
}
