:root{--bg:#0c0c0c;--ink:#faf9f5;--muted:#b5b3ad;--line:#34322c;--gold:#ffbf18;--paper:#f5f4ef;--dark:#141310;--radius:14px;--font:"Montserrat", sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{background:var(--bg);color:var(--ink);font-family:var(--font);margin:0;font-size:1rem;line-height:1.65}body.dialog-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}button,a,summary{-webkit-tap-highlight-color:transparent}button:focus-visible{outline:3px solid var(--gold);outline-offset:5px}a:focus-visible{outline:3px solid var(--gold);outline-offset:5px}summary:focus-visible{outline:3px solid var(--gold);outline-offset:5px}[tabindex]:focus-visible{outline:3px solid var(--gold);outline-offset:5px}button:disabled{cursor:default}h1,h2,h3,p,figure,blockquote{margin:0}h1,h2,h3{font-family:var(--font)}h1,h2{letter-spacing:-.055em;text-wrap:balance;font-weight:800;line-height:1.12}h2{font-size:clamp(2.1rem,4.1vw,3.6rem)}h3{letter-spacing:-.035em;line-height:1.28}em{color:var(--gold);font-style:normal}.container{width:min(1200px,100% - 64px);margin-inline:auto}.section{padding-block:112px}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:24px;font-size:.8125rem;font-weight:700}.button{background:var(--gold);border:1px solid var(--gold);border-radius:var(--radius);color:#171810;justify-content:space-between;align-items:center;gap:26px;padding:19px 25px;font-size:1rem;font-weight:700;line-height:1.4;transition:background .2s,transform .2s;display:inline-flex}.button:hover{background:#ffd46c;transform:translateY(-2px)}.button span{font-size:1.5rem;line-height:1}.under-link{border-bottom:1px solid #767a70;gap:18px;padding-bottom:4px;font-size:.9375rem;display:inline-flex}.under-link:hover{color:var(--gold)}.skip-link{z-index:100;background:var(--gold);color:#111;padding:12px;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#101110f5;border-bottom:1px solid #ffffff12;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:30px;min-height:88px;display:flex}.brand{flex-shrink:0;width:178px}.header-inner nav{color:#c3c5bc;gap:30px;font-size:.875rem;display:flex}.header-inner nav a:hover{color:#fff}.header-link{align-items:center;gap:18px;font-size:.875rem;font-weight:700;display:flex}.header-link span{color:var(--gold);font-size:1.5rem}.hero{padding:82px 0 92px}.hero-inner{grid-template-columns:1.04fr 1fr;align-items:center;gap:70px;display:grid}.hero h1{max-width:620px;font-size:clamp(2.7rem,4.15vw,4rem)}.hero-lead{color:var(--muted);max-width:540px;margin:28px 0 34px;font-size:1.125rem}.hero-copy>.under-link{margin-top:24px;display:table}.hero-film{min-width:0}.film-heading{text-transform:uppercase;letter-spacing:.08em;color:#c8cbc1;justify-content:space-between;gap:15px;padding-bottom:13px;font-size:.75rem;display:flex}.film-heading span:first-child{color:var(--gold)}.video-facade{aspect-ratio:16/9;text-align:left;background:#23261e;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.video-facade img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.video-facade:hover img{transform:scale(1.025)}.hero-video{aspect-ratio:4/3;border-radius:6px}.video-facade:after{content:"";background:linear-gradient(#0000,#000b);position:absolute;inset:35% 0 0}.play{z-index:2;background:var(--gold);color:#151713;border-radius:50%;place-items:center;width:68px;height:68px;padding-left:4px;font-size:1.2rem;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.video-label{z-index:2;justify-content:space-between;font-size:.9375rem;font-weight:600;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.film-caption{color:var(--muted);margin-top:22px;font-size:1.125rem}.film-caption strong{color:var(--ink);font-weight:500}.video-iframe{aspect-ratio:16/9;border:0;width:100%;display:block}.hero-film>.video-iframe{aspect-ratio:4/3}@media (max-width:1000px){.hero-inner{gap:35px}.hero h1{font-size:2.9rem}.hero-lead{font-size:1.0625rem}.container{width:calc(100% - 48px)}}@media (max-width:760px){.header-inner{gap:18px;min-height:74px}.brand{width:154px}.header-inner nav{display:none}.hero{padding:46px 0 58px}.hero-inner{grid-template-columns:1fr;gap:46px}.hero h1{max-width:650px;font-size:clamp(2.35rem,6.5vw,3.5rem)}.hero-lead{max-width:620px;margin:24px 0 28px}.hero-film{width:100%;max-width:580px}.hero-video,.hero-film>.video-iframe{aspect-ratio:16/9}.hero-copy>.under-link{margin-top:20px}.eyebrow{margin-bottom:20px;font-size:.75rem}.section{padding-block:70px}.container{width:calc(100% - 40px)}}@media (max-width:390px){.container{width:calc(100% - 32px)}.header-link{gap:8px;font-size:.8125rem}.brand{width:139px}.hero h1{font-size:2.25rem}.button{gap:14px;padding:17px 18px;font-size:.9375rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.paper{background:var(--paper);color:var(--dark);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.paper .eyebrow{color:#78601b}.paper h2,.paper h3,.paper strong{color:var(--dark)}.paper .under-link:hover{color:#6b5000}.split-heading{grid-template-columns:1.3fr .8fr;align-items:end;gap:90px;margin-bottom:54px;display:grid}.split-heading>p{color:var(--muted);max-width:410px;padding-bottom:5px;font-size:1.125rem}.paper .split-heading>p{color:#50564a}.job-problems{border-top:1px solid #aeb3a4}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.job-problems details{border-bottom:1px solid #b7bcae}.job-problems summary{grid-template-columns:45px 1fr 30px;align-items:center;gap:22px;padding:28px 0;display:grid}.problem-index{color:#737969;font-size:.8125rem}.job-problems .problem-title{font-size:clamp(1.1rem,2vw,1.6rem);font-weight:600}.expand{color:#686e60;text-align:right;font-size:1.8rem;line-height:1;transition:transform .2s}.job-problems details[open] .expand{transform:rotate(45deg)}.problem-answer{max-width:940px;padding:0 60px 30px 67px}.problem-answer p{font-size:1.0625rem}.problem-answer a{color:#53431b;border-bottom:1px solid #9c9e8e;gap:20px;margin-top:17px;font-size:.9375rem;font-weight:600;display:inline-flex}.approach-grid{grid-template-columns:1.2fr .75fr;align-items:center;gap:100px;display:grid}.approach-grid>div>p:not(.eyebrow){max-width:625px;color:var(--muted);margin-top:22px}.section-lead{font-size:1.25rem;line-height:1.5}.approach .section-lead{color:#eee!important}.approach .under-link{margin-top:30px}.brand-motion{border-radius:var(--radius);background:#171a16;position:relative;overflow:hidden}.brand-motion>img{aspect-ratio:4/5;object-fit:cover;width:100%}.motion-toggle{color:#eee;background:#101110e8;border:1px solid #626755;border-radius:4px;padding:9px 13px;font-size:.75rem;position:absolute;bottom:14px;right:14px}.motion-toggle:hover{background:#101110}.curriculum{padding-top:0}.curriculum .split-heading{border-top:1px solid var(--line);padding-top:65px}.level-tabs{scrollbar-width:thin;scrollbar-color:#797e6f transparent;border-bottom:1px solid #505644;gap:0;margin-bottom:42px;display:flex;overflow-x:auto}.level-tab{min-width:104px;color:var(--muted);white-space:nowrap;border-bottom:3px solid #0000;flex-direction:column;flex:1;align-items:flex-start;gap:6px;padding:14px 18px 22px;font-size:.875rem;display:flex}.level-tab>span{font-family:var(--font);color:#f1f2ea;font-size:1.6rem;font-weight:700}.level-tab:hover{background:#1b1e17}.level-tab[aria-selected=true]{border-bottom-color:var(--gold);color:var(--ink);background:#1c2116}.level-tab[aria-selected=true]>span{color:var(--gold)}.level-panel{grid-template-columns:250px 1fr;align-items:start;gap:70px;margin-bottom:40px;scroll-margin-top:105px;display:grid}.level-panel[hidden]{display:none}.level-art{border:1px solid #383d30;border-radius:6px;position:sticky;top:110px;overflow:hidden}.level-art img{width:100%}.level-copy{padding-top:10px}.level-copy h3{max-width:680px;font-size:clamp(1.6rem,2.9vw,2.4rem)}.level-copy>.eyebrow{margin-bottom:15px;font-size:.75rem}.level-copy>p:not(.eyebrow){color:var(--muted);max-width:740px;margin-top:22px;font-size:1.0625rem}.level-copy .practice{border-left:2px solid var(--gold);flex-direction:column;padding-left:18px;display:flex;color:var(--ink)!important;font-size:1rem!important}.practice>span{text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:6px;font-size:.75rem;font-weight:600}.lesson-details{border-top:1px solid #3a4031;border-bottom:1px solid #3a4031;margin-top:24px}.lesson-details summary{justify-content:space-between;align-items:center;gap:20px;padding:17px 0;font-weight:500;display:flex}.lesson-details summary span{font-size:1.5rem;line-height:1}.lesson-details[open] summary span{transform:rotate(45deg)}.lesson-list{columns:2;column-gap:30px;margin:0;padding:0 0 22px;list-style:none}.lesson-list li{color:#c6cabb;break-inside:avoid;margin:0 0 12px;padding-left:15px;font-size:.875rem;position:relative}.lesson-list li:before{content:"·";color:var(--gold);position:absolute;left:0}.curriculum-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;padding-top:30px;display:flex}.curriculum-footer p{max-width:510px;color:var(--muted);font-size:.9375rem}.difference-grid{grid-template-columns:1fr 1fr;column-gap:80px;display:grid}.difference-grid article{border-top:1px solid #a7ae9b;padding:34px 0 38px}.text-index{letter-spacing:.07em;color:#676e5e;margin-bottom:26px;font-size:.75rem;display:block}.difference-grid h3{margin-bottom:22px;font-size:clamp(1.5rem,2.5vw,2rem)}.difference-grid p{max-width:490px}.difference-grid .detail-line{color:#626a58;border-left:2px solid #989c83;margin-top:22px;padding-left:16px;font-size:.875rem}.extras-row{border-top:1px solid #a7ae9b;grid-template-columns:1fr 1fr;gap:80px;margin-top:16px;padding-top:35px;display:grid}.extras-row h3{margin-bottom:14px;font-size:1.25rem}.extras-row p{max-width:490px;font-size:.9375rem}.result-spotlight{grid-template-columns:1.1fr .8fr;align-items:center;gap:100px;display:grid}.result-spotlight>div>p:not(.eyebrow){color:var(--muted);max-width:510px;margin-top:28px}.result-spotlight blockquote{letter-spacing:-.03em;color:#f2edd8;max-width:490px;margin-top:35px;font-size:1.6rem;line-height:1.4}.result-spotlight .quote-credit{color:#c5c9ba;margin-top:13px;font-size:.8125rem}.plain-button{color:var(--ink);background:0 0;border:0;border-bottom:1px solid #767a70;margin-top:27px;padding:0 0 4px}.spotlight-image{background:#171a13;border:0;border-radius:6px;width:100%;padding:0;position:relative;overflow:hidden}.spotlight-image img{object-fit:cover;object-position:top;width:100%;max-height:580px}.spotlight-image>span{color:var(--ink);background:#25291f;border-top:1px solid #535b44;justify-content:space-between;align-items:center;padding:14px 19px;font-size:.875rem;display:flex}.proof-pair{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:50px;margin-top:75px;padding-top:55px;display:grid}.proof-pair>article{grid-template-columns:135px 1fr;align-items:start;gap:26px;display:grid}.proof-image{text-align:left;background:#24281e;border:0;border-radius:4px;width:100%;padding:0;overflow:hidden}.proof-image img{aspect-ratio:4/5;object-fit:cover;object-position:top;width:100%}.proof-image>span{color:#e0e3d7;padding:10px;font-size:.75rem;line-height:1.4;display:block}.proof-pair .eyebrow{letter-spacing:.07em;margin-bottom:14px;font-size:.75rem}.proof-pair h3{margin-bottom:14px;font-size:1.35rem}.proof-pair p:not(.eyebrow){color:var(--muted);font-size:.9375rem}.fine-print{color:#a3aa97;max-width:850px;margin-top:32px;font-size:.75rem}.student-films{margin-top:60px}.student-films>h3{max-width:620px;margin-bottom:30px;font-size:1.45rem}.film-pair{grid-template-columns:1fr 1fr;gap:35px;display:grid}.film-pair .video-facade{border-radius:6px}.film-pair figcaption{justify-content:space-between;gap:12px;margin-top:14px;font-size:.9375rem;display:flex}.film-pair figcaption span{color:var(--muted);font-size:.8125rem}.center-action{text-align:center;margin-top:45px}.founder-grid{grid-template-columns:.8fr 1.1fr;align-items:center;gap:100px;display:grid}.founder-grid>figure>img{border-radius:6px;width:100%;max-width:450px}.founder-grid figcaption{justify-content:space-between;gap:20px;margin-top:18px;font-size:.9375rem;font-weight:600;display:flex}.founder-grid figcaption span{color:#5b6251;font-size:.8125rem;font-weight:400}.founder-grid p:not(.eyebrow){max-width:620px;margin-top:25px}.founder-grid .under-link{margin-top:26px}.offer-grid{grid-template-columns:1.08fr .9fr;align-items:start;gap:90px;display:grid}.offer .section-lead{color:var(--muted);max-width:600px;margin-top:28px;font-size:1.125rem}.includes{border-top:1px solid var(--line);margin:30px 0;padding:0;list-style:none}.includes li{border-bottom:1px solid var(--line);color:#d9ddce;padding:14px 0 14px 24px;position:relative}.includes li:before{content:"+";color:var(--gold);font-weight:600;position:absolute;left:0}.offer-fit{color:#b8bda9;max-width:540px;font-size:.9375rem}.offer-card{background:#191d16;border:1px solid #656b52;border-radius:8px;padding:40px 35px;position:sticky;top:115px}.offer-logo{width:190px;margin-bottom:30px}.price-label{color:#d1d5c5;margin-bottom:14px;font-size:.8125rem}.price-switch{background:#0d100b;border:1px solid #4b523c;border-radius:4px;gap:4px;padding:4px;display:flex}.price-switch button{color:#b5be9f;background:0 0;border:0;border-radius:2px;flex:1;padding:10px 15px;font-size:.875rem}.price-display{min-height:176px;padding:26px 0}.price-main{font-family:var(--font);letter-spacing:-.045em;white-space:normal;font-size:clamp(2.3rem,3.6vw,3.05rem);font-weight:800;line-height:1.25}.price-main>span{font-family:var(--font);letter-spacing:0;color:#d1d8c2;margin-bottom:5px;font-size:1rem;font-weight:400;display:block}.price-secondary{color:#d1d8c2;margin-top:8px;font-size:.9375rem}.price-note{color:#acb79a;margin-top:10px;font-size:.75rem}.full-button{text-align:center;justify-content:center;gap:16px;width:100%}.checkout-note{color:#adb699;text-align:center;margin-top:13px;font-size:.75rem}.card-guarantee{border-top:1px solid #464e36;margin-top:27px;padding-top:23px}.card-guarantee strong{font-size:1rem}.card-guarantee p{color:#c1c8b1;margin-top:8px;font-size:.875rem}.support-link{text-underline-offset:4px;color:#cad1ba;margin-top:24px;font-size:.8125rem;text-decoration:underline;display:block}.faq-grid{grid-template-columns:.7fr 1.3fr;gap:100px;display:grid}.faq-list{border-top:1px solid #acb29f}.faq-list details{border-bottom:1px solid #acb29f}.faq-list summary{justify-content:space-between;align-items:center;gap:30px;padding:23px 0;font-size:1.0625rem;font-weight:600;line-height:1.4;display:flex}.faq-list summary span{color:#666d5b;flex-shrink:0;font-size:1.5rem;font-weight:400}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details>p{max-width:740px;padding:0 40px 24px 0;font-size:1rem}.final-cta{text-align:center;padding:90px 0}.final-cta h2{max-width:850px;margin:auto}.final-cta p:not(.eyebrow){color:var(--muted);max-width:550px;margin:25px auto 30px}.site-footer{border-top:1px solid var(--line);padding:40px 0 32px}.footer-top{justify-content:space-between;align-items:center;gap:30px;display:flex}.footer-top .brand{width:150px}.footer-top nav{color:#d2d7c6;gap:25px;font-size:.8125rem;display:flex}.footer-bottom{color:#a8af9a;justify-content:space-between;align-items:start;gap:50px;padding-top:32px;font-size:.75rem;display:flex}.footer-bottom p:last-child{max-width:580px}.mobile-cta{display:none}.proof-dialog{color:#eee;background:#12160e;border:1px solid #575e49;border-radius:6px;width:min(660px,100vw - 28px);max-height:90dvh;padding:0}.proof-dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000d}.proof-close{color:#f0f2e9;background:#12160e;border:0;border-bottom:1px solid #404734;justify-content:space-between;align-items:center;gap:30px;width:100%;padding:15px 20px;font-size:.875rem;display:flex;position:sticky;top:0}.proof-close span{font-size:1.8rem;line-height:1}.proof-scroll{padding:0 12px 12px}.proof-scroll img{width:100%;height:auto}@media (max-width:1100px){.split-heading,.approach-grid,.result-spotlight,.founder-grid,.offer-grid,.faq-grid{gap:50px}.proof-pair{gap:35px}.proof-pair>article{grid-template-columns:110px 1fr;gap:20px}.offer-card{padding:30px 25px}.level-panel{grid-template-columns:220px 1fr;gap:40px}}@media (max-width:850px){.split-heading{grid-template-columns:1fr;gap:24px}.split-heading>p{max-width:680px}.approach-grid{grid-template-columns:1fr .65fr;gap:35px}.approach-grid h2{font-size:2.3rem}.difference-grid{column-gap:35px}.extras-row{gap:35px}.proof-pair>article{grid-template-columns:1fr}.proof-image{width:100%;max-width:250px}.proof-image img{object-fit:cover;max-height:260px}.offer-grid{gap:35px}.price-main{font-size:2.2rem}.founder-grid,.faq-grid{gap:40px}}@media (max-width:760px){.split-heading{margin-bottom:35px}.split-heading>p{font-size:1rem}.job-problems summary{grid-template-columns:24px 1fr 20px;gap:14px;padding:23px 0}.job-problems .problem-title{font-size:1.125rem}.problem-answer{padding:0 25px 25px 38px}.problem-answer p{font-size:1rem}.problem-answer a{font-size:.875rem}.approach-grid{grid-template-columns:1fr;gap:36px}.approach-grid h2{font-size:clamp(2rem,5.5vw,2.8rem)}.brand-motion{width:100%;max-width:520px;margin-inline:auto}.brand-motion>img{aspect-ratio:16/10;object-position:center 50%}.curriculum .split-heading{padding-top:45px}.level-tabs{margin-bottom:30px;margin-right:-20px;padding-right:20px}.level-tab{min-width:99px;padding-inline:14px}.level-panel{grid-template-columns:155px 1fr;gap:25px}.level-art{position:static}.level-copy{padding-top:0}.level-copy>.eyebrow{font-size:.75rem}.level-copy h3{font-size:1.6rem}.level-copy>p:not(.eyebrow){margin-top:18px;font-size:1rem}.lesson-list{columns:1}.curriculum-footer{flex-direction:column;align-items:flex-start;gap:22px}.difference-grid{column-gap:35px}.difference-grid h3{font-size:1.5rem}.difference-grid article{padding-block:27px}.text-index{margin-bottom:19px}.result-spotlight{grid-template-columns:1fr;gap:35px}.result-spotlight>div>p:not(.eyebrow){margin-top:23px}.result-spotlight>div>p{max-width:650px}.spotlight-image{width:100%;max-width:460px;margin:auto}.spotlight-image img{max-height:500px}.proof-pair{gap:25px;margin-top:45px;padding-top:40px}.proof-pair h3{font-size:1.3rem}.proof-pair .eyebrow{font-size:.75rem}.film-pair{gap:22px}.film-pair figcaption{flex-direction:column;gap:2px}.film-pair .play{width:50px;height:50px;font-size:1rem}.founder-grid{grid-template-columns:1fr;gap:35px}.founder-grid>figure{max-width:420px}.offer-grid{grid-template-columns:1fr;gap:40px}.offer-card{width:100%;max-width:590px;margin:auto;padding:30px;position:static}.price-main{font-size:3.1rem}.faq-grid{grid-template-columns:1fr;gap:35px}.final-cta{padding:70px 0}.footer-top{flex-direction:column;align-items:flex-start;gap:30px}.footer-top nav{flex-wrap:wrap;gap:20px}.footer-bottom{flex-direction:column;gap:14px}.site-footer{padding-bottom:110px}.mobile-cta{color:#1a1e14;z-index:25;padding:12px 20px calc(12px + env(safe-area-inset-bottom));visibility:hidden;background:#e8eddd;border-top:1px solid #c6ccbc;transition:transform .25s,visibility .25s;display:block;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%)}.mobile-cta.is-visible{visibility:visible;transform:none}.mobile-cta>a{justify-content:space-between;align-items:center;gap:16px;display:flex}.mobile-cta>a>span{font-size:.8125rem;font-weight:600;line-height:1.4}.mobile-cta small{font-size:.75rem;font-weight:400;display:block}.mobile-cta strong{align-items:center;gap:20px;font-size:.875rem;display:flex}.mobile-cta strong span{font-size:1.6rem}}@media (max-width:530px){.level-panel{grid-template-columns:1fr;gap:25px}.level-art{width:155px}.level-copy h3{font-size:1.85rem}.level-copy>.eyebrow{max-width:100%}.difference-grid,.extras-row{grid-template-columns:1fr}.extras-row{gap:30px}.difference-grid h3{font-size:1.65rem}.proof-pair{grid-template-columns:1fr;gap:35px}.proof-pair>article{grid-template-columns:112px 1fr;gap:20px}.proof-pair>article+article{border-top:1px solid var(--line);padding-top:30px}.proof-pair h3{font-size:1.2rem}.proof-pair p:not(.eyebrow){font-size:.875rem}.proof-image img{aspect-ratio:4/5}.film-pair{grid-template-columns:1fr;gap:28px}.film-pair figcaption{flex-direction:row}.student-films>h3{font-size:1.35rem}.offer-card{padding:28px 22px}.price-main{font-size:2.8rem}.full-button{padding:18px 14px;font-size:.9375rem}.faq-list summary{gap:20px;font-size:1rem}.faq-list details>p{padding-right:12px}.curriculum-footer .button,.center-action .button{width:100%}}@media (max-width:390px){.proof-pair>article{grid-template-columns:92px 1fr;gap:16px}.proof-pair h3{font-size:1.125rem}.price-main{font-size:2.45rem}.level-tabs{margin-right:-16px;padding-right:16px}}.problem-title{font-family:var(--font);letter-spacing:-.035em;line-height:1.28}.site-header{background:#0c0c0ced}.header-inner{min-height:76px}.hero-editorial{padding:24px 0 0}.hero-stage{isolation:isolate;background:#35250d;border:1px solid #6f531d;border-radius:28px;min-height:760px;padding:54px;position:relative;overflow:hidden}.hero-portrait{z-index:-2;background:#f0ad15;position:absolute;inset:0}.hero-portrait img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-stage:before{content:"";z-index:-1;background:linear-gradient(90deg,#100e0bef 0%,#160f06e6 32%,#1a10036b 59%,#130d0300 79%);position:absolute;inset:0}.hero-editorial .hero-copy{width:55%;max-width:610px;position:relative}.hero-editorial h1{letter-spacing:-.055em;text-wrap:initial;font-size:clamp(2.55rem,3.45vw,3.5rem);font-weight:600;line-height:1.075}.hero-editorial h1 em{color:#ffd34f}.hero-editorial .hero-lead{color:#eee7da;max-width:455px;margin:26px 0;font-size:1.0625rem;line-height:1.6}.hero-editorial .button{border-radius:999px;padding:18px 22px;font-size:.9375rem}.hero-editorial .under-link{margin-top:20px;font-size:.875rem}.hero-note{color:#16130b;background:#fffef3;border-radius:17px;width:215px;padding:24px;position:absolute;bottom:30px;right:30px;box-shadow:0 18px 55px #0002}.hero-note>span{letter-spacing:.1em;font-size:.75rem;font-weight:700}.hero-note p{letter-spacing:-.05em;margin:27px 0;font-size:1.45rem;line-height:1.2}.hero-note a{border-top:1px solid #ded8c8;justify-content:space-between;padding-top:15px;font-size:.875rem;line-height:1.3;display:flex}.hero-bottom{color:var(--muted);text-align:center;padding:25px 0 32px;font-size:.9375rem}@media (min-width:1500px){.hero-stage{min-height:740px}}@media (max-width:1000px){.hero-stage{min-height:760px;padding:38px}.hero-editorial .hero-copy{width:63%}.hero-editorial h1{font-size:2.75rem}.hero-note{width:190px;padding:21px}}@media (max-width:760px){.hero-editorial{padding-top:12px}.hero-stage{border-radius:20px;width:calc(100% - 24px);min-height:0;padding:30px 24px 300px}.hero-editorial .hero-copy{width:100%;max-width:none}.hero-editorial h1{max-width:600px;font-size:clamp(2.1rem,7.4vw,3.1rem);line-height:1.1}.hero-editorial .hero-lead{max-width:530px;font-size:1rem}.hero-portrait{inset:35% 0 0}.hero-portrait img{object-position:65% center}.hero-stage:before{background:linear-gradient(#100e0b 0% 45%,#100e0be0 59%,#100e0b00 82%)}.hero-note{width:160px;padding:17px;bottom:16px;right:16px}.hero-note p{margin:16px 0;font-size:1.25rem}.hero-note a{font-size:.8125rem}.hero-editorial .button{gap:16px;width:auto;max-width:100%;font-size:.875rem}.hero-bottom{text-wrap:balance;font-size:.875rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.learning-strip{border-bottom:1px solid #dedbd2;padding:27px 0 32px}.strip-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;display:flex}.strip-heading p{color:#29271f;font-weight:600}.strip-heading button{color:#4b483e;background:0 0;border:0;border-bottom:1px solid #a7a397;padding:7px 0;font-size:.875rem}.topic-window{scrollbar-width:thin;scrollbar-color:#c3b994 transparent;overflow:hidden}.topic-track{width:max-content;display:flex}.topic-group{gap:16px;padding-right:16px;display:flex}.topic-card{color:#25231c;background:#fff;border:1px solid #e7e4da;border-radius:12px;flex-shrink:0;align-items:center;gap:14px;width:310px;padding:18px;display:flex}.topic-card strong{font-size:.9375rem;display:block}.topic-card small{color:#777063;font-size:.8125rem;display:block}.topic-symbol{background:var(--gold);color:#352400;border-radius:7px;flex-shrink:0;place-items:center;width:38px;height:42px;font-size:.8125rem;font-weight:700;display:grid}.topic-window[data-continuous-marquee] .topic-track{animation:45s linear infinite topic-drift}@keyframes topic-drift{to{transform:translate(-50%)}}.opportunity{padding-top:94px}.opportunity-grid{grid-template-columns:1.45fr .75fr;align-items:center;gap:110px;display:grid}.opportunity h2{font-size:clamp(2.15rem,3.7vw,3.2rem)}.opportunity h2 span:not(.blur-word){color:#8d8370}.business-examples{border-left:2px solid #dcb345;margin:32px 0;padding-left:24px}.business-examples p{max-width:540px;margin:16px 0}.paper .opportunity-close{color:#252016;max-width:570px;font-size:1.1875rem;font-weight:500}.market-proof{background:#eae7de;border-radius:20px;padding:35px}.source-label{letter-spacing:.1em;color:#6b6250;font-size:.75rem}.market-number{letter-spacing:-.08em;padding:18px 0;font-size:clamp(5rem,8vw,7rem);line-height:1.15;display:block}.market-number span{font-size:.5em;font-weight:400}.market-proof p{font-size:1.125rem;line-height:1.55}.market-proof a{text-underline-offset:3px;border-top:1px solid #ccc5b5;margin-top:27px;padding-top:18px;font-size:.8125rem;text-decoration:underline;display:block}.market-proof small{color:#6e675b;margin-top:8px;font-size:.75rem;display:block}.strategy-intro{text-align:center;max-width:760px;margin:0 auto 66px}.strategy-intro h2{margin-bottom:26px}.strategy-intro>p:not(.eyebrow){color:var(--muted);max-width:620px;margin:15px auto 0;font-size:1.125rem}.four-skills{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.four-skills article{border-top:1px solid #52452a;padding-top:26px}.four-skills article>span{color:#a39160;font-size:.8125rem}.four-skills h3{margin:23px 0 18px;font-size:2rem;font-weight:600}.four-skills p{color:var(--muted)}.four-skills a{color:#e8c359;border-bottom:1px solid #574a29;margin-top:23px;padding-bottom:4px;font-size:.875rem;display:inline-block}.practice-showcase .split-heading{gap:85px}.practice-tabs{flex-wrap:wrap;gap:10px;margin-bottom:26px;display:flex}.practice-tabs a{color:#514b3d;background:#f5f4ef;border:1px solid #d6d1c4;border-radius:999px;padding:11px 21px;font-size:.9375rem}.practice-tabs a:hover{border-color:#8b743c}.practice-tabs a[aria-selected=true]{color:#fff;background:#171610;border-color:#171610}.practice-panel{background:#fff;border:1px solid #dfdbd0;border-radius:20px;grid-template-columns:1.15fr 1fr;gap:70px;margin-bottom:25px;padding:42px;display:grid}.practice-panel[hidden]{display:none}.practice-description h3{max-width:530px;margin-bottom:22px;font-size:1.8rem}.practice-description>p:not(.eyebrow){font-size:1rem}.practice-description a{border-bottom:1px solid #c1b387;margin-top:24px;font-size:.9375rem;font-weight:600;display:inline-block}.practice-outcomes{border-left:1px solid #e4dfd4;align-self:center;padding-left:34px}.practice-outcomes>span{font-size:.9375rem;font-weight:600}.practice-outcomes ul{margin:19px 0;padding:0;list-style:none}.practice-outcomes li{color:#615b50;padding:10px 0 10px 22px;position:relative}.practice-outcomes li:before{content:"";color:#846100;position:absolute;left:0}.practice-outcomes small{color:#807767;font-size:.8125rem}.practice-player{aspect-ratio:16/9;background:#111;border-radius:12px;grid-column:1/-1;overflow:hidden}.practice-player>*{width:100%;height:100%}.course-presentation{grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding-top:42px;display:grid}.course-presentation h3{max-width:390px;margin-bottom:20px;font-size:1.65rem}.course-presentation p:not(.eyebrow){max-width:400px}.presentation-player{aspect-ratio:16/9;background:#111;border-radius:14px;overflow:hidden}.presentation-player>*{width:100%;height:100%}.curriculum{background:#0b0b0c;padding-top:100px}.curriculum .split-heading{border:0;align-items:end;gap:90px;padding-top:0}.curriculum .split-heading h2{max-width:740px}.course-path-grid{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:60px;padding-top:22px;display:grid}.course-path-grid .level-tabs{border:0;flex-direction:column;gap:18px;margin:0;padding:0;display:flex;position:sticky;top:115px;overflow:visible}.course-path-grid .level-tabs:before{content:"";z-index:0;background:linear-gradient(#a57b17,#594a29);width:2px;position:absolute;top:35px;bottom:35px;left:32px}.course-path-grid .level-tab{z-index:1;white-space:normal;color:#b5b5b7;background:linear-gradient(115deg,#262629,#141415);border:1px solid #393a3c;border-radius:44px;flex-direction:row;flex:none;align-items:center;gap:18px;min-height:72px;padding:8px 20px 8px 8px;font-size:1.0625rem;transition:border-color .2s,box-shadow .2s,background .2s;position:relative}.course-path-grid .level-tab>span{color:#c5c6c9;background:linear-gradient(135deg,#4b4c51,#242528);border:1px solid #626369;border-radius:50%;flex:0 0 48px;place-items:center;height:48px;font-size:1.375rem;font-weight:500;display:grid;box-shadow:0 0 0 7px #222326}.course-path-grid .level-tab:hover{color:#fff;border-color:#ae8735}.course-path-grid .level-tab[aria-selected=true]{color:#fff1b1;background:linear-gradient(100deg,#a4690c,#392911 38%,#1d1a13);border-color:#ffd046;box-shadow:0 0 0 1px #ffe89944,0 0 30px #ffc21e29,inset 0 0 16px #ffc21e1c}.course-path-grid .level-tab[aria-selected=true]>span{color:#211700;background:linear-gradient(135deg,#fff3aa,#ffbf18 65%,#be7e00);border-color:#fff5bd;box-shadow:0 0 0 7px #75521e,0 0 28px #ffbb187d}.course-path-grid .level-panel{background:linear-gradient(135deg,#23211b,#121212 55%);border:1px solid #52472c;border-radius:24px;grid-template-columns:126px minmax(0,1fr);align-content:start;gap:30px;min-height:612px;margin:0;padding:34px;display:grid}.course-path-grid .level-panel[hidden]{display:none}.course-path-grid .level-art{border:1px solid #5a4526;border-radius:12px;position:static}.course-path-grid .level-copy{padding:0;display:contents}.course-path-grid .level-copy>.eyebrow{grid-area:1/2;align-self:start;margin:0;font-size:.75rem;line-height:1.5}.course-path-grid .level-copy h3{grid-column:1/-1;max-width:550px;font-size:2rem}.course-path-grid .level-copy>p:not(.eyebrow){grid-column:1/-1;margin:0;font-size:1rem}.course-path-grid .level-copy>.practice{border-top:1px solid #4b4029;padding-top:22px}.course-path-grid .lesson-details{border-top:0;grid-column:1/-1;margin:0}.course-path-grid .lesson-details summary{padding-top:0;font-size:.9375rem}.course-path-grid .lesson-list{column-count:1;font-size:.9375rem}.curriculum-footer{gap:35px;margin-top:48px}.curriculum-footer p{max-width:670px}.included{background:#151410;border-top:1px solid #332d1f}.included-grid{grid-template-columns:1.15fr .75fr;align-items:center;gap:100px;display:grid}.included h2{font-size:clamp(2.1rem,3.6vw,3.15rem)}.included-list{margin-top:35px}.included-list article{border-top:1px solid #3d3829;padding:20px 0}.included-list h3{margin-bottom:8px;font-size:1.125rem;font-weight:600}.included-list p{color:#afa99c}.included .brand-motion{border:1px solid #40351e;border-radius:24px}.included .motion-toggle{font-size:.875rem}.founder{border-bottom:1px solid #d8d2c3}.founder h2{margin-bottom:28px}.results-intro{text-align:center;max-width:780px;margin:0 auto 48px}.results-intro>p:not(.eyebrow){max-width:670px;color:var(--muted);margin:24px auto 0}.results .student-films{margin-top:0}.results .proof-pair{margin-top:54px}.business-proof{background:#1a1913;border:1px solid #46402c;border-radius:18px;justify-content:space-between;align-items:center;gap:48px;margin:45px 0;padding:35px;display:flex}.business-proof h3{margin-bottom:18px;font-size:1.6rem}.business-proof p:not(.eyebrow){max-width:630px;color:var(--muted)}.business-proof button{color:#ecd88f;background:0 0;border:1px solid #a99450;border-radius:999px;flex-shrink:0;padding:14px 22px;font-size:.9375rem}.offer{background:#171610;border-top:1px solid #393326}.offer .offer-card{border-color:#75612e;border-radius:24px}.button{border-radius:999px}.final-cta{background:#0c0c0c}.final-cta h2{max-width:880px;margin-inline:auto}.final-cta p:not(.eyebrow){max-width:690px}@media (max-width:1100px){.opportunity-grid,.included-grid{gap:55px}.course-path-grid{grid-template-columns:265px minmax(0,1fr);gap:32px}.course-path-grid .level-panel{padding:28px}.practice-panel{gap:34px}.four-skills{gap:20px}}@media (max-width:850px){.opportunity-grid{grid-template-columns:1fr;gap:40px}.market-proof{grid-template-columns:180px 1fr;gap:0 24px;display:grid}.market-proof .source-label{grid-column:1/-1}.market-number{grid-row:2/5}.market-proof p{padding-top:15px}.market-proof a{margin-top:16px}.four-skills{grid-template-columns:1fr 1fr;gap:38px}.practice-showcase .split-heading,.curriculum .split-heading{grid-template-columns:1fr;gap:25px}.practice-showcase .split-heading>p,.curriculum .split-heading>p{max-width:580px}.course-path-grid{grid-template-columns:230px minmax(0,1fr);gap:25px}.course-path-grid .level-tab{gap:14px;font-size:.9375rem}.course-path-grid .level-panel{grid-template-columns:85px minmax(0,1fr);gap:22px;padding:24px}.course-path-grid .level-copy h3{font-size:1.65rem}.included-grid{grid-template-columns:1fr .7fr;gap:40px}.business-proof{flex-direction:column;align-items:flex-start;gap:25px}}@media (max-width:760px){.hero-portrait{height:470px;inset:auto 0 0}.hero-portrait img{object-position:70% center}.hero-stage:before{background:linear-gradient(#100e0b 0% 49%,#100e0bf2 58%,#100e0b00 79%)}.hero-stage{padding-bottom:350px}.hero-note{width:152px}.hero-note>span{font-size:.75rem}.hero-note p{font-size:1.15rem}.strip-heading{align-items:start;gap:16px}.strip-heading p{max-width:220px;font-size:.9375rem}.strip-heading button{flex-shrink:0;font-size:.8125rem}.topic-card{width:280px;padding:15px}.opportunity,.curriculum{padding-top:72px}.market-proof{padding:26px}.strategy-intro{text-align:left;margin-bottom:42px}.strategy-intro>p:not(.eyebrow){margin-left:0}.strategy-intro h2{font-size:clamp(2rem,7vw,3rem)}.four-skills h3{font-size:1.65rem}.practice-tabs{scrollbar-width:thin;flex-wrap:nowrap;margin-left:-2px;padding:5px 2px 12px;overflow-x:auto}.practice-tabs a{flex-shrink:0;padding:10px 17px;font-size:.875rem}.practice-panel{grid-template-columns:1fr;gap:30px;padding:28px}.practice-description h3{font-size:1.65rem}.practice-outcomes{border-top:1px solid #ddd7ca;border-left:0;padding-top:25px;padding-left:0}.course-presentation{grid-template-columns:1fr;gap:26px;padding-top:24px}.course-path-grid{grid-template-columns:1fr;gap:30px}.course-path-grid .level-tabs{grid-template-columns:1fr 1fr;gap:18px 16px;display:grid;position:relative;top:auto}.course-path-grid .level-tabs:before{display:none}.course-path-grid .level-tab{gap:12px;min-height:60px;padding:8px;font-size:.875rem}.course-path-grid .level-tab>span{flex-basis:36px;height:36px;font-size:1.125rem;box-shadow:0 0 0 5px #222326}.course-path-grid .level-tab[aria-selected=true]>span{box-shadow:0 0 0 5px #75521e,0 0 18px #ffbb1855}.course-path-grid .level-panel{grid-template-columns:106px 1fr;gap:26px;min-height:0;padding:28px}.course-path-grid .level-copy h3{font-size:1.8rem}.course-path-grid .level-copy>.eyebrow{align-self:center;font-size:.8125rem}.curriculum-footer{flex-direction:column;align-items:flex-start;display:flex}.included-grid{grid-template-columns:1fr;gap:34px}.included .brand-motion{width:100%;max-width:400px;margin:0 auto}.included .brand-motion>img{aspect-ratio:1}.results-intro{text-align:left}.results-intro>p:not(.eyebrow){margin-left:0}.business-proof{padding:26px}.business-proof button{max-width:100%}}@media (max-width:440px){.hero-editorial .button{padding:17px 19px}.hero-note{width:138px;bottom:14px;right:14px}.hero-note p{font-size:1.0625rem}.four-skills{grid-template-columns:1fr;gap:25px}.four-skills article{grid-template-columns:30px 1fr;gap:16px;display:grid}.four-skills h3{margin:0}.four-skills p,.four-skills a{grid-column:2;margin:0}.four-skills a{justify-self:start}.market-proof{display:block}.market-number{padding-bottom:0}.practice-panel{padding:24px}.course-path-grid .level-tabs{grid-template-columns:1fr;gap:17px;padding-left:0}.course-path-grid .level-tabs:before{display:block;left:27px}.course-path-grid .level-tab{gap:22px;padding:9px;font-size:1rem}.course-path-grid .level-tab>span{flex-basis:38px;height:38px}}@media (prefers-reduced-motion:reduce){.topic-window[data-continuous-marquee]{overflow-x:auto}.topic-track{animation:none!important}.topic-group[aria-hidden]{display:none}}body,h1,h2,h3,button,input,select,textarea{font-family:var(--font)}body{font-weight:400}h1,h2{letter-spacing:-.055em;font-weight:300}h1 em,h2 em,h2 strong{font-weight:800}h3{font-weight:700}.paper p{color:#4a4843}.paper em{color:#8a6000}.header-link{color:#17120a;background:linear-gradient(120deg,#ffe292,#ffbf18);border:1px solid #ffdf80;border-radius:99px;padding:12px 22px;font-size:.875rem;font-weight:800}.hero-stage{background:#0c0d10;border-color:#6c501d;grid-template-columns:1.12fr 1fr;align-items:center;gap:10px;min-height:690px;padding:48px 0 48px 48px;display:grid}.hero-portrait{z-index:0;background:0 0;grid-area:1/2;align-self:stretch;align-items:center;height:auto;display:flex;position:relative;inset:auto}.hero-portrait img{aspect-ratio:1280/949;object-fit:contain;border-radius:20px 0 0 20px;width:100%;height:auto}.hero-stage:before{display:none}.hero-editorial .hero-copy{grid-area:1/1;width:100%;max-width:none;padding:10px 20px 10px 0}.hero-editorial h1{font-size:clamp(2.15rem,3.55vw,3.45rem);font-weight:300;line-height:1.14}.hero-editorial .hero-lead{color:#bab8b4;max-width:540px;font-size:1rem;font-weight:400}.hero-editorial .hero-lead strong{color:#f5f2eb;font-weight:700}.hero-editorial .button{text-align:center;justify-content:center;padding:20px 24px;font-size:.875rem}.hero-editorial .under-link{display:table}.hero-bottom{max-width:880px;padding:28px 0;font-size:1rem;font-weight:300;line-height:1.6}.hero-presentation{aspect-ratio:16/9;background:#141410;border:1px solid #78602a;border-radius:20px;max-width:830px;margin-bottom:54px;overflow:hidden;box-shadow:0 22px 70px #0007}.hero-presentation>*{width:100%;height:100%}.learning-strip{padding:25px 0}.topic-card{min-height:82px}.topic-card>span:last-child{margin-left:0}.topic-card strong{font-weight:700}.topic-card small{font-weight:400}.button{text-align:center;color:#231707;background:linear-gradient(125deg,#ffe298 0%,#ffc52b 48%,#f3a80b 100%);border:1px solid #ffe59e;justify-content:center;font-weight:800;box-shadow:inset 0 2px #fff6,0 7px #72500b,0 16px 32px #eaa91b22}.button,.header-link{transform-origin:50%;animation:none}.button:hover{background:linear-gradient(125deg,#ffeab5,#ffd557,#ffc025)}:is(.button:focus-visible,.header-link:focus-visible){animation:none}.practice-tabs a:hover,.price-switch button:hover,.video-facade:hover,.proof-image:hover,.level-tab:hover,.level-close:hover,.proof-close:hover{animation:.45s ease-in-out control-wiggle}.practice-tabs a:focus-visible{animation:.45s ease-in-out control-wiggle}@keyframes control-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-.7deg)}75%{transform:rotate(.7deg)}}.opportunity-grid{grid-template-columns:1.35fr .8fr;gap:65px}.opportunity h2{font-size:clamp(2.2rem,4vw,3.65rem);font-weight:300}.opportunity h2 span:not(.blur-word){color:#27241c;font-weight:800}.business-examples{border:0;margin:38px 0;padding:0}.business-examples article{border-bottom:1px solid #d2cbbb;grid-template-columns:34px 1fr;gap:20px;padding:24px 0;display:grid}.business-examples article>span{color:#96722c;padding-top:5px;font-size:.8125rem}.business-examples p{margin:0;font-size:clamp(1rem,1.4vw,1.125rem);line-height:1.7}.business-examples strong{color:#252016;font-weight:700}.opportunity-close{border-left:4px solid var(--gold);padding-left:22px}.market-proof{text-align:left;background:radial-gradient(at 100% 0,#61491d 0,#0000 60%),#13130f;border:1px solid #b38830;border-radius:26px;padding:40px;display:block;box-shadow:0 30px 60px #4c3e2524}.market-proof .source-label{color:#eee2bd;text-transform:none;letter-spacing:0;font-size:.9375rem;font-weight:300}.paper .market-proof .market-number{color:#ffce49;letter-spacing:-.085em;padding:20px 0 4px;font-size:clamp(6rem,10vw,9rem);font-weight:800;line-height:1.1;display:block}.market-number span{font-weight:300}.market-meter{background:#ffffff18;border-radius:99px;width:100%;height:5px;margin:20px 0 27px;overflow:hidden}.market-meter span{background:linear-gradient(90deg,#f5aa11,#ffeab1);width:73%;height:100%;display:block}.paper .market-proof p{color:#f1e9d7;padding-top:0;font-size:1.125rem;font-weight:400}.market-proof a{color:#d7c79f;border-color:#ffffff25;line-height:1.6}.market-proof small{color:#b9ac8c;line-height:1.5}.strategy{background:#0e0e0d}.strategy-intro{text-align:left;grid-template-columns:1.3fr .8fr;align-items:center;gap:0 80px;max-width:none;margin:0 0 64px;display:grid}.strategy-intro h2{grid-row:1/3;margin:0;font-size:clamp(2rem,3.6vw,3.5rem)}.strategy-intro h2>span:not(.blur-word){letter-spacing:-.025em;margin-bottom:13px;font-size:.62em;font-weight:300;display:block}.strategy-intro h2 strong{font-weight:700;display:block}.strategy-intro h2 em{color:#ffd159;margin-top:12px;font-size:1.12em;line-height:1.12;display:block}.strategy-intro>p:not(.eyebrow){max-width:none;margin:0;font-size:1rem;line-height:1.8}.strategy-intro>p:last-child{margin-top:22px}.four-skills{display:block}.four-skills article{border-top:1px solid #504831;grid-template-columns:34px minmax(210px,.9fr) minmax(230px,1fr);align-items:center;gap:0 28px;padding:33px 24px;display:grid}.four-skills article>span{grid-area:1/1/3}.four-skills h3{letter-spacing:-.06em;grid-area:1/2/3;margin:0;font-size:clamp(2rem,4.5vw,3.9rem);font-weight:300}.four-skills p{color:#c0bcb3;grid-column:3;margin:0}.four-skills a{grid-column:3;justify-self:start;margin:14px 0 0}.four-skills article:last-child{color:#221707;background:linear-gradient(110deg,#ffd875,#ffbd20);border:0;border-radius:14px;margin-top:10px}.four-skills article:last-child h3{font-size:clamp(1.8rem,3.5vw,2.9rem);font-weight:700}.four-skills article:last-child p,.four-skills article:last-child a,.four-skills article:last-child>span{color:#4c350b;border-color:#8f6b22}.practice-panel{background:0 0;border:0;margin:0;padding:0;display:block}.practice-player{aspect-ratio:16/9;border:1px solid #51462c;border-radius:22px;width:100%;max-width:960px;margin:0 auto;box-shadow:0 15px 35px #34291415}.practice-description{max-width:880px;margin:26px auto 0}.practice-description>p{font-size:1.125rem;font-weight:400;line-height:1.8}.video-pending{color:#aaa394;background:radial-gradient(#383023 0,#151513 70%);flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;height:100%;font-size:.875rem;display:flex}.pending-play{color:#d6bf7c;border:1px solid #b49c5a;border-radius:50%;place-items:center;width:78px;height:78px;padding-left:4px;font-size:1.7rem;display:grid}.curriculum .split-heading{grid-template-columns:1.2fr 1fr;gap:64px}.curriculum .split-heading h2{font-size:clamp(2.25rem,3.8vw,3.6rem)}.curriculum .split-heading>p{max-width:530px;font-size:1.0625rem;font-weight:400}.course-scroll{position:relative}.course-path-grid{padding-top:0}.course-scroll.is-pinned .course-path-grid{top:var(--course-top,100px);position:sticky}.course-scroll .course-path-grid .level-tabs{top:var(--course-top,100px)}.course-scroll.is-pinned .level-tabs{position:relative;top:0}.course-scroll.is-pinned .level-panels{min-height:var(--panel-height,0px)}.course-scroll .level-panel{min-height:0;margin-bottom:24px}.course-scroll.is-pinned .level-panel{margin:0}.course-scroll.is-enhanced .level-panel{cursor:pointer}.course-scroll.is-enhanced .level-panel:hover{border-color:#c99b38}.course-path-grid .level-tab[data-active=true]{color:#fff1b1;background:linear-gradient(100deg,#a4690c,#392911 38%,#1d1a13);border-color:#ffd046;box-shadow:0 0 0 1px #ffe89944,0 0 30px #ffc21e29,inset 0 0 16px #ffc21e1c}.course-path-grid .level-tab[data-active=true]>span{color:#211700;background:linear-gradient(135deg,#fff3aa,#ffbf18 65%,#be7e00);border-color:#fff5bd;box-shadow:0 0 0 7px #75521e,0 0 28px #ffbb187d}@keyframes level-appear{0%{opacity:.15;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.course-scroll .level-panel .lesson-details[hidden]{display:none}.course-path-grid .level-panel{grid-template-columns:90px minmax(0,1fr);gap:24px;padding:30px}.course-path-grid .level-copy h3{font-size:1.85rem;font-weight:700}.course-path-grid .level-copy>.eyebrow{align-self:center}.curriculum-footer{justify-content:center;align-items:center}.level-dialog{color:#ede9dc;background:#181711;border:1px solid #997938;border-radius:24px;width:min(800px,100% - 32px);max-height:86svh;padding:42px;position:fixed;overflow:auto}.level-dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c}.level-close{color:#f0dfb2;background:#302918;border:1px solid #6d5725;border-radius:99px;margin-bottom:25px;margin-left:auto;padding:10px 18px;font-size:.875rem;display:block}.level-dialog h2{color:#e9c26b;letter-spacing:0;margin-bottom:20px;font-size:1rem;font-weight:600}.level-dialog h3{margin-bottom:22px;font-size:1.75rem}.level-dialog p{color:#c1bcb1;margin-bottom:22px}.level-dialog .practice span{color:#ffe0a0;display:block}.level-dialog .lesson-list{column-count:1;border-top:1px solid #4b422c;margin-top:30px;padding-top:25px}.included-grid{display:block}.included-grid>div{grid-template-columns:1fr 1.2fr;align-items:start;gap:80px;display:grid}.included-list{margin:0}.included h2{position:sticky;top:120px}.film-pair figcaption{font-size:1.0625rem;font-weight:700;display:block}.film-pair figcaption span{max-width:500px;margin-top:10px;font-size:.9375rem;font-weight:400;line-height:1.65;display:block}.proof-window{margin-top:64px;padding:5px 0 22px;overflow:hidden}.proof-track{width:max-content;display:flex}.proof-group{gap:30px;padding-right:30px;display:flex}.proof-slide{flex-shrink:0;width:350px}.proof-slide h3{text-align:center;max-width:none;min-height:112px;padding:0 0 25px;font-size:1.6rem;font-weight:700}.proof-slide .proof-print{background:0 0;border:0;border-radius:0;width:100%;height:auto;max-height:none;display:block}.proof-window[data-continuous-marquee] .proof-track{animation:35s linear infinite proof-drift}@keyframes proof-drift{to{transform:translate(-50%)}}.offer .offer-card{background:radial-gradient(at 100% 0,#59441e 0,#0000 60%),linear-gradient(145deg,#222017,#10110f);border:1px solid #bb9442;padding:40px;box-shadow:inset 0 1px #ffe5aa55,0 25px 65px #0006}.offer-logo{width:210px;margin:0 auto 34px}.price-label{text-align:center;color:#e7ddc4;font-size:.9375rem;font-weight:300}.price-switch{background:#13120d;border:1px solid #78623b;border-radius:99px;padding:5px}.price-switch button{color:#cfc3a5;border-radius:99px;padding:12px}.price-switch button[aria-pressed=true]{color:#352409;background:#f1dcaa;font-weight:700}.price-display{text-align:center;padding:32px 0}.price-main{font-family:var(--font);letter-spacing:-.06em;color:#fff1c9;font-size:clamp(2.5rem,4vw,3.4rem);font-weight:800}.price-main>span{font-family:var(--font);color:#d7c8a7;font-weight:300}.price-secondary{color:#e2d8bd;font-weight:400}.price-note{color:#b7ac93;font-weight:400}.card-guarantee{border-color:#5b4c30;margin-top:36px;padding-top:28px}.card-guarantee strong{color:#e7d19c;font-size:1.0625rem}.card-guarantee p,.checkout-note,.support-link{color:#c5bda9}.faq h2{font-size:clamp(2rem,3.5vw,3rem)}.faq-list summary{font-weight:600}.footer-bottom{padding-bottom:0}@media (max-width:1000px){.hero-stage{grid-template-columns:1.15fr .85fr;padding-left:32px}.hero-editorial h1{font-size:2.35rem}.opportunity-grid{gap:38px}.market-proof{padding:30px}.strategy-intro{gap:0 35px}.four-skills article{grid-template-columns:25px minmax(190px,.9fr) minmax(200px,1fr);gap:0 20px;padding:29px 18px}.four-skills h3{font-size:2.5rem}.included-grid>div{gap:45px}}@media (max-width:850px){.opportunity-grid{grid-template-columns:1fr}.market-proof{width:100%;max-width:620px;margin:0 auto}.strategy-intro{display:block}.strategy-intro h2{margin-bottom:30px}.curriculum .split-heading{grid-template-columns:1fr;gap:25px}}@media (max-width:760px){.hero-stage{flex-direction:column;gap:24px;min-height:0;padding:30px 24px 0;display:flex}.hero-editorial .hero-copy{order:0;padding:0}.hero-editorial h1{font-size:clamp(2rem,6.7vw,3rem);font-weight:300}.hero-editorial .hero-lead{font-size:1rem}.hero-portrait{order:1;width:calc(100% + 48px);height:auto;margin:0 -24px;display:block;inset:auto}.hero-portrait img{aspect-ratio:1280/949;border-radius:0;width:100%;height:auto}.hero-presentation{border-radius:14px;width:calc(100% - 32px);margin-bottom:38px}.hero-bottom{padding:25px 0;font-size:.9375rem}.header-link{padding:10px 18px;font-size:.8125rem}.business-examples article{grid-template-columns:25px 1fr;gap:14px;padding:22px 0}.market-proof{padding:32px}.strategy-intro h2{font-size:clamp(1.9rem,6.6vw,3.15rem)}.four-skills article{grid-template-columns:25px 1fr;align-items:start;gap:18px}.four-skills article>span{grid-row:1;padding-top:12px}.four-skills h3{grid-area:1/2;font-size:clamp(2.1rem,8vw,3.6rem)}.four-skills p,.four-skills a{grid-column:2;margin:0}.four-skills article:last-child h3{font-size:clamp(1.7rem,6.5vw,2.5rem)}.practice-description>p{font-size:1rem}.practice-player{border-radius:14px}.pending-play{width:60px;height:60px;font-size:1.4rem}.video-pending{gap:14px;font-size:.8125rem}.course-path-grid{gap:20px}.course-scroll .course-path-grid .level-tabs{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid;position:relative;top:0}.course-scroll .level-tabs:before{display:none}.course-scroll .course-path-grid .level-tab{border-radius:99px;justify-content:center;gap:0;min-width:0;min-height:55px;padding:6px;font-size:0;display:flex}.course-scroll .course-path-grid .level-tab>span{height:36px;box-shadow:none;flex-basis:36px;font-size:1rem}.course-scroll .course-path-grid .level-tab[data-active=true]>span{box-shadow:0 0 15px #ffc31f88}.course-scroll .course-path-grid .level-panel{grid-template-columns:80px 1fr;gap:20px;padding:25px}.course-path-grid .level-copy>.eyebrow{font-size:.75rem}.course-path-grid .level-copy h3{font-size:1.6rem;line-height:1.25}.course-path-grid .level-copy>p:not(.eyebrow){font-size:1rem}.curriculum-footer{align-items:center}.included-grid>div{display:block}.included h2{margin-bottom:35px;position:static}.level-dialog{padding:27px}.level-dialog h3{font-size:1.5rem}.proof-group{gap:22px;padding-right:22px}.proof-slide{width:min(330px,78vw)}.proof-slide h3{min-height:112px;font-size:1.4rem}.offer .offer-card{padding:32px 26px}.price-main{font-size:clamp(2.4rem,8vw,3.4rem)}.site-footer{padding-bottom:32px}}@media (prefers-reduced-motion:reduce){.button,.header-link,button,.proof-track,.topic-track,.level-panel{animation:none!important}.proof-group[aria-hidden]{display:none}.proof-window.is-animated{overflow-x:auto}}.site-header{-webkit-backdrop-filter:blur(22px)saturate(135%);background:#131313a8;border:1px solid #ffe5a326;border-radius:22px;width:min(1180px,100% - 28px);margin:14px auto 0;top:14px;box-shadow:0 10px 35px #0003}.site-header .header-inner{gap:18px;width:100%;min-height:76px;padding:0 22px}.hero-stage{min-height:0;padding:58px 56px;display:block}.hero-editorial .hero-copy{max-width:930px;margin-inline:auto;padding:0}.hero-editorial h1{font-size:clamp(2rem,4.4vw,4.2rem)}.hero-editorial .hero-lead{max-width:690px;font-size:1.125rem}.learning-strip.paper{background:#ffc427;border-color:#e4a910}.topic-card{background:#fff7d7;border-color:#b0801933}.blur-word{max-width:100%;font:inherit;color:inherit;letter-spacing:inherit;overflow-wrap:anywhere;vertical-align:baseline;display:inline-block}.four-skills article{transform-origin:50%}.practice-proof{background:#0e0e0d;padding-block:55px 75px}.practice-proof .proof-window{margin-top:0}.included .included-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:70px;display:grid}.included h2{margin:0;position:static}.included .included-grid>p{margin:0;font-size:1.125rem;line-height:1.9}.founder-grid>[data-profile-card]{width:100%;margin:0}.course-scroll .course-path-grid{grid-template-columns:205px minmax(0,1fr);align-items:start;gap:26px}.course-scroll .course-path-grid .level-tabs{top:var(--course-top,110px);flex-direction:column;gap:12px;margin:0;padding:0;display:flex;position:sticky}.course-scroll.is-pinned .course-path-grid .level-tabs{position:relative;top:0}.course-scroll .course-path-grid .level-tabs:before,.course-scroll .course-path-grid .level-tabs:after{content:"";z-index:0;background:#4e4532;width:3px;display:block;position:absolute;top:28px;bottom:28px;left:28px}.course-scroll .course-path-grid .level-tabs:after{transform:scaleY(var(--level-progress,0));transform-origin:top;background:#ffce45;transition:transform .75s cubic-bezier(.22,1,.36,1);box-shadow:0 0 12px #ffc32688}.course-scroll .course-path-grid .level-tab{gap:14px;min-width:0;min-height:56px;padding:8px;font-size:.9375rem;display:flex}.course-scroll .course-path-grid .level-tab>span{height:40px;box-shadow:none;flex:0 0 40px;font-size:1.0625rem}.course-scroll .level-tab[data-complete=true]{color:#e4c579;border-color:#a98539}.course-scroll .level-tab[data-complete=true]>span{color:#ffe08b;background:#634a16;border-color:#b18a34}.course-scroll .course-path-grid .level-panel{cursor:auto;grid-template-columns:34% minmax(0,1fr);align-content:stretch;align-items:stretch;gap:0;min-height:485px;padding:0;overflow:hidden}.course-scroll .course-path-grid .level-art{border:0;border-radius:0;grid-area:1/1;width:auto;height:100%;min-height:100%;position:relative;inset:auto;overflow:hidden}.course-scroll .course-path-grid .level-art img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.course-scroll .course-path-grid .level-copy{flex-direction:column;align-items:flex-start;gap:22px;min-width:0;padding:34px 28px;display:flex}.course-scroll .course-path-grid .level-copy>.eyebrow{letter-spacing:.06em;align-self:start;margin:0;font-size:1.0625rem;line-height:1.5}.course-scroll .course-path-grid .level-copy h3{margin:0;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.22}.course-scroll .course-path-grid .level-copy>p:not(.eyebrow){margin:0;font-size:1rem;line-height:1.75}.level-more{display:none}.is-enhanced .level-more{color:#221809;text-align:center;background:#ffd060;border:1px solid #c79a3b;border-radius:12px;justify-content:center;align-items:center;min-height:48px;margin-top:auto;padding:12px 16px;font-size:.875rem;font-weight:700;line-height:1.5;display:inline-flex}.level-more:hover{background:#ffe29b}.level-more:focus-visible{outline-offset:4px;outline:3px solid #fff1bb}.course-scroll.is-pinned .level-panel[data-active=true]{animation:.75s cubic-bezier(.22,1,.36,1) level-appear}@media (max-width:1000px){.course-scroll .course-path-grid{grid-template-columns:60px minmax(0,1fr);gap:22px}.course-scroll .course-path-grid .level-tab{justify-content:center;gap:0;font-size:0}.course-scroll .course-path-grid .level-copy{padding:28px 24px}}@media (max-width:760px){.site-header{border-radius:18px;width:calc(100% - 20px);margin-top:10px;top:10px}.site-header .header-inner{gap:12px;min-height:68px;padding-inline:14px}.site-header .brand{width:150px}.site-header .header-link{padding:10px 14px;font-size:.875rem}.hero-stage{padding:32px 24px}.hero-editorial .hero-lead{font-size:1rem}.included .included-grid{grid-template-columns:1fr;gap:28px}.course-scroll .course-path-grid{grid-template-columns:48px minmax(0,1fr);gap:12px}.course-scroll .course-path-grid .level-tabs{gap:14px}.course-scroll .course-path-grid .level-tab{min-height:48px;padding:4px}.course-scroll .course-path-grid .level-tab>span{flex-basis:36px;height:36px}.course-scroll .course-path-grid .level-tabs:before,.course-scroll .course-path-grid .level-tabs:after{top:24px;bottom:24px;left:23px}.course-scroll .course-path-grid .level-panel{border-radius:18px;grid-template-columns:29% minmax(0,1fr);min-height:460px}.course-scroll .course-path-grid .level-copy{gap:18px;padding:23px 17px}.course-scroll .course-path-grid .level-copy>.eyebrow{letter-spacing:.035em;font-size:.9375rem}.course-scroll .course-path-grid .level-copy h3{font-size:clamp(1.25rem,3.9vw,1.65rem)}.course-scroll .course-path-grid .level-copy>p:not(.eyebrow){line-height:1.65}.level-more{padding:10px}}@media (max-width:390px){.course-scroll .course-path-grid{grid-template-columns:44px minmax(0,1fr);gap:8px}.course-scroll .course-path-grid .level-panel{grid-template-columns:24% minmax(0,1fr)}.course-scroll .course-path-grid .level-copy{padding:20px 12px}.course-scroll .course-path-grid .level-tab>span{flex-basis:32px;height:32px}.course-scroll .course-path-grid .level-tabs:before,.course-scroll .course-path-grid .level-tabs:after{left:21px}.site-header .brand{width:126px}}@media (prefers-reduced-motion:reduce){.blur-word{filter:none!important;opacity:1!important;transform:none!important}.course-scroll .course-path-grid .level-tabs:after{transition:none}}.header-shine{text-align:center;color:#ffe3a0;-webkit-text-fill-color:transparent;background:linear-gradient(110deg,#bfa567 15%,#ffe5a3 38%,#fff 48%,#ffe5a3 58%,#bfa567 80%) 0 0/250% 100%;-webkit-background-clip:text;background-clip:text;flex:1;margin:0;font-size:clamp(.875rem,1.35vw,1.0625rem);font-weight:600;line-height:1.45;animation:4s linear infinite header-shimmer}@keyframes header-shimmer{0%{background-position:200%}to{background-position:-50%}}.course-scroll .course-path-grid .level-tab{transition:filter .6s,opacity .6s,border-color .3s,box-shadow .3s,background .3s}.course-scroll .course-path-grid .level-tab[data-upcoming=true]{filter:blur(1.7px);opacity:.55}.course-scroll .course-path-grid .level-tab[data-upcoming=true]:hover{filter:none;opacity:1}.course-scroll .course-path-grid .level-tab:focus-visible{filter:none;opacity:1}.founder-grid>figure[data-profile-card]{justify-self:center;min-width:0;max-width:430px;margin-inline:auto}.founder-grid .pc-details p:not(.eyebrow){margin:0;line-height:1.35}@media (max-width:760px){.header-shine{display:none}.course-scroll .course-path-grid .level-panel{grid-template-columns:minmax(0,1fr)}.course-scroll .course-path-grid .level-art{display:none}.course-scroll .course-path-grid .level-copy{grid-column:1;padding:28px 24px}.founder-grid>figure[data-profile-card]{width:min(100%,420px)}}@media (prefers-reduced-motion:reduce){.header-shine{animation:none}.proof-window[data-continuous-marquee]{overflow-x:auto}.course-scroll .course-path-grid .level-tab{transition:none}}.hero-editorial #hero-title{text-align:center;max-width:930px;margin:0 auto;font-size:clamp(2rem,3.4vw,3.3rem)}.hero-message{text-align:center;max-width:780px;margin:24px auto 0;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.55}.hero-message-alert{color:#f77;background:0 0;border:1px solid #f77;border-radius:8px;width:fit-content;max-width:100%;padding:14px 22px}.hero-message-alert strong{color:inherit}.hero-copy strong,#method-title strong{font-weight:800}.hero-editorial .hero-presentation{margin-bottom:32px}.hero-followup{text-align:center;max-width:880px;padding-bottom:58px}.hero-editorial .hero-followup .hero-lead{max-width:760px;margin:0 auto 26px}.hero-followup .hero-bottom{max-width:760px;margin:26px auto 0;padding:0}@media (max-width:760px){.hero-followup{padding-bottom:40px}.hero-editorial .hero-stage{margin-bottom:24px}.hero-editorial .hero-presentation{margin-bottom:28px}}.hero-editorial .hero-stage{margin-bottom:0}.hero-editorial .hero-stage .hero-presentation{width:100%;margin:36px auto 30px}.hero-editorial .hero-followup{width:100%;margin:0 auto;padding-bottom:0}.market-proof .market-news{border:0;border-radius:12px;margin:24px 0 28px;padding:0;display:block;overflow:hidden}.market-news img{width:100%;height:auto;display:block}.market-chart{justify-content:center;align-items:center;gap:clamp(18px,3vw,32px);margin:28px 0;display:flex}.market-pie{aspect-ratio:1;background:conic-gradient(from -90deg,#ffd259 0 var(--pie-fill,73%),#514a38 var(--pie-fill,73%) 100%);border-radius:50%;flex:0 0 clamp(100px,12vw,150px);box-shadow:0 10px 35px #0003}.opportunity-grid>*{min-width:0}.paper .market-proof .market-chart .market-number{margin:0;padding:0;font-size:clamp(3rem,7vw,6rem);line-height:1}.strategy-intro #strategy-title{color:#f6f4ed;font-family:inherit;font-size:clamp(1.9rem,3.6vw,3.5rem);font-weight:500;line-height:1.3}.strategy-intro #strategy-title>.strategy-bounce{max-width:100%;font:inherit;letter-spacing:inherit;color:#ffd259;margin:0;display:inline-block}.strategy-bounce.is-visible{animation:2.8s ease-in-out infinite phrase-bounce}@keyframes phrase-bounce{0%,40%,to{transform:translateY(0)}12%{transform:translateY(-10px)}24%{transform:translateY(0)}32%{transform:translateY(-4px)}}.practice-proof{width:100%;overflow:hidden}.practice-proof .proof-window{width:100%;max-width:none;margin-inline:0}.proof-window[data-continuous-marquee] .proof-track{animation-duration:90s}.proof-column{flex-direction:column;flex:none;gap:72px;width:350px;display:flex}.proof-column .proof-slide{width:100%}.proof-column .proof-slide h3{min-height:0;margin:0;padding:0 8px 20px;font-size:1.3rem;line-height:1.3}@media (max-width:760px){.proof-column{gap:60px;width:min(330px,78vw)}.proof-column .proof-slide h3{padding-bottom:16px;font-size:1.2rem}}.included{color:#211a09;background:#ffc427}.included h2,.included h2 em,.included .included-grid>p{color:#211a09}.level-dialog{padding-top:70px;position:fixed}.level-dialog .level-close{z-index:3;float:right;width:44px;height:44px;margin:-48px -18px 4px 0;padding:0;font-size:1.8rem;line-height:1;position:sticky;top:-48px}.level-dialog-cover{clear:both;border-radius:12px;width:min(210px,70%);height:auto;margin:0 auto 30px;display:block}.button,.hero-editorial .button,.header-link{isolation:isolate;color:#201505;text-shadow:0 1px #fff3;background:linear-gradient(115deg,#ffeaa5 0%,#ffd250 38%,#ffc21c 70%,#f6aa09 100%);border:1px solid #ffedb0;font-weight:800;transition:transform .2s,box-shadow .2s,filter .2s;position:relative;overflow:hidden;box-shadow:inset 0 2px 1px #fff9,inset 0 -2px #c68c2366,0 5px #815a10,0 14px 34px #ffbd202b}.button,.hero-editorial .button{letter-spacing:-.02em;min-height:64px;padding:20px 30px;font-size:1rem}.button:before,.header-link:before{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 30%,#fff6 48%,#0000 66%);animation:6.5s ease-in-out infinite cta-gleam;position:absolute;inset:0;transform:translate(-130%)}@keyframes cta-gleam{0%,68%{transform:translate(-130%)}88%,to{transform:translate(130%)}}@media (hover:hover){.button:hover,.hero-editorial .button:hover,.header-link:hover{filter:brightness(1.06);transform:translateY(-3px);box-shadow:inset 0 2px 1px #fffb,0 7px #815a10,0 20px 42px #ffc32645}.is-enhanced .level-more:hover{background:#ffe29a;border-color:#ffefbd;transform:translateY(-2px)}}.button:active,.hero-editorial .button:active,.header-link:active{transform:translateY(3px);box-shadow:inset 0 2px 3px #ad741833,0 2px #815a10,0 8px 16px #ffc32620}:is(.button:focus-visible,.header-link:focus-visible){outline-offset:5px;outline:3px solid #fff;box-shadow:0 0 0 8px #211809,0 14px 34px #ffbd2033}.site-header .header-link{justify-content:center;align-items:center;min-height:48px;display:inline-flex}.is-enhanced .level-more{background:linear-gradient(115deg,#ffe9a7,#f5c352);border:1px solid #ffe9a1;min-height:52px;font-size:.9375rem;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:inset 0 1px #fff7,0 3px #745315}.is-enhanced .level-more:active{transform:translateY(2px);box-shadow:0 1px #745315}@media (max-width:600px){.button,.hero-editorial .button{min-height:64px;padding:19px 24px;font-size:1rem}.hero-followup .button{width:100%;max-width:460px}}@media (prefers-reduced-motion:reduce){.button:before,.header-link:before{animation:none;display:none}.button,.header-link,.level-more{transition:none}}.dialog-lessons{border:1px solid #665431;border-radius:14px;margin-top:28px}.dialog-lessons>summary{color:#ffe09a;cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-weight:600;list-style:none;display:flex}.dialog-lessons>summary::-webkit-details-marker{display:none}.dialog-lessons>summary:after{content:"+";font-size:1.6rem;line-height:1}.dialog-lessons[open]>summary:after{content:"−"}.dialog-lessons>summary:focus-visible{outline-offset:3px;border-radius:12px;outline:3px solid #ffd259}.level-dialog .dialog-lessons .lesson-list{margin:0 20px 20px;padding-top:16px}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.guarantee{background:#0f1010;border-top:1px solid #665026}.guarantee-grid{grid-template-columns:214px minmax(0,600px);justify-content:center;align-items:center;gap:64px;display:grid}.guarantee-grid>img{width:214px;max-width:100%;height:auto}.guarantee h2{color:#ffda74;margin:0 0 24px;font-size:clamp(2rem,4vw,3.4rem)}.guarantee p{color:#d0cbbd;font-size:1.125rem;line-height:1.8}.guarantee .support-link{margin-top:24px;font-size:1rem;display:inline-block}.offer{border-top:0;padding-top:0;overflow:hidden}.benefit-window{background:#242013;border-block:1px solid #79602b;width:100%;margin:0 0 64px;padding:24px 0;overflow:hidden}.benefit-track{width:max-content;animation:65s linear infinite proof-drift;display:flex}.benefit-group{flex:none;align-items:center;gap:40px;margin:0;padding:0 40px 0 0;list-style:none;display:flex}.benefit-group li{white-space:nowrap;color:#f0e7ca;flex-shrink:0;align-items:center;gap:40px;font-size:1.125rem;font-weight:500;display:flex}.benefit-group li:before{content:"+";color:#ffca36;font-size:1.6rem}@media (max-width:760px){.hero-editorial .hero-stage .hero-presentation{margin:28px auto}.market-chart{gap:16px}.market-pie{flex-basis:clamp(80px,24vw,112px)}.level-dialog{padding:68px 24px 28px}.level-dialog .level-close{margin-right:-8px;top:-48px}.guarantee-grid{text-align:center;grid-template-columns:1fr;gap:26px}.guarantee-grid>img{margin-inline:auto}.benefit-window{margin:0 0 42px}}@media (prefers-reduced-motion:reduce){.strategy-bounce.is-visible,.benefit-track{animation:none}.benefit-window{overflow-x:auto}.benefit-group[aria-hidden]{display:none}}
