/* ==========================================================================
   Hotel Wali – Stylesheet
   ========================================================================== */

:root {
  --color-primary: #a9835c;
  --color-primary-dark: #8a6a48;
  --color-primary-light: #cdb08a;
  --color-accent: #e3cca8;
  --color-accent-light: #f0e0c8;
  --color-cream: #faf6ef;
  --color-cream-dark: #f1e8d8;
  --color-dark: #3c2f22;
  --color-text: #4a3c2e;
  --color-text-light: #8a7860;
  --color-white: #ffffff;
  --shadow-sm: 0 2px 10px rgba(60, 47, 34, 0.08);
  --shadow-md: 0 10px 30px rgba(60, 47, 34, 0.12);
  --shadow-lg: 0 20px 50px rgba(60, 47, 34, 0.18);
  --radius: 14px;
  --radius-sm: 8px;
  --font-heading: 'Italiana', 'Iowan Old Style', Georgia, serif;
  --font-body: 'Jost', 'Segoe UI', sans-serif;
  --container: 1180px;
  --ease-out: cubic-bezier(0.16, 0.8, 0.24, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

[id] { scroll-margin-top: 96px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-cream);
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { text-decoration: none; color: inherit; }

ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--color-dark);
  line-height: 1.2;
  font-weight: 400;
}

h1 { font-size: clamp(2.8rem, 6vw, 4.4rem); letter-spacing: 0.5px; }
h2 { font-size: clamp(2.1rem, 4vw, 3rem); letter-spacing: 0.5px; }
h3 { font-size: 1.5rem; }

p { color: var(--color-text-light); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 112px 0;
}

.section--tight { padding: 64px 0; }

.section--cream { background: var(--color-cream-dark); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 14px;
}

.section-head {
  max-width: 640px;
  margin: 0 0 48px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head p { margin-top: 14px; font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 34px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.35s var(--ease-spring), box-shadow 0.3s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  will-change: transform;
}

.btn:active { transform: scale(0.96); }

.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-3px) scale(1.035);
  box-shadow: 0 14px 30px rgba(169, 131, 92, 0.35);
}

.btn-outline {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--color-white);
  transform: translateY(-3px) scale(1.035);
}

.btn-secondary {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-secondary:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-3px) scale(1.035);
  box-shadow: 0 14px 30px rgba(169, 131, 92, 0.25);
}

.btn-block { width: 100%; }

@media (prefers-reduced-motion: reduce) {
  .btn, .btn-primary:hover, .btn-outline:hover, .btn-secondary:hover { transform: none; transition: background 0.2s ease; }
}

/* ---------- Intro (cinematisch, ruhig) ----------
   Ein einziger, ruhiger Fade-in-Moment beim Laden: Bild-Slideshow, Name und
   Scroll-Hinweis blenden gleichzeitig und gleich schnell ein – kein Nacheinander
   von Effekten. Beim Scrollen verblasst die Sektion sanft (Parallax + Opacity). */
.intro {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  color: var(--color-white);
}

.intro-slides {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: introFadeIn 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform;
}

.intro-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation: introSlideCycle 27s ease-in-out infinite;
}
.intro-slide:nth-child(1) { animation-delay: 0s; }
.intro-slide:nth-child(2) { animation-delay: 9s; }
.intro-slide:nth-child(3) { animation-delay: 18s; }

.intro-slide--suite { background-image: url("../images/studio-apartment/studio-apartment.jpeg"); background-position: center 30%; }
.intro-slide--lobby { background-image: url("../images/lobby-front.jpeg"); background-position: center 42%; }
.intro-slide--familie { background-image: url("../images/familienzimmer/familienzimmer.jpeg"); background-position: center 35%; }

@keyframes introSlideCycle {
  0%   { opacity: 0; }
  9%   { opacity: 1; }
  35%  { opacity: 1; }
  44%  { opacity: 0; }
  100% { opacity: 0; }
}

.intro-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(50, 38, 26, 0.5) 0%, rgba(50, 38, 26, 0.34) 45%, rgba(42, 32, 21, 0.66) 100%);
}

.intro-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.08;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='none' stroke='%23e3cca8' stroke-width='1'%3E%3Crect x='30' y='30' width='80' height='80'/%3E%3Crect x='30' y='30' width='80' height='80' transform='rotate(45 70 70)'/%3E%3Ccircle cx='70' cy='70' r='4' fill='%23e3cca8' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 140px 140px;
}

.intro-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  opacity: 0;
  animation: introFadeIn 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.intro-title {
  font-family: 'Tangerine', 'Italiana', cursive;
  font-weight: 700;
  font-size: clamp(5.5rem, 15vw, 11rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.97);
  text-shadow: 0 6px 44px rgba(0, 0, 0, 0.4);
  margin: 0;
}

.intro-divider {
  width: min(220px, 55vw);
  color: var(--color-accent);
  margin: 18px 0 12px;
}
.intro-divider svg { width: 100%; height: auto; display: block; }

.intro-subtitle {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

@keyframes introFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.intro-scroll-cue {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  animation: introFadeIn 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  transition: color 0.25s ease;
}
.intro-scroll-cue:hover { color: var(--color-accent-light); }

.intro-scroll-pulse {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: introScrollPulse 3s ease-in-out infinite;
  animation-delay: 2.2s;
}

.intro-scroll-text {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.intro-chevron svg { width: 18px; height: 18px; }

@keyframes introScrollPulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

/* Vorhang-Öffnung: zwei Flügel über die volle Breite, die beim Laden auseinander-
   gleiten (orientalischer Akzent als feine Trennlinie) – über derselben Dauer
   und demselben Easing wie der restliche Intro-Fade, wirkt wie Teil derselben
   Bewegung statt eines zusätzlichen Effekts. */
.intro-curtain {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(180deg, #2a2015 0%, #3c2f22 55%, #2a2015 100%);
  pointer-events: none;
}

.intro-curtain--left {
  left: 0;
  border-right: 1px solid rgba(227, 204, 168, 0.4);
  animation: introCurtainLeft 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.intro-curtain--right {
  right: 0;
  border-left: 1px solid rgba(227, 204, 168, 0.4);
  animation: introCurtainRight 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes introCurtainLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes introCurtainRight {
  0%   { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .intro-slides, .intro-content, .intro-scroll-cue {
    animation: none;
    opacity: 1;
  }
  .intro-slide { animation: none; opacity: 0; }
  .intro-slide:first-child { opacity: 1; }
  .intro-scroll-pulse { animation: none; opacity: 0.85; }
  .intro-curtain { display: none; }
}

@media (max-width: 640px) {
  .intro-divider { margin: 14px 0 10px; }
  .intro-subtitle { letter-spacing: 4px; }
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 26px 0;
  transition: padding 0.4s var(--ease-out), background 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), backdrop-filter 0.4s var(--ease-out);
  background: transparent;
}

.site-header.is-scrolled,
.site-header.is-solid {
  background: rgba(60, 47, 34, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 8px 30px rgba(40, 30, 20, 0.25);
  padding: 13px 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  font-optical-sizing: auto;
  color: var(--color-white);
  letter-spacing: 0.3px;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  transition: color 0.3s ease, font-size 0.4s var(--ease-out);
}

.site-header.is-scrolled .logo,
.site-header.is-solid .logo {
  font-size: 1.28rem;
}

.logo span {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-accent-light);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  padding: 6px 0;
  transition: color 0.25s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-accent);
  transition: width 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--color-accent);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-cta .btn-primary,
.nav-cta .btn-outline {
  padding: 12px 26px;
  font-size: 0.88rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
  padding: 6px;
}

.nav-toggle span {
  width: 26px;
  height: 2px;
  background: var(--color-white);
  transition: all 0.3s ease;
}

.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--color-white);
  overflow: hidden;
}

.hero-slides {
  position: absolute;
  left: 0;
  right: 0;
  top: -12%;
  height: 124%;
  will-change: transform;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}

.hero-slide--suite { background-image: url("../images/studio-apartment/studio-apartment.jpeg"); background-position: center 30%; }

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(155deg, rgba(50, 38, 26, 0.68), rgba(169, 131, 92, 0.38)),
    radial-gradient(circle at 15% 20%, rgba(227, 204, 168, 0.32), transparent 45%);
}

.hero-scrim::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.3;
}

.hero-scrim::after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -20%;
  width: 60%;
  height: 90%;
  background: radial-gradient(circle, rgba(227,204,168,0.28), transparent 65%);
}

.hero .container {
  position: relative;
  z-index: 3;
  padding-top: 90px;
}


.hero-content { max-width: 700px; }

.hero .eyebrow {
  color: var(--color-accent-light);
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero .eyebrow::before {
  content: '';
  width: 34px;
  height: 1px;
  background: var(--color-accent-light);
  display: inline-block;
}

.hero h2 {
  color: var(--color-white);
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
}

.hero h2 em {
  font-style: italic;
  color: var(--color-accent-light);
}

.hero p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  max-width: 540px;
  margin-bottom: 38px;
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.hero-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.hero-stats div strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-white);
}

.hero-stats div span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
  transition: color 0.25s ease, transform 0.25s ease;
}

.scroll-cue:hover { color: var(--color-accent-light); transform: translateX(-50%) translateY(4px); }

.scroll-cue .line {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.scroll-cue .line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-accent-light);
  animation: scrollLine 1.8s infinite ease-in-out;
}

@keyframes scrollLine {
  0% { top: -100%; }
  60% { top: 100%; }
  100% { top: 100%; }
}

/* ---------- Booking bar ---------- */
.booking-bar-wrap {
  position: relative;
  z-index: 5;
  margin-top: -64px;
  margin-bottom: 40px;
}

.booking-bar {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  flex-wrap: wrap;
  background: var(--color-white);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  padding: 26px 32px;
}

.booking-field {
  flex: 1 1 150px;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 18px;
  border-left: 1px solid var(--color-cream-dark);
}
.booking-field:first-child { border-left: none; padding-left: 0; }

.booking-field label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-text-light);
}

.booking-field input,
.booking-field select {
  border: none;
  padding: 4px 0;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-dark);
  background: transparent;
}
.booking-field input:focus,
.booking-field select:focus { outline: none; }

.booking-field.is-filled label { color: var(--color-primary); }
.booking-field.is-filled input,
.booking-field.is-filled select { color: var(--color-primary-dark); font-weight: 600; }

.booking-bar-submit {
  flex-shrink: 0;
  align-self: center;
}

@media (max-width: 900px) {
  .booking-bar { flex-direction: column; align-items: stretch; padding: 24px; }
  .booking-field { border-left: none; padding-left: 0; border-top: 1px solid var(--color-cream-dark); padding-top: 14px; }
  .booking-field:first-child { border-top: none; padding-top: 0; }
  .booking-bar-submit { width: 100%; }
  .booking-bar-wrap { margin-top: -40px; }
}

/* ---------- Page header (inner pages) ---------- */
.page-header {
  position: relative;
  padding: 190px 0 90px;
  color: var(--color-white);
  text-align: center;
  overflow: hidden;
}

.page-header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  height: 140%;
  background:
    linear-gradient(155deg, rgba(50, 38, 26, 0.78), rgba(169, 131, 92, 0.4)),
    var(--page-header-photo, none);
  background-size: cover;
  background-position: center 30%;
  will-change: transform;
  z-index: 0;
}

.page-header-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 24px 24px;
}

.page-header .container { position: relative; z-index: 2; }

.page-header .eyebrow { color: var(--color-accent-light); justify-content: center; display: flex; gap: 10px; }
.page-header .eyebrow::before,
.page-header .eyebrow::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--color-accent-light);
  align-self: center;
}

.page-header h1 { color: var(--color-white); margin-bottom: 14px; }
.page-header p { color: rgba(255,255,255,0.82); max-width: 560px; margin: 0 auto; }

.breadcrumb {
  margin-top: 22px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.5px;
}
.breadcrumb a { color: var(--color-accent-light); }
.breadcrumb a:hover { text-decoration: underline; }

/* ---------- Cards / grids ---------- */
.grid {
  display: grid;
  gap: 32px;
}

.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

/* Lively wave offset for grids of small cards (feature/contact) */
.grid--wave { align-items: start; }
.grid--wave > *:nth-child(even) { margin-top: 30px; }
@media (max-width: 1024px) {
  .grid--wave > *:nth-child(even) { margin-top: 0; }
}

/* Mosaic room-card grid (featured card spans 2 columns) */
.grid--mosaic { grid-template-columns: repeat(2, 1fr); }
.grid--mosaic > .card--featured { grid-column: span 2; }
.grid--mosaic > .card--featured .card-media { height: 320px; }
@media (max-width: 900px) {
  .grid--mosaic { grid-template-columns: 1fr; }
  .grid--mosaic > .card--featured { grid-column: span 1; }
  .grid--mosaic > .card--featured .card-media { height: 240px; }
}

/* Beim Filtern zeigt sich das übrig gebliebene Zimmer zentriert in voller Breite */
.grid--mosaic.is-filtered {
  grid-template-columns: 1fr;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.grid--mosaic.is-filtered > .card--featured .card-media { height: 280px; }

/* ---------- Zimmer-Filter ---------- */
.room-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 44px;
}

.room-filter {
  padding: 10px 22px;
  border-radius: 50px;
  border: 1.5px solid var(--color-cream-dark);
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s var(--ease-spring);
}
.room-filter:hover { border-color: var(--color-primary); color: var(--color-primary); transform: translateY(-2px); }

.room-filter.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

@media (max-width: 640px) {
  .room-filters { gap: 8px; }
  .room-filter { padding: 8px 16px; font-size: 0.78rem; }
}

.card {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(138, 106, 72, 0.2);
}

.card-media {
  position: relative;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.card-media svg { width: 54px; height: 54px; opacity: 0.9; position: relative; z-index: 2; }

.card-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 18px 18px;
}

.card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.7s var(--ease-out);
}

.card:hover .card-media img { transform: scale(1.08); }

.card-media .zoom-hint {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 35, 25, 0.3);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.card-media .zoom-hint svg {
  width: 42px;
  height: 42px;
  color: var(--color-white);
  transform: scale(0.8);
  transition: transform 0.35s var(--ease-spring);
}
.card:hover .card-media .zoom-hint { opacity: 1; }
.card:hover .card-media .zoom-hint svg { transform: scale(1); }

.lightbox-trigger {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.media-1 { background: linear-gradient(135deg, #a9835c, #e3cca8); }
.media-2 { background: linear-gradient(135deg, #3c2f22, #8a6a48); }
.media-3 { background: linear-gradient(135deg, #cdb08a, #a9835c); }
.media-4 { background: linear-gradient(135deg, #2a2015, #3c2f22); }

.card-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,0.92);
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 50px;
  z-index: 2;
}

.card-body { padding: 28px; }

.card-body h3 { margin-bottom: 10px; }
.card-body p { font-size: 0.94rem; margin-bottom: 16px; }

.card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.82rem;
  color: var(--color-text-light);
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.card-meta span { display: flex; align-items: center; gap: 6px; }

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--color-cream-dark);
}

.price {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
}
.price small {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-text-light);
  display: block;
}

/* ---------- Icon feature grid ---------- */
.feature {
  text-align: center;
  padding: 34px 20px;
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.feature:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(138, 106, 72, 0.16); }

.feature-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--color-cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: transform 0.4s var(--ease-spring), background 0.3s ease, color 0.3s ease;
}
.feature-icon svg { width: 28px; height: 28px; }

.feature:hover .feature-icon {
  transform: scale(1.12) rotate(-6deg);
  background: var(--color-primary);
  color: var(--color-white);
}

.feature h3 { font-size: 1.05rem; margin-bottom: 8px; }
.feature p { font-size: 0.88rem; margin-bottom: 0; }

/* ---------- About / split section ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.split-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 440px;
  background: linear-gradient(135deg, #a9835c, #3c2f22);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
}

.split-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.12) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
}

.split-media-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255,255,255,0.95);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  box-shadow: var(--shadow-md);
  z-index: 2;
}
.split-media-badge strong {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--color-primary);
  display: block;
}
.split-media-badge span {
  font-size: 0.78rem;
  color: var(--color-text-light);
}

.split-media svg {
  width: 90px;
  height: 90px;
  color: rgba(255,255,255,0.85);
  position: relative;
  z-index: 1;
}

.split-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.8s var(--ease-out);
}

.split-media:hover img { transform: scale(1.05); }

.split-media .zoom-hint {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 35, 25, 0.22);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.split-media .zoom-hint svg {
  width: 46px;
  height: 46px;
  color: var(--color-white);
  transform: scale(0.8);
  transition: transform 0.35s var(--ease-spring);
}
.split-media:hover .zoom-hint { opacity: 1; }
.split-media:hover .zoom-hint svg { transform: scale(1); }

/* ---------- Gallery grid (mosaic) ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  grid-auto-flow: dense;
  gap: 18px;
  margin-top: 20px;
}

.gallery-item.span-col2 { grid-column: span 2; }
.gallery-item.span-row2 { grid-row: span 2; }

.gallery-item {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
  cursor: zoom-in;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}
.gallery-item:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(138, 106, 72, 0.22); }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease-out);
}
.gallery-item:hover img { transform: scale(1.08); }

.gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-white);
  background: linear-gradient(to top, rgba(45,35,25,0.75), transparent);
  z-index: 2;
}

.gallery-item .zoom-hint {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45,35,25,0.24);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.gallery-item .zoom-hint svg {
  width: 38px;
  height: 38px;
  color: var(--color-white);
  transform: scale(0.8);
  transition: transform 0.35s var(--ease-spring);
}
.gallery-item:hover .zoom-hint { opacity: 1; }
.gallery-item:hover .zoom-hint svg { transform: scale(1); }

.gallery-item--placeholder {
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 20px;
  background: linear-gradient(135deg, #3c2f22, #8a6a48);
  color: rgba(255, 255, 255, 0.9);
}
.gallery-item--placeholder:hover { transform: none; box-shadow: var(--shadow-sm); }
.gallery-item--placeholder svg { width: 44px; height: 44px; opacity: 0.85; }
.gallery-item--placeholder span {
  position: static;
  background: none;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.4;
}

.gallery-grid.is-filtered { grid-template-columns: repeat(2, 1fr); max-width: 780px; margin-left: auto; margin-right: auto; }
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .gallery-grid.is-filtered { grid-template-columns: repeat(2, 1fr); max-width: none; }
}

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-item.span-col2 { grid-column: span 1; }
  .gallery-item.span-row2 { grid-row: span 1; }
}

.split h2 { margin-bottom: 18px; }
.split p { margin-bottom: 16px; }

/* Asymmetric variants: uneven column ratio + reversed order */
.split--asym { grid-template-columns: 0.85fr 1.15fr; gap: 56px; }
.split--asym-r { grid-template-columns: 1.15fr 0.85fr; gap: 56px; }
.split--reverse .split-media { order: 2; }
@media (max-width: 1024px) {
  .split--asym, .split--asym-r { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
}

/* Collage media: large image with a smaller offset detail photo */
.split-media--collage {
  position: relative;
  overflow: visible;
}
.split-media--collage .collage-detail {
  position: absolute;
  top: 60%;
  right: -13%;
  width: 30%;
  aspect-ratio: 3 / 2;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--color-cream);
  z-index: 3;
  transition: transform 0.5s var(--ease-out);
}
.split-media--collage:hover .collage-detail { transform: translateY(-6px); }
.split-media--collage .collage-detail img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .split-media--collage { overflow: hidden; margin-bottom: 40px; }
  .split-media--collage .collage-detail { width: 34%; top: auto; bottom: 20px; right: -6%; }
}
@media (max-width: 640px) {
  .split-media--collage .collage-detail { display: none; }
}

.check-list { margin: 24px 0 30px; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--color-text);
}
.check-list svg {
  width: 20px;
  height: 20px;
  color: var(--color-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ---------- Testimonials ---------- */
.testimonial {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.testimonial:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(138, 106, 72, 0.16); }
.testimonial .stars { color: var(--color-accent); margin-bottom: 14px; letter-spacing: 2px; }
.testimonial p { color: var(--color-text); font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-weight: 700;
  font-family: var(--font-heading);
}
.testimonial-author strong { display: block; font-size: 0.92rem; color: var(--color-dark); }
.testimonial-author span { font-size: 0.78rem; color: var(--color-text-light); }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--color-primary);
  color: var(--color-white);
  overflow: hidden;
  padding: 26px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 32s linear infinite;
}

.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-track span {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 0 22px;
}

.marquee-track span::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  flex-shrink: 0;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; overflow-x: auto; }
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, #2a2015, #a9835c);
  border-radius: var(--radius);
  padding: 64px;
  text-align: center;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 22px 22px;
}
.cta-banner .container-inner { position: relative; z-index: 2; }
.cta-banner h2 { color: var(--color-white); margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 30px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 44px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group { margin-bottom: 22px; }
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 8px;
}
.form-group .required { color: var(--color-primary); }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--color-cream-dark);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  background: var(--color-cream);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  background: var(--color-white);
  box-shadow: 0 0 0 4px rgba(169, 131, 92, 0.16);
}

.form-group.is-filled label { color: var(--color-primary); }
.form-group.is-filled input,
.form-group.is-filled select,
.form-group.is-filled textarea {
  border-color: var(--color-primary-light);
  background: var(--color-white);
}
.form-group.is-filled label::after {
  content: '✓';
  display: inline-block;
  margin-left: 6px;
  color: var(--color-primary);
  font-weight: 700;
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-row--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 560px) {
  .form-row--3 { grid-template-columns: 1fr; }
}

/* Einheitliche Select-Pfeile im Design-Farbschema */
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a7860' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}

/* Datumsfelder: Kalender-Icon im Design-Farbton, Zeigercursor */
.form-group input[type="date"] {
  cursor: pointer;
  color-scheme: light;
}
.form-group input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.75;
  filter: invert(46%) sepia(25%) saturate(820%) hue-rotate(346deg) brightness(90%) contrast(88%);
  transition: opacity 0.25s ease;
}
.form-group input[type="date"]::-webkit-calendar-picker-indicator:hover { opacity: 1; }

.form-note {
  font-size: 0.8rem;
  color: var(--color-text-light);
  margin-top: -8px;
  margin-bottom: 20px;
}

.form-success {
  display: none;
  background: #eef6ec;
  border: 1.5px solid #a9cf9f;
  color: #3a6b31;
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  margin-bottom: 22px;
  align-items: center;
  gap: 10px;
}
.form-success.is-visible { display: flex; }
.form-success svg { width: 20px; height: 20px; flex-shrink: 0; }

.form-error {
  display: none;
  background: #fbeeea;
  border: 1.5px solid #dba48f;
  color: #9a4326;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  margin-bottom: 22px;
  align-items: center;
  gap: 10px;
}
.form-error.is-visible { display: flex; }
.form-error svg { width: 19px; height: 19px; flex-shrink: 0; }

.cancel-booking-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--color-cream-dark);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-light);
  text-decoration: none;
  transition: color 0.25s ease;
}
.cancel-booking-link svg { width: 16px; height: 16px; transition: transform 0.25s var(--ease-out); }
.cancel-booking-link:hover { color: var(--color-primary); }
.cancel-booking-link:hover svg { transform: translateX(3px); }

/* ---------- Sidebar / info list ---------- */
.info-card {
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 28px;
  margin-bottom: 24px;
}
.info-card h3 { font-size: 1.1rem; margin-bottom: 16px; }

.info-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-cream-dark);
  font-size: 0.9rem;
}
.info-list li:last-child { border-bottom: none; }
.info-list svg {
  width: 20px;
  height: 20px;
  color: var(--color-primary);
  flex-shrink: 0;
  margin-top: 2px;
}
.info-list strong { display: block; color: var(--color-dark); font-size: 0.88rem; }

.perk-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: 0.9rem;
  color: var(--color-text);
}
.perk-list svg { width: 18px; height: 18px; color: var(--color-accent); flex-shrink: 0; }

.booking-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  align-items: start;
}

/* ---------- Contact page cards ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.contact-card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.contact-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(138, 106, 72, 0.16); }
.contact-card .feature-icon { margin-bottom: 16px; }
.contact-card h3 { font-size: 1rem; margin-bottom: 8px; }
.contact-card p { font-size: 0.88rem; margin-bottom: 2px; }
.contact-card a { color: var(--color-primary); font-weight: 600; }

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  height: 420px;
  position: relative;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.85) contrast(1.05); }

/* ---------- Anreise steps ---------- */
.route-block {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 26px;
  padding-bottom: 44px;
  position: relative;
}
.route-block:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 44px;
  top: 90px;
  bottom: 0;
  width: 2px;
  background: var(--color-cream-dark);
}
.route-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  flex-shrink: 0;
  z-index: 1;
  transition: transform 0.4s var(--ease-spring), background 0.3s ease, color 0.3s ease;
}

.route-block:hover .route-icon {
  transform: scale(1.08) rotate(-4deg);
  background: var(--color-primary);
  color: var(--color-white);
}
.route-icon svg { width: 36px; height: 36px; }
.route-content h3 { margin-bottom: 10px; }
.route-content p { margin-bottom: 8px; }
.route-content ul { margin-top: 10px; }
.route-content ul li {
  font-size: 0.92rem;
  color: var(--color-text-light);
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}
.route-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 80px 0 0;
}

.footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-newsletter h3 {
  color: var(--color-white);
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  margin-bottom: 8px;
}
.footer-newsletter p { max-width: 420px; color: rgba(255, 255, 255, 0.6); }

.newsletter-form-wrap { flex-shrink: 0; }

.newsletter-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.newsletter-row input {
  min-width: 240px;
  padding: 14px 20px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.94rem;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.newsletter-row input::placeholder { color: rgba(255, 255, 255, 0.45); }
.newsletter-row input:focus {
  outline: none;
  border-color: var(--color-primary-light);
  background: rgba(255, 255, 255, 0.1);
}

.newsletter-success {
  background: rgba(227, 204, 168, 0.16);
  border: 1.5px solid rgba(227, 204, 168, 0.42);
  color: var(--color-accent-light);
  margin-top: 14px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer-newsletter { flex-direction: column; align-items: flex-start; }
  .newsletter-row { width: 100%; }
  .newsletter-row input { flex: 1; min-width: 0; }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 14px;
  display: block;
}
.footer-logo span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-accent-light);
  margin-top: 4px;
  font-weight: 500;
}

.footer-col h4 {
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-col p { font-size: 0.9rem; color: rgba(255,255,255,0.6); margin-bottom: 16px; }

.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  transition: color 0.2s ease;
}
.footer-col ul li a:hover { color: var(--color-accent-light); }

.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 14px;
}
.footer-contact svg { width: 18px; height: 18px; color: var(--color-accent-light); flex-shrink: 0; margin-top: 2px; }

.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-row a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.social-row a:hover { background: var(--color-accent); border-color: var(--color-accent); }
.social-row svg { width: 16px; height: 16px; color: var(--color-white); }

.footer-bottom {
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a { color: rgba(255,255,255,0.6); }
.footer-bottom a:hover { color: var(--color-accent-light); }
.footer-bottom-links { display: flex; gap: 22px; }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.reveal-scale {
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal-scale.is-visible { opacity: 1; transform: translateY(0) scale(1); }

.reveal-left {
  opacity: 0;
  transform: translateX(-36px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal-left.is-visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0;
  transform: translateX(36px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal-right.is-visible { opacity: 1; transform: translateX(0); }

.reveal-stagger > .reveal:nth-child(1), .reveal-stagger > .reveal-scale:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger > .reveal:nth-child(2), .reveal-stagger > .reveal-scale:nth-child(2) { transition-delay: 90ms; }
.reveal-stagger > .reveal:nth-child(3), .reveal-stagger > .reveal-scale:nth-child(3) { transition-delay: 180ms; }
.reveal-stagger > .reveal:nth-child(4), .reveal-stagger > .reveal-scale:nth-child(4) { transition-delay: 270ms; }
.reveal-stagger > .reveal:nth-child(5), .reveal-stagger > .reveal-scale:nth-child(5) { transition-delay: 360ms; }
.reveal-stagger > .reveal:nth-child(6), .reveal-stagger > .reveal-scale:nth-child(6) { transition-delay: 450ms; }
.reveal-stagger > .reveal:nth-child(7), .reveal-stagger > .reveal-scale:nth-child(7) { transition-delay: 540ms; }
.reveal-stagger > .reveal:nth-child(8), .reveal-stagger > .reveal-scale:nth-child(8) { transition-delay: 630ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-scale, .reveal-left, .reveal-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ---------- Decorative blobs ---------- */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}
.blob--teal {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(227, 204, 168, 0.3), transparent 70%);
}
.blob--anthracite {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(60, 47, 34, 0.18), transparent 70%);
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(35, 26, 18, 0.94);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  padding: 24px;
}
.lightbox.is-open { opacity: 1; visibility: visible; }

.lightbox-figure {
  max-width: min(1100px, 92vw);
  max-height: 84vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lightbox-figure img {
  max-width: 100%;
  max-height: 74vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}
.lightbox.is-open .lightbox-figure img { opacity: 1; transform: scale(1); }

.lightbox-figure figcaption {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  letter-spacing: 0.3px;
  text-align: center;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s var(--ease-spring), border-color 0.25s ease;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: scale(1.08);
}

.lightbox-close { top: 26px; right: 26px; width: 46px; height: 46px; }
.lightbox-close svg { width: 20px; height: 20px; }

.lightbox-prev, .lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
}
.lightbox-prev:hover, .lightbox-next:hover { transform: translateY(-50%) scale(1.08); }
.lightbox-prev { left: 26px; }
.lightbox-next { right: 26px; }
.lightbox-prev svg, .lightbox-next svg { width: 22px; height: 22px; }

.lightbox-counter {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .lightbox-prev, .lightbox-next { width: 42px; height: 42px; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-close { top: 14px; right: 14px; width: 40px; height: 40px; }
}

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 340px; }
  .booking-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta .btn-primary { display: none; }
  .nav-toggle { display: flex; }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(78vw, 320px);
    background: var(--color-cream);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 28px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    box-shadow: var(--shadow-lg);
  }
  .nav-links.is-open { display: flex; transform: translateX(0); }
  .nav-links a { color: var(--color-dark); font-size: 1.05rem; }
  .nav-links a.active { color: var(--color-primary); }

  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 30px; }
  .cta-banner { padding: 44px 26px; }
  .form-card { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .route-block { grid-template-columns: 64px 1fr; }
  .route-icon { width: 64px; height: 64px; }
  .route-icon svg { width: 26px; height: 26px; }
  .route-block:not(:last-child)::before { left: 32px; }
  .page-header { padding: 150px 0 70px; }
}
