:root{--bg-base: #faf9f5;--bg-alt: #f0eee6;--bg-card: #ffffff;--bg-dark: #2b2820;--bg-darker: #1f1b16;--bg-note: #efeae0;--text-main: #1f1b16;--text-sub: #5c5548;--text-on-dark: #faf9f5;--text-on-dark-sub: #c9c2b4;--accent: #b4502f;--accent-strong: #933d22;--accent-light: #d97757;--accent-soft: #f6e6de;--accent-text: #933d22;--accent-on-dark: #e89477;--line: #e4dfd3;--line-strong: #dcd5c5;--line-on-dark: #453f34;--ok: #5b7a5e;--font-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;--font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Helvetica Neue", Arial, sans-serif;--fs-h1: 40px;--fs-h2: 32px;--fs-h3: 22px;--fs-h4: 18px;--fs-lead: 18px;--fs-body: 16px;--fs-caption: 14px;--fs-micro: 13px;--fs-display: 56px;--lh-heading: 1.6;--lh-h1: 1.5;--lh-body: 1.85;--lh-tight: 1.4;--ls-heading: .02em;--ls-body: .03em;--ls-badge: .08em;--ls-button: .05em;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--space-6: 48px;--space-7: 64px;--space-8: 96px;--space-9: 128px;--section-y: var(--space-8);--container: 1200px;--container-narrow: 860px;--gutter: var(--space-5);--header-h: 68px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-pill: 999px;--shadow-card: 0 1px 3px rgba(31, 27, 22, .04);--shadow-card-hover: 0 8px 24px rgba(31, 27, 22, .08);--shadow-btn-hover: 0 4px 12px rgba(180, 80, 47, .28);--ease: cubic-bezier(.22, .61, .36, 1);--dur-fast: .2s;--dur-mid: .5s}@media(max-width:767px){:root{--fs-h1: 30px;--fs-h2: 24px;--fs-h3: 19px;--fs-h4: 17px;--fs-lead: 16px;--fs-display: 40px;--section-y: var(--space-7);--gutter: var(--space-4);--header-h: 60px}}@media(min-width:768px)and (max-width:1023px){:root{--fs-h1: 34px;--fs-h2: 28px;--fs-display: 48px;--section-y: var(--space-7)}}@font-face{font-family:Noto Sans JP;src:url(/fonts/NotoSansJP-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans JP;src:url(/fonts/NotoSansJP-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans JP;src:url(/fonts/NotoSansJP-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Noto Serif JP";src:url(/fonts/NotoSerifJP-600.woff2) format("woff2");font-weight:600 700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + var(--space-4))}body{font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-body);letter-spacing:var(--ls-body);color:var(--text-main);background:var(--bg-base);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;word-break:normal;line-break:strict;overflow-wrap:break-word}.badge,.nowrap{word-break:keep-all}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit}ul,ol{list-style:none;padding:0}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;line-height:var(--lh-heading);letter-spacing:var(--ls-heading);text-wrap:balance}h1{font-size:var(--fs-h1);line-height:var(--lh-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3);font-weight:600}h4{font-size:var(--fs-h4);font-weight:600}.br-pc{display:none}@media(min-width:768px){.br-pc{display:inline}}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:var(--container-narrow)}.section{padding-block:var(--section-y);position:relative}.section--alt{background:var(--bg-alt)}.section--dark{background:var(--bg-dark);color:var(--text-on-dark)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--text-on-dark)}.section-head{max-width:780px;margin-inline:auto;text-align:center;margin-bottom:var(--space-7)}.section-head__lead{margin-top:var(--space-3);font-size:var(--fs-lead);font-weight:500;color:var(--text-sub);text-wrap:pretty}.section--dark .section-head__lead{color:var(--text-on-dark-sub)}.badge{display:inline-block;padding:6px 16px;border-radius:var(--r-pill);background:var(--accent-soft);color:var(--accent-text);font-family:var(--font-sans);font-size:var(--fs-micro);font-weight:600;letter-spacing:var(--ls-badge);line-height:var(--lh-tight)}.section--dark .badge{background:#d977572e;color:var(--accent-on-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:16px 32px;border-radius:var(--r-sm);border:1.5px solid transparent;font-family:var(--font-sans);font-size:var(--fs-body);font-weight:600;letter-spacing:var(--ls-button);line-height:var(--lh-tight);text-decoration:none;cursor:pointer;max-width:100%;text-align:center;transition:background var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.btn svg{flex:none}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-strong);transform:translateY(-1px);box-shadow:var(--shadow-btn-hover)}.btn--secondary{background:transparent;color:var(--text-main);border-color:var(--line-strong)}.btn--secondary:hover{background:var(--accent-soft);border-color:var(--accent)}.section--dark .btn--secondary{color:var(--text-on-dark);border-color:var(--line-on-dark)}.section--dark .btn--secondary:hover{background:#faf9f514;border-color:var(--accent)}.btn--link{padding:0;color:var(--accent-text);text-decoration:underline;text-underline-offset:4px;border:0}.btn--link:hover{color:var(--accent-strong)}.card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-card)}.note{background:var(--bg-note);border-radius:var(--r-sm);padding:var(--space-3) var(--space-4);font-size:var(--fs-caption);color:var(--text-sub);line-height:1.8}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}:where(a,button,summary,[tabindex]):focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.reveal{opacity:0;transform:translateY(12px);transition:opacity var(--dur-mid) var(--ease),transform var(--dur-mid) var(--ease)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1!important;transform:none!important}}@font-face{font-family:Noto Sans JP;src:url(/fonts/NotoSansJP-900.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}.landing{--lp-ink: #14232d;--lp-copy: #465462;--lp-green: #187c68;--lp-mint: #eaf6f1;--lp-button: #299880;--lp-button-end: #258d78;--lp-paper: #fbf7ef;--lp-line: #dee6e8;--lp-width: 1240px;--lp-shadow: 0 10px 38px #264e3e12;--lp-radius: 18px;--accent: var(--lp-green);--header-h: 80px;color:var(--lp-ink);background:#fff;letter-spacing:0;font-size:16px;line-height:1.7}.landing h1,.landing h2,.landing h3{font-family:var(--font-sans);font-weight:700;letter-spacing:-.035em;line-height:1.4;text-wrap:pretty}.landing a{text-underline-offset:4px}.landing svg{flex-shrink:0}.lp-container{width:calc(100% - 100px);max-width:var(--lp-width);margin-inline:auto}.lp-header{height:80px;background:#fff;position:relative;z-index:10}.lp-header__inner{height:100%;display:flex;align-items:center;gap:36px}.lp-brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.lp-brand svg{color:#39ae97;width:49px;height:35px}.lp-brand span{font-family:Arial,sans-serif;font-size:34px;font-weight:400;letter-spacing:-1.2px;color:#414a52}.lp-header nav{display:flex;margin-left:auto;gap:29px;font-size:13px;font-weight:700}.lp-header nav a{text-decoration:none}.lp-header nav a:hover{color:var(--lp-green)}.lp-buy{position:relative;display:flex;align-items:center;justify-content:center;min-height:72px;width:100%;gap:35px;padding:15px 36px;border-radius:999px;background:linear-gradient(105deg,var(--lp-button),var(--lp-button-end));color:#fff;font-weight:700;font-size:23px;letter-spacing:.1em;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;text-align:center}.lp-buy svg{position:absolute;right:29px}.lp-buy:hover{background:#136c5b;transform:translateY(-2px);box-shadow:0 7px 20px #187c6828}.lp-buy--compact{width:198px;min-height:50px;padding:10px 28px;font-size:16px;flex-shrink:0}.lp-buy--compact svg{right:22px;width:23px}.lp-purchase-unavailable{display:block;padding:14px;background:var(--lp-mint);border-radius:12px;font-size:16px}.lp-badge{display:inline-block;padding:7px 25px;border-radius:999px;background:#d4ede4;font-weight:700;font-size:16px;letter-spacing:.04em}.lp-eyebrow{color:var(--lp-green);font-size:13px;line-height:1.5;font-weight:700;letter-spacing:.09em}.lp-hero{position:relative;background:radial-gradient(ellipse at 51% 23%,#f1efdf80,transparent 24%),linear-gradient(115deg,#fafcfb,#f2f8f5);padding-block:42px 45px}.lp-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:48px;align-items:start}.lp-hero__copy h1{font-weight:900;font-size:clamp(44px,6.55vw,88px);line-height:1.2;letter-spacing:-.055em;margin-top:14px}.lp-hero__copy h1>span{display:block;white-space:nowrap}.lp-hero__copy em{color:#2e9b83;font-style:normal}.lp-hero__subtitle{font-size:30px;line-height:1.4;font-weight:700;margin-top:13px;letter-spacing:-.025em}.lp-hero__lead{font-size:17px;line-height:1.8;max-width:490px;margin-top:22px;color:var(--lp-copy)}.lp-hero__media{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:28px;align-items:center;margin-top:24px}.lp-video{min-width:0}.lp-video__trigger{width:100%;border:0;padding:0;background:#21342e;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;aspect-ratio:16/9;box-shadow:0 8px 20px #1c3b2b12;text-align:left;display:block}.lp-video__trigger img{width:100%;height:100%;object-fit:cover;filter:brightness(.85)}.lp-video__trigger:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#14232dad)}.lp-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;height:66px;width:66px;display:grid;place-items:center;padding-left:4px;background:#23977ece;box-shadow:0 0 0 5px #ffffff30;color:#fff;font-size:29px;z-index:1}.lp-video__caption{position:absolute;bottom:16px;left:18px;right:15px;color:#fff;font-size:16px;font-weight:700;z-index:1}.lp-video-dialog{margin:auto;padding:20px;border:0;border-radius:18px;width:min(980px,calc(100% - 32px));max-height:90dvh;color:var(--lp-ink);background:#fff;box-shadow:0 24px 100px #0006}.lp-video-dialog::backdrop{background:#12232bcc;backdrop-filter:blur(5px)}.lp-video-dialog video{width:100%;max-height:73dvh;background:#14232d}.lp-video-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.lp-video-dialog__head h2{font-size:21px}.lp-video-dialog__head button{border:0;background:#eef5f1;width:44px;height:44px;font-size:30px;cursor:pointer;border-radius:50%}.lp-handnote{font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:20px;font-style:italic;line-height:1.9;letter-spacing:.12em;transform:rotate(-7deg);text-align:center;position:relative}.lp-handnote span{display:block;white-space:nowrap}.lp-handnote:after{content:"";display:block;height:2px;background:#57ad99;margin-top:15px;transform:rotate(-10deg)}.lp-course-card{padding:27px 29px 28px;border-radius:var(--lp-radius);background:#fff;box-shadow:var(--lp-shadow)}.lp-course-card h2{font-size:clamp(24px,2.8vw,38px);white-space:nowrap;line-height:1.35;margin-top:4px}.lp-course-card__subtitle{font-size:21px;font-weight:700;color:var(--lp-copy);padding-bottom:20px;border-bottom:2px solid var(--lp-line)}.lp-specs{display:grid;gap:26px;padding:30px 2px 33px}.lp-specs li{display:flex;gap:20px;align-items:center}.lp-specs li>svg{width:46px}.lp-specs strong{display:block;font-size:19px;line-height:1.5;letter-spacing:-.02em}.lp-specs p{font-size:14px;color:var(--lp-copy);line-height:1.65}.lp-refund{display:flex;gap:13px;align-items:center;background:linear-gradient(120deg,#fbf7ef,#faf7f2);padding:21px 17px;border-radius:11px;margin-top:27px;text-decoration:none}.lp-refund>svg{color:var(--lp-green);width:45px}.lp-refund strong{display:block;color:var(--lp-green);font-size:18px;letter-spacing:-.025em;line-height:1.45}.lp-refund small{display:block;color:var(--lp-copy);font-size:11px;line-height:1.7;margin-top:6px}.lp-features{background:linear-gradient(90deg,#e6f5ee,#eff8f3);padding:45px 0 34px}.lp-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.lp-feature{text-align:center;position:relative;padding:0 28px}.lp-feature+.lp-feature{border-left:1px solid #b6d7ca}.lp-feature>svg{color:#087563;margin:0 auto 18px}.lp-feature h2{font-size:24px;letter-spacing:-.025em;line-height:1.45}.lp-feature h2 small{font-size:18px;display:block}.lp-feature p{font-size:17px;color:#314850;margin-top:7px}.lp-feature p span{display:block}.lp-problems{padding-top:45px}.lp-section-head{display:flex;align-items:center;justify-content:space-between;gap:32px}.lp-section-head h2{font-size:clamp(27px,2.95vw,38px);margin-top:9px;line-height:1.4}.lp-paper-note{flex-shrink:0;background:linear-gradient(120deg,#fcf6ea,#f7f0e3);padding:17px 32px 21px;font-size:19px;transform:rotate(-3deg);box-shadow:4px 8px 11px #40332214;border-radius:2px 5px 29px 2px;margin-top:-27px}.lp-paper-note:after{display:none}.lp-problems__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;margin-top:29px}.lp-bubble{position:relative;min-height:132px;border-radius:42px 48px 40px;background:#f5f6f5;padding:26px 38px;font-size:18px;line-height:1.65;max-width:355px;margin-inline:auto}.lp-bubble:after,.lp-bubble:before{content:"";position:absolute;background:#e9eff0;border-radius:50%;bottom:-17px;left:64%;width:19px;height:19px}.lp-bubble:before{bottom:-35px;left:60%;width:12px;height:12px}.lp-person{width:220px;height:175px;margin:12px auto 0;background-image:url(/images/landing/people.webp);background-repeat:no-repeat;background-size:300% auto;background-position-x:calc(var(--person) * 50%);background-position-y:50%}.lp-curriculum{padding-top:36px}.lp-curriculum .lp-section-head{align-items:flex-end;gap:25px}.lp-curriculum .lp-section-head h2{font-size:clamp(25px,2.5vw,34px)}.lp-section-lead{max-width:325px;font-size:13px;line-height:1.9;color:var(--lp-copy);flex-shrink:0}.lp-section-lead a{color:var(--lp-green)}.lp-curriculum__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px;margin-top:28px}.lp-lesson{position:relative;border-radius:7px;box-shadow:0 7px 22px #3f453b09;background:linear-gradient(110deg,#fdfbf6,#fff 60%);border:1px solid #f0eee7;overflow:hidden}.lp-lesson:before{content:"";position:absolute;top:0;left:0;width:40px;height:15px;background:#4fac92}.lp-lesson header{display:flex;gap:18px;align-items:center;background:linear-gradient(120deg,#faf5e9,#fbf7ef);padding:28px 22px 16px;min-height:90px}.lp-lesson__no{font-size:29px;font-weight:700;color:#278873}.lp-lesson header h3{font-size:24px;white-space:nowrap}.lp-lesson header>span:last-child{font-size:13px;font-weight:700;margin-left:auto;white-space:nowrap}.lp-lesson__body{padding:17px 22px 27px}.lp-lesson__range{font-size:11px;font-weight:700;color:#617069;margin-bottom:13px}.lp-lesson ul{min-height:149px;display:flex;flex-direction:column;gap:7px}.lp-lesson li{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.65;color:var(--lp-copy)}.lp-check{flex-shrink:0;background:#e1f2eb;color:var(--lp-green);display:grid;place-items:center;width:22px;height:22px;border-radius:50%;margin-top:2px}.lp-lesson__outcome{text-align:center;max-width:255px;margin:16px auto 0}.lp-lesson__icon{display:grid;place-items:center;width:110px;height:75px;border-radius:50%;background:#f7f7ed;margin:0 auto 15px}.lp-lesson__outcome p{font-size:18px;color:var(--lp-copy);line-height:1.6;max-width:245px;margin:auto}.lp-faq{padding-top:57px}.lp-faq .lp-section-head h2{font-size:42px}.lp-faq__list{margin-top:22px;border-top:1px solid var(--lp-line)}.lp-faq-row{position:relative;border-bottom:1px solid var(--lp-line);padding:19px 0;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:20px}.lp-faq-row summary{display:flex;gap:16px;align-items:flex-start;cursor:pointer;list-style:none;font-size:16px;font-weight:700;line-height:1.7;padding-right:8px}.lp-faq-row summary::-webkit-details-marker{display:none}.lp-q,.lp-a{display:grid;place-items:center;flex-shrink:0;font-family:Georgia,serif;font-size:25px;font-weight:700;width:40px;height:40px;line-height:1;border-radius:50%;background:#218a74;color:#fff;margin-top:-2px}.lp-a{width:33px;height:33px;font-size:23px;background:#e0efea;color:#385061}.lp-faq-answer{display:flex;align-items:flex-start;gap:16px;padding-right:25px;font-size:13px;line-height:1.8;color:var(--lp-copy)}.lp-faq-row:not([open]) .lp-faq-answer{display:none}.lp-faq-row:not([open]){grid-template-columns:1fr}.lp-faq-chevron{position:absolute;right:0;top:25px;color:#68858c}.lp-faq-row:not([open]) .lp-faq-chevron{transform:rotate(-90deg)}@media(min-width:768px){.lp-faq-row summary{cursor:default}.lp-faq-chevron{display:none}}.lp-final{padding-block:45px 30px}.lp-final__panel{position:relative;display:grid;grid-template-columns:220px minmax(0,1fr) 225px;gap:20px;align-items:center;isolation:isolate;background:linear-gradient(110deg,#edf7f2,#fafcf8);border-radius:25px;padding:40px 24px;min-height:275px;overflow:hidden}.lp-final__panel>.lp-handnote{font-size:21px;z-index:1}.lp-final__copy{position:relative;z-index:1;text-align:center}.lp-final__title{display:flex;align-items:center;gap:12px;justify-content:center;white-space:nowrap}.lp-final__title h2{font-size:31px}.lp-final__title .lp-eyebrow{font-size:12px;letter-spacing:0}.lp-final__subtitle{font-size:19px;font-weight:700;color:var(--lp-copy);margin:3px 0 16px}.lp-final__copy .lp-buy{width:min(100%,415px);margin:auto}.lp-fulfillment{font-size:12px;color:var(--lp-copy);margin-top:14px}.lp-still-life{position:absolute;right:0;bottom:0;width:340px;height:275px;object-fit:cover;object-position:65% center;z-index:0;mask-image:linear-gradient(90deg,transparent,#000 20%)}.lp-footer{background:#26363f;color:#e4eeed;padding:32px 0 20px}.lp-footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.lp-footer .lp-brand svg,.lp-footer .lp-brand span{color:#e4eeed}.lp-footer .lp-brand span{font-size:29px}.lp-footer .lp-brand svg{width:42px}.lp-footer__top p{font-size:11px;margin-top:4px}.lp-footer nav{display:flex;gap:23px;font-size:11px;padding-top:13px}.lp-footer nav a{text-decoration:none}.lp-footer nav a:hover{text-decoration:underline}.lp-footer__legal{margin-top:22px;max-width:1000px;font-size:11px;line-height:1.8;color:#cad7d9}.lp-footer__copyright{text-align:right;font-size:10px;margin-top:12px;color:#c6d4d5}.lp-mobile-buy{display:none}.lp-skip{position:absolute;top:-100px;left:15px;z-index:20;padding:12px 22px;color:#fff;background:var(--lp-green)}.lp-skip:focus{top:10px}@media(min-width:1450px){.lp-hero__copy h1{font-size:88px}}@media(max-width:1150px){.lp-container{width:calc(100% - 64px)}.lp-header nav{gap:18px;font-size:12px}.lp-header__inner{gap:20px}.lp-buy--compact{width:168px}.lp-hero__grid{gap:28px;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.lp-hero__copy h1{font-size:5.3vw}.lp-hero__subtitle{font-size:24px}.lp-hero__lead{font-size:15px}.lp-hero__media{grid-template-columns:minmax(0,1fr) 110px;gap:15px}.lp-handnote{font-size:16px}.lp-course-card{padding:23px 22px}.lp-course-card h2{font-size:2.8vw}.lp-course-card__subtitle{font-size:18px}.lp-specs{gap:22px;padding-block:25px}.lp-specs li{gap:14px}.lp-specs strong{font-size:16px}.lp-specs p{font-size:12px}.lp-refund{padding:15px 12px;gap:9px}.lp-refund strong{font-size:15px}.lp-refund small{font-size:10px}.lp-refund>svg{width:38px}.lp-buy{min-height:64px;font-size:21px}.lp-buy--compact{min-height:45px;font-size:14px}.lp-video__caption{font-size:13px;bottom:10px;left:12px}.lp-video__play{width:53px;height:53px;font-size:23px}.lp-section-head h2{font-size:29px}.lp-paper-note{font-size:16px;padding-inline:20px}.lp-section-lead{max-width:255px;font-size:12px}.lp-bubble{font-size:16px;padding:22px 25px;min-height:123px}.lp-problems__grid{gap:20px}.lp-lesson header{gap:10px;padding-inline:16px}.lp-lesson header h3{font-size:20px}.lp-lesson header>span:last-child{font-size:11px}.lp-lesson__body{padding-inline:16px}.lp-lesson li{font-size:14px}.lp-lesson__outcome p{font-size:16px}.lp-final__panel{grid-template-columns:165px minmax(0,1fr) 145px;padding-inline:20px}.lp-final__title h2{font-size:26px}.lp-final__title{gap:8px}.lp-final__panel>.lp-handnote{font-size:17px}.lp-still-life{width:250px}}@media(min-width:768px)and (max-width:900px){.lp-container{width:calc(100% - 50px)}.lp-header{height:64px}.lp-header__inner{gap:18px}.lp-brand span{font-size:27px}.lp-brand svg{width:39px}.lp-header nav{gap:12px;font-size:10px}.lp-buy--compact{width:147px;min-height:40px;font-size:13px}.lp-buy--compact svg{right:15px;width:20px}.lp-hero{padding-block:30px}.lp-hero__grid{gap:23px}.lp-course-card{padding:20px 17px}.lp-specs li>svg{width:35px}.lp-specs strong{font-size:14px}.lp-specs p{font-size:11px}.lp-course-card__subtitle{font-size:15px}.lp-refund{margin-top:20px}.lp-refund strong{font-size:13px}.lp-refund small{font-size:9px}.lp-refund>svg{width:32px}.lp-hero__subtitle{font-size:22px}.lp-hero__lead{font-size:13px}.lp-hero__media{grid-template-columns:minmax(0,1fr) 90px}.lp-handnote{font-size:13px}.lp-feature{padding-inline:15px}.lp-feature h2{font-size:20px}.lp-feature h2 small{font-size:15px}.lp-feature p{font-size:14px}.lp-section-head{gap:15px}.lp-section-head h2{font-size:25px}.lp-paper-note{font-size:14px}.lp-section-lead{max-width:205px;font-size:10px}.lp-curriculum__grid{gap:15px}.lp-lesson header{gap:8px;padding-inline:12px}.lp-lesson__no{font-size:24px}.lp-lesson header h3{font-size:19px}.lp-lesson header>span:last-child{font-size:10px}.lp-lesson__body{padding-inline:13px}.lp-lesson li{font-size:12px;gap:7px}.lp-lesson__outcome p{font-size:14px}.lp-faq-row summary{font-size:13px;gap:12px}.lp-faq-answer{font-size:11px;gap:10px}.lp-q{width:33px;height:33px;font-size:22px}.lp-a{width:28px;height:28px;font-size:20px}.lp-final__panel{grid-template-columns:140px minmax(0,1fr) 80px}.lp-final__title{flex-direction:column;gap:0}.lp-final__title h2{font-size:24px}.lp-final__subtitle{font-size:16px}.lp-still-life{width:190px}.lp-final__panel>.lp-handnote{font-size:15px}.lp-footer nav{gap:12px;font-size:10px}}@media(max-width:767px){.landing{--header-h: 66px}.lp-container{width:calc(100% - 40px)}.lp-header{height:66px}.lp-header__inner{gap:16px;justify-content:space-between}.lp-brand{gap:5px}.lp-brand span{font-size:27px}.lp-brand svg{width:38px}.lp-header nav{display:none}.lp-buy--compact{width:145px;min-height:40px;font-size:13px;padding-inline:18px}.lp-buy--compact svg{width:21px;right:16px}.lp-hero{padding:23px 0 32px}.lp-hero__grid{grid-template-columns:minmax(0,1fr);gap:28px}.lp-badge{font-size:12px;padding:5px 18px}.lp-hero__copy h1{font-size:clamp(32px,8.55vw,63px);margin-top:14px;line-height:1.23;letter-spacing:-.055em}.lp-hero__subtitle{font-size:clamp(19px,4.8vw,29px);margin-top:9px}.lp-hero__lead{font-size:14px;max-width:100%;margin-top:18px;line-height:1.9}.lp-hero__media{grid-template-columns:minmax(0,1fr) 94px;gap:18px;margin-top:20px}.lp-handnote{font-size:13px}.lp-video__play{width:48px;height:48px;font-size:22px}.lp-video__caption{font-size:11px;left:9px;bottom:9px}.lp-course-card{padding:23px 24px;border-radius:16px}.lp-course-card h2{font-size:clamp(25px,6.5vw,38px)}.lp-course-card__subtitle{font-size:18px;padding-bottom:15px}.lp-eyebrow{font-size:11px}.lp-specs{gap:20px;padding:23px 0}.lp-specs li>svg{width:40px}.lp-specs strong{font-size:17px}.lp-specs p{font-size:12px}.lp-buy{min-height:58px;font-size:19px}.lp-buy--compact{min-height:40px;font-size:13px}.lp-refund{margin-top:20px;padding:17px 12px;gap:10px}.lp-refund>svg{width:39px}.lp-refund strong{font-size:15px}.lp-refund small{font-size:10px}.lp-features{padding:28px 0}.lp-features__grid{width:calc(100% - 24px)}.lp-feature{padding:0 9px}.lp-feature>svg{width:43px;height:43px;margin-bottom:12px}.lp-feature h2{font-size:14px;letter-spacing:-.04em}.lp-feature h2 small{font-size:11px}.lp-feature p{font-size:11px;margin-top:7px;line-height:1.6}.lp-feature p span{display:inline}.lp-section-head{align-items:flex-start;gap:15px}.lp-section-head h2{font-size:26px;margin-top:8px;line-height:1.4}.lp-problems{padding-top:35px}.lp-problems .lp-section-head{display:block}.lp-paper-note{display:none}.lp-problems__grid{grid-template-columns:1fr;gap:12px;margin-top:23px}.lp-problem{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:10px;align-items:center}.lp-bubble{font-size:14px;padding:20px 23px;min-height:0;width:100%;border-radius:28px;margin:0}.lp-bubble:after{width:12px;height:12px;bottom:calc(50% - 6px);left:auto;right:-10px}.lp-bubble:before{display:none}.lp-person{width:112px;height:123px;margin:0;background-size:450% auto;background-position-x:calc(7% + var(--person) * 43%)}.lp-curriculum{padding-top:34px}.lp-curriculum .lp-section-head{display:block}.lp-curriculum .lp-section-head h2{font-size:25px}.lp-section-lead{max-width:none;font-size:12px;margin-top:14px;line-height:1.8}.lp-curriculum__grid{grid-template-columns:minmax(0,1fr);gap:22px;margin-top:24px}.lp-lesson header{padding:23px 22px 14px;min-height:75px;gap:18px}.lp-lesson header h3{font-size:23px}.lp-lesson header>span:last-child{font-size:12px}.lp-lesson__no{font-size:28px}.lp-lesson__body{padding:15px 22px 24px}.lp-lesson ul{min-height:0;gap:8px}.lp-lesson li{font-size:14px}.lp-lesson__range{font-size:10px;margin-bottom:11px}.lp-lesson__outcome{display:flex;gap:19px;align-items:center;max-width:none;text-align:left;margin-top:23px}.lp-lesson__icon{flex-shrink:0;width:80px;height:62px;margin:0}.lp-lesson__icon svg{width:42px}.lp-lesson__outcome p{font-size:15px;margin:0}.lp-faq{padding-top:40px}.lp-faq .lp-section-head{display:block}.lp-faq .lp-section-head h2{font-size:31px}.lp-faq__list{margin-top:20px}.lp-faq-row,.lp-faq-row:not([open]){display:block;padding:18px 0}.lp-faq-row summary{font-size:14px;padding-right:24px;gap:12px;align-items:center}.lp-q{width:30px;height:30px;font-size:21px;margin:0}.lp-faq-answer{font-size:12px;padding:15px 10px 0 0;gap:12px;line-height:1.9}.lp-a{width:30px;height:30px;font-size:21px;margin:0}.lp-faq-chevron{top:24px}.lp-final{padding:32px 0 25px}.lp-final__panel{display:block;padding:30px 20px 135px;min-height:0;border-radius:18px}.lp-final__panel>.lp-handnote{position:absolute;bottom:27px;left:26px;font-size:15px;text-align:left}.lp-final__title{white-space:normal;display:block}.lp-final__title h2{font-size:26px;margin-top:5px}.lp-final__title .lp-eyebrow{font-size:11px}.lp-final__subtitle{font-size:16px;margin-bottom:20px}.lp-fulfillment{font-size:11px;margin-top:11px}.lp-still-life{width:200px;height:140px}.lp-footer{padding-top:24px;padding-bottom:25px}.lp-footer__top{display:block}.lp-footer nav{gap:10px 18px;flex-wrap:wrap;font-size:10px;margin-top:13px;padding-top:0}.lp-footer__legal{font-size:10px;margin-top:18px}.lp-footer__copyright{text-align:left}.lp-mobile-buy:not([hidden]){display:block;position:fixed;z-index:15;bottom:0;left:0;right:0;background:#ffffffed;border-top:1px solid #dbe8e1;padding:9px 20px calc(9px + env(safe-area-inset-bottom));backdrop-filter:blur(12px)}.lp-mobile-buy .lp-buy{min-height:48px;font-size:17px}.lp-video-dialog{padding:13px}.lp-video-dialog__head h2{font-size:17px}}@media(prefers-reduced-motion:reduce){.lp-buy{transition:none}.lp-buy:hover{transform:none}}.lp-hero:before{content:"";position:absolute;left:40%;top:60px;width:290px;height:320px;background:url(/images/landing/still-life.webp) 90% top / auto 360px no-repeat;filter:blur(6px);opacity:.22;mask-image:radial-gradient(ellipse,#000 25%,transparent 70%);pointer-events:none}@media(max-width:767px){.lp-hero:before{display:none}.lp-handnote{font-size:12px}.lp-course-card h2{font-size:clamp(25px,6.5vw,38px)}}.lp-buy--compact,.lp-mobile-buy .lp-buy{background:#187c68}.lp-problems h2{text-wrap:balance}.lp-creator{margin-top:18px;color:var(--lp-copy);font-size:13px;line-height:1.8}.lp-creator strong{display:block;color:var(--lp-ink);font-size:15px}.lp-creator span{display:block}.lp-price{margin:0 0 18px}.lp-price__amount{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:5px;color:var(--lp-ink);font-size:14px}.lp-price__amount strong{font-size:36px;font-weight:900;letter-spacing:-.03em;line-height:1.25}.lp-price__badge{background:#e5f3ed;color:#247a63;font-size:11px;padding:3px 8px;border-radius:5px;margin-left:4px;align-self:center}.lp-price__note{text-align:center;font-size:12px;margin-top:4px;color:var(--lp-copy)}.lp-price__tax{text-align:center;font-size:10px;line-height:1.7;margin-top:6px;color:var(--lp-copy)}
