/* Startseite: kompaktere, sichere Bild- und Inhaltsdarstellung */
.host-story,
.reviews,
.gallery-teaser {
  overflow: hidden;
}

.host-story {
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
  padding-block: clamp(72px, 7vw, 104px);
}

.host-story-gallery {
  grid-template-rows: repeat(2, minmax(0, 210px));
  height: 432px;
  max-height: none;
  min-width: 0;
}

.host-story-gallery .photo-figure {
  min-height: 0;
}

.host-story-gallery .photo-figure img {
  max-width: 100%;
}

/* Bewertungen bewusst als ruhiger Vertrauensbeweis statt als zweite Hauptbuehne. */
.reviews {
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(72px, 7vw, 100px);
}

.reviews-intro,
.review-grid {
  min-width: 0;
}

.reviews-intro h2 {
  font-size: clamp(2.25rem, 3.6vw, 4.15rem);
}

.review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.review-grid article {
  min-width: 0;
  min-height: 210px;
  padding: 24px;
}

.review-grid article:nth-of-type(n + 3) {
  display: none;
}

.review-grid blockquote {
  margin: 15px 0 22px;
  font-size: clamp(1.04rem, 1.2vw, 1.18rem);
  line-height: 1.5;
}

.review-grid article > footer,
.review-grid article > footer > div {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #173d31;
  box-shadow: none;
}

.review-grid article > footer {
  display: flex;
  grid-template-columns: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.review-grid article > footer a {
  margin: 0;
  white-space: nowrap;
}

.review-actions {
  padding-top: 4px;
}

/* Vorschau zeigt jedes Motiv vollstaendig; die komplette Galerie bleibt separat. */
.gallery-teaser {
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(32px, 5vw, 72px);
  padding-block: clamp(72px, 7vw, 100px);
}

.gallery-teaser-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(190px, 240px);
  gap: 12px;
  min-width: 0;
}

.gallery-teaser-grid img,
.gallery-teaser-grid img:first-child {
  grid-row: auto;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 1px solid #d8ddd8;
  border-radius: 12px;
  background: #f3f5f1;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 10px 26px rgba(13, 63, 49, .08);
}

/* Die Eisbahn wird auf der Startseite nur noch kurz angekuendigt. */
.ice-rink-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(30px, 4vw, 48px) 7vw;
  color: #fff;
  background: linear-gradient(115deg, #123f35, #0d6b53);
}

.ice-rink-teaser .eyebrow {
  margin: 0 0 8px;
  color: #cce8c0;
}

.ice-rink-teaser h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.ice-rink-teaser p:not(.eyebrow) {
  max-width: 760px;
  margin: 10px 0 0;
  color: #e5efea;
}

.ice-rink-teaser .button {
  border-color: #fff;
  color: #123f35;
  background: #fff;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .host-story-gallery {
    grid-template-rows: repeat(2, minmax(0, 230px));
    height: 472px;
  }

  .reviews,
  .gallery-teaser {
    grid-template-columns: 1fr;
  }

  .reviews-intro {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .host-story-gallery {
    grid-template-rows: 320px 150px;
    height: 482px;
  }

  .reviews,
  .gallery-teaser {
    padding-block: 68px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-grid article {
    min-height: 0;
  }

  .rating-summary {
    margin-top: 22px;
  }

  .gallery-teaser-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 210px 160px;
  }

  .gallery-teaser-grid img:first-child {
    grid-column: 1 / -1;
  }

  .ice-rink-teaser {
    grid-template-columns: 1fr;
    padding: 34px 22px;
  }

  .ice-rink-teaser .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .host-story-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 300px 165px;
    height: 477px;
  }

  .host-story-gallery .photo-figure:first-child {
    grid-column: auto;
  }

  .host-story-gallery .photo-figure:nth-child(3) {
    display: none;
  }

  .gallery-teaser-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 180px);
  }

  .gallery-teaser-grid img:first-child {
    grid-column: auto;
  }
}

/* Eigene Eisbahn-Unterseite mit frei waehlbarer Startzeit. */
.ice-rink--detail {
  min-height: calc(100vh - 96px);
  padding-top: clamp(72px, 8vw, 118px);
}

.ice-rink--detail .ice-rink__head h1 {
  margin: .15em 0 .3em;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .96;
}

.ice-rink--detail .ice-rink__head h1 em {
  color: #d4eeb4;
}

.ice-rink__calendar .ice-rink__calendar-head h2 {
  margin: 0;
  color: #17372f;
  font: 600 clamp(1.25rem, 2vw, 1.65rem)/1.2 Georgia, serif;
  letter-spacing: 0;
  text-align: center;
}

.ice-rink__slots h3 {
  margin: 0 0 12px;
  color: #17372f;
  font: 600 clamp(1.1rem, 2vw, 1.35rem)/1.3 Georgia, serif;
}

.ice-rink__existing {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #f2e3e0;
  color: #7d342e;
  font-size: .86rem;
}

.ice-rink__existing span {
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff;
}

.ice-rink__time-label {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  color: #17372f;
  font-weight: 800;
}

.ice-rink__time {
  width: 100%;
  min-height: 48px;
  border: 1px solid #aebcb5;
  border-radius: 9px;
  padding: 10px 12px;
  background: #fff;
  color: #17372f;
  font: inherit;
}

.ice-rink__time-result {
  margin-top: 12px;
}

.ice-rink__time-result p {
  margin: 0;
  color: #52665e;
}

.ice-rink__time-result .available {
  color: #246a29;
  font-weight: 800;
}

.ice-rink__time-result .unavailable {
  color: #872f26;
  font-weight: 800;
}

.ice-rink__time-result .ice-rink__actions {
  margin-top: 14px;
}

.ice-rink-page-main {
  background: #123f35;
}

.ice-rink-page-main #ice-rink-portal {
  display: block;
}

@media (max-width: 700px) {
  .ice-rink--detail {
    min-height: 0;
    padding-top: 70px;
  }

  .ice-rink--detail .ice-rink__head h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }
}
