
:root{
  --cream:#f7f0e7;
  --paper:#fffaf4;
  --espresso:#3c251f;
  --brown:#6e4a3b;
  --pink:#c96f8b;
  --pink-soft:#f3d9e2;
  --pink-deep:#a94f6c;
  --sage:#81977c;
  --sage-soft:#e1e8dc;
  --line:rgba(60,37,31,.13);
  --shadow:0 22px 70px rgba(77,49,38,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;min-height:100vh;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--espresso);
  background:
    radial-gradient(circle at 8% 10%, rgba(201,111,139,.16), transparent 25%),
    radial-gradient(circle at 92% 90%, rgba(129,151,124,.15), transparent 28%),
    var(--cream);
}
button,input{font:inherit} button{cursor:pointer}
.netlify-detect-form{
  position:absolute!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;height:1px!important;width:1px!important;
  margin:-1px!important;padding:0!important;border:0!important;white-space:nowrap!important
}
.honeypot{
  position:absolute!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;height:1px!important;width:1px!important;
  margin:-1px!important;padding:0!important;border:0!important
}
.app-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 18px 18px}
.quiz-card{
  width:min(760px,100%);background:rgba(255,250,244,.97);
  border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow);
  border-radius:32px;padding:30px;position:relative;overflow:hidden
}
.accent-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(.2px)}
.accent-orb-pink{width:190px;height:190px;background:rgba(201,111,139,.10);right:-70px;top:-85px}
.accent-orb-green{width:130px;height:130px;background:rgba(129,151,124,.10);left:-55px;bottom:-55px}
.brand-row{display:flex;align-items:center;gap:11px;margin-bottom:26px;position:relative;z-index:2}
.brand-mark{
  width:42px;height:42px;border-radius:50%;background:var(--espresso);color:white;
  display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:21px;
  box-shadow:0 0 0 4px rgba(201,111,139,.10)
}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:700}
.brand-sub{font-size:8px;letter-spacing:.13em;margin-top:5px;color:var(--sage);font-weight:700}
.screen{display:none;animation:fadeUp .36s ease}.screen.active{display:block}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.intro-badge,.question-kicker,.result-tag{
  display:inline-flex;align-items:center;border:1px solid rgba(201,111,139,.22);
  border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;
  letter-spacing:.16em;background:rgba(243,217,226,.34);color:var(--pink-deep)
}
h1,h2,h3{margin:0} h1,h2{font-family:"Playfair Display",serif;font-weight:600;letter-spacing:-.025em}
h1{font-size:clamp(42px,7vw,66px);line-height:.98;margin-top:22px;max-width:660px}
h2{font-size:clamp(32px,5vw,48px);line-height:1.04;margin-top:18px;max-width:680px}
h1 em,h2 em{font-weight:600;color:var(--pink-deep)}
.lead{font-size:17px;line-height:1.65;max-width:620px;margin:22px 0 0;color:rgba(60,37,31,.76)}
.lead strong{color:var(--espresso)} .lead.compact{max-width:590px}
.mini-proof{
  display:flex;align-items:center;gap:10px;margin:22px 0 26px;padding:14px 16px;
  border-radius:16px;background:rgba(225,232,220,.55);width:fit-content
}
.mini-proof p{margin:0;font-size:13px;font-weight:600}.proof-dot{width:8px;height:8px;border-radius:50%;background:var(--sage)}
.primary-btn{
  border:0;width:100%;min-height:56px;border-radius:18px;background:var(--espresso);
  color:#fff;font-weight:700;letter-spacing:.06em;padding:16px 20px;
  transition:transform .15s ease,opacity .15s ease;box-shadow:0 10px 25px rgba(60,37,31,.16)
}
.primary-btn:hover{transform:translateY(-1px)}.primary-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.link-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;margin-top:22px}
.microcopy,.privacy-note{text-align:center;font-size:11px;color:rgba(60,37,31,.55);margin:12px 0 0}
.progress-wrap{margin-bottom:24px}.progress-meta{display:flex;justify-content:space-between;font-size:11px;font-weight:700;margin-bottom:8px;color:rgba(60,37,31,.62)}
.progress-track{height:7px;background:rgba(60,37,31,.09);border-radius:999px;overflow:hidden}
.progress-bar{height:100%;width:25%;background:linear-gradient(90deg,var(--sage),var(--pink));border-radius:999px;transition:width .28s ease}
.answers{display:grid;gap:12px;margin-top:26px}
.answer-card{
  width:100%;display:flex;align-items:flex-start;gap:14px;text-align:left;border:1px solid var(--line);
  background:rgba(255,255,255,.56);color:var(--espresso);border-radius:20px;padding:18px;
  font-size:15px;line-height:1.5;transition:.18s ease
}
.answer-card:hover,.answer-card:focus-visible{border-color:rgba(201,111,139,.46);background:#fff;transform:translateY(-1px)}
.answer-card.selected{border-color:var(--pink);box-shadow:0 0 0 3px rgba(201,111,139,.09);background:#fff}
.answer-letter{
  flex:0 0 30px;height:30px;border-radius:50%;border:1px solid rgba(129,151,124,.28);
  display:grid;place-items:center;font-size:11px;font-weight:800;background:var(--sage-soft);color:var(--espresso)
}
.capture-icon{
  width:50px;height:50px;border-radius:50%;display:grid;place-items:center;
  background:var(--sage);color:white;font-size:20px;margin-bottom:18px;box-shadow:0 0 0 6px rgba(129,151,124,.10)
}
.lead-form{display:grid;gap:15px;margin-top:24px}.lead-form label>span{display:block;font-size:12px;font-weight:700;margin-bottom:7px}
.lead-form input[type="text"],.lead-form input[type="email"]{
  width:100%;height:54px;border-radius:15px;border:1px solid var(--line);padding:0 15px;color:var(--espresso);background:#fff;outline:none
}
.lead-form input:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(201,111,139,.09)}
.consent{display:flex!important;align-items:flex-start;gap:10px;font-size:11px!important;line-height:1.45;color:rgba(60,37,31,.65)}
.consent input{margin-top:3px;accent-color:var(--sage)}
.form-error{font-size:12px;line-height:1.45;background:#fff0f0;border:1px solid #e6b7b7;padding:11px 13px;border-radius:12px;color:#7a3434}
.result-screen .result-intro{font-size:17px;line-height:1.65;color:rgba(60,37,31,.78);margin:20px 0}
.belief-card{padding:22px;border-radius:22px;margin:20px 0;border:1px solid transparent}
.pink-card{background:rgba(243,217,226,.48);border-color:rgba(201,111,139,.16)}
.green-card{background:rgba(225,232,220,.60);border-color:rgba(129,151,124,.18)}
.belief-label,.result-box-label{font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--pink-deep)}
.green-card .belief-label{color:#62765e}
.belief-card h3,.future-card h3,.result-box h3{font-family:"Playfair Display",serif;font-size:27px;line-height:1.18;margin:8px 0 10px}
.belief-card p,.future-card p,.result-box p{line-height:1.62;margin:0;color:rgba(60,37,31,.76)}
.truth-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}
.truth-strip span{padding:12px 10px;border-radius:14px;background:rgba(225,232,220,.55);font-size:11px;font-weight:700;text-align:center}
.big-shift{font-family:"Playfair Display",serif;font-size:21px;line-height:1.5;margin:22px 0}
.big-shift strong{color:var(--pink-deep)}
.result-box{padding:22px;border-radius:22px;background:linear-gradient(145deg,rgba(234,219,209,.55),rgba(255,255,255,.78));border:1px solid rgba(110,74,59,.12)}
.result-box ul{padding-left:20px;margin:16px 0 0}.result-box li{margin:9px 0;line-height:1.45}
.check-list{list-style:none;padding-left:0!important}.check-list li{position:relative;padding-left:28px}
.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--sage);font-weight:900}
.from-to{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;padding:15px 0;border-top:1px solid rgba(60,37,31,.09)}
.from-to:first-of-type{margin-top:18px}.from-to span{font-size:9px;font-weight:800;letter-spacing:.14em;color:var(--sage)}
.from-to p{font-size:13px;line-height:1.45;margin-top:4px}.arrow{color:var(--pink);font-size:20px}
.future-card{margin-top:20px;padding:22px;border-radius:22px;border:1px solid rgba(201,111,139,.18);background:rgba(255,255,255,.55)}
.future-card h3{color:var(--espresso)}.future-card strong{color:var(--pink-deep)}
.hidden{display:none!important}
footer{width:min(760px,100%);display:flex;justify-content:space-between;gap:16px;font-size:10px;color:rgba(60,37,31,.45);padding:14px 4px 0}
@media(max-width:640px){
  .app-shell{justify-content:flex-start;padding:12px 10px 16px}
  .quiz-card{border-radius:24px;padding:22px 18px;min-height:calc(100vh - 50px)}
  .brand-row{margin-bottom:22px}h1{font-size:44px}h2{font-size:34px}.lead{font-size:15px}
  .answer-card{padding:16px 14px;font-size:14px}.truth-strip{grid-template-columns:1fr}
  .from-to{grid-template-columns:1fr}.from-to .arrow{transform:rotate(90deg);width:fit-content;margin:auto}
  footer{flex-direction:column;text-align:center;align-items:center}
}


/* ===== FULL FUNNEL PAGE ===== */
body{overflow-x:hidden}
.site-header{
  position:sticky;top:0;z-index:40;
  display:flex;justify-content:space-between;align-items:center;
  padding:14px clamp(18px,4vw,54px);
  backdrop-filter:blur(16px);
  background:rgba(247,240,231,.88);
  border-bottom:1px solid rgba(60,37,31,.08)
}
.logo-lockup{display:flex;gap:10px;align-items:center;text-decoration:none;color:var(--espresso)}
.logo-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--espresso);color:#fff;font-family:"Playfair Display",serif;font-size:19px}
.logo-lockup span:last-child{display:flex;flex-direction:column}
.logo-lockup strong{font-size:11px;letter-spacing:.18em}
.logo-lockup small{font-size:7px;letter-spacing:.12em;color:var(--sage);margin-top:3px}
.header-cta{font-size:11px;font-weight:800;letter-spacing:.08em;text-decoration:none;color:white;background:var(--espresso);padding:11px 15px;border-radius:999px}
.section-pad{padding:clamp(70px,9vw,120px) clamp(18px,5vw,72px)}
.hero{
  min-height:calc(100vh - 68px);
  display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(30px,6vw,80px);align-items:center;
  background:
    radial-gradient(circle at 12% 18%,rgba(201,111,139,.13),transparent 26%),
    linear-gradient(180deg,#fbf6f0 0%,var(--cream) 100%)
}
.hero-copy{max-width:720px}
.pill,.section-kicker{
  display:inline-flex;align-items:center;
  font-size:10px;font-weight:800;letter-spacing:.16em;
  color:var(--pink-deep);background:rgba(243,217,226,.44);
  border:1px solid rgba(201,111,139,.2);
  padding:8px 11px;border-radius:999px
}
.hero h1{font-size:clamp(48px,6.6vw,88px);line-height:.96;margin:20px 0 0}
.hero-lead{font-size:clamp(17px,2vw,21px);line-height:1.6;max-width:650px;color:rgba(60,37,31,.74);margin:24px 0}
.hero-actions{display:flex;flex-direction:column;gap:10px;max-width:410px}
.hero-btn{display:flex;align-items:center;justify-content:center;text-decoration:none}
.tiny-note{font-size:11px;color:rgba(60,37,31,.52);text-align:center}
.mini-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.mini-trust span{font-size:11px;font-weight:700;padding:9px 12px;background:rgba(225,232,220,.6);border-radius:999px}
.hero-visual{position:relative;max-width:560px;justify-self:end}
.photo-frame{position:relative;overflow:hidden;border-radius:30px;box-shadow:0 24px 70px rgba(60,37,31,.17);background:#eee}
.photo-frame img{display:block;width:100%;height:100%;object-fit:cover}
.hero-frame{aspect-ratio:4/5}
.hero-frame img{object-position:center 22%}
.floating-note{
  position:absolute;background:rgba(255,250,244,.93);border:1px solid rgba(60,37,31,.08);
  padding:12px 14px;border-radius:16px;box-shadow:0 15px 35px rgba(60,37,31,.12);
  font-family:"Playfair Display",serif;font-size:15px;max-width:210px
}
.note-one{left:-34px;top:12%}.note-two{right:-22px;bottom:10%;color:var(--pink-deep)}
.statement-band{text-align:center;padding:70px 20px;background:var(--espresso);color:white}
.statement-band p{font-size:13px;letter-spacing:.12em;text-transform:uppercase;opacity:.68}
.statement-band h2{font-size:clamp(38px,5vw,68px);max-width:850px;margin:10px auto 0}
.statement-band h2 em{color:#efadc2}
.split-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(34px,7vw,90px);align-items:center}
.story-frame{aspect-ratio:4/5;max-width:500px}
.story-frame img{object-position:center 16%}
.story-copy h2,.not-behind-copy h2,.section-heading h2,.feature-copy h2,.pre-quiz h2{font-size:clamp(38px,5vw,64px);line-height:1.02;margin:16px 0 20px}
.story-copy p,.not-behind-copy p,.section-heading p,.feature-copy p,.pre-quiz p{font-size:17px;line-height:1.7;color:rgba(60,37,31,.75)}
.story-highlight{
  margin:24px 0;padding:20px;border-radius:20px;
  background:rgba(243,217,226,.48);border:1px solid rgba(201,111,139,.16);
  font-family:"Playfair Display",serif;font-size:22px;line-height:1.45
}
.story-close strong{color:var(--pink-deep)}
.beliefs{background:#fbf6f0}
.section-heading{max-width:900px;margin:0 auto 44px;text-align:center}
.belief-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1100px;margin:0 auto}
.belief-tile{background:rgba(255,255,255,.72);border:1px solid rgba(60,37,31,.09);border-radius:24px;padding:24px}
.belief-tile>span{font-size:11px;font-weight:800;color:var(--sage);letter-spacing:.14em}
.belief-tile h3{font-family:"Playfair Display",serif;font-size:28px;margin:10px 0}
.belief-tile p{margin:0;font-size:15px;line-height:1.65;color:rgba(60,37,31,.7)}
.center-cta{text-align:center;margin-top:34px}
.secondary-btn{display:inline-flex;text-decoration:none;color:var(--espresso);border:1px solid rgba(60,37,31,.2);padding:15px 22px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em;background:white}
.how-it-works{background:linear-gradient(180deg,var(--cream),#f3e9df)}
.process-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:center;max-width:1100px;margin:0 auto}
.process-card{background:white;border:1px solid rgba(60,37,31,.08);border-radius:24px;padding:24px;min-height:210px}
.process-card span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--sage-soft);font-size:12px;font-weight:800}
.process-card h3{font-family:"Playfair Display",serif;font-size:27px;margin:20px 0 8px}
.process-card p{font-size:14px;line-height:1.6;color:rgba(60,37,31,.68)}
.process-arrow{font-size:26px;color:var(--pink)}
.testimonial-feature{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;background:white}
.feature-testimonial img{width:100%;display:block;border-radius:24px;box-shadow:0 20px 55px rgba(60,37,31,.12)}
.not-behind{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:#fbf6f0}
.lifestyle-frame{aspect-ratio:1/1;max-width:520px}
.lifestyle-frame img{object-position:center 35%}
.inline-btn{max-width:360px;text-decoration:none;display:flex;justify-content:center;margin-top:22px}
.proof{background:var(--espresso);color:white}
.proof .section-heading h2{color:white}.proof .section-kicker{color:#efadc2;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}
.testimonial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1100px;margin:0 auto}
.testimonial-card{margin:0;background:white;border-radius:22px;padding:12px}
.testimonial-card img{width:100%;display:block;border-radius:14px}
.pre-quiz{text-align:center;background:linear-gradient(180deg,#fbf6f0,var(--cream))}
.pre-quiz p{max-width:690px;margin:0 auto}
.quiz-zone{padding-top:30px;background:
  radial-gradient(circle at 8% 10%,rgba(201,111,139,.13),transparent 24%),
  radial-gradient(circle at 92% 88%,rgba(129,151,124,.13),transparent 26%),
  var(--cream)
}
.quiz-zone .quiz-card{margin:0 auto}
.site-footer{display:flex;justify-content:space-between;gap:24px;padding:28px clamp(18px,5vw,72px);background:#2f1d19;color:white}
.site-footer div{display:flex;flex-direction:column;gap:4px}.site-footer span,.site-footer p{font-size:11px;opacity:.65;margin:0}
.reveal{opacity:1;transform:none;transition:opacity .75s ease,transform .75s ease}
.js-ready .reveal{opacity:0;transform:translateY(24px)}
.js-ready .reveal.is-visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}

@media(max-width:900px){
  .hero,.split-section,.testimonial-feature,.not-behind{grid-template-columns:1fr}
  .hero{padding-top:62px}
  .hero-visual{justify-self:center;max-width:620px}
  .note-one{left:10px}.note-two{right:10px}
  .process-row{grid-template-columns:1fr}
  .process-arrow{transform:rotate(90deg);justify-self:center}
  .story-image,.not-behind-photo{order:2}
  .story-copy,.not-behind-copy{order:1}
}
@media(max-width:640px){
  .site-header{padding:10px 12px}
  .header-cta{padding:9px 11px;font-size:9px}
  .logo-lockup small{display:none}
  .section-pad{padding:64px 16px}
  .hero{min-height:auto;padding-top:48px}
  .hero h1{font-size:48px}
  .hero-visual{width:100%}
  .floating-note{font-size:13px;max-width:170px}
  .belief-grid,.testimonial-grid{grid-template-columns:1fr}
  .statement-band{padding:54px 16px}
  .story-copy h2,.not-behind-copy h2,.section-heading h2,.feature-copy h2,.pre-quiz h2{font-size:38px}
  .site-footer{flex-direction:column}
}

/* ===== V5 POLISH + FAILSAFE ===== */
:root{
  --paper:#fffaf5;
  --rosewash:#f6dfe7;
  --sagewash:#e6ece1;
}
html{scroll-behavior:smooth}
body{
  background:var(--paper);
  background-image:
    radial-gradient(circle at 8% 8%,rgba(201,111,139,.08),transparent 22rem),
    radial-gradient(circle at 92% 34%,rgba(129,151,124,.08),transparent 22rem);
}
.hero{position:relative;overflow:hidden}
.hero:before{
  content:"";position:absolute;width:420px;height:420px;border-radius:50%;
  border:1px solid rgba(201,111,139,.16);right:-170px;top:-150px;pointer-events:none
}
.hero:after{
  content:"";position:absolute;width:220px;height:220px;border-radius:50%;
  background:rgba(225,232,220,.32);left:-100px;bottom:-80px;pointer-events:none
}
.hero-copy,.hero-visual{position:relative;z-index:2}
.hero h1 em,.story-copy h2 em,.section-heading h2 em,.not-behind-copy h2 em,.feature-copy h2 em,.pre-quiz h2 em{
  color:var(--pink-deep)
}
.story,.testimonial-feature,.not-behind{position:relative;overflow:hidden}
.story:after,.not-behind:before{
  content:"";position:absolute;width:280px;height:280px;border-radius:50%;
  background:rgba(243,217,226,.18);z-index:0;pointer-events:none
}
.story:after{right:-130px;bottom:-100px}
.not-behind:before{left:-130px;top:-100px;background:rgba(225,232,220,.3)}
.story>* ,.not-behind>*{position:relative;z-index:1}
.belief-tile,.process-card,.testimonial-card{
  box-shadow:0 12px 35px rgba(60,37,31,.055);
  transition:transform .25s ease,box-shadow .25s ease
}
@media (hover:hover){
  .belief-tile:hover,.process-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(60,37,31,.09)}
}
.photo-frame:after{
  content:"";position:absolute;inset:0;border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.28);pointer-events:none
}
.feature-testimonial{
  padding:18px;background:linear-gradient(135deg,rgba(243,217,226,.5),rgba(225,232,220,.55));
  border-radius:32px
}
.proof{position:relative;overflow:hidden}
.proof:before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 12% 18%,rgba(201,111,139,.15),transparent 28%),
             radial-gradient(circle at 88% 78%,rgba(129,151,124,.13),transparent 30%);
  pointer-events:none
}
.proof>*{position:relative;z-index:1}
.pre-quiz{
  position:relative;
  border-top:1px solid rgba(60,37,31,.06)
}
.quiz-zone .quiz-card{
  box-shadow:0 28px 80px rgba(60,37,31,.14);
  border:1px solid rgba(60,37,31,.08)
}
.primary-btn,.header-cta,.secondary-btn{
  transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease
}
@media (hover:hover){
  .primary-btn:hover,.header-cta:hover,.secondary-btn:hover{
    transform:translateY(-2px);box-shadow:0 12px 26px rgba(60,37,31,.14)
  }
}
@media(max-width:640px){
  .hero h1{font-size:clamp(43px,12vw,54px)}
  .hero-lead{font-size:16px}
  .hero-frame{aspect-ratio:4/5}
  .floating-note{padding:10px 11px}
  .belief-tile,.process-card{border-radius:20px}
  .feature-testimonial{padding:10px;border-radius:24px}
}
@media(prefers-reduced-motion:reduce){
  .reveal,.js-ready .reveal,.js-ready .reveal.is-visible{opacity:1!important;transform:none!important;transition:none!important}
}
