:root{--red:#eb2226;--ink:#191919;--muted:#5b5b5b;--line:#dcdcdc}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;font-family:'Avenir Next',Avenir,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--red);outline-offset:6px}.wrap{max-width:1240px;width:calc(100% - 112px);margin:auto}header{min-height:110px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:25px}.logo{width:230px;height:70px;object-fit:contain}nav{display:flex;align-items:center;gap:35px;font-size:14px;font-weight:600}.nav-cta{border-bottom:1px solid var(--ink);padding:12px 0}.nav-cta span{margin-left:25px}.hero{padding-top:46px}.hero-top{display:flex;justify-content:space-between;gap:20px}.eyebrow,.edition{font-size:12px;font-weight:700;letter-spacing:1.7px;line-height:1.6}.eyebrow span{display:inline-block;width:9px;height:9px;background:var(--red);margin-right:10px}.edition{color:var(--muted);letter-spacing:1px}.hero h1{font-size:clamp(54px,6.5vw,93px);line-height:1.04;letter-spacing:-4px;font-weight:500;margin:49px 0 36px}em{font-style:normal;color:var(--red)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:48px;margin-bottom:64px}.hero-bottom p{font-size:20px;line-height:1.65;max-width:540px;margin:0;color:var(--muted)}.button{background:var(--red);color:white;display:inline-flex;justify-content:space-between;align-items:center;gap:34px;padding:22px 26px;min-height:64px;font-size:16px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#c8191d;transform:translateY(-2px)}.hero-rule{border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.5px;font-weight:600;padding:23px 0}.situations{background:#f4f4f4;padding:90px 0}.split{display:grid;grid-template-columns:1fr 1.1fr;gap:90px}h2{font-size:clamp(35px,4vw,54px);letter-spacing:-1.8px;line-height:1.12;font-weight:500;margin:26px 0}h2 span{color:#777}.situations-list article{display:flex;gap:28px;border-top:1px solid #ccc;padding:28px 0}.situations-list article>span{color:var(--red);font-size:14px;padding-top:4px}h3{font-size:23px;line-height:1.3;font-weight:600;margin:0 0 12px}.situations-list p,.bio p{font-size:17px;line-height:1.7;color:var(--muted);margin:0}.section{padding-top:94px;padding-bottom:84px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:70px;margin-bottom:30px}.section-heading>p{font-size:17px;line-height:1.7;max-width:390px;color:var(--muted)}.offers{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.offers article{padding:34px 28px;display:flex;flex-direction:column}.offers article+article{border-left:1px solid var(--line)}.offer-kind{font-size:11px;letter-spacing:1.4px;font-weight:700;margin:0 0 28px}.offers h3{font-size:32px;letter-spacing:-.7px;font-weight:500}.offers article>p:not(.offer-kind){font-size:16px;line-height:1.7;color:var(--muted)}.offers ul{padding:0;list-style:none;margin:12px 0 28px}.offers li{font-size:14px;line-height:1.65;padding:10px 0;border-top:1px solid var(--line)}.offers a{font-size:14px;font-weight:600;margin-top:auto}.offers a:hover{text-decoration:underline}.offers .featured{background:var(--ink);color:white}.featured>p:not(.offer-kind){color:#ccc!important}.featured li{border-color:#444}.featured .offer-kind{color:#ff777a}.scope{font-size:14px;line-height:1.65;color:var(--muted);max-width:880px;margin-top:24px}.about{background:#f4f4f4;padding:86px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.photo{position:relative;height:530px;background:#222}.photo img{width:100%;height:100%;object-fit:cover;object-position:28% 55%;filter:grayscale(1)}.photo span{position:absolute;bottom:0;left:0;right:0;background:var(--red);color:#fff;font-size:11px;letter-spacing:1.5px;padding:19px}.bio .eyebrow{color:var(--ink);font-size:12px}.bio h3{margin:30px 0 4px;font-size:22px}.bio .role{font-size:14px;margin-bottom:24px}.bio>p:last-child{margin-top:16px}.quote{padding-top:85px;padding-bottom:85px;max-width:990px}blockquote{font-size:clamp(28px,3.2vw,43px);letter-spacing:-1px;line-height:1.4;margin:26px 0 30px}blockquote:before{content:'';display:block;width:50px;height:4px;background:var(--red);margin-bottom:30px}.quote>p:last-child{font-size:15px;line-height:1.8}.quote span{color:var(--muted)}.contact{padding:72px 0 80px;background:var(--red);color:white}.contact h2{font-size:clamp(45px,5.6vw,76px);letter-spacing:-2.8px;margin:30px 0 38px}.contact em{color:#fff}.contact-bottom{display:flex;justify-content:space-between;align-items:center;gap:50px}.contact-bottom p{font-size:18px;line-height:1.7;max-width:480px}.button.light{background:white;color:var(--ink)}.button.light:hover{background:#eee}footer{padding:35px 0;display:flex;justify-content:space-between;gap:30px;align-items:center}footer strong{font-size:27px}footer span{font-size:13px}.footer-links{display:flex;gap:24px;font-size:13px;flex-wrap:wrap}.footer-links a:hover{text-decoration:underline}@media(max-width:900px){.wrap{width:calc(100% - 48px)}.edition{display:none}nav{gap:18px}nav>a:first-child{display:none}.hero h1{letter-spacing:-2.5px}.hero-bottom{align-items:flex-start;flex-direction:column;gap:26px}.split,.about-grid{gap:35px}.section-heading{gap:30px}.offers article{padding:25px 18px}.offers h3{font-size:28px}.contact-bottom{align-items:flex-start;flex-direction:column;gap:18px}footer{align-items:flex-start;flex-direction:column}.photo{height:480px}}@media(max-width:620px){.wrap{width:calc(100% - 40px)}header{min-height:86px}.logo{width:168px;height:56px}nav>a:not(.nav-cta){display:none}.nav-cta{font-size:12px}.nav-cta span{display:none}.hero{padding-top:28px}.hero h1{font-size:51px;margin-top:34px;letter-spacing:-2.7px}.hero-bottom p{font-size:18px}.button{width:100%;padding:20px;font-size:15px}.hero-bottom{margin-bottom:40px}.hero-rule{font-size:9px;letter-spacing:.6px}.split,.about-grid{grid-template-columns:1fr;gap:25px}.situations,.about{padding:56px 0}.situations h2 br{display:none}.situations h2{max-width:350px}.section{padding-top:55px;padding-bottom:48px}.section-heading{display:block}.offers{grid-template-columns:1fr;margin-top:30px}.offers article{padding:30px}.offers article+article{border-left:0;border-top:1px solid var(--line)}.offers h3 br{display:none}.offers h3{font-size:30px}.offer-kind{margin-bottom:18px}.photo{height:420px}.bio h2 br{display:none}.quote{padding-top:55px;padding-bottom:55px}.contact{padding:50px 0}.contact h2{font-size:46px;letter-spacing:-1.8px}.footer-links{flex-direction:column;gap:16px}.footer-links a{overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Ajustes de leitura: espaços reais entre palavras e entrelinhas amplas. */
h1,h2,h3{word-spacing:normal}.situations h2{line-height:1.3;letter-spacing:-.025em;max-width:440px}.situations h2 span{display:block;margin-top:.2em}.offers h3{line-height:1.45;letter-spacing:0;word-spacing:.04em;margin-bottom:20px}.offers h3 br{display:block}.offer-kind{font-size:12px;line-height:1.6}.hero-rule{line-height:1.7}.experience-images{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:48px}.experience-images figure{margin:0}.experience-images img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;filter:grayscale(1)}.experience-images figcaption{font-size:14px;line-height:1.6;padding-top:14px;color:var(--muted)}.testimonials{padding-top:85px;padding-bottom:85px}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 48px;margin-top:36px}.testimonials figure{margin:0;padding:32px 0;border-top:1px solid var(--line);display:flex;flex-direction:column}.testimonials blockquote{font-size:22px;line-height:1.65;letter-spacing:0;margin:0 0 26px}.testimonials blockquote:before{width:32px;height:3px;margin-bottom:22px}.testimonials figcaption{margin-top:auto;font-size:15px;line-height:1.7}.testimonials figcaption span{display:block;color:var(--muted)}.footer-links{font-size:14px}.photo span{font-size:12px;line-height:1.6}@media(max-width:620px){.situations h2{max-width:none;font-size:37px;line-height:1.3}.offers h3{font-size:30px;line-height:1.45;letter-spacing:0}.experience-images{grid-template-columns:1fr;gap:28px;margin-top:32px}.testimonials-grid{grid-template-columns:1fr;gap:0}.testimonials{padding-top:55px;padding-bottom:50px}.testimonials blockquote{font-size:20px}.hero-rule{font-size:12px;letter-spacing:0;gap:20px}.hero-rule span{max-width:46%}}

/* Três serviços independentes, com o mesmo peso visual. */
.services-intro{font-size:18px;line-height:1.7;margin:0 0 28px;color:var(--muted);max-width:760px}.offers{border:0;gap:24px;align-items:stretch}.offers article,.offers .featured{background:var(--ink);color:#fff;border:0;padding:34px 28px}.offers article+article{border:0}.offers article>p:not(.offer-kind){color:#ddd}.offers .offer-kind{color:#ff777a;font-size:12px;line-height:1.7;letter-spacing:1px;min-height:41px;margin-bottom:20px}.offers li{border-color:#444}.offers a{border-top:1px solid #555;padding-top:20px;line-height:1.6}.offers a:focus-visible{outline-color:#fff}@media(max-width:900px){.offers{gap:16px}.offers article{padding:28px 20px}}@media(max-width:620px){.offers{gap:22px}.offers article,.offers .featured{padding:30px}.offers article+article{border:0}.offers .offer-kind{min-height:0}.services-intro{font-size:17px}}

/* Escopo dos serviços e experiência profissional. */
.offers article{min-width:0}.offers .offer-kind{min-height:0;margin-bottom:14px;font-size:14px}.offers h3{font-size:clamp(25px,2.4vw,32px);line-height:1.35;overflow-wrap:normal;margin-bottom:12px}.offers article>p.contract-type{font-size:16px;font-weight:600;color:#ff999b!important;margin:0 0 16px}.offers article>p.includes{margin:8px 0 0;color:#fff;font-weight:600}.offers li{font-size:16px}.brand-experience{margin-top:52px;padding-top:36px;border-top:1px solid #ccc}.brand-experience>h3{font-size:26px;line-height:1.4}.brand-experience>p{max-width:940px;font-size:17px;line-height:1.7;color:var(--muted)}.brand-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 36px;margin-top:30px}.brand-groups h4{font-size:17px;line-height:1.5;margin:0 0 10px}.brand-groups p{font-size:16px;line-height:1.8;color:var(--muted);margin:0}@media(min-width:621px) and (max-width:1050px){.offers{grid-template-columns:1fr}.offers h3{font-size:30px}.brand-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.brand-groups{grid-template-columns:1fr;gap:24px}.brand-experience{margin-top:36px;padding-top:28px}.brand-experience>h3{font-size:23px}.offers h3{font-size:30px}}

/* Leitura do título Quem Conduz em todas as telas. */
.bio h2{line-height:1.3;letter-spacing:normal;word-spacing:normal}
