/*
Theme Name: YogaEmotionsKraft
Theme URI: https://yogaemotionskraft.com
Author: Tamara Tiana Durchner
Description: Individuelles Theme für YogaEmotionsKraft mit Tamara Tiana
Version: 1.0
*/

*{margin:0;padding:0;box-sizing:border-box}
:root{
  --blue:#2E7DBE;
  --blue-dark:#1a5a8a;
  --blue-deep:#0d3f63;
  --gold:#B8922A;
  --gold-light:#d4a843;
  --cream:#faf8f3;
  --cream2:#f3ede0;
  --text:#1a1a1a;
  --muted:#5a5a5a;
}
html{scroll-behavior:smooth}
body{font-family:'Lato',sans-serif;color:var(--text);background:var(--cream);overflow-x:hidden}

/* NAV */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(250,248,243,0.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(184,146,42,0.2);
  padding:0 3rem;
  display:flex;align-items:center;justify-content:space-between;
  height:72px;
}
.nav-logo{display:flex;align-items:center;gap:1rem;text-decoration:none}
.nav-logo img{width:52px;height:auto;object-fit:contain}
.nav-links{display:flex;gap:2.5rem;list-style:none}
.nav-links a{
  font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;
  color:var(--muted);text-decoration:none;transition:color 0.2s;
}
.nav-links a:hover{color:var(--blue)}
.nav-cta{
  background:var(--blue);color:#fff;
  padding:0.55rem 1.4rem;border:none;border-radius:2px;
  font-family:'Lato',sans-serif;font-size:0.78rem;
  letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;
  transition:background 0.2s;text-decoration:none;
}
.nav-cta:hover{background:var(--blue-dark)}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.nav-hamburger span{display:block;width:24px;height:1.5px;background:var(--blue-dark);transition:all 0.3s}

/* HERO */
.hero{
  min-height:100vh;
  background:linear-gradient(150deg,#edf4fb 0%,#f5efe3 55%,#e8f2f9 100%);
  display:grid;grid-template-columns:1fr 1fr;
  align-items:center;padding:7rem 3rem 4rem;
  position:relative;overflow:hidden;gap:3rem;
  max-width:1400px;margin:0 auto;
}
.hero::before{
  content:'';position:absolute;
  width:700px;height:700px;border-radius:50%;
  background:radial-gradient(circle,rgba(46,125,190,0.06) 0%,transparent 70%);
  top:-100px;right:-100px;pointer-events:none;
}
.hero-left{position:relative;z-index:1}
.hero-badge{
  display:inline-flex;align-items:center;gap:0.5rem;
  font-size:0.72rem;letter-spacing:0.25em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.5rem;
  animation:fadeUp 0.8s 0.1s both;
}
.hero-badge::before,.hero-badge::after{
  content:'';display:inline-block;
  width:24px;height:1px;background:var(--gold-light);
}
.hero h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3rem,5vw,5.5rem);font-weight:300;
  color:var(--blue-deep);line-height:1.0;
  margin-bottom:0.5rem;
  animation:fadeUp 0.8s 0.2s both;
}
.hero h1 em{color:var(--gold);font-style:italic;display:block}
.hero-name{
  font-family:'Cormorant Garamond',serif;
  font-size:1.15rem;color:var(--gold);
  letter-spacing:0.18em;margin-bottom:2rem;
  display:flex;align-items:center;gap:0.75rem;
  animation:fadeUp 0.8s 0.3s both;
}
.hero-name::before{content:'—';color:var(--gold-light)}
.hero-desc{
  max-width:480px;
  font-size:1rem;line-height:1.85;color:var(--muted);font-weight:300;
  margin-bottom:2.5rem;
  animation:fadeUp 0.8s 0.4s both;
}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp 0.8s 0.5s both}
.btn-primary{
  background:var(--blue);color:#fff;
  padding:0.9rem 2.2rem;border:none;border-radius:2px;
  font-family:'Lato',sans-serif;font-size:0.82rem;
  letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;
  transition:all 0.2s;text-decoration:none;display:inline-block;
}
.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px)}
.btn-outline{
  background:transparent;color:var(--blue-dark);
  padding:0.9rem 2.2rem;
  border:1.5px solid rgba(46,125,190,0.5);border-radius:2px;
  font-family:'Lato',sans-serif;font-size:0.82rem;
  letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;
  transition:all 0.2s;text-decoration:none;display:inline-block;
}
.btn-outline:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.hero-right{display:flex;align-items:center;justify-content:center;animation:fadeUp 0.8s 0.3s both}

/* FEATURES STRIP */
.features-strip{
  background:var(--blue-deep);
  padding:2rem 3rem;
  display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;
}
.feature-item{
  display:flex;align-items:center;gap:0.75rem;
  color:rgba(255,255,255,0.85);font-size:0.85rem;letter-spacing:0.05em;
}
.feature-dot{width:6px;height:6px;border-radius:50%;background:var(--gold-light);flex-shrink:0}

/* SECTIONS */
section{padding:6rem 3rem}
.container{max-width:1100px;margin:0 auto}
.section-label{
  font-size:0.72rem;letter-spacing:0.28em;text-transform:uppercase;
  color:var(--gold);margin-bottom:0.75rem;font-weight:400;
}
.section-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,4vw,3.2rem);font-weight:300;
  color:var(--blue-deep);line-height:1.1;margin-bottom:1.5rem;
}
.section-title em{color:var(--gold);font-style:italic}

/* ÜBER MICH */
.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center}
.about-img{position:relative}
.about-img-frame{
  aspect-ratio:4/3;
  border-radius:4px;
  border:1px solid rgba(46,125,190,0.15);
  overflow:hidden;position:relative;
}
.about-img-frame::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(13,63,99,0.15));
}
.about-img-frame img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.about-badge{
  position:absolute;bottom:-1.5rem;right:-1.5rem;
  background:var(--gold);color:#fff;
  width:90px;height:90px;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  font-family:'Cormorant Garamond',serif;
  text-align:center;box-shadow:0 8px 24px rgba(184,146,42,0.3);
}
.about-badge-num{font-size:1.8rem;font-weight:500;line-height:1}
.about-badge-text{font-size:0.65rem;letter-spacing:0.05em;opacity:0.9}
.about-text p{font-size:1rem;line-height:1.9;color:var(--muted);margin-bottom:1.25rem;font-weight:300}
.about-text p strong{color:var(--blue-dark);font-weight:400}
.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}
.about-highlight{padding:1rem;border-left:2px solid var(--gold);background:rgba(184,146,42,0.04)}
.about-highlight h4{font-family:'Cormorant Garamond',serif;font-size:1rem;color:var(--blue-dark);margin-bottom:0.25rem}
.about-highlight p{font-size:0.82rem;color:var(--muted);margin:0;line-height:1.5}
.signature{font-family:'Cormorant Garamond',serif;font-size:1.8rem;color:var(--gold);font-style:italic;margin-top:1.5rem}
.gold-divider{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 0 2.5rem}
.gold-divider-line{flex:1;max-width:100px;height:1px;background:var(--gold-light);opacity:0.4}
.gold-divider-lotus{font-size:1rem;opacity:0.6}

/* KURSE */
.kurse-bg{background:var(--cream2)}
.kurse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem}
.kurs-card{
  background:#fff;border:1px solid rgba(46,125,190,0.1);
  border-radius:4px;padding:2.25rem 1.75rem;
  transition:all 0.3s;position:relative;overflow:hidden;
}
.kurs-card::before{
  content:'';position:absolute;top:0;left:0;right:0;
  height:3px;background:linear-gradient(90deg,var(--blue),var(--gold));
  transform:scaleX(0);transform-origin:left;transition:transform 0.3s;
}
.kurs-card:hover::before{transform:scaleX(1)}
.kurs-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(46,125,190,0.12)}
.kurs-num{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:rgba(46,125,190,0.1);line-height:1;margin-bottom:1rem}
.kurs-card h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:500;color:var(--blue-dark);margin-bottom:0.75rem}
.kurs-card p{font-size:0.9rem;line-height:1.75;color:var(--muted);font-weight:300;margin-bottom:1.5rem}
.kurs-tags{display:flex;gap:0.5rem;flex-wrap:wrap}
.kurs-tag{font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;background:rgba(184,146,42,0.08);color:var(--gold);padding:0.3rem 0.75rem;border-radius:2px}

/* TERMINE */
.termin-box{
  background:var(--blue-deep);border-radius:4px;padding:3rem;
  display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:3rem;
}
.termin-info h3{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:#fff;margin-bottom:1.5rem}
.termin-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:rgba(255,255,255,0.8);font-size:0.9rem}
.termin-icon{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;font-size:0.9rem;flex-shrink:0}
.termin-label{font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-light);margin-bottom:0.2rem}
.termin-preise{background:rgba(255,255,255,0.06);border-radius:4px;padding:2rem}
.termin-preise h4{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:#fff;margin-bottom:1.25rem}
.preis-row{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px solid rgba(255,255,255,0.08);color:rgba(255,255,255,0.8);font-size:0.9rem}
.preis-amount{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--gold-light)}
.termin-hinweis{margin-top:1.25rem;padding:1rem;background:rgba(184,146,42,0.1);border-radius:2px;font-size:0.82rem;color:rgba(255,255,255,0.6);line-height:1.6}

/* QUOTE */
.quote-section{background:linear-gradient(135deg,var(--blue-deep),#0f4a7a);padding:6rem 3rem;text-align:center;position:relative;overflow:hidden}
.quote-section .quote-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;z-index:0;opacity:0.45}
.quote-section .quote-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,63,99,0.88),rgba(15,74,122,0.82));z-index:1}
.quote-section .quote-content{position:relative;z-index:2}
.quote-ornament{font-family:'Cormorant Garamond',serif;font-size:5rem;color:var(--gold-light);line-height:0.5;margin-bottom:1.5rem;opacity:0.6}
.quote-section blockquote{font-family:'Cormorant Garamond',serif;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:300;font-style:italic;color:#fff;max-width:750px;margin:0 auto;line-height:1.4}
.quote-author{font-size:0.78rem;color:rgba(255,255,255,0.4);letter-spacing:0.2em;margin-top:1.5rem;text-transform:uppercase}

/* KONTAKT */
.kontakt-bg{background:var(--cream2)}
.kontakt-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;margin-top:3rem;align-items:start}
.kontakt-intro{font-size:1rem;line-height:1.85;color:var(--muted);font-weight:300;margin-bottom:2.5rem}
.kontakt-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}
.kontakt-icon{width:40px;height:40px;border-radius:50%;background:rgba(46,125,190,0.08);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;color:var(--blue)}
.kontakt-item-label{font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);margin-bottom:0.2rem}
.kontakt-item-val{font-size:0.9rem;color:var(--muted)}

/* Contact Form 7 Styling */
.wpcf7-form p{margin:0}
.wpcf7-form br{display:none}

/* Labels */
.wpcf7-form label{
  display:block;
  font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;
  color:var(--muted);margin-bottom:0.4rem;margin-top:1rem;
  font-family:'Lato',sans-serif;
}
.wpcf7-form label:first-child{margin-top:0}

/* Inputs & Textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea{
  width:100%;padding:0.8rem 1rem;
  border:1px solid rgba(46,125,190,0.2);border-radius:2px;
  background:#fff;font-family:'Lato',sans-serif;
  font-size:0.9rem;color:var(--text);outline:none;
  transition:border-color 0.2s;display:block;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus{border-color:var(--blue)}
.wpcf7-form textarea{resize:vertical;min-height:120px}

/* 2-spaltig: Name + Email nebeneinander, dann Betreff + Nachricht voll */
.wpcf7-form .wpcf7-form-control-wrap{display:block}
.wpcf7 form.wpcf7-form{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}
.wpcf7 form.wpcf7-form > p:nth-child(1),  /* Name */
.wpcf7 form.wpcf7-form > p:nth-child(2){  /* Email */
  grid-column:span 1;
}
.wpcf7 form.wpcf7-form > p:nth-child(3),  /* Betreff */
.wpcf7 form.wpcf7-form > p:nth-child(4),  /* Nachricht */
.wpcf7 form.wpcf7-form > p:last-child{    /* Submit */
  grid-column:1/-1;
}

/* Submit Button */
.wpcf7-form input[type="submit"]{
  background:var(--blue);color:#fff;
  padding:0.9rem 2.2rem;border:none;border-radius:2px;
  font-family:'Lato',sans-serif;font-size:0.82rem;
  letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;
  transition:all 0.2s;margin-top:0.5rem;width:auto;
}
.wpcf7-form input[type="submit"]:hover{background:var(--blue-dark);transform:translateY(-2px)}

/* Erfolgs- und Fehlermeldungen */
.wpcf7-response-output{
  grid-column:1/-1;
  margin-top:1rem!important;border-radius:2px!important;
  font-size:0.85rem!important;padding:0.75rem 1rem!important;
  font-family:'Lato',sans-serif;
}
.wpcf7-not-valid-tip{
  font-size:0.75rem;color:#c0392b;margin-top:0.25rem;display:block;
}
.wpcf7-mail-sent-ok{
  border-color:var(--blue)!important;
  background:rgba(46,125,190,0.06)!important;
  color:var(--blue-dark)!important;
}
.wpcf7-mail-sent-ng,.wpcf7-validation-errors{
  border-color:rgba(184,146,42,0.4)!important;
  background:rgba(184,146,42,0.06)!important;
  color:var(--gold)!important;
}

/* FOOTER */
footer{background:var(--blue-deep);padding:4rem 3rem 2rem}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-logo{display:flex;align-items:center;gap:0.75rem;margin-bottom:1rem}
.footer-logo img{width:56px;height:auto}
.footer-logo-text{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:#fff}
.footer-logo-text span{color:var(--gold-light)}
.footer-tagline{font-size:0.85rem;color:rgba(255,255,255,0.4);line-height:1.7;max-width:280px}
.footer-col h4{font-family:'Cormorant Garamond',serif;font-size:1rem;color:#fff;margin-bottom:1rem;letter-spacing:0.05em}
.footer-col ul{list-style:none}
.footer-col li{font-size:0.82rem;color:rgba(255,255,255,0.4);padding:0.35rem 0}
.footer-col a{color:rgba(255,255,255,0.4);text-decoration:none;transition:color 0.2s}
.footer-col a:hover{color:var(--gold-light)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:0.75rem;color:rgba(255,255,255,0.25)}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{font-size:0.75rem;color:rgba(255,255,255,0.25);text-decoration:none;transition:color 0.2s}
.footer-legal a:hover{color:rgba(255,255,255,0.5)}

/* IMPRESSUM / EINZELSEITEN */
.page-main{max-width:760px;margin:0 auto;padding:7rem 2rem 5rem}
.page-label{font-size:0.72rem;letter-spacing:0.28em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}
.page-main h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,5vw,3rem);font-weight:300;color:var(--blue-deep);line-height:1.1;margin-bottom:0.5rem}
.gold-line{display:flex;align-items:center;gap:1rem;margin:1.5rem 0 2.5rem}
.gold-line-bar{height:1px;width:60px;background:var(--gold-light)}
.impressum-block{margin-bottom:2.5rem}
.impressum-block h2{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:500;color:var(--blue-dark);margin-bottom:0.75rem;padding-bottom:0.5rem;border-bottom:1px solid rgba(184,146,42,0.2)}
.impressum-block p{font-size:0.95rem;line-height:1.85;color:var(--muted);font-weight:300}
.impressum-block a{color:var(--blue);text-decoration:none}
.impressum-block a:hover{text-decoration:underline}
.placeholder{display:inline-block;background:rgba(184,146,42,0.12);color:var(--gold);padding:0.1rem 0.5rem;border-radius:2px;font-size:0.85rem;font-style:italic}

@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/* RESPONSIVE – Tablet */
@media(max-width:900px){
  nav{padding:0 1.25rem}
  .nav-links,.nav-cta{display:none}
  .nav-hamburger{display:flex}
  .hero{grid-template-columns:1fr;padding:5rem 1.25rem 2.5rem;text-align:center;gap:1.5rem}
  .hero-right{order:-1}
  .hero-right img{width:220px}
  .hero-name{justify-content:center}
  .hero-btns{justify-content:center}
  .about-grid,.kontakt-grid{grid-template-columns:1fr;gap:2rem}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
  .about-badge{right:1rem}
  .kurse-grid{grid-template-columns:1fr}
  .termin-box{grid-template-columns:1fr;padding:2rem}
  .features-strip{gap:1.5rem;padding:1.5rem}
  section{padding:4rem 1.25rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .kontakt-form-grid{grid-template-columns:1fr}
  .about-highlights{grid-template-columns:1fr 1fr}
}

/* RESPONSIVE – Mobile */
@media(max-width:480px){
  nav{padding:0 1rem;height:60px}
  .hero{padding:4.5rem 1rem 2rem;gap:1rem}
  .hero-right img{width:160px}
  .hero h1{font-size:clamp(2.4rem,11vw,3.2rem);line-height:1.05}
  .hero-badge{font-size:0.65rem}
  .hero-desc{font-size:0.9rem;line-height:1.75;margin-bottom:1.75rem}
  .hero-btns{flex-direction:column;align-items:center;gap:0.75rem}
  .btn-primary,.btn-outline{width:100%;max-width:280px;text-align:center;padding:0.85rem 1.5rem}
  .features-strip{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;padding:1.25rem 1rem}
  .feature-item{font-size:0.78rem}
  section{padding:3rem 1rem}
  .section-title{font-size:clamp(1.8rem,8vw,2.4rem)}
  .about-grid{gap:1.5rem}
  .about-img-frame{aspect-ratio:4/3}
  .about-badge{width:72px;height:72px;bottom:-1rem;right:0.5rem}
  .about-badge-num{font-size:1.4rem}
  .about-text p{font-size:0.92rem}
  .about-highlights{grid-template-columns:1fr 1fr;gap:0.75rem}
  .about-highlight{padding:0.75rem}
  .about-highlight h4{font-size:0.9rem}
  .about-highlight p{font-size:0.75rem}
  .signature{font-size:1.5rem;margin-top:1rem}
  .kurse-grid{gap:1rem;margin-top:2rem}
  .kurs-card{padding:1.5rem 1.25rem}
  .kurs-num{font-size:2.2rem;margin-bottom:0.5rem}
  .termin-box{padding:1.5rem;gap:1.5rem;margin-top:2rem}
  .termin-info h3{font-size:1.5rem;margin-bottom:1rem}
  .termin-preise{padding:1.25rem}
  .preis-amount{font-size:1.2rem}
  .termin-hinweis{font-size:0.78rem}
  .quote-section{padding:4rem 1rem}
  .quote-ornament{font-size:3.5rem}
  .kontakt-grid{gap:2rem}
  .kontakt-intro{font-size:0.92rem}
  .kontakt-form-grid{grid-template-columns:1fr;gap:0.75rem}
  .kontakt-form-field.full{grid-column:1}
  .footer-top{grid-template-columns:1fr;gap:1.5rem}
  footer{padding:2.5rem 1rem 1.5rem}
  .footer-bottom{flex-direction:column;text-align:center;gap:0.75rem}
  .footer-tagline{max-width:100%}
  .page-main{padding:5rem 1rem 3rem}
}
