
/* ===== assets/site.css ===== */
:root {
  --white:#fff; --snow:#f8f8f8; --ice:#ededed; --fog:#dbdbdb; --gray:#6e6e6e;
  --graphite:#303030; --black:#0f0f0f; --purple:#554270; --purple-deep:#332842;
  --font:"Onest",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --header:54px; --container:1240px; --gutter:clamp(26px,5.4vw,76px); --section:clamp(84px,9vw,136px);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--black);background:var(--white);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden} img{display:block;width:100%} a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit}
:focus-visible{outline:2px solid #8a63f2;outline-offset:4px}
.container{width:min(calc(100% - var(--gutter) - var(--gutter)),var(--container));margin-inline:auto}
.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:10px 14px;background:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}
.eyebrow{margin:0 0 18px;color:var(--purple);font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
.display{max-width:930px;margin:0;font-size:clamp(45px,6vw,86px);font-weight:600;letter-spacing:-.055em;line-height:.98;text-wrap:balance}
.title{max-width:820px;margin:0;font-size:clamp(34px,4.2vw,60px);font-weight:600;letter-spacing:-.048em;line-height:1.02;text-wrap:balance}
.lead{max-width:720px;margin:26px 0 0;color:var(--graphite);font-size:clamp(17px,1.45vw,21px);line-height:1.58}
.text-link{display:inline-flex;align-items:center;gap:8px;padding:2px 0 5px;border-bottom:1px solid currentColor;font-size:13px;font-weight:500}.text-link::after{content:"↗"}.text-link:hover{opacity:.65}
.site-header{position:fixed;z-index:50;inset:0 0 auto;height:var(--header);color:#fff;background:rgba(15,15,15,.76);backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);border-bottom:1px solid rgba(255,255,255,.09);transition:transform .3s ease}
.site-header.is-hidden{transform:translateY(-105%)}
.nav-shell{display:grid;grid-template-columns:auto 1fr auto;align-items:center;width:min(calc(100% - clamp(80px,8vw,128px)),1440px);height:100%;margin:auto}
.brand{display:inline-flex;width:96px}.brand img{width:96px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,30px)}
.desktop-nav a,.nav-whatsapp{font-size:11px;font-weight:500;letter-spacing:.01em;opacity:.8;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a[aria-current="page"],.nav-whatsapp:hover{opacity:1}
.home-link,.nav-whatsapp{display:inline-flex;align-items:center}.home-link{justify-content:center;width:26px;height:26px}.home-link svg{width:14px;height:14px}
.nav-whatsapp{gap:7px;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.58)}.nav-whatsapp svg{width:13px;height:13px}
.menu-toggle{display:none;width:34px;height:34px;padding:8px 5px;border:0;color:#fff;background:transparent}.menu-toggle span{display:block;width:22px;height:1px;margin:5px 0;background:currentColor}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3px) rotate(-45deg)}
.mobile-menu{position:fixed;z-index:45;top:var(--header);right:0;left:0;display:grid;max-height:0;overflow:hidden;color:#fff;background:rgba(15,15,15,.985);transition:max-height .3s ease}.mobile-menu.is-open{max-height:calc(100svh - var(--header))}.mobile-menu-inner{display:grid;padding:18px var(--gutter) 28px}.mobile-menu a{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:15px}.mobile-menu .mobile-contact{margin-top:10px;border-color:rgba(255,255,255,.5);font-weight:500}
.page-hero{position:relative;isolation:isolate;display:flex;align-items:flex-end;min-height:min(78svh,780px);overflow:hidden;color:#fff;background:#151318}.page-hero>img{position:absolute;z-index:-2;inset:0;height:100%;object-fit:cover}.page-hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(7,6,8,.76),rgba(7,6,8,.2) 62%,rgba(7,6,8,.08)),linear-gradient(0deg,rgba(7,6,8,.72),transparent 58%)}.page-hero-content{padding-top:calc(var(--header) + 70px);padding-bottom:clamp(62px,8vw,100px)}.page-hero .eyebrow{color:rgba(255,255,255,.74)}.page-hero .lead{max-width:690px;color:rgba(255,255,255,.84)}
.section{padding:var(--section) 0}.section.soft{background:var(--snow)}.section.dark{color:#fff;background:#111013}.section.dark .lead{color:rgba(255,255,255,.72)}
.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(48px,8vw,118px);align-items:center}.split.reverse>:first-child{order:2}.split-media img{aspect-ratio:4/3;object-fit:cover}.split-copy p:not(.eyebrow){color:var(--graphite);font-size:16px;line-height:1.7}.split-copy .title{margin-bottom:28px}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:60px;border-top:1px solid var(--fog);border-bottom:1px solid var(--fog)}.proof{padding:30px 22px 32px 0;border-right:1px solid var(--fog)}.proof+.proof{padding-left:22px}.proof:last-child{border-right:0}.proof strong{display:block;font-size:clamp(34px,4vw,60px);font-weight:700;letter-spacing:-.055em;line-height:1}.proof span{display:block;margin-top:14px;color:var(--gray);font-size:11px;line-height:1.45}.proof small{display:block;margin-top:8px;color:#999;font-size:9px;line-height:1.45}
.principles{display:grid;grid-template-columns:repeat(3,1fr);margin-top:52px;border-top:1px solid var(--fog)}.principle{padding:28px 30px 8px 0}.principle+.principle{padding-left:30px;border-left:1px solid var(--fog)}.principle b{display:block;color:var(--purple);font-size:10px;letter-spacing:.12em}.principle h3{margin:18px 0 10px;font-size:21px;letter-spacing:-.025em}.principle p{margin:0;color:var(--gray);font-size:14px;line-height:1.65}
.timeline{margin-top:56px;border-top:1px solid var(--fog)}.timeline-row{display:grid;grid-template-columns:150px 1fr;gap:40px;padding:25px 0;border-bottom:1px solid var(--fog)}.timeline-row time{color:var(--purple);font-size:12px;font-weight:600;letter-spacing:.08em}.timeline-row h3{margin:0;font-size:19px}.timeline-row p{margin:8px 0 0;color:var(--gray);font-size:14px;line-height:1.6}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:54px}.project-card{position:relative;min-height:500px;overflow:hidden;color:#fff;background:#17151a}.project-card img{position:absolute;inset:0;height:100%;object-fit:cover;transition:transform .6s ease}.project-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,7,9,.82),rgba(8,7,9,.04) 70%)}.project-card:hover img{transform:scale(1.025)}.project-copy{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:32px}.project-copy p{margin:0 0 10px;color:rgba(255,255,255,.7);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.project-copy h2{margin:0;font-size:clamp(30px,3vw,44px);letter-spacing:-.045em}.project-copy span{display:block;margin-top:10px;color:rgba(255,255,255,.78);font-size:13px}.project-note{max-width:700px;margin:28px 0 0;color:var(--gray);font-size:11px;line-height:1.55}
.projects-page .page-hero{min-height:min(56svh,520px)}
.projects-page .page-hero-content{padding-bottom:clamp(42px,5vw,60px)}
.projects-page .page-hero .display{max-width:760px;font-size:clamp(40px,4.3vw,62px);line-height:1.02}
.projects-page .page-hero .lead{max-width:650px;font-size:clamp(16px,1.25vw,19px)}
.projects-page .portfolio-section{padding:clamp(62px,6vw,88px) 0}
.projects-page .portfolio-section .title{max-width:650px;font-size:clamp(30px,2.9vw,42px);line-height:1.06}
.projects-page .portfolio-section .lead{margin-top:18px;font-size:16px}
.projects-page .project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:40px}
.projects-page .project-card{min-height:300px}
.projects-page .project-card::after{background:linear-gradient(0deg,rgba(8,7,9,.84),rgba(8,7,9,.08) 68%)}
.projects-page .project-copy{padding:22px}
.projects-page .project-copy p{margin-bottom:7px;font-size:9px}
.projects-page .project-copy h2{font-size:clamp(27px,2.35vw,34px);line-height:1}
.projects-page .project-copy span{max-width:310px;margin-top:8px;font-size:12px;line-height:1.45}
.projects-page .project-note{max-width:760px;margin-top:22px;font-size:10px}
.projects-page .section.soft{padding:clamp(72px,7vw,96px) 0}
.projects-page .section.soft .title{font-size:clamp(32px,3.4vw,48px)}
.projects-page .section.soft .split-media img{aspect-ratio:16/10}
.projects-page .closing{padding:clamp(76px,8vw,112px) 0}
.projects-page .closing .title{max-width:760px;font-size:clamp(36px,4.4vw,60px)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}.news-card{display:flex;min-height:320px;flex-direction:column;padding:30px;border:1px solid var(--ice);background:#fff;transition:transform .2s ease,border-color .2s ease}.news-card:hover{transform:translateY(-3px);border-color:var(--fog)}.news-card .meta{color:var(--purple);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.news-card h2{margin:24px 0 14px;font-size:25px;line-height:1.16;letter-spacing:-.035em}.news-card p{margin:0;color:var(--gray);font-size:14px;line-height:1.6}.news-card .text-link{margin-top:auto;align-self:flex-start;padding-top:28px}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(48px,8vw,118px);align-items:start}.contact-list{margin-top:38px;border-top:1px solid var(--fog)}.contact-list a,.contact-list div{display:block;padding:18px 0;border-bottom:1px solid var(--fog);font-size:14px}.contact-form{padding:clamp(28px,4vw,48px);background:var(--snow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field.full{grid-column:1/-1}.field label{display:block;margin-bottom:8px;color:var(--gray);font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;border:0;border-bottom:1px solid #bdb9bf;border-radius:0;color:var(--black);background:transparent;padding:10px 0}.field textarea{min-height:110px;resize:vertical}.submit{margin-top:28px;padding:12px 18px;border:0;color:#fff;background:var(--purple);cursor:pointer;font-size:12px;font-weight:600}.form-note{margin:14px 0 0;color:var(--gray);font-size:10px;line-height:1.5}
.closing{padding:clamp(90px,11vw,150px) 0}.closing-inner{max-width:900px}.closing .title{font-size:clamp(40px,5.3vw,76px)}.closing-actions{display:flex;flex-wrap:wrap;gap:26px;margin-top:36px}
footer{padding:60px 0 26px;color:rgba(255,255,255,.7);background:#111013}.footer-main{display:grid;grid-template-columns:1.2fr .7fr .7fr;gap:50px;padding-bottom:50px}.footer-brand{width:112px}.footer-statement{max-width:430px;margin:25px 0 0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.6}.footer-column h3{margin:0 0 18px;color:rgba(255,255,255,.4);font-size:9px;letter-spacing:.14em;text-transform:uppercase}.footer-column a{display:block;width:max-content;max-width:100%;margin-top:11px;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:21px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.35);font-size:9px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:980px){.desktop-nav,.nav-whatsapp{display:none}.nav-shell{grid-template-columns:1fr auto}.menu-toggle{display:block}.split,.contact-grid{grid-template-columns:1fr}.split.reverse>:first-child{order:0}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof:nth-child(2){border-right:0}.proof:nth-child(3),.proof:nth-child(4){border-top:1px solid var(--fog)}.principles{grid-template-columns:1fr}.principle+.principle{padding-left:0;border-left:0}.project-card{min-height:440px}.news-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr}.footer-main>:first-child{grid-column:1/-1}}
@media(max-width:980px){.projects-page .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-page .project-card{min-height:290px}}
@media(max-width:680px){:root{--gutter:22px;--section:78px}.nav-shell{width:calc(100% - 36px)}.page-hero{min-height:72svh}.page-hero-content{padding-bottom:48px}.display{font-size:clamp(42px,12vw,58px)}.lead{font-size:16px}.proof-grid,.project-grid,.news-grid,.form-grid{grid-template-columns:1fr}.proof{padding:24px 0!important;border-right:0}.proof+.proof{border-top:1px solid var(--fog)}.timeline-row{grid-template-columns:1fr;gap:8px}.project-card{min-height:390px}.project-copy{padding:24px}.field.full{grid-column:auto}.footer-main{grid-template-columns:1fr}.footer-main>:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.page-hero>img{object-position:center}}
@media(max-width:680px){.projects-page .page-hero{min-height:58svh}.projects-page .page-hero .display{font-size:clamp(36px,10.5vw,48px)}.projects-page .project-grid{grid-template-columns:1fr;gap:14px;margin-top:32px}.projects-page .project-card{min-height:260px}.projects-page .project-copy{padding:20px}.projects-page .portfolio-section{padding:60px 0}.projects-page .section.soft{padding:64px 0}.projects-page .closing{padding:68px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* Rodapé institucional v49 — navegação, canais e presença de marca */
footer.site-footer{padding:0;color:rgba(255,255,255,.68);background:#111013}
.footer-intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(54px,8vw,120px);align-items:end;padding:clamp(72px,8vw,104px) 0 58px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-brand{width:120px}
.footer-statement{max-width:650px;margin:34px 0 0;color:rgba(255,255,255,.94);font-size:clamp(24px,2.6vw,38px);font-weight:450;letter-spacing:-.035em;line-height:1.16}
.footer-intro-side{display:grid;justify-items:start;gap:24px}
.footer-primary-link{display:inline-flex;align-items:center;gap:9px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.55);color:#fff;font-size:12px;font-weight:550}
.footer-primary-link::after{content:"↗";font-size:11px}
.footer-socials{display:flex;flex-wrap:wrap;gap:12px}
.footer-social{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:rgba(255,255,255,.76);transition:color .2s ease,border-color .2s ease,background .2s ease}
.footer-social svg{width:15px;height:15px}.footer-social:hover{border-color:rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.05)}
.footer-directory{display:grid;grid-template-columns:.75fr .75fr 1fr 1fr;gap:clamp(34px,5vw,72px);padding:52px 0 56px}
.footer-column h3{margin:0 0 20px;color:rgba(255,255,255,.38);font-size:8px;font-weight:650;letter-spacing:.15em;text-transform:uppercase}
.footer-column a{display:block;width:max-content;max-width:100%;margin-top:12px;color:rgba(255,255,255,.7);font-size:12px;line-height:1.5}.footer-column a:hover{color:#fff}
.footer-channel-label{margin:0 0 8px;color:rgba(255,255,255,.92);font-size:14px;font-weight:550}.footer-channel-copy{max-width:240px;margin:0 0 16px;color:rgba(255,255,255,.42);font-size:10px;line-height:1.55}
.footer-office{display:grid;grid-template-columns:.55fr 1.45fr auto;gap:36px;align-items:start;padding:31px 0 33px;border-top:1px solid rgba(255,255,255,.12)}
.footer-office h3{margin:0;color:rgba(255,255,255,.38);font-size:8px;font-weight:650;letter-spacing:.15em;text-transform:uppercase}.footer-address{margin:0;color:rgba(255,255,255,.72);font-size:11px;line-height:1.65}.footer-map{padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.35);color:rgba(255,255,255,.66);font-size:10px;white-space:nowrap}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding:23px 0 27px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.3);font-size:8.5px;letter-spacing:.04em}
@media(max-width:980px){.footer-intro{grid-template-columns:1fr;align-items:start}.footer-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-office{grid-template-columns:.65fr 1.35fr}.footer-map{grid-column:2;justify-self:start}}
@media(max-width:680px){.footer-intro{gap:38px;padding:64px 0 44px}.footer-statement{margin-top:28px;font-size:clamp(25px,7.5vw,32px)}.footer-directory{grid-template-columns:1fr;gap:38px;padding:44px 0 48px}.footer-office{grid-template-columns:1fr;gap:13px}.footer-map{grid-column:auto}.footer-bottom{gap:10px}}

/* Contato v49 — canais separados, conversa comercial e presença física */
.contact-page main{background:#fff}
.contact-hero{padding:clamp(118px,12vw,160px) 0 clamp(70px,7vw,96px);background:#f8f8f8}
.contact-hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(52px,7vw,100px);align-items:center}
.contact-hero-copy{max-width:510px}
.contact-hero-copy h1{max-width:500px;margin:18px 0 24px;color:#0f0f0f;font-size:clamp(44px,4.8vw,70px);font-weight:550;letter-spacing:-.055em;line-height:.98}
.contact-hero-copy>p:not(.eyebrow){max-width:470px;margin:0;color:#59575d;font-size:15px;line-height:1.7}
.contact-jump-links{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:34px}
.contact-jump-links a{padding-bottom:4px;border-bottom:1px solid #aaa;color:#29272c;font-size:11px;font-weight:550}
.contact-hero-media{position:relative;overflow:hidden;aspect-ratio:16/10;margin:0;background:#ededed}
.contact-hero-media::after{content:"";position:absolute;inset:0;border:1px solid rgba(15,15,15,.08);pointer-events:none}
.contact-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}

.contact-channels{padding:clamp(86px,9vw,122px) 0;background:#fff}
.contact-section-head{max-width:630px;margin:0 auto 50px;text-align:center}
.contact-section-head h2{margin:15px 0 13px;font-size:clamp(34px,3.4vw,48px);font-weight:500;letter-spacing:-.045em;line-height:1.05}
.contact-section-head>p:last-child{margin:0;color:#6e6e6e;font-size:14px}
.contact-channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.contact-channel{display:flex;min-height:390px;padding:32px 30px 30px;border:1px solid #e4e3e5;background:#fff;flex-direction:column}
.contact-channel-featured{border-color:#111013;color:#fff;background:#111013}
.contact-channel-land{background:#f8f8f8}
.contact-channel-number{margin-bottom:48px;color:#aaa;font-size:10px;font-weight:600;letter-spacing:.13em}
.contact-channel-featured .contact-channel-number{color:rgba(255,255,255,.35)}
.contact-channel-kicker{margin:0 0 12px;color:#554270;font-size:9px;font-weight:650;letter-spacing:.14em;text-transform:uppercase}
.contact-channel-featured .contact-channel-kicker{color:#b4a0d4}
.contact-channel h3{max-width:280px;margin:0 0 16px;font-size:24px;font-weight:550;letter-spacing:-.035em;line-height:1.08}
.contact-channel>p:not(.contact-channel-kicker){max-width:300px;margin:0;color:#737177;font-size:12px;line-height:1.62}
.contact-channel-featured>p:not(.contact-channel-kicker){color:rgba(255,255,255,.52)}
.contact-channel-details{display:grid;gap:8px;margin-top:auto;padding-top:26px}
.contact-channel-details a,.contact-channel-details span{color:#454248;font-size:11px;line-height:1.45}
.contact-channel-featured .contact-channel-details a{color:rgba(255,255,255,.8)}
.contact-channel-cta{display:inline-flex;width:max-content;max-width:100%;margin-top:auto;padding-top:28px;padding-bottom:4px;border-bottom:1px solid currentColor;color:#27242b;font-size:11px;font-weight:600}
.contact-channel-featured .contact-channel-cta{margin-top:22px;color:#fff}

.contact-form-section{padding:clamp(84px,9vw,124px) 0;background:#f4f3f4}
.contact-form-layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);gap:clamp(70px,9vw,130px);align-items:start}
.contact-form-intro{max-width:390px;padding-top:10px}
.contact-form-intro h2{margin:16px 0 20px;font-size:clamp(36px,4vw,54px);font-weight:520;letter-spacing:-.05em;line-height:1.02}
.contact-form-intro>p:not(.eyebrow){margin:0;color:#68666c;font-size:13px;line-height:1.7}
.contact-form-intro .contact-form-note{margin-top:28px!important;padding-top:20px;border-top:1px solid #d8d6da;color:#817e85!important;font-size:10px!important}
.contact-form-refined{padding:42px;background:#fff;box-shadow:none}
.contact-form-refined .field input,.contact-form-refined .field select,.contact-form-refined .field textarea{background:#fafafa}
.contact-form-refined .submit{margin-top:26px;background:#554270}

.contact-office-section{padding:clamp(84px,9vw,120px) 0;background:#fff}
.contact-office-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(520px,1.28fr);gap:clamp(70px,9vw,130px);align-items:stretch}
.contact-office-copy{align-self:center;max-width:390px}
.contact-office-copy h2{margin:16px 0 25px;font-size:clamp(36px,4vw,54px);font-weight:520;letter-spacing:-.05em;line-height:1.02}
.contact-office-copy address{margin:0;color:#26242a;font-size:14px;font-style:normal;line-height:1.75}
.contact-office-copy>p:not(.eyebrow){margin:24px 0 0;color:#77747b;font-size:11px}
.contact-office-copy .text-link{margin-top:28px}
.contact-map-card{position:relative;display:flex;min-height:380px;overflow:hidden;padding:34px;color:#fff;background:#171619;flex-direction:column;justify-content:flex-end}
.contact-map-card::before,.contact-map-card::after{content:"";position:absolute;inset:-20%;background:repeating-linear-gradient(28deg,transparent 0 76px,rgba(255,255,255,.07) 77px 79px,transparent 80px 148px);transform:rotate(-5deg)}
.contact-map-card::after{background:repeating-linear-gradient(112deg,transparent 0 108px,rgba(255,255,255,.05) 109px 111px,transparent 112px 196px);transform:rotate(8deg)}
.map-city{position:absolute;top:32px;left:34px;z-index:1;color:rgba(255,255,255,.35);font-size:9px;font-weight:650;letter-spacing:.15em;text-transform:uppercase}
.map-pin{position:absolute;top:44%;left:61%;z-index:1;width:18px;height:18px;border:5px solid #b69ee1;border-radius:50%;box-shadow:0 0 0 10px rgba(182,158,225,.12),0 0 32px rgba(182,158,225,.4)}
.map-address,.map-link{position:relative;z-index:1}
.map-address{font-size:25px;font-weight:500;letter-spacing:-.035em}.map-link{margin-top:10px;color:rgba(255,255,255,.55);font-size:10px}

/* Página de terrenos */
.land-page main{background:#fff}.land-hero{padding:clamp(150px,15vw,210px) 0 clamp(90px,9vw,126px);color:#fff;background:#111013}
.land-hero-copy{max-width:790px}.land-hero h1{margin:18px 0 25px;font-size:clamp(48px,6.2vw,88px);font-weight:500;letter-spacing:-.06em;line-height:.96}.land-hero .lead{max-width:680px;color:rgba(255,255,255,.62);font-size:17px}
.land-process{padding:clamp(86px,9vw,122px) 0}.land-process-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;margin-bottom:58px}.land-process-head h2{max-width:520px;margin:0;font-size:clamp(38px,4.5vw,60px);font-weight:520;letter-spacing:-.05em;line-height:1}.land-process-head p{max-width:520px;margin:0;color:#656269;font-size:14px;line-height:1.75}
.land-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #ddd}.land-step{padding:32px 38px 10px 0}.land-step+.land-step{padding-left:38px;border-left:1px solid #ddd}.land-step b{display:block;margin-bottom:52px;color:#554270;font-size:10px;letter-spacing:.12em}.land-step h3{margin:0 0 14px;font-size:22px;font-weight:550;letter-spacing:-.03em}.land-step p{margin:0;color:#706d74;font-size:12px;line-height:1.65}
.land-form-section{padding:clamp(86px,9vw,122px) 0;background:#f4f3f4}.land-form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(70px,9vw,130px);align-items:start}.land-form-copy h2{margin:16px 0 20px;font-size:clamp(38px,4.4vw,58px);font-weight:520;letter-spacing:-.05em;line-height:1}.land-form-copy p:not(.eyebrow){max-width:440px;color:#69666d;font-size:13px;line-height:1.7}

@media(max-width:980px){.contact-hero-grid,.contact-form-layout,.contact-office-grid,.land-process-head,.land-form-layout{grid-template-columns:1fr}.contact-hero-copy{max-width:650px}.contact-channel-grid{grid-template-columns:1fr 1fr}.contact-channel-land{grid-column:1/-1;min-height:300px}.contact-form-layout,.contact-office-grid,.land-form-layout{gap:54px}.contact-office-copy{max-width:520px}.land-steps{grid-template-columns:1fr}.land-step,.land-step+.land-step{padding:28px 0;border-left:0;border-bottom:1px solid #ddd}.land-step b{margin-bottom:28px}}
@media(max-width:680px){.contact-hero{padding-top:102px}.contact-hero-grid{gap:42px}.contact-hero-copy h1{font-size:clamp(42px,12vw,56px)}.contact-jump-links{display:grid}.contact-hero-media{aspect-ratio:4/3}.contact-channel-grid{grid-template-columns:1fr}.contact-channel,.contact-channel-land{grid-column:auto;min-height:360px;padding:28px 24px}.contact-channel-number{margin-bottom:40px}.contact-form-refined{padding:28px 22px}.contact-office-grid{gap:42px}.contact-map-card{min-height:320px;padding:26px}.map-city{top:26px;left:26px}.map-address{font-size:22px}.land-hero{padding-top:126px}.land-hero h1{font-size:clamp(44px,13vw,62px)}.land-process-head{gap:24px}.land-form-layout{gap:42px}}

/* Contato v49.3 — banner editorial, três capítulos de atendimento e localização real */
.contact-page .contact-hero-banner{position:relative;isolation:isolate;display:flex;min-height:510px;overflow:hidden;padding:0;align-items:flex-end;color:#fff;background:#111013}
.contact-hero-bg{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%}
.contact-hero-overlay{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(9,8,11,.91) 0%,rgba(9,8,11,.7) 38%,rgba(9,8,11,.25) 78%,rgba(9,8,11,.18) 100%),linear-gradient(0deg,rgba(9,8,11,.58),transparent 62%)}
.contact-hero-banner-content{padding-top:calc(var(--header) + 88px);padding-bottom:64px}
.contact-hero-banner-content .eyebrow{color:rgba(255,255,255,.66)}
.contact-hero-banner-content h1{max-width:620px;margin:14px 0 16px;font-size:clamp(42px,4.5vw,62px);font-weight:520;letter-spacing:-.052em;line-height:1}
.contact-hero-banner-content>p:not(.eyebrow){max-width:560px;margin:0;color:rgba(255,255,255,.77);font-size:15px;line-height:1.65}
.contact-channels{padding:0;background:#fff}
.contact-channels-intro{padding-top:clamp(82px,8vw,112px);padding-bottom:clamp(58px,6vw,82px)}
.contact-section-head-left{max-width:700px;margin:0;text-align:left}
.contact-section-head-left h2{margin:0 0 18px;font-size:clamp(38px,4vw,54px);font-weight:520;letter-spacing:-.05em;line-height:1.02}
.contact-section-head-left>p{max-width:600px;margin:0;color:#66636a;font-size:16px;line-height:1.6}
.contact-service{display:flex;min-height:470px;align-items:center;border-top:1px solid #ddd}
.contact-service-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(74px,10vw,150px);align-items:center;padding-top:clamp(72px,7vw,96px);padding-bottom:clamp(72px,7vw,96px)}
.contact-service-grid-reverse .contact-service-copy{order:2}.contact-service-grid-reverse .contact-service-side{order:1}
.contact-service-copy{max-width:640px}
.contact-service-meta{display:flex;align-items:center;gap:18px;margin-bottom:34px}
.contact-service-meta span{color:#aaa;font-size:12px;font-weight:600;letter-spacing:.12em}
.contact-service-meta p{margin:0;color:#554270;font-size:11px;font-weight:650;letter-spacing:.13em;text-transform:uppercase}
.contact-service-copy h3{max-width:650px;margin:0 0 24px;font-size:clamp(36px,4vw,52px);font-weight:530;letter-spacing:-.05em;line-height:1.02}
.contact-service-copy>p{max-width:610px;margin:0;color:#5f5c63;font-size:16px;line-height:1.68}
.contact-service-side{display:grid;gap:36px;padding-left:clamp(30px,4vw,58px);border-left:1px solid #d5d3d6}
.contact-service-topics>p{margin:0 0 20px;color:#8a878e;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.contact-service-topics ul{margin:0;padding:0;list-style:none;border-top:1px solid #d8d6d9}
.contact-service-topics li{padding:15px 0;border-bottom:1px solid #d8d6d9;color:#242127;font-size:15px;line-height:1.35}
.contact-service-links{display:grid;justify-items:start;gap:10px}
.contact-service-links a,.contact-service-links span{color:#5b585f;font-size:13px;line-height:1.5}
.contact-service-primary{padding-bottom:5px;border-bottom:1px solid currentColor;color:#554270!important;font-size:15px!important;font-weight:600}
.contact-service-support{background:#f7f7f7}
.contact-service-support .contact-service-grid{grid-template-columns:minmax(380px,.92fr) minmax(0,1.08fr)}
.contact-service-land{color:#fff;background:#171619;border-top-color:#171619}
.contact-service-land .contact-service-meta p{color:#b7a5d0}.contact-service-land .contact-service-meta span{color:rgba(255,255,255,.35)}
.contact-service-land .contact-service-copy>p{color:rgba(255,255,255,.62)}
.contact-service-land .contact-service-side{border-left-color:rgba(255,255,255,.18)}
.contact-service-land .contact-service-topics>p{color:rgba(255,255,255,.42)}
.contact-service-land .contact-service-topics ul{border-top-color:rgba(255,255,255,.17)}
.contact-service-land .contact-service-topics li{border-bottom-color:rgba(255,255,255,.17);color:rgba(255,255,255,.88)}
.contact-service-land .contact-service-links a,.contact-service-land .contact-service-links span{color:rgba(255,255,255,.55)}
.contact-service-land .contact-service-primary{color:#fff!important}
.contact-office-section{background:#f7f7f7}
.contact-office-grid{grid-template-columns:minmax(260px,.55fr) minmax(520px,1.45fr);gap:clamp(58px,8vw,110px)}
.contact-map-embed{min-height:420px;overflow:hidden;background:#e8e8e8}
.contact-map-embed iframe{display:block;width:100%;height:100%;min-height:420px;border:0;filter:grayscale(.28) contrast(.96)}
@media(max-width:980px){.contact-service-grid,.contact-service-support .contact-service-grid{grid-template-columns:1fr;gap:52px}.contact-service-grid-reverse .contact-service-copy,.contact-service-grid-reverse .contact-service-side{order:initial}.contact-service-copy{max-width:720px}.contact-service-side{max-width:620px;padding-left:0;border-left:0}.contact-page .contact-office-grid{grid-template-columns:1fr}.contact-map-embed,.contact-map-embed iframe{min-height:380px}}
@media(max-width:680px){.contact-page .contact-hero-banner{min-height:450px;padding:0}.contact-hero-bg{object-position:58% center}.contact-hero-overlay{background:linear-gradient(90deg,rgba(9,8,11,.9),rgba(9,8,11,.42)),linear-gradient(0deg,rgba(9,8,11,.68),transparent 70%)}.contact-hero-banner-content{padding-top:110px;padding-bottom:46px}.contact-hero-banner-content h1{font-size:clamp(38px,11vw,48px)}.contact-hero-banner-content>p:not(.eyebrow){font-size:14px}.contact-channels-intro{padding-top:68px;padding-bottom:52px}.contact-section-head-left h2{font-size:clamp(34px,10vw,42px)}.contact-section-head-left>p{font-size:15px}.contact-service{min-height:0}.contact-service-grid,.contact-service-support .contact-service-grid{gap:40px;padding-top:62px;padding-bottom:66px}.contact-service-meta{margin-bottom:26px}.contact-service-copy h3{font-size:clamp(34px,10vw,44px)}.contact-service-copy>p{font-size:15px}.contact-service-side{gap:30px}.contact-service-topics li{font-size:14px}.contact-service-links a,.contact-service-links span{font-size:12px}.contact-service-primary{font-size:14px!important}.contact-map-embed,.contact-map-embed iframe{min-height:320px}}

/* Contato v49.4 — números editoriais, métodos claros, ajuda e mapa em largura total */
.contact-service{min-height:440px}
.contact-service-grid,.contact-service-support .contact-service-grid{grid-template-columns:120px minmax(0,1.08fr) minmax(340px,.82fr);gap:clamp(36px,5.5vw,86px)}
.contact-service-index{align-self:start;padding-top:2px;color:#d0cdd2}
.contact-service-index strong{display:block;font-size:clamp(76px,7vw,112px);font-weight:650;letter-spacing:-.075em;line-height:.74}
.contact-service-index span{display:block;margin:18px 0 0 8px;font-size:9px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.contact-service-label{margin:0 0 25px;color:#554270;font-size:10px;font-weight:650;letter-spacing:.14em;text-transform:uppercase}
.contact-service-copy h3{margin-bottom:21px;font-size:clamp(34px,3.6vw,48px)}
.contact-service-copy>p:not(.contact-service-label){font-size:15px}
.contact-service-side{gap:30px;padding-left:clamp(28px,3.8vw,52px)}
.contact-service-summary{max-width:390px;margin:0;color:#6f6c73;font-size:14px;line-height:1.65}
.contact-service-contact{display:grid;justify-items:start;padding-top:28px;border-top:1px solid #d5d3d6}
.contact-service-contact>p{margin:0 0 12px;color:#8a878e;font-size:9px;font-weight:650;letter-spacing:.13em;text-transform:uppercase}
.contact-phone{color:#171519;font-size:clamp(25px,2.35vw,34px);font-weight:600;letter-spacing:-.04em;line-height:1.05}
.contact-email{margin-top:10px;color:#554270;font-size:14px;font-weight:550}
.contact-hours{margin-top:16px;color:#7c7980;font-size:11px;line-height:1.5}
.contact-land-link{display:inline-flex;gap:10px;align-items:center;padding-bottom:5px;border-bottom:1px solid currentColor;color:#fff;font-size:18px;font-weight:550}
.contact-service-support .contact-service-index{color:#c6c2c9}
.contact-service-land .contact-service-index{color:rgba(255,255,255,.18)}
.contact-service-land .contact-service-label{color:#b7a5d0}
.contact-service-land .contact-service-summary{color:rgba(255,255,255,.58)}
.contact-service-land .contact-service-contact{border-top-color:rgba(255,255,255,.18)}
.contact-service-land .contact-service-contact>p{color:rgba(255,255,255,.4)}
.contact-service-land .contact-hours{color:rgba(255,255,255,.48)}
.contact-help-invite{padding:clamp(82px,8vw,116px) 0;color:#fff;background:#554270}
.contact-help-invite-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:clamp(64px,9vw,140px);align-items:end}
.contact-help-invite .eyebrow{color:rgba(255,255,255,.55)}
.contact-help-invite h2{max-width:650px;margin:0;font-size:clamp(38px,4.4vw,58px);font-weight:540;letter-spacing:-.052em;line-height:1.02}
.contact-help-invite-grid>div:last-child>p{max-width:480px;margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.7}
.contact-help-invite .text-link{margin-top:26px;color:#fff}
.contact-office-section{padding:0;background:#eee}
.contact-map-banner{position:relative;min-height:560px;overflow:hidden}
.contact-map-banner>iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:grayscale(.2) contrast(.96)}
.contact-office-overlay-wrap{position:relative;display:flex;min-height:560px;align-items:center;pointer-events:none}
.contact-page .contact-office-copy{width:min(410px,100%);max-width:none;padding:42px 44px 40px;color:#fff;background:rgba(18,16,20,.94);box-shadow:0 24px 70px rgba(0,0,0,.18);pointer-events:auto}
.contact-page .contact-office-copy .eyebrow{color:#b7a5d0}
.contact-page .contact-office-copy h2{margin:14px 0 23px;color:#fff;font-size:clamp(32px,3.2vw,46px)}
.contact-page .contact-office-copy address{color:rgba(255,255,255,.84)}
.contact-page .contact-office-copy>p:not(.eyebrow){color:rgba(255,255,255,.52)}
.contact-page .contact-office-copy .text-link{color:#fff}
@media(max-width:980px){
  .contact-service-grid,.contact-service-support .contact-service-grid{grid-template-columns:92px minmax(0,1fr);gap:34px 46px}
  .contact-service-side{grid-column:2;max-width:620px}
  .contact-service-index strong{font-size:82px}
  .contact-help-invite-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:680px){
  .contact-service-grid,.contact-service-support .contact-service-grid{grid-template-columns:1fr;gap:28px}
  .contact-service-index{display:flex;align-items:flex-end;gap:12px}
  .contact-service-index strong{font-size:64px;line-height:.8}.contact-service-index span{margin:0 0 3px}
  .contact-service-side{grid-column:auto;padding-left:0}.contact-service-contact{padding-top:24px}
  .contact-phone{font-size:28px}.contact-email{font-size:13px}
  .contact-help-invite{padding:72px 0}.contact-help-invite h2{font-size:clamp(34px,10vw,44px)}
  .contact-map-banner,.contact-office-overlay-wrap{min-height:620px}.contact-office-overlay-wrap{align-items:flex-end;padding-bottom:24px}
  .contact-page .contact-office-copy{width:100%;padding:30px 26px}
}

/* Central de Ajuda v1 — conteúdo público, pesquisa simples e leitura sem ruído */
.help-page main{background:#fff}
.help-hero{padding:calc(var(--header) + 94px) 0 82px;color:#fff;background:#161418}
.help-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:clamp(70px,10vw,150px);align-items:end}
.help-hero h1{max-width:710px;margin:15px 0 22px;font-size:clamp(48px,5.5vw,76px);font-weight:560;letter-spacing:-.058em;line-height:.96}
.help-hero-copy>p:not(.eyebrow){max-width:620px;margin:0;color:rgba(255,255,255,.68);font-size:16px;line-height:1.65}
.help-search label{display:block;margin-bottom:12px;color:rgba(255,255,255,.45);font-size:9px;font-weight:650;letter-spacing:.14em;text-transform:uppercase}
.help-search-box{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.45)}
.help-search-box svg{width:18px;height:18px;flex:0 0 auto;color:rgba(255,255,255,.55)}
.help-search input{width:100%;padding:15px 0 15px 13px;border:0;outline:0;color:#fff;background:transparent;font-size:15px}
.help-search input::placeholder{color:rgba(255,255,255,.42)}
.help-nav{border-bottom:1px solid #dedde0;background:#f7f7f7}
.help-nav-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.help-nav a{padding:28px 28px 30px 0;color:#4e4b52;font-size:12px;font-weight:550;line-height:1.35}
.help-nav a+a{padding-left:28px;border-left:1px solid #dedde0}.help-nav a:hover{color:#554270}
.help-content{padding:clamp(82px,8vw,116px) 0}
.help-content-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(64px,9vw,130px);margin-bottom:68px}
.help-content-head h2{margin:0;font-size:clamp(36px,4vw,52px);font-weight:540;letter-spacing:-.05em;line-height:1.02}
.help-content-head p{max-width:620px;margin:3px 0 0;color:#69666d;font-size:15px;line-height:1.7}
.help-groups{display:grid;gap:82px}
.help-group{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);gap:clamp(56px,8vw,120px);scroll-margin-top:90px}
.help-group-head .eyebrow{margin-bottom:14px}.help-group-head h3{max-width:300px;margin:0;font-size:26px;font-weight:560;letter-spacing:-.035em;line-height:1.12}
.help-group-head p{max-width:310px;margin:17px 0 0;color:#77747b;font-size:12px;line-height:1.65}
.help-questions{border-top:1px solid #cac8cd}
.help-question{border-bottom:1px solid #d8d6da}
.help-question summary{position:relative;padding:23px 52px 23px 0;cursor:pointer;color:#211f23;font-size:16px;font-weight:550;line-height:1.4;list-style:none}
.help-question summary::-webkit-details-marker{display:none}
.help-question summary::after{content:"+";position:absolute;top:19px;right:4px;color:#554270;font-size:25px;font-weight:300}.help-question[open] summary::after{content:"−"}
.help-answer{max-width:730px;padding:0 52px 25px 0;color:#656269;font-size:14px;line-height:1.72}
.help-answer p{margin:0}.help-answer p+p{margin-top:12px}
.help-empty{display:none;margin:0;padding:38px 0;border-top:1px solid #d8d6da;color:#66636a;font-size:14px}
.help-cta{padding:clamp(76px,8vw,108px) 0;color:#fff;background:#554270}
.help-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:end}
.help-cta h2{max-width:700px;margin:0;font-size:clamp(36px,4.2vw,56px);font-weight:540;letter-spacing:-.052em;line-height:1.02}
.help-cta p{max-width:640px;margin:20px 0 0;color:rgba(255,255,255,.7);font-size:14px;line-height:1.65}
.help-cta .text-link{color:#fff;white-space:nowrap}
@media(max-width:980px){.help-hero-grid,.help-content-head{grid-template-columns:1fr;gap:44px}.help-group{grid-template-columns:1fr;gap:30px}.help-group-head p{max-width:520px}.help-cta-grid{grid-template-columns:1fr;gap:28px}}
@media(max-width:680px){.help-hero{padding-top:calc(var(--header) + 68px);padding-bottom:64px}.help-hero h1{font-size:clamp(44px,13vw,58px)}.help-nav{overflow-x:auto}.help-nav-inner{width:max-content;min-width:100%;grid-template-columns:repeat(4,190px)}.help-nav a{padding:22px 22px}.help-nav a+a{padding-left:22px}.help-content{padding:72px 0}.help-groups{gap:68px}.help-question summary{padding:20px 42px 20px 0;font-size:15px}.help-answer{padding-right:12px}.help-cta{padding:72px 0}}

/* Contato v49.5 — canais brancos, informação direta e formulário comum */
.contact-service,
.contact-service-support,
.contact-service-land{min-height:410px;color:#0f0f0f;background:#fff;border-top:1px solid #dedde0}
.contact-service:last-child{border-bottom:1px solid #dedde0}
.contact-service-grid,
.contact-service-support .contact-service-grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.66fr);gap:clamp(66px,8vw,120px);padding-top:clamp(68px,6.5vw,88px);padding-bottom:clamp(68px,6.5vw,88px)}
.contact-service-copy{max-width:650px}
.contact-service-label,
.contact-service-land .contact-service-label{margin:0 0 24px;color:#77747b;font-size:9px;font-weight:650;letter-spacing:.15em;text-transform:uppercase}
.contact-service-copy h3{max-width:620px;margin:0 0 20px;font-size:clamp(34px,3.45vw,47px);font-weight:530;letter-spacing:-.048em;line-height:1.03}
.contact-service-copy>p:not(.contact-service-label),
.contact-service-land .contact-service-copy>p:not(.contact-service-label){max-width:590px;margin:0;color:#5f5c63;font-size:15px;line-height:1.7}
.contact-service-side,
.contact-service-land .contact-service-side{display:grid;gap:28px;max-width:460px;padding-left:clamp(30px,4vw,54px);border-left:1px solid #d8d6da}
.contact-data-list{display:grid;border-top:1px solid #d8d6da}
.contact-data-item{display:grid;grid-template-columns:minmax(102px,.62fr) minmax(0,1.38fr);gap:18px;align-items:baseline;padding:18px 0;border-bottom:1px solid #d8d6da}
.contact-data-item>span{color:#85828a;font-size:9px;font-weight:650;letter-spacing:.11em;text-transform:uppercase}
.contact-data-item>a,
.contact-data-item>p{margin:0;color:#222025;font-size:14px;font-weight:500;line-height:1.45;overflow-wrap:anywhere}
.contact-data-item>a:hover{color:#554270}
.contact-data-note>p{font-weight:400}
.contact-service-actions{display:flex;flex-wrap:wrap;gap:14px 26px;align-items:center}
.contact-direct-link,
.contact-form-jump{display:inline-flex;align-items:center;padding-bottom:5px;border-bottom:1px solid currentColor;color:#1b191d;font-size:12px;font-weight:550;line-height:1.35}
.contact-direct-link::after{content:"↗";margin-left:8px;font-size:10px}
.contact-form-jump{color:#77747b;font-weight:450}
.contact-direct-link:hover,
.contact-form-jump:hover{opacity:.6}
.contact-help-invite{padding:clamp(76px,7vw,102px) 0;color:#0f0f0f;background:#fff;border-bottom:1px solid #dedde0}
.contact-help-invite-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.62fr);gap:clamp(72px,10vw,150px);align-items:end}
.contact-help-invite .eyebrow{color:#77747b}
.contact-help-invite h2{max-width:650px;color:#0f0f0f;font-size:clamp(36px,4vw,52px)}
.contact-help-invite-grid>div:last-child>p{max-width:460px;color:#66636a;font-size:14px}
.contact-help-invite .text-link{margin-top:24px;color:#1b191d}
.contact-form-section{scroll-margin-top:calc(var(--header) + 20px);padding:clamp(84px,8vw,112px) 0;background:#fff}
.contact-form-layout{align-items:start}
.contact-form-refined{border:1px solid #dedde0;background:#f8f8f8}
.contact-form-refined .submit{color:#fff;background:#171519}

@media(max-width:980px){
  .contact-service-grid,
  .contact-service-support .contact-service-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:52px}
  .contact-service-side{max-width:none;padding-left:38px}
  .contact-help-invite-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:760px){
  .contact-service-grid,
  .contact-service-support .contact-service-grid{grid-template-columns:1fr;gap:42px}
  .contact-service-side{padding-left:0;border-left:0}
}
@media(max-width:680px){
  .contact-service-grid,
  .contact-service-support .contact-service-grid{gap:38px;padding-top:58px;padding-bottom:62px}
  .contact-service-copy h3{font-size:clamp(33px,9.5vw,42px)}
  .contact-data-item{grid-template-columns:1fr;gap:7px;padding:16px 0}
  .contact-data-item>a,.contact-data-item>p{font-size:15px}
  .contact-service-actions{display:grid;justify-items:start;gap:15px}
  .contact-help-invite{padding:68px 0}
  .contact-help-invite h2{font-size:clamp(33px,9.5vw,42px)}
}

/* ===== assets/refinement-v52.css ===== */
/*
 * Basesul site v52 — refinamento sistêmico
 * Direção: uma ideia dominante por tela; tipografia e controles silenciosos;
 * respiro ao redor do conteúdo, sem transformar a página em vazio decorativo.
 */

:root {
  --container: 1180px;
  --immersive-container: 1420px;
  --gutter: clamp(24px, 5.4vw, 72px);
  --section: clamp(76px, 7.7vw, 108px);
  --section-pause: clamp(96px, 8.5vw, 148px);
}

body {
  font-size: 16px;
}

.container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
}

.eyebrow {
  margin-bottom: 14px;
  font-size: 9px;
  letter-spacing: .145em;
}

.display,
.display-title {
  max-width: 820px;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: 1.01;
}

.title,
.section-title {
  max-width: 720px;
  font-size: clamp(30px, 3.15vw, 44px);
  font-weight: 560;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.lead {
  max-width: 640px;
  margin-top: 20px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.62;
}

.text-link {
  min-height: 30px;
  font-size: 12px;
}

/* Navegação: delicada, mas legível na escala Apple/OpenAI. */
.nav-shell {
  width: min(calc(100% - clamp(56px, 7vw, 104px)), 1320px);
}

.brand,
.brand img {
  width: 110px;
}

.brand {
  align-items: center;
}

.desktop-nav {
  gap: clamp(17px, 1.75vw, 26px);
}

.desktop-nav a,
.nav-whatsapp,
.nav-contact {
  font-size: 12px;
  line-height: 1.25;
  opacity: .88;
}

/*
 * Pausa editorial: o conteúdo continua compacto, mas cada argumento ganha
 * um intervalo real antes do próximo. Banners imersivos e heros permanecem
 * encadeados; as seções racionais recebem o silêncio entre elas.
 */
main > section:not(.immersive):not(.page-hero):not(.contact-hero):not(.help-hero):not(.land-hero) {
  margin-top: var(--section-pause);
}

.plus-section + .plus-section {
  border-top: 0;
}

/* Heros das páginas internas: imagem presente, texto contido. */
.page-hero {
  min-height: min(64svh, 620px);
}

.page-hero-content {
  padding-top: calc(var(--header) + 58px);
  padding-bottom: clamp(52px, 6vw, 74px);
}

.page-hero .display {
  max-width: 760px;
}

.page-hero .lead {
  max-width: 600px;
  font-size: 16px;
}

.section {
  padding: var(--section) 0;
}

.split {
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: clamp(56px, 7vw, 92px);
}

.split-copy {
  max-width: 520px;
}

.split-copy .title {
  margin-bottom: 22px;
}

.split-copy p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.68;
}

.split-media img {
  aspect-ratio: 16 / 11;
}

.proof-grid {
  margin-top: 44px;
}

.proof {
  padding-top: 26px;
  padding-bottom: 27px;
}

.proof strong {
  font-size: clamp(32px, 3.4vw, 48px);
}

.principles {
  margin-top: 42px;
}

.principle {
  padding-top: 25px;
}

.principle h3 {
  margin-top: 15px;
  font-size: 19px;
}

.timeline {
  margin-top: 42px;
}

.timeline-row {
  grid-template-columns: 126px 1fr;
  padding: 21px 0;
}

.timeline-row h3 {
  font-size: 17px;
}

/* Empreendimentos e notícias: escala editorial, sem catálogo monumental. */
.projects-page .page-hero {
  min-height: min(54svh, 520px);
}

.projects-page .page-hero .display {
  max-width: 690px;
  font-size: clamp(38px, 3.85vw, 54px);
}

.projects-page .portfolio-section {
  padding: clamp(68px, 6.8vw, 92px) 0;
}

.projects-page .portfolio-section .title {
  font-size: clamp(29px, 2.8vw, 39px);
}

.projects-page .project-grid {
  gap: 14px;
  margin-top: 34px;
}

.projects-page .project-card {
  min-height: 282px;
}

.projects-page .project-copy {
  padding: 20px;
}

.projects-page .project-copy h2 {
  font-size: clamp(24px, 2.1vw, 30px);
}

.projects-page .project-copy span {
  max-width: 280px;
  font-size: 11px;
}

.news-grid {
  gap: 14px;
  margin-top: 40px;
}

.news-card {
  min-height: 286px;
  padding: 25px;
}

.news-card h2 {
  margin: 20px 0 12px;
  font-size: 21px;
}

.news-card p {
  font-size: 13px;
  line-height: 1.62;
}

.closing {
  padding: clamp(74px, 8vw, 108px) 0;
}

.closing-inner {
  max-width: 780px;
}

.closing .title {
  font-size: clamp(34px, 4vw, 52px);
}

/* Home: os três banners permanecem imersivos. Só a voz fica mais precisa. */
.immersive-content.container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--immersive-container));
}

.immersive-copy {
  max-width: 570px;
}

.immersive .display-title {
  max-width: 570px;
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 570;
  line-height: 1.03;
}

.immersive .lead {
  max-width: 540px;
  margin-top: 20px;
  font-size: clamp(14px, 1.1vw, 16.5px);
  line-height: 1.6;
}

.hero-actions {
  margin-top: 25px;
}

.scene-close {
  max-width: 540px;
  margin-top: 23px;
  font-size: 12px;
}

.method-tabs-section {
  min-height: 0;
  padding: clamp(80px, 7.8vw, 108px) 0;
}

.method-tabs-section > .container {
  width: min(calc(100% - (var(--gutter) * 2)), 1040px);
}

.method-tabs-section .method-intro .section-title {
  max-width: 610px;
  font-size: clamp(29px, 2.45vw, 36px);
}

.method-intro .lead {
  max-width: 560px;
  font-size: 13px;
}

.narrative-tabs {
  margin-top: 32px;
}

.method-stage {
  min-height: 320px;
  margin-top: 20px;
  padding: clamp(28px, 3.3vw, 40px);
}

.method-stage .tab-visual img {
  height: clamp(220px, 21vw, 260px);
}

.calculator {
  padding: clamp(72px, 7vw, 96px) 0;
}

.calculator > .container {
  width: min(calc(100% - (var(--gutter) * 2)), 1120px);
}

.calculator-head {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
  gap: 42px;
}

.calculator .section-title {
  max-width: 620px;
  font-size: clamp(31px, 3vw, 42px);
}

.calculator .lead {
  font-size: 14px;
}

.calc-shell {
  grid-template-columns: minmax(300px, .66fr) minmax(0, 1.34fr);
  margin-top: 28px;
  box-shadow: 0 18px 48px rgba(34, 28, 40, .07);
}

.calc-controls,
.calc-output {
  padding: clamp(26px, 2.8vw, 34px);
}

.chart-heading h3 {
  font-size: clamp(20px, 1.8vw, 25px);
}

.bar-chart {
  height: 246px;
  margin-top: 18px;
}

.plus-section {
  padding: clamp(76px, 7.2vw, 100px) 0;
}

.plus-shell {
  gap: clamp(54px, 7vw, 96px);
}

.plus-title {
  max-width: 650px;
  font-size: clamp(32px, 3.35vw, 46px);
}

.plus-lead {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.66;
}

.finance-purchase-main strong {
  font-size: clamp(86px, 10vw, 132px);
}

.finance-purchase-entry strong {
  font-size: clamp(44px, 4.6vw, 62px);
}

.compare-section {
  padding-bottom: clamp(78px, 7.5vw, 104px);
}

.compare-table th,
.compare-table td {
  padding-top: 19px;
  padding-bottom: 19px;
}

.projects {
  padding: clamp(78px, 7.5vw, 106px) 0;
}

.projects .section-title {
  max-width: 720px;
}

.projects .project-grid {
  gap: 14px;
  margin-top: 36px;
}

.projects .project-card {
  aspect-ratio: 1 / 1;
}

.projects .project-content {
  padding: 23px;
}

.projects .project-content h3 {
  font-size: clamp(26px, 2.4vw, 34px);
}

.one-life-section,
.invest-process,
.institution-section,
.faq-section,
.contact-section {
  padding: clamp(76px, 7.4vw, 102px) 0;
}

.compact-intro .section-title {
  font-size: clamp(30px, 3vw, 42px);
}

.one-life-stage {
  min-height: 400px;
  gap: clamp(48px, 6vw, 82px);
  padding-top: 36px;
}

.one-life-stage .tab-visual img {
  height: clamp(300px, 30vw, 400px);
}

.invest-process .process-tabs {
  max-width: 840px;
  margin-top: 34px;
}

.process-stage {
  min-height: 220px;
  margin-top: 28px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.institution-wrap {
  gap: clamp(54px, 7vw, 94px);
}

.institution-copy .section-title {
  font-size: clamp(30px, 3vw, 42px);
}

.institution-visual {
  height: clamp(300px, 30vw, 390px);
}

.faq-layout,
.contact-layout {
  gap: clamp(58px, 8vw, 108px);
}

.faq-head .section-title,
.contact-copy .section-title {
  font-size: clamp(32px, 3.35vw, 46px);
}

.faq-item summary {
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 16px;
}

.faq-item summary::after {
  top: 20px;
}

/* Contato: cada canal tem presença, sem virar uma campanha por capítulo. */
.contact-page .contact-hero-banner {
  min-height: min(58svh, 520px);
}

.contact-hero-banner-content {
  padding-top: calc(var(--header) + 64px);
  padding-bottom: 52px;
}

.contact-hero-banner-content h1 {
  max-width: 560px;
  font-size: clamp(40px, 4vw, 54px);
}

.contact-channels-intro {
  padding-top: clamp(70px, 7vw, 94px);
  padding-bottom: clamp(48px, 5vw, 64px);
}

.contact-section-head-left h2 {
  font-size: clamp(32px, 3.2vw, 43px);
}

.contact-section-head-left > p {
  font-size: 15px;
}

.contact-service,
.contact-service-support,
.contact-service-land {
  min-height: 0;
}

.contact-service-grid,
.contact-service-support .contact-service-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .66fr);
  gap: clamp(58px, 7vw, 96px);
  padding-top: clamp(58px, 5.5vw, 74px);
  padding-bottom: clamp(58px, 5.5vw, 74px);
}

.contact-service-copy h3 {
  max-width: 560px;
  font-size: clamp(31px, 3vw, 41px);
}

.contact-service-copy > p:not(.contact-service-label) {
  font-size: 14.5px;
}

.contact-data-item {
  padding: 16px 0;
}

.contact-help-invite,
.contact-form-section {
  padding: clamp(70px, 7vw, 94px) 0;
}

.contact-help-invite h2 {
  font-size: clamp(31px, 3.2vw, 43px);
}

.contact-form-refined {
  padding: clamp(28px, 3.5vw, 40px);
}

.contact-map-banner,
.contact-office-overlay-wrap {
  min-height: 500px;
}

.contact-page .contact-office-copy {
  width: min(380px, 100%);
  padding: 36px 38px;
}

.contact-page .contact-office-copy h2 {
  font-size: clamp(29px, 2.8vw, 38px);
}

/* Central de Ajuda: informação escaneável, sem banho roxo. */
.help-hero {
  padding-top: calc(var(--header) + 76px);
  padding-bottom: 66px;
}

.help-hero-grid {
  gap: clamp(58px, 8vw, 108px);
}

.help-hero h1 {
  max-width: 620px;
  font-size: clamp(42px, 4.4vw, 58px);
}

.help-hero-copy > p:not(.eyebrow) {
  font-size: 15px;
}

.help-nav a {
  padding-top: 23px;
  padding-bottom: 24px;
  font-size: 11px;
}

.help-content {
  padding: clamp(72px, 7vw, 96px) 0;
}

.help-content-head {
  gap: clamp(56px, 7vw, 94px);
  margin-bottom: 56px;
}

.help-content-head h2 {
  font-size: clamp(31px, 3.2vw, 43px);
}

.help-groups {
  gap: 68px;
}

.help-group {
  gap: clamp(50px, 7vw, 90px);
}

.help-group-head h3 {
  font-size: 23px;
}

.help-question summary {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.help-question summary::after {
  top: 17px;
}

.help-cta {
  padding: clamp(70px, 7vw, 94px) 0;
  background: #171519;
}

.help-cta h2 {
  font-size: clamp(31px, 3.2vw, 43px);
}

/* Terrenos: explicar com calma, sem um manifesto do tamanho do prédio. */
.land-hero {
  padding-top: clamp(126px, 12vw, 158px);
  padding-bottom: clamp(68px, 7vw, 90px);
}

.land-hero-copy {
  max-width: 700px;
}

.land-hero h1 {
  font-size: clamp(42px, 4.8vw, 62px);
  line-height: 1;
}

.land-hero .lead {
  max-width: 610px;
  font-size: 16px;
}

.land-process,
.land-form-section {
  padding: clamp(72px, 7vw, 96px) 0;
}

.land-process-head {
  gap: clamp(56px, 7vw, 92px);
  margin-bottom: 46px;
}

.land-process-head h2,
.land-form-copy h2 {
  font-size: clamp(31px, 3.25vw, 43px);
}

.land-step {
  padding-top: 27px;
}

.land-step b {
  margin-bottom: 34px;
}

.land-step h3 {
  font-size: 20px;
}

/* Rodapé robusto, porém silencioso. */
.footer-intro {
  gap: clamp(50px, 7vw, 94px);
  padding-top: clamp(66px, 7vw, 88px);
  padding-bottom: 48px;
}

.footer-statement {
  max-width: 560px;
  margin-top: 28px;
  font-size: clamp(24px, 2.25vw, 32px);
  line-height: 1.2;
}

.footer-directory {
  gap: clamp(34px, 4.5vw, 60px);
  padding: 46px 0 50px;
}

.footer-column a {
  font-size: 11.5px;
}

.footer-office {
  padding-top: 27px;
  padding-bottom: 29px;
}

@media (max-width: 980px) {
  :root {
    --gutter: clamp(24px, 5vw, 44px);
    --section-pause: clamp(78px, 10vw, 96px);
  }

  .split {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .split-copy {
    max-width: 680px;
  }

  .page-hero {
    min-height: min(62svh, 580px);
  }

  .calculator-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .calc-shell {
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  }

  .contact-service-grid,
  .contact-service-support .contact-service-grid {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .7fr);
    gap: 44px;
  }
}

@media (max-width: 760px) {
  .calc-shell {
    grid-template-columns: 1fr;
  }

  .contact-service-grid,
  .contact-service-support .contact-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --gutter: 22px;
    --section: 68px;
    --section-pause: 64px;
  }

  .nav-shell {
    width: calc(100% - 36px);
  }

  .brand,
  .brand img {
    width: 102px;
  }

  .display,
  .display-title {
    font-size: clamp(36px, 10vw, 48px);
  }

  .title,
  .section-title {
    font-size: clamp(29px, 8.4vw, 38px);
  }

  .lead {
    font-size: 15px;
  }

  .page-hero,
  .projects-page .page-hero {
    min-height: 68svh;
  }

  .page-hero-content {
    padding-bottom: 42px;
  }

  .immersive .display-title {
    font-size: clamp(37px, 10.2vw, 49px);
  }

  .immersive .lead {
    font-size: 14px;
  }

  .method-tabs-section,
  .calculator,
  .plus-section,
  .projects,
  .one-life-section,
  .invest-process,
  .institution-section,
  .faq-section,
  .contact-section {
    padding: 68px 0;
  }

  .method-stage {
    padding: 24px 20px;
  }

  .calculator > .container {
    width: min(calc(100% - 32px), 1120px);
  }

  .calc-controls,
  .calc-output {
    padding: 24px 20px;
  }

  .bar-chart {
    height: 232px;
  }

  .projects-page .project-card {
    min-height: 270px;
  }

  .news-card {
    min-height: 0;
  }

  .contact-page .contact-hero-banner {
    min-height: 470px;
  }

  .contact-service-grid,
  .contact-service-support .contact-service-grid {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .contact-service-copy h3 {
    font-size: clamp(30px, 8.6vw, 38px);
  }

  .contact-map-banner,
  .contact-office-overlay-wrap {
    min-height: 590px;
  }

  .help-hero h1,
  .land-hero h1 {
    font-size: clamp(38px, 10.8vw, 49px);
  }

  .help-content,
  .help-cta,
  .land-process,
  .land-form-section {
    padding: 68px 0;
  }

  .footer-intro {
    padding-top: 62px;
  }
}

/* A Basesul v52 — composição contínua: cidade, entrega e próximo ciclo. */
.about-hero-v52 {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: min(78svh, 760px);
  overflow: hidden;
  align-items: flex-end;
  color: #fff;
  background: #111013 !important;
}

.about-hero-v52-bg,
.about-hero-v52-overlay {
  position: absolute;
  inset: 0;
}

.about-hero-v52-bg {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.about-hero-v52-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8,7,10,.9) 0%, rgba(8,7,10,.67) 41%, rgba(8,7,10,.14) 77%),
    linear-gradient(0deg, rgba(8,7,10,.72), transparent 64%);
}

.about-hero-v52-copy {
  padding-top: calc(var(--header) + 84px);
  padding-bottom: clamp(66px, 7vw, 94px);
}

.about-hero-v52 .eyebrow,
.about-next-v52 .eyebrow {
  color: rgba(255,255,255,.68);
}

.about-hero-v52 h1 {
  max-width: 780px;
  margin: 0;
  font-size: var(--type-display);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: var(--leading-display);
  text-wrap: balance;
}

.about-hero-v52 .lead {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
}

.about-intro-v52-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
  gap: clamp(72px, 10vw, 150px);
  align-items: start;
}

.about-intro-v52-head h2 {
  max-width: 620px;
  margin: 0;
  text-wrap: balance;
}

.about-intro-v52-head > div:last-child {
  max-width: 470px;
  padding-top: 27px;
}

.about-intro-v52-head > div:last-child p {
  margin: 0;
  color: #5e5b61;
  font-size: var(--type-body);
  line-height: 1.72;
}

.about-intro-v52-head > div:last-child p + p {
  margin-top: 20px;
}

.about-intro-v52-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, .58fr);
  gap: 18px;
  margin-top: clamp(58px, 7vw, 92px);
  align-items: stretch;
}

.about-intro-v52-visuals figure {
  margin: 0;
}

.about-intro-v52-visuals img {
  width: 100%;
  height: clamp(380px, 42vw, 560px);
  object-fit: cover;
}

.about-intro-v52-main img {
  object-position: center 55%;
}

.about-intro-v52-side img {
  object-position: 54% center;
}

.about-intro-v52-visuals figcaption {
  margin-top: 11px;
  color: #77747a;
  font-size: 10px;
  line-height: 1.45;
}

.about-method-v52 {
  background: #fff !important;
}

.about-method-v52 .about-criteria {
  margin-top: clamp(56px, 6.5vw, 84px);
}

.about-next-v52 {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: min(70svh, 660px);
  overflow: hidden;
  align-items: flex-end;
  color: #fff;
  background: #111013 !important;
}

.about-next-v52 > img,
.about-next-v52-overlay {
  position: absolute;
  inset: 0;
}

.about-next-v52 > img {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.about-next-v52-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9,8,10,.89), rgba(9,8,10,.58) 43%, rgba(9,8,10,.08) 78%),
    linear-gradient(0deg, rgba(9,8,10,.65), transparent 60%);
}

.about-next-v52-copy {
  padding-top: 88px;
  padding-bottom: clamp(66px, 7vw, 92px);
}

.about-next-v52 h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: var(--type-h2);
  font-weight: 560;
  letter-spacing: -.044em;
  line-height: var(--leading-heading);
}

.about-next-v52-copy > p:last-child {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.72);
  font-size: var(--type-lead);
  line-height: 1.62;
}

@media (max-width: 980px) {
  .about-intro-v52-head {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-intro-v52-head > div:last-child {
    max-width: 650px;
    padding-top: 0;
  }

  .about-intro-v52-visuals {
    grid-template-columns: 1.12fr .88fr;
  }
}

@media (max-width: 680px) {
  .about-hero-v52 {
    min-height: 72svh;
  }

  .about-hero-v52-bg {
    object-position: 62% center;
  }

  .about-hero-v52-overlay {
    background:
      linear-gradient(90deg, rgba(8,7,10,.84), rgba(8,7,10,.32)),
      linear-gradient(0deg, rgba(8,7,10,.86), rgba(8,7,10,.05) 76%);
  }

  .about-hero-v52-copy {
    padding-top: 118px;
    padding-bottom: 52px;
  }

  .about-hero-v52 h1 {
    font-size: clamp(37px, 10.5vw, 47px);
  }

  .about-intro-v52-visuals {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-intro-v52-visuals img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-intro-v52-side img {
    object-position: center;
  }

  .about-next-v52 {
    min-height: 570px;
  }

  .about-next-v52 > img {
    object-position: 64% center;
  }

  .about-next-v52-overlay {
    background:
      linear-gradient(90deg, rgba(9,8,10,.86), rgba(9,8,10,.3)),
      linear-gradient(0deg, rgba(9,8,10,.82), transparent 72%);
  }

  .about-next-v52-copy {
    padding-bottom: 52px;
  }
}

/*
 * v50.3 — sistema de superfícies
 * Branco é o palco. Um único cinza frio e muito claro cria pausas pontuais.
 * Fundos escuros ficam restritos a heros imersivos, informação gráfica e rodapé.
 */
:root {
  --surface-page: #ffffff;
  --surface-soft: #f7f7f8;
  --paper: var(--surface-page);
  --snow: var(--surface-soft);
  --ice: #ededee;
  --fog: #dbdbdc;
}

html,
body,
main {
  background-color: var(--surface-page);
}

/* Superfícies principais: a página permanece majoritariamente branca. */
.method,
.method-tabs-section,
.plus-section,
.projects,
.one-life-section,
.invest-process,
.institution-section,
.faq-section,
.contact-section,
.contact-channels,
.contact-service,
.contact-service-support,
.contact-service-land,
.contact-help-invite,
.contact-form-section,
.contact-office-section,
.help-content,
.land-process,
.closing {
  background-color: var(--surface-page);
}

/* Pausas suaves: sempre o mesmo cinza, sem bege, mauve ou cinza quente. */
.section.soft,
.calculator,
.plus-section.cash,
.contact-form-refined,
.contact-map-embed,
.help-nav,
.land-form-section {
  background-color: var(--surface-soft);
}

/* Componentes internos seguem o mesmo vocabulário de superfície. */
.calc-controls,
.calc-output,
.method-stage,
.process-stage,
.news-card,
.contact-channel,
.project-facts > div,
.composition-value,
.detail-toggle {
  background-color: var(--surface-page);
}

.capital-basis,
.premise-fact,
.income-band,
.composition-summary,
.calculator-disclaimer,
.contact-form-refined .field input,
.contact-form-refined .field select,
.contact-form-refined .field textarea {
  background-color: var(--surface-soft);
}

/* Contraste deliberado — não entra na alternância de fundos claros. */
.section.dark,
.page-hero,
.contact-page .contact-hero-banner,
.help-hero,
.help-cta,
.land-hero,
footer,
footer.site-footer {
  background-color: #111013;
}

/*
 * v51 — sistema tipográfico único
 * A escala muda por função, não por página. Onest permanece como a única voz.
 */
:root {
  --type-display: clamp(44px, 4.4vw, 64px);
  --type-h1: clamp(40px, 3.9vw, 58px);
  --type-h2: clamp(31px, 2.9vw, 43px);
  --type-h3: clamp(20px, 1.7vw, 26px);
  --type-lead: clamp(15.5px, 1.2vw, 18px);
  --type-body: 15px;
  --type-small: 12px;
  --type-meta: 9px;
  --leading-display: 1.02;
  --leading-heading: 1.08;
  --leading-body: 1.65;
}

body {
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

.display,
.display-title,
.contact-hero-banner-content h1,
.help-hero h1,
.land-hero h1,
.about-hero h1 {
  font-size: var(--type-display);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: var(--leading-display);
}

.title,
.section-title,
.plus-title,
.contact-section-head-left h2,
.contact-help-invite h2,
.contact-page .contact-office-copy h2,
.help-content-head h2,
.help-cta h2,
.land-process-head h2,
.land-form-copy h2,
.about-section h2,
.about-history h2,
.about-closing h2 {
  font-size: var(--type-h2);
  font-weight: 560;
  letter-spacing: -.044em;
  line-height: var(--leading-heading);
}

.method-stage .tab-panel h3,
.process-stage .tab-panel h3,
.project-content h3,
.project-copy h2,
.news-card h2,
.contact-service-copy h3,
.help-group-head h3,
.land-step h3,
.principle h3,
.about-page h3 {
  font-size: var(--type-h3);
  font-weight: 560;
  letter-spacing: -.028em;
  line-height: 1.15;
}

.lead,
.contact-section-head-left > p,
.contact-hero-banner-content > p:not(.eyebrow),
.help-hero p,
.land-hero .lead {
  font-size: var(--type-lead);
  line-height: 1.62;
}

.eyebrow,
.meta,
.contact-service-label,
.contact-channel-kicker {
  font-size: var(--type-meta);
  font-weight: 650;
  letter-spacing: .145em;
}

/* A Basesul v51 — prova institucional, não repetição da home. */
.about-page main,
.about-page main > section {
  background: var(--surface-page);
}

.about-page main > section {
  margin-top: 0 !important;
}

.about-hero {
  padding: calc(var(--header) + clamp(82px, 9vw, 124px)) 0 clamp(94px, 9vw, 132px);
}

.about-hero-copy {
  max-width: 1180px;
}

.about-hero-copy h1 {
  max-width: 840px;
  margin: 0;
  text-wrap: balance;
}

.about-hero-copy .lead {
  max-width: 670px;
  margin-top: 25px;
  color: #57555a;
}

.about-hero-media {
  margin-top: clamp(54px, 6vw, 82px);
}

.about-hero-media img {
  width: 100%;
  aspect-ratio: 16 / 8.15;
  object-fit: cover;
  object-position: center 49%;
}

.about-hero-media figcaption,
.about-image-pair figcaption {
  margin-top: 11px;
  color: #77747a;
  font-size: 10px;
  line-height: 1.45;
}

.about-section {
  padding: clamp(108px, 11vw, 158px) 0;
  border-top: 1px solid #ecebed;
}

.about-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr);
  gap: clamp(72px, 10vw, 150px);
  align-items: start;
}

.about-editorial-grid h2 {
  max-width: 700px;
  margin: 0;
  text-wrap: balance;
}

.about-editorial-body {
  max-width: 480px;
  padding-top: 28px;
}

.about-editorial-body p {
  margin: 0;
  color: #565359;
  font-size: var(--type-body);
  line-height: 1.72;
}

.about-editorial-body p + p {
  margin-top: 22px;
}

.about-proof-section {
  background: var(--surface-soft) !important;
}

.about-section-head {
  max-width: 760px;
}

.about-section-head h2 {
  max-width: 690px;
  margin: 0;
  text-wrap: balance;
}

.about-section-head .lead {
  margin-top: 20px;
  color: #615e64;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(58px, 7vw, 90px);
  border-top: 1px solid #d9d7da;
  border-bottom: 1px solid #d9d7da;
}

.about-proof-grid article {
  min-height: 216px;
  padding: 34px 34px 36px 0;
}

.about-proof-grid article + article {
  padding-left: 34px;
  border-left: 1px solid #d9d7da;
}

.about-proof-grid strong {
  display: block;
  font-size: clamp(50px, 5.2vw, 76px);
  font-weight: 620;
  letter-spacing: -.06em;
  line-height: .95;
}

.about-proof-grid span {
  display: block;
  max-width: 210px;
  margin-top: 54px;
  color: #565359;
  font-size: 13px;
  line-height: 1.5;
}

.about-source {
  margin: 15px 0 0;
  color: #908d93;
  font-size: 9px;
}

.about-history {
  padding: clamp(106px, 11vw, 154px) 0 clamp(102px, 10vw, 144px);
  color: #fff;
  background: #111013 !important;
}

.about-history .eyebrow {
  color: #b8a7d0;
}

.about-history-head {
  max-width: 760px;
}

.about-history-head h2 {
  max-width: 710px;
  margin: 0;
  color: #fff;
}

.about-history-head > p:last-child {
  max-width: 530px;
  margin: 21px 0 0;
  color: rgba(255,255,255,.58);
  font-size: var(--type-lead);
}

.about-history-visual {
  margin: clamp(56px, 6.5vw, 88px) 0 0;
}

.about-history-visual img {
  width: 100%;
  aspect-ratio: 1916 / 821;
  object-fit: cover;
}

.about-milestones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(46px, 5vw, 70px);
  border-top: 1px solid rgba(255,255,255,.2);
}

.about-milestones article {
  padding: 28px 34px 0 0;
}

.about-milestones article + article {
  padding-left: 34px;
  border-left: 1px solid rgba(255,255,255,.14);
}

.about-milestones time {
  color: #b8a7d0;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .11em;
}

.about-milestones h3 {
  max-width: 290px;
  margin: 22px 0 12px;
  color: #fff;
}

.about-milestones p {
  max-width: 300px;
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 13px;
  line-height: 1.62;
}

.about-section-head-wide {
  max-width: 830px;
}

.about-image-pair {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  gap: 18px;
  margin-top: clamp(54px, 6vw, 82px);
}

.about-image-pair figure {
  margin: 0;
}

.about-image-pair img {
  width: 100%;
  height: clamp(320px, 34vw, 490px);
  object-fit: cover;
}

.about-image-pair figure:first-child img {
  object-position: center 58%;
}

.about-criteria {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(60px, 7vw, 92px);
  border-top: 1px solid #d9d7da;
}

.about-criteria article {
  padding: 26px 28px 0 0;
}

.about-criteria article + article {
  padding-left: 28px;
  border-left: 1px solid #e2e0e3;
}

.about-criteria span {
  color: var(--purple);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .13em;
}

.about-criteria h3 {
  margin: 30px 0 10px;
}

.about-criteria p {
  margin: 0;
  color: #6d6a70;
  font-size: 12px;
  line-height: 1.6;
}

.about-statement-section {
  background: var(--surface-soft) !important;
}

.about-statement {
  max-width: 970px;
}

.about-statement blockquote {
  max-width: 920px;
  margin: 0;
  font-size: clamp(34px, 4.2vw, 57px);
  font-weight: 500;
  letter-spacing: -.048em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-attribution {
  margin: 36px 0 0;
  color: #69666c;
  font-size: 12px;
}

.about-closing {
  padding: clamp(108px, 11vw, 158px) 0;
  border-top: 1px solid #ecebed;
}

.about-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .7fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: end;
}

.about-closing h2 {
  max-width: 600px;
  margin: 0;
}

.about-closing-grid > div:last-child > p {
  max-width: 480px;
  margin: 0;
  color: #625f65;
  font-size: 15px;
  line-height: 1.7;
}

.about-closing .closing-actions {
  margin-top: 30px;
}

@media (max-width: 980px) {
  .about-editorial-grid,
  .about-closing-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-editorial-body {
    max-width: 650px;
    padding-top: 0;
  }

  .about-criteria {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-criteria article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .about-criteria article:nth-child(n+3) {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid #e2e0e3;
  }
}

@media (max-width: 680px) {
  :root {
    --type-display: clamp(37px, 10.4vw, 47px);
    --type-h1: clamp(35px, 9.6vw, 44px);
    --type-h2: clamp(28px, 7.8vw, 37px);
    --type-h3: clamp(20px, 5.8vw, 25px);
    --type-lead: 15px;
    --type-body: 14.5px;
  }

  .about-hero {
    padding-top: calc(var(--header) + 72px);
    padding-bottom: 82px;
  }

  .about-hero-media {
    margin-top: 44px;
  }

  .about-hero-media img {
    aspect-ratio: 4 / 5;
    object-position: 62% center;
  }

  .about-section,
  .about-closing {
    padding: 84px 0;
  }

  .about-proof-grid,
  .about-milestones,
  .about-image-pair,
  .about-criteria {
    grid-template-columns: 1fr;
  }

  .about-proof-grid article {
    min-height: 0;
    padding: 28px 0 !important;
    border-left: 0 !important;
  }

  .about-proof-grid article + article {
    border-top: 1px solid #d9d7da;
  }

  .about-proof-grid span {
    margin-top: 22px;
  }

  .about-history {
    padding: 84px 0;
  }

  .about-history-visual {
    width: calc(100% + 44px);
    margin-left: -22px;
  }

  .about-history-visual img {
    aspect-ratio: 1 / .68;
    object-fit: cover;
  }

  .about-milestones article,
  .about-milestones article + article {
    padding: 28px 0;
    border-left: 0;
  }

  .about-milestones article + article {
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .about-image-pair {
    gap: 40px;
  }

  .about-image-pair img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-criteria article,
  .about-criteria article + article,
  .about-criteria article:nth-child(3),
  .about-criteria article:nth-child(n+3) {
    margin: 0;
    padding: 26px 0;
    border-left: 0;
    border-top: 1px solid #e2e0e3;
  }

  .about-criteria h3 {
    margin-top: 19px;
  }

  .about-statement blockquote {
    font-size: clamp(30px, 8.7vw, 40px);
  }
}

/* ===== assets/about-v53.css ===== */
:root {
  --about-ink: #0f0f0f;
  --about-copy: #303030;
  --about-muted: #6e6e6e;
  --about-soft: #f8f8f8;
  --about-line: #e6e6e6;
  --about-purple: #554270;
  --about-shell: min(1240px, calc(100vw - 96px));
}

.about-page-v53 { background: #fff; color: var(--about-ink); }
.about-page-v53 main { overflow: clip; }
.about-page-v53 .container { width: var(--about-shell); max-width: none; }
.about-page-v53 .eyebrow { margin: 0 0 20px; color: var(--about-purple); font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.about-page-v53 h1,
.about-page-v53 h2,
.about-page-v53 h3 { margin: 0; letter-spacing: -.045em; }
.about-page-v53 p { color: var(--about-copy); }

.about53-hero { display: grid; grid-template-columns: minmax(420px, 42%) minmax(0, 58%); min-height: min(820px, calc(100svh - 52px)); border-bottom: 1px solid var(--about-line); background: #fff; }
.about53-hero-copy { display: flex; align-items: center; padding: 120px clamp(56px, 7vw, 136px) 96px max(48px, calc((100vw - 1240px) / 2)); }
.about53-hero-copy-inner { max-width: 570px; }
.about53-hero h1 { max-width: 560px; font-size: clamp(48px, 4.25vw, 76px); font-weight: 600; line-height: .98; }
.about53-hero .lead { max-width: 520px; margin: 30px 0 0; font-size: clamp(17px, 1.2vw, 20px); line-height: 1.58; }
.about53-hero-media { min-height: 620px; margin: 0; overflow: hidden; }
.about53-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }

.about53-proof { border-bottom: 1px solid var(--about-line); }
.about53-proof-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); min-height: 176px; }
.about53-proof-intro { display: flex; align-items: center; padding-right: 64px; font-size: 15px; line-height: 1.55; }
.about53-proof-item { display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 34px 38px; border-left: 1px solid var(--about-line); }
.about53-proof-item strong { font-size: clamp(36px, 3vw, 54px); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
.about53-proof-item span { max-width: 180px; color: var(--about-muted); font-size: 12px; line-height: 1.45; }

.about53-section { padding: clamp(104px, 9vw, 160px) 0; }
.about53-section-soft { background: var(--about-soft); }
.about53-heading { max-width: 840px; margin-bottom: 64px; }
.about53-heading h2 { font-size: clamp(40px, 4vw, 64px); font-weight: 560; line-height: 1.03; }
.about53-heading .lead { max-width: 700px; margin: 26px 0 0; font-size: 17px; line-height: 1.65; }

.about53-thesis-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(64px, 8vw, 128px); align-items: center; }
.about53-thesis-copy { max-width: 610px; }
.about53-thesis-copy h2 { font-size: clamp(42px, 4.4vw, 68px); font-weight: 560; line-height: 1.02; }
.about53-thesis-copy p:not(.eyebrow) { max-width: 570px; margin: 28px 0 0; font-size: 17px; line-height: 1.7; }
.about53-thesis-media { margin: 0; }
.about53-thesis-media img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.about53-thesis-media figcaption,
.about53-history-figure figcaption,
.about53-media-photo figcaption { margin-top: 12px; color: var(--about-muted); font-size: 11px; line-height: 1.45; }

.about53-history-figure { margin: 0 0 70px; }
.about53-history-figure img { display: block; width: 100%; aspect-ratio: 3 / 1; object-fit: cover; }
.about53-timeline { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid #bdbdbd; }
.about53-milestone { position: relative; min-height: 250px; padding: 29px 22px 0 0; }
.about53-milestone::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--about-ink); content: ""; }
.about53-milestone + .about53-milestone { padding-left: 22px; border-left: 1px solid var(--about-line); }
.about53-milestone time { display: block; margin-bottom: 27px; color: var(--about-purple); font-size: 11px; font-weight: 650; letter-spacing: .1em; }
.about53-milestone h3 { max-width: 160px; font-size: 18px; font-weight: 600; line-height: 1.16; }
.about53-milestone p { margin: 14px 0 0; color: var(--about-muted); font-size: 12px; line-height: 1.55; }

.about53-media-grid { display: grid; grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr); gap: clamp(64px, 8vw, 132px); align-items: center; }
.about53-media-copy h2 { max-width: 520px; font-size: clamp(42px, 4.2vw, 68px); font-weight: 560; line-height: 1.02; }
.about53-media-copy > p:not(.eyebrow) { max-width: 535px; margin: 28px 0 0; font-size: 17px; line-height: 1.67; }
.about53-media-fact { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--about-line); }
.about53-media-fact strong { display: block; font-size: 50px; font-weight: 650; letter-spacing: -.055em; line-height: 1; }
.about53-media-fact span { display: block; max-width: 290px; margin-top: 8px; color: var(--about-muted); font-size: 12px; line-height: 1.5; }
.about53-media-visual { position: relative; min-height: 620px; }
.about53-media-photo { position: absolute; inset: 0 23% 8% 0; margin: 0; }
.about53-media-photo img { width: 100%; height: 100%; object-fit: cover; }
.about53-clipping { position: absolute; display: block; box-shadow: 0 22px 70px rgba(0,0,0,.14); border: 8px solid #fff; background: #fff; }
.about53-clipping img { display: block; width: 100%; }
.about53-clipping-one { right: 0; top: 7%; width: 43%; transform: rotate(1.5deg); }
.about53-clipping-two { right: 2%; bottom: 1%; width: 39%; transform: rotate(-1.8deg); }
.about53-clipping-three { right: 29%; bottom: -3%; width: 30%; transform: rotate(.8deg); }

.about53-current-head { display: grid; grid-template-columns: 1fr .72fr; gap: 72px; align-items: end; margin-bottom: 68px; }
.about53-current-head h2 { max-width: 800px; font-size: clamp(42px, 4.1vw, 66px); font-weight: 560; line-height: 1.04; }
.about53-current-head .lead { max-width: 500px; margin: 0 0 3px; font-size: 17px; line-height: 1.65; }
.about53-projects { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.about53-project { display: grid; grid-template-columns: .68fr 1fr; min-height: 430px; overflow: hidden; border: 1px solid var(--about-line); background: #fff; }
.about53-project-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 40px 34px; }
.about53-project-copy h3 { font-size: 30px; font-weight: 600; }
.about53-project-copy p { margin: 14px 0 0; color: var(--about-muted); font-size: 13px; line-height: 1.55; }
.about53-project-copy strong { display: block; margin-top: 32px; font-size: 34px; font-weight: 650; letter-spacing: -.045em; }
.about53-project-copy span { color: var(--about-muted); font-size: 11px; }
.about53-project img { width: 100%; height: 100%; object-fit: cover; }
.about53-project-like img { object-position: 55% center; }

.about53-method-head { max-width: 760px; margin-bottom: 72px; }
.about53-method-head h2 { font-size: clamp(42px, 4vw, 64px); font-weight: 560; line-height: 1.04; }
.about53-method-list { border-top: 1px solid var(--about-ink); }
.about53-method-row { display: grid; grid-template-columns: 64px minmax(270px, .8fr) 1.2fr; gap: 32px; align-items: baseline; padding: 29px 0; border-bottom: 1px solid var(--about-line); }
.about53-method-row span { color: var(--about-purple); font-size: 11px; font-weight: 650; }
.about53-method-row h3 { font-size: 22px; font-weight: 570; }
.about53-method-row p { max-width: 600px; margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.6; }

.about53-closing { padding: clamp(108px, 10vw, 176px) 0; border-top: 1px solid var(--about-line); }
.about53-closing-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.about53-closing h2 { max-width: 780px; font-size: clamp(44px, 4.6vw, 72px); font-weight: 560; line-height: 1.01; }
.about53-closing-side p { margin: 0 0 30px; font-size: 16px; line-height: 1.65; }
.about53-actions { display: flex; flex-wrap: wrap; gap: 28px; }
.about53-actions a { padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--about-ink); font-size: 13px; font-weight: 550; }

@media (max-width: 1080px) {
  :root { --about-shell: min(100% - 56px, 1120px); }
  .about53-hero { grid-template-columns: 1fr 1.05fr; }
  .about53-hero-copy { padding-left: 42px; padding-right: 42px; }
  .about53-proof-grid { grid-template-columns: repeat(3, 1fr); }
  .about53-proof-intro { grid-column: 1 / -1; min-height: 104px; padding-right: 0; border-bottom: 1px solid var(--about-line); }
  .about53-proof-item:first-of-type { border-left: 0; }
  .about53-timeline { grid-template-columns: repeat(3, 1fr); }
  .about53-milestone:nth-child(n+4) { border-top: 1px solid var(--about-line); }
  .about53-media-grid { grid-template-columns: .8fr 1.2fr; gap: 54px; }
  .about53-current-head { grid-template-columns: 1fr; gap: 24px; }
  .about53-project { grid-template-columns: 1fr; }
  .about53-project img { min-height: 320px; order: -1; }
}

@media (max-width: 760px) {
  :root { --about-shell: calc(100vw - 40px); }
  .about-page-v53 .eyebrow { margin-bottom: 16px; font-size: 10px; }
  .about53-hero { display: flex; min-height: auto; flex-direction: column; }
  .about53-hero-copy { min-height: 530px; padding: 118px 20px 76px; }
  .about53-hero-copy-inner { width: 100%; min-width: 0; }
  .about53-hero h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(40px, 10.8vw, 46px); }
  .about53-hero .lead { margin-top: 24px; font-size: 16px; }
  .about53-hero-media { min-height: 58svh; }
  .about53-hero-media img { object-position: 51% center; }
  .about53-proof-grid { display: grid; grid-template-columns: 1fr; }
  .about53-proof-intro { min-height: 110px; }
  .about53-proof-item { min-height: 130px; padding: 28px 0; border-left: 0; border-top: 1px solid var(--about-line); }
  .about53-proof-item span { max-width: none; }
  .about53-section { padding: 92px 0; }
  .about53-heading { margin-bottom: 44px; }
  .about53-heading h2,
  .about53-thesis-copy h2,
  .about53-media-copy h2,
  .about53-current-head h2,
  .about53-method-head h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .about53-heading .lead,
  .about53-thesis-copy p:not(.eyebrow),
  .about53-media-copy > p:not(.eyebrow),
  .about53-current-head .lead { font-size: 16px; }
  .about53-thesis-grid,
  .about53-media-grid,
  .about53-current-head,
  .about53-closing-grid { grid-template-columns: 1fr; gap: 48px; }
  .about53-thesis-media img { aspect-ratio: 4 / 3; }
  .about53-history-figure { margin-bottom: 52px; }
  .about53-history-figure img { aspect-ratio: 1.65 / 1; object-position: center; }
  .about53-timeline { display: flex; width: calc(100vw - 20px); margin-right: -20px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .about53-milestone { min-width: 76vw; min-height: 245px; padding-right: 28px; scroll-snap-align: start; }
  .about53-milestone + .about53-milestone { padding-left: 28px; }
  .about53-media-visual { min-height: 530px; }
  .about53-media-photo { inset: 0 14% 12% 0; }
  .about53-clipping-one { width: 50%; }
  .about53-clipping-two { width: 45%; }
  .about53-clipping-three { display: none; }
  .about53-projects { grid-template-columns: 1fr; }
  .about53-project { min-height: 0; }
  .about53-project img { min-height: 360px; max-height: 500px; }
  .about53-method-head { margin-bottom: 46px; }
  .about53-method-row { grid-template-columns: 44px 1fr; gap: 12px; padding: 25px 0; }
  .about53-method-row p { grid-column: 2; }
  .about53-closing h2 { font-size: clamp(38px, 11vw, 52px); }
}

@media (prefers-reduced-motion: reduce) {
  .about53-timeline { scroll-behavior: auto; }
}

/*
 * Basesul v64 — fechamento do sistema visual.
 * OpenAI permanece como referência de escala e ritmo, não de linguagem.
 * Esta camada substitui a cascata de correções por regras finais explícitas.
 */

:root {
  --v63-display: clamp(46px, 4vw, 58px);
  --v63-section-title: clamp(34px, 2.85vw, 42px);
  --v63-subtitle: clamp(26px, 2vw, 30px);
  --v63-lead: clamp(16px, 1.1vw, 17px);
  --v63-body: 16px;
}

/* Navegação confortável sem perder delicadeza. */
.desktop-nav a,
.nav-whatsapp,
.nav-contact {
  font-size: 15px;
  font-weight: 450;
}

.desktop-nav {
  gap: clamp(20px, 1.7vw, 27px);
}

/* Quatro níveis tipográficos: display, seção, subtítulo e corpo. */
.home-page .immersive .display-title {
  font-size: clamp(46px, 4.1vw, 60px);
}

.home-page .section-title,
.home-page .plus-title,
.home-page .projects .section-title,
.home-page .one-life-section .section-title,
.home-page .invest-process .section-title,
.home-page .institution-section .section-title,
.home-page .faq-section .section-title,
.home-page .contact-section .section-title,
.projects-page .section > .container > .title,
.projects-page .split-copy .title,
.projects-page .closing .title,
.news-page .section > .container > .title,
.news-page .closing .title,
.contact-page .contact-office-copy h2 {
  font-size: var(--v63-section-title);
  font-weight: 560;
  letter-spacing: -.044em;
  line-height: 1.08;
}

.project-card h2,
.news-card h2,
.contact-form-intro h2,
.help-cta h2 {
  font-size: var(--v63-subtitle);
}

main p,
main li,
main label,
main input,
main textarea,
main select {
  text-rendering: optimizeLegibility;
}

/* O bloco patrimonial passa a ser uma sequência única, não três relatórios. */
.home-page .plus-section {
  padding-top: clamp(68px, 5.6vw, 80px);
  padding-bottom: clamp(68px, 5.6vw, 80px);
}

.home-page .plus-section + .plus-section {
  border-top: 1px solid var(--v63-line);
}

.home-page .plus-copy {
  max-width: 520px;
}

.home-page .plus-lead {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.65;
}

.home-page .compare-head {
  gap: clamp(48px, 7vw, 108px);
  align-items: start;
}

.home-page .compare-table th,
.home-page .compare-table td {
  padding-top: 19px;
  padding-bottom: 19px;
}

/* Rodapé: dimensões fechadas para impedir SVGs herdando largura do container. */
footer.site-footer .footer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: end;
}

footer.site-footer .footer-intro-side {
  display: grid;
  justify-items: start;
  gap: 24px;
}

footer.site-footer .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: auto;
  height: auto;
}

footer.site-footer .footer-social {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}

footer.site-footer .footer-social svg {
  display: block;
  width: 15px;
  height: 15px;
  max-width: 15px;
  max-height: 15px;
}

footer.site-footer .footer-directory {
  display: grid;
  grid-template-columns: .75fr .75fr 1fr 1fr;
  gap: clamp(34px, 5vw, 72px);
}

footer.site-footer .footer-office {
  display: grid;
  grid-template-columns: .55fr 1.45fr auto;
  gap: 36px;
  align-items: start;
}

@media (max-width: 980px) {
  footer.site-footer .footer-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  footer.site-footer .footer-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer.site-footer .footer-office {
    grid-template-columns: .65fr 1.35fr;
  }
}

@media (max-width: 760px) {
  :root {
    --v63-body: 15px;
  }

  .home-page .plus-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  footer.site-footer .footer-directory,
  footer.site-footer .footer-office {
    grid-template-columns: 1fr;
  }
}

/* ===== assets/about-v54.css ===== */
.about-page-v54 .about53-hero {
  position: relative;
  display: block;
  min-height: min(850px, calc(100svh - 52px));
  overflow: hidden;
  border-bottom: 0;
  background: #0f0f0f;
}

.about-page-v54 .about53-hero-media {
  position: absolute;
  inset: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
}

.about-page-v54 .about53-hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, .86) 0%, rgba(7, 7, 7, .70) 29%, rgba(7, 7, 7, .22) 58%, rgba(7, 7, 7, .04) 100%),
    linear-gradient(0deg, rgba(7, 7, 7, .20), transparent 38%);
  content: "";
}

.about-page-v54 .about53-hero-media picture,
.about-page-v54 .about53-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.about-page-v54 .about53-hero-media img {
  object-fit: cover;
  object-position: center center;
}

.about-page-v54 .about53-hero-copy {
  position: relative;
  z-index: 1;
  align-items: center;
  width: var(--about-shell);
  min-height: min(850px, calc(100svh - 52px));
  margin: 0 auto;
  padding: 116px 0 86px;
  color: #fff;
}

.about-page-v54 .about53-hero-copy-inner { max-width: 640px; }
.about-page-v54 .about53-hero h1 { max-width: 640px; font-size: clamp(50px, 4.8vw, 78px); }
.about-page-v54 .about53-hero .eyebrow { color: rgba(255, 255, 255, .78); }
.about-page-v54 .about53-hero .lead { max-width: 570px; color: rgba(255, 255, 255, .88); }

@media (max-width: 760px) {
  .about-page-v54 .about53-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    overflow: visible;
    border-bottom: 1px solid var(--about-line);
    background: #fff;
  }

  .about-page-v54 .about53-hero-copy {
    width: 100%;
    min-height: 520px;
    margin: 0;
    padding: 118px 20px 68px;
    color: var(--about-ink);
  }

  .about-page-v54 .about53-hero h1 { max-width: 100%; font-size: clamp(40px, 10.8vw, 46px); }
  .about-page-v54 .about53-hero .eyebrow { color: var(--about-purple); }
  .about-page-v54 .about53-hero .lead { color: var(--about-copy); }

  .about-page-v54 .about53-hero-media {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .about-page-v54 .about53-hero-media::after { display: none; }
  .about-page-v54 .about53-hero-media img { object-fit: contain; }
}

/* ===== assets/about-v55.css ===== */
/* v55 — régua de escala e ritmo inspirada na experiência OpenAI.
   O objetivo é fazer cada unidade de leitura caber melhor na janela,
   preservando respiro entre seções e sem achatar o conteúdo. */

@media (min-width: 1081px) {
  .about-page-v55 .about53-section { padding: 96px 0; }

  .about-page-v55 .about53-heading { max-width: 780px; margin-bottom: 44px; }
  .about-page-v55 .about53-heading h2 { font-size: clamp(40px, 3.25vw, 56px); }
  .about-page-v55 .about53-heading .lead { margin-top: 20px; font-size: 16px; line-height: 1.58; }

  .about-page-v55 .about53-thesis-grid { gap: clamp(64px, 7vw, 112px); }
  .about-page-v55 .about53-thesis-copy h2 { font-size: clamp(40px, 3.5vw, 58px); }
  .about-page-v55 .about53-thesis-copy p:not(.eyebrow) { margin-top: 24px; font-size: 16px; line-height: 1.63; }
  .about-page-v55 .about53-thesis-media img { max-height: 510px; }

  .about-page-v55 #historia { padding: 68px 0 60px; }
  .about-page-v55 #historia .about53-heading { margin-bottom: 32px; }
  .about-page-v55 .about53-history-figure { margin-bottom: 24px; }
  .about-page-v55 .about53-history-figure img { height: 250px; aspect-ratio: auto; object-fit: cover; object-position: center; }
  .about-page-v55 .about53-timeline { min-height: 0; }
  .about-page-v55 .about53-milestone { min-height: 160px; padding-top: 21px; }
  .about-page-v55 .about53-milestone time { margin-bottom: 19px; }
  .about-page-v55 .about53-milestone h3 { font-size: 17px; }
  .about-page-v55 .about53-milestone p { margin-top: 11px; font-size: 11px; line-height: 1.48; }

  .about-page-v55 .about53-media-grid { gap: clamp(64px, 7vw, 112px); }
  .about-page-v55 .about53-media-copy h2 { font-size: clamp(40px, 3.5vw, 58px); }
  .about-page-v55 .about53-media-copy > p:not(.eyebrow) { margin-top: 24px; font-size: 16px; line-height: 1.6; }
  .about-page-v55 .about53-media-fact { margin-top: 32px; padding-top: 20px; }
  .about-page-v55 .about53-media-fact strong { font-size: 44px; }
  .about-page-v55 .about53-media-visual { min-height: 545px; }

  .about-page-v55 .about53-section-soft:has(.about53-current-head) { padding: 82px 0 88px; }
  .about-page-v55 .about53-current-head { gap: 64px; margin-bottom: 42px; }
  .about-page-v55 .about53-current-head h2 { max-width: 760px; font-size: clamp(40px, 3.25vw, 54px); line-height: 1.02; }
  .about-page-v55 .about53-current-head .lead { max-width: 430px; font-size: 15px; line-height: 1.58; }
  .about-page-v55 .about53-project { min-height: 340px; }
  .about-page-v55 .about53-project-copy { padding: 32px 30px; }
  .about-page-v55 .about53-project-copy h3 { font-size: 27px; }
  .about-page-v55 .about53-project-copy strong { margin-top: 24px; font-size: 30px; }

  .about-page-v55 .about53-method-head { margin-bottom: 46px; }
  .about-page-v55 .about53-method-head h2 { font-size: clamp(40px, 3.3vw, 55px); }
  .about-page-v55 .about53-method-row { padding: 23px 0; }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .about-page-v55 .about53-section { padding: 88px 0; }
  .about-page-v55 .about53-heading { margin-bottom: 44px; }
  .about-page-v55 .about53-history-figure { margin-bottom: 40px; }
  .about-page-v55 .about53-media-visual { min-height: 540px; }
  .about-page-v55 .about53-current-head { margin-bottom: 44px; }
}

@media (max-width: 760px) {
  .about-page-v55 .about53-section { padding: 82px 0; }
  .about-page-v55 .about53-heading { margin-bottom: 38px; }
  .about-page-v55 .about53-current-head { margin-bottom: 38px; }
  .about-page-v55 .about53-project img { min-height: 300px; max-height: 390px; }
  .about-page-v55 .about53-project-copy { padding: 30px 26px; }
  .about-page-v55 .about53-media-visual { min-height: 500px; }
}

/* ===== assets/global-v56.css ===== */
@import url("rhythm-v57.css?v=57-1");

/* v56 — tipografia coerente e rodapé protegido contra heranças de página.
   Uma família, poucas funções e contraste previsível em todo o site. */

:root {
  --v56-display: clamp(48px, 4.25vw, 68px);
  --v56-section-title: clamp(38px, 3vw, 52px);
  --v56-card-title: clamp(25px, 1.8vw, 30px);
  --v56-row-title: 20px;
  --v56-lead: 16px;
  --v56-body: 15px;
  --v56-support: 12px;
  --v56-meta: 10px;
}

.about-page-v56 .about53-hero h1 {
  font-size: var(--v56-display);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1;
}

.about-page-v56 .about53-heading h2,
.about-page-v56 .about53-thesis-copy h2,
.about-page-v56 .about53-media-copy h2,
.about-page-v56 .about53-current-head h2,
.about-page-v56 .about53-method-head h2,
.about-page-v56 .about53-closing h2 {
  font-size: var(--v56-section-title);
  font-weight: 560;
  letter-spacing: -.043em;
  line-height: 1.06;
}

.about-page-v56 .about53-hero .lead,
.about-page-v56 .about53-heading .lead,
.about-page-v56 .about53-thesis-copy p:not(.eyebrow),
.about-page-v56 .about53-media-copy > p:not(.eyebrow),
.about-page-v56 .about53-current-head .lead,
.about-page-v56 .about53-closing-side > p {
  font-size: var(--v56-lead);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.62;
}

.about-page-v56 .about53-project-copy h3 {
  font-size: var(--v56-card-title);
  line-height: 1.12;
}

.about-page-v56 .about53-method-row h3 {
  font-size: var(--v56-row-title);
  line-height: 1.2;
}

.about-page-v56 .eyebrow {
  margin-bottom: 18px;
  font-size: var(--v56-meta);
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.4;
}

footer.site-footer {
  color: rgba(255, 255, 255, .72);
  background: #111013;
}

footer.site-footer .footer-brand { width: 120px; }

footer.site-footer .footer-statement {
  max-width: 600px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 450;
  letter-spacing: -.035em;
  line-height: 1.18;
}

footer.site-footer .footer-primary-link {
  color: #fff;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.5;
}

footer.site-footer .footer-social { color: rgba(255, 255, 255, .76); }

footer.site-footer .footer-column h3,
footer.site-footer .footer-office h3 {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

footer.site-footer .footer-column a {
  margin-top: 11px;
  color: rgba(255, 255, 255, .72);
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

footer.site-footer .footer-column a:hover,
footer.site-footer .footer-column a:focus-visible { color: #fff; }

footer.site-footer .footer-channel-label {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .94);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.5;
}

footer.site-footer .footer-channel-copy {
  max-width: 250px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
}

footer.site-footer .footer-address {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
}

footer.site-footer .footer-map {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.5;
}

footer.site-footer .footer-bottom {
  color: rgba(255, 255, 255, .38);
  font-size: 10px;
  letter-spacing: .02em;
  line-height: 1.5;
}

@media (max-width: 760px) {
  :root {
    --v56-display: clamp(40px, 10.5vw, 46px);
    --v56-section-title: clamp(34px, 9vw, 42px);
    --v56-card-title: 26px;
    --v56-row-title: 19px;
    --v56-lead: 16px;
  }

  footer.site-footer .footer-column h3,
  footer.site-footer .footer-office h3 { margin-bottom: 15px; }
}

/* ===== assets/rhythm-v57.css ===== */
/*
 * Basesul site v57 — ritmo editorial orientado por conteúdo.
 * Uma única pausa entre argumentos: sem somar margem externa a dois paddings
 * generosos e sem forçar seções curtas a ocupar uma tela inteira.
 */

:root {
  --flow-section-y: clamp(64px, 5vw, 80px);
  --flow-section-y-mobile: 54px;
}

/* A pausa agora nasce somente do respiro interno de cada seção. */
main > section + section {
  margin-top: 0 !important;
}

/* Home: os três banners continuam imersivos; o restante é content-driven. */
.method-tabs-section,
.calculator,
.plus-section,
.projects,
.one-life-section,
.invest-process,
.institution-section,
.faq-section,
.contact-section {
  min-height: 0;
  padding-top: var(--flow-section-y);
  padding-bottom: var(--flow-section-y);
}

/* Páginas internas: mesma cadência, preservando o desenho de cada bloco. */
.section,
.closing,
.contact-help-invite,
.contact-form-section,
.help-content,
.help-cta,
.land-process,
.land-form-section,
.about53-section,
.about53-closing {
  min-height: 0;
  padding-top: var(--flow-section-y);
  padding-bottom: var(--flow-section-y);
}

.contact-channels-intro {
  padding-top: var(--flow-section-y);
  padding-bottom: clamp(44px, 4vw, 62px);
}

.about53-proof,
.contact-office-section {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .method-tabs-section,
  .calculator,
  .plus-section,
  .projects,
  .one-life-section,
  .invest-process,
  .institution-section,
  .faq-section,
  .contact-section,
  .section,
  .closing,
  .contact-help-invite,
  .contact-form-section,
  .help-content,
  .help-cta,
  .land-process,
  .land-form-section,
  .about53-section,
  .about53-closing {
    padding-top: var(--flow-section-y-mobile);
    padding-bottom: var(--flow-section-y-mobile);
  }

  .contact-channels-intro {
    padding-top: var(--flow-section-y-mobile);
    padding-bottom: 40px;
  }
}

/* ===== assets/terrain-v58.css ===== */
/* Ofereça seu terreno v58 — abertura institucional clara e direta. */

.land-page .site-header {
  color: #0f0f0f;
  background: rgba(255, 255, 255, .9);
  border-bottom-color: #ededed;
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
}

.land-page .site-header .brand img {
  content: url("logo-principal.svg?v=52-2");
}

.land-page .site-header .menu-toggle span {
  background: #0f0f0f;
}

.land-page .land-hero {
  display: flex;
  min-height: 0;
  padding: calc(var(--header) + clamp(84px, 7vw, 112px)) 0 clamp(88px, 7vw, 112px);
  align-items: center;
  color: #0f0f0f;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

.land-page .land-hero-copy {
  width: min(calc(100% - (var(--gutter) * 2)), 980px);
  max-width: none;
  margin-inline: auto;
  text-align: center;
}

.land-page .land-hero .eyebrow {
  margin-bottom: 20px;
  color: #554270 !important;
}

.land-page .land-hero h1 {
  max-width: 850px;
  margin: 0 auto;
  font-size: var(--v56-display);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: 1.02;
}

.land-page .land-hero .lead {
  max-width: 690px;
  margin: 26px auto 0;
  color: #5f5a63;
  font-size: var(--v56-lead);
  line-height: 1.62;
}

.land-page .land-process {
  padding-top: clamp(68px, 5.5vw, 84px);
  padding-bottom: clamp(68px, 5.5vw, 84px);
}

@media (max-width: 680px) {
  .land-page .land-hero {
    padding-top: calc(var(--header) + 64px);
    padding-bottom: 68px;
  }

  .land-page .land-hero-copy {
    width: calc(100% - 44px);
  }

  .land-page .land-hero .eyebrow {
    margin-bottom: 16px;
  }

  .land-page .land-hero h1 {
    font-size: clamp(39px, 11vw, 48px);
  }

  .land-page .land-hero .lead {
    margin-top: 22px;
    font-size: 16px;
  }
}

/* ===== assets/contact-v60.css ===== */
/* Contato e Fornecedores v60 — páginas orientadas pela tarefa do visitante. */

.contact-page .site-header,
.suppliers-page .site-header {
  color: #0f0f0f;
  background: rgba(255, 255, 255, .9);
  border-bottom-color: #ededed;
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
}

.contact-page .site-header .brand img,
.suppliers-page .site-header .brand img {
  content: url("logo-principal.svg?v=52-2");
}

.contact-page .site-header .menu-toggle span,
.suppliers-page .site-header .menu-toggle span {
  background: #0f0f0f;
}

.contact-page main {
  padding-top: var(--header);
}

.contact-page .contact-service:first-child {
  border-top: 0;
}

.contact-page .contact-service-copy h1,
.contact-page .contact-service-copy h2 {
  max-width: 620px;
  margin: 0 0 20px;
  font-size: var(--v56-section-title);
  font-weight: 560;
  letter-spacing: -.044em;
  line-height: 1.06;
}

.contact-page .contact-service-suppliers {
  background: #f7f7f8;
}

.suppliers-page main {
  padding-top: var(--header);
}

.suppliers-hero {
  padding: clamp(88px, 7vw, 112px) 0 clamp(72px, 6vw, 96px);
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.suppliers-hero-copy {
  max-width: 780px;
}

.suppliers-hero h1 {
  margin: 0;
  font-size: var(--v56-display);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: 1.02;
}

.suppliers-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #5f5a63;
  font-size: var(--v56-lead);
  line-height: 1.62;
}

.supplier-section {
  padding: var(--flow-section-y) 0;
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.supplier-section-soft {
  background: #f7f7f8;
}

.supplier-section-grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(64px, 8vw, 120px);
  align-items: start;
}

.supplier-section h2 {
  max-width: 460px;
  margin: 0;
  font-size: var(--v56-section-title);
  font-weight: 560;
  letter-spacing: -.044em;
  line-height: 1.06;
}

.supplier-section-copy {
  max-width: 650px;
}

.supplier-section-copy > p {
  margin: 0;
  color: #5f5a63;
  font-size: 15px;
  line-height: 1.7;
}

.supplier-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d8d6da;
}

.supplier-list li {
  display: grid;
  grid-template-columns: minmax(150px, .55fr) minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #d8d6da;
  font-size: 13px;
  line-height: 1.5;
}

.supplier-list strong {
  font-weight: 560;
}

.supplier-list span {
  color: #6e6e6e;
}

.supplier-action {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #554270;
  font-size: 13px;
  font-weight: 560;
}

@media (max-width: 760px) {
  .suppliers-hero {
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .supplier-section {
    padding: var(--flow-section-y-mobile) 0;
  }

  .supplier-section-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .supplier-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ===== assets/contact-map-v61.css ===== */
/* Contato v61 — mapa compacto e carregamento sob demanda. */

.contact-page .contact-office-section {
  padding: var(--flow-section-y) 0;
  background: #fff;
}

.contact-office-compact {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(380px, .9fr);
  gap: clamp(64px, 8vw, 120px);
  align-items: center;
  justify-content: space-between;
}

.contact-page .contact-office-copy {
  width: auto;
  max-width: 410px;
  padding: 0;
  color: #0f0f0f;
  background: transparent;
  box-shadow: none;
}

.contact-page .contact-office-copy .eyebrow {
  color: #77747b;
}

.contact-page .contact-office-copy h2 {
  margin: 14px 0 23px;
  color: #0f0f0f;
  font-size: var(--v56-section-title);
}

.contact-page .contact-office-copy address {
  color: #303030;
}

.contact-page .contact-office-copy > p:not(.eyebrow) {
  color: #77747b;
}

.contact-page .contact-office-copy .text-link {
  color: #0f0f0f;
}

.contact-map-compact {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 4 / 3;
  justify-self: end;
  overflow: hidden;
  border: 1px solid #dbdbdc;
  background: #f7f7f8;
}

.contact-map-compact iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.15) contrast(.97);
}

.contact-map-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #0f0f0f;
  text-align: left;
  cursor: pointer;
  background:
    linear-gradient(30deg, transparent 0 31%, rgba(255,255,255,.98) 31.3% 35%, transparent 35.3% 100%),
    linear-gradient(116deg, transparent 0 53%, rgba(255,255,255,.98) 53.3% 57%, transparent 57.3% 100%),
    linear-gradient(162deg, transparent 0 66%, rgba(219,219,220,.72) 66.3% 67%, transparent 67.3% 100%),
    #ededee;
}

.contact-map-facade::before,
.contact-map-facade::after {
  position: absolute;
  background: rgba(255,255,255,.94);
  content: "";
}

.contact-map-facade::before {
  top: -16%;
  left: 29%;
  width: 7%;
  height: 136%;
  transform: rotate(18deg);
}

.contact-map-facade::after {
  top: 46%;
  left: -10%;
  width: 124%;
  height: 8%;
  transform: rotate(-8deg);
}

.contact-map-pin {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 58%;
  width: 18px;
  height: 18px;
  border: 5px solid #554270;
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(85,66,112,.12);
}

.contact-map-facade-copy {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(15,15,15,.18);
}

.contact-map-facade-copy strong {
  font-size: 14px;
  font-weight: 560;
}

.contact-map-facade-copy span {
  color: #6e6e6e;
  font-size: 10px;
}

.contact-map-facade:hover strong,
.contact-map-facade:focus-visible strong {
  color: #554270;
}

.contact-map-facade:focus-visible {
  outline: 2px solid #554270;
  outline-offset: -4px;
}

@media (max-width: 760px) {
  .contact-page .contact-office-section {
    padding: var(--flow-section-y-mobile) 0;
  }

  .contact-office-compact {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-map-compact {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .contact-map-facade-copy {
    display: grid;
    gap: 4px;
  }
}

/* ===== assets/contact-hero-v62.css ===== */
/* Contact page — restrained image-led introduction, v62 */
.contact-page .contact-hero-compact {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(300px, 34vw, 410px);
  overflow: hidden;
  padding: 0;
  align-items: flex-end;
  color: #fff;
  background: #111013;
}

.contact-page .contact-hero-compact .contact-hero-bg {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}

.contact-page .contact-hero-compact .contact-hero-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 9, 12, .74) 0%, rgba(10, 9, 12, .43) 43%, rgba(10, 9, 12, .14) 78%),
    linear-gradient(0deg, rgba(10, 9, 12, .58), transparent 68%);
}

.contact-hero-compact-content {
  padding-top: calc(var(--header) + 56px);
  padding-bottom: clamp(42px, 5vw, 58px);
}

.contact-hero-compact-content h1 {
  max-width: 520px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
}

.contact-hero-compact-content p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.55;
}

/* Give the first contact path a deliberate beginning after the image. */
.contact-page .contact-channels > .contact-service:first-child .contact-service-grid {
  padding-top: clamp(78px, 8vw, 108px);
}

@media (max-width: 680px) {
  .contact-page .contact-hero-compact {
    min-height: 330px;
  }

  .contact-page .contact-hero-compact .contact-hero-bg {
    object-position: 58% center;
  }

  .contact-page .contact-hero-compact .contact-hero-overlay {
    background:
      linear-gradient(90deg, rgba(10, 9, 12, .8), rgba(10, 9, 12, .3)),
      linear-gradient(0deg, rgba(10, 9, 12, .68), transparent 72%);
  }

  .contact-hero-compact-content {
    padding-top: 104px;
    padding-bottom: 38px;
  }

  .contact-hero-compact-content h1 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .contact-hero-compact-content p {
    max-width: 310px;
    font-size: 14px;
  }

  .contact-page .contact-channels > .contact-service:first-child .contact-service-grid {
    padding-top: 64px;
  }
}

/* ===== assets/system-v63.css ===== */
/*
 * Basesul v63 — sistema transversal de escala e ritmo.
 * Referência de comportamento: OpenAI (clareza, escala contida e pausas por conteúdo).
 * Linguagem: Basesul (Onest, branco como palco, preto como voz e roxo como assinatura).
 */

:root {
  --header: 58px;
  --container: 1180px;
  --gutter: clamp(22px, 4.5vw, 64px);

  --v63-display: clamp(44px, 4vw, 58px);
  --v63-section-title: clamp(32px, 2.85vw, 42px);
  --v63-subtitle: clamp(24px, 2vw, 30px);
  --v63-lead: clamp(15px, 1.15vw, 17px);
  --v63-body: 15px;
  --v63-meta: 10px;

  --v63-section-y: clamp(88px, 7vw, 104px);
  --v63-section-y-compact: clamp(64px, 5vw, 80px);
  --v63-line: #ededed;
  --v63-soft: #f7f7f8;
  --v63-white: #fff;
  --v63-ink: #0f0f0f;
  --v63-body-color: #4f4d53;
  --v63-muted: #6e6e6e;

  /* Neutralize older accumulated pause tokens. */
  --section-pause: 0px;
  --flow-section-y: var(--v63-section-y);
  --flow-section-y-mobile: 64px;
}

html {
  scroll-padding-top: var(--header);
}

body {
  color: var(--v63-ink);
  background: var(--v63-white);
  font-family: "Onest", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--v63-body);
  line-height: 1.62;
}

/* One grid across the institutional site. Immersive home panels stay wider. */
.container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
}

main > section {
  margin-top: 0 !important;
}

.soft,
.supplier-section-soft,
.contact-service-suppliers,
.calculator,
.plus-section.cash {
  background: var(--v63-soft) !important;
}

.eyebrow {
  margin-bottom: 16px;
  color: #554270;
  font-size: var(--v63-meta);
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.35;
}

.lead {
  font-size: var(--v63-lead);
  line-height: 1.62;
}

/* Header: still discreet, no longer miniature. */
.site-header {
  height: var(--header);
}

.nav-shell {
  width: min(calc(100% - clamp(48px, 6vw, 88px)), 1320px);
}

.brand,
.brand img {
  width: 108px;
}

.desktop-nav {
  gap: clamp(20px, 1.8vw, 28px);
}

.desktop-nav a,
.nav-whatsapp,
.nav-contact {
  font-size: 13px;
  font-weight: 450;
  letter-spacing: 0;
  line-height: 1.3;
}

.nav-whatsapp {
  gap: 8px;
}

/* Shared typography roles. */
.display,
.display-title,
.page-hero .display,
.help-hero h1,
.land-page .land-hero h1,
.suppliers-hero h1,
.about-page-v56 .about53-hero h1 {
  font-size: var(--v63-display);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.title,
.section-title,
.plus-title,
.contact-page .contact-service-copy h1,
.contact-page .contact-service-copy h2,
.supplier-section h2,
.help-content-head h2,
.land-process-head h2,
.land-form-copy h2,
.about-page-v56 .about53-heading h2,
.about-page-v56 .about53-thesis-copy h2,
.about-page-v56 .about53-media-copy h2,
.about-page-v56 .about53-current-head h2,
.about-page-v56 .about53-method-head h2,
.about-page-v56 .about53-closing h2 {
  font-size: var(--v63-section-title);
  font-weight: 560;
  letter-spacing: -.044em;
  line-height: 1.08;
}

.project-card h2,
.news-card h2,
.contact-form-intro h2,
.contact-office-copy h2,
.help-cta h2 {
  font-size: var(--v63-subtitle);
  letter-spacing: -.035em;
  line-height: 1.12;
}

/* Content-led spacing: one intentional pause, never stacked blank floors. */
.method-tabs-section,
.plus-section,
.projects,
.one-life-section,
.invest-process,
.institution-section,
.faq-section,
.contact-section,
.section,
.closing,
.contact-help-invite,
.contact-form-section,
.contact-office-section,
.help-content,
.help-cta,
.land-process,
.land-form-section,
.supplier-section,
.about53-section,
.about53-closing {
  min-height: 0;
  padding-top: var(--v63-section-y);
  padding-bottom: var(--v63-section-y);
}

/* Dense interactive or numerical sections stay slightly tighter. */
.calculator,
.about53-proof {
  min-height: 0;
  padding-top: var(--v63-section-y-compact);
  padding-bottom: var(--v63-section-y-compact);
}

/* Internal image heroes share one calm, vertically centered opening. */
.page-hero {
  min-height: clamp(440px, 52svh, 520px);
  align-items: center;
}

.projects-page .page-hero {
  min-height: clamp(440px, 52svh, 520px);
}

.page-hero-content,
.projects-page .page-hero-content {
  padding-top: calc(var(--header) + 36px);
  padding-bottom: 48px;
}

.page-hero .display,
.projects-page .page-hero .display {
  max-width: 720px;
}

.page-hero .lead,
.projects-page .page-hero .lead {
  max-width: 620px;
  margin-top: 18px;
  font-size: var(--v63-lead);
}

/* Home: keep the three cinematic panels; discipline the rational sequence. */
.home-page {
  --paper: #fff;
  --section: var(--v63-section-y);
}

.home-page .immersive .display-title {
  max-width: 720px;
  font-size: clamp(44px, 4.2vw, 60px);
}

.home-page .immersive .story {
  font-size: 16px;
  line-height: 1.6;
}

.home-page .method-tabs-section,
.home-page .projects,
.home-page .one-life-section,
.home-page .invest-process,
.home-page .institution-section,
.home-page .faq-section,
.home-page .contact-section {
  padding-top: var(--v63-section-y);
  padding-bottom: var(--v63-section-y);
}

.home-page .calculator,
.home-page .plus-section {
  padding-top: var(--v63-section-y-compact);
  padding-bottom: var(--v63-section-y-compact);
}

.home-page .section-head,
.home-page .method-head,
.home-page .projects-head,
.home-page .process-head,
.home-page .one-life-heading {
  margin-bottom: clamp(36px, 4vw, 52px);
}

/* About: one type scale and one rhythm, preserving the distinctive split hero. */
.about-page-v56 .about53-hero {
  min-height: min(91svh, 820px);
}

.about-page-v56 .about53-hero-copy-inner {
  max-width: 600px;
}

.about-page-v56 .about53-section {
  padding-top: var(--v63-section-y);
  padding-bottom: var(--v63-section-y);
}

.about-page-v56 #historia,
.about-page-v56 .about53-section-soft:has(.about53-current-head) {
  padding-top: var(--v63-section-y-compact);
  padding-bottom: var(--v63-section-y-compact);
}

.about-page-v56 .about53-heading,
.about-page-v56 .about53-method-head {
  margin-bottom: clamp(36px, 4vw, 48px);
}

/* Contact: image opening centered vertically, followed directly by the task paths. */
.contact-page .contact-hero-compact {
  min-height: clamp(340px, 40svh, 390px);
  align-items: center;
}

.contact-page .contact-hero-compact-content {
  padding-top: 32px;
  padding-bottom: 32px;
}

.contact-page .contact-hero-compact-content h1 {
  margin-bottom: 12px;
  font-size: clamp(42px, 3.7vw, 52px);
}

.contact-page .contact-channels > .contact-service:first-child .contact-service-grid {
  padding-top: var(--v63-section-y);
}

.contact-page .contact-service-grid,
.contact-page .contact-service-support .contact-service-grid {
  padding-top: var(--v63-section-y-compact);
  padding-bottom: var(--v63-section-y-compact);
}

.contact-page .contact-help-invite,
.contact-page .contact-form-section,
.contact-page .contact-office-section {
  padding-top: var(--v63-section-y);
  padding-bottom: var(--v63-section-y);
}

/* Help: remove the accidental extra pause after category navigation. */
.help-hero {
  display: flex;
  min-height: 390px;
  padding-top: calc(var(--header) + 58px);
  padding-bottom: 58px;
  align-items: center;
}

.help-hero h1 {
  margin-top: 12px;
  margin-bottom: 18px;
}

.help-nav a {
  padding-top: 22px;
  padding-bottom: 24px;
  font-size: 12px;
}

.help-content {
  margin-top: 0 !important;
}

.help-content-head {
  margin-bottom: 56px;
}

/* Text-led utility pages use the same centered intro scale. */
.land-page .land-hero,
.suppliers-page .suppliers-hero {
  min-height: 390px;
  padding-top: calc(var(--header) + 62px);
  padding-bottom: 62px;
}

.suppliers-hero-copy {
  max-width: 760px;
}

.land-page .land-hero .lead,
.suppliers-hero p {
  margin-top: 20px;
  font-size: var(--v63-lead);
}

.supplier-section-grid {
  gap: clamp(56px, 7vw, 96px);
}

/* Footer is one component on every route. */
footer.site-footer {
  padding-top: clamp(72px, 6vw, 88px);
  padding-bottom: 28px;
}

footer.site-footer .footer-statement {
  max-width: 560px;
  font-size: clamp(24px, 2vw, 30px);
}

footer.site-footer .footer-directory {
  margin-top: clamp(64px, 6vw, 84px);
}

@media (max-width: 980px) {
  .desktop-nav,
  .nav-whatsapp {
    display: none;
  }

  .nav-shell {
    width: calc(100% - 40px);
  }
}

@media (max-width: 760px) {
  :root {
    --header: 54px;
    --v63-display: clamp(38px, 10.4vw, 44px);
    --v63-section-title: clamp(30px, 8.5vw, 38px);
    --v63-subtitle: clamp(23px, 6.7vw, 28px);
    --v63-section-y: 72px;
    --v63-section-y-compact: 58px;
    --flow-section-y-mobile: 58px;
  }

  .container {
    width: calc(100% - 44px);
  }

  .brand,
  .brand img {
    width: 96px;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 9px;
  }

  .method-tabs-section,
  .plus-section,
  .projects,
  .one-life-section,
  .invest-process,
  .institution-section,
  .faq-section,
  .contact-section,
  .section,
  .closing,
  .contact-help-invite,
  .contact-form-section,
  .contact-office-section,
  .help-content,
  .help-cta,
  .land-process,
  .land-form-section,
  .supplier-section,
  .about53-section,
  .about53-closing {
    padding-top: var(--v63-section-y);
    padding-bottom: var(--v63-section-y);
  }

  .calculator,
  .about53-proof {
    padding-top: var(--v63-section-y-compact);
    padding-bottom: var(--v63-section-y-compact);
  }

  .page-hero,
  .projects-page .page-hero {
    min-height: 62svh;
    align-items: center;
  }

  .page-hero-content,
  .projects-page .page-hero-content {
    padding-top: calc(var(--header) + 38px);
    padding-bottom: 38px;
  }

  .home-page .immersive .display-title {
    font-size: clamp(38px, 10.5vw, 44px);
  }

  .about-page-v56 .about53-hero {
    min-height: 0;
  }

  .about-page-v56 .about53-section {
    padding-top: var(--v63-section-y);
    padding-bottom: var(--v63-section-y);
  }

  .contact-page .contact-hero-compact {
    min-height: 320px;
  }

  .contact-page .contact-hero-compact-content {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .contact-page .contact-hero-compact-content h1 {
    font-size: 40px;
  }

  .contact-page .contact-channels > .contact-service:first-child .contact-service-grid,
  .contact-page .contact-service-grid,
  .contact-page .contact-service-support .contact-service-grid {
    padding-top: var(--v63-section-y);
    padding-bottom: var(--v63-section-y);
  }

  .help-hero {
    min-height: 0;
    padding-top: calc(var(--header) + 54px);
    padding-bottom: 58px;
  }

  .help-nav a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .land-page .land-hero,
  .suppliers-page .suppliers-hero {
    min-height: 0;
    padding-top: calc(var(--header) + 58px);
    padding-bottom: 64px;
  }

  footer.site-footer {
    padding-top: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ===== Basesul v64: final authoritative layer ===== */
:root {
  --v63-display: clamp(46px, 4vw, 58px);
  --v63-section-title: clamp(34px, 2.85vw, 42px);
  --v63-subtitle: clamp(26px, 2vw, 30px);
  --v63-lead: clamp(16px, 1.1vw, 17px);
  --v63-body: 16px;
}

.desktop-nav a,
.nav-whatsapp,
.nav-contact {
  font-size: 15px;
  font-weight: 450;
}

.desktop-nav { gap: clamp(20px, 1.7vw, 27px); }

.home-page .immersive .display-title { font-size: clamp(46px, 4.1vw, 60px); }

.home-page .section-title,
.home-page .plus-title,
.home-page .projects .section-title,
.home-page .one-life-section .section-title,
.home-page .invest-process .section-title,
.home-page .institution-section .section-title,
.home-page .faq-section .section-title,
.home-page .contact-section .section-title,
.projects-page .section > .container > .title,
.projects-page .split-copy .title,
.projects-page .closing .title,
.news-page .section > .container > .title,
.news-page .closing .title,
.contact-page .contact-office-copy h2 {
  font-size: var(--v63-section-title);
  font-weight: 560;
  letter-spacing: -.044em;
  line-height: 1.08;
}

.project-card h2,
.news-card h2,
.contact-form-intro h2,
.help-cta h2 { font-size: var(--v63-subtitle); }

.project-card {
  width: 100%;
  min-width: 0;
}

.projects .project-card:last-child {
  width: 100%;
}

.home-page .plus-section {
  padding-top: clamp(68px, 5.6vw, 80px);
  padding-bottom: clamp(68px, 5.6vw, 80px);
}

.home-page .plus-section + .plus-section { border-top: 1px solid var(--v63-line); }
.home-page .plus-copy { max-width: 520px; }
.home-page .plus-lead { max-width: 500px; font-size: 16px; line-height: 1.65; }
.home-page .compare-head { gap: clamp(48px, 7vw, 108px); align-items: start; }
.home-page .compare-table th,
.home-page .compare-table td { padding-top: 19px; padding-bottom: 19px; }

footer.site-footer .footer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: end;
}

footer.site-footer .footer-intro-side {
  display: grid;
  justify-items: start;
  gap: 24px;
}

footer.site-footer .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: auto;
  height: auto;
}

footer.site-footer .footer-social {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

footer.site-footer .footer-social svg {
  display: block;
  width: 15px;
  height: 15px;
  max-width: 15px;
  max-height: 15px;
}

footer.site-footer .footer-directory {
  display: grid;
  grid-template-columns: .75fr .75fr 1fr 1fr;
  gap: clamp(34px, 5vw, 72px);
}

footer.site-footer .footer-office {
  display: grid;
  grid-template-columns: .55fr 1.45fr auto;
  gap: 36px;
  align-items: start;
}

@media (max-width: 980px) {
  footer.site-footer .footer-intro { grid-template-columns: 1fr; align-items: start; }
  footer.site-footer .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer.site-footer .footer-office { grid-template-columns: .65fr 1.35fr; }
}

@media (max-width: 760px) {
  :root { --v63-body: 15px; }
  .home-page .plus-section { padding-top: 64px; padding-bottom: 64px; }
  footer.site-footer .footer-directory,
  footer.site-footer .footer-office { grid-template-columns: 1fr; }
}

/* Editorial pages migrated from the previous site. */
.article-page main { background: #fff; }

.article-hero {
  padding: calc(var(--header) + clamp(82px, 9vw, 136px)) 0 clamp(70px, 7vw, 104px);
  border-bottom: 1px solid var(--v63-line);
}

.article-hero-inner { max-width: 980px; }
.article-hero .eyebrow { margin-bottom: 22px; }

.article-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: var(--v63-display);
  font-weight: 560;
  letter-spacing: -.055em;
  line-height: 1.01;
}

.article-deck {
  max-width: 720px;
  margin: 30px 0 0;
  color: #555159;
  font-size: var(--v63-lead);
  line-height: 1.65;
}

.article-meta {
  display: flex;
  gap: 18px;
  margin-top: 30px;
  color: #77737a;
  font-size: 12px;
}

.article-cover {
  width: min(calc(100% - 44px), 1180px);
  max-height: 620px;
  margin: clamp(48px, 6vw, 88px) auto 0;
  object-fit: cover;
}

.article-body {
  width: min(calc(100% - 44px), 760px);
  margin: 0 auto;
  padding: clamp(72px, 7vw, 104px) 0 clamp(92px, 8vw, 124px);
}

.article-body .intro {
  margin: 0 0 56px;
  color: #242127;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.5;
}

.article-body h2 {
  margin: 56px 0 16px;
  font-size: var(--v63-subtitle);
  font-weight: 560;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.article-body p,
.article-body li {
  color: #56525a;
  font-size: 16px;
  line-height: 1.75;
}

.article-body ul { display: grid; gap: 12px; padding-left: 20px; }

.article-note {
  margin: 64px 0 0;
  padding: 26px 0;
  border-top: 1px solid var(--v63-line);
  border-bottom: 1px solid var(--v63-line);
  color: #2d2930;
  font-size: 14px;
  line-height: 1.65;
}

.article-back {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid var(--v63-line);
}

@media (max-width: 760px) {
  .article-hero { padding-top: calc(var(--header) + 70px); padding-bottom: 66px; }
  .article-cover { max-height: 380px; }
  .article-body { padding-top: 66px; }
  .article-body .intro { margin-bottom: 44px; font-size: 19px; }
  .article-body h2 { margin-top: 44px; }
  .article-body p,
  .article-body li { font-size: 15px; }
  .article-back { flex-direction: column; align-items: flex-start; }
}

/* ===== Basesul v65: precision pass ===== */
.desktop-nav a,
.nav-whatsapp,
.nav-contact {
  font-size: 14px;
  font-weight: 450;
}

.desktop-nav { gap: clamp(18px, 1.45vw, 24px); }

@media (min-width: 981px) {
  .home-page .projects .project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .projects .project-card,
  .home-page .projects .project-card:last-child {
    grid-column: auto;
    width: 100%;
  }
}

/* ===== One Life v66: product page ===== */
.one-life-page { background: #fff; }
.one-life-page main { overflow: clip; }
.one-life-page .site-header { background: rgba(15, 15, 15, .78); }
.one-life-page .eyebrow { margin-bottom: 16px; font-size: 10px; letter-spacing: .16em; }

.ol-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: min(76svh, 730px);
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #111013;
}
.ol-hero > img { position: absolute; z-index: -2; inset: 0; height: 100%; object-fit: cover; object-position: 50% 60%; }
.ol-hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 7, .85) 0%, rgba(5, 5, 7, .52) 42%, rgba(5, 5, 7, .08) 72%), linear-gradient(0deg, rgba(5, 5, 7, .7), transparent 58%); }
.ol-hero-content { padding-top: calc(var(--header) + 70px); padding-bottom: clamp(60px, 7vw, 92px); }
.ol-hero-content .eyebrow { color: rgba(255, 255, 255, .72); }
.ol-hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.7vw, 80px); font-weight: 560; letter-spacing: -.058em; line-height: .98; text-wrap: balance; }
.ol-hero-content > p:not(.eyebrow) { max-width: 690px; margin: 26px 0 0; color: rgba(255, 255, 255, .84); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; }
.ol-hero-actions { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 32px; }
.ol-primary-link, .ol-secondary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border: 1px solid rgba(255, 255, 255, .9); font-size: 12px; font-weight: 550; }
.ol-primary-link { color: #111013; background: #fff; }
.ol-secondary-link { color: #fff; background: transparent; }
.ol-primary-link:hover, .ol-secondary-link:hover { opacity: .78; }
.ol-render-note { position: absolute; right: clamp(22px, 4vw, 60px); bottom: 18px; margin: 0; color: rgba(255, 255, 255, .56); font-size: 9px; letter-spacing: .08em; }

.ol-facts { border-bottom: 1px solid #e6e6e6; background: #fff; }
.ol-facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ol-facts-grid > div { min-height: 132px; padding: 30px 28px 28px 0; }
.ol-facts-grid > div + div { padding-left: 28px; border-left: 1px solid #e6e6e6; }
.ol-facts strong { display: block; font-size: clamp(22px, 2vw, 30px); font-weight: 560; letter-spacing: -.045em; line-height: 1.06; }
.ol-facts span { display: block; max-width: 190px; margin-top: 9px; color: #747176; font-size: 11px; line-height: 1.45; }

.ol-section { padding: clamp(86px, 8.2vw, 124px) 0; }
.ol-split { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(54px, 8vw, 118px); align-items: center; }
.ol-copy h2, .ol-section-head h2, .ol-location-copy h2, .ol-faq h2, .ol-cta h2 { max-width: 690px; margin: 0; font-size: clamp(36px, 4vw, 56px); font-weight: 560; letter-spacing: -.052em; line-height: 1.02; text-wrap: balance; }
.ol-copy > p:not(.eyebrow) { max-width: 560px; margin: 27px 0 0; color: #5d5960; font-size: 16px; line-height: 1.7; }
.ol-inline-proof { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid #ddd; }
.ol-inline-proof span { padding: 15px 0; border-bottom: 1px solid #ddd; color: #29262c; font-size: 12px; }
.ol-media { position: relative; margin: 0; overflow: hidden; background: #ededed; }
.ol-media img { aspect-ratio: 4 / 3; height: 100%; object-fit: cover; }
.ol-media-tower img { aspect-ratio: 16 / 11; object-position: 55% center; }
.ol-media figcaption, .ol-gallery figcaption, .ol-studio-view figcaption { position: absolute; right: 15px; bottom: 12px; padding: 5px 7px; color: rgba(255, 255, 255, .72); background: rgba(12, 11, 14, .56); font-size: 8px; letter-spacing: .05em; }

.ol-amenities { background: #f7f7f8; }
.ol-section-head { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: clamp(48px, 7vw, 100px); align-items: end; margin-bottom: 48px; }
.ol-section-head > p { max-width: 510px; margin: 0; color: #656168; font-size: 15px; line-height: 1.68; }
.ol-gallery { display: grid; grid-template-columns: 1.35fr .9fr; grid-template-rows: repeat(2, minmax(230px, 1fr)); gap: 14px; }
.ol-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #dedede; }
.ol-gallery-main { grid-row: 1 / 3; }
.ol-gallery img { height: 100%; object-fit: cover; }
.ol-gallery-main img { object-position: center; }
.ol-amenity-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-top: 1px solid #d8d8d8; }
.ol-amenity-list span { padding: 17px 20px 17px 0; border-bottom: 1px solid #d8d8d8; color: #3e3a41; font-size: 11px; }
.ol-amenity-list span:not(:nth-child(4n + 1)) { padding-left: 20px; border-left: 1px solid #d8d8d8; }

.ol-solar { background: #fff; }
.ol-feature-list { display: grid; gap: 0; margin: 32px 0 0; padding: 0; border-top: 1px solid #ddd; list-style: none; }
.ol-feature-list li { padding: 14px 0; border-bottom: 1px solid #ddd; color: #37333a; font-size: 12px; }

.ol-units { background: #f7f7f8; }
.ol-section-head-narrow { margin-bottom: 46px; }
.ol-unit-layout { display: grid; grid-template-columns: 1.32fr .68fr; gap: 14px; align-items: stretch; }
.ol-studio-view { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #10141c; }
.ol-studio-view img { height: 100%; object-fit: cover; }
.ol-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ol-plans figure { display: grid; grid-template-rows: 1fr auto; min-width: 0; margin: 0; padding: 24px 20px 18px; background: #fff; }
.ol-plans img { height: 510px; object-fit: contain; }
.ol-plans figcaption { display: grid; gap: 4px; padding-top: 14px; border-top: 1px solid #e2e2e2; }
.ol-plans strong { font-size: 12px; font-weight: 560; }
.ol-plans span { color: #7b777e; font-size: 9px; }
.ol-disclaimer { max-width: 760px; margin: 22px 0 0; color: #8a878c; font-size: 9px; line-height: 1.55; }

.ol-location { display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(380px, .66fr); min-height: 640px; background: #fff; }
.ol-location figure { min-height: 560px; margin: 0; overflow: hidden; }
.ol-location figure img { height: 100%; object-fit: cover; }
.ol-location-copy { display: flex; justify-content: center; padding: clamp(64px, 8vw, 118px); flex-direction: column; }
.ol-location-copy > p:not(.eyebrow) { max-width: 470px; margin: 25px 0 0; color: #5f5b62; font-size: 15px; line-height: 1.68; }
.ol-location address { margin: 32px 0 24px; color: #242126; font-size: 13px; font-style: normal; line-height: 1.65; }
.ol-location .text-link { align-self: flex-start; }

.ol-use { border-top: 1px solid #e5e5e5; background: #fff; }
.ol-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid #d8d8d8; }
.ol-use-grid article { padding: 28px 34px 8px 0; }
.ol-use-grid article + article { padding-left: 34px; border-left: 1px solid #d8d8d8; }
.ol-use-grid span { color: #8b878d; font-size: 9px; letter-spacing: .13em; }
.ol-use-grid h3 { margin: 25px 0 13px; font-size: 23px; font-weight: 560; letter-spacing: -.035em; }
.ol-use-grid p { max-width: 350px; margin: 0; color: #6d6970; font-size: 13px; line-height: 1.65; }

.ol-faq { background: #f7f7f8; }
.ol-faq-grid { display: grid; grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr); gap: clamp(56px, 9vw, 130px); align-items: start; }
.ol-questions { border-top: 1px solid #d7d7d7; }
.ol-questions details { border-bottom: 1px solid #d7d7d7; }
.ol-questions summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-size: 15px; font-weight: 520; list-style: none; }
.ol-questions summary::-webkit-details-marker { display: none; }
.ol-questions summary::after { content: "+"; position: absolute; top: 19px; right: 3px; color: #554270; font-size: 20px; font-weight: 350; }
.ol-questions details[open] summary::after { content: "−"; }
.ol-questions details p { max-width: 680px; margin: -3px 0 22px; color: #666269; font-size: 13px; line-height: 1.68; }

.ol-cta { padding: clamp(82px, 9vw, 126px) 0; color: #111013; background: #fff; }
.ol-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: end; }
.ol-cta .eyebrow { color: #554270; }
.ol-cta p:not(.eyebrow) { max-width: 590px; margin: 22px 0 0; color: #666269; font-size: 15px; line-height: 1.65; }
.ol-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ol-primary-dark { color: #fff; border-color: #111013; background: #111013; }
.ol-secondary-dark { color: #111013; border-color: #aaa; }

@media (max-width: 1080px) {
  .ol-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .ol-facts-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid #e6e6e6; }
  .ol-facts-grid > div:nth-child(4) { border-top: 1px solid #e6e6e6; }
  .ol-unit-layout { grid-template-columns: 1fr; }
  .ol-studio-view { min-height: 520px; }
  .ol-location { grid-template-columns: 1.1fr .9fr; }
  .ol-location-copy { padding: 58px 46px; }
}

@media (max-width: 820px) {
  .ol-split, .ol-section-head, .ol-faq-grid, .ol-cta-inner { grid-template-columns: 1fr; }
  .ol-section-head { gap: 26px; align-items: start; }
  .ol-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px; }
  .ol-gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .ol-amenity-list { grid-template-columns: repeat(2, 1fr); }
  .ol-amenity-list span:not(:nth-child(4n + 1)) { padding-left: 0; border-left: 0; }
  .ol-amenity-list span:nth-child(even) { padding-left: 20px; border-left: 1px solid #d8d8d8; }
  .ol-location { grid-template-columns: 1fr; min-height: 0; }
  .ol-location figure { min-height: 440px; }
  .ol-location-copy { padding: 72px var(--gutter); }
  .ol-cta-actions { justify-self: start; }
}

@media (max-width: 680px) {
  .ol-hero { min-height: 700px; }
  .ol-hero > img { object-position: 62% center; }
  .ol-hero-overlay { background: linear-gradient(90deg, rgba(5, 5, 7, .9), rgba(5, 5, 7, .3)), linear-gradient(0deg, rgba(5, 5, 7, .86), transparent 65%); }
  .ol-hero-content { padding-top: 120px; padding-bottom: 58px; }
  .ol-hero h1 { max-width: 520px; font-size: clamp(42px, 12.5vw, 56px); }
  .ol-hero-content > p:not(.eyebrow) { font-size: 15px; line-height: 1.58; }
  .ol-render-note { display: none; }
  .ol-facts-grid { grid-template-columns: 1fr 1fr; }
  .ol-facts-grid > div { min-height: 112px; padding: 24px 15px 22px 0; }
  .ol-facts-grid > div + div { padding-left: 15px; }
  .ol-facts strong { font-size: 22px; }
  .ol-section { padding: 76px 0; }
  .ol-copy h2, .ol-section-head h2, .ol-location-copy h2, .ol-faq h2, .ol-cta h2 { font-size: clamp(34px, 10vw, 44px); }
  .ol-copy > p:not(.eyebrow), .ol-section-head > p, .ol-location-copy > p:not(.eyebrow) { font-size: 15px; }
  .ol-gallery { display: flex; gap: 12px; margin-right: calc(var(--gutter) * -1); padding-right: var(--gutter); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .ol-gallery::-webkit-scrollbar { display: none; }
  .ol-gallery figure, .ol-gallery-main { flex: 0 0 86%; height: 280px; grid-column: auto; scroll-snap-align: start; }
  .ol-amenity-list { grid-template-columns: 1fr 1fr; }
  .ol-plans { display: flex; gap: 12px; margin-right: calc(var(--gutter) * -1); padding-right: var(--gutter); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .ol-plans::-webkit-scrollbar { display: none; }
  .ol-plans figure { flex: 0 0 82%; padding: 18px 12px 15px; scroll-snap-align: start; }
  .ol-plans img { height: 390px; }
  .ol-studio-view { min-height: 340px; }
  .ol-location figure { min-height: 340px; }
  .ol-location-copy { padding-top: 68px; padding-bottom: 72px; }
  .ol-use-grid { grid-template-columns: 1fr; }
  .ol-use-grid article { padding: 25px 0; border-bottom: 1px solid #d8d8d8; }
  .ol-use-grid article + article { padding-left: 0; border-left: 0; }
  .ol-use-grid h3 { margin-top: 14px; }
  .ol-faq-grid { gap: 42px; }
  .ol-cta-inner { gap: 34px; }
  .ol-cta-actions { display: grid; width: 100%; }
}

@media (max-width: 430px) {
  .ol-hero-actions { display: grid; width: 100%; }
  .ol-facts-grid { grid-template-columns: 1fr; }
  .ol-facts-grid > div, .ol-facts-grid > div + div { min-height: 0; padding: 20px 0; border-left: 0; border-top: 1px solid #e6e6e6; }
  .ol-facts-grid > div:first-child { border-top: 0; }
  .ol-amenity-list { grid-template-columns: 1fr; }
  .ol-amenity-list span, .ol-amenity-list span:nth-child(even) { padding-left: 0; border-left: 0; }
  .ol-plans img { height: 390px; }
}

/* ===== One Life v67: icon system, cohesive introductions and zoomable galleries ===== */
.ol-section-head {
  display: block;
  max-width: 790px;
  margin-bottom: clamp(44px, 5vw, 68px);
}
.ol-section-head > p {
  max-width: 620px;
  margin: 23px 0 0;
}

.ol-project-gallery {
  padding: clamp(88px, 8.5vw, 126px) 0;
  border-top: 1px solid #e4e4e4;
  background: #fff;
}
.ol-gallery-heading {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
}
.ol-gallery-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.ol-gallery-heading-small { margin-bottom: 28px; }
.ol-gallery-heading-small h3 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 560;
  letter-spacing: -.044em;
  line-height: 1.08;
}
.ol-gallery-controls { display: flex; gap: 8px; flex: 0 0 auto; }
.ol-gallery-controls button,
.ol-lightbox-toolbar button,
.ol-lightbox-nav {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: #171519;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.ol-gallery-controls button:hover { border-color: #171519; }
.ol-gallery-controls svg,
.ol-lightbox-toolbar svg,
.ol-lightbox-nav svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ol-gallery-track {
  display: flex;
  gap: 14px;
  padding-bottom: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.ol-gallery-track::-webkit-scrollbar { display: none; }
.ol-gallery-card {
  position: relative;
  flex: 0 0 clamp(310px, 31.5vw, 480px);
  height: clamp(290px, 27vw, 390px);
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 0;
  background: #dedede;
  cursor: zoom-in;
  scroll-snap-align: start;
  text-align: left;
}
.ol-gallery-card-wide { flex-basis: clamp(440px, 46vw, 710px); }
.ol-gallery-card-portrait { flex-basis: clamp(260px, 24vw, 360px); }
.ol-gallery-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(8, 8, 10, .58), transparent);
  pointer-events: none;
}
.ol-gallery-card img {
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2, .75, .25, 1);
}
.ol-gallery-card:hover img { transform: scale(1.018); }
.ol-gallery-card > span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 17px;
  left: 18px;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: .01em;
}
.ol-gallery-block { margin-top: clamp(64px, 7vw, 96px); }

.ol-amenities-icons {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.ol-amenity-icon {
  display: grid;
  min-width: 0;
  min-height: 138px;
  padding: 25px 17px 22px;
  align-content: start;
  border-bottom: 1px solid #d8d8d8;
}
.ol-amenity-icon:not(:nth-child(7n + 1)) { border-left: 1px solid #d8d8d8; }
.ol-amenity-icon:nth-last-child(-n + 7) { border-bottom: 0; }
.ol-amenity-icon svg {
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
  fill: none;
  stroke: #2c292e;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ol-amenity-icon span {
  max-width: 120px;
  color: #3f3b42;
  font-size: 11px;
  line-height: 1.4;
}

.ol-image-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.ol-image-button img { transition: transform .4s ease; }
.ol-image-button:hover img { transform: scale(1.012); }
.ol-studio-view .ol-image-button { height: 100%; }
.ol-plans .ol-image-button { height: 510px; }
.ol-plans .ol-image-button img { height: 100%; }

body.ol-lightbox-open { overflow: hidden; }
.ol-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  padding: clamp(16px, 3vw, 44px);
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.ol-lightbox[aria-hidden="false"] { opacity: 1; pointer-events: auto; }
.ol-lightbox-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(8, 7, 10, .92);
  cursor: zoom-out;
}
.ol-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1420px, 94vw);
  height: min(880px, 88svh);
  grid-template-rows: auto minmax(0, 1fr);
  color: #fff;
}
.ol-lightbox-toolbar {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: .08em;
}
.ol-lightbox-toolbar button { color: #fff; border-color: rgba(255, 255, 255, .36); }
.ol-lightbox-dialog figure { display: grid; min-height: 0; margin: 0; grid-template-rows: minmax(0, 1fr) auto; }
.ol-lightbox-dialog figure img { width: 100%; height: 100%; object-fit: contain; }
.ol-lightbox-dialog figcaption { min-height: 44px; padding-top: 14px; color: rgba(255, 255, 255, .75); font-size: 12px; text-align: center; }
.ol-lightbox-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(12, 11, 14, .46);
  transform: translateY(-50%);
}
.ol-lightbox-prev { left: 0; }
.ol-lightbox-next { right: 0; }

.ol-gallery-card:focus-visible,
.ol-gallery-controls button:focus-visible,
.ol-image-button:focus-visible,
.ol-lightbox button:focus-visible { outline: 2px solid #8a63f2; outline-offset: 3px; }

@media (max-width: 1080px) {
  .ol-amenities-icons { grid-template-columns: repeat(4, 1fr); }
  .ol-amenity-icon:not(:nth-child(7n + 1)) { border-left: 0; }
  .ol-amenity-icon:not(:nth-child(4n + 1)) { border-left: 1px solid #d8d8d8; }
  .ol-amenity-icon:nth-last-child(-n + 7) { border-bottom: 1px solid #d8d8d8; }
  .ol-amenity-icon:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 680px) {
  .ol-project-gallery { padding: 76px 0; }
  .ol-gallery-heading { align-items: center; margin-bottom: 28px; }
  .ol-gallery-heading h2 { font-size: clamp(34px, 10vw, 44px); }
  .ol-gallery-heading-small h3 { font-size: 27px; }
  .ol-gallery-card,
  .ol-gallery-card-wide,
  .ol-gallery-card-portrait { flex-basis: 84vw; height: 300px; }
  .ol-gallery-controls button { width: 38px; height: 38px; }
  .ol-amenities-icons { grid-template-columns: repeat(2, 1fr); }
  .ol-amenity-icon { min-height: 124px; padding: 22px 14px 19px; }
  .ol-amenity-icon:not(:nth-child(4n + 1)) { border-left: 0; }
  .ol-amenity-icon:nth-child(even) { border-left: 1px solid #d8d8d8; }
  .ol-amenity-icon:nth-last-child(-n + 2) { border-bottom: 0; }
  .ol-amenity-icon svg { margin-bottom: 17px; }
  .ol-gallery-block { margin-top: 68px; }
  .ol-plans .ol-image-button { height: 390px; }
  .ol-lightbox { padding: 10px; }
  .ol-lightbox-dialog { width: 96vw; height: 88svh; }
  .ol-lightbox-nav { top: auto; bottom: 8px; }
  .ol-lightbox-prev { left: 8px; }
  .ol-lightbox-next { right: 8px; }
}

@media (max-width: 430px) {
  .ol-gallery-heading { display: grid; }
  .ol-gallery-controls { justify-self: start; }
}

/* One Life v68 — uso simplificado e evolução da obra */
.ol-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.ol-progress {
  background: #fff;
  border-top: 1px solid #e2e2e2;
}
.ol-progress-head { margin-bottom: clamp(48px, 5.5vw, 72px); }
.ol-progress-visual {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: end;
  padding: clamp(42px, 5vw, 68px) 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.ol-progress-number strong {
  display: block;
  margin-left: -.055em;
  color: #171519;
  font-size: clamp(86px, 10.5vw, 158px);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .82;
}
.ol-progress-number span {
  display: block;
  margin-top: 22px;
  color: #5f5b62;
  font-size: 13px;
  line-height: 1.4;
}
.ol-progress-detail { padding-bottom: 4px; }
.ol-progress-track {
  position: relative;
  height: 8px;
  overflow: hidden;
  background: #ececef;
}
.ol-progress-track span {
  display: block;
  width: 96%;
  height: 100%;
  background: #554270;
}
.ol-progress-meta {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 20px;
  color: #716d74;
  font-size: 11px;
  line-height: 1.45;
}
.ol-progress-meta strong { color: #29262b; font-weight: 540; }

@media (max-width: 680px) {
  .ol-use-grid { grid-template-columns: 1fr; }
  .ol-progress-visual { grid-template-columns: 1fr; gap: 42px; padding: 42px 0; }
  .ol-progress-number strong { font-size: clamp(82px, 29vw, 122px); }
  .ol-progress-meta { display: grid; gap: 6px; }
}

/* One Life v69 — evolução compacta e formulário no fluxo da página */
.ol-progress { padding: clamp(76px, 7.2vw, 104px) 0; }
.ol-progress-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  gap: clamp(44px, 8vw, 118px);
  align-items: end;
}
.ol-progress-summary h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.ol-progress-summary > p {
  max-width: 380px;
  margin: 0 0 5px;
  color: #666269;
  font-size: 15px;
  line-height: 1.6;
}
.ol-progress .ol-progress-track { height: 5px; margin-top: clamp(44px, 5vw, 66px); }
.ol-progress-stages {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}
.ol-progress-stages li {
  position: relative;
  min-height: 90px;
  padding: 24px 18px 0 0;
  color: #77737a;
  border-top: 1px solid #d8d8d8;
}
.ol-progress-stages li + li { padding-left: 18px; border-left: 1px solid #e3e3e3; }
.ol-progress-stages span { display: block; margin-bottom: 11px; font-size: 9px; letter-spacing: .12em; }
.ol-progress-stages strong { display: block; color: #37343a; font-size: 13px; font-weight: 520; }
.ol-progress-stages small { display: block; margin-top: 5px; color: #554270; font-size: 9px; }
.ol-progress-stages .is-current::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #554270;
}

.ol-inquiry { padding: clamp(84px, 8vw, 116px) 0; background: #f7f7f8; }
.ol-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  gap: clamp(64px, 9vw, 132px);
  align-items: start;
}
.ol-inquiry-copy { max-width: 430px; }
.ol-inquiry-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.ol-inquiry-copy > p:not(.eyebrow) { margin: 22px 0 28px; color: #656168; font-size: 15px; line-height: 1.65; }
.ol-inquiry-copy a { display: inline-block; padding-bottom: 5px; color: #3d3940; border-bottom: 1px solid currentColor; font-size: 12px; }
.ol-whatsapp-channel {
  max-width: 360px;
  margin-top: clamp(54px, 6vw, 82px);
  padding-top: 28px;
  border-top: 1px solid #d7d5d8;
}
.ol-whatsapp-channel .ol-whatsapp-label {
  margin: 0 0 12px;
  color: #554270;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}
.ol-whatsapp-channel h3 {
  max-width: 330px;
  margin: 0;
  color: #171519;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 560;
  letter-spacing: -.035em;
  line-height: 1.15;
}
.ol-whatsapp-channel > p:not(.ol-whatsapp-label) {
  margin: 14px 0 20px;
  color: #656168;
  font-size: 13px;
  line-height: 1.6;
}
.ol-inquiry-copy .ol-whatsapp-channel a {
  display: inline-flex;
  min-height: 40px;
  padding: 11px 16px;
  align-items: center;
  color: #fff;
  border: 1px solid #29262b;
  background: #29262b;
  font-size: 12px;
  font-weight: 540;
  line-height: 1;
}
.ol-inquiry-form { padding: clamp(28px, 3.5vw, 46px); border: 1px solid #dedde0; background: #fff; }
.ol-inquiry-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 28px; }
.ol-field-full { grid-column: 1 / -1; }
.ol-field label { display: block; margin-bottom: 8px; color: #68646b; font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.ol-field input,
.ol-field select,
.ol-field textarea {
  width: 100%;
  padding: 12px 0;
  color: #171519;
  border: 0;
  border-bottom: 1px solid #bdb9bf;
  border-radius: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
}
.ol-field textarea { min-height: 82px; resize: vertical; }
.ol-field input:focus,
.ol-field select:focus,
.ol-field textarea:focus { border-color: #554270; }
.ol-inquiry-form button {
  margin-top: 28px;
  padding: 12px 18px;
  color: #fff;
  border: 0;
  background: #171519;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 560;
}
.ol-form-note,
.ol-form-status { max-width: 560px; margin: 14px 0 0; color: #77737a; font-size: 10px; line-height: 1.55; }
.ol-form-trap { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; white-space: nowrap!important; }
.ol-form-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 28px; }
.ol-form-actions .ol-form-status { flex-basis: 100%; }
.ol-inquiry-form .ol-form-actions button { margin-top: 0; }
.ol-inquiry-form button:disabled { cursor: wait; opacity: .55; }
.ol-form-status.is-success { color: #2e6246; }
.ol-form-status.is-error { color: #9b3030; }

@media (max-width: 900px) {
  .ol-progress-summary,
  .ol-inquiry-grid { grid-template-columns: 1fr; }
  .ol-progress-summary { gap: 22px; }
  .ol-inquiry-grid { gap: 46px; }
  .ol-whatsapp-channel { margin-top: 42px; }
}

@media (max-width: 680px) {
  .ol-progress { padding: 72px 0; }
  .ol-progress-summary h2 { font-size: clamp(36px, 10.5vw, 46px); }
  .ol-progress-stages { grid-template-columns: 1fr; }
  .ol-progress-stages li { min-height: 0; padding: 17px 0 17px 28px; border-top: 1px solid #dedede; }
  .ol-progress-stages li + li { padding-left: 28px; border-left: 0; }
  .ol-progress-stages span { display: inline-block; width: 34px; margin: 0; }
  .ol-progress-stages strong { display: inline; }
  .ol-progress-stages small { margin-left: 38px; }
  .ol-progress-stages .is-current::before { top: 22px; left: 5px; }
  .ol-inquiry { padding: 74px 0; }
  .ol-inquiry-fields { grid-template-columns: 1fr; }
  .ol-field-full { grid-column: auto; }
  .ol-inquiry-form { padding: 28px 22px; }
  .ol-whatsapp-channel { margin-top: 36px; padding-top: 24px; }
}

/* ===== Basesul v72: uma única pausa na entrada do rodapé =====
 * A .footer-intro já possui o respiro necessário. Zerar o padding externo
 * evita que as duas pausas se somem e formem uma faixa preta vazia.
 */
footer.site-footer {
  padding-top: 0;
}

/* ===== Basesul v73: canais independentes no formulário da Home ===== */
.home-whatsapp-channel {
  max-width: 390px;
  margin-top: clamp(50px, 5.5vw, 74px);
  padding-top: 25px;
  border-top: 1px solid #d7d5d8;
}

.home-whatsapp-channel > p {
  margin: 0 0 11px;
  color: #554270;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-whatsapp-channel h3 {
  max-width: 340px;
  margin: 0 0 20px;
  color: #171519;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 560;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.home-page .home-whatsapp-channel .contact-direct {
  min-height: 40px;
  margin-top: 0;
  padding: 11px 16px;
  align-items: center;
  color: #fff;
  border: 1px solid #29262b;
  background: #29262b;
  font-size: 12px;
  font-weight: 540;
  line-height: 1;
}

.home-page .form-submit:disabled {
  cursor: wait;
  opacity: .55;
}

.home-page .form-status.is-success { color: #2e6246; }
.home-page .form-status.is-error { color: #9b3030; }

@media (max-width: 980px) {
  .home-whatsapp-channel { margin-top: 38px; }
}

@media (max-width: 680px) {
  .home-whatsapp-channel { margin-top: 34px; padding-top: 22px; }
}

/* ===== Basesul v74: navegação com escala Apple/OpenAI ===== */
body .desktop-nav {
  gap: clamp(17px, 1.25vw, 22px);
}

body .desktop-nav a,
body .nav-whatsapp,
body .nav-contact {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.25;
}

/* ===== Basesul v75: presença no rodapé e continuidade dos banners ===== */
footer.site-footer .footer-socials {
  gap: 14px;
}

footer.site-footer .footer-social {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

footer.site-footer .footer-social svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
}

.home-page .family .hero-actions,
.home-page .freedom .hero-actions {
  margin-top: 28px;
}
