.image-gallery{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:auto 280px;padding-top:110px;padding-bottom:110px;gap:15px;background:#f0f5ef}.gallery-heading{grid-row:span 2;padding:35px 6vw 35px 0}.gallery-heading h2{font-size:clamp(40px,5vw,66px);letter-spacing:-.06em}.gallery-heading h2 em{color:#e27856;font-style:normal}.gallery-card{margin:0;position:relative;overflow:hidden;min-height:0;background:#153d36}.gallery-card.large{grid-row:span 2}.gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.2s cubic-bezier(.2,.7,.2,1);animation:slow-pan 18s ease-in-out infinite alternate}.gallery-card:nth-of-type(3) img{animation-delay:-6s}.gallery-card:nth-of-type(4) img{animation-delay:-12s}.gallery-card:hover img{transform:scale(1.09)}.gallery-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,#0b2923a0)}.gallery-card figcaption{position:absolute;z-index:1;bottom:17px;left:17px;color:#fff;font:25px Fraunces,serif;line-height:1.05}.gallery-card figcaption span{font:12px 'DM Sans';color:#deeee5}.seo-visual{margin:35px 0;position:relative;overflow:hidden;max-height:440px}.seo-visual img{width:100%;height:440px;object-fit:cover;display:block;animation:slow-pan 20s ease-in-out infinite alternate}.seo-visual figcaption{position:absolute;bottom:0;right:0;margin:0;background:#153d36;color:#fff;padding:9px 12px;font-size:10px}@keyframes slow-pan{from{transform:scale(1)}to{transform:scale(1.075)}}@media(prefers-reduced-motion:reduce){.gallery-card img,.seo-visual img{animation:none;transition:none}}@media(max-width:720px){.image-gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto 280px 190px;padding-top:70px;padding-bottom:70px}.gallery-heading{grid-column:span 2;grid-row:auto;padding:5px 0 18px}.gallery-card.large{grid-column:span 2;grid-row:auto}.gallery-card:nth-of-type(n+3){height:190px}.seo-visual,.seo-visual img{height:280px}}
