@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,700&family=Inter:wght@300;400;500;600&display=swap");:root{--red:#c8323e;--red-dark:#a62630;--red-light:rgba(200,50,62,.06);--black:#000;--white:#fff;--gold:#fbb315;--cream:#faf8f4;--cream-deep:#f2efe9;--gray-100:#f4f2ef;--gray-200:#e8e5e0;--gray-400:#9a9590;--gray-600:#5a5550;--gray-800:#1a1714;--font-display:"Fraunces",Georgia,"Times New Roman",serif;--font-body:"Inter",system-ui,-apple-system,sans-serif;--max-w:1340px;--gutter:clamp(1.5rem,5vw,5rem);--section-v:clamp(5rem,10vw,9rem);--radius:2px;--easing:cubic-bezier(0.22,1,0.36,1);--easing-in:cubic-bezier(0.55,0,1,0.45);--transition:0.35s var(--easing);--frame-offset:1.25rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-weight:400;color:var(--black);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}.display-xl{font-family:var(--font-display);font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:1.03;letter-spacing:-.025em}.display-lg{font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.08}.display-lg,.display-md{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em}.display-md{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.12}.display-sm{font-family:var(--font-display);font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:600;line-height:1.2;letter-spacing:-.015em}.body-lg{font-size:clamp(1.0625rem,1.3vw,1.1875rem);line-height:1.75;font-weight:400}.body-lg,.body-md{font-family:var(--font-body)}.body-md{font-size:1rem;line-height:1.7}.body-sm{font-size:.875rem;line-height:1.6}.body-sm,.label{font-family:var(--font-body)}.label{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.section{padding:var(--section-v) 0}.grain,.section{position:relative}.grain:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;pointer-events:none;z-index:0}.grain>*{position:relative;z-index:1}.section-accent-top:before{content:"";position:absolute;top:0;left:var(--gutter);width:48px;height:3px;background:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;letter-spacing:.03em;border:2px solid transparent;border-radius:var(--radius);cursor:pointer;text-decoration:none;transition:background var(--transition),color var(--transition),border-color var(--transition),transform .15s ease,box-shadow .25s ease;white-space:nowrap;position:relative;overflow:hidden}.btn:after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.12);opacity:0;transition:opacity .2s ease}.btn:hover:after{opacity:1}.btn:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--red);color:var(--white);border-color:var(--red);box-shadow:0 2px 12px rgba(200,50,62,.25)}.btn-primary:hover{background:var(--red-dark);border-color:var(--red-dark);box-shadow:0 4px 20px rgba(200,50,62,.35);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--black);border-color:var(--black)}.btn-outline:hover{background:var(--black);color:var(--white);transform:translateY(-1px)}.btn-outline-white{background:transparent;color:var(--white);border-color:hsla(0,0%,100%,.7)}.btn-outline-white:hover{background:var(--white);color:var(--red);border-color:var(--white);transform:translateY(-1px)}.btn-lg{padding:1.1875rem 2.5rem;font-size:1rem}.text-red{color:var(--red)}.text-gold{color:var(--gold)}.text-gray{color:var(--gray-600)}.text-white{color:var(--white)}.bg-black{background-color:var(--black)}.bg-cream{background-color:var(--cream)}.bg-red{background-color:var(--red)}.bg-white{background-color:var(--white)}.section-rule{width:100%;height:1px;background:var(--gray-200);margin:0}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:.75rem var(--gutter);min-height:88px;display:flex;align-items:center;justify-content:space-between;transition:background var(--transition),box-shadow var(--transition)}.nav.scrolled{background:hsla(0,0%,100%,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--gray-200)}.nav-logo{font-family:var(--font-display);font-size:1.375rem;font-weight:700;letter-spacing:-.02em;color:var(--black);text-decoration:none}.nav-logo span{color:var(--red)}.nav-cta{display:none}@media (min-width:768px){.nav-cta{display:inline-flex}}.hero{padding-top:8.5rem;padding-bottom:var(--section-v);background:var(--white);overflow:visible}.hero-grid{display:grid;grid-template-columns:1fr;grid-gap:3.5rem;gap:3.5rem;align-items:center}@media (min-width:900px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:5rem}}.hero-eyebrow{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1.75rem}.hero-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--red);flex-shrink:0;animation:pulse-dot 3s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}.hero-headline{margin-bottom:1.75rem}.hero-headline em{font-style:italic;color:var(--red)}.hero-sub{color:var(--gray-600);max-width:520px;margin-bottom:2.5rem}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:2.25rem}.hero-link{font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--black);text-decoration:none;position:relative;padding-bottom:2px}.hero-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--black);transform-origin:right;transition:transform .3s var(--easing)}.hero-link:hover:after{transform-origin:left;background:var(--red)}.hero-link:hover{color:var(--red)}.hero-trust{display:flex;align-items:flex-start;gap:.875rem;padding-top:1.75rem;border-top:1px solid var(--gray-200)}.hero-trust-bar{flex-shrink:0;width:3px;min-height:2.5rem;background:var(--gold)}.photo-editorial-wrap{position:relative;padding-bottom:var(--frame-offset);padding-right:var(--frame-offset)}.photo-editorial-wrap:after{content:"";position:absolute;bottom:0;right:0;width:calc(100% - var(--frame-offset));height:calc(100% - var(--frame-offset));border:2px solid var(--red);z-index:0;transition:transform var(--transition)}.photo-editorial-wrap:hover:after{transform:translate(4px,4px)}.photo-editorial-placeholder,.photo-editorial-wrap img{position:relative;z-index:1;width:100%;display:block}.photo-editorial-placeholder{aspect-ratio:4/5;background:var(--gray-100);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border:1px solid var(--gray-200)}.photo-about-wrap{position:relative;padding-top:var(--frame-offset);padding-left:var(--frame-offset)}.photo-about-wrap:before{content:"";position:absolute;top:0;left:0;width:calc(100% - var(--frame-offset));height:calc(100% - var(--frame-offset));border:2px solid var(--red);z-index:0}.photo-about-placeholder,.photo-about-wrap img{position:relative;z-index:1;width:100%;display:block}.photo-about-placeholder{aspect-ratio:3/4;background:var(--gray-100);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.hero-image-caption{margin-top:1rem;font-size:.8125rem;color:var(--gray-400);border-left:2px solid var(--red);padding-left:.75rem}.stat-section{background:var(--black);color:var(--white);padding:var(--section-v) 0;position:relative;overflow:hidden}.stat-section:before{content:"";position:absolute;top:0;left:0;width:120px;height:4px;background:var(--red)}.stat-inner{max-width:920px}.stat-headline{margin-bottom:3rem}.stat-block{margin-bottom:2.5rem}.stat-number-wrap{display:flex;align-items:baseline;gap:.25em;line-height:1;margin-bottom:.75rem;flex-wrap:wrap}.stat-number{font-family:var(--font-display);font-size:clamp(4.5rem,15vw,11rem);font-weight:800;color:var(--white);letter-spacing:-.03em;line-height:.9}.stat-unit{font-family:var(--font-body);font-size:clamp(.875rem,1.5vw,1.125rem);align-self:flex-end;padding-bottom:.75rem}.stat-descriptor,.stat-unit{font-weight:400;color:var(--gray-400)}.stat-descriptor{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.875rem);margin-bottom:1.25rem}.stat-callout{display:inline-flex;align-items:center;gap:.625rem;background:var(--red);color:var(--white);padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;letter-spacing:.02em}.stat-callout-pct{font-family:var(--font-display);font-size:1.375rem;font-weight:700}.stat-divider{width:100%;height:1px;background:hsla(0,0%,100%,.08);margin:2.5rem 0}.stat-supporting{color:hsla(0,0%,100%,.65);max-width:700px;margin-bottom:1.25rem}.stat-citation{font-size:.75rem;color:hsla(0,0%,100%,.3);font-style:italic}.who-section{background:var(--cream)}.who-headline{margin-bottom:4rem;max-width:580px}.who-grid{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0}@media (min-width:768px){.who-grid{grid-template-columns:repeat(3,1fr)}}.who-card{padding:2.75rem 2.5rem 3rem;border-top:3px solid var(--gray-200);transition:border-color .25s ease,background .25s ease;position:relative}@media (min-width:768px){.who-card:not(:last-child){border-right:1px solid var(--gray-200)}}.who-card:hover{border-top-color:var(--red);background:hsla(0,0%,100%,.7)}.who-card-number{font-size:.875rem;color:var(--red);letter-spacing:.06em;opacity:.7}.who-card-label,.who-card-number{font-family:var(--font-display);font-weight:700;margin-bottom:1.25rem}.who-card-label{font-size:clamp(1.25rem,2vw,1.5rem);letter-spacing:-.01em}.who-card-body{color:var(--gray-600);line-height:1.75;font-size:.9375rem}.transform-section{background:var(--white)}.transform-headline{margin-bottom:.75rem}.transform-sub{color:var(--gray-600);margin-bottom:4rem;max-width:560px}.transform-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.transform-grid{grid-template-columns:1fr 1fr;gap:2px}}.transform-col{padding:3rem 2.75rem}.transform-col-before{background:var(--gray-100);border-top:3px solid var(--gray-200)}.transform-col-after{background:var(--black);border-top:3px solid var(--red);color:var(--white)}.transform-col-label{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid}.transform-col-before .transform-col-label{color:var(--gray-400);border-color:var(--gray-200)}.transform-col-after .transform-col-label{color:hsla(0,0%,100%,.4);border-color:hsla(0,0%,100%,.1)}.transform-list{list-style:none;display:flex;flex-direction:column;gap:1.125rem}.transform-item{display:flex;align-items:flex-start;gap:.875rem;font-size:.9375rem;line-height:1.6}.transform-col-before .transform-item{color:var(--gray-600)}.transform-col-after .transform-item{color:hsla(0,0%,100%,.85)}.transform-dot{flex-shrink:0;margin-top:.5rem;width:6px;height:6px;border-radius:50%}.transform-col-before .transform-dot{background:var(--gray-400)}.transform-col-after .transform-dot{background:var(--red)}.curriculum-section{background:var(--cream)}.curriculum-headline{margin-bottom:4rem}.curriculum-list{display:flex;flex-direction:column}.curriculum-item{display:grid;grid-template-columns:auto 1fr;grid-gap:2.5rem;gap:2.5rem;padding:2.5rem 0;border-bottom:1px solid var(--gray-200);align-items:start;transition:background .25s ease}.curriculum-item:first-child{border-top:1px solid var(--gray-200)}@media (min-width:768px){.curriculum-item{gap:3.5rem;grid-template-columns:6rem 1fr}}.curriculum-number{font-family:var(--font-display);font-size:clamp(2.25rem,4vw,3rem);font-weight:800;color:var(--gold);line-height:1;letter-spacing:-.02em;padding-top:.25rem}.curriculum-content-title{margin-bottom:.75rem}.curriculum-content-body{color:var(--gray-600);max-width:640px;line-height:1.7}.about-section{background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;align-items:start}@media (min-width:900px){.about-grid{grid-template-columns:400px 1fr;gap:6rem}}.about-image-tag{position:absolute;bottom:calc(var(--frame-offset) + 1.5rem);right:calc(var(--frame-offset) + 1.5rem);background:var(--white);padding:.625rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--black);box-shadow:0 2px 16px rgba(0,0,0,.1);z-index:2}.about-content{padding-top:0}@media (min-width:900px){.about-content{padding-top:.5rem}}.about-headline{margin-bottom:2.25rem}.about-body{display:flex;flex-direction:column;gap:1.375rem}.testimonials-section{background:var(--cream)}.testimonials-trust{padding-top:2.5rem;border-top:1px solid var(--gray-200);color:var(--gray-600);max-width:640px}.investment-section{background:var(--white);position:relative}.investment-section:before{content:"";position:absolute;top:var(--section-v);left:0;width:4px;height:calc(100% - calc(var(--section-v) * 2));background:var(--red)}.investment-inner{max-width:800px}.investment-headline{margin-bottom:2.75rem}.investment-body{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:3.5rem}.investment-body p{font-family:var(--font-display);font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:400;line-height:1.65;font-style:italic;color:var(--gray-800)}.investment-cta-group{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.investment-compliance{font-size:.8125rem;color:var(--gray-400)}.faq-section{background:var(--cream-deep)}.faq-headline{margin-bottom:3.5rem}.faq-list{display:flex;flex-direction:column;max-width:880px}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-item:first-of-type{border-top:1px solid var(--gray-200)}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.75rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:1.0625rem;font-weight:600;color:var(--black);transition:color var(--transition)}.faq-trigger:hover{color:var(--red)}.faq-trigger:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:1px}.faq-icon{flex-shrink:0;width:24px;height:24px;border:1.5px solid;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .35s var(--easing),color .25s ease,background .25s ease}.faq-item[data-open=true] .faq-icon{transform:rotate(45deg);color:var(--white);background:var(--red);border-color:var(--red)}.faq-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s var(--easing)}.faq-item[data-open=true] .faq-body{grid-template-rows:1fr}.faq-body-inner{overflow:hidden}.faq-body-content{padding-bottom:2rem;color:var(--gray-600);line-height:1.75;max-width:720px}.final-cta-section{background:var(--red);color:var(--white);text-align:center;position:relative;overflow:hidden}.final-cta-section:before{content:"BTTL";position:absolute;bottom:-2rem;right:-1rem;font-family:var(--font-display);font-size:clamp(8rem,20vw,18rem);font-weight:900;color:hsla(0,0%,100%,.05);line-height:1;letter-spacing:-.05em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.final-cta-headline{margin-bottom:2.75rem;color:var(--white);max-width:820px;margin-left:auto;margin-right:auto}.final-cta-actions{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.final-cta-trust{font-size:.875rem;color:hsla(0,0%,100%,.7)}.footer{background:var(--black);color:var(--white);padding:5rem 0 3rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--red) 0,var(--gold) 50%,var(--red) 100%)}.footer-top{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:2.5rem}@media (min-width:768px){.footer-top{grid-template-columns:1fr 1fr 1fr;gap:3rem}}.footer-logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--white);margin-bottom:.75rem}.footer-logo span{color:var(--red)}.footer-brand-desc{font-size:.875rem;color:hsla(0,0%,100%,.4);line-height:1.7;max-width:280px}.footer-col-label{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.35);margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.875rem}.footer-links a{font-size:.9375rem;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color var(--transition)}.footer-links a:hover{color:var(--white)}.footer-bottom{display:flex;flex-direction:column;gap:1.25rem}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:flex-end}}.footer-legal{display:flex;flex-direction:column;gap:.5rem;max-width:640px}.footer-legal p{font-size:.75rem;color:hsla(0,0%,100%,.25);line-height:1.65}.footer-contact{font-size:.875rem;color:hsla(0,0%,100%,.45);text-decoration:none;transition:color var(--transition);white-space:nowrap}.footer-contact:hover{color:var(--white)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}.modal{background:var(--white);width:100%;max-width:680px;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .35s var(--easing)}.modal-close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;background:var(--gray-100);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--gray-600);transition:background var(--transition),color var(--transition);border-radius:50%;z-index:1}.modal-close:hover{background:var(--black);color:var(--white)}.modal-header{padding:2.5rem 2.5rem 2rem;border-bottom:1px solid var(--gray-200)}.modal-title{margin-bottom:.5rem;padding-right:2.5rem}.modal-subtitle{color:var(--gray-600);font-size:.9375rem}.modal-body{padding:2rem 2.5rem 2.5rem}.form-note{background:var(--cream);border-left:3px solid var(--gold);padding:1rem 1.25rem;font-size:.875rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.65}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--black);margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;border:1.5px solid var(--gray-200);background:var(--white);font-family:var(--font-body);font-size:.9375rem;color:var(--black);transition:border-color var(--transition),box-shadow var(--transition);border-radius:var(--radius);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(200,50,62,.08)}.form-textarea{resize:vertical;min-height:100px}.form-select-wrap{position:relative}.form-select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--gray-600)}.form-row{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:500px){.form-row{grid-template-columns:1fr 1fr}}.form-submit-wrap{margin-top:2rem}.form-compliance{margin-top:1rem;font-size:.75rem;color:var(--gray-400);line-height:1.65}.form-embed-container{width:100%;min-height:480px;border:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s var(--easing),transform .75s var(--easing)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-left{opacity:0;transform:translateX(-20px);transition:opacity .75s var(--easing),transform .75s var(--easing)}.reveal-left.visible{opacity:1;transform:translateX(0)}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--black);color:var(--white);padding:.75rem 1.25rem;font-weight:600;text-decoration:none;z-index:9999;border-radius:0 0 4px 4px}.skip-link:focus{top:0}@media (max-width:767px){.hidden-mobile{display:none!important}.modal{max-height:85vh}.modal-body,.modal-header{padding-left:1.5rem;padding-right:1.5rem}.investment-section:before{display:none}}@media (min-width:768px){.hidden-desktop{display:none!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.kw{color:var(--red);font-weight:600;background-image:linear-gradient(0deg,rgba(251,179,21,.22) 0,rgba(251,179,21,.22) 32%,transparent 0,transparent);padding:0 .05em;white-space:normal;transition:background-image .3s ease,color .3s ease}.kw:hover{color:var(--red-dark);background-image:linear-gradient(0deg,rgba(251,179,21,.4) 0,rgba(251,179,21,.4) 32%,transparent 0,transparent)}.curriculum-header{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:4rem;max-width:880px}.curriculum-eyebrow{display:inline-flex;align-items:center;gap:.875rem;color:var(--red)}.curriculum-eyebrow-rule{width:32px;height:1px;background:var(--red);display:inline-block}.curriculum-headline{margin-bottom:0;max-width:880px}.curriculum-sub{color:var(--gray-600);max-width:720px;line-height:1.7}.curriculum-week{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;padding-top:.25rem}.curriculum-week-label{font-family:var(--font-body);font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--red)}.curriculum-week .curriculum-number{font-family:var(--font-display);font-size:clamp(2.75rem,5vw,3.75rem);font-weight:800;color:var(--gold);line-height:.9;letter-spacing:-.03em;padding-top:0}.curriculum-item{position:relative}.curriculum-item:before{content:"";position:absolute;left:0;top:2.5rem;bottom:0;width:1px;background:transparent;transition:background .3s ease}.curriculum-item:hover:before{background:var(--red)}.included-block{margin-top:5rem;padding-top:4rem;border-top:1px solid var(--gray-200)}.included-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.75rem}.included-rule{width:48px;height:3px;background:var(--red);flex-shrink:0}.included-title{margin:0;font-family:var(--font-display);font-weight:700}.included-grid{list-style:none;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:700px){.included-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (min-width:1080px){.included-grid{grid-template-columns:repeat(3,1fr)}}.included-card{display:grid;grid-template-columns:auto 1fr;grid-gap:1rem;gap:1rem;padding:1.75rem 1.75rem 1.75rem 1.5rem;background:var(--white);border:1px solid var(--gray-200);border-left:3px solid var(--gold);transition:border-left-color .25s ease,transform .25s ease,box-shadow .25s ease}.included-card:hover{border-left-color:var(--red);transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,.05)}.included-check{width:28px;height:28px;border-radius:50%;background:var(--red);color:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.included-card-label{font-family:var(--font-display);font-size:1.0625rem;font-weight:700;color:var(--black);margin-bottom:.375rem;letter-spacing:-.01em}.included-card-body{font-size:.875rem;line-height:1.65;color:var(--gray-600)}.about-eyebrow{display:inline-flex;align-items:center;gap:.875rem;color:var(--red);margin-bottom:1.5rem}.about-eyebrow-rule{width:32px;height:1px;background:var(--red);display:inline-block}.about-headline{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:clamp(1.875rem,3.4vw,2.875rem);line-height:1.18;letter-spacing:-.015em;color:var(--gray-800);max-width:920px;margin-bottom:4rem}.about-headline:before{content:"“";font-family:var(--font-display);font-style:normal;font-weight:600;font-size:1.4em;color:var(--red);line-height:.5;vertical-align:-.15em;margin-right:.15em}.about-top-grid{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;margin-bottom:6rem}@media (min-width:960px){.about-top-grid{grid-template-columns:360px 1fr;gap:5.5rem;align-items:start}}.about-photos{display:flex;flex-direction:column;gap:2.25rem;position:relative}.photo-baby-wrap{position:relative;width:78%;align-self:flex-end;background:var(--white);padding:.875rem .875rem 1.5rem;box-shadow:0 1px 0 rgba(0,0,0,.05),0 12px 28px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.08);transform:rotate(2.5deg);transition:transform .4s var(--easing);margin-top:-2rem}.photo-baby-wrap:hover{transform:rotate(0deg) translateY(-4px)}.photo-baby-wrap:before{content:"";position:absolute;top:-.875rem;left:50%;transform:translateX(-50%) rotate(-3deg);width:72px;height:22px;background:rgba(251,179,21,.55);box-shadow:0 1px 2px rgba(0,0,0,.06)}.photo-baby-caption{margin-top:.875rem;font-family:var(--font-display);font-style:italic;font-size:.8125rem;color:var(--gray-600);text-align:center;line-height:1.5}.about-intro{display:flex;flex-direction:column;gap:1.5rem}.about-intro-p{font-family:var(--font-body);font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.8;color:var(--gray-600)}.about-subtopics{display:flex;flex-direction:column;gap:4.5rem;margin-bottom:5rem}@media (min-width:768px){.about-subtopics{gap:6rem}}.about-subtopic{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;position:relative;padding-top:3rem;border-top:1px solid var(--gray-200)}@media (min-width:1000px){.about-subtopic{grid-template-columns:280px 1fr;gap:4rem;padding-top:3.5rem}}.about-subtopic-header{position:relative}.about-subtopic-num{font-family:var(--font-display);font-size:clamp(3.5rem,6vw,5rem);font-weight:800;line-height:.85;color:var(--red);letter-spacing:-.04em;margin-bottom:1.25rem;opacity:.92}.about-subtopic-label{color:var(--gray-600);margin-bottom:1rem;letter-spacing:.16em}.about-subtopic-title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.4rem,2.4vw,1.875rem);line-height:1.2;color:var(--black);letter-spacing:-.01em}.about-subtopic-body{display:flex;flex-direction:column;gap:1.375rem;margin-bottom:2rem}.about-subtopic-body p{font-size:clamp(.9375rem,1.15vw,1.0625rem);line-height:1.78;color:var(--gray-600)}.about-callout{background:var(--cream);padding:1.75rem 1.875rem;border-left:3px solid var(--red);position:relative;overflow:hidden}.about-callout:after{content:"";position:absolute;top:0;right:0;width:4rem;height:4rem;background:linear-gradient(135deg,transparent 50%,rgba(200,50,62,.06) 0)}.about-callout-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:.875rem}.about-callout-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--red);animation:pulse-dot 2.6s ease-in-out infinite}.about-callout-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--black);letter-spacing:-.01em;margin-bottom:.625rem}.about-callout-duration{font-weight:400;font-size:.95rem;color:var(--gray-400);font-style:italic}.about-callout-promise{font-size:.9375rem;line-height:1.65;color:var(--gray-600);margin:0}.about-closing{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:clamp(1.375rem,2.2vw,1.875rem);line-height:1.4;color:var(--black);text-align:center;max-width:720px;margin:4rem auto 0;padding-top:3rem;border-top:1px solid var(--gray-200);position:relative}.about-closing:before{content:"";position:absolute;top:-3px;left:50%;transform:translateX(-50%);width:56px;height:5px;background:var(--red)}.mvp-section{background:linear-gradient(180deg,var(--cream) 0,var(--cream-deep) 100%);position:relative;overflow:hidden}.mvp-section:before{content:"MVP";position:absolute;top:-2rem;right:-1rem;font-family:var(--font-display);font-size:clamp(7rem,16vw,14rem);font-weight:900;color:rgba(200,50,62,.04);line-height:1;letter-spacing:-.05em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mvp-card{background:var(--white);border:1px solid var(--gray-200);position:relative;padding:3rem 2.25rem;box-shadow:0 24px 60px -20px rgba(0,0,0,.08)}@media (min-width:768px){.mvp-card{padding:3.75rem 3.5rem}}.mvp-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--red) 0,var(--gold) 100%)}.mvp-eyebrow{gap:.75rem;color:var(--red);margin-bottom:1.75rem}.mvp-eyebrow,.mvp-pulse{display:inline-flex;align-items:center}.mvp-pulse{position:relative;width:14px;height:14px;justify-content:center}.mvp-pulse-dot{position:relative;z-index:2;width:8px;height:8px;border-radius:50%;background:var(--red)}.mvp-pulse-ring{position:absolute;inset:0;border-radius:50%;border:2px solid var(--red);animation:mvp-ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes mvp-ping{0%{transform:scale(.5);opacity:1}to{transform:scale(2.4);opacity:0}}.mvp-grid{display:grid;grid-template-columns:1fr;grid-gap:2.75rem;gap:2.75rem;align-items:start}@media (min-width:960px){.mvp-grid{grid-template-columns:1.35fr 1fr;gap:4rem}}.mvp-headline{margin-bottom:1.25rem;font-weight:700;letter-spacing:-.02em}.mvp-headline,.mvp-sub{font-family:var(--font-display)}.mvp-sub{font-style:italic;font-weight:400;font-size:clamp(1.0625rem,1.5vw,1.25rem);line-height:1.5;color:var(--gray-800);margin-bottom:1.75rem;max-width:580px}.mvp-body{font-size:.9375rem;line-height:1.75;color:var(--gray-600);margin-bottom:2rem;max-width:580px}.mvp-meta{display:flex;gap:1.75rem;align-items:stretch;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.mvp-meta-item{flex:1 1 12rem}.mvp-meta-label{font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.5rem}.mvp-meta-value{font-size:.9375rem;line-height:1.55;color:var(--black)}.mvp-meta-divider{width:1px;background:var(--gray-200);align-self:stretch}@media (max-width:600px){.mvp-meta-divider{display:none}}.mvp-form-card{background:var(--cream);padding:2rem 1.875rem;border-left:3px solid var(--gold);display:flex;flex-direction:column;gap:.875rem}.mvp-form-label{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--black);letter-spacing:-.01em}.mvp-form-note{font-size:.875rem;color:var(--gray-600);line-height:1.6;margin-bottom:.5rem}.mvp-form{display:flex;flex-direction:column;gap:.75rem}.mvp-input{width:100%;padding:.875rem 1rem;border:1.5px solid var(--gray-200);background:var(--white);font-family:var(--font-body);font-size:.9375rem;color:var(--black);transition:border-color var(--transition),box-shadow var(--transition);border-radius:var(--radius)}.mvp-input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(200,50,62,.08)}.mvp-submit{width:100%;padding:.875rem 1.25rem;font-size:.9375rem}.mvp-form-fineprint{color:var(--gray-400);font-size:.75rem;margin-top:.25rem}.mvp-success{background:var(--white);border:1px solid var(--gray-200);padding:1.25rem}.mvp-success-title{font-family:var(--font-display);font-size:1.0625rem;font-weight:700;margin-bottom:.375rem;color:var(--red)}.mvp-success-body{font-size:.875rem;line-height:1.6;color:var(--gray-600);margin:0}.legal-page{min-height:100vh;flex-direction:column}.legal-page,.legal-topbar{background:var(--white);display:flex}.legal-topbar{align-items:center;justify-content:space-between;padding:1.25rem var(--gutter);border-bottom:1px solid var(--gray-200);position:-webkit-sticky;position:sticky;top:0;z-index:10;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.legal-topbar-brand{display:flex;align-items:center}.legal-topbar-back{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--gray-600);text-decoration:none;transition:color var(--transition)}.legal-topbar-back:hover{color:var(--red)}.legal-main{flex:1 1;width:100%;max-width:1180px;margin:0 auto;padding:4rem var(--gutter) 6rem}.legal-header{max-width:760px;margin:0 auto 4rem;text-align:left}.legal-eyebrow{display:inline-flex;align-items:center;gap:.875rem;color:var(--red);margin-bottom:1.5rem}.legal-eyebrow-rule{width:32px;height:1px;background:var(--red)}.legal-title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--black);margin-bottom:1rem}.legal-meta{font-size:.8125rem;color:var(--gray-400);letter-spacing:.01em;margin-bottom:2rem;font-style:italic}.legal-intro{font-family:var(--font-display);font-size:clamp(1.0625rem,1.4vw,1.1875rem);line-height:1.65;color:var(--gray-800);font-weight:400;font-style:italic;border-left:3px solid var(--gold);padding-left:1.25rem}.legal-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:960px){.legal-grid{grid-template-columns:240px 1fr;gap:4rem;align-items:start}}.legal-toc{position:relative;padding-top:.25rem}@media (min-width:960px){.legal-toc{position:-webkit-sticky;position:sticky;top:6rem;max-height:calc(100vh - 8rem);overflow-y:auto}}.legal-toc-label{color:var(--gray-400);margin-bottom:1rem}.legal-toc-list{list-style:none;display:flex;flex-direction:column;gap:.625rem;padding-left:0;counter-reset:toc}.legal-toc-link{font-size:.8125rem;line-height:1.5;color:var(--gray-600);text-decoration:none;display:block;padding:.25rem 0 .25rem .875rem;border-left:2px solid var(--gray-200);transition:color var(--transition),border-color var(--transition)}.legal-toc-link:hover{color:var(--red);border-left-color:var(--red)}.legal-toc-related{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.legal-content{max-width:720px}.legal-section{padding:2.5rem 0;border-bottom:1px solid var(--gray-200);scroll-margin-top:6rem}.legal-section:first-child{padding-top:0}.legal-section:last-of-type{border-bottom:none}.legal-section-heading{font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:var(--black);letter-spacing:-.01em;margin-bottom:1rem;line-height:1.25}.legal-section-body{font-family:var(--font-body);font-size:1rem;line-height:1.75;color:var(--gray-800)}.legal-link{color:var(--red);text-decoration:none;border-bottom:1px solid rgba(200,50,62,.3);transition:border-color var(--transition)}.legal-link:hover{border-bottom-color:var(--red)}.legal-footer-note{margin-top:3rem;padding:2rem;background:var(--cream);border-left:3px solid var(--red);display:flex;flex-direction:column;gap:.75rem}.legal-footer-note p{font-size:.9375rem;line-height:1.65;color:var(--gray-800);margin:0}.legal-footer-meta{font-size:.8125rem!important;color:var(--gray-400)!important}