/* Kevins Referenzfotos, 09.09.2026 */
.reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-block:2rem}.reference-card{margin:0;min-width:0;border:1px solid #7d8a743d;border-radius:12px;overflow:hidden;background:transparent}.reference-card>a{display:block;overflow:hidden}.reference-card .reference-photo{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;transition:transform .25s}.reference-card a:hover img{transform:scale(1.025)}.reference-card a:focus-visible{outline:3px solid #7db928;outline-offset:-4px}.reference-card figcaption{padding:1.25rem}.reference-card h3{margin:0 0 .5rem;font-size:1.35rem}.reference-card p{margin:0;font-size:1rem;line-height:1.5}.detail-grid .reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo:has(>.reference-photo){aspect-ratio:4/3;overflow:hidden}.photo>.reference-photo{width:100%;height:100%;object-fit:cover}.reference-photo--26{object-position:center 20%!important}.reference-photo--4{object-position:center 65%!important}.service-card .reference-photo--28{object-position:center 65%}.reference-note{font-size:.95rem;max-width:65ch;margin-block:1.5rem}.reference-group-title{margin-block-start:3rem}@media(max-width:56em){.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:36em){.reference-grid,.detail-grid .reference-grid{grid-template-columns:1fr}.reference-card .reference-photo{aspect-ratio:4/5}}@media(prefers-reduced-motion:reduce){.reference-card .reference-photo{transition:none}}
