/* Fonts lokal*/

/* cormorant-garamond-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-garamond-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/cormorant-garamond-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cormorant-garamond-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/cormorant-garamond-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* lato-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* playfair-display-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/playfair-display-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/source-sans-3-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-3-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/source-sans-3-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dancing-script-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/dancing-script-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dancing-script-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/dancing-script-v29-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


  :root {
    --ink: #262322;
    --accent: #b65a3d;
    --cream: #f8f0e9;
    --line: rgba(171, 119, 90, .42);
  }
  
  html { scroll-behavior: smooth; }


  * { box-sizing: border-box; }
  html, body { margin: 0; min-height: 100%; background: var(--cream); }
  body { color: var(--ink); font-family: Lato, Arial, sans-serif; }

  .hero {
    position: relative;
    width: min(100vw, 2048px);
    margin: 0 auto;
    aspect-ratio: 2048 / 819;
    overflow: hidden;
    container-type: inline-size;
    isolation: isolate;
    background: var(--cream) url('Manuela-Eckert-Hintergrund.jpg') no-repeat;
	background-position: 106% 7%;
	background-size: 45%;
  }

 
  .serif { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
  .sans { font-family: Lato, Arial, sans-serif; }
  .accent { color: var(--accent); }

  .headline {
    position:absolute; z-index:3; left:3.35%; top:6.4%; width:34%;
  }
  .headline h1 {
    margin:0;
    font-size:5.15cqw;
    line-height:.83;
    font-weight:500;
    letter-spacing:-.025em;
  }
  .headline .sub {
    margin-top:1.2cqw;
    font-size:3.0cqw;
    line-height:.98;
    letter-spacing:-.02em;
  }

  .brand {
    position:absolute; z-index:3; left:40.65%; top:3.7%; width:27%;
  }
  .brand .name {
    font-size:2.35cqw; line-height:.9; letter-spacing:.015em;
  }
  .brand .tag {
    margin-top:1.0cqw;
    font-size:1.75cqw;
    font-weight:700;
    line-height:1;
  }

  .left-copy {
    position:absolute; z-index:3; left:3.35%; top:34.8%; width:16.5%;
    font-size:1.05cqw; line-height:1.6;
  }
  .left-copy p { margin:0 0 1cqw; }
  .left-copy strong { color:var(--accent); font-weight:700; }

  .checks {
    position:absolute; z-index:3; left:22.0%; top:34.3%; width:17.2%;
    font-size:1.03cqw; line-height:1.4;
  }
  .check {
    display:grid; grid-template-columns:1.8cqw 1fr; column-gap:.7cqw;
    margin-bottom:1cqw;
  }
  .check::before {
    content:"✓"; color:var(--accent); font-size:1.35cqw; line-height:1;
	transform: rotate(15deg) translateY(3px);
  display: inline-block;
  }
  .check span {
	display: inline-block;
	margin-left: -0.3em;
	}
  .check strong { color:var(--accent); }

  .divider {
    position:absolute; z-index:3; width:1px; background:var(--line);
  }
  .divider--left { left:20.0%; top:29.4%; height:32.2%; }
  .divider--center { left:40.85%; top:29.4%; height:23.5%; }

  .question {
    position:absolute; z-index:3; left:43.15%; top:29.1%; width:20.3%;
  }
  .question .lead { font-size:1.03cqw; margin-bottom:1.1cqw; }
  .question .serif-text {
    font-size:2.5cqw; line-height:.97; letter-spacing:-.02em;
  }
  .question .under {
    width: 4.1cqw;
  height: 2px;
  margin: 1em 75% 0 25%;
  background: var(--line);
  }

  .unique {
    position: absolute;
  z-index: 3;
  left: 53.8%;
  top: 56.9%;
  width: 12%;
  }
  .unique .title { font-size:1.95cqw; line-height:.95; }
  .unique .line { width:2.7cqw; height:2px; background:var(--line); margin:1.3cqw 0 1.25cqw; }
  .unique p { margin:0; font-size:.82cqw; line-height:1.48; }

  .cta {
    position:absolute; z-index:4; left:36.4%; top:54.2%; width:15.2%;
    text-decoration:none; color:white; display:block;
  }
  .cta svg { width:111%; height:auto; display:block; overflow:visible; }
  
  
  .cta-svg > * {
	transition: all 0.2s ease-out;
	}
  
  .cta-svg:hover > * {
  transform: scale(1.06) translate(-0.6cqw,-0.8cqw);
  box-shadow: 0 2px 4px rgba(255,255,255,0.25) inset, 0 -3px 8px rgba(0,0,0,0.25) inset, 0 14px 44px rgba(100,40,10,0.55), 0 2px 6px rgba(100,40,10,0.3);
  }

  
  .cta-arrow img { height: 5cqw;
  transform: translate(0.1cqw, -4cqw); }
  
  .cta-hint {
  display: inline-block;
  font-family: 'Dancing Script', cursive;
  font-size: 1.3cqw;
  line-height: 1em;
  color:var(--accent); 
  white-space:nowrap;
  letter-spacing: 0.02em;
  transform: rotate(-8deg);
  position: absolute;
  bottom: 4.2cqw;
  margin-left: 1cqw;
  }
  
 .nowrap {
 white-space:nowrap;
	}

  .support {
    position:absolute; z-index:3; left:11.4%; bottom: 13.8%; width:15%;
    display:grid; grid-template-columns:3.1cqw 1fr; gap:1.0cqw; align-items:center;
  }
  .support .heart {
    width:2.65cqw; height:2.65cqw; border:1px solid rgba(182,90,61,.35); border-radius:50%;
    display:grid; place-items:center; color:rgba(182,90,61,.65); font-size:1.6cqw;
  }
  .support .label { font-size:.78cqw; color:var(--accent); font-weight:700; }
  .support p { margin:.15cqw 0 0; font-size:.82cqw; line-height:1.45; }

  .bottom-brand {
    position:absolute; z-index:3; right:3.8%; bottom:5.2%; width:17%;
  }
  .bottom-brand .name { font-size:2.0cqw; line-height:.9; letter-spacing:.01em; }
  .bottom-brand .tag { margin-top:.8cqw; font-size:1.35cqw; font-weight:700; }
  .bottom-brand .under { width:3.4cqw; height:2px; background:var(--line); margin:1.4cqw auto 0; }

  .home footer {
		background: url('bottom-wave.png') no-repeat bottom;
		background-size: cover;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 30%;
	}

  @media (max-width: 760px) {
    .hero { width:100vw; min-width:760px; transform-origin:top left; }
  }



/* ── KONTAKT (kontakt.html) ── */

#kontakt {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
 /*  background: var(--cream); */

}
.p2-left {
  padding: 80px 64px 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
.p2-headline {
  font-family: 'Playfair Display', serif;
  font-size: var(--xlarge);
  font-weight: 400;
  line-height: 1.1;
  color: var(--terracotta);
}
.p2-sub {
  font-family: 'Playfair Display', serif;
  font-size: var(--large);
  color: var(--dark);
  line-height: 1.3;
}
.p2-sub em { color: var(--terracotta); font-style: normal; }
.p2-body { font-size: var(--medium); line-height: 1.75; color: var(--mid); max-width: 480px; }
.p2-body strong { color: var(--terracotta); font-weight: 600; }

.heart-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 212px;
  margin: 0 auto;
}
.heart-divider::before,
.heart-divider::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1.5px;
  background: var(--terracotta);
  opacity: 0.5;
}
.heart-divider-icon { color: var(--terracotta); font-size: var(--xlarge); }

.p2-wie {
  font-family: 'Playfair Display', serif;
  font-size: var(--large);
  color: var(--dark);
  text-align: center;
}
.p2-wie em { color: var(--terracotta); font-style: italic; }

/* Cards */ 
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}
.card {
  border: 1px solid rgba(160,82,45,0.2);
  border-radius: 4px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: rgba(255,255,255,0.4);
}
.card-icon {
  width: 44px; height: 44px;
  background: var(--cream-mid);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: var(--medium);
  color: var(--terracotta);
}
.card-title {
  font-family: 'Playfair Display', serif;
  font-size: var(--medium);
  color: var(--dark);
  line-height: 1.3;
}
.card-body { font-size: var(--medium); color: var(--mid); line-height: 1.5; flex: 1; }
.card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--medium);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
  border: 1.5px solid var(--terracotta);
  padding: 8px 14px;
  border-radius: 2px;
  text-decoration: none;
  margin-top: 4px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.card-btn:hover { background: var(--terracotta); color: var(--white); }

.p2-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--medium);
  color: var(--mid);
  margin-top: 8px;
}
.shield-icon { color: var(--terracotta); font-size: var(--medium); }
.p2-footer strong { color: var(--terracotta); font-weight: 600; }

.p2-right { position: relative; overflow: hidden; }

/* ── LEGAL PAGES (impressum.html, datenschutz.html) ── */ 
.legal-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 120px 32px 80px;
}
.legal-wrap h1 {
  font-family: 'Playfair Display', serif;
  font-size: var(--large);
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 12px;
}
.legal-wrap h2 {
  font-family: 'Playfair Display', serif;
  font-size: var(--large);
  font-weight: 400;
  color: var(--dark);
  margin: 40px 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(160,82,45,0.2);
}
.legal-wrap h3 {
  font-family: 'Playfair Display', serif;
  font-size: var(--medium);
  font-weight: 600;
  color: var(--dark);
  margin: 28px 0 8px;
}
.legal-wrap h4 {
  font-size: var(--medium);
  font-weight: 600;
  color: var(--mid);
  margin: 20px 0 6px;
}
.legal-wrap h5 {
  font-size: var(--medium);
  font-weight: 600;
  color: var(--mid);
  margin: 16px 0 4px;
}
.legal-wrap p {
  font-size: var(--medium);
  line-height: 1.75;
  color: var(--mid);
  margin-bottom: 12px;
}
.legal-wrap ul {
  margin: 8px 0 16px 24px;
}
.legal-wrap li {
  font-size: var(--medium);
  line-height: 1.75;
  color: var(--mid);
  margin-bottom: 4px;
}
.legal-wrap a {
  color: var(--terracotta);
  text-decoration: none;
  word-break: break-all;
}
.legal-wrap a:hover { text-decoration: underline; }
.legal-divider {
  width: 40px; height: 2px;
  background: var(--terracotta);
  opacity: 0.4;
  margin: 8px 0 28px;
}



/* =========================================================
   KONTAKTSEITE – scoped overrides
   Alle Regeln sind unter .contact-page gekapselt und
   überschreiben keine Layoutregeln der Indexseite.
   ========================================================= */

.contact-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--cream);
}

.contact-page .contact-shell {
  position: relative;
  width: min(100vw, 2048px);
  min-height: min(100vh, 819px);
  margin: 0 auto;
  aspect-ratio: 2048 / 819;
  overflow: hidden;
  container-type: inline-size;
  isolation: isolate;
  background: var(--cream);
}

@media (min-width: 1601px) {
  .contact-page .contact-shell {
    min-height: max(980px, 54.7vw);
    height: max(980px, 54.7vw);
    aspect-ratio: auto;
    overflow: visible;
  }

  .contact-page .contact-content {
    height: max(980px, 54.7vw);
    min-height: max(980px, 54.7vw);
  }
}

.contact-page .contact-brand {
  display: none;
}

.contact-page .contact-content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: min(100vh, 819px);
}

.contact-page .contact-intro {
  position: absolute;
  z-index: 3;
  left: 8.0%;
  top: 6.2%;
  width: 42.5%;
  color: var(--ink);
}

.contact-page .contact-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5.0cqw;
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.025em;
}

.contact-page .contact-subtitle {
  margin: 1.15cqw 0 0;
  font-size: 2.6cqw;
  line-height: .98;
  letter-spacing: -.025em;
}

.contact-page .contact-rule {
  width: 2.7cqw;
  height: 2px;
  margin: 1.35cqw 0 0;
  background: var(--line);
}

.contact-page .contact-copy {
  margin-top: 2.25cqw;
  font-size: 1.08cqw;
  line-height: 1.55;
}

.contact-page .contact-copy p {
  margin: 0 0 1.2cqw;
}

.contact-page .contact-copy strong,
.contact-page .contact-trust strong {
  color: var(--accent);
  font-weight: 700;
}

.contact-page .contact-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7cqw;
  width: 22%;
  margin: .7cqw auto .25cqw;
  color: var(--accent);
}

.contact-page .contact-divider::before,
.contact-page .contact-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--line);
}

.contact-page .contact-divider span {
  font-size: 1.45cqw;
  line-height: 1;
}

.contact-page .contact-question {
  margin: 0;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.35cqw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.02em;
}

.contact-page .contact-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.35cqw;
}

.contact-page .contact-option {
  position: relative;
  min-height: 14.1cqw;
  padding: 0 1.8cqw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-page .contact-option + .contact-option {
  border-left: 2px solid rgba(171, 119, 90, .22);
}

.contact-page .contact-option__icon {
  width: 3.25cqw;
  height: 3.25cqw;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(240, 212, 196, .45);
  color: var(--accent);
  font-size: 1.55cqw;
}

.contact-page .contact-option h3 {
  min-height: 3.05cqw;
  margin: 1.15cqw 0 0;
  font-family: Lato, Arial, sans-serif;
  font-size: 1.02cqw;
  font-weight: 400;
  line-height: 1.35;
}

.contact-page .contact-option__rule {
  width: 2.25cqw;
  height: 2px;
  margin: .9cqw 0 1.0cqw;
  background: var(--line);
}

.contact-page .contact-option p {
  min-height: 3.25cqw;
  margin: 0;
  font-family: Lato, Arial, sans-serif;
  font-size: .82cqw;
  line-height: 1.45;
}

.contact-page .contact-button {
  min-width: 10.8cqw;
  margin-top: .9cqw;
  padding: .72cqw 1.0cqw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55cqw;
  border: 2px solid rgba(182, 90, 61, .24);
  border-radius: .6cqw;
  color: var(--accent);
  background: rgba(255, 255, 255, .10);
  font-family: Lato, Arial, sans-serif;
  font-size: .78cqw;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.contact-page .contact-button span {
  font-size: 1.2em;
  line-height: .7;
}

.contact-page .contact-button--solid {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.contact-page .contact-button:hover,
.contact-page .contact-button:focus-visible {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

.contact-page .contact-button:focus-visible,
.contact-page .contact-footer a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.contact-page .contact-trust {
  margin-top: 1.7cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75cqw;
  font-size: .98cqw;
  line-height: 1.3;
}

.contact-page .contact-trust i {
  color: rgba(182, 90, 61, .65);
  font-size: 1.45cqw;
}

.contact-page .contact-portrait {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 43.5%;
  height: 100%;
  background: url("Manuela-Eckert-Hintergrund.jpg") no-repeat;
  background-position: 55% 8%;
  background-size: cover;
}

.contact-page .contact-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--cream) 0%, rgba(248, 240, 233, .82) 8%, rgba(248, 240, 233, 0) 30%);
  pointer-events: none;
}

.contact-page .contact-footer {
  position: relative;
  z-index: 5;
  min-height: 74px;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--cream);
  border-top: 1px solid rgba(171, 119, 90, .18);
}

.contact-page .contact-footer > a {
  color: var(--ink);
  font-size: 1.15rem;
  letter-spacing: .02em;
  text-decoration: none;
}

.contact-page .contact-footer nav {
  display: flex;
  gap: 24px;
}

.contact-page .contact-footer nav a {
  color: var(--ink);
  font-family: Lato, Arial, sans-serif;
  font-size: .85rem;
  text-decoration: none;
}

.contact-page .contact-footer nav a:hover {
  color: var(--accent);
}

@media (max-width: 1100px) {
  .contact-page .contact-shell,
  .contact-page .contact-content {
    min-height: 760px;
  }

  .contact-page .contact-intro {
    left: 5.5%;
    width: 50%;
  }

  .contact-page .contact-portrait {
    width: 45%;
    background-position: 57% 8%;
  }
}

@media (max-width: 760px) {
  .contact-page .contact-shell {
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
    overflow: visible;
  }

  .contact-page .contact-content {
    min-height: 0;
    padding: 42px 22px 34px;
    display: flex;
    flex-direction: column;
  }

  .contact-page .contact-intro {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .contact-page .contact-title {
    font-size: clamp(3.3rem, 15vw, 5rem);
  }

  .contact-page .contact-subtitle {
    font-size: clamp(1.85rem, 7.8vw, 2.6rem);
  }

  .contact-page .contact-copy {
    margin-top: 28px;
    font-size: 1rem;
  }

  .contact-page .contact-divider {
    width: 42%;
    margin-top: 26px;
  }

  .contact-page .contact-divider span {
    font-size: 1.35rem;
  }

  .contact-page .contact-question {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .contact-page .contact-options {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 26px;
  }

  .contact-page .contact-option {
    min-height: 0;
    padding: 0 0 28px;
  }

  .contact-page .contact-option + .contact-option {
    border-top: 1px solid rgba(171, 119, 90, .22);
    border-left: 0;
    padding-top: 28px;
  }

  .contact-page .contact-option__icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .contact-page .contact-option h3 {
    min-height: 0;
    margin-top: 14px;
    font-size: 1rem;
  }

  .contact-page .contact-option p {
    min-height: 0;
    font-size: .9rem;
  }

  .contact-page .contact-option__rule {
    width: 34px;
    margin: 12px 0 14px;
  }

  .contact-page .contact-button {
    min-width: 210px;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: .72rem;
  }

  .contact-page .contact-trust {
    margin-top: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: .86rem;
  }

  .contact-page .contact-trust i {
    flex: 0 0 auto;
    font-size: 1.1rem;
  }

  .contact-page .contact-portrait {
    position: relative;
    inset: auto;
    order: 2;
    width: calc(100% + 44px);
    height: 390px;
    margin: 18px -22px -34px;
    background-position: center 9%;
    background-size: cover;
  }

  .contact-page .contact-portrait::after {
    background: linear-gradient(180deg, var(--cream) 0%, rgba(248, 240, 233, 0) 25%);
  }

  .contact-page .contact-footer {
    padding: 18px 22px;
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-page .contact-footer nav {
    gap: 18px;
  }
}

/* =========================================================
   STARTSEITE – Footer und mobile Darstellung
   ========================================================= */

.home-footer {
  position: relative;
  z-index: 5;
  min-height: 74px;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--cream);
  border-top: 1px solid rgba(171, 119, 90, .18);
}



.home-footer > a {
  color: var(--ink);
  font-size: 1.15rem;
  letter-spacing: .02em;
  text-decoration: none;
}

.home-footer nav {
  display: flex;
  gap: 24px;
}

.home-footer nav a {
  color: var(--ink);
  font-family: Lato, Arial, sans-serif;
  font-size: .85rem;
  text-decoration: none;
}

.home-footer nav a:hover {
  color: var(--accent);
}

.home-footer a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .home {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    transform: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
    padding: 0 22px 34px;
    background: var(--cream);
  }

  .home::before {
    content: "";
    order: 0;
    display: block;
    width: calc(100% + 44px);
    height: 390px;
    margin: 0 -22px 34px;
    background: url("Manuela-Eckert-Hintergrund.jpg") no-repeat center 9%;
    background-size: cover;
  }

  .home .brand,
  .home .headline,
  .home .left-copy,
  .home .checks,
  .home .question,
  .home .unique,
  .home .cta,
  .home .divider,
  .home > footer {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home .brand {
    order: 1;
    margin-bottom: 28px;
    text-align: center;
  }

  .home .brand .name {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
    line-height: .95;
  }

  .home .brand .tag {
    margin-top: 10px;
    font-size: clamp(.85rem, 3.8vw, 1.15rem);
  }

  .home .headline {
    order: 2;
    margin-bottom: 28px;
  }

  .home .headline h1 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
    line-height: .82;
  }

  .home .headline .sub {
    margin-top: 16px;
    font-size: clamp(2rem, 8.5vw, 3rem);
    line-height: .98;
  }

  .home .left-copy {
    order: 3;
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .home .left-copy p {
    margin-bottom: 18px;
  }

  .home .checks {
    order: 4;
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .home .check {
    grid-template-columns: 26px 1fr;
    column-gap: 8px;
    margin-bottom: 18px;
  }

  .home .check::before {
    font-size: 1.3rem;
  }

  .home .check span {
    margin-left: 0;
  }

  .home .question {
    order: 5;
    width: 100%;
    margin-bottom: 30px;
  }

  .home .question .lead {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .home .question .serif-text {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: .98;
  }

  .home .question .under {
    width: 42px;
    margin: 20px auto 0;
  }

  .home .unique {
    order: 6;
    width: 100%;
    margin-bottom: 28px;
  }

  .home .unique .title {
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: .95;
  }

  .home .unique .line {
    width: 42px;
    margin: 18px 0 16px;
  }

  .home .unique p {
    font-size: .95rem;
    line-height: 1.55;
  }

  .home .cta {
    order: 7;
    width: 280px;
    align-self: center;
    margin: 6px auto 10px;
  }

  .home .cta svg {
    width: 100%;
  }

  .home .cta-arrow img {
    height: 70px;
    transform: translate(2px, -52px);
  }

  .home .cta-hint {
    font-size: 1.2rem;
    bottom: 54px;
    margin-left: 14px;
  }

  .home .divider {
    display: none;
  }

  .home > footer {
    order: 8;
    position: relative;
    display: block;
    width: calc(100% + 44px);
    min-height: 145px;
    margin: 0 -22px -34px;
    padding: 0 22px 22px;
    background: none;
  }

  .home > footer .support {
    position: relative;
    inset: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
	padding-bottom: 1em;
  }

  .home > footer .support .heart {
    width: 38px;
    height: 38px;
    font-size: 1.45rem;
  }

  .home > footer .support .label {
    font-size: .82rem;
  }

  .home > footer .support p {
    margin: 3px 0 0;
    font-size: .88rem;
    line-height: 1.4;
  }

  .home > footer .bottom-brand {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 22px;
    text-align: right;
  }

  .home > footer .bottom-brand .name {
    font-size: 1.3rem;
  }

  .home > footer .bottom-brand .tag {
    margin-top: 7px;
    font-size: .82rem;
  }

  .home > footer .bottom-brand .under {
    width: 34px;
    margin: 12px 0 0 auto;
  }

  .home-footer {
    padding: 18px 22px;
    align-items: flex-start;
    flex-direction: column;
  }

  .home-footer nav {
    gap: 18px;
  }
}

/* =========================================================
   LEGAL-SEITEN – angeglichen an Header und Footer
   Gekapselt über :has(), damit Start- und Kontaktseite
   unverändert bleiben.
   ========================================================= */

body:has(.legal-wrap) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--cream);
}

body:has(.legal-wrap) > nav {
  position: relative;
  z-index: 10;
  min-height: 74px;
  padding: 16px 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--cream);
  border-bottom: 1px solid rgba(171, 119, 90, .18);
  backdrop-filter: none;
}

body:has(.legal-wrap) > nav .nav-logo {
  display: block;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}

body:has(.legal-wrap) > nav .nav-logo span {
  color: var(--accent);
}

body:has(.legal-wrap) > nav .nav-sub {
  margin-top: 7px;
  color: var(--ink);
  font-family: Lato, Arial, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

body:has(.legal-wrap) > nav .nav-cta {
  display: none;
}

body:has(.legal-wrap) > .legal-wrap {
  flex: 1 0 auto;
  width: min(100% - 44px, 920px);
  max-width: 920px;
  margin: 0 auto;
  padding: 72px 0 96px;
}

body:has(.legal-wrap) > .legal-wrap h1,
body:has(.legal-wrap) > .legal-wrap h2,
body:has(.legal-wrap) > .legal-wrap h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

body:has(.legal-wrap) > .legal-wrap h1 {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  font-weight: 500;
  line-height: .9;
}

body:has(.legal-wrap) > .legal-wrap h2 {
  margin-top: 48px;
  color: var(--ink);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 500;
  line-height: 1;
  border-bottom-color: var(--line);
}

body:has(.legal-wrap) > .legal-wrap h3 {
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 500;
}

body:has(.legal-wrap) > .legal-wrap p,
body:has(.legal-wrap) > .legal-wrap li {
  color: var(--ink);
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

body:has(.legal-wrap) > .legal-wrap a {
  color: var(--accent);
}

body:has(.legal-wrap) > footer {
  position: relative;
  z-index: 5;
  min-height: 74px;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--cream);
  border-top: 1px solid rgba(171, 119, 90, .18);
}

body:has(.legal-wrap) > footer .footer-brand,
body:has(.legal-wrap) > footer .footer-brand a {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: none;
}

body:has(.legal-wrap) > footer .footer-brand span {
  color: var(--accent);
}

body:has(.legal-wrap) > footer .footer-links {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body:has(.legal-wrap) > footer .footer-links a {
  color: var(--ink);
  font-family: Lato, Arial, sans-serif;
  font-size: .85rem;
  letter-spacing: 0;
  text-decoration: none;
}

body:has(.legal-wrap) > footer .footer-links a:hover {
  color: var(--accent);
}

body:has(.legal-wrap) > nav a:focus-visible,
body:has(.legal-wrap) > footer a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  body:has(.legal-wrap) > nav {
    min-height: 64px;
    padding: 14px 22px;
  }

  body:has(.legal-wrap) > nav .nav-logo {
    font-size: 1.05rem;
  }

  body:has(.legal-wrap) > nav .nav-sub {
    margin-top: 5px;
    font-size: .76rem;
  }

  body:has(.legal-wrap) > .legal-wrap {
    width: calc(100% - 44px);
    padding: 48px 0 64px;
  }

  body:has(.legal-wrap) > .legal-wrap h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  body:has(.legal-wrap) > .legal-wrap h2 {
    margin-top: 36px;
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  body:has(.legal-wrap) > footer {
    padding: 18px 22px;
    align-items: flex-start;
    flex-direction: column;
  }

  body:has(.legal-wrap) > footer .footer-links {
    gap: 18px;
  }
}
