/* ==================================================================
   Eventini – Haupt-Stylesheet
   Elegante Zwei-Ton-Palette (Pflaume/Creme), Serifen-Überschriften.
   Farben & Schriften kommen als CSS-Variablen aus dem Customizer
   (siehe functions.php → #et-vars).
   ================================================================== */

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

html { scroll-behavior: smooth; }
html, body { overflow-x: clip; max-width: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--c-ink);
  background: var(--c-cream);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 500; letter-spacing: .005em; line-height: 1.15; }
img { max-width: 100%; height: auto; }
::selection { background: var(--c-green); color: var(--c-yellow); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Layout-Basics ---------- */
.et-wrap { max-width: 1240px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.et-section { padding: 72px 0; }
.et-center { text-align: center; max-width: 640px; margin: 0 auto; }
.et-h2 { font-size: clamp(30px, 3.4vw, 44px); margin: 0; color: var(--c-green); }
.et-sub { font-size: 17px; color: var(--c-ink-soft); font-weight: 300; margin: 12px 0 0; }

.et-orn { display: block; font-size: 22px; color: var(--c-yellow); line-height: 1; margin-bottom: 12px; }
.et-orn--dark { color: var(--c-green); }

/* Getönte Sektion */
.et-section--tint { padding: 72px 0; background: var(--c-sage); }

/* Dunkles CTA-Band mit Foto */
.et-section--green { position: relative; padding: 100px 0; background: var(--c-green); overflow: hidden; }
.et-section--green__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.et-section--green__overlay { position: absolute; inset: 0; background: rgba(44, 25, 33, .84); }
.et-section--green__in { position: relative; }
.et-section--green .et-h2 { color: #fff; }
.et-section--green .et-sub { color: rgba(240, 227, 207, .75); }

/* ---------- Wortmarke ---------- */
.et-wordmark {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-size: 28px; letter-spacing: .05em;
  color: var(--c-green); line-height: 1;
}
.et-wordmark__orn { font-size: 17px; }
.et-wordmark--light { color: var(--c-yellow); font-size: 30px; }

/* ---------- Buttons ---------- */
.et-btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--font-body); font-weight: 500; font-size: 13px;
  letter-spacing: .09em; text-transform: uppercase;
  border-radius: 999px; padding: 15px 32px; border: 1px solid transparent;
  transition: opacity .2s ease, transform .2s ease;
}
.et-btn:hover { opacity: .88; transform: translateY(-1px); }
.et-btn--primary { background: var(--c-green); color: var(--c-yellow); }
.et-btn--ghost { background: transparent; color: var(--c-green); border-color: var(--c-green); }
.et-btn--yellow { background: var(--c-yellow); color: var(--c-green); }
.et-btn--ghostlight { background: transparent; color: var(--c-yellow); border-color: rgba(240, 227, 207, .6); }
.et-btn--orange { background: var(--c-green); color: var(--c-yellow); }
.et-btn--nav { padding: 11px 24px; font-size: 12.5px; background: var(--c-green); color: var(--c-yellow); }

/* ---------- Badge ---------- */
.et-badge {
  display: inline-flex; align-items: center; gap: 9px; margin: 0;
  border: 1px solid #d8c9b4; color: var(--c-green);
  font-weight: 500; font-size: 12px; letter-spacing: .15em; text-transform: uppercase;
  padding: 8px 18px; border-radius: 999px;
}
.et-badge .dot { display: none; }
.et-badge--light { border-color: rgba(240, 227, 207, .45); color: var(--c-yellow); }

/* ---------- Header ---------- */
.et-header {
  position: sticky; top: 0; z-index: 90;
  background: color-mix(in srgb, var(--c-cream) 93%, transparent);
  border-bottom: 1px solid var(--c-line);
}
/* Blur im Pseudo-Element statt am Header selbst – sonst wird das
   position:fixed-Menü auf die Header-Box beschnitten (containing block). */
.et-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
@supports not (background: color-mix(in srgb, red 50%, blue)) {
  .et-header { background: var(--c-cream); }
}
.et-header__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 14px; padding-bottom: 14px; }
.et-header__logo { text-decoration: none; flex-shrink: 0; display: flex; align-items: center; }
.et-header__logo img { max-height: 52px; width: auto; }

.et-nav { display: flex; align-items: center; gap: 26px; }
.et-nav > a {
  text-decoration: none; color: var(--c-ink); font-weight: 500; font-size: 14.5px; letter-spacing: .04em;
  transition: color .2s ease;
}
.et-nav > a:hover, .et-nav > a[aria-current="page"] { color: var(--c-pink); }
.et-nav > a.et-btn { color: var(--c-yellow); }
.et-nav__logo { display: none; }

.et-burger {
  display: none; flex-direction: column; gap: 5px; align-items: center; justify-content: center;
  background: #fffcf7; border: 1px solid var(--c-line); border-radius: 10px; padding: 11px 12px; cursor: pointer; flex-shrink: 0;
}
.et-burger span { display: block; width: 22px; height: 2px; background: var(--c-green); transition: transform .2s ease, opacity .2s ease; }
.et-burger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.et-burger.is-active span:nth-child(2) { opacity: 0; }
.et-burger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1023px) {
  .et-burger { display: flex; }
  .et-nav {
    display: none; position: fixed; inset: 0; z-index: 999;
    background: var(--c-green);
    flex-direction: column; align-items: center; justify-content: center; gap: 24px;
    padding: 40px 24px; overflow-y: auto;
  }
  .et-nav.is-open { display: flex; }
  .et-nav__logo { display: inline-flex; color: var(--c-yellow); margin-bottom: 10px; font-size: 38px; }
  .et-nav > a { color: var(--c-yellow); font-family: var(--font-head); font-size: 26px; letter-spacing: .02em; }
  .et-nav > a:hover, .et-nav > a[aria-current="page"] { color: #fff; }
  .et-nav > a.et-btn { background: var(--c-yellow); color: var(--c-green); font-family: var(--font-body); font-size: 13px; margin-top: 8px; }
}

/* ---------- Hero (Startseite, Full-Bleed) ---------- */
.et-hero { position: relative; min-height: 78vh; display: flex; align-items: center; overflow: hidden; padding: 110px 0 130px; }
.et-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (prefers-reduced-motion: no-preference) {
  @keyframes et-kenburns { from { transform: scale(1); } to { transform: scale(1.09); } }
  .et-hero__bg, .et-section--green__bg { animation: et-kenburns 22s ease-in-out infinite alternate; }
}
.et-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(44,25,33,.5) 0%, rgba(44,25,33,.68) 60%, rgba(44,25,33,.86) 100%); }
.et-hero__in { position: relative; text-align: center; max-width: 900px; display: flex; flex-direction: column; align-items: center; }
.et-hero h1 { font-size: clamp(46px, 6vw, 86px); line-height: 1.05; color: #f7f1e8; margin: 26px 0 0; }
.et-hero h1 em { font-style: italic; color: var(--c-yellow); }
.et-hero__sub { font-size: 18.5px; line-height: 1.65; color: rgba(240,227,207,.85); font-weight: 300; margin: 24px 0 0; max-width: 620px; }
.et-hero__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.et-hero__points { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 36px; }
.et-point { display: flex; align-items: center; gap: 9px; font-weight: 400; color: rgba(240,227,207,.85); font-size: 14.5px; }
.et-point i { width: 5px; height: 5px; border-radius: 50%; background: var(--c-yellow); }

/* ---------- Zahlen-Leiste ---------- */
.et-stats-wrap { position: relative; z-index: 5; margin-top: -64px; padding-bottom: 8px; }
.et-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--c-line); border: 1px solid var(--c-line);
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(44, 25, 33, .5);
}
.et-stat { background: var(--c-cream); padding: 26px; }
.et-stat b { display: block; font-family: var(--font-head); font-weight: 500; font-size: 32px; color: var(--c-green); }
.et-stat span { display: block; font-weight: 400; color: var(--c-ink-soft); margin-top: 4px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Teaser-Karten ---------- */
.et-teasers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.et-teaser {
  display: flex; flex-direction: column; background: #fffcf7;
  border: 1px solid var(--c-line); border-radius: 20px; overflow: hidden;
  text-decoration: none; color: inherit;
  transition: transform .25s ease, box-shadow .25s ease;
}
.et-teaser:hover { transform: translateY(-4px); box-shadow: 0 26px 48px -30px rgba(58, 36, 46, .45); }
.et-teaser__media img { width: 100%; height: 210px; object-fit: cover; display: block; }
.et-teaser__body { padding: 24px 26px 26px; display: block; }
.et-teaser__title { display: block; font-family: var(--font-head); font-weight: 500; font-size: 23px; color: var(--c-green); }
.et-teaser__text { display: block; color: var(--c-ink-soft); font-weight: 300; margin-top: 6px; line-height: 1.55; }
.et-teaser__link { display: block; margin-top: 12px; color: var(--c-pink); font-weight: 500; font-size: 12.5px; letter-spacing: .09em; text-transform: uppercase; }

/* ---------- Feature-Karten ---------- */
.et-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.et-features--4 { grid-template-columns: repeat(4, 1fr); }
.et-feature { background: #fffcf7; border: 1px solid var(--c-line); border-radius: 18px; padding: 28px; }
.et-section--tint .et-feature { background: var(--c-cream); }
.et-feature h3 { font-size: 20px; margin: 0; color: var(--c-green); }
.et-feature p { margin: 8px 0 0; color: var(--c-ink-soft); font-weight: 300; line-height: 1.6; }
.et-feature__icon { display: none; }

/* Bestuhlungs-Diagramme */
.et-seat { text-align: center; }
.et-seat__dia { width: 96px; height: 64px; margin: 0 auto 16px; position: relative; }
.et-seat__dia i { display: block; background: var(--c-green); opacity: .85; border-radius: 3px; }
.et-seat__dia--u i:nth-child(1) { position: absolute; left: 0; top: 0; bottom: 0; width: 12px; }
.et-seat__dia--u i:nth-child(2) { position: absolute; right: 0; top: 0; bottom: 0; width: 12px; }
.et-seat__dia--u i:nth-child(3) { position: absolute; left: 0; right: 0; bottom: 0; height: 12px; }
.et-seat__dia--rows { display: flex; flex-direction: column; justify-content: space-between; }
.et-seat__dia--rows i { height: 12px; }
.et-seat__dia--parl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; align-content: space-between; }
.et-seat__dia--parl i { height: 12px; }
.et-seat__dia--block { border: 12px solid var(--c-green); border-radius: 8px; opacity: .85; }

/* ---------- Ablauf ---------- */
.et-howto { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.et-howto__step { text-align: center; padding: 10px 18px; }
.et-howto__step b { display: block; font-family: var(--font-head); font-weight: 500; font-style: italic; font-size: 64px; line-height: 1; color: #d8c9b4; }
.et-howto__step h3 { font-size: 22px; margin: 10px 0 0; color: var(--c-green); }
.et-howto__step p { margin: 8px 0 0; color: var(--c-ink-soft); font-weight: 300; line-height: 1.6; }

/* ---------- Unterseiten-Kopf ---------- */
.et-pagehero { position: relative; overflow: hidden; padding: 96px 0; text-align: center; }
.et-pagehero__img { position: absolute; left: 0; right: 0; top: -20%; width: 100%; height: 140%; object-fit: cover; }
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    @keyframes et-parallax { from { transform: translateY(-9%); } to { transform: translateY(9%); } }
    .et-pagehero__img, .et-section--green__bg { animation: et-parallax linear both; animation-timeline: view(); animation-range: cover 0% cover 100%; }
    .et-section--green__bg { top: -20%; height: 140%; }
  }
}
.et-pagehero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(44,25,33,.55), rgba(44,25,33,.78)); }
.et-pagehero__in { position: relative; max-width: 760px; }
.et-pagehero h1 { font-size: clamp(34px, 4.4vw, 54px); color: #f7f1e8; margin: 16px 0 0; }
.et-pagehero__sub { font-size: 17px; color: rgba(240,227,207,.85); font-weight: 300; margin: 14px 0 0; }
.et-crumbs { margin-top: 18px; font-size: 13px; font-weight: 400; letter-spacing: .04em; color: rgba(240,227,207,.6); }
.et-crumbs a { color: inherit; text-decoration: none; }
.et-crumbs a:hover { color: var(--c-yellow); }

/* ---------- Raum-Sektion ---------- */
.et-room { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; }
.et-room--rev { grid-template-columns: 1.05fr 0.95fr; }
.et-room__media { position: relative; }
.et-room__media img { width: 100%; height: 430px; object-fit: cover; display: block; border-radius: 20px; box-shadow: 0 28px 52px -26px rgba(0, 0, 0, .4); }
.et-room__tag {
  position: absolute; right: -14px; bottom: -14px;
  background: var(--c-green); color: var(--c-yellow);
  font-weight: 400; font-size: 12.5px; letter-spacing: .09em; text-transform: uppercase;
  border-radius: 12px; padding: 13px 22px;
}
.et-room__text { font-size: 16.5px; line-height: 1.7; color: var(--c-ink-soft); font-weight: 300; margin: 18px 0 0; }

.et-checks { display: flex; flex-direction: column; gap: 12px; }
.et-check { display: flex; align-items: flex-start; gap: 12px; font-weight: 400; color: #4a3740; }
.et-check i { flex-shrink: 0; font-style: normal; color: var(--c-pink); font-weight: 600; }

/* ---------- Galerie ---------- */
.et-gallery--masonry { columns: 3; column-gap: 16px; }
.et-gallery--masonry img {
  width: 100%; margin: 0 0 16px; display: block; break-inside: avoid;
  border-radius: 18px; box-shadow: 0 14px 30px -24px rgba(0, 0, 0, .5);
  transition: transform .3s ease;
}
.et-gallery--masonry img:hover { transform: translateY(-3px); }

/* ---------- Preise ---------- */
.et-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 980px; margin: 0 auto; }
.et-prices--3 { grid-template-columns: 1fr 1fr 1fr; max-width: 1240px; }
.et-price { background: #fffcf7; border: 1px solid var(--c-line); border-radius: 18px; padding: 36px; display: flex; flex-direction: column; position: relative; }
.et-price h3 { font-size: 22px; margin: 0; color: var(--c-green); }
.et-price__when { color: #8a7a72; font-weight: 300; margin: 4px 0 0; font-size: 14.5px; }
.et-price__amount { display: flex; align-items: baseline; gap: 8px; margin: 22px 0 6px; }
.et-price__amount b { font-family: var(--font-head); font-weight: 500; font-size: 52px; color: var(--c-green); line-height: 1; }
.et-price__amount span { font-weight: 300; color: #8a7a72; }
.et-price hr { border: none; height: 1px; background: var(--c-line); margin: 22px 0; width: 100%; }
.et-price ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.et-price ul li { font-weight: 300; color: #4a3740; padding-left: 22px; position: relative; }
.et-price ul li::before { content: "—"; position: absolute; left: 0; color: var(--c-pink); }
.et-price .et-btn { margin-top: 26px; text-align: center; }
.et-price--hot { background: var(--c-green); border-color: var(--c-green); box-shadow: 0 30px 56px -30px rgba(58, 36, 46, .8); }
.et-price--hot h3, .et-price--hot .et-price__amount b { color: var(--c-yellow); }
.et-price--hot .et-price__when, .et-price--hot .et-price__amount span { color: rgba(240,227,207,.6); }
.et-price--hot hr { background: rgba(240, 227, 207, .18); }
.et-price--hot ul li { color: rgba(240,227,207,.85); }
.et-price--hot ul li::before { color: var(--c-yellow); }
.et-price__pop {
  position: absolute; top: -13px; right: 24px;
  background: var(--c-yellow); color: var(--c-green);
  font-weight: 500; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  border-radius: 999px; padding: 7px 16px;
}

/* ---------- Infokarten / Kontakt ---------- */
.et-infogrid, .et-contactgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.et-infocard { background: #fffcf7; border: 1px solid var(--c-line); border-radius: 18px; padding: 32px; }
.et-infocard--soft { background: var(--c-sage); border-color: transparent; }
.et-infocard h3 { font-size: 22px; margin: 0 0 18px; color: var(--c-green); }

.et-steps { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 10px; font-weight: 300; color: #4a3740; }
.et-steps li::marker { font-family: var(--font-head); color: var(--c-pink); font-weight: 600; }

.et-contactlist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.et-contactlist li { display: flex; flex-direction: column; gap: 2px; }
.et-contactlist__lbl { font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #a89a8a; }
.et-contactlist a, .et-contactlist span:not(.et-contactlist__lbl) { font-weight: 400; color: var(--c-ink); font-size: 17px; text-decoration: none; }
.et-contactlist a:hover { color: var(--c-pink); }

.et-faq details { border-bottom: 1px solid #ddd0bd; padding: 14px 0; }
.et-faq details:last-child { border-bottom: none; }
.et-faq summary { font-weight: 500; color: var(--c-ink); cursor: pointer; list-style: none; position: relative; padding-right: 28px; }
.et-faq summary::-webkit-details-marker { display: none; }
.et-faq summary::after { content: "+"; position: absolute; right: 4px; top: 0; font-family: var(--font-head); font-size: 20px; color: var(--c-pink); }
.et-faq details[open] summary::after { content: "–"; }
.et-faq p { margin: 8px 0 0; color: var(--c-ink-soft); font-weight: 300; line-height: 1.6; }

/* ---------- Buchung ---------- */
.et-booking-card {
  max-width: 1240px; margin: -52px auto 0; position: relative; z-index: 5;
  background: #fffcf7; border: 1px solid var(--c-line); border-radius: 18px; padding: 14px;
  box-shadow: 0 30px 60px -34px rgba(58, 36, 46, .5);
}
.et-booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.et-booking-col { padding: 26px; }
.et-booking-col--form { background: #f4ede1; border-radius: 14px; }
.et-step { font-family: var(--font-head); font-weight: 500; font-size: 20px; color: var(--c-green); margin: 0 0 6px; }
.et-hint { color: #a89a8a; font-weight: 300; margin: 0 0 16px; font-size: 14px; }

.et-selected {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  background: #fffcf7; border: 1px solid #d8c9b4; border-radius: 12px; padding: 14px 16px; margin-bottom: 16px;
}
.et-selected .sel-date { display: block; font-weight: 500; color: var(--c-green); font-size: 15px; }
.et-selected .sel-cat { display: block; font-weight: 300; color: var(--c-ink-soft); font-size: 13px; }
.et-selected .price { font-family: var(--font-head); font-weight: 500; color: var(--c-green); font-size: 24px; }

.et-noselect {
  background: #fffcf7; border: 1px dashed #c9b8a0; border-radius: 12px;
  padding: 14px 16px; margin-bottom: 16px; font-weight: 300; color: #a89a8a; font-size: 14px;
}

.et-error { display: none; background: #f4dfd7; color: #a04a2e; font-weight: 400; font-size: 14px; border-radius: 10px; padding: 11px 15px; margin-bottom: 14px; }
.et-error.is-visible { display: block; }

.et-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.et-field { display: flex; flex-direction: column; }
.et-field--block { margin-bottom: 12px; }
.et-field label { font-weight: 500; font-size: 13px; color: var(--c-ink-soft); margin-bottom: 6px; }
.et-field input, .et-field select, .et-field textarea {
  width: 100%; padding: 11px 13px; border: 1px solid #ddd0bd; border-radius: 10px;
  font-family: var(--font-body); font-size: 15px; font-weight: 400; background: #fffcf7; outline: none; color: var(--c-ink);
}
.et-field input:focus, .et-field select:focus, .et-field textarea:focus { border-color: var(--c-green); }
.et-field textarea { resize: vertical; }

.et-submit {
  width: 100%; background: var(--c-green); color: var(--c-yellow); border: none; border-radius: 999px;
  padding: 16px; font-family: var(--font-body); font-weight: 500; font-size: 13.5px;
  letter-spacing: .09em; text-transform: uppercase; cursor: pointer;
  transition: opacity .2s ease;
}
.et-submit:hover { opacity: .88; }
.et-disclaimer { text-align: center; color: #a89a8a; font-weight: 300; font-size: 12.5px; margin: 12px 0 0; }

/* Kalender */
.et-cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.et-cal__title { font-family: var(--font-head); font-weight: 500; font-size: 21px; color: var(--c-green); }
.et-cal__nav {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid #ddd0bd; background: #fffcf7;
  color: var(--c-green); font-size: 19px; line-height: 1; cursor: pointer;
}
.et-cal__nav:disabled { opacity: .35; cursor: default; }
.et-cal__wd { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-bottom: 6px; }
.et-cal__wd div { text-align: center; font-size: 12px; font-weight: 500; letter-spacing: .06em; color: #a89a8a; }
.et-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.et-cal__day {
  height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: 12px; border: 1px solid transparent; background: #f4ede1; color: #4a3740;
  font-weight: 400; font-size: 15px; font-family: var(--font-body); cursor: pointer; padding: 0;
}
.et-cal__day:disabled { background: transparent; color: #cfc4b4; cursor: default; }
.et-cal__day.is-weekend { background: #f4ede1; }
.et-cal__day.is-selected { background: var(--c-green); color: var(--c-yellow); border-color: var(--c-green); }

.et-legend { display: flex; gap: 16px; margin-top: 16px; flex-wrap: wrap; }
.et-legend span { display: flex; align-items: center; gap: 7px; font-weight: 400; color: var(--c-ink-soft); font-size: 13px; }
.et-legend i { width: 14px; height: 14px; border-radius: 4px; border: 1px solid #ddd0bd; }
.et-legend .lg-week { background: #f4ede1; }
.et-legend .lg-end, .et-legend .lg-booked { background: #eee6da; }

/* Danke-Karte */
.et-thanks { text-align: center; padding: 32px 24px; }
.et-thanks__check {
  width: 72px; height: 72px; border-radius: 50%; background: var(--c-green); color: var(--c-yellow);
  display: flex; align-items: center; justify-content: center; font-size: 34px; margin: 0 auto 16px;
}
.et-thanks h3 { font-size: 28px; margin: 0; color: var(--c-green); }
.et-thanks p { color: var(--c-ink-soft); font-weight: 300; margin: 10px 0 20px; }
.et-thanks__summary {
  background: #fffcf7; border: 1px solid var(--c-line); border-radius: 14px; padding: 18px 20px;
  text-align: left; display: flex; flex-direction: column; gap: 9px;
}
.et-thanks__summary > div { display: flex; justify-content: space-between; gap: 12px; }
.et-thanks__summary .lbl { color: #a89a8a; font-weight: 300; }
.et-thanks__summary .val { font-weight: 500; color: var(--c-ink); text-align: right; }

/* ---------- Rechtsseiten / Standard-Seite ---------- */
.et-legal {
  max-width: 780px; margin: 0 auto; background: #fffcf7; border: 1px solid var(--c-line);
  border-radius: 18px; padding: clamp(24px, 4vw, 40px);
  font-weight: 300; color: #4a3740; line-height: 1.65;
}
.et-legal h2 { font-size: 22px; color: var(--c-green); margin: 26px 0 8px; }
.et-legal h2:first-child { margin-top: 0; }
.et-legal a { color: var(--c-pink); }

/* ---------- Footer ---------- */
.et-footer { background: var(--c-green); color: rgba(240, 227, 207, .75); margin-top: auto; }
.et-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding: 56px 0 32px; }
.et-footer__logo p { font-weight: 300; line-height: 1.6; max-width: 320px; margin: 14px 0 0; }
.et-footer__logo img { max-height: 60px; width: auto; }
.et-footer h4 {
  color: var(--c-yellow); font-family: var(--font-body); font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase; font-weight: 500; margin: 0 0 16px;
}
.et-footer__links { display: flex; flex-direction: column; gap: 10px; }
.et-footer__links a, .et-footer__contact a:not(.et-btn), .et-footer__contact span { color: rgba(240, 227, 207, .75); font-weight: 300; text-decoration: none; }
.et-footer__links a:hover, .et-footer__contact a:not(.et-btn):hover { color: var(--c-yellow); }
.et-footer__contact { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.et-footer__contact .muted { color: rgba(240, 227, 207, .45); }
.et-footer__bar { border-top: 1px solid rgba(240, 227, 207, .14); }
.et-footer__bar-in { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 18px; padding-bottom: 18px; font-weight: 300; font-size: 13.5px; color: rgba(240, 227, 207, .5); }
.et-footer__bar a { color: rgba(240, 227, 207, .6); font-weight: 400; text-decoration: none; }
.et-footer__bar a:hover { color: var(--c-yellow); }

/* ---------- Animationen: Einblenden & Scroll-Reveal ---------- */
@keyframes et-fadeup { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  /* Hero-Inhalt gestaffelt einblenden */
  .et-hero__in > * { animation: et-fadeup .7s ease both; }
  .et-hero__in > *:nth-child(1) { animation-delay: .1s; }
  .et-hero__in > *:nth-child(2) { animation-delay: .1s; }
  .et-hero__in > *:nth-child(3) { animation-delay: .25s; }
  .et-hero__in > *:nth-child(4) { animation-delay: .4s; }
  .et-hero__in > *:nth-child(5) { animation-delay: .55s; }
  .et-hero__in > *:nth-child(6) { animation-delay: .7s; }
  .et-pagehero__in > * { animation: et-fadeup .6s ease both; }
  .et-pagehero__in > *:nth-child(2) { animation-delay: .12s; }
  .et-pagehero__in > *:nth-child(3) { animation-delay: .24s; }
  .et-pagehero__in > *:nth-child(4) { animation-delay: .36s; }
  /* Karten beim Scrollen einblenden */
  @supports (animation-timeline: view()) {
    .et-feature, .et-teaser, .et-price, .et-stat, .et-howto__step, .et-infocard {
      animation: et-fadeup both linear;
      animation-timeline: view();
      animation-range: entry 0% cover 20%;
    }
  }
}
.et-feature { transition: transform .25s ease, box-shadow .25s ease; }
.et-feature:hover { transform: translateY(-4px); box-shadow: 0 26px 48px -30px rgba(58, 36, 46, .35); }

/* Deko-Altlasten neutralisieren */
.et-scallop, .et-deco-ball, .et-toss, .et-kid, .et-hero__blob1, .et-hero__blob2, .et-hero__dot { display: none !important; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .et-stats { grid-template-columns: 1fr 1fr; }
  .et-features--4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .et-room, .et-room--rev, .et-infogrid, .et-contactgrid, .et-booking-grid { grid-template-columns: 1fr; gap: 32px; }
  .et-room--rev .et-room__media { order: -1; }
  .et-features { grid-template-columns: 1fr 1fr; }
  .et-teasers { grid-template-columns: 1fr; }
  .et-prices, .et-prices--3 { grid-template-columns: 1fr; max-width: 540px; }
  .et-howto { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .et-room__media img { height: 320px; }
  .et-gallery--masonry { columns: 2; }
}
@media (max-width: 600px) {
  .et-wrap { padding-left: 16px; padding-right: 16px; }
  .et-section, .et-section--tint { padding: 56px 0; }
  .et-features, .et-features--4, .et-stats { grid-template-columns: 1fr; }
  .et-hero { min-height: 70vh; padding: 90px 0 110px; }
  .et-hero__ctas { flex-direction: column; width: 100%; }
  .et-hero__ctas .et-btn { width: 100%; text-align: center; }
  .et-gallery--masonry { columns: 1; }
  .et-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .et-booking-card { margin-top: -32px; }
  .et-row2 { grid-template-columns: 1fr; }
}
