
/* Inter - Regular (400) */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter - Medium (500) */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Playfair Display - Regular (400) */
@font-face {
  font-family: "Playfair Display";
  src: url("/fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Playfair Display - SemiBold (600) */
@font-face {
  font-family: "Playfair Display";
  src: url("/fonts/PlayfairDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #fdfdfc;
  color: #1a1a1a;
}

h2, h3, h1 {
  font-family: 'Playfair Display', serif;
}

.service-card, .review-card {
  background: #fffdfb;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 32px;
  transition: transform .3s ease;
}

.service-card:hover, .review-card:hover {
  transform: translateY(-4px);
}

.review-card p {
  font-style: italic;
  color: #333;
}

.review-card span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #777;
}

/* Hero / Swiper: immer volle Höhe, Bilder sauber covern */
#hero { min-height: 100svh; }
.heroSwiper, .heroSwiper .swiper-wrapper, .heroSwiper .swiper-slide { height: 100%; }
.heroSwiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; display:block; }

/* Karten & Gitter bleiben wie gehabt */

/* Mobile Typo + Abstände */
.hero-title { font-size: clamp(28px, 8vw, 56px); line-height: 1.15; }
@media (max-width: 640px){
  body { font-size: 16px; }
  header .px-6 { padding-left: 1rem; padding-right: 1rem; }
  section { padding: 48px 0; }
}

/* Slider muss 100% Höhe haben */
#hero { height: 100dvh; min-height: 100svh; }
.heroSwiper, .heroSwiper .swiper-wrapper, .heroSwiper .swiper-slide { height: 100%; }

/* Bild deckt komplett ab */
.slide-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

/* Mobile Typo & Abstände */
.hero-title { font-size: clamp(28px, 8vw, 56px); line-height: 1.15; }

/* Kleine Geräte: Sections etwas kompakter */
@media (max-width: 640px){
  section { padding: 48px 0; }
}

/* Galerie-Buttons – dezent, modern */
#gallery button {
  background: transparent;
  border: 1px solid #141413;
  color: #292725;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

#gallery button:hover:not(:disabled) {
  background: #868685;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

#gallery button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  background: transparent;
}

/* Seitenstatus dezenter */
#pageStatus {
  font-size: 0.9rem;
  color: #888;
  letter-spacing: 0.02em;
}
