/* Certificate imagery should feel like an object, not a full-height billboard. */
.gift-hero{grid-template-columns:minmax(0,1.2fr) minmax(250px,.6fr);min-height:0;padding-top:clamp(72px,8vw,108px);padding-bottom:clamp(72px,8vw,108px);background:transparent}
.gift-hero__image{width:min(100%,400px);justify-self:end}.gift-hero__image img{width:100%;height:clamp(300px,34vw,480px);object-fit:contain;background:var(--surface)}

.services-page__gift{grid-template-columns:minmax(220px,.58fr) minmax(0,1.42fr);align-items:center;padding-top:clamp(56px,6vw,82px);padding-bottom:clamp(56px,6vw,82px);background:var(--surface)}
.services-page__gift img{width:100%;min-height:0;height:clamp(250px,27vw,360px);max-height:360px;object-fit:contain;background:var(--bg)}

@media(max-width:760px){.gift-hero{background:transparent}.gift-hero__image{width:calc(100% + 32px);justify-self:auto}.gift-hero__image img{height:min(128vw,590px);object-fit:cover}.services-page__gift{background:transparent}.services-page__gift img{height:auto;max-height:none;aspect-ratio:4/5}}
