@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@400;500;600;700&display=swap');

:root{--ink:#141715;--ink-soft:#20251f;--paper:#fafaf7;--white:#fff;--gold:#dbb66d;--copper:#8a5836;--muted:#555d56;--line:#d9ddd5;--line-dark:#3b4139;--serif:'Cormorant Garamond',Georgia,serif;--sans:'DM Sans','Segoe UI',sans-serif;--container:1264px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font:400 1rem/1.65 var(--sans);-webkit-font-smoothing:antialiased}button,input{font:inherit}a{color:inherit;text-underline-offset:5px}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}img,svg{display:block;max-width:100%}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #c88b36;outline-offset:6px}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}h1,h2{font-family:var(--serif);line-height:1.02;letter-spacing:-.025em}h2{font-size:clamp(2.7rem,5.1vw,4.65rem)}h3{font-family:var(--serif);font-size:2rem;line-height:1.15}p+p{margin-top:1rem}ul{padding:0;margin:0;list-style:none}button{border:0}button[hidden],[hidden]{display:none!important}.container{width:min(var(--container),calc(100% - 104px));margin-inline:auto}.section{padding-block:104px}.eyebrow{display:block;margin-bottom:22px;font-size:.78rem;line-height:1.5;font-weight:600;letter-spacing:.145em;text-transform:uppercase;color:var(--copper)}.dark{background:var(--ink);color:var(--paper)}.dark .eyebrow{color:var(--gold)}.lead{font-size:1.125rem;line-height:1.7}.muted{color:var(--muted)}.dark .muted{color:#b8bfb5}.section-head{display:flex;gap:36px;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.section-head p{max-width:330px;color:var(--muted)}.button{display:inline-flex;justify-content:center;align-items:center;gap:28px;min-height:58px;padding:16px 24px;background:var(--gold);color:#191a15;font-size:.95rem;font-weight:600;line-height:1.5;text-decoration:none;border:1px solid var(--gold);transition:background .2s,color .2s,transform .2s}.button:hover{background:#e8c78c;border-color:#e8c78c;transform:translateY(-2px)}.button-outline{color:var(--ink);border-color:#8c9488;background:transparent}.dark .button-outline{border-color:#8e7c52;color:var(--gold)}.button-outline:hover{background:var(--ink);color:var(--paper);border-color:var(--ink)}.dark .button-outline:hover{background:var(--gold);color:var(--ink)}.button-small{min-height:46px;padding:10px 19px;font-size:.875rem}.text-link{display:inline-flex;align-items:center;gap:20px;font-weight:500;line-height:1.6}.text-link:hover{text-decoration-thickness:2px}.actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap}.arrow{font-size:1.3rem;font-family:var(--sans);line-height:1}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:12px 20px;background:var(--gold);color:var(--ink)}.skip-link:focus{top:10px}

.site-header{position:relative;z-index:20;border-bottom:1px solid #584b32;background:var(--ink);color:var(--paper)}.header-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:40px}.brand{display:inline-flex;flex-shrink:0;align-items:center;text-decoration:none}.brand img{width:182px;height:76px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:29px;font-size:.875rem}.site-nav>a{text-decoration:none;white-space:nowrap}.site-nav>a:not(.button):hover{color:var(--gold)}.menu-toggle{padding:10px 14px;color:var(--paper);background:transparent;border:1px solid #75684c;font-size:.875rem}.menu-toggle span{margin-left:12px}.hero{overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;min-height:724px;gap:30px;align-items:center}.hero-copy{position:relative;z-index:2;padding-block:70px 64px}.hero h1{font-size:clamp(3.3rem,6.4vw,6.4rem);line-height:.99;max-width:690px;margin:26px 0 29px}.hero h1 em{font-weight:400;color:var(--gold)}.hero-copy .lead{max-width:450px;color:#d9ded5}.hero-copy .actions{margin-top:36px}.hero-footnote{margin-top:48px;font-size:.8rem;letter-spacing:.04em;color:#b4bcb0}.hero-visual{align-self:stretch;position:relative;min-width:0;margin-right:-34px}.hero-visual .photo{height:100%;width:100%;min-height:650px}.hero-visual:after{content:'';pointer-events:none;position:absolute;inset:0;background:linear-gradient(90deg,var(--ink) 0%,transparent 18%),linear-gradient(0deg,rgba(20,23,21,.18),transparent 45%)}.photo{overflow:hidden;background:#c4c3be;width:100%;height:100%;isolation:isolate}.photo image{max-width:none}.photo-label{position:absolute;right:32px;bottom:28px;z-index:2;color:#fff;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px 4px #000}.instrument-strip{border-top:1px solid var(--line-dark);padding-block:18px;color:#c5cdbd;font-size:.82rem}.instrument-strip .container{display:flex;gap:28px;justify-content:space-between;flex-wrap:wrap}.instrument-strip span{white-space:nowrap}

.courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.course-tile{text-decoration:none;display:block}.course-tile .photo{height:auto;aspect-ratio:3/4;transition:filter .3s}.course-tile:hover .photo{filter:brightness(1.07)}.course-tile h3{font-size:1.85rem;margin-top:23px;margin-bottom:10px}.course-tile p{color:var(--muted);font-size:.94rem;max-width:240px}.course-tile .tile-link{margin-top:19px;display:inline-block;color:#825127;font-size:.86rem;text-decoration:underline;text-underline-offset:5px}.section-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid var(--line);margin-top:52px;padding-top:25px;font-size:.9rem}.section-bottom p{color:var(--muted)}

.method-section{border-top:1px solid var(--line);background:#f0f2ec}.method-layout{display:grid;grid-template-columns:1fr 1.18fr;gap:80px;align-items:center}.method-copy>p{max-width:470px;margin-top:25px;color:var(--muted)}.method-copy .text-link{margin-top:28px}.video-shell{position:relative;aspect-ratio:16/10;background:#252923;color:var(--paper);overflow:hidden}.video-shell .photo{opacity:.4;height:100%}.video-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,23,21,.8),transparent 90%);display:flex;flex-direction:column;justify-content:flex-end;padding:34px;gap:12px}.video-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.video-overlay h3{font-size:2.4rem;max-width:350px}.video-play{position:absolute;inset:0;width:100%;background:transparent;display:grid;place-items:center;color:#fff;z-index:2}.play-circle{display:grid;place-items:center;width:76px;height:76px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(20,23,21,.45);font-size:1.7rem;padding-left:5px;transition:transform .2s}.video-play:hover .play-circle{transform:scale(1.08);background:var(--ink)}.video-caption{font-size:.83rem;color:var(--muted);margin-top:14px}.video-shell iframe{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:3}.video-fallback-link{margin-top:13px;font-size:.87rem}.video-unavailable{font-size:.9rem;max-width:340px;color:#e0e6da}

.about-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.about-layout h2{max-width:440px}.about-body .lead{max-width:590px}.about-facts{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);margin-top:34px;padding-top:24px;gap:28px}.about-facts strong{font-size:1rem;font-weight:600}.about-facts p{font-size:.93rem;margin-top:6px;color:var(--muted)}.team{margin-top:76px}.team-heading{font-family:var(--sans);font-size:.8rem;letter-spacing:.15em;font-weight:600;text-transform:uppercase;margin-bottom:22px}.team-list{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;column-gap:45px}.teacher{padding-block:25px;border-bottom:1px solid var(--line)}.teacher h3{font-size:1.85rem}.teacher p{font-size:.85rem;color:var(--muted);margin-top:6px}

.course-banner{padding-block:74px;position:relative;overflow:hidden}.course-banner .container{position:relative;display:grid;grid-template-columns:1.5fr 1fr;gap:50px;align-items:center}.course-banner h2{font-size:clamp(3rem,5.5vw,5.4rem);max-width:650px}.course-banner h2 em{color:var(--gold);font-weight:400}.course-banner p{margin-top:23px;max-width:530px;color:#cbd2c4}.course-banner .eyebrow{margin-bottom:14px}.course-banner-aside{border-left:1px solid #5e624f;padding-left:46px}.course-banner-aside .big-number{font-family:var(--serif);font-size:7.5rem;line-height:1;color:var(--gold);letter-spacing:-.06em}.course-banner-aside .big-number span{font-size:1.6rem;letter-spacing:0;margin-left:10px}.course-banner-aside .button{margin-top:24px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:48px}.step{border-top:1px solid #9b865f;padding-top:20px}.step-number{font:400 2rem/1 var(--serif);color:var(--copper);display:block;margin-bottom:30px}.step h3{margin-bottom:13px;font-size:2rem}.step p{color:var(--muted);max-width:320px}.steps-section{padding-top:95px;padding-bottom:95px;border-bottom:1px solid var(--line)}

.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:75px;align-items:start}.contact-layout h2{max-width:610px}.contact-layout .lead{max-width:520px;margin-block:27px}.contact-details{border-left:1px solid var(--line);padding-left:48px}.contact-detail{margin-bottom:28px}.contact-detail:last-child{margin-bottom:0}.contact-detail .eyebrow{margin-bottom:7px}.contact-detail a{text-decoration:none}.contact-detail .text-link{margin-top:10px;text-decoration:underline}.contact-detail address{font:inherit;font-style:normal}.site-footer{padding:45px 0 26px;background:var(--ink);color:#cad1c2}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:36px;padding-bottom:31px}.footer-links{display:flex;flex-wrap:wrap;gap:28px;font-size:.875rem}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line-dark);padding-top:22px;font-size:.78rem;color:#a8b2a0}.site-footer .brand img{width:170px;height:68px}

.course-hero .hero-grid{grid-template-columns:1.22fr .78fr;min-height:710px;gap:70px}.course-hero .hero-copy{padding-block:65px}.course-hero h1{font-size:clamp(4.6rem,9vw,8.8rem);line-height:.87;margin-bottom:35px}.course-hero h1 em{display:block;white-space:nowrap;font-size:.83em;line-height:1.12}.course-hero .hero-visual{margin:45px 0;min-height:560px;align-self:stretch}.course-hero .hero-visual .photo{min-height:0}.course-hero .hero-visual:after{background:linear-gradient(0deg,rgba(20,23,21,.45),transparent 40%)}.course-meta{display:flex;gap:20px;flex-wrap:wrap;margin-top:36px;color:#d2d8ca;font-size:.83rem}.course-meta span+span{border-left:1px solid #626851;padding-left:20px}.course-route{display:inline-flex;gap:12px;font-size:.82rem;margin-bottom:38px;color:#bfc8b6;text-decoration:none}.course-route:hover{color:var(--gold)}.program-heading{max-width:780px}.program-heading .lead{max-width:600px;margin-top:26px}.draft-note{padding:12px 17px;border-left:2px solid var(--copper);background:#eee9df;color:#5d4834;font-size:.87rem;line-height:1.6;margin-top:24px;max-width:720px}.curriculum{margin-top:46px}.program-step{display:grid;grid-template-columns:160px 1fr 1fr;gap:35px;border-top:1px solid var(--line);padding:35px 0;align-items:start}.program-step:last-child{border-bottom:1px solid var(--line)}.program-period{font-size:.86rem;color:var(--copper);font-weight:600;padding-top:8px}.program-step h3{font-size:2.2rem;max-width:280px}.program-step p{color:var(--muted);max-width:420px}.course-intro-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}.course-intro-layout .lead{margin-top:28px;max-width:550px}.learning-principle{padding:22px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:40px 1fr;gap:12px}.learning-principle:first-child{padding-top:0}.learning-principle>span{font-family:var(--serif);font-size:1.6rem;color:var(--copper)}.learning-principle h3{font-size:1.7rem;margin-bottom:10px}.learning-principle p{color:var(--muted)}.enroll-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.enroll-grid h2{max-width:610px}.enroll-box{border:1px solid #595f50;padding:37px}.enroll-box h3{font-size:2.4rem;margin-block:9px 19px}.enroll-box p{color:#c3ccbb;margin-bottom:27px}.enroll-box .button{width:100%;gap:15px}.purchase-note{font-size:.84rem;margin-top:19px!important;margin-bottom:0!important}.course-disclosure{border-top:1px solid var(--line);margin-top:35px;padding-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:38px}.course-disclosure h3{font:600 1rem/1.5 var(--sans);margin-bottom:6px}.course-disclosure p{color:var(--muted);font-size:.95rem}

@media(min-width:1600px){.hero-grid{min-height:790px}.hero-visual{margin-right:0}.hero h1{font-size:6.5rem}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.site-nav{gap:18px}.header-inner{gap:20px}.brand img{width:153px}.site-nav{font-size:.81rem}.site-nav .button{padding-inline:12px}.hero-grid{min-height:620px;gap:15px}.hero h1{font-size:5rem}.hero-visual{margin-right:0}.hero-visual .photo{min-height:590px}.hero-copy .actions{gap:20px}.method-layout,.about-layout{gap:45px}.course-tile h3{font-size:1.65rem}.course-tile p{font-size:.9rem}.courses-grid{gap:17px}.contact-layout{gap:40px}.contact-details{padding-left:32px}.course-hero .hero-grid{gap:30px}.program-step{grid-template-columns:120px 1fr 1.1fr;gap:22px}.course-intro-layout,.enroll-grid{gap:50px}}
@media(max-width:860px){.container{width:calc(100% - 48px)}.header-inner{min-height:89px;flex-wrap:wrap;gap:0}.brand img{width:157px;height:72px}.site-nav{width:100%;justify-content:center;flex-wrap:wrap;padding:18px 0 25px;gap:20px;font-size:.9rem}.js .site-nav{display:none}.js .site-nav.is-open{display:flex}.menu-toggle{display:block}.hero-grid{grid-template-columns:1.12fr .88fr;min-height:575px}.hero h1{font-size:clamp(3.25rem,7vw,4.3rem)}.hero-copy{padding-block:54px}.hero-copy .lead{font-size:1rem}.hero-copy .actions{align-items:flex-start;flex-direction:column}.hero-footnote{margin-top:30px}.hero-visual .photo{min-height:560px}.eyebrow{font-size:.75rem}.section{padding-block:76px}.section-head{gap:25px}.section-head p{max-width:260px;font-size:.95rem}.courses-grid{grid-template-columns:1fr 1fr;gap:40px 24px}.course-tile .photo{aspect-ratio:4/4.6}.course-tile h3{font-size:2rem}.method-layout{grid-template-columns:1fr;gap:37px}.method-copy>p{max-width:600px}.video-shell{aspect-ratio:16/9}.about-layout{grid-template-columns:1fr;gap:35px}.about-layout h2{max-width:600px}.about-body .lead{max-width:none}.course-banner .container{grid-template-columns:1.3fr .7fr;gap:30px}.course-banner-aside{padding-left:28px}.course-banner-aside .big-number{font-size:6rem}.course-banner-aside .button{padding:13px;font-size:.83rem}.steps{gap:25px}.step h3{font-size:1.75rem}.step p{font-size:.95rem}.contact-layout{grid-template-columns:1fr;gap:42px}.contact-details{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:35px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.footer-top{align-items:flex-start}.footer-links{gap:16px;justify-content:flex-end}.course-hero .hero-grid{grid-template-columns:1fr 1fr;gap:25px}.course-hero h1{font-size:clamp(4.5rem,9.5vw,6rem)}.course-hero .hero-visual{min-height:490px;margin-block:38px}.course-intro-layout{grid-template-columns:1fr;gap:40px}.course-meta{gap:15px}.course-meta span+span{padding-left:15px}.program-step{grid-template-columns:95px 1fr;gap:17px}.program-step p{grid-column:2}.program-step h3{max-width:none}.enroll-grid{grid-template-columns:1fr;gap:36px}.enroll-box{max-width:650px}.program-period{font-size:.78rem}}
@media(min-width:861px){.menu-toggle{display:none!important}}
@media(max-width:600px){html{scroll-padding-top:24px}.container{width:calc(100% - 40px)}.header-inner{min-height:82px}.brand img{width:151px;height:66px}.site-nav{justify-content:flex-start;gap:18px 24px}.site-nav .button{width:100%;margin-top:6px}.hero-grid{display:flex;flex-direction:column;gap:0;min-height:0;align-items:stretch}.hero-copy{padding-block:44px 40px}.hero h1{font-size:clamp(3.8rem,12vw,5rem);max-width:100%;margin-top:22px}.hero-copy .lead{max-width:360px;font-size:1rem}.hero-copy .actions{gap:21px;margin-top:28px}.hero-copy .button{width:100%;font-size:.94rem;gap:24px}.hero-footnote{display:none}.hero-visual{height:420px;margin-inline:0;min-height:0}.hero-visual .photo{min-height:0;height:100%}.hero-visual:after{background:linear-gradient(0deg,var(--ink),transparent 14%)}.photo-label{right:20px;bottom:29px;font-size:.7rem}.instrument-strip{padding-block:20px}.instrument-strip .container{justify-content:center;gap:9px 21px;font-size:.78rem}.section{padding-block:64px}h2{font-size:3rem;line-height:1.03}.eyebrow{margin-bottom:17px;font-size:.73rem}.section-head{display:block;margin-bottom:32px}.section-head p{max-width:360px;margin-top:20px}.courses-grid{gap:31px 17px}.course-tile .photo{aspect-ratio:3/4}.course-tile h3{font-size:1.55rem;margin-top:16px;margin-bottom:8px}.course-tile p{font-size:.85rem;line-height:1.6}.course-tile .tile-link{font-size:.78rem;margin-top:14px}.section-bottom{flex-direction:column;align-items:flex-start;gap:11px;margin-top:35px;padding-top:23px;font-size:.86rem}.video-shell{aspect-ratio:4/3}.video-overlay{padding:23px;gap:9px}.video-overlay h3{font-size:2rem}.video-unavailable{font-size:.84rem}.play-circle{width:61px;height:61px;font-size:1.4rem}.video-caption{font-size:.8rem}.about-facts{gap:24px}.about-facts p{font-size:.88rem}.about-body .lead{font-size:1rem}.team{margin-top:45px}.team-list{grid-template-columns:1fr}.teacher{padding-block:20px}.teacher h3{font-size:1.8rem}.course-banner{padding-block:58px}.course-banner .container{grid-template-columns:1fr;gap:30px}.course-banner h2{font-size:3.5rem}.course-banner p{font-size:.97rem}.course-banner-aside{border-left:0;padding-left:0;border-top:1px solid #525746;padding-top:25px}.course-banner-aside .big-number{display:none}.course-banner-aside .button{margin-top:0;padding:16px 22px;width:100%;font-size:.94rem}.steps-section{padding-block:63px}.steps{grid-template-columns:1fr;gap:27px;margin-top:30px}.step{padding-top:22px;display:grid;grid-template-columns:43px 1fr;column-gap:16px}.step-number{grid-row:1/3;margin-bottom:0;font-size:1.8rem}.step h3{font-size:1.9rem}.step p{max-width:100%;font-size:.94rem}.contact-layout .lead{font-size:1rem}.contact-layout .actions{align-items:flex-start;gap:22px}.contact-layout .button{width:100%}.contact-details{grid-template-columns:1fr;gap:7px}.contact-detail{margin-bottom:22px}.site-footer{padding-top:31px}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer-top{padding-bottom:26px}.footer-links{justify-content:flex-start;gap:14px 24px}.footer-bottom{gap:6px;font-size:.76rem}.course-hero .hero-grid{display:flex;min-height:0;gap:0}.course-hero .hero-copy{padding-block:28px 37px}.course-route{margin-bottom:32px}.course-hero h1{font-size:clamp(5rem,16vw,6.5rem);margin-top:10px}.course-hero .hero-visual{min-height:0;height:400px;margin:0}.course-meta{margin-top:25px;font-size:.78rem}.program-step{grid-template-columns:1fr;gap:13px;padding-block:27px}.program-step h3{font-size:2.1rem}.program-step p{grid-column:1;font-size:.94rem}.program-period{padding-top:0}.program-heading .lead{font-size:1rem}.draft-note{font-size:.83rem}.enroll-box{padding:27px 22px}.enroll-box .button{font-size:.88rem;padding-inline:15px}.course-disclosure{grid-template-columns:1fr;gap:24px}.learning-principle p{font-size:.94rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Reserva de largura também para as fontes alternativas, quando estiver offline. */
@media(min-width:861px) and (max-width:1100px){.hero h1{font-size:clamp(3.2rem,6.6vw,5rem)}.course-hero h1{font-size:clamp(4.6rem,9vw,6.8rem)}}
@media(max-width:600px){.hero h1{font-size:clamp(2.95rem,12vw,4.6rem);letter-spacing:-.035em}.course-hero h1{font-size:clamp(4.1rem,15vw,6.5rem);letter-spacing:-.035em}}
.video-play:focus-visible{outline-offset:-6px}.video-play:focus-visible .play-circle{outline:3px solid var(--gold);outline-offset:5px}
