/* === LOKALE SCHRIFTEN =============================================
   Lokal ausgeliefert - es besteht keine Verbindung zu Google-Servern.
   Quelle: Google Fonts, SIL Open Font License 1.1.
   Variable Fonts, Subsets latin + latin-ext.
   ========================================================================= */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/cormorant-garamond-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/jost-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/jost-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =====================================================================
   Mobil Vital Massagen — by Viktorija Kunz
   Pixelgenaue Umsetzung des Design-Prototyps (Direction B: Dark Luxe)
   Palette: Tiefes Petrol · Warmes Creme · Gold
   ===================================================================== */

/* ---------- Design-Tokens ---------- */
:root {
  --accent: #c2a05a;        /* Gold (Akzent) */
  --petrol: #0e2a2c;        /* Tiefes Petrol (Sektions-Hintergrund) */
  --petrol-dark: #0a2123;   /* Footer / Hotel-Band */
  --teal: #143b3e;          /* Karten / Kontakt-Karte */
  --teal-light: #1c5054;    /* Premium-Karte Verlauf */
  --cream: #f5ece0;         /* Creme-Hintergrund */
  --cream-card: #fffaf2;    /* Silver-Membership-Karte */
  --cream-note: #ece0cf;    /* Hinweis-Box (Rechtsseiten) */
  --gold-light: #e9d6ad;    /* Helles Gold (Akzent-Text) */
  --gold-mid: #d8bd86;      /* Gold-Eyebrow auf Dunkel */
  --mauve: #9c5f8a;         /* Eyebrow auf Creme */
  --pink: #cf9bbd;          /* Untertitel „by Viktorija Kunz" */
  --ink: #16322f;           /* Überschriften auf Creme */
  --ink-soft: #33403f;
  --ink-muted: #52514b;
  --text-cream: #f3ece0;
  --text-bright: #f6efe3;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1180px;
  --pad-x: 56px;

  /* Wiederkehrende diagonale Textur */
  --texture: repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 18px);
}

/* ---------- Reset & Basis ---------- */
* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--petrol);
  font-family: var(--sans);
  color: #1c2e2c;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--accent); color: var(--petrol); }

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

a { color: inherit; }

h1, h2, h3, p { margin: 0; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}

/* Gemeinsame „Eyebrow"-Labels über Überschriften */
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .32em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.eyebrow--cream { color: var(--mauve); }
.eyebrow--gold { color: var(--gold-mid); }
/* Kontext-spezifische Abstände exakt wie im Prototyp */
.about__grid .eyebrow,
.contact__grid .eyebrow { margin-bottom: 22px; }
.legal-body .eyebrow { margin-bottom: 18px; }

/* Serifen-Headlines */
.display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.01em;
  margin: 0;
}
.display em { font-style: italic; }

/* =====================================================================
   NAVIGATION
   ===================================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--petrol);
  transition: background .3s, box-shadow .3s;
}
.nav.is-scrolled {
  background: rgba(10, 33, 35, .96);
  box-shadow: 0 1px 0 rgba(216, 189, 134, .18);
  backdrop-filter: blur(6px);
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 18px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Marke / Logo */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand__mark { display: block; }
.brand__name {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .2em;
  color: var(--text-cream);
  line-height: 1.05;
}
.brand__sub {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: var(--pink);
  line-height: 1.2;
}

/* Navigationslinks */
.nav__links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav__link {
  text-decoration: none;
  color: rgba(243, 236, 224, .82);
  font-size: 14px;
  letter-spacing: .04em;
  transition: color .2s;
}
.nav__link:hover { color: var(--gold-light); }

.nav__toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  color: var(--text-cream);
}
.nav__toggle svg { display: block; }

/* =====================================================================
   BUTTONS
   ===================================================================== */
.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: var(--sans);
  cursor: pointer;
  transition: background .25s, color .25s, filter .25s, border-color .25s;
  white-space: nowrap;
}

/* Outline-Variante in der Nav (Gold-Rahmen) */
.btn--nav {
  border: 1px solid var(--accent);
  color: var(--text-cream);
  padding: 11px 22px;
  letter-spacing: .13em;
  font-size: 11.5px;
}
.btn--nav:hover { background: var(--accent); color: var(--petrol); }

/* Primärer Gold-Button (gefüllt) */
.btn--gold {
  background: var(--accent);
  color: #13302d;
  padding: 17px 36px;
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 500;
}
.btn--gold:hover { filter: brightness(1.08); }

/* Heller Outline-Button (auf Dunkel) */
.btn--ghost {
  border: 1px solid rgba(243, 236, 224, .45);
  color: var(--text-cream);
  padding: 17px 36px;
  font-size: 13px;
  letter-spacing: .14em;
}
.btn--ghost:hover { background: rgba(243, 236, 224, .1); }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--petrol);
  background-image: var(--texture);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 28, 29, .5) 0%, rgba(10, 28, 29, .35) 38%, rgba(10, 28, 29, .85) 100%);
}
/* Goldener Innenrahmen */
.hero__frame {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(194, 160, 90, .5);
  border-radius: 2px;
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 60px;
  max-width: 920px;
}
.hero__eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--gold-mid);
  margin-bottom: 28px;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(44px, 9vw, 84px);
  line-height: 1;
  color: var(--text-bright);
  letter-spacing: -.01em;
}
.hero__title em { font-style: italic; color: var(--gold-light); }
.hero__lead {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(243, 236, 224, .82);
  max-width: 560px;
  margin: 28px auto 0;
}
.hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 30px;
  flex-wrap: wrap;
  font-size: 13px;
  letter-spacing: .05em;
  color: rgba(243, 236, 224, .78);
}
.hero__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Aufzählungspunkt (Gold) */
.dot {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* =====================================================================
   SEKTIONEN — generisch
   ===================================================================== */
.section { padding: 120px 0; scroll-margin-top: 80px; }
.section--cream { background: var(--cream); }
.section--dark { background: var(--petrol); }

/* =====================================================================
   ÜBER MICH
   ===================================================================== */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about__title {
  font-size: 54px;
  line-height: 1.04;
  color: var(--ink);
}
.about__text {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-muted);
  max-width: 480px;
  margin: 26px 0 0;
}
.about__text + .about__text { margin-top: 18px; }
.about__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
  margin-top: 34px;
  max-width: 440px;
}
.about__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(31, 74, 78, .16);
  font-size: 15px;
  letter-spacing: .04em;
  color: var(--ink-soft);
}
.about__feature::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* Bild + schwebendes Badge */
.about__media { position: relative; }
.about__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  border-radius: 3px;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .4);
}
.media-placeholder {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background-color: #cdbfae;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .3) 0 2px, transparent 2px 16px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-placeholder--portrait { aspect-ratio: 4 / 5; }
.media-placeholder__mark {
  width: 84px;
  height: auto;
  opacity: .5;
}
.about__badge {
  position: absolute;
  left: -34px;
  bottom: 42px;
  background: var(--teal);
  color: var(--text-cream);
  padding: 24px 28px;
  border-radius: 3px;
  box-shadow: 0 24px 48px -24px rgba(0, 0, 0, .5);
  max-width: 230px;
}
.about__badge-num {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
  color: var(--gold-light);
}
.about__badge-text {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(243, 236, 224, .82);
  margin-top: 8px;
}

/* =====================================================================
   LEISTUNGEN
   ===================================================================== */
.services__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.services__title {
  font-size: 54px;
  line-height: 1.02;
  color: var(--text-bright);
}
.services__title em { color: var(--gold-light); }
.services__intro {
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(243, 236, 224, .7);
  max-width: 340px;
  margin: 0;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  background: var(--teal);
  border: 1px solid rgba(216, 189, 134, .14);
  border-radius: 4px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  transition: border-color .25s;
}
.service-card:hover { border-color: rgba(216, 189, 134, .4); }
.service-card--premium {
  background: linear-gradient(165deg, var(--teal-light), var(--teal));
  border-color: rgba(216, 189, 134, .4);
}
.service-card__name {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.05;
  color: var(--text-bright);
  hyphens: auto;
}
.service-card__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 16px;
}
.service-card__amount {
  font-family: var(--serif);
  font-size: 34px;
  color: var(--gold-light);
}
.service-card__unit {
  font-size: 13px;
  color: rgba(243, 236, 224, .62);
  letter-spacing: .06em;
}
.service-card__desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(243, 236, 224, .72);
  margin: 18px 0 26px;
  flex: 1;
}
.service-card--premium .service-card__desc { color: rgba(243, 236, 224, .78); }
.service-card__link {
  align-self: flex-start;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-light);
  border-bottom: 1px solid rgba(233, 214, 173, .4);
  padding-bottom: 4px;
  transition: border-color .2s;
}
.service-card__link:hover { border-color: var(--gold-light); }
.badge-premium {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #13302d;
  background: var(--accent);
  padding: 5px 11px;
  border-radius: 2px;
  font-weight: 500;
}

/* Hotel-Band */
.hotel-band {
  margin-top: 20px;
  background-color: var(--petrol-dark);
  background-image: var(--texture);
  border: 1px solid rgba(216, 189, 134, .18);
  border-radius: 4px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.hotel-band__text { max-width: 640px; }
.hotel-band__title {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  color: var(--gold-light);
}
.hotel-band__desc {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(243, 236, 224, .74);
  margin: 10px 0 0;
}
.btn--band {
  border: 1px solid var(--accent);
  color: var(--text-cream);
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: .14em;
}
.btn--band:hover { background: var(--accent); color: #13302d; }

/* =====================================================================
   MEMBERSHIPS
   ===================================================================== */
.memberships__head {
  text-align: center;
  margin-bottom: 58px;
}
.memberships__head .eyebrow { margin-bottom: 20px; }
.memberships__title {
  font-size: 54px;
  line-height: 1.02;
  color: var(--ink);
}
.memberships__intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-muted);
  max-width: 520px;
  margin: 18px auto 0;
}
.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
.plan {
  border-radius: 5px;
  padding: 44px 40px;
}
.plan--silver {
  background: var(--cream-card);
  border: 1px solid rgba(31, 74, 78, .14);
}
.plan--gold {
  position: relative;
  background: var(--teal);
  border: 1px solid var(--accent);
  box-shadow: 0 30px 60px -34px rgba(20, 59, 62, .7);
}
.plan__badge {
  position: absolute;
  top: -12px;
  left: 40px;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #13302d;
  background: var(--accent);
  padding: 6px 13px;
  border-radius: 2px;
  font-weight: 500;
}
.plan__label {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.plan--silver .plan__label { color: #7c8a89; }
.plan--gold .plan__label { color: var(--gold-light); }
.plan__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
}
.plan__amount {
  font-family: var(--serif);
  font-size: 52px;
}
.plan--silver .plan__amount { color: var(--ink); }
.plan--gold .plan__amount { color: var(--text-bright); }
.plan__per { font-size: 14px; }
.plan--silver .plan__per { color: #7c8a89; }
.plan--gold .plan__per { color: rgba(243, 236, 224, .6); }
.plan__divider { height: 1px; margin: 26px 0; }
.plan--silver .plan__divider { background: rgba(31, 74, 78, .12); }
.plan--gold .plan__divider { background: rgba(216, 189, 134, .25); }
.plan__features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.plan__feature {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: 15px;
}
.plan--silver .plan__feature { color: #3a4544; }
.plan--gold .plan__feature { color: rgba(243, 236, 224, .9); }
.plan__feature::before {
  content: "✓";
  font-size: 15px;
  line-height: 1.2;
}
.plan--silver .plan__feature::before { color: var(--accent); }
.plan--gold .plan__feature::before { color: var(--gold-light); }
.plan__cta {
  display: block;
  text-align: center;
  margin-top: 34px;
  text-decoration: none;
  padding: 15px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .25s, color .25s, filter .25s;
}
.plan__cta--silver {
  border: 1px solid var(--ink);
  color: var(--ink);
}
.plan__cta--silver:hover { background: var(--ink); color: var(--cream); }
.plan__cta--gold {
  background: var(--accent);
  color: #13302d;
  font-weight: 500;
}
.plan__cta--gold:hover { filter: brightness(1.08); }

/* =====================================================================
   WARUM
   ===================================================================== */
.why__head { text-align: center; }
.why__title {
  font-size: 50px;
  line-height: 1.05;
  color: var(--text-bright);
  margin: 0 0 56px;
}
.why__title em { color: var(--gold-light); }
.why__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(216, 189, 134, .16);
  border: 1px solid rgba(216, 189, 134, .16);
  border-radius: 4px;
  overflow: hidden;
}
.why__cell {
  background: var(--petrol);
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.why__cell::before {
  content: "✓";
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
}
.why__cell span {
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(243, 236, 224, .85);
}

/* =====================================================================
   KONTAKT
   ===================================================================== */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.contact__title {
  font-size: 56px;
  line-height: 1.02;
  color: var(--ink);
}
.contact__text {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-muted);
  max-width: 420px;
  margin: 24px 0 0;
}
.contact__actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.btn--solid {
  background: var(--ink);
  color: var(--cream);
  padding: 17px 32px;
  font-size: 13px;
  letter-spacing: .12em;
}
.btn--solid:hover { background: #1f4a4e; }
.btn--outline-dark {
  border: 1px solid var(--accent);
  color: var(--ink);
  padding: 17px 32px;
  font-size: 13px;
  letter-spacing: .12em;
}
.btn--outline-dark:hover { background: var(--accent); }

.contact__card {
  background: var(--teal);
  border-radius: 5px;
  padding: 46px 44px;
  color: var(--text-cream);
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.contact__label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-mid);
}
.contact__phone {
  text-decoration: none;
  display: block;
  font-family: var(--serif);
  font-size: 34px;
  color: var(--text-bright);
  margin-top: 6px;
  transition: color .2s;
}
.contact__phone:hover { color: var(--gold-light); }
.contact__email {
  text-decoration: none;
  display: block;
  font-size: 18px;
  color: var(--text-cream);
  margin-top: 6px;
  letter-spacing: .02em;
  transition: color .2s;
  word-break: break-word;
}
.contact__email:hover { color: var(--gold-light); }
.contact__divider { height: 1px; background: rgba(216, 189, 134, .2); }
.contact__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.contact__value {
  font-size: 16px;
  color: var(--text-cream);
  margin-top: 6px;
}

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer {
  background: var(--petrol-dark);
  padding: 60px 0 36px;
  color: rgba(243, 236, 224, .7);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(216, 189, 134, .14);
}
.footer__links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 14px;
}
.footer__link {
  text-decoration: none;
  color: rgba(243, 236, 224, .7);
  transition: color .2s;
}
.footer__link:hover { color: var(--gold-light); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: 12.5px;
  letter-spacing: .03em;
  color: rgba(243, 236, 224, .5);
}
.footer__legal {
  display: flex;
  gap: 26px;
}
.footer__legal a {
  text-decoration: none;
  color: rgba(243, 236, 224, .6);
  transition: color .2s;
}
.footer__legal a:hover { color: var(--gold-light); }

/* =====================================================================
   RECHTSSEITEN (Impressum / Datenschutz)
   ===================================================================== */
.legal-page {
  background: var(--cream);
  min-height: 100vh;
  color: var(--ink-soft);
}
.legal-nav {
  background: var(--petrol);
  padding: 18px var(--pad-x);
}
.legal-nav__inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.legal-nav__back {
  text-decoration: none;
  color: rgba(243, 236, 224, .8);
  font-size: 13px;
  letter-spacing: .04em;
  transition: color .2s;
}
.legal-nav__back:hover { color: var(--gold-light); }
.legal-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 90px var(--pad-x) 110px;
}
.legal-body h1 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 54px;
  color: var(--ink);
}
.legal-body__note {
  font-size: 14px;
  color: var(--mauve);
  margin: 0 0 50px;
  letter-spacing: .04em;
}
.legal-sections {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.legal-sections h2 {
  margin: 0 0 12px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #1f4a4e;
}
.legal-sections p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-muted);
  margin: 0;
}
.legal-rule { height: 1px; background: rgba(31, 74, 78, .12); }
.legal-hint {
  margin-top: 56px;
  padding: 22px 26px;
  background: var(--cream-note);
  border-radius: 4px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #6c6a63;
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  :root { --pad-x: 40px; }
  .section { padding: 96px 0; }
  .about__grid { gap: 56px; }
  .about__title { font-size: 46px; }
  .services__title,
  .memberships__title { font-size: 46px; }
  .contact__title { font-size: 48px; }
  .why__title { font-size: 42px; }

  /* „Warum" als kompakte Liste statt hoher Blöcke */
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .why__cell {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 26px 28px;
  }
  .why__cell::before { font-size: 18px; flex: 0 0 auto; }
  /* Ungerades 5. Element über die volle Breite ziehen */
  .why__cell:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .nav__links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(10, 33, 35, .98);
    box-shadow: 0 16px 32px -16px rgba(0, 0, 0, .6);
    padding: 8px 0;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
  }
  .nav { position: sticky; }
  .nav__inner { position: relative; }
  .nav__links.is-open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }
  .nav__link {
    padding: 14px var(--pad-x);
  }
  .nav__links .btn--nav {
    margin: 10px var(--pad-x) 6px;
    text-align: center;
  }
  .nav__toggle { display: inline-flex; }

  .about__grid,
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .about__media { order: -1; }
  .about__badge { left: 16px; }
  .services__grid { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .services__head { margin-bottom: 44px; }
}

@media (max-width: 560px) {
  :root { --pad-x: 24px; }
  .section { padding: 72px 0; }
  .hero__content { padding: 40px 24px; }
  .about__features { grid-template-columns: 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .why__cell { padding: 22px 24px; }
  .about__title,
  .services__title,
  .memberships__title,
  .contact__title { font-size: 38px; }
  .why__title { font-size: 34px; }
  .legal-body h1 { font-size: 40px; }
  .hotel-band { padding: 28px 26px; }
  .contact__card { padding: 36px 28px; }
  .about__badge {
    position: static;
    margin-top: -28px;
    margin-left: 16px;
  }
}

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* === RECHTSDOKUMENT (Datenschutzerklärung) ============================
   Formatierung für den langen, generierten Rechtstext.
   ========================================================================= */
.legal-doc {
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--ink-muted);
}
.legal-doc h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
  color: var(--ink);
  margin: 56px 0 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(31, 74, 78, .12);
}
.legal-doc h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-doc h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #1f4a4e;
  margin: 30px 0 10px;
}
.legal-doc p { margin: 0 0 16px; }
.legal-doc strong { font-weight: 500; color: var(--ink-soft); }
.legal-doc a {
  color: #1f4a4e;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(31, 74, 78, .35);
  overflow-wrap: anywhere;   /* lange URLs dürfen umbrechen */
}
.legal-doc a:hover { text-decoration-color: currentColor; }
.legal-doc ul { margin: 0 0 18px; padding-left: 20px; }
.legal-doc li { margin-bottom: 7px; }

/* Inhaltsübersicht am Anfang */
.legal-doc .index {
  list-style: none;
  margin: 0 0 10px;
  padding: 24px 26px;
  background: var(--cream-note);
  border-radius: 4px;
  columns: 2;
  column-gap: 34px;
}
.legal-doc .index li { margin-bottom: 9px; break-inside: avoid; }
.legal-doc .index-link {
  font-size: 14px;
  text-decoration: none;
  color: var(--ink-soft);
}
.legal-doc .index-link:hover { color: #1f4a4e; text-decoration: underline; }

/* Detailangaben je Verarbeitung und Begriffsdefinitionen */
.legal-doc .m-elements,
.legal-doc .glossary {
  list-style: none;
  padding-left: 18px;
  border-left: 2px solid rgba(31, 74, 78, .12);
  font-size: 14.5px;
}
.legal-doc .m-elements li,
.legal-doc .glossary li { margin-bottom: 14px; }

/* Hinweis auf den Generator – Bedingung der kostenlosen Nutzung, muss bleiben */
.legal-doc .seal {
  margin: 44px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(31, 74, 78, .12);
  font-size: 12.5px;
  color: var(--mauve);
}
.legal-doc .seal a { color: inherit; text-decoration-color: rgba(156, 95, 138, .4); }

@media (max-width: 820px) {
  .legal-doc { font-size: 15px; }
  .legal-doc h2 { font-size: 25px; margin-top: 44px; padding-top: 24px; }
  .legal-doc .index { columns: 1; padding: 20px 22px; }
}

/* === PREISHINWEIS (§ 3 PAngV) =========================================
   Endpreis-Hinweis unter den Preisblöcken.
   ========================================================================= */
.price-note {
  margin: 26px 0 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: var(--ink-muted);
}
.price-note--center { text-align: center; }
.price-note--on-dark { color: rgba(243, 236, 224, .6); }

/* === KENNZEICHNUNG KI-GENERIERTER BILDER ==========================
   Art. 50 Abs. 4 VO (EU) 2024/1689 - Offenlegung am Motiv, sichtbar ab dem
   ersten Betrachten. Rechts unten, weil links Badge bzw. Zitat sitzen.
   ========================================================================= */
.ai-note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(14, 42, 44, .74);
  color: rgba(243, 236, 224, .96);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
  pointer-events: none;
}
