:root {
  color-scheme: dark;
  --bg: #140708;
  --bg-alt: #1d0b0e;
  --surface: #241014;
  --card: #31151a;
  --text: #fff7f4;
  --muted: #d1b5b1;
  --accent: #ff2d2d;
  --accent-soft: #ff8a5c;
  --shadow: 0 25px 50px rgb(0 0 0 / 0.3);
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, #2f0f16 0%, #1a0609 45%, var(--bg) 100%);
  line-height: 1.6;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 141, 92, 0.18), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(255, 45, 45, 0.15), transparent 40%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.08), transparent 50%);
  pointer-events: none;
  z-index: -1;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 1rem;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #000;
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(20, 6, 8, 0.85);
  border-bottom: 1px solid rgb(255 255 255 / 0.06);
}

.site-header__inner {
  width: min(1200px, 90vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.site-header__logo {
  width: 138px;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 1rem;
  font-weight: 500;
}

.site-nav a {
  color: var(--text);
  opacity: 0.8;
}

.site-nav a:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
}

.button--ghost {
  background: transparent;
  border: 1px solid rgb(255 255 255 / 0.4);
}

.hero {
  position: relative;
  min-height: clamp(520px, 75vh, 720px);
  padding: 5rem min(5vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__slider {
  position: absolute;
  inset: 0;
  display: grid;
}

.hero__slider span {
  position: absolute;
  inset: 0;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  filter: saturate(1.1);
  animation: heroCarousel 24s infinite;
  opacity: 0;
  transform-origin: center;
}

.hero__slider span:nth-child(1) {
  animation-delay: 0s;
}

.hero__slider span:nth-child(2) {
  animation-delay: 8s;
}

.hero__slider span:nth-child(3) {
  animation-delay: 16s;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(20, 6, 7, 0.75), rgba(58, 9, 15, 0.4));
  backdrop-filter: blur(2px);
}

.hero__content {
  position: relative;
  text-align: center;
  max-width: 720px;
}

.hero__logo {
  margin: 0 auto 1.5rem;
  width: min(420px, 80vw);
}

.hero__tagline {
  font-size: 1.35rem;
  margin-bottom: 2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header .button {
  padding: 0.68rem 1.13rem;
  font-size: 0.9rem;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgb(255 26 26 / 0.35);
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.button:disabled:hover {
  transform: none;
  box-shadow: var(--shadow);
}

main {
  width: min(1200px, 90vw);
  margin: 0 auto;
  padding: 4rem 0 5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  padding: 2.5rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.section__header {
  margin-bottom: 1.5rem;
}

.eyebrow {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0 0 0.5rem;
}

h2 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  margin: 0;
}

h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.cards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.news-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
  background: var(--card);
  padding: 1.75rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 40px rgb(0 0 0 / 0.25);
}

.card--accent {
  border-color: rgba(255, 45, 45, 0.6);
  background: linear-gradient(145deg, rgb(36, 9, 12), rgb(54, 10, 15));
}

.card__meta {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 1rem;
}

.whatsapp-card {
  padding: 1.75rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 26, 26, 0.2), rgba(255, 255, 255, 0.05));
  border: 1px solid rgb(255 255 255 / 0.1);
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.social-links a {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.2);
}

.offers-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.offer-category {
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgb(33, 13, 17), rgb(48, 15, 19));
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-align: center;
}

.offer-category:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(255, 45, 45, 0.2);
  border-color: rgba(255, 45, 45, 0.4);
}

.offer-category__title {
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
  color: var(--text);
  font-weight: 600;
  position: relative;
  padding-bottom: 0.75rem;
}

.offer-category__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s ease;
}

.offer-category:hover .offer-category__title::after {
  width: 80px;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.offer-list li {
  color: var(--muted);
  line-height: 1.6;
  padding: 0.5rem 0 0.5rem 1.5rem;
  transition: color 0.3s ease, transform 0.2s ease;
  position: relative;
}

.offer-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: var(--accent);
  transform: translateX(-10px);
}

.offer-category:hover .offer-list li {
  color: var(--text);
  transform: translateX(4px);
}

.offer-category:hover .offer-list li::before {
  opacity: 1;
  transform: translateX(0);
}

.info-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.map img,
.team-media img,
.map iframe {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.team-profiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.team-profile {
  display: flex;
  gap: 1rem;
  background: linear-gradient(145deg, rgb(33, 13, 17), rgb(48, 15, 19));
  border-radius: 20px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.team-profile img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid rgb(255 255 255 / 0.2);
}

.team-role {
  color: var(--muted);
  font-weight: 600;
  margin: 0.2rem 0 0.6rem;
}

.cta-banner {
  margin-top: 2.5rem;
  padding: 1.5rem 2rem;
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(255, 45, 45, 0.2), rgba(255, 138, 92, 0.15));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.section--soft {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.testimonials article {
  padding: 1.5rem;
  background: linear-gradient(145deg, rgb(33, 12, 16), rgb(45, 13, 18));
  border-radius: 16px;
  font-style: italic;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonials h4 {
  margin-top: 1rem;
  font-style: normal;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.booking-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  padding: 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: inherit;
  box-sizing: border-box;
  width: 100%;
}

.booking-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  accent-color: var(--accent);
  flex-shrink: 0;
}

.booking-form label[style*="flex"] {
  font-weight: 400;
  cursor: pointer;
}

.booking-form label[style*="flex"] a {
  color: var(--accent);
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.booking-form label[style*="flex"] a:hover {
  opacity: 0.8;
}

.booking-aside ul {
  padding-left: 1.2rem;
  color: var(--muted);
}

.booking-aside img {
  margin-top: 1rem;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.booking-feedback {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  animation: slideDown 0.3s ease-out;
  border: 1px solid;
}

.booking-feedback--success {
  background: rgba(76, 175, 80, 0.15);
  border-color: rgba(76, 175, 80, 0.4);
  color: #81c784;
}

.booking-feedback--error {
  background: rgba(244, 67, 54, 0.15);
  border-color: rgba(244, 67, 54, 0.4);
  color: #ef5350;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  padding: 2.5rem 1.5rem 3rem;
  background: linear-gradient(135deg, #1a0507, #2c0b0f);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.9rem;
  box-shadow: 0 -20px 40px rgb(0 0 0 / 0.35);
}

.footer__grid {
  width: min(1200px, 90vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  align-items: center;
}

.footer__seal {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__seal img {
  width: 120px;
  height: auto;
}

.footer__contact h4 {
  margin: 0;
  color: #fff;
}

.footer__contact p {
  margin: 0.5rem 0 0;
}

.footer__links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer__links a {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 600px) {
  main {
    width: 100%;
    padding: 2rem 1rem 3rem;
  }

  .section {
    padding: 1.5rem 1rem;
    margin: 0 0.5rem;
    width: calc(100% - 1rem);
    max-width: calc(100vw - 1rem);
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-header__logo {
    width: 110px;
  }

  .site-header .button {
    width: 100%;
    justify-content: center;
  }

  .offers-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .offer-category {
    padding: 1.5rem;
  }

  .offer-list li {
    padding-left: 1.25rem;
  }

  .offer-list li::before {
    left: 0;
  }

  .hero__overlay {
    backdrop-filter: blur(0.6px);
    background: linear-gradient(120deg, rgba(20, 6, 7, 0.6), rgba(58, 9, 15, 0.3));
  }

  /* Booking-Formular Mobile-Optimierungen */
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
  }

  .booking-aside {
    display: none;
  }

  .booking-form {
    gap: 0.875rem;
    width: 100%;
    max-width: 100%;
  }

  .booking-form label {
    font-size: 0.95rem;
    width: 100%;
    max-width: 100%;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    padding: 0.7rem;
    font-size: 0.95rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .booking-form select {
    font-size: 0.9rem;
  }

  .booking-form textarea {
    min-height: 100px;
    resize: vertical;
  }

  .booking-form .button {
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@keyframes heroCarousel {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
  }
}

