/* Royal am See: Hero und klickbare Galerie */
body.page--royal-am-see.page--hochzeits-region .wedding-hero {
  min-height: calc(100vh - var(--nav-h, 72px));
  min-height: calc(100svh - var(--nav-h, 72px));
  display: flex;
  align-items: center;
  padding: clamp(72px, 10vh, 120px) 0 clamp(58px, 8vh, 96px);
}
body.page--royal-am-see.page--hochzeits-region .wedding-hero__bg::after {
  display: none !important;
  content: none !important;
  background: none !important;
}
body.page--royal-am-see.page--hochzeits-region .wedding-hero__bg img,
body.page--royal-am-see.page--hochzeits-region .wedding-hero__image {
  opacity: 1 !important;
  filter: none !important;
}
body.page--royal-am-see.page--hochzeits-region .wedding-hero__badge,
body.page--royal-am-see.page--hochzeits-region .wedding-hero h1,
body.page--royal-am-see.page--hochzeits-region .wedding-hero .lead,
body.page--royal-am-see.page--hochzeits-region .wedding-hero__stat {
  text-shadow: 0 4px 18px rgba(0,0,0,.78), 0 1px 3px rgba(0,0,0,.9);
}
body.page--royal-am-see.page--hochzeits-region .wedding-hero__stat {
  background: rgba(0,0,0,.46);
  border-color: rgba(255,255,255,.22);
}
.royal-lightbox-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.royal-lightbox-gallery figure {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.royal-gallery-link {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  background: #111;
  cursor: zoom-in;
}
.royal-gallery-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease, opacity .25s ease;
}
.royal-gallery-link:hover img,
.royal-gallery-link:focus-visible img {
  transform: scale(1.035);
  opacity: .94;
}
.royal-lightbox-gallery figcaption {
  padding: 12px 14px 14px;
  font-size: .94rem;
  line-height: 1.5;
  color: #4f535a;
}
.royal-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0,0,0,.86);
}
.royal-lightbox.is-open { display: flex; }
.royal-lightbox__figure {
  margin: 0;
  max-width: min(1180px, 94vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.royal-lightbox__image {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  background: #111;
}
.royal-lightbox__caption {
  color: #fff;
  text-align: center;
  font-size: .98rem;
  line-height: 1.5;
}
.royal-lightbox__close,
.royal-lightbox__prev,
.royal-lightbox__next {
  position: absolute;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(20,20,20,.7);
  color: #fff;
  min-width: 44px;
  min-height: 44px;
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.royal-lightbox__close { top: 22px; right: 22px; }
.royal-lightbox__prev { left: 22px; top: 50%; transform: translateY(-50%); }
.royal-lightbox__next { right: 22px; top: 50%; transform: translateY(-50%); }
.royal-lightbox__close:hover,
.royal-lightbox__prev:hover,
.royal-lightbox__next:hover,
.royal-lightbox__close:focus-visible,
.royal-lightbox__prev:focus-visible,
.royal-lightbox__next:focus-visible {
  background: rgba(185,165,11,.95);
  color: #111;
}
body.royal-lightbox-open { overflow: hidden; }
@media (max-width: 860px) {
  body.page--royal-am-see.page--hochzeits-region .wedding-hero {
    min-height: calc(100svh - var(--nav-h, 64px));
    padding: 44px 0 48px;
  }
  .royal-lightbox-gallery { grid-template-columns: 1fr; }
  .royal-lightbox { padding: 16px; }
  .royal-lightbox__prev { left: 10px; }
  .royal-lightbox__next { right: 10px; }
  .royal-lightbox__close { top: 10px; right: 10px; }
}
