:root{--ink:#0e0d0b;--paper:#f4f0e8;--warm:#e8e2d6;--signal:#2d5a3d;--signal-light:#4a8c60;--pulse:#c4622d;--pulse-soft:#e8a882;--gold:#b8963e;--mist:#8c9aa8;--faint:rgba(14,13,11,.07)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Instrument Sans,sans-serif;background:var(--paper);color:var(--ink);overflow-x:hidden}.cursor{width:8px;height:8px;background:var(--signal);border-radius:50%;z-index:9999;transition:transform .15s ease,background .2s}.cursor,.cursor-ring{position:fixed;top:0;left:0;pointer-events:none}.cursor-ring{width:32px;height:32px;border:1px solid var(--signal);border-radius:50%;z-index:9998;transition:transform .35s cubic-bezier(.23,1,.32,1),opacity .2s;opacity:.5}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 4rem;display:flex;align-items:center;justify-content:space-between;background:transparent;transition:background .4s}nav.scrolled{background:hsla(40,35%,93%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--faint)}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:300;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);text-decoration:none}.nav-logo span{color:var(--signal)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);text-decoration:none;opacity:.6;transition:opacity .2s}.nav-links a:hover{opacity:1}.nav-cta{font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;background:var(--signal);color:var(--paper);padding:.65rem 1.5rem;text-decoration:none;transition:background .2s}.nav-cta:hover{background:var(--signal-light)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero,.hero-left{position:relative}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem 2rem;z-index:2}.hero-eyebrow{font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--signal);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--signal)}.hero-headline{font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,6vw,6.5rem);font-weight:300;line-height:1;letter-spacing:-.02em;margin-bottom:2.5rem}.hero-headline em{font-style:italic;color:var(--signal)}.hero-headline .accent-word{position:relative;display:inline-block}.hero-headline .accent-word:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:2px;background:var(--pulse)}.hero-sub{font-size:1.1rem;font-weight:300;line-height:1.75;color:rgba(14,13,11,.65);max-width:460px;margin-bottom:3.5rem}.hero-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;background:var(--ink);color:var(--paper);padding:1rem 2.5rem;font-family:Instrument Sans,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.03em;text-decoration:none;transition:all .25s;position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;inset:0;background:var(--signal);transform:translateX(-101%);transition:transform .3s cubic-bezier(.23,1,.32,1)}.btn-primary:hover:after{transform:translateX(0)}.btn-primary span{position:relative;z-index:1}.btn-ghost{font-family:DM Mono,monospace;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:2px;opacity:.6;transition:opacity .2s}.btn-ghost:hover{opacity:1}.hero-right{position:relative;background:var(--signal);overflow:hidden}.hero-right-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.freq-rings{position:relative;width:380px;height:380px}.ring{position:absolute;border-radius:50%;border:1px solid hsla(40,35%,93%,.15);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse-ring 4s ease-in-out infinite}.ring:first-child{width:100px;height:100px;border-color:hsla(40,35%,93%,.6);animation-delay:0s}.ring:nth-child(2){width:180px;height:180px;animation-delay:.4s}.ring:nth-child(3){width:270px;height:270px;animation-delay:.8s}.ring:nth-child(4){width:360px;height:360px;animation-delay:1.2s}.ring:nth-child(5){width:440px;height:440px;border-color:hsla(40,35%,93%,.06);animation-delay:1.6s}.ring-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:var(--paper);border-radius:50%;display:flex;align-items:center;justify-content:center}.ring-center-dot{width:12px;height:12px;background:var(--signal);border-radius:50%;animation:breathe 3s ease-in-out infinite}@keyframes pulse-ring{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.04)}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.4)}}.hero-right-text{position:absolute;bottom:3rem;left:3rem;right:3rem}.hero-right-text p{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;font-style:italic;color:hsla(40,35%,93%,.75);line-height:1.6}.hero-line{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2}.hero-line span{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;opacity:.35;writing-mode:horizontal-tb}.hero-line-bar{width:1px;height:60px;background:linear-gradient(to bottom,var(--ink),transparent);opacity:.25;animation:line-grow 2s ease-in-out infinite}@keyframes line-grow{0%,to{transform:scaleY(.5);opacity:.15}50%{transform:scaleY(1);opacity:.35}}.marquee-strip{background:var(--ink);padding:.85rem 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 28s linear infinite}.marquee-item{font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--paper);opacity:.55;padding:0 2.5rem}.marquee-dot{color:var(--signal-light);opacity:1}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}section{padding:7rem 4rem}.section-label{font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--signal);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.section-label:before{content:"";display:block;width:24px;height:1px;background:var(--signal)}.truth-section{background:var(--warm);display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center}.truth-left h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4.2rem);font-weight:300;line-height:1.15;margin-bottom:2rem}.truth-left h2 em{font-style:italic;color:var(--pulse)}.truth-left p{font-size:1.05rem;line-height:1.8;color:rgba(14,13,11,.65);margin-bottom:1.5rem}.truth-stats{display:flex;flex-direction:column;gap:2.5rem}.stat-item{border-left:2px solid var(--signal);padding-left:1.5rem}.stat-number{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;line-height:1;color:var(--ink)}.stat-label{font-size:.9rem;color:rgba(14,13,11,.55);margin-top:.4rem;font-weight:300}.pillars-section{background:var(--paper);padding:7rem 4rem}.pillars-header{max-width:700px;margin:0 auto 5rem;text-align:center}.pillars-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:300;line-height:1.2;margin-bottom:1.5rem}.pillars-header h2 em{font-style:italic;color:var(--signal)}.pillars-header p{font-size:1.05rem;line-height:1.8;color:rgba(14,13,11,.55)}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}.pillar{background:var(--warm);padding:3.5rem 2.5rem;position:relative;overflow:hidden;transition:background .3s}.pillar:hover{background:var(--signal)}.pillar:hover .pillar-num,.pillar:hover .pillar-text,.pillar:hover .pillar-title{color:var(--paper)}.pillar:hover .pillar-num{opacity:1}.pillar:hover .pillar-bar{background:hsla(40,35%,93%,.3)}.pillar-num{font-family:Cormorant Garamond,serif;font-size:5rem;font-weight:300;opacity:.08;line-height:1;margin-bottom:1.5rem;transition:all .3s}.pillar-bar{width:32px;height:2px;background:var(--signal);margin-bottom:1.5rem;transition:background .3s}.pillar-title{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:400;margin-bottom:1rem;transition:color .3s}.pillar-text{font-size:.95rem;line-height:1.75;color:rgba(14,13,11,.6);font-weight:300;transition:color .3s}.quiz-section{background:var(--ink);padding:8rem 4rem;position:relative;overflow:hidden}.quiz-bg-rings{position:absolute;right:-100px;top:50%;transform:translateY(-50%);width:600px;height:600px;opacity:.06}.quiz-bg-ring{position:absolute;border-radius:50%;border:1px solid var(--paper);top:50%;left:50%;transform:translate(-50%,-50%)}.quiz-bg-ring:first-child{width:200px;height:200px}.quiz-bg-ring:nth-child(2){width:350px;height:350px}.quiz-bg-ring:nth-child(3){width:500px;height:500px}.quiz-bg-ring:nth-child(4){width:700px;height:700px}.quiz-inner{max-width:680px;position:relative;z-index:2}.quiz-section .section-label{color:var(--pulse-soft)}.quiz-section .section-label:before{background:var(--pulse-soft)}.quiz-inner h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,5rem);font-weight:300;line-height:1.1;color:var(--paper);margin-bottom:1.5rem}.quiz-inner h2 em{font-style:italic;color:var(--pulse-soft)}.quiz-inner p{font-size:1.1rem;line-height:1.75;color:hsla(40,35%,93%,.55);margin-bottom:3rem;max-width:520px;font-weight:300}.quiz-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem}.quiz-tag{font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:hsla(40,35%,93%,.45);border:1px solid hsla(40,35%,93%,.15);padding:.4rem 1rem}.btn-quiz{display:inline-flex;align-items:center;gap:1rem;background:var(--pulse);color:var(--paper);padding:1.1rem 2.75rem;font-family:Instrument Sans,sans-serif;font-size:.95rem;font-weight:500;letter-spacing:.02em;text-decoration:none;transition:background .25s}.btn-quiz:hover{background:var(--pulse-soft);color:var(--ink)}.btn-quiz-arrow{font-size:1.1rem}.offers-section{padding:7rem 4rem;background:var(--paper)}.offers-header{margin-bottom:5rem}.offers-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:300;line-height:1.2;max-width:600px}.offers-header h2 em{font-style:italic;color:var(--signal)}.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.offer-card{border:1px solid var(--faint);padding:3rem 2.5rem;position:relative;transition:border-color .3s,transform .3s;background:var(--paper)}.offer-card:hover{border-color:var(--signal);transform:translateY(-4px)}.offer-card.featured{background:var(--signal);border-color:var(--signal)}.offer-card.featured *{color:var(--paper)!important}.offer-tag{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--signal);margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.offer-tag-dot{width:6px;height:6px;background:var(--signal);border-radius:50%}.offer-card.featured .offer-tag{color:hsla(40,35%,93%,.65)}.offer-card.featured .offer-tag-dot{background:var(--pulse-soft)}.offer-title{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;margin-bottom:1rem;line-height:1.2}.offer-desc{font-size:.92rem;line-height:1.75;color:rgba(14,13,11,.55);margin-bottom:2rem;font-weight:300}.offer-features{list-style:none;margin-bottom:2.5rem}.offer-features li{font-size:.88rem;padding:.6rem 0;border-bottom:1px solid var(--faint);display:flex;align-items:center;gap:.75rem;color:rgba(14,13,11,.7);font-weight:300}.offer-features li:before{content:"→";color:var(--signal);font-size:.8rem;flex-shrink:0}.offer-card.featured .offer-features li:before{color:var(--pulse-soft)}.offer-card.featured .offer-features li{border-bottom-color:hsla(40,35%,93%,.15)}.offer-price{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:300;color:var(--signal);margin-bottom:1.5rem;letter-spacing:.02em}.offer-card.featured .offer-price{color:var(--pulse-soft)}.btn-offer{display:inline-block;width:100%;text-align:center;padding:.9rem 2rem;font-family:Instrument Sans,sans-serif;font-size:.88rem;font-weight:500;letter-spacing:.03em;text-decoration:none;border:1px solid var(--ink);color:var(--ink);transition:all .25s}.btn-offer:hover{background:var(--ink);color:var(--paper)}.offer-card.featured .btn-offer{background:var(--paper);color:var(--signal)!important;border-color:var(--paper)}.offer-card.featured .btn-offer:hover{background:var(--pulse);color:var(--paper);border-color:var(--pulse)}.manifesto-section{background:var(--warm);padding:9rem 4rem;text-align:center}.manifesto-section blockquote{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,3.2rem);font-weight:300;font-style:italic;line-height:1.5;max-width:900px;margin:0 auto 3rem;color:var(--ink)}.manifesto-section blockquote em{font-style:normal;color:var(--signal);border-bottom:1px solid var(--signal)}.manifesto-author{font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(14,13,11,.35)}.reading-section{background:var(--paper);padding:7rem 4rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:8rem;gap:8rem;align-items:center}.reading-right h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:300;line-height:1.15;margin-bottom:1.5rem}.reading-right h2 em{font-style:italic;color:var(--pulse)}.reading-right p{font-size:1rem;line-height:1.8;color:rgba(14,13,11,.6);margin-bottom:2rem;font-weight:300}.reading-visual{position:relative;height:420px;background:var(--ink);overflow:hidden}.reading-visual-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.audit-chart{position:relative;width:80%;height:65%;padding:0 0 2rem 2rem;display:flex;align-items:flex-end}.audit-axis-y{top:-1rem;width:1px}.audit-axis-x,.audit-axis-y{position:absolute;left:2rem;bottom:2rem;background:hsla(40,35%,93%,.15)}.audit-axis-x{right:-1rem;height:1px}.audit-bars{justify-content:space-around;align-items:flex-end;width:100%;z-index:2}.audit-bar-group,.audit-bars{display:flex;height:100%;position:relative}.audit-bar-group{width:12%;flex-direction:column;justify-content:flex-end;align-items:center}.audit-bar-bg{height:100%;background:hsla(40,35%,93%,.03)}.audit-bar,.audit-bar-bg{position:absolute;bottom:0;width:100%;border-radius:2px 2px 0 0}.audit-bar{transform-origin:bottom;will-change:transform,opacity}.audit-bar.noise{background:rgba(196,98,45,.6);z-index:10;animation:shrink-noise 6s cubic-bezier(.23,1,.32,1) infinite}.audit-bar.signal{background:var(--signal-light);z-index:11;height:var(--target-height,50%);transform:scaleY(0);opacity:0;animation:grow-signal 6s cubic-bezier(.23,1,.32,1) infinite}.audit-bar-group:first-child .noise,.audit-bar-group:first-child .signal{animation-delay:.1s}.audit-bar-group:nth-child(2) .noise,.audit-bar-group:nth-child(2) .signal{animation-delay:.4s}.audit-bar-group:nth-child(3) .noise,.audit-bar-group:nth-child(3) .signal{animation-delay:.7s}.audit-bar-group:nth-child(4) .noise,.audit-bar-group:nth-child(4) .signal{animation-delay:1s}.audit-bar-group:nth-child(5) .noise,.audit-bar-group:nth-child(5) .signal{animation-delay:1.3s}@keyframes shrink-noise{0%,15%{transform:scaleY(1);opacity:1}25%,80%{transform:scaleY(.15);opacity:.3}90%,to{transform:scaleY(1);opacity:1}}@keyframes grow-signal{0%,15%{transform:scaleY(0);opacity:0}25%,80%{transform:scaleY(1);opacity:1}90%,to{transform:scaleY(0);opacity:0}}.audit-label{position:absolute;bottom:-1.75rem;font-family:DM Mono,monospace;font-size:.55rem;letter-spacing:.05em;color:hsla(40,35%,93%,.4);text-transform:uppercase}.audit-scanner{position:absolute;top:-10%;bottom:0;left:0;width:15%;height:120%;z-index:20;pointer-events:none;animation:scan-sweep 6s linear infinite}.audit-scanner-line{position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--paper);box-shadow:0 0 10px hsla(40,35%,93%,.8)}.audit-scanner-glow{position:absolute;left:0;top:0;bottom:0;width:100%;background:linear-gradient(90deg,transparent,hsla(40,35%,93%,.08) 50%,transparent)}@keyframes scan-sweep{0%,2%{left:-10%;opacity:0}5%{opacity:1;left:0}35%{left:100%;opacity:1}45%,to{left:110%;opacity:0}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.reading-corner-label{position:absolute;top:1.5rem;left:1.5rem;font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:hsla(40,35%,93%,.3)}.process-section{background:var(--ink);padding:8rem 4rem}.process-section .section-label{color:var(--signal-light)}.process-section .section-label:before{background:var(--signal-light)}.process-header h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:300;line-height:1.15;color:var(--paper);margin-bottom:5rem;max-width:580px}.process-header h2 em{font-style:italic;color:var(--signal-light)}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px}.process-step{background:hsla(40,35%,93%,.04);padding:3rem 2rem;border-top:2px solid transparent;transition:border-color .3s,background .3s}.process-step:hover{background:hsla(40,35%,93%,.08);border-top-color:var(--signal-light)}.step-num{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.2em;color:var(--signal-light);margin-bottom:2rem}.step-icon{font-size:1.5rem;margin-bottom:1.5rem}.step-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;color:var(--paper);margin-bottom:1rem}.step-text{font-size:.88rem;line-height:1.7;color:hsla(40,35%,93%,.45);font-weight:300}.testimonials-section{background:var(--paper);padding:7rem 4rem}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:4rem}.testimonial{padding:2.5rem;background:var(--warm);position:relative}.testimonial:before{content:'"';font-family:Cormorant Garamond,serif;font-size:5rem;color:var(--signal);opacity:.2;line-height:1;position:absolute;top:1rem;left:2rem}.testimonial-text{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;font-weight:300;line-height:1.7;color:var(--ink);margin-bottom:1.5rem;padding-top:1.5rem}.testimonial-author{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(14,13,11,.4)}.testimonial-role{font-size:.78rem;color:rgba(14,13,11,.35);margin-top:.3rem;font-weight:300}.final-cta{background:var(--signal);padding:9rem 4rem;text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"INTENTIONAL";font-size:18vw;color:hsla(40,35%,93%,.05);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none}.final-cta h2,.final-cta:before{font-family:Cormorant Garamond,serif;font-weight:300}.final-cta h2{font-size:clamp(2.5rem,5vw,5rem);line-height:1.15;color:var(--paper);max-width:700px;margin:0 auto 2rem;position:relative;z-index:1}.final-cta h2 em{font-style:italic;color:var(--pulse-soft)}.final-cta p{font-size:1.1rem;font-weight:300;color:hsla(40,35%,93%,.6);max-width:500px;margin:0 auto 3.5rem;line-height:1.75;position:relative;z-index:1}.final-cta-actions{display:flex;gap:1.5rem;align-items:center;justify-content:center;position:relative;z-index:1}.btn-white{display:inline-flex;align-items:center;gap:.75rem;background:var(--paper);color:var(--signal);padding:1.1rem 2.75rem;font-family:Instrument Sans,sans-serif;font-size:.95rem;font-weight:500;letter-spacing:.02em;text-decoration:none;transition:all .25s}.btn-white:hover{background:var(--ink);color:var(--paper)}.btn-white-ghost{font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:hsla(40,35%,93%,.6);text-decoration:none;border-bottom:1px solid hsla(40,35%,93%,.3);padding-bottom:2px;transition:color .2s,border-color .2s}.btn-white-ghost:hover{color:var(--paper);border-color:var(--paper)}footer{background:var(--ink);padding:4rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;border-top:1px solid hsla(40,35%,93%,.06)}.footer-brand .nav-logo{color:var(--paper);font-size:1.1rem}.footer-brand p{font-size:.85rem;line-height:1.7;color:hsla(40,35%,93%,.35);margin-top:1rem;font-weight:300}.footer-col h4{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:hsla(40,35%,93%,.4);margin-bottom:1.5rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col ul a{font-size:.88rem;color:hsla(40,35%,93%,.5);text-decoration:none;font-weight:300;transition:color .2s}.footer-col ul a:hover{color:var(--paper)}.footer-bottom{background:var(--ink);padding:1.5rem 4rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid hsla(40,35%,93%,.06)}.footer-bottom p{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.12em;color:hsla(40,35%,93%,.2);text-transform:uppercase}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.hamburger{display:none;background:none;border:none;cursor:pointer;width:44px;height:44px;align-items:center;justify-content:center;padding:0;z-index:201;position:relative}.hamburger-line{display:block;width:22px;height:2px;background:var(--ink);position:relative;transition:background .2s}.hamburger-line:after,.hamburger-line:before{content:"";display:block;width:22px;height:2px;background:var(--ink);position:absolute;left:0;transition:transform .3s cubic-bezier(.23,1,.32,1),top .3s cubic-bezier(.23,1,.32,1)}.hamburger-line:before{top:-7px}.hamburger-line:after{top:7px}.hamburger.open .hamburger-line{background:transparent}.hamburger.open .hamburger-line:before{top:0;transform:rotate(45deg);background:var(--paper)}.hamburger.open .hamburger-line:after{top:0;transform:rotate(-45deg);background:var(--paper)}.mobile-drawer{position:fixed;inset:0;background:var(--ink);z-index:200;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;opacity:0;pointer-events:none;transition:opacity .35s cubic-bezier(.23,1,.32,1)}.mobile-drawer.open{opacity:1;pointer-events:auto}.mobile-drawer-links{list-style:none;display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:2.5rem;padding:0}.mobile-drawer-links a{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--paper);text-decoration:none;opacity:.7;transition:opacity .2s;padding:.5rem 1rem;display:block}.mobile-drawer-links a:hover{opacity:1}.mobile-drawer-cta{font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;background:var(--signal);color:var(--paper);padding:1rem 2.5rem;text-decoration:none;transition:background .2s;display:inline-block}.mobile-drawer-cta:hover{background:var(--signal-light)}@media (hover:none) and (pointer:coarse){.cursor,.cursor-ring{display:none!important}}@media (max-width:900px){nav{padding:1rem 1.5rem}.nav-links{display:none}.hamburger{display:flex}.nav-cta{display:none}.nav-actions{gap:.5rem}.reading-section,.truth-section,section{padding:4rem 1.5rem}.hero{grid-template-columns:1fr;min-height:auto}.hero-right{height:300px}.hero-left{padding:6rem 1.5rem 2.5rem}.hero-line{display:none}.reading-section,.truth-section{grid-template-columns:1fr;gap:2.5rem}.offers-grid,.pillars-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 1.5rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center;padding:1.5rem}.manifesto-section,.process-section,.quiz-section{padding:5rem 1.5rem}.reading-visual{height:320px}.theme-toggle{width:44px;height:44px}.theme-dot{width:16px;height:16px}.offers-section{padding:5rem 1.5rem}.offer-card{padding:2.5rem 2rem}.final-cta,.testimonials-section{padding:5rem 1.5rem}}@media (max-width:640px){.hero-left{padding:5.5rem 1.25rem 2rem}.hero-headline{font-size:clamp(2.5rem,10vw,3.5rem);margin-bottom:1.5rem}.hero-sub{font-size:1rem;margin-bottom:2.5rem}.hero-right{height:240px}.hero-right-text{bottom:1.5rem;left:1.5rem;right:1.5rem}.hero-right-text p{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1rem}.btn-primary{width:100%;justify-content:center;padding:1rem 2rem}.reading-section,.truth-section,section{padding:3.5rem 1.25rem}.process-steps{grid-template-columns:1fr}.process-step{padding:2rem 1.5rem}.pillar{padding:2.5rem 1.5rem}.pillar-num{font-size:3.5rem;margin-bottom:1rem}footer{grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem 1.25rem}.footer-brand{grid-column:1/-1}.footer-bottom{padding:1.25rem}.marquee-item{font-size:.58rem;padding:0 1.5rem}.manifesto-section{padding:4rem 1.25rem}.manifesto-section blockquote{font-size:clamp(1.4rem,5vw,2rem)}.quiz-section{padding:4rem 1.25rem}.quiz-inner h2{font-size:clamp(2rem,8vw,3rem)}.quiz-tags{gap:.5rem}.quiz-tag{font-size:.6rem;padding:.35rem .75rem}.btn-quiz{width:100%;justify-content:center;padding:1rem 2rem}.offers-section{padding:4rem 1.25rem}.offer-card{padding:2rem 1.5rem}.offer-title{font-size:1.6rem}.testimonials-section{padding:4rem 1.25rem}.testimonial{padding:2rem 1.5rem}.reading-section{gap:2rem}.reading-visual{height:260px}.final-cta,.process-section{padding:4rem 1.25rem}.final-cta-actions{flex-direction:column;gap:1rem}.btn-white{width:100%;justify-content:center;text-align:center}.stat-number{font-size:2.5rem}}@media (max-width:480px){nav{padding:.75rem 1rem}.nav-logo{font-size:1.1rem}.hero-left{padding:5rem 1rem 1.5rem}.hero-headline{font-size:clamp(2.2rem,9vw,3rem)}.freq-rings,.hero-right{height:200px}.freq-rings{width:200px}.ring:nth-child(4),.ring:nth-child(5){display:none}.reading-section,.truth-section,section{padding:3rem 1rem}.pillars-header h2,.truth-left h2{font-size:clamp(1.8rem,7vw,2.5rem)}.pillars-header{margin-bottom:2.5rem}footer{grid-template-columns:1fr;padding:2rem 1rem}.footer-bottom p,.marquee-item{font-size:.55rem}.marquee-item{padding:0 1rem}.offers-header h2,.process-header h2{font-size:clamp(1.8rem,7vw,2.5rem)}.process-header h2{margin-bottom:3rem}.reading-right h2{font-size:clamp(1.8rem,7vw,2.5rem)}.reading-visual{height:220px}.audit-label{font-size:.48rem}.final-cta,.manifesto-section,.offers-section,.process-section,.quiz-section,.testimonials-section{padding:3rem 1rem}.mobile-drawer-links a{font-size:1.6rem}}:root[data-theme=purple]{--signal:#402d5a;--signal-light:#6c4b91;--pulse:#b8963e;--pulse-soft:#e8dca3}.nav-actions{gap:1.5rem}.nav-actions,.theme-toggle{display:flex;align-items:center}.theme-toggle{background:transparent;border:1px solid var(--signal-light);border-radius:50%;width:24px;height:24px;cursor:pointer;justify-content:center;transition:border-color .3s,transform .2s;padding:0;outline:none}.theme-toggle:hover{transform:scale(1.1)}.theme-dot{width:12px;height:12px;border-radius:50%;background:var(--signal);transition:background .3s}.markdown-body h2{font-size:2.2rem;font-weight:300;margin:3rem 0 1.5rem;line-height:1.2}.markdown-body h2,.markdown-body h3{font-family:Cormorant Garamond,serif;color:var(--ink)}.markdown-body h3{font-size:1.6rem;font-weight:400;margin:2rem 0 1rem}.markdown-body p{margin-bottom:1.5rem}.markdown-body a{color:var(--signal);text-decoration:underline;text-underline-offset:4px;transition:color .2s}.markdown-body a:hover{color:var(--pulse)}.markdown-body ol,.markdown-body ul{margin-bottom:2rem;padding-left:1.5rem}.markdown-body li{margin-bottom:.75rem}.markdown-body blockquote{border-left:2px solid var(--signal);padding-left:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-style:italic;color:var(--ink);margin:3rem 0}.markdown-body pre{background:var(--ink);color:var(--paper);padding:1.5rem;border-radius:8px;overflow-x:auto;margin-bottom:2rem;font-family:DM Mono,monospace;font-size:.85rem}.markdown-body code{font-family:DM Mono,monospace;font-size:.85em;background:rgba(14,13,11,.05);padding:.2rem .4rem;border-radius:3px}.markdown-body img{width:100%;border-radius:8px;margin:2rem 0}.markdown-body hr{border:none;height:1px;background:var(--faint);margin:3rem 0}