:root{--accent:#7a9d54;--accent-light:#b4cf66;--skin:#33422b;--skin-soft:#4d6a3f;--pit:#8b5e3c;--pit-soft:#a97a4f;--ink:#1f2b1e;--ink-soft:#52604b;--cream:#f5f1e3;--paper:#faf6e9;--paper-alt:#f0ead3;--line:#1f2b1e1f;--radius:22px;--ff-display:"Fraunces", serif;--ff-body:"Manrope", sans-serif;--ff-hand:"Caveat", cursive;--ff-bubble:"Baloo 2", cursive;--ease:cubic-bezier(.65,0,.35,1);--container:1280px}*{box-sizing:border-box}html{scroll-behavior:auto}body{font-family:var(--ff-body);background:var(--paper);color:var(--ink);cursor:none;margin:0;overflow-x:hidden}@media (hover:none){body{cursor:auto}}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--ff-display);margin:0;font-weight:500;line-height:1.05}p{color:var(--ink-soft);margin:0;line-height:1.6}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;font-size:.8rem;font-weight:700}.eyebrow.center{text-align:center}.section-title{margin-bottom:56px;font-size:clamp(1.9rem,4vw,3rem)}.section-title.center{text-align:center}section{padding:120px 24px;position:relative}.btn{background:var(--ink);color:var(--cream);transition:background .3s var(--ease), color .3s var(--ease);border-radius:100px;align-items:center;gap:8px;padding:16px 32px;font-size:.95rem;font-weight:700;display:inline-flex}.btn:hover{background:var(--accent)}.btn--small{padding:10px 22px;font-size:.85rem}.btn--ghost{color:var(--ink);border:1.5px solid var(--line);background:0 0}.btn--ghost:hover{background:var(--ink);color:var(--cream);border-color:var(--ink)}.btn--light{background:var(--accent-light);color:var(--skin)}.btn--light:hover{background:var(--cream)}.icon-inline{width:16px;height:16px}.preloader{z-index:9999;background:var(--skin);flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:fixed;inset:0}.preloader__mark{font-family:var(--ff-display);color:var(--cream);letter-spacing:.08em;font-size:2.4rem}.preloader__count{font-family:var(--ff-body);color:var(--accent-light);font-size:.95rem;font-weight:700}.cursor-dot,.cursor-ring{pointer-events:none;z-index:9998;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-dot{background:var(--accent);width:8px;height:8px}.cursor-ring{border:1.5px solid var(--accent);width:36px;height:36px;transition:width .25s var(--ease), height .25s var(--ease), opacity .25s var(--ease), border-color .25s}.cursor-ring.grow{background:#7a9d541f;width:64px;height:64px}@media (hover:none){.cursor-dot,.cursor-ring{display:none}}.header{z-index:500;color:var(--cream);transition:background .3s var(--ease), box-shadow .3s var(--ease), padding .3s var(--ease), color .3s var(--ease);padding:20px 32px;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--ink);background:#faf6e9d9;padding:12px 32px;box-shadow:0 8px 24px #1f2b1e0f}.header__inner{max-width:var(--container);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.header__logo{font-family:var(--ff-display);align-items:center;gap:8px;font-size:1.15rem;font-weight:600;display:flex}.header__logo-mark{border-radius:50%;flex-shrink:0;width:32px;height:32px;display:inline-flex;overflow:hidden}.logo-img{object-fit:cover;width:100%;height:100%;display:block}.nav{gap:32px;display:flex}.nav a{font-size:.92rem;font-weight:600;position:relative}.nav a:after{content:"";background:var(--accent-light);width:0;height:1.5px;transition:width .3s var(--ease);position:absolute;bottom:-4px;left:0}.nav a:hover:after{width:100%}.header.scrolled .nav a:after{background:var(--accent)}.hamburger{flex-direction:column;gap:5px;width:28px;display:none}.hamburger span{background:var(--cream);height:2px;transition:background .3s var(--ease);border-radius:2px;display:block}.header.scrolled .hamburger span{background:var(--ink)}.mobile-nav{z-index:490;background:var(--skin);transition:transform .5s var(--ease);flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.mobile-nav.open{transform:translateY(0)}.mobile-nav a{color:var(--cream);font-size:1.6rem;font-family:var(--ff-display)}.hero{background:var(--skin);min-height:100vh;color:var(--cream);align-items:center;padding:160px 24px 80px;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;opacity:0;position:absolute;inset:0}.hero-bg-canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.hero__scrim{background:linear-gradient(115deg,#141a11e0 0%,#141a1194 42%,#141a1138 75%);position:absolute;inset:0}.hero__inner{z-index:2;max-width:680px;position:relative}.hero .eyebrow{color:var(--accent-light)}.hero__title{color:var(--cream);font-size:clamp(2.6rem,7vw,5.2rem)}.hero__title em{color:var(--accent-light);font-style:italic}.split-line{display:block;overflow:hidden}.split-inner{display:inline-block;transform:translateY(110%)}.hero__desc{color:#f5f1e3c7;max-width:480px;margin:28px 0 36px;font-size:1.08rem}.hero__actions{flex-wrap:wrap;gap:18px;display:flex}.hero .btn--ghost{color:var(--cream);border-color:#f5f1e359}.hero .btn--ghost:hover{background:var(--cream);color:var(--ink);border-color:var(--cream)}.hero-canvas__progress{z-index:2;background:#f5f1e326;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.hero-canvas__bar{background:var(--accent-light);width:0%;height:100%}.hero__scroll{z-index:2;letter-spacing:.08em;text-transform:uppercase;color:#f5f1e399;align-items:center;gap:10px;font-size:.78rem;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.hero__scroll span{background:#f5f1e399;width:24px;height:1px;display:block}.marquee{background:var(--ink);padding:22px 0;overflow:hidden}.marquee__track{white-space:nowrap;width:max-content;display:flex}.marquee__track span{font-family:var(--ff-display);color:var(--cream);padding:0 20px;font-size:1.4rem}.marquee__track span:nth-child(2n){color:var(--accent-light)}.brand-reveal{background:var(--paper);height:100vh;position:relative;overflow:hidden}.brand-reveal__content{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:26px;padding:0 24px;display:flex;position:absolute;inset:0}.brand-reveal__tagline{font-family:var(--ff-display);max-width:640px;color:var(--ink);font-size:clamp(1.5rem,3.2vw,2.4rem);font-weight:500}.brand-reveal__mask{z-index:2;position:absolute;inset:0}.brand-reveal__half{background:var(--paper);height:50%;position:absolute;left:0;right:0;overflow:hidden}.brand-reveal__half--top{top:0}.brand-reveal__half--bottom{bottom:0}.brand-reveal__word{height:200%;font-family:var(--ff-display);text-transform:uppercase;letter-spacing:-.01em;color:var(--skin);white-space:nowrap;justify-content:center;align-items:center;font-size:clamp(2.4rem,9.5vw,7.5rem);font-weight:600;display:flex;position:absolute;left:0;right:0}.brand-reveal__half--top .brand-reveal__word{top:0}.brand-reveal__half--bottom .brand-reveal__word{bottom:0}.philosophy{background:var(--paper-alt);padding:0}.philosophy__pin{height:320vh;position:relative}.philosophy__pin>*{position:sticky;top:0}.philosophy__text{float:left;flex-direction:column;justify-content:center;width:48%;height:100vh;padding:24px 24px 24px 48px;display:flex;position:sticky;top:0}.philosophy__title{margin-bottom:40px;font-size:clamp(1.8rem,3.4vw,2.6rem)}.philosophy__steps{flex-direction:column;gap:26px;display:flex}.philosophy__step{opacity:.35;transition:opacity .4s var(--ease);gap:18px;display:flex}.philosophy__step.active{opacity:1}.philosophy__num{font-family:var(--ff-display);color:var(--accent);flex-shrink:0;font-size:1.3rem}.philosophy__step h3{margin-bottom:6px;font-size:1.1rem}.philosophy__step p{font-size:.95rem}.philosophy__stage{float:right;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:48%;height:100vh;display:flex;position:sticky;top:0}.growth-svg{width:min(70%,320px);height:auto}.growth-progress{background:var(--line);border-radius:4px;width:4px;height:160px;overflow:hidden}.growth-progress__bar{background:var(--accent);border-radius:4px;width:100%;height:0%;transition:height .1s linear}@media (width<=900px){.philosophy__pin{height:auto}.philosophy__pin>*{position:relative}.philosophy__text,.philosophy__stage{float:none;width:100%;height:auto;padding:60px 24px}}.about{max-width:var(--container);background:var(--skin);border-radius:var(--radius);color:var(--cream);align-items:center;gap:72px;margin:0 auto;padding:72px;display:flex}.about__media{aspect-ratio:4/5;border-radius:18px;flex:0 0 38%;overflow:hidden}.about__media img{object-fit:cover;width:100%;height:100%}.about h2{color:var(--cream);margin-bottom:22px;font-size:clamp(1.7rem,3vw,2.4rem)}.about__credentials{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.credential-tag{color:var(--cream);background:#f5f1e31a;border:1px solid #f5f1e32e;border-radius:100px;align-items:center;gap:6px;padding:7px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.credential-tag--link{color:var(--accent-light);transition:background .3s,border-color .3s}.credential-tag--link:hover{border-color:var(--accent-light);background:#f5f1e32e}.about__body{color:#f5f1e3bf;max-width:520px;margin-bottom:44px}.about__stats{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat{flex-direction:column;display:flex}.stat__num{white-space:nowrap}.stat__num,.stat__suffix{font-family:var(--ff-display);color:var(--accent-light);font-size:2.2rem;display:inline}.stat p{color:#f5f1e3a6;margin-top:6px;font-size:.82rem}.stat--badge .stat__num{font-size:1.4rem;line-height:1.3}@media (width<=900px){.about{flex-direction:column;padding:40px 24px}.about__media{flex:none;width:100%}.about__stats{grid-template-columns:repeat(2,1fr)}}.services{max-width:var(--container);margin:0 auto}.services__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-card{background:var(--paper-alt);border-radius:var(--radius);transition:transform .4s var(--ease), box-shadow .4s var(--ease), background .4s var(--ease);opacity:0;padding:40px 28px;transform:translateY(40px)}.service-card__icon{margin-bottom:20px}.service-icon{width:30px;height:30px;color:var(--accent);stroke-width:1.6px}.service-card h3{margin-bottom:12px;font-size:1.15rem}.service-card p{font-size:.92rem}.service-card:hover{background:var(--paper);transform:translateY(-8px);box-shadow:0 24px 48px #33422b24}@media (width<=980px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services__grid{grid-template-columns:1fr}}.flashcards{text-align:center;background-color:var(--paper-alt);background-image:url(/flashcards-bg.png);background-position:50%;background-size:cover;padding:130px 24px 150px;position:relative;overflow:hidden}.flashcards__scrim{background:linear-gradient(#faf6e9b3 0%,#faf6e973 40%,#faf6e9b3 100%);position:absolute;inset:0}.flashcards__inner{z-index:1;max-width:var(--container);margin:0 auto;position:relative}.flashcards__intro{max-width:520px;margin:18px auto 0;font-size:1rem}.flashcard-stage{justify-content:center;align-items:center;margin:60px auto 32px;display:flex}.flashcard-deck{perspective:1200px;width:320px;height:420px;position:relative}.flashcard{cursor:pointer;will-change:transform, opacity;opacity:0;perspective:1200px;position:absolute;inset:0}.flashcard__inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s var(--ease);position:relative}.flashcard.is-flipped .flashcard__inner{transform:rotateY(180deg)}.flashcard__face{backface-visibility:hidden;background:var(--paper-alt);border-radius:24px;position:absolute;inset:0;overflow:hidden;box-shadow:0 30px 55px #1f2b1e33}.flashcard__face--front{flex-direction:column;display:flex}.flashcard__face--back{background:var(--skin);text-align:left;flex-direction:column;justify-content:center;padding:28px;display:flex;transform:rotateY(180deg)}.flashcard__face--back h3{color:var(--accent-light);margin-bottom:12px;font-size:1.1rem}.flashcard__face--back p{color:#f5f1e3d9;font-size:.95rem;line-height:1.55}.flashcard img{object-fit:cover;pointer-events:none;width:100%;height:72%;display:block}.flashcard__info{text-align:left;padding:18px 22px}.flashcard__info h3{margin-bottom:4px;font-size:1.1rem}.flashcard__info span{color:var(--ink-soft);font-size:.82rem}.flashcard-hint{color:var(--ink-soft);justify-content:center;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.flashcard-hint .icon-inline{width:16px;height:16px;color:var(--accent)}@media (width<=480px){.flashcard-deck{width:260px;height:360px}}.testimonials{background:var(--pit);color:var(--cream)}.testimonials .eyebrow{color:var(--accent-light)}.testimonials h2{color:var(--cream)}.control-icon{width:18px;height:18px}.editorial-quotes{max-width:980px;margin:0 auto}.editorial-quotes__track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;border-radius:var(--radius);display:flex;overflow-x:auto}.editorial-quotes__track::-webkit-scrollbar{display:none}.editorial-quote{scroll-snap-align:start;flex:0 0 100%;align-items:center;gap:48px;padding:8px 4px 28px;display:flex}.editorial-quote__media{border-radius:20px;flex:0 0 200px;width:200px;height:240px;overflow:hidden}.editorial-quote__media img{object-fit:cover;width:100%;height:100%}.editorial-quote__body{flex:1;min-width:0}.editorial-quote__mark{font-family:var(--ff-display);color:var(--accent-light);margin-bottom:-14px;font-size:4rem;font-style:italic;line-height:1;display:block}.editorial-quote__text{font-family:var(--ff-display);color:var(--cream);margin-bottom:22px;font-size:clamp(1.35rem,2.6vw,2.1rem);font-style:italic;line-height:1.4}.editorial-quote__person{flex-direction:column;display:flex}.editorial-quote__person strong{font-size:1rem}.editorial-quote__person span{color:#f5f1e399;margin-top:2px;font-size:.85rem}.editorial-quotes__controls{justify-content:space-between;align-items:center;margin-top:24px;padding:0 4px;display:flex}.editorial-quotes__count{font-family:var(--ff-display);letter-spacing:.05em;color:#f5f1e399;font-size:.9rem}.editorial-quotes__buttons{gap:14px;display:flex}.editorial-quotes__buttons button{width:44px;height:44px;color:var(--cream);border:1.5px solid #f5f1e34d;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,border-color .3s;display:flex}.editorial-quotes__buttons button:hover{border-color:var(--accent-light);background:#f5f1e31f}@media (width<=700px){.editorial-quote{text-align:left;flex-direction:column;align-items:flex-start;gap:24px}.editorial-quote__media{width:130px;height:160px}.editorial-quote__mark{font-size:3rem}}.gallery{max-width:var(--container);margin:0 auto}.gallery__grid{perspective:1200px;grid-template-columns:repeat(3,1fr);grid-auto-rows:220px;gap:20px;display:grid}.gallery__item{opacity:0;transform-style:preserve-3d;will-change:transform;border-radius:18px;margin:0;overflow:hidden;transform:translateY(40px)}.gallery__item--tall{grid-row:span 2}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease)}.gallery__item:hover img{transform:scale(1.08)}@media (width<=900px){.gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}}@media (width<=560px){.gallery__grid{grid-template-columns:1fr}.gallery__item--tall{grid-row:span 1}}.instagram{background:var(--skin);color:var(--cream);text-align:center;padding:110px 24px 150px;position:relative;overflow:hidden}.instagram__inner{z-index:2;max-width:900px;margin:0 auto;position:relative}.instagram__headline{font-family:var(--ff-hand);color:var(--cream);margin:0 0 18px;font-size:clamp(1.7rem,4vw,3rem);font-weight:700;line-height:1.35}.ig-word{opacity:0;margin:0 6px;display:inline-block;transform:translateY(24px)}.ig-word--link a{color:var(--accent-light);text-underline-offset:5px;text-decoration:underline;text-decoration-thickness:2px}.instagram__badge{font-family:var(--ff-bubble);text-transform:uppercase;color:var(--accent-light);transition:transform .3s var(--ease), background .3s var(--ease);background:#f5f1e30f;border:1px solid #f5f1e324;border-radius:100px;justify-content:center;align-items:center;margin-top:48px;padding:24px 44px;font-size:clamp(1.3rem,3.6vw,2.4rem);font-weight:800;display:inline-flex}.instagram__badge:hover{background:#f5f1e31a}.ig-letter{opacity:0;display:inline-block;transform:translateY(22px)scale(.6)}.instagram__pointer{color:#f5f1e3a6;flex-direction:column;align-items:center;gap:4px;margin-top:22px;font-size:.85rem;font-weight:600;display:flex}.instagram__pointer .icon-inline{width:20px;height:20px;color:var(--accent-light)}.instagram__wave{z-index:1;width:100%;height:90px;position:absolute;bottom:-2px;left:0;right:0}.instagram__wave-path{fill:var(--paper)}@media (width<=600px){.instagram{padding:80px 20px 110px}.instagram__badge{max-width:100%;padding:16px 22px;font-size:clamp(.85rem,5vw,1.3rem)}}.pricing{max-width:var(--container);margin:0 auto}.pricing__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;display:grid}.price-card{border:1.5px solid var(--line);border-radius:var(--radius);opacity:0;flex-direction:column;gap:24px;padding:44px 32px;display:flex;position:relative;transform:translateY(40px)}.price-card--featured{background:var(--skin);color:var(--cream);border-color:var(--skin)}.price-card--featured h3,.price-card--featured p{color:var(--cream)}.price-card__tag{background:var(--accent-light);color:var(--skin);letter-spacing:.04em;border-radius:100px;padding:6px 14px;font-size:.72rem;font-weight:800;position:absolute;top:-14px;left:32px}.price-card h3{font-size:1.2rem}.price-card__price{font-family:var(--ff-display);font-size:2.4rem}.price-card__price span{font-size:1rem;font-family:var(--ff-body);color:var(--ink-soft)}.price-card--featured .price-card__price span{color:#f5f1e399}.price-card ul{flex-direction:column;flex:1;gap:12px;display:flex}.price-card li{align-items:center;gap:10px;font-size:.92rem;display:flex}.li-icon{width:16px;height:16px;color:var(--accent);flex-shrink:0}.price-card--featured .li-icon{color:var(--accent-light)}.price-card .btn{justify-content:center}@media (width<=980px){.pricing__grid{grid-template-columns:1fr}}.faq{max-width:820px;margin:0 auto}.faq__item{border-bottom:1.5px solid var(--line)}.faq__q{text-align:left;justify-content:space-between;align-items:center;width:100%;padding:26px 4px;font-size:1.05rem;font-weight:600;display:flex}.faq__icon{flex-shrink:0;display:flex}.faq-icon-svg{width:20px;height:20px;color:var(--accent);transition:transform .35s var(--ease)}.faq__item.open .faq-icon-svg{transform:rotate(45deg)}.faq__a{opacity:0;height:0;transition:height .35s var(--ease), opacity .3s var(--ease);overflow:hidden}.faq__a p{max-width:620px;padding:0 4px 26px}.cta{background:var(--skin);color:var(--cream);text-align:center;border-radius:var(--radius);max-width:var(--container);margin:0 auto;padding:100px 24px}.cta__inner{flex-direction:column;align-items:center;gap:20px;display:flex}.cta__title{color:var(--cream);font-size:clamp(2.2rem,5vw,3.6rem)}.cta__title em{color:var(--accent-light);font-style:italic}.cta p{color:#f5f1e3b3}.cta .btn{margin-top:12px}.footer{max-width:var(--container);margin:0 auto;padding:64px 24px 32px}.footer__inner{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-bottom:32px;display:flex}.footer__brand{font-family:var(--ff-display);align-items:center;gap:8px;font-size:1.1rem;display:flex}.footer__links,.footer__social{gap:24px;font-size:.9rem;font-weight:600;display:flex}.footer__bottom{color:var(--ink-soft);flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:24px;font-size:.82rem;display:flex}@media (width<=900px){.nav,.header .btn--small{display:none}.hamburger{display:flex}.hero{padding-top:140px}.hero__inner{max-width:100%}.hero__scrim{background:linear-gradient(#141a118c 0%,#141a11d1 55%,#141a11eb 100%)}section{padding:80px 20px}}
