@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--wine:#68282b;--wine-dark:#411719;--wine-deep:#291012;--sand:#c9a477;--cream:#f5f1eb;--paper:#faf8f4;--ink:#191514;--muted:#756d67;--line:#ded7d0;--white:#fff;--fs:100%;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:var(--fs);scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;background:#fff;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;left:18px;top:-100px;z-index:1000;background:#fff;padding:13px 18px;border-radius:4px;box-shadow:0 10px 30px #0002}.skip:focus{top:18px}.topbar{height:36px;background:var(--wine-dark);color:#e8d8d2;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;font-size:.64rem;letter-spacing:.12em;text-transform:uppercase}.header{position:relative;z-index:50}.nav{height:94px;display:flex;align-items:center;gap:42px;padding:0 5vw;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(90,55,50,.08);position:relative;transition:.35s var(--ease)}.header.is-sticky .nav{position:fixed;left:0;right:0;top:0;height:78px;box-shadow:0 10px 35px rgba(39,16,17,.08);backdrop-filter:blur(16px)}.brand img{width:82px;height:72px;object-fit:contain;background:var(--wine);padding:7px;display:block;transition:.35s var(--ease)}.header.is-sticky .brand img{width:68px;height:60px}.nav nav{display:flex;gap:32px;margin-left:auto;font-size:.82rem}.nav nav a{position:relative;padding:14px 0}.nav nav a:after{content:"";position:absolute;left:0;bottom:7px;width:0;height:1px;background:var(--wine);transition:.3s var(--ease)}.nav nav a:hover:after,.nav nav a:focus-visible:after{width:100%}.nav-actions{display:flex;align-items:center;gap:10px}.premium-button,.btn{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:22px;overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s var(--ease),background .3s}.premium-button:before,.btn.primary:before{content:"";position:absolute;inset:0;background:var(--wine-dark);transform:translateX(-102%);transition:transform .45s var(--ease)}.premium-button:hover:before,.btn.primary:hover:before{transform:translateX(0)}.premium-button>* ,.btn.primary>*{position:relative;z-index:1}.nav-cta{background:var(--wine);color:#fff;padding:14px 18px;font-size:.8rem;font-weight:600;min-width:140px}.nav-cta:hover,.btn:hover{transform:translateY(-2px)}.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);background:#fff;padding:13px}.menu-toggle span{display:block;height:1px;background:var(--ink);margin:5px 0;transition:.3s}.hero{min-height:690px;position:relative;display:flex;align-items:center;padding:80px 7vw;color:#fff;overflow:hidden}.hero-media{position:absolute;inset:-20px;background:url('../img/slide1.png') center/cover no-repeat;transform:scale(1.035);transition:transform 9s ease}.hero:hover .hero-media{transform:scale(1.08)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,10,12,.94) 0%,rgba(66,23,25,.72) 48%,rgba(15,7,7,.2) 100%)}.hero-grain{position:absolute;inset:0;opacity:.07;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}.hero-content{position:relative;max-width:770px;z-index:2}.eyebrow{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:#e0c092;font-weight:700}.eyebrow.dark{color:var(--wine)}h1,h2,h3{font-family:'Playfair Display',serif;font-weight:500;letter-spacing:-.035em}h2 em{font-weight:500;color:var(--wine)}.hero h1{font-size:clamp(3.5rem,6.2vw,6.8rem);line-height:.91;margin:20px 0 28px;max-width:820px}.hero p{font-size:1.04rem;line-height:1.75;max-width:600px;color:#f2e8e3}.hero-actions{display:flex;gap:12px;margin-top:38px}.btn{padding:16px 20px;font-weight:600;font-size:.82rem;min-width:190px}.btn.primary{background:var(--wine);color:#fff}.btn.glass{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.btn.glass:hover{background:#fff;color:var(--wine-dark);border-color:#fff}.hero-card{position:absolute;right:5vw;bottom:0;z-index:3;width:345px;background:#fff;color:var(--ink);padding:30px 32px;border-top:3px solid var(--sand);box-shadow:0 -18px 50px rgba(27,8,9,.12)}.hero-card span{display:block;color:var(--wine);font-size:.63rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.hero-card strong{display:block;font-family:'Playfair Display';font-size:1.42rem;line-height:1.25;margin:13px 0 25px}.hero-card a{font-size:.8rem;font-weight:700;color:var(--wine);display:flex;justify-content:space-between}.hero-card i,.card-link i,.text-link i{font-style:normal;transition:transform .3s}.hero-card a:hover i,.card-link:hover i,.text-link:hover i{transform:translateX(6px)}.hero-scroll{position:absolute;left:2vw;bottom:32px;z-index:4;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;writing-mode:vertical-rl;display:flex;align-items:center;gap:10px;color:#dbc9c0}.hero-scroll span{height:45px;width:1px;background:#dbc9c0}.quick{display:grid;grid-template-columns:repeat(4,1fr);padding:0 5vw;background:var(--cream);border-bottom:1px solid var(--line)}.quick a{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:25px 22px;border-right:1px solid var(--line);transition:.3s var(--ease)}.quick a:first-child{border-left:1px solid var(--line)}.quick a:hover{background:#fff;transform:translateY(-3px)}.quick b{color:var(--sand);font-family:'Playfair Display';font-size:1.18rem;font-weight:500}.quick span{font-size:.78rem;font-weight:600}.quick i{font-style:normal;color:var(--wine);opacity:0;transform:translateX(-8px);transition:.3s}.quick a:hover i{opacity:1;transform:none}.section{padding:112px 7vw}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:54px}.section-head h2,.about h2,.manifesto h2{font-size:clamp(2.7rem,4.3vw,4.7rem);line-height:1.02;margin:10px 0 0}.section-head>p{max-width:400px;color:var(--muted);line-height:1.75;font-size:.9rem}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-card{min-height:350px;padding:28px;border-right:1px solid var(--line);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.4s var(--ease)}.service-card:first-child{border-left:1px solid var(--line)}.service-card:before{content:"";position:absolute;inset:auto 0 0;height:0;background:var(--wine);transition:height .45s var(--ease);z-index:-1}.service-card:hover{color:#fff;transform:translateY(-8px);box-shadow:0 24px 50px rgba(61,22,24,.14)}.service-card:hover:before{height:100%}.service-top{display:flex;justify-content:space-between;align-items:flex-start}.service-number{font-size:.64rem;color:#9a918b}.service-icon{width:42px;height:42px;color:var(--wine)}.service-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.35}.service-card:hover .service-number,.service-card:hover .service-icon,.service-card:hover p,.service-card:hover .card-link{color:#ead9d1}.service-card h3{font-size:1.5rem;line-height:1.12;margin:48px 0 13px}.service-card p{color:var(--muted);line-height:1.65;font-size:.84rem;transition:.3s}.card-link{margin-top:auto;color:var(--wine);font-weight:700;font-size:.78rem;display:flex;justify-content:space-between}.about{display:grid;grid-template-columns:1.05fr .95fr;background:var(--paper);min-height:700px}.about-photo{position:relative;overflow:hidden}.about-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1s var(--ease)}.about-photo:hover img{transform:scale(1.025)}.photo-seal{position:absolute;left:28px;top:28px;right:auto;bottom:auto;width:125px;height:125px;border-radius:50%;background:rgba(65,23,25,.94);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid #ffffff55;box-shadow:0 12px 35px #0003}.photo-seal span,.photo-seal small{font-size:.54rem;text-transform:uppercase;letter-spacing:.12em}.photo-seal strong{font-family:'Playfair Display';font-size:2.2rem;line-height:1}.about-copy{padding:90px 8vw;display:flex;flex-direction:column;justify-content:center}.about-copy .lead{font-family:'Playfair Display';font-size:1.25rem;color:var(--ink);line-height:1.65}.about-copy p{color:var(--muted);font-size:.93rem;line-height:1.8}.text-link{margin-top:22px;color:var(--wine);font-weight:700;font-size:.8rem;display:flex;justify-content:space-between;max-width:220px;border-bottom:1px solid #cbb8af;padding-bottom:10px}.values{display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(110deg,var(--wine),#7a3032);color:#fff;padding:72px 7vw}.values article{padding:25px 55px;border-right:1px solid rgba(255,255,255,.18)}.values article:last-child{border-right:0}.values span{color:#e0c092;font-size:.65rem}.values h3{font-size:1.8rem}.values p{color:#eadede;line-height:1.7;font-size:.85rem}.manifesto{background:#fff}.manifesto-title{max-width:900px}.manifesto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;border-top:1px solid var(--line)}.manifesto-grid article{padding:34px 45px 0 0;border-right:1px solid var(--line);min-height:160px}.manifesto-grid article+article{padding-left:45px}.manifesto-grid article:last-child{border-right:0}.manifesto-grid span{font-family:'Playfair Display';color:var(--sand);font-size:1.25rem}.manifesto-grid p{color:var(--muted);line-height:1.8;font-size:.84rem}.news{background:var(--cream)}.editorial-grid{display:grid;grid-template-columns:1.55fr .75fr;gap:20px}.editorial-feature,.editorial-note{padding:42px;border:1px solid #d8d0c8;background:rgba(255,255,255,.36)}.editorial-feature>span,.editorial-note>span{font-size:.62rem;text-transform:uppercase;letter-spacing:.16em;color:var(--wine);font-weight:700}.editorial-feature h3{font-size:2rem;max-width:650px;margin:18px 0}.editorial-feature p,.editorial-note p{color:var(--muted);line-height:1.7}.editorial-feature a{display:inline-flex;gap:20px;margin-top:20px;color:var(--wine);font-size:.8rem;font-weight:700}.editorial-note{background:var(--wine-dark);color:#fff;border-color:var(--wine-dark)}.editorial-note>span{color:#e0c092}.editorial-note strong{font-family:'Playfair Display';font-size:1.65rem;line-height:1.25;display:block;margin:18px 0}.editorial-note p{color:#dbcac3}.editorial-note .premium-button{margin-top:16px;background:#fff;color:var(--wine-dark);padding:14px 16px;font-size:.78rem}.editorial-note .premium-button:before{background:var(--sand)}footer{background:#171212;color:#fff;padding:70px 7vw 45px;display:grid;grid-template-columns:1.7fr 1fr 1fr .8fr;gap:65px}footer img{width:100px;background:var(--wine);padding:9px}footer p,footer a{color:#bcb2ad;line-height:1.7;font-size:.78rem}footer strong{display:block;margin-bottom:18px;font-size:.78rem}footer a{display:block;margin:9px 0;transition:.2s}footer a:hover{color:#fff}.footer-brand p{max-width:330px}.footer-sign{display:flex;flex-direction:column;justify-content:space-between}.footer-sign span{color:#7f7470;font-size:.65rem;text-transform:uppercase;letter-spacing:.12em}.a11y{position:fixed;right:20px;bottom:20px;z-index:100}.a11y-trigger{width:50px;height:50px;border-radius:50%;border:1px solid #ffffff33;background:var(--wine);color:#fff;font-weight:700;box-shadow:0 10px 35px #0003;cursor:pointer;transition:.3s}.a11y-trigger:hover{transform:translateY(-3px);background:var(--wine-dark)}.a11y-panel{position:absolute;right:0;bottom:62px;width:330px;background:#fff;color:#222;padding:20px;box-shadow:0 22px 65px #0003;border:1px solid #e8e1dc}.a11y-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.a11y-head small{display:block;color:var(--wine);font-size:.58rem;text-transform:uppercase;letter-spacing:.16em}.a11y-head strong{font-family:'Playfair Display';font-size:1.4rem}.a11y-close{border:0;background:none;font-size:1.6rem;cursor:pointer}.a11y-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.a11y-grid button{min-height:74px;border:1px solid #e8e1dc;background:#faf8f5;text-align:left;padding:11px;cursor:pointer;transition:.2s}.a11y-grid button:hover,.a11y-grid button.is-active{border-color:var(--wine);background:#f4eae7}.a11y-grid b{display:block;color:var(--wine);font-size:1rem}.a11y-grid span{display:block;font-size:.68rem;margin-top:6px}.high-contrast{filter:none!important}.highlight-links a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}.reduce-motion *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}:focus-visible{outline:3px solid #d4ad76;outline-offset:4px}@media(max-width:1000px){.nav nav{gap:20px}.hero-card{width:310px}.service-grid{grid-template-columns:1fr 1fr}.service-card:nth-child(2){border-right:1px solid var(--line)}.editorial-grid{grid-template-columns:1fr}.about-copy{padding:70px 6vw}}@media(max-width:820px){.topbar span:first-child{display:none}.topbar{justify-content:center}.nav{height:80px}.brand img{width:68px;height:60px}.menu-toggle{display:block}.nav nav{display:none;position:absolute;left:0;right:0;top:80px;background:#fff;padding:25px 7vw 35px;flex-direction:column;gap:0;border-top:1px solid var(--line);box-shadow:0 25px 40px #0001}.nav nav.is-open{display:flex}.nav nav a{padding:14px 0;border-bottom:1px solid var(--line)}.nav-cta{margin-left:auto}.hero{min-height:680px;padding:60px 7vw 150px}.hero-card{left:7vw;right:7vw;width:auto}.hero-scroll{display:none}.quick,.values,.manifesto-grid,footer{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr}.about-photo{max-height:560px}.section-head{display:block}.section-head>p{margin-top:20px}.manifesto-grid article:nth-child(2){border-right:0}.manifesto-grid article:nth-child(3){padding-left:0}.footer-sign{gap:20px}}@media(max-width:580px){.topbar{font-size:.54rem;padding:0 4vw}.nav{padding:0 4vw}.nav-cta{display:none}.hero{min-height:720px;padding:55px 6vw 170px}.hero h1{font-size:3.5rem}.hero p{font-size:.92rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.hero-card{left:6vw;right:6vw;padding:24px}.quick,.service-grid,.values,.manifesto-grid,footer{grid-template-columns:1fr}.quick{padding:0 6vw}.quick a{border-left:1px solid var(--line)}.section{padding:78px 6vw}.service-card{border-left:1px solid var(--line);min-height:300px}.about-copy{padding:70px 6vw}.values{padding:50px 6vw}.values article{padding:28px 0;border-right:0;border-bottom:1px solid #ffffff2b}.manifesto-grid article,.manifesto-grid article+article{padding:28px 0;border-right:0;border-bottom:1px solid var(--line)}.editorial-feature,.editorial-note{padding:28px}.a11y-panel{width:min(330px,calc(100vw - 28px));right:-6px}footer{padding:60px 6vw}.footer-sign{gap:18px}}
/* V02.2 — matriz premium Abreu */
.header{position:absolute;left:0;right:0;top:0;z-index:70}.nav{height:100px;padding:0 5vw;background:rgba(250,248,244,.96);border-bottom:1px solid rgba(104,40,43,.12)}.brand img{width:230px;height:auto;max-height:62px;object-fit:contain;background:none;padding:0}.header.is-sticky .nav{height:78px}.header.is-sticky .brand img{width:200px;height:auto}.header-tools{margin-left:auto;display:flex;align-items:center;gap:6px}.tool-button{height:48px;border:0;background:transparent;color:var(--wine-dark);display:flex;align-items:center;gap:9px;padding:0 13px;font-size:.72rem;font-weight:700;cursor:pointer}.tool-button:hover{background:#f1e8e3}.tool-icon{width:28px;height:28px;border:1px solid #cbbab2;border-radius:50%;display:grid;place-items:center;font-family:'Playfair Display';font-size:.75rem}.tool-icon.hands{font-size:1rem}.menu-toggle{display:block;width:52px;height:52px;border:0;background:var(--wine);padding:15px;margin-left:8px;cursor:pointer}.menu-toggle span{display:block;height:1px;background:#fff;margin:5px 0;transition:.3s}.menu-toggle:hover span:nth-child(2){transform:translateX(5px)}.menu-backdrop{position:fixed;inset:0;background:#16090acc;z-index:79;opacity:0;visibility:hidden;transition:.35s}.menu-drawer{position:fixed;right:0;top:0;bottom:0;width:min(560px,100%);z-index:80;background:var(--wine-dark);color:#fff;padding:42px 48px;transform:translateX(102%);transition:.55s var(--ease);display:flex;flex-direction:column}.menu-open .menu-backdrop{opacity:1;visibility:visible}.menu-open .menu-drawer{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:30px;border-bottom:1px solid #ffffff22}.drawer-head img{width:225px;height:auto}.drawer-head button{border:1px solid #ffffff33;background:transparent;color:#fff;width:44px;height:44px;font-size:1.8rem;cursor:pointer}.menu-drawer nav{display:flex;flex-direction:column;margin-top:30px}.menu-drawer nav a{display:grid;grid-template-columns:42px 1fr;align-items:center;border-bottom:1px solid #ffffff1f;padding:17px 0;transition:.25s}.menu-drawer nav a:hover{padding-left:8px;color:#e4c393}.menu-drawer nav small{color:#c9a477;font-size:.62rem}.menu-drawer nav span{font-family:'Playfair Display';font-size:1.65rem}.drawer-info{margin-top:auto;border-top:1px solid #ffffff22;padding-top:25px}.drawer-info span{color:#d5b17e;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase}.drawer-info p,.drawer-info a{font-size:.78rem;color:#d9ccc7;line-height:1.7}.a11y-panel{position:fixed;right:5vw;top:92px;z-index:90;width:350px;background:#fff;color:#222;padding:20px;box-shadow:0 22px 65px #0003;border:1px solid #e8e1dc}.hero-premium{padding-top:100px;min-height:790px;background:var(--cream);display:grid;grid-template-columns:54% 46%;position:relative;overflow:hidden}.hero-copy{padding:100px 7vw 150px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#f8f4ee,#eee5dc);position:relative}.hero-copy:after{content:'9º';position:absolute;right:-10px;bottom:30px;font-family:'Playfair Display';font-size:14rem;color:#68282b0a;line-height:1}.hero-copy h1{font-size:clamp(3.8rem,5.8vw,6.6rem);line-height:.92;margin:20px 0 28px;max-width:800px}.hero-copy h1 em{font-weight:500;color:var(--wine);font-style:italic}.hero-copy p{font-size:1rem;line-height:1.8;color:var(--muted);max-width:580px}.hero-actions{display:flex;gap:10px;margin-top:34px}.btn.outline{border:1px solid #b9aaa2;color:var(--wine-dark);background:transparent}.btn.outline:hover{background:#fff}.hero-signature{display:flex;gap:28px;margin-top:50px;padding-top:22px;border-top:1px solid #d7cdc5;color:#877a73;font-size:.65rem;text-transform:uppercase;letter-spacing:.13em}.hero-visual{position:relative;min-height:690px;background:#241416;overflow:hidden}.notary-scene{position:absolute;inset:0;background:radial-gradient(circle at 72% 20%,#c08b7044,transparent 32%),linear-gradient(145deg,#2c1719,#6c3030 55%,#231213);overflow:hidden}.scene-document{position:absolute;width:54%;height:61%;left:15%;top:18%;background:#efe7d9;transform:rotate(-7deg);box-shadow:0 40px 70px #0007;padding:12% 9%;color:#5d4840}.scene-document:before{content:'';position:absolute;inset:18px;border:1px solid #7b5c4d55}.scene-document span{font-family:'Playfair Display';font-size:clamp(.75rem,1.2vw,1.1rem);letter-spacing:.12em}.scene-document i{display:block;height:1px;background:#8b766a55;margin:22px 0}.scene-document b{position:absolute;right:10%;bottom:10%;font-family:'Playfair Display';font-size:4rem;color:#762d30}.scene-pen{position:absolute;width:43%;height:15px;background:linear-gradient(90deg,#171313,#b99a6d 75%,#e4cf9f);right:3%;top:49%;transform:rotate(-31deg);border-radius:20px;box-shadow:0 10px 20px #0007}.scene-hand{position:absolute;width:44%;height:38%;right:-7%;bottom:-5%;background:radial-gradient(ellipse at 30% 20%,#d8a286,#a86958 55%,#704037);border-radius:60% 20% 0 50%;transform:rotate(-17deg);filter:blur(.3px);opacity:.94}.scene-glow{position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,#d9aa7a18);mix-blend-mode:screen}.visual-caption{position:absolute;left:0;bottom:0;background:#fff;color:var(--ink);padding:25px 30px;width:58%;border-top:3px solid var(--sand)}.visual-caption span{display:block;color:var(--wine);font-size:.58rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.visual-caption strong{font-family:'Playfair Display';display:block;font-size:1.35rem;margin-top:8px}.hero-utility{position:absolute;left:7vw;right:5vw;bottom:0;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;box-shadow:0 20px 50px #31141616}.hero-utility a{min-height:94px;padding:20px 24px;border-right:1px solid var(--line);display:grid;grid-template-columns:1fr auto;align-content:center;transition:.3s}.hero-utility a:hover{background:var(--wine);color:#fff}.hero-utility small{grid-column:1/-1;color:#9b8e87;text-transform:uppercase;letter-spacing:.13em;font-size:.55rem}.hero-utility strong{font-size:.78rem;margin-top:7px}.hero-utility i{font-style:normal;color:var(--wine)}.hero-utility a:hover i,.hero-utility a:hover small{color:#e6c99f}.about-photo img{object-position:center center}.photo-seal{border-radius:2px;width:135px;height:110px}.photo-seal span{font-family:'Playfair Display';font-size:2.5rem}.photo-seal small{line-height:1.5}.service-icon{font-family:'Playfair Display';font-size:1.8rem}footer img{width:250px;background:none;padding:0;max-width:100%}[vw] [vw-access-button]{transform:scale(.82);transform-origin:bottom right}:root{--vlibras-btn-focus-visible-outline:3px solid #d4ad76;--vlibras-btn-focus-visible-shadow:0 0 0 5px rgba(104,40,43,.3)}
@media(max-width:900px){.hero-premium{grid-template-columns:1fr;padding-top:80px}.hero-copy{padding:75px 7vw 140px}.hero-visual{min-height:580px}.hero-utility{left:5vw;right:5vw}.tool-button span:last-child{display:none}.brand img{width:190px}.menu-drawer{padding:32px}.a11y-panel{top:76px;right:3vw}.header{position:absolute}}
@media(max-width:600px){.nav{height:78px;padding:0 4vw}.brand img{width:150px}.tool-button{padding:0 4px}.tool-icon{width:34px;height:34px}.menu-toggle{width:44px;height:44px;margin-left:2px}.hero-premium{padding-top:78px}.hero-copy{padding:60px 6vw 205px}.hero-copy h1{font-size:3.35rem}.hero-actions{flex-direction:column}.hero-signature{gap:12px;flex-wrap:wrap}.hero-visual{min-height:470px}.visual-caption{width:82%}.hero-utility{grid-template-columns:1fr;left:6vw;right:6vw;bottom:auto;top:620px}.hero-utility a{min-height:70px}.a11y-panel{top:72px;right:14px;width:calc(100vw - 28px)}.drawer-head img{width:185px}.menu-drawer nav span{font-size:1.4rem}}

/* Cartorio Abreu V02 HF01 — header, a11y/Libras e politica completa */
.header .nav{height:118px;padding:0 6vw;background:rgba(250,248,244,.985);box-shadow:0 1px 0 rgba(104,40,43,.10)}
.header .brand{display:flex;align-items:center;min-width:0}
.header .brand img{width:clamp(245px,19vw,330px)!important;height:auto!important;max-height:82px!important;object-fit:contain!important;background:transparent!important;padding:0!important}
.header.is-sticky .nav{height:88px;background:rgba(250,248,244,.97);box-shadow:0 14px 42px rgba(45,17,18,.10)}
.header.is-sticky .brand img{width:250px!important;max-height:66px!important}
.header-tools{gap:10px}
.tool-button{height:52px;padding:0 16px;border:1px solid transparent;border-radius:2px;transition:.25s var(--ease)}
.tool-button:hover,.tool-button[aria-expanded="true"]{border-color:#d9cbc4;background:#fff}
.tool-icon{width:34px;height:34px;border-color:#cbbab2;background:#fff;color:var(--wine);font-weight:700}
#vlibras-toggle .tool-icon{font-family:inherit;font-size:0}
#vlibras-toggle .tool-icon:before{content:'L';font-family:'Playfair Display',serif;font-size:.9rem;font-weight:700}
.menu-toggle{width:54px;height:54px}
.hero-premium{padding-top:118px}

/* Mantem o launcher oficial fora do fluxo visual; o acionamento e feito pelo botao do header. */
#vlibras[vw]{position:fixed!important;right:22px!important;bottom:22px!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;z-index:99999!important}
#vlibras [vw-access-button]{display:none!important;position:fixed!important;right:22px!important;bottom:22px!important;top:auto!important;left:auto!important}
#vlibras [vw-plugin-wrapper]{position:fixed!important;right:20px!important;bottom:20px!important;top:auto!important;left:auto!important;z-index:100000!important}

.quality-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-top:52px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.quality-grid article{grid-column:span 2;min-height:210px;padding:32px 34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.35s var(--ease)}
.quality-grid article:nth-child(4){grid-column:2/span 2}.quality-grid article:nth-child(5){grid-column:4/span 2}
.quality-grid article:hover{background:var(--cream);transform:translateY(-4px)}
.quality-grid span{font-family:'Playfair Display',serif;color:var(--sand);font-size:1.25rem}
.quality-grid p{color:var(--muted);line-height:1.82;font-size:.86rem;margin:20px 0 0}
.ethics-downloads{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
.ethics-downloads a{min-height:92px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:15px;padding:20px 22px;border:1px solid #d9d0c9;background:#fff;transition:.35s var(--ease)}
.ethics-downloads a:hover{background:var(--wine);color:#fff;transform:translateY(-4px);box-shadow:0 18px 38px rgba(71,24,27,.14)}
.download-icon{width:38px;height:38px;border:1px solid #cdbdb4;display:grid;place-items:center;color:var(--wine);font-size:1rem}.ethics-downloads a:hover .download-icon{border-color:#ffffff55;color:#fff}
.ethics-downloads strong{font-family:'Playfair Display',serif;font-size:1.03rem;font-weight:500}.ethics-downloads i{font-style:normal;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:var(--wine)}.ethics-downloads a:hover i{color:#e5c89d}

@media(max-width:900px){.header .nav{height:92px;padding:0 4vw}.header .brand img{width:220px!important;max-height:64px!important}.header.is-sticky .brand img{width:205px!important}.hero-premium{padding-top:92px}.quality-grid{grid-template-columns:1fr 1fr}.quality-grid article,.quality-grid article:nth-child(4),.quality-grid article:nth-child(5){grid-column:auto;min-height:190px}.quality-grid article:last-child{grid-column:1/-1}.ethics-downloads{grid-template-columns:1fr}}
@media(max-width:600px){.header .nav{height:82px}.header .brand img{width:172px!important;max-height:54px!important}.header.is-sticky .brand img{width:165px!important}.header-tools{gap:3px}.tool-button{padding:0 3px;border:0}.tool-icon{width:36px;height:36px}.menu-toggle{width:44px;height:44px}.hero-premium{padding-top:82px}.quality-grid{grid-template-columns:1fr}.quality-grid article,.quality-grid article:last-child{grid-column:auto;min-height:0;padding:26px}.ethics-downloads a{grid-template-columns:38px 1fr auto;padding:17px 16px}}

/* Cartorio Abreu V02 HF02 */
.tool-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tool-icon-libras svg{width:19px;height:19px}.tool-icon-libras:before{display:none!important}.tool-button:hover .tool-icon,.tool-button:focus-visible .tool-icon{background:var(--wine);border-color:var(--wine);color:#fff;transform:translateY(-1px)}.tool-icon{transition:.25s var(--ease)}
.hero-utility a.utility-featured{position:relative;padding-left:72px;background:#fffaf6}.hero-utility a.utility-featured:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--wine)}.hero-utility .utility-symbol{position:absolute;left:24px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:1px solid #d6c6bd;color:var(--wine);display:grid;place-items:center;font-family:'Playfair Display',serif;font-size:1.1rem}.hero-utility a.utility-featured strong{font-size:.9rem;color:var(--wine-dark)}.hero-utility a.utility-featured:hover{background:var(--wine);color:#fff}.hero-utility a.utility-featured:hover strong{color:#fff}.hero-utility a.utility-featured:hover .utility-symbol{border-color:#ffffff66;color:#fff}.hero-utility a.utility-location{background:#f5eee7}.hero-utility a.utility-location:hover{background:var(--wine-dark)}
.quality-grid article{position:relative}.quality-grid article:before{content:"";position:absolute;left:-1px;top:28px;bottom:28px;width:1px;background:#d8cec7}.quality-grid article:nth-child(1):before{display:none}.quality-grid article:nth-child(4):before{display:block}.quality-grid article:nth-child(4){border-left:1px solid var(--line)}
.instagram-editorial{display:grid;grid-template-columns:.92fr 1.65fr;border:1px solid var(--line);margin-top:42px}.insta-lead{padding:52px;background:var(--wine-dark);color:#fff;display:flex;flex-direction:column;justify-content:center}.insta-kicker{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:#d7b783}.insta-lead h3{font-size:2.3rem;line-height:1.05;margin:18px 0}.insta-lead p{color:#ddcfca;line-height:1.75;font-size:.88rem}.insta-button{margin-top:25px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff30;padding-top:20px;font-size:.78rem;font-weight:700}.insta-button i{font-style:normal}.insta-cards{display:grid;grid-template-columns:repeat(3,1fr);background:#fff}.insta-cards a{min-height:310px;padding:34px 28px;border-left:1px solid var(--line);display:flex;flex-direction:column;transition:.35s var(--ease)}.insta-cards a:hover{background:var(--cream);transform:translateY(-5px)}.insta-cards small{color:var(--wine);font-size:.58rem;letter-spacing:.15em}.insta-cards strong{font-family:'Playfair Display',serif;font-size:1.45rem;line-height:1.18;margin-top:25px;font-weight:500}.insta-cards span{margin-top:auto;color:var(--wine);font-size:.72rem;font-weight:700}
.footer-premium{display:block!important;background:#171112;color:#e8dfda;padding:0!important}.footer-main{display:grid;grid-template-columns:1.15fr 1fr .75fr 1.65fr;gap:0;padding:70px 6vw 55px}.footer-main>div{padding:0 32px;border-left:1px solid #ffffff16}.footer-main>div:first-child{padding-left:0;border-left:0}.footer-premium .footer-brand img{width:min(300px,100%);margin-bottom:24px}.footer-premium p{color:#a99b96;font-size:.76rem;line-height:1.8}.footer-premium strong{display:block;color:#d6b17d;text-transform:uppercase;letter-spacing:.14em;font-size:.62rem;margin-bottom:20px}.footer-contact a,.footer-links a,.footer-social,.footer-route{display:block;color:#d8cdca;font-size:.76rem;margin:9px 0;transition:.25s}.footer-contact a:hover,.footer-links a:hover,.footer-social:hover,.footer-route:hover{color:#fff;transform:translateX(3px)}.footer-address{margin-top:22px!important}.footer-map{min-height:285px}.footer-map iframe{width:100%;height:100%;min-height:285px;border:0;filter:grayscale(1) sepia(.18) contrast(.92);opacity:.8}.footer-bottom{border-top:1px solid #ffffff16;padding:20px 6vw;display:flex;justify-content:space-between;gap:20px;color:#827571;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.footer-bottom div{display:flex;gap:28px}.footer-bottom a:hover{color:#fff}
/* VLibras fica ancorado no canto inferior direito quando aberto */
#vlibras[vw]{right:18px!important;bottom:18px!important;top:auto!important;left:auto!important}#vlibras [vw-plugin-wrapper]{right:18px!important;bottom:18px!important;top:auto!important;left:auto!important}
@media(max-width:1050px){.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:nth-child(3){border-left:0;padding-left:0;margin-top:45px}.footer-main>div:nth-child(4){margin-top:45px}.instagram-editorial{grid-template-columns:1fr}.insta-cards a{min-height:250px}}
@media(max-width:700px){.hero-utility a.utility-featured{padding-left:66px}.quality-grid article:before{display:none!important}.quality-grid article:nth-child(4){border-left:0}.insta-cards{grid-template-columns:1fr}.insta-cards a{min-height:190px;border-left:0;border-top:1px solid var(--line)}.insta-lead{padding:36px 28px}.footer-main{grid-template-columns:1fr;padding:55px 6vw 40px}.footer-main>div,.footer-main>div:nth-child(3),.footer-main>div:nth-child(4){border-left:0;border-top:1px solid #ffffff16;padding:28px 0 0;margin-top:28px}.footer-main>div:first-child{border-top:0;padding-top:0;margin-top:0}.footer-map{min-height:240px}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap;gap:14px}}

/* V02 HF03 — header institucional vinho */
.header .nav{background:var(--wine)!important;border-bottom:1px solid rgba(255,255,255,.16)!important;box-shadow:0 8px 30px rgba(35,10,12,.08)}
.header .brand img{width:255px!important;max-height:70px!important;object-fit:contain!important}
.header.is-sticky .nav{background:rgba(104,40,43,.98)!important;box-shadow:0 12px 35px rgba(35,10,12,.18)}
.header.is-sticky .brand img{width:220px!important}
.header-tools{gap:8px!important}
.tool-button,.menu-toggle{width:52px!important;height:52px!important;min-width:52px!important;padding:0!important;margin:0!important;border:1px solid rgba(255,255,255,.42)!important;background:transparent!important;color:#fff!important;display:grid!important;place-items:center!important;border-radius:0!important;transition:.25s var(--ease)!important}
.tool-button>span:not(.tool-icon){position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.tool-icon{width:auto!important;height:auto!important;border:0!important;border-radius:0!important;color:inherit!important}
.tool-icon svg{width:22px!important;height:22px!important;stroke-width:1.55!important}
.tool-button:hover,.tool-button:focus-visible,.menu-toggle:hover,.menu-toggle:focus-visible{background:#f6efe9!important;color:var(--wine)!important;border-color:#f6efe9!important;transform:translateY(-1px)}
.tool-button:hover .tool-icon,.tool-button:focus-visible .tool-icon{background:transparent!important;border:0!important;color:inherit!important;transform:none!important}
.menu-toggle{padding:14px!important}.menu-toggle span{background:currentColor!important;width:22px!important;margin:4px auto!important}
.header-tools .tool-button,.header-tools .menu-toggle{position:relative}
.header-tools .tool-button:after,.header-tools .menu-toggle:after{position:absolute;top:calc(100% + 9px);left:50%;transform:translate(-50%,-3px);background:#1d1112;color:#fff;padding:7px 9px;font-size:.62rem;letter-spacing:.04em;white-space:nowrap;opacity:0;visibility:hidden;transition:.2s;pointer-events:none}
#a11y-toggle:after{content:'Acessibilidade'}#vlibras-toggle:after{content:'Libras'}.menu-toggle:after{content:'Menu'}
.header-tools .tool-button:hover:after,.header-tools .tool-button:focus-visible:after,.header-tools .menu-toggle:hover:after,.header-tools .menu-toggle:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%,0)}

/* Qualidade: sem divisor fantasma antes do item 04 */
.quality-grid{border-left:0!important}
.quality-grid article:before{display:none!important}
.quality-grid article:nth-child(4){border-left:0!important}

/* Feed real do Instagram */
.instagram-feed{margin-top:42px;border:1px solid var(--line);background:#fff;overflow:hidden}
.instagram-feed-head{min-height:105px;padding:25px 30px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line);background:var(--wine-dark);color:#fff}
.instagram-feed-head div{display:flex;flex-direction:column;gap:5px}.instagram-feed-head span{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:#d7b783}.instagram-feed-head strong{font-family:'Playfair Display',serif;font-size:1.65rem;font-weight:500}.instagram-feed-head a{border:1px solid rgba(255,255,255,.3);padding:13px 17px;font-size:.72rem;font-weight:700;transition:.25s}.instagram-feed-head a:hover{background:#fff;color:var(--wine-dark)}.instagram-feed-head i{font-style:normal;margin-left:15px}.lightwidget-widget{display:block!important;width:100%!important;min-height:560px!important;border:0!important;overflow:hidden!important;background:#fff}

/* O launcher oficial fica fora da composição: o botão do header é o acionador */
#vlibras-access-wrapper{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}

@media(max-width:900px){.header .brand img{width:220px!important}.header.is-sticky .brand img{width:195px!important}}
@media(max-width:600px){.header .brand img{width:165px!important}.header.is-sticky .brand img{width:155px!important}.tool-button,.menu-toggle{width:42px!important;height:42px!important;min-width:42px!important}.tool-icon svg{width:19px!important;height:19px!important}.header-tools{gap:4px!important}.header-tools .tool-button:after,.header-tools .menu-toggle:after{display:none!important}.instagram-feed-head{align-items:flex-start;flex-direction:column;padding:22px}.lightwidget-widget{min-height:500px!important}}

/* V02 HF04 — vídeo de demonstração no hero + acabamento do header + grade da qualidade */
/* Os três controles do nav formam uma única família visual. */
.header-tools .tool-button,.header-tools .menu-toggle{
  background:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.48)!important;
}
.header-tools .tool-button:hover,.header-tools .tool-button:focus-visible,
.header-tools .menu-toggle:hover,.header-tools .menu-toggle:focus-visible,
.header-tools .tool-button[aria-expanded="true"]{
  background:#f6efe9!important;
  color:var(--wine)!important;
  border-color:#f6efe9!important;
}

/* Vídeo temporário: ocupa o antigo scene-glow. A arte atual permanece como fallback. */
.scene-glow{position:absolute!important;inset:0!important;overflow:hidden!important;mix-blend-mode:normal!important;opacity:1!important;z-index:6!important;background:transparent!important;pointer-events:none!important}
.scene-video-frame{position:absolute;left:50%;top:50%;width:177.78%;height:100%;min-width:100%;min-height:56.25vw;transform:translate(-50%,-50%) scale(1.08);border:0;pointer-events:none;filter:blur(2.5px) saturate(.72) contrast(1.04)}
.scene-video-mask{position:absolute;inset:0;background:rgba(104,40,43,.60);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);z-index:2}
.scene-document,.scene-pen,.scene-hand{z-index:8}

/* Política: borda externa no 01 e fechamento esquerdo próprio no 04. */
.quality-grid{border-left:1px solid var(--line)!important}
.quality-grid article:nth-child(4){border-left:1px solid var(--line)!important}
.quality-grid article:before{display:none!important}

@media (prefers-reduced-motion:reduce){
  .scene-video-frame{display:none!important}
  .scene-video-mask{background:rgba(104,40,43,.18)}
}
body.reduce-motion .scene-video-frame{display:none!important}
body.reduce-motion .scene-video-mask{background:rgba(104,40,43,.18)}
@media(max-width:700px){.quality-grid{border-left:1px solid var(--line)!important}.quality-grid article:nth-child(4){border-left:0!important}}

/* V02 HF05 — correções definitivas de camadas, controles e Política da Qualidade */
/* Header: ícones sempre desenhados, sem fundos herdados dentro do botão. */
.header-tools .tool-button,.header-tools .menu-toggle{
  background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.48)!important;
}
.header-tools .tool-button .tool-icon{
  display:grid!important;place-items:center!important;width:24px!important;height:24px!important;
  padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;color:currentColor!important;
}
.header-tools .tool-button .tool-icon svg{display:block!important;width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important}
.header-tools .tool-button:hover,.header-tools .tool-button:focus-visible,.header-tools .menu-toggle:hover,.header-tools .menu-toggle:focus-visible,
.header-tools .tool-button[aria-expanded="true"]{background:var(--cream)!important;color:var(--wine)!important;border-color:var(--cream)!important}
.header-tools .menu-toggle span{display:block!important;background:currentColor!important;height:1px!important;width:22px!important}

/* Hero: o vídeo é apenas fundo da metade direita e nunca participa da camada dos CTAs. */
.hero-premium{isolation:isolate!important}
.hero-visual{position:relative!important;overflow:hidden!important;isolation:isolate!important}
.notary-scene{overflow:hidden!important;isolation:isolate!important}
.scene-glow{position:absolute!important;inset:0!important;z-index:0!important;overflow:hidden!important;pointer-events:none!important}
.scene-video-frame{z-index:0!important}
.scene-video-mask{z-index:1!important}
/* Com vídeo ativo, removemos a ilustração antiga que estava aparecendo por cima dele. */
.scene-document,.scene-pen,.scene-hand{display:none!important}
.visual-caption{position:relative!important;z-index:3!important}
.hero-copy{position:relative!important;z-index:4!important}
.hero-utility{z-index:30!important}

/* Política: sem borda no contêiner. Cada card desenha somente o próprio contorno necessário. */
.quality-grid{border-left:0!important}
.quality-grid article{border-left:0!important}
.quality-grid article:before{display:none!important;content:none!important}
.quality-grid article:nth-child(1),.quality-grid article:nth-child(4){border-left:1px solid var(--line)!important}
/* O 04 começa na coluna 2; não pode existir linha no espaço vazio à esquerda. */
@media(min-width:901px){.quality-grid article:nth-child(4){border-left:1px solid var(--line)!important}}
@media(max-width:900px){.quality-grid article:nth-child(1),.quality-grid article:nth-child(4){border-left:0!important}.quality-grid{border-left:1px solid var(--line)!important}}
@media(max-width:700px){.quality-grid{border-left:1px solid var(--line)!important}.quality-grid article:nth-child(4){border-left:0!important}}

/* V02 HF06 — controles destacados no nav + limpeza da legenda do hero */
.header-tools .tool-button,
.header-tools .menu-toggle{
  background:var(--cream)!important;
  color:var(--wine)!important;
  border-color:var(--cream)!important;
  box-shadow:0 4px 16px rgba(30,10,12,.08)!important;
}
.header-tools .tool-button:hover,
.header-tools .tool-button:focus-visible,
.header-tools .menu-toggle:hover,
.header-tools .menu-toggle:focus-visible,
.header-tools .tool-button[aria-expanded="true"]{
  background:var(--sand)!important;
  color:var(--wine-dark)!important;
  border-color:var(--sand)!important;
  box-shadow:0 7px 20px rgba(30,10,12,.18)!important;
  transform:translateY(-2px)!important;
}
.header-tools .tool-button .tool-icon{
  color:currentColor!important;
  background:transparent!important;
  border:0!important;
}
.header-tools .tool-button:hover .tool-icon,
.header-tools .tool-button:focus-visible .tool-icon{
  color:currentColor!important;
  background:transparent!important;
  border:0!important;
  transform:none!important;
}
.visual-caption{display:none!important}

/* V02 HF07 — painel compacto + footer 3 colunas */
.a11y-panel{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  bottom:auto!important;
  padding:16px!important;
}
.a11y-head{margin-bottom:10px!important}
.a11y-grid{gap:6px!important}
.a11y-grid button{min-height:62px!important;padding:9px 10px!important}
.a11y-grid span{margin-top:4px!important}
.footer-main{grid-template-columns:1.15fr 1fr .85fr!important}
.footer-main>div:nth-child(3){border-left:1px solid #ffffff16!important;padding-left:32px!important;margin-top:0!important}
@media(max-width:900px){.footer-main{grid-template-columns:1fr 1fr!important}.footer-main>div:nth-child(3){grid-column:1/-1;border-left:0!important;border-top:1px solid #ffffff16!important;padding:28px 0 0!important;margin-top:28px!important}}
@media(max-width:700px){.footer-main{grid-template-columns:1fr!important}.footer-main>div:nth-child(3){grid-column:auto!important}}

/* V02 HF08 — limpa marca d'água do hero + controle acessível Play/Pause */
.hero-copy::after,.hero-copy:after{content:none!important;display:none!important}
.hero-video-toggle{position:absolute;left:28px;top:28px;right:auto;bottom:auto;z-index:12;display:flex;align-items:center;gap:9px;height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.72);background:var(--cream);color:var(--wine);box-shadow:0 8px 26px rgba(28,10,12,.16);font:700 .62rem/1 sans-serif;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:.22s ease}
.hero-video-toggle:hover,.hero-video-toggle:focus-visible{background:#fff;color:var(--wine-dark);border-color:#fff;transform:translateY(-1px)}
.video-icon{position:relative;display:block;width:14px;height:14px;flex:0 0 14px}
.video-icon-pause::before,.video-icon-pause::after{content:'';position:absolute;top:1px;bottom:1px;width:3px;background:currentColor}.video-icon-pause::before{left:2px}.video-icon-pause::after{right:2px}
.hero-video-toggle.is-paused .video-icon::before{content:'';position:absolute;left:3px;top:1px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid currentColor;background:transparent}
.hero-video-toggle.is-paused .video-icon::after{display:none}
@media(max-width:600px){.hero-video-toggle{left:16px;top:16px;right:auto;bottom:auto;width:42px;padding:0;justify-content:center}.hero-video-toggle .video-control-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}

/* V02 HF10 — controle de vídeo aparece no hover/foco do hero */
@media (hover:hover) and (pointer:fine){
  .hero-video-toggle{
    opacity:0;
    visibility:hidden;
    transform:translateY(-4px);
    pointer-events:none;
  }
  .hero-visual:hover .hero-video-toggle,
  .hero-visual:focus-within .hero-video-toggle,
  .hero-video-toggle:focus-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
  }
}
@media (hover:none), (pointer:coarse){
  .hero-video-toggle{opacity:1;visibility:visible;pointer-events:auto}
}

/* V03 — Serviços */
.internal-hero{background:var(--wine,#742b2e);color:#fff;padding:clamp(72px,8vw,118px) max(6vw,24px) clamp(64px,7vw,100px);position:relative;overflow:hidden}.internal-hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-120px;top:-220px}.internal-hero>div{max-width:900px;margin:auto;position:relative;z-index:1}.internal-hero .eyebrow{color:#e8d8c5}.internal-hero h1{font-size:clamp(42px,5.5vw,76px);line-height:.98;max-width:820px;margin:18px 0 22px}.internal-hero h1 em{color:#e8d8c5;font-weight:inherit}.internal-hero p{max-width:690px;font-size:18px;line-height:1.75;color:rgba(255,255,255,.78)}.internal-back{display:inline-flex;margin-bottom:34px;color:#f1e6d9;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.internal-hero-small h1{font-size:clamp(38px,4.5vw,64px)}.services-catalog,.service-list-section{max-width:1240px;margin:auto}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(116,43,46,.2);border-left:1px solid rgba(116,43,46,.2)}.category-card{min-height:330px;padding:38px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(116,43,46,.2);border-bottom:1px solid rgba(116,43,46,.2);color:inherit;transition:.25s ease;background:#faf7f2}.category-card:hover{background:#742b2e;color:#fff}.category-number{font-size:13px;letter-spacing:.16em;color:#9b6d60}.category-card:hover .category-number{color:#e8d8c5}.category-card h3{font-size:clamp(27px,2.4vw,38px);line-height:1.05;margin:35px 0 14px}.category-card p{max-width:480px;line-height:1.7;opacity:.72}.category-action{display:flex;justify-content:space-between;align-items:center;border-top:1px solid currentColor;padding-top:18px;margin-top:30px;font-size:13px;text-transform:uppercase;letter-spacing:.1em}.service-list-head{margin-bottom:45px}.service-list-head h2{font-size:clamp(36px,4vw,58px);margin-top:12px}.service-list{border-top:1px solid rgba(116,43,46,.22)}.service-list>a{display:grid;grid-template-columns:70px 1fr 30px;gap:24px;align-items:center;padding:30px 8px;border-bottom:1px solid rgba(116,43,46,.22);color:inherit}.service-list>a:hover h3{color:#742b2e}.service-list h3{font-size:25px;margin:0 0 7px}.service-list p{margin:0;opacity:.65}.service-empty{padding:50px;background:#f5eee5;max-width:760px}.service-empty strong{font-size:28px}.service-empty p{line-height:1.7;margin:14px 0 26px}.service-detail{max-width:1240px;margin:auto;display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.8fr);gap:80px}.service-content h2{font-size:clamp(36px,4vw,58px);margin:12px 0 32px}.rich-content{font-size:17px;line-height:1.85}.rich-content h3{margin-top:35px}.service-help{align-self:start;background:#742b2e;color:#fff;padding:38px;position:sticky;top:110px}.service-help>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#e8d8c5}.service-help h3{font-size:31px;margin:18px 0}.service-help p{line-height:1.7;color:rgba(255,255,255,.75)}.service-help .btn{margin:18px 0 24px;background:#eee2d3;color:#742b2e}.service-help .text-link{color:#fff}
@media(max-width:760px){.internal-hero{padding:58px 22px 54px}.category-grid{grid-template-columns:1fr}.category-card{min-height:280px;padding:28px}.service-detail{grid-template-columns:1fr;gap:36px}.service-help{position:static}.service-list>a{grid-template-columns:42px 1fr 20px;gap:12px}.service-list h3{font-size:21px}}

/* V03 HF02 — categorias dinâmicas, cards inteiros clicáveis e respiro do hero interno */
.service-card-link{display:flex!important;flex-direction:column!important;color:inherit!important;text-decoration:none!important;cursor:pointer!important}
.service-card-link .card-link{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important}
.service-card-link:hover .card-link i,.service-card-link:focus-visible .card-link i{transform:translateX(6px)}
.service-card-link:focus-visible,.category-card:focus-visible{outline:3px solid var(--sand)!important;outline-offset:4px!important}
.internal-hero{padding-top:clamp(118px,10vw,160px)!important}
.internal-hero-small{padding-top:clamp(110px,9vw,148px)!important}
@media(max-width:760px){.internal-hero,.internal-hero-small{padding-top:82px!important}}


/* =========================================================
   CARTORIO ABREU - HF01
   Internal Hero: separacao do link voltar e eyebrow
   ========================================================= */
.internal-hero .internal-back {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 34px 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    color: #f1e6d9;
    line-height: 1.2;
    z-index: 2;
}

.internal-hero .internal-back + .eyebrow {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 18px;
}

.internal-hero h1 {
    clear: both;
}

/* CARTORIO ABREU - HF02 | Hero documental */
.hero-documental-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    border:0;
    pointer-events:none;
}
.hero-media,.hero-video,.hero-visual,.hero__media{overflow:hidden;}


/* =========================================================
   CARTORIO ABREU - HF03
   Hero mais compacto + overlay vinho 80%
   ========================================================= */

/* Desktop: reduz a primeira dobra para revelar os atalhos abaixo */
@media (min-width: 769px) {
    .hero,
    .home-hero,
    .hero-section {
        min-height: 560px !important;
        height: 560px !important;
    }
}

/* Video: overlay vinho mais intenso */
.hero-media::after,
.hero-video::after,
.hero-visual::after,
.hero__media::after {
    background: rgba(92, 24, 31, .80) !important;
}

/* Mobile: nao forca altura fixa */
@media (max-width: 768px) {
    .hero,
    .home-hero,
    .hero-section {
        height: auto !important;
        min-height: auto !important;
    }
}

/* CARTORIO ABREU - HF04 | hero real: altura + filtro 80% */
@media (min-width: 901px){
  .hero-premium{
    min-height:690px!important;
    height:690px!important;
  }
  .hero-copy{
    padding:72px 7vw 118px!important;
  }
  .hero-visual{
    min-height:590px!important;
    height:590px!important;
  }
}

/* A mascara real fica dentro de .scene-glow, acima do video. */
.hero-premium .scene-video-mask{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  z-index:2!important;
  pointer-events:none!important;
  background:rgba(104,40,43,.80)!important;
  opacity:1!important;
  backdrop-filter:blur(2px)!important;
  -webkit-backdrop-filter:blur(2px)!important;
}

/* Video sempre abaixo da mascara. */
.hero-premium .hero-documental-video{
  z-index:0!important;
}

/* Tablet/mobile preservados. */
@media (max-width:900px){
  .hero-premium{height:auto!important;}
  .hero-visual{height:auto!important;}
}

/* CARTORIO ABREU - HF05 | compacta conteudo do hero sem alterar altura/filtro */
@media (min-width: 901px){
  .hero-premium .hero-copy{
    padding:58px 7vw 112px!important;
    justify-content:center!important;
  }

  .hero-premium .hero-copy h1{
    font-size:clamp(3.35rem,4.75vw,5.35rem)!important;
    line-height:.91!important;
    margin:16px 0 20px!important;
  }

  .hero-premium .hero-copy p{
    font-size:.94rem!important;
    line-height:1.65!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }

  .hero-premium .hero-actions{
    margin-top:24px!important;
  }

  .hero-premium .hero-signature{
    margin-top:30px!important;
    padding-top:17px!important;
  }
}

/* HF06 — Hero 750px */
@media (min-width: 901px) {
    .hero-premium {
        height: 750px !important;
        min-height: 750px !important;
    }

    .hero-visual {
        height: 650px !important;
        min-height: 650px !important;
    }
}

/* HF06 — Hero 800px */
@media (min-width: 901px) {
    .hero-premium {
        height: 800px !important;
        min-height: 800px !important;
    }

    .hero-visual {
        height: 650px !important;
        min-height: 650px !important;
    }
}

/* HOME — Informativo / Instagram sem fundo vinho */
.instagram-section,
.instagram-section .instagram-wrap,
.informativo-section,
.informativo-section .informativo-wrap {
    background: transparent !important;
}

/* Textos sobre fundo claro */
.instagram-section .eyebrow,
.informativo-section .eyebrow {
    color: #8b5d4d !important;
}

.instagram-section h2,
.informativo-section h2 {
    color: #211919 !important;
}

.instagram-section p,
.informativo-section p {
    color: #766967 !important;
}

.instagram-section a,
.informativo-section a {
    color: #742b2e !important;
}

/* Área do feed / carrossel */
.instagram-section iframe,
.instagram-section .instagram-feed,
.instagram-section .instagram-carousel,
.informativo-section iframe,
.informativo-section .instagram-feed,
.informativo-section .instagram-carousel {
    background: transparent !important;
}


/* HF INSTAGRAM CLEAN */

/* Seção Informativo sem fundo vinho */
.section.news {
    background: transparent !important;
    color: #211919 !important;
}

/* Área geral do Instagram */
.section.news .instagram-feed {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Cabeçalho do feed sem faixa vinho */
.section.news .instagram-feed-head {
    background: transparent !important;
    color: #742b2e !important;
    border: 0 !important;
}

/* Instagram / @cartorioabreu */
.section.news .instagram-feed-head small {
    color: #9a6a5e !important;
}

.section.news .instagram-feed-head strong,
.section.news .instagram-feed-head a {
    color: #742b2e !important;
}

/* Botão acompanhar */
.section.news .instagram-feed-head a {
    background: transparent !important;
    border: 1px solid rgba(116, 43, 46, .35) !important;
}

/* O iframe não recebe fundo do nosso layout */
.section.news .lightwidget-widget,
.section.news iframe {
    background: transparent !important;
    border: 0 !important;
}

/* Textos da seção */
.section.news .section-head h2,
.section.news .section-head h2 em {
    color: #211919 !important;
}

.section.news .section-head h2 em {
    color: #742b2e !important;
}

.section.news .section-head p {
    color: #766967 !important;
}


/* HF — INFORMATIVO GERAL SEM FUNDO */
#informativo,
section#informativo,
#informativo.section,
#informativo.section.news {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

#informativo::before,
#informativo::after {
    background: transparent !important;
    background-image: none !important;
}

/* Feed acompanha o fundo geral */
#informativo .instagram-feed,
#informativo .instagram-feed-head {
    background: transparent !important;
    box-shadow: none !important;
}


/* HF — INFORMATIVO FUNDO BEGE */
section.news,
#informativo,
#informativo.section,
#informativo.section.news {
    background: #f3eee7 !important;
    background-color: #f3eee7 !important;
    background-image: none !important;
}

/* Somente o feed permanece transparente */
#informativo .instagram-feed,
#informativo .instagram-feed-head {
    background: transparent !important;
    box-shadow: none !important;
}



/* HF — FOOTER INSTITUCIONAL PREMIUM */

.footer-premium {
    display: block !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(201,164,119,.10), transparent 32%),
        linear-gradient(135deg, #68282b 0%, #541f22 55%, #411719 100%) !important;
    color: #f5f1eb !important;
    padding: 0 !important;
}

/* 3 colunas */
.footer-premium .footer-main {
    display: grid !important;
    grid-template-columns: 1.25fr 1fr .9fr !important;
    gap: 0 !important;
    padding: 76px 7vw 62px !important;
    max-width: 1600px;
    margin: 0 auto;
}

.footer-premium .footer-main > div {
    padding: 0 42px !important;
    border-left: 1px solid rgba(245,241,235,.14) !important;
}

.footer-premium .footer-main > div:first-child {
    padding-left: 0 !important;
    border-left: 0 !important;
}

/* Logo */
.footer-premium .footer-brand img {
    width: min(285px, 100%) !important;
    height: auto !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Texto institucional */
.footer-premium .footer-brand p {
    max-width: 390px;
    margin: 0;
    color: rgba(245,241,235,.72) !important;
    font-family: 'DM Sans', sans-serif;
    font-size: .84rem !important;
    line-height: 1.85 !important;
}

/* Títulos das colunas */
.footer-premium strong {
    display: block;
    margin: 2px 0 25px !important;
    color: #e0c092 !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.12rem !important;
    font-weight: 500 !important;
    line-height: 1.2;
    letter-spacing: -.015em !important;
    text-transform: none !important;
}

/* Textos e links */
.footer-premium p,
.footer-premium a {
    color: rgba(245,241,235,.74) !important;
    font-family: 'DM Sans', sans-serif;
    font-size: .80rem !important;
    line-height: 1.75 !important;
}

.footer-premium .footer-contact a,
.footer-premium .footer-links a,
.footer-premium .footer-social,
.footer-premium .footer-route {
    position: relative;
    display: block;
    width: fit-content;
    margin: 11px 0 !important;
    padding-left: 18px;
    color: rgba(245,241,235,.78) !important;
    transition:
        color .25s ease,
        transform .25s ease;
}

/* Marcador elegante no lugar de ícone genérico */
.footer-premium .footer-contact a::before,
.footer-premium .footer-links a::before,
.footer-premium .footer-social::before,
.footer-premium .footer-route::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 6px;
    height: 1px;
    background: #c9a477;
    transition: width .25s ease;
}

.footer-premium .footer-contact a:hover,
.footer-premium .footer-links a:hover,
.footer-premium .footer-social:hover,
.footer-premium .footer-route:hover {
    color: #fff !important;
    transform: translateX(4px) !important;
}

.footer-premium .footer-contact a:hover::before,
.footer-premium .footer-links a:hover::before,
.footer-premium .footer-social:hover::before,
.footer-premium .footer-route:hover::before {
    width: 10px;
}

/* Endereço */
.footer-premium .footer-address {
    position: relative;
    margin-top: 24px !important;
    padding-top: 20px;
    color: rgba(245,241,235,.64) !important;
}

.footer-premium .footer-address::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 1px;
    background: #c9a477;
}

/* Barra inferior */
.footer-premium .footer-bottom {
    border-top: 1px solid rgba(245,241,235,.13) !important;
    padding: 22px 7vw !important;
    max-width: 1600px;
    margin: 0 auto;
    color: rgba(245,241,235,.48) !important;
    font-size: .62rem !important;
    letter-spacing: .09em !important;
}

.footer-premium .footer-bottom a {
    color: rgba(245,241,235,.55) !important;
    font-size: .62rem !important;
}

.footer-premium .footer-bottom a:hover {
    color: #e0c092 !important;
}

/* Responsivo */
@media (max-width: 900px) {
    .footer-premium .footer-main {
        grid-template-columns: 1fr 1fr !important;
        padding: 62px 6vw 48px !important;
    }

    .footer-premium .footer-main > div {
        padding: 0 28px !important;
    }

    .footer-premium .footer-main > div:nth-child(3) {
        grid-column: 1 / -1 !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(245,241,235,.14) !important;
        padding: 32px 0 0 !important;
        margin-top: 36px !important;
    }
}

@media (max-width: 700px) {
    .footer-premium .footer-main {
        grid-template-columns: 1fr !important;
        padding: 52px 6vw 38px !important;
    }

    .footer-premium .footer-main > div,
    .footer-premium .footer-main > div:nth-child(3) {
        grid-column: auto !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(245,241,235,.14) !important;
        padding: 28px 0 0 !important;
        margin-top: 28px !important;
    }

    .footer-premium .footer-main > div:first-child {
        border-top: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .footer-premium .footer-bottom {
        padding: 20px 6vw !important;
    }
}



/* HF — ALTO CONTRASTE ACESSÍVEL V2 */

/*
 * Não usamos filter:contrast() no BODY.
 * Isso deformava vídeo, fotos, logo e cores institucionais.
 */
body.high-contrast {
    background: #000 !important;
    color: #fff !important;
    filter: none !important;
}

/* Áreas claras */
body.high-contrast .hero-copy,
body.high-contrast .section,
body.high-contrast .services,
body.high-contrast .about,
body.high-contrast .about-copy,
body.high-contrast .manifesto,
body.high-contrast .news,
body.high-contrast #informativo,
body.high-contrast .hero-utility {
    background: #000 !important;
    color: #fff !important;
}

/* Títulos */
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast strong {
    color: #fff !important;
}

/* Destaques */
body.high-contrast h1 em,
body.high-contrast h2 em,
body.high-contrast .eyebrow,
body.high-contrast .eyebrow.dark {
    color: #ffd966 !important;
}

/* Textos */
body.high-contrast p,
body.high-contrast small,
body.high-contrast .hero-copy p,
body.high-contrast .section-head > p {
    color: #fff !important;
}

/* Links */
body.high-contrast a {
    color: #fff !important;
}

body.high-contrast a:focus-visible,
body.high-contrast button:focus-visible {
    outline: 3px solid #ffd966 !important;
    outline-offset: 4px !important;
}

/* Cards e utilidades */
body.high-contrast .service-card,
body.high-contrast .hero-utility a,
body.high-contrast .instagram-feed,
body.high-contrast .instagram-feed-head {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

/* Botões */
body.high-contrast .btn,
body.high-contrast .premium-button {
    border: 2px solid #fff !important;
}

body.high-contrast .btn.primary {
    background: #fff !important;
    color: #000 !important;
}

body.high-contrast .btn.primary span,
body.high-contrast .btn.primary i {
    color: #000 !important;
}

/* Mantém fotos e vídeo naturais */
body.high-contrast img,
body.high-contrast video,
body.high-contrast iframe {
    filter: none !important;
}

/* Footer */
body.high-contrast .footer-premium {
    background: #000 !important;
    color: #fff !important;
}

body.high-contrast .footer-premium p,
body.high-contrast .footer-premium a {
    color: #fff !important;
}

body.high-contrast .footer-premium strong {
    color: #ffd966 !important;
}


/* REMOVER MOVIMENTO */

body.reduce-motion *,
body.reduce-motion *::before,
body.reduce-motion *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
}

/* Elementos reveal não podem permanecer invisíveis */
body.reduce-motion .reveal {
    opacity: 1 !important;
    transform: none !important;
}

/* Não faz zoom/transform em hover */
body.reduce-motion .hero-media,
body.reduce-motion .about-photo img,
body.reduce-motion .service-card,
body.reduce-motion .btn,
body.reduce-motion .premium-button {
    transform: none !important;
}



/* HF — ALTO CONTRASTE V3 FINAL */

/* =====================================================
   BASE
===================================================== */

body.high-contrast {
    background: #000 !important;
    color: #fff !important;
    filter: none !important;
}


/* =====================================================
   HEADER
===================================================== */

body.high-contrast .header,
body.high-contrast .nav,
body.high-contrast .header.is-sticky .nav {
    background: #000 !important;
    border-color: #fff !important;
    box-shadow: none !important;
}

body.high-contrast .brand img {
    filter: none !important;
}

body.high-contrast .tool-button,
body.high-contrast .menu-toggle {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

body.high-contrast .tool-button svg,
body.high-contrast .menu-toggle svg {
    color: #000 !important;
    stroke: #000 !important;
}

body.high-contrast .menu-toggle span {
    background: #000 !important;
}


/* =====================================================
   HERO
===================================================== */

body.high-contrast .hero-premium,
body.high-contrast .hero-copy {
    background: #000 !important;
    color: #fff !important;
}

body.high-contrast .hero-copy::after {
    color: rgba(255,255,255,.07) !important;
}

body.high-contrast .hero-copy h1 {
    color: #fff !important;
}

body.high-contrast .hero-copy h1 em {
    color: #ffd84d !important;
}

body.high-contrast .hero-copy p {
    color: #fff !important;
}


/* Hero utilities */

body.high-contrast .hero-utility {
    background: #000 !important;
    border: 1px solid #fff !important;
}

body.high-contrast .hero-utility a {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.high-contrast .hero-utility small {
    color: #ffd84d !important;
}

body.high-contrast .hero-utility strong,
body.high-contrast .hero-utility i,
body.high-contrast .hero-utility span {
    color: #fff !important;
}

body.high-contrast .hero-utility a:hover {
    background: #fff !important;
    color: #000 !important;
}

body.high-contrast .hero-utility a:hover * {
    color: #000 !important;
}


/* =====================================================
   SERVIÇOS
===================================================== */

body.high-contrast #servicos,
body.high-contrast .services {
    background: #000 !important;
    color: #fff !important;
}

body.high-contrast .service-grid {
    border-color: #fff !important;
}

body.high-contrast .service-card {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.high-contrast .service-card::before {
    background: #fff !important;
}

body.high-contrast .service-card h3,
body.high-contrast .service-card p,
body.high-contrast .service-card .service-number,
body.high-contrast .service-card .service-icon,
body.high-contrast .service-card .card-link {
    color: #fff !important;
}

body.high-contrast .service-card:hover {
    background: #fff !important;
    color: #000 !important;
}

body.high-contrast .service-card:hover h3,
body.high-contrast .service-card:hover p,
body.high-contrast .service-card:hover span,
body.high-contrast .service-card:hover i {
    color: #000 !important;
}


/* =====================================================
   O CARTÓRIO
===================================================== */

body.high-contrast #cartorio,
body.high-contrast .about,
body.high-contrast .about-copy {
    background: #000 !important;
    color: #fff !important;
}

body.high-contrast .about-copy p,
body.high-contrast .about-copy .lead {
    color: #fff !important;
}

body.high-contrast .text-link {
    color: #ffd84d !important;
    border-color: #fff !important;
}


/* =====================================================
   MISSÃO / VISÃO / VALORES
===================================================== */

body.high-contrast #valores,
body.high-contrast .values {
    background: #000 !important;
    background-image: none !important;
    color: #fff !important;
}

body.high-contrast .values article {
    background: #000 !important;
    border-color: #fff !important;
}

body.high-contrast .values span {
    color: #ffd84d !important;
}

body.high-contrast .values h3,
body.high-contrast .values p {
    color: #fff !important;
}


/* =====================================================
   QUALIDADE
===================================================== */

body.high-contrast #qualidade,
body.high-contrast .manifesto {
    background: #000 !important;
    color: #fff !important;
}

body.high-contrast .quality-grid,
body.high-contrast .quality-grid article {
    background: #000 !important;
    border-color: #fff !important;
}

body.high-contrast .quality-grid article span {
    color: #ffd84d !important;
}

body.high-contrast .quality-grid article p {
    color: #fff !important;
}


/* Downloads */

body.high-contrast .ethics-downloads,
body.high-contrast .ethics-downloads a {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.high-contrast .ethics-downloads a:hover {
    background: #fff !important;
    color: #000 !important;
}

body.high-contrast .ethics-downloads a:hover * {
    color: #000 !important;
}


/* =====================================================
   INFORMATIVO / INSTAGRAM
===================================================== */

body.high-contrast #informativo,
body.high-contrast #informativo.section,
body.high-contrast #informativo.section.news,
body.high-contrast section.news {
    background: #000 !important;
    background-color: #000 !important;
    background-image: none !important;
    color: #fff !important;
}

body.high-contrast #informativo::before,
body.high-contrast #informativo::after {
    background: transparent !important;
}

body.high-contrast #informativo .section-head h2 {
    color: #fff !important;
}

body.high-contrast #informativo .section-head h2 em {
    color: #ffd84d !important;
}

body.high-contrast #informativo .section-head p {
    color: #fff !important;
}

body.high-contrast #informativo .instagram-feed,
body.high-contrast #informativo .instagram-feed-head {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.high-contrast #informativo .instagram-feed-head small,
body.high-contrast #informativo .instagram-feed-head strong {
    color: #ffd84d !important;
}

body.high-contrast #informativo .instagram-feed-head a {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}


/* =====================================================
   FOOTER
===================================================== */

body.high-contrast .footer-premium {
    background: #000 !important;
    background-image: none !important;
    color: #fff !important;
}

body.high-contrast .footer-main > div,
body.high-contrast .footer-bottom {
    border-color: #fff !important;
}

body.high-contrast .footer-premium strong {
    color: #ffd84d !important;
}

body.high-contrast .footer-premium p,
body.high-contrast .footer-premium a {
    color: #fff !important;
}


/* =====================================================
   PAINEL DE ACESSIBILIDADE
===================================================== */

body.high-contrast .a11y-panel {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

body.high-contrast .a11y-panel button {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

body.high-contrast .a11y-panel button:hover,
body.high-contrast .a11y-panel button.is-active {
    background: #fff !important;
    color: #000 !important;
}


/* =====================================================
   DESTAQUES E FOCO
===================================================== */

body.high-contrast .eyebrow,
body.high-contrast .eyebrow.dark {
    color: #ffd84d !important;
}

body.high-contrast :focus-visible {
    outline: 3px solid #ffd84d !important;
    outline-offset: 4px !important;
}


/* =====================================================
   MÍDIA — NÃO DEFORMAR
===================================================== */

body.high-contrast img,
body.high-contrast video,
body.high-contrast iframe,
body.high-contrast .hero-documental-video {
    filter: none !important;
}


