*{margin:0;padding:0;box-sizing:border-box}
:root{
  --forest:#2d3a2d;--forest-deep:#1e261e;--sage:#7c8a6e;--sage-light:#a4b591;
  --cream:#faf8f2;--warm-white:#f5f2eb;--linen:#ede8dd;
  --terracotta:#b35a3a;--terracotta-light:#cc6e4e;
  --ink:#1c1c1a;--body:#4a4a46;--muted:#8a8a84;
}
html{scroll-behavior:smooth}
body{font-family:'Work Sans',sans-serif;background:var(--cream);color:var(--ink);overflow-x:hidden}

/* NAV */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  padding:1.3rem 4rem;display:flex;justify-content:space-between;align-items:center;
  background:rgba(250,248,242,.92);backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(0,0,0,.05);
}
.logo{font-family:'Fraunces',serif;font-size:1.2rem;font-weight:600;color:var(--forest);text-decoration:none}
.logo span{color:var(--terracotta)}
.nav-links{display:flex;gap:2rem;align-items:center}
.nav-links a{color:var(--body);text-decoration:none;font-size:.82rem;font-weight:400;transition:color .3s}
.nav-links a:hover{color:var(--terracotta)}
.nav-cta{background:var(--terracotta);color:white!important;padding:.55rem 1.5rem;font-weight:500;transition:all .3s}
.nav-cta:hover{background:var(--terracotta-light)}

/* HERO */
.hero{
  min-height:100vh;display:flex;align-items:center;justify-content:center;
  text-align:center;padding:8rem 2rem 5rem;position:relative;
  background:linear-gradient(180deg,var(--cream) 0%,var(--warm-white) 100%);
}
.hero::before{
  content:'';position:absolute;top:10%;right:5%;width:300px;height:300px;
  border-radius:50%;background:rgba(179,90,58,.04);filter:blur(80px);pointer-events:none;
}
.hero::after{
  content:'';position:absolute;bottom:15%;left:8%;width:250px;height:250px;
  border-radius:50%;background:rgba(124,138,110,.05);filter:blur(80px);pointer-events:none;
}
.hero-inner{max-width:750px;position:relative;z-index:1}
.hero-badge{
  display:inline-block;padding:.5rem 1.2rem;margin-bottom:2rem;
  background:var(--forest);color:var(--sage-light);font-size:.7rem;
  letter-spacing:.2em;text-transform:uppercase;font-weight:500;
}
.hero h1{
  font-family:'Fraunces',serif;font-size:clamp(2.5rem,5vw,4.5rem);
  font-weight:400;line-height:1.15;color:var(--forest-deep);margin-bottom:1.5rem;
}
.hero h1 em{font-style:italic;color:var(--terracotta)}
.hero-sub{font-size:1.1rem;line-height:1.8;color:var(--body);max-width:580px;margin:0 auto 2.5rem;font-weight:300}
.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* BUTTONS */
.btn-main{
  background:var(--terracotta);color:white;padding:1rem 2.2rem;border:none;
  font-family:'Work Sans',sans-serif;font-size:.88rem;font-weight:500;
  cursor:pointer;transition:all .3s;text-decoration:none;letter-spacing:.03em;
}
.btn-main:hover{background:var(--terracotta-light);transform:translateY(-2px)}
.btn-ghost{
  background:transparent;color:var(--forest);padding:1rem 2.2rem;
  border:1px solid var(--sage);font-family:'Work Sans',sans-serif;
  font-size:.88rem;cursor:pointer;transition:all .3s;text-decoration:none;
}
.btn-ghost:hover{border-color:var(--terracotta);color:var(--terracotta)}

/* KEY MESSAGE */
.key-msg{
  padding:4rem;text-align:center;background:var(--forest);color:rgba(255,255,255,.9);
}
.key-msg p{
  font-family:'Fraunces',serif;font-size:1.5rem;font-style:italic;
  line-height:1.6;max-width:700px;margin:0 auto;font-weight:400;
}

/* PROBLEM */
.problem{padding:6rem 4rem;background:var(--warm-white)}
.problem-inner{max-width:700px;margin:0 auto}
.problem-inner .sect-title{margin-bottom:2rem}
.problem-text p{color:var(--body);font-size:1rem;line-height:1.8;margin-bottom:1.2rem;font-weight:300}
.problem-closer{font-weight:500;color:var(--forest)!important;font-size:1.05rem!important}

/* WHAT YOU GET */
.what-you-get{padding:6rem 4rem}
.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}
.benefit-card{padding:2rem;border:1px solid rgba(0,0,0,.06);background:var(--warm-white);transition:all .3s}
.benefit-card:hover{border-color:var(--sage)}
.benefit-card h4{font-size:.95rem;font-weight:600;color:var(--forest);margin-bottom:.6rem;line-height:1.4}
.benefit-card p{font-size:.85rem;color:var(--muted);line-height:1.7}

/* SECTION UTILITIES */
.sect-label{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.8rem;font-weight:500}
.sect-title{font-family:'Fraunces',serif;font-size:2.5rem;font-weight:400;color:var(--forest-deep);margin-bottom:1rem;line-height:1.2}
.sect-desc{color:var(--body);font-size:1rem;line-height:1.8;max-width:600px;margin-bottom:3rem;font-weight:300}

/* CURRICULUM */
.curriculum{padding:6rem 4rem}
.week-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(0,0,0,.06)}
.week-card{
  background:var(--cream);padding:2rem 2.5rem;transition:all .3s;
  display:flex;gap:1.5rem;align-items:flex-start;
}
.week-card:hover{background:var(--warm-white)}
.week-num{
  font-family:'Fraunces',serif;font-size:2.5rem;font-weight:700;
  color:rgba(179,90,58,.15);line-height:1;min-width:50px;
}
.week-content h4{font-size:.95rem;font-weight:600;color:var(--forest);margin-bottom:.4rem}
.week-content p{font-size:.82rem;color:var(--muted);line-height:1.6}
.week-content .deliverable{
  display:inline-block;margin-top:.5rem;font-size:.7rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta);
  padding:.3rem .6rem;background:rgba(179,90,58,.06);font-weight:500;
}

/* PRICING */
.pricing{padding:6rem 4rem;background:var(--linen)}
.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.p-card{
  background:var(--cream);padding:2.5rem;border:1px solid rgba(0,0,0,.05);
  display:flex;flex-direction:column;transition:all .3s;
}
.p-card.highlight{background:var(--forest);color:rgba(255,255,255,.9);border-color:var(--forest)}
.p-card.highlight .p-name{color:white}
.p-card.highlight .p-price{color:var(--sage-light)}
.p-card.highlight .p-desc{color:rgba(255,255,255,.6)}
.p-card.highlight .p-feat li{color:rgba(255,255,255,.7);border-color:rgba(255,255,255,.1)}
.p-card.highlight .p-feat li::before{color:var(--sage-light)}
.p-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.5rem;font-weight:500}
.p-card.highlight .p-label{color:var(--sage-light)}
.p-name{font-family:'Fraunces',serif;font-size:1.4rem;font-weight:600;color:var(--forest);margin-bottom:.3rem}
.p-price{font-family:'Fraunces',serif;font-size:2rem;font-weight:700;color:var(--terracotta);margin-bottom:.5rem}
.p-desc{color:var(--body);font-size:.85rem;line-height:1.6;margin-bottom:1.5rem;flex:1}
.p-feat{list-style:none;margin-bottom:2rem}
.p-feat li{padding:.45rem 0;font-size:.83rem;color:var(--body);border-bottom:1px solid rgba(0,0,0,.05);display:flex;gap:.5rem}
.p-feat li::before{content:'✓';color:var(--sage);font-size:.75rem}
.payment-note{margin-top:.8rem;font-size:.78rem;color:rgba(255,255,255,.5);text-align:center}

/* WHO FOR */
.who-for{padding:6rem 4rem}
.who-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.who-card{padding:1.5rem;border-left:3px solid var(--linen);transition:border-color .3s}
.who-card:hover{border-color:var(--terracotta)}
.who-card h4{font-family:'Fraunces',serif;font-size:1.1rem;font-weight:600;color:var(--forest);margin-bottom:.5rem}
.who-card p{font-size:.83rem;color:var(--muted);line-height:1.6}

/* ABOUT */
.about{padding:6rem 4rem;background:var(--warm-white)}
.about-inner{max-width:700px;margin:0 auto}
.about-text p{color:var(--body);font-size:1rem;line-height:1.8;margin-bottom:1.2rem;font-weight:300}
.about-closer{font-weight:500;color:var(--forest)!important}
.about-link{display:inline-block;margin-top:.5rem;color:var(--terracotta);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .3s}
.about-link:hover{color:var(--terracotta-light)}

/* FAQ */
.faq{padding:6rem 4rem}
.faq-list{max-width:700px;margin-top:2rem}
.faq-item{border-bottom:1px solid rgba(0,0,0,.08);padding:1.2rem 0}
.faq-item summary{
  font-size:.95rem;font-weight:500;color:var(--forest);cursor:pointer;
  list-style:none;display:flex;justify-content:space-between;align-items:center;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:1.2rem;color:var(--sage);transition:transform .3s}
.faq-item[open] summary::after{content:'−'}
.faq-item p{color:var(--body);font-size:.88rem;line-height:1.7;margin-top:.8rem;font-weight:300;padding-right:2rem}

/* CTA */
.cta{padding:6rem 4rem;text-align:center;background:var(--forest);color:white}
.cta h2{font-family:'Fraunces',serif;font-size:2.5rem;font-weight:400;margin-bottom:1rem}
.cta p{color:rgba(255,255,255,.6);max-width:500px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.7}
.cta .btn-main{background:var(--terracotta)}
.cta .btn-main:hover{background:var(--terracotta-light)}

/* FOOTER */
footer{padding:2.5rem 4rem;border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
footer p{color:var(--muted);font-size:.8rem}
.footer-links{display:flex;align-items:center;gap:.5rem}
.footer-sep{color:var(--muted);font-size:.8rem}
.footer-credit{color:var(--muted);font-size:.8rem}
footer a{color:var(--muted);text-decoration:none;font-size:.8rem}
footer a:hover{color:var(--terracotta)}

/* PAGE HEADER (for inner pages) */
.page-header{
  padding:8rem 4rem 4rem;
  background:linear-gradient(180deg,var(--cream) 0%,var(--warm-white) 100%);
}
.page-header .sect-title{margin-bottom:.5rem}
.page-header .sect-desc{margin-bottom:0}

/* CURRICULUM PAGE EXPANDED */
.curriculum-full{padding:4rem}
.phase-label{
  font-family:'Fraunces',serif;font-size:1.1rem;font-weight:600;
  color:var(--terracotta);margin:3rem 0 1.5rem;padding-bottom:.5rem;
  border-bottom:1px solid rgba(179,90,58,.15);
}
.week-detail{padding:2rem 0;border-bottom:1px solid rgba(0,0,0,.06)}
.week-detail:last-child{border-bottom:none}
.week-detail-header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1rem}
.week-detail .week-num{font-family:'Fraunces',serif;font-size:2rem;font-weight:700;color:rgba(179,90,58,.15);min-width:50px}
.week-detail h3{font-size:1.1rem;font-weight:600;color:var(--forest)}
.week-detail>p{color:var(--body);font-size:.9rem;line-height:1.7;margin-bottom:1rem;font-weight:300;padding-left:calc(50px + 1.5rem)}
.week-detail .learn-list{padding-left:calc(50px + 1.5rem);margin-bottom:.8rem}
.week-detail .learn-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--sage);margin-bottom:.4rem;font-weight:500}
.week-detail .learn-list ul{list-style:none;margin-bottom:.8rem}
.week-detail .learn-list li{padding:.3rem 0;font-size:.85rem;color:var(--body);display:flex;gap:.5rem}
.week-detail .learn-list li::before{content:'•';color:var(--sage)}
.week-detail .deliverable-full{
  display:inline-block;margin-left:calc(50px + 1.5rem);font-size:.72rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta);
  padding:.4rem .8rem;background:rgba(179,90,58,.06);font-weight:500;
}

/* APPLY PAGE */
.apply-info{padding:0 4rem 4rem}
.apply-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}
.apply-step{padding:1.5rem;background:var(--warm-white);border-top:2px solid var(--sage)}
.apply-step h4{font-size:.85rem;font-weight:600;color:var(--forest);margin-bottom:.4rem}
.apply-step p{font-size:.82rem;color:var(--muted);line-height:1.6}
.apply-contact{text-align:center;padding:3rem 4rem;background:var(--linen)}
.apply-contact p{color:var(--body);font-size:.95rem;margin-bottom:1rem}
.apply-contact a{color:var(--terracotta);text-decoration:none;font-weight:500}

/* SELF-PACED PAGE */
.sp-hero{
  padding:8rem 4rem 4rem;text-align:center;
  background:linear-gradient(180deg,var(--cream) 0%,var(--warm-white) 100%);
}
.sp-hero .sect-title{margin-bottom:.5rem}
.sp-hero .sp-subtitle{color:var(--body);font-size:1.05rem;line-height:1.7;max-width:580px;margin:0 auto 1.5rem;font-weight:300}
.sp-hero .p-price{font-family:'Fraunces',serif;font-size:2.5rem;font-weight:700;color:var(--terracotta)}
.sp-included{padding:4rem}
.sp-included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}
.sp-card{padding:2rem;border:1px solid rgba(0,0,0,.06);background:var(--warm-white)}
.sp-card h4{font-size:.95rem;font-weight:600;color:var(--forest);margin-bottom:.5rem}
.sp-card p{font-size:.85rem;color:var(--muted);line-height:1.7}
.sp-not-included{padding:3rem 4rem;background:var(--linen)}
.sp-not-included-inner{max-width:700px}
.sp-not-included h3{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:600;color:var(--forest);margin-bottom:.8rem}
.sp-not-included p{color:var(--body);font-size:.9rem;line-height:1.7;font-weight:300}
.sp-not-included a{display:inline-block;margin-top:1rem}

/* 404 */
.page-404{
  min-height:100vh;display:flex;align-items:center;justify-content:center;
  text-align:center;padding:8rem 2rem;
}
.page-404 h1{font-family:'Fraunces',serif;font-size:3rem;font-weight:400;color:var(--forest-deep);margin-bottom:1rem}
.page-404 p{color:var(--body);font-size:1rem;line-height:1.7;max-width:480px;margin:0 auto 2rem;font-weight:300}
.page-404 .hero-actions{justify-content:center}

/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}
.hero-inner>*{animation:fadeUp .7s ease-out both}
.hero-badge{animation-delay:.1s}.hero h1{animation-delay:.2s}
.hero-sub{animation-delay:.35s}.hero-actions{animation-delay:.5s}

/* RESPONSIVE */
@media(max-width:900px){
  nav{padding:1rem 1.5rem}.nav-links{display:none}
  .hero,.curriculum,.pricing,.who-for,.cta,.what-you-get,.problem,.about,.faq,
  .page-header,.curriculum-full,.apply-info,.sp-included,.sp-not-included{padding-left:1.5rem;padding-right:1.5rem}
  .hero{padding-top:6rem;padding-bottom:3rem}
  .week-grid,.pricing-cards,.benefits-grid,.sp-included-grid{grid-template-columns:1fr}
  .who-cards{grid-template-columns:repeat(2,1fr)}
  .apply-info-grid{grid-template-columns:1fr}
  .sp-hero{padding:6rem 1.5rem 3rem}
  footer{padding:2rem 1.5rem;flex-direction:column;text-align:center}
}
