:root{
  --cream:#FCF8F2;
  --linen:#EEE4D4;
  --sage:#A2B998;
  --deep-sage:#627A5A;
  --moss:#485C44;
  --taupe:#A89480;
  --rose:#D0AFA2;
  --font:'Lato',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  background:var(--cream);
  color:var(--moss);
  line-height:1.7;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1080px;margin:0 auto;padding:0 1.25rem}
section{padding:3.25rem 0}

/* ---------- header ---------- */
header{
  background:var(--cream);
  border-bottom:1px solid var(--linen);
  position:sticky;top:0;z-index:50;
}
.header-inner{
  max-width:1080px;margin:0 auto;padding:0.9rem 1.25rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
}
.logo{font-weight:700;font-size:1.05rem;letter-spacing:.01em;color:var(--moss)}
.header-cta{
  background:var(--moss);color:var(--cream);font-weight:700;font-size:.85rem;
  padding:.65rem 1.1rem;border-radius:8px;white-space:nowrap;min-height:44px;
  display:flex;align-items:center;
}
.header-cta:hover{background:var(--deep-sage)}
.header-nav{display:flex;align-items:center;gap:1.25rem}
.nav-link{font-weight:700;font-size:.88rem;color:var(--deep-sage)}
.nav-link:hover{color:var(--moss)}

/* ---------- hero ---------- */
.hero{padding:3.5rem 0 3rem;position:relative;overflow:hidden;text-align:center}
.hero::before{
  content:'';position:absolute;top:-90px;right:-90px;width:240px;height:240px;
  border-radius:50%;background:var(--sage);opacity:.25;z-index:0;
}
.hero::after{
  content:'';position:absolute;bottom:-110px;left:-80px;width:220px;height:220px;
  border-radius:50%;background:var(--rose);opacity:.18;z-index:0;
}
.hero-inner{position:relative;z-index:1;max-width:680px;margin:0 auto;padding:0 1.25rem}
.kicker{
  display:block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--deep-sage);margin-bottom:1.1rem;
}
.hero h1{
  font-size:clamp(1.7rem,6vw,2.6rem);font-weight:900;line-height:1.28;color:var(--moss);
  margin-bottom:1.1rem;
}
.hero p{font-size:1.02rem;color:var(--deep-sage);max-width:520px;margin:0 auto 1.75rem;line-height:1.75}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:1rem 1.9rem;border-radius:10px;font-weight:700;font-size:.96rem;
  min-height:48px;border:2px solid transparent;cursor:pointer;font-family:var(--font);
  transition:background .2s,border-color .2s,transform .15s;
}
.btn-primary{background:var(--moss);color:var(--cream)}
.btn-primary:hover{background:var(--deep-sage);transform:translateY(-1px)}
.btn-block{width:100%}
.btn-secondary{background:transparent;color:var(--moss);border:2px solid var(--moss)}
.btn-secondary:hover{background:var(--moss);color:var(--cream);transform:translateY(-1px)}

/* dual buy-button rows (Gumroad + Etsy) */
.cta-row{display:flex;flex-direction:column;gap:.85rem;align-items:stretch;justify-content:center}
.cta-row .btn{width:100%}
@media(min-width:480px){
  .cta-row{flex-direction:row}
  .cta-row .btn{width:auto}
}
.hero .cta-row{margin:0 auto}
.buy-inner .cta-row{margin-top:0}
.buy-inner .cta-row .btn{flex:1}
.buy-inner .btn-secondary{background:transparent;color:var(--cream);border:2px solid rgba(252,248,242,.5)}
.buy-inner .btn-secondary:hover{background:rgba(252,248,242,.12);color:var(--cream);border-color:var(--cream)}

/* ---------- value props ---------- */
.bg-linen{background:var(--linen)}
.section-head{text-align:center;max-width:560px;margin:0 auto 2.25rem}
.section-head .kicker{margin-bottom:.6rem}
.section-head h2{font-size:clamp(1.45rem,4.5vw,1.9rem);font-weight:900;color:var(--moss);line-height:1.3}
.props{display:flex;flex-direction:column;gap:1.5rem}
.prop{background:var(--cream);border-radius:14px;padding:1.75rem 1.5rem;border:1px solid var(--linen)}
.prop-icon{
  width:44px;height:44px;border-radius:50%;background:rgba(162,185,152,.35);
  display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem;
}
.prop h3{font-size:1.05rem;font-weight:700;color:var(--moss);margin-bottom:.5rem}
.prop p{font-size:.93rem;color:var(--deep-sage);line-height:1.65}

/* ---------- lead magnet / guide ---------- */
#guide{background:var(--moss)}
.guide-grid{display:flex;flex-direction:column;gap:2.25rem;align-items:center}
.guide-visual{
  width:100%;max-width:300px;text-align:center;
  background:var(--cream);padding:14px;border-radius:14px;
  box-shadow:0 18px 44px rgba(0,0,0,.35);
  transform:rotate(-2deg);margin:0 auto;
}
.guide-visual img{
  border-radius:7px;display:block;margin:0 auto;
}
.guide-copy{width:100%;max-width:480px}
.pill{
  display:inline-block;background:rgba(208,175,162,.22);border:1px solid rgba(208,175,162,.4);
  color:var(--rose);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:.35rem 1rem;border-radius:50px;margin-bottom:1.1rem;
}
.guide-copy h2{font-size:clamp(1.5rem,5vw,2rem);font-weight:900;color:var(--cream);line-height:1.3;margin-bottom:.4rem}
.guide-sub{color:rgba(252,248,242,.65);font-size:.92rem;margin-bottom:1.4rem}
.guide-bullets{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem}
.guide-bullet{display:flex;align-items:flex-start;gap:.7rem;color:rgba(252,248,242,.92);font-size:.94rem;line-height:1.5}
.guide-dot{width:7px;height:7px;border-radius:50%;background:var(--rose);flex-shrink:0;margin-top:.5rem}
.guide-meta{font-size:.74rem;color:rgba(252,248,242,.4);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.75rem}

/* form */
.form-group{margin-bottom:.9rem}
.form-group label{display:block;font-size:.82rem;font-weight:700;color:var(--cream);margin-bottom:.4rem}
.form-group input{
  width:100%;padding:.9rem 1rem;border-radius:8px;border:1.5px solid rgba(252,248,242,.25);
  background:rgba(252,248,242,.08);color:var(--cream);font-size:1rem;font-family:var(--font);
  min-height:44px;outline:none;transition:border-color .2s;
}
.form-group input::placeholder{color:rgba(252,248,242,.4)}
.form-group input:focus{border-color:var(--rose)}
.form-note{font-size:.76rem;color:rgba(252,248,242,.45);margin-top:.75rem;text-align:center}
.success-box{display:none;background:rgba(252,248,242,.08);border:1px solid rgba(252,248,242,.18);border-radius:12px;padding:1.75rem;text-align:center}
.success-box .emoji{font-size:2rem;margin-bottom:.6rem}
.success-box h4{color:var(--cream);font-size:1.1rem;margin-bottom:.5rem}
.success-box p{color:rgba(252,248,242,.7);font-size:.92rem;line-height:1.6}

/* ---------- about / brand ---------- */
.about-wrap{max-width:620px;margin:0 auto;text-align:center}
.about-wrap p{color:var(--deep-sage);font-size:1rem;margin-bottom:1.1rem;line-height:1.8}
.pin-link{
  display:inline-flex;align-items:center;gap:.4rem;color:var(--moss);font-weight:700;
  font-size:.92rem;margin-top:.5rem;border-bottom:2px solid var(--rose);padding-bottom:2px;
}

/* ---------- footer ---------- */
footer{background:var(--linen);padding:2.75rem 0 2rem;text-align:center}
.footer-logo{font-weight:900;font-size:1.05rem;color:var(--moss);margin-bottom:.4rem}
.footer-tagline{font-size:.82rem;color:var(--taupe);letter-spacing:.06em;margin-bottom:1.1rem}
.footer-pin{display:inline-block;font-size:.85rem;font-weight:700;color:var(--deep-sage);margin-bottom:1.4rem}
.footer-disclaimer{font-size:.74rem;color:var(--taupe);max-width:480px;margin:0 auto 1rem;line-height:1.6}
.footer-copy{font-size:.74rem;color:var(--taupe)}

/* ---------- blog archive ---------- */
.blog-hero{text-align:center;padding:3rem 0 1rem}
.blog-hero h1{font-size:clamp(1.7rem,6vw,2.4rem);font-weight:900;color:var(--moss);margin-bottom:.75rem}
.blog-hero p{color:var(--deep-sage);max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}
.blog-grid{display:flex;flex-direction:column;gap:1.5rem}
.blog-card{background:var(--cream);border:1px solid var(--linen);border-radius:14px;padding:1.75rem 1.5rem;transition:border-color .2s,transform .15s}
.blog-card:hover{border-color:var(--sage);transform:translateY(-2px)}
.blog-card h3{font-size:1.15rem;font-weight:700;color:var(--moss);margin-bottom:.5rem;line-height:1.4}
.blog-card p{font-size:.92rem;color:var(--deep-sage);line-height:1.6;margin-bottom:.85rem}
.blog-card .read-link{font-weight:700;font-size:.88rem;color:var(--moss);border-bottom:2px solid var(--rose);padding-bottom:2px;display:inline-block}

/* ---------- post page ---------- */
.post{padding-top:2.5rem}
.post-container{max-width:680px}
.back-link{display:inline-block;font-size:.85rem;font-weight:700;color:var(--deep-sage);margin-bottom:1.5rem}
.back-link:hover{color:var(--moss)}
.post h1{font-size:clamp(1.6rem,5.5vw,2.3rem);font-weight:900;color:var(--moss);line-height:1.3;margin-bottom:1rem}
.post-dek{font-size:1.05rem;color:var(--deep-sage);line-height:1.7;margin-bottom:2rem}
.post-body h2{font-size:1.25rem;font-weight:700;color:var(--moss);margin:2rem 0 .85rem}
.post-body p{font-size:1rem;color:var(--moss);line-height:1.85;margin-bottom:1.25rem}
.post-body a{color:var(--moss);font-weight:700;border-bottom:2px solid var(--rose);padding-bottom:1px}
.post-body a:hover{color:var(--deep-sage);border-bottom-color:var(--deep-sage)}

/* ---------- compact post CTA ---------- */
.post-cta-inner{max-width:560px;margin:0 auto;text-align:center}
.post-cta-inner .pill{margin-bottom:1rem}
.post-cta-inner h2{font-size:clamp(1.4rem,4.5vw,1.75rem);font-weight:900;color:var(--cream);line-height:1.3;margin-bottom:.5rem}
.form-row{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}
.form-row input{
  padding:.9rem 1rem;border-radius:8px;border:1.5px solid rgba(252,248,242,.25);
  background:rgba(252,248,242,.08);color:var(--cream);font-size:1rem;font-family:var(--font);
  min-height:44px;outline:none;
}
.form-row input::placeholder{color:rgba(252,248,242,.4)}
.form-row input:focus{border-color:var(--rose)}

/* ---------- tablet / desktop enhancements ---------- */
@media(min-width:700px){
  section{padding:4.5rem 0}
  .hero{padding:5rem 0 4.5rem}
  .props{flex-direction:row}
  .prop{flex:1}
  .guide-grid{flex-direction:row;align-items:center;gap:3.5rem;text-align:left}
  .guide-visual{max-width:280px;flex-shrink:0}
  .guide-copy{text-align:left;max-width:none;flex:1}
  .form-note{text-align:left}
  .blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}
  .form-row{flex-direction:row}
  .form-row input{flex:1}
}
@media(min-width:1000px){
  .container{padding:0 2rem}
  .hero-inner{max-width:720px}
}

/* ---------- toolkit sales page ---------- */
.product-grid{display:flex;flex-direction:column;gap:2.25rem;align-items:center}
.product-visual{
  width:100%;max-width:300px;text-align:center;
  background:var(--cream);padding:14px;border-radius:14px;
  box-shadow:0 18px 44px rgba(72,92,68,.18);
  transform:rotate(-2deg);margin:0 auto;
}
.product-visual img{border-radius:7px;display:block;margin:0 auto}
.product-copy{width:100%;max-width:480px}
.product-copy h2{font-size:clamp(1.5rem,5vw,2rem);font-weight:900;color:var(--moss);line-height:1.3;margin-bottom:.4rem}
.product-sub{color:var(--deep-sage);font-size:.95rem;margin-bottom:1.4rem;line-height:1.65}
.product-bullets{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem}
.product-bullet{display:flex;align-items:flex-start;gap:.7rem;color:var(--moss);font-size:.94rem;line-height:1.5}
.product-dot{width:7px;height:7px;border-radius:50%;background:var(--rose);flex-shrink:0;margin-top:.5rem}
.product-meta{font-size:.74rem;color:var(--taupe);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}

/* buy box */
.buy-section{background:var(--moss)}
.buy-inner{max-width:560px;margin:0 auto;text-align:center}
.buy-inner .pill{margin-bottom:1rem}
.buy-inner h2{font-size:clamp(1.5rem,5vw,2rem);font-weight:900;color:var(--cream);line-height:1.3;margin-bottom:.6rem}
.buy-inner p{color:rgba(252,248,242,.75);font-size:.96rem;margin-bottom:1.75rem;line-height:1.7}
.buy-price{font-size:2.6rem;font-weight:900;color:var(--cream);margin-bottom:.2rem}
.buy-price-meta{font-size:.78rem;color:rgba(252,248,242,.5);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.75rem}
.buy-note{font-size:.78rem;color:rgba(252,248,242,.45);margin-top:1.1rem;line-height:1.6}

/* compact cross-sell banner (used on index.html / blog.html) */
.upsell-inner{max-width:600px;margin:0 auto;text-align:center}
.upsell-inner .pill{margin-bottom:1rem}
.upsell-inner h2{font-size:clamp(1.4rem,4.5vw,1.75rem);font-weight:900;color:var(--moss);margin-bottom:.65rem}
.upsell-inner p{color:var(--deep-sage);font-size:.96rem;line-height:1.7;margin-bottom:1.5rem}

@media(min-width:700px){
  .product-grid{flex-direction:row;align-items:center;gap:3.5rem;text-align:left}
  .product-visual{max-width:280px;flex-shrink:0}
  .product-copy{text-align:left;max-width:none;flex:1}
}

/* ---------- blog search & filter (manifest-driven grid) ---------- */
.blog-controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}
.blog-search-input{
  width:100%;padding:.9rem 1.1rem;border-radius:10px;border:1.5px solid var(--linen);
  background:var(--cream);color:var(--moss);font-size:1rem;font-family:var(--font);
  min-height:48px;outline:none;transition:border-color .2s;
}
.blog-search-input::placeholder{color:var(--taupe)}
.blog-search-input:focus{border-color:var(--sage)}
.filter-pills{display:flex;flex-wrap:wrap;gap:.6rem}
.filter-pill{
  display:inline-flex;align-items:center;background:var(--cream);border:1.5px solid var(--linen);
  color:var(--deep-sage);font-size:.82rem;font-weight:700;padding:.5rem 1rem;border-radius:50px;
  cursor:pointer;font-family:var(--font);transition:background .2s,border-color .2s,color .2s;
}
.filter-pill:hover{border-color:var(--sage)}
.filter-pill.active{background:var(--moss);border-color:var(--moss);color:var(--cream)}
.blog-empty{display:none;text-align:center;color:var(--deep-sage);font-size:.95rem;padding:2rem 0}
.blog-count{font-size:.78rem;color:var(--taupe);letter-spacing:.04em;margin-bottom:1rem}
@media(min-width:700px){
  .blog-controls{flex-direction:row;align-items:center;justify-content:space-between}
  .blog-search-input{max-width:300px}
}

/* ---------- shop / products hub ---------- */
.shop-grid{display:flex;flex-direction:column;gap:1.75rem}
.shop-card{
  display:flex;flex-direction:column;gap:.9rem;
  background:var(--cream);border:1px solid var(--linen);border-radius:14px;
  padding:1.75rem 1.5rem;
}
.shop-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.shop-card h3{font-size:1.15rem;font-weight:700;color:var(--moss);line-height:1.4}
.shop-price{font-size:1.4rem;font-weight:900;color:var(--moss);white-space:nowrap}
.shop-card p{font-size:.93rem;color:var(--deep-sage);line-height:1.65}
.shop-status{
  display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  padding:.3rem .75rem;border-radius:50px;align-self:flex-start;
}
.shop-status.live{background:rgba(162,185,152,.3);color:var(--deep-sage)}
.shop-status.soon{background:rgba(168,148,128,.22);color:var(--taupe)}
.shop-status.course{background:rgba(208,175,162,.25);color:var(--rose)}
@media(min-width:700px){
  .shop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}
}
