/* ---------- Studio-Hero: zufällige Bildauswahl (PFLEGE.md) ---------- */
.hs {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
	opacity: 0; transition: opacity 1200ms ease-in-out;
}
.hs.on { opacity: 1; }
#studio-hero-shot .schleier {
	position: absolute; inset: 0; pointer-events: none;
	background: radial-gradient(ellipse 78% 58% at 50% 47%, rgba(10, 10, 10, .52), rgba(10, 10, 10, 0) 74%);
}
.phero .plogo .sub { text-shadow: 0 1px 12px rgba(10, 10, 10, .7), 0 1px 3px rgba(10, 10, 10, .5); }
@media (prefers-reduced-motion: reduce) { .hs { transition: none; } }

/* ---------- Studio-Galerie (PFLEGE.md) ---------- */
.sgal { padding: clamp(2.4rem, 5vw, 4rem) clamp(1.2rem, 3.5vw, 3rem); background: var(--creme); color: var(--merlot); }
.sgal-head { max-width: 1240px; margin: 0 auto clamp(1.2rem, 2.6vw, 2rem); text-align: center; }
.sgal-head h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: .92; letter-spacing: -.03em; margin: .3rem 0 .5rem; }
.sgal-head p { margin: 0 auto; max-width: 52ch; font-size: .95rem; }
.sgal-in { max-width: 1080px; margin: 0 auto; }

.gal { position: relative; }
.track {
	display: flex; align-items: flex-start; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
	scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
	scrollbar-width: none; padding-bottom: 4px;
}
.track::-webkit-scrollbar { display: none; }
.gal-s {
	margin: 0; flex: 0 0 auto; height: clamp(200px, 62vw, 320px); width: auto; aspect-ratio: 3/2;
	scroll-snap-align: center; position: relative; border-radius: 12px; overflow: hidden; background: var(--schwarz);
}
.gal-s img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gal-s figcaption {
	position: absolute; left: 0; right: 0; bottom: 0; padding: 38px 18px 16px; color: var(--creme);
	background: linear-gradient(transparent, rgba(10, 10, 10, .8));
}
.gal-s figcaption b { display: block; font-size: 18px; line-height: 1.25; }
.gal-s figcaption span { font-size: 14px; opacity: .88; }

.ar {
	position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border: 0;
	border-radius: 50%; background: rgba(255, 245, 239, .94); color: var(--merlot); font-size: 23px;
	line-height: 1; cursor: pointer; display: grid; place-items: center;
	box-shadow: 0 2px 10px rgba(10, 10, 10, .22);
}
.ar:hover { background: #fff; }
.ar:focus-visible { outline: 3px solid var(--rosa); outline-offset: 2px; }
.ar[disabled] { opacity: .32; cursor: default; }
.ar.l { left: 10px; }
.ar.r { right: 10px; }

.leiste { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 14px; }
.gal-p { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #d8c6bb; cursor: pointer; }
.gal-p.on { background: var(--merlot); width: 22px; border-radius: 5px; }
.gal-p:focus-visible { outline: 2px solid var(--rosa); outline-offset: 3px; }
.zaehler { margin-left: 8px; font-size: 13px; color: #6b5a52; font-variant-numeric: tabular-nums; }

@media (min-width: 760px) {
	.gal-s { height: clamp(320px, 32vw, 440px); }
}
@media (prefers-reduced-motion: reduce) { .track { scroll-behavior: auto; } }
