:root{
  --ink:#26332C;
  --ink-soft:#3E4C42;
  --stone:#EFEEE6;
  --stone-deep:#E5E3D8;
  --paper:#FBFAF5;
  --sage:#8A9884;
  --sage-deep:#5C6B57;
  --blush:#C89485;
  --blush-deep:#A96F60;
  --text-muted:#5B6259;
  --line: rgba(38,51,44,0.14);
  --line-strong: rgba(38,51,44,0.22);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --max: 1200px;
 }
 *{box-sizing:border-box; margin:0; padding:0;}
 html{scroll-behavior:smooth;}
 section[id]{scroll-margin-top:88px;}
 html{scroll-behavior:smooth;}
 body{
  font-family:var(--sans);
  background:var(--stone);
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
 }
 img,svg{display:block; max-width:100%;}
 a{color:inherit; text-decoration:none;}
 ul{list-style:none;}
 .wrap{max-width:var(--max); margin:0 auto; padding:0 32px;}
 .eyebrow{
  font-family:var(--sans);
  font-size:12.5px;
  font-weight:600;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--sage-deep);
  display:flex;
  align-items:center;
  gap:10px;
 }
 .eyebrow::before{
  content:"";
  width:22px; height:1px;
  background:var(--sage-deep);
  display:inline-block;
 }
 h1,h2,h3{font-family:var(--serif); font-weight:500; color:var(--ink); letter-spacing:-0.01em;}
 h1{font-size:clamp(40px, 5.6vw, 72px); line-height:1.06;}
 h2{font-size:clamp(30px, 4vw, 46px); line-height:1.12;}
 h3{font-size:22px; line-height:1.3;}
 p{color:var(--text-muted);}
 .italic{font-style:italic; font-weight:400; color:var(--sage-deep);}
 .btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:var(--sans);
  font-weight:600;
  font-size:15px;
  letter-spacing:0.01em;
  padding:16px 30px;
  border-radius:2px;
  border:1px solid transparent;
  cursor:pointer;
  transition:all .35s cubic-bezier(.4,0,.2,1);
  white-space:nowrap;
 }
 .btn-primary{background:var(--blush); color:var(--paper);}
 .btn-primary:hover{background:var(--blush-deep); transform:translateY(-2px);}
 .btn-ghost{background:transparent; color:var(--ink); border-color:var(--line-strong);}
 .btn-ghost:hover{border-color:var(--ink); background:rgba(38,51,44,0.04);}
 .btn-on-dark{background:var(--blush); color:var(--ink);}
 .btn-on-dark:hover{background:#D9AE9F;}
 .btn svg{width:16px; height:16px; transition:transform .35s;}
 .btn:hover svg{transform:translateX(3px);}

 /* ---------- NAV ---------- */
 header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  padding:22px 0;
  transition:all .4s ease;
  border-bottom:1px solid transparent;
 }
 header.scrolled{
  background:rgba(239,238,230,0.88);
  backdrop-filter:blur(10px);
  padding:14px 0;
  border-bottom:1px solid var(--line);
 }
 nav{display:flex; align-items:center; justify-content:space-between;}
 .logo{font-family:var(--serif); font-size:21px; font-weight:500; letter-spacing:0.01em;}
 .nav-links{display:flex; align-items:center; gap:40px;}
 .nav-links a{
  font-size:14px; font-weight:500; color:var(--ink-soft);
  position:relative; padding-bottom:3px;
 }
 .nav-links a::after{
  content:""; position:absolute; left:0; bottom:0; width:0; height:1px;
  background:var(--ink); transition:width .3s ease;
 }
 .nav-links a:hover::after{width:100%;}
 .nav-cta{display:flex; align-items:center; gap:28px;}
 .menu-toggle{display:none; background:none; border:none; cursor:pointer; flex-direction:column; gap:5px; padding:6px;}
 .menu-toggle span{width:24px; height:1.5px; background:var(--ink);}

 /* ---------- HERO ---------- */
 .hero{
  position:relative;
  padding:150px 0 0;
  overflow:hidden;
 }
 .hero-top{
  position:relative; z-index:2;
  max-width:680px; margin:0 auto 56px;
  text-align:center;
 }
 .hero-water{
  position:absolute; top:-40px; right:-4%;
  font-family:var(--serif); font-size:min(24vw,340px); font-weight:600;
  color:rgba(38,51,44,0.035); letter-spacing:-0.02em; z-index:0; user-select:none;
  pointer-events:none;
 }
 .hero-top .eyebrow{margin:0 auto 26px; justify-content:center;}
 .hero-top h1{margin-bottom:22px;}
 .hero-top p.lede{font-size:18px; max-width:460px; margin:0 auto 38px;}
 .hero-actions{display:flex; align-items:center; justify-content:center; gap:24px; flex-wrap:wrap;}
 .hero-note{font-size:13.5px; color:var(--sage-deep); font-weight:500;}
 .hero-banner{
  position:relative; z-index:1;
  width:100%; aspect-ratio:21/8;
  background:linear-gradient(165deg,#DDE3D6 0%, #EFEEE6 60%);
  overflow:hidden;
 }
 .hero-banner .img-placeholder{border-radius:0; border-width:0 0 1.5px 0;}
 .hero-banner img{width:100%; height:100%; object-fit:cover; display:block;}

 /* ---------- divider ---------- */
 .divider{width:100%; height:56px; overflow:hidden; position:relative;}
 .divider svg{width:100%; height:100%; display:block;}

 /* ---------- ABOUT ---------- */
 .about{padding:100px 0; background:var(--paper);}
 .about-founder{
  display:grid; grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  gap:70px; align-items:center; margin-bottom:96px;
 }
 .about-founder-image{
  width:100%; aspect-ratio:4/5; overflow:hidden; border-radius:6px;
  background:var(--stone); border:1px solid var(--line);
 }
 .about-founder-image img{width:100%; height:100%; object-fit:cover; display:block;}
 .about-founder-copy h2{margin:0 0 10px;}
 .about-founder-copy .founder-role{
  display:block; margin-bottom:25px; font-family:var(--sans);
  font-size:14px; font-weight:600; letter-spacing:.04em;
  text-transform:uppercase; color:var(--sage-deep);
 }
 .about-founder-copy p{font-size:16.5px; margin:0 0 18px;}
 .about-copy{max-width:680px; margin:0 auto; text-align:center;}
 .about-copy .eyebrow{margin:0 auto 22px; justify-content:center;}
 .about-copy h2{margin:0 auto 22px;}
 .about-copy p{font-size:16.5px; margin:0 auto 20px;}
 .feature-list{margin-top:32px; display:grid; gap:18px; text-align:left;}
 .feature-item{display:flex; align-items:flex-start; gap:16px;}
 .feature-icon{
  width:34px; height:34px; flex:none; border-radius:50%;
  border:1px solid var(--line-strong); display:flex; align-items:center; justify-content:center;
 }
 .feature-icon svg{width:15px; height:15px; stroke:var(--sage-deep); fill:none; stroke-width:1.6;}
 .feature-text b{font-family:var(--sans); font-weight:600; font-size:15px; display:block; color:var(--ink); margin-bottom:2px;}
 .feature-text span{font-size:14.5px; color:var(--text-muted);}

 /* ---------- CLASSES ---------- */
 .classes{padding:110px 0; background:var(--stone);}
 .section-head{display:flex; justify-content:space-between; align-items:flex-end; gap:40px; margin-bottom:64px;}
 .section-head h2{max-width:480px;}
 .section-head p{max-width:340px; font-size:15.5px; padding-bottom:4px;}
 .class-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
 .class-card{
  background:var(--paper); border:1px solid var(--line); border-radius:6px;
  padding:40px 34px; display:flex; flex-direction:column; height:100%;
  transition:transform .4s ease, box-shadow .4s ease, border-color .4s ease;
 }
 .class-card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 60px -30px rgba(38,51,44,0.22);
  border-color:var(--line-strong);
 }
 .class-card .icon-wrap{
  width:52px; height:52px; border-radius:50%; background:var(--stone);
  display:flex; align-items:center; justify-content:center; margin-bottom:28px;
 }
 .class-card .icon-wrap svg{width:22px; height:22px; stroke:var(--sage-deep); fill:none; stroke-width:1.5;}
 .class-card h3{margin-bottom:12px;}
 .class-card p{font-size:15px; margin-bottom:26px; flex-grow:1;}
 .class-card .tag{
  font-size:11.5px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase;
  color:var(--sage-deep); margin-bottom:14px;
 }
 .card-link{
  display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:600;
  color:var(--ink); padding-top:18px; border-top:1px solid var(--line);
 }
 .card-link svg{width:14px; height:14px; transition:transform .3s;}
 .class-card:hover .card-link svg{transform:translateX(4px);}

 /* ---------- TESTIMONIALS ---------- */
 .testimonials{padding:110px 0; background:var(--ink); color:var(--stone); position:relative; overflow:hidden;}
 .testimonials .eyebrow{color:var(--sage);}
 .testimonials .eyebrow::before{background:var(--sage);}
 .testimonials h2{color:var(--paper); margin-bottom:60px; max-width:560px;}
 .t-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
 .t-card{
  background:rgba(255,255,255,0.045); border:1px solid rgba(255,255,255,0.09);
  border-radius:6px; padding:36px 32px; display:flex; flex-direction:column;
 }
 .t-quote-mark{font-family:var(--serif); font-size:52px; color:var(--blush); line-height:1; margin-bottom:8px;}
 .t-card p{color:#D6DAD1; font-size:15.5px; margin-bottom:28px; flex-grow:1;}
 .t-person{display:flex; align-items:center; gap:14px; padding-top:20px; border-top:1px solid rgba(255,255,255,0.09);}
 .t-avatar{
  width:42px; height:42px; border-radius:50%; background:var(--sage-deep);
  display:flex; align-items:center; justify-content:center; font-family:var(--serif); font-size:15px; color:var(--stone);
 }
 .t-person b{font-size:14.5px; font-weight:600; color:var(--paper); display:block;}
 .t-person span{font-size:13px; color:var(--sage);}

 /* ---------- FINAL CTA ---------- */
 .final-cta{
  padding:130px 0; text-align:center; background:var(--stone); position:relative;
 }
 .final-cta .eyebrow{justify-content:center; margin:0 auto 24px;}
 .final-cta h2{max-width:640px; margin:0 auto 20px;}
 .final-cta p{max-width:460px; margin:0 auto 40px; font-size:16.5px;}
 .final-cta .btn{padding:18px 38px; font-size:15.5px;}

 /* ---------- FOOTER ---------- */
 footer{background:var(--ink); color:var(--stone); padding:70px 0 30px;}
 .footer-top{
  display:grid; grid-template-columns:1.4fr 0.8fr 0.8fr 1fr; gap:50px;
  padding-bottom:56px; border-bottom:1px solid rgba(255,255,255,0.1);
 }
 .footer-brand .logo{color:var(--paper); margin-bottom:16px; display:block;}
 .footer-brand p{color:#A9B3A5; font-size:14.5px; max-width:280px;}
 .footer-col b{font-size:13px; letter-spacing:0.08em; text-transform:uppercase; color:#A9B3A5; display:block; margin-bottom:18px;}
 .footer-col a, .footer-col span{
  display:block; font-size:14.5px; color:#D6DAD1; margin-bottom:12px;
 }
 .footer-col a:hover{color:var(--blush);}
 .footer-bottom{
  display:flex; justify-content:space-between; align-items:center; padding-top:28px; flex-wrap:wrap; gap:12px;
 }
 .footer-bottom span{font-size:13px; color:#84907F;}
 .footer-social{display:flex; gap:18px;}
 .footer-social a{font-size:13px; color:#A9B3A5;}
 .footer-social a:hover{color:var(--blush);}

 /* ---------- photo placeholders ---------- */
 .img-placeholder{
  width:100%; height:100%; position:relative;
  border:1.5px dashed var(--line-strong); border-radius:6px;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px;
  background:repeating-linear-gradient(135deg, rgba(38,51,44,0.025) 0 12px, transparent 12px 24px);
  text-align:center; padding:26px;
 }
 .img-placeholder .ph-icon{width:30px; height:30px; stroke:var(--sage-deep); fill:none; stroke-width:1.4; opacity:0.75;}
 .img-placeholder .ph-sub{font-size:11px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:var(--sage-deep); opacity:0.9;}
 .img-placeholder .ph-label{font-size:13.5px; color:var(--ink-soft); max-width:220px; line-height:1.4;}

 /* ---------- reveal ---------- */
 .reveal{opacity:1; transform:none; transition:opacity .8s ease, transform .8s ease;}
 .reveal.in{opacity:1; transform:translateY(0);}

 @media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .reveal{opacity:1; transform:none; transition:none;}
 }

 /* ---------- RESPONSIVE ---------- */
 @media (max-width:980px){
  .hero-banner{aspect-ratio:16/10;}
  .class-grid{grid-template-columns:1fr; }
  .t-grid{grid-template-columns:1fr;}
  .section-head{flex-direction:column; align-items:flex-start; gap:18px;}
  .footer-top{grid-template-columns:1fr 1fr; row-gap:40px;}
 }
 @media (max-width:640px){
  .wrap{padding:0 22px;}
  .nav-links{
   display:none; position:absolute; top:calc(100% + 10px); left:22px; right:22px;
   flex-direction:column; align-items:flex-start; gap:20px; padding:24px;
   background:var(--paper); border:1px solid var(--line); border-radius:6px;
   box-shadow:0 16px 40px rgba(38,51,44,.10);
  }
  .nav-links.open{display:flex;}
  .menu-toggle{display:flex;}
  .nav-cta .btn-ghost{display:none;}
  .hero{padding:130px 0 0;}
  .hero-banner{aspect-ratio:4/5;}
  .about, .classes, .testimonials, .final-cta{padding:70px 0;}
  .about-founder{grid-template-columns:1fr; gap:36px; margin-bottom:72px;}
  .about-founder-image{max-width:520px; margin:0 auto;}
  .footer-top{grid-template-columns:1fr;}
 }

/* ---------- REDESIGNED CLASS CARDS ---------- */
.section-intro{max-width:440px;font-size:16px;color:var(--text-muted);}
.class-grid-redesigned{align-items:stretch;}
.class-card-image{padding:0;overflow:hidden;display:flex;flex-direction:column;}
.class-image-link{display:block;height:250px;overflow:hidden;background:var(--stone-deep);}
.class-image-link img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease;}
.class-image-duet img{object-position:center 28%;}
.class-image-prenatal img{object-position:center 18%;}
.class-card-image:hover .class-image-link img{transform:scale(1.035);}
.class-card-body{padding:30px;display:flex;flex-direction:column;flex:1;}
.class-card-body h3{margin-bottom:14px;}
.class-card-body>p:not(.tag){margin-bottom:24px;}
.price-preview{margin-top:auto;padding:18px 0 20px;border-top:1px solid var(--line);display:flex;align-items:baseline;gap:8px;}
.price-preview span{font-family:var(--sans);font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);}
.price-preview strong{font-family:var(--serif);font-size:28px;font-weight:500;color:var(--ink);}

/* ---------- CLASS DETAIL PAGES ---------- */
.detail-page{background:var(--paper);color:var(--ink);}
.detail-header{position:relative;background:rgba(251,250,245,.97);border-bottom:1px solid var(--line);}
.detail-header .nav{height:76px;}
.detail-hero{min-height:520px;display:grid;grid-template-columns:1fr 1fr;background:var(--stone);}
.detail-hero-copy{padding:90px max(6vw,40px);display:flex;flex-direction:column;justify-content:center;}
.detail-hero-copy .eyebrow{margin-bottom:22px;}
.detail-hero-copy h1{font-size:clamp(44px,6vw,78px);line-height:1.02;margin-bottom:24px;}
.detail-hero-copy p{max-width:560px;font-size:18px;}
.detail-hero-image{min-height:520px;overflow:hidden;}
.detail-hero-image img{width:100%;height:100%;object-fit:cover;display:block;}
.detail-content{padding:92px 0;}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:80px;align-items:start;}
.detail-copy h2{margin-bottom:22px;}
.detail-copy p{font-size:17px;margin-bottom:18px;}
.pricing-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:34px;box-shadow:0 18px 55px rgba(38,51,44,.06);}
.pricing-panel h2{font-size:34px;margin-bottom:8px;}
.pricing-note{font-size:14px;color:var(--text-muted);margin-bottom:24px;}
.rate-row{display:flex;justify-content:space-between;align-items:baseline;padding:18px 0;border-top:1px solid var(--line);}
.rate-row span{font-size:15px;}
.rate-row strong{font-family:var(--serif);font-size:28px;font-weight:500;}
.rate-row small{display:block;font-size:12px;color:var(--text-muted);margin-top:4px;}
.pricing-panel .btn{width:100%;justify-content:center;margin-top:25px;}
.detail-back{display:inline-flex;align-items:center;gap:8px;font-size:13px;text-transform:uppercase;letter-spacing:.09em;margin-top:30px;}
.detail-policy{margin-top:28px;font-size:12px;color:var(--text-muted);line-height:1.6;}

@media(max-width:900px){
  .section-head{gap:28px;}
  .section-intro{max-width:none;}
  .detail-hero{grid-template-columns:1fr;}
  .detail-hero-image{min-height:390px;order:-1;}
  .detail-layout{grid-template-columns:1fr;gap:48px;}
}
@media(max-width:600px){
  .class-image-link{height:220px;}
  .class-card-body{padding:25px;}
  .detail-hero-copy{padding:58px 22px;}
  .detail-content{padding:65px 0;}
  .pricing-panel{padding:26px 22px;}
}

.footer-social{display:flex;align-items:center;gap:16px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;color:inherit}.social-icon{width:22px;height:22px;display:block}.contact-details{margin-top:16px;display:grid;gap:12px}.contact-details p{margin:0}.contact-details a{color:inherit}.whatsapp-contact{display:inline-flex!important;align-items:center;gap:8px;width:max-content;text-decoration:none}.whatsapp-contact span{font-size:14px}

/* Get in touch contact details */
.footer-contact{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.footer-contact > span{
  display:block;
}
.contact-phone,
.contact-whatsapp{
  display:inline-flex !important;
  align-items:center;
  gap:8px;
  color:inherit;
  text-decoration:none;
  line-height:1.4;
}
.contact-phone:hover,
.contact-whatsapp:hover{
  opacity:.72;
}
.contact-phone strong{
  font-weight:600;
}
.contact-whatsapp-icon{
  width:22px;
  height:22px;
  display:block;
  flex:0 0 auto;
}
.contact-whatsapp span{
  display:inline-block;
}

@media(max-width:700px){
  .footer-contact{
    width:100%;
    gap:12px;
  }
  .contact-phone,
  .contact-whatsapp{
    font-size:15px;
  }
  .contact-whatsapp-icon{
    width:23px;
    height:23px;
  }
}
