/* Complete, proportional image frames. Scope excludes the hero and collection pages. */
.route-home #productPrograms .home-program-card{position:relative;display:block;min-width:0;overflow:hidden}
.route-home #productPrograms .home-program-card__main{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;min-width:0}
.route-home #productPrograms .home-program-card__image{position:relative;display:block;width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:4/3;flex:none;overflow:hidden;margin:0;background:#fff}
.route-home #productPrograms .home-program-card__image img{position:absolute;inset:0;width:100%;height:100%;min-height:0;max-height:none;object-fit:cover;object-position:center;transform:none!important;filter:none!important}
.route-home #productPrograms .home-program-card__image .home-program-card__primary{object-fit:cover}
.route-home #productPrograms .home-program-card__image .home-program-card__alternate{opacity:0;visibility:hidden;transition:opacity .4s ease,visibility 0s .4s}
.route-home #productPrograms .home-program-card.is-scene .home-program-card__alternate{opacity:1;visibility:visible;transition:opacity .4s ease}
.route-home #productPrograms .home-program-card__body{display:flex;flex-direction:column;flex:1;min-width:0}
.route-home #productPrograms .home-program-card__link{margin-top:auto}
.route-home #productPrograms .home-program-card__body>p{margin-bottom:20px}
.route-home #productPrograms .home-program-card__preview{position:absolute;top:12px;left:12px;z-index:3;display:none;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:8px 12px;border:1px solid #d9cbb9;border-radius:3px;background:#fffdf9f5;color:#352a21;box-shadow:0 2px 8px #231a1012;font:600 11px/1.4 Inter,Arial,sans-serif;cursor:pointer;touch-action:manipulation}
.route-home #productPrograms .home-program-card__preview[hidden]{display:none!important}
.route-home #productPrograms .home-program-card__preview>span[aria-hidden]{font-size:18px}
.route-home #productPrograms .home-program-card__preview[aria-pressed=true]{background:#352a21;color:#fffdf9;border-color:#352a21}
.route-home #productPrograms .home-program-card__preview[aria-busy=true]{cursor:progress}
.route-home #productPrograms .home-program-card__main:focus-visible{outline:2px solid #9d6238;outline-offset:-3px}
.route-home #productPrograms .home-program-card__preview:focus-visible{outline:2px solid #9d6238;outline-offset:3px}
@media(max-width:1024px){
 .route-home #productPrograms .home-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .route-home #productPrograms .home-program-card:nth-child(n){grid-column:auto}
}
@media(max-width:680px){
 .route-home #productPrograms .home-program-grid{grid-template-columns:minmax(0,1fr);gap:22px}
 .route-home #productPrograms .home-program-card:nth-child(n){display:block;grid-column:auto}
 .route-home #productPrograms .home-program-card__image{width:100%;height:auto;min-height:0;aspect-ratio:4/3}
 .route-home #productPrograms .home-program-card__body{padding:20px}
 .route-home #productPrograms .home-program-card h3{font-size:25px;line-height:1.18}
 .route-home #productPrograms .home-program-card__body>p{font-size:13px;line-height:1.65;margin-bottom:20px}
 .route-home #productPrograms .home-program-card__tag{max-width:48%;right:12px;top:12px;left:auto}
}
@media(max-width:760px),(any-pointer:coarse){
 .route-home #productPrograms .home-program-card__preview{display:inline-flex}
}
@media(prefers-reduced-motion:reduce){
 .route-home #productPrograms .home-program-card__image .home-program-card__alternate{transition:none}
}
