*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #f5f0e8;--warm-white: #fdfaf5;--ink: #1a1208;--ink-muted: #5c4f3a;--gold: #c8973a;--gold-light: #f0d99a;--gold-dark: #8a6320;--sage: #4a7c59;--sage-light: #d6ead8;--rose: #c05858;--rose-light: #f5dede;--border: rgba(26, 18, 8, .12);--border-strong: rgba(26, 18, 8, .25)}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--warm-white);color:var(--ink);font-size:16px;line-height:1.7;overflow-x:hidden}#app{min-height:100vh;display:flex;flex-direction:column}.site-header{position:fixed;top:0;left:0;right:0;z-index:200}.site-nav{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 3rem;background:#fdfaf5eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border)}.nav-logo{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900;color:var(--ink);letter-spacing:-.5px;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none}.nav-logo-mascot{flex-shrink:0;margin-right:9px;display:inline-block;vertical-align:middle}.nav-logo span{color:var(--gold)}nav ul.nav-links{display:flex;list-style:none;gap:2.5rem;align-items:center;margin:0;padding:0}nav ul.nav-links a,nav ul.nav-links .router-link-active{text-decoration:none;color:var(--ink-muted);font-size:.9rem;font-weight:400;transition:color .2s;cursor:pointer}nav ul.nav-links a:hover{color:var(--ink)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer}.nav-toggle-bar{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s,opacity .2s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#how,#features,#notifications,#waitlist{scroll-margin-top:5.5rem}.nav-active{color:var(--ink)!important;font-weight:500!important}.nav-cta{background:var(--ink);color:var(--warm-white)!important;padding:.55rem 1.3rem;border-radius:50px;font-weight:500!important;transition:background .2s!important}.nav-cta:hover{background:var(--gold-dark)!important;color:var(--warm-white)!important}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 4rem;position:relative;background:var(--cream);overflow:hidden}.hero-bg-ring{position:absolute;border-radius:50%;border:1px solid rgba(200,151,58,.18);pointer-events:none}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-light);color:var(--gold-dark);font-size:.78rem;font-weight:500;letter-spacing:.08em;padding:.35rem 1rem;border-radius:50px;text-transform:uppercase;margin-bottom:1.8rem;animation:fadeUp .6s ease both}.hero h1{font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:1.05;letter-spacing:-2px;max-width:900px;animation:fadeUp .7s .1s ease both}.hero h1 em{color:var(--gold);font-style:italic}.hero-sub{max-width:520px;margin:1.8rem auto 2.8rem;font-size:1.1rem;color:var(--ink-muted);font-weight:300;line-height:1.7;animation:fadeUp .7s .2s ease both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeUp .7s .3s ease both}.btn-primary{background:var(--ink);color:var(--warm-white);padding:1rem 2.2rem;border-radius:50px;font-size:.95rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--ink);padding:1rem 2.2rem;border-radius:50px;font-size:.95rem;font-weight:500;border:1.5px solid var(--border-strong);text-decoration:none;cursor:pointer;transition:border-color .2s,transform .15s;display:inline-block}.btn-outline:hover{border-color:var(--ink);transform:translateY(-1px)}.hero-chat{margin-top:4rem;animation:fadeUp .8s .4s ease both;position:relative;z-index:1}.chat-frame{width:320px;margin:0 auto;background:var(--ink);border-radius:38px;padding:12px;box-shadow:0 40px 80px #1a120840}.chat-screen{background:#ece5dd;border-radius:28px;overflow:hidden}.chat-top-bar{background:#075e54;padding:.8rem 1rem;display:flex;align-items:center;gap:.6rem}.chat-avatar{width:36px;height:36px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--ink);flex-shrink:0}.chat-contact{flex:1}.chat-contact-name{font-size:.85rem;font-weight:600;color:#fff}.chat-contact-sub{font-size:.7rem;color:#ffffffb3}.chat-messages{padding:.8rem;display:flex;flex-direction:column;gap:.5rem;min-height:220px}.chat-bubble{max-width:80%;padding:.5rem .8rem;border-radius:12px;font-size:.82rem;line-height:1.45}.chat-bubble.received{background:#fff;align-self:flex-start;border-bottom-left-radius:2px;color:var(--ink)}.chat-bubble.sent{background:#dcf8c6;align-self:flex-end;border-bottom-right-radius:2px;color:var(--ink)}.chat-time{font-size:.65rem;color:#5c4f3a80;text-align:right;margin-top:2px}.chat-time.left{text-align:left}section{padding:6rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.1;letter-spacing:-1px;color:var(--ink);max-width:600px}.section-sub{margin-top:1rem;color:var(--ink-muted);font-weight:300;max-width:480px;line-height:1.7}.pavlov-origin-card{display:flex;gap:2rem;align-items:flex-start;background:var(--cream);border:.5px solid var(--border-strong);border-radius:24px;padding:2.5rem;margin:2.5rem 0 3.5rem}.pavlov-origin-icon{flex-shrink:0;width:80px;height:80px;background:var(--gold-light);border-radius:20px;display:flex;align-items:center;justify-content:center}.pavlov-origin-label{font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.pavlov-origin-text h3{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--ink);margin-bottom:.8rem;letter-spacing:-.5px}.pavlov-origin-text p{font-size:.92rem;color:var(--ink-muted);font-weight:300;line-height:1.75;margin-bottom:.7rem}.pavlov-origin-text p:last-child{margin-bottom:0}.pavlov-origin-text strong{color:var(--ink);font-weight:500}.pavlov-origin-text em{color:var(--gold-dark);font-style:italic}.upcoming-eps{margin-top:5rem}.upcoming-ep-list{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem}.upcoming-ep{background:var(--warm-white);border:.5px solid var(--border);border-radius:18px;padding:1.8rem 2rem;display:flex;gap:1.5rem;align-items:flex-start;transition:transform .2s,box-shadow .2s}.upcoming-ep:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a120812}.ep-num-badge{flex-shrink:0;width:48px;height:48px;background:var(--gold-light);border-radius:14px;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:900;color:var(--gold-dark)}.upcoming-ep-body{flex:1}.upcoming-ep-body .ep-tag{margin-bottom:.4rem}.upcoming-ep-body h4{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.4rem;letter-spacing:-.3px}.upcoming-ep-body p{font-size:.88rem;color:var(--ink-muted);font-weight:300;line-height:1.6}.ep-status{font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-top:.6rem;display:inline-block;padding:.25rem .7rem;border-radius:50px}.ep-status.coming{background:var(--gold-light);color:var(--gold-dark)}.ep-status.new{background:var(--sage-light);color:var(--sage)}.how-section{background:var(--warm-white)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3.5rem}.step{position:relative}.step-num{font-family:Playfair Display,serif;font-size:4rem;font-weight:900;color:var(--gold-light);line-height:1;margin-bottom:.5rem}.step h3{font-size:1.1rem;font-weight:500;margin-bottom:.5rem;color:var(--ink)}.step p{font-size:.9rem;color:var(--ink-muted);font-weight:300;line-height:1.6}.features-section{background:var(--cream)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3.5rem}.feature-card{background:var(--warm-white);border:.5px solid var(--border);border-radius:20px;padding:2rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #1a120814}.feature-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.4rem}.feature-card h3{font-size:1.05rem;font-weight:500;margin-bottom:.5rem}.feature-card p{font-size:.88rem;color:var(--ink-muted);font-weight:300;line-height:1.6}.fi-gold{background:var(--gold-light)}.fi-sage{background:var(--sage-light)}.fi-rose{background:var(--rose-light)}.fi-cream{background:var(--cream)}.notif-section{background:var(--ink);color:var(--warm-white)}.notif-section .section-title{color:var(--warm-white)}.notif-section .section-sub{color:#f5f0e899}.notif-section .section-label{color:var(--gold)}.notif-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem;max-width:620px}.notif-card{border-radius:18px;padding:1.4rem 1.6rem}.notif-card.good{background:#4a7c5933;border:.5px solid rgba(74,124,89,.3)}.notif-card.try{background:#c0585833;border:.5px solid rgba(192,88,88,.3)}.notif-card .notif-tag{font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.7rem}.notif-card.good .notif-tag{color:#7dbfa0}.notif-card.try .notif-tag{color:#e8938e}.notif-card .notif-msg{font-size:.9rem;line-height:1.5;font-weight:300}.notif-card.good .notif-msg{color:#d6ead8e6}.notif-card.try .notif-msg{color:#f5dedee6}.notif-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.signup-section{background:var(--cream)}.signup-inner{max-width:560px;margin:0 auto;text-align:center}.signup-inner .section-label{display:block}.signup-inner .section-title{max-width:100%;margin:0 auto}.signup-inner .signup-headline{margin:0 auto .5rem}.signup-inner .signup-lead.section-sub{margin:0 auto}.signup-cta-title{margin:0 auto .5rem}.signup-cta-lead{margin:0 auto}.signup-cta-wrap{margin-top:2rem}.btn-primary-lg{font-size:1rem;padding:1.1rem 2.8rem}.signup-form{margin-top:2.5rem;background:var(--warm-white);border:.5px solid var(--border-strong);border-radius:24px;padding:2.5rem 2rem;text-align:left}.form-row{margin-bottom:1.2rem}.form-row label{display:block;font-size:.82rem;font-weight:500;margin-bottom:.4rem;color:var(--ink)}.form-row input,.form-row select{width:100%;padding:.8rem 1rem;border:1px solid var(--border-strong);border-radius:10px;background:var(--cream);font-family:DM Sans,sans-serif;font-size:.93rem;color:var(--ink);outline:none;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-row input:focus,.form-row select:focus{border-color:var(--gold);background:var(--warm-white)}.form-row input::placeholder{color:#5c4f3a66}.form-row input.input-error{border-color:var(--rose)}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-submit{width:100%;padding:1rem;background:var(--ink);color:var(--warm-white);border:none;border-radius:50px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;transition:background .2s;margin-top:.8rem}.form-submit:hover{background:var(--gold-dark)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-error{color:var(--rose);font-size:.8rem;margin-top:.3rem}.form-error-submit{margin-bottom:.8rem}.form-note{text-align:center;margin-top:1rem;font-size:.78rem;color:var(--ink-muted)}.form-success{text-align:center;padding:2rem}.form-success .check{width:56px;height:56px;border-radius:50%;background:var(--sage-light);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.form-success h3{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--ink);margin-bottom:.5rem}.form-success p{color:var(--ink-muted);font-size:.9rem}.site-footer{flex-shrink:0;margin-top:auto;width:100%;position:relative;z-index:1;background:var(--ink);color:#f5f0e880}.site-footer-inner{text-align:center;padding:2rem 2rem 2.5rem;max-width:1100px;margin:0 auto}.site-footer-copy{font-size:.85rem;font-weight:300;margin:0}.site-footer-copy span{color:var(--gold)}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;margin-top:1.25rem;padding-top:1.25rem;border-top:.5px solid rgba(245,240,232,.12)}.footer-legal a{color:#f5f0e8a6;text-decoration:none;font-size:.82rem;transition:color .2s}.footer-legal a:hover{color:var(--gold)}.footer-legal-current{color:var(--gold);font-size:.82rem;font-weight:500}.footer-legal-sep{color:#f5f0e859;font-size:.82rem}.legal-page{padding:7rem 2rem 4rem;background:var(--warm-white)}.legal-inner{max-width:720px;margin:0 auto}.legal-back{display:inline-block;font-size:.88rem;color:var(--ink-muted);text-decoration:none;margin-bottom:1.5rem;transition:color .2s}.legal-back:hover{color:var(--ink)}.legal-updated{font-size:.78rem;color:var(--ink-muted);letter-spacing:.04em;margin-bottom:1rem}.legal-page h1{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:900;letter-spacing:-1px;color:var(--ink);margin-bottom:1rem;line-height:1.1}.legal-lead{font-size:1.05rem;color:var(--ink-muted);font-weight:300;line-height:1.75;margin-bottom:2.5rem}.legal-page section{padding:0;margin-bottom:2rem}.legal-page section h2{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:var(--ink);margin-bottom:.75rem;letter-spacing:-.3px}.legal-page section p,.legal-page section li{font-size:.95rem;color:var(--ink-muted);font-weight:300;line-height:1.75}.legal-page section p{margin-bottom:.75rem}.legal-page section ul{margin:.5rem 0 1rem 1.25rem;padding:0}.legal-page section li{margin-bottom:.35rem}.legal-page a{color:var(--gold-dark);text-decoration:underline;text-underline-offset:2px}.legal-page a:hover{color:var(--gold)}.app-main{flex:1 0 auto;width:100%;display:flex;flex-direction:column}.app-main-inner{flex:1 0 auto;width:100%;position:relative}.form-note a{color:var(--gold-dark);text-decoration:underline;text-underline-offset:2px}.form-note a:hover{color:var(--gold)}.page-enter-active,.page-leave-active{transition:opacity .3s ease,transform .3s ease}.page-enter-from{opacity:0;transform:translateY(16px)}.page-leave-to{opacity:0;transform:translateY(-8px)}.podcast-hero{min-height:60vh;background:var(--ink);color:var(--warm-white);display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 5rem;position:relative;overflow:hidden}.podcast-hero h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;letter-spacing:-2px;line-height:1.05;animation:fadeUp .7s ease both}.podcast-hero h1 em{color:var(--gold);font-style:italic}.podcast-hero p{max-width:540px;margin:1.5rem auto 0;font-size:1.05rem;color:#fdfaf5b3;font-weight:300;line-height:1.7;animation:fadeUp .7s .15s ease both}.podcast-hero .podcast-hero-eyebrow{margin-bottom:1.5rem}.podcast-wave{position:absolute;bottom:0;left:0;right:0;height:80px;background:var(--warm-white);clip-path:ellipse(55% 100% at 50% 100%)}.podcast-content{padding:5rem 2rem 6rem;background:var(--warm-white)}.podcast-coming-soon{max-width:700px;margin:0 auto;text-align:center}.podcast-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-light);color:var(--gold-dark);font-size:.78rem;font-weight:500;letter-spacing:.1em;padding:.4rem 1.1rem;border-radius:50px;text-transform:uppercase;margin-bottom:2rem}.podcast-coming-soon h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;letter-spacing:-1px;color:var(--ink);margin-bottom:1.2rem}.podcast-coming-soon p{color:var(--ink-muted);font-size:1rem;font-weight:300;line-height:1.75;max-width:560px;margin:0 auto 1.5rem}.podcast-note{font-style:italic;color:var(--gold-dark);font-size:.95rem}.podcast-cta-wrap{margin-top:2rem}.podcast-ep-wrap{margin-top:5rem}.podcast-ep-preview{margin-top:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.ep-card{background:var(--cream);border-radius:20px;padding:2rem;border:.5px solid var(--border);text-align:left;transition:transform .2s,box-shadow .2s}.ep-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #1a120814}.ep-tag{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}.ep-card h3{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.ep-card p{font-size:.88rem;color:var(--ink-muted);font-weight:300;line-height:1.6}.ep-card .ep-meta{font-size:.78rem;color:var(--gold-dark);margin-top:1rem;font-weight:500}.waitlist-page{padding-top:5.5rem;padding-bottom:2rem}.waitlist-split{display:grid;grid-template-columns:1fr 1fr;min-height:auto}.waitlist-left{background:var(--ink);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}.waitlist-left h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:900;letter-spacing:-1.5px;line-height:1.08;color:var(--warm-white);margin-bottom:1.5rem}.waitlist-left h1 em{color:var(--gold);font-style:italic}.waitlist-left p{color:#fdfaf5a6;font-weight:300;font-size:1rem;line-height:1.75;max-width:400px;margin-bottom:2.5rem}.waitlist-right{background:var(--cream);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}.signup-form-panel{background:var(--warm-white);border:.5px solid var(--border-strong);border-radius:24px;padding:2.5rem 2rem}.waitlist-right .form-note{text-align:left}.waitlist-badge{display:inline-flex;align-items:center;gap:.5rem;background:#c8973a26;color:var(--gold);font-size:.78rem;font-weight:500;letter-spacing:.1em;padding:.4rem 1.1rem;border-radius:50px;text-transform:uppercase;margin-bottom:2rem}.waitlist-form-title{max-width:100%;margin-bottom:2rem}.waitlist-name-row{margin-bottom:1.2rem}.form-row-flush{margin-bottom:0}.label-muted{color:var(--ink-muted);font-weight:300}.form-success-back{margin-top:1rem}.video-placeholder{width:100%;background:var(--ink);border-radius:16px;aspect-ratio:16 / 9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;margin-bottom:2rem;border:2px dashed rgba(200,151,58,.3);position:relative;overflow:hidden}.video-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(200,151,58,.08) 0%,transparent 70%)}.video-play-icon{width:56px;height:56px;border-radius:50%;background:#c8973a33;border:2px solid rgba(200,151,58,.4);display:flex;align-items:center;justify-content:center;font-size:1.4rem;position:relative;z-index:1}.video-placeholder span{font-size:.8rem;color:#fdfaf580;letter-spacing:.08em;text-transform:uppercase;position:relative;z-index:1}.social-proof{display:flex;align-items:center;gap:.8rem;margin-top:2rem}.sp-faces{display:flex}.sp-face{width:32px;height:32px;border-radius:50%;border:2px solid var(--ink);margin-left:-8px;display:flex;align-items:center;justify-content:center;font-size:.9rem}.sp-face:first-child{margin-left:0}.sp-text{font-size:.82rem;color:#fdfaf599;font-weight:300}.sp-text strong{color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.site-nav{padding:1rem 1.5rem;position:relative}.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1.5rem 1.25rem;background:#fdfaf5fa;border-bottom:.5px solid var(--border);box-shadow:0 12px 24px #1a120814}.nav-links-open{display:flex}.nav-links li{padding:.65rem 0;border-bottom:.5px solid var(--border)}.nav-links li:last-child{border-bottom:none;padding-top:.85rem}.nav-links .nav-cta{display:inline-block;text-align:center}.notif-layout,.notif-cards,.form-row-2,.waitlist-split{grid-template-columns:1fr}.waitlist-left{padding:4rem 2rem 3rem}.waitlist-right{padding:3rem 2rem 5rem}.pavlov-origin-card{flex-direction:column}}@media(max-width:900px){.waitlist-split{grid-template-columns:1fr}.waitlist-left{padding:4rem 2.5rem 3rem}.waitlist-right{padding:3rem 2.5rem 5rem}}
