:root{--red:#ab0018;--red-bright:#ef2b20;--ink:#171313;--cream:#f4f0ec;--paper:#fff;--line:rgba(23,19,19,.2);--max:1440px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.45}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
.site-header{height:84px;max-width:var(--max);margin:auto;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}
.brand{width:auto;height:52px;display:flex;align-items:center;gap:15px}
.brand img{width:184px;height:52px;object-fit:contain}
.brand span{max-width:125px;font-size:.61rem;line-height:1.18;letter-spacing:.1em;text-transform:uppercase;font-weight:800}
.footer-brand img{width:100%;height:100%;object-fit:contain}
nav{display:flex;align-items:center;gap:28px;font-size:.9rem;font-weight:700}
.nav-cta{background:var(--ink);color:#fff;padding:12px 18px;border-radius:999px}
.hero{max-width:var(--max);min-height:calc(100vh - 84px);margin:auto;display:grid;grid-template-columns:1.02fr .98fr;border-bottom:1px solid var(--line)}
.hero-copy{padding:clamp(54px,7vw,112px) 4vw;display:flex;flex-direction:column;justify-content:center}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800;margin:0 0 20px}
.course-kicker{display:grid;gap:5px;margin:0 0 28px;color:var(--red);font-size:clamp(1.05rem,1.5vw,1.4rem);font-weight:900;line-height:1.05;letter-spacing:.08em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(3.2rem,5.75vw,6.9rem);line-height:.88;letter-spacing:-.065em;max-width:850px;margin-bottom:36px;font-weight:900}
h1 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.055em}
.lead{font-size:clamp(1.1rem,1.5vw,1.45rem);max-width:610px;margin-bottom:34px}
.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.hero-actions span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;padding:17px 24px;font:800 .9rem Arial,sans-serif;cursor:pointer;transition:transform .2s,background .2s}
.button:hover{transform:translateY(-2px)}
.button-dark{background:var(--ink);color:#fff}
.button-light{background:#fff;color:var(--ink);width:100%}
.hero-visual{position:relative;background:var(--red);overflow:hidden;min-height:620px}
.photo-frame{position:absolute;inset:6% 8% 0 18%;overflow:hidden}
.photo-frame img{height:100%;object-fit:cover;object-position:center}
.hero-flower{position:absolute;width:48%;left:-8%;bottom:-8%;filter:drop-shadow(0 16px 28px rgba(0,0,0,.16));animation:drift 7s ease-in-out infinite}
.vertical-note{position:absolute;right:18px;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center;color:#fff;font-size:.7rem;letter-spacing:.18em;font-weight:800;white-space:nowrap}
@keyframes drift{50%{transform:translate(9px,-12px) rotate(3deg)}}
.manifesto{max-width:var(--max);margin:auto;padding:120px 4vw;display:grid;grid-template-columns:80px 1.05fr .95fr;gap:42px;border-bottom:1px solid var(--line)}
.section-number{font-size:.76rem;font-weight:800;border-top:2px solid;padding-top:8px}
h2{font-size:clamp(3rem,5.2vw,6.5rem);line-height:.9;letter-spacing:-.065em;margin-bottom:0}
.manifesto-copy{font-size:clamp(1.15rem,1.5vw,1.45rem);max-width:560px;align-self:end}
.manifesto-copy p:last-child{margin-bottom:0}
.editorial-grid{max-width:var(--max);margin:auto;padding:4vw;display:grid;grid-template-columns:1.3fr .8fr .7fr;grid-template-rows:360px 260px;gap:18px;background:var(--cream)}
.editorial-grid figure{margin:0;overflow:hidden}
.editorial-grid img{height:100%;object-fit:cover}
.editorial-grid .wide{grid-row:1/3}
.editorial-grid .tall{grid-column:2/4}
.quote-card{background:var(--red);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:space-between}
.quote-card p{font-family:Georgia,serif;font-size:2rem;line-height:1.05}
.quote-card span{font-size:.68rem;text-transform:uppercase;letter-spacing:.11em}
.method{background:var(--ink);color:#fff;padding:120px max(4vw,calc((100vw - var(--max))/2 + 4vw));display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw}
.method-heading{position:sticky;top:120px;align-self:start}
.method-heading h2{max-width:610px}
.method-heading .eyebrow{color:#ff746d}
.steps{display:grid;gap:20px;list-style:none;margin:0;padding:0}
.steps li{position:relative;display:grid;grid-template-columns:72px 1fr;gap:24px;padding:28px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.025)}
.steps li:not(:last-child):after{content:'';position:absolute;left:59px;bottom:-21px;width:1px;height:20px;background:#ff746d}
.step-icon{width:64px;height:64px;border:1px solid rgba(255,116,109,.78);border-radius:50%;display:grid;place-items:center;color:#ff746d}
.step-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.steps h3{font-size:clamp(2rem,3vw,3.8rem);line-height:1;margin:0 0 8px;letter-spacing:-.045em}
.steps p{margin:0;max-width:460px;color:rgba(255,255,255,.72);font-size:1.05rem}
.experience{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 1fr;min-height:760px}
.experience-image{overflow:hidden}
.experience-image img{height:100%;object-fit:cover}
.experience-copy{padding:8vw 6vw;background:var(--red);color:#fff;display:flex;flex-direction:column;justify-content:center}
.experience-copy h2{font-size:clamp(3.7rem,5.8vw,7rem);margin-bottom:50px}
.experience-copy ul{list-style:none;padding:0;margin:0 0 50px}
.experience-copy li{padding:18px 0 18px 34px;border-top:1px solid rgba(255,255,255,.35);position:relative;font-size:1.05rem}
.experience-copy li:last-child{border-bottom:1px solid rgba(255,255,255,.35)}
.experience-copy li:before{content:'✦';position:absolute;left:0;color:#ffb8ae}
.text-link{font-weight:800;border-bottom:2px solid;padding-bottom:8px;align-self:flex-start}
.text-link span{margin-left:12px}
.deliverables{padding:120px max(4vw,calc((100vw - var(--max))/2 + 4vw));background:#fff}
.deliverables-heading{display:grid;grid-template-columns:.35fr 1.05fr .6fr;gap:42px;align-items:end;margin-bottom:72px}
.deliverables-heading h2{font-size:clamp(3rem,4.7vw,5.8rem)}
.deliverables-heading>p:last-child{font-size:1.12rem;margin:0;max-width:480px}
.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.delivery-grid article{min-height:300px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}
.card-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--red);margin-bottom:24px}
.card-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.delivery-grid strong{color:var(--red);font-size:.78rem;text-transform:uppercase;letter-spacing:.11em;margin-bottom:auto}
.delivery-grid h3{font-size:clamp(1.6rem,2.3vw,2.5rem);line-height:1;letter-spacing:-.045em;margin:50px 0 14px}
.delivery-grid p{margin:0;color:#5a5151;max-width:320px}
.delivery-grid .featured-delivery{grid-column:1/-1;min-height:220px;background:var(--cream)}
.delivery-grid .featured-delivery h3{font-size:clamp(2rem,3vw,3.7rem);margin:34px 0 14px}
.delivery-grid .featured-delivery p{max-width:720px;font-size:1.05rem}
.section-cta{width:max-content;margin-top:38px}
.toolkit{background:var(--red);color:#fff;padding:120px max(4vw,calc((100vw - var(--max))/2 + 4vw))}
.toolkit-heading{display:grid;grid-template-columns:.4fr 1.6fr;gap:30px;align-items:end;margin-bottom:64px}
.toolkit-heading h2{max-width:970px}
.tool-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.35);border-left:1px solid rgba(255,255,255,.35)}
.tool-list article{min-height:270px;padding:28px;border-right:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(255,255,255,.35)}
.tool-list article:first-child{grid-column:span 2}
.tool-icon{width:54px;height:54px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;color:#fff;margin-bottom:48px}
.tool-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.tool-list h3{font-size:1.5rem;line-height:1.05;letter-spacing:-.035em;margin-bottom:16px}
.tool-list p{color:rgba(255,255,255,.72);margin:0}
.gallery-section{padding:120px max(4vw,calc((100vw - var(--max))/2 + 4vw));background:var(--cream)}
.gallery-heading{display:grid;grid-template-columns:.4fr 1.6fr;gap:30px;align-items:end;margin-bottom:58px}
.gallery-heading h2{max-width:900px}
.gallery{display:grid;grid-template-columns:.86fr 1.2fr .86fr;gap:18px;align-items:start}
.gallery figure{margin:0;overflow:hidden}
.gallery figure:nth-child(1),.gallery figure:nth-child(3){margin-top:90px}
.gallery img{height:520px;object-fit:cover}
.gallery figure:nth-child(2) img{height:700px}
.gallery-expanded{grid-template-columns:repeat(3,1fr);align-items:stretch}
.gallery-expanded figure,.gallery-expanded figure:nth-child(1),.gallery-expanded figure:nth-child(2),.gallery-expanded figure:nth-child(3){margin:0}
.gallery-expanded figure:nth-child(1),.gallery-expanded figure:nth-child(3),.gallery-expanded figure:nth-child(5){transform:translateY(58px)}
.gallery-expanded img,.gallery-expanded figure:nth-child(2) img{height:560px}
.offer{background:var(--ink);color:#fff;padding:120px max(4vw,calc((100vw - var(--max))/2 + 4vw));display:grid;grid-template-columns:1.05fr .95fr;gap:9vw;align-items:center}
.offer-intro h2{font-size:clamp(3.6rem,5.7vw,7rem);margin-bottom:34px}
.offer-intro>p{font-size:1.18rem;max-width:650px;color:rgba(255,255,255,.72)}
.papoula-seal{display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:center;max-width:670px;margin-top:44px;padding-top:34px;border-top:1px solid rgba(255,255,255,.25)}
.seal-mark{width:96px;height:96px;border:2px solid #ff746d;border-radius:50%;display:grid;place-items:center;color:#ff746d;font-family:Georgia,serif;font-size:3.4rem;font-style:italic;transform:rotate(-8deg)}
.papoula-seal h3{font-size:1.35rem;margin:0 0 8px}
.papoula-seal p{font-size:1rem;color:rgba(255,255,255,.7);margin:0;max-width:540px}
.offer-card{background:var(--red);padding:48px}
.next-price{display:grid;grid-template-columns:1fr auto;column-gap:24px;align-items:end;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:24px;margin-bottom:32px}
.next-price span{font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.next-price strong{position:relative;display:inline-block;grid-row:1/3;grid-column:2;font-size:clamp(2.15rem,3vw,3.35rem);line-height:.9;letter-spacing:-.05em}
.next-price strong:after{content:'';position:absolute;left:-4%;right:-4%;top:52%;height:3px;border-radius:999px;background:#fff;transform:rotate(-6deg);transform-origin:center}
.next-price p{margin:6px 0 0;font-size:.9rem;color:rgba(255,255,255,.75)}
.price-label{text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800;margin-bottom:6px}
.price{line-height:.9;font-weight:900;letter-spacing:-.06em;margin-bottom:12px}
.price small{display:block;margin-bottom:10px;font-size:.82rem;letter-spacing:.08em;font-weight:800;text-transform:uppercase}
.price strong{display:block;font-size:clamp(3rem,3.8vw,4.2rem)}
.price strong span{font-size:.34em;letter-spacing:0;vertical-align:top}
.installments{font-size:1rem;margin-bottom:34px}
.offer-card ul{list-style:none;padding:0;margin:0 0 32px;border-top:1px solid rgba(255,255,255,.35)}
.offer-card li{padding:14px 0 14px 26px;border-bottom:1px solid rgba(255,255,255,.35);position:relative}
.offer-card li:before{content:'✓';position:absolute;left:0;font-weight:800}
.offer-note{display:block;text-align:center;margin-top:14px;color:rgba(255,255,255,.7)}
.signup{background:var(--red);color:#fff;padding:120px max(4vw,calc((100vw - var(--max))/2 + 4vw));display:grid;grid-template-columns:1.1fr .9fr;gap:9vw}
.signup-copy h2{max-width:760px;margin-bottom:34px}
.signup-copy>p:last-child{font-size:1.15rem;max-width:580px}
.checkout-panel{background:var(--ink);padding:42px;align-self:start}
.checkout-panel h3{font-size:clamp(2.4rem,4vw,4.6rem);line-height:.9;letter-spacing:-.055em;margin:0 0 22px}
.checkout-panel>p:not(.eyebrow){color:rgba(255,255,255,.72);font-size:1.05rem;margin-bottom:32px}
.checkout-panel>small{display:block;margin-top:14px;color:rgba(255,255,255,.62);text-align:center}
.checkout-panel .button.hotmart-fb.hotmart__button-checkout{display:inline-flex!important;width:100%!important;height:auto!important;padding:17px 24px!important;background:#fff!important;color:var(--ink)!important;border:0!important;border-radius:0!important;font:800 .9rem Arial,sans-serif!important;text-decoration:none!important}
.whatsapp-float{position:fixed;right:112px;bottom:118px;z-index:1000;width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:transparent;color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.22);transition:transform .2s,box-shadow .2s}
.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.28)}
.whatsapp-float>img{width:100%;height:100%;object-fit:contain}
.whatsapp-bubble{position:absolute;right:calc(100% + 14px);top:50%;transform:translateY(-50%);padding:10px 13px;border-radius:5px;background:#fff;color:var(--ink);box-shadow:0 8px 24px rgba(0,0,0,.16);font-size:.8rem;font-weight:700;line-height:1.1;letter-spacing:0;text-transform:none;white-space:nowrap}
.whatsapp-bubble:after{content:'';position:absolute;right:-7px;top:50%;width:14px;height:14px;background:#fff;transform:translateY(-50%) rotate(45deg)}
.faq{padding:120px max(4vw,calc((100vw - var(--max))/2 + 4vw));display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw}
.faq-heading h2{font-size:clamp(3.4rem,5vw,6rem)}
details{border-top:1px solid var(--line);padding:24px 0}
details:last-child{border-bottom:1px solid var(--line)}
summary{cursor:pointer;font-size:1.2rem;font-weight:800;list-style:none;display:flex;justify-content:space-between;gap:20px}
summary:after{content:'+';font-size:1.5rem;font-weight:400}
details[open] summary:after{content:'−'}
details p{max-width:650px;margin:18px 0 4px;color:#5a5151}
footer{max-width:var(--max);margin:auto;padding:42px 4vw;display:grid;grid-template-columns:200px 1fr auto;gap:30px;align-items:center;border-top:1px solid var(--line);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.footer-brand{height:55px;overflow:hidden}
footer p{margin:0}
.footer-tagline{padding-top:8px}
.footer-links{display:flex;align-items:center;gap:24px}
.footer-links a:first-child{color:var(--red)}
.instagram-link{display:inline-flex;align-items:center;gap:8px}
.instagram-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.instagram-link .instagram-dot{fill:currentColor;stroke:none}
@media(max-width:900px){nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr}.hero-copy{padding-top:76px;padding-bottom:76px}.hero-visual{min-height:620px}.manifesto{grid-template-columns:46px 1fr}.manifesto-copy{grid-column:2}.editorial-grid{grid-template-columns:1fr 1fr;grid-template-rows:420px 260px}.editorial-grid .wide{grid-row:1;grid-column:1}.editorial-grid .tall{grid-column:2;grid-row:1}.editorial-grid .small{grid-column:1;grid-row:2}.method{grid-template-columns:1fr}.method-heading{position:static}.experience{grid-template-columns:1fr}.experience-image{height:650px}.deliverables-heading{grid-template-columns:1fr 1fr}.deliverables-heading>p:last-child{grid-column:2}.delivery-grid{grid-template-columns:repeat(2,1fr)}.toolkit-heading{grid-template-columns:1fr}.tool-list{grid-template-columns:repeat(2,1fr)}.gallery-heading{grid-template-columns:1fr}.offer,.signup,.faq{grid-template-columns:1fr}.gallery img,.gallery figure:nth-child(2) img{height:520px}footer{grid-template-columns:160px 1fr}.footer-links{grid-column:2}}
@media(max-width:600px){.site-header{height:70px;padding:0 16px}.brand{height:46px;gap:8px}.brand img{width:112px;height:42px}.brand span{max-width:76px;font-size:.45rem;line-height:1.12;letter-spacing:.07em}.nav-cta{padding:10px 12px;font-size:.78rem}.hero{min-height:auto}.hero-copy{padding:62px 22px 54px}.hero-copy h1{font-size:2.8rem}.hero-visual{min-height:510px}.photo-frame{inset:7% 7% 0 12%}.hero-flower{width:62%;left:-14%}.hero-actions{align-items:flex-start;flex-direction:column}.manifesto{padding:80px 22px;grid-template-columns:1fr;gap:18px}.manifesto .section-number{width:38px}.manifesto-copy{grid-column:1;margin-top:18px}.editorial-grid{padding:22px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:290px auto}.editorial-grid .wide{grid-column:1/3}.editorial-grid .tall{display:none}.quote-card{padding:22px;min-height:300px}.quote-card p{font-size:1.4rem}.quote-card span{display:block;margin-top:22px;line-height:1.45}.method{padding:82px 22px}.method h2{margin-bottom:48px}.steps li{grid-template-columns:50px 1fr;gap:16px;padding:22px 18px}.steps li:not(:last-child):after{left:42px}.step-icon{width:50px;height:50px}.step-icon svg{width:28px;height:28px}.experience-image{height:480px}.experience-copy{padding:82px 22px}.experience-copy h2{font-size:3.8rem}.deliverables{padding:82px 22px}.deliverables-heading{grid-template-columns:1fr;gap:18px}.deliverables-heading>p:last-child{grid-column:1}.delivery-grid{grid-template-columns:1fr}.delivery-grid article{min-height:240px}.delivery-grid .featured-delivery{min-height:260px}.section-cta{width:100%}.toolkit{padding:82px 22px}.tool-list{grid-template-columns:1fr}.tool-list article,.tool-list article:first-child{grid-column:span 1;min-height:220px}.tool-icon{margin-bottom:36px}.gallery-section{padding:82px 22px 130px}.gallery,.gallery-expanded{grid-template-columns:1fr 1fr;gap:10px}.gallery-expanded figure,.gallery-expanded figure:nth-child(1),.gallery-expanded figure:nth-child(2),.gallery-expanded figure:nth-child(3),.gallery-expanded figure:nth-child(5){display:block;margin:0;transform:none}.gallery-expanded figure:nth-child(3),.gallery-expanded figure:nth-child(6){grid-column:1/3}.gallery-expanded img,.gallery-expanded figure:nth-child(2) img{height:390px}.gallery-expanded figure:nth-child(3) img,.gallery-expanded figure:nth-child(6) img{height:280px}.offer{padding:82px 22px}.offer-card{padding:34px 22px}.papoula-seal{grid-template-columns:70px 1fr;gap:16px}.seal-mark{width:70px;height:70px;font-size:2.5rem}.next-price{grid-template-columns:1fr}.next-price strong{grid-row:auto;grid-column:1;margin-top:12px}.signup{padding:82px 22px}.signup-copy h2{font-size:3.6rem}.checkout-panel{padding:28px 22px}.faq{padding:82px 22px}.faq-heading h2{font-size:3.5rem}.whatsapp-float{right:12px;bottom:18px;width:26px;height:26px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.whatsapp-bubble{display:none}footer{padding:30px 22px;grid-template-columns:1fr;gap:12px}.footer-brand{width:155px}.footer-tagline{padding-top:3px}.footer-links{grid-column:1;flex-direction:column;align-items:flex-start;gap:10px}}
@media(max-width:600px){.whatsapp-float{bottom:92px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-flower{animation:none}.button{transition:none}}
