/* ===========================================================
   Astrid Wozny Fotografie – Design-System
   Ästhetik: warm-editorial, ruhig, hochwertig
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500&display=swap');

/* Raleway – selbst gehostet (variabel, inkl. Stilset ss09 = nicht-gekreuztes W/w) */
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway.woff2?v=2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Italic.woff2?v=2') format('woff2');
  font-weight: 100 900; font-style: italic; font-display: swap;
}

/* Winsome – nur für den Logo-Schriftzug "Astrid Wozny". */
@font-face {
  font-family: 'Winsome';
  src: url('fonts/Winsome.woff2') format('woff2'),
       url('fonts/Winsome.otf')  format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ivory:      #f6edec;   /* Altrosa hell – flächige Hintergründe */
  --ivory-2:    #efe0df;   /* etwas tieferes Altrosa (Wechsel-Sektionen) */
  --cream:      #ffffff;   /* Weiß (Karten / helle Texte auf Dunkel) */
  --ink:        #1a171b;   /* Schwarz – Überschriften & dunkle Flächen */
  --ink-soft:   #4b4b4d;   /* Dunkelgrau – Fließtext */
  --clay:       #c8888f;   /* Altrosa dunkel – Hauptakzent / Schriftzug */
  --clay-deep:  #a85f6a;   /* tieferes Altrosa – Links/Hover/Eyebrow */
  --sand:       #e3c2c6;   /* weiches Altrosa */
  --line:       #ecdcdc;   /* zarte Linie */
  --white:      #ffffff;

  --serif: 'Raleway', -apple-system, BlinkMacSystemFont, sans-serif;
  --sans:  'Raleway', -apple-system, BlinkMacSystemFont, sans-serif;
  --script: 'Winsome', 'Cormorant Garamond', Georgia, serif;

  --maxw: 1240px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --radius: 2px;
  --shadow: 0 18px 50px -28px rgba(50, 40, 48, .42);

  --ease: cubic-bezier(.22, 1, .36, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--ink-soft);
  font-weight: 300;
  line-height: 1.75;
  font-size: 17px;
  letter-spacing: .01em;
  overflow-x: hidden;
  font-feature-settings: "ss09" 1;  /* nicht-gekreuztes W/w in Raleway */
}

html { overflow-x: hidden; max-width: 100%; }
html.menu-open, body.menu-open { overflow: hidden; height: 100%; touch-action: none; }
html.menu-open .nav-menu, body.menu-open .nav-menu { touch-action: pan-y; }

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

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

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.015em;
  color: var(--ink);
}

.serif { font-family: var(--serif); }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4.5rem, 9vw, 8.5rem); }
.center { text-align: center; }
.eyebrow {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .32em;
  color: var(--clay); font-weight: 500; display: inline-block; margin-bottom: 1.2rem;
}
.eyebrow::before { content: "—"; margin-right: .6em; color: var(--sand); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-soft); max-width: 60ch; }
.muted { color: var(--ink-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  text-align: center;
  font-family: var(--sans); font-weight: 400; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .2em;
  padding: 1.05em 2.2em; border-radius: var(--radius);
  border: 1px solid var(--ink); background: var(--ink); color: var(--cream);
  cursor: pointer; transition: all .4s var(--ease);
}
.btn:hover { background: var(--clay-deep); border-color: var(--clay-deep); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--clay-deep); color: var(--cream); border-color: var(--clay-deep); transform: translateY(-2px); }
.btn--light { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.btn--light:hover { background: var(--clay); border-color: var(--clay); color: var(--cream); }

.linkarrow {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .2em;
  color: var(--clay-deep); font-weight: 500; display: inline-flex; gap: .5em; align-items: center;
}
.linkarrow span { transition: transform .35s var(--ease); }
.linkarrow:hover span { transform: translateX(6px); }

/* ===========================================================
   HEADER / NAV
   =========================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 247, 249, .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 1.1rem; gap: 2rem;
}
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand b {
  font-family: var(--script); font-weight: 400; font-size: 1.85rem;
  letter-spacing: .01em; line-height: .9;
}
.brand { flex: 0 0 auto; }
.brand-logo { height: 92px; width: auto; max-width: none; display: block; object-fit: contain; }
.brand-logo--footer { height: 84px; }
@media (max-width: 560px) { .brand-logo { height: 64px; } }
.brand small {
  font-family: var(--sans); font-size: .6rem; text-transform: uppercase;
  letter-spacing: .42em; color: var(--clay); margin-top: .45rem; padding-left: .1em;
}
.nav-menu { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-menu > li > a {
  font-size: .78rem; text-transform: uppercase; letter-spacing: .16em;
  font-weight: 400; padding-block: .6rem; position: relative; color: var(--ink);
}
.nav-menu > li > a::after {
  content: ""; position: absolute; left: 0; bottom: .2rem; height: 1px; width: 0;
  background: var(--clay); transition: width .35s var(--ease);
}
.nav-menu > li > a:hover::after, .nav-menu > li > a.active::after { width: 100%; }

/* Dropdown */
.has-drop { position: relative; }
.drop {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow);
  min-width: 300px; padding: .35rem; list-style: none;
  opacity: 0; visibility: hidden; transition: all .3s var(--ease); border-radius: var(--radius);
}
.has-drop:hover .drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop li a {
  display: block; padding: .24rem 1rem; font-size: .82rem; letter-spacing: .04em; line-height: 1.25;
  text-transform: none; white-space: nowrap; border-radius: var(--radius); transition: all .25s var(--ease);
}
.drop li a:hover { background: var(--ivory-2); color: var(--clay-deep); padding-left: 1.4rem; }

/* Verschachteltes Untermenü (z. B. Gutschein-Beträge) */
.drop .has-sub { position: relative; }
.drop .has-sub > a::after { content: "\203A"; float: right; margin-left: .55em; font-size: 1.05em; line-height: 1.1; }
.drop .sub-left > a::after { content: "\2039"; float: left; margin: 0 .55em 0 0; }
.drop .sub {
  position: absolute; top: -.35rem; left: 100%; margin-left: .15rem;
  background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow);
  min-width: 210px; padding: .35rem; list-style: none; border-radius: var(--radius);
  opacity: 0; visibility: hidden; transition: all .25s var(--ease);
}
.drop .sub-left > .sub { left: auto; right: 100%; margin: 0 .15rem 0 0; }
.drop .has-sub:hover > .sub { opacity: 1; visibility: visible; }

.nav-cta { white-space: nowrap; }
/* Nav-CTA: sofort lesbare Schrift (Menü-Regel überschrieb sonst die Farbe) + abgerundete Pillenform */
.nav-menu > li.nav-cta > a.btn { color: var(--cream); border-radius: 999px; padding: .95em 1.9em; }
.nav-menu > li.nav-cta > a.btn:hover { color: var(--cream); }
.nav-menu > li.nav-cta > a.btn::after { display: none; }

.burger {
  display: none; background: none; border: none; cursor: pointer; padding: .55rem;
  flex-direction: column; gap: 6px;
}
.burger span { width: 32px; height: 2.5px; border-radius: 2px; background: var(--ink); transition: .3s var(--ease); }

/* Mobile */
@media (max-width: 940px) {
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(251, 247, 249, .97); }
  .nav-menu {
    position: fixed; inset: 0; width: 100vw;
    background: var(--cream); flex-direction: column; align-items: flex-start;
    padding: 5.5rem 1.6rem 3rem; gap: .3rem; transform: translateX(100%);
    transition: transform .45s var(--ease); box-shadow: var(--shadow);
    overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
  }
  .nav-menu.open { transform: translateX(0); }
  .nav-menu > li { width: 100%; }
  .nav-menu > li > a { display: block; padding: 1.25rem 0; font-size: 1.08rem; border-bottom: 1px solid var(--line); }
  .nav-menu > li > a::after { display: none; }
  .drop {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(78vw, 320px);
    transform: translateX(105%); opacity: 1; visibility: visible;
    background: var(--ivory); box-shadow: -10px 0 30px rgba(0,0,0,.16);
    border: none; border-left: 1px solid var(--line); border-radius: 0;
    padding: 5.2rem 1.2rem 2rem; min-width: 0; max-height: none; margin: 0;
    overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
    transition: transform .35s var(--ease); z-index: 10;
  }
  .has-drop:hover .drop { transform: translateX(105%); }
  .has-drop.open .drop { transform: translateX(0); }
  .drop li a { padding: 1.05rem 0; color: var(--ink); white-space: normal; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .drop li:last-child a { border-bottom: none; }
  .drop .has-sub > a::after { content: "\2039"; float: right; margin: 0 0 0 .55em; transition: transform .3s var(--ease); }
  .drop .has-sub.open > a::after { transform: rotate(-90deg); }
  .drop .sub {
    position: static; display: none; opacity: 1; visibility: visible; transform: none;
    margin: .3rem 1.6rem .9rem -.3rem; min-width: 0;
    background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: 0 8px 22px rgba(0,0,0,.08); padding: .35rem .9rem;
  }
  .drop .has-sub.open > .sub { display: block; animation: subIn .28s var(--ease); }
  @keyframes subIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }
  .drop .sub li a { padding: .85rem 0; color: var(--ink); white-space: normal; font-size: .95rem; border-bottom: 1px solid var(--line); }
  .drop .sub li:last-child a { border-bottom: none; }
  .nav-menu .has-drop > a::after { content: '›'; display: inline-block; margin-left: .5em; font-size: 1.2em; line-height: 1; transition: transform .3s var(--ease); }
  .has-drop.open > a::after { transform: rotate(180deg); }
  .burger { display: flex; z-index: 120; }
  .burger.open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }
}

/* ===========================================================
   PHOTO PLACEHOLDERS (durch echte Fotos ersetzbar)
   =========================================================== */
.photo {
  position: relative; overflow: hidden; background: var(--ivory-2);
  background-image:
    linear-gradient(135deg, rgba(194,104,154,.12), rgba(230,194,216,.22)),
    radial-gradient(120% 100% at 70% 0%, rgba(255,255,255,.55), transparent 60%);
  border-radius: var(--radius);
}
.photo::after {
  content: attr(data-label);
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-size: .7rem; text-transform: uppercase; letter-spacing: .25em;
  color: var(--clay-deep); text-align: center; padding: 1rem; opacity: .55;
}
.photo::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23c2689a' fill-opacity='0.06' d='M0 0h20v20H0zM20 20h20v20H20z'/%3E%3C/svg%3E");
}
.ratio-4-5 { aspect-ratio: 4 / 5; }
.ratio-1-1 { aspect-ratio: 1 / 1; }
.ratio-3-2 { aspect-ratio: 3 / 2; }
.ratio-3-4 { aspect-ratio: 3 / 4; }
.ratio-16-9 { aspect-ratio: 16 / 9; }

/* Querformat-Slider */
.slider { position: relative; aspect-ratio: 16 / 9; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); background: var(--ivory-2); }
.slider .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s var(--ease); }
.slider .slide.is-active { opacity: 1; }
.slider .slide .photo { width: 100%; height: 100%; border-radius: 0; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 46px; height: 46px; border-radius: 50%; border: none; background: rgba(255,255,255,.82); color: var(--ink); font-size: 1.7rem; line-height: 0; cursor: pointer; transition: background .3s var(--ease); }
.slider-arrow:hover { background: #fff; }
.slider-arrow.prev { left: 16px; }
.slider-arrow.next { right: 16px; }
.slider-dots { position: absolute; bottom: 16px; left: 0; right: 0; display: flex; gap: .5rem; justify-content: center; z-index: 3; }
.slider-dots button { width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: background .3s var(--ease), transform .3s var(--ease); }
.slider-dots button.is-active { background: #fff; transform: scale(1.3); }
@media (max-width: 600px) { .slider { aspect-ratio: 4 / 3; } .slider-arrow { width: 38px; height: 38px; font-size: 1.4rem; } }

/* ===========================================================
   HERO
   =========================================================== */
.hero { position: relative; padding-block: clamp(4rem, 8vw, 7rem) clamp(4rem,8vw,7rem); }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.7rem, 6.5vw, 5.4rem); font-weight: 300;
  margin-bottom: 1.6rem;
}
.hero h1 em { font-family: var(--script); font-style: normal; font-weight: 400; font-size: 1.32em; color: var(--clay); font-feature-settings: normal; }
.hero .badge {
  display: inline-flex; align-items: center; gap: .6em; font-size: .72rem;
  text-transform: uppercase; letter-spacing: .26em; color: var(--ink-soft);
  border: 1px solid var(--line); padding: .55em 1.1em; border-radius: 100px; margin-bottom: 1.8rem;
}
.hero .badge i { width: 6px; height: 6px; background: var(--clay); border-radius: 50%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }
.hero-photo { position: relative; }
.hero-photo .photo { box-shadow: var(--shadow); }
.hero-photo .float {
  position: absolute; bottom: -28px; left: -28px; width: 44%;
  border: 8px solid var(--cream); box-shadow: var(--shadow);
}
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { order: -1; }
  .hero-photo .float { width: 38%; left: -10px; bottom: -18px; }
}

/* page hero (Unterseiten) */
.pagehero { padding-block: clamp(3rem, 6vw, 5.5rem) clamp(2rem,4vw,3rem); text-align: center; }
.pagehero h1 { font-size: clamp(2.4rem, 5.5vw, 4.4rem); font-weight: 300; margin-bottom: 1rem; }
.pagehero h1 em { font-family: var(--script); font-style: normal; font-weight: 400; font-size: 1.32em; color: var(--clay); font-feature-settings: normal; }
.tw { font-feature-settings: "titl" 1; }  /* nicht-gekreuztes W (Winsome) */
.login-card { max-width: 560px; margin: 0 auto; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; padding: clamp(2rem,5vw,3.4rem); box-shadow: var(--shadow); }
.login-card h2 { font-size: clamp(1.5rem,3vw,2rem); margin-top: .6rem; }
.embed-slot { border: 2px dashed var(--clay); border-radius: 18px; background: var(--cream); padding: clamp(2rem,5vw,3.6rem); text-align: center; }
.embed-slot .embed-note { color: var(--ink-soft); font-size: .95rem; }
.post-card { display: block; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; padding: 1.8rem 1.8rem 1.6rem; box-shadow: var(--shadow); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.post-card:hover { transform: translateY(-4px); }
.post-card h3 { font-size: 1.3rem; margin: .5rem 0 .6rem; }
.post-card p { color: var(--ink-soft); }
.post-meta { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--clay-deep); }
.post-card .linkarrow { margin-top: 1.1rem; }
.post-body { max-width: 44rem; margin: 0 auto; }
.post-body p { margin-bottom: 1.2rem; }
.post-body h3 { font-size: 1.45rem; margin: 2.2rem 0 .8rem; color: var(--ink); }
.post-body ul { margin: 0 0 1.2rem 1.2rem; }
.post-body li { margin-bottom: .45rem; }
.post-body a { color: var(--clay-deep); text-decoration: underline; text-underline-offset: 3px; }
.price-card { background: var(--cream); border: 1px solid var(--line); border-radius: 20px; padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow); }
.price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.price-row:last-of-type { border-bottom: none; }
.price-info { display: flex; flex-direction: column; }
.price-name { font-weight: 600; color: var(--ink); }
.price-meta { font-size: .86rem; color: var(--ink-soft); margin-top: .15rem; }
.price-amt { white-space: nowrap; color: var(--clay-deep); font-size: 1.15rem; font-weight: 600; }
.price-options { list-style: none; margin: 1.2rem 0 0; padding: 1.2rem 0 0; border-top: 1px dashed var(--line); display: grid; gap: .5rem; }
.price-options li { display: flex; justify-content: space-between; font-size: .92rem; color: var(--ink-soft); }
.price-options li span { color: var(--clay-deep); font-weight: 600; }
.price-note { margin-top: 1.2rem; font-size: .9rem; color: var(--ink-soft); font-style: italic; }
.price-downloads { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.dl-btn { display: inline-flex; align-items: center; gap: .4em; padding: .6rem 1.1rem; border: 1px solid var(--clay); border-radius: 999px; color: var(--clay-deep); font-size: .9rem; font-weight: 600; text-decoration: none; transition: background .25s var(--ease), color .25s var(--ease); }
.dl-btn::before { content: "↓"; font-weight: 700; }
.dl-btn:hover { background: var(--clay); color: #fff; }
.dl-btn--form { border-style: dashed; }
.price-fine { margin: 1.4rem auto 0; font-size: .82rem; color: var(--ink-soft); text-align: center; }
.price-row--link { text-decoration: none; cursor: pointer; transition: padding-left .2s var(--ease); }
.price-row--link:hover { padding-left: .4rem; }
.price-row--link:hover .price-name { color: var(--clay-deep); }
.contract { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: clamp(1.5rem, 4vw, 3rem); box-shadow: var(--shadow); line-height: 1.7; }
.contract p { margin-bottom: 1rem; }
.contract-title { text-align: center; margin-bottom: 1.6rem; }
.contract-title strong { letter-spacing: .12em; font-size: 1.15rem; color: var(--ink); }
.contract-title span { font-size: .9rem; color: var(--ink-soft); }
.contract-list { margin: 1rem 0 1.6rem 1.2rem; display: grid; gap: .85rem; }
.contract-list li { padding-left: .3rem; }
.contract-field { margin: 1.1rem 0; }
.contract-field label { display: block; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: .35rem; }
.contract-field input { width: 100%; border: none; border-bottom: 1.5px solid var(--sand); background: transparent; padding: .5rem .2rem; font: inherit; color: var(--ink); }
.contract-field input:focus { outline: none; border-bottom-color: var(--clay); }
.sign-area { margin-top: 1.6rem; }
.sign-area label { display: block; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: .5rem; }
.sigpad { width: 100%; height: 180px; border: 1.5px dashed var(--sand); border-radius: 10px; background: #fff; touch-action: none; cursor: crosshair; display: block; }
.contract-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.btn--sm { padding: .5rem 1rem; font-size: .85rem; margin-top: .7rem; }
@media print {
  .site-header, .site-footer, .no-print, .band, .pagehero .crumbs, .slider-arrow, .wa-float, .termin-float, .call-float, .login-float, .mini-float { display: none !important; }
  body { background: #fff; }
  .pagehero { padding-top: 0; }
  .contract { box-shadow: none; border: 1px solid #ddd; }
  .sigpad { border: 1px solid #bbb; }
  a[href]::after { content: ""; }
}
.hero h1 em.script, .pagehero h1 em.script, h2 em.script { font-family: var(--script); font-style: normal; font-weight: 400; font-size: 1.32em; color: var(--clay); font-feature-settings: normal; }
.crumbs { font-size: .72rem; text-transform: uppercase; letter-spacing: .22em; color: var(--ink-soft); }
.crumbs a:hover { color: var(--clay-deep); }

/* ===========================================================
   GRIDS & CARDS
   =========================================================== */
.grid { display: grid; gap: clamp(1.2rem, 2.5vw, 2.2rem); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; } }

.service-card {
  position: relative; display: block; background: var(--cream);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: all .45s var(--ease);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card .photo { border-radius: 0; }
.service-card .body { padding: 1.6rem 1.6rem 1.9rem; }
.service-card h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.service-card p { font-size: .92rem; color: var(--ink-soft); margin-bottom: 1.1rem; }
.service-card .num {
  position: absolute; top: 1rem; right: 1.2rem; font-family: var(--serif);
  font-size: .85rem; color: var(--clay); background: rgba(251,248,243,.85);
  width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%;
}

/* feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split.rev .split-text { order: 2; }
@media (max-width: 820px) { .split, .split.rev { grid-template-columns: 1fr; } .split.rev .split-text { order: 0; } }
.split h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1.4rem; font-weight: 300; }

/* list with checks */
.ticks { list-style: none; display: grid; gap: .9rem; margin-top: 1.6rem; }
.ticks li { display: flex; gap: .9rem; align-items: flex-start; font-size: .98rem; }
.ticks li::before {
  content: ""; flex: none; width: 1.4rem; height: 1.4rem; margin-top: .15rem; border-radius: 50%;
  background: var(--ivory-2); border: 1px solid var(--sand);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239f4f78' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

/* gallery masonry-ish */
.masonry { columns: 3; column-gap: clamp(.8rem, 2vw, 1.5rem); }
.masonry .photo { margin-bottom: clamp(.8rem, 2vw, 1.5rem); break-inside: avoid; }
@media (max-width: 820px) { .masonry { columns: 2; } }
@media (max-width: 520px) { .masonry { columns: 1; } }

/* quote / testimonial */
.quote {
  font-family: var(--serif); font-size: clamp(1.5rem, 3.2vw, 2.4rem); font-weight: 300;
  line-height: 1.4; font-style: italic; max-width: 22ch;
}
.testi-card {
  background: var(--cream); border: 1px solid var(--line); padding: 2rem; border-radius: var(--radius);
}
.testi-card .stars { color: var(--clay); letter-spacing: .2em; margin-bottom: 1rem; }
.testi-card p { font-style: italic; font-family: var(--serif); font-size: 1.18rem; line-height: 1.5; margin-bottom: 1.2rem; }
.testi-card cite { font-style: normal; font-size: .82rem; text-transform: uppercase; letter-spacing: .18em; color: var(--clay-deep); }
.testi-card .testi-meta { display: block; margin-top: .35rem; font-size: .72rem; letter-spacing: .03em; color: var(--ink-soft); text-transform: none; }

/* Echte Google-Bewertungen (Masonry, gleicht unterschiedliche Längen aus) */
.reviews { columns: 3; column-gap: clamp(1rem, 2vw, 1.6rem); }
@media (max-width: 820px) { .reviews { columns: 2; } }
@media (max-width: 560px) { .reviews { columns: 1; } }
.reviews .testi-card { break-inside: avoid; margin-bottom: clamp(1rem, 2vw, 1.6rem); width: 100%; }
.reviews .testi-card p { font-size: 1.05rem; }
.gbadge {
  display: inline-flex; align-items: center; gap: .5em; font-size: .78rem;
  letter-spacing: .04em; color: var(--ink-soft); margin-top: .6rem;
}
.gbadge b { color: var(--clay-deep); font-family: var(--serif); font-weight: 500; }

/* steps */
.steps { counter-reset: s; display: grid; gap: 2rem; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; align-items: start; }
.step .n {
  font-family: var(--serif); font-size: 1.4rem; color: var(--clay-deep);
  border: 1px solid var(--sand); width: 3.4rem; height: 3.4rem; flex: none;
  display: grid; place-items: center; border-radius: 50%;
}
.step h4 { font-size: 1.35rem; margin-bottom: .4rem; }

/* band / CTA */
.band { background: var(--ink); color: var(--cream); }
.band .eyebrow { color: var(--sand); }
.band .eyebrow::before { color: var(--clay); }
.band h2 { color: var(--cream); font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 300; }
.band p { color: rgba(251,248,243,.72); }

/* ===========================================================
   CONTACT
   =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 1.3rem; }
.field label {
  display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .18em;
  color: var(--ink-soft); margin-bottom: .5rem;
}
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--sans); font-size: 1rem; font-weight: 300;
  padding: .95rem 1.1rem; border: 1px solid var(--line); background: var(--cream);
  border-radius: var(--radius); color: var(--ink); transition: border .3s var(--ease);
  font-feature-settings: "ss09" 1;  /* ungekreuztes w auch im Dropdown */
}
.field select option { font-feature-settings: "ss09" 1; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--clay); }
.field textarea { resize: vertical; min-height: 140px; }

.info-row { display: flex; gap: 1.1rem; align-items: flex-start; padding-block: 1.3rem; border-bottom: 1px solid var(--line); }
.info-row .ic {
  flex: none; width: 2.8rem; height: 2.8rem; border-radius: 50%; background: var(--ivory-2);
  display: grid; place-items: center; color: var(--clay-deep);
}
.info-row b { font-family: var(--serif); font-weight: 500; font-size: 1.05rem; display: block; }
.info-row a, .info-row span { color: var(--ink-soft); font-size: .95rem; }
.info-row a:hover { color: var(--clay-deep); }

.wa-btn {
  display: inline-flex; align-items: center; gap: .6em; background: #25D366; color: #fff;
  padding: 1em 1.8em; border-radius: 100px; font-size: .85rem; letter-spacing: .08em;
  text-transform: uppercase; transition: all .35s var(--ease);
}
.wa-btn:hover { filter: brightness(.95); transform: translateY(-2px); }

/* ===========================================================
   FOOTER
   =========================================================== */
.site-footer { background: var(--ink); color: rgba(251,248,243,.7); padding-block: clamp(3.5rem, 6vw, 5rem) 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.foot-region { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; line-height: 2; color: var(--ivory-2); }
.foot-region-label { color: var(--sand); font-weight: 600; margin-right: .3rem; }
.foot-region a { color: var(--ivory-2); text-decoration: none; }
.foot-region a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer .brand b { color: var(--cream); }
.site-footer h5 {
  font-family: var(--sans); font-size: .72rem; text-transform: uppercase; letter-spacing: .22em;
  color: var(--sand); margin-bottom: 1.2rem; font-weight: 500;
}
.site-footer ul { list-style: none; display: grid; gap: .7rem; }
.site-footer a { font-size: .92rem; transition: color .3s var(--ease); }
.site-footer a:hover { color: var(--cream); }
.foot-bottom {
  margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid rgba(251,248,243,.12);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: .78rem; color: rgba(251,248,243,.5);
}
.foot-bottom a:hover { color: var(--cream); }

/* ===========================================================
   ANIMATIONS (scroll reveal)
   =========================================================== */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .1s; }
[data-reveal][data-delay="2"] { transition-delay: .2s; }
[data-reveal][data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* utility */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; }
.bg-cream { background: var(--cream); }
.bg-ivory2 { background: var(--ivory-2); }
.maxc { max-width: 720px; margin-inline: auto; }
.tag { font-size: .7rem; text-transform: uppercase; letter-spacing: .2em; color: var(--clay); }
.prose p { margin-bottom: 1.2rem; max-width: 68ch; }
.prose h3 { font-size: 1.5rem; margin: 2.2rem 0 .8rem; }
.prose ul { margin: 1rem 0 1.2rem 1.2rem; }
.prose li { margin-bottom: .5rem; }

/* Einzugsgebiet / Ortsliste */
.places {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline;
  gap: .5em .6em;
  max-width: 62rem; margin: 1.8rem auto 0;
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.18rem); color: var(--ink-soft);
}
.places .place { white-space: nowrap; transition: color .3s var(--ease); }
.places .place::after { content: "·"; color: var(--sand); margin-left: .6em; }
.places .place:last-child::after { content: none; }
.places .place:hover { color: var(--clay-deep); }
.places .place--home { color: var(--clay-deep); font-weight: 600; }
.places a.place--link { color: var(--clay-deep); text-decoration: none; cursor: pointer; }
.places a.place--link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Warum ich – Karten */
.why-card { text-align: center; padding: 1.6rem 1rem; }
.why-ic {
  display: inline-grid; place-items: center; width: 3.8rem; height: 3.8rem;
  border-radius: 50%; background: var(--ivory-2); border: 1px solid var(--sand);
  color: var(--clay-deep); margin-bottom: 1.3rem;
}
.why-card h3 { font-size: 1.28rem; margin-bottom: .55rem; line-height: 1.25; }
.why-card p { font-size: .92rem; max-width: 26ch; margin-inline: auto; }

/* Karte / Anfahrt */
.map-wrap { max-width: 1000px; margin: 2.4rem auto 0; }
.map-holder {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--ivory-2);
  background-image: linear-gradient(135deg, rgba(169,119,79,.10), rgba(216,199,179,.18));
}
.map-holder iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-consent {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1.1rem; text-align: center; padding: 1.5rem;
}
@media (max-width: 560px) { .map-holder { aspect-ratio: 4 / 3; } }

/* Gutscheine */
.voucher-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); gap: clamp(1rem, 2vw, 1.4rem); }
@media (max-width: 420px) { .voucher-grid { grid-template-columns: 1fr; } }
.voucher-card {
  position: relative; background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 2.2rem 1.5rem; text-align: center;
  transition: all .4s var(--ease);
}
.voucher-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--sand); }
.voucher-card .amt { font-family: var(--serif); font-weight: 400; font-size: 2.9rem; line-height: 1; color: var(--clay-deep); }
.voucher-card .amt small { font-size: 1.2rem; }
.voucher-card .lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; color: var(--ink-soft); margin: .7rem 0 1.5rem; }
.voucher-card.feat { background: var(--ink); border-color: var(--ink); }
.voucher-card.feat .amt { color: var(--sand); }
.voucher-card.feat .lbl { color: rgba(251,248,243,.7); }
.voucher-wish {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  margin-top: clamp(1rem, 2vw, 1.6rem); padding: 1.6rem 1.8rem;
  background: var(--ivory-2); border: 1px solid var(--line); border-radius: var(--radius);
}
.voucher-wish b { font-family: var(--serif); font-weight: 500; font-size: 1.2rem; display: block; }
.voucher-wish .muted { font-size: .92rem; }

/* --- Schwebender WhatsApp-Button --- */
.wa-float {
  position: fixed; right: 1.1rem; bottom: 4.7rem; z-index: 200;
  display: inline-flex; align-items: center; gap: .55em;
  background: #aec8a0; color: #2f3a28; text-decoration: none;
  padding: .78rem 1.05rem; border-radius: 999px;
  font-size: .92rem; letter-spacing: .02em;
  box-shadow: 0 6px 22px rgba(0,0,0,.18);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.wa-float:hover { transform: translateY(-2px); background: #25D366; box-shadow: 0 10px 26px rgba(0,0,0,.22); color:#fff; }
.wa-float svg { flex: 0 0 auto; }
.wa-float span { font-weight: 500; }
@media (max-width: 640px) {
  .wa-float { padding: .8rem; border-radius: 50%; }
  .wa-float span { display: none; }   /* mobil nur das Logo */
}

/* --- Vorher/Nachher-Slider --- */
.ba-slider {
  position: relative; width: 100%; aspect-ratio: 4/3; overflow: hidden;
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  user-select: none; touch-action: none; background: var(--ivory2);
}
.ba-slider .ba-img { position: absolute; inset: 0; }
.ba-slider .ba-img .ph { width: 100%; height: 100%; display:flex; align-items:center; justify-content:center;
  font-size:.78rem; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-soft); }
.ba-before { background: #e7d8d6; }
.ba-after  { background: #cfc3c8; clip-path: inset(0 0 0 50%); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.25); cursor: ew-resize;
}
.ba-handle::after {
  content: '⟷'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--ink);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
.ba-label {
  position: absolute; top: .8rem; padding: .3rem .7rem; border-radius: 999px;
  font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
  background: rgba(255,255,255,.85); color: var(--ink);
}
.ba-label.before { left: .8rem; }
.ba-label.after  { right: .8rem; }

/* --- Hinweis-Kasten (global) --- */
.gv-note{font-size:.88rem;color:var(--ink-soft);background:var(--cream);border-left:3px solid var(--clay);padding:1rem 1.1rem;border-radius:8px;margin:1.6rem 0}

/* --- Betrags-Knöpfe (Gutschein) --- */
.gv-chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.gv-chips button {
  padding: .68rem 1.1rem; border-radius: 999px; cursor: pointer;
  background: #fff; color: var(--ink); border: 1px solid var(--line);
  font-size: .95rem; letter-spacing: .02em; transition: all .2s var(--ease);
}
.gv-chips button:hover { border-color: var(--clay); }
.gv-chips button.sel { background: var(--clay); border-color: var(--clay); color: #fff; }
.gv-chips ~ select { display: none; }   /* Auswahlfeld versteckt, Knöpfe übernehmen */

/* --- Schwebender Termin-Button (über WhatsApp) --- */
.termin-float {
  position: fixed; right: 1.1rem; bottom: 11.9rem; z-index: 200;
  display: inline-flex; align-items: center; gap: .55em;
  background: var(--clay-deep); color: #fff; text-decoration: none;
  padding: .78rem 1.05rem; border-radius: 999px;
  font-size: .92rem; letter-spacing: .02em;
  box-shadow: 0 6px 22px rgba(0,0,0,.18);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.termin-float svg { flex: 0 0 auto; }
.termin-float span { font-weight: 500; }
.call-float {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 200;
  display: inline-flex; align-items: center; gap: .55em;
  background: var(--ink); color: #fff; text-decoration: none;
  padding: .78rem 1.05rem; border-radius: 999px;
  font-size: .92rem; letter-spacing: .02em;
  box-shadow: 0 6px 22px rgba(0,0,0,.18);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.call-float { transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .3s var(--ease), color .3s var(--ease); }
.call-float:hover { transform: translateY(-2px); color:#fff; box-shadow: 0 10px 26px rgba(0,0,0,.22); }
/* Über dem dunklen Footer: hell einfärben, damit er sichtbar bleibt */
.call-float.on-dark { background: var(--cream); color: var(--ink); }
.call-float.on-dark:hover { color: var(--ink); }
.call-float svg { flex: 0 0 auto; }
.call-float span { font-weight: 500; }
.login-float {
  position: fixed; right: 1.1rem; bottom: 15.5rem; z-index: 200;
  display: inline-flex; align-items: center; gap: .55em;
  background: #fff; color: var(--akzent, #a85f6a); border: 1px solid var(--akzent, #a85f6a); text-decoration: none;
  padding: .78rem 1.05rem; border-radius: 999px;
  font-size: .92rem; letter-spacing: .02em;
  box-shadow: 0 6px 22px rgba(0,0,0,.18);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.login-float:hover { transform: translateY(-2px); background: var(--akzent, #a85f6a); color: var(--cream); box-shadow: 0 10px 26px rgba(0,0,0,.22); }
.login-float svg { flex: 0 0 auto; }
.login-float span { font-weight: 500; }
.termin-float:hover { transform: translateY(-2px); color:#fff; box-shadow: 0 10px 26px rgba(0,0,0,.22); }
@media (max-width: 640px) {
  .termin-float { bottom: 11.3rem; padding: .8rem; border-radius: 50%; }
  .termin-float span { display: none; }
  .login-float { bottom: 14.7rem; padding: .8rem; border-radius: 50%; }
  .login-float span { display: none; }
  .wa-float { bottom: 4.5rem; }
  .call-float { padding: .8rem; border-radius: 50%; }
  .call-float span { display: none; }
}

/* --- PC: Menü bei mittleren Fensterbreiten kompakter, damit nichts verschwindet --- */
@media (min-width: 941px) and (max-width: 1280px) {
  .nav-menu { gap: .9rem; }
  .nav-menu > li > a { font-size: .72rem; letter-spacing: .08em; }
  .nav-cta .btn { padding: .55rem .9rem; font-size: .72rem; }
}

/* --- Bestellbogen-Tabellen --- */
.bb-table { width:100%; border-collapse:collapse; font-size:.9rem; }
.bb-table th { font-weight:500; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-soft); padding:.35rem .5rem; border-bottom:2px solid var(--line); }
.bb-table td { padding:.35rem .5rem; border-bottom:1px solid var(--line); vertical-align:middle; }
.bb-table .bb-l { text-align:left; }
.bb-table .bb-p { white-space:nowrap; text-align:right; }
.bb-table .bb-g { white-space:nowrap; text-align:right; min-width:5.5rem; }
.bb-table input.bb-nr { width:7.5rem; } .bb-table input.bb-m { width:3.6rem; }
.bb-table input, .bb-sum input, .bb-sum select { border:1px solid var(--line); border-radius:6px; padding:.3rem .45rem; font:inherit; background:#fff; }
.bb-sum { width:100%; border-collapse:collapse; margin-top:1rem; font-size:.95rem; }
.bb-sum td { padding:.45rem .5rem; border-bottom:1px solid var(--line); }
.bb-sum td:last-child { text-align:right; white-space:nowrap; min-width:6.5rem; }
.bb-sum .bb-total td { border-bottom:none; border-top:2px solid var(--ink); font-size:1.05rem; }

/* Hero-Vertrauenszeile (Hack 3: Social Proof) */
.hero-trust { display: inline-flex; align-items: center; gap: .55em; margin: 1.1rem 0 .2rem; font-size: .88rem; letter-spacing: .04em; color: var(--ink-soft); text-decoration: none; }
.hero-trust .stars { color: var(--clay); letter-spacing: .18em; font-size: .95rem; }
.hero-trust:hover { color: var(--clay-deep); }


/* Foto-Rotation in Leistungs-Karten: Foto immer komplett sichtbar,
   Restfläche füllt eine weichgezeichnete Version desselben Fotos */
.photo.photo-rot::after, .photo.photo-rot::before { content: none; }
.photo.photo-rot .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s var(--ease); }
.photo.photo-rot .slide.on { opacity: 1; }
.photo.photo-rot .slide .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(16px) saturate(1.05) brightness(1.02); transform: scale(1.12); }
.photo.photo-rot .slide .fg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }


/* FAQ (aufklappbare Fragen) */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.15rem 2.2rem 1.15rem 0;
  font-family: var(--serif); font-size: 1.12rem; position: relative;
  transition: color .3s var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: .2rem; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 300; color: var(--clay-deep); transition: transform .3s var(--ease);
}
.faq-item[open] summary { color: var(--clay-deep); }
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .faq-a { padding: 0 0 1.3rem; color: var(--ink-soft); line-height: 1.75; }
.faq-item .faq-a a { color: var(--clay-deep); }

/* --- Erkennbare Links in Info-Sektionen (Kliniken, Ausflugstipps, Baeder, Hebammen) --- */
a[target="_blank"]:not([class*="btn"]):not([class*="float"]) {
  color: var(--akzent, #a85f6a);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
a[target="_blank"]:not([class*="btn"]):not([class*="float"]):hover { opacity: .8; }

/* --- Preiszeilen in Ausflugstipps: gut lesbar --- */
.preiszeile { font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: .9rem; line-height: 1.5; }

/* --- Zweiter Kopfzeilen-Button: Mini-Shooting buchen --- */
.nav-cta { display: flex; flex-direction: column; align-items: stretch; gap: .35rem; }
.nav-menu > li.nav-cta > a.btn--mini { background: transparent; color: var(--akzent, #a85f6a); border: 1px solid var(--akzent, #a85f6a); padding: .55em 1.2em; font-size: .78em; text-align: center; }
.nav-menu > li.nav-cta > a.btn--mini:hover { background: var(--akzent, #a85f6a); color: var(--cream); }

/* --- Schwebender Mini-Shooting-Button (über "Schreib mir") --- */
.mini-float {
  position: fixed; right: 1.1rem; bottom: 8.3rem; z-index: 200;
  display: inline-flex; align-items: center; gap: .55em;
  background: var(--akzent, #a85f6a); color: #fff; text-decoration: none;
  padding: .78rem 1.05rem; border-radius: 999px;
  font-size: .92rem; letter-spacing: .02em;
  box-shadow: 0 6px 22px rgba(0,0,0,.18);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.mini-float:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.22); }
.mini-float svg { flex: 0 0 auto; }
.mini-float span { font-weight: 500; }
@media (max-width: 640px) {
  .mini-float { bottom: 7.9rem; padding: .8rem; border-radius: 50%; }
  .mini-float span { display: none; }
}

/* --- Ausflugstipps: lesbare Adress-/Infozeilen + Tipp-Box --- */
.adresszeile { font-size: .88rem; color: var(--ink-soft); margin-bottom: .7rem; line-height: 1.5; }
.tipp-box { background: var(--ivory-2); border: 1px solid var(--akzent, #a85f6a); border-radius: var(--radius); padding: 1.2rem 1.5rem; max-width: 720px; margin-left: auto; margin-right: auto; font-size: .95rem; line-height: 1.6; }

/* --- Slider-Umbau v225: vollbreiter Slider, klickbare Slides, Solo-Hero --- */
.slider--wide { border-radius: 0; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); aspect-ratio: 2.1 / 1; max-height: 78vh; }
@media (max-width: 900px) { .slider--wide { aspect-ratio: 16 / 9; } }
@media (max-width: 600px) { .slider--wide { aspect-ratio: 4 / 3; } }
.slider .slide > a { display: block; width: 100%; height: 100%; }
.hero-grid--solo { grid-template-columns: 1fr; text-align: center; max-width: 70ch; margin: 0 auto; }
.hero-grid--solo .hero-actions { justify-content: center; }
.hero-grid--solo .badge { margin-left: auto; margin-right: auto; }

/* Variante A: Text auf dem Slider */
.hero-pure { position: relative; width: 100vw; margin-left: calc(50% - 50vw); line-height: 0; }
.slider--hero { border-radius: 0; width: 100vw; max-width: 100vw; aspect-ratio: auto; height: calc(100vh - 92px); min-height: 560px; max-height: none; margin: 0; }
@media (max-width: 900px) { .slider--hero { height: calc(100vh - 76px); min-height: 480px; } }

.hero-overlay-text { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 5vw; }
.hero-overlay-text > .hero-text { background: rgba(253,249,247,.93); border: 1px solid rgba(200,136,143,.28); border-radius: 26px; padding: clamp(2rem,4vw,3.2rem) clamp(1.8rem,4.5vw,4rem); max-width: 760px; box-shadow: 0 18px 60px rgba(70,45,40,.18); backdrop-filter: blur(3px); }
.hero-overlay-text h1 { color: #4a3f38; text-shadow: none; }
.hero-overlay-text .lead { color: #6b5d54; text-shadow: none; }
.hero-overlay-text .hero-trust { color: #9a8b80; text-shadow: none; }
.hero-overlay-text h1 { font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 300; margin: 1.1rem 0 1.2rem; }
.hero-overlay-text h1 em, .hero-overlay-text h1 em.script { font-family: var(--script); font-style: normal; font-weight: 400; font-size: 1.32em; color: #c8888f; font-feature-settings: normal; }
.hero-overlay-text .badge { display: inline-flex; align-items: center; gap: .6em; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; padding: .55em 1.15em; border-radius: 999px; border: 1px solid rgba(200,136,143,.45); }
.hero-overlay-text .hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; justify-content: center; }
.hero-overlay-text .badge { background: transparent; border-color: rgba(200,136,143,.5); color: #a85f6a; }
.hero-overlay-text .hero-actions { justify-content: center; }
.hero-overlay-text .lead { max-width: 62ch; margin-left: auto; margin-right: auto; }
@media (max-width: 900px) { .slider--hero { aspect-ratio: 3 / 4; } }

/* Sanftes Einblenden der Hero-Texte */
@keyframes heroFade { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.hero-overlay-text > .hero-text { animation: heroFade 1.5s .3s cubic-bezier(.22,.68,.32,1) both; }
.hero-overlay-text .badge       { animation: heroFade 1.5s .35s cubic-bezier(.22,.68,.32,1) both; }
.hero-overlay-text h1           { animation: heroFade 1.8s .75s cubic-bezier(.22,.68,.32,1) both; }
.hero-overlay-text .lead        { animation: heroFade 1.8s 1.25s cubic-bezier(.22,.68,.32,1) both; }
.hero-overlay-text .hero-trust  { animation: heroFade 1.8s 1.6s cubic-bezier(.22,.68,.32,1) both; }
.hero-overlay-text .hero-actions{ animation: heroFade 1.8s 1.9s cubic-bezier(.22,.68,.32,1) both; }
.hero-overlay .slider-dots { bottom: 26px; }
@media (prefers-reduced-motion: reduce) { .hero-overlay-text * { animation: none !important; } }

/* Reiner Foto-Hero: Bild pur, Text darunter */
.hero-pure .slider--hero { height: calc(100vh - 92px); min-height: 520px; }
.hero-pure + .hero { padding-block: clamp(2.6rem,5vw,4.2rem) clamp(2rem,4vw,3.4rem); }
.hero-pure + .hero .hero-text > * { animation: heroFade 1.5s both cubic-bezier(.22,.68,.32,1); }
.hero-pure + .hero .badge { animation-delay: .15s; }
.hero-pure + .hero h1 { animation-delay: .35s; }
.hero-pure + .hero .lead { animation-delay: .6s; }
.hero-pure + .hero .hero-trust { animation-delay: .8s; }
.hero-pure + .hero .hero-actions { animation-delay: 1s; }
@media (max-width: 900px) { .hero-pure .slider--hero { height: calc(100vh - 76px); min-height: 440px; } }
@media (prefers-reduced-motion: reduce) { .hero-pure + .hero .hero-text > * { animation: none !important; } }

/* Split-Hero: Text links, Slider rechts */
.hero-split { padding-block: clamp(2.4rem,5vw,4.5rem); }
.hero-split-grid { display: grid; grid-template-columns: .64fr 1.36fr; gap: clamp(1.4rem,3vw,2.8rem); align-items: center; }
.hero-split-text, .hero-split-media { min-width: 0; }
.hero-split-text h1, .hero-split-text h2 { overflow-wrap: break-word; hyphens: auto; }
.hero-split-text .badge { display: inline-flex; align-items: center; gap: .6em; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; padding: .55em 1.15em; border-radius: 999px; border: 1px solid rgba(200,136,143,.45); color: var(--clay-deep); }
.hero-split-text h1 { font-size: clamp(2.4rem,4.6vw,4.2rem); font-weight: 300; margin: 1.2rem 0 1.4rem; }
.hero-split-text h1 em, .hero-split-text h1 em.script { font-family: var(--script); font-style: normal; font-weight: 400; font-size: 1.32em; color: var(--clay); font-feature-settings: normal; }
.hero-split-text .hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-split-media .slider--split { border-radius: 0; width: 100%; max-width: 100%; margin: 0; aspect-ratio: 3 / 2; max-height: 80vh; box-shadow: 0 22px 60px rgba(70,45,40,.16); }
.hero-split-text > * { animation: heroFade 1.5s both cubic-bezier(.22,.68,.32,1); }
.hero-split-text .badge { animation-delay: .2s; }
.hero-split-text h1 { animation-delay: .45s; }
.hero-split-text .lead { animation-delay: .7s; }
.hero-split-text .hero-trust { animation-delay: .9s; }
.hero-split-text .hero-actions { animation-delay: 1.1s; }
.hero-split-media { animation: heroFade 1.6s .1s both cubic-bezier(.22,.68,.32,1); }
@media (max-width: 900px) {
  .hero-split-grid { display: flex; flex-direction: column; align-items: stretch; gap: 1.1rem; }
  .hero-split-text, .hero-split-text .hero-text, .hero-split-text .split-text { display: contents; }
  .hero-split-text .badge { order: 1; align-self: flex-start; }
  .hero-split-text .hero-actions { align-self: stretch; }
  .hero-split-media { width: 100%; }
  .hero-split-text h1, .hero-split-text .eyebrow, .hero-split-text h2 { order: 2; margin-bottom: .2rem; }
  .hero-split-media { order: 3; margin: .4rem 0 .6rem; }
  .hero-split-text .lead, .hero-split-text .muted, .hero-split-text p { order: 4; }
  .hero-split-text .ticks { order: 5; }
  .hero-split-text .hero-trust { order: 6; }
  .hero-split-text .hero-actions, .hero-split-text .btn { order: 7; }
  .hero-split-media .slider--split { aspect-ratio: 3 / 2; }
}
@media (prefers-reduced-motion: reduce) { .hero-split-text > *, .hero-split-media { animation: none !important; } }

/* Slider ziehen statt Pfeile */
.slider.is-draggable { cursor: grab; }
.slider.is-grabbing { cursor: grabbing; }
.slider.is-draggable img, .slider.is-draggable a { user-select: none; -webkit-user-drag: none; }
.hero-split-media .slider--split .slide > a { pointer-events: none; }

/* H1 in der Split-Spalte */
.hero-split-text .crumbs { margin-bottom: .6rem; }
.hero-split-text h1 { font-size: clamp(2.1rem,3.8vw,3.4rem); font-weight: 300; margin: 0 0 .4rem; text-align: left; }
.hero-split-text h1 em { font-family: var(--script); font-style: normal; font-weight: 400; font-size: 1.32em; color: var(--clay); font-feature-settings: normal; }
.hero-split-text > .lead { text-align: left; margin-bottom: 1.6rem; }
.hero-split-text .eyebrow { display: block; margin-top: 1.2rem; }

/* Leistungsseiten: Ueberschrift links, Slider rechts, Text darunter */
.intro-block { max-width: 78ch; margin: 0 auto; }
.intro-block .ticks { columns: 2; column-gap: 2.4rem; }
.intro-block .ticks li { break-inside: avoid; }
.hero-split-text > .lead { margin-bottom: 0; }
@media (max-width: 720px) { .intro-block .ticks { columns: 1; } }

/* Slider ohne abgerundete Ecken */
.slider, .slider--split, .hero-split-media .slider--split { border-radius: 0; }

/* Ueber-mich-Bereich auf der Startseite */
.ueber-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(1.8rem,4vw,3.4rem); align-items: center; }
.ueber-grid .ueber-foto, .ueber-grid .split-text { min-width: 0; }
.ueber-grid .ueber-foto .photo { box-shadow: 0 18px 50px rgba(70,45,40,.16); }
@media (max-width: 860px) { .ueber-grid { grid-template-columns: 1fr; } .ueber-grid .ueber-foto { max-width: 320px; margin: 0 auto; } }

/* Einstiegssatz ueber der Ueberschrift */
.eyebrow-satz { font-family: var(--script); font-size: clamp(1.15rem,2vw,1.5rem); color: var(--clay); margin: .2rem 0 .5rem; line-height: 1.3; }

/* Lichtlinie: feine Zeichen-Animation unter Seitentiteln */
.lichtlinie{width:min(300px,70vw);margin:1.1rem auto .2rem;display:block}
.lichtlinie path{fill:none;stroke:var(--clay);stroke-width:1.4;stroke-linecap:round;stroke-dasharray:420;stroke-dashoffset:420;animation:ll-zeichnen 2.4s ease-out .4s forwards}
@keyframes ll-zeichnen{to{stroke-dashoffset:0}}
@media (prefers-reduced-motion:reduce){.lichtlinie path{animation:none;stroke-dashoffset:0}}
