.catalog-photo{min-width:0;background:#f5f6f7;padding:30px;border:1px solid #eceeef}
.catalog-photo-stage{display:flex;align-items:center;justify-content:center;height:300px;width:100%;padding:18px;cursor:zoom-in}
.catalog-photo-stage img{display:block;max-width:100%;width:auto;height:auto;max-height:100%;object-fit:contain;mix-blend-mode:multiply}
.catalog-photo figcaption{display:grid;gap:5px;margin-top:20px;font-size:.75rem;line-height:1.6;color:#697078}
.catalog-view-name{font-weight:600;color:#333}
.catalog-photo-choices{display:flex;justify-content:center;gap:10px;margin-top:20px}
.catalog-photo-choice{display:flex;align-items:center;justify-content:center;flex:0 1 82px;height:70px;padding:10px;background:#fff;border:1px solid #d9dcde;border-radius:3px}
.catalog-photo-choice img{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain}
.catalog-photo-choice[aria-current=true]{border:2px solid var(--red);padding:9px}
.catalog-photo-choice:hover{border-color:var(--red)}
.catalog-photo a:focus-visible{outline:2px solid var(--red);outline-offset:4px}
.page-intro.with-photo .catalog-hero{border-radius:0;padding:25px;overflow:visible}
.page-intro.with-photo .catalog-hero .catalog-photo-stage{height:250px}
.page-intro.with-photo .catalog-hero img{aspect-ratio:auto;object-fit:contain;width:auto;height:auto;max-height:100%}
.family-catalog-photo{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 24px;border-bottom:1px solid var(--line);background:#f6f7f7}
.family-catalog-photo img{height:88px;width:160px;max-width:60%;object-fit:contain;mix-blend-mode:multiply}
.family-catalog-photo span{font-size:.7rem;line-height:1.5;color:#71777b;max-width:80px}
@media(max-width:700px){.catalog-photo{padding:20px}.catalog-photo-stage{height:250px;padding:12px}.catalog-photo-choice{height:62px;flex-basis:68px}.page-intro.with-photo .catalog-hero{padding:20px}.page-intro.with-photo .catalog-hero .catalog-photo-stage{height:220px}.family-catalog-photo img{height:75px}.catalog-photo figcaption{font-size:.75rem}}
@media print{.catalog-photo-choices{display:none}.catalog-photo-stage{height:160px}.catalog-photo{padding:10px}.catalog-photo figcaption{font-size:9pt}}
