@font-face{font-family:"Lato Local";src:url("assets/fonts/Lato-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Lato Local";src:url("assets/fonts/Lato-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Lato Local";src:url("assets/fonts/Lato-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Brightwater";src:url("assets/fonts/Brightwater.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
:root{
  --cream:#f7f3ec;
  --cocoa:#442a16;
  --blush:#dca1a1;
  --paper:#fffdfa;
  --ink:#2e2925;
  --muted:#6e665f;
  --sage:#788476;
  --sage-dark:#586458;
  --taupe:#c8b8aa;
  --brown:#5a4337;
  --line:rgba(46,41,37,.12);
  --shadow:0 24px 70px rgba(69,54,44,.10);
  --radius:28px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Lato Local",Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.eyebrow{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sage-dark);font-weight:700}.serif,h1,h2,h3{font-family:"Lato Local",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:-.03em}h1{font-size:clamp(3.2rem,7vw,6.9rem);line-height:.93;margin:.18em 0}h2{font-size:clamp(2.35rem,4vw,4.2rem);line-height:1.04;margin:.2em 0 .55em}h3{font-size:1.65rem;line-height:1.15;margin:.25em 0 .6em}p{margin:.65em 0;color:var(--muted)}.lead{font-size:clamp(1.08rem,1.6vw,1.35rem);max-width:700px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid var(--ink);font-weight:700;transition:.28s ease;cursor:pointer}.btn.primary{background:var(--cocoa);border-color:var(--cocoa);color:#fff}.btn.primary:hover{background:#352011;border-color:#352011;transform:translateY(-2px)}.btn.ghost:hover{background:#fff;transform:translateY(-2px)}
header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(247,243,236,.78);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:.3s}header.scrolled{border-color:var(--line);box-shadow:0 8px 30px rgba(44,37,31,.06)}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;line-height:1;flex:0 0 auto}.brand img{width:68px;height:68px;object-fit:contain;display:block;transition:transform .3s ease}.brand:hover img{transform:scale(1.035)}.navlinks{display:flex;align-items:center;gap:28px;font-size:.94rem}.navlinks a{position:relative}.navlinks a:after{content:'';position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:var(--ink);transition:.25s}.navlinks a:hover:after{right:0}.menu{display:none;border:0;background:none;font-size:1.7rem}.hero{padding:124px 0 56px;min-height:100svh;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:55px;align-items:center}.hero-copy{padding:48px 0}.hero h1 span{color:var(--blush);font-family:"Brightwater",cursive;font-style:normal;font-weight:400;letter-spacing:0;display:inline-block;transform:translateY(.08em)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.availability{margin-top:44px;background:rgba(255,255,255,.6);border:1px solid var(--line);border-radius:22px;padding:18px 20px;display:flex;align-items:flex-start;gap:14px;max-width:610px}.dot{width:10px;height:10px;background:var(--sage);border-radius:50%;margin-top:8px;box-shadow:0 0 0 7px rgba(120,132,118,.12);flex:0 0 auto}.availability strong{display:block;margin-bottom:1px}.availability span{color:var(--muted)}.hero-photo{position:relative;min-height:720px}.hero-photo:before{content:'';position:absolute;inset:8% -7% -4% 9%;border-radius:46% 46% 16% 16%/35% 35% 13% 13%;background:#ddd3c6}.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 28%;border-radius:46% 46% 16% 16%/35% 35% 13% 13%;box-shadow:var(--shadow)}.floating-note{position:absolute;left:-28px;bottom:36px;background:var(--paper);border:1px solid var(--line);padding:16px 18px;border-radius:18px;box-shadow:var(--shadow);max-width:230px}.floating-note strong{font-family:"Brightwater",cursive;font-size:1.55rem;font-weight:400;line-height:1.05;color:var(--cocoa)}.floating-note p{font-size:.88rem;margin:3px 0 0}
section{padding:105px 0}.soft{background:var(--paper)}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:78px;align-items:center}.portrait-wrap{position:relative}.portrait-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;border-radius:var(--radius);box-shadow:var(--shadow)}.portrait-wrap:after{content:'';position:absolute;right:-18px;bottom:-18px;width:42%;height:37%;border:1px solid var(--sage);border-radius:55% 45% 55% 45%;z-index:-1}.quote{font-family:"Brightwater",cursive;font-size:2rem;line-height:1.2;color:var(--cocoa);padding-left:24px;border-left:2px solid var(--blush);margin:28px 0}.mini-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}.mini{background:var(--cream);border:1px solid var(--line);padding:18px;border-radius:18px}.mini strong{display:block;font-family:"Brightwater",cursive;font-size:1.4rem;font-weight:400;color:var(--cocoa)}.mini span{font-size:.83rem;color:var(--muted)}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}.section-head p{max-width:560px}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{background:var(--paper);border:1px solid var(--line);padding:32px;border-radius:var(--radius);box-shadow:0 14px 38px rgba(69,54,44,.05);transition:.28s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card-num{width:44px;height:44px;border-radius:50%;background:rgba(220,161,161,.24);display:grid;place-items:center;font-family:"Lato Local",sans-serif;font-weight:700;color:var(--cocoa);margin-bottom:28px}.feature-list{list-style:none;padding:0;margin:23px 0 0}.feature-list li{position:relative;padding:10px 0 10px 27px;border-top:1px solid var(--line);color:var(--muted)}.feature-list li:before{content:'↗';position:absolute;left:0;color:var(--sage-dark)}.coverage{display:grid;grid-template-columns:.78fr 1.22fr;gap:50px;align-items:center}.area-cloud{display:flex;gap:10px;flex-wrap:wrap}.area-cloud span{padding:10px 15px;border:1px solid var(--line);background:rgba(255,255,255,.5);border-radius:999px;color:var(--ink);font-size:.94rem}
.contact-shell{display:grid;grid-template-columns:.82fr 1.18fr;gap:38px;background:var(--cocoa);color:#fff;border-radius:36px;padding:50px;overflow:hidden}.contact-shell p{color:rgba(255,255,255,.7)}.contact-shell .eyebrow{color:#efc3c3}.contact-shell a.mail{font-family:"Brightwater",cursive;font-size:1.9rem;border-bottom:1px solid rgba(255,255,255,.35)}form{background:var(--paper);padding:30px;border-radius:24px;color:var(--ink)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:700}.field input,.field textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px 15px;font:inherit;color:var(--ink);outline:none}.field input:focus,.field textarea:focus{border-color:var(--sage)}.field textarea{min-height:140px;resize:vertical}.form-note{font-size:.75rem;color:var(--muted);margin:12px 0 18px}footer{padding:38px 0 44px}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid var(--line);padding-top:28px;color:var(--muted);font-size:.9rem}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.subhero{padding:155px 0 72px}.subhero .container{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end}.subhero p{max-width:680px}.text-page{padding:60px 0 100px}.prose{max-width:900px}.prose h2{font-size:2.2rem;margin-top:2.2em}.prose h3{font-family:"Lato Local",Arial,Helvetica,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:0;margin-top:2em}.prose p,.prose li{color:var(--muted)}.notice{background:#fff3d9;border:1px solid #e5d3aa;padding:18px 20px;border-radius:16px;color:#6a5636;margin:20px 0}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.navlinks{position:fixed;top:75px;left:20px;right:20px;background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:22px;flex-direction:column;align-items:flex-start;opacity:0;pointer-events:none;transform:translateY(-10px);transition:.25s}.navlinks.open{opacity:1;pointer-events:auto;transform:none}.menu{display:block}.hero-grid,.split,.coverage,.contact-shell,.subhero .container{grid-template-columns:1fr}.hero{padding-top:110px}.hero-photo{min-height:580px}.hero-photo:before{inset:7% -3% -3% 5%}.floating-note{left:12px;bottom:18px}.split{gap:36px}.cards{grid-template-columns:1fr}.mini-points{grid-template-columns:1fr}.contact-shell{padding:26px}.field-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.footer-grid{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.nav{height:74px}.brand strong{font-size:1.35rem}.hero{padding-bottom:35px}.hero-copy{padding:30px 0 10px}.hero h1{font-size:3.45rem}.hero-photo{min-height:520px}.floating-note{max-width:205px}.btn{width:100%}section{padding:75px 0}.contact-shell{border-radius:24px}.card{padding:24px}.footer-links{gap:12px}}

@media (max-width:720px){.brand img{width:58px;height:58px}}

/* V4 – Logo größer & zentriert */
.nav{position:relative;justify-content:flex-end;min-height:104px;height:104px}
.brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}
.brand img{width:118px;height:88px}
.brand:hover img{transform:scale(1.035)}
.navlinks{margin-left:auto}
@media(max-width:900px){
  .nav{height:92px;min-height:92px;justify-content:flex-end}
  .brand img{width:104px;height:78px}
}
@media(max-width:720px){
  .nav{height:84px;min-height:84px}
  .brand img{width:96px;height:72px}
}

/* V5 – Logo im Header deutlich größer und exakt zentriert */
header .nav{
  position:relative;
  height:142px;
  min-height:142px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
header .brand{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
}
header .brand img{
  display:block;
  width:178px;
  height:auto;
  max-height:124px;
  object-fit:contain;
}
header .navlinks{margin-left:auto;z-index:6}
.hero{padding-top:182px}

@media (max-width:1100px){
  header .nav{height:124px;min-height:124px}
  header .brand img{width:154px;max-height:108px}
  .hero{padding-top:158px}
}

@media (max-width:900px){
  header .nav{height:108px;min-height:108px}
  header .brand img{width:138px;max-height:96px}
  .menu{position:relative;z-index:7;margin-left:auto}
  .navlinks{top:106px}
  .hero{padding-top:138px}
}

@media (max-width:560px){
  header .nav{height:96px;min-height:96px}
  header .brand img{width:124px;max-height:86px}
  .navlinks{top:94px}
  .hero{padding-top:126px}
}

/* V7 – Desktop-Navigation links und rechts vom mittigen Logo */
@media (min-width:901px){
  header .nav{
    position:relative;
    height:142px;
    min-height:142px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  header .brand{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:8;
  }
  header .brand img{
    width:178px;
    height:auto;
    max-height:124px;
  }
  header .navlinks-wrap{
    position:absolute;
    inset:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) 230px minmax(0,1fr);
    align-items:center;
    z-index:6;
    pointer-events:none;
  }
  header .navlinks{
    position:static;
    display:flex;
    align-items:center;
    gap:26px;
    opacity:1;
    pointer-events:auto;
    transform:none;
    background:none;
    border:0;
    border-radius:0;
    padding:0;
    margin:0;
    width:auto;
  }
  header .nav-left{
    grid-column:1;
    justify-content:flex-end;
    padding-right:28px;
  }
  header .nav-right{
    grid-column:3;
    justify-content:flex-start;
    padding-left:28px;
  }
  header .nav-right .btn{margin-left:4px;white-space:nowrap}
}

@media (min-width:901px) and (max-width:1180px){
  header .navlinks-wrap{grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr)}
  header .navlinks{gap:17px;font-size:.86rem}
  header .nav-left{padding-right:18px}
  header .nav-right{padding-left:18px}
  header .nav-right .btn{padding:0 17px;min-height:48px}
  header .brand img{width:154px;max-height:108px}
}

@media (max-width:900px){
  header .navlinks-wrap{
    position:fixed;
    top:106px;
    left:20px;
    right:20px;
    background:var(--paper);
    border:1px solid var(--line);
    border-radius:20px;
    padding:22px;
    display:flex;
    flex-direction:column;
    gap:0;
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px);
    transition:.25s;
    z-index:10;
  }
  header .navlinks-wrap.open{opacity:1;pointer-events:auto;transform:none}
  header .navlinks{
    position:static;
    inset:auto;
    width:100%;
    background:none;
    border:0;
    border-radius:0;
    padding:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
  header .nav-right{margin-top:14px}
  header .nav-right .btn{width:100%;margin-top:4px}
}

@media (max-width:560px){
  header .navlinks-wrap{top:94px;left:14px;right:14px}
}

/* V8 – Desktop-Menü nutzt die volle Headerbreite */
@media (min-width:901px){
  header .container.nav{
    width:calc(100% - 56px);
    max-width:none;
    margin:0 auto;
  }
  header .navlinks-wrap{
    grid-template-columns:minmax(0,1fr) 250px minmax(0,1fr);
  }
  header .nav-left{
    justify-content:flex-start;
    padding-right:32px;
  }
  header .nav-right{
    justify-content:flex-end;
    padding-left:32px;
  }
}
@media (min-width:901px) and (max-width:1180px){
  header .container.nav{width:calc(100% - 36px)}
  header .navlinks-wrap{grid-template-columns:minmax(0,1fr) 205px minmax(0,1fr)}
  header .nav-left{padding-right:22px}
  header .nav-right{padding-left:22px}
}

/* V9 – Typografie & Farbwelt */
.eyebrow{color:var(--cocoa)}
.dot{background:var(--blush);box-shadow:0 0 0 7px rgba(220,161,161,.16)}
.portrait-wrap:after{border-color:var(--blush)}
.feature-list li:before{color:var(--blush)}
.field input:focus,.field textarea:focus{border-color:var(--blush);box-shadow:0 0 0 3px rgba(220,161,161,.12)}
.area-cloud span:hover{border-color:var(--blush);background:rgba(220,161,161,.10)}
header .navlinks a:hover{color:var(--cocoa)}

/* V10 – Menü mit komfortablem Seitenabstand & Brightwater nur als gezielter Akzent */
@media (min-width:1181px){
  header .container.nav{
    width:calc(100% - 160px);
    max-width:1600px;
  }
}
@media (min-width:901px) and (max-width:1180px){
  header .container.nav{
    width:calc(100% - 80px);
  }
}

/* Lato bleibt die klare Hauptschrift. Brightwater nur an besonderen Stellen. */
.floating-note strong,
.mini strong,
.contact-shell a.mail{
  font-family:"Lato Local",Arial,Helvetica,sans-serif;
  font-weight:700;
  letter-spacing:-.02em;
}
.floating-note strong{font-size:1rem;line-height:1.25}
.mini strong{font-size:1rem}
.contact-shell a.mail{font-size:1.12rem;letter-spacing:0}

/* Brightwater: bewusst größer als die jeweilige Lato-Umgebung (mind. 10pt Differenz). */
.hero h1 span{
  font-family:"Brightwater",cursive;
  font-size:1.20em;
  line-height:.8;
  font-weight:400;
  letter-spacing:0;
}
.quote{
  font-family:"Brightwater",cursive;
  font-size:2.25rem;
  line-height:1.18;
}

/* V11 – großes Logo im Ausgangszustand, kompakter Header beim Scrollen */
header,
header .nav,
header .brand img,
header .navlinks-wrap{
  transition:height .55s cubic-bezier(.22,1,.36,1), min-height .55s cubic-bezier(.22,1,.36,1), width .55s cubic-bezier(.22,1,.36,1), max-height .55s cubic-bezier(.22,1,.36,1), grid-template-columns .55s cubic-bezier(.22,1,.36,1), background-color .35s ease, box-shadow .35s ease, border-color .35s ease;
}
@media (min-width:1181px){
  header .nav{height:194px;min-height:194px}
  header .brand img{width:308px;max-height:178px}
  header .navlinks-wrap{grid-template-columns:minmax(0,1fr) 370px minmax(0,1fr)}
  header.scrolled .nav{height:124px;min-height:124px}
  header.scrolled .brand img{width:154px;max-height:108px}
  header.scrolled .navlinks-wrap{grid-template-columns:minmax(0,1fr) 230px minmax(0,1fr)}
  .hero{padding-top:228px}
}
@media (min-width:901px) and (max-width:1180px){
  header .nav{height:170px;min-height:170px}
  header .brand img{width:258px;max-height:154px}
  header .navlinks-wrap{grid-template-columns:minmax(0,1fr) 315px minmax(0,1fr)}
  header.scrolled .nav{height:124px;min-height:124px}
  header.scrolled .brand img{width:154px;max-height:108px}
  header.scrolled .navlinks-wrap{grid-template-columns:minmax(0,1fr) 205px minmax(0,1fr)}
  .hero{padding-top:200px}
}

/* sanftere, hochwertigere Scroll-Reveals */
.reveal{
  opacity:0;
  transform:translateY(28px) scale(.985);
  filter:blur(7px);
  transition:opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1), filter .85s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--reveal-delay,0ms);
}
.reveal.visible{opacity:1;transform:none;filter:blur(0)}

/* Hero – dezente Bewegung statt überladener Effekte */
.hero-copy .eyebrow{animation:heroFade .85s .08s both cubic-bezier(.22,1,.36,1)}
.hero-copy h1{animation:heroFade .95s .16s both cubic-bezier(.22,1,.36,1)}
.hero-copy .lead{animation:heroFade .95s .25s both cubic-bezier(.22,1,.36,1)}
.hero-actions{animation:heroFade .95s .34s both cubic-bezier(.22,1,.36,1)}
.availability{animation:heroFade .95s .43s both cubic-bezier(.22,1,.36,1)}
.hero-photo.visible img{animation:heroPhotoIn 1.25s both cubic-bezier(.22,1,.36,1)}
.hero-photo:before{animation:organicBreath 8s ease-in-out infinite}
.floating-note{animation:noteFloat 5s ease-in-out infinite}
.dot{animation:statusPulse 2.5s ease-out infinite}

/* Interaktive Details */
.card{position:relative;overflow:hidden;will-change:transform}
.card:after{content:"";position:absolute;inset:-60% -30%;background:linear-gradient(115deg,transparent 43%,rgba(255,255,255,.55) 50%,transparent 57%);transform:translateX(-65%) rotate(4deg);transition:transform .8s cubic-bezier(.22,1,.36,1);pointer-events:none}
.card:hover:after{transform:translateX(65%) rotate(4deg)}
.area-cloud span{transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}
.area-cloud span:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(68,42,22,.07)}
.btn{position:relative;overflow:hidden}
.btn.primary:before{content:"";position:absolute;top:0;bottom:0;width:48px;left:-65px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transform:skewX(-18deg);transition:left .65s ease}
.btn.primary:hover:before{left:calc(100% + 25px)}
.portrait-wrap:after{animation:organicBreath 7s ease-in-out infinite reverse}

@keyframes heroFade{from{opacity:0;transform:translateY(24px);filter:blur(6px)}to{opacity:1;transform:none;filter:blur(0)}}
@keyframes heroPhotoIn{from{opacity:0;transform:scale(1.045) translateY(14px)}to{opacity:1;transform:scale(1) translateY(0)}}
@keyframes organicBreath{0%,100%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.018) rotate(.5deg)}}
@keyframes noteFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes statusPulse{0%{box-shadow:0 0 0 0 rgba(220,161,161,.38)}65%{box-shadow:0 0 0 11px rgba(220,161,161,0)}100%{box-shadow:0 0 0 0 rgba(220,161,161,0)}}

@media(max-width:900px){
  /* Mobil bleibt der Header kompakt; das große Logo gilt bewusst nur für Desktop. */
  header .nav{height:108px;min-height:108px}
  header .brand img{width:138px;max-height:96px}
  header.scrolled .nav{height:90px;min-height:90px}
  header.scrolled .brand img{width:112px;max-height:80px}
  header.scrolled .navlinks-wrap{top:88px}
}
@media(max-width:560px){
  header .nav{height:96px;min-height:96px}
  header .brand img{width:124px;max-height:86px}
  header.scrolled .nav{height:82px;min-height:82px}
  header.scrolled .brand img{width:104px;max-height:72px}
  header.scrolled .navlinks-wrap{top:80px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation:none!important;transition-duration:.01ms!important;transition-delay:0ms!important}
  .reveal{opacity:1;transform:none;filter:none}
}


/* V12 – Brightwater nur noch als gezielter Hero-Akzent; Rosa-Highlights */
.hero h1 span{
  font-family:"Brightwater",cursive;
  font-size:1.48em;
  line-height:.68;
  font-weight:400;
  letter-spacing:0;
  color:var(--blush);
  transform:translateY(.12em);
}

/* Alle weiteren Texte bleiben bewusst in Lato. */
.quote{
  font-family:"Lato Local",Arial,Helvetica,sans-serif;
  font-size:1.26rem;
  line-height:1.65;
  font-weight:700;
  letter-spacing:-.01em;
  color:var(--cocoa);
}

.accent-heading{
  color:var(--blush);
}
.accent-text{
  color:var(--blush);
  font-weight:700;
}
.floating-note .accent-text{font-weight:700}

@media(max-width:900px){
  .hero h1 span{font-size:1.38em}
}
@media(max-width:560px){
  .hero h1 span{font-size:1.32em}
}

/* V13 – Burger-Menü im Header auf allen Bildschirmgrößen */
header .menu{
  display:flex;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  z-index:20;
  width:56px;
  height:56px;
  border:1px solid rgba(68,42,22,.18);
  border-radius:50%;
  background:rgba(247,243,236,.9);
  color:var(--cocoa);
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:0;
  box-shadow:0 8px 24px rgba(68,42,22,.07);
  transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease;
}
header .menu:hover{background:#fff;border-color:rgba(68,42,22,.34);box-shadow:0 10px 28px rgba(68,42,22,.12)}
header .menu:before,
header .menu:after,
header .menu span{
  content:"";
  position:absolute;
  width:23px;
  height:2px;
  border-radius:99px;
  background:currentColor;
  transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,top .32s cubic-bezier(.22,1,.36,1);
}
header .menu:before{top:20px}
header .menu span{top:27px}
header .menu:after{top:34px}
header .menu[aria-expanded="true"]:before{top:27px;transform:rotate(45deg)}
header .menu[aria-expanded="true"] span{opacity:0}
header .menu[aria-expanded="true"]:after{top:27px;transform:rotate(-45deg)}

@media (min-width:901px){
  header .container.nav{width:calc(100% - 96px);max-width:1500px;position:relative}
  header .navlinks-wrap{
    position:fixed;
    top:var(--menu-top, 170px);
    left:50%;
    width:min(720px,calc(100vw - 96px));
    transform:translate(-50%,-16px) scale(.985);
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 34px;
    align-items:start;
    background:rgba(247,243,236,.97);
    backdrop-filter:blur(22px);
    border:1px solid rgba(68,42,22,.14);
    border-radius:28px;
    padding:34px;
    box-shadow:0 28px 70px rgba(68,42,22,.14);
    opacity:0;
    pointer-events:none;
    transition:opacity .3s ease,transform .35s cubic-bezier(.22,1,.36,1),top .45s cubic-bezier(.22,1,.36,1);
    z-index:15;
  }
  header.scrolled .navlinks-wrap{top:108px}
  header .navlinks-wrap.open{opacity:1;pointer-events:auto;transform:translate(-50%,0) scale(1)}
  header .navlinks{
    position:static;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    width:100%;
    opacity:1;
    pointer-events:auto;
    transform:none;
    background:none;
    border:0;
    border-radius:0;
    padding:0;
    margin:0;
    font-size:1.08rem;
  }
  header .nav-left,header .nav-right{grid-column:auto;justify-content:flex-start;padding:0}
  header .navlinks a:not(.btn){width:100%;padding:11px 2px;border-bottom:1px solid rgba(68,42,22,.08)}
  header .navlinks a:not(.btn):after{display:none}
  header .nav-right .btn{width:100%;margin:12px 0 0;justify-content:center}
}

@media (max-width:900px){
  header .menu{right:4px;width:50px;height:50px}
  header .menu:before{top:17px}
  header .menu span{top:24px}
  header .menu:after{top:31px}
  header .menu[aria-expanded="true"]:before,
  header .menu[aria-expanded="true"]:after{top:24px}
  header .navlinks-wrap{top:112px}
  header.scrolled .navlinks-wrap{top:94px}
}
@media (max-width:560px){
  header .menu{width:46px;height:46px;right:0}
  header .menu:before{top:15px}.menu span{top:22px}header .menu:after{top:29px}
  header .menu[aria-expanded="true"]:before,header .menu[aria-expanded="true"]:after{top:22px}
  header .navlinks-wrap{top:100px}
  header.scrolled .navlinks-wrap{top:86px}
}

/* V14 – kompaktes Burger-Menü + CTA dauerhaft daneben */
header .header-actions{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  gap:14px;
  z-index:22;
}
header .header-cta{
  min-height:54px;
  padding:0 28px;
  white-space:nowrap;
  box-shadow:0 8px 24px rgba(68,42,22,.08);
}
header .menu{
  position:relative;
  right:auto;
  top:auto;
  transform:none;
  flex:0 0 auto;
}

@media (min-width:901px){
  header .navlinks-wrap{
    position:absolute;
    top:calc(50% + 44px);
    right:0;
    left:auto;
    width:320px;
    display:block;
    padding:16px 18px;
    background:rgba(247,243,236,.985);
    backdrop-filter:blur(20px);
    border:1px solid rgba(68,42,22,.13);
    border-radius:20px;
    box-shadow:0 22px 60px rgba(68,42,22,.14);
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px) scale(.98);
    transform-origin:top right;
    transition:opacity .22s ease,transform .3s cubic-bezier(.22,1,.36,1),top .35s ease;
    z-index:18;
  }
  header.scrolled .navlinks-wrap{top:calc(50% + 38px)}
  header .navlinks-wrap.open{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0) scale(1);
  }
  header .navlinks{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    width:100%;
    margin:0;
    padding:0;
    font-size:1rem;
  }
  header .navlinks a{
    width:100%;
    padding:14px 10px;
    border-bottom:1px solid rgba(68,42,22,.08);
    transition:padding-left .22s ease,color .22s ease,background .22s ease;
  }
  header .navlinks a:last-child{border-bottom:0}
  header .navlinks a:after{display:none}
  header .navlinks a:hover{
    padding-left:16px;
    color:var(--blush);
    background:rgba(220,161,161,.07);
  }
}

@media (max-width:900px){
  header .header-actions{right:4px;gap:9px}
  header .header-cta{min-height:48px;padding:0 18px;font-size:.88rem}
  header .navlinks-wrap{
    left:20px;
    right:20px;
    width:auto;
  }
  header .navlinks{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:100%;
  }
  header .navlinks a{width:100%}
}

@media (max-width:560px){
  header .header-actions{right:0;gap:7px}
  header .header-cta{min-height:44px;padding:0 13px;font-size:.78rem}
}

@media (max-width:390px){
  header .header-cta{display:none}
}


/* V15 – Burger-Menü kontrastreicher, kompakter und besser lesbar */
header .navlinks-wrap{z-index:30}
.menu-scrim{position:fixed;inset:0;background:rgba(68,42,22,.18);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:24}.menu-scrim.visible{opacity:1;pointer-events:auto}

@media (min-width:901px){
  header .navlinks-wrap{
    position:absolute;
    top:calc(100% - 10px);
    right:0;
    left:auto;
    width:330px;
    display:block;
    padding:14px;
    background:#fbf8f3;
    backdrop-filter:none;
    border:1px solid rgba(68,42,22,.14);
    border-radius:24px;
    box-shadow:0 28px 70px rgba(68,42,22,.18);
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px) scale(.98);
    transform-origin:top right;
    transition:opacity .22s ease,transform .3s cubic-bezier(.22,1,.36,1);
  }
  header.scrolled .navlinks-wrap{top:calc(100% - 8px)}
  header .navlinks-wrap.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}
  header .navlinks{gap:8px;font-size:1.08rem}
  header .navlinks a{
    width:100%;
    padding:16px 16px;
    border:1px solid transparent;
    border-bottom:0;
    border-radius:16px;
    background:transparent;
    font-weight:700;
    color:var(--cocoa);
    transition:padding-left .22s ease,color .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;
  }
  header .navlinks a:hover{
    padding-left:20px;
    color:var(--cocoa);
    background:#fff;
    border-color:rgba(220,161,161,.4);
    box-shadow:0 10px 22px rgba(68,42,22,.06);
  }
}

@media (max-width:900px){
  header .navlinks-wrap{
    left:16px;
    right:16px;
    width:auto;
    padding:14px;
    background:#fbf8f3;
    backdrop-filter:none;
    box-shadow:0 24px 60px rgba(68,42,22,.16);
  }
  header .navlinks{gap:8px}
  header .navlinks a{
    width:100%;
    padding:16px 16px;
    border:1px solid rgba(68,42,22,.08);
    border-radius:16px;
    background:rgba(255,255,255,.72);
    font-size:1.02rem;
    font-weight:700;
  }
  header .navlinks a:hover{background:#fff;border-color:rgba(220,161,161,.42)}
}

@media (max-width:560px){
  header .navlinks-wrap{left:12px;right:12px;padding:12px}
  header .navlinks a{padding:15px 14px;font-size:1rem}
}


/* V16 – Burger-Menü vereinfacht und lesbarer */
body.menu-open{overflow:hidden}
header .navlinks-wrap::before,
header .navlinks::before,
header .navlinks::after{content:none !important;display:none !important}

@media (min-width:901px){
  header .navlinks-wrap{
    top:calc(100% + 8px) !important;
    right:0;
    left:auto;
    width:300px;
    padding:12px;
    background:#f8f4ee;
    border:1px solid rgba(68,42,22,.12);
    border-radius:22px;
    box-shadow:0 24px 54px rgba(68,42,22,.16);
    overflow:hidden;
  }
  header .navlinks{
    display:flex;
    flex-direction:column;
    gap:10px;
    width:100%;
  }
  header .navlinks a{
    display:flex !important;
    align-items:center;
    min-height:56px;
    width:100%;
    padding:0 18px;
    margin:0;
    background:#fff;
    border:1px solid rgba(68,42,22,.08);
    border-radius:18px;
    color:var(--cocoa);
    font-size:1.02rem;
    font-weight:700;
    line-height:1.2;
    box-shadow:0 6px 16px rgba(68,42,22,.04);
  }
  header .navlinks a:hover{
    padding-left:22px;
    background:rgba(220,161,161,.12);
    border-color:rgba(220,161,161,.45);
    color:var(--cocoa);
    box-shadow:0 10px 22px rgba(68,42,22,.06);
  }
}

@media (max-width:900px){
  header .navlinks-wrap{
    left:16px;
    right:16px;
    width:auto;
    padding:12px;
    background:#f8f4ee;
    border-radius:22px;
    box-shadow:0 22px 52px rgba(68,42,22,.16);
    overflow:hidden;
  }
  header .navlinks{
    display:flex;
    flex-direction:column;
    gap:10px;
    width:100%;
  }
  header .navlinks a{
    display:flex !important;
    align-items:center;
    min-height:54px;
    width:100%;
    padding:0 16px;
    margin:0;
    background:#fff;
    border:1px solid rgba(68,42,22,.08);
    border-radius:16px;
    color:var(--cocoa);
    font-size:1rem;
    font-weight:700;
    line-height:1.2;
    box-shadow:0 5px 14px rgba(68,42,22,.04);
  }
  header .navlinks a:hover{
    background:rgba(220,161,161,.12);
    border-color:rgba(220,161,161,.45);
    color:var(--cocoa);
  }
}

@media (max-width:560px){
  header .navlinks-wrap{left:12px;right:12px;padding:10px}
  header .navlinks{gap:8px}
  header .navlinks a{min-height:52px;padding:0 15px;font-size:.98rem}
}


/* V17 – finaler Reset des Burger-Menüs: kein leerer Balken, Menülinks bleiben im Panel */
header .navlinks-wrap{
  box-sizing:border-box !important;
}
header .navlinks{
  position:static !important;
  inset:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  width:100% !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:none !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
header .navlinks a{
  box-sizing:border-box !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
}

@media (min-width:901px){
  header .navlinks-wrap{
    top:calc(100% + 12px) !important;
    right:0 !important;
    left:auto !important;
    width:306px !important;
    height:auto !important;
    max-height:none !important;
    padding:12px !important;
    display:block !important;
    overflow:visible !important;
    background:#f8f4ee !important;
    border:1px solid rgba(68,42,22,.13) !important;
    border-radius:22px !important;
    box-shadow:0 24px 58px rgba(68,42,22,.18) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-8px) scale(.985) !important;
  }
  header .navlinks-wrap.open{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateY(0) scale(1) !important;
  }
  header .navlinks{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:8px !important;
  }
  header .navlinks a{
    display:flex !important;
    align-items:center !important;
    min-height:54px !important;
    padding:0 17px !important;
    background:#fff !important;
    border:1px solid rgba(68,42,22,.08) !important;
    border-radius:15px !important;
    color:#442a16 !important;
    font-size:1rem !important;
    font-weight:700 !important;
    line-height:1.2 !important;
    box-shadow:none !important;
  }
  header .navlinks a:hover{
    padding-left:21px !important;
    background:#f7e8e8 !important;
    border-color:rgba(220,161,161,.55) !important;
  }
}

@media (max-width:900px){
  header .navlinks-wrap{
    position:fixed !important;
    top:112px !important;
    left:16px !important;
    right:16px !important;
    width:auto !important;
    height:auto !important;
    max-height:calc(100vh - 132px) !important;
    padding:12px !important;
    display:block !important;
    overflow:auto !important;
    background:#f8f4ee !important;
    border:1px solid rgba(68,42,22,.13) !important;
    border-radius:22px !important;
    box-shadow:0 24px 58px rgba(68,42,22,.18) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-8px) !important;
  }
  header.scrolled .navlinks-wrap{top:94px !important}
  header .navlinks-wrap.open{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
  }
  header .navlinks{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:8px !important;
  }
  header .navlinks a{
    display:flex !important;
    align-items:center !important;
    min-height:52px !important;
    padding:0 15px !important;
    background:#fff !important;
    border:1px solid rgba(68,42,22,.08) !important;
    border-radius:15px !important;
    color:#442a16 !important;
    font-size:1rem !important;
    font-weight:700 !important;
    line-height:1.2 !important;
  }
}
@media (max-width:560px){
  header .navlinks-wrap{top:100px !important;left:12px !important;right:12px !important}
  header.scrolled .navlinks-wrap{top:86px !important}
}


/* V18 – oberen Balken im Burger-Menü entfernen */
@media (min-width:901px){
  header .navlinks-wrap{
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    overflow:visible !important;
  }
  header .navlinks{gap:10px !important}
  header .navlinks a{
    box-shadow:0 10px 24px rgba(68,42,22,.10) !important;
  }
}
@media (max-width:900px){
  header .navlinks-wrap{
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    overflow:visible !important;
  }
  header .navlinks{gap:10px !important}
  header .navlinks a{
    box-shadow:0 10px 24px rgba(68,42,22,.10) !important;
  }
}


/* V19 – Brightwater im Hero auf die Grundlinie von Lato ausrichten */
.hero h1 span{
  display:inline-block;
  vertical-align:baseline;
  line-height:1;
  transform:none !important;
  position:relative;
  top:-0.06em;
  margin-left:.06em;
  margin-right:.03em;
  white-space:nowrap;
}
@media(max-width:900px){
  .hero h1 span{top:-0.05em}
}
@media(max-width:560px){
  .hero h1 span{top:-0.04em}
}


/* V20 – Zeilenabstände insgesamt etwas kompakter */
body{line-height:1.62}
h1{line-height:.87}
h2{line-height:1.00}
p,.lead,.quote,.feature-list li,.field input,.field textarea{line-height:1.55}
.hero-copy p{max-width:760px}
@media(max-width:560px){
  h1{line-height:.89}
  p,.lead,.quote,.feature-list li{line-height:1.5}
}


/* V21 – Hero-Headline noch kompakter, dritte Zeile höher */
.hero h1{
  line-height:.78;
  margin:.14em 0 .18em;
}
.hero h1 span{
  top:-.10em;
}
@media(max-width:900px){
  .hero h1{line-height:.81}
  .hero h1 span{top:-.08em}
}
@media(max-width:560px){
  .hero h1{line-height:.84}
  .hero h1 span{top:-.06em}
}


/* V22 – „passt.“ gezielt höher setzen und Lücke schließen */
.hero h1 .hero-script{
  font-family:"Brightwater",cursive;
  color:var(--blush);
}
.hero h1 .hero-passt{
  font-family:"Lato Local",Arial,Helvetica,sans-serif !important;
  font-size:1em !important;
  line-height:.74 !important;
  font-weight:700 !important;
  letter-spacing:-.03em !important;
  color:var(--ink) !important;
  position:relative;
  top:-.20em !important;
  margin:0 !important;
  transform:none !important;
  white-space:nowrap;
}
@media(max-width:900px){
  .hero h1 .hero-passt{top:-.17em !important}
}
@media(max-width:560px){
  .hero h1 .hero-passt{top:-.14em !important}
}


/* V23 – Über-mich-Headline in Brightwater, „Hallo“ in Altrosa */
.about-script-title{
  font-family:"Brightwater",cursive !important;
  font-size:clamp(3.25rem,5.2vw,5.45rem) !important;
  line-height:.94 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  color:var(--cocoa) !important;
  margin:.08em 0 .34em !important;
}
.about-script-title .about-script-accent{
  color:var(--blush);
}
@media(max-width:900px){
  .about-script-title{font-size:clamp(3.05rem,8vw,4.65rem) !important}
}
@media(max-width:560px){
  .about-script-title{font-size:3.45rem !important;line-height:.92 !important}
}


/* V24 – Nur „Hallo,“ in Brightwater; Rest der Headline in Lato */
.about-script-title{
  font-family:"Lato Local",Arial,Helvetica,sans-serif !important;
  font-size:clamp(2.35rem,4vw,4.2rem) !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:-.03em !important;
  color:var(--ink) !important;
  margin:.2em 0 .55em !important;
}
.about-script-title .about-script-accent{
  display:inline-block;
  font-family:"Brightwater",cursive !important;
  font-size:1.32em !important;
  line-height:.75 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  color:var(--blush) !important;
  vertical-align:baseline;
  position:relative;
  top:-.02em;
  margin-right:.08em;
}
@media(max-width:900px){
  .about-script-title .about-script-accent{font-size:1.3em !important}
}
@media(max-width:560px){
  .about-script-title{font-size:2.65rem !important;line-height:1 !important}
  .about-script-title .about-script-accent{font-size:1.28em !important}
}


/* V25 – neue Betreuungsfotos */
.care-gallery{padding:28px 0 105px;background:var(--cream)}
.care-gallery-grid{display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:390px 330px;gap:18px}
.care-shot{margin:0;overflow:hidden;border-radius:30px;position:relative;background:#e9e0d5;box-shadow:0 18px 42px rgba(68,42,22,.08)}
.care-shot img{width:100%;height:100%;object-fit:cover;transition:transform .85s cubic-bezier(.22,1,.36,1)}
.care-shot:hover img{transform:scale(1.025)}
.care-shot-a{grid-row:1 / 3}
.care-shot-a img{object-position:center 36%}
.care-shot-b img{object-position:center 35%}
.care-shot-c,.care-shot-d{display:none}
.care-gallery-grid::after{content:"";position:absolute}
@media(min-width:1100px){
  .care-gallery-grid{grid-template-columns:1.05fr .72fr .72fr;grid-template-rows:350px 350px}
  .care-shot-a{grid-column:1;grid-row:1/3}
  .care-shot-b{grid-column:2/4;grid-row:1}
  .care-shot-c{display:block;grid-column:2;grid-row:2}
  .care-shot-d{display:block;grid-column:3;grid-row:2}
  .care-shot-c img,.care-shot-d img{object-position:center 50%}
}
@media(max-width:900px){
  .care-gallery{padding:12px 0 78px}
  .care-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:440px 290px;gap:12px}
  .care-shot-a{grid-column:1/3;grid-row:1}
  .care-shot-b{grid-column:1;grid-row:2}
  .care-shot-c{display:block;grid-column:2;grid-row:2}
  .care-shot-d{display:none}
  .care-shot{border-radius:22px}
}
@media(max-width:560px){
  .care-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:390px 230px}
  .care-shot-a{grid-column:1/3}
}


/* V26 – neue Bilder inhaltlich den Texten zuordnen statt Galerie */
.service-shot{margin:24px 0 0;overflow:hidden;border-radius:22px;background:#eadfd4}
.service-shot img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 38%;display:block;transition:transform .8s cubic-bezier(.22,1,.36,1)}
.card:hover .service-shot img{transform:scale(1.025)}

.home-visits{padding-top:24px}
.home-visits-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center}
.home-visits-grid p{max-width:540px}
.home-visit-mosaic{display:grid;grid-template-columns:1.05fr .95fr;gap:16px;align-items:stretch}
.home-visit-mosaic figure{margin:0;overflow:hidden;border-radius:28px;background:#e8ddd0;box-shadow:0 16px 40px rgba(68,42,22,.08)}
.home-visit-mosaic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .85s cubic-bezier(.22,1,.36,1)}
.home-visit-mosaic:hover img{transform:scale(1.02)}
.home-visit-mosaic .mosaic-main{min-height:460px}
.home-visit-mosaic .mosaic-main img{object-position:center 40%}
.home-visit-mosaic .mosaic-side{min-height:460px}
.home-visit-mosaic .mosaic-side img{object-position:center 52%}

/* alte Galerie ausblenden, falls noch irgendwo referenziert */
.care-gallery{display:none !important}

@media (max-width:900px){
  .home-visits{padding-top:0}
  .home-visits-grid{grid-template-columns:1fr;gap:24px}
  .home-visit-mosaic{grid-template-columns:1fr 1fr;gap:12px}
  .home-visit-mosaic .mosaic-main,
  .home-visit-mosaic .mosaic-side{min-height:320px}
}
@media (max-width:560px){
  .service-shot{margin-top:18px;border-radius:18px}
  .service-shot img{aspect-ratio:5/4}
  .home-visit-mosaic{grid-template-columns:1fr;gap:12px}
  .home-visit-mosaic .mosaic-main,
  .home-visit-mosaic .mosaic-side{min-height:260px}
  .home-visit-mosaic figure{border-radius:22px}
}


/* V27 – Bilder editorial statt Galerie */
.service-shot,.home-visits,.care-gallery{display:none !important}
.editorial-story{padding:36px 0 92px}
.editorial-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:44px;align-items:center}
.editorial-grid.reverse{grid-template-columns:1.08fr .92fr}
.editorial-copy{max-width:560px}
.editorial-copy h2{max-width:11ch}
.editorial-copy p{max-width:52ch}
.editorial-visual{position:relative;min-height:640px}
.editorial-visual figure{margin:0;overflow:hidden;box-shadow:0 22px 52px rgba(68,42,22,.10);background:#ece2d7}
.editorial-main{position:absolute;inset:0 84px 0 0;border-radius:34px}
.editorial-main img{width:100%;height:100%;object-fit:cover;object-position:center 38%;display:block;transition:transform .9s cubic-bezier(.22,1,.36,1)}
.editorial-detail{position:absolute;right:0;bottom:30px;width:44%;max-width:270px;aspect-ratio:4/5;border-radius:26px;border:10px solid var(--cream)}
.editorial-detail img{width:100%;height:100%;object-fit:cover;object-position:center 50%;display:block;transition:transform .9s cubic-bezier(.22,1,.36,1)}
.editorial-visual:hover img{transform:scale(1.025)}
.editorial-story-a .editorial-detail{bottom:18px}
.editorial-story-b .editorial-main{inset:0 0 0 84px}
.editorial-story-b .editorial-detail{left:0;right:auto;bottom:34px}
.editorial-story-b .editorial-main img{object-position:center 42%}
.editorial-story-b .editorial-detail img{object-position:center 48%}

@media(max-width:900px){
  .editorial-story{padding:18px 0 76px}
  .editorial-grid,.editorial-grid.reverse{grid-template-columns:1fr;gap:24px}
  .editorial-copy{max-width:none}
  .editorial-copy h2,.editorial-copy p{max-width:none}
  .editorial-visual{min-height:520px}
  .editorial-main,.editorial-story-b .editorial-main{position:absolute;inset:0 48px 0 0}
  .editorial-detail,.editorial-story-b .editorial-detail{width:42%;max-width:none;right:0;left:auto;bottom:16px}
}
@media(max-width:560px){
  .editorial-story{padding:8px 0 68px}
  .editorial-visual{min-height:430px}
  .editorial-main,.editorial-story-b .editorial-main{inset:0 24px 0 0;border-radius:24px}
  .editorial-detail,.editorial-story-b .editorial-detail{width:44%;border-width:8px;border-radius:18px;bottom:14px}
}


/* V28 – Altrosa-Akzente in den neuen Editorial-Sektionen */
.editorial-story{position:relative;overflow:hidden}
.editorial-story::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(220,161,161,.10);
  filter:blur(1px);
  pointer-events:none;
}
.editorial-story-a::before{left:-110px;top:70px}
.editorial-story-b::before{right:-120px;bottom:70px}

.editorial-copy .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#442a16;
  background:rgba(220,161,161,.16);
  border:1px solid rgba(220,161,161,.34);
  padding:8px 13px;
  border-radius:999px;
  margin-bottom:14px;
}
.editorial-copy .eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#dca1a1;
  box-shadow:0 0 0 5px rgba(220,161,161,.13);
}

.editorial-copy h2{position:relative}
.editorial-copy h2::after{
  content:"";
  display:block;
  width:72px;
  height:4px;
  margin-top:18px;
  border-radius:99px;
  background:#dca1a1;
}

.editorial-detail{
  border-color:rgba(220,161,161,.88) !important;
  box-shadow:0 18px 42px rgba(220,161,161,.18) !important;
}
.editorial-main{
  outline:1px solid rgba(220,161,161,.18);
  outline-offset:-1px;
}

.editorial-story-a .editorial-visual::after,
.editorial-story-b .editorial-visual::after{
  content:"";
  position:absolute;
  width:78px;
  height:78px;
  border:2px solid rgba(220,161,161,.55);
  border-radius:50%;
  pointer-events:none;
  z-index:3;
}
.editorial-story-a .editorial-visual::after{right:28px;top:34px}
.editorial-story-b .editorial-visual::after{left:28px;top:38px}

@media(max-width:900px){
  .editorial-story::before{width:190px;height:190px}
  .editorial-copy .eyebrow{margin-bottom:10px}
  .editorial-story-a .editorial-visual::after,
  .editorial-story-b .editorial-visual::after{width:58px;height:58px}
}
@media(max-width:560px){
  .editorial-copy .eyebrow{padding:7px 11px;font-size:.72rem}
  .editorial-copy h2::after{width:56px;height:3px;margin-top:14px}
  .editorial-story-a .editorial-visual::after,
  .editorial-story-b .editorial-visual::after{display:none}
}


/* V32 – Mobile Feinschliff */
@media (max-width:768px){
  html{scroll-padding-top:92px}
  body{overflow-x:hidden}
  .container{width:min(100% - 32px,1180px)}

  /* Header */
  header{background:rgba(247,243,236,.94);backdrop-filter:blur(18px)}
  header .nav{height:92px !important;min-height:92px !important}
  header .brand img{width:118px !important;max-height:76px !important}
  header.scrolled .nav{height:78px !important;min-height:78px !important}
  header.scrolled .brand img{width:102px !important;max-height:66px !important}
  header .header-actions{right:0;gap:8px}
  header .header-cta{min-height:44px;padding:0 14px;font-size:.78rem}
  header .menu{width:46px;height:46px}
  header .navlinks-wrap{top:98px !important;left:14px !important;right:14px !important;max-height:calc(100svh - 116px) !important}
  header.scrolled .navlinks-wrap{top:84px !important}
  header .navlinks a{min-height:50px !important;font-size:.98rem !important}

  /* Hero */
  .hero{min-height:auto;padding:118px 0 54px !important;align-items:flex-start}
  .hero-grid{grid-template-columns:1fr !important;gap:28px !important}
  .hero-copy{padding:18px 0 0 !important}
  .hero-copy .eyebrow{font-size:.68rem;letter-spacing:.14em}
  .hero h1{font-size:clamp(3.15rem,15vw,5.2rem) !important;line-height:.83 !important;margin:.22em 0 .28em !important;max-width:7.8ch}
  .hero h1 .hero-script{font-size:1.28em !important}
  .hero h1 .hero-passt{top:-.2em !important}
  .hero .lead{font-size:1.05rem;line-height:1.48;max-width:34rem}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
  .hero-actions .btn{width:100%;min-height:50px;padding:0 14px;font-size:.88rem}
  .availability{margin-top:24px;padding:15px 16px;border-radius:18px;gap:12px}
  .availability strong{font-size:.92rem}
  .availability span{font-size:.87rem;line-height:1.4}
  .hero-photo{min-height:500px !important;margin-top:4px}
  .hero-photo:before{inset:5% -2% -2% 5% !important}
  .hero-photo img{object-position:center 28%}
  .floating-note{left:10px !important;right:10px;bottom:14px !important;max-width:250px;padding:13px 15px;border-radius:16px}
  .floating-note strong{font-size:.92rem}
  .floating-note p{font-size:.8rem}

  /* Generelle Sektionen */
  section{padding:68px 0 !important}
  h2{font-size:clamp(2.15rem,10vw,3.15rem);line-height:.98}
  h3{font-size:1.4rem}
  p{font-size:.98rem}
  .split{grid-template-columns:1fr !important;gap:28px !important}
  .portrait-wrap{max-width:520px;margin:0 auto;width:100%}
  .portrait-wrap img{aspect-ratio:4/5;border-radius:24px}
  .portrait-wrap:after{right:-8px;bottom:-10px}
  .about-script-title{font-size:clamp(2.45rem,11vw,3.35rem) !important}
  .quote{font-size:1.08rem;line-height:1.5;padding-left:16px;margin:22px 0}
  .mini-points{grid-template-columns:1fr 1fr !important;gap:10px;margin-top:24px}
  .mini{padding:15px;border-radius:16px}
  .mini:last-child{grid-column:1/-1}

  /* Leistungen */
  .section-head{gap:14px;margin-bottom:28px}
  .section-head p{max-width:none}
  .cards{grid-template-columns:1fr !important;gap:14px}
  .card{padding:22px !important;border-radius:22px}
  .card-num{width:40px;height:40px;margin-bottom:20px}
  .feature-list{margin-top:18px}
  .feature-list li{padding:9px 0 9px 24px;line-height:1.42}

  /* Editorial-Bildsektionen */
  .editorial-story{padding:42px 0 64px !important}
  .editorial-grid,.editorial-grid.reverse{grid-template-columns:1fr !important;gap:24px !important}
  .editorial-copy{order:1}
  .editorial-visual{order:2;min-height:470px !important}
  .editorial-story-b .editorial-visual{order:2}
  .editorial-story-b .editorial-copy{order:1}
  .editorial-copy h2{max-width:12ch !important}
  .editorial-copy p{max-width:none !important}
  .editorial-main,.editorial-story-b .editorial-main{inset:0 34px 0 0 !important;border-radius:26px}
  .editorial-detail,.editorial-story-b .editorial-detail{width:41% !important;right:0 !important;left:auto !important;bottom:14px !important;border-width:7px !important;border-radius:20px !important}
  .editorial-copy .eyebrow{font-size:.68rem;padding:7px 10px;margin-bottom:8px}

  /* Betreuungsgebiet */
  .coverage{grid-template-columns:1fr !important;gap:24px !important}
  .area-cloud{gap:8px}
  .area-cloud span{padding:9px 12px;font-size:.84rem}

  /* Kontakt */
  .contact-shell{grid-template-columns:1fr !important;gap:24px !important;padding:24px !important;border-radius:24px !important}
  .contact-shell h2{font-size:clamp(2rem,9.5vw,2.8rem)}
  .contact-shell a.mail{font-size:1rem;overflow-wrap:anywhere}
  form{padding:18px;border-radius:18px}
  .field-grid{grid-template-columns:1fr !important;gap:13px}
  .field input,.field textarea{font-size:16px;padding:13px 14px;border-radius:12px}
  .field textarea{min-height:125px}
  form .btn{width:100%}

  /* Footer + Rechtstexte */
  footer{padding:28px 0 34px}
  .footer-grid{gap:14px;padding-top:22px;font-size:.82rem}
  .footer-links{gap:14px}
  .subhero{padding:118px 0 42px !important}
  .subhero .container{grid-template-columns:1fr !important;gap:18px}
  .text-page{padding:32px 0 70px !important}
  .prose h2{font-size:1.8rem;margin-top:1.8em}
  .prose h3{font-size:1rem;margin-top:1.6em}
  .prose p,.prose li{overflow-wrap:anywhere}
}

@media (max-width:520px){
  .container{width:min(100% - 24px,1180px)}
  header .header-cta{display:none !important}
  header .brand{left:12px !important;transform:translateY(-50%) !important}
  header .brand img{width:112px !important}
  header.scrolled .brand img{width:98px !important}
  header .header-actions{right:12px}
  header .navlinks-wrap{left:10px !important;right:10px !important}

  .hero{padding-top:108px !important}
  .hero h1{font-size:clamp(3rem,16vw,4.4rem) !important;max-width:7.2ch}
  .hero h1 .hero-script{font-size:1.26em !important}
  .hero h1 .hero-passt{top:-.21em !important}
  .hero-actions{grid-template-columns:1fr}
  .hero-photo{min-height:430px !important}
  .floating-note{max-width:220px}

  .mini-points{grid-template-columns:1fr !important}
  .mini:last-child{grid-column:auto}

  .editorial-visual{min-height:400px !important}
  .editorial-main,.editorial-story-b .editorial-main{inset:0 24px 0 0 !important}
  .editorial-detail,.editorial-story-b .editorial-detail{width:43% !important}

  .area-cloud span{font-size:.8rem;padding:8px 10px}
  .contact-shell{padding:20px !important}
  form{padding:15px}
}


/* V36 – Rechteseiten: Burger sicher rechts im Header */
.legal-page header .nav{position:relative}
.legal-page header .header-actions{position:absolute !important;right:0 !important;left:auto !important;top:50% !important;transform:translateY(-50%) !important;display:flex !important;align-items:center !important;z-index:40 !important}
.legal-page header .menu{position:relative !important;right:auto !important;left:auto !important;top:auto !important;transform:none !important;display:flex !important}
@media(max-width:900px){
  .legal-page header .header-actions{right:0 !important}
}
@media(max-width:560px){
  .legal-page header .header-actions{right:0 !important}
}


/* V37 – DSGVO-freundlicher Cookie-Hinweis ohne Nudging */
.cookie-banner[hidden]{display:none !important}
.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(248,244,238,.98);border-top:1px solid rgba(68,42,22,.14);box-shadow:0 -14px 44px rgba(68,42,22,.10);backdrop-filter:blur(14px)}
.cookie-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:28px}
.cookie-copy{max-width:760px}
.cookie-copy strong{display:block;color:var(--cocoa);font-size:1rem;margin-bottom:4px}
.cookie-copy p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}
.cookie-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.cookie-btn{appearance:none;border:1px solid var(--cocoa);background:transparent;color:var(--cocoa);min-height:46px;padding:0 18px;border-radius:999px;font:700 .88rem/1 "Lato Local",Arial,Helvetica,sans-serif;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease}
.cookie-btn:hover,.cookie-btn:focus-visible{background:var(--cocoa);color:#fff;transform:translateY(-1px);outline:none}
.footer-cookie-link{appearance:none;border:0;background:none;padding:0;font:inherit;color:inherit;cursor:pointer}
.footer-cookie-link:hover{text-decoration:underline}
@media(max-width:760px){
  .cookie-inner{width:min(100% - 28px,1180px);padding:18px 0;flex-direction:column;align-items:stretch;gap:14px}
  .cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .cookie-btn{width:100%;min-height:48px;padding:0 14px}
}
@media(max-width:390px){.cookie-actions{grid-template-columns:1fr}}
