:root{
  --bg:#FDFAF6;
  --bg-alt:#F5EFE6;
  --bg-blush:#F0DDD8;
  --bg-dark:#0F0F0F;
  --ink:#1C1C1C;
  --ink-muted:#7A6E69;
  --ink-light:#FAF8F5;
  --blush:#CCA89E;
  --blush-mid:#D4A89A;
  --gold:#B8943A;
  --gold-light:#E8D5A8;
  --blue:#2C4F6A;
  --blue-light:#D4E4F0;
  --serif:'Playfair Display', Georgia, serif;
  --sans:'Inter', -apple-system, sans-serif;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);
  color:var(--ink);
  font-family:var(--sans);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;}
img,svg{display:block; max-width:100%;}
.wrap{max-width:760px; margin:0 auto; padding:0 24px;}
.eyebrow{
  font-family:var(--sans); font-size:12px; letter-spacing:2.5px; text-transform:uppercase;
  color:var(--gold); font-weight:600; text-align:center;
}
.accent{color:var(--gold); font-style:italic;}

/* ---------- NAV ---------- */
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:20px 24px; max-width:760px; margin:0 auto;
  border-bottom:1px solid rgba(28,28,28,0.08);
  background:var(--bg);
}
.nav-wordmark{
  font-size:12px; letter-spacing:2px; text-transform:uppercase; font-weight:700;
  color:var(--gold); text-decoration:none;
}
.nav-links{display:flex; align-items:center; gap:22px;}
.nav-link{
  font-size:14px; color:var(--ink-muted); text-decoration:none; transition:color .15s ease;
}
.nav-link:hover{color:var(--ink);}
.cta--sm{padding:10px 18px; font-size:14px;}
@media (max-width:520px){
  .nav-links{gap:12px;}
  .nav-link{display:none;}
  .nav-link.always-show{display:inline;}
}

/* ---------- HERO ---------- */
.hero{
  position:relative; overflow:hidden;
  padding:80px 0 72px;
  background:
    radial-gradient(ellipse 500px 400px at 90% -10%, rgba(204,168,158,0.18), transparent 65%),
    radial-gradient(ellipse 400px 350px at 10% 110%, rgba(184,148,58,0.10), transparent 60%),
    var(--bg);
}
.hero-inner{position:relative; z-index:1;}
.hero .eyebrow{margin-bottom:22px;}
.headline{
  font-family:var(--serif); font-weight:600;
  font-size:clamp(30px, 5.4vw, 48px);
  line-height:1.22; text-align:center; letter-spacing:-0.01em;
  color:var(--ink);
}
.headline .line{display:block; opacity:0; transform:translateY(10px); transition:opacity .6s ease, transform .6s ease;}
.headline .line.in{opacity:1; transform:translateY(0);}
.sub{
  margin:26px auto 0; max-width:520px; text-align:center;
  font-size:17px; color:var(--ink-muted); line-height:1.7;
}
.sub strong{color:var(--ink); font-weight:600;}

.cta-wrap{display:flex; justify-content:center; align-items:center; gap:18px; margin-top:34px; flex-wrap:wrap;}
.cta{
  display:inline-flex; align-items:center; gap:10px;
  background:var(--blue); color:#FFFFFF; font-weight:600; font-size:16px;
  font-family:var(--sans);
  padding:16px 30px; border-radius:6px; text-decoration:none;
  border:1px solid var(--blue); transition:transform .15s ease, opacity .15s ease;
}
.cta:hover{opacity:.88; transform:translateY(-1px);}
.cta:focus-visible{outline:2px solid var(--gold); outline-offset:3px;}
.cta-ghost{
  font-size:15px; color:var(--ink-muted); text-decoration:underline;
  text-decoration-color:rgba(122,110,105,0.4); text-underline-offset:4px;
}
.cta-ghost:hover{color:var(--ink);}
.micro{
  text-align:center; margin-top:14px; font-size:13px; color:var(--ink-muted);
  letter-spacing:.3px;
}
.micro span{margin:0 8px;}

/* ---------- SECTIONS ---------- */
.section{padding:64px 0; background:var(--bg);}
.section-alt{background:var(--bg-alt);}
.section-blush{background:var(--bg-blush);}
.section-dark{background:var(--bg-dark); color:var(--ink-light);}
.section-dark .section-title{color:var(--ink-light);}
.section-dark .section-sub{color:rgba(250,248,245,0.6);}
.section-title{
  font-family:var(--serif); font-weight:600; font-size:clamp(22px,3.4vw,28px);
  text-align:center; margin-bottom:16px; color:var(--ink);
}
.section-sub{
  text-align:center; color:var(--ink-muted); font-size:15px; margin-top:-6px; margin-bottom:32px;
}
.outcomes{display:flex; flex-direction:column; gap:18px; max-width:560px; margin:0 auto;}
.outcome{
  display:flex; gap:16px; align-items:flex-start;
  border-left:2px solid var(--blush-mid); padding-left:18px;
}
.outcome p{font-size:16px; color:var(--ink); line-height:1.65;}

/* ---------- PULL QUOTE ---------- */
.pull-quote{
  font-family:var(--serif); font-style:italic; font-weight:500;
  font-size:clamp(20px,3.2vw,26px); line-height:1.5; text-align:center;
  max-width:600px; margin:0 auto; color:var(--ink);
}
.pull-quote-cite{
  display:block; margin-top:20px; font-family:var(--sans); font-style:normal;
  font-size:12px; letter-spacing:2px; text-transform:uppercase; color:var(--gold);
}
.pull-quote-support{
  text-align:center; margin-top:18px; font-size:14px; color:var(--ink-muted);
}

/* ---------- PRICE ANCHOR ---------- */
.price-block{text-align:center;}
.price-big{
  font-family:var(--serif); font-weight:600; font-size:clamp(48px,9vw,72px);
  color:var(--gold); line-height:1;
}
.price-sub{font-size:15px; color:var(--ink-muted); margin-top:10px;}
.price-compare{
  margin:28px auto 0; max-width:460px; font-style:italic; font-family:var(--serif);
  font-size:18px; color:var(--ink); line-height:1.6;
}

/* ---------- PILLARS / ACCORDION ---------- */
.modules-note{
  text-align:center; color:var(--ink-muted); font-size:14px; margin-top:-20px; margin-bottom:32px;
}
.module-grid{display:flex; flex-direction:column; gap:10px; max-width:640px; margin:0 auto;}
.module{
  border:1px solid rgba(28,28,28,0.1); border-radius:6px; overflow:hidden;
  background:#FFFFFF;
}
.module summary{
  list-style:none; cursor:pointer; padding:16px 20px;
  display:flex; justify-content:space-between; align-items:center; gap:16px;
  font-weight:600; font-size:15px; color:var(--ink);
}
.module summary::-webkit-details-marker{display:none;}
.module summary .plus{color:var(--blush-mid); font-size:20px; font-weight:400; transition:transform .2s ease;}
.module[open] summary .plus{transform:rotate(45deg);}
.module .body{padding:0 20px 18px; font-size:14px; color:var(--ink-muted); line-height:1.6;}
.module-flag{
  max-width:640px; margin:18px auto 0; font-size:13px; color:var(--gold);
  text-align:center; opacity:.85;
}

/* ---------- PILLAR CHIPS ---------- */
.chip-grid{display:flex; flex-wrap:wrap; gap:10px; justify-content:center; max-width:640px; margin:0 auto;}
.chip{
  border:1px solid rgba(204,168,158,0.5); color:var(--blush-mid);
  font-size:13px; padding:8px 16px; border-radius:999px; background:rgba(204,168,158,0.08);
}
.chip-more{
  text-align:center; margin-top:18px; font-size:13px; color:var(--ink-muted); font-style:italic;
}

/* ---------- OBJECTIONS ---------- */
.objections{display:flex; flex-direction:column; gap:20px; max-width:600px; margin:0 auto;}
.objection{padding:22px 24px; border-radius:8px; background:rgba(184,148,58,0.04); border:1px solid rgba(184,148,58,0.2);}
.objection .q{font-family:var(--serif); font-style:italic; font-size:17px; color:var(--gold); margin-bottom:8px;}
.objection .a{font-size:15px; color:var(--ink); line-height:1.65;}

/* ---------- FREE RESOURCE CARDS ---------- */
.resource-grid{
  display:flex; flex-wrap:wrap; gap:20px; justify-content:center; max-width:680px; margin:0 auto;
}
.resource-card{
  flex:1 1 280px; max-width:320px; text-align:center;
  border:1px solid rgba(204,168,158,0.3); border-radius:10px;
  padding:32px 26px; background:#FFFFFF;
}
.resource-card h3{font-family:var(--serif); font-size:20px; font-weight:600; margin-bottom:10px; color:var(--ink);}
.resource-card p{color:var(--ink-muted); font-size:14px; margin-bottom:20px; line-height:1.6;}
.resource-note{font-size:11px; color:var(--ink-muted); opacity:.7; margin-top:12px; line-height:1.5;}

/* ---------- CHANNEL CARDS ---------- */
.channel-grid{display:flex; flex-direction:column; gap:12px; max-width:640px; margin:0 auto;}
.channel-card{
  display:block; border:1px solid rgba(28,28,28,0.1); border-radius:8px;
  padding:20px 22px; text-decoration:none; background:#FFFFFF;
  transition:border-color .15s ease, transform .15s ease;
}
.channel-card:hover{border-color:rgba(204,168,158,0.6); transform:translateX(2px);}
.channel-card .title{font-family:var(--serif); font-style:italic; font-size:17px; color:var(--ink);}
.channel-card .tag{font-size:12px; color:var(--blush-mid); letter-spacing:1px; text-transform:uppercase; margin-top:6px; display:block;}

/* ---------- PATTERN PROOF CARDS ---------- */
.outcomes.pattern-proof .outcome{
  border-left:2px solid var(--gold);
}

/* ---------- FINAL CTA ---------- */
.final{text-align:center; background:var(--bg-dark) !important; padding:72px 0 !important;}
.final .section-title{color:var(--ink-light) !important;}
.final .headline{font-size:clamp(26px,4.6vw,36px); margin-bottom:14px; color:var(--ink-light);}
.final .cta{background:var(--gold); border-color:var(--gold); color:#2A1E00;}
.final .cta:hover{opacity:.88;}
.final .trust{color:rgba(250,248,245,0.5);}
.trust{
  margin-top:20px; font-size:14px; color:var(--ink-muted); font-style:italic;
}

/* ---------- FOOTER ---------- */
footer{
  padding:40px 24px; text-align:center; font-size:12px;
  background:var(--bg-dark); color:rgba(250,248,245,0.5);
}
footer .foot-links{margin-top:8px; opacity:.7;}
footer .foot-links a{margin:0 8px; text-decoration:underline; color:rgba(250,248,245,0.5);}

/* ---------- FLOATING WIDGET ---------- */
#muse-widget-btn{
  position:fixed; bottom:24px; right:24px; z-index:999;
  background:var(--gold); color:#2A1E00; border:none;
  padding:12px 18px; border-radius:999px; font-family:var(--sans);
  font-size:14px; font-weight:600; cursor:pointer; box-shadow:0 4px 16px rgba(28,28,28,0.15);
  display:flex; align-items:center; gap:8px; transition:transform .15s ease;
}
#muse-widget-btn:hover{transform:translateY(-2px);}
#muse-widget-panel{
  position:fixed; bottom:80px; right:24px; z-index:998; width:320px;
  background:#FFFFFF; border-radius:12px; border:1px solid rgba(28,28,28,0.1);
  box-shadow:0 8px 32px rgba(28,28,28,0.12); display:none; flex-direction:column;
  overflow:hidden;
}
#muse-widget-panel.open{display:flex;}
.widget-head{
  padding:16px 20px; background:var(--blue);
  color:#FFFFFF;
}
.widget-head p{font-size:14px; font-weight:600;}
.widget-head span{font-size:12px; opacity:.75; display:block; margin-top:2px;}
.widget-msgs{flex:1; padding:16px; display:flex; flex-direction:column; gap:10px; max-height:260px; overflow-y:auto;}
.wmsg{padding:10px 13px; border-radius:10px; font-size:13px; line-height:1.5; max-width:90%;}
.wmsg.muse{background:var(--bg-alt); color:var(--ink); border-radius:10px 10px 10px 3px;}
.wmsg.user{background:var(--blue); color:#FFFFFF; align-self:flex-end; border-radius:10px 10px 3px 10px;}
.wsugg{display:flex; flex-wrap:wrap; gap:6px; padding:0 16px 12px;}
.wsugg-btn{
  background:var(--bg-blush); border:1px solid rgba(204,168,158,0.4);
  color:var(--ink); font-size:12px; padding:6px 12px; border-radius:999px;
  cursor:pointer; font-family:var(--sans); transition:background .15s;
}
.wsugg-btn:hover{background:rgba(204,168,158,0.3);}
.widget-input-row{display:flex; gap:8px; padding:12px 14px; border-top:1px solid rgba(28,28,28,0.08);}
.widget-input{
  flex:1; padding:9px 12px; border-radius:6px;
  border:1px solid rgba(28,28,28,0.15); background:#FFFFFF;
  font-family:var(--sans); font-size:13px; color:var(--ink);
}
.widget-input::placeholder{color:var(--ink-muted);}
.widget-input:focus{outline:none; border-color:var(--blue);}
.widget-send{
  padding:9px 14px; background:var(--blue); color:#FFFFFF; border:none;
  border-radius:6px; cursor:pointer; font-size:13px; font-family:var(--sans); font-weight:600;
}

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

/* ================================================================
   THE GENERATE NARRATIVE — the differentiator, made visible.
   Added: sales-page + homepage rework. Uses existing tokens only.
   ================================================================ */

/* --- The three-beat strip: Tell her → Practise → Generate --- */
.gen-flow{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
  max-width:720px; margin:0 auto;
}
.gen-beat{
  background:#FFFFFF; border:1px solid rgba(28,28,28,0.09); border-radius:8px;
  padding:22px 20px; text-align:left; position:relative;
}
.gen-beat .step{
  font-size:11px; letter-spacing:2px; text-transform:uppercase;
  color:var(--ink-muted); font-weight:600; display:block; margin-bottom:10px;
}
.gen-beat h3{
  font-family:var(--serif); font-weight:600; font-size:18px;
  margin-bottom:8px; color:var(--ink);
}
.gen-beat p{font-size:14px; color:var(--ink-muted); line-height:1.6;}

/* The third beat is the payoff — this is where the boldness is spent. */
.gen-beat.is-payoff{
  border-color:var(--gold);
  background:linear-gradient(180deg,#FFFFFF 0%, rgba(232,213,168,0.18) 100%);
  box-shadow:0 4px 18px rgba(184,148,58,0.14);
}
.gen-beat.is-payoff .step{color:var(--gold);}

/* --- The artefact tiles: what she actually walks away holding --- */
.gen-outputs{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
  max-width:720px; margin:28px auto 0;
}
.gen-out{
  border:1px solid rgba(184,148,58,0.35); border-radius:8px;
  background:rgba(232,213,168,0.14); padding:20px 18px; text-align:left;
}
.gen-out .tag{
  font-size:10px; letter-spacing:1.8px; text-transform:uppercase;
  color:var(--gold); font-weight:700; display:block; margin-bottom:8px;
}
.gen-out h4{
  font-family:var(--serif); font-weight:600; font-size:17px;
  color:var(--ink); margin-bottom:6px;
}
.gen-out p{font-size:13.5px; color:var(--ink-muted); line-height:1.55;}

/* --- Inline "Generate" badge used inside the pillar accordions --- */
.gen-badge{
  display:inline-block; margin-top:12px;
  font-size:12px; font-weight:700; letter-spacing:.4px;
  color:#FFFFFF; background:linear-gradient(135deg,var(--gold),#D4B563);
  padding:6px 12px; border-radius:999px; line-height:1.4;
}
.module summary .gen-dot{
  width:7px; height:7px; border-radius:50%; background:var(--gold);
  display:inline-block; margin-left:8px; flex-shrink:0;
  box-shadow:0 0 0 3px rgba(184,148,58,0.18);
}
.gen-key{
  max-width:640px; margin:16px auto 0; text-align:center;
  font-size:13px; color:var(--ink-muted);
}
.gen-key .gen-dot{
  width:7px; height:7px; border-radius:50%; background:var(--gold);
  display:inline-block; margin-right:5px;
  box-shadow:0 0 0 3px rgba(184,148,58,0.18);
}

/* --- The deliverables ledger --- */
.ledger{max-width:640px; margin:0 auto; display:flex; flex-direction:column; gap:0;}
.ledger-row{
  display:flex; gap:14px; align-items:baseline;
  padding:14px 0; border-bottom:1px solid rgba(28,28,28,0.07);
}
.ledger-row:last-child{border-bottom:none;}
.ledger-row .mark{color:var(--gold); font-weight:700; flex-shrink:0;}
.ledger-row p{font-size:15px; color:var(--ink); line-height:1.55;}
.ledger-row p span{color:var(--ink-muted); font-size:14px;}

@media(max-width:760px){
  .gen-flow, .gen-outputs{grid-template-columns:1fr;}
}

/* --- Muse demo clips (sales page) --- */
.demo-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:22px;
  max-width:820px; margin:0 auto;
}
.demo{margin:0;}
.demo video{
  width:100%; display:block; border-radius:8px; background:var(--bg-alt);
  border:1px solid rgba(184,148,58,0.35);
  box-shadow:0 6px 22px rgba(28,28,28,0.10);
  aspect-ratio:16/10; object-fit:cover;
}
.demo figcaption{
  margin-top:12px; font-size:13.5px; color:var(--ink-muted);
  line-height:1.55; text-align:left;
}
@media(max-width:760px){ .demo-grid{grid-template-columns:1fr;} }

/* --- Value stack (sales page price block) --- */
.value-stack{
  max-width:560px; margin:28px auto 26px; text-align:left;
  border:1px solid rgba(184,148,58,0.3); border-radius:8px;
  background:rgba(232,213,168,0.12); padding:6px 20px;
}
.vs-row{
  display:flex; justify-content:space-between; align-items:baseline; gap:16px;
  padding:13px 0; border-bottom:1px solid rgba(184,148,58,0.18);
}
.vs-row:last-child{border-bottom:none;}
.vs-item{font-size:14.5px; color:var(--ink); line-height:1.5;}
.vs-val{
  font-size:11px; letter-spacing:1.4px; text-transform:uppercase;
  color:var(--gold); font-weight:700; white-space:nowrap; flex-shrink:0;
}

/* --- Curriculum inventory --- */
.inv{max-width:660px; margin:0 auto; display:flex; flex-direction:column; gap:8px;}
.inv-row{
  display:grid; grid-template-columns:44px 1fr auto; gap:16px; align-items:center;
  background:#FFFFFF; border:1px solid rgba(28,28,28,0.09);
  border-radius:6px; padding:14px 18px;
}
.inv-num{
  font-family:var(--serif); font-size:17px; color:var(--gold); font-weight:600;
}
.inv-name{font-size:14.5px; font-weight:600; color:var(--ink); line-height:1.4;}
.inv-name em{display:block; font-weight:400; font-style:normal; font-size:13px; color:var(--ink-muted); margin-top:3px;}
.inv-count{
  font-size:11.5px; letter-spacing:1px; text-transform:uppercase;
  color:var(--ink-muted); white-space:nowrap; text-align:right;
}
.inv-total{
  max-width:660px; margin:20px auto 0; text-align:center;
  font-family:var(--serif); font-size:19px; color:var(--ink);
}
@media(max-width:600px){
  .inv-row{grid-template-columns:34px 1fr; }
  .inv-count{grid-column:2; text-align:left; margin-top:4px;}
  .vs-row{flex-direction:column; gap:4px;}
}

/* --- Watch a lesson (vertical 9:16 avatar lessons) --- */
.lesson-grid{
  display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:20px;
  max-width:760px; margin:0 auto;
}
.lesson{margin:0;}
.lesson video{
  width:100%; display:block; border-radius:10px; background:var(--ink);
  aspect-ratio:9/16; object-fit:cover;
  border:1px solid rgba(184,148,58,0.45);
  box-shadow:0 8px 26px rgba(28,28,28,0.14);
}
.lesson figcaption{
  margin-top:12px; text-align:left;
  font-size:14.5px; font-weight:600; color:var(--ink); line-height:1.4;
}
.lesson figcaption .lp{
  display:block; font-family:var(--sans); font-size:10.5px; letter-spacing:1.6px;
  text-transform:uppercase; color:var(--gold); font-weight:700; margin-bottom:5px;
}
.lesson figcaption em{
  display:block; font-style:normal; font-weight:400; font-size:13px;
  color:var(--ink-muted); margin-top:4px; line-height:1.5;
}
@media(max-width:700px){
  .lesson-grid{grid-template-columns:1fr; max-width:300px;}
}

/* --- Featured lesson (homepage, horizontal) --- */
.feature-lesson{max-width:680px; margin:0 auto;}
.feature-lesson video{
  width:100%; display:block; border-radius:10px; background:var(--ink);
  aspect-ratio:16/9; object-fit:cover;
  border:1px solid rgba(184,148,58,0.4);
  box-shadow:0 10px 30px rgba(28,28,28,0.16);
}
.feature-lesson figcaption{
  margin-top:14px; text-align:center; font-size:14px; color:var(--ink-muted);
}

/* --- Muse proof scenes (homepage hero, video-first) --- */
.proof-scene-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(140px, 1fr)); gap:14px;
  max-width:980px; margin:0 auto;
}
.proof-scene{margin:0;}
.proof-scene video{
  width:100%; display:block; border-radius:10px; background:var(--ink);
  aspect-ratio:9/16; object-fit:cover;
  border:1px solid rgba(184,148,58,0.45);
  box-shadow:0 8px 26px rgba(28,28,28,0.14);
}
.proof-scene figcaption{
  margin-top:8px; text-align:center;
  font-size:12.5px; font-weight:600; color:var(--ink-muted); line-height:1.3;
}
@media(max-width:900px){
  .proof-scene-grid{grid-template-columns:repeat(3, minmax(0,1fr)); max-width:520px;}
}
@media(max-width:520px){
  .proof-scene-grid{grid-template-columns:repeat(2, minmax(0,1fr)); max-width:340px;}
}

/* --- Milestone checklist (colour-forward, mirrors Iman-style contrast) --- */
.milestone-block ul li{
  position:relative; padding-left:34px; font-size:15px; color:var(--ink); line-height:1.55;
}
.milestone-block ul li::before{
  content:"✓"; position:absolute; left:0; top:0;
  width:22px; height:22px; border-radius:50%;
  background:var(--gold); color:#FFFFFF; font-weight:700; font-size:12px;
  display:flex; align-items:center; justify-content:center;
}
.milestone-block ul li strong{color:var(--ink); font-weight:700;}
.milestone-block h3{color:var(--ink);}

/* --- Outcome callouts, more colour-forward border + tint --- */
.outcome{
  border-left:3px solid var(--gold);
  background:rgba(232,213,168,0.10);
  padding:14px 18px;
  border-radius:0 6px 6px 0;
}

/* --- Ledger checkmarks as filled badges, matching milestone style --- */
.ledger-row .mark{
  width:22px; height:22px; border-radius:50%;
  background:var(--gold); color:#FFFFFF; font-size:12px;
  display:flex; align-items:center; justify-content:center;
}

/* --- Key stat numbers inside pull-quotes get colour emphasis --- */
.pull-quote .stat{color:var(--gold); font-weight:700; font-style:normal;}

/* --- Key pillar callout: navy fill, matches the CTA button, for the one tile that matters most --- */
.gen-out.is-key{
  background:var(--blue); border-color:var(--blue);
  box-shadow:0 6px 20px rgba(44,79,106,0.22);
}
.gen-out.is-key .tag{color:var(--gold-light);}
.gen-out.is-key h4{color:#FFFFFF;}
.gen-out.is-key p{color:rgba(255,255,255,0.82);}
