*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#08090c;--bg-elevated:#0e1017;--bg-surface:#12141a;--text-primary:#ede9e3;--text-secondary:#ede9e385;--text-muted:#ede9e347;--accent:#c9915a;--accent-soft:#c9915a1f;--accent-border:#c9915a40;--border:#ffffff0f;--border-subtle:#ffffff08;--sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--serif:"Instrument Serif", Georgia, "Times New Roman", serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"kern" 1, "liga" 1;font-size:16px}body{font-family:var(--sans);background:var(--bg);color:var(--text-primary);width:100%;height:100%;position:fixed;inset:0;overflow:hidden}#root{width:100%;height:100%;position:relative;overflow:hidden}::selection{background:var(--accent);color:var(--bg)}.deck{width:100vw;height:100dvh;position:relative;overflow:hidden}.slide{opacity:0;pointer-events:none;will-change:opacity, transform;flex-direction:column;justify-content:center;width:100%;height:100%;padding:0 clamp(28px,10vw,180px);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0;transform:translateY(24px)}.slide.active{opacity:1;pointer-events:auto;transform:translateY(0)}.slide.exiting{opacity:0;transform:translateY(-14px)}@media (width<=768px){.slide{padding:0 24px;transition-duration:.35s;transform:translateY(16px)}}.headline{font-family:var(--sans);letter-spacing:-.035em;color:var(--text-primary);max-width:16ch;font-size:clamp(36px,5.6vw,68px);font-weight:600;line-height:1.06}.headline em{font-family:var(--serif);color:var(--accent);font-style:italic;font-weight:400}.subtext{font-family:var(--sans);color:var(--text-secondary);max-width:50ch;margin-top:clamp(16px,2.5vw,32px);font-size:clamp(15px,1.6vw,19px);font-weight:400;line-height:1.7}.label{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);opacity:.7;margin-bottom:clamp(12px,2vw,20px);font-size:clamp(11px,1vw,12px);font-weight:500}.slide-opening{align-items:flex-start}.slide-opening .headline{max-width:22ch}.slide-opening .tagline-logo{opacity:.5;height:clamp(28px,3.5vw,42px);margin-top:clamp(32px,5vw,56px)}.slide-problem .headline{max-width:20ch;margin-bottom:clamp(28px,4vw,48px)}.slide-problem .options{flex-direction:column;gap:0;max-width:680px;display:flex}.slide-problem .option{border-top:1px solid var(--border);padding:clamp(14px,2vw,20px) 0}.slide-problem .option:last-child{border-bottom:1px solid var(--border)}.slide-problem .option-num{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:clamp(10px,.9vw,11px);font-weight:500}.slide-problem .option-text{font-family:var(--sans);font-size:clamp(15px,1.6vw,18px);line-height:1.55}.slide-problem .option.dismissed .option-num,.slide-problem .option.dismissed .option-text{color:var(--text-muted)}.slide-problem .option.reality{border-top:1px solid var(--accent-border);padding:clamp(18px,2.5vw,28px) 0}.slide-problem .option.reality .option-num{color:var(--accent)}.slide-problem .option.reality .option-text{color:var(--text-primary);letter-spacing:-.01em;font-size:clamp(17px,2vw,22px);font-weight:500}@media (width<=768px){.slide-problem .options{max-width:100%}}.slide-shift .headline{max-width:18ch}.slide-shift .cost-visual{align-items:baseline;gap:clamp(20px,3.5vw,40px);margin-top:clamp(24px,4vw,48px);margin-bottom:clamp(12px,2vw,20px);display:flex}.slide-shift .cost-word{font-family:var(--sans);letter-spacing:-.04em;font-size:clamp(48px,8vw,96px);line-height:1}.slide-shift .cost-word-struck{color:var(--text-primary);opacity:.15;font-weight:600;-webkit-text-decoration:line-through #ede9e399;text-decoration:line-through #ede9e399;text-decoration-thickness:4px}.slide-shift .cost-word-accent{color:var(--accent);opacity:1;font-weight:600}.slide-shift .cost-arrow-wrap{align-self:center;align-items:center;display:inline-flex;position:relative;top:-.15em}.slide-shift .cost-arrow-svg{width:clamp(48px,6vw,80px);height:auto;color:var(--accent);opacity:.5}.slide-shift .cost-arrow-svg .arrow-line{stroke-dasharray:68;stroke-dashoffset:68px}.slide-shift.active .shift-step-3 .arrow-line{animation:.2s cubic-bezier(.16,1,.3,1) .65s forwards drawLine}@keyframes drawLine{to{stroke-dashoffset:0}}.slide-shift .shift-body{font-family:var(--sans);color:var(--text-secondary);max-width:52ch;font-size:clamp(15px,1.5vw,18px);font-weight:400;line-height:1.7}.slide-shift .shift-sequence{flex-direction:column;justify-content:center;display:flex}.slide-shift .shift-step{opacity:0;transform:translateY(18px)}.slide-shift.active .shift-step{animation:.25s cubic-bezier(.16,1,.3,1) forwards shiftReveal}.slide-shift.active .shift-step-1{animation-delay:50ms}.slide-shift.active .shift-step-2{animation-name:shiftRevealDead;animation-delay:.35s}.slide-shift.active .shift-step-3{animation-delay:.6s}.slide-shift.active .shift-step-4{animation-delay:.85s}.slide-shift.active .shift-step-5{animation-delay:1.1s}@keyframes shiftReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes shiftRevealDead{0%{opacity:0;transform:translateY(18px)}to{opacity:.15;transform:translateY(0)}}@media (width<=768px){.slide-shift .cost-arrow-svg{width:40px}.slide-shift .cost-word-struck{text-decoration-thickness:2px}@keyframes shiftReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shiftRevealDead{0%{opacity:0;transform:translateY(12px)}to{opacity:.17;transform:translateY(0)}}.slide-shift.active .shift-step-2{animation-delay:.25s}.slide-shift.active .shift-step-3{animation-delay:.45s}.slide-shift.active .shift-step-4{animation-delay:.65s}.slide-shift.active .shift-step-5{animation-delay:.85s}.slide-shift.active .shift-step-3 .arrow-line{animation-delay:.45s}}.slide-proof{padding-top:clamp(48px,6vh,80px);padding-bottom:clamp(48px,6vh,80px)}.slide-proof .headline{margin-bottom:clamp(24px,3vw,40px)}.slide-proof .case-split{grid-template-columns:1fr 1fr;gap:clamp(16px,2vw,24px);max-width:800px;display:grid}.slide-proof .case-col{border-radius:12px;padding:clamp(16px,2.5vw,28px)}.slide-proof .case-before{background:var(--bg-elevated);border:1px solid var(--border)}.slide-proof .case-after{background:var(--bg-surface);border:1px solid var(--accent-border)}.slide-proof .case-col-label{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;margin-bottom:clamp(12px,1.5vw,18px);font-size:clamp(10px,.9vw,11px);font-weight:600}.slide-proof .case-before .case-col-label{color:var(--text-muted)}.slide-proof .case-after .case-col-label{color:var(--accent)}.slide-proof .case-items{flex-direction:column;gap:clamp(6px,.8vw,10px);display:flex}.slide-proof .case-item{font-family:var(--sans);padding-left:14px;font-size:clamp(12px,1.1vw,14px);line-height:1.55;position:relative}.slide-proof .case-item:before{content:"";border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:0}.slide-proof .case-before .case-item{color:var(--text-muted)}.slide-proof .case-before .case-item:before{background:#ede9e326}.slide-proof .case-after .case-item{color:var(--text-secondary)}.slide-proof .case-after .case-item:before{background:var(--accent);opacity:.5}.slide-proof .case-client{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:clamp(8px,1vw,12px);font-size:clamp(10px,.9vw,11px);font-weight:500}.slide-proof .case-result{font-family:var(--sans);color:var(--text-primary);letter-spacing:-.01em;margin-top:clamp(20px,2.5vw,32px);font-size:clamp(18px,2.2vw,26px);font-weight:400}.slide-proof .case-result-number{color:var(--accent);font-weight:700}.slide-proof .case-footer{font-family:var(--sans);color:var(--text-muted);margin-top:clamp(16px,2vw,24px);font-size:clamp(11px,1vw,13px);font-style:italic}@media (width<=768px){.slide-proof .case-split{grid-template-columns:1fr;max-width:100%}.slide-proof .case-col{padding:16px}}.slide-why .headline{max-width:none;margin-bottom:clamp(28px,4vw,48px)}.slide-why .pillars{grid-template-columns:repeat(3,1fr);gap:clamp(16px,2.5vw,32px);max-width:820px;display:grid;position:relative}.slide-why .pillars:before{content:"";background:linear-gradient(90deg, transparent, var(--border) 20%, var(--border) 80%, transparent);height:1px;position:absolute;top:clamp(20px,2.5vw,28px);left:calc(clamp(16px,2.5vw,32px)/2 + 50px);right:calc(clamp(16px,2.5vw,32px)/2 + 50px)}.slide-why .pillar{position:relative}.slide-why .pillar-num{font-family:var(--serif);color:var(--accent);opacity:.4;margin-bottom:clamp(12px,1.5vw,20px);font-size:clamp(28px,3.5vw,40px);line-height:1}.slide-why .pillar-title{font-family:var(--sans);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:clamp(8px,1vw,12px);font-size:clamp(16px,1.8vw,20px);font-weight:600}.slide-why .pillar-body{font-family:var(--sans);color:var(--text-secondary);font-size:clamp(13px,1.2vw,15px);font-weight:400;line-height:1.65}.slide-why .client-strip{align-items:center;gap:clamp(16px,3vw,36px);margin-top:clamp(28px,4vw,48px);display:flex}.slide-why .client-name{font-family:var(--sans);color:var(--text-muted);letter-spacing:.04em;font-size:clamp(12px,1.2vw,14px);font-weight:500}@media (width<=768px){.slide-why .pillars{grid-template-columns:1fr;gap:20px;max-width:100%}.slide-why .pillars:before{display:none}.slide-why .pillar{grid-template-columns:auto 1fr;align-items:start;gap:0 16px;display:grid}.slide-why .pillar-num{grid-row:1/3;align-self:center;font-size:32px}.slide-why .pillar-title{margin-bottom:4px}}.slide-closing{align-items:flex-start}.slide-closing .headline{max-width:18ch}.slide-closing .contact-block{flex-direction:column;gap:8px;margin-top:clamp(32px,4vw,52px);display:flex}.slide-closing .contact-link{font-family:var(--sans);color:var(--accent);align-items:center;gap:6px;font-size:clamp(15px,1.6vw,18px);font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-flex}.slide-closing .contact-link:hover{opacity:.75}.slide-closing .contact-secondary{font-family:var(--sans);color:var(--text-muted);font-size:clamp(13px,1.3vw,15px);font-weight:400;text-decoration:none;transition:color .3s}.slide-closing .contact-secondary:hover{color:var(--text-secondary)}.progress{z-index:100;gap:5px;display:flex;position:fixed;bottom:clamp(20px,3vh,32px);left:50%;transform:translate(-50%)}.progress-dot{cursor:pointer;background:#ffffff14 padding-box content-box;border:none;border-radius:1px;width:20px;height:2px;padding:8px 0;transition:background .4s,width .4s}.progress-dot:hover{background:#ffffff26 padding-box content-box}.progress-dot.active{background:var(--accent);background-clip:content-box;width:28px}.nav-hint{font-family:var(--sans);color:var(--text-muted);letter-spacing:.08em;opacity:1;pointer-events:none;white-space:nowrap;font-size:11px;font-weight:400;transition:opacity .8s;position:fixed;bottom:clamp(44px,5.5vh,60px);left:50%;transform:translate(-50%)}.nav-hint.hidden{opacity:0}.ambient{pointer-events:none;z-index:-1;position:fixed;inset:0;overflow:hidden}.ambient-orb{filter:blur(140px);opacity:.03;border-radius:50%;position:absolute}.ambient-orb-1{background:var(--accent);width:700px;height:700px;top:-300px;right:-200px}.ambient-orb-2{background:#8b6a4a;width:500px;height:500px;bottom:-200px;left:-150px}.noise{pointer-events:none;z-index:1000;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px;position:fixed;inset:0}.slide.active .stagger>*{animation:.5s cubic-bezier(.16,1,.3,1) both fadeUp}.slide.active .stagger>:first-child{animation-delay:40ms}.slide.active .stagger>:nth-child(2){animation-delay:.1s}.slide.active .stagger>:nth-child(3){animation-delay:.16s}.slide.active .stagger>:nth-child(4){animation-delay:.22s}.slide.active .stagger>:nth-child(5){animation-delay:.28s}.slide.active .stagger>:nth-child(6){animation-delay:.34s}.slide.active .stagger>:nth-child(7){animation-delay:.4s}.slide.active .stagger>:nth-child(8){animation-delay:.46s}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}
