/* ════════════════════════════════════════════════════
   Freeflow — Subpages (Über mich, Breathwork, Energiearbeit, Kinderyoga)
   ════════════════════════════════════════════════════ */
:root{
  --gold:#C9A961;--gold-deep:#A8884D;--terracotta:#C97B5C;
  --ink:#3A2820;--ink-soft:#5C4738;--bg:#F7F1E8;--white:#FEFCF9;
  --sky:#7BAFCC;--sage:#A8C49C;--rose:#D8A4A0;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',sans-serif;font-weight:300;color:var(--ink);background:var(--bg);
  line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;
}

/* ─── Topbar ─── */
.sub-topbar{
  background:var(--white);border-bottom:1px solid rgba(201,169,97,.18);
  padding:.8rem 1.4rem;position:sticky;top:0;z-index:10;backdrop-filter:blur(8px);
}
.sub-topbar-inner{
  max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;
}
.sub-topbar-logo img{height:46px;width:auto;display:block}
.sub-nav{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}
.sub-nav a{
  color:var(--ink-soft);text-decoration:none;font-size:.86rem;padding:.5rem .9rem;
  border-radius:20px;transition:all .2s;
}
.sub-nav a:hover{background:rgba(201,169,97,.1);color:var(--ink)}
.sub-nav a.cta{
  background:var(--terracotta);color:#fff;font-weight:500;letter-spacing:.04em;
}
.sub-nav a.cta:hover{background:#A8624A}
/* Mobile-Burger-Menu Toggle */
.sub-nav-toggle{
  display:none;background:transparent;border:1px solid rgba(201,169,97,.35);
  border-radius:24px;padding:.5rem .85rem;color:var(--ink-soft);font-size:.84rem;
  cursor:pointer;gap:.4rem;align-items:center;
}
.sub-nav-toggle:hover{border-color:var(--gold,#C9A961);color:var(--ink);}

@media(max-width:760px){
  .sub-topbar-logo img{height:42px}
  /* Hamburger-Button sichtbar */
  .sub-nav-toggle{display:flex;}
  /* Nav als Overlay-Dropdown */
  .sub-nav{
    display:none;position:absolute;top:100%;left:0;right:0;
    background:var(--white);border-bottom:1px solid rgba(201,169,97,.18);
    padding:.6rem 1rem;flex-direction:column;gap:.2rem;align-items:stretch;
    box-shadow:0 8px 28px rgba(58,40,32,.12);
  }
  .sub-nav.open{display:flex;}
  .sub-nav a{padding:.85rem 1rem;font-size:.96rem;min-height:48px;display:flex;align-items:center;}
  .sub-topbar{position:relative;}

  /* CTA-Buttons: voll breit für Touch */
  .cta-btn{display:block;width:100%;padding:1.1rem 1.6rem;font-size:.86rem;min-height:50px;
    box-sizing:border-box;text-align:center;}
  .cta-btn-ghost{margin-left:0;margin-top:.7rem;}
  /* FAQ-Summary: 48px+ Touch-Target */
  .faq summary{padding:1.2rem 1.3rem;min-height:54px;}
  /* Methoden-Blocks: Padding kleiner */
  .method{padding:1.2rem 1.3rem;}
  /* Testi-Cards: kleineres Padding */
  .testi{padding:1.3rem 1.4rem;}
}

/* ─── Hero ─── */
.hero{
  max-width:920px;margin:0 auto;padding:5rem 1.4rem 4rem;text-align:center;
}

/* Hero mit Foto (2-spaltig auf Desktop) */
.hero-with-photo{
  display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;
  max-width:1100px;margin:0 auto;padding:4rem 1.4rem 3rem;text-align:left;
}
.hero-with-photo .hero-text{padding-right:1rem}
.hero-with-photo h1{font-size:clamp(2.4rem,4.8vw,3.4rem)}
.hero-with-photo .hero-lead{margin:0;max-width:none}

/* ─────────────── PORTRAIT IM BLOB-FRAME (wie Hauptseite-Hero) ─────────────── */
.julia-stage{
  position:relative;
  width:100%;max-width:520px;
  margin:0 auto;
  padding:30px;
  justify-self:center;
}
/* Dünne Gold-Outline-Blob hinter dem Bild */
.julia-stage::before{
  content:'';
  position:absolute;inset:0;
  border:1px solid var(--gold,#C9A961);
  border-radius:60% 40% 50% 50% / 50% 60% 40% 50%;
  opacity:.6;
  animation:julia-blob 20s ease-in-out infinite;
  pointer-events:none;
}
/* Rotor war früher 3D-Wrapper — jetzt nur noch passthrough */
.julia-rotor{position:relative}
.julia-face{position:relative}
.julia-face-back,.julia-portrait-back,.julia-portrait-fallback{display:none}

/* Das Bild im Blob-Shape — Pattern 1:1 wie Hauptseite-Hero */
.julia-portrait{
  position:relative;
  width:100%;aspect-ratio:4/5;
  border-radius:60% 40% 50% 50% / 50% 60% 40% 50%;
  overflow:hidden;
  background-color:#E8DDCD;
  background-size:cover;
  background-position:center;
  box-shadow:0 30px 80px rgba(58,40,32,.18);
  /* BEIDE Animationen am SELBEN Element — Form und Bild atmen synchron */
  animation:julia-blob 20s ease-in-out infinite,
            julia-kenburns 20s ease-in-out infinite alternate;
}
/* Bild wird als background-image über Inline-Style geladen (wie auf der Hauptseite) — das <img> bleibt nur für SEO */
.julia-portrait img{display:none}
/* Highlight oben links */
.julia-portrait::after{
  content:'';
  position:absolute;inset:0;
  background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.4),transparent 50%);
  pointer-events:none;
}

@keyframes julia-blob{
  0%,100% { border-radius:60% 40% 50% 50% / 50% 60% 40% 50%; }
  33%     { border-radius:50% 50% 60% 40% / 40% 60% 50% 60%; }
  66%     { border-radius:40% 60% 35% 65% / 60% 35% 65% 40%; }
}
@keyframes julia-kenburns{
  from { transform:scale(1.0) translate(0,0); }
  to   { transform:scale(1.06) translate(-1%,-1%); }
}

@media (prefers-reduced-motion:reduce){
  .julia-stage::before,.julia-portrait,.julia-portrait img{ animation:none }
}

@media(max-width:760px){
  .hero-with-photo{grid-template-columns:1fr;gap:2.5rem;text-align:center;padding:3rem 1.2rem 2rem}
  .hero-with-photo .hero-text{padding-right:0;order:2}
  .julia-stage{order:1;max-width:300px}
}
.eyebrow{
  display:inline-block;font-size:.78rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--gold-deep);margin-bottom:1.4rem;font-weight:500;
}
.hero h1{
  font-family:'Cormorant Garamond',serif;font-weight:400;color:var(--ink);
  font-size:clamp(2.4rem,5.5vw,3.8rem);line-height:1.1;letter-spacing:-.01em;
  margin-bottom:1.2rem;
}
.hero h1 em{font-style:italic;color:var(--gold-deep);font-weight:400}
.hero-lead{
  font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.25rem;color:var(--ink-soft);
  max-width:680px;margin:0 auto;line-height:1.55;
}

/* ─── Sections ─── */
section.content{padding:3rem 1.4rem;max-width:920px;margin:0 auto}
section.content + section.content{padding-top:1rem}
section.content h2{
  font-family:'Cormorant Garamond',serif;font-weight:500;color:var(--ink);
  font-size:clamp(1.8rem,3.5vw,2.4rem);line-height:1.2;margin-bottom:1.2rem;
}
section.content h3{
  font-family:'Cormorant Garamond',serif;font-weight:500;color:var(--ink);
  font-size:1.45rem;margin:1.8rem 0 .6rem;
}
section.content p{margin-bottom:1.1rem;font-size:1.02rem}
section.content ul{padding-left:1.4rem;margin-bottom:1.2rem}
section.content li{margin-bottom:.6rem;font-size:1rem}
.divider{
  width:80px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);
  margin:2.5rem auto;border:none;
}

/* ─── Tinted Section (alternativer Hintergrund) ─── */
.tinted{
  background:linear-gradient(180deg,var(--white) 0%, rgba(247,241,232,.6) 100%);
  border-top:1px solid rgba(201,169,97,.12);border-bottom:1px solid rgba(201,169,97,.12);
}

/* ─── Benefit-Cards ─── */
.benefits{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem;
  margin:1.8rem 0;
}
.benefit{
  background:var(--white);border:1px solid rgba(201,169,97,.18);border-radius:16px;
  padding:1.4rem 1.5rem;transition:transform .25s,box-shadow .25s;
}
.benefit:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(58,40,32,.07)}
.benefit-ic{font-size:1.5rem;margin-bottom:.6rem;display:inline-block}
.benefit h4{
  font-family:'Cormorant Garamond',serif;font-size:1.18rem;color:var(--ink);
  font-weight:500;margin-bottom:.5rem;
}
.benefit p{font-size:.92rem;color:var(--ink-soft);line-height:1.55;margin:0}

/* ─── Method Block (Breathwork-Arten, Energiearbeit-Methoden) ─── */
.method{
  background:var(--white);border-left:4px solid var(--gold);border-radius:0 14px 14px 0;
  padding:1.4rem 1.6rem;margin-bottom:1.2rem;
}
.method h3{margin-top:0;color:var(--gold-deep)}
.method p:last-child{margin-bottom:0}

/* ─── Testimonial Cards ─── */
.testimonials{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;
  margin:2rem 0;
}
.testi{
  background:var(--white);border:1px solid rgba(201,169,97,.18);border-radius:16px;
  padding:1.5rem 1.6rem;position:relative;
}
.testi::before{
  content:'"';position:absolute;top:-.2rem;left:.8rem;font-size:4rem;color:var(--gold);
  font-family:'Cormorant Garamond',serif;line-height:1;opacity:.5;
}
.testi-text{
  font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.05rem;color:var(--ink);
  line-height:1.55;margin-bottom:1rem;position:relative;z-index:1;
}
.testi-author{
  font-size:.86rem;color:var(--gold-deep);letter-spacing:.04em;
}

/* ─── FAQ ─── */
.faq{margin-top:2rem}
.faq details{
  background:var(--white);border:1px solid rgba(201,169,97,.18);border-radius:12px;
  padding:0;margin-bottom:.8rem;overflow:hidden;
}
.faq summary{
  padding:1.1rem 1.4rem;cursor:pointer;font-weight:500;color:var(--ink);
  list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-size:1rem;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:'+';color:var(--gold);font-size:1.4rem;font-weight:300;transition:transform .2s;
  flex-shrink:0;
}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details > p{padding:0 1.4rem 1.2rem;color:var(--ink-soft);font-size:.96rem;line-height:1.7}

/* ─── CTA Block ─── */
.cta-block{
  background:linear-gradient(135deg,var(--white) 0%, rgba(201,169,97,.08) 100%);
  border:1px solid rgba(201,169,97,.25);border-radius:24px;
  padding:3rem 2rem;text-align:center;margin:3rem 0;
}
.cta-block h2{margin-bottom:.6rem}
.cta-block p{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.2rem;color:var(--ink-soft);margin-bottom:1.8rem}
.cta-btn{
  display:inline-block;background:var(--terracotta);color:#fff;
  padding:1rem 2.4rem;text-decoration:none;border-radius:30px;
  font-family:'Inter',sans-serif;font-size:.92rem;font-weight:500;letter-spacing:.14em;
  text-transform:uppercase;transition:all .25s;
  box-shadow:0 8px 22px rgba(201,123,92,.25);
}
.cta-btn:hover{transform:translateY(-2px);background:#A8624A;box-shadow:0 12px 32px rgba(201,123,92,.35)}
.cta-btn-ghost{
  background:transparent;color:var(--ink);border:1.5px solid rgba(201,169,97,.4);
  box-shadow:none;margin-left:.6rem;
}
.cta-btn-ghost:hover{background:rgba(201,169,97,.08);transform:translateY(-2px)}

/* ─── Hinweis Box (medical disclaimer) ─── */
.disclaimer{
  background:rgba(255,243,205,.4);border:1px solid #FFE08A;border-radius:10px;
  padding:1rem 1.2rem;margin:2rem 0;font-size:.86rem;color:#7A5C00;line-height:1.55;
}

/* ─── Footer ─── */
.sub-footer{
  background:var(--ink);color:rgba(254,252,249,.7);padding:3rem 1.4rem 2rem;margin-top:5rem;
}
.sub-footer-inner{max-width:920px;margin:0 auto;text-align:center}
.sub-footer-logo img{height:54px;width:auto;display:inline-block;margin-bottom:1rem;filter:brightness(0) invert(1) opacity(.9)}
.sub-footer-links{display:flex;justify-content:center;gap:1.4rem;flex-wrap:wrap;margin:1.5rem 0;font-size:.86rem}
.sub-footer-links a{color:rgba(254,252,249,.6);text-decoration:none;transition:color .2s}
.sub-footer-links a:hover{color:var(--gold)}
.sub-footer-copy{font-size:.76rem;color:rgba(254,252,249,.4);margin-top:1.4rem}

/* Social-Icons im Footer */
.sub-footer-social{
  display:flex;justify-content:center;gap:.7rem;margin:1.2rem 0;flex-wrap:wrap;
}
.sub-footer-social a{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;
  background:rgba(254,252,249,.08);border:1px solid rgba(254,252,249,.18);
  color:rgba(254,252,249,.7);text-decoration:none;font-size:1.1rem;
  transition:all .25s;
}
.sub-footer-social a svg{width:20px;height:20px;display:block}
.sub-footer-social a:hover{
  color:#fff;border-color:transparent;
  transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.25);
}
.sub-footer-social a.fs-ig:hover{
  background:linear-gradient(45deg,#F58529 0%,#DD2A7B 50%,#8134AF 100%);
}
.sub-footer-social a.fs-fb:hover{background:#1877F2}
.sub-footer-social a.fs-li:hover{background:#0A66C2}
.sub-footer-social a.fs-gg:hover{background:#4285F4}

/* WKO-Qualitätssiegel */
.sub-footer-seal{
  margin:1.4rem auto .4rem;max-width:360px;text-align:center;
}
.sub-footer-seal img{
  width:100px;height:auto;display:block;margin:0 auto .5rem;
  filter:drop-shadow(0 4px 14px rgba(0,0,0,.32));
  opacity:.95;transition:opacity .25s,transform .25s;
}
.sub-footer-seal img:hover{opacity:1;transform:translateY(-2px)}
.sub-footer-seal p{
  font-size:.72rem;color:rgba(254,252,249,.4);line-height:1.5;margin:0;
  font-style:italic;font-family:'Cormorant Garamond',serif;
}

/* ─── Mobile ─── */
@media(max-width:640px){
  .hero{padding:3rem 1.2rem 2.5rem}
  section.content{padding:2rem 1.2rem}
  .cta-block{padding:2.2rem 1.4rem}
  .cta-btn-ghost{margin-left:0;margin-top:.6rem;display:inline-block}
}
