:root{--paper:#fbfaf6;--white:#fff;--ink:#1f2524;--muted:#5f6a65;--line:#d8ddd4;--sage:#6f8b66;--leaf:#2f5d50;--terra:#c6693d;--sun:#f09a55;--sea:#45747b;--shadow:0 18px 50px #1f25241f;--max-width:1160px;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html.motion-ready .reveal{opacity:0;transition:opacity .52s,transform .52s;transform:translateY(16px)}html.motion-ready .reveal[data-animate-delay="1"]{transition-delay:80ms}html.motion-ready .reveal[data-animate-delay="2"]{transition-delay:.14s}html.motion-ready .reveal.is-visible{opacity:1;transform:translateY(0)}body{background:var(--paper);color:var(--ink);margin:0;font-size:17px;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3{color:var(--ink);letter-spacing:0;margin:0;font-family:Alice,Georgia,Times New Roman,serif;font-weight:500;line-height:1.08}h1{font-size:4.2rem}h2{font-size:2.7rem}h3{font-size:1.6rem}p{margin:0}p+p{margin-top:1rem}.sr-only,.skip-link{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link:focus{z-index:1000;clip:auto;background:var(--ink);width:auto;height:auto;color:var(--white);padding:.7rem 1rem;position:fixed;top:1rem;left:1rem}.site-header{z-index:20;backdrop-filter:blur(18px);background:#fbfaf6f0;border-bottom:1px solid #1f252414;position:sticky;top:0}.header-inner{width:min(100% - 2rem, var(--max-width));grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;min-height:78px;margin:0 auto;display:grid}.brand img{width:104px;height:auto}.site-nav{justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.site-nav a,.language-link{min-height:44px;color:var(--ink);border-radius:6px;padding:.62rem .8rem;font-size:.92rem;font-weight:650;text-decoration:none}.site-nav a:hover,.site-nav a.active,.language-link:hover{color:var(--leaf);background:#6f8b6624}.language-link{border:1px solid var(--line)}.menu-toggle{border:1px solid var(--line);background:var(--white);width:44px;height:44px;color:var(--ink);border-radius:6px;display:none}.menu-toggle-lines,.menu-toggle-lines:before,.menu-toggle-lines:after{content:"";background:currentColor;width:18px;height:2px;margin:0 auto;display:block}.menu-toggle-lines:before{transform:translateY(-6px)}.menu-toggle-lines:after{transform:translateY(4px)}.hero{background-image:var(--hero-image);background-position:50%;background-size:cover;align-items:center;min-height:72vh;display:flex;position:relative;overflow:hidden}.hero--compact{min-height:54vh}.hero--not-found{min-height:calc(100vh - 78px)}.hero-overlay{background:linear-gradient(90deg,#101a16d1,#101a1661 56%,#101a161f),linear-gradient(#1f252414,#1f25243d);position:absolute;inset:0}.hero-content{z-index:1;width:min(100% - 2rem, var(--max-width));color:var(--white);margin:0 auto;padding:6rem 0;position:relative}.hero-content h1,.hero-content .eyebrow{color:var(--white)}.hero-content h1{max-width:720px}.hero-subtitle{color:#ffffffeb;max-width:680px;margin-top:1.15rem;font-size:1.28rem}.hero-content--not-found .hero-subtitle{max-width:760px}.eyebrow{color:var(--terra);letter-spacing:0;text-transform:uppercase;margin-bottom:.8rem;font-size:.82rem;font-weight:800}.button-link,.contact-form button{background:var(--leaf);min-height:46px;color:var(--white);font:inherit;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;margin-top:1.5rem;padding:.75rem 1.1rem;font-weight:750;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button-link:after,.contact-form button:after{content:"->";margin-left:.55rem}.button-link:hover,.contact-form button:hover{background:var(--sea);transform:translateY(-1px)}.button-link--light{background:var(--white);color:var(--ink)}.button-link--light:hover{background:var(--sun);color:var(--ink)}.button-link--ghost{border-color:var(--line);color:var(--leaf);background:0 0}.button-link--ghost:hover{border-color:var(--leaf);color:var(--leaf);background:#6f8b661f}.not-found-copy--pt,html[data-not-found-locale=pt] .not-found-copy--en{display:none}html[data-not-found-locale=pt] p.not-found-copy--pt{display:block}html[data-not-found-locale=pt] a.not-found-copy--pt{display:inline-flex}.section{background:var(--paper);padding:5rem 0}.section:nth-of-type(2n){background:var(--white)}.section-inner{width:min(100% - 2rem, var(--max-width));margin:0 auto}.narrow{max-width:760px}.intro-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:3rem;display:grid}.intro-copy{color:var(--muted);font-size:1.08rem}.lead{color:var(--muted);font-size:1.12rem}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.image-card,.service-card,.testimonial,.assessment-card,.contact-form{background:var(--white);box-shadow:var(--shadow);border:1px solid #1f25241a;border-radius:8px}.image-card,.service-card,.assessment-card,.contact-form,.testimonial-slide{transition:transform .18s,box-shadow .18s,border-color .18s}@media (hover:hover){.image-card:hover,.service-card:hover,.assessment-card:hover,.contact-form:hover,.testimonial-slide.is-active:hover{border-color:#2f5d5033;transform:translateY(-2px);box-shadow:0 22px 58px #1f252424}}.image-card{min-height:420px;position:relative;overflow:hidden}.image-card img{object-fit:cover;width:100%;height:100%;min-height:420px}.image-card:after{content:"";background:linear-gradient(#101a1600,#101a16db);height:55%;position:absolute;inset:auto 0 0}.image-card-content{z-index:1;color:var(--white);position:absolute;inset:auto 1.5rem 1.4rem}.image-card-content h3{color:var(--white)}.image-card-content a{min-height:44px;color:var(--sun);align-items:center;margin-top:.7rem;font-weight:800;display:inline-flex}.service-card{flex-direction:column;min-height:100%;padding:1.5rem;display:flex}.service-card p{color:var(--muted);margin-top:.9rem}.service-card .button-link{align-self:flex-start;margin-top:auto;transform:translateY(.8rem)}.section--testimonials{background:#eef4ee}.testimonial-carousel{margin-top:1.5rem}.testimonial-viewport{align-items:stretch;display:grid}.testimonial{margin:0;padding:1.5rem}.testimonial-slide{opacity:0;pointer-events:none;grid-area:1/1;transition:opacity .36s,transform .36s,box-shadow .18s,border-color .18s;transform:translateY(8px)}.testimonial-slide.is-active{opacity:1;pointer-events:auto;transform:translateY(0)}.testimonial blockquote{color:var(--muted);margin:0}.testimonial figcaption{align-items:center;gap:.9rem;margin-top:1.2rem;display:flex}.testimonial img{object-fit:cover;border-radius:50%;width:64px;height:64px}.testimonial small{color:var(--muted);line-height:1.35;display:block}.testimonial-controls{align-items:center;gap:.85rem;margin-top:1rem;display:flex}.testimonial-control,.testimonial-dot{border:1px solid var(--line);background:var(--white);color:var(--leaf);cursor:pointer;justify-content:center;align-items:center;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.testimonial-control{border-radius:50%;width:44px;height:44px;font-size:1.5rem;line-height:1}.testimonial-dots{align-items:center;gap:.45rem;display:flex}.testimonial-dot{background:0 0;border-color:#0000;border-radius:50%;width:44px;height:44px}.testimonial-dot:before{background:var(--sage);opacity:.45;content:"";border-radius:50%;width:9px;height:9px}.testimonial-dot[aria-current=true]:before{opacity:1;background:var(--leaf)}.testimonial-control:hover,.testimonial-dot:hover{border-color:var(--leaf);color:var(--leaf);background:#6f8b661f;transform:translateY(-1px)}.profile-grid{grid-template-columns:360px minmax(0,1fr);align-items:center;gap:3rem;display:grid}.portrait-wrap{position:relative}.portrait-wrap img{object-fit:cover;object-position:center;width:100%;height:auto;box-shadow:var(--shadow);border-radius:8px}.profile-copy{color:var(--muted);font-size:1.08rem}.assessment-list{gap:1.2rem;display:grid}.assessment-card{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:1.5rem;padding:1.5rem;display:grid}.assessment-logo{background:#f4f7f3;border-radius:8px;justify-content:center;align-items:center;min-height:150px;padding:1rem;display:flex}.assessment-logo img{object-fit:contain;max-height:110px}.assessment-card p{color:var(--muted);margin-top:.85rem}.assessment-card a{min-height:44px;color:var(--leaf);align-items:center;margin-top:.85rem;font-weight:800;display:inline-flex}.assessment-note{color:var(--ink);font-weight:700}.contact-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:2rem;display:grid}.contact-actions{flex-wrap:wrap;gap:.75rem 1.1rem;margin-top:1.5rem;display:flex}.contact-action-link{min-height:44px;color:var(--leaf);align-items:center;font-weight:800;text-decoration:none;display:inline-flex}.contact-action-link:hover{color:var(--sea)}.contact-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.5rem;display:grid}.contact-form label{color:var(--ink);gap:.35rem;font-weight:700;display:grid}.contact-form .netlify-honeypot{display:none}.contact-form .full{grid-column:1/-1}.contact-form input,.contact-form textarea{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);font:inherit;border-radius:6px}.contact-form input{min-height:46px;padding:0 .8rem}.contact-form textarea{resize:vertical;padding:.75rem .8rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--terra);outline:3px solid #f09a5547}.section--not-found{align-items:center;min-height:60vh;display:flex}.site-footer{background:var(--ink);color:#ffffffd6}.footer-inner{width:min(100% - 2rem, var(--max-width));grid-template-columns:1.2fr .8fr 1fr;gap:2rem;margin:0 auto;padding:3.5rem 0;display:grid}.footer-brand img{width:112px;height:auto;margin-bottom:1rem}.footer-brand p{max-width:330px}.footer-cta,.footer-links a,.social-links a{color:var(--white);font-weight:750;text-decoration:none}.footer-cta{min-height:44px;color:var(--sun);align-items:center;margin-top:1rem;display:inline-flex}.footer-links a,.social-links a{align-items:center;min-height:44px;display:inline-flex}.footer-links,.footer-social,.social-links{align-content:start;gap:.65rem;display:grid}.footer-social p{color:var(--sun);font-weight:800}.footer-bottom{width:min(100% - 2rem, var(--max-width));color:#ffffffa3;border-top:1px solid #ffffff1f;justify-content:space-between;gap:1rem;margin:0 auto;padding:1.2rem 0;font-size:.92rem;display:flex}@media (width<=960px){h1{font-size:3.1rem}h2{font-size:2.2rem}.header-inner{grid-template-columns:auto auto auto}.menu-toggle{justify-content:center;justify-self:end;align-items:center;display:inline-flex}.site-nav{background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;padding:.8rem 1rem 1rem;display:none;position:absolute;top:100%;left:0;right:0}.site-nav.is-open{display:flex}.language-link{justify-self:end}.hero{min-height:68vh}.hero-content{padding:4.5rem 0}.intro-grid,.profile-grid,.contact-grid,.footer-inner,.card-grid,.card-grid--two{grid-template-columns:1fr}.profile-grid{gap:2rem}.portrait-wrap{max-width:360px}.assessment-card{grid-template-columns:1fr}}@media (width<=640px){body{font-size:16px}h1{font-size:2.55rem}h2{font-size:1.95rem}.brand img{width:86px}.header-inner{gap:.6rem;min-height:68px}.hero{background-position:50%;min-height:64vh}.hero-subtitle{font-size:1.08rem}.section{padding:3.5rem 0}.image-card,.image-card img{min-height:330px}.contact-form{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal,.testimonial-slide{opacity:1;transform:none}.testimonial-slide:not(.is-active){display:none}}
