@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@300;350;400;500;600;700;800&family=Sora:wght@400;500;600;700;800&display=swap');

:root{--black:#000;--ink:#050606;--graphite:#10161a;--white:#fafafa;--muted:#9da4a8;--gold:#b9965a;--gold2:#e2bb74;--gold3:#f0d397;--cyan:#12cced;--line:rgba(255,255,255,.1);--gline:rgba(226,187,116,.23);--shell:min(1280px,calc(100% - 72px));--ease:cubic-bezier(.22,1,.36,1)}
html{scrollbar-width:thin;scrollbar-color:#c99842 #050505}
::-webkit-scrollbar{width:11px;height:11px}
::-webkit-scrollbar-track{background:#050505}
::-webkit-scrollbar-thumb{
  min-height:48px;
  border:2px solid #050505;
  border-radius:999px;
  background:linear-gradient(180deg,#f0d397 0%,#c99842 48%,#8a5d1f 100%);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 0 10px rgba(201,152,66,.18);
}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffe5aa 0%,#e2bb74 48%,#a66f25 100%)}
::-webkit-scrollbar-corner{background:#050505}
*{box-sizing:border-box}html{scroll-behavior:auto;background:#000}body{margin:0;color:var(--white);background:#000;font-family:Montserrat,Arial,sans-serif;font-weight:350;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img{max-width:100%;display:block}::selection{color:#050505;background:var(--gold2)}
.shell{width:var(--shell);margin-inline:auto}.skip-link{position:fixed;z-index:30000;top:10px;left:10px;padding:12px 16px;color:#050505;background:var(--gold2);transform:translateY(-160%)}.skip-link:focus{transform:none}
.page-grid{position:fixed;z-index:0;inset:0;pointer-events:none;opacity:.025;background-image:linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);background-size:110px 110px}.site-main,.footer{position:relative;z-index:1}
.preloader{position:fixed;z-index:25000;inset:0;display:grid;place-items:center;background:#000;transition:opacity .7s var(--ease),visibility .7s}.preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.preloader__content{display:grid;width:min(430px,75vw);place-items:center}.preloader__content img{width:230px}.preloader__counter{justify-self:end;margin-top:-38px;color:var(--gold2);font-size:2rem;font-weight:300;letter-spacing:-.04em}.preloader__counter small{font-size:.65rem}.preloader__line{width:100%;height:1px;margin-top:18px;overflow:hidden;background:rgba(255,255,255,.12)}.preloader__line i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold3));transition:width .1s linear}.preloader__content p{margin:16px 0 0;color:rgba(255,255,255,.36);font-size:.57rem;letter-spacing:.18em;text-transform:uppercase}
.cursor-ring,.cursor-dot{position:fixed;z-index:24000;top:0;left:0;display:none;pointer-events:none;border-radius:50%;translate:-50% -50%}.cursor-ring{width:38px;height:38px;border:1px solid rgba(226,187,116,.55);transition:width .25s var(--ease),height .25s var(--ease),background .25s}.cursor-ring.active{width:66px;height:66px;background:rgba(226,187,116,.08)}.cursor-dot{width:5px;height:5px;background:var(--gold3)}@media(hover:hover) and (pointer:fine){.cursor-ring,.cursor-dot{display:block}}
#wealth-object{position:fixed;z-index:2;inset:0;width:100%;height:100%;pointer-events:none;opacity:0;mix-blend-mode:screen;transition:opacity .4s ease}
.site-header{position:fixed;z-index:1000;top:20px;left:50%;display:flex;width:min(1360px,calc(100% - 40px));height:78px;align-items:center;justify-content:space-between;padding:0 14px 0 23px;border:1px solid rgba(255,255,255,.11);background:rgba(0,0,0,.5);backdrop-filter:blur(20px);border-radius:999px;transform:translateX(-50%);transition:all .35s var(--ease)}.site-header.scrolled{top:11px;height:66px;border-color:var(--gline);background:rgba(2,3,3,.9);box-shadow:0 18px 60px rgba(0,0,0,.42)}.brand{display:grid;width:152px;height:55px;place-items:center}.brand img{width:145px}.nav{display:flex;align-items:center;gap:3px}.nav>a:not(.nav__cta){padding:12px;color:rgba(255,255,255,.68);border-radius:99px;font-size:.72rem;font-weight:450;transition:.25s}.nav>a:not(.nav__cta):hover{color:#fff;background:rgba(255,255,255,.055)}.nav__cta{display:flex;align-items:center;gap:10px;margin-left:8px;padding:14px 20px;color:#080706;background:linear-gradient(120deg,var(--gold3),var(--gold2),var(--gold));border-radius:99px;font-size:.7rem;font-weight:650}.menu-button{display:none;width:46px;height:46px;border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:50%;position:relative}.menu-button span{position:absolute;left:12px;width:22px;height:1px;background:#fff;transition:.3s}.menu-button span:first-child{top:18px}.menu-button span:last-child{top:27px}.menu-button.active span:first-child{top:22px;transform:rotate(45deg)}.menu-button.active span:last-child{top:22px;transform:rotate(-45deg)}
.hero{position:relative;z-index:1;display:grid;min-height:100svh;align-items:center;overflow:hidden;padding:150px 0 105px;background:#000}.hero__image,.cinematic-break__image,.cta__image{position:absolute;inset:-6%;background-position:center;background-size:cover;will-change:transform}.hero__image{background-image:url('assets/hero-revolution.webp');background-position:center}.hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.96) 34%,rgba(0,0,0,.45) 70%,rgba(0,0,0,.16)),linear-gradient(180deg,rgba(0,0,0,.3),transparent 50%,#000)}.hero__arc{position:absolute;right:-18vw;top:8vh;width:66vw;height:66vw;border:1px solid rgba(226,187,116,.1);border-radius:50%;box-shadow:0 0 150px rgba(185,150,90,.04)}.hero__layout{position:relative;z-index:3;display:grid;align-items:end;grid-template-columns:minmax(0,850px) 1fr;gap:50px}.eyebrow,.kicker{margin:0 0 23px;color:var(--gold2);font-size:.64rem;font-weight:560;letter-spacing:.17em;line-height:1.55;text-transform:uppercase}.eyebrow{display:flex;max-width:760px;align-items:center;gap:12px;color:rgba(255,255,255,.66)}.eyebrow i{width:30px;height:1px;flex:none;background:var(--gold2)}
.hero__title{max-width:1040px;margin:0;font-size:clamp(4.1rem,6.35vw,7.25rem);font-weight:350;letter-spacing:-.062em;line-height:.94}.title-mask{display:block;overflow:hidden;padding:0 .04em .05em 0}.title-line{display:block;white-space:nowrap}.title-mask--gold .title-line{color:transparent;background:linear-gradient(100deg,var(--gold3),var(--gold2) 52%,#8b642e);background-clip:text;-webkit-background-clip:text}.hero__lead{max-width:690px;margin:31px 0 0;color:rgba(255,255,255,.62);font-size:1rem;line-height:1.78}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.button{display:inline-flex;min-height:55px;align-items:center;justify-content:center;gap:13px;padding:0 24px;border:1px solid transparent;border-radius:2px;font-size:.72rem;font-weight:620;letter-spacing:.035em;transition:transform .3s var(--ease),box-shadow .3s,border-color .3s}.button:hover{transform:translateY(-3px)}.button--gold{color:#080706;background:linear-gradient(120deg,var(--gold3),var(--gold2),var(--gold));box-shadow:0 15px 45px rgba(185,150,90,.18)}.button--gold:hover{box-shadow:0 20px 55px rgba(185,150,90,.3)}.button--line{border-color:rgba(255,255,255,.18);background:rgba(0,0,0,.2);backdrop-filter:blur(12px)}.button--line:hover{border-color:rgba(226,187,116,.5)}
.hero__brief{width:min(300px,100%);justify-self:end;padding:24px;border:1px solid var(--gline);background:rgba(3,4,4,.58);backdrop-filter:blur(18px)}.brief-index{color:var(--gold2);font-size:.58rem;letter-spacing:.16em}.brief-orbit{position:relative;width:118px;height:118px;margin:28px auto;border:1px solid rgba(226,187,116,.25);border-radius:50%;animation:rotate 13s linear infinite}.brief-orbit:before,.brief-orbit:after{position:absolute;inset:16px;border:1px solid rgba(255,255,255,.12);border-radius:50%;content:""}.brief-orbit:after{inset:36px}.brief-orbit i,.brief-orbit b,.brief-orbit em{position:absolute;width:7px;height:7px;background:var(--gold2);border-radius:50%;box-shadow:0 0 15px var(--gold2)}.brief-orbit i{top:7px;left:35px}.brief-orbit b{right:5px;bottom:40px}.brief-orbit em{bottom:18px;left:20px}.hero__brief p{margin:0 0 24px;font-size:.9rem;line-height:1.6}.hero__brief small{color:rgba(255,255,255,.4);font-size:.55rem;letter-spacing:.13em;text-transform:uppercase}.hero__footer{position:absolute;z-index:3;right:0;bottom:25px;left:0;display:flex;justify-content:space-between;align-items:center}.scroll-cue{display:flex;align-items:center;gap:14px;color:rgba(255,255,255,.48);font-size:.57rem;letter-spacing:.15em;text-transform:uppercase}.scroll-cue i{display:block;width:70px;height:1px;overflow:hidden;background:rgba(255,255,255,.18)}.scroll-cue i:after{display:block;width:35px;height:1px;background:var(--gold2);content:"";animation:scan 2s ease-in-out infinite}.hero__chapter{color:rgba(255,255,255,.34);font-size:.55rem;letter-spacing:.14em;text-transform:uppercase}
@keyframes rotate{to{transform:rotate(360deg)}}@keyframes scan{50%{transform:translateX(35px)}}
.ticker{position:relative;z-index:4;overflow:hidden;border-block:1px solid var(--line);background:#030404}.ticker__track{display:flex;width:max-content;animation:ticker 38s linear infinite}.ticker__set{display:flex;min-width:max-content;align-items:center;gap:30px;padding:20px 30px}.ticker__set span{color:rgba(255,255,255,.48);font-size:.62rem;font-weight:520;letter-spacing:.17em;text-transform:uppercase}.ticker__set i{width:4px;height:4px;background:var(--gold2);border-radius:50%;box-shadow:0 0 12px var(--gold2)}@keyframes ticker{to{transform:translateX(-50%)}}
.section{position:relative;z-index:1;overflow:hidden;padding:140px 0}.section h2,.cinematic-break h2,.cta h2{margin:0;font-size:clamp(2.8rem,4.75vw,5.5rem);font-weight:350;letter-spacing:-.058em;line-height:1.01;text-wrap:balance;word-break:normal;overflow-wrap:normal;hyphens:none}.section h2>span,.cta h2>span{display:block}.section-number{position:absolute;top:55px;right:3vw;color:rgba(255,255,255,.018);font-size:25vw;font-weight:600;line-height:1;pointer-events:none}.section--about{background:radial-gradient(circle at 85% 35%,rgba(18,204,237,.025),transparent 24%),#070808}.about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,.62fr);gap:10vw}.about-copy{padding-top:48px}.about-copy p{color:var(--muted);font-size:.92rem;line-height:1.82}.about-copy .lead{margin-top:0;color:rgba(255,255,255,.86);font-size:1.18rem;letter-spacing:-.025em;line-height:1.62}.text-link{display:inline-flex;gap:9px;margin-top:18px;padding-bottom:7px;color:var(--gold2);border-bottom:1px solid rgba(226,187,116,.4);font-size:.7rem;font-weight:550}.philosophy{display:grid;margin-top:90px;border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr)}.philosophy article{min-height:190px;padding:27px 30px;border-right:1px solid var(--line)}.philosophy article:last-child{border:0}.philosophy span,.service-card__top>span,.journey article>span,.audience-number,.perspective-principles span{color:var(--gold2);font-size:.6rem;letter-spacing:.16em}.philosophy h3{margin:55px 0 7px;font-size:1.3rem;font-weight:430;letter-spacing:-.03em}.philosophy p{margin:0;color:var(--muted);font-size:.78rem}.axis-illustration{margin-top:70px;padding:25px 0;border-block:1px solid var(--line)}.axis-illustration svg{width:100%;height:auto;overflow:visible}.axis-illustration path[stroke="url(#axisGold)"]{stroke-dasharray:1500;stroke-dashoffset:1500}
.heading-row{display:grid;align-items:end;grid-template-columns:1fr minmax(300px,410px);gap:70px}.heading-row>p,.method-heading>p:last-child,.perspective-copy>p:last-child,.contact-copy>p{margin:0 0 7px;color:var(--muted);font-size:.88rem;line-height:1.8}.section--solutions{background:radial-gradient(circle at 20% 10%,rgba(185,150,90,.09),transparent 30%),#010202}.service-grid{display:grid;margin-top:72px;grid-template-columns:repeat(3,1fr);gap:14px}.service-card{position:relative;display:flex;min-height:610px;flex-direction:column;justify-content:space-between;overflow:hidden;padding:27px;border:1px solid var(--line);background:linear-gradient(150deg,rgba(255,255,255,.052),rgba(255,255,255,.01)),#080a0b;transition:transform .45s var(--ease),border-color .4s}.service-card:hover{border-color:rgba(226,187,116,.35);transform:translateY(-7px)}.service-card:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold2),transparent);content:"";transform:scaleX(0);transition:transform .5s var(--ease)}.service-card:hover:after{transform:scaleX(1)}.service-card__top{display:flex;justify-content:space-between}.service-card__top small{color:rgba(226,187,116,.6);font-size:.55rem;letter-spacing:.12em;text-transform:uppercase}.service-card__copy h3{max-width:340px;margin:0;font-size:2rem;font-weight:380;letter-spacing:-.045em;line-height:1.08}.service-card__copy p{margin:20px 0 0;color:var(--muted);font-size:.8rem;line-height:1.78}
.service-visual{position:relative;width:230px;height:230px;align-self:center}.service-visual--compass{border:1px solid rgba(226,187,116,.25);border-radius:50%;animation:rotate 26s linear infinite}.service-visual--compass:before,.service-visual--compass:after{position:absolute;inset:32px;border:1px solid rgba(255,255,255,.12);border-radius:50%;content:""}.service-visual--compass:after{inset:78px;background:radial-gradient(circle,rgba(226,187,116,.23),transparent 70%)}.service-visual--compass i{position:absolute;top:50%;left:50%;width:1px;height:100%;background:linear-gradient(transparent,var(--gold2),transparent);transform:translate(-50%,-50%)}.service-visual--compass i:nth-child(2){transform:translate(-50%,-50%) rotate(90deg)}.service-visual--compass b,.service-visual--compass em{position:absolute;top:15px;left:50%;width:7px;height:7px;background:var(--gold2);border-radius:50%;box-shadow:0 0 18px var(--gold2)}.service-visual--compass em{top:auto;right:17px;bottom:48px;left:auto}.service-visual--family i{position:absolute;border:1px solid rgba(226,187,116,.25);border-radius:50%}.service-visual--family i:nth-child(1){inset:10px}.service-visual--family i:nth-child(2){inset:48px}.service-visual--family i:nth-child(3){inset:86px;background:radial-gradient(circle,rgba(226,187,116,.25),transparent)}.service-visual--family b,.service-visual--family em{position:absolute;top:42px;left:50%;width:1px;height:145px;background:linear-gradient(transparent,var(--gold2),transparent);transform:rotate(45deg)}.service-visual--family em{transform:rotate(-45deg)}.service-visual--layers i{position:absolute;left:15px;width:200px;height:90px;border:1px solid rgba(226,187,116,.28);transform:rotate(-12deg) skewX(25deg)}.service-visual--layers i:nth-child(1){top:28px}.service-visual--layers i:nth-child(2){top:70px}.service-visual--layers i:nth-child(3){top:112px}.service-visual--layers b{position:absolute;right:4px;bottom:22px;width:8px;height:8px;background:var(--gold2);border-radius:50%;box-shadow:0 0 20px var(--gold2)}
.cinematic-break{position:relative;z-index:1;display:grid;min-height:760px;align-items:center;overflow:hidden;background:#000}.cinematic-break__image{background-image:url('assets/method-revolution.webp');background-position:center}.cinematic-break__veil{position:absolute;inset:0;background:linear-gradient(90deg,#000,rgba(0,0,0,.86) 42%,rgba(0,0,0,.18) 78%),linear-gradient(180deg,#000,transparent 25%,#000)}.cinematic-break__content{position:relative;z-index:3}.cinematic-break__content>span{color:var(--gold2);font-size:.62rem;letter-spacing:.16em;text-transform:uppercase}.cinematic-break h2{max-width:900px;margin-top:20px}
.section--method{background:radial-gradient(circle at 80% 45%,rgba(185,150,90,.075),transparent 28%),#050606}.method-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(480px,.66fr);gap:9vw}.method-heading>p:last-child{max-width:560px;margin-top:29px}.journey{border-top:1px solid var(--line)}.journey article{position:relative;display:grid;min-height:150px;padding:26px 0;border-bottom:1px solid var(--line);grid-template-columns:55px 1fr;gap:18px}.journey h3{margin:-3px 0 9px;font-size:1.18rem;font-weight:430}.journey p{max-width:430px;margin:0;color:var(--muted);font-size:.8rem;line-height:1.7}.journey i{position:absolute;top:0;bottom:0;left:0;width:1px;background:var(--gold2);transform:scaleY(0);transform-origin:top}
.section--audience{background:#08090a}.audience-list{display:grid;margin-top:70px;border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr)}.audience-list article{position:relative;min-height:430px;overflow:hidden;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.audience-list article:first-child{border-left:1px solid var(--line)}.audience-list h3{margin:145px 0 15px;font-size:1.7rem;font-weight:400;letter-spacing:-.04em}.audience-list p{max-width:320px;margin:0;color:var(--muted);font-size:.8rem;line-height:1.75}.audience-orbit{position:absolute;right:-60px;bottom:-70px;width:210px;height:210px;border:1px solid rgba(226,187,116,.2);border-radius:50%;transition:transform .7s var(--ease)}.audience-orbit:before,.audience-orbit:after{position:absolute;inset:30px;border:1px solid rgba(255,255,255,.1);border-radius:inherit;content:""}.audience-orbit:after{inset:65px}.audience-orbit i{position:absolute;top:20px;left:40px;width:7px;height:7px;background:var(--gold2);border-radius:50%;box-shadow:0 0 16px var(--gold2)}.audience-list article:hover .audience-orbit{transform:translate(-30px,-30px) rotate(90deg)}.audience-orbit--square{border-radius:0;transform:rotate(20deg)}.audience-orbit--axis{border-radius:50% 0 50% 50%}
.section--perspectives{background:radial-gradient(circle at 73% 45%,rgba(185,150,90,.1),transparent 30%),#010202}.perspective-grid{display:grid;align-items:center;grid-template-columns:minmax(0,.65fr) minmax(500px,.75fr);gap:8vw}.perspective-copy>p:last-child{max-width:540px;margin-top:28px}.perspective-system{position:relative;width:min(560px,100%);aspect-ratio:1;margin:auto}.system-ring{position:absolute;border:1px solid rgba(226,187,116,.22);border-radius:50%;animation:rotate 25s linear infinite}.system-ring:after{position:absolute;top:14%;left:6%;width:8px;height:8px;background:var(--gold2);border-radius:50%;box-shadow:0 0 18px var(--gold2);content:""}.system-ring--one{inset:2%}.system-ring--two{inset:17%;animation-direction:reverse;animation-duration:18s}.system-ring--three{inset:33%;animation-duration:12s}.system-core{position:absolute;inset:40%;display:grid;place-items:center;background:radial-gradient(circle,rgba(226,187,116,.25),rgba(185,150,90,.04) 60%,transparent);border-radius:50%}.system-core span{font-size:1.4rem;font-weight:500;letter-spacing:.1em}.system-core small{margin-top:-22px;color:var(--gold2);font-size:.48rem;letter-spacing:.2em}.system-label{position:absolute;color:rgba(255,255,255,.52);font-size:.54rem;letter-spacing:.16em}.system-label--a{top:7%;left:45%}.system-label--b{top:48%;right:-3%}.system-label--c{bottom:5%;left:44%}.system-label--d{top:48%;left:-3%}.perspective-principles{display:grid;margin-top:90px;border-block:1px solid var(--line);grid-template-columns:repeat(4,1fr)}.perspective-principles article{min-height:230px;padding:25px;border-right:1px solid var(--line)}.perspective-principles article:last-child{border:0}.perspective-principles h3{margin:70px 0 12px;font-size:1.2rem;font-weight:420}.perspective-principles p{margin:0;color:var(--muted);font-size:.73rem;line-height:1.65}
.section--insights{background:#090a0b}.insight-grid{display:grid;margin-top:70px;grid-template-columns:repeat(3,1fr);gap:14px}.insight-grid article{position:relative;min-height:420px;overflow:hidden;padding:27px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.04),transparent)}.insight-grid article>div{display:flex;justify-content:space-between;color:var(--gold2);font-size:.55rem;letter-spacing:.13em;text-transform:uppercase}.insight-grid h3{margin:140px 0 17px;font-size:1.5rem;font-weight:400;letter-spacing:-.04em;line-height:1.16}.insight-grid p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.72}.insight-grid article>i{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold2),transparent);transform:scaleX(0);transition:.45s}.insight-grid article:hover>i{transform:scaleX(1)}
.cta{position:relative;z-index:1;display:grid;min-height:760px;align-items:center;overflow:hidden;background:#000}.cta__image{background-image:url('assets/cta-revolution.webp');background-position:center}.cta__veil{position:absolute;inset:0;background:linear-gradient(90deg,#000,rgba(0,0,0,.92) 42%,rgba(0,0,0,.18) 82%),linear-gradient(180deg,#000,transparent 25%,#000)}.cta__content{position:relative;z-index:3}.cta__content h2{max-width:980px}.cta__content>p:nth-of-type(2){max-width:610px;margin:28px 0 35px;color:rgba(255,255,255,.58);font-size:.9rem;line-height:1.75}
.section--contact{background:radial-gradient(circle at 100% 0,rgba(18,204,237,.025),transparent 24%),#070808}.contact-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(500px,.65fr);gap:9vw}.contact-copy>p{max-width:560px;margin-top:28px}.contact-info{display:grid;margin-top:50px;border-top:1px solid var(--line)}.contact-info a{padding:21px 0;border-bottom:1px solid var(--line)}.contact-info small{display:block;margin-bottom:6px;color:var(--gold2);font-size:.54rem;letter-spacing:.14em;text-transform:uppercase}.contact-info strong{font-size:.8rem;font-weight:400;line-height:1.65}.contact-form{display:grid;align-self:start;gap:21px;padding:34px;border:1px solid var(--line);background:rgba(255,255,255,.018)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label:not(.consent){display:grid;gap:9px}.contact-form label>span{color:rgba(255,255,255,.62);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase}.contact-form input,.contact-form select,.contact-form textarea{width:100%;outline:0;border:1px solid rgba(255,255,255,.11);background:#0d0f10;border-radius:2px;transition:.25s}.contact-form input,.contact-form select{height:55px;padding:0 14px}.contact-form textarea{padding:14px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:rgba(226,187,116,.55);box-shadow:0 0 0 3px rgba(185,150,90,.08)}.consent{display:flex;align-items:flex-start;gap:10px}.consent input{width:16px;height:16px;flex:none;accent-color:var(--gold2)}.consent span{color:rgba(255,255,255,.4)!important;font-size:.63rem!important;line-height:1.5;text-transform:none!important;letter-spacing:0!important}.contact-form .button{width:100%}
.footer{padding:80px 0 25px;border-top:1px solid var(--line);background:#000}.footer__main{display:grid;grid-template-columns:1fr auto;gap:80px}.footer__main>div img{width:190px}.footer__main>div p{max-width:480px;margin:-27px 0 0;color:rgba(255,255,255,.38);font-size:.59rem;letter-spacing:.11em;line-height:1.65;text-transform:uppercase}.footer nav{display:grid;grid-template-columns:repeat(2,minmax(125px,1fr));gap:70px}.footer nav>div{display:grid;align-content:start;gap:9px}.footer nav span{margin-bottom:7px;color:var(--gold2);font-size:.55rem;letter-spacing:.14em;text-transform:uppercase}.footer nav a{color:rgba(255,255,255,.5);font-size:.7rem}.footer__legal{margin-top:65px;padding:26px 0;border-block:1px solid var(--line)}.footer__legal p{max-width:980px;margin:0;color:rgba(255,255,255,.3);font-size:.57rem;line-height:1.7}.footer__bottom{display:flex;justify-content:space-between;padding-top:22px;color:rgba(255,255,255,.27);font-size:.55rem}.mobile-whatsapp{position:fixed;z-index:900;right:13px;bottom:13px;display:none;padding:15px 18px;color:#080706;background:linear-gradient(120deg,var(--gold3),var(--gold2),var(--gold));border-radius:99px;box-shadow:0 15px 45px rgba(0,0,0,.5);font-size:.65rem;font-weight:650}
:focus-visible{outline:2px solid var(--gold2);outline-offset:4px}
@media(max-width:1100px){:root{--shell:min(100% - 50px,1120px)}.nav>a:not(.nav__cta){padding-inline:8px}.hero__layout{grid-template-columns:minmax(0,780px) minmax(220px,1fr)}.hero__title{font-size:clamp(3.8rem,6.5vw,6.2rem)}.about-grid,.method-grid,.perspective-grid,.contact-grid{gap:6vw}}
@media(max-width:950px){.hero__title{font-size:clamp(3.2rem,6.1vw,4.1rem)}.menu-button{display:block}.nav{position:fixed;top:-20px;right:-20px;left:-20px;display:flex;height:100svh;flex-direction:column;align-items:flex-start;justify-content:center;padding:90px 7vw;opacity:0;visibility:hidden;background:radial-gradient(circle at 80% 20%,rgba(185,150,90,.13),transparent 30%),#030404;transform:translateY(-20px);transition:.4s var(--ease)}.nav.open{opacity:1;visibility:visible;transform:none}.nav>a:not(.nav__cta){padding:5px 0;color:#fff;font-size:clamp(2rem,7vw,4rem);font-weight:350;letter-spacing:-.045em}.nav__cta{margin:24px 0 0}.hero__layout{grid-template-columns:1fr}.hero__brief{display:none}.about-grid,.heading-row,.method-grid,.perspective-grid,.contact-grid{grid-template-columns:1fr}.about-grid,.heading-row,.method-grid,.contact-grid{gap:52px}.about-copy{max-width:680px;padding-top:0}.method-heading,.journey{max-width:700px}.perspective-system{margin-top:30px}}
@media(max-width:740px){:root{--shell:min(100% - 30px,680px)}.site-header,.site-header.scrolled{top:10px;width:calc(100% - 20px);height:64px;padding:0 9px 0 14px}.brand{width:120px}.brand img{width:117px}.hero{min-height:94svh;padding:125px 0 90px}.hero__image{background-position:68% center;opacity:.62}.hero__veil{background:linear-gradient(90deg,rgba(0,0,0,.97),rgba(0,0,0,.63)),linear-gradient(180deg,rgba(0,0,0,.3),transparent 50%,#000)}.eyebrow{font-size:.54rem;letter-spacing:.11em}.eyebrow i{width:21px}.hero__title{font-size:clamp(2.9rem,13vw,4.8rem);line-height:.96}.title-line{white-space:normal}.hero__lead{font-size:.84rem;line-height:1.7}.hero__actions{display:grid;max-width:390px}.button{width:100%;min-height:52px;padding-inline:17px;font-size:.67rem}.hero__chapter{display:none}.scroll-cue i{width:45px}.section{padding:95px 0}.section h2,.cinematic-break h2,.cta h2{font-size:clamp(2.35rem,11vw,3.8rem);line-height:1.03}.kicker{font-size:.56rem}.philosophy,.service-grid,.audience-list,.perspective-principles,.insight-grid{grid-template-columns:1fr}.philosophy{margin-top:60px}.philosophy article{min-height:135px;padding:21px 0;border-right:0;border-bottom:1px solid var(--line)}.philosophy h3{margin-top:35px}.axis-illustration{margin-top:45px;overflow:hidden}.axis-illustration svg{width:190%;margin-left:-45%}.heading-row{gap:28px}.service-grid,.audience-list,.insight-grid{margin-top:48px}.service-card{min-height:510px}.service-visual{width:190px;height:190px}.service-visual--layers i{width:170px}.cinematic-break{min-height:630px}.cinematic-break__image{background-position:65% center;opacity:.58}.cinematic-break__veil{background:linear-gradient(90deg,#000,rgba(0,0,0,.75)),linear-gradient(180deg,#000,transparent 35%,#000)}.journey article{min-height:140px}.audience-list{border-top:0;gap:10px}.audience-list article,.audience-list article:first-child{min-height:330px;border:1px solid var(--line)}.audience-list h3{margin-top:95px}.perspective-system{width:100%;margin-top:20px}.perspective-principles article{min-height:170px;padding:21px 0;border-right:0;border-bottom:1px solid var(--line)}.perspective-principles h3{margin-top:42px}.insight-grid article{min-height:330px}.insight-grid h3{margin-top:80px}.cta{min-height:650px}.cta__image{background-position:68% center;opacity:.62}.cta__veil{background:linear-gradient(90deg,#000,rgba(0,0,0,.72)),linear-gradient(180deg,#000,transparent 35%,#000)}.form-row{grid-template-columns:1fr}.contact-form{padding:22px}.footer__main{grid-template-columns:1fr;gap:50px}.footer nav{gap:40px}.footer__bottom{flex-direction:column;gap:15px}.mobile-whatsapp{display:block}.footer{padding-bottom:84px}#wealth-object{opacity:.55!important}}
@media(max-width:420px){.hero__title{font-size:clamp(2.65rem,13.4vw,3.5rem)}.hero__lead{font-size:.79rem}.footer nav{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}#wealth-object,.cursor-ring,.cursor-dot{display:none!important}.parallax-media{transform:none!important}}

/* V2.1 — direção espacial contínua, sem imagens decorativas genéricas. */
.hero__image,.cinematic-break__image,.cta__image{background-image:none!important}
.hero{background:radial-gradient(ellipse at 78% 44%,rgba(151,102,35,.16),transparent 24%),radial-gradient(ellipse at 52% 0,rgba(255,255,255,.045),transparent 38%),#020202}
.hero:before{position:absolute;inset:0;background:repeating-linear-gradient(115deg,transparent 0 11vw,rgba(220,176,99,.035) 11vw calc(11vw + 1px));content:"";mask-image:linear-gradient(to bottom,#000,transparent 86%)}
.hero__veil{background:linear-gradient(90deg,#020202 0,rgba(2,2,2,.96) 38%,rgba(2,2,2,.28) 72%,#020202 100%),linear-gradient(180deg,transparent 55%,#000)}
.hero__layout{grid-template-columns:minmax(0,64rem) minmax(21rem,1fr);gap:2vw}
.hero__copy{z-index:5}
.hero__title{font-size:clamp(3.65rem,5.35vw,5.85rem);line-height:.91;letter-spacing:-.065em}
.hero__title .title-line{display:block;white-space:nowrap}
.hero__lead{max-width:42rem}
.object-dock{border:0;background:none;box-shadow:none;overflow:visible}
.object-dock:before,.object-dock:after,.object-dock__orbit,.object-dock__index,.object-dock>small,.object-dock>p{display:none!important}
.object-dock--hero{width:min(33vw,31rem);aspect-ratio:1;align-self:center;transform:translateX(2vw)}
.cinematic-break{background:radial-gradient(circle at 70% 40%,rgba(185,150,90,.12),transparent 30%),#020202}
.cta{background:radial-gradient(circle at 78% 50%,rgba(185,150,90,.13),transparent 26%),#020202}
.section h2 span,.cta h2 span{display:block}
.section h2{font-size:clamp(2.8rem,4.6vw,5.2rem);line-height:.98}
#wealth-object{z-index:2;filter:drop-shadow(0 28px 45px rgba(0,0,0,.65))}
@media(max-width:1100px){.hero__layout{grid-template-columns:minmax(0,1fr) 18rem}.hero__title{font-size:clamp(3.15rem,5.55vw,4.4rem)}}
@media(max-width:950px){.hero__layout{grid-template-columns:1fr}.object-dock--hero{position:absolute;right:2vw;bottom:10vh;width:35vw;opacity:.62}.hero__copy{max-width:47rem}.hero__title{font-size:clamp(3.1rem,8.4vw,5.1rem)}}
@media(max-width:740px){.hero{min-height:100svh}.hero__title{font-size:clamp(2.55rem,12vw,4rem);line-height:.96}.hero__title .title-line{white-space:normal}.object-dock--hero{position:relative;right:auto;bottom:auto;width:min(70vw,19rem);opacity:1;transform:none}.hero__veil{background:linear-gradient(180deg,rgba(2,2,2,.25),rgba(2,2,2,.92) 78%,#020202)}}

/* Assinatura horizontal do menu: símbolo + wordmark lado a lado. */
.site-header .brand{display:flex;width:auto;height:58px;align-items:center;gap:14px;flex:none}
.site-header .brand__symbol{width:50px;height:46px;object-fit:contain}
.brand__wordmark{display:flex;align-items:center;color:#f5f5f3;font-size:1rem;font-style:normal;font-weight:300;letter-spacing:.2em;white-space:nowrap}
.brand__wordmark b{font-weight:300}.brand__wordmark b:nth-child(2){color:var(--gold2)}
.brand__wordmark i{margin-left:.72em;color:#f5f5f3;font-style:normal;font-weight:300;letter-spacing:.27em}
@media(max-width:740px){.site-header .brand{gap:9px}.site-header .brand__symbol{width:39px;height:38px}.brand__wordmark{font-size:.7rem;letter-spacing:.14em}.brand__wordmark i{margin-left:.55em;letter-spacing:.18em}}

/* Encaixes do símbolo 3D: o canvas permanece global, mas o ícone é
   posicionado e dimensionado pelos módulos abaixo em tempo real. */
.object-dock{position:relative;z-index:3;width:100%;aspect-ratio:1;overflow:hidden;border:1px solid rgba(226,187,116,.25);background:radial-gradient(circle at 50% 48%,rgba(185,150,90,.09),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));box-shadow:inset 0 0 80px rgba(0,0,0,.35);isolation:isolate}
.object-dock:before,.object-dock:after{position:absolute;z-index:1;inset:9%;border:1px solid rgba(255,255,255,.08);border-radius:50%;content:""}.object-dock:after{inset:24%;border-color:rgba(226,187,116,.12)}
.object-dock__index,.object-dock>small,.object-dock>p{position:absolute;z-index:4}.object-dock__index{top:20px;left:21px;color:var(--gold2);font-size:.54rem;font-weight:560;letter-spacing:.16em;text-transform:uppercase}.object-dock>small{right:20px;bottom:18px;left:20px;color:rgba(255,255,255,.38);font-size:.48rem;letter-spacing:.13em;line-height:1.5;text-align:center;text-transform:uppercase}.object-dock>p{right:22px;bottom:50px;left:22px;margin:0;color:rgba(255,255,255,.68);font-size:.72rem;line-height:1.6;text-align:center}
.object-dock__orbit{position:absolute;z-index:3;inset:14%;border:1px solid rgba(226,187,116,.17);border-radius:50%;animation:rotate 24s linear infinite}.object-dock__orbit:before,.object-dock__orbit:after{position:absolute;inset:16%;border:1px dashed rgba(255,255,255,.08);border-radius:50%;content:""}.object-dock__orbit:after{inset:34%;border-style:solid;border-color:rgba(226,187,116,.12)}.object-dock__orbit i,.object-dock__orbit b,.object-dock__orbit em{position:absolute;width:6px;height:6px;background:var(--gold2);border-radius:50%;box-shadow:0 0 16px var(--gold2)}.object-dock__orbit i{top:8%;left:27%}.object-dock__orbit b{right:5%;bottom:36%}.object-dock__orbit em{bottom:13%;left:17%}
.object-dock--hero{width:min(350px,100%);justify-self:end;aspect-ratio:1}.object-dock--hero>p{bottom:55px}.about-visual-grid{display:grid;align-items:center;margin-top:75px;grid-template-columns:minmax(0,1fr) 350px;gap:30px}.about-visual-grid .axis-illustration{width:100%;margin-top:0}.object-dock--section{width:350px}.heading-row--with-dock{align-items:center;grid-template-columns:minmax(0,1fr) 340px}.heading-support{max-width:590px;margin:30px 0 0;color:var(--muted);font-size:.88rem;line-height:1.8}.object-dock--compact{width:340px}.object-dock--method{width:min(360px,100%);margin-top:45px}.object-dock--perspective{border-color:rgba(226,187,116,.2);background:radial-gradient(circle,rgba(185,150,90,.08),transparent 58%)}.object-dock--perspective:before,.object-dock--perspective:after{display:none}.object-dock--perspective .system-core{z-index:4;pointer-events:none}.object-dock--perspective .system-core small{margin-top:0}.object-dock--cta{position:absolute;z-index:3;top:50%;right:max(4vw,calc((100vw - 1280px)/2));width:min(370px,30vw);transform:translateY(-50%)}
@media(max-width:950px){.about-visual-grid{grid-template-columns:1fr 300px}.object-dock--section{width:300px}.heading-row--with-dock{grid-template-columns:1fr 300px}.object-dock--compact{width:300px}.object-dock--cta{right:25px;width:310px}.cta__content{max-width:60%}}
@media(max-width:740px){.object-dock{width:min(330px,100%);margin-inline:auto}.object-dock--hero{display:block;margin-top:38px;justify-self:center}.hero__layout{gap:38px}.hero{min-height:auto}.about-visual-grid{grid-template-columns:1fr;gap:28px}.heading-row--with-dock{grid-template-columns:1fr}.object-dock--compact{margin-top:20px}.object-dock--method{margin:40px auto 0}.object-dock--cta{position:relative;top:auto;right:auto;width:min(330px,calc(100% - 30px));margin:55px auto 0;transform:none}.cta{padding:95px 0}.cta__content{max-width:none}.perspective-system.object-dock{width:min(350px,100%)}#wealth-object{opacity:1!important}}

/* V3 — direção patrimonial: cenas reais, títulos editoriais e logo 3D integrado. */
:root{--paper:#d8d0bf;--olive:#6d7665;--deep:#060707}
.page-grid{display:none}
#wealth-object{z-index:5;mix-blend-mode:normal;filter:drop-shadow(0 34px 54px rgba(0,0,0,.68)) drop-shadow(0 0 18px rgba(226,187,116,.18))}
.hero{min-height:100svh;padding:160px 0 92px;background:#030303}
.hero__image,.cinematic-break__image,.cta__image{background-image:none!important;opacity:1}
.hero__image{background-image:url('assets/hero-advisory.png')!important;background-position:62% center}
.hero__veil{background:linear-gradient(90deg,#030303 0%,rgba(3,3,3,.96) 34%,rgba(3,3,3,.62) 62%,rgba(3,3,3,.2) 100%),linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.76) 82%,#060707)}
.hero__arc{display:none}
.hero__layout{align-items:center;grid-template-columns:minmax(0,820px) minmax(300px,1fr);gap:6vw}
.hero__title{max-width:900px;font-size:clamp(3.8rem,5.1vw,6rem);font-weight:320;letter-spacing:-.055em;line-height:.96}
.hero__title .title-line{white-space:normal}
.title-mask--gold .title-line{background:linear-gradient(105deg,#f0d397 0%,#d4ad64 42%,#9a7035 100%);background-clip:text;-webkit-background-clip:text}
.hero__lead{max-width:650px;color:rgba(255,255,255,.7)}
.object-dock{overflow:visible;border:0;background:transparent!important;box-shadow:none;isolation:auto}
.object-dock:before,.object-dock:after,.object-dock__orbit,.object-dock__index,.object-dock>small,.object-dock>p{display:none!important}
.object-dock--hero{width:min(420px,31vw);justify-self:end;transform:translateY(20px)}
.ticker{background:#070808;border-color:rgba(216,208,191,.12)}
.ticker__set i{width:42px;height:1px;border-radius:0;background:rgba(226,187,116,.55);box-shadow:none}
.section{background:#070808}
.section h2,.cinematic-break h2,.cta h2{font-size:clamp(2.55rem,4.05vw,4.95rem);font-weight:340;letter-spacing:-.045em;line-height:1.04}
.section-number{opacity:.55;color:rgba(216,208,191,.035)}
.section--about{background:linear-gradient(180deg,#070808,#0b0c0c)}
.object-dock--about-float{position:absolute;top:380px;left:max(34px,calc((100vw - 1280px)/2));width:185px;height:185px;border-left:1px solid rgba(226,187,116,.3);background:linear-gradient(180deg,rgba(226,187,116,.055),transparent)!important}
.about-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.58fr);gap:8vw}
.about-copy .lead{color:#f4f0e8}
.philosophy{border-color:rgba(216,208,191,.12)}
.philosophy article{background:linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.006));border-color:rgba(216,208,191,.12)}
.about-visual-grid{grid-template-columns:320px minmax(0,1fr);align-items:stretch;gap:28px}
.about-visual-grid .object-dock--section{order:0;width:320px;min-height:380px;border-left:1px solid rgba(226,187,116,.35);background:linear-gradient(180deg,rgba(226,187,116,.07),transparent)!important}
.about-visual-grid .wealth-map{order:1;margin-top:0;padding:0;border:1px solid rgba(216,208,191,.11);background:linear-gradient(135deg,rgba(216,208,191,.06),rgba(255,255,255,.015)),#0d0f0f}
.wealth-map svg{height:100%;min-height:380px;padding:34px}
.wealth-map ellipse{display:none}
.wealth-map g:first-of-type path{stroke:rgba(216,208,191,.16)}
.wealth-map text{fill:rgba(250,250,250,.72);letter-spacing:2px}
.section--solutions{background:#0a0c0c}
.heading-row--with-dock{grid-template-columns:minmax(0,1fr) 300px}
.object-dock--compact{width:300px;height:300px;border-bottom:1px solid rgba(226,187,116,.3);background:linear-gradient(180deg,transparent,rgba(226,187,116,.08))!important}
.service-grid{gap:18px}
.service-card{min-height:520px;border-color:rgba(216,208,191,.12);background:#0f1111}
.service-card:before{position:absolute;inset:0 0 auto;height:46%;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,0));content:""}
.service-card__top,.service-card__copy{position:relative;z-index:2}
.service-visual{position:relative;z-index:1;width:100%;height:210px;margin:10px 0 18px;align-self:stretch;border:1px solid rgba(216,208,191,.1);background:linear-gradient(135deg,rgba(216,208,191,.08),rgba(255,255,255,.015));animation:none!important}
.service-visual:before,.service-visual:after{position:absolute;content:""}
.service-visual--compass,.service-visual--family,.service-visual--layers{border-radius:0}
.service-visual--compass i,.service-visual--family i,.service-visual--layers i,.service-visual b,.service-visual em{display:none!important}
.service-visual--compass:before{left:35px;right:35px;top:48px;height:98px;border-left:1px solid rgba(226,187,116,.7);border-bottom:1px solid rgba(226,187,116,.45);background:linear-gradient(135deg,transparent 54%,rgba(226,187,116,.18) 55%,transparent 56%)}
.service-visual--compass:after{right:45px;bottom:45px;width:124px;height:78px;border:1px solid rgba(216,208,191,.22);background:repeating-linear-gradient(180deg,rgba(216,208,191,.26) 0 1px,transparent 1px 17px)}
.service-visual--family:before{left:44px;right:44px;bottom:42px;height:86px;border:1px solid rgba(226,187,116,.35);background:linear-gradient(90deg,rgba(226,187,116,.16),rgba(216,208,191,.04))}
.service-visual--family:after{top:42px;left:50%;width:170px;height:84px;border:1px solid rgba(216,208,191,.18);background:linear-gradient(135deg,rgba(216,208,191,.1),transparent);transform:translateX(-50%)}
.service-visual--layers:before{left:44px;right:44px;top:50px;height:120px;background:linear-gradient(180deg,rgba(226,187,116,.22),rgba(226,187,116,.03));clip-path:polygon(0 18%,78% 0,100% 30%,20% 58%,100% 86%,22% 100%,0 72%,80% 42%)}
.service-visual--layers:after{left:58px;right:58px;bottom:48px;height:1px;background:rgba(216,208,191,.24);box-shadow:0 -34px 0 rgba(216,208,191,.17),0 -68px 0 rgba(216,208,191,.1)}
.cinematic-break{min-height:660px;background:#050606}
.cinematic-break__image{background-image:url('assets/method-advisory.png')!important;background-position:center}
.cinematic-break__veil{background:linear-gradient(90deg,#050606 0,rgba(5,6,6,.91) 42%,rgba(5,6,6,.42) 78%,rgba(5,6,6,.2)),linear-gradient(180deg,#070808,transparent 28%,#050606)}
.cinematic-break h2{max-width:780px}
.section--method{background:linear-gradient(180deg,#050606,#090b0b)}
.object-dock--method{width:min(320px,100%);height:320px;margin-top:54px;border-top:1px solid rgba(226,187,116,.28);background:linear-gradient(180deg,rgba(226,187,116,.06),transparent)!important}
.journey{border-color:rgba(216,208,191,.12)}
.journey article{border-color:rgba(216,208,191,.12)}
.section--audience{background:#0b0d0d}
.audience-list{gap:16px;border:0}
.audience-list article,.audience-list article:first-child{min-height:390px;border:1px solid rgba(216,208,191,.12);background:#101212}
.audience-list article:before{position:absolute;top:0;right:0;left:0;height:128px;background:linear-gradient(135deg,rgba(226,187,116,.2),rgba(216,208,191,.05));content:""}
.audience-list article:nth-child(1):before{background:linear-gradient(135deg,rgba(226,187,116,.18),rgba(109,118,101,.18)),repeating-linear-gradient(90deg,transparent 0 42px,rgba(255,255,255,.06) 42px 43px)}
.audience-list article:nth-child(2):before{background:linear-gradient(135deg,rgba(216,208,191,.12),rgba(226,187,116,.12)),linear-gradient(90deg,transparent 0 22%,rgba(255,255,255,.08) 22% 23%,transparent 23% 52%,rgba(255,255,255,.08) 52% 53%,transparent 53%)}
.audience-list article:nth-child(3):before{background:linear-gradient(135deg,rgba(226,187,116,.16),rgba(255,255,255,.04)),repeating-linear-gradient(0deg,transparent 0 18px,rgba(255,255,255,.055) 18px 19px)}
.audience-list h3{margin-top:160px}
.audience-orbit{display:none}
.section--perspectives{background:#070808}
.perspective-system.object-dock{width:min(470px,100%);border:1px solid rgba(216,208,191,.1);background:linear-gradient(135deg,rgba(216,208,191,.055),rgba(226,187,116,.035))!important}
.system-ring{border-radius:0;animation:none;border-color:rgba(216,208,191,.12)}
.system-ring:after{display:none}
.system-ring--one{inset:10%;transform:rotate(45deg)}
.system-ring--two{inset:25%;transform:rotate(45deg)}
.system-ring--three{inset:40%;transform:rotate(45deg)}
.system-core{border-radius:0;background:rgba(226,187,116,.12)}
.system-label{color:rgba(255,255,255,.62)}
.section--insights{background:#0b0d0d}
.insight-grid article{border-color:rgba(216,208,191,.12);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.01))}
.cta{min-height:700px;background:#040505}
.cta__image{background-image:url('assets/cta-advisory.png')!important;background-position:68% center}
.cta__veil{background:linear-gradient(90deg,#040505 0,rgba(4,5,5,.93) 44%,rgba(4,5,5,.42) 84%),linear-gradient(180deg,#0b0d0d,transparent 28%,#040505)}
.object-dock--cta{width:min(320px,24vw);height:min(320px,24vw);right:max(5vw,calc((100vw - 1240px)/2));border-right:1px solid rgba(226,187,116,.3);background:linear-gradient(90deg,transparent,rgba(226,187,116,.07))!important}
@media(max-width:1100px){.hero__layout{grid-template-columns:minmax(0,1fr) 300px}.hero__title{font-size:clamp(3.2rem,5.45vw,4.6rem)}.object-dock--hero{width:300px}.about-visual-grid{grid-template-columns:280px minmax(0,1fr)}.about-visual-grid .object-dock--section{width:280px}}
@media(max-width:950px){.hero__layout{grid-template-columns:1fr}.object-dock--hero{position:relative;right:auto;bottom:auto;width:min(320px,70vw);justify-self:start;opacity:1;transform:none}.object-dock--about-float{position:relative;top:auto;left:auto;width:min(260px,80vw);height:260px;margin:0 auto 42px}.about-visual-grid,.heading-row--with-dock{grid-template-columns:1fr}.about-visual-grid .object-dock--section,.object-dock--compact{width:min(320px,100%)}.object-dock--cta{position:relative;top:auto;right:auto;width:min(320px,calc(100% - 50px));height:320px;margin:54px auto 0;transform:none}.cta__content{max-width:none}}
@media(max-width:740px){.hero{min-height:auto;padding:126px 0 88px}.hero__image{background-position:70% center;opacity:.5}.hero__veil{background:linear-gradient(180deg,rgba(3,3,3,.48),#030303 78%)}.hero__title{font-size:clamp(2.55rem,10.8vw,4rem);letter-spacing:-.04em}.section h2,.cinematic-break h2,.cta h2{font-size:clamp(2.1rem,9vw,3.35rem);letter-spacing:-.035em}.object-dock--about-float{width:min(230px,78vw);height:230px}.wealth-map svg{min-height:300px;padding:18px}.service-card{min-height:450px}.service-visual{height:170px}.audience-list article,.audience-list article:first-child{min-height:330px}.audience-list h3{margin-top:132px}.cinematic-break,.cta{min-height:590px}.cinematic-break__image,.cta__image{opacity:.54}.perspective-system.object-dock{width:min(320px,100%);height:320px}#wealth-object{opacity:1!important}}
@media(max-width:740px){.mobile-whatsapp{right:12px;bottom:12px;max-width:calc(100% - 24px);padding:12px 15px;font-size:.6rem}.object-dock--method,.object-dock--cta,.perspective-system.object-dock{margin-bottom:58px}}

/* Sem objeto 3D flutuante: remove os pontos de encaixe e recompõe as seções. */
[data-object-dock]{display:none!important}
.hero__layout,.heading-row--with-dock,.about-visual-grid{grid-template-columns:1fr!important}
.hero__copy{max-width:900px}
.heading-row--with-dock>div:first-child{max-width:900px}
.about-visual-grid .wealth-map{order:0}
.method-heading{max-width:700px}
.perspective-grid{grid-template-columns:minmax(0,760px)!important}
.cta__content{max-width:900px}

/* Hero V4 — referência enviada: bg com logo, headline editorial e régua de confiança. */
:root{--hero-serif:"Cormorant Garamond",Georgia,serif}
.site-header{top:26px;width:min(1480px,calc(100% - 92px));height:74px;padding:0 24px 0 30px;border-color:rgba(255,255,255,.14);background:rgba(0,0,0,.42);box-shadow:0 20px 80px rgba(0,0,0,.42)}
.site-header.scrolled{top:14px;height:66px}
.nav{gap:22px}
.nav>a:not(.nav__cta){padding:10px 0;color:rgba(255,255,255,.82);font-size:.68rem;font-weight:560;letter-spacing:.1em;text-transform:uppercase}
.nav>a:not(.nav__cta):hover{color:#fff;background:transparent}
.nav__cta{min-height:48px;padding:0 30px;border:1px solid rgba(255,235,171,.55);border-radius:2px;box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 12px 40px rgba(226,187,116,.18);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}
.hero{display:block;min-height:100svh;padding:156px 0 26px;background:#020202}
.hero__image{inset:0;background-image:url('assets/hero-z7x-reference-bg.png')!important;background-position:center right;background-size:cover;transform:none!important}
.hero__veil{background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.64) 34%,rgba(0,0,0,.16) 64%,rgba(0,0,0,.08) 100%),linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.04) 58%,rgba(0,0,0,.65) 100%)}
.hero:before{display:none}
.hero__layout{position:relative;z-index:3;display:block!important;width:var(--shell);margin-inline:auto}
.hero__copy{max-width:min(640px,48vw)}
.eyebrow.hero-reveal{margin-bottom:24px;color:rgba(255,255,255,.86);font-size:.67rem;font-weight:560;letter-spacing:.22em}
.eyebrow.hero-reveal i{width:7px;height:7px;border-radius:50%;background:var(--gold2);box-shadow:0 0 18px rgba(226,187,116,.75)}
.hero__title{max-width:650px;font-family:var(--hero-serif);font-size:clamp(4.75rem,5.55vw,7.05rem);font-weight:500;letter-spacing:-.04em;line-height:.9}
.hero__title .title-mask{overflow:visible;padding:.08em .04em .16em 0}
.hero__title .title-line{white-space:normal}
.title-mask--gold .title-line{background:linear-gradient(100deg,#fae7aa 0%,#d7aa50 45%,#a46e23 100%);background-clip:text;-webkit-background-clip:text}
.hero__lead{max-width:560px;margin-top:24px;color:rgba(255,255,255,.78);font-size:.92rem;font-weight:350;line-height:1.75}
.hero__actions{gap:12px;margin-top:26px}
.hero__actions .button{min-width:260px;min-height:54px;border-radius:3px;font-size:.66rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.hero__actions .button--line{border-color:rgba(226,187,116,.48);background:rgba(0,0,0,.34)}
.hero-proof{position:relative;z-index:4;display:grid;margin-top:42px;padding:26px 34px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:linear-gradient(110deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 24px 70px rgba(0,0,0,.42);backdrop-filter:blur(18px);grid-template-columns:repeat(4,minmax(0,1fr)) 1.35fr}
.hero-proof article{display:flex;min-height:66px;align-items:center;gap:16px;padding:0 24px;border-right:1px solid rgba(255,255,255,.12)}
.hero-proof article:first-child{padding-left:0}
.hero-proof article:last-child{border-right:0;padding-right:0}
.hero-proof__icon{display:grid;width:38px;height:38px;flex:none;place-items:center;color:#f0d397;border:1px solid rgba(240,211,151,.65);border-radius:50%;font-size:1.25rem;line-height:1}
.hero-proof strong{display:block;margin-bottom:7px;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hero-proof p{margin:0;color:rgba(255,255,255,.7);font-size:.72rem;line-height:1.55}
.hero-proof__commitment{position:relative;padding-left:34px!important}
.hero-proof__commitment:before{position:absolute;top:8px;bottom:8px;left:0;width:1px;background:#f0d397;content:""}
.hero-proof__commitment strong{color:#d7aa50}
.ticker{display:none}
@media(max-width:1180px){.site-header{width:calc(100% - 44px)}.nav{gap:12px}.hero__copy{max-width:600px}.hero-proof{grid-template-columns:repeat(2,1fr);gap:0}.hero-proof article{border-bottom:1px solid rgba(255,255,255,.11)}.hero-proof article:nth-child(2n){border-right:0}.hero-proof article:nth-last-child(-n+2){border-bottom:0}.hero-proof__commitment{grid-column:span 2}}
@media(min-width:951px) and (max-height:760px){.site-header{top:18px;height:66px}.hero{padding-top:128px}.eyebrow.hero-reveal{margin-bottom:16px}.hero__title{font-size:clamp(4.2rem,5vw,5.65rem);line-height:.88}.hero__lead{margin-top:14px;line-height:1.6}.hero__actions{margin-top:20px}.hero-proof{margin-top:28px;padding:20px 28px}.hero-proof article{min-height:58px}.hero-proof p{font-size:.68rem}}
@media(max-width:950px){.nav{gap:3px}.nav>a:not(.nav__cta){font-size:clamp(2rem,7vw,4rem);letter-spacing:-.045em;text-transform:none}.hero{padding-top:128px}.hero__copy{max-width:620px}.hero__image{background-position:62% center}.hero__veil{background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.42)),linear-gradient(180deg,rgba(0,0,0,.15),#000 92%)}}
@media(max-width:740px){.site-header,.site-header.scrolled{width:calc(100% - 20px);height:62px;padding:0 10px 0 14px}.hero{padding:116px 0 24px}.hero__image{background-position:66% top;opacity:.72}.hero__copy{max-width:none}.eyebrow.hero-reveal{font-size:.53rem;letter-spacing:.13em}.hero__title{font-size:clamp(3.45rem,17vw,5rem);line-height:.92}.hero__lead{font-size:.84rem}.hero__actions{display:grid}.hero__actions .button{width:100%;min-width:0}.hero-proof{margin-top:34px;padding:16px;border-radius:7px;grid-template-columns:1fr}.hero-proof article,.hero-proof article:nth-child(2n),.hero-proof article:nth-last-child(-n+2){min-height:auto;padding:16px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.hero-proof article:last-child{border-bottom:0}.hero-proof__commitment{grid-column:auto;padding-left:18px!important}.hero-proof__commitment:before{top:16px;bottom:16px}.mobile-whatsapp{display:none!important}}

/* Sobre V2 — layout de referência com cards imagéticos. */
.section--about{padding:118px 0 96px;background:radial-gradient(circle at 78% 7%,rgba(185,130,42,.2),transparent 24%),radial-gradient(circle at 8% 62%,rgba(185,130,42,.08),transparent 20%),#020303}
.section--about:before{position:absolute;right:-18vw;top:-8vw;width:72vw;aspect-ratio:1;border:1px solid rgba(185,130,42,.2);border-radius:50%;content:"";pointer-events:none}
.section--about:after{position:absolute;left:0;bottom:10%;width:230px;height:260px;opacity:.28;background-image:radial-gradient(rgba(226,187,116,.7) 1px,transparent 1px);background-size:13px 13px;content:"";pointer-events:none;mask-image:linear-gradient(90deg,#000,transparent)}
.about-grid--reference{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.62fr);gap:9vw;align-items:start}
.about-grid--reference .kicker{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#d7a33d;font-size:.72rem;letter-spacing:.18em}
.about-grid--reference .kicker:after{display:block;width:72px;height:1px;background:linear-gradient(90deg,#d7a33d,transparent);content:""}
.about-grid--reference h2{max-width:720px;font-family:var(--hero-serif);font-size:clamp(4.2rem,5.25vw,7rem);font-weight:400;letter-spacing:-.045em;line-height:.92}
.about-grid--reference h2 span{display:block}
.about-grid--reference .about-copy{padding-top:58px}
.about-grid--reference .about-copy .lead{max-width:560px;margin-bottom:28px;color:#f6f0e8;font-family:var(--hero-serif);font-size:1.55rem;font-weight:400;letter-spacing:-.01em;line-height:1.35}
.about-grid--reference .about-copy p:not(.lead){max-width:560px;color:#aeb5bd;font-size:.94rem;line-height:1.78}
.about-grid--reference .text-link{margin-top:24px;padding:15px 20px;border:1px solid rgba(215,163,61,.65);color:#d7a33d;background:rgba(0,0,0,.22);font-size:.82rem;letter-spacing:.02em}
.about-card-grid{position:relative;z-index:2;display:grid;margin-top:70px;grid-template-columns:repeat(3,1fr);gap:22px}
.about-feature-card{position:relative;overflow:hidden;border:1px solid rgba(215,163,61,.72);border-radius:6px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012));box-shadow:0 24px 70px rgba(0,0,0,.36)}
.about-feature-card img{width:100%;aspect-ratio:16/6.35;object-fit:cover;border-bottom:1px solid rgba(215,163,61,.56);filter:saturate(.92) contrast(1.05)}
.about-feature-card__body{position:relative;min-height:170px;padding:28px 32px 30px;background:radial-gradient(circle at 96% 95%,rgba(215,163,61,.16),transparent 33%),linear-gradient(180deg,rgba(255,255,255,.035),rgba(0,0,0,.12))}
.about-feature-card__body:after{position:absolute;right:-22px;bottom:-56px;width:150px;aspect-ratio:1;border:1px solid rgba(215,163,61,.34);border-radius:50%;content:""}
.about-feature-card__body span{display:flex;align-items:center;gap:14px;color:#d7a33d;font-size:.75rem;font-weight:600;letter-spacing:.13em}
.about-feature-card__body span:after{width:38px;height:1px;background:linear-gradient(90deg,#d7a33d,transparent);content:""}
.about-feature-card h3{margin:28px 0 8px;font-family:var(--hero-serif);font-size:2.35rem;font-weight:400;letter-spacing:-.035em;line-height:1;color:#fff}
.about-feature-card p{margin:0;color:#aeb5bd;font-size:.95rem;line-height:1.5}
@media(max-width:1000px){.about-grid--reference{grid-template-columns:1fr;gap:28px}.about-grid--reference .about-copy{padding-top:0}.about-card-grid{grid-template-columns:1fr}.about-feature-card img{aspect-ratio:16/7}}
@media(max-width:740px){.section--about{padding:82px 0}.about-grid--reference h2{font-size:clamp(3.15rem,14vw,4.8rem);line-height:.94}.about-grid--reference .about-copy .lead{font-size:1.25rem}.about-card-grid{margin-top:48px;gap:16px}.about-feature-card__body{min-height:150px;padding:24px}.about-feature-card h3{font-size:2rem}.about-feature-card img{aspect-ratio:16/8.4}}

/* GLOBAL PREMIUM DARK GOLD THEME */
:root{
  --bg-main:#030303;
  --bg-soft:#080808;
  --bg-card:#111111;
  --bg-card-alt:#151515;
  --text-main:#f5f5f5;
  --text-soft:#d8d8d8;
  --text-muted:#9a9a9a;
  --gold:#d6a64a;
  --gold-light:#f2c76b;
  --gold-dark:#8f6425;
  --border-soft:rgba(214,166,74,.18);
  --border-gold:rgba(214,166,74,.35);
  --glow-gold:rgba(214,166,74,.45);
  --font-title:'Montserrat','Sora','Manrope',sans-serif;
  --font-body:'Inter','Manrope',sans-serif;
}
html,body{background:var(--bg-main);color:var(--text-main);font-family:var(--font-body)}
body:before{position:fixed;z-index:0;inset:0;pointer-events:none;opacity:.42;background:radial-gradient(circle at 74% 8%,rgba(214,166,74,.14),transparent 28%),radial-gradient(circle at 14% 42%,rgba(214,166,74,.07),transparent 26%),linear-gradient(180deg,#030303,#080808 48%,#030303);content:""}
body:after{position:fixed;z-index:0;inset:0;pointer-events:none;opacity:.12;background-image:radial-gradient(rgba(214,166,74,.9) 1px,transparent 1px);background-size:22px 22px;content:"";mask-image:linear-gradient(125deg,transparent 0 18%,#000 45%,transparent 82%)}
.site-main,.footer,.site-header{position:relative}
.section,.cinematic-break,.cta{background:radial-gradient(circle at 82% 12%,rgba(214,166,74,.13),transparent 28%),linear-gradient(180deg,var(--bg-main),var(--bg-soft) 52%,var(--bg-main))!important}
.section:before,.cinematic-break:before,.cta:before{position:absolute;inset:auto -18vw -30vw auto;width:60vw;aspect-ratio:1;border:1px solid rgba(214,166,74,.12);border-radius:50%;content:"";pointer-events:none}
.section:after{position:absolute;left:0;top:8%;width:180px;height:260px;opacity:.14;background-image:radial-gradient(rgba(214,166,74,.9) 1px,transparent 1px);background-size:14px 14px;content:"";pointer-events:none;mask-image:linear-gradient(90deg,#000,transparent)}
.site-header{border-color:rgba(214,166,74,.22);background:rgba(3,3,3,.72);box-shadow:0 18px 70px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.04)}
.site-header.scrolled{border-color:var(--border-gold);background:rgba(3,3,3,.9);box-shadow:0 18px 70px rgba(0,0,0,.55),0 0 34px rgba(214,166,74,.08)}
.brand__wordmark,.nav>a:not(.nav__cta){font-family:var(--font-title)}
.nav>a:not(.nav__cta){color:var(--text-soft);font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.nav>a:not(.nav__cta):hover{color:var(--gold-light);text-shadow:0 0 18px rgba(214,166,74,.28)}
h1,h2,h3,.hero__title,.section h2,.cinematic-break h2,.cta h2,.about-feature-card h3,.service-card__copy h3,.journey h3,.audience-list h3,.perspective-principles h3,.insight-grid h3{font-family:var(--font-title)!important;text-transform:uppercase;letter-spacing:.06em}
.hero__title{max-width:760px;font-size:clamp(4rem,5.4vw,5.7rem);font-weight:800;line-height:.98;letter-spacing:.035em}
.hero__title .title-mask{padding:.05em .04em .12em 0}
.title-mask--gold .title-line{background:linear-gradient(105deg,var(--gold-light),var(--gold) 46%,var(--gold-dark));background-clip:text;-webkit-background-clip:text}
.section h2,.about-grid--reference h2,.cinematic-break h2,.cta h2{font-size:clamp(2.35rem,3.4vw,4rem);font-weight:800;line-height:1.08;letter-spacing:.055em}
.kicker,.eyebrow,.hero-proof strong,.service-card__top small,.insight-grid article>div,.contact-form label>span,.footer nav span{font-family:var(--font-title);color:var(--gold)!important;font-weight:700;letter-spacing:.22em;text-transform:uppercase}
p,.hero__lead,.heading-row>p,.about-copy p,.journey p,.audience-list p,.perspective-copy>p:last-child,.insight-grid p,.contact-copy>p,.footer__legal p{color:var(--text-muted)}
.hero__lead,.about-grid--reference .about-copy .lead{font-family:var(--font-body);color:var(--text-soft);font-size:clamp(.95rem,1.05vw,1.06rem);font-weight:500;letter-spacing:0;line-height:1.7;text-transform:none}
.button,.nav__cta,.text-link{border-radius:6px;font-family:var(--font-title);font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s,background .35s,color .35s}
.button--gold,.nav__cta,.mobile-whatsapp{color:#080808;background:linear-gradient(135deg,var(--gold-light),var(--gold) 48%,var(--gold-dark));border:1px solid rgba(242,199,107,.72);box-shadow:0 0 0 1px rgba(255,255,255,.06) inset,0 18px 54px rgba(214,166,74,.18)}
.button--gold:hover,.nav__cta:hover{box-shadow:0 0 0 1px rgba(255,255,255,.16) inset,0 0 32px rgba(214,166,74,.35),0 20px 60px rgba(214,166,74,.2)}
.button--line,.text-link{color:var(--text-main);background:rgba(8,8,8,.45);border:1px solid var(--border-gold);box-shadow:inset 0 0 30px rgba(214,166,74,.035)}
.button--line:hover,.text-link:hover{border-color:rgba(242,199,107,.78);box-shadow:0 0 28px rgba(214,166,74,.16)}
.hero-proof,.about-feature-card,.service-card,.audience-list article,.perspective-principles article,.insight-grid article,.contact-form,.perspective-system.object-dock{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)),var(--bg-card)!important;border:1px solid var(--border-soft)!important;border-radius:10px;box-shadow:0 18px 60px rgba(0,0,0,.34);transition:transform .45s var(--ease),border-color .45s,box-shadow .45s}
.about-feature-card:hover,.service-card:hover,.audience-list article:hover,.perspective-principles article:hover,.insight-grid article:hover{transform:translateY(-7px);border-color:var(--border-gold)!important;box-shadow:0 26px 78px rgba(0,0,0,.46),0 0 34px rgba(214,166,74,.12)}
.about-feature-card img,.hero__image,.cinematic-break__image,.cta__image{filter:saturate(.9) contrast(1.08) brightness(.82)}
.about-feature-card:before,.service-card:before,.audience-list article:before,.insight-grid article:before{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.42));pointer-events:none;content:""}
.about-feature-card__body,.service-card__copy,.service-card__top,.audience-list h3,.audience-list p,.insight-grid article>div,.insight-grid h3,.insight-grid p{position:relative;z-index:2}
.about-feature-card h3,.service-card__copy h3,.journey h3,.audience-list h3,.insight-grid h3{font-size:clamp(1rem,1.25vw,1.25rem);font-weight:800;letter-spacing:.12em;line-height:1.25}
.about-feature-card__body span,.service-card__top>span,.journey article>span,.audience-number,.perspective-principles span{color:var(--gold);font-family:var(--font-title);font-weight:800;letter-spacing:.18em}
.service-visual{border-color:var(--border-soft);background:linear-gradient(135deg,rgba(214,166,74,.08),rgba(255,255,255,.015)),var(--bg-card-alt)}
.journey,.journey article,.contact-info,.contact-info a,.footer,.footer__legal{border-color:rgba(214,166,74,.16)!important}
.journey article{background:linear-gradient(90deg,rgba(214,166,74,.045),transparent);padding-inline:20px;border-radius:8px;margin-bottom:10px}
.contact-form input,.contact-form select,.contact-form textarea{background:var(--bg-card-alt);border-color:rgba(214,166,74,.16);border-radius:6px;color:var(--text-main)}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--border-gold);box-shadow:0 0 0 3px rgba(214,166,74,.09),0 0 24px rgba(214,166,74,.12)}
.footer{background:linear-gradient(180deg,var(--bg-soft),#000)}
.footer nav a,.footer__bottom{color:rgba(216,216,216,.62)}
::selection{background:var(--gold);color:#030303}
@media(max-width:950px){.nav.open{background:radial-gradient(circle at 80% 18%,rgba(214,166,74,.18),transparent 32%),var(--bg-main)}.nav>a:not(.nav__cta){letter-spacing:.08em;text-transform:uppercase}.hero__title{font-size:clamp(3.3rem,9vw,4.8rem)}}
@media(max-width:740px){.hero__title{font-size:clamp(2.65rem,12vw,3.55rem);line-height:1.04}.section h2,.about-grid--reference h2,.cinematic-break h2,.cta h2{font-size:clamp(2rem,8.5vw,2.8rem);line-height:1.14}.hero-proof,.about-feature-card,.service-card,.audience-list article,.insight-grid article{border-radius:8px}.button,.nav__cta,.text-link{letter-spacing:.08em}}

/* Layout recovery — restaura a direção editorial e impede estouro de viewport. */
html,body{width:100%;max-width:100%;overflow-x:hidden}
.site-main{overflow:hidden}
.site-header{max-width:calc(100% - 40px)}
.nav>a:not(.nav__cta){font-size:.68rem;letter-spacing:.1em}
.hero{min-height:100svh;padding:136px 0 26px}
.hero__layout{max-width:var(--shell)}
.hero__copy{width:min(100%,620px);max-width:44vw}
.hero__title,
.section h2,
.cinematic-break h2,
.cta h2,
.about-grid--reference h2,
.about-feature-card h3,
.service-card__copy h3,
.journey h3,
.audience-list h3,
.perspective-principles h3,
.insight-grid h3{
  font-family:var(--hero-serif)!important;
  text-transform:none;
  letter-spacing:-.035em;
}
.hero__title{
  max-width:620px;
  font-size:clamp(4.1rem,5.05vw,6.15rem);
  font-weight:500;
  line-height:.94;
}
.hero__title .title-mask{overflow:visible;padding:.03em .04em .1em 0}
.hero__title .title-line{white-space:normal}
.hero__lead{max-width:540px}
.hero-proof{width:var(--shell);max-width:var(--shell);margin-top:30px}
.section h2,
.cinematic-break h2,
.cta h2{
  font-size:clamp(2.65rem,4.2vw,5.2rem);
  font-weight:400;
  line-height:1.02;
}
.about-grid--reference h2{
  font-size:clamp(4rem,5vw,6.45rem);
  font-weight:400;
  line-height:.95;
}
.about-grid--reference .about-copy .lead{
  font-family:var(--hero-serif);
  font-size:1.48rem;
  font-weight:400;
  line-height:1.36;
}
.about-feature-card h3{
  font-size:2.35rem;
  font-weight:400;
  line-height:1;
}
.about-card-grid,
.service-grid,
.audience-list,
.insight-grid{max-width:var(--shell)}
.about-feature-card,
.service-card,
.audience-list article,
.insight-grid article{min-width:0}

@media(min-width:951px) and (max-height:820px){
  .hero{padding-top:118px}
  .eyebrow.hero-reveal{margin-bottom:14px}
  .hero__title{font-size:clamp(3.55rem,4.55vw,5.2rem);line-height:.94}
  .hero__lead{margin-top:12px;line-height:1.55}
  .hero__actions{margin-top:18px}
  .hero-proof{margin-top:22px;padding:18px 26px}
  .hero-proof article{min-height:56px}
  .hero-proof p{font-size:.67rem;line-height:1.45}
}

@media(max-width:1180px){
  .hero__copy{max-width:610px}
}

@media(max-width:950px){
  .site-header{max-width:calc(100% - 24px)}
  .nav>a:not(.nav__cta){letter-spacing:.08em}
  .nav.open>a:not(.nav__cta){font-size:clamp(2rem,7vw,4rem);letter-spacing:.08em;text-transform:uppercase}
  .hero{padding-top:124px}
  .hero__copy{max-width:620px}
}

@media(max-width:740px){
  .site-header,.site-header.scrolled{max-width:calc(100% - 20px)}
  .hero{min-height:auto;padding:112px 0 24px}
  .hero__copy{max-width:none}
  .hero__title{font-size:clamp(3.05rem,14.2vw,4.25rem);line-height:.98;letter-spacing:-.04em}
  .hero__lead{font-size:.84rem;line-height:1.65}
  .hero-proof{margin-top:28px}
  .section h2,
  .cinematic-break h2,
  .cta h2,
  .about-grid--reference h2{font-size:clamp(2.55rem,11.5vw,3.85rem);line-height:1.02}
  .about-grid--reference .about-copy .lead{font-size:1.24rem}
  .about-feature-card h3{font-size:2rem}
}

/* Ajustes solicitados — fonte antiga, bg nítido e régua do hero dentro da tela. */
.cursor-ring,.cursor-dot{display:none!important}
.hero__image{
  opacity:1!important;
  filter:none!important;
}
.hero__veil{
  background:
    linear-gradient(90deg,rgba(0,0,0,.64) 0%,rgba(0,0,0,.42) 30%,rgba(0,0,0,.06) 62%,rgba(0,0,0,0) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,0) 58%,rgba(0,0,0,.34) 100%)!important;
}
.hero__title,
.section h2,
.cinematic-break h2,
.cta h2,
.about-grid--reference h2,
.about-feature-card h3,
.service-card__copy h3,
.journey h3,
.audience-list h3,
.perspective-principles h3,
.insight-grid h3{
  font-family:var(--font-title)!important;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.hero__title{
  max-width:720px;
  font-size:clamp(3.55rem,4.75vw,5.35rem);
  font-weight:800;
  line-height:1.02;
  text-shadow:0 18px 46px rgba(0,0,0,.56);
}
.hero__title .title-mask{padding:.02em .04em .09em 0}
.section h2,
.cinematic-break h2,
.cta h2{
  font-size:clamp(2.35rem,3.55vw,4.25rem);
  font-weight:800;
  line-height:1.08;
}
.about-grid--reference h2{
  font-size:clamp(3.05rem,3.95vw,4.75rem);
  font-weight:800;
  line-height:1.08;
}
.about-grid--reference .about-copy .lead{font-family:var(--font-body)}
.about-feature-card h3{font-size:clamp(1.35rem,1.65vw,1.75rem);font-weight:800;line-height:1.12}
.hero-proof{
  width:min(1280px,calc(100% - 44px));
  max-width:calc(100% - 44px);
  margin-inline:auto;
  padding:20px 24px;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.hero-proof article{
  min-width:0;
  gap:13px;
  padding:0 18px;
}
.hero-proof__icon{width:34px;height:34px;font-size:1.05rem}
.hero-proof strong{font-size:.58rem;letter-spacing:.18em}
.hero-proof p{font-size:.66rem;line-height:1.45}
.hero-proof__commitment{padding-left:28px!important}

@media(min-width:951px){
  .hero{min-height:100svh;padding:128px 0 120px}
  .hero-proof{
    position:absolute;
    left:50%;
    bottom:22px;
    transform:translateX(-50%);
  }
}

@media(min-width:951px) and (max-height:820px){
  .hero{padding-top:106px;padding-bottom:112px}
  .hero__title{font-size:clamp(3.15rem,4.05vw,4.65rem);line-height:1.01}
  .hero__lead{margin-top:10px}
  .hero__actions{margin-top:16px}
  .hero-proof{bottom:16px;padding:15px 20px}
  .hero-proof article{min-height:50px;padding:0 14px}
  .hero-proof strong{margin-bottom:5px;font-size:.54rem}
  .hero-proof p{font-size:.62rem}
}

@media(max-width:1180px){
  .hero-proof{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-proof__commitment{grid-column:1 / -1}
}

@media(max-width:950px){
  .hero__veil{
    background:
      linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.22)),
      linear-gradient(180deg,rgba(0,0,0,.08),#000 94%)!important;
  }
  .hero__copy{max-width:640px}
  .hero-proof{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;
    width:var(--shell);
    max-width:var(--shell);
    grid-template-columns:1fr;
  }
}

@media(max-width:740px){
  .hero{padding:112px 0 24px}
  .hero__image{background-position:67% top;opacity:1!important}
  .hero__title{font-size:clamp(2.55rem,11.6vw,3.45rem);line-height:1.08;letter-spacing:.04em}
  .hero-proof{width:var(--shell);max-width:var(--shell);padding:14px}
  .hero-proof article{padding:14px 0}
  .section h2,
  .cinematic-break h2,
  .cta h2,
  .about-grid--reference h2{font-size:clamp(2rem,8.5vw,2.8rem);line-height:1.12}
}

/* Hero fit — compacta a primeira dobra para nada escapar da tela. */
.hero{
  padding-top:112px;
  padding-bottom:104px;
}
.hero__copy{max-width:min(660px,42vw)}
.eyebrow.hero-reveal{
  margin-bottom:14px;
  font-size:.68rem;
  line-height:1.35;
}
.hero__title{
  max-width:640px;
  font-size:clamp(2.95rem,4.05vw,4.65rem);
  line-height:1.03;
  letter-spacing:.045em;
}
.hero__lead{
  max-width:500px;
  margin-top:12px;
  font-size:.98rem;
  line-height:1.55;
}
.hero__actions{
  margin-top:16px;
  gap:10px;
}
.hero__actions .button{
  min-width:220px;
  min-height:48px;
  padding-inline:20px;
  font-size:.72rem;
}
.hero-proof{
  bottom:14px;
  padding:13px 18px;
}
.hero-proof article{
  min-height:46px;
  gap:10px;
  padding:0 12px;
}
.hero-proof__icon{width:30px;height:30px;font-size:.95rem}
.hero-proof strong{
  margin-bottom:4px;
  font-size:.62rem;
  letter-spacing:.15em;
}
.hero-proof p{
  font-size:.72rem;
  line-height:1.35;
}

@media(min-width:951px) and (max-height:760px){
  .hero{padding-top:96px;padding-bottom:96px}
  .hero__title{font-size:clamp(2.7rem,3.45vw,4rem);line-height:1.02}
  .hero__lead{font-size:.9rem;line-height:1.45}
  .hero__actions .button{min-height:44px}
  .hero-proof{bottom:10px;padding:11px 16px}
  .hero-proof article{min-height:42px}
}

@media(max-width:1180px){
  .hero__copy{max-width:560px}
  .hero__title{font-size:clamp(2.85rem,5vw,4.3rem)}
}

@media(max-width:950px){
  .hero{padding-top:110px;padding-bottom:26px}
  .hero__copy{max-width:560px}
  .hero__title{font-size:clamp(2.75rem,8vw,4.1rem)}
  .hero-proof{bottom:auto}
}

@media(max-width:740px){
  .hero{padding-top:104px}
  .eyebrow.hero-reveal{font-size:.58rem}
  .hero__title{font-size:clamp(2.05rem,9.6vw,2.85rem);line-height:1.08}
  .hero__actions .button{min-height:46px}
}

@media(max-width:740px){
  .hero__lead{font-size:.9rem}
  .hero__actions .button{font-size:.68rem}
  .hero-proof strong{font-size:.58rem}
  .hero-proof p{font-size:.68rem}
}

/* Hero proof restore — volta a régua para a primeira dobra. */
.hero{position:relative}
.hero-proof{
  position:absolute!important;
  z-index:12!important;
  left:50%!important;
  right:auto!important;
  bottom:18px!important;
  display:grid!important;
  width:min(1260px,calc(100% - 72px))!important;
  max-width:calc(100% - 72px)!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
  transform:translateX(-50%)!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  background:linear-gradient(180deg,rgba(18,18,18,.96),rgba(8,8,8,.94))!important;
}
.hero-proof article{border-bottom:0!important}

@media(max-width:1180px){
  .hero-proof{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    width:var(--shell)!important;
    max-width:var(--shell)!important;
    margin:28px auto 0!important;
    transform:none!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .hero-proof__commitment{grid-column:1 / -1!important}
}

@media(max-width:740px){
  .hero-proof{
    grid-template-columns:1fr!important;
    margin-top:22px!important;
  }
}

/* Mantém a régua visível dentro da primeira tela, não no fim expandido do hero. */
@media(min-width:1181px){
  .hero-proof{
    top:clamp(560px,calc(100svh - 178px),620px)!important;
    bottom:auto!important;
  }
}

@media(min-width:1181px) and (max-height:760px){
  .hero-proof{
    top:calc(100svh - 188px)!important;
  }
}

@media(min-width:1181px) and (max-height:700px){
  .hero-proof{
    top:calc(100svh - 172px)!important;
  }
}

/* Alinhamento final do hero: header, conteúdo e régua na mesma margem. */
.site-header{
  width:var(--shell)!important;
  max-width:var(--shell)!important;
}
.hero__layout{
  width:var(--shell)!important;
  max-width:var(--shell)!important;
}
.hero__image{
  background-position:right 62%!important;
}

@media(min-width:1181px){
  .hero-proof{
    width:var(--shell)!important;
    max-width:var(--shell)!important;
    top:clamp(548px,calc(100svh - 170px),604px)!important;
  }
}

@media(min-width:1181px) and (max-height:760px){
  .hero__image{background-position:right 66%!important}
  .hero-proof{top:calc(100svh - 178px)!important}
}

@media(max-width:1180px){
  .site-header{
    width:calc(100% - 44px)!important;
    max-width:calc(100% - 44px)!important;
  }
}

@media(max-width:740px){
  .site-header,.site-header.scrolled{
    width:calc(100% - 20px)!important;
    max-width:calc(100% - 20px)!important;
  }
  .hero__image{background-position:64% top!important}
}

/* Sobre fit — deixa título, texto e cards dentro da mesma dobra. */
@media(min-width:1001px){
  .section--about{
    min-height:100svh;
    padding:34px 0 42px!important;
  }
  .about-grid--reference{
    grid-template-columns:minmax(0,1fr) minmax(360px,.56fr);
    gap:7vw;
    align-items:start;
  }
  .about-grid--reference .kicker{
    margin-bottom:14px;
    font-size:.62rem;
  }
  .about-grid--reference h2{
    max-width:680px;
    font-size:clamp(3.1rem,4.25vw,5.15rem)!important;
    line-height:1.04!important;
  }
  .about-grid--reference .about-copy{
    padding-top:34px;
  }
  .about-grid--reference .about-copy .lead{
    margin-bottom:18px;
    font-size:clamp(1.15rem,1.55vw,1.45rem);
    line-height:1.36;
  }
  .about-grid--reference .about-copy p:not(.lead){
    font-size:.88rem;
    line-height:1.62;
  }
  .about-grid--reference .text-link{
    margin-top:16px;
    padding:12px 18px;
    font-size:.72rem;
  }
  .about-card-grid{
    margin-top:42px;
    gap:18px;
  }
  .about-feature-card img{
    aspect-ratio:16/5.45;
  }
  .about-feature-card__body{
    min-height:112px;
    padding:18px 26px 20px;
  }
  .about-feature-card__body:after{
    width:112px;
    bottom:-48px;
  }
  .about-feature-card__body span{
    font-size:.66rem;
  }
  .about-feature-card h3{
    margin:16px 0 5px;
    font-size:clamp(1.2rem,1.45vw,1.6rem)!important;
  }
  .about-feature-card p{
    font-size:.84rem;
  }
}

@media(min-width:1001px) and (max-height:760px){
  .section--about{padding-top:22px!important;padding-bottom:30px!important}
  .about-grid--reference h2{font-size:clamp(2.85rem,3.85vw,4.6rem)!important}
  .about-grid--reference .about-copy{padding-top:26px}
  .about-card-grid{margin-top:30px}
  .about-feature-card img{aspect-ratio:16/4.8}
  .about-feature-card__body{min-height:96px;padding:14px 24px 16px}
  .about-feature-card h3{margin-top:12px;font-size:clamp(1.1rem,1.25vw,1.4rem)!important}
}

/* Alinhamento dos cards da seção Sobre. */
.about-card-grid{
  align-items:start!important;
}
.about-feature-card{
  align-self:start!important;
  height:100%;
  transform:none!important;
}
.about-feature-card:hover{
  transform:none!important;
}

/* Soluções V2 — cards imagéticos no mesmo sistema visual da seção Sobre. */
.section--solutions{
  padding:82px 0 88px!important;
  background:
    radial-gradient(circle at 78% 8%,rgba(185,130,42,.18),transparent 24%),
    radial-gradient(circle at 8% 58%,rgba(185,130,42,.07),transparent 22%),
    #020303!important;
}
.section--solutions:before{
  position:absolute;
  right:-18vw;
  top:-12vw;
  width:68vw;
  aspect-ratio:1;
  border:1px solid rgba(185,130,42,.16);
  border-radius:50%;
  content:"";
  pointer-events:none;
}
.solutions-heading{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.56fr);
  gap:7vw;
  align-items:end;
}
.solutions-heading .kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
  color:#d7a33d!important;
  font-size:.64rem;
  letter-spacing:.18em;
}
.solutions-heading .kicker:after{
  display:block;
  width:72px;
  height:1px;
  background:linear-gradient(90deg,#d7a33d,transparent);
  content:"";
}
.solutions-heading h2{
  max-width:760px;
  font-size:clamp(3rem,4.1vw,5rem)!important;
  font-weight:800!important;
  line-height:1.06!important;
  letter-spacing:.055em!important;
  text-transform:uppercase;
}
.solutions-heading h2 span{display:none}
.solutions-heading h2:before{
  content:"Estrutura para decis\0000f5es\A patrimoniais claras.";
  white-space:pre-line;
}
.solutions-heading p,
.heading-support{
  max-width:560px;
  margin:0;
  color:#c6c9cc;
  font-size:clamp(1rem,1.15vw,1.18rem);
  font-weight:500;
  line-height:1.65;
}
.solutions-heading .heading-support{display:none}
.solutions-intro{
  align-self:center;
  font-size:0!important;
}
.solutions-intro:before{
  content:"Solu\0000e7\0000f5es conectadas para organizar prioridades, proteger escolhas importantes e construir uma estrat\0000e9gia coerente com cada fase da vida, da fam\0000edlia e da empresa.";
  display:block;
  color:#c6c9cc;
  font-size:clamp(1rem,1.15vw,1.18rem);
  font-weight:500;
  line-height:1.65;
}
.solutions-old-dock{display:none!important}
.section--solutions .service-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:52px;
}
.section--solutions .service-card{
  position:relative;
  display:block;
  min-height:430px!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(215,163,61,.52)!important;
  border-radius:8px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),#101010!important;
  box-shadow:0 24px 70px rgba(0,0,0,.36);
  transform:none!important;
}
.section--solutions .service-card:hover{
  transform:none!important;
  border-color:rgba(215,163,61,.78)!important;
}
.section--solutions .service-card:before,
.section--solutions .service-card:after{display:none!important}
.service-card__image{
  position:absolute;
  z-index:1;
  inset:0;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  border-bottom:0;
  filter:saturate(.9) contrast(1.08) brightness(.72);
  transition:transform .55s var(--ease),filter .55s var(--ease);
}
.section--solutions .service-card:hover .service-card__image{
  transform:scale(1.035);
  filter:saturate(.95) contrast(1.1) brightness(.78);
}
.section--solutions .service-card__copy{
  position:absolute;
  z-index:3;
  right:0;
  bottom:0;
  left:0;
  min-height:210px;
  padding:72px 28px 28px;
  background:
    radial-gradient(circle at 96% 96%,rgba(215,163,61,.17),transparent 34%),
    linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.82) 28%,rgba(0,0,0,.96));
}
.section--solutions .service-card__copy:after{
  position:absolute;
  right:-28px;
  bottom:-58px;
  width:142px;
  aspect-ratio:1;
  border:1px solid rgba(215,163,61,.3);
  border-radius:50%;
  content:"";
  pointer-events:none;
}
.section--solutions .service-card__top{
  position:absolute;
  z-index:4;
  right:28px;
  bottom:166px;
  left:28px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:16px;
  margin:0;
  padding:0;
  background:none;
}
.section--solutions .service-card__top span{
  color:#d7a33d;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.16em;
}
.section--solutions .service-card__top span:after{
  display:inline-block;
  width:36px;
  height:1px;
  margin-left:14px;
  vertical-align:middle;
  background:linear-gradient(90deg,#d7a33d,transparent);
  content:"";
}
.section--solutions .service-card__top small{
  color:#d7a33d!important;
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.14em;
}
.section--solutions .service-card__copy h3{
  max-width:360px;
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.45rem,1.65vw,1.9rem)!important;
  font-weight:800!important;
  line-height:1.12!important;
  letter-spacing:.055em!important;
}
.section--solutions .service-card__copy p{
  max-width:360px;
  margin:0;
  color:#aeb5bd;
  font-size:.92rem;
  line-height:1.62;
}

@media(max-width:1000px){
  .solutions-heading{grid-template-columns:1fr;gap:24px}
  .section--solutions .service-grid{grid-template-columns:1fr;margin-top:42px}
  .section--solutions .service-card{min-height:420px!important}
  .section--solutions .service-card__copy{min-height:170px;padding-top:66px}
  .section--solutions .service-card__top{bottom:134px}
}

@media(max-width:740px){
  .section--solutions{padding:72px 0!important}
  .solutions-heading h2{font-size:clamp(2.05rem,8.6vw,2.85rem)!important}
  .solutions-heading p{font-size:.94rem}
  .section--solutions .service-card{min-height:390px!important}
  .section--solutions .service-card__copy{padding:64px 22px 22px;min-height:170px}
  .section--solutions .service-card__top{right:22px;bottom:136px;left:22px}
}

/* Mantém a seção 2 inteira no enquadramento de notebooks e desktops baixos. */
@media(min-width:1001px){
  .section--solutions{padding:48px 0 52px!important}
  .solutions-heading{gap:5vw}
  .solutions-heading .kicker{margin-bottom:10px}
  .solutions-heading h2{font-size:clamp(2.35rem,3.45vw,4rem)!important}
  .solutions-heading p,
  .solutions-intro:before{font-size:.96rem;line-height:1.5}
  .section--solutions .service-grid{margin-top:30px;gap:16px}
  .section--solutions .service-card{min-height:340px!important}
  .section--solutions .service-card__copy{padding:88px 24px 22px}
  .section--solutions .service-card__top{top:22px;right:24px;bottom:auto;left:24px}
  .section--solutions .service-card__copy h3{font-size:clamp(1.2rem,1.35vw,1.55rem)!important}
  .section--solutions .service-card__copy p{font-size:.82rem;line-height:1.5}

  .section--method,
  .section--audience,
  .section--perspectives,
  .section--insights,
  .section--contact{
    min-height:100svh;
    box-sizing:border-box;
    padding:48px 0!important;
  }

  .method-grid{align-items:center;gap:6vw}
  .method-heading h2{font-size:clamp(2.3rem,3.4vw,3.8rem)!important}
  .method-heading>p:last-child{margin-top:18px;line-height:1.55}
  .journey article{min-height:104px;padding:17px 0;grid-template-columns:48px 1fr}
  .journey h3{margin:0 0 6px;font-size:1rem!important}
  .journey p{font-size:.74rem;line-height:1.48}

  .heading-row{gap:48px}
  .section--audience .heading-row h2,
  .section--insights .heading-row h2{font-size:clamp(2.25rem,3.25vw,3.7rem)!important}
  .heading-row>p{font-size:.8rem;line-height:1.55}
  .audience-list{margin-top:30px}
  .audience-list article{min-height:285px;padding:22px}
  .audience-list h3{margin:96px 0 11px;font-size:1.25rem!important}
  .audience-list p{font-size:.74rem;line-height:1.5}
  .audience-orbit{width:165px;height:165px}

  .perspective-grid{grid-template-columns:minmax(0,.75fr) minmax(300px,.45fr);gap:6vw}
  .perspective-copy h2{font-size:clamp(2.25rem,3.25vw,3.7rem)!important}
  .perspective-copy>p:last-child{margin-top:18px;font-size:.8rem;line-height:1.55}
  .perspective-system.object-dock{width:300px;height:300px;margin:0 auto}
  .perspective-principles{margin-top:26px}
  .perspective-principles article{min-height:142px;padding:17px 20px}
  .perspective-principles h3{margin:30px 0 8px;font-size:1rem!important}
  .perspective-principles p{font-size:.68rem;line-height:1.45}

  .insight-grid{margin-top:30px;gap:16px}
  .insight-grid article{min-height:285px;padding:22px}
  .insight-grid h3{margin-top:72px;font-size:1.08rem!important}
  .insight-grid p{font-size:.73rem;line-height:1.5}

  .contact-grid{align-items:start;gap:6vw}
  .contact-copy h2{font-size:clamp(2.25rem,3.25vw,3.7rem)!important}
  .contact-copy>p{margin-top:18px;font-size:.8rem;line-height:1.55}
  .contact-info{margin-top:26px}
  .contact-info a{padding:14px 0}
  .contact-form{gap:14px;padding:24px}
  .contact-form input,
  .contact-form select{height:48px}
  .contact-form textarea{min-height:104px}

  .cinematic-break,
  .cta{min-height:100svh}
  .cinematic-break h2,
  .cta h2{font-size:clamp(2.35rem,3.5vw,4rem)!important}
}

/* Fundos editoriais com parallax para as seções temáticas. */
.section>.shell{position:relative;z-index:3}
.section-parallax{
  position:absolute;
  z-index:0;
  inset:-8%;
  background-position:center;
  background-size:cover;
  opacity:.24;
  filter:saturate(.75) contrast(1.08) brightness(.58);
  pointer-events:none;
  will-change:transform;
}
.section-parallax:after{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,3,3,.74),rgba(2,3,3,.9)),linear-gradient(90deg,rgba(2,3,3,.82),transparent 50%,rgba(2,3,3,.72));
  content:"";
}
.section-parallax--solutions{background-image:url('assets/bg-city.jpg');background-position:center 60%}
.section-parallax--method{background-image:url('assets/method-advisory.png');background-position:center}
.section-parallax--audience{background-image:url('assets/bg-city.jpg');background-position:center 68%}
.section-parallax--perspectives{background-image:url('assets/bg-vault.jpg');background-position:center}
.section-parallax--insights{background-image:url('assets/hero-advisory.png');background-position:center 44%}

/* Seção 2: texto de apoio alinhado ao limite direito dos cards. */
.solutions-intro{
  width:min(100%,560px);
  justify-self:end;
  text-align:right;
}

/* Cards temáticos das seções 4, 5 e 6. */
.themed-card__image{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:112px;
  margin:0 0 18px;
  border-bottom:1px solid rgba(214,166,74,.32);
  object-fit:cover;
  filter:saturate(.78) contrast(1.08) brightness(.68);
}
.audience-list,
.perspective-principles,
.insight-grid{align-items:stretch}
.audience-list article,
.perspective-principles article,
.insight-grid article{
  display:flex;
  height:100%;
  min-width:0;
  flex-direction:column;
}
.audience-list article:before,
.insight-grid article:before{display:none!important}
.audience-list article{padding:0 22px 22px!important}
.audience-list .themed-card__image{width:calc(100% + 44px);margin-left:-22px}
.audience-list h3{margin:12px 0 10px!important}
.audience-list p{margin-top:auto}

.perspective-grid{grid-template-columns:1fr!important}
.perspective-copy{max-width:880px}
.perspective-principles{gap:14px;border:0}
.perspective-principles article{
  min-height:220px!important;
  padding:0 18px 18px!important;
  overflow:hidden;
  border:1px solid var(--border-soft)!important;
}
.perspective-principles .themed-card__image{width:calc(100% + 36px);height:92px;margin-left:-18px;margin-bottom:14px}
.perspective-principles h3{margin:9px 0 7px!important}
.perspective-principles p{margin-top:auto}

.insight-grid article{padding:0 22px 22px!important}
.insight-grid .themed-card__image{width:calc(100% + 44px);margin-left:-22px}
.insight-grid article>div{width:100%}
.insight-grid h3{margin:16px 0 10px!important}
.insight-grid p{margin-top:auto}

/* Seção 7: conteúdo e formulário centralizados verticalmente. */
.section--contact{display:flex;align-items:center}
.section--contact>.shell{width:var(--shell)}
.contact-grid{align-items:center!important}
.contact-form{align-self:center}

/* Mesma assinatura horizontal do menu aplicada ao rodapé. */
.footer-brand{display:flex;align-items:center;gap:14px;width:max-content}
.footer__main>div .footer-brand__symbol{width:50px;height:46px;object-fit:contain}
.footer-brand__wordmark{display:flex;align-items:center;color:#f5f5f3;font-family:var(--font-title);font-size:1rem;font-style:normal;font-weight:300;letter-spacing:.2em;white-space:nowrap}
.footer-brand__wordmark b{font-weight:300}
.footer-brand__wordmark b:nth-child(2){color:var(--gold2)}
.footer-brand__wordmark i{margin-left:.72em;color:#f5f5f3;font-style:normal;font-weight:300;letter-spacing:.27em}
.footer__main>div p{margin:18px 0 0}

@media(max-width:1000px){
  .solutions-intro{justify-self:start;text-align:left}
  .perspective-principles{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:740px){
  .section-parallax{inset:-4%;opacity:.2}
  .perspective-principles{grid-template-columns:1fr}
  .perspective-principles article{min-height:250px!important}
  .perspective-principles .themed-card__image{height:120px}
  .section--contact{display:block}
  .footer-brand{gap:9px}
  .footer__main>div .footer-brand__symbol{width:39px;height:38px}
  .footer-brand__wordmark{font-size:.7rem;letter-spacing:.14em}
  .footer-brand__wordmark i{margin-left:.55em;letter-spacing:.18em}
}

/* CTA final: imagem mais presente, com contraste preservado sob o texto. */
.cta__image{
  inset:-9%;
  opacity:1!important;
  background-position:68% center!important;
  filter:saturate(.95) contrast(1.08) brightness(.96)!important;
}
.cta__veil{
  background:
    linear-gradient(90deg,#030404 0%,rgba(3,4,4,.9) 28%,rgba(3,4,4,.62) 48%,rgba(3,4,4,.18) 72%,rgba(3,4,4,.04) 100%),
    linear-gradient(180deg,rgba(3,4,4,.52) 0%,transparent 22%,transparent 72%,rgba(3,4,4,.62) 100%)!important;
}
.cta__content{filter:drop-shadow(0 14px 34px rgba(0,0,0,.46))}

/* Seção 3: método com imagem mais nítida e parallax destacado. */
.section-parallax--method{
  inset:-10%;
  opacity:.58;
  background-position:62% center;
  filter:saturate(.92) contrast(1.08) brightness(.88);
}
.section-parallax--method:after{
  background:
    linear-gradient(90deg,rgba(5,6,6,.94) 0%,rgba(5,6,6,.76) 32%,rgba(5,6,6,.34) 58%,rgba(5,6,6,.12) 100%),
    linear-gradient(180deg,rgba(5,6,6,.54),transparent 24%,transparent 72%,rgba(5,6,6,.68));
}
.section--method .method-grid{filter:drop-shadow(0 14px 32px rgba(0,0,0,.42))}

/* Régua única para os cards: elimina o efeito de "escadinha". */
.about-card-grid,
.section--solutions .service-grid,
.audience-list,
.perspective-principles,
.insight-grid{align-items:stretch!important}
.about-feature-card,
.section--solutions .service-card,
.audience-list article,
.perspective-principles article,
.insight-grid article{
  align-self:stretch!important;
  height:100%!important;
  margin-top:0!important;
  margin-bottom:0!important;
}
.about-feature-card:hover,
.section--solutions .service-card:hover,
.audience-list article:hover,
.perspective-principles article:hover,
.insight-grid article:hover{transform:none!important}

@media(min-width:741px){
  .about-card-grid,
  .section--solutions .service-grid,
  .audience-list,
  .perspective-principles,
  .insight-grid{grid-auto-rows:1fr}
}

/* Imagens em área total nos cards, com enquadramento seguro para pessoas. */
.about-feature-card,
.section--solutions .service-card,
.audience-list article,
.perspective-principles article,
.insight-grid article{position:relative;isolation:isolate;overflow:hidden}

.about-feature-card img,
.service-card__image,
.themed-card__image{
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  aspect-ratio:auto!important;
  border:0!important;
  object-fit:cover!important;
  object-position:center center;
  filter:saturate(.84) contrast(1.08) brightness(.7)!important;
}

.about-feature-card:before,
.audience-list article:after,
.perspective-principles article:after,
.insight-grid article:after{
  position:absolute;
  z-index:1;
  inset:0;
  display:block!important;
  background:linear-gradient(180deg,rgba(2,3,3,.08) 0%,rgba(2,3,3,.34) 44%,rgba(2,3,3,.94) 100%);
  content:"";
  pointer-events:none;
}

.about-feature-card{display:flex;min-height:285px;flex-direction:column;justify-content:flex-end}
.about-feature-card__body{
  z-index:2;
  display:flex;
  width:100%;
  min-height:100%!important;
  flex-direction:column;
  justify-content:flex-end;
  background:linear-gradient(180deg,transparent 22%,rgba(0,0,0,.12) 48%,rgba(0,0,0,.7))!important;
}
.about-feature-card__body:after{z-index:3}

.audience-list article>.audience-number,
.audience-list article>h3,
.audience-list article>p,
.perspective-principles article>span,
.perspective-principles article>h3,
.perspective-principles article>p,
.insight-grid article>div,
.insight-grid article>h3,
.insight-grid article>p{position:relative;z-index:2}
.audience-list article>.audience-number,
.perspective-principles article>span,
.insight-grid article>div{margin-top:18px}
.audience-list h3,
.perspective-principles h3,
.insight-grid h3{margin-top:auto!important}

/* Rostos e cabeças ficam na zona segura superior do enquadramento. */
.about-feature-card:nth-child(3) img,
.section--solutions .service-card:nth-child(2) .service-card__image,
.audience-list article:nth-child(1) .themed-card__image,
.perspective-principles article:nth-child(1) .themed-card__image,
.insight-grid article:nth-child(2) .themed-card__image{object-position:center 22%!important}

@media(max-width:740px){
  .about-feature-card{min-height:340px}
  .about-feature-card img,
  .service-card__image,
  .themed-card__image{object-position:center 30%}
}

/* Geometria global: todas as seções seguem a mesma régua e proporção. */
.section--about,
.section--solutions,
.section--method,
.section--audience,
.section--perspectives,
.section--insights,
.section--contact{
  min-height:100svh;
  box-sizing:border-box;
  padding:48px 0!important;
}
.section>.shell,
.section--about>.shell,
.section--solutions>.shell,
.section--method>.shell,
.section--audience>.shell,
.section--perspectives>.shell,
.section--insights>.shell,
.section--contact>.shell{
  width:var(--shell)!important;
  max-width:1280px!important;
  margin-inline:auto!important;
}
.section .service-grid,
.section .audience-list,
.section .insight-grid{
  width:100%!important;
  max-width:none!important;
  margin-inline:0!important;
}
.section .about-card-grid,
.section .perspective-principles{
  width:var(--shell)!important;
  max-width:1280px!important;
  margin-inline:auto!important;
}
.section h2,
.about-grid--reference h2,
.solutions-heading h2,
.method-heading h2,
.perspective-copy h2,
.section--audience .heading-row h2,
.section--insights .heading-row h2,
.contact-copy h2{
  font-size:clamp(2.25rem,3.25vw,3.7rem)!important;
  line-height:1.08!important;
}
.about-feature-card,
.section--solutions .service-card,
.audience-list article,
.perspective-principles article,
.insight-grid article{min-height:340px!important}

@media(max-width:1000px){
  .section--about,
  .section--solutions,
  .section--method,
  .section--audience,
  .section--perspectives,
  .section--insights,
  .section--contact{min-height:auto;padding:72px 0!important}
}

@media(max-width:740px){
  .section--about,
  .section--solutions,
  .section--method,
  .section--audience,
  .section--perspectives,
  .section--insights,
  .section--contact{padding:64px 0!important}
  .section h2,
  .about-grid--reference h2,
  .solutions-heading h2,
  .method-heading h2,
  .perspective-copy h2,
  .section--audience .heading-row h2,
  .section--insights .heading-row h2,
  .contact-copy h2{font-size:clamp(2rem,8.5vw,2.8rem)!important;line-height:1.14!important}
}

/* Seção 3: contraste e respiro interno dos passos do método. */
.section--method .journey{display:grid;gap:10px;border:0}
.section--method .journey article{
  min-height:104px;
  padding:18px 26px 18px 30px!important;
  border:1px solid rgba(214,166,74,.28)!important;
  border-radius:8px;
  background:linear-gradient(90deg,rgba(5,6,6,.9),rgba(8,9,9,.72))!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
  backdrop-filter:blur(4px);
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
}
.section--method .journey article>span{
  margin:2px 0 0 2px;
  color:#e8b84f;
  font-size:.68rem;
}
.section--method .journey h3{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.7)}
.section--method .journey p{color:#c8cbce;line-height:1.55;text-shadow:0 2px 10px rgba(0,0,0,.72)}

/* Seções 4, 5 e 6: título e descrição formam um único bloco inferior. */
.audience-list h3,
.perspective-principles h3,
.insight-grid h3{margin-top:auto!important;margin-bottom:8px!important}
.audience-list p,
.perspective-principles p,
.insight-grid p{margin-top:0!important;margin-bottom:0!important}

/* Tipografia única para títulos de todos os cards do site. */
.about-feature-card h3,
.section--solutions .service-card__copy h3,
.section--method .journey h3,
.audience-list h3,
.perspective-principles h3,
.insight-grid h3{
  color:#fff!important;
  font-family:var(--font-title)!important;
  font-size:clamp(1.05rem,1.25vw,1.35rem)!important;
  font-weight:800!important;
  line-height:1.18!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

@media(max-width:740px){
  .section--method .journey article{padding:18px 20px!important;grid-template-columns:34px minmax(0,1fr)}
  .about-feature-card h3,
  .section--solutions .service-card__copy h3,
  .section--method .journey h3,
  .audience-list h3,
  .perspective-principles h3,
  .insight-grid h3{font-size:1.08rem!important}
}

/* Reflexos vetoriais sobre o hero, sem interferir no layout. */
.hero-light-traces{
  position:absolute;
  z-index:2;
  inset:0;
  overflow:hidden;
  opacity:.96;
  mix-blend-mode:screen;
  pointer-events:none;
}
.hero-light-traces i{
  position:absolute;
  right:-12%;
  width:68%;
  height:1px;
  overflow:hidden;
  background:linear-gradient(90deg,transparent 0 18%,rgba(214,166,74,.08) 38%,rgba(242,199,107,.42) 50%,rgba(214,166,74,.08) 62%,transparent 82%);
  box-shadow:0 0 10px rgba(214,166,74,.34),0 0 24px rgba(214,166,74,.18);
  transform-origin:right center;
  animation:hero-trace 7.5s ease-in-out infinite;
}
.hero-light-traces i:after{
  position:absolute;
  top:-3px;
  left:-18%;
  width:16%;
  height:7px;
  background:linear-gradient(90deg,transparent,rgba(255,229,169,.95),transparent);
  filter:blur(1px);
  content:"";
  animation:hero-glint 5.8s cubic-bezier(.45,0,.2,1) infinite;
}
.hero-light-traces i:nth-child(1){top:20%;transform:rotate(-7deg);animation-delay:-1.2s}
.hero-light-traces i:nth-child(2){top:38%;right:-6%;width:58%;transform:rotate(4deg);animation-delay:-3.7s}
.hero-light-traces i:nth-child(3){top:60%;right:-15%;width:72%;transform:rotate(-3deg);animation-delay:-5.1s}
.hero-light-traces i:nth-child(4){top:76%;right:-4%;width:48%;transform:rotate(7deg);animation-delay:-2.4s}
.hero-light-traces i:nth-child(5){top:29%;right:-18%;width:82%;transform:rotate(-13deg);animation-delay:-6.2s}
.hero-light-traces i:nth-child(6){top:69%;right:-12%;width:62%;transform:rotate(12deg);animation-delay:-.6s}
.hero-light-traces i:nth-child(2):after{animation-delay:-2.1s}
.hero-light-traces i:nth-child(3):after{animation-delay:-4.4s}
.hero-light-traces i:nth-child(4):after{animation-delay:-1.3s}
.hero-light-traces i:nth-child(5):after{animation-delay:-3.5s}
.hero-light-traces i:nth-child(6):after{animation-delay:-5.2s}
.hero-light-traces b,
.hero-light-traces em{
  position:absolute;
  right:7%;
  top:9%;
  width:46vw;
  aspect-ratio:1;
  border:1px solid rgba(226,187,116,.13);
  border-radius:50%;
  box-shadow:inset 0 0 48px rgba(214,166,74,.025),0 0 38px rgba(214,166,74,.035);
  animation:hero-orbit-pulse 8s ease-in-out infinite;
}
.hero-light-traces em{
  right:13%;
  top:20%;
  width:29vw;
  border-color:rgba(242,199,107,.09);
  animation-delay:-4s;
}
.hero-vector-ring{
  position:absolute;
  width:clamp(110px,13vw,220px);
  aspect-ratio:1;
  border:1px solid rgba(242,199,107,.4);
  border-radius:50%;
  background:conic-gradient(from 0deg,transparent 0 70%,rgba(255,225,153,.85) 78%,transparent 86%);
  box-shadow:inset 0 0 26px rgba(214,166,74,.08),0 0 28px rgba(214,166,74,.14);
  opacity:.64;
  -webkit-mask:radial-gradient(circle,transparent 66%,#000 67% 69%,transparent 70%);
  mask:radial-gradient(circle,transparent 66%,#000 67% 69%,transparent 70%);
  animation:hero-ring-spin 9s linear infinite,hero-ring-breathe 4.8s ease-in-out infinite;
}
.hero-vector-ring--one{top:17%;right:29%;animation-duration:11s,5.2s}
.hero-vector-ring--two{top:51%;right:8%;width:clamp(150px,18vw,290px);animation-direction:reverse,normal;animation-duration:14s,6s}
.hero-vector-ring--three{top:66%;right:39%;width:clamp(80px,9vw,145px);animation-duration:7s,4.2s}
.hero-logo-trace{
  position:absolute;
  top:10%;
  right:6%;
  width:min(39vw,570px);
  height:72%;
  opacity:.36;
  background:linear-gradient(115deg,rgba(214,166,74,.04) 25%,rgba(255,231,174,.95) 44%,rgba(214,166,74,.18) 52%,rgba(214,166,74,.03) 70%);
  background-size:260% 100%;
  filter:drop-shadow(0 0 8px rgba(242,199,107,.5)) drop-shadow(0 0 22px rgba(214,166,74,.18));
  -webkit-mask:url('assets/z7x.svg') center/contain no-repeat;
  mask:url('assets/z7x.svg') center/contain no-repeat;
  animation:hero-logo-scan 5.4s ease-in-out infinite;
}
.hero-lensflare{
  position:absolute;
  top:-14%;
  right:-2%;
  width:clamp(150px,22vw,360px);
  aspect-ratio:1;
  border-radius:50%;
  opacity:.72;
  background:
    radial-gradient(circle at center,rgba(255,255,238,.98) 0 1.2%,rgba(255,226,157,.9) 1.8%,rgba(242,199,107,.42) 4%,rgba(214,166,74,.12) 12%,transparent 35%),
    radial-gradient(ellipse at center,rgba(242,199,107,.2),transparent 61%);
  box-shadow:0 0 34px rgba(255,221,145,.2),0 0 90px rgba(214,166,74,.12);
  filter:blur(.15px);
  animation:hero-flare-pulse 5.6s ease-in-out infinite;
}
.hero-lensflare:before{
  position:absolute;
  top:50%;
  left:-95%;
  width:210%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(214,166,74,.08) 22%,rgba(255,231,174,.72) 49.5%,rgba(255,255,244,.94) 50%,rgba(255,231,174,.72) 50.5%,rgba(214,166,74,.08) 78%,transparent);
  box-shadow:0 0 9px rgba(242,199,107,.28);
  content:"";
}
.hero-lensflare:after{
  position:absolute;
  top:78%;
  right:104%;
  width:42%;
  aspect-ratio:1;
  border:1px solid rgba(226,187,116,.24);
  border-radius:50%;
  background:radial-gradient(circle,rgba(214,166,74,.11),transparent 68%);
  box-shadow:-7vw 5vw 0 -3vw rgba(226,187,116,.1),-14vw 10vw 0 -4.5vw rgba(242,199,107,.1);
  content:"";
}
@keyframes hero-glint{
  0%,18%{left:-18%;opacity:0}
  28%{opacity:1}
  68%{opacity:.88}
  82%,100%{left:108%;opacity:0}
}
@keyframes hero-trace{
  0%,100%{opacity:.2;filter:brightness(.7)}
  50%{opacity:.9;filter:brightness(1.35)}
}
@keyframes hero-orbit-pulse{
  0%,100%{opacity:.22;transform:scale(.985)}
  50%{opacity:.72;transform:scale(1.015)}
}
@keyframes hero-ring-spin{to{transform:rotate(360deg)}}
@keyframes hero-ring-breathe{0%,100%{opacity:.24}50%{opacity:.82}}
@keyframes hero-logo-scan{
  0%,12%{background-position:120% 0;opacity:.15}
  42%,62%{opacity:.64}
  88%,100%{background-position:-120% 0;opacity:.16}
}
@keyframes hero-flare-pulse{
  0%,100%{opacity:.4;transform:scale(.92)}
  45%{opacity:.88;transform:scale(1.06)}
  58%{opacity:.7;transform:scale(1)}
}

@media(max-width:740px){
  .hero-light-traces{opacity:.46}
  .hero-light-traces i{right:-28%;width:92%}
  .hero-light-traces b{right:-18%;top:16%;width:82vw}
  .hero-light-traces em{right:-2%;top:26%;width:54vw}
  .hero-vector-ring--one{right:18%}
  .hero-vector-ring--two{right:-13%}
  .hero-vector-ring--three{right:52%}
  .hero-logo-trace{top:17%;right:-12%;width:72vw;height:58%;opacity:.28}
  .hero-lensflare{top:-6%;right:-22%;width:58vw;opacity:.52}
}

/* Menu fixo com vidro premium durante toda a rolagem. */
.site-header,
.site-header.scrolled{
  position:fixed!important;
  z-index:12000!important;
  left:50%!important;
  border:1px solid rgba(242,199,107,.2)!important;
  background:linear-gradient(135deg,rgba(17,18,18,.68),rgba(3,4,4,.48))!important;
  box-shadow:0 18px 60px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.09),0 0 28px rgba(214,166,74,.05)!important;
  -webkit-backdrop-filter:blur(22px) saturate(145%)!important;
  backdrop-filter:blur(22px) saturate(145%)!important;
  transform:translateX(-50%)!important;
}
.site-header.scrolled{
  top:10px!important;
  background:linear-gradient(135deg,rgba(13,14,14,.82),rgba(2,3,3,.68))!important;
  border-color:rgba(242,199,107,.3)!important;
  box-shadow:0 20px 70px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.1),0 0 34px rgba(214,166,74,.08)!important;
}

/* Tilt luminoso sem alterar a régua dos cards. */
.premium-tilt{
  --card-rx:0deg;
  --card-ry:0deg;
  --glow-x:50%;
  --glow-y:50%;
  transform:perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry))!important;
  transform-style:preserve-3d;
  transition:transform .22s ease-out,border-color .35s,box-shadow .35s!important;
  will-change:transform;
}
.premium-tilt:hover{box-shadow:0 28px 76px rgba(0,0,0,.48),0 0 30px rgba(214,166,74,.13)!important}
.card-pointer-glow{
  position:absolute;
  z-index:5;
  inset:0;
  border-radius:inherit;
  opacity:0;
  background:radial-gradient(circle at var(--glow-x) var(--glow-y),rgba(255,226,157,.2),rgba(214,166,74,.055) 20%,transparent 48%);
  mix-blend-mode:screen;
  transition:opacity .3s;
  pointer-events:none;
}
.premium-tilt:hover>.card-pointer-glow{opacity:1}

/* Linha contínua do método controlada pela rolagem. */
.section--method .journey{position:relative}
.journey-progress{
  position:absolute;
  z-index:4;
  top:18px;
  bottom:18px;
  left:14px;
  width:2px;
  background:linear-gradient(180deg,#f2c76b,#b9822a 70%,rgba(214,166,74,.2));
  box-shadow:0 0 8px rgba(242,199,107,.7),0 0 22px rgba(214,166,74,.28);
  transform:scaleY(0);
  transform-origin:top;
  pointer-events:none;
}

/* O símbolo 3D vive somente sobre o hero e não bloqueia interação. */
#wealth-object{
  position:fixed!important;
  z-index:5!important;
  inset:0!important;
  display:block;
  width:100%!important;
  height:100%!important;
  pointer-events:none!important;
  mix-blend-mode:screen;
  filter:drop-shadow(0 30px 55px rgba(0,0,0,.5)) drop-shadow(0 0 26px rgba(226,187,116,.3));
}

@media(max-width:950px){
  .site-header,.site-header.scrolled{top:10px!important}
}
@media(max-width:740px){
  #wealth-object{display:none!important}
  .premium-tilt{transform:none!important;will-change:auto}
  .card-pointer-glow{display:none}
  .journey-progress{left:8px}
}

/* Vidro premium na régua de diferenciais do hero. */
.hero-proof{
  border:1px solid rgba(242,199,107,.28)!important;
  background:linear-gradient(120deg,rgba(22,22,20,.52),rgba(5,6,6,.34))!important;
  box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(214,166,74,.08),0 0 34px rgba(214,166,74,.07)!important;
  -webkit-backdrop-filter:blur(20px) saturate(145%)!important;
  backdrop-filter:blur(20px) saturate(145%)!important;
}
.hero-proof:before{
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(105deg,rgba(255,255,255,.07),transparent 24%,transparent 72%,rgba(242,199,107,.045));
  content:"";
  pointer-events:none;
}
.hero-proof article{position:relative;z-index:1}

/* Revisão responsiva final: tablets. */
@media(min-width:741px) and (max-width:1000px){
  :root{--shell:min(100% - 44px,920px)}
  .audience-list,
  .insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .audience-list article:last-child,
  .insight-grid article:last-child{grid-column:1 / -1}
  .perspective-principles{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .heading-row{grid-template-columns:1fr;gap:24px}
  .heading-row>p{max-width:620px}
  .hero-proof{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hero-proof__commitment{grid-column:1 / -1!important}
}

/* Revisão responsiva final: celulares. */
@media(max-width:740px){
  :root{--shell:min(calc(100% - 30px),680px)}
  html,body{max-width:100%;overflow-x:hidden}
  .site-header,.site-header.scrolled{
    top:8px!important;
    width:calc(100% - 16px)!important;
    max-width:calc(100% - 16px)!important;
    height:60px!important;
    padding:0 8px 0 12px!important;
  }
  .site-header .brand{gap:7px}
  .site-header .brand__symbol{width:35px;height:35px}
  .brand__wordmark{font-size:.64rem;letter-spacing:.11em}
  .brand__wordmark i{margin-left:.45em;letter-spacing:.14em}
  .menu-button{width:42px;height:42px;flex:none}
  .nav{inset:-12px;top:-12px;height:calc(100svh + 24px);padding:88px 24px;background:rgba(3,4,4,.92)!important;backdrop-filter:blur(24px)}

  .hero{min-height:auto!important;padding:100px 0 30px!important}
  .hero__layout{width:var(--shell)!important}
  .hero__copy{width:100%;max-width:none}
  .hero__title{max-width:100%;font-size:clamp(2.35rem,11.2vw,3.2rem)!important;line-height:1.02!important;letter-spacing:.025em!important}
  .hero__lead{max-width:34rem;font-size:.84rem;line-height:1.62}
  .hero__actions{width:100%;max-width:100%;gap:10px}
  .hero__actions .button{width:100%;min-height:50px;padding-inline:14px}
  .hero-proof{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:var(--shell)!important;
    max-width:var(--shell)!important;
    margin:24px auto 0!important;
    padding:12px 16px!important;
    transform:none!important;
    grid-template-columns:1fr!important;
  }
  .hero-proof article{min-height:auto!important;padding:14px 0!important}
  .hero-proof__commitment{grid-column:auto!important}
  .hero-light-traces{opacity:.35}
  .hero-lensflare{opacity:.38}

  .section>.shell,
  .section .about-card-grid,
  .section .perspective-principles{width:var(--shell)!important;max-width:var(--shell)!important}
  .section--about,
  .section--solutions,
  .section--method,
  .section--audience,
  .section--perspectives,
  .section--insights,
  .section--contact{min-height:auto!important;padding:58px 0!important}
  .section h2,
  .about-grid--reference h2,
  .solutions-heading h2,
  .method-heading h2,
  .perspective-copy h2,
  .section--audience .heading-row h2,
  .section--insights .heading-row h2,
  .contact-copy h2{font-size:clamp(1.9rem,8.2vw,2.65rem)!important;line-height:1.12!important;overflow-wrap:anywhere}
  .heading-row,.solutions-heading,.method-grid,.contact-grid{gap:24px!important}
  .about-card-grid,.service-grid,.audience-list,.perspective-principles,.insight-grid{grid-template-columns:1fr!important;gap:14px!important}
  .about-feature-card,
  .section--solutions .service-card,
  .audience-list article,
  .perspective-principles article,
  .insight-grid article{min-height:330px!important}
  .section--method .journey{gap:10px}
  .section--method .journey article{min-height:auto!important;padding:17px 18px!important;grid-template-columns:32px minmax(0,1fr)}
  .section--method .journey p{font-size:.75rem;line-height:1.5}
  .journey-progress{display:none!important}
  .contact-form{width:100%;padding:18px!important}
  .form-row{grid-template-columns:1fr!important}
  .contact-form input,.contact-form select{height:50px}
  .contact-form textarea{min-height:120px}
  .cta{min-height:600px;padding:72px 0}
  .cta__content{width:var(--shell)}
  .footer{padding-top:58px}
  .footer__main{gap:36px}
  .footer nav{grid-template-columns:1fr 1fr;gap:24px}
  .footer__bottom{gap:12px;line-height:1.5}
}

@media(max-width:390px){
  .brand__wordmark i{display:none}
  .hero__title{font-size:clamp(2.15rem,10.8vw,2.75rem)!important}
  .footer nav{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  .hero-light-traces{display:none}
}

@media(max-width:740px){
  .cta__image{background-position:66% center!important;filter:saturate(.9) contrast(1.05) brightness(.8)!important}
  .cta__veil{
    background:
      linear-gradient(90deg,rgba(3,4,4,.94),rgba(3,4,4,.5)),
      linear-gradient(180deg,rgba(3,4,4,.48),transparent 42%,rgba(3,4,4,.76))!important;
  }
  .section-parallax--method{opacity:.42;background-position:68% center;filter:saturate(.86) contrast(1.05) brightness(.72)}
  .section-parallax--method:after{background:linear-gradient(90deg,rgba(5,6,6,.9),rgba(5,6,6,.52)),linear-gradient(180deg,rgba(5,6,6,.56),transparent 42%,rgba(5,6,6,.76))}
}
