*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #fdfbf6;--surface: #ffffff;--surface-2: #f4eee3;--surface-3: #6b3848;--border: #ebe2d3;--text: #2a1f15;--text-muted: #7c6a5a;--text-light: #a59685;--primary: #2a1f15;--primary-deep:#6b3848;--primary-dim: #522835;--accent: #6b3848;--accent-dim: #522835;--accent-light:#c9a8b1;--warm: #c9a96b;--gold: #c9a96b;--gold-light: #e6d2a3;--warm-light: #e6d2a3;--success: #4a8c6f;--error: #c0392b;--radius: 12px;--radius-sm: 6px;--font-heading: "Poppins", system-ui, sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif;--font-ui: "Inter", system-ui, sans-serif;--max-w: 1440px;--max-w-narrow: 820px;--section-gap: 3.5rem}body{background:var(--bg);color:var(--text);font-family:var(--font-heading);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.2;font-weight:600;color:var(--primary)}h1{font-size:clamp(2.2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:1.5rem}h4{font-size:1.2rem}p{max-width:68ch}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 4rem}.section{padding:var(--section-gap) 0}.page{display:flex;flex-direction:column}.navbar{position:sticky;top:0;z-index:100;background:#faf7f2f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:68px;max-width:var(--max-w);margin:0 auto;padding:0 2.5rem}.navbar-logo{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--primary);letter-spacing:.01em}.navbar-links{display:flex;list-style:none;gap:.25rem;align-items:center}.navbar-links a{display:block;padding:.4rem .9rem;border-radius:var(--radius-sm);color:var(--text-muted);font-size:.9rem;font-weight:400;transition:color .15s,background .15s}.navbar-links a:hover{color:var(--primary)}.navbar-links a.active{color:var(--primary);font-weight:500}.navbar-links .nav-cta{margin-left:.5rem}.nav-cta-btn{font-weight:600;font-size:.88rem;letter-spacing:.03em;background:var(--accent)!important;color:#fff!important;box-shadow:0 2px 12px #6b384840;transition:background .2s,transform .15s,box-shadow .2s}.nav-cta-btn:hover{background:var(--accent-dim)!important;color:#fff!important;box-shadow:0 4px 20px #6b384859;transform:translateY(-1px)}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 8px 24px #00000014;min-width:180px;padding:.4rem 0;z-index:200}.dropdown-menu a{display:block;padding:.55rem 1rem;font-size:.88rem;color:var(--text-muted);transition:color .15s,background .15s}.dropdown-menu a:hover{color:var(--primary);background:var(--surface-2)}.footer{background:var(--primary);color:#ffffffbf;padding:3rem 0 2rem;margin-top:auto}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 2.5rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-family:var(--font-heading);font-size:1.3rem;color:#fff;font-weight:500}.footer-tagline{font-size:.85rem}.footer-links{display:flex;flex-direction:column;gap:.4rem}.footer-links a{font-size:.9rem;transition:color .15s}.footer-links a:hover{color:var(--accent)}.footer-social{display:flex;gap:.75rem;align-items:flex-start}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1f;font-size:.8rem;transition:background .15s}.footer-social a:hover{background:var(--accent);color:#fff}.footer-bottom{max-width:var(--max-w);margin:2rem auto 0;padding:1.5rem 2.5rem 0;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:50px;font-family:var(--font-ui);font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:opacity .15s,transform .1s,box-shadow .15s;letter-spacing:.01em;white-space:nowrap}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 2px 12px #2a1f1540}.btn-primary:hover{opacity:.9;box-shadow:0 4px 20px #2a1f154d}.btn-accent{background:var(--primary);color:#fff;box-shadow:0 2px 12px #1c1c2e40}.btn-accent:hover{opacity:.9}.btn-outline{background:transparent;border:1.5px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-ghost{background:var(--surface-2);color:var(--text);border-radius:var(--radius-sm)}.btn-ghost:hover{opacity:.8}.btn-sm{padding:.45rem 1rem;font-size:.82rem}.btn-lg{padding:1rem 2.5rem;font-size:1rem}.btn-danger{color:var(--error)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.card-hover{transition:box-shadow .2s,transform .2s}.card-hover:hover{box-shadow:0 8px 32px #2a1f151a;transform:translateY(-2px)}label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--text-muted)}.input,.textarea,.select{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .9rem;color:var(--text);font-size:.95rem;font-family:var(--font-ui);width:100%;transition:border-color .15s}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--primary)}.textarea{resize:vertical;min-height:100px}.form-error{color:var(--error);font-size:.82rem}.form-success{color:var(--success);font-size:.82rem}.hero{min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,#fdfbf6,#f4eee3);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a96e' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-inner{position:relative;max-width:var(--max-w);margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-eyebrow{font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--accent)}.hero-title{color:var(--primary)}.hero-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:50ch}.hero-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.hero-btn{background:var(--accent)!important;box-shadow:0 4px 20px #6b38484d!important}.hero-btn:hover{background:var(--accent-dim)!important;box-shadow:0 6px 28px #6b384866!important}.hero-reassurance{font-size:.8rem;color:var(--text-muted);padding-left:.25rem;letter-spacing:.02em}.hero-proof{display:flex;gap:2rem;padding-top:1.25rem;border-top:1px solid var(--border)}.hero-proof-item{display:flex;flex-direction:column;gap:2px}.hero-proof-num{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--gold)}.hero-proof-label{font-size:.78rem;color:var(--text-muted)}.hero-image{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5;background:var(--surface-2)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:"";position:absolute;bottom:-1rem;right:-1rem;width:80%;height:80%;border:2px solid var(--accent);border-radius:var(--radius);z-index:-1}.section-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem}.section-header.centered{align-items:center;text-align:center}.section-eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--accent)}.section-divider{width:40px;height:2px;background:var(--accent);border-radius:2px}.section-header.centered .section-divider{margin:0 auto}.vsl-section{background:var(--primary);color:#fff}.vsl-section h2{color:#fff}.vsl-section p{color:#ffffffbf}.vsl-wrapper{position:relative;padding-top:56.25%;border-radius:var(--radius);overflow:hidden;background:#000;margin-top:2rem}.vsl-wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonial-card{display:flex;flex-direction:column;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.testimonial-quote{font-family:var(--font-heading);font-size:1.05rem;font-style:italic;color:var(--text);line-height:1.6;flex:1}.testimonial-quote:before{content:"“";color:var(--accent);font-size:2rem;line-height:0;vertical-align:-.5em;margin-right:.1em}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--surface-2);flex-shrink:0}.testimonial-name{font-weight:500;font-size:.9rem}.testimonial-role{font-size:.8rem;color:var(--text-muted)}.testimonial-video{position:relative;padding-top:56.25%;border-radius:var(--radius-sm);overflow:hidden}.testimonial-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.faq-content{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto}.faq-two-col{display:grid;grid-template-columns:1fr 1.4fr;gap:1.5rem;align-items:start}.faq-questions-list{display:flex;flex-direction:column;gap:.4rem}.faq-q-btn{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.9rem 1rem;font-family:var(--font-heading);font-size:.88rem;color:var(--text-muted);cursor:pointer;transition:all .15s;line-height:1.4}.faq-q-btn:hover{color:var(--primary);border-color:var(--accent-light)}.faq-q-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.faq-q-btn.active svg{stroke:#fff;opacity:.7}.faq-q-btn svg{flex-shrink:0;stroke:var(--accent);transition:stroke .15s}.faq-answer-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;position:sticky;top:5rem}.faq-answer-question{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--primary);line-height:1.4}.faq-answer-body{display:flex;flex-direction:column;gap:.75rem}.faq-answer-body p{font-size:.95rem;color:var(--text-muted);line-height:1.75;max-width:none}.faq-answer-body strong{color:var(--primary);font-weight:600}@media (max-width: 900px){.faq-two-col{grid-template-columns:1fr}.faq-answer-panel{position:static}}.capture-section{background:var(--surface-2)}.capture-box{max-width:520px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.capture-form{display:flex;gap:.5rem;width:100%}.capture-form .input{border-radius:50px}.cta-final-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.cta-final-title{font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;color:#fff;text-align:center;line-height:1.2}.cta-final-body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.cta-final-text{display:flex;flex-direction:column;gap:.75rem}.cta-final-text p{font-size:.95rem;color:#ffffffbf;line-height:1.75;max-width:none}.cta-final-text strong{color:#fff;font-weight:600}.cta-final-action{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cta-final-btn{background:var(--accent)!important;font-size:1rem!important;padding:1rem 2.5rem!important;width:100%;justify-content:center}.cta-final-reassurance{font-size:.82rem;color:#ffffff73;letter-spacing:.04em}@media (max-width: 900px){.cta-final-body{grid-template-columns:1fr;gap:1.5rem;text-align:center}.cta-final-btn{width:auto}}.episodes-list{display:flex;flex-direction:column;gap:1.5rem}.episode-card{display:flex;flex-direction:column;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.episode-meta{display:flex;gap:1rem;align-items:center}.episode-date{font-size:.8rem;color:var(--text-muted)}.episode-title{font-family:var(--font-heading);font-size:1.3rem;color:var(--primary)}.episode-description{font-size:.9rem;color:var(--text-muted)}.episode-embed{border-radius:var(--radius-sm);overflow:hidden}.episode-embed iframe{display:block;width:100%;border:none}.resource-gate{max-width:480px;margin:0 auto;text-align:center;padding:var(--section-gap) 1.5rem}.quisuisje-content{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto}.quisuisje-top{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}.quisuisje-photo{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5;background:var(--surface)}.quisuisje-photo img{width:100%;height:100%;object-fit:cover}.quisuisje-photo-accent{position:absolute;bottom:-8px;right:-8px;width:75%;height:75%;border:2px solid var(--accent);border-radius:var(--radius);z-index:-1}.quisuisje-story{display:flex;flex-direction:column;gap:0;padding-top:.5rem}.quisuisje-beat{display:flex;gap:1rem;padding-bottom:1.75rem}.quisuisje-beat:last-child{padding-bottom:0}.quisuisje-beat-line{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.quisuisje-beat-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:4px}.quisuisje-beat-connector{width:1px;background:var(--border);flex:1;margin-top:6px}.quisuisje-beat-text{font-size:.95rem;color:var(--text-muted);line-height:1.7}.quisuisje-beat-text strong{color:var(--primary);font-weight:600}.quisuisje-pivot{background:var(--surface);border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:1.5rem 2rem;font-family:var(--font-heading);font-size:1.05rem;font-weight:500;color:var(--primary);line-height:1.6;text-align:center}.quisuisje-today{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.quisuisje-today-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.6rem}.quisuisje-today-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-dim)}.quisuisje-today-text{font-size:.95rem;color:var(--text-muted);line-height:1.65}.quisuisje-today-text strong{color:var(--primary);font-weight:600}.quisuisje-certifs{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.quisuisje-certif{font-size:.78rem;font-weight:500;color:var(--success);background:#4a8c6f1a;border-radius:50px;padding:.2rem .75rem}@media (max-width: 900px){.quisuisje-top{grid-template-columns:1fr}.quisuisje-photo{max-width:320px;margin:0 auto}.quisuisje-today{grid-template-columns:1fr}}.client-layout{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 68px)}.client-sidebar{background:var(--surface);border-right:1px solid var(--border);padding:2rem 1rem;display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:flex;align-items:center;gap:.65rem;padding:.6rem .9rem;border-radius:var(--radius-sm);color:var(--text-muted);font-size:.9rem;transition:all .15s}.sidebar-link:hover{background:var(--surface-2);color:var(--primary)}.sidebar-link.active{background:#2a1f1514;color:var(--primary);font-weight:500}.client-main{padding:2.5rem}.client-page-title{margin-bottom:2rem}.workbook{display:flex;flex-direction:column;gap:3rem}.workbook-section{display:flex;flex-direction:column;gap:1.5rem}.workbook-section-header{border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:.5rem}.workbook-section-title{color:var(--primary)}.workbook-section-subtitle,.workbook-intro{color:var(--text-muted);font-size:.9rem}.workbook-questions{display:flex;flex-direction:column;gap:1.5rem}.workbook-question{display:flex;flex-direction:column;gap:.5rem}.workbook-question-text{font-weight:500}.workbook-question-hint{font-size:.85rem;color:var(--text-light)}.workbook-scale{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.scale-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;font-size:.85rem;transition:all .15s}.scale-btn.selected{background:var(--primary);color:#fff;border-color:var(--primary)}.workbook-radio,.workbook-checkbox{display:flex;flex-direction:column;gap:.5rem}.workbook-option{display:flex;align-items:center;gap:.6rem;cursor:pointer;font-size:.9rem}.workbook-save-bar{position:sticky;bottom:0;background:#faf7f2f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border);padding:1rem 2.5rem;display:flex;justify-content:flex-end;gap:1rem;align-items:center}.save-status{font-size:.85rem;color:var(--success)}.resources-list{display:flex;flex-direction:column;gap:1rem}.resource-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.resource-icon{font-size:1.5rem;flex-shrink:0}.resource-info{flex:1;min-width:0}.resource-title{font-weight:500}.resource-description{font-size:.85rem;color:var(--text-muted)}.resource-type{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.product-card{display:flex;flex-direction:column;gap:1rem}.product-title{font-family:var(--font-heading);font-size:1.3rem}.product-price{font-size:1.5rem;font-weight:600;color:var(--primary)}.product-description{color:var(--text-muted);font-size:.9rem;flex:1}.admin-layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.admin-sidebar{background:var(--primary);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.25rem}.admin-sidebar-title{font-family:var(--font-heading);font-size:1.1rem;color:#fff;padding:0 .9rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:.75rem}.admin-nav-link{display:block;padding:.55rem .9rem;border-radius:var(--radius-sm);color:#ffffffa6;font-size:.88rem;transition:all .15s}.admin-nav-link:hover{color:#fff;background:#ffffff1a}.admin-nav-link.active{color:#fff;background:#ffffff26}.admin-main{padding:2.5rem;background:var(--bg)}.admin-header{margin-bottom:2rem}.admin-title{color:var(--primary)}.admin-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.5rem}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-full{grid-column:1 / -1}.admin-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.admin-error{color:var(--error);font-size:.85rem}.admin-success{color:var(--success);font-size:.85rem}.list-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:none}.list-row-main{flex:1;min-width:0}.list-row-title{font-weight:500;font-size:.95rem}.list-row-meta{font-size:.8rem;color:var(--text-muted)}.list-row-actions{display:flex;gap:.4rem;flex-shrink:0}.badge-pill{display:inline-block;padding:.2rem .6rem;border-radius:50px;font-size:.72rem;font-weight:500;letter-spacing:.04em}.badge-green{background:#4a8c6f1f;color:var(--success)}.badge-gold{background:#c9a96b26;color:var(--accent-dim)}.badge-gray{background:var(--surface-2);color:var(--text-muted)}.search-input{max-width:280px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.4rem}.stat-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.stat-value{font-family:var(--font-heading);font-size:2.2rem;color:var(--primary);line-height:1}.stat-detail{font-size:.8rem;color:var(--text-light)}.tiptap-wrapper{border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.tiptap-toolbar{display:flex;gap:.25rem;padding:.5rem;background:var(--surface-2);border-bottom:1px solid var(--border);flex-wrap:wrap}.tiptap-btn{padding:.25rem .5rem;border-radius:4px;border:none;background:none;cursor:pointer;font-size:.85rem;color:var(--text-muted);transition:all .1s}.tiptap-btn:hover,.tiptap-btn.active{background:var(--border);color:var(--text)}.ProseMirror{padding:.75rem;min-height:160px;outline:none;font-size:.95rem;line-height:1.7}.ProseMirror p{max-width:none}.ProseMirror:focus{border-color:var(--primary)}.drag-handle{cursor:grab;color:var(--text-light);padding:0 .35rem}.drag-handle:active{cursor:grabbing}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:2rem}.login-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.login-logo{font-family:var(--font-heading);font-size:1.5rem;color:var(--primary);text-align:center}.loading{display:flex;align-items:center;justify-content:center;min-height:300px;color:var(--text-muted)}.placeholder{color:var(--text-muted);font-style:italic}.wave-divider{width:100%;line-height:0;overflow:hidden}.wave-divider svg{display:block;width:100%;height:35px}.landing-hero{min-height:80vh;display:flex;align-items:center;background:linear-gradient(160deg,#fdfbf6,#f4eee3,#ebe2d3);position:relative;overflow:hidden}.landing-hero-inner{position:relative;max-width:var(--max-w);margin:0 auto;padding:3rem 4rem;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.landing-hero-content{display:flex;flex-direction:column;gap:1.75rem}.landing-hero-headline{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:600;line-height:1.2;color:var(--primary)}.landing-hero-headline .headline-warm{color:var(--accent);font-weight:700}.landing-hero-body{font-size:.95rem;color:var(--text-muted);line-height:1.75;max-width:58ch}.landing-hero-mission{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--primary);line-height:1.55;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1rem 1.25rem}.landing-hero-mission strong{color:var(--accent);font-weight:700}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.5rem;border-radius:50px;font-family:var(--font-heading);font-size:1rem;font-weight:600;letter-spacing:.02em;border:none;cursor:pointer;text-decoration:none;transition:all .25s ease;background:var(--accent);color:#fff;box-shadow:0 4px 20px #6b384840}.btn-cta:hover{background:var(--accent-dim);box-shadow:0 6px 28px #6b384859;transform:translateY(-2px)}.landing-section{padding:var(--section-gap) 0}.landing-section .container{max-width:var(--max-w)}.landing-section-narrow .container{max-width:var(--max-w-narrow)}.landing-title{font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.2;color:var(--primary);margin-bottom:1.25rem}.landing-subtitle{font-family:var(--font-heading);font-size:.75rem;font-weight:600;color:var(--accent-dim);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.landing-text{font-size:.95rem;color:var(--text-muted);line-height:1.8;max-width:64ch}.landing-text strong{color:var(--text);font-weight:600}.landing-text em{color:var(--primary);font-style:italic}.arrow-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:1.25rem 0}.arrow-list li{font-size:1rem;color:var(--text-muted);line-height:1.7;padding-left:1.75rem;position:relative}.arrow-list li:before{content:"👉";position:absolute;left:0}.section-cta{text-align:center;margin-top:2.5rem}.landing-photo{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5;background:var(--surface-2)}.landing-photo img{width:100%;height:100%;object-fit:cover}.podcast-hero{background:linear-gradient(160deg,#6b3848,#522835);color:#fff;padding:5rem 0 4rem;position:relative;overflow:hidden}.podcast-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(201,169,107,.2),transparent 50%);pointer-events:none}.podcast-hero-inner{position:relative;display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}.podcast-hero-content{display:flex;flex-direction:column;gap:1.25rem}.podcast-title{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:.1em;color:#fff;line-height:1;margin:.5rem 0}.podcast-tagline{font-family:var(--font-heading);font-size:1.15rem;line-height:1.7;color:#fffc;max-width:48ch}.podcast-tagline strong{color:var(--accent-light);font-weight:500}.podcast-frequency{font-size:.9rem;color:#fff9;margin-top:.5rem}.platform-links{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.platform-links.compact{margin:0}.platform-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-family:var(--font-heading);font-size:.88rem;font-weight:500;transition:all .2s}.platform-btn:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.platform-icon{font-size:1rem}.landing-section .platform-btn{background:var(--surface);border:1px solid var(--border);color:var(--primary)}.landing-section .platform-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.landing-section .platform-links{justify-content:center}.podcast-phone{display:flex;justify-content:center}.phone-frame{width:280px;height:570px;background:#1a1a1a;border-radius:42px;padding:10px;box-shadow:0 25px 60px #0006,0 0 0 2px #ffffff0d;position:relative}.phone-screen{width:100%;height:100%;background:linear-gradient(160deg,#3b3b3b,#1a1a1a);border-radius:32px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden}.phone-header{display:flex;justify-content:center;align-items:center;color:#fff;font-size:.8rem;font-weight:600;position:relative;height:18px}.phone-notch{position:absolute;top:-2px;left:50%;transform:translate(-50%);width:90px;height:22px;background:#000;border-radius:0 0 14px 14px}.phone-player{display:flex;flex-direction:column;gap:1.25rem;margin-top:auto;margin-bottom:2rem}.phone-cover{width:100%;aspect-ratio:1;background:linear-gradient(135deg,var(--accent) 0%,var(--warm) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #c9a96b59;position:relative}.phone-cover:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid rgba(255,255,255,.25);border-radius:12px}.phone-cover-label{font-family:var(--font-heading);font-size:1rem;font-weight:700;letter-spacing:.15em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.phone-title-box{text-align:center}.phone-episode-title{font-family:var(--font-heading);color:#fff;font-size:.95rem;font-weight:600;margin:0}.phone-episode-sub{color:#ffffff80;font-size:.72rem;margin:.25rem 0 0}.phone-progress{width:100%;height:3px;background:#ffffff26;border-radius:3px;overflow:hidden}.phone-progress-bar{width:35%;height:100%;background:var(--accent);border-radius:3px}.phone-controls{display:flex;align-items:center;justify-content:space-around;color:#fff9;font-size:1.1rem}.phone-play{width:44px;height:44px;background:#fff;color:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.95rem;padding-left:3px}.podcast-intro-line{font-family:var(--font-heading);font-size:1.15rem;color:var(--text-muted);line-height:1.8;margin:1rem auto!important;max-width:56ch}.podcast-intro-line em{color:var(--accent-dim);font-style:italic}.podcast-big-question{font-family:var(--font-heading);font-size:clamp(1.4rem,3vw,2rem);font-weight:600;font-style:italic;color:var(--primary);margin:2rem auto!important;max-width:36ch}.podcast-question-highlight{font-family:var(--font-heading);font-size:1.3rem;font-weight:600;color:var(--accent-dim);text-align:center;padding:1rem 0;margin:.75rem auto!important;max-width:none}.podcast-topics{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin:1.5rem 0}.podcast-topic{background:var(--surface);border:1px solid var(--border);border-radius:50px;padding:.55rem 1.25rem;font-family:var(--font-heading);font-size:.9rem;color:var(--text-muted)}.podcast-manifesto{background:var(--surface);border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:2rem 2.5rem;margin:2rem 0;max-width:620px;margin-left:auto;margin-right:auto}.podcast-manifesto p{font-family:var(--font-heading);color:var(--text-muted);margin:0 0 .75rem;line-height:1.7;max-width:none}.podcast-manifesto p:last-child{margin-bottom:0}.podcast-manifesto strong{color:var(--primary);font-weight:600}.podcast-manifesto .arrow-list{margin:.5rem 0}.podcast-footer{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap;font-size:.88rem;font-family:var(--font-heading)}.podcast-footer-sep{opacity:.4}.about-header{max-width:820px;margin:0 auto;text-align:center}.about-main-headline{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.7rem);font-weight:600;line-height:1.3;color:var(--primary);margin:1rem 0 2rem}.about-intro{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.about-intro p{font-family:var(--font-heading);font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin:0 auto}.about-intro-punchline{color:var(--primary)!important;font-weight:500}.about-intro-punchline strong{color:var(--accent-dim);font-weight:600}.story-blocks{display:flex;flex-direction:column;gap:5rem}.story-block{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center}.story-block.reversed{grid-template-columns:1.3fr 1fr}.story-block.reversed .story-photo{order:2}.story-block.reversed .story-text{order:1}.story-photo{max-width:420px;justify-self:center}.story-text{display:flex;flex-direction:column;gap:1rem}.story-eyebrow{font-family:var(--font-heading);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-dim);margin-bottom:.25rem}.coaching-belief{background:var(--surface);border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:1.5rem 2rem;font-family:var(--font-heading);font-size:1.15rem;line-height:1.6;color:var(--text);margin:1rem 0;max-width:52ch}.coaching-belief strong{color:var(--primary);font-weight:600}.coaching-approach{margin-top:5rem;text-align:center}.coaching-worlds{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap;margin:2rem 0}.coaching-world{flex:1;min-width:260px;max-width:340px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center}.coaching-world-icon{font-size:2rem;display:block;margin-bottom:.75rem}.coaching-world h4{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--primary);margin-bottom:.5rem}.coaching-world p{font-family:var(--font-heading);font-size:.9rem;color:var(--text-muted);margin:0 auto}.coaching-world-divider{font-family:var(--font-heading);font-size:1.5rem;font-weight:300;color:var(--accent)}.coaching-closer{font-family:var(--font-heading);font-size:1.15rem;line-height:1.7;color:var(--text-muted);margin:2rem auto 0;max-width:52ch}.coaching-closer strong{color:var(--primary);font-weight:600}.coaching-closer em{color:var(--accent-dim);font-style:italic}.mission-quote{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;font-style:normal;color:#fffffff2;line-height:1.4;max-width:900px;margin:1.5rem auto 0;text-align:center;padding:0}.mission-quote strong{color:var(--gold-light);font-weight:600;font-style:normal}.programme-content{display:flex;flex-direction:column;gap:2.5rem;max-width:1100px;margin:0 auto}.programme-header{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.programme-def{display:flex;flex-direction:column;gap:1.25rem;max-width:780px;margin:0 auto;text-align:center}.programme-def-intro{font-size:.95rem;color:var(--text-muted);line-height:1.8}.programme-def-intro strong{color:var(--accent);font-weight:600}.programme-def-quote{font-family:var(--font-serif);font-size:1.15rem;font-style:italic;color:var(--text-muted);line-height:1.7}.programme-pillars{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.programme-pillar{display:flex;align-items:center;gap:6px;font-size:.88rem;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:50px;padding:.4rem 1rem}.programme-pillar strong{color:var(--primary);font-weight:600}.programme-vision{display:flex;flex-direction:column;gap:1rem}.programme-section-title{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--primary);text-align:center}.programme-section-sub{font-size:.95rem;color:var(--text-muted);text-align:center;max-width:56ch;margin:0 auto}.programme-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.programme-vision-item{display:flex;align-items:flex-start;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.9rem 1rem;font-size:.92rem;color:var(--text-muted);line-height:1.55}.programme-vision-item strong{color:var(--primary);font-weight:600}.programme-vision-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:5px}.programme-vision-finale{text-align:center;font-family:var(--font-heading);font-size:1.05rem;color:var(--text-muted);line-height:1.6;padding:.5rem 0}.programme-vision-finale strong{color:var(--primary);font-weight:600}.programme-methode{display:flex;flex-direction:column;gap:1rem}.programme-methode-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:stretch}.programme-mcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.6rem}.programme-mcard-body{font-size:.95rem;color:var(--text-muted);line-height:1.6;flex:1}.programme-mcard-num{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--gold);line-height:1}.programme-mcard-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--primary)}.programme-mcard-sub{font-size:.82rem;font-weight:500;color:var(--accent-dim)}.programme-mcard-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.3rem}.programme-mcard-list li{font-size:.88rem;color:var(--text-muted);padding-left:1.1rem;position:relative;line-height:1.5}.programme-mcard-list li:before{content:"→";position:absolute;left:0;color:var(--accent)}.programme-mcard-result{font-size:.95rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:.6rem;margin-top:.25rem;line-height:1.55}.programme-mcard-result strong{color:var(--primary);font-weight:600}.programme-structure{display:flex;flex-direction:column;gap:1rem}.programme-stats{display:flex;gap:1rem}.programme-stat{flex:1;background:var(--surface-2);border-radius:var(--radius);padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.35rem}.programme-stat-num{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--accent);line-height:1}.programme-stat-label{font-size:.95rem;color:var(--text-muted);line-height:1.4}.programme-structure-two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.programme-scard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.programme-scard-title{font-size:.88rem;font-weight:600;color:var(--accent-dim);margin-bottom:.75rem}.programme-scard-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.programme-scard-list li{font-size:.95rem;color:var(--text-muted);padding-left:1.25rem;position:relative;line-height:1.55}.programme-scard-list li:before{content:"→";position:absolute;left:0;color:var(--accent)}@media (max-width: 900px){.programme-vision-grid,.programme-methode-cards{grid-template-columns:1fr}.programme-stats{flex-direction:column}.programme-structure-two{grid-template-columns:1fr}}.essaye-content{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto}.essaye-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.essaye-col{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.9rem}.essaye-col-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--primary)}.essaye-col-body{font-size:.95rem;color:var(--text-muted);line-height:1.65}.essaye-col-body strong{color:var(--primary);font-weight:600}.essaye-thoughts{display:flex;flex-direction:column;gap:.5rem}.essaye-thought{font-size:.9rem;color:var(--text-muted);background:var(--surface-2);border-radius:var(--radius-sm);padding:.55rem 1rem;font-style:italic;border-left:3px solid var(--accent)}.essaye-col-punchline{font-size:1rem;font-weight:600;color:var(--primary);font-family:var(--font-heading)}.essaye-strike-list{display:flex;flex-direction:column;gap:.5rem}.essaye-strike-item{display:flex;align-items:center;gap:.6rem;font-size:.92rem;color:var(--text-muted);font-style:italic}.essaye-strike-x{width:20px;height:20px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--text-muted);flex-shrink:0}.essaye-strike-text{text-decoration:line-through;text-decoration-color:var(--accent)}.essaye-highlight{background:var(--surface);border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:2rem 2.5rem;text-align:center}.essaye-highlight p{font-family:var(--font-heading);font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0 auto .75rem}.essaye-highlight p:last-child{margin-bottom:0}.essaye-highlight strong{color:var(--primary);font-weight:600}.essaye-highlight-big{font-size:1.15rem!important;font-weight:700!important;color:var(--primary)!important;margin:1rem auto!important;max-width:72ch}@media (max-width: 900px){.essaye-two-col{grid-template-columns:1fr}}.miroir-content{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto}.miroir-intro{font-family:var(--font-heading);font-size:1rem;font-weight:400;line-height:1.8;color:var(--text-muted);text-align:center;max-width:52ch;margin:0 auto}.miroir-intro strong{color:var(--primary);font-weight:600}.miroir-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.miroir-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.miroir-card-icon{font-size:1.25rem;width:40px;height:40px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.miroir-card-title{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--primary)}.miroir-card-pos{font-size:.95rem;color:var(--text-muted);line-height:1.65}.miroir-card-sep{border:none;border-top:1px solid var(--border);margin:.25rem 0}.miroir-card-neg{font-size:.95rem;color:var(--text-muted);line-height:1.65}.miroir-card-neg em{color:var(--primary);font-style:italic;font-weight:500}.miroir-pourtant-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border-radius:var(--radius);overflow:hidden}.miroir-pourtant-left{background:var(--accent);padding:1.75rem 2rem;display:flex;flex-direction:column;gap:.75rem}.miroir-pourtant-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3}.miroir-pourtant-item{display:flex;align-items:center;gap:.6rem;font-size:.92rem;color:#ffffffe6}.miroir-pourtant-check{width:20px;height:20px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.65rem;color:#fff}.miroir-pourtant-right{background:var(--surface);padding:1.75rem 2rem;display:flex;flex-direction:column;justify-content:center;gap:.6rem}.miroir-pourtant-but{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}@media (max-width: 900px){.miroir-pourtant-grid{grid-template-columns:1fr}}.miroir-punchline{font-family:var(--font-heading);font-size:1rem;font-weight:500;color:var(--primary);line-height:1.6;max-width:44ch}.miroir-conclusion{font-family:var(--font-heading);font-size:1.1rem;font-weight:400;line-height:1.7;color:var(--text-muted);text-align:center;max-width:60ch;margin:0 auto}.miroir-conclusion strong{display:block;font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:700;color:var(--primary);line-height:1.35;margin-top:.25rem}.miroir-video{margin:1rem 0}@media (max-width: 900px){.miroir-cards{grid-template-columns:1fr}}.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem}.burger span{display:block;width:22px;height:2px;background:var(--primary);border-radius:2px;transition:opacity .2s}.mobile-menu{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--border);background:#faf7f2fa}.mobile-menu a{display:block;padding:.6rem .5rem;color:var(--text-muted);font-size:1rem;border-radius:var(--radius-sm)}.mobile-menu a.active,.mobile-menu a:hover{color:var(--primary)}.mobile-menu .btn{margin-top:.5rem;text-align:center}@media (max-width: 900px){.landing-hero-inner{grid-template-columns:1fr;padding:3rem 1.5rem}.landing-hero .landing-photo{max-width:320px;margin:0 auto;aspect-ratio:3/4}.methode-grid,.structure-grid{grid-template-columns:1fr}.podcast-hero-inner{grid-template-columns:1fr;gap:3rem;text-align:center}.podcast-hero-content{align-items:center}.podcast-tagline{margin:0 auto}.phone-frame{width:240px;height:490px}.story-block,.story-block.reversed{grid-template-columns:1fr;gap:1.5rem}.story-block.reversed .story-photo{order:1}.story-block.reversed .story-text{order:2}.story-photo{max-width:320px}.coaching-worlds{flex-direction:column}.coaching-world-divider{transform:rotate(90deg)}.structure-stats{gap:2rem}section[style*=grid-template-columns]>div{grid-template-columns:1fr!important}.hero-inner{grid-template-columns:1fr}.hero-image{display:none}.about-grid,.admin-layout{grid-template-columns:1fr}.admin-sidebar{display:none}.client-layout{grid-template-columns:1fr}.client-sidebar{display:none}.stats-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr}.navbar-links{display:none}.burger{display:flex}}@media (max-width: 600px){:root{--section-gap: 3rem}.capture-form{flex-direction:column}.stats-grid,.admin-grid{grid-template-columns:1fr}}.cta-final-title{color:#fff}.cta-final-text p{color:#ffffffbf}.cta-final-text strong{color:#fff}.cta-final-reassurance{color:#fff6}.cta-final-btn{background:#fff!important;color:var(--accent)!important;box-shadow:0 4px 20px #00000026!important}.cta-final-btn:hover{background:var(--bg)!important;box-shadow:0 6px 28px #0003!important}.programme-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);text-align:center;margin-bottom:.75rem}.programme-big-title{font-family:var(--font-serif);font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1.1;color:var(--primary);text-align:center;margin-bottom:0}.programme-big-title em{font-style:italic;color:var(--accent)}.landing-subtitle{font-family:var(--font-heading);font-size:.72rem;font-weight:600;color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.5rem}.programme-def-big{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--primary);line-height:1.6;text-align:center;max-width:56ch;margin:0 auto}.essaye-closer{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--primary);text-align:center;line-height:1.4;max-width:none}.programme-title-bandeau{background:var(--accent);padding:1rem 2.5rem;display:inline-block;border-radius:var(--radius-sm);margin:0 auto}.programme-title-text{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#fff;letter-spacing:.12em;text-transform:uppercase;margin:0}.programme-title-underline{font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--primary);text-align:center;border-bottom:3px solid var(--accent);padding-bottom:.5rem;display:inline-block}.programme-bandeau{background:var(--accent);padding:3.5rem 2.5rem;text-align:center;display:flex;flex-direction:column;gap:.75rem;align-items:center}.programme-bandeau-eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light)}.programme-bandeau-title{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;line-height:1.2}.programme-def-tags{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.programme-def-tag{display:flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:99px;padding:.4rem 1rem;font-size:.88rem;color:var(--text-muted)}.programme-def-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.programme-def-divider{width:40px;height:2px;background:var(--accent);margin:0 auto;border-radius:2px}.programme-def-quote{font-family:var(--font-heading);font-size:.95rem;font-style:normal;font-weight:400;color:var(--text-muted);text-align:center;line-height:1.7}.programme-methode-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.programme-methode-sep{width:100%;height:1px;background:var(--border);position:relative;margin-bottom:1rem}.programme-methode-sep:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:3px;background:var(--accent);border-radius:2px}.programme-methode-wrapper{background:transparent;padding:2.5rem 0;margin:0}.gold-em{color:var(--gold);font-weight:700}.quisuisje-certif{color:#8a6d2e;background:#c9a96b2e}.podcast-hero-v2{background:linear-gradient(160deg,#fdfbf6,#f4eee3);padding:5rem 0 4.5rem;border-bottom:1px solid var(--border)}.podcast-hero-v2-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:center}.podcast-cover{position:relative;aspect-ratio:1;max-width:380px;justify-self:center;width:100%}.podcast-cover img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);display:block;box-shadow:0 20px 50px #6b38482e,0 4px 12px #2a1f1514;position:relative;z-index:2}.podcast-cover-accent{position:absolute;width:70%;height:70%;border:2px solid var(--accent);border-radius:var(--radius);bottom:-1rem;right:-1rem;z-index:1}.podcast-hero-v2-content{display:flex;flex-direction:column;gap:1.25rem}.podcast-title-v2{font-family:var(--font-heading);font-size:clamp(3rem,6vw,4.8rem);font-weight:700;line-height:1;color:var(--primary);letter-spacing:-.01em}.podcast-tagline-v2{font-size:1.05rem;line-height:1.7;color:var(--text-muted);max-width:52ch}.podcast-tagline-v2 strong{color:var(--accent);font-weight:600}.podcast-frequency-v2{font-size:.9rem;color:var(--text-muted);padding-top:.5rem}.podcast-frequency-v2 strong{color:var(--primary);font-weight:600}.platform-btn-v2{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1.35rem;background:var(--surface);border:1px solid var(--border);border-radius:50px;color:var(--primary);font-family:var(--font-heading);font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.platform-btn-v2:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px)}.platform-btn-v2.spotify svg{color:#1db954}.platform-btn-v2.apple svg{color:#872eb6}.platform-btn-v2.youtube svg{color:red}.platform-btn-v2:hover svg{color:#fff}.podcast-manifesto{max-width:720px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1.25rem}.podcast-manifesto-lead{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-style:italic;line-height:1.4;color:var(--primary);margin-top:.5rem}.podcast-manifesto-lead strong{color:var(--accent);font-style:normal;font-weight:600;font-family:var(--font-heading)}.podcast-manifesto-body{font-size:1rem;line-height:1.75;color:var(--text-muted)}.podcast-manifesto-body strong{color:var(--primary);font-weight:600}.podcast-manifesto-sign{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:1.1rem;color:var(--accent)}.section-header{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.section-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.section-divider{width:40px;height:2px;background:var(--accent);border-radius:2px;margin-top:.25rem}.featured-episode{display:grid;grid-template-columns:1.5fr 1fr;gap:2.5rem;align-items:start;max-width:1200px;margin:0 auto}.featured-video{aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 40px #2a1f1526;background:#000}.featured-video iframe{width:100%;height:100%;border:0;display:block}.featured-meta{display:flex;flex-direction:column;gap:.85rem;padding-top:.5rem}.featured-tags{display:flex;align-items:center;gap:.6rem}.featured-num{font-family:var(--font-heading);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.featured-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;line-height:1.3;color:var(--primary)}.featured-sub{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;font-size:.85rem;color:var(--text-muted)}.featured-sub .dot,.episode-card-meta .dot{color:var(--text-light)}.featured-desc{font-size:.95rem;line-height:1.7;color:var(--text-muted)}.platform-links{display:flex;gap:.75rem;flex-wrap:wrap}.platform-btn{display:inline-flex;align-items:center;padding:.6rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:50px;color:var(--primary);font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.platform-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.episodes-list-v2{display:flex;flex-direction:column;gap:.5rem;max-width:980px;margin:0 auto}.episode-card-v2{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:all .2s ease}.episode-card-v2:hover{border-color:var(--accent-light);transform:translateY(-1px);box-shadow:0 8px 24px #2a1f150f}.episode-card-num{font-family:var(--font-serif),Georgia,serif;font-size:1.75rem;font-weight:500;color:var(--gold);line-height:1;min-width:56px}.episode-card-body{display:flex;flex-direction:column;gap:.4rem;min-width:0}.episode-card-meta{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;font-size:.8rem;color:var(--text-muted)}.episode-guest{color:var(--accent);font-weight:500}.episode-solo{font-style:italic;color:var(--text-light)}.episode-card-title{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--primary);line-height:1.4}.episode-card-desc{font-size:.88rem;color:var(--text-muted);line-height:1.55}.episode-card-actions{display:flex;gap:.4rem}.ep-action{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--surface-2);color:var(--text-muted);cursor:pointer;transition:all .15s;text-decoration:none}.ep-action:hover{transform:scale(1.05)}.ep-action.spotify:hover{background:#1db954;color:#fff}.ep-action.youtube:hover{background:red;color:#fff}@media (max-width: 900px){.podcast-hero-v2-inner,.featured-episode{grid-template-columns:1fr}.episode-card-v2{grid-template-columns:1fr;gap:.75rem}}.podcast-manifesto-divider{width:48px;height:2px;background:var(--gold);border-radius:2px;margin:0 auto}.podcast-manifesto-two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;text-align:left}.podcast-manifesto-right{display:flex;flex-direction:column;gap:1.5rem}.podcast-manifesto-highlight{border-left:2px solid var(--accent);padding-left:1.25rem;border-radius:0;font-size:1rem;line-height:1.75;color:var(--primary);font-weight:600}@media (max-width: 700px){.podcast-manifesto-two-col{grid-template-columns:1fr}}.about-hero-inner{display:grid;grid-template-columns:1fr .8fr;gap:4rem;align-items:center}.about-hero-content{display:flex;flex-direction:column;gap:1.25rem}.about-headline{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.2;color:var(--primary)}.about-intro-text{font-size:1rem;color:var(--text-muted);line-height:1.7}.about-intro-punchline{font-size:1rem;font-weight:500;color:var(--primary)}.about-hero-photo{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4}.about-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.about-story-block{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-story-block.reversed .about-story-text{order:2}.about-story-block.reversed .about-story-photo{order:1}.about-story-text{display:flex;flex-direction:column;gap:1.1rem}.about-story-photo{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4}.about-story-photo img{width:100%;height:100%;object-fit:cover;display:block}.about-story-body{font-size:.98rem;line-height:1.8;color:var(--text-muted)}.about-story-body strong{color:var(--primary)}.about-story-emphasis{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--primary);font-style:italic}.about-coaching-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:start}.about-coaching-photo{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4}.about-coaching-photo img{width:100%;height:100%;object-fit:cover;display:block}.about-coaching-content{display:flex;flex-direction:column;gap:1.5rem}.about-certifs{display:flex;gap:.75rem;flex-wrap:wrap}.about-belief{background:var(--surface);border-left:3px solid var(--accent);border-radius:0;padding:1.25rem 1.5rem;font-size:1rem;line-height:1.65;color:var(--primary)}.about-belief strong{font-weight:700}.about-worlds{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:stretch;margin-top:1rem}.about-world{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:.75rem}.about-world-accent{width:32px;height:3px;border-radius:2px;background:var(--accent)}.about-world-accent.gold{background:var(--gold)}.about-world-label{font-size:.95rem;font-weight:600;color:var(--primary);line-height:1.3}.about-world-sub{font-size:.85rem;color:var(--text-muted);line-height:1.6}.about-world-sep{display:flex;align-items:center;justify-content:center}.about-world-sep-inner{width:36px;height:36px;border-radius:50%;border:.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text-muted)}.about-cta{max-width:620px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media (max-width: 768px){.about-hero-inner,.about-story-block{grid-template-columns:1fr}.about-story-block.reversed .about-story-text{order:1}.about-story-block.reversed .about-story-photo{order:2}.about-coaching-inner,.about-worlds{grid-template-columns:1fr}.about-world-sep{display:none}}.about-timeline{position:relative;padding-left:1.5rem;display:flex;flex-direction:column;max-width:720px;margin:0 auto}.about-timeline:before{content:"";position:absolute;left:7px;top:12px;bottom:12px;width:1.5px;background:var(--accent);opacity:.2}.tl-item{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;padding-bottom:2rem}.tl-item-last{padding-bottom:0}.tl-dot-col{display:flex;flex-direction:column;align-items:center}.tl-dot{width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid var(--bg);outline:1.5px solid var(--accent);flex-shrink:0;margin-top:4px;position:relative;z-index:1}.tl-dot-gold{background:var(--gold);outline-color:var(--gold)}.tl-content{display:grid;grid-template-columns:1fr 100px;gap:1.25rem;align-items:start}.tl-text{display:flex;flex-direction:column;gap:.5rem}.tl-photo{position:relative;width:100px;height:130px;border-radius:var(--radius);overflow:hidden;flex-shrink:0}.tl-photo img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 600px){.tl-content{grid-template-columns:1fr}.tl-photo{width:100%;height:180px}}.footer-minimal{background:var(--primary);padding:1.25rem 2rem;text-align:center}.footer-minimal p{font-size:.8rem;color:#fff6;margin:0}.temoignages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.temoignage-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.temoignage-quote-mark{font-size:2.5rem;line-height:1;color:var(--accent);opacity:.25;font-family:Georgia,serif}.temoignage-text{font-size:.88rem;line-height:1.8;color:var(--text-muted);font-style:italic;flex:1;white-space:pre-line}.temoignage-divider{width:24px;height:1.5px;background:var(--gold);border-radius:2px}.temoignage-name{font-size:.82rem;font-weight:600;color:var(--primary);letter-spacing:.05em}@media (max-width: 900px){.temoignages-grid{grid-template-columns:1fr}}
