:root {
  --bg: #fff8fb;
  --text: #24161d;
  --muted: #6f5d66;
  --white: #ffffff;
  --primary: #c6004b;
  --primary-dark: #99003a;
  --primary-soft: #fde7f0;
  --line: rgba(198, 0, 75, 0.15);
  --shadow: 0 18px 44px rgba(57, 12, 30, 0.14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(92%, var(--container)); margin: 0 auto; }
.section { padding: 90px 0; }

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.section-title {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  line-height: 1.05;
  margin: 0 0 16px;
}

.section-intro {
  max-width: 760px;
  color: var(--muted);
  margin: 0 0 28px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.topbar-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand img { height: 42px; width: auto; filter: drop-shadow(0 8px 24px rgba(0,0,0,.22)); }
.brand-text { display: flex; flex-direction: column; color: white; }
.brand-text strong { font-size: 1rem; letter-spacing: 0.04em; }
.brand-text span { font-size: 0.82rem; opacity: 0.86; }
.nav a { color: var(--white); font-weight: 700; }

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
}

.hero-slider,
.room-slider {
  position: relative;
}

.hero-slide,
.room-slide {
  display: none;
}

.hero-slide.active,
.room-slide.active {
  display: block;
}

.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 6, 12, 0.25), rgba(18, 6, 12, 0.54)),
    linear-gradient(90deg, rgba(18, 6, 12, 0.62), rgba(18, 6, 12, 0.12));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 190px 0 120px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.9rem, 7vw, 5.4rem);
  line-height: 0.92;
  margin: 0 0 18px;
}

.hero p {
  font-size: 1.14rem;
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.94);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary,
.button-secondary {
  background: var(--primary);
  color: var(--white);
}
.button-primary:hover,
.button-secondary:hover { background: var(--primary-dark); }
.button-outline-red {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.button-outline-red:hover {
  background: var(--primary);
  color: var(--white);
}

.slider-controls {
  position: absolute;
  right: 24px;
  bottom: 26px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.slider-arrow {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(198, 0, 75, 0.9);
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.slider-arrow-dark {
  background: var(--primary);
}

.intro {
  background: linear-gradient(180deg, #fff 0%, #fff7fa 100%);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.intro-text p { color: var(--muted); margin: 0 0 16px; }

.overlap-gallery {
  position: relative;
  min-height: 520px;
}

.overlap-image {
  position: absolute;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 8px solid var(--white);
}

.overlap-back {
  width: 62%;
  height: 370px;
  left: 0;
  top: 40px;
}

.overlap-front {
  width: 64%;
  height: 410px;
  right: 0;
  top: 0;
}

.overlap-small {
  width: 38%;
  height: 210px;
  left: 18%;
  bottom: 12px;
}

.features {
  background: var(--primary-soft);
}

.features-image-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.features-image {
  width: 100%;
  height: auto;
}

.rooms {
  background: #fff;
}

.room-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.room-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.room-card-text {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.room-card-text h3 {
  margin: 0 0 14px;
  font-size: 2rem;
}

.room-card-text p {
  margin: 0;
  color: var(--muted);
}

.room-controls {
  position: static;
  margin-top: 18px;
  justify-content: flex-end;
}

.contact {
  background: linear-gradient(180deg, #fff4f8 0%, #fbe8f0 100%);
}

.contact-simple {
  max-width: 920px;
}

.contact-lines {
  display: grid;
  gap: 0;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--line);
}

.contact-line {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
}

.contact-line:last-child {
  border-bottom: 0;
}

.contact-line strong {
  color: var(--primary);
}

.contact-line span,
.contact-line a {
  color: var(--text);
}

.contact-buttons {
  margin-top: 24px;
}

.footer {
  background: #2a101b;
  color: rgba(255,255,255,.85);
  padding: 26px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer a { color: rgba(255,255,255,.85); }

@media (max-width: 980px) {
  .intro-grid,
  .room-card {
    grid-template-columns: 1fr;
  }

  .overlap-gallery {
    min-height: 440px;
  }

  .room-card img {
    height: 320px;
  }
}

@media (max-width: 760px) {
  .topbar {
    background: rgba(255, 255, 255, 0.06);
  }

  .topbar-inner {
    min-height: 76px;
  }

  .brand-text span,
  .nav {
    display: none;
  }

  .hero-content {
    padding: 150px 0 100px;
  }

  .section {
    padding: 72px 0;
  }

  .overlap-gallery {
    min-height: 360px;
  }

  .overlap-back {
    width: 66%;
    height: 250px;
    top: 26px;
  }

  .overlap-front {
    width: 64%;
    height: 260px;
  }

  .overlap-small {
    width: 42%;
    height: 150px;
    left: 14%;
  }

  .contact-line {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .slider-controls {
    right: 16px;
    bottom: 16px;
  }

  .slider-arrow {
    width: 46px;
    height: 46px;
  }
}
/* =========================
   IMPRESSUM
   ========================= */

.impressum-page {
  padding: 140px 0 90px;
  background: linear-gradient(180deg, #fff8fb 0%, #ffffff 100%);
}

.impressum-box {
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 42px 34px;
  text-align: center;
}

.impressum-page .section-title {
  margin-bottom: 18px;
}

.impressum-page p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.98rem;
}

.impressum-page h2 {
  margin: 30px 0 10px;
  font-size: 1.2rem;
  color: var(--primary);
}

.impressum-page a {
  color: var(--primary);
  font-weight: 700;
}

.impressum-page a:hover {
  color: var(--primary-dark);
}

.impressum-back {
  margin-top: 26px;
}
