@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/dm-serif-display-normal-400.woff2) format("woff2")}@font-face{font-family:"DM Serif Display";font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/dm-serif-display-italic-400.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-variable-latin.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-variable-latin.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-variable-latin.woff2) format("woff2")}:root{--primary: #2A7F6F;--primary-dark: #1F6458;--primary-light: #3A9985;--accent: #C97D35;--accent-hover: #B36B28;--bg: #F8F7F3;--surface: #EFF6F4;--surface-mid: #E0EDEA;--text: #1A2724;--text-muted: #5B7972;--text-muted-tint:#3E5450;--on-dark: #FFFFFF;--on-dark-card: rgba(255,255,255,.92);--border: #C8DDD9;--white: #FFFFFF;--font-display: "DM Serif Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--r-sm: 6px;--r-md: 12px;--r-lg: 20px;--max-w: 1100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.65;font-size:1rem;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.section-label{font-size:1rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--primary);margin-bottom:.7rem;display:block}.section-label--on-tint{color:var(--primary-dark)}.section-label--on-primary{color:var(--on-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:1rem;font-weight:600;border-radius:var(--r-sm);padding:.85rem 1.6rem;cursor:pointer;transition:background .18s ease,opacity .18s ease;border:none;text-align:center;line-height:1.3;min-height:44px}.btn-primary{background:var(--accent);color:var(--text)}.btn-primary:hover{background:var(--accent-hover);color:var(--white)}.btn-outline{background:transparent;border:1.75px solid var(--primary);color:var(--primary-dark)}.btn-outline:hover{background:var(--surface)}.btn-ghost-w{background:#00000026;border:1.5px solid rgba(255,255,255,.5);color:var(--white)}.btn-ghost-w:hover{background:#0000003d}.btn-lg{font-size:1.05rem;padding:1rem 2.1rem}.hdr{position:fixed;top:0;left:0;width:100%;z-index:100;background:#f8f7f3eb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.hdr-inner{display:flex;align-items:center;justify-content:space-between;height:3.75rem;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.hdr-logo{font-family:var(--font-display);font-size:1.1rem;color:var(--primary);letter-spacing:-.01em}.hdr-nav{display:flex;align-items:center;gap:1.75rem}.hdr-link{display:inline-flex;align-items:center;font-size:1rem;font-weight:500;color:var(--text-muted-tint);padding:.75rem .15rem;transition:color .15s}.hdr-link:hover{color:var(--text)}.hdr-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:transparent;border:none;border-radius:var(--r-sm);cursor:pointer;padding:0;flex-shrink:0}.hdr-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hdr-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hdr-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.hdr-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;flex-direction:column;gap:.15rem;padding:.5rem 1.25rem 1.5rem;background:var(--bg);border-bottom:1px solid var(--border)}.mobile-nav.is-open{display:flex}.mobile-nav-link{padding:.9rem .25rem;font-size:1rem;font-weight:500;color:var(--text);border-bottom:1px solid var(--border);min-height:44px;display:flex;align-items:center}.mobile-nav-link:last-of-type{border-bottom:none}@media(min-width:561px){.hdr-toggle,.mobile-nav{display:none!important}}.hero{position:relative;background:var(--primary);color:var(--white);padding:8rem 0 6rem;overflow:hidden}.hero-art{position:absolute;right:-80px;top:-60px;width:580px;height:580px;opacity:.11;pointer-events:none}.hero-inner{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#0000002e;border:1px solid rgba(255,255,255,.32);border-radius:100px;padding:.45rem 1rem;font-size:1rem;font-weight:500;margin-bottom:1.5rem}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#7efcd0;flex-shrink:0}.hero-h1{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.9rem);line-height:1.1;letter-spacing:-.025em;max-width:680px;margin-bottom:1.25rem}.hero-h1 em{font-style:italic;color:#ffffffb3}.hero-sub{font-size:clamp(1rem,2vw,1.13rem);line-height:1.75;color:var(--on-dark);max-width:540px;margin-bottom:2rem}.hero-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.problem{background:var(--white);padding:6rem 0}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.problem-text h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.02em;line-height:1.18;margin-bottom:1rem}.problem-text p{color:var(--text-muted);font-size:1rem;line-height:1.78;margin-bottom:.9rem}.stats{display:grid;gap:1rem}.stat{background:var(--surface);border-radius:var(--r-md);padding:1.4rem 1.6rem;border-left:3px solid var(--primary)}.stat-num{font-family:var(--font-display);font-size:2.4rem;color:var(--primary);line-height:1;margin-bottom:.3rem}.stat-lbl{font-family:var(--font-display);font-size:1.2rem;line-height:1.4;color:var(--primary-dark)}.zunin-quote{margin-top:3rem;background:var(--surface);border-left:4px solid var(--accent);border-radius:var(--r-md);padding:2.25rem 2.5rem}.zunin-quote blockquote{font-family:var(--font-display);font-style:normal;font-size:1.15rem;line-height:1.6;color:var(--text);max-width:700px;margin-bottom:1.1rem}.zunin-quote cite{display:block;font-style:normal;font-family:var(--font-body);font-size:1rem;color:var(--text-muted-tint);max-width:700px;line-height:1.6}.zunin-quote cite strong{color:var(--text);font-weight:600}.hiw{background:var(--surface);padding:6rem 0}.hiw-header{text-align:center;margin-bottom:3.5rem}.hiw-header h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.02em;line-height:1.18;margin-bottom:.7rem}.hiw-header p{color:var(--text-muted-tint);max-width:500px;margin:0 auto}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step{background:var(--white);border-radius:var(--r-md);padding:2rem;display:flex;flex-direction:column}.step-num{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:50%;background:var(--primary);color:var(--white);font-size:1rem;font-weight:700;margin-bottom:1rem}.step h3{font-family:var(--font-display);font-size:1.18rem;line-height:1.3;margin-bottom:.6rem}.step p{font-size:1rem;color:var(--text-muted);line-height:1.72}.step-tag{display:inline-block;align-self:flex-start;margin-top:auto;font-size:1rem;font-weight:600;color:var(--primary-dark);background:var(--surface);padding:.5rem .9rem;border-radius:var(--r-md);line-height:1.4}.included{background:var(--white);padding:6rem 0}.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.included-text h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.02em;line-height:1.18;margin-bottom:.9rem}.included-text p{color:var(--text-muted);line-height:1.78;margin-bottom:1.5rem}.svc-list{display:grid;gap:1rem}.svc-item{display:flex;align-items:flex-start;gap:.9rem}.svc-icon{flex-shrink:0;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;margin-top:.1rem}.svc-icon svg{width:.85rem;height:.85rem;stroke:var(--primary);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.svc-strong{display:block;font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.15rem}.svc-desc{font-size:1rem;color:var(--text-muted);line-height:1.65}.membership{background:var(--primary);color:var(--white);padding:6rem 0}.mbr-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mbr-text h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.02em;line-height:1.18;margin-bottom:1rem}.mbr-text p{color:var(--on-dark);line-height:1.78;font-size:1rem;margin-bottom:.9rem}.mbr-note-sm{color:var(--on-dark);font-size:1rem;line-height:1.65}.mbr-card{background:#0000001f;border:1px solid rgba(255,255,255,.22);border-radius:var(--r-lg);padding:2.4rem}.mbr-price{font-family:var(--font-display);font-size:3rem;line-height:1;margin-bottom:.2rem}.mbr-price span{font-family:var(--font-body);font-size:1.1rem;font-weight:400;opacity:.85}.mbr-price-note{font-size:1rem;color:var(--on-dark-card);margin-bottom:1.9rem}.mbr-details{display:grid;gap:.7rem;margin-bottom:1.6rem}.mbr-detail{display:flex;align-items:center;gap:.65rem;font-size:1rem;color:var(--on-dark-card)}.mbr-detail:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}.mbr-discount{background:#c97d3533;border:1px solid rgba(201,125,53,.4);border-radius:var(--r-sm);padding:.7rem 1rem;font-size:1rem;color:var(--on-dark);margin-bottom:1.4rem;line-height:1.55}.mbr-btn-wrap{margin-bottom:.9rem}.mbr-cta-note{font-size:1rem;color:var(--on-dark-card);text-align:center}.mbr-timeline{display:grid;gap:1.5rem;margin-bottom:1.8rem}.mbr-timeline-item{border-left:2px solid rgba(255,255,255,.25);padding-left:1.1rem}.mbr-timeline-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--on-dark-card);margin-bottom:.3rem}.mbr-timeline-amount{font-family:var(--font-display);font-size:1.8rem;line-height:1.1;margin-bottom:.3rem}.mbr-timeline-amount span{font-family:var(--font-body);font-size:1rem;font-weight:400;opacity:.85}.mbr-timeline-desc{font-size:1rem;color:var(--on-dark-card);line-height:1.55}.mbr-timeline-note{font-size:.9rem;color:var(--on-dark-card);margin-top:.35rem;line-height:1.5}.mbr-links{display:grid;gap:.5rem;margin-top:1rem;text-align:center}.mbr-links a{font-size:.95rem;color:var(--on-dark);text-decoration:underline;text-underline-offset:3px;opacity:.85}.mbr-links a:hover{opacity:1}.providers{background:var(--bg);padding:6rem 0}.providers-hdr{max-width:560px;margin-bottom:3rem}.providers-hdr h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.02em;line-height:1.18;margin-bottom:.75rem}.providers-hdr p{color:var(--text-muted-tint);line-height:1.75}.provider-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.pcard{background:var(--white);border-radius:var(--r-md);padding:2rem;border:1px solid var(--border)}.pcard-avatar{width:150px;height:150px;border-radius:50%;background:var(--surface-mid);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem;overflow:hidden}.pcard-avatar svg{width:64px;height:64px;stroke:var(--primary);fill:none;stroke-width:1.5;opacity:.55}.pcard-avatar img{width:100%;height:100%;object-fit:cover}.pcard-role{font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--primary-dark);margin-bottom:.35rem}.pcard h3{font-family:var(--font-display);font-size:1.3rem;margin-bottom:.75rem}.pcard p{font-size:1rem;color:var(--text-muted);line-height:1.75;margin-bottom:.6rem}.pcard p:last-child{margin-bottom:0}.video-section{background:var(--surface);padding:5rem 0}.video-hdr{max-width:580px;margin:0 auto 2rem;text-align:center}.video-hdr h2{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);letter-spacing:-.02em;margin-bottom:.6rem}.video-hdr p{color:var(--text-muted-tint);line-height:1.7}.video-wrap{max-width:780px;margin:0 auto;position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--r-md);overflow:hidden;background:var(--surface-mid);display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-placeholder{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-muted-tint);text-align:center;padding:1.5rem}.video-placeholder svg{width:2.75rem;height:2.75rem;stroke:var(--primary-dark);fill:none;stroke-width:1.5;opacity:.7}.video-placeholder span{font-size:1rem;font-weight:500}.research{background:var(--surface);padding:3.5rem 0;border-top:1px solid var(--border)}.research-card{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:center;background:var(--white);border-radius:var(--r-md);padding:2.25rem 2.5rem;border:1px solid var(--border)}.research-icon{width:3.2rem;height:3.2rem;background:var(--surface);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.research-icon svg{width:1.6rem;height:1.6rem;stroke:var(--primary);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.research-body .section-label{margin-bottom:.3rem}.research-body h3{font-family:var(--font-display);font-size:1.15rem;margin-bottom:.45rem}.research-body p{font-size:1rem;color:var(--text-muted);line-height:1.72;max-width:640px}.faq{background:var(--white);padding:6rem 0}.faq-hdr{max-width:560px;margin-bottom:3rem}.faq-hdr h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.02em;line-height:1.18;margin-bottom:.75rem}.faq-hdr p{color:var(--text-muted);line-height:1.75}.faq-list{max-width:740px}details.faq-item{border-bottom:1px solid var(--border)}details.faq-item:first-of-type{border-top:1px solid var(--border)}details.faq-item>summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:1.35rem 0;cursor:pointer;font-size:1rem;font-weight:500;color:var(--text);gap:1rem;min-height:44px;transition:color .15s}details.faq-item>summary::-webkit-details-marker{display:none}details.faq-item[open]>summary{color:var(--primary-dark)}.faq-chevron{flex-shrink:0;width:1.1rem;height:1.1rem;stroke:var(--text-muted);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}details.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 0 1.4rem;font-size:1rem;color:var(--text-muted);line-height:1.78;max-width:600px}.cta-band{background:var(--surface);padding:5rem 0}.cta-card{position:relative;overflow:hidden;background:var(--primary);border-radius:var(--r-lg);padding:4rem 3rem;text-align:center;color:var(--white)}.cta-art{position:absolute;right:-50px;bottom:-50px;width:320px;height:320px;opacity:.08;pointer-events:none}.cta-inner{position:relative;z-index:2}.cta-card h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);letter-spacing:-.02em;margin-bottom:.75rem}.cta-card p{color:var(--on-dark);max-width:480px;margin:0 auto 2rem;font-size:1rem;line-height:1.72}.book-section{background:var(--white);padding:5rem 0;border-top:1px solid var(--border)}.book-inner{max-width:560px;margin:0 auto;text-align:center}.book-inner h2{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,1.9rem);letter-spacing:-.02em;margin-bottom:.75rem}.book-inner p{color:var(--text-muted);font-size:1rem;line-height:1.75;margin-bottom:1.5rem}.book-notice{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:1.5rem 1.75rem;font-size:1rem;color:var(--text-muted-tint);line-height:1.75;text-align:left}.book-notice a{color:var(--primary-dark);font-weight:500;text-decoration:underline;text-underline-offset:2px}.book-widget{max-width:760px;margin:0 auto;background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.book-widget iframe{display:block;width:100%;min-height:780px}.book-footnote{max-width:560px;margin:1.75rem auto 0;text-align:center;font-size:.95rem;color:var(--text-muted);line-height:1.7}.book-footnote a{color:var(--primary-dark);font-weight:500;text-decoration:underline;text-underline-offset:2px}.subpage-hero{background:var(--primary);color:var(--white);padding:7.5rem 0 3rem;text-align:center}.subpage-hero h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.02em;margin-bottom:.5rem}.subpage-hero p{color:var(--on-dark);max-width:480px;margin:0 auto}.legal-section{padding:4.5rem 0 5rem}.legal-content{max-width:720px;margin:0 auto}.legal-content>p:first-child{margin-top:0}.legal-content h2{font-family:var(--font-display);font-size:1.4rem;letter-spacing:-.01em;margin:2.5rem 0 .9rem}.legal-content h3{font-family:var(--font-display);font-size:1.15rem;letter-spacing:-.01em;margin:1.75rem 0 .6rem}.legal-content p{color:var(--text-muted-tint);line-height:1.75;margin-bottom:1.1rem}.legal-content ul{list-style:disc;padding-left:1.4rem;margin:0 0 1.1rem}.legal-content li{color:var(--text-muted-tint);line-height:1.75;margin-bottom:.4rem}.legal-content a{text-decoration:underline;text-underline-offset:2px;color:var(--primary-dark)}.legal-content strong{color:var(--text)}.legal-updated{color:var(--text-muted);font-size:.95rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.footer{background:var(--text);color:#ffffffa6;padding:3.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start;margin-bottom:2.5rem}.footer-brand{font-family:var(--font-display);font-size:1.1rem;color:#ffffffd9;margin-bottom:.5rem}.footer-tagline{font-size:1rem;max-width:340px;line-height:1.65}.footer-social{display:flex;gap:.9rem;margin-top:1.1rem}.footer-social a{color:#ffffffa6;transition:color .15s;display:inline-flex}.footer-social a:hover{color:#ffffffe6}.footer-social svg{width:20px;height:20px;display:block}.footer-links{display:flex;flex-direction:column;gap:.15rem;align-items:flex-end}.footer-links a{font-size:1rem;padding:.5rem 0;transition:color .15s}.footer-links a:hover{color:#ffffffe6}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:1.25rem;font-size:1rem;line-height:1.7}.footer-bottom a{color:inherit;text-decoration:underline;text-underline-offset:2px}.footer-note{margin-top:.6rem;font-size:1rem;color:#ffffff9e;line-height:1.65}.hdr-logo-img{height:42px;width:auto;aspect-ratio:227 / 84;display:block}body.staging-env .hdr{background:#c97d3524;border-bottom-color:var(--accent)}.staging-badge{background:var(--accent);color:var(--text);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .6rem;border-radius:var(--r-sm);margin-left:.6rem;white-space:nowrap}.gate-section{background:var(--white);padding:8rem 0 5rem}.gate-inner{max-width:560px;margin:0 auto;text-align:center}.gate-inner h1,.gate-inner h2{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,1.9rem);letter-spacing:-.02em;margin-bottom:.75rem}.gate-inner p{color:var(--text-muted);font-size:1rem;line-height:1.75;margin-bottom:2rem}.gate-choices{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.gate-choices .btn{min-width:240px}.form-placeholder{max-width:560px;margin:0 auto;border:2px dashed var(--border);border-radius:var(--r-md);padding:2.5rem 1.75rem;text-align:center;color:var(--text-muted);font-size:.95rem;background:var(--surface)}@media(max-width:860px){.problem-grid,.included-grid,.mbr-grid,.provider-cards{grid-template-columns:1fr;gap:2.5rem}.steps,.research-card,.footer-grid{grid-template-columns:1fr}.footer-links{align-items:flex-start}.hero-art,.cta-art{display:none}}@media(max-width:560px){.container{padding:0 1.25rem}.hero{padding:6.5rem 0 4.5rem}.problem,.hiw,.included,.membership,.providers,.faq,.cta-band,.book-section,.video-section{padding:4.75rem 0}.research{padding:4.25rem 0}.hdr-nav{display:none}.hdr-toggle{display:flex}.hdr-logo-img{height:34px}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{width:100%}.gate-choices{flex-direction:column}.gate-choices .btn{width:100%;min-width:0}.cta-card{padding:2.5rem 1.5rem}.zunin-quote{padding:1.75rem 1.5rem}.subpage-hero{padding:6.5rem 0 3rem}.gate-section{padding:6.5rem 0 4rem}.mbr-card,.research-card{padding:1.75rem}}
