/* ============================================================
   CLAUDIA · Podologie & Kosmetik · Berlin-Niederschönhausen
   Design-System · AURA DESIGN LAB
   Brand: Petrol/Teal #007878 auf warmem Creme
   ============================================================ */

/* ---------- FONTS (lokal, DSGVO) ---------- */
@font-face{font-family:'Fraunces';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/fraunces-v38-latin-500.woff2') format('woff2')}
@font-face{font-family:'Fraunces';font-style:italic;font-weight:500;font-display:swap;src:url('fonts/fraunces-v38-latin-500italic.woff2') format('woff2')}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/fraunces-v38-latin-600.woff2') format('woff2')}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/fraunces-v38-latin-700.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/manrope-v20-latin-300.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/manrope-v20-latin-regular.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/manrope-v20-latin-500.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/manrope-v20-latin-600.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/manrope-v20-latin-700.woff2') format('woff2')}

/* ---------- TOKENS ---------- */
:root{
  --cream:#F5EFE5;
  --cream-2:#EFE7D8;
  --sand:#E7D9C5;
  --teal:#007878;
  --teal-deep:#015D5D;
  --teal-soft:#D7E6E3;
  --ink:#1B2826;
  --ink-2:#41514C;
  --line:color-mix(in srgb, var(--ink) 14%, transparent);
  --hair:color-mix(in srgb, var(--ink) 8%, transparent);
  --serif:'Fraunces', Georgia, 'Times New Roman', serif;
  --sans:'Manrope', system-ui, -apple-system, sans-serif;
  --mx:clamp(1.15rem, 4vw, 4rem);
  --wrap:1200px;
  --ease:cubic-bezier(0.22,1,0.36,1);
  --ease-soft:cubic-bezier(0.4,0,0.2,1);
}

/* ---------- RESET / BASE ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:92px}
body{
  font-family:var(--sans);
  font-weight:400;
  font-size:clamp(17px,0.4vw + 16px,18.5px);
  line-height:1.72;
  color:var(--ink);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
h1,h2,h3,h4{font-family:var(--serif);font-weight:500;line-height:1.05;letter-spacing:-0.012em;text-wrap:pretty;overflow-wrap:break-word}
p{text-wrap:pretty}
::selection{background:var(--teal);color:var(--cream)}

.wrap{max-width:var(--wrap);margin-inline:auto}
.serif-it{font-family:var(--serif);font-style:italic;font-weight:500;color:var(--teal)}

/* soft paper grain */
body::after{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:90;opacity:.035;mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .7 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ---------- BUTTONS ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  font-family:var(--sans);font-weight:600;font-size:1.02rem;letter-spacing:.01em;
  min-height:60px;padding:1.05rem 2rem;border-radius:6px;white-space:nowrap;
  transition:transform .35s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .3s;
}
.btn .arr{transition:transform .4s var(--ease)}
.btn-primary{background:var(--teal);color:var(--cream);box-shadow:0 10px 30px -18px color-mix(in srgb,var(--teal) 65%,black)}
.btn-primary:hover{background:var(--teal-deep);transform:translateY(-1px)}
.btn-primary:hover .arr{transform:translateX(4px)}
.btn-ghost{background:transparent;color:var(--ink);border:1px solid color-mix(in srgb,var(--ink) 38%,transparent)}
.btn-ghost:hover{background:var(--ink);color:var(--cream);transform:translateY(-1px)}
.btn-on-teal{background:var(--cream);color:var(--teal)}
.btn-on-teal:hover{background:#fff;transform:translateY(-2px)}

/* ---------- BRAND LOCKUP ---------- */
.brand{display:flex;flex-direction:column;align-items:flex-start;gap:3px;line-height:1}
.brand-logo{height:32px;width:auto;display:block}
.legal-nav .brand-logo{height:24px}
.brand-flower{width:34px;height:auto;flex:none}
.brand-word{line-height:1}
.brand-name{
  font-family:var(--serif);font-weight:600;font-size:1.36rem;
  letter-spacing:.16em;color:var(--teal);text-transform:uppercase;
}
.brand-desc{
  display:block;font-family:var(--sans);font-weight:600;
  font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ink-2);margin-top:3px;
}
@media(max-width:430px){.brand-desc{display:none}}

/* ---------- NAV ---------- */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:80;
  display:flex;align-items:center;justify-content:space-between;
  padding:.95rem var(--mx);
  transition:background .4s var(--ease-soft), backdrop-filter .4s, border-color .4s, padding .4s;
  border-bottom:1px solid transparent;
}
.nav.scrolled{
  background:color-mix(in srgb,var(--cream) 82%,transparent);
  backdrop-filter:blur(16px) saturate(150%);
  -webkit-backdrop-filter:blur(16px) saturate(150%);
  border-bottom-color:var(--hair);padding-block:.7rem;
}
.nav-links{display:none;gap:1.45rem;align-items:center;font-size:.98rem;font-weight:600;white-space:nowrap}
.nav-links a{position:relative;padding:.85rem .3rem;color:var(--ink);white-space:nowrap}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-1px;height:1.5px;width:0;background:var(--teal);transition:width .4s var(--ease)}
.nav-links a:hover::after,.nav-links a[aria-current="page"]::after{width:100%}
.nav-links a[aria-current="page"]{color:var(--teal-deep)}
.nav-cta{display:none}
.burger{display:flex;flex-direction:column;gap:6px;width:34px;height:24px;justify-content:center;z-index:90;position:relative;padding:12px 0;box-sizing:content-box}
.burger span{height:2px;width:100%;background:var(--ink);border-radius:2px;transition:transform .4s var(--ease), opacity .25s}
.nav.open .burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.nav.open .burger span:nth-child(2){opacity:0}
.nav.open .burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
@media(min-width:940px){
  .nav-links{display:flex}
  .nav-cta{display:block}
  .burger{display:none}
}

/* mobile menu */
.mobile-menu{
  position:fixed;inset:0;z-index:70;background:var(--cream);
  display:flex;flex-direction:column;justify-content:flex-start;gap:0;
  padding:6.5rem var(--mx) 2.5rem;overflow-y:auto;
  opacity:0;visibility:hidden;transition:opacity .4s var(--ease-soft), visibility 0s .4s;
}
.nav.open ~ .mobile-menu{opacity:1;visibility:visible;transition-delay:0s}
.mobile-menu a{
  font-family:var(--serif);font-weight:500;font-size:1.55rem;line-height:1.2;
  display:flex;align-items:center;min-height:62px;padding:.55rem 0;
  border-bottom:1px solid color-mix(in srgb,var(--ink) 8%,transparent);
  color:var(--ink);opacity:0;transform:translateY(10px);
  transition:opacity .45s var(--ease), transform .45s var(--ease), color .25s;
}
.nav.open ~ .mobile-menu a{opacity:1;transform:none}
.nav.open ~ .mobile-menu a:nth-child(1){transition-delay:.08s}
.nav.open ~ .mobile-menu a:nth-child(2){transition-delay:.14s}
.nav.open ~ .mobile-menu a:nth-child(3){transition-delay:.2s}
.nav.open ~ .mobile-menu a:nth-child(4){transition-delay:.26s}
.nav.open ~ .mobile-menu a:nth-child(5){transition-delay:.32s}
.mobile-menu a:active{color:var(--teal)}
.mobile-menu .mm-meta{
  margin-top:1.8rem;font-size:.8rem;font-weight:500;letter-spacing:.04em;line-height:2;color:var(--ink-2);
  opacity:0;transform:translateY(16px);transition:opacity .5s .4s var(--ease),transform .5s .4s var(--ease);
}
.nav.open ~ .mobile-menu .mm-meta{opacity:1;transform:none}
@media(min-width:940px){.mobile-menu{display:none}}

/* ---------- SECTION SCAFFOLD ---------- */
section{position:relative;padding:clamp(4.5rem,8vw,8rem) var(--mx)}
@media(min-width:900px){section{padding:8rem var(--mx)}}
.eyebrow{
  font-family:var(--sans);font-weight:700;font-size:.92rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--teal-deep);display:inline-flex;align-items:center;gap:.7rem;
}
.eyebrow::before{content:"";width:26px;height:1.5px;background:var(--teal)}
.eyebrow.no-rule::before{display:none}
.section-head{max-width:var(--wrap);margin:0 auto 3.2rem;display:grid;gap:1.1rem}
.section-title{font-size:clamp(2.05rem,4.2vw,3.3rem);line-height:1.1;letter-spacing:-.015em}
.section-title .serif-it{display:inline}
.lede{font-size:clamp(1.12rem,1vw + .85rem,1.3rem);line-height:1.62;color:var(--ink-2);max-width:54ch}
.hairline{height:1px;background:var(--line);max-width:var(--wrap);margin-inline:auto}
.num{font-family:var(--serif);font-weight:500;color:color-mix(in srgb,var(--teal) 38%,var(--sand));line-height:.8}
@media(min-width:900px){
  /* Label, Ueberschrift und Text stehen auf einer gemeinsamen linken Kante.
     Vorher sass das Label ganz links und die Ueberschrift erst bei knapp der
     halben Breite, der Fliesstext darunter wieder links: das Auge musste bei
     jedem Block neu ansetzen und die Sektion wirkte unruhig. */
  .section-head{grid-template-columns:1fr;gap:1.1rem;margin-bottom:4rem}
  /* Breite in rem, nicht in ch: ch richtet sich nach der Fliesstextgroesse
     des Containers und war fuer die grosse Ueberschrift viel zu schmal. */
  .section-head > div:last-child{max-width:min(100%,46rem)}
  .section-head > div:last-child .lede{max-width:54ch}
  .section-head .section-title{text-wrap:balance;overflow-wrap:normal;hyphens:none}
}

/* ---------- HERO (home) ---------- */
.hero{position:relative;min-height:100svh;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding:8.5rem var(--mx) 4.5rem;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;z-index:-2;background:
  radial-gradient(1100px 760px at 12% 14%, color-mix(in oklab,var(--teal) 12%,transparent), transparent 56%),
  radial-gradient(900px 620px at 92% 88%, color-mix(in oklab,var(--sand) 60%,transparent), transparent 60%),
  linear-gradient(178deg,var(--cream),color-mix(in oklab,var(--cream) 88%,var(--sand)))}
.hero-arc{position:absolute;right:-22vw;bottom:-26vh;width:min(120vw,1000px);aspect-ratio:1;border:1px solid color-mix(in srgb,var(--teal) 16%,transparent);border-radius:50%;z-index:-1}
.hero-arc::after{content:"";position:absolute;inset:9%;border:1px solid color-mix(in srgb,var(--teal) 12%,transparent);border-radius:50%}
.hero-left{display:flex;flex-direction:column;gap:1.6rem;max-width:46rem}
.hero-lock{display:flex;align-items:center;gap:1rem}
.hero-lock .hl-flower{width:54px;height:auto}
.hero-lock .hl-logo{width:min(84vw,380px);height:auto;display:block}
.hero-lock .hl-word{font-family:var(--serif);font-weight:600;font-size:clamp(2.4rem,7vw,4rem);letter-spacing:.14em;text-transform:uppercase;color:var(--teal);line-height:.95}
.hero-desc{font-family:var(--sans);font-weight:700;font-size:clamp(.7rem,1.4vw,.92rem);letter-spacing:.16em;text-transform:uppercase;color:var(--teal-deep);overflow-wrap:break-word;display:inline-flex;align-items:center;gap:.7rem}
.hero-desc::before{content:"";width:26px;height:2px;background:var(--teal);flex:none}
.hero-h{font-size:clamp(1.85rem,4.3vw + .6rem,3.7rem);line-height:1.05;letter-spacing:-0.02em;color:var(--ink)}
.hero-tagline{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(1.2rem,2vw,1.6rem);color:var(--teal)}
.hero-sub{font-size:1.1rem;color:var(--ink-2);max-width:46ch}
.hero-ctas{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:.4rem}
.scroll-ind{position:absolute;left:var(--mx);bottom:1.6rem;display:flex;align-items:center;gap:.7rem;font-size:.8rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--ink-2)}
.scroll-ind .ln{width:46px;height:1.5px;background:var(--line);position:relative;overflow:hidden}
.scroll-ind .ln::after{content:"";position:absolute;inset:0;left:-100%;background:var(--teal);animation:scroll-ln 2.6s var(--ease) infinite}
@keyframes scroll-ln{0%{left:-100%}55%{left:100%}100%{left:100%}}
@media(max-width:520px){.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{width:100%}}
@media(min-width:900px){.hero{grid-template-columns:1.25fr .95fr;gap:4rem;padding:7rem var(--mx) 3.5rem;align-items:center}}

/* hero visual card (right) */
.hero-card{position:relative;width:min(100%,440px);justify-self:center;aspect-ratio:4/5;border-radius:30% 30% 6px 6px/19% 19% 6px 6px;overflow:hidden;
  background:linear-gradient(160deg,color-mix(in oklab,var(--teal) 86%,white),var(--teal) 52%,var(--teal-deep));
  color:var(--cream);display:flex;flex-direction:column;justify-content:flex-end;padding:2.4rem 1.8rem;
  box-shadow:0 50px 90px -50px color-mix(in srgb,var(--teal) 70%,black)}
.hero-card .hc-flower{position:absolute;top:9%;left:50%;transform:translateX(-50%);width:84px;opacity:.92}
.hero-card .hc-flower path{stroke:color-mix(in srgb,var(--teal) 80%,black)}
.hero-card-txt{font-family:var(--serif);font-style:italic;font-size:1.3rem;line-height:1.4;text-align:center;text-wrap:balance}
.hero-card-txt small{display:block;font-family:var(--sans);font-style:normal;font-weight:600;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;margin-top:1rem;color:color-mix(in srgb,var(--cream) 82%,transparent)}
.hero-img{position:relative;width:min(100%,440px);justify-self:center;aspect-ratio:4/5;border-radius:30% 30% 6px 6px/19% 19% 6px 6px;overflow:hidden;box-shadow:0 50px 90px -50px color-mix(in srgb,var(--teal) 60%,black)}
.hero-img img{width:100%;height:100%;object-fit:cover}

/* ---------- PAGE HERO (Unterseiten) ---------- */
.page-hero{position:relative;padding:clamp(7rem,13vh,9.5rem) var(--mx) clamp(3rem,6vh,4.5rem);overflow:hidden}
.page-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:
  radial-gradient(900px 620px at 88% 10%, color-mix(in oklab,var(--teal) 11%,transparent), transparent 58%),
  linear-gradient(178deg,var(--cream),color-mix(in oklab,var(--cream) 90%,var(--sand)))}
.page-hero .ph-arc{position:absolute;right:-14vw;top:-30vh;width:min(80vw,640px);aspect-ratio:1;border:1px solid color-mix(in srgb,var(--teal) 14%,transparent);border-radius:50%;z-index:-1}
.ph-inner{max-width:var(--wrap);margin-inline:auto;display:grid;gap:1.7rem;max-width:64rem}
.page-hero h1{font-size:clamp(2.2rem,3.6vw + 1rem,3.9rem);line-height:1.05;letter-spacing:-0.02em;text-wrap:balance}
.page-hero .ph-lead{font-size:clamp(1.05rem,1vw + .85rem,1.2rem);color:var(--ink-2);max-width:56ch}
.cta-box{margin-top:2.4rem;display:flex;flex-wrap:wrap;align-items:center;gap:.7rem}
@media(max-width:520px){.cta-box{flex-direction:column;align-items:stretch}.cta-box .btn{width:100%}}
.cta-box .cb-label{display:block;font-size:.66rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--teal);margin-bottom:.25rem}
.cta-box .cb-phone{font-family:var(--serif);font-weight:500;font-size:clamp(1.5rem,3.5vw,2rem);line-height:1;color:var(--ink)}
.cta-box .cb-phone:hover{color:var(--teal-deep)}
.cta-box-actions{display:flex;gap:.6rem;flex-wrap:wrap}

/* section intro (zentriert, für Unterseiten-Bänder) */
.intro{max-width:62ch;margin:0 auto 3rem;text-align:center;display:grid;gap:1rem;justify-items:center}
.intro .section-title{font-size:clamp(1.9rem,4vw,3rem)}
.note-band{background:var(--cream-2);border:1px solid var(--hair);border-left:3px solid var(--teal);border-radius:4px;padding:1.4rem 1.7rem;max-width:var(--wrap);margin:0 auto;color:var(--ink-2)}
.note-band strong{color:var(--ink);font-weight:600}

/* Price block (Preis-Tabellen pro Bereich) */
.price-block{max-width:var(--wrap);margin:0 auto;background:var(--cream-2);border:1px solid var(--hair);border-radius:6px;padding:2.2rem 2rem 1.6rem;display:grid;gap:1.4rem}
.price-head{display:grid;gap:.5rem}
.price-head h3{font-family:var(--serif);font-weight:600;font-size:clamp(1.3rem,2vw,1.6rem);line-height:1.25;color:var(--ink);margin:0}
.price-head .eyebrow{color:var(--teal);margin:0}
.price-lede{color:var(--ink-2);margin:.2rem 0 0;font-size:.96rem;line-height:1.55;max-width:62ch}
.price-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--hair)}
.price-list li{display:grid;grid-template-columns:1fr auto auto;gap:.6rem 2rem;align-items:baseline;padding:1.25rem 0;border-bottom:1px solid color-mix(in srgb,var(--ink) 6%,transparent)}
.price-list .pl-name{color:var(--ink);font-weight:600;font-size:1.02rem;line-height:1.4}
.price-list .pl-meta{color:var(--ink);font-size:.95rem;font-weight:500;letter-spacing:.01em;white-space:nowrap}
.price-list .pl-price{font-family:var(--sans);color:var(--teal-deep);font-weight:700;font-size:1.24rem;font-variant-numeric:tabular-nums;white-space:nowrap;letter-spacing:.01em}
.price-list .pl-price-now{color:#666;font-size:.86rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-right:.3rem;vertical-align:.08em}
.price-list .pl-price-old{color:#C13C2A;text-decoration:line-through;text-decoration-thickness:2px;font-weight:600;margin-right:.5rem;font-variant-numeric:tabular-nums;font-family:var(--sans);font-size:1rem}
.price-foot{color:var(--ink);font-size:.95rem;line-height:1.55;margin:0;padding-top:.4rem}
.price-foot strong{color:var(--ink);font-weight:700}
@media (max-width:640px){
  .price-block{padding:1.6rem 1.3rem 1.2rem}
  .price-list li{grid-template-columns:1fr auto;gap:.25rem .8rem;padding:1rem 0}
  .price-list .pl-meta{grid-column:1/-1;order:3;font-size:.92rem}
  .price-list .pl-price{font-size:1.12rem}
}

/* Headline-Sicherung auf echten Smartphones (360–500px) */
@media(max-width:560px){
  .hero-h{font-size:clamp(1.55rem,6.4vw,2.1rem)}
  .page-hero h1{font-size:clamp(1.85rem,7.4vw,2.6rem)}
  .section-title{font-size:clamp(1.7rem,6vw,2.25rem)}
}

/* ---------- PROOF STRIP ---------- */









/* ---------- WELTEN (3 Bereiche) ---------- */
.welten-grid{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:1.4rem}
.welt{position:relative;display:flex;flex-direction:column;background:#FFFDF9;border:0;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px rgba(27,40,38,.04),0 18px 40px -28px color-mix(in srgb,var(--teal) 42%,black);transition:transform .45s var(--ease),box-shadow .45s}
.welt:hover{transform:translateY(-3px);box-shadow:0 1px 2px rgba(27,40,38,.04),0 34px 64px -32px color-mix(in srgb,var(--teal) 52%,black)}
.welt-top{aspect-ratio:16/10;position:relative;overflow:hidden;background:linear-gradient(150deg,var(--sand),var(--cream-2))}
.welt-top img{width:100%;height:100%;object-fit:cover}
.welt-top .welt-emblem{position:absolute;inset:0;display:grid;place-items:center}
.welt-top .welt-emblem svg,.welt-top .welt-emblem img{width:82px;height:auto;opacity:.55}
.welt-no{position:absolute;top:1rem;left:1.2rem;font-family:var(--serif);font-size:1.4rem;color:var(--teal);background:var(--cream);width:2.4rem;height:2.4rem;display:grid;place-items:center;border-radius:50%}
.welt-body{padding:1.7rem 1.8rem 2rem;display:flex;flex-direction:column;gap:.7rem;flex:1}
.welt-body h3{font-size:1.6rem}
.welt-body p{color:var(--ink-2);font-size:1rem;flex:1}
.welt-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:var(--teal-deep);letter-spacing:.01em;padding:.7rem 0}
.welt-link .arr{transition:transform .4s var(--ease)}
.welt:hover .welt-link .arr{transform:translateX(4px)}
@media(min-width:820px){.welten-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem}}

/* ---------- TREATMENT GRID ---------- */
.treatments{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:1.4rem;align-items:start}
.treat{padding:2.3rem 2.1rem 2rem;background:#FFFDF9;border:0;border-radius:10px;display:grid;align-content:start;gap:.6rem;box-shadow:0 1px 2px rgba(27,40,38,.04),0 18px 40px -28px color-mix(in srgb,var(--teal) 42%,black);transition:box-shadow .45s var(--ease),transform .45s var(--ease)}
/* Inhalt oben buendig, Preiszeile unten: sonst streckt das Grid die Abstaende
   und die Karten nebeneinander laufen optisch auseinander. */
.treat .treat-meta{margin-top:auto}
.treat:hover{transform:translateY(-2px);box-shadow:0 1px 2px rgba(27,40,38,.04),0 28px 56px -30px color-mix(in srgb,var(--teal) 52%,black)}
.treat-no{font-family:var(--sans);font-weight:700;font-size:.76rem;letter-spacing:.2em;text-transform:uppercase;color:var(--teal-deep)}
.treat h3{font-size:1.5rem;line-height:1.25}
.treat p{color:var(--ink-2);max-width:60ch}
.treat-meta{font-family:var(--sans);font-weight:600;font-size:1rem;line-height:1.5;color:var(--teal-deep);display:flex;flex-direction:column;gap:.45rem;margin-top:1.4rem;padding-top:1.15rem;border-top:1px solid color-mix(in srgb,var(--ink) 8%,transparent)}
.treat-meta span{display:block;text-wrap:pretty}
.treat-meta strong{color:var(--ink);font-weight:700}
@media(min-width:820px){
  .treatments{grid-template-columns:1fr 1fr;column-gap:1.8rem;row-gap:1.8rem}
  .treat{padding:2.7rem 2.5rem 2.3rem}
}

/* ---------- ABOUT ---------- */
.about{background:linear-gradient(180deg,var(--cream),color-mix(in oklab,var(--cream) 92%,var(--sand)));padding-top:3.2rem}
.about-grid{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:2.6rem}
.about-lead{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(1.15rem,1.5vw,1.42rem);line-height:1.4;color:var(--ink);max-width:28ch}
.about-text{display:flex;flex-direction:column;gap:1rem;color:var(--ink-2);max-width:56ch}
.about-text p strong{color:var(--ink);font-weight:600}
.info-card{background:#FFFDF9;border:0;border-radius:10px;padding:2rem 1.9rem 1.6rem;box-shadow:0 1px 2px rgba(27,40,38,.04),0 18px 40px -28px color-mix(in srgb,var(--teal) 42%,black);display:flex;flex-direction:column;gap:.7rem;align-self:start}
.info-flower{width:48px;height:auto}
.info-kicker{font-family:var(--sans);font-weight:700;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--teal-deep)}
.info-mono{font-family:var(--serif);font-weight:500;font-size:3.2rem;color:var(--teal-deep);line-height:.9}
.info-sub{font-family:var(--serif);font-style:italic;color:var(--ink-2);font-size:1.1rem}
.info-list{list-style:none;display:flex;flex-direction:column;gap:0;margin-top:.6rem}
.info-list li{display:block;padding:.95rem 0;border-bottom:1px solid color-mix(in srgb,var(--ink) 5%,transparent)}
.info-list li:last-child{border-bottom:0}
.info-list .lbl{display:block;margin-bottom:.3rem;white-space:normal;font-family:var(--sans);font-weight:700;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep)}
@media(min-width:900px){.about-grid{grid-template-columns:1.35fr .85fr;gap:4.5rem;align-items:start}.about-head{grid-column:1/-1;margin-inline:0;width:100%}}

/* ---------- ÜBER-FOTO-SLOT (Platzhalter bis Fotos da sind) ---------- */
.about-main{display:flex;flex-direction:column;gap:1.4rem}
.about-side{display:flex;flex-direction:column;gap:1.4rem;align-self:start}
.about-photo{aspect-ratio:4/5;border-radius:44% 44% 6px 6px/28% 28% 6px 6px;overflow:hidden;position:relative;background:linear-gradient(155deg,color-mix(in oklab,var(--teal) 86%,white),var(--teal) 55%,var(--teal-deep));display:grid;place-items:center;box-shadow:0 40px 80px -50px color-mix(in srgb,var(--teal) 60%,black)}
@media(min-width:900px){
  .about-grid.has-photo{align-items:stretch}
  .about-grid.has-photo .about-photo{aspect-ratio:auto;height:100%;min-height:24rem}
}
.about-photo img{width:100%;height:100%;object-fit:cover}
.about-photo .ap-mark{display:flex;flex-direction:column;align-items:center;gap:.7rem;color:var(--cream);text-align:center;padding:1.6rem}
.about-photo .ap-mark img{width:58px;height:auto;opacity:.95}
.about-photo .ap-cap{font-family:var(--serif);font-style:italic;font-size:1.05rem;color:color-mix(in srgb,var(--cream) 90%,transparent);line-height:1.4}

/* ---------- TRUST-BAND (kompakt) ---------- */
.trust{background:linear-gradient(180deg,var(--cream),color-mix(in oklab,var(--cream) 92%,var(--sand)))}
.trust-inner{max-width:720px;margin:0 auto;text-align:center;display:grid;gap:1.4rem;justify-items:center}
.trust-num{font-family:var(--serif);font-weight:500;font-size:3rem;line-height:1;color:var(--ink);display:inline-flex;align-items:center;gap:.6rem}
.trust-stars{display:inline-flex;gap:3px}
.trust-stars svg{width:20px;height:20px;fill:var(--teal)}
.trust-sub{font-family:var(--sans);font-weight:600;font-size:.95rem;letter-spacing:.04em;color:var(--ink-2)}
.trust-quote{font-family:var(--sans);font-size:1.2rem;line-height:1.6;color:var(--ink);max-width:46ch}
.trust-author{font-weight:600;color:var(--ink-2);font-size:.95rem}

/* ---------- STEPS (Ablauf) ---------- */
.steps{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:0}
.step{display:grid;grid-template-columns:auto 1fr;gap:1.4rem;padding:1.8rem 0;border-top:1px solid var(--hair);align-items:start}
.step:first-child{border-top:0}
.step-no{font-family:var(--serif);font-weight:500;font-size:2.4rem;color:color-mix(in srgb,var(--teal) 45%,var(--sand));line-height:.85;min-width:2.4rem}
.step h3{font-size:1.25rem;margin-bottom:.35rem}
.step p{color:var(--ink-2);font-size:.98rem;max-width:52ch}
@media(min-width:820px){
  .steps{grid-template-columns:repeat(4,1fr);gap:2.4rem}
  .step{grid-template-columns:1fr;border-top:0;padding:0;gap:.6rem}
  .step-no{font-size:3rem}
  .step::before{content:"";grid-row:1;height:1px;background:var(--line);margin-bottom:1rem}
}

/* ---------- REVIEWS ---------- */
.reviews-grid{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:1.8rem;align-items:start}
.review{position:relative;background:var(--cream-2);border:1px solid var(--hair);border-radius:4px;padding:2.4rem 2rem 1.8rem;display:flex;flex-direction:column;gap:1.2rem}

.review-stars{display:inline-flex;gap:2px}
.review-stars svg{width:15px;height:15px;fill:var(--teal)}
.review-body{font-family:var(--sans);font-weight:400;font-size:1.08rem;line-height:1.65;color:var(--ink)}
.review.featured .review-body{font-family:var(--sans);font-weight:500;font-style:normal;font-size:1.22rem;line-height:1.55}
.review-meta{margin-top:auto;padding-top:.9rem;border-top:1px solid var(--hair);display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}
.review-author{font-weight:600;font-size:.92rem;color:var(--ink)}
.review-date{font-size:.86rem;color:var(--ink-2)}
@media(min-width:820px){
  .reviews-grid{grid-template-columns:1.3fr 1fr;grid-auto-rows:auto;gap:1.6rem;grid-template-areas:"a b" "a c" "d c"}
  .r-2{grid-area:b}.r-3{grid-area:c}.r-4{grid-area:d}
}

.reviews-cols{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:1.4rem}
@media(min-width:820px){.reviews-cols{grid-template-columns:repeat(3,1fr)}}

/* ---------- BOOKING WIDGET (Mockup) ---------- */
.booking{background:var(--teal-deep);color:var(--cream);position:relative;overflow:hidden}
.booking .eyebrow{color:color-mix(in srgb,var(--cream) 88%,var(--sand))}
.booking .eyebrow::before{background:color-mix(in srgb,var(--cream) 70%,transparent)}
.booking .section-title{color:var(--cream)}
.booking .lede{color:color-mix(in srgb,var(--cream) 78%,transparent)}
.booking-grid{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:2.4rem;align-items:start}
.booking-copy,.widget{min-width:0}
.booking-copy{display:flex;flex-direction:column;gap:1.4rem}
.booking-copy .section-title{overflow-wrap:break-word}
@media(max-width:430px){
  .widget{padding:1.15rem}
  .cal{gap:.22rem}
  .cal .day{font-size:.78rem}
  .chip{padding:.4rem .7rem;font-size:.78rem}
  .slot{padding:.45rem .68rem;font-size:.78rem}
}
.booking-copy .b-points{list-style:none;display:flex;flex-direction:column;gap:.9rem}
.booking-copy .b-points li{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;color:color-mix(in srgb,var(--cream) 86%,transparent);font-size:1rem}
.booking-copy .b-points svg{width:23px;height:23px;flex:none;fill:none;stroke:var(--cream);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}
/* Der Kreis traegt weniger Gewicht als das Haekchen selbst, damit die
   Aussage lesbar bleibt und das Icon nicht als Kaestchen missverstanden wird. */
.booking-copy .b-points svg circle{stroke:color-mix(in srgb,var(--cream) 45%,transparent);stroke-width:1.2}
.booking-copy .b-points li{line-height:1.5}
/* widget card */
.widget{background:var(--cream);color:var(--ink);border-radius:8px;padding:1.5rem;box-shadow:0 40px 80px -40px rgba(0,0,0,.5);position:relative}
.widget-tag{position:absolute;top:-.7rem;right:1rem;background:var(--ink);color:var(--cream);font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding:.4rem .8rem;border-radius:999px}
.widget-head{display:flex;align-items:center;gap:.6rem;padding-bottom:1rem;border-bottom:1px solid var(--hair);margin-bottom:1.1rem}
.widget-head .wh-dot{width:9px;height:9px;border-radius:50%;background:var(--teal)}
.widget-head h4{font-family:var(--sans);font-weight:600;font-size:.95rem;letter-spacing:.02em}
.widget-head .wh-brand{margin-left:auto;font-size:.66rem;color:var(--ink-2);letter-spacing:.06em}
.widget-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);margin:.2rem 0 .6rem}
.chip-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.1rem}
.chip{border:1px solid var(--line);border-radius:999px;padding:.45rem .85rem;font-size:.82rem;font-weight:500;color:var(--ink-2);transition:.25s}
.chip.active{background:var(--teal);color:var(--cream);border-color:var(--teal)}
.cal{display:grid;grid-template-columns:repeat(7,1fr);gap:.3rem;margin-bottom:1.1rem}
.cal .cal-h{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);text-align:center;padding-bottom:.3rem}
.cal .day{aspect-ratio:1;display:grid;place-items:center;font-size:.82rem;border-radius:6px;color:var(--ink);transition:.2s}
.cal .day.muted{color:color-mix(in srgb,var(--ink-2) 55%,transparent)}
.cal .day.free{background:var(--teal-soft);font-weight:600;cursor:pointer}
.cal .day.sel{background:var(--teal);color:var(--cream);font-weight:600}
.slots{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.2rem}
.slot{border:1px solid var(--line);border-radius:6px;padding:.5rem .8rem;font-size:.82rem;font-weight:500;color:var(--ink)}
.slot.sel{background:var(--teal);color:var(--cream);border-color:var(--teal)}
.slot.gone{color:color-mix(in srgb,var(--ink-2) 50%,transparent);text-decoration:line-through}
.widget-cta{width:100%;background:var(--teal);color:var(--cream);font-weight:600;padding:.95rem;border-radius:6px;letter-spacing:.02em;transition:.3s}
.widget-cta:hover{background:var(--teal-deep)}
.widget-note{text-align:center;font-size:.82rem;line-height:1.45;color:var(--ink-2);margin-top:.8rem}
@media(min-width:900px){.booking-grid{grid-template-columns:1fr 1fr;gap:3.5rem}.widget{padding:1.8rem}}

/* ---------- CONTACT ---------- */
.contact{background:linear-gradient(180deg,color-mix(in oklab,var(--cream) 92%,var(--sand)),var(--cream))}
.contact-grid{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:2.6rem}
.contact-primary{display:flex;flex-direction:column;gap:1.8rem}
.c-label{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-deep);margin-bottom:.45rem;display:block}
.phone-big{font-family:var(--serif);font-weight:500;font-size:clamp(1.9rem,5vw,3rem);line-height:1;color:var(--ink);transition:color .3s}
.phone-big:hover{color:var(--teal)}
.addr-lines{font-family:var(--serif);font-style:italic;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.3;color:var(--ink)}
.route{display:inline-flex;align-items:center;gap:.4rem;margin-top:.6rem;font-size:.95rem;font-weight:700;letter-spacing:.04em;color:var(--teal-deep);text-transform:uppercase;text-decoration:underline;text-underline-offset:.25em;padding:.6rem 0}
.route:hover{text-decoration:underline;text-underline-offset:.3em}
.contact-ctas{display:flex;gap:.7rem;flex-wrap:wrap}
.hours{background:var(--cream-2);border:1px solid var(--hair);border-radius:4px;padding:1.8rem 1.9rem;display:flex;flex-direction:column;gap:1rem;align-self:start}
.hours-head{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--hair);padding-bottom:.8rem}
.hours-head h3{font-family:var(--serif);font-style:italic;font-size:1.4rem;font-weight:500}
.today-badge{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);border:1px solid color-mix(in srgb,var(--teal) 45%,transparent);border-radius:999px;padding:.32rem .7rem}
.hours-list{list-style:none;display:flex;flex-direction:column}
.hours-list li{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:.75rem .8rem;border-radius:4px;font-size:1.02rem}
.hours-list li .day{font-weight:500}
.hours-list li .time{font-weight:500;color:var(--ink-2);font-variant-numeric:tabular-nums}
.hours-list li.today{background:var(--teal-soft)}
.hours-list li.today .time{color:var(--teal-deep)}
.hours-list li.closed .time{font-style:normal;color:var(--ink-2)}
/* map click-to-load (DSGVO) */
.map-wrap{max-width:var(--wrap);margin:2.6rem auto 0;border:1px solid var(--hair);border-radius:4px;overflow:hidden;background:var(--cream-2)}
.map-ph{aspect-ratio:16/7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem;background:
  repeating-linear-gradient(45deg,color-mix(in srgb,var(--sand) 60%,transparent),color-mix(in srgb,var(--sand) 60%,transparent) 12px,transparent 12px,transparent 24px),var(--cream-2)}
.map-ph p{color:var(--ink-2);font-size:.9rem;max-width:40ch}
.map-wrap iframe{width:100%;height:100%;border:0;display:block;aspect-ratio:16/7}
@media(min-width:900px){.contact-grid{grid-template-columns:1.4fr .9fr;gap:4rem;align-items:start}}

/* ---------- FOOTER ---------- */
.site-footer{background:var(--teal-deep);color:var(--cream);padding:3.5rem var(--mx) calc(2.4rem + env(safe-area-inset-bottom))}
.footer-grid{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:2.4rem}
.footer-brand .fb-word{font-family:var(--serif);font-weight:600;font-size:1.6rem;letter-spacing:.16em;text-transform:uppercase}
.footer-brand .fb-flower{width:40px;margin-bottom:.8rem}
.footer-brand .fb-logo{height:34px;width:auto;display:block;margin-bottom:.7rem}
.footer-brand p{margin-top:.7rem;color:color-mix(in srgb,var(--cream) 78%,transparent);font-size:.95rem;font-style:italic;font-family:var(--serif)}
.footer-col h4{font-family:var(--sans);font-weight:600;font-size:.92rem;letter-spacing:.16em;text-transform:uppercase;color:color-mix(in srgb,var(--cream) 86%,transparent);margin-bottom:1rem}
.footer-col a,.footer-col p{display:block;color:color-mix(in srgb,var(--cream) 94%,transparent);font-size:1.02rem;line-height:1.5;margin-bottom:.6rem}
.footer-col a{padding:.7rem 0;margin-bottom:0}
.footer-col a:last-child,.footer-col p:last-child{margin-bottom:0}
.footer-col a:hover{color:#fff;text-decoration:underline;text-underline-offset:.25em}
.footer-bottom{max-width:var(--wrap);margin:2.6rem auto 0;padding-top:1.6rem;border-top:1px solid color-mix(in srgb,var(--cream) 18%,transparent);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.95rem;color:color-mix(in srgb,var(--cream) 84%,transparent)}
.footer-bottom a:hover{color:#fff}
@media(min-width:760px){.footer-grid{grid-template-columns:1.6fr 1fr 1fr;gap:3rem}}

/* ---------- LEGAL PAGES ---------- */
.legal-nav{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1.05rem var(--mx);border-bottom:1px solid var(--hair);background:color-mix(in srgb,var(--cream) 86%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.legal-nav .brand{gap:.55rem}
.legal-nav .brand-name{font-size:1.1rem}
.legal-back{font-size:.95rem;font-weight:600;letter-spacing:.04em;color:var(--teal-deep);padding:.7rem .4rem;display:inline-block}
.legal-back:hover{text-decoration:underline;text-underline-offset:.25em}
.legal{max-width:760px;margin:0 auto;padding:3.5rem var(--mx) 5rem}
.legal h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem}
.legal .meta{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:2.6rem}
.legal h2{font-size:1.32rem;margin:2.4rem 0 .5rem}
.legal h3{font-family:var(--sans);font-weight:600;font-size:1rem;margin:1.4rem 0 .3rem;color:var(--ink)}
.legal p,.legal li{color:var(--ink-2)}
.legal p{margin:.4rem 0}
.legal ul{margin:.5rem 0 .5rem 1.3rem}
.legal li{margin-bottom:.3rem}
.legal a{color:var(--teal);text-decoration:underline;text-underline-offset:.2em}
.legal .block{margin-bottom:1.2rem}

/* ---------- MOBILE CTA BAR ---------- */
.mcta{display:none}
@media(max-width:780px){
  .mcta{position:fixed;left:0;right:0;bottom:0;z-index:55;display:flex;gap:8px;padding:9px 12px calc(9px + env(safe-area-inset-bottom));
    background:color-mix(in srgb,var(--cream) 88%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--hair);
    transform:translateY(0);transition:transform .4s var(--ease)}
  .mcta.hidden{transform:translateY(120%)}
  .mcta a{flex:1;text-align:center;padding:13px 8px;border-radius:4px;font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mcta a.primary{background:var(--teal);color:var(--cream)}
  .mcta a.secondary{background:var(--cream-2);color:var(--ink);border:1px solid var(--hair)}
  body{padding-bottom:78px}
}

/* ---------- REVEAL (entry-range, kein blur) ---------- */
@keyframes reveal{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
@supports (animation-timeline:view()){
  .reveal{animation:reveal linear both;animation-timeline:view();animation-range:entry 0% entry 38%}
}
@supports not (animation-timeline:view()){
  .reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
  .reveal.in{opacity:1;transform:none}
}
.hero-left>*{opacity:0;animation:reveal .9s var(--ease) forwards}
.hero-left>*:nth-child(1){animation-delay:.05s}
.hero-left>*:nth-child(2){animation-delay:.15s}
.hero-left>*:nth-child(3){animation-delay:.25s}
.hero-left>*:nth-child(4){animation-delay:.35s}
.hero-left>*:nth-child(5){animation-delay:.45s}
.hero-card,.hero-img{opacity:0;animation:reveal 1.1s .2s var(--ease) forwards}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001s !important;transition-duration:.001s !important}
  html{scroll-behavior:auto}
  .scroll-ind .ln::after{animation:none}
  .reveal,.hero-left>*,.hero-card,.hero-img{animation:none !important;opacity:1 !important;transform:none !important}
}
/* QA-Standbild: Screenshots ohne Scroll-Reveal-Leerflächen */
html.qa-still .reveal,html.qa-still .hero-left>*,html.qa-still .hero-card,html.qa-still .hero-img{animation:none !important;opacity:1 !important;transform:none !important}
html.qa-still .hero{min-height:auto}
a:focus-visible,button:focus-visible{outline:3px solid var(--teal);outline-offset:3px;border-radius:2px}
/* Auf den dunklen Markenflaechen ist ein Petrol-Ring unsichtbar (1,45:1).
   Creme auf --teal-deep erreicht 6,7:1 und erfuellt damit WCAG 1.4.11. */
.site-footer a:focus-visible,.site-footer button:focus-visible,
.booking a:focus-visible,.booking button:focus-visible,
.proof a:focus-visible,.proof button:focus-visible{outline-color:var(--cream)}
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--teal);color:var(--cream);padding:.85rem 1.3rem;font-weight:700;border-radius:0 0 4px 0}
.skip-link:focus{left:0}
main:focus{outline:none}
@media print{.nav,.mobile-menu,.mcta,.scroll-ind{display:none !important}body{background:#fff;color:#000}}

/* Sehr schmale Geraete (ab 360px): der Preisblock lief um wenige Pixel
   ueber den Rand, weil das Label mit Sperrung nicht umbrechen konnte. */
@media(max-width:400px){
  .price-block{padding:1.4rem 1.05rem 1.1rem}
  /* Karten brauchen auf sehr schmalen Geraeten weniger Innenabstand,
     sonst schiebt der Inhalt die Seite auf. */
  .treat{padding:1.5rem 1.2rem 1.3rem}
  .treat-no{letter-spacing:.12em;font-size:.72rem}
  .treat h3{font-size:1.3rem}
  .treat,.treat *{min-width:0;overflow-wrap:anywhere}
  .price-head .eyebrow{flex-wrap:wrap;letter-spacing:.14em}
  .price-head h3{overflow-wrap:anywhere}
  /* Auf sehr schmalen Displays duerfen lange Komposita brechen,
     sonst schiebt ein Wort wie "Fussgesundheit" die Seite auf. */
  .section-title,.page-hero h1,.hero-h{overflow-wrap:anywhere;word-break:break-word;hyphens:auto}
  .about-head,.about-grid,.about-side,.section-head{min-width:0}
  /* Die Infokarte wurde von ihren Listenzeilen aufgeblasen und war
     breiter als das Display. */
  .info-card{min-width:0;padding:1.4rem 1.2rem 1.1rem}
  .info-card .info-list li{grid-template-columns:1fr;gap:.15rem}
  .info-card .info-list li span{min-width:0;overflow-wrap:anywhere}
  /* Die Preiszeile mit Streichpreis stand auf nowrap und war breiter als
     das Display. Sie erzwang damit die Mindestbreite der ganzen Spalte. */
  .price-block,.price-head,.price-list,.price-list li{min-width:0}
  .price-list li{grid-template-columns:1fr;gap:.3rem;align-items:start}
  .price-list .pl-price,.price-list .pl-meta{white-space:normal;min-width:0}
}

/* Aufzaehlung innerhalb einer Behandlungskarte (Podologie, Komplexbehandlung) */
.treat-intro{margin:.35rem 0 0;color:var(--ink-2)}
.treat-list{list-style:none;margin:.15rem 0 0;padding:0;display:grid;gap:.42rem}
.treat-list li{
  position:relative;padding-left:1.15rem;color:var(--ink-2);
  font-size:1rem;line-height:1.5;
}
.treat-list li::before{
  content:"";position:absolute;left:0;top:.62em;
  width:6px;height:6px;border-radius:50%;
  background:color-mix(in srgb,var(--teal) 55%,transparent);
}

/* Mobiles Menue: der Telefonweg als eigene Flaeche, nicht als Textzeile */
.mobile-menu a[href^="tel:"]{
  margin-top:1.4rem;border-bottom:0;justify-content:center;
  background:var(--teal);color:var(--cream)!important;
  border-radius:6px;font-family:var(--sans);font-weight:600;font-size:1.12rem;
  min-height:60px;
}
.mobile-menu .mm-meta{margin-top:1.6rem}

/* Fusszeile: Tap-Ziele auf ein fuer aeltere Nutzerinnen sicheres Mass bringen */
.footer-col a{display:flex;align-items:center;width:fit-content;min-height:44px;padding-block:.2rem}
.footer-bottom a{display:inline-flex;align-items:center;min-height:44px;padding-block:.2rem}
.footer-bottom span{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35rem}
.bk-help-link{min-height:44px}

/* Im mobilen Menue sind beide Terminwege Flaechen, nicht nur der Anruf */
.mobile-menu a.mm-cta{
  margin-top:1.3rem;border-bottom:0;justify-content:center;
  background:var(--teal);color:var(--cream)!important;
  border-radius:6px;font-family:var(--sans);font-weight:600;font-size:1.12rem;min-height:60px;
}
.mobile-menu a.mm-cta + a{border-bottom:1px solid color-mix(in srgb,var(--ink) 8%,transparent)}
.mobile-menu a[href^="tel:"]{
  margin-top:.8rem;background:transparent;color:var(--teal-deep)!important;
  border:2px solid var(--teal);
}

/* ---------- VERTRAUENS-LEISTE (Startseite) ---------- */
.proof{background:var(--teal-deep);color:var(--cream);padding:2rem var(--mx)}
.proof-in{
  max-width:var(--wrap);margin-inline:auto;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem 2rem;
}
.proof-in .tb{display:flex;align-items:flex-start;gap:1rem;min-width:0}
.proof-in .tb svg{
  width:30px;height:30px;flex:none;margin-top:.3rem;
  fill:none;stroke:var(--cream);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;opacity:.72;
}
.proof-in .tb-t{
  display:block;font-family:var(--serif);font-weight:500;font-size:1.62rem;line-height:1.1;letter-spacing:-.01em;
}
.proof-in .tb-s{
  display:block;margin-top:.32rem;font-size:.82rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;
  color:color-mix(in srgb,var(--cream) 78%,transparent);
}
.proof-in .tb-sep{width:1px;align-self:stretch;background:color-mix(in srgb,var(--cream) 20%,transparent)}
@media(max-width:900px){
  .proof-in{gap:1.3rem 1.6rem}
  .proof-in .tb-sep{display:none}
  .proof-in .tb{flex:1 1 42%}
}
@media(max-width:520px){
  .proof-in .tb{flex:1 1 100%}
  .proof-in .tb-t{font-size:1.42rem}
}

/* Zwei gleichwertige Stimmen nebeneinander statt vier ungleicher Kacheln */
@media(min-width:860px){
  .reviews-grid{grid-template-columns:1fr 1fr;gap:2.2rem}
}
.review{background:#FFFDF9;border:0;border-radius:10px;padding:2.6rem 2.3rem 2.1rem;
  box-shadow:0 1px 2px rgba(27,40,38,.04),0 18px 40px -28px color-mix(in srgb,var(--teal) 42%,black)}
.review-body{font-size:1.12rem;line-height:1.62}

/* ===== ehemals images.css, hier eingefuegt damit der Browser nur eine Datei laedt ===== */
/* Claudia — Studio-Fotos Layout */

/* Hero-Card mit Foto (Index) */
.hero-card.has-photo{
  background:#0a3a3a; /* fallback unter dem Foto, falls Loading */
  color:var(--cream);
}
.hero-card.has-photo .hc-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:0;
  display:block;
}
.hero-card.has-photo .hc-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 46%;
  display:block;
}
.hero-card.has-photo .hc-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,
      color-mix(in srgb, var(--teal-deep) 8%, transparent) 0%,
      color-mix(in srgb, var(--teal-deep) 18%, transparent) 38%,
      color-mix(in srgb, var(--teal-deep) 62%, transparent) 75%,
      color-mix(in srgb, var(--teal-deep) 92%, transparent) 100%);
  pointer-events:none;
}
.hero-card.has-photo .hero-card-txt{
  position:relative;
  z-index:2;
  text-shadow:0 2px 14px color-mix(in srgb, var(--teal-deep) 80%, black);
}
.hero-card.has-photo .hero-card-txt small{
  color:color-mix(in srgb,var(--cream) 92%,transparent);
}

.studio-image{
  display:block;
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:color-mix(in oklab,var(--cream) 90%,var(--sand));
  box-shadow:0 14px 38px -18px color-mix(in srgb,var(--teal) 50%,black),0 4px 12px rgba(0,40,40,.08);
}
.studio-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
}
.studio-image--portrait img{
  aspect-ratio:3/4;
}

/* About-section banner (Index + Pod About above .about-grid) */
.about-image-wrap{
  max-width:var(--wrap);
  margin:0 auto 2.8rem;
  padding:0 var(--mx);
}
.about-image-wrap.is-portrait{
  max-width:min(480px,calc(var(--wrap) - 2 * var(--mx)));
}
@media(min-width:900px){
  .about-image-wrap{margin-bottom:3.6rem}
}

/* Page-Hero image (sits inside .ph-inner under CTAs on mobile, beside on desktop via section override) */
.page-hero.has-hero-image .ph-text{
  display:flex;
  flex-direction:column;
  gap:1.3rem;
}
.ph-image{
  margin-top:.4rem;
}
@media(min-width:980px){
  .page-hero.has-hero-image .ph-inner{
    max-width:var(--wrap);
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
    gap:3.4rem;
    align-items:center;
  }
  .page-hero.has-hero-image .ph-image{
    margin-top:0;
    align-self:center;
  }
  .page-hero.has-hero-image .ph-image .studio-image img{
    max-height:520px;
  }
}

/* Kontakt-Storefront im Contact-Grid */
.contact-image{margin:0}
@media(min-width:900px){
  .contact-grid.has-image{
    grid-template-columns:1.25fr 1fr !important;
  }
  .contact-image .studio-image{
    position:sticky;top:1.5rem;
  }
}


/* Bild und Infokarte bilden gemeinsam die schmale Spalte neben dem Text.
   Vorher stand das Hochformat allein und mittig, mit viel Leere daneben. */
.about-side{display:flex;flex-direction:column;gap:1.5rem}
.about-side .studio-image{margin:0}
@media(min-width:900px){
  .about-side .studio-image img{max-height:30rem}
}

@media(min-width:900px){
  .hero-card.has-photo{aspect-ratio:1.22}
}

/* Der Hero zeigt das Praxisfoto vollstaendig: klare Rundung statt Bogen,
   damit oben links nichts vom Schriftzug abgeschnitten wird. */
.hero-photo{
  position:relative;
  width:min(100%,620px);
  justify-self:center;
  aspect-ratio:4/3;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 40px 80px -40px color-mix(in srgb,var(--teal) 55%,black),
             0 4px 14px rgba(27,40,38,.06);
}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block}
@media(min-width:900px){
  .hero-photo{width:min(100%,640px)}
}

/* ===== ehemals booking.css, hier eingefuegt damit der Browser nur eine Datei laedt ===== */
/* Claudia — Online-Terminbuchung (PraxWin-Einbindung)
   Gestalterisch an die Sprache der Seite gebunden: kantige 2-4px-Radien,
   Haarlinien statt kräftiger Rahmen, teal getönte Weitschatten, Serif für
   Überschriften, Pfeil wandert bei Hover. Zielgruppe 60+: große Flächen,
   ruhige Hierarchie, Telefon gleichwertig sichtbar.
   Der Kalender wird erst auf Klick geladen, wie die Karte auf der Kontaktseite. */

.bk{
  position:relative;
  background:var(--cream);
  color:var(--ink);
  border-radius:8px;
  padding:1.9rem 1.6rem 1.5rem;
  box-shadow:0 40px 80px -40px rgba(0,0,0,.5);
}
@media(min-width:900px){
  .bk{padding:2.3rem 2rem 1.7rem}
}

/* Stille Marken-Signatur, wie das Emblem auf den Bereichs-Karten */
.bk-mark{
  position:absolute;
  top:1.5rem;right:1.5rem;
  width:52px;height:auto;
  opacity:.14;
  pointer-events:none;
}
@media(max-width:520px){
  .bk-mark{width:40px;top:1.2rem;right:1.2rem}
}

/* ---------- Schritt 1: Die Frage ---------- */
.bk-q{
  font-family:var(--serif);
  font-size:clamp(1.35rem,2.4vw,1.6rem);
  line-height:1.28;
  font-weight:600;
  margin:0 0 .4rem;
  padding-right:3.6rem;
  text-wrap:balance;
}
.bk-q-sub{
  font-size:1.02rem;
  line-height:1.55;
  color:var(--ink-2);
  margin:0 0 1.45rem;
  max-width:46ch;
}

.bk-doors{
  display:flex;
  flex-direction:column;
  gap:.85rem;
}

/* Auswahlflächen in der Karten-Sprache der Seite.
   Bewusst untereinander: nebeneinander wird die zweite Option oft überlesen. */
.bk-door{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:1.15rem;
  width:100%;
  min-height:76px;
  text-align:left;
  padding:1.15rem 1.3rem;
  background:var(--cream-2);
  border:1px solid var(--hair);
  border-radius:4px;
  color:var(--ink);
  cursor:pointer;
  transition:transform .4s var(--ease), box-shadow .4s, border-color .4s, background .4s;
}
.bk-door:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 60px -40px color-mix(in srgb,var(--teal) 50%,black);
  border-color:color-mix(in srgb,var(--teal) 35%,transparent);
}
.bk-door:focus-visible{
  outline:3px solid var(--teal-deep);
  outline-offset:3px;
}
.bk-door .arr{
  font-size:1.15rem;
  color:var(--teal-deep);
  transition:transform .4s var(--ease);
}
.bk-door:hover .arr{transform:translateX(4px)}

/* Ordnungsziffer wie auf den Bereichs-Karten: Serif im Kreis */
.bk-door-no{
  font-family:var(--serif);
  font-size:1.25rem;
  line-height:1;
  color:var(--teal);
  background:var(--cream);
  border:1px solid color-mix(in srgb,var(--teal) 18%,transparent);
  width:2.6rem;height:2.6rem;
  display:grid;place-items:center;
  border-radius:50%;
  flex:none;
}
.bk-door-t{
  display:block;
  font-family:var(--serif);
  font-weight:600;
  font-size:1.18rem;
  line-height:1.28;
}
.bk-door-s{
  display:block;
  font-size:.96rem;
  line-height:1.45;
  color:var(--ink-2);
  margin-top:.3rem;
  text-wrap:pretty;
}

.bk-hint{
  font-size:.98rem;
  line-height:1.55;
  color:var(--ink-2);
  margin:1.35rem 0 0;
  padding-left:1rem;
  border-left:2px solid color-mix(in srgb,var(--teal) 30%,transparent);
}

/* ---------- Buchungsseite ---------- */
.bk-page-section{padding-block:clamp(3.5rem,7vw,6rem)}
.bk-page{
  max-width:var(--wrap);
  margin-inline:auto;
  padding-inline:var(--mx);
}
.bk-page-head{
  max-width:44rem;
  margin:0 auto clamp(2rem,4vw,3rem);
  text-align:center;
}
.bk-page-head .eyebrow{justify-content:center}
.bk-page-head .lede{margin-inline:auto;color:color-mix(in srgb,var(--cream) 80%,transparent)}

/* Die Frage bleibt schmal und ruhig. Sobald der Kalender geladen ist,
   öffnet sich die Karte auf die volle Breite, weil die Wochenansicht
   sieben Spalten nebeneinander zeigt. */
.bk-page .bk{
  max-width:46rem;
  margin-inline:auto;
  transition:max-width .55s var(--ease);
}
body.bk-open .bk-page .bk{max-width:var(--wrap)}

@media(min-width:900px){
  body.bk-open .bk-page .bk-frame-box{height:820px}
}

/* Hilfe und Kontakt unter dem Kalender */
.bk-help{
  display:grid;
  gap:2.2rem 3.5rem;
  max-width:var(--wrap);
  margin:clamp(2.5rem,5vw,3.8rem) auto 0;
  color:var(--cream);
}
@media(min-width:820px){
  .bk-help{grid-template-columns:1.15fr .85fr}
}
.bk-help h3{
  font-family:var(--serif);
  font-size:1.35rem;
  font-weight:600;
  margin:0 0 1rem;
  color:var(--cream);
}
.bk-help-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}
.bk-help-list li{
  font-size:1.02rem;
  line-height:1.55;
  color:color-mix(in srgb,var(--cream) 80%,transparent);
  padding-left:1.1rem;
  border-left:2px solid color-mix(in srgb,var(--cream) 28%,transparent);
}
.bk-help-list strong{color:var(--cream);font-weight:700}
.bk-help-phone{
  display:inline-block;
  font-family:var(--sans);
  font-weight:700;
  font-size:1.6rem;
  color:var(--cream);
  letter-spacing:.01em;
  margin-bottom:.6rem;
  transition:opacity .3s;
}
.bk-help-phone:hover{opacity:.78}
.bk-help-addr{
  font-size:1.02rem;
  line-height:1.55;
  color:color-mix(in srgb,var(--cream) 78%,transparent);
  margin:0 0 1.1rem;
}
.bk-help-hours{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.45rem}
.bk-help-hours li{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  font-size:1rem;
  color:color-mix(in srgb,var(--cream) 82%,transparent);
  padding-bottom:.45rem;
  border-bottom:1px solid color-mix(in srgb,var(--cream) 16%,transparent);
}
.bk-help-link{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-weight:700;
  font-size:1rem;
  color:var(--cream);
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-thickness:1px;
}
.bk-help-link .arr{transition:transform .4s var(--ease)}
.bk-help-link:hover .arr{transform:translateX(4px)}

/* ---------- Unterseiten: der Weg zum Kalender ---------- */
.bk-door-link{text-decoration:none}
.bk-teaser .bk-q-sub{margin-bottom:1.2rem}
/* eine einzelne Fläche braucht keine Ordnungsziffer */
.bk-teaser .bk-door{grid-template-columns:1fr auto}

/* ---------- Schritt 2: Der geladene Kalender ---------- */
.bk-frame-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:.7rem 1rem;
  padding-bottom:.95rem;
  margin-bottom:1rem;
  border-bottom:1px solid var(--hair);
}
.bk-frame-title{
  font-family:var(--serif);
  font-weight:600;
  font-size:1.2rem;
  line-height:1.3;
}
/* wird beim Öffnen programmatisch fokussiert, damit Screenreader den
   Wechsel ansagen. Ein sichtbarer Rahmen wäre an der Stelle irritierend. */
.bk-frame-title:focus{outline:none}

/* Zurück-Weg als Fläche, nicht als unterstrichenes Wort.
   Ein Textlink wird in dieser Zielgruppe zu oft übersehen. */
.bk-back{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  min-height:48px;
  padding:.65rem 1.15rem;
  border:1px solid color-mix(in srgb,var(--teal) 55%,transparent);
  border-radius:2px;
  background:transparent;
  color:var(--teal-deep);
  font-weight:600;
  font-size:.95rem;
  cursor:pointer;
  transition:transform .35s var(--ease), background .3s, color .3s, border-color .3s;
}
.bk-back .arr-back{transition:transform .4s var(--ease)}
.bk-back:hover{
  background:var(--teal);
  color:var(--cream);
  border-color:var(--teal);
  transform:translateY(-2px);
}
.bk-back:hover .arr-back{transform:translateX(-4px)}
.bk-back:focus-visible{outline:3px solid var(--teal-deep);outline-offset:3px}

/* Feste Höhe, weil der Anbieter keine Größen-Rückmeldung sendet.
   Scrollen im Rahmen bleibt erlaubt: der Anbieter-Inhalt ist auf
   schmalen Displays breiter als der Rahmen. */
.bk-frame-box{
  position:relative;
  width:100%;
  height:820px;
  border:1px solid var(--hair);
  border-radius:4px;
  overflow:hidden;
  background:#fff;
  -webkit-overflow-scrolling:touch;
}
@media(min-width:900px){
  .bk-frame-box{height:760px}
}
.bk-frame-box iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
/* Der Kalender des Anbieters braucht mehrere Sekunden. Solange bleibt er
   verdeckt, damit niemand auf ein halb aufgebautes Gerüst klickt. */
.bk-iframe.is-loading{opacity:0}

.bk-loading{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  padding:2rem 1.6rem;
  text-align:center;
  background:var(--cream);
}
.bk-loading-t{
  font-family:var(--serif);
  font-size:1.25rem;
  font-weight:600;
  color:var(--ink);
  margin:.6rem 0 0;
}
.bk-loading-s{
  font-size:1rem;
  line-height:1.55;
  color:var(--ink-2);
  margin:0;
  max-width:34ch;
}
.bk-loading-s a{
  font-weight:700;
  color:var(--teal-deep);
  text-decoration:underline;
  text-underline-offset:3px;
  white-space:nowrap;
}
.bk-loading.is-error .bk-loading-t{color:var(--teal-deep)}
.bk-loading.is-error .bk-loading-s{max-width:38ch}

.bk-spin{
  width:34px;height:34px;
  border:3px solid color-mix(in srgb,var(--teal) 22%,transparent);
  border-top-color:var(--teal);
  border-radius:50%;
  animation:bk-spin 1s linear infinite;
}
@keyframes bk-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){
  .bk-spin{animation-duration:2.4s}
}

/* Solange der Kalender offen ist, verdeckt die feste Leiste unten
   sonst genau den Bereich, in dem der Weiter-Knopf sitzt */
body.bk-open .mcta{display:none}

/* ---------- Telefon: gleichwertiger Weg, kein Kleingedrucktes ---------- */
.bk-phone{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.2rem .6rem;
  margin:1.3rem 0 0;
  padding-top:1.15rem;
  border-top:1px solid var(--hair);
  font-size:1rem;
  line-height:1.5;
  color:var(--ink-2);
}
.bk-phone a{
  font-family:var(--sans);
  font-weight:700;
  font-size:1.14rem;
  color:var(--teal-deep);
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1px;
  white-space:nowrap;
  transition:color .3s;
}
.bk-phone a:hover{color:var(--teal)}

@media(prefers-reduced-motion:reduce){
  .bk-door,.bk-back,.bk-door .arr,.bk-back .arr-back{transition:none}
  .bk-door:hover,.bk-back:hover{transform:none}
  .bk-door:hover .arr,.bk-back:hover .arr-back{transform:none}
}

/* Sehr schmale Geraete: Auswahlflaeche bekommt weniger Innenabstand,
   damit der Pfeil rechts nicht an den Rand stoesst. */
@media(max-width:400px){
  .bk{padding:1.5rem 1.2rem 1.3rem}
  .bk-door{padding:1rem 1rem;gap:.8rem;min-height:72px}
  .bk-door-no{width:2.3rem;height:2.3rem;font-size:1.1rem}
  .bk-q{padding-right:2.8rem}
  .bk-door,.bk-door *{min-width:0}
}
