@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#161b1a;background:#f3f1ea;font-synthesis:none;--page-progress: 0;--ink: #101716;--paper: #f3f1ea;--lime: #c8f45a;--coral: #d97862;--violet: #8c83b7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}body.intro-lock{overflow:hidden}body,button,input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{color:inherit}.pageProgress{position:fixed;z-index:900;top:0;left:0;width:100%;height:3px;pointer-events:none;background:#c8f45a14}.pageProgress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--lime),#fff5c7 55%,var(--coral));box-shadow:0 0 16px #c8f45ab8;transform:scaleX(var(--page-progress));transform-origin:left center}.cinematicIntro{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;overflow:hidden;display:grid;place-items:center;color:#fff;background:var(--ink);isolation:isolate}.introPanel{position:absolute;z-index:0;top:0;bottom:0;width:50.1%;background:linear-gradient(135deg,rgba(140,131,183,.12),transparent 45%),#101716;transition:transform .88s cubic-bezier(.76,0,.24,1);will-change:transform}.introPanelLeft{left:0;border-right:1px solid rgba(200,244,90,.16)}.introPanelRight{right:0;border-left:1px solid rgba(200,244,90,.16)}.cinematicIntro.isLeaving .introPanelLeft{transform:translate3d(-101%,0,0)}.cinematicIntro.isLeaving .introPanelRight{transform:translate3d(101%,0,0)}.introAtmosphere{position:absolute;z-index:1;top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none;background:radial-gradient(circle at 30% 55%,rgba(200,244,90,.13),transparent 28%),radial-gradient(circle at 72% 35%,rgba(140,131,183,.18),transparent 30%),radial-gradient(circle at 55% 110%,rgba(217,120,98,.13),transparent 34%);filter:blur(24px);animation:introAtmosphere 4s ease-in-out infinite alternate;transition:opacity .35s ease}.introBrand{position:absolute;z-index:3;top:30px;left:50%;display:flex;align-items:center;gap:10px;color:#ffffff94;font-size:10px;font-weight:800;letter-spacing:2.2px;text-transform:uppercase;transform:translate(-50%);transition:opacity .28s ease,transform .45s ease}.introBrand span{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 18px var(--lime)}.introSequence{position:relative;z-index:3;width:min(1180px,calc(100% - 40px));height:clamp(90px,14vw,185px);display:grid;place-items:center}.introWord{position:absolute;display:flex;align-items:flex-start;gap:16px;font-family:Manrope,sans-serif;font-size:clamp(62px,12vw,170px);font-weight:700;line-height:.9;letter-spacing:clamp(-7px,-.55vw,-3px);opacity:0;text-shadow:0 24px 70px rgba(0,0,0,.35);will-change:opacity,transform,clip-path}.introWord small{margin-top:.12em;color:var(--lime);font-size:9px;font-weight:800;letter-spacing:1px}.introWordOne{animation:introBeat .68s .12s cubic-bezier(.16,1,.3,1) both}.introWordTwo{animation:introBeat .68s .75s cubic-bezier(.16,1,.3,1) both}.introWordThree{color:var(--lime);animation:introFinal .62s 1.38s cubic-bezier(.16,1,.3,1) both;transition:opacity .24s ease,transform .45s ease}.introPromise{position:absolute;z-index:3;left:50%;bottom:8vh;width:calc(100% - 40px);margin:0;color:#ffffff8a;font-size:10px;font-weight:700;letter-spacing:1.8px;text-align:center;text-transform:uppercase;opacity:0;transform:translate3d(-50%,18px,0);animation:introPromise .6s 1.42s ease forwards;transition:opacity .24s ease}.introSweep{position:absolute;z-index:4;top:-10%;bottom:-10%;left:0;width:1px;background:#ffffffc7;box-shadow:0 0 14px var(--lime),0 0 60px #c8f45a7a;opacity:0;transform:translate3d(-3vw,0,0) rotate(9deg);animation:introSweep 1.85s .08s cubic-bezier(.72,0,.24,1) both}.cinematicIntro.isLeaving .introWordThree{opacity:0;transform:scale(1.08)}.cinematicIntro.isLeaving .introBrand,.cinematicIntro.isLeaving .introPromise,.cinematicIntro.isLeaving .introAtmosphere{opacity:0}.cinematicIntro.isLeaving .introBrand{transform:translate3d(-50%,-14px,0)}@keyframes introBeat{0%{opacity:0;transform:translate3d(0,55px,0) scale(.96);clip-path:inset(100% 0 0)}24%,72%{opacity:1;transform:none;clip-path:inset(0)}to{opacity:0;transform:translate3d(0,-30px,0) scale(1.02);clip-path:inset(0 0 100%)}}@keyframes introFinal{0%{opacity:0;transform:translate3d(0,55px,0) scale(.94);clip-path:inset(100% 0 0)}to{opacity:1;transform:none;clip-path:inset(0)}}@keyframes introPromise{to{opacity:1;transform:translate3d(-50%,0,0)}}@keyframes introSweep{0%{opacity:0;transform:translate3d(-3vw,0,0) rotate(9deg)}12%,78%{opacity:.7}to{opacity:0;transform:translate3d(103vw,0,0) rotate(9deg)}}@keyframes introAtmosphere{to{transform:translate3d(3%,-2%,0) scale(1.08)}}.motion-ready [data-reveal]{opacity:0;transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform 1.05s cubic-bezier(.16,1,.3,1),filter 1.05s cubic-bezier(.16,1,.3,1);will-change:opacity,transform,filter}.motion-ready [data-reveal=up]{transform:translate3d(0,54px,0)}.motion-ready [data-reveal=soft]{transform:scale(.985);filter:saturate(.72)}.motion-ready [data-reveal].is-visible{opacity:1;transform:none;filter:none}.nav{position:fixed;z-index:100;top:18px;left:50%;transform:translate(-50%);width:min(1180px,calc(100% - 36px));min-height:64px;padding:0 12px 0 20px;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#101716bf;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:.3s ease}.nav.scrolled{top:10px;background:#101716f0;box-shadow:0 16px 40px #0000002e}.brand{display:flex;align-items:center;gap:5px;font-size:15px;white-space:nowrap}.brandDot{width:8px;height:8px;border-radius:50%;background:var(--lime);margin-right:6px;box-shadow:0 0 16px var(--lime)}.links{display:flex;align-items:center;gap:26px;font-size:13px}.links>a:not(.navCta){color:#ffffffbf}.navCta{display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;background:var(--lime);color:var(--ink);font-weight:700}.menuButton{display:none;border:0;background:none;padding:10px;cursor:pointer}.hero{--pointer-x: 0;--pointer-y: 0;--hero-scroll: 0;min-height:100svh;position:relative;overflow:hidden;color:#fff;background:var(--ink);padding:150px max(24px,calc((100% - 1180px)/2)) 80px;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;isolation:isolate}.heroGlow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;pointer-events:none;will-change:transform}.glowOne{width:420px;height:420px;background:#5a3eff;right:-120px;top:-80px;animation:glowDriftOne 12s ease-in-out infinite alternate}.glowTwo{width:300px;height:300px;background:#70bf4a;left:25%;bottom:-220px;animation:glowDriftTwo 15s ease-in-out infinite alternate}.cinemaGrid{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:86px 86px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 68%);mask-image:linear-gradient(90deg,#000,transparent 68%);transform:translate3d(calc(var(--pointer-x) * -6px),calc(var(--hero-scroll) * -22px),0)}.filmGrain{position:absolute;z-index:4;top:-35%;right:-35%;bottom:-35%;left:-35%;pointer-events:none;opacity:.035;background:repeating-radial-gradient(circle at 17% 32%,#fff 0 1px,transparent 1px 4px),repeating-radial-gradient(circle at 71% 63%,#fff 0 1px,transparent 1px 5px);background-size:11px 13px,17px 19px;animation:filmGrain .35s steps(2) infinite}.cinemaVignette{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(5,9,8,.18),transparent 50%,rgba(5,9,8,.22)),linear-gradient(180deg,rgba(5,9,8,.22),transparent 35%,rgba(5,9,8,.42))}.heroSignal{position:absolute;z-index:1;top:-28%;bottom:-28%;left:0;width:1px;pointer-events:none;opacity:0;background:#ffffff8c;box-shadow:0 0 14px var(--lime),0 0 55px #c8f45a52;transform:translate3d(-15vw,0,0) rotate(14deg)}.heroEntered .heroSignal{animation:heroSignal 6.8s 1s cubic-bezier(.65,0,.25,1) infinite}.heroCopy,.heroPortrait{position:relative;z-index:2;will-change:transform}.heroCopy{transform:translate3d(calc(var(--pointer-x) * -8px),calc((var(--pointer-y) * -5px) + (var(--hero-scroll) * 28px)),0)}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:700}.eyebrow span{width:34px;height:1px;background:var(--lime)}h1,h2,h3{font-family:Manrope,sans-serif;margin:0}h1{max-width:730px;font-size:clamp(58px,7vw,100px);line-height:.93;letter-spacing:-6px;font-weight:700}h1 em,h2 em{color:var(--lime);font-style:normal}.heroLine{display:block}.heroStatement{font-family:Manrope;color:var(--lime);font-size:clamp(24px,3vw,38px);font-weight:500;letter-spacing:-1px;margin:16px 0 0}.lead{max-width:620px;color:#b9c1bf;font-size:18px;line-height:1.65;margin:30px 0}.heroActions{display:flex;align-items:center;gap:14px}.primary,.ghost{position:relative;overflow:hidden;border:0;border-radius:999px;display:inline-flex;align-items:center;gap:10px;padding:17px 22px;font-weight:700;cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,background .3s ease}.primary{color:var(--ink);background:var(--lime)}.ghost{color:#fff;border:1px solid rgba(255,255,255,.2)}.primary:before{content:"";position:absolute;inset:-2px auto -2px -55%;width:38%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);transform:skew(-18deg)}.heroEntered .heroActions .primary:before{animation:ctaShine 4.6s 1.4s ease-in-out infinite}.primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #c8f45a33}.ghost:hover{transform:translateY(-3px);background:#ffffff14}.heroMeta{display:flex;gap:24px;color:#89928f;margin-top:28px;font-size:12px}.heroMeta span{display:flex;gap:6px;align-items:center}.heroPortrait{min-height:590px;display:grid;place-items:center;transform:translate3d(calc(var(--pointer-x) * 13px),calc((var(--pointer-y) * 9px) + (var(--hero-scroll) * 42px)),0)}.portraitAura{position:absolute;z-index:0;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(200,244,90,.24),rgba(140,131,183,.12) 48%,transparent 72%);filter:blur(24px);animation:portraitBreath 6s ease-in-out infinite}.portraitFrame{width:min(455px,100%);aspect-ratio:.82;border-radius:220px 220px 24px 24px;overflow:hidden;position:relative;z-index:2;filter:saturate(.88) contrast(1.03) brightness(1.02);box-shadow:0 35px 90px #00000059}.portraitFrame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 58%,rgba(4,9,8,.45)),linear-gradient(115deg,transparent 42%,rgba(200,244,90,.12) 52%,transparent 62%);background-size:100% 100%,220% 100%;animation:portraitLight 8s ease-in-out infinite}.portraitFrame img{width:100%;height:100%;object-fit:cover;transform:scale(1.055)}.floatingCard{position:absolute;z-index:3;bottom:55px;left:-5px;padding:16px 20px;border-radius:18px;background:#f3f1eaeb;color:var(--ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;gap:10px;box-shadow:0 20px 50px #00000047}.floatingCard p{margin:0;font-size:13px;line-height:1.5}.pulse{margin-top:5px;width:9px;height:9px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px #ff735c2e}.orbit{position:absolute;border:1px solid rgba(203,255,69,.28);border-radius:50%}.orbit:before{content:"";position:absolute;width:7px;height:7px;top:14%;left:14%;border-radius:50%;background:var(--lime);box-shadow:0 0 18px var(--lime)}.orbitOne{width:520px;height:520px;animation:orbitSpin 24s linear infinite}.orbitTwo{width:630px;height:630px;border-color:#b6a7ff2b;animation:orbitSpin 34s linear infinite reverse}.orbitTwo:before{width:5px;height:5px;background:var(--violet);box-shadow:0 0 18px var(--violet)}.cinemaCoordinates{position:absolute;z-index:3;right:-28px;top:48%;display:flex;gap:14px;color:#ffffff6e;font-size:8px;font-weight:700;letter-spacing:2px;transform:rotate(90deg)}.heroScrollCue{position:absolute;z-index:5;right:max(24px,calc((100% - 1180px)/2));bottom:24px;display:flex;align-items:center;gap:11px;color:#ffffff7a;font-size:8px;font-weight:800;letter-spacing:2px}.heroScrollCue i{display:block;width:54px;height:1px;overflow:hidden;background:#fff3}.heroScrollCue i:after{content:"";display:block;width:100%;height:1px;background:var(--lime);transform:translate(-100%);animation:scrollCue 2.4s ease-in-out infinite}.heroEntered .heroCopy .eyebrow{animation:cinematicRise .8s .08s both}.heroEntered .heroLine{animation:cinematicLine 1s cubic-bezier(.16,1,.3,1) both}.heroEntered .heroLine:nth-child(2){animation-delay:.13s}.heroEntered .heroStatement{animation:cinematicRise .85s .32s both}.heroEntered .lead{animation:cinematicRise .9s .43s both}.heroEntered .heroActions{animation:cinematicRise .9s .52s both}.heroEntered .heroMeta{animation:cinematicRise .9s .62s both}.heroEntered .portraitFrame{animation:portraitReveal 1.35s .12s cubic-bezier(.16,1,.3,1) both}.heroEntered .floatingCard{animation:cardReveal .85s .85s cubic-bezier(.16,1,.3,1) both}@keyframes cinematicLine{0%{opacity:0;transform:translateY(105%);clip-path:inset(0 0 100%)}to{opacity:1;transform:translateY(0);clip-path:inset(0)}}@keyframes cinematicRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes portraitReveal{0%{opacity:0;transform:scale(.92);clip-path:inset(12% 8% 18% round 240px 240px 24px 24px)}to{opacity:1;transform:scale(1);clip-path:inset(0 round 220px 220px 24px 24px)}}@keyframes cardReveal{0%{opacity:0;transform:translate3d(-24px,18px,0)}to{opacity:1;transform:none}}@keyframes glowDriftOne{to{transform:translate3d(-80px,70px,0) scale(1.12)}}@keyframes glowDriftTwo{to{transform:translate3d(70px,-85px,0) scale(.9)}}@keyframes portraitBreath{50%{transform:scale(1.12);opacity:.72}}@keyframes portraitLight{50%{background-position:0 0,-120% 0}}@keyframes orbitSpin{to{transform:rotate(360deg)}}@keyframes filmGrain{0%{transform:translate3d(-2%,1%,0)}50%{transform:translate3d(2%,-1%,0)}to{transform:translate3d(0,2%,0)}}@keyframes scrollCue{45%,55%{transform:translate(0)}to{transform:translate(100%)}}@keyframes heroSignal{0%,12%{opacity:0;transform:translate3d(-15vw,0,0) rotate(14deg)}28%,62%{opacity:.48}82%,to{opacity:0;transform:translate3d(120vw,0,0) rotate(14deg)}}@keyframes ctaShine{0%,68%{transform:translate(0) skew(-18deg)}88%,to{transform:translate(470%) skew(-18deg)}}.marquee{overflow:hidden;padding:13px 0;background:var(--lime);color:var(--ink);font-family:Manrope;font-weight:800;white-space:nowrap;letter-spacing:1px;font-size:13px}.marquee div{min-width:max-content;animation:marquee 18s linear infinite}.marquee span{padding:0 24px}@keyframes marquee{to{transform:translate(-30%)}}.sectionPad{padding:130px max(24px,calc((100% - 1180px)/2))}.credibility{padding:40px max(24px,calc((100% - 1180px)/2));display:grid;grid-template-columns:repeat(4,1fr);background:#e8e5dc;border-bottom:1px solid #d1cec4}.credibility article{display:flex;gap:16px;align-items:center;padding:9px 25px;border-right:1px solid #cbc8be}.credibility article:first-child{padding-left:0}.credibility article:last-child{border:0}.credibility strong{font-family:Manrope;font-size:22px;letter-spacing:-1px}.credibility span{color:#6a706c;font-size:11px;line-height:1.45}.sectionNumber{margin-bottom:34px;font-size:10px;letter-spacing:2.2px;font-weight:800;color:#8b8e89}.sectionNumber.light{color:#929c99}.painGrid{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end}.pain h2,.sectionHead h2,.about h2,.contact h2{font-size:clamp(46px,5.3vw,74px);line-height:1.03;letter-spacing:-4px}.pain h2 em{color:#7562e8;font-style:normal}.painGrid>div p{color:#606662;line-height:1.75}.arrowLink{display:inline-flex;gap:10px;align-items:center;border-bottom:1px solid;padding-bottom:5px;font-weight:700;margin-top:18px}.paths{background:#e9e6dd}.sectionHead{max-width:850px;margin-bottom:60px}.sectionHead h2 em{color:#7562e8}.singlePathIntro{max-width:720px;margin-top:24px;color:#5f6661;font-size:18px;line-height:1.7}.singlePath{overflow:hidden;border:1px solid #343d39;border-radius:30px;background:var(--ink);color:#fff;box-shadow:0 32px 80px #10171626}.singlePathTop{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #35403d;color:var(--lime)}.singlePathTop p{display:flex;align-items:center;gap:10px;margin:0;color:#bac4c1;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.singlePathTop .pulse{position:relative;width:9px;height:9px;background:var(--lime);border-radius:50%}.singlePathTop .pulse:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1px solid var(--lime);border-radius:50%;animation:pathPulse 2s ease-out infinite}@keyframes pathPulse{50%,to{opacity:0;transform:scale(1.8)}}.singlePathPromise{padding:65px 30px 55px;background:radial-gradient(circle at 80% -20%,rgba(182,167,255,.25),transparent 45%)}.singlePathPromise>span{color:var(--lime);font-size:10px;font-weight:800;letter-spacing:2px}.singlePathPromise h3{max-width:950px;margin:18px 0 0;font-size:clamp(42px,5.3vw,76px);line-height:.98;letter-spacing:-4px;text-wrap:balance}.singlePathPhases{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #35403d;border-bottom:1px solid #35403d}.singlePathPhases article{min-height:285px;padding:30px;border-right:1px solid #35403d;display:flex;flex-direction:column}.singlePathPhases article:last-child{border:0}.singlePathPhases article>span{color:var(--lime);font-size:11px;font-weight:800}.singlePathPhases h4{margin:auto 0 12px;font-size:27px;line-height:1.05;letter-spacing:-1px}.singlePathPhases p{margin:0;color:#9eaaa6;font-size:14px;line-height:1.65}.singlePathAction{padding:28px 30px;display:flex;justify-content:space-between;align-items:center;gap:30px}.singlePathAction p{margin:0;color:#9eaaa6;font-size:13px}.pathCards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pathCard{min-height:470px;border:1px solid #d0cdc3;border-radius:26px;padding:28px;display:flex;flex-direction:column;background:#f7f5ef;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;position:relative;overflow:hidden}.pathCard:before{content:"";position:absolute;left:0;top:0;right:0;height:6px;background:var(--card-accent)}.pathCard:hover{transform:translateY(-8px);box-shadow:0 25px 50px #11171624}.pathCard.lime{--card-accent: var(--lime)}.pathCard.coral{--card-accent: var(--coral)}.pathCard.violet{--card-accent: var(--violet)}.cardTop{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:800}.cardLabel{margin-top:auto;text-transform:uppercase;letter-spacing:1.5px;font-size:10px;font-weight:800}.pathCard h3{font-size:32px;line-height:1.05;letter-spacing:-1.5px;margin:10px 0 14px}.pathCard>p:not(.cardLabel){margin:0;font-size:14px;line-height:1.6}.cardArrow{margin-top:20px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.35);display:grid;place-items:center}.method{display:grid;grid-template-columns:1fr 1fr;min-height:900px;background:var(--ink);color:#fff}.methodVisual{position:sticky;top:0;height:100vh;overflow:hidden}.methodVisual img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.94) contrast(1.02);opacity:.96}.methodVisual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 58%,rgba(16,23,22,.42))}.methodStamp{position:absolute;z-index:2;right:28px;bottom:28px;width:100px;height:100px;border-radius:50%;border:1px solid var(--lime);display:grid;place-items:center;color:var(--lime);font-weight:800;letter-spacing:3px}.methodCopy{padding:120px clamp(35px,7vw,110px)}.methodCopy h2{font-size:clamp(62px,6vw,92px);line-height:.95;letter-spacing:-5px}.methodIntro{color:#a9b2af;font-size:18px;line-height:1.7;margin:28px 0 45px}.methodSteps article{display:flex;gap:20px;padding:28px 0;border-top:1px solid #35403d}.methodSteps article>span{flex:0 0 34px;height:34px;color:var(--ink);border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800}.methodSteps h3{font-size:25px;margin-bottom:8px}.methodSteps p{color:#9ba5a2;line-height:1.55;margin:0}.lightLink{color:#fff}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.aboutImages{position:relative;min-height:680px}.aboutMain{width:85%;height:610px;object-fit:cover;border-radius:220px 24px 24px}.aboutDetail{position:absolute;width:45%;right:0;bottom:5px;border:8px solid var(--paper);border-radius:20px}.aboutImages>span{position:absolute;top:40px;right:0;font-size:10px;line-height:1.6;letter-spacing:2px;writing-mode:vertical-rl}.about h2{margin-bottom:28px}.bigText{font-size:22px;line-height:1.5;font-weight:600}.aboutCopy>p:not(.bigText){color:#666c68;line-height:1.75}blockquote{margin:36px 0 0;padding:24px 0 0;border-top:1px solid #c5c3bb;display:flex;gap:16px}blockquote p{font-family:Manrope;margin:0;font-size:20px;line-height:1.5;font-weight:600}.storyPage{background:var(--paper);color:var(--ink)}.storyHero{min-height:100svh;padding:140px max(24px,calc((100% - 1180px)/2)) 70px;display:grid;grid-template-columns:1.1fr .72fr;gap:80px;align-items:center;background:var(--ink);color:#fff;overflow:hidden}.storyHeroCopy,.storyHeroPortrait{position:relative;z-index:1}.storyHero h1{max-width:820px;font-size:clamp(68px,7.4vw,112px);line-height:.92;letter-spacing:-6px}.storyHero h1 em{color:var(--lime);font-style:normal}.storyHeroLead{max-width:720px;margin:30px 0;color:#bac4c1;font-size:18px;line-height:1.7}.storyHeroPortrait{min-height:680px}.storyHeroPortrait:before{content:"";position:absolute;width:620px;height:620px;left:-80px;top:10px;border:1px solid #46514e;border-radius:50%}.storyHeroPortrait:after{content:"";position:absolute;width:340px;height:340px;right:-180px;top:-120px;border-radius:50%;background:var(--violet);filter:blur(100px);opacity:.25}.storyHeroPortrait img{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:240px 240px 26px 26px;filter:saturate(.72) contrast(1.05)}.storyQuestion{position:absolute;z-index:2;left:-75px;bottom:35px;padding:22px 25px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#0c1211e6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 18px 50px #00000040}.storyQuestion span{display:block;margin-bottom:9px;color:var(--lime);font-size:9px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.storyQuestion strong{font-family:Manrope;font-size:20px;line-height:1.2}.storyManifesto{padding:110px max(24px,calc((100% - 1180px)/2));background:var(--coral);color:var(--ink)}.storyManifesto>p{margin:0 0 22px;font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.storyManifesto h2{max-width:1080px;font-size:clamp(48px,6vw,84px);line-height:1.02;letter-spacing:-4.5px}.storyManifestoFacts{display:flex;gap:55px;margin-top:60px;padding-top:26px;border-top:1px solid rgba(16,23,22,.35)}.storyManifestoFacts span{display:flex;gap:10px;align-items:baseline;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.storyManifestoFacts strong{font-family:Manrope;font-size:28px;letter-spacing:-1px}.storyTimeline{display:grid;grid-template-columns:.75fr 1.25fr;gap:100px;background:#e9e6dd}.storyTimelineIntro{position:sticky;top:120px;align-self:start}.storyTimelineIntro h2{font-size:clamp(50px,5.5vw,78px);line-height:.98;letter-spacing:-4px}.storyTimelineIntro h2 em{color:#7562e8;font-style:normal}.storyTimelineIntro>p{max-width:480px;color:#616864;line-height:1.75}.storyTimelineList{position:relative}.storyTimelineList:before{content:"";position:absolute;left:23px;top:15px;bottom:15px;width:1px;background:#bbb9b1}.storyMoment{position:relative;display:grid;grid-template-columns:48px 1fr;gap:25px;padding:0 0 70px}.storyMoment:last-child{padding-bottom:0}.storyMomentMarker{position:relative;z-index:1;width:48px;height:48px;border:1px solid #aaa9a1;border-radius:50%;background:#e9e6dd;display:grid;place-items:center}.storyMomentMarker span{font-size:9px;font-weight:800}.storyYear{margin:0 0 11px;color:#7562e8;font-size:10px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.storyMoment h3{margin:0 0 14px;font-size:clamp(30px,3vw,44px);line-height:1.05;letter-spacing:-2px}.storyMoment>div:last-child>p:last-child{max-width:660px;margin:0;color:#626965;line-height:1.72}.storyLesson{display:grid;grid-template-columns:1fr 1fr;background:#243e38;color:#fff}.storyLessonQuote{min-height:720px;padding:90px max(35px,calc((100vw - 1180px)/2));padding-right:80px;display:flex;flex-direction:column;justify-content:space-between;background:var(--lime);color:var(--ink)}.storyLessonQuote>p{max-width:560px;margin:0;font-family:Manrope;font-size:clamp(48px,5vw,72px);font-weight:700;line-height:1.02;letter-spacing:-4px}.storyLessonCopy{padding:110px clamp(35px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.storyLessonCopy h2{font-size:clamp(46px,5vw,70px);line-height:1.02;letter-spacing:-4px}.storyLessonCopy>p{color:#b8c6c1;line-height:1.75}.storyBook{display:grid;grid-template-columns:.62fr 1fr;gap:110px;align-items:center;background:#ded9cb}.storyBookCover{min-height:650px;display:grid;place-items:center;perspective:1000px}.storyBookCover img{width:min(360px,85%);border-radius:4px 12px 12px 4px;transform:rotateY(-8deg) rotate(-3deg);box-shadow:-28px 36px 70px #1017164d}.storyBook h2{font-size:clamp(48px,5.3vw,76px);line-height:1.02;letter-spacing:-4px}.storyBook>div:last-child>p{max-width:680px;color:#5e6561;font-size:17px;line-height:1.75}.darkGhost{border-color:#86827a;color:var(--ink)}.storyConversion{display:grid;grid-template-columns:1fr .9fr;gap:100px;background:var(--ink);color:#fff}.storyConversion h2{max-width:720px;font-size:clamp(54px,6vw,84px);line-height:.98;letter-spacing:-5px}.storyConversion>div:first-child>p:last-child{max-width:620px;color:#aab4b1;line-height:1.7}.storyChoices{display:grid;gap:12px;align-content:center}.storyChoices button{width:100%;padding:18px 20px;border:1px solid #46514e;border-radius:15px;background:transparent;color:#c4cdca;display:flex;align-items:center;gap:13px;text-align:left;font:inherit;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.storyChoices button>span{flex:0 0 24px;height:24px;border:1px solid #66716d;border-radius:50%;display:grid;place-items:center}.storyChoices button.active{border-color:var(--lime);background:#cbff4514;color:#fff}.storyChoices button.active>span{border-color:var(--lime);background:var(--lime);color:var(--ink)}.storyWhatsapp{margin-top:14px;padding:18px 20px;border-radius:14px;background:var(--lime);color:var(--ink);display:flex;align-items:center;justify-content:center;gap:11px;font-weight:800}.storyChoices small{color:#7f8a86;text-align:center}.studio{background:#243e38;color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;min-height:720px}.studioCopy{padding:110px max(35px,calc((100vw - 1180px)/2));padding-right:70px;display:flex;flex-direction:column;justify-content:center}.studioCopy h2{font-size:clamp(48px,5vw,72px);line-height:1;letter-spacing:-4px}.studioCopy h2 em{color:var(--lime)}.studioCopy>p{color:#bdcbc6;line-height:1.7}.studioFacts{display:flex;gap:10px;margin-top:28px}.studioFacts span{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:10px 14px;font-size:12px}.studioGallery{display:grid;grid-template-columns:1fr 1fr;gap:5px;overflow:hidden}.studioGallery img{width:100%;height:100%;object-fit:cover}.book{display:grid;grid-template-columns:.25fr 1fr .4fr;gap:50px;align-items:center;background:#ded9cb;border-top:1px solid #cbc5b6;border-bottom:1px solid #cbc5b6}.bookIcon{width:110px;height:110px;border:2px solid;border-radius:50%;display:grid;place-items:center}.book h2{font-size:clamp(42px,5vw,70px);line-height:1;letter-spacing:-4px}.book p{line-height:1.7;max-width:660px}.bookActions{display:flex;align-items:flex-start;flex-direction:column;gap:16px}.smallLink{display:flex;gap:5px;align-items:center;font-size:12px;font-weight:700}.resourcesHead{display:grid;grid-template-columns:1fr 1fr;gap:24px 80px;max-width:none}.resourcesHead .sectionNumber{grid-column:1 / -1}.resourcesHead p{color:#686e6a;line-height:1.7}.articleGrid{border-top:1px solid #c7c4bc}.articleCard{display:grid;grid-template-columns:60px 130px 1fr auto;align-items:center;gap:24px;padding:27px 0;border-bottom:1px solid #c7c4bc;transition:padding .25s,background .25s}.articleCard:hover{padding-left:18px;padding-right:18px;background:#fff}.articleIndex{font-size:11px;color:#969993}.tag{justify-self:start;border:1px solid #aeb1ab;border-radius:999px;padding:7px 10px;font-size:9px;text-transform:uppercase;letter-spacing:1px}.articleCard h3{font-size:21px;letter-spacing:-.6px}.read{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.allArticles{margin-top:35px}.wheel{background:#d7cec0;display:grid;grid-template-columns:1fr .7fr;gap:60px;align-items:center;padding:110px max(24px,calc((100% - 1180px)/2));color:var(--ink)}.wheel h2{font-size:clamp(48px,5.5vw,76px);line-height:1;letter-spacing:-4px}.wheel p{max-width:650px;line-height:1.7}.wheelGraphic{margin:auto;width:min(400px,80vw);aspect-ratio:1;border-radius:50%;border:1px solid;position:relative;display:grid;place-items:center;background:repeating-radial-gradient(circle,transparent 0 40px,rgba(16,23,22,.15) 41px 42px)}.wheelGraphic:before,.wheelGraphic:after{content:"";position:absolute;width:100%;height:1px;background:var(--ink);transform:rotate(45deg)}.wheelGraphic:after{transform:rotate(-45deg)}.wheelGraphic span{display:none}.contact{background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr .75fr;gap:110px}.contact h2{font-size:clamp(56px,6vw,88px)}.contactQuestion{color:var(--lime);font-size:22px;line-height:1.4}.whatsappBig{margin-top:25px;padding:18px 22px;display:inline-flex;align-items:center;gap:10px;border-radius:14px;background:var(--lime);color:var(--ink);font-weight:800}form{display:grid;gap:22px;align-content:center}form>p{color:#9aa3a0}label{display:grid;gap:9px;font-size:12px;color:#b9c0be}input,textarea{width:100%;border:0;border-bottom:1px solid #46514e;background:transparent;color:#fff;padding:13px 2px;outline:none;resize:vertical}input:focus,textarea:focus{border-color:var(--lime)}form .primary{justify-self:start}.formStatus{color:var(--lime);font-size:13px;line-height:1.5}.mobileWhatsapp{display:none}footer{background:#080c0b;color:#9ca4a1;padding:70px max(24px,calc((100% - 1180px)/2)) 35px;display:grid;grid-template-columns:1fr .3fr .3fr;gap:60px;font-size:13px}.footerBrand{color:#fff;margin-bottom:18px}.footerLinks{display:flex;flex-direction:column;gap:12px}.footerLinks a:hover{color:#fff}.copyright{grid-column:1 / -1;border-top:1px solid #222a28;padding-top:24px;font-size:10px}@media(max-width:800px){.pageProgress{height:2px}.introBrand{top:22px;width:100%;justify-content:center;font-size:9px}.introSequence{width:calc(100% - 28px);height:94px}.introWord{gap:8px;font-size:clamp(55px,16vw,78px);letter-spacing:-4px}.introWord small{margin-top:.08em;font-size:7px}.introPromise{bottom:5.5vh;max-width:320px;font-size:8px;line-height:1.7}.introSweep{transform:translate3d(-12vw,0,0) rotate(6deg)}.nav{top:10px;min-height:56px;width:calc(100% - 24px)}.menuButton{display:grid;place-items:center;z-index:102}.links{display:none;position:fixed;z-index:101;inset:-10px -12px auto;min-height:100svh;padding:110px 28px 35px;background:#101716;flex-direction:column;align-items:stretch;gap:0;border-radius:0}.links.open{display:flex}.links>a:not(.navCta){font-family:Manrope;font-size:34px;font-weight:700;padding:15px 0;border-bottom:1px solid #29312f;color:#fff}.navCta{margin-top:24px;justify-content:center}.hero{min-height:100svh;padding:126px 20px 42px;display:flex;align-items:flex-end}.heroCopy{z-index:3;width:100%;padding-top:18vh;transform:none}.hero h1{max-width:390px;font-size:clamp(47px,13.3vw,60px);line-height:.94;letter-spacing:-3.8px}.heroStatement{margin-top:11px;font-size:22px}.lead{max-width:390px;font-size:15px;line-height:1.58;margin:18px 0}.heroActions{align-items:stretch;flex-direction:column}.heroActions .primary,.heroActions .ghost{padding:14px 18px;font-size:13px}.primary,.ghost{justify-content:center;text-align:center}.heroMeta{justify-content:space-between;gap:10px;margin-top:18px;font-size:10px}.heroPortrait{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;min-height:0;display:block;transform:translate3d(0,calc(var(--hero-scroll) * 28px),0)}.portraitFrame{width:100%;height:100%;aspect-ratio:auto;border-radius:0;filter:saturate(.86) contrast(1.05) brightness(1.02);box-shadow:none}.portraitFrame img{object-position:43% center;transform:scale(1.07)}.portraitFrame:after{background:linear-gradient(180deg,#080d0c2e,#080d0c33 34%,#080d0cc7 69%,#101716),linear-gradient(90deg,rgba(8,13,12,.52),transparent 72%)}.heroEntered .portraitFrame{animation-name:portraitRevealMobile}.portraitAura{width:90%;right:-36%;top:9%;opacity:.6}.floatingCard{display:none}.orbitOne{width:560px;height:560px;right:-330px;top:12%;opacity:.58}.orbitTwo{display:none}.cinemaGrid{opacity:.08;background-size:54px 54px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 72%);mask-image:linear-gradient(180deg,#000,transparent 72%)}.cinemaVignette{z-index:2;background:linear-gradient(180deg,rgba(5,9,8,.48) 0%,transparent 28%,rgba(5,9,8,.08) 50%,rgba(5,9,8,.82) 82%,#101716 100%),linear-gradient(90deg,rgba(5,9,8,.35),transparent 78%)}.filmGrain{opacity:.025}.cinemaCoordinates{z-index:3;right:-34px;top:30%}.heroScrollCue{display:none}.heroSignal{top:-12%;bottom:-12%;transform:translate3d(-35vw,0,0) rotate(9deg)}.sectionPad{padding:85px 20px}.credibility{grid-template-columns:1fr 1fr;padding:24px 20px;gap:0}.credibility article{padding:18px 12px;align-items:flex-start;flex-direction:column;gap:5px;border-bottom:1px solid #cbc8be}.credibility article:first-child{padding-left:12px}.credibility article:nth-child(2){border-right:0}.credibility article:nth-child(3),.credibility article:nth-child(4){border-bottom:0}.painGrid,.method,.about,.studio,.book,.wheel,.contact{grid-template-columns:1fr}.painGrid{gap:32px}.pain h2,.sectionHead h2,.about h2,.contact h2,.wheel h2{font-size:clamp(42px,12vw,58px);letter-spacing:-3px}.pathCards{grid-template-columns:1fr}.pathCard{min-height:360px;position:sticky;top:82px}.pathCard:nth-child(2){top:96px}.pathCard:nth-child(3){top:110px}.singlePathPromise{padding:48px 22px 40px}.singlePathPromise h3{font-size:clamp(42px,12vw,58px);letter-spacing:-3px}.singlePathTop,.singlePathAction{padding-left:22px;padding-right:22px}.singlePathPhases{grid-template-columns:1fr}.singlePathPhases article{min-height:auto;padding:30px 22px;border-right:0;border-bottom:1px solid #35403d}.singlePathPhases h4{margin:38px 0 10px}.singlePathAction{align-items:stretch;flex-direction:column}.singlePathAction .primary{width:100%}.methodVisual{position:relative;height:60svh}.methodVisual img{object-position:center 54%}.methodVisual:after{background:linear-gradient(180deg,transparent 72%,rgba(16,23,22,.48))}.methodCopy{padding:80px 20px}.methodCopy h2{font-size:62px;letter-spacing:-4px}.about{gap:45px}.aboutImages{min-height:500px}.aboutMain{height:470px;width:90%}.aboutDetail{width:47%}.studioCopy{padding:80px 20px}.studioGallery{height:420px}.book{gap:30px}.bookIcon{width:80px;height:80px}.resourcesHead{grid-template-columns:1fr;gap:15px}.resourcesHead .sectionNumber{grid-column:auto}.articleCard{grid-template-columns:35px 1fr;gap:10px;padding:24px 0}.articleCard .tag{grid-column:2;grid-row:1}.articleCard h3{grid-column:2;font-size:19px}.articleCard .read{grid-column:2}.wheel{padding:80px 20px}.wheelGraphic{width:280px}.contact{gap:65px}.mobileWhatsapp{position:fixed;z-index:90;bottom:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 24px);padding:15px;border-radius:999px;background:var(--lime);color:var(--ink);font-weight:800;box-shadow:0 12px 35px #00000040}footer{grid-template-columns:1fr 1fr;padding-bottom:95px}footer>div:first-child{grid-column:1 / -1}}@keyframes portraitRevealMobile{0%{opacity:0;transform:scale(1.08);clip-path:inset(8% 0 12%)}to{opacity:1;transform:scale(1);clip-path:inset(0)}}@media(max-width:800px)and (max-height:740px){.hero{padding:108px 18px 25px}.heroCopy{padding-top:0}.hero .eyebrow{font-size:9px;letter-spacing:1.5px}.hero h1{font-size:clamp(43px,12.4vw,51px)}.heroStatement{font-size:19px}.hero .lead{margin:13px 0;font-size:13px;line-height:1.48}.heroActions .primary{padding:13px 16px}.heroActions .ghost,.heroMeta{display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.cinematicIntro{display:none!important}.heroCopy,.heroPortrait,.cinemaGrid{transform:none!important}.filmGrain{display:none}.motion-ready [data-reveal]{opacity:1!important;transform:none!important;filter:none!important}}.contentPage{background:var(--paper);color:var(--ink)}.contentHero{min-height:560px;padding:165px max(24px,calc((100% - 980px)/2)) 85px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--ink);color:#fff;position:relative;overflow:hidden}.contentHero:before{content:"";position:absolute;width:520px;height:520px;right:-170px;top:-230px;border-radius:50%;background:var(--violet);filter:blur(100px);opacity:.22}.contentHero:after{content:"";position:absolute;width:300px;height:300px;left:12%;bottom:-260px;border-radius:50%;background:var(--lime);filter:blur(80px);opacity:.22}.contentHero>*{position:relative;z-index:1}.contentBack{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-bottom:45px;color:#aeb8b5;font-size:12px;font-weight:700}.contentHero h1{max-width:980px;font-size:clamp(52px,6.7vw,92px);line-height:.98;letter-spacing:-5px;text-wrap:balance}.contentDate{display:flex;gap:8px;align-items:center;margin-top:28px;color:#aeb8b5;font-size:13px;text-transform:capitalize}.contentLayout{max-width:1180px;margin:0 auto;padding:95px 24px 130px;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:90px;align-items:start}.wpContent{min-width:0;font-size:18px;line-height:1.78;color:#3f4642}.wpContent>*:first-child{margin-top:0}.wpContent h1{font-size:clamp(38px,4vw,58px);line-height:1.08;letter-spacing:-2.5px;color:var(--ink)}.wpContent h2{margin:64px 0 20px;font-size:clamp(32px,3.5vw,48px);line-height:1.08;letter-spacing:-2px;color:var(--ink)}.wpContent h3{margin:42px 0 15px;font-size:26px;line-height:1.2;color:var(--ink)}.wpContent p,.wpContent li{margin-top:0}.wpContent ul,.wpContent ol{padding-left:24px}.wpContent li{margin-bottom:10px}.wpContent a{color:#5d4ed1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.wpContent img{max-width:100%;height:auto;margin:35px 0;border-radius:20px}.wpContent figure{max-width:100%!important;margin:40px 0}.wpContent figure img{margin:0}.wpContent figcaption{padding-top:9px;color:#777d79;font-size:12px}.wpContent blockquote{margin:48px 0;padding:32px;border:0;border-left:5px solid var(--lime);border-radius:0 20px 20px 0;background:#e8e4da}.wpContent blockquote p{font-size:24px}.wpContent .has-large-font-size{font-size:24px;line-height:1.55;color:var(--ink)}.ria-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:38px 0}.ria-article-grid article{min-height:310px;padding:26px;border-radius:22px;background:var(--ink);color:#fff}.ria-article-grid article:nth-child(2){background:#5445c7}.ria-article-grid article:nth-child(3){background:#d9ff73;color:var(--ink)}.ria-article-grid span{display:block;margin-bottom:54px;font-size:12px;font-weight:800;letter-spacing:1px;opacity:.7}.ria-article-grid h3{margin:0 0 14px;color:inherit}.ria-article-grid p{font-size:15px;line-height:1.65}.reflection-list{padding:28px 28px 18px 50px!important;border-radius:22px;background:#e8e4da;color:var(--ink)}.article-exercise{margin:64px 0;padding:42px;border-radius:26px;background:#243e38;color:#fff}.article-exercise h2{margin-top:10px;color:#fff}.article-exercise p:not(.eyebrow){padding:14px 0;border-bottom:1px solid rgba(255,255,255,.18)}.wpContent .wp-block-buttons{display:flex;flex-wrap:wrap;gap:12px;margin:34px 0}.wpContent .wp-block-button__link,.wpContent a.wp-element-button{display:inline-flex;padding:14px 20px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-size:14px;font-weight:800}.wpContent .wp-block-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.wpContent .wp-block-cover{min-height:440px;padding:40px;border-radius:24px;overflow:hidden;position:relative;display:grid;place-items:center;color:#fff;background:#243e38}.wpContent .wp-block-cover__image-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;margin:0;opacity:.55}.wpContent .wp-block-cover__inner-container{position:relative;z-index:1}.contentAside{position:sticky;top:115px;padding:30px;border-radius:24px;background:#243e38;color:#fff}.contentAside p{margin:0 0 12px;color:#b7c5c0;font-size:12px;text-transform:uppercase;letter-spacing:1px}.contentAside h2{margin-bottom:28px;font-size:31px;line-height:1.05;letter-spacing:-1.5px}.contentAside .primary{width:100%;justify-content:center}.related{background:#e5e0d5}.relatedGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.relatedGrid a{min-height:280px;padding:26px;border-radius:22px;background:#f7f5ef;display:flex;flex-direction:column;transition:transform .25s}.relatedGrid a:hover{transform:translateY(-6px)}.relatedGrid span{color:#777d79;font-size:10px;text-transform:uppercase;letter-spacing:1px}.relatedGrid h3{margin:auto 0 24px;font-size:25px;line-height:1.15;letter-spacing:-1px}.archiveHero{min-height:700px}.archiveHero h1 em{color:var(--lime);font-style:normal}.archiveHero>p:last-child{max-width:680px;margin-top:30px;color:#b5bfbc;font-size:18px;line-height:1.7}.archiveGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.archiveCard{min-height:360px;padding:32px;border:1px solid #d3cfc5;border-radius:26px;background:#f7f5ef;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.archiveCard:hover{transform:translateY(-7px);box-shadow:0 22px 50px #141c191f}.archiveCard>p{color:#81857f;font-size:11px;text-transform:capitalize}.archiveCard h2{margin:auto 0 32px;font-size:clamp(28px,3vw,42px);line-height:1.07;letter-spacing:-1.8px}.archiveRead{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid #d3cfc5;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.notFound{min-height:80svh;padding:180px max(24px,calc((100% - 980px)/2)) 100px;display:flex;flex-direction:column;justify-content:center;background:var(--ink);color:#fff}.notFound h1{max-width:850px;font-size:clamp(58px,8vw,110px);line-height:.93;letter-spacing:-6px}.notFound>p:not(.eyebrow){margin:30px 0;color:#aeb8b5;font-size:18px}.notFound .primary{align-self:flex-start}.activeNav{color:var(--lime)!important}.bookMobileBuy{display:none;padding:10px 14px;border-radius:999px;background:var(--lime);color:var(--ink);font-size:12px;font-weight:800}.bookHero{min-height:100svh;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center;padding:145px max(24px,calc((100% - 1180px)/2)) 80px;background:var(--ink);color:#fff}.bookHeroCopy,.bookMockup{position:relative;z-index:2}.backHome{display:inline-flex;align-items:center;gap:7px;margin-bottom:34px;color:#9ca6a2;font-size:12px}.backHome svg{transform:rotate(180deg)}.bookHero h1{font-size:clamp(66px,7vw,108px)}.bookSubtitle{max-width:640px;margin:28px 0;color:#bac3c0;font-size:18px;line-height:1.65}.bookAura{position:absolute;border-radius:50%;filter:blur(90px);opacity:.25}.bookAuraOne{width:500px;height:500px;background:var(--coral);right:-100px;top:-130px}.bookAuraTwo{width:360px;height:360px;background:var(--lime);left:25%;bottom:-280px}.bookMockup{min-height:650px;perspective:1200px;display:grid;place-items:center}.bookMockup img{position:absolute;width:330px;height:500px;object-fit:cover;border-radius:4px 12px 12px 4px;box-shadow:-24px 30px 70px #00000080}.coverFront{z-index:2;transform:rotateY(-8deg) rotate(2deg)}.coverBack{z-index:1;transform:translate(120px,38px) rotateY(-14deg) rotate(8deg);opacity:.45}.bookBadge{position:absolute;z-index:3;left:0;bottom:50px;width:118px;height:118px;border-radius:50%;display:grid;place-content:center;text-align:center;background:var(--lime);color:var(--ink);font-size:11px;line-height:1.4;transform:rotate(-8deg)}.bookLeadGrid{display:grid;grid-template-columns:1.15fr .85fr;gap:90px}.bookLead h2,.bookWork h2,.bookAudience h2,.amazonCta h2{font-size:clamp(48px,5.5vw,78px);line-height:1.02;letter-spacing:-4px}.bookLead h2 em,.amazonCta h2 em{color:#6f6458;font-style:normal}.bookLeadGrid p,.bookWorkCopy>p{color:#626965;line-height:1.75}.bookMethod{padding:120px max(24px,calc((100% - 1180px)/2));background:#243e38;color:#fff}.bookMethodGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#50615c;border:1px solid #50615c}.bookMethodGrid article{min-height:470px;padding:32px;background:#243e38;display:flex;flex-direction:column}.bookMethodNumber{font-size:11px;color:#91a29d}.methodOrb{width:56px;height:56px;border-radius:50%;margin:auto 0 32px}.bookMethodGrid h2{font-size:48px;letter-spacing:-2px;margin-bottom:16px}.bookMethodGrid p{color:#b9c8c3;line-height:1.65}.bookWork{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;align-items:center}.bookWorkVisual{height:640px;border-radius:220px 220px 24px 24px;overflow:hidden}.bookWorkVisual img{width:100%;height:100%;object-fit:cover;filter:saturate(.75)}.bookAudience{padding:110px max(24px,calc((100% - 1180px)/2));display:grid;grid-template-columns:1fr .85fr;gap:100px;background:#ded9cb}.bookAudience ul{list-style:none;margin:0;padding:0;align-self:center}.bookAudience li{display:flex;gap:12px;padding:20px 0;border-bottom:1px solid #bbb5a7;line-height:1.5}.bookAudience li svg{flex:0 0 20px;color:#3c514b}.amazonCta{min-height:720px;padding:100px max(24px,calc((100% - 1180px)/2));display:grid;grid-template-columns:.7fr 1fr;gap:100px;align-items:center;color:#fff;background:var(--ink)}.amazonCover{display:grid;place-items:center}.amazonCover img{width:min(340px,80%);border-radius:4px 12px 12px 4px;transform:rotate(-4deg);box-shadow:-25px 35px 70px #00000073}.amazonCta>div>p:not(.eyebrow){color:#aeb8b5;max-width:660px;line-height:1.7}.bookFooter{grid-template-columns:1fr .35fr}@media(max-width:800px){.contentHero{min-height:520px;padding:135px 20px 65px}.contentBack{margin-bottom:34px}.contentHero h1{font-size:clamp(46px,14vw,68px);letter-spacing:-3.5px}.contentLayout{padding:65px 20px 90px;grid-template-columns:1fr;gap:55px}.wpContent{font-size:17px;line-height:1.72}.wpContent h2{margin-top:48px}.wpContent .wp-block-columns,.ria-article-grid{grid-template-columns:1fr}.ria-article-grid article{min-height:240px}.ria-article-grid span{margin-bottom:34px}.article-exercise{margin:48px 0;padding:28px 22px}.wpContent .wp-block-cover{min-height:360px;padding:24px}.contentAside{position:static}.relatedGrid,.archiveGrid{grid-template-columns:1fr}.relatedGrid a{min-height:230px}.archiveHero{min-height:630px}.archiveGrid{padding-top:70px}.archiveCard{min-height:310px;padding:25px}.notFound{padding:150px 20px 90px}.notFound h1{letter-spacing:-4px}.bookNav{display:none}.bookMobileBuy{display:inline-flex}.bookHero{grid-template-columns:1fr;padding:115px 20px 65px;gap:30px}.bookHero h1{font-size:clamp(58px,18vw,76px);letter-spacing:-4px}.bookSubtitle{font-size:16px}.bookMockup{min-height:490px}.bookMockup img{width:245px;height:370px}.coverBack{transform:translate(75px,28px) rotateY(-14deg) rotate(8deg)}.bookBadge{width:94px;height:94px;left:4px;bottom:38px}.bookLeadGrid,.bookMethodGrid,.bookWork,.bookAudience,.amazonCta{grid-template-columns:1fr}.bookLeadGrid{gap:35px}.bookLead h2,.bookWork h2,.bookAudience h2,.amazonCta h2{font-size:clamp(42px,12vw,58px);letter-spacing:-3px}.bookMethod{padding:80px 20px}.bookMethodGrid article{min-height:330px}.bookWork{gap:45px}.bookWorkVisual{height:470px}.bookAudience{padding:80px 20px;gap:45px}.amazonCta{padding:90px 20px;gap:55px}.amazonCta .heroActions{align-items:stretch}.bookFooter{grid-template-columns:1fr}.storyHero{grid-template-columns:1fr;padding:120px 20px 55px;gap:45px}.storyHero h1{font-size:clamp(51px,13.8vw,65px);letter-spacing:-3.2px}.storyHeroLead{font-size:16px}.storyHeroPortrait{min-height:540px}.storyQuestion{left:8px;bottom:22px}.storyManifesto{padding:80px 20px}.storyManifesto h2{font-size:clamp(44px,12vw,60px);letter-spacing:-3px}.storyManifestoFacts{align-items:flex-start;flex-direction:column;gap:18px;margin-top:45px}.storyTimeline{grid-template-columns:1fr;gap:60px}.storyTimelineIntro{position:static}.storyMoment{gap:18px;padding-bottom:58px}.storyMoment h3{font-size:31px;letter-spacing:-1.5px}.storyLesson,.storyBook,.storyConversion{grid-template-columns:1fr}.storyLessonQuote{min-height:560px;padding:70px 20px}.storyLessonQuote>p{font-size:clamp(44px,13vw,58px);letter-spacing:-3px}.storyLessonCopy{padding:80px 20px}.storyBook{gap:30px}.storyBookCover{min-height:480px}.storyConversion{gap:55px}.storyConversion h2{font-size:clamp(48px,14vw,64px);letter-spacing:-4px}}
