/* ==========================================================================
   HAVENPORT – Website-Stylesheet
   Aufbau: Schriften · Tokens · Basis · Layout · Komponenten · Seiten · Buchung
   ========================================================================== */

/* ---------- Schriften (selbst gehostet, keine Verbindung zu Google) ---------- */
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap; src: url('../fonts/cormorant-garamond-latin-500-italic.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/manrope-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/manrope-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/manrope-latin-600-normal.woff2') format('woff2'); }

/* ---------- Tokens ---------- */
:root {
  --bg: #F5F1EA;          /* Warmes Off-White */
  --ink: #171717;         /* Schwarz */
  --anthracite: #292724;  /* Dunkles Anthrazit */
  --champagne: #AB9477;   /* Champagner-Beige */
  --sand: #EAE3D8;        /* Helles Beige */
  --line: #D8D0C6;        /* Dezentes Grau */
  --panel: #EFE9E0;       /* Zwischenton für Flächen */
  --paper: #FBF9F5;       /* Eingabefelder */
  --text: #2B2926;
  --muted: #625B52;
  --accent-text: #7A6546; /* Champagner, lesbar auf hellem Grund */
  --gold: #D4C3A1;        /* Logo-Gold auf dunklem Grund */
  --error: #9A3B2E;

  --serif: 'Cormorant Garamond', 'Cormorant', Garamond, 'Times New Roman', serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;

  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(72px, 9vw, 128px);
  --header-h: 76px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 16.5px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 500; color: var(--ink); overflow-wrap: break-word; }
button, input, textarea { font: inherit; color: inherit; }
::selection { background: var(--ink); color: var(--bg); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--ink); color: var(--bg); padding: 10px 16px; text-decoration: none; }
.skip:focus { top: 12px; }

.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.narrow > * { max-width: 900px; }
.narrow > .display--page { max-width: 1000px; }
.section { padding: var(--section) 0; }
.section--tint { background: var(--sand); }
.section--top0 { padding-top: 0; }
.section--flush { padding: calc(var(--section) * .5) 0; }

/* ---------- Typografie ---------- */
.eyebrow {
  margin: 0 0 20px; font: 600 11.5px/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--accent-text);
}
.eyebrow a { text-decoration: none; }
.eyebrow a:hover { color: var(--ink); }
.eyebrow--light { color: var(--gold); }
.display {
  font-family: var(--serif); font-weight: 500; color: var(--ink);
  font-size: clamp(2.9rem, 1.4rem + 5.4vw, 6.4rem); line-height: .98; letter-spacing: -.015em;
  margin-bottom: 28px; text-wrap: balance;
}
.display--page { font-size: clamp(2.5rem, 1.5rem + 3.8vw, 4.9rem); line-height: 1.02; }
.display--legal { font-size: clamp(2.4rem, 1.8rem + 2.4vw, 3.8rem); }
.h2 {
  font-family: var(--serif); font-weight: 500; color: var(--ink);
  font-size: clamp(2rem, 1.35rem + 2.2vw, 3.15rem); line-height: 1.08; letter-spacing: -.01em; text-wrap: balance;
}
.lead { font-size: clamp(1.06rem, 1rem + .35vw, 1.25rem); line-height: 1.6; color: var(--text); max-width: 34em; margin-bottom: 36px; }
.arrow { display: inline-block; transition: transform .35s var(--ease); }
.text-link {
  font-weight: 500; text-decoration: underline; text-decoration-color: var(--champagne);
  text-decoration-thickness: 1px; text-underline-offset: 6px; transition: text-decoration-color .25s;
}
.text-link:hover { text-decoration-color: var(--ink); }
.text-link:hover .arrow { transform: translateX(4px); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 14px 28px; border: 1px solid transparent; border-radius: 1px;
  font: 500 14.5px/1.2 var(--sans); letter-spacing: .02em; text-decoration: none; text-align: center;
  cursor: pointer; transition: background-color .25s, color .25s, border-color .25s, transform .25s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn--primary { background: var(--ink); color: var(--bg); }
.btn--primary:hover { background: #33302B; }
.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(23, 23, 23, .28); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--light { background: var(--bg); color: var(--ink); }
.btn--light:hover { background: #fff; }
.btn--sm { min-height: 42px; padding: 10px 18px; font-size: 13.5px; }
.btn--block { width: 100%; }
.btn[disabled], .btn.is-loading { opacity: .55; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.btn-row--center { justify-content: center; margin-top: 40px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 241, 234, .92); -webkit-backdrop-filter: saturate(140%) blur(10px); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.site-header__inner {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  height: var(--header-h); max-width: calc(1400px + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter);
}
.brand { display: block; padding: 8px 0; }
.brand img { width: clamp(150px, 13vw, 196px); height: auto; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); }
.nav--right { justify-content: flex-end; }
.nav--right nav { display: flex; gap: clamp(18px, 2vw, 32px); }
.nav__link {
  position: relative; font-size: 14px; font-weight: 500; letter-spacing: .01em; text-decoration: none; color: var(--text); padding: 6px 0;
}
.nav__link::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--ink);
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav__link.is-active { color: var(--ink); }
.menu-toggle { display: none; }

.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 49; background: var(--bg);
  padding: 12px var(--gutter) calc(28px + env(safe-area-inset-bottom)); overflow-y: auto;
  display: flex; flex-direction: column; justify-content: space-between;
  border-top: 1px solid var(--line);
}
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu__link {
  font: 500 2rem/1.1 var(--serif); color: var(--ink); text-decoration: none; padding: 16px 0; border-bottom: 1px solid var(--line);
}
.mobile-menu__link.is-active { color: var(--accent-text); }
.mobile-menu__foot { display: grid; gap: 18px; padding-top: 32px; }
.mobile-menu__mail { text-align: center; color: var(--muted); font-size: 15px; }

@media (max-width: 1080px) {
  :root { --header-h: 64px; }
  .nav { display: none; }
  .site-header__inner { grid-template-columns: 44px 1fr 44px; }
  .brand { grid-column: 2; justify-self: center; }
  .brand img { width: 150px; }
  .menu-toggle {
    display: grid; place-content: center; gap: 6px; grid-column: 3; justify-self: end;
    width: 44px; height: 44px; background: none; border: 0; cursor: pointer; padding: 0;
  }
  .menu-toggle__bar { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-of-type(1) { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-of-type(2) { transform: translateY(-3.75px) rotate(-45deg); }
}

/* ---------- Medien ---------- */
.media { display: block; position: relative; overflow: hidden; background: var(--anthracite); }
.media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); }
@media (max-width: 760px) { .media img { object-position: var(--pos-m, var(--pos, 50% 50%)); } }

/* ---------- Startseite: Hero ---------- */
.hero { padding: clamp(40px, 6vw, 80px) 0 0; }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.hero__text { padding: 12px 0; }
.media--hero { aspect-ratio: 4 / 5; max-height: min(760px, calc(100svh - var(--header-h) - 120px)); width: 100%; }
.facts {
  list-style: none; margin: clamp(48px, 6vw, 80px) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line);
}
.facts li { padding: 26px 28px 0 0; display: grid; gap: 4px; }
.facts li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.facts__k { font: 500 1.45rem/1.2 var(--serif); color: var(--ink); }
.facts__v { font-size: 14.5px; color: var(--muted); }

/* ---------- Abschnittsköpfe ---------- */
.section-head { max-width: 820px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head--row { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; }
.section-head__aside { color: var(--muted); margin: 0; }

/* ---------- Leistungen (Startseite) ---------- */
.services { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service {
  position: relative; display: flex; flex-direction: column; gap: 18px; min-height: 440px;
  padding: clamp(32px, 4vw, 56px); background: var(--panel); border: 1px solid var(--line);
  text-decoration: none; color: var(--text); overflow: hidden; transition: background-color .45s var(--ease), border-color .45s;
}
.service::before {
  content: ''; position: absolute; top: -1px; left: -1px; right: -1px; height: 2px; background: var(--champagne);
  transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease);
}
.service:hover { background: var(--sand); border-color: #CBBFAE; }
.service:hover::before { transform: scaleX(1); }
.service:hover .arrow { transform: translateX(6px); }
.service__num { font: 600 11.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--accent-text); }
.service__title { font: 500 clamp(1.9rem, 1.4rem + 1.4vw, 2.7rem)/1.06 var(--serif); color: var(--ink); max-width: 13em; margin-top: 12px; }
.service__text { color: var(--muted); max-width: 30em; margin: 0; }
.service__note {
  align-self: flex-start; font-size: 12.5px; font-weight: 500; letter-spacing: .04em; color: var(--ink);
  padding: 7px 12px; border: 1px solid var(--champagne);
}
.service__link { margin-top: auto; padding-top: 12px; font-weight: 600; font-size: 15px; color: var(--ink); }
.more-services { margin: 28px 0 0; color: var(--muted); font-size: 15px; }
.more-services a { color: var(--ink); font-weight: 500; text-decoration: underline; text-decoration-color: var(--champagne); text-underline-offset: 5px; }

/* ---------- Über Havenport (Startseite) ---------- */
.about { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.media--about { aspect-ratio: 4 / 3; }
.about__text > p { color: var(--muted); margin: 24px 0 8px; max-width: 34em; }
.values { list-style: none; padding: 0; margin: 28px 0 36px; border-top: 1px solid rgba(23, 23, 23, .14); }
.values li { display: grid; grid-template-columns: 52px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(23, 23, 23, .14); }
.values__n { font: 500 1.25rem/1.3 var(--serif); color: var(--accent-text); }
.values h3 { font: 600 15.5px/1.4 var(--sans); }
.values p { margin: 2px 0 0; color: var(--muted); font-size: 15px; }

/* ---------- Abschluss/Kontakt ---------- */
.closing {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 6vw, 96px); align-items: end;
  padding: clamp(40px, 5vw, 64px) 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line);
}
.closing .h2 { font-size: clamp(2.2rem, 1.4rem + 2.8vw, 3.8rem); }
.closing__action p { color: var(--muted); margin-bottom: 28px; }

/* ---------- Unterseiten: Hero ---------- */
.page-hero { padding: clamp(48px, 7vw, 104px) 0 clamp(48px, 6vw, 88px); }
.page-hero--legal { padding-bottom: 40px; }
.page-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.page-hero__grid--index { align-items: end; }
.media--page { aspect-ratio: 5 / 4; }

.index-list { border-top: 1px solid var(--ink); }
.index-list__h { margin: 16px 0 8px; font: 600 11.5px/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--accent-text); }
.index-list a {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 0;
  border-bottom: 1px solid var(--line); text-decoration: none; font: 500 1.35rem/1.2 var(--serif); color: var(--ink);
  transition: padding .35s var(--ease);
}
.index-list a:hover { padding-left: 8px; }

/* Status-Kennzeichnung */
.status {
  flex: none; display: inline-flex; align-items: center; gap: 7px; font: 600 10.5px/1 var(--sans);
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted); white-space: nowrap;
}
.status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; border: 1px solid currentColor; }
.status--verfuegbar { color: var(--ink); }
.status--verfuegbar::before { background: var(--ink); }
.status--vorbereitung { color: var(--accent-text); }
.status--vorbereitung::before { background: var(--champagne); border-color: var(--champagne); }

/* ---------- Split-Layout, nummerierte Listen ---------- */
.split { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.split__head { position: sticky; top: calc(var(--header-h) + 32px); }
.split__head > p:not(.eyebrow) { color: var(--muted); margin-top: 20px; }
.numbered { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.numbered li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.numbered__n { font: 500 1.2rem/1.5 var(--serif); color: var(--accent-text); }
.numbered h3 { font: 500 1.5rem/1.2 var(--serif); margin-bottom: 6px; }
.numbered p { margin: 0; color: var(--muted); }
.numbered li div > p:only-child { color: var(--text); }

/* ---------- Ablauf ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; counter-reset: s; }
.steps__item { position: relative; padding-top: 28px; border-top: 1px solid var(--ink); }
.steps__item::before { content: ''; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; background: var(--ink); border-radius: 50%; }
.steps__n { display: block; font: 500 3.4rem/1 var(--serif); color: var(--champagne); margin-bottom: 20px; }
.steps h3 { font: 500 1.5rem/1.2 var(--serif); margin-bottom: 10px; }
.steps p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* ---------- Garantie ---------- */
.guarantee {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(32px, 6vw, 96px); align-items: center;
  background: var(--anthracite); color: #DCD4C8; padding: clamp(40px, 6vw, 88px);
}
.guarantee__figure { display: grid; justify-items: start; color: var(--gold); }
.guarantee__figure span { display: block; font: 500 clamp(7rem, 5rem + 8vw, 13rem)/1 var(--serif); letter-spacing: -.03em; padding-bottom: .24em; margin-top: -.12em; }
.guarantee__figure small { margin-top: 0; font: 600 12px/1 var(--sans); letter-spacing: .3em; text-transform: uppercase; padding-left: 6px; }
.guarantee .h2 { color: var(--bg); margin-bottom: 20px; }
.guarantee__text > p { max-width: 36em; }
.guarantee__fine { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid rgba(212, 195, 161, .25); font-size: 13.5px; color: #A79E91; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--ink); }
.faq__item { border-bottom: 1px solid var(--line); }
.section--tint .faq__item { border-bottom-color: #CFC5B7; }
.faq__q button {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 24px 0; background: none; border: 0; cursor: pointer; text-align: left;
  font: 500 1.4rem/1.3 var(--serif); color: var(--ink);
}
.faq__icon { position: relative; flex: none; width: 16px; height: 16px; }
.faq__icon::before, .faq__icon::after { content: ''; position: absolute; left: 0; top: 7.5px; width: 16px; height: 1px; background: var(--ink); transition: transform .35s var(--ease); }
.faq__icon::after { transform: rotate(90deg); }
.faq__q button[aria-expanded="true"] .faq__icon::after { transform: rotate(0); }
.faq__a { padding: 0 48px 26px 0; color: var(--muted); animation: fade .35s var(--ease); }
.faq__a p { margin: 0; max-width: 40em; }
@keyframes fade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* ---------- Automatisierung ---------- */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 48px; }
.path { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding-top: 28px; border-top: 1px solid var(--ink); text-decoration: none; color: inherit; }
.path__k { font: 500 2.6rem/1 var(--serif); color: var(--accent-text); }
.path h3 { font: 500 1.65rem/1.15 var(--serif); margin-bottom: 10px; }
.path p { margin: 0; color: var(--muted); }
.ways { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.media--ways { aspect-ratio: 4 / 3; }
.ways__text .h2 { margin-bottom: 36px; }
.paths--stack { grid-template-columns: 1fr; gap: 28px; }
.path:hover h3 { text-decoration: underline; text-decoration-color: var(--champagne); text-underline-offset: 6px; text-decoration-thickness: 1px; }

.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product {
  display: flex; flex-direction: column; gap: 14px; padding: 32px 30px 30px; background: var(--panel);
  border: 1px solid var(--line); text-decoration: none; color: var(--text);
  transition: background-color .4s var(--ease), border-color .4s;
}
.product:hover { background: var(--sand); border-color: #CBBFAE; }
.product:hover .arrow { transform: translateX(5px); }
.product__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.product__icon { width: 44px; height: 44px; color: var(--accent-text); }
.product__icon svg { width: 100%; height: 100%; }
.product__name { font: 500 1.75rem/1.1 var(--serif); }
.product__text { margin: 0; color: var(--muted); font-size: 15.5px; }
.product__tags { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.product__tags li { font-size: 12.5px; padding: 4px 9px; border: 1px solid var(--line); background: rgba(255, 255, 255, .35); color: var(--text); }
.product__link { margin-top: auto; padding-top: 14px; font-weight: 600; font-size: 14.5px; color: var(--ink); }
.product--muted { background: transparent; border-style: dashed; }
.product--custom { background: var(--anthracite); border-color: var(--anthracite); color: #CFC6B8; }
.product--custom:hover { background: var(--ink); border-color: var(--ink); }
.product--custom .product__name, .product--custom .product__link { color: var(--bg); }
.product--custom .product__text { color: #B5AC9F; }
.product--custom .product__icon { color: var(--gold); }
.product--custom .status { color: var(--gold); }
.product--custom .status::before { background: var(--gold); border-color: var(--gold); }

.custom {
  display: grid; grid-template-columns: 120px 1fr; gap: clamp(28px, 5vw, 72px);
  background: var(--anthracite); color: #DCD4C8; padding: clamp(40px, 6vw, 88px);
}
.custom__icon { width: 88px; height: 88px; color: var(--gold); }
.custom__icon svg { width: 100%; height: 100%; stroke-width: .9; }
.custom .h2 { color: var(--bg); margin-bottom: 22px; max-width: 16em; }
.custom__text > p { max-width: 40em; }
.custom__muted { color: #A79E91; font-size: 15px; margin-bottom: 32px; }

/* ---------- Produktseiten ---------- */
.product-hero { max-width: 980px; }
.index-list--static span { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font: 500 1.3rem/1.2 var(--serif); color: var(--ink); }
.product-hero__row { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.product-hero__icon { width: 56px; height: 56px; color: var(--accent-text); }
.product-hero__icon svg { width: 100%; height: 100%; }
.facts-duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); }
.facts-duo__text { font: 500 clamp(1.3rem, 1.1rem + .6vw, 1.6rem)/1.4 var(--serif); color: var(--ink); margin: 0; }
.checklist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.checklist li { position: relative; padding: 16px 0 16px 32px; border-bottom: 1px solid rgba(23, 23, 23, .12); }
.checklist li::before { content: ''; position: absolute; left: 2px; top: 27px; width: 14px; height: 1px; background: var(--champagne); }
.checklist--compact li { padding-top: 12px; padding-bottom: 12px; }
.checklist--compact li::before { top: 23px; }
.notice { margin: 0 0 28px; padding: 16px 20px; background: var(--sand); border-left: 2px solid var(--champagne); font-size: 15px; color: var(--text); max-width: 46em; }
.notice--draft { background: #F3E9D6; }
.related { margin-top: 48px; }
.related__list { display: flex; flex-wrap: wrap; gap: 12px; }
.related__list a {
  display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px; border: 1px solid #CFC5B7;
  text-decoration: none; font-weight: 500; font-size: 15px; color: var(--ink); background: rgba(255, 255, 255, .25);
}
.related__list a:hover { border-color: var(--ink); }
.related__icon { width: 22px; height: 22px; color: var(--accent-text); }

/* ---------- Über uns ---------- */
.banner { padding: 0 var(--gutter); max-width: calc(1400px + 2 * var(--gutter)); margin: 0 auto; }
.media--banner { aspect-ratio: 21 / 9; max-height: 72vh; }
.prose p { font-size: 1.08rem; color: var(--text); }
.prose p + p { color: var(--muted); }
.principles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
.principles li { padding-top: 24px; border-top: 1px solid var(--ink); }
.principles span { display: block; font: 500 1.3rem/1 var(--serif); color: var(--accent-text); margin-bottom: 18px; }
.principles h3 { font: 500 1.6rem/1.15 var(--serif); margin-bottom: 10px; }
.principles p { margin: 0; color: var(--muted); }

/* ---------- Kontakt ---------- */
.contact-rows { border-top: 1px solid var(--ink); }
.contact-row {
  display: grid; grid-template-columns: minmax(220px, 1.1fr) 2fr 40px; gap: 24px; align-items: center;
  padding: 30px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit;
  transition: background-color .35s, padding .35s var(--ease);
}
.contact-row:hover { background: var(--panel); padding-left: 16px; padding-right: 16px; }
.contact-row:hover .arrow { transform: translateX(6px); }
.contact-row__k { font: 500 clamp(1.5rem, 1.2rem + .9vw, 2rem)/1.15 var(--serif); color: var(--ink); }
.contact-row__v { color: var(--muted); }
.contact-row__a { font-size: 20px; text-align: right; color: var(--ink); }

/* ---------- Social Media ---------- */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.package { padding: 40px 32px; background: var(--bg); border: 1px solid #CFC5B7; text-align: center; }
.package__name { font: 600 11.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--accent-text); margin-bottom: 18px; }
.package__price { font: 500 clamp(2.4rem, 2rem + 1.5vw, 3.3rem)/1 var(--serif); color: var(--ink); margin: 0; }
.package__price small { font: 400 15px/1 var(--sans); color: var(--muted); }
.packages__note { margin: 28px 0 0; text-align: center; color: var(--muted); }

/* ---------- Rechtstexte ---------- */
.legal h2 { font: 500 1.6rem/1.2 var(--serif); margin: 40px 0 12px; }
.legal p { color: var(--text); }
.todo { background: rgba(171, 148, 119, .22); color: var(--ink); padding: 1px 4px; border-bottom: 1px dotted var(--accent-text); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #BDB4A6; padding: clamp(64px, 8vw, 104px) 0 32px; font-size: 15px; }
.site-footer__inner { display: grid; grid-template-columns: auto 1fr; gap: 48px clamp(48px, 8vw, 140px); align-items: start; }
.site-footer__logo img { width: clamp(220px, 19vw, 260px); height: auto; }
.site-footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.site-footer__col { display: flex; flex-direction: column; gap: 10px; }
.site-footer__h { margin: 0 0 8px; font: 600 11px/1.4 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.site-footer a { text-decoration: none; color: #E7E0D4; transition: color .2s; }
.site-footer a:hover { color: var(--gold); }
.site-footer__muted { color: #8E867A; }
.site-footer__base {
  grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid rgba(212, 195, 161, .18); font-size: 13.5px; color: #8E867A;
}
.site-footer__base nav { display: flex; gap: 24px; }

/* ---------- Einblendungen ---------- */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal:not(.is-in) { animation: revealFallback 0s 2.5s forwards; }
@keyframes revealFallback { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .products { grid-template-columns: 1fr 1fr; }
  .principles { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
}
@media (max-width: 900px) {
  .ways, .hero__grid, .page-hero__grid, .about, .split, .closing, .section-head--row, .facts-duo, .site-footer__inner { grid-template-columns: 1fr; }
  .hero__media { order: 2; }
  .media--hero { aspect-ratio: 4 / 3; max-height: none; }
  .split__head { position: static; }
  .closing { align-items: start; }
  .section-head--row { gap: 16px; }
  .page-hero__grid--index .index-list { margin-top: 8px; }
  .site-footer__logo img { width: 230px; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .facts { grid-template-columns: 1fr; }
  .facts li, .facts li + li { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .services, .paths, .products, .principles, .packages { grid-template-columns: 1fr; }
  .service { min-height: 0; }
  .steps { grid-template-columns: 1fr; gap: 0; border-left: 1px solid var(--ink); margin-left: 3px; }
  .steps__item { border-top: 0; padding: 0 0 36px 28px; }
  .steps__item::before { top: 6px; left: -4px; }
  .steps__n { font-size: 2.4rem; margin-bottom: 10px; }
  .guarantee, .custom { grid-template-columns: 1fr; }
  .guarantee { margin: 0 calc(var(--gutter) * -1); }
  .custom { margin: 0 calc(var(--gutter) * -1); }
  .custom__icon { width: 56px; height: 56px; }
  .contact-row { grid-template-columns: 1fr 28px; gap: 6px 16px; padding: 22px 0; }
  .contact-row__k { grid-column: 1; }
  .contact-row__v { grid-column: 1; grid-row: 2; font-size: 15px; }
  .contact-row__a { grid-column: 2; grid-row: 1 / 3; }
  .contact-row:hover { padding-left: 0; padding-right: 0; background: none; }
  .media--banner { aspect-ratio: 4 / 3; }
  .banner { padding: 0; }
  .site-footer__cols { grid-template-columns: 1fr 1fr; }
  .faq__q button { font-size: 1.25rem; padding: 20px 0; }
  .faq__a { padding-right: 0; }
  .btn-row > .btn { flex: 1 1 100%; }
  .hero .btn-row > .btn, .page-hero .btn-row > .btn { flex: 1 1 100%; }
  .closing .btn-row { flex-direction: column; align-items: stretch; }
  .closing .text-link { text-align: center; }
  .index-list a { font-size: 1.2rem; }
}
@media (max-width: 420px) {
  .site-footer__cols { grid-template-columns: 1fr; }
  .display { font-size: clamp(2.55rem, 11.5vw, 3.2rem); }
}

/* ==========================================================================
   Buchungs-Popup
   ========================================================================== */
.booking { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.booking[hidden] { display: none; }
.booking__backdrop { position: absolute; inset: 0; background: rgba(23, 23, 23, .55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); animation: fadeIn .3s ease; }
.booking__dialog {
  position: relative; width: min(900px, 100%); max-height: calc(100dvh - 48px); display: flex; flex-direction: column;
  background: var(--bg); box-shadow: 0 30px 80px -20px rgba(23, 23, 23, .45); outline: none;
  animation: rise .45s var(--ease);
}
@keyframes fadeIn { from { opacity: 0; } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } }
.booking__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding: 28px 36px 0; }
.booking__head .eyebrow { margin-bottom: 10px; }
.booking__title { font: 500 clamp(1.8rem, 1.5rem + 1vw, 2.35rem)/1.05 var(--serif); }
.booking__close { position: relative; flex: none; width: 44px; height: 44px; margin: -6px -10px 0 0; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: border-color .2s; }
.booking__close:hover { border-color: var(--ink); }
.booking__close span::before, .booking__close span::after { content: ''; position: absolute; left: 13px; top: 21px; width: 17px; height: 1.25px; background: var(--ink); transform: rotate(45deg); }
.booking__close span::after { transform: rotate(-45deg); }
.booking__steps { list-style: none; margin: 24px 36px 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.booking__steps li { padding-top: 10px; border-top: 2px solid var(--line); font-size: 13px; font-weight: 500; color: var(--muted); transition: border-color .3s, color .3s; }
.booking__steps li span { font-weight: 600; margin-right: 6px; color: inherit; }
.booking__steps li.is-active { border-top-color: var(--ink); color: var(--ink); }
.booking__steps li.is-done { border-top-color: var(--champagne); color: var(--accent-text); }
.booking__mode { margin: 18px 36px 0; padding: 10px 14px; background: var(--sand); font-size: 13px; color: var(--text); border-left: 2px solid var(--champagne); }
.booking__body { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.step { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 28px 36px 24px; }
.step fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.step__legend { display: block; width: 100%; padding: 0; margin-bottom: 16px; font: 500 1.45rem/1.2 var(--serif); color: var(--ink); }
.step__hint { display: block; margin-top: 4px; font: 400 13px/1.4 var(--sans); color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.choice { position: relative; display: block; cursor: pointer; }
.choice input, .chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice__box {
  display: flex; flex-direction: column; gap: 4px; height: 100%; padding: 20px 44px 20px 20px; background: var(--paper);
  border: 1px solid var(--line); transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.choice__box::after {
  content: ''; position: absolute; top: 20px; right: 18px; width: 16px; height: 16px; border: 1px solid #B9AE9F; background: var(--paper);
  transition: all .2s;
}
.choice__title { font-weight: 600; color: var(--ink); font-size: 15.5px; }
.choice__text { font-size: 13.5px; color: var(--muted); }
.choice:hover .choice__box { border-color: #B9AE9F; }
.choice input:checked + .choice__box { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); background: #fff; }
.choice input:checked + .choice__box::after {
  background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.3l2.6 2.5L12 5.4' fill='none' stroke='%23F5F1EA' stroke-width='1.6'/%3E%3C/svg%3E") center/14px no-repeat;
  border-color: var(--ink);
}
.choice input:focus-visible + .choice__box, .chip input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.products[data-products] { display: block; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.products[data-products][hidden] { display: none; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); background: var(--paper); font-size: 14.5px; transition: all .2s; }
.chip:hover span { border-color: #B9AE9F; }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--bg); }

.cal { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; }
.cal__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.cal__label { margin: 0; font: 500 1.45rem/1 var(--serif); color: var(--ink); }
.cal__nav { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; font-size: 22px; line-height: 1; cursor: pointer; }
.cal__nav:hover:not([disabled]) { border-color: var(--ink); }
.cal__nav[disabled] { opacity: .35; cursor: default; }
.cal__dow, .cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal__dow span { text-align: center; font-size: 11.5px; font-weight: 600; letter-spacing: .08em; color: var(--muted); padding: 6px 0; text-transform: uppercase; }
.cal__cell {
  position: relative; aspect-ratio: 1; min-height: 40px; border: 1px solid transparent; background: transparent;
  font-size: 14.5px; font-weight: 500; color: #B0A698; cursor: default; display: grid; place-items: center;
}
.cal__cell.is-avail { color: var(--ink); background: var(--paper); border-color: var(--line); cursor: pointer; }
.cal__cell.is-avail:hover { border-color: var(--ink); }
.cal__cell.is-today::after { content: ''; position: absolute; bottom: 6px; width: 4px; height: 4px; border-radius: 50%; background: var(--champagne); }
.cal__cell.is-selected { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.cal__day { margin: 6px 0 14px; font: 500 1.2rem/1.3 var(--serif); color: var(--ink); min-height: 1.3em; }
.cal__slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-height: 300px; overflow-y: auto; }
.slot { min-height: 44px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; font-size: 14.5px; font-weight: 500; transition: all .2s; }
.slot:hover { border-color: var(--ink); }
.slot[aria-selected="true"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.cal__tz { margin: 14px 0 0; font-size: 12.5px; color: var(--muted); }
.cal__status { margin: 16px 0 0; font-size: 14px; color: var(--muted); min-height: 1.2em; }
.cal__status.is-error { color: var(--error); }
.cal.is-loading .cal__grid, .cal.is-loading .cal__slots { opacity: .45; pointer-events: none; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink); letter-spacing: .01em; }
.field input, .field textarea {
  width: 100%; min-height: 50px; padding: 13px 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 1px;
  font-size: 16px; color: var(--ink); transition: border-color .2s, box-shadow .2s; -webkit-appearance: none; appearance: none;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(171, 148, 119, .25); }
.field input[aria-invalid="true"] { border-color: var(--error); }
.field-error { margin: 0; font-size: 13px; color: var(--error); min-height: 0; }
.field-error:empty { display: none; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.privacy-note { margin: 22px 0 0; font-size: 13px; color: var(--muted); }
.privacy-note a { color: var(--ink); }

.summary { margin: 0; border-top: 1px solid var(--ink); }
.summary div { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.summary dt { font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--muted); }
.summary dd { margin: 0; color: var(--ink); font-weight: 500; }

.booking__foot { display: flex; justify-content: space-between; gap: 12px; padding: 18px 36px calc(18px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--bg); }
.booking__foot .btn { min-width: 140px; }
.booking__foot [data-back][hidden] + [data-next] { margin-left: auto; }

.result { text-align: center; max-width: 520px; margin: 0 auto; padding: 16px 0 8px; }
.result__mark { width: 64px; margin: 0 auto 24px; }
.result__mark--line { width: 56px; height: 56px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 24px; color: var(--ink); }
.result h3 { font: 500 2rem/1.1 var(--serif); margin-bottom: 14px; }
.result p { color: var(--muted); }
.result .summary { text-align: left; margin: 24px 0; }
.result .btn-row { justify-content: center; margin-top: 8px; }

@media (max-width: 720px) {
  .booking { padding: 0; place-items: stretch; }
  .booking__dialog { width: 100%; max-height: none; height: 100dvh; animation: slideUp .4s var(--ease); }
  @keyframes slideUp { from { transform: translateY(24px); opacity: 0; } }
  .booking__head { padding: calc(18px + env(safe-area-inset-top)) 20px 0; }
  .booking__steps { margin: 18px 20px 0; }
  .booking__steps li { font-size: 0; }
  .booking__steps li span { font-size: 12px; margin: 0; }
  .booking__steps li.is-active { font-size: 12px; white-space: nowrap; }
  .booking__steps li.is-active span { margin-right: 4px; }
  .booking__mode { margin: 14px 20px 0; }
  .step { padding: 22px 20px 20px; }
  .choice-grid, .form-grid, .cal { grid-template-columns: 1fr; }
  .choice-grid { gap: 8px; }
  .choice__box { flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 2px 10px; padding: 14px 44px 14px 16px; }
  .choice__box::after { top: 50%; margin-top: -8px; }
  .step__legend { font-size: 1.3rem; }
  .booking__head .eyebrow { font-size: 10.5px; letter-spacing: .14em; }
  .cal { gap: 20px; }
  .cal__slots { max-height: none; }
  .summary div { grid-template-columns: 1fr; gap: 2px; }
  .booking__foot { padding: 14px 20px calc(14px + env(safe-area-inset-bottom)); }
  .booking__foot .btn { flex: 1; min-width: 0; padding-left: 14px; padding-right: 14px; font-size: 14px; }
  .booking__foot [data-back] { flex: 0 0 30%; }
}

/* ==========================================================================
   Mobile-Feinschliff (≤ 760 px): kompakter, klarer, schneller erfassbar
   ========================================================================== */
.mobile-cta { display: none; }
@media (max-width: 760px) {
  :root { --section: 56px; }
  .eyebrow { margin-bottom: 14px; font-size: 11px; }
  .h2 { font-size: clamp(1.7rem, 7.2vw, 2.1rem); line-height: 1.12; }
  .lead { font-size: 1.02rem; margin-bottom: 26px; }
  .display { margin-bottom: 18px; }
  .display--page { font-size: clamp(2.15rem, 9.5vw, 2.7rem); }
  .section-head { margin-bottom: 28px; }
  p { margin-bottom: .8em; }

  /* Startseite */
  .hero { padding-top: 28px; }
  .hero__grid { gap: 28px; }
  .media--hero { aspect-ratio: 16 / 11; }
  .facts { margin-top: 32px; border-top: 0; display: grid; gap: 8px; }
  .facts li, .facts li + li { padding: 14px 16px; border: 1px solid var(--line); background: var(--panel); display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .facts__k { font-size: 1.15rem; flex: none; }
  .facts__v { font-size: 13px; text-align: right; }
  .services { gap: 12px; }
  .service { padding: 24px 22px; gap: 12px; }
  .service__title { font-size: 1.6rem; margin-top: 4px; }
  .service__text { font-size: 15px; }
  .service__note { font-size: 11.5px; padding: 5px 10px; }
  .service__link { padding-top: 6px; }
  .more-services { margin-top: 18px; }
  .about { gap: 24px; }
  .media--about { aspect-ratio: 16 / 10; }
  .about__text > p:not(.eyebrow) { margin-top: 14px; font-size: 15px; }
  .values { margin: 18px 0 22px; }
  .values li { grid-template-columns: 34px 1fr; padding: 12px 0; }
  .values p { font-size: 14px; }
  .closing { padding: 32px 0; gap: 16px; }
  .closing .h2 { font-size: clamp(1.8rem, 7.5vw, 2.2rem); }
  .closing__action p { margin-bottom: 20px; font-size: 15px; }

  /* Unterseiten */
  .page-hero { padding: 28px 0 36px; }
  .page-hero__grid { gap: 28px; }
  .media--page { aspect-ratio: 16 / 11; }
  .index-list--desktop { display: none; }
  .split { gap: 22px; }
  .split__head > p:not(.eyebrow) { margin-top: 10px; font-size: 15px; }
  .numbered li { grid-template-columns: 40px 1fr; gap: 8px; padding: 16px 0; }
  .numbered h3 { font-size: 1.25rem; margin-bottom: 2px; }
  .numbered p { font-size: 15px; }
  .steps__item { padding-bottom: 22px; }
  .steps__n { font-size: 1.9rem; margin-bottom: 4px; }
  .steps h3 { font-size: 1.3rem; }
  .steps p { font-size: 15px; }
  .guarantee { padding: 36px 24px; gap: 8px; }
  .guarantee__figure { grid-auto-flow: column; justify-content: start; align-items: end; gap: 12px; }
  .guarantee__figure span { font-size: 5.5rem; padding-bottom: .2em; }
  .guarantee__figure small { padding-bottom: 1.6rem; }
  .faq__q button { font-size: 1.15rem; padding: 17px 0; }

  /* Automatisierung: Produkte als kompakte Liste */
  .ways { gap: 24px; }
  .media--ways { aspect-ratio: 16 / 10; }
  .ways__text .h2 { margin-bottom: 20px; }
  .paths--stack { gap: 18px; }
  .path { grid-template-columns: 36px 1fr; padding-top: 18px; gap: 10px; }
  .path__k { font-size: 1.9rem; }
  .path h3 { font-size: 1.3rem; margin-bottom: 4px; }
  .path p { font-size: 14.5px; }
  .products { gap: 10px; }
  .product { display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; row-gap: 4px; padding: 18px 16px; }
  .product__top { display: contents; }
  .product__icon { grid-row: 1 / span 3; width: 34px; height: 34px; margin-top: 2px; }
  .product__top .status { grid-column: 2; grid-row: 1; font-size: 9.5px; }
  .product__name { grid-column: 2; font-size: 1.3rem; }
  .product__text { grid-column: 2; font-size: 14px; line-height: 1.5; }
  .product__tags, .product--desktop { display: none; }
  .product__link { grid-column: 2; padding-top: 6px; font-size: 14px; }
  .custom { padding: 36px 24px; gap: 16px; }
  .custom__icon { width: 44px; height: 44px; }
  .custom__muted { font-size: 14px; margin-bottom: 22px; }
  .custom .btn { width: 100%; }

  /* Produktseiten */
  .product-hero__row { margin-bottom: 14px; }
  .product-hero__icon { width: 42px; height: 42px; }
  .index-list--static { display: flex; flex-wrap: wrap; gap: 8px; border-top: 0; }
  .index-list--static .index-list__h { width: 100%; margin: 0 0 2px; }
  .index-list--static span { padding: 7px 12px; border: 1px solid var(--line); background: var(--panel); font: 500 13.5px/1.2 var(--sans); }
  .facts-duo { gap: 28px; }
  .facts-duo__text { font-size: 1.2rem; }
  .checklist li { padding: 12px 0 12px 26px; font-size: 15px; }
  .checklist li::before { top: 23px; }
  .related__list a { width: 100%; justify-content: flex-start; }

  /* Über uns, Kontakt, Social Media */
  .principles { gap: 22px; }
  .principles li { padding-top: 16px; }
  .principles span { margin-bottom: 8px; }
  .principles h3 { font-size: 1.3rem; }
  .contact-row__k { font-size: 1.35rem; }
  .package { padding: 26px 20px; }

  /* Footer kompakt */
  .site-footer { padding: 44px 0 calc(24px + env(safe-area-inset-bottom)); font-size: 14.5px; }
  .site-footer__inner { gap: 30px; }
  .site-footer__logo { justify-self: center; }
  .site-footer__logo img { width: 190px; }
  .site-footer__cols { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .site-footer__col:last-child { grid-column: 1 / -1; }
  .site-footer__base { justify-content: center; text-align: center; }

  /* Schwebende Buchungsleiste */
  .mobile-cta {
    display: flex; gap: 8px; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 45;
    padding: 8px; background: rgba(245, 241, 234, .96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    border: 1px solid var(--line); box-shadow: 0 10px 30px -12px rgba(23, 23, 23, .35);
    transform: translateY(calc(100% + 24px)); opacity: 0; pointer-events: none; transition: transform .35s var(--ease), opacity .35s;
  }
  .mobile-cta.is-visible { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-cta__btn { flex: 1; min-height: 46px; }
  .mobile-cta__mail { flex: none; width: 46px; display: grid; place-items: center; border: 1px solid rgba(23, 23, 23, .28); color: var(--ink); }
  .mobile-cta__mail svg { width: 22px; height: 22px; }
}
@media (max-width: 380px) {
  .facts li, .facts li + li { display: grid; gap: 2px; }
  .facts__v { text-align: left; }
}
