:root{--shell: #f7eee2;--shell-deep: #ebdcc7;--blush: #f0d5c4;--blush-deep: #e3b69a;--terra: #b85e3a;--terra-deep: #8a3f24;--sage: #6f7e5a;--sage-deep: #4a5a36;--ink: #3a2c1e;--ink-soft: #6e5840;--serif: "Fraunces", Georgia, serif;--body: "DM Sans", -apple-system, system-ui, sans-serif;--script: "Caveat", cursive;--max: 1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--shell);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;font-feature-settings:"ss01" on;overflow-x:clip;width:100%}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--serif);font-weight:350;font-variation-settings:"opsz" 144,"SOFT" 100,"WONK" 0;line-height:1.02;letter-spacing:-.015em;margin:0;color:var(--ink)}em{font-style:italic;font-variation-settings:"opsz" 144,"SOFT" 100,"WONK" 1}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.kicker{font-family:var(--body);font-size:.78rem;letter-spacing:.32em;text-transform:uppercase;color:var(--terra);font-weight:500;margin:0}.wrap{max-width:var(--max);margin:0 auto;padding:0 1.5rem}.leaf{position:absolute;pointer-events:none;width:220px;height:220px;opacity:.35;color:var(--sage)}.nav{position:fixed;inset:0 0 auto;z-index:50;transition:background .4s ease,padding .4s ease,border-color .4s ease;padding:1.5rem 0}.nav.is-scrolled{background:var(--shell);border-bottom:1px solid rgba(184,94,58,.12);padding:.5rem 0}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav__logo img{height:64px;width:auto;transition:height .4s ease}.nav.is-scrolled .nav__logo img{height:44px}.nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2.25rem;font-size:.95rem}.nav__list a{position:relative;color:var(--ink-soft);transition:color .3s ease}.nav__list a:hover{color:var(--terra)}.nav__cta{background:var(--terra);color:var(--shell)!important;padding:.6rem 1.1rem;border-radius:999px;font-weight:500;transition:background .3s ease}.nav__cta:hover{background:var(--terra-deep)}.nav__burger{display:none;background:transparent;border:0;width:36px;height:36px;flex-direction:column;justify-content:center;align-items:center;gap:5px}.nav__burger span{display:block;width:22px;height:1.5px;background:var(--ink);transition:transform .3s ease,opacity .3s ease}.nav__burger[aria-expanded=true] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav__burger[aria-expanded=true] span:nth-child(2){opacity:0}.nav__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:920px){.nav__list{position:fixed;inset:80px 0 0;background:var(--shell);flex-direction:column;align-items:stretch;padding:2rem 1.5rem;gap:0;transform:translateY(calc(-100% - 80px));transition:transform .4s cubic-bezier(.22,1,.36,1);border-top:1px solid rgba(184,94,58,.15);pointer-events:none}.nav__list.is-open{transform:translateY(0);pointer-events:auto}.nav__list li{padding:1.25rem 0;border-bottom:1px solid rgba(184,94,58,.15);font-family:var(--serif);font-size:1.65rem}.nav__cta{background:transparent!important;color:var(--terra)!important;padding:0!important}.nav__burger{display:flex}}.hero{position:relative;padding-top:8rem;padding-bottom:4rem;overflow:hidden;background:radial-gradient(ellipse 70% 50% at 80% 30%,rgba(227,182,154,.4),transparent 65%),radial-gradient(ellipse 50% 40% at 5% 80%,rgba(111,126,90,.18),transparent 60%)}.hero__wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center;position:relative}@media(max-width:920px){.hero__wrap{grid-template-columns:1fr;gap:2.5rem}}.hero h1{font-size:clamp(3.25rem,8vw,6.5rem);letter-spacing:-.025em;margin:1.25rem 0 2.25rem;max-width:12ch}.hero h1 em{display:block;color:var(--terra);font-style:italic}.hero__sub{font-size:1.1rem;max-width:32rem;color:var(--ink-soft);margin:0 0 2.5rem;line-height:1.7}.hero__ctas{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.6rem;border-radius:999px;font-size:.9rem;font-weight:500;border:0;transition:background .3s ease,color .3s ease,transform .2s ease;font-family:inherit}.btn--solid{background:var(--terra);color:var(--shell)}.btn--solid:hover{background:var(--terra-deep);transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--ink);padding-left:0}.btn--ghost:hover{color:var(--terra)}.btn--ghost .btn__line{width:28px;height:1px;background:currentColor;display:block;transition:width .3s ease}.btn--ghost:hover .btn__line{width:44px}.hero__media{position:relative}.hero__photo{position:relative;aspect-ratio:4 / 5;border-radius:999px 999px 12px 12px;overflow:hidden;box-shadow:0 30px 60px -20px #3a2c1e40}.hero__photo img{width:100%;height:100%;object-fit:cover}.hero__sticker{position:absolute;width:160px;height:160px;border-radius:50%;background:var(--terra);color:var(--shell);display:grid;place-items:center;text-align:center;font-family:var(--serif);font-style:italic;font-size:1.15rem;line-height:1.1;padding:1rem;bottom:-2rem;left:-2rem;animation:spin 18s linear infinite;letter-spacing:-.005em;transform:rotate(-8deg)}.hero__sticker:before,.hero__sticker:after{content:"";position:absolute;inset:.5rem;border-radius:50%;border:1px dashed rgba(247,238,226,.5);pointer-events:none}@keyframes spin{to{transform:rotate(352deg)}}@media(prefers-reduced-motion:reduce){.hero__sticker{animation:none}}.stats{background:var(--shell-deep);padding:4rem 0}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem 2.5rem;text-align:center}@media(max-width:760px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:3rem 1.5rem}}.stats__num{font-family:var(--serif);font-size:clamp(2.5rem,6vw,4.5rem);line-height:1;color:var(--terra);margin:0}.stats__num .suffix{font-style:italic;font-size:.45em;margin-left:.25rem;color:var(--ink-soft)}.stats__lbl{font-size:.9rem;color:var(--ink-soft);max-width:22ch;margin:.5rem auto 0;line-height:1.45}.manifesto{position:relative;padding:7rem 0;overflow:hidden}.manifesto .leaf--tl{top:1rem;left:-2rem;transform:rotate(-15deg)}.manifesto__inner--centered{position:relative;text-align:center;max-width:44rem;margin:0 auto}.manifesto__kicker{margin:0 0 1.5rem}.manifesto__title{font-family:var(--serif);font-weight:350;font-style:italic;font-size:clamp(3rem,7vw,5.5rem);line-height:1;color:var(--terra);margin:0 0 2.5rem;letter-spacing:-.015em}.manifesto__beliefs{list-style:none;padding:0;margin:0 0 2.5rem;display:grid;gap:1.6rem}.manifesto__beliefs li{font-family:var(--serif);font-weight:350;font-size:clamp(1.3rem,2.4vw,1.85rem);line-height:1.4;color:var(--ink);max-width:28ch;margin:0 auto;position:relative;letter-spacing:-.005em}.manifesto__beliefs li:before{content:"";display:block;width:2rem;height:1px;background:var(--blush-deep);margin:0 auto 1.4rem;opacity:.6}.manifesto__beliefs li:first-child:before{display:none}.manifesto__outro{font-family:var(--serif);font-style:italic;font-weight:350;font-size:clamp(1.5rem,2.6vw,2.25rem);line-height:1.3;color:var(--terra);margin:0 0 1.5rem}.manifesto__sig{font-family:var(--script);font-size:3.5rem;color:var(--terra);display:inline-block;transform:rotate(-2deg);line-height:1;margin:0}.sobre{position:relative;background:var(--blush);padding:7rem 0;overflow:hidden}.sobre .leaf--br{bottom:2rem;right:-2rem;transform:rotate(180deg) rotate(20deg);color:var(--sage-deep);opacity:.18}.sobre__grid{display:grid;grid-template-columns:.45fr .55fr;gap:4rem;align-items:center}@media(max-width:920px){.sobre__grid{grid-template-columns:1fr}}.sobre__photo{aspect-ratio:4 / 5;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 50px -20px #3a2c1e4d;max-width:26rem;position:relative}.sobre__photo img{width:100%;height:100%;object-fit:cover}.sobre__photo:after{content:"";position:absolute;inset:.6rem;border:1px solid rgba(247,238,226,.6);border-radius:1.25rem;pointer-events:none}.sobre h2{font-size:clamp(2.5rem,5.5vw,4.5rem);margin:1rem 0 1.5rem}.sobre h2 em{color:var(--terra);display:inline-block}.sobre__subtitle{font-family:var(--script);font-size:2.25rem;color:var(--terra);margin:-.5rem 0 2rem;line-height:1}.sobre__pullquote{font-family:var(--serif);font-style:italic;font-weight:350;font-size:clamp(1.3rem,2.4vw,1.85rem);line-height:1.4;color:var(--terra);margin:0 0 2.5rem;max-width:32ch;border-left:2px solid var(--blush-deep);padding-left:1.25rem}.sobre__body p{font-size:1.05rem;margin:0 0 1.25rem;color:var(--ink);line-height:1.7;max-width:36rem}.sobre__signature{display:flex;align-items:center;gap:1rem;margin-top:2rem}.sobre__signature span{font-family:var(--script);font-size:3rem;color:var(--terra);line-height:1}.sobre__signature:before{content:"";display:block;width:48px;height:1px;background:var(--terra)}.caminhos{padding:7rem 0;position:relative}.caminhos__header{text-align:center;max-width:36rem;margin:0 auto 4rem}.caminhos__header h2{font-size:clamp(2.5rem,5.5vw,4.5rem);margin:1rem 0}.caminhos__header em{color:var(--terra)}.caminhos__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:920px){.caminhos__list{grid-template-columns:1fr}}.caminho{background:var(--shell-deep);border-radius:1.5rem;padding:2.5rem 2rem;position:relative;transition:transform .4s ease,box-shadow .4s ease}.caminho:hover{transform:translateY(-4px);box-shadow:0 30px 50px -20px #3a2c1e2e}.caminho__no{position:absolute;top:1.5rem;right:2rem;font-family:var(--serif);font-style:italic;font-size:4rem;line-height:.85;color:var(--blush-deep);margin:0}.caminho h3{font-size:1.6rem;margin:0 0 1rem;max-width:14ch;line-height:1.15}.caminho p{margin:0;color:var(--ink-soft);font-size:.98rem;line-height:1.65}.testemunhos{padding:7rem 0;background:var(--sage);color:var(--shell);position:relative;overflow:hidden}.testemunhos .kicker{color:var(--blush)}.testemunhos__header{text-align:center;max-width:36rem;margin:0 auto 4rem}.testemunhos__header h2{font-size:clamp(2.5rem,5.5vw,4.5rem);color:var(--shell);margin:1rem 0 0}.testemunhos__header h2 em{color:var(--blush)}.testemunhos__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}@media(max-width:920px){.testemunhos__grid{grid-template-columns:1fr}}.testemunho{background:var(--shell);color:var(--ink);border-radius:1.5rem;padding:2.5rem 2rem;position:relative}.testemunho:before{content:"“";font-family:var(--serif);font-size:6rem;line-height:.5;color:var(--terra);position:absolute;top:1.75rem;left:1.5rem;opacity:.25}.testemunho p{font-family:var(--serif);font-style:italic;font-size:1.15rem;line-height:1.5;margin:0 0 1.5rem;position:relative;z-index:1}.testemunho__name{font-weight:500;font-style:normal;font-family:var(--body);font-size:.95rem;margin:0}.testemunho__role{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin:.15rem 0 0}.cursos{padding:7rem 0}.cursos__header{text-align:center;max-width:36rem;margin:0 auto 4rem}.cursos__header h2{font-size:clamp(2.5rem,5.5vw,4.5rem);margin:1rem 0}.cursos__header em{color:var(--terra)}.cursos__sub{color:var(--ink-soft);margin:0}.cursos__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:920px){.cursos__list{grid-template-columns:1fr}}.curso{background:var(--shell-deep);border-radius:1.5rem;padding:2rem;position:relative;display:flex;flex-direction:column;overflow:hidden}.curso__pill{align-self:flex-start;background:var(--terra);color:var(--shell);padding:.3rem .85rem;border-radius:999px;font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;margin:0 0 1.5rem}.curso h3{font-size:1.55rem;margin:0 0 .85rem;line-height:1.15}.curso>p{margin:0;color:var(--ink-soft);font-size:.95rem;flex:1}.waitlist{margin-top:1.5rem;border-bottom:1px solid var(--ink-soft);display:flex;align-items:center;padding-bottom:.5rem;transition:border-color .25s ease}.waitlist:focus-within{border-color:var(--terra)}.waitlist input{flex:1;background:transparent;border:0;padding:.5rem 0;outline:none;font-family:inherit;font-size:.95rem;color:var(--ink)}.waitlist button{background:transparent;border:0;font-size:1.3rem;color:var(--terra);padding:0 .5rem;transition:transform .25s ease}.waitlist button:hover{transform:translate(4px)}.waitlist.is-success{display:block;border:0;font-family:var(--serif);font-style:italic;color:var(--terra);font-size:1rem}.magnet{position:relative;padding:4rem 0 7rem}.magnet__card{background:var(--blush);border-radius:2rem;padding:4rem 3rem;display:grid;grid-template-columns:1fr .55fr;gap:3rem;align-items:center;position:relative;overflow:hidden}@media(max-width:920px){.magnet__card{grid-template-columns:1fr;padding:3rem 2rem}}.magnet__card:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(247,238,226,.6),transparent 70%);right:-100px;bottom:-100px;pointer-events:none}.magnet h2{font-size:clamp(2rem,4.5vw,3.25rem);margin:1rem 0 1.25rem;line-height:1.05;max-width:20ch}.magnet h2 em{color:var(--terra)}.magnet p{color:var(--ink);max-width:40ch;margin:0 0 2rem;font-size:1rem;line-height:1.7}.magnet__form{display:flex;gap:.5rem;background:var(--shell);padding:.4rem;border-radius:999px;max-width:26rem;position:relative;z-index:1}.magnet__form input{flex:1;border:0;background:transparent;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;outline:none;color:var(--ink)}.magnet__form input::placeholder{color:var(--ink-soft)}.magnet__form button{background:var(--terra);color:var(--shell);border:0;padding:.75rem 1.25rem;border-radius:999px;font-weight:500;font-family:inherit}.magnet__form button:hover{background:var(--terra-deep)}.magnet__form.is-success{padding:1rem 1.5rem;font-family:var(--serif);font-style:italic;color:var(--terra);font-size:1rem;text-align:center;display:block;border-radius:999px}.magnet__art{position:relative;display:flex;justify-content:center}.magnet__envelope{position:relative;width:14rem;height:10rem;background:var(--shell);border-radius:12px;box-shadow:0 25px 50px -15px #3a2c1e40;transform:rotate(-6deg);display:grid;place-items:center}.magnet__envelope:after{content:"";position:absolute;top:-4px;left:4px;right:4px;height:60%;background:linear-gradient(135deg,var(--blush-deep) 49.5%,transparent 50.5%) center/100% 100% no-repeat,linear-gradient(225deg,var(--blush-deep) 49.5%,transparent 50.5%) center/100% 100% no-repeat;background-blend-mode:normal;clip-path:polygon(0 0,50% 60%,100% 0);background:var(--blush-deep)}.magnet__envelope-script{position:relative;z-index:1;font-family:var(--script);color:var(--terra);font-size:2.5rem;transform:rotate(-3deg);margin-top:1.5rem;line-height:1}.contact{background:var(--shell-deep);padding:7rem 0}.contact__wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:start}@media(max-width:920px){.contact__wrap{grid-template-columns:1fr;gap:2.5rem}}.contact h2{font-size:clamp(2.5rem,5.5vw,4.5rem);margin:1rem 0;max-width:12ch}.contact h2 em{color:var(--terra)}.contact__sub{color:var(--ink-soft);max-width:32ch;margin:0 0 2.5rem}.contact__form{display:grid;gap:1.5rem;max-width:32rem}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--ink-soft);font-weight:500}.field input,.field textarea{font-family:inherit;font-size:1rem;padding:.7rem 1rem;background:var(--shell);border:1px solid transparent;border-radius:12px;outline:none;color:var(--ink);transition:border-color .25s ease}.field input:focus,.field textarea:focus{border-color:var(--terra)}.field textarea{resize:vertical;min-height:8rem}.contact__form button[type=submit]{justify-self:start}.contact__error{font-size:.85rem;color:var(--terra);margin:0}.contact__aside .card{background:var(--shell);border-radius:1.5rem;padding:2rem}.contact__aside .card+.card{margin-top:1.25rem}.contact__aside .card__kicker{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--terra);margin:0 0 1rem;font-weight:500}.contact__aside .card a.email{font-family:var(--serif);font-size:1.25rem;border-bottom:1px solid transparent;transition:border-color .25s ease,color .25s ease}.contact__aside .card a.email:hover{border-color:var(--terra);color:var(--terra)}.socials{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.65rem}.socials a{display:flex;align-items:baseline;gap:.75rem;font-size:.95rem;color:var(--ink);transition:color .25s ease}.socials a span{color:var(--ink-soft)}.socials a:hover{color:var(--terra)}.card--sage{background:var(--sage-deep);color:var(--shell)}.card--sage .card__kicker{color:var(--blush)}.card--sage .card__title{font-family:var(--serif);font-size:1.5rem;line-height:1.15;margin:0 0 .75rem}.card--sage p{color:var(--shell);opacity:.95;font-size:.95rem;margin:0 0 1rem}.card--sage .btn{background:var(--shell);color:var(--sage-deep)}.card--sage .btn:hover{background:var(--blush)}.footer{background:var(--ink);color:var(--shell);padding:5rem 0 2.5rem;text-align:center}.footer__logo{height:80px;width:auto;margin:0 auto 1.5rem;filter:brightness(0) invert(1) sepia(.6) hue-rotate(330deg) saturate(2)}.footer__tag{font-family:var(--serif);font-style:italic;font-size:1.4rem;margin:0 0 2rem}.footer__socials{list-style:none;padding:0;margin:0 0 3rem;display:flex;justify-content:center;gap:1rem}.footer__socials a{width:42px;height:42px;border:1px solid rgba(247,238,226,.3);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;letter-spacing:.04em;transition:background .25s ease,color .25s ease,border-color .25s ease}.footer__socials a:hover{background:var(--shell);color:var(--ink);border-color:var(--shell)}.footer hr{border:0;border-top:1px solid rgba(247,238,226,.15);margin:0 0 2rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.78rem;color:#f7eee2b3;flex-wrap:wrap}.footer__bottom ul{display:flex;list-style:none;padding:0;margin:0;gap:1.25rem}.footer__bottom a:hover{color:var(--shell)}.cookie{position:fixed;inset:auto 1rem 1rem;z-index:60;background:var(--shell);color:var(--ink);border:1px solid rgba(184,94,58,.2);padding:1rem 1.25rem;border-radius:1rem;max-width:480px;margin:0 auto;display:flex;align-items:center;gap:1rem;font-size:.85rem;box-shadow:0 25px 50px -15px #3a2c1e33}.cookie button{background:var(--terra);color:var(--shell);border:0;padding:.5rem 1rem;border-radius:999px;font-weight:500}.cookie a{text-decoration:underline;text-underline-offset:3px}.cookie.is-hidden{display:none!important}.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}@media(max-width:760px){.hero{padding-top:6.5rem;padding-bottom:3rem}.stats{padding:3.5rem 0}.manifesto,.sobre,.caminhos,.testemunhos,.cursos{padding:5rem 0}.magnet{padding:2rem 0 5rem}.contact{padding:5rem 0}.footer{padding:4rem 0 2rem}.nav{padding:1rem 0}.nav.is-scrolled{padding:.4rem 0}.nav__logo img{height:50px}.nav.is-scrolled .nav__logo img{height:38px}.hero__wrap{gap:2rem;padding-top:0}.hero h1{font-size:clamp(2.5rem,10vw,3.5rem);line-height:1.02;letter-spacing:-.02em;margin:.75rem 0 1.5rem}.hero__sub{font-size:1rem;line-height:1.6;margin-bottom:2rem}.hero__ctas{gap:1rem}.btn{padding:.85rem 1.4rem;font-size:.85rem}.btn--ghost{padding:.5rem 0}.hero__photo{aspect-ratio:4 / 5;border-radius:12rem 12rem 14px 14px;max-width:22rem;margin:0 auto}.hero__sticker{width:108px;height:108px;font-size:.78rem;line-height:1.1;padding:.75rem;bottom:-1rem;left:.5rem}.stats__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1rem}.stats__num{font-size:clamp(2.25rem,11vw,3rem)}.stats__num .suffix{font-size:.4em;display:inline-block;margin-left:.2em}.stats__lbl{font-size:.8rem;max-width:18ch}.leaf{width:130px;height:130px;opacity:.22}.manifesto .leaf--tl{top:.5rem;left:-1.5rem}.sobre .leaf--br{bottom:1rem;right:-1.5rem}.manifesto__inner--centered{padding:0 .5rem}.manifesto__kicker{margin-bottom:1rem}.manifesto__title{font-size:clamp(2.75rem,14vw,4rem);margin:0 0 2rem}.manifesto__beliefs{gap:1.2rem;margin-bottom:2rem}.manifesto__beliefs li{font-size:1.15rem;line-height:1.45;max-width:28ch}.manifesto__beliefs li:before{width:1.5rem;margin-bottom:1.1rem}.manifesto__outro{font-size:1.25rem;line-height:1.4;margin-bottom:1.25rem}.manifesto__sig{font-size:2.75rem}.sobre__grid{gap:2.5rem}.sobre__photo{max-width:22rem;margin:0 auto}.sobre h2{font-size:clamp(2.25rem,10vw,3.25rem);line-height:1.05;margin:.75rem 0 .5rem}.sobre__subtitle{font-size:1.85rem;margin:0 0 1.5rem}.sobre__pullquote{font-size:1.2rem;line-height:1.45;padding-left:1rem;margin-bottom:1.75rem}.sobre__body p{font-size:1rem;line-height:1.65;margin-bottom:1rem}.sobre__signature span{font-size:2.5rem}.caminhos__header{margin-bottom:2.5rem}.caminhos__header h2{font-size:clamp(2.25rem,9vw,3.25rem)}.caminhos__list{gap:1rem}.caminho{padding:2rem 1.5rem;border-radius:1.25rem}.caminho__no{font-size:2.75rem;top:1.25rem;right:1.5rem}.caminho h3{font-size:1.35rem;max-width:calc(100% - 3rem);margin-bottom:.75rem}.caminho p{font-size:.95rem;line-height:1.6}.testemunhos__header{margin-bottom:2.5rem}.testemunhos__header h2{font-size:clamp(2.25rem,9vw,3.25rem)}.testemunhos__grid{gap:1rem}.testemunho{padding:2rem 1.5rem 1.75rem;border-radius:1.25rem}.testemunho:before{font-size:5rem;top:1.5rem;left:1rem}.testemunho p{font-size:1.1rem;line-height:1.45;margin-bottom:1.25rem}.cursos__header{margin-bottom:2.5rem}.cursos__header h2{font-size:clamp(2.25rem,9vw,3.25rem)}.cursos__list{gap:1rem}.curso{padding:2rem 1.5rem;border-radius:1.25rem}.curso h3{font-size:1.4rem}.curso>p{font-size:.95rem}.magnet__card{padding:2.5rem 1.5rem;gap:2.5rem;border-radius:1.5rem}.magnet h2{font-size:clamp(1.85rem,7.5vw,2.5rem);line-height:1.05}.magnet p{font-size:.95rem;margin-bottom:1.5rem}.magnet__form{flex-direction:column;padding:.5rem;border-radius:1rem;gap:.4rem}.magnet__form input{text-align:center;padding:.85rem 1rem}.magnet__form button{width:100%;padding:.9rem 1.25rem}.magnet__envelope{width:12rem;height:8.5rem}.magnet__envelope-script{font-size:2rem}.contact__wrap{gap:2.5rem}.contact h2{font-size:clamp(2.5rem,11vw,3.5rem);line-height:1.02}.contact__sub{font-size:1rem;margin-bottom:2rem}.contact__aside .card{padding:1.75rem 1.5rem;border-radius:1.25rem}.card-block__link,.contact__aside .card a.email{font-size:1.1rem}.card__title{font-size:1.35rem!important}.field input,.field textarea{padding:.75rem .9rem;font-size:1rem}.footer__logo{height:64px}.footer__tag{font-size:1.2rem;padding:0 1rem}.footer__bottom{flex-direction:column;text-align:center;gap:1.25rem}.footer__bottom ul{flex-wrap:wrap;justify-content:center}.cookie{padding:.85rem 1rem;gap:.75rem;font-size:.8rem}.cookie button{padding:.45rem .85rem;font-size:.75rem}}@media(max-width:380px){.wrap{padding:0 1.25rem}.hero h1{font-size:2.35rem}.manifesto__title{font-size:2.75rem}.manifesto__beliefs li{font-size:1.08rem}.sobre h2,.caminhos__header h2,.testemunhos__header h2,.cursos__header h2,.stats__num{font-size:2.1rem}.stats__lbl{font-size:.76rem}.nav__logo img{height:44px}.hero__sticker{width:96px;height:96px;font-size:.7rem}.testemunho p{font-size:1.02rem}}
