:root {
  --ink: #1d2647;
  --ink-deep: #1d2647;
  --linen: #e4caa9;
  --soft-linen: #f4eadc;
  --copper: #ab7e54;
  --copper-light: #c79a6e;
  --gold: #d7af5e;
  --muted: #ab7e54;
  --line: rgba(228, 202, 169, 0.30);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--soft-linen); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.hero { min-height: 760px; position: relative; overflow: hidden; isolation: isolate; background: var(--ink-deep); color: var(--linen); padding: 30px clamp(24px, 5vw, 82px) 34px; }
.grain { position: absolute; inset: 0; z-index: -1; opacity: .34; background-image: radial-gradient(rgba(255,255,255,.10) .5px, transparent .8px), radial-gradient(rgba(228,202,169,.13) .5px, transparent .9px); background-size: 5px 5px, 7px 7px; background-position: 0 0, 2px 3px; mix-blend-mode: soft-light; }
.hero-arches { position: absolute; right: -12vw; top: 108px; height: 720px; width: min(66vw, 960px); z-index: -1; opacity: .68; animation: archesDrift 15s ease-in-out infinite alternate; }
.hero-arches span { position: absolute; right: 0; bottom: 0; border: 1px solid rgba(228,202,169,.42); border-bottom: 0; border-left: 0; border-radius: 55% 55% 0 0; }
.hero-arches span:nth-child(1) { height: 70%; width: 56%; }
.hero-arches span:nth-child(2) { height: 86%; width: 72%; border-color: rgba(215,175,94,.34); }
.hero-arches span:nth-child(3) { height: 100%; width: 88%; border-color: rgba(228,202,169,.20); }
.nav { max-width: 1400px; margin: 0 auto; height: 76px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.nav-brand { display: flex; align-items: baseline; gap: 12px; letter-spacing: .13em; color: var(--linen); }
.nav-brand span { font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.nav-brand small { color: var(--copper-light); font-size: 9px; letter-spacing: .23em; }
.nav-links { display: flex; gap: clamp(20px, 3vw, 52px); color: #d6cab8; font-size: 14px; letter-spacing: .05em; }
.nav-links a { transition: color .2s ease; }.nav-links a:hover { color: var(--copper-light); }
.hero-content { max-width: 1400px; min-height: 570px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .75fr); align-items: center; gap: 6vw; }
.hero-copy { padding: 86px 0 64px; max-width: 760px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: var(--gold); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; display: inline-block; background: var(--copper); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin-bottom: 28px; max-width: 780px; font-size: clamp(48px, 5.55vw, 88px); line-height: .99; letter-spacing: -.055em; }
.hero-text { max-width: 510px; margin-bottom: 34px; color: #d4c4ad; font-size: 18px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; gap: 24px; padding: 17px 20px; font-size: 13px; letter-spacing: .04em; transition: transform .2s ease, background .2s ease; }.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 0; }.button-copper { background: var(--copper); color: #fff8ec; }.button-copper:hover { background: #c47e52; }
.hero-mark { justify-self: end; width: min(100%, 420px); aspect-ratio: 1.12; overflow: hidden; }
.hero-mark img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; display: block; mix-blend-mode: screen; filter: contrast(1.04) saturate(.94); }
.hero-bottom { position: relative; max-width: 1400px; margin: 0 auto; display: flex; align-items: end; justify-content: space-between; gap: 20px; color: #a89883; font-size: 12px; letter-spacing: .04em; }.hero-bottom p { margin: 0; }.hero-bottom a { color: var(--gold); }.hero-bottom a span { margin-left: 12px; font-size: 18px; }
.section-shell { max-width: 1400px; margin: 0 auto; padding-left: clamp(24px, 5vw, 82px); padding-right: clamp(24px, 5vw, 82px); }
.intro { position: relative; min-height: 560px; padding-top: 110px; padding-bottom: 110px; display: grid; grid-template-columns: .62fr 1.38fr; overflow: hidden; background: var(--soft-linen); }.section-label { color: #765b43; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; display: flex; gap: 16px; align-items: center; height: min-content; }.section-label span { color: var(--copper); }.section-label.light { color: #d9c5a9; }
.intro-content { max-width: 800px; }.intro-lead { font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3.35vw, 51px); line-height: 1.15; letter-spacing: -.035em; }.intro-note { display: flex; gap: 20px; max-width: 560px; margin-top: 52px; color: #6d655b; font-size: 15px; line-height: 1.65; }.intro-note .line { flex: 0 0 52px; margin-top: 11px; height: 1px; background: var(--copper); }.intro-note p { margin: 0; }
.monogram-watermark { position: absolute; right: clamp(24px, 8vw, 160px); bottom: -43px; color: rgba(171,126,84,.22); font-family: Georgia, "Times New Roman", serif; font-size: 170px; letter-spacing: -.16em; }
.practice { background: var(--ink); color: var(--linen); padding: 112px 0; }.practice-heading { display: grid; grid-template-columns: .62fr 1.38fr; align-items: end; padding-bottom: 55px; border-bottom: 1px solid rgba(228,202,169,.20); }.practice h2 { max-width: 700px; margin: 0; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.045em; line-height: 1.05; }.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.area-card { min-height: 302px; position: relative; padding: 34px 25px 30px 0; border-right: 1px solid rgba(228,202,169,.20); }.area-card + .area-card { padding-left: 25px; }.area-card:last-child { border-right: 0; }.area-card > span { color: var(--gold); font-size: 11px; letter-spacing: .12em; }.area-card h3 { margin: 74px 0 14px; font-size: 24px; letter-spacing: -.025em; }.area-card p { color: #d6c5b0; line-height: 1.55; font-size: 14px; max-width: 260px; }.area-card i { position: absolute; bottom: 26px; color: var(--gold); font-style: normal; font-size: 19px; }
.method { min-height: 660px; padding-top: 118px; padding-bottom: 118px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(46px, 8vw, 160px); align-items: center; background: #e4caa9; }.method-visual { width: min(100%, 460px); aspect-ratio: 1; margin: auto; position: relative; border-radius: 50%; background: var(--ink); overflow: hidden; }.method-orbit { position: absolute; border: 1px solid rgba(228,202,169,.60); border-radius: 50%; }.orbit-one { inset: 10%; }.orbit-two { inset: 23%; border-color: rgba(215,175,94,.80); }.method-core { position: absolute; inset: 36%; display: grid; place-items: center; border-radius: 50%; background: var(--copper); color: var(--linen); font-family: Georgia, "Times New Roman", serif; font-size: 34px; letter-spacing: .08em; box-shadow: 0 0 0 15px rgba(171,126,84,.11), 0 0 0 30px rgba(171,126,84,.05); }.method-copy h2 { margin: 28px 0 28px; font-size: clamp(34px, 3.5vw, 52px); line-height: 1.08; letter-spacing: -.045em; }.method-copy > p { max-width: 580px; color: #4d4358; font-size: 16px; line-height: 1.65; }.method-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }.method-points span { padding: 10px 13px; color: #61472f; border: 1px solid rgba(29,38,71,.25); font-size: 12px; }
.credentials { background: var(--soft-linen); color: var(--ink); border-top: 1px solid rgba(29,38,71,.12); }.credentials-grid { min-height: 550px; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 130px); align-items: center; padding-top: 105px; padding-bottom: 105px; }.credentials-kicker { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 15px; border-right: 1px solid rgba(29,38,71,.16); }.credentials-kicker .eyebrow { color: var(--copper); }.credentials-kicker .eyebrow span { background: var(--copper); }.credentials-number { margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; color: var(--ink); font-size: clamp(84px, 10vw, 150px); line-height: .78; letter-spacing: -.09em; }.credentials-caption { margin: 23px 0 0; color: #65513e; font-size: 13px; line-height: 1.5; letter-spacing: .04em; text-transform: uppercase; }.credentials-main h2 { max-width: 720px; margin: 0 0 26px; font-size: clamp(34px, 4vw, 58px); line-height: 1.04; letter-spacing: -.05em; }.credentials-main > p { max-width: 690px; color: #4e4654; font-size: 16px; line-height: 1.7; }.credentials-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }.credentials-tags span { border: 1px solid rgba(171,126,84,.48); color: #705033; padding: 10px 12px; font-size: 11px; letter-spacing: .03em; }
.contact { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--copper), #c99d5f); color: #fff9ee; min-height: 500px; padding: 112px 0; }.contact-arches { position: absolute; right: -10%; bottom: -62%; width: min(75vw, 1000px); aspect-ratio: 1; border: 1px solid rgba(255,248,237,.32); border-radius: 50% 50% 0 0; animation: archesDrift 16s ease-in-out infinite alternate-reverse; }.contact-arches::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,248,237,.2); border-radius: inherit; }.contact-content { position: relative; max-width: 1400px; }.contact .eyebrow { color: #fff0d7; }.contact .eyebrow span { background: #fff3df; }.contact h2 { max-width: 760px; margin-bottom: 22px; font-size: clamp(48px, 5vw, 78px); line-height: 1; letter-spacing: -.055em; }.contact-text { max-width: 680px; color: #fff0dd; font-size: 17px; line-height: 1.6; }.service-locations { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 4px; }.service-locations span { border: 1px solid rgba(255,248,237,.48); padding: 10px 13px; font-size: 11px; letter-spacing: .04em; }.button-light { margin-top: 15px; background: var(--ink); color: var(--linen); }.button-light:hover { background: #27315c; }
@keyframes archesDrift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-22px,12px,0) scale(1.035); } }
.footer { background: var(--ink); color: var(--linen); }.footer-inner { min-height: 300px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 42px; border-top: 1px solid rgba(228,202,169,.26); }.footer-signature { position: relative; padding-left: 20px; }.footer-signature::before { content: ""; position: absolute; left: 0; top: 7px; width: 2px; height: 61px; background: linear-gradient(var(--gold), var(--copper)); }.footer-signature p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 43px); line-height: .96; letter-spacing: -.045em; }.footer-signature span { display: block; margin-top: 8px; color: var(--gold); font-size: 14px; letter-spacing: .16em; text-transform: uppercase; }.footer-meta { color: #d5c5af; font-size: 12px; line-height: 1.75; }.footer-meta p { margin: 0; }.footer-actions { display: flex; flex-direction: column; gap: 15px; align-items: flex-end; color: var(--gold); font-size: 12px; }.back-top { color: var(--gold); font-size: 12px; }

@media (max-width: 860px) { .hero { min-height: auto; }.hero-arches { width: 110vw; right: -30vw; top: 190px; opacity: .38; }.hero-content { grid-template-columns: 1fr; }.hero-copy { padding: 74px 0 12px; }.hero-mark { justify-self: start; width: min(100%, 360px); }.hero-bottom { margin-top: 44px; }.intro, .practice-heading, .credentials-grid { grid-template-columns: 1fr; gap: 34px; }.intro { min-height: 0; }.credentials-kicker { border-right: 0; border-bottom: 1px solid rgba(29,38,71,.16); padding-bottom: 34px; }.areas-grid { grid-template-columns: 1fr 1fr; }.area-card:nth-child(2) { border-right: 0; }.area-card:nth-child(n+3) { border-top: 1px solid rgba(238,231,218,.16); }.method { grid-template-columns: 1fr; }.method-visual { margin: 0; width: min(72vw, 400px); }.footer-inner { grid-template-columns: 1fr 1fr; }.footer-actions { align-items: flex-start; } }
@media (max-width: 560px) { .hero { padding-top: 17px; }.nav { height: 62px; }.nav-brand span { font-size: 12px; }.nav-brand small { display: none; }.nav-links { gap: 13px; font-size: 11px; }.hero-copy { padding-top: 68px; }.hero-text { font-size: 16px; }.hero-bottom { align-items: flex-start; flex-direction: column; }.section-shell { padding-left: 24px; padding-right: 24px; }.intro, .practice, .method, .credentials, .contact { padding-top: 78px; padding-bottom: 78px; }.monogram-watermark { font-size: 125px; }.areas-grid { grid-template-columns: 1fr; }.area-card, .area-card + .area-card { min-height: 230px; padding: 28px 0; border-right: 0; border-top: 1px solid rgba(228,202,169,.20); }.area-card h3 { margin-top: 35px; }.areas-grid .area-card:first-child { border-top: 0; }.method { gap: 50px; }.method-visual { width: min(85vw, 340px); }.footer-inner { min-height: 0; padding-top: 65px; padding-bottom: 65px; grid-template-columns: 1fr; gap: 31px; }.footer-actions { align-items: flex-start; }.credentials-number { font-size: 100px; } }
@media (max-width: 560px) { .hero { padding-top: 17px; }.nav { height: 62px; }.nav-brand span { font-size: 12px; }.nav-brand small { display: none; }.nav-links { gap: 13px; font-size: 11px; }.hero-copy { padding-top: 68px; }.hero-text { font-size: 16px; }.hero-bottom { align-items: flex-start; flex-direction: column; }.section-shell { padding-left: 24px; padding-right: 24px; }.intro, .practice, .method, .credentials, .contact { padding-top: 78px; padding-bottom: 78px; }.monogram-watermark { font-size: 125px; }.areas-grid { grid-template-columns: 1fr; }.area-card, .area-card + .area-card { min-height: 230px; padding: 28px 0; border-right: 0; border-top: 1px solid rgba(228,202,169,.20); }.area-card h3 { margin-top: 35px; }.areas-grid .area-card:first-child { border-top: 0; }.method { gap: 50px; }.method-visual { width: min(85vw, 340px); }.footer-inner { min-height: 0; padding-top: 65px; padding-bottom: 65px; grid-template-columns: 1fr; gap: 31px; }.footer-actions { align-items: flex-start; }.credentials-number { font-size: 100px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }

/* Identificação verbal reduzida para que a assinatura oficial permaneça como única expressão nominal da marca. */
.nav-brand { letter-spacing: .16em; color: var(--gold); }
.nav-brand span { font-size: 13px; }
.nav-brand small { color: var(--linen); }
.responsible { background: var(--ink); color: var(--linen); overflow: hidden; }
.responsible-grid { min-height: 715px; display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 8vw, 150px); align-items: center; padding-top: 100px; padding-bottom: 100px; }
.responsible-photo-wrap { width: min(100%, 460px); aspect-ratio: .8; position: relative; align-self: stretch; margin-left: auto; overflow: visible; }
.responsible-photo-wrap::before, .responsible-photo-wrap::after { content: ""; position: absolute; border: 1px solid rgba(228,202,169,.40); border-bottom: 0; border-left: 0; border-radius: 55% 55% 0 0; pointer-events: none; }
.responsible-photo-wrap::before { inset: -7% -18% 6% 12%; animation: archesDrift 14s ease-in-out infinite alternate-reverse; }
.responsible-photo-wrap::after { inset: 9% -5% -12% 28%; border-color: rgba(215,175,94,.52); animation: archesDrift 17s ease-in-out infinite alternate; }
.responsible-photo { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; display: block; filter: saturate(.88) contrast(1.04); clip-path: ellipse(46% 50% at 50% 50%); }
.photo-frame { position: absolute; z-index: 2; inset: 3% 6%; border: 1px solid rgba(228,202,169,.30); border-bottom: 0; border-left: 0; border-radius: 58% 58% 0 0; pointer-events: none; transform: rotate(-3deg); }
.responsible-copy { max-width: 660px; }
.responsible-copy .eyebrow { color: var(--gold); }.responsible-copy .eyebrow span { background: var(--gold); }
.responsible-copy h2 { margin: 25px 0 28px; font-size: clamp(36px, 4.1vw, 64px); line-height: 1.04; letter-spacing: -.055em; }
.responsible-copy > p { color: #d6c5b0; font-size: 16px; line-height: 1.7; max-width: 610px; }
.responsible-details { display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0; }
.responsible-details span { border: 1px solid rgba(228,202,169,.3); color: #e9d6bb; padding: 10px 12px; font-size: 11px; letter-spacing: .03em; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--gold); font-size: 13px; border-bottom: 1px solid rgba(215,175,94,.54); padding-bottom: 7px; }.text-link span { font-size: 18px; }
.footer-signature p { margin: 7px 0 0; }.footer-signature span { margin-top: 0; font-size: 10px; letter-spacing: .18em; }
@media (max-width: 860px) { .responsible-grid { grid-template-columns: 1fr; gap: 34px; }.responsible-photo-wrap { margin: 0; max-width: 410px; } }

/* Refinamento da abertura e da seção de apresentação profissional. */
.hero-copy h1 { max-width: 810px; }
.hero-support { margin: 24px 0 0; color: #c8b89f; font-size: 11px; letter-spacing: .07em; line-height: 1.5; text-transform: uppercase; }
.intro-ornament { position: absolute; width: 240px; height: 240px; right: clamp(24px, 8vw, 160px); bottom: -85px; border: 1px solid rgba(171,126,84,.28); border-radius: 50% 50% 0 0; border-bottom: 0; border-left: 0; transform: rotate(18deg); animation: archesDrift 15s ease-in-out infinite alternate; }
.method-core { font-size: 46px; letter-spacing: 0; }
.responsible { position: relative; }
.responsible::before { content: ""; position: absolute; width: min(74vw, 980px); height: 760px; left: -36vw; bottom: -42%; border: 1px solid rgba(228,202,169,.11); border-radius: 50% 50% 0 0; border-bottom: 0; border-left: 0; pointer-events: none; animation: archesDrift 18s ease-in-out infinite alternate; }
.responsible-grid { min-height: 730px; }
.responsible-photo-wrap { width: min(100%, 460px); aspect-ratio: .78; overflow: hidden; background: transparent; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.responsible-photo-wrap::before, .responsible-photo-wrap::after, .photo-frame { display: none; }
.responsible-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: none; clip-path: none; }
.responsible-copy > p { color: #e0d0bb; }
@media (max-width: 860px) { .responsible-photo-wrap { max-width: 440px; } }

/* Títulos e movimento com contraste único e cadência contínua. */
.hero h1 { color: #e4caa9; text-shadow: none; -webkit-text-stroke: 0 transparent; font-synthesis: none; }
.contact-content { z-index: 2; }
.contact-mark { position: absolute; right: clamp(36px, 9vw, 170px); bottom: 46px; width: min(28vw, 360px); aspect-ratio: 1.25; overflow: hidden; isolation: isolate; opacity: 1; pointer-events: none; }
.contact-mark::before { content: ""; position: absolute; inset: 5% -7%; z-index: -1; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(29,38,71,.36) 0%, rgba(29,38,71,.18) 47%, transparent 73%); }
.contact-mark img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; mix-blend-mode: normal; display: block; filter: drop-shadow(0 13px 20px rgba(29,38,71,.22)); }
.contact-cinematic-lines { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.contact-cinematic-lines span { position: absolute; display: block; width: 54vw; height: 1px; left: -18vw; background: linear-gradient(90deg, transparent, rgba(255,247,234,.08) 12%, rgba(255,247,234,.70) 52%, rgba(255,247,234,.08) 88%, transparent); transform: rotate(-12deg); animation: alignedGlide 22s cubic-bezier(.45,.05,.55,.95) infinite; }
.contact-cinematic-lines span:nth-child(1) { top: 24%; }.contact-cinematic-lines span:nth-child(2) { top: 37%; animation-delay: -7.33s; }.contact-cinematic-lines span:nth-child(3) { top: 50%; animation-delay: -14.66s; }
@keyframes alignedGlide { 0% { transform: translate3d(-16vw, 12px, 0) rotate(-12deg); opacity: 0; } 12% { opacity: .42; } 52% { opacity: .74; } 88% { opacity: .42; } 100% { transform: translate3d(92vw, -12px, 0) rotate(-12deg); opacity: 0; } }
@media (max-width: 860px) { .contact-mark { position: relative; right: auto; bottom: auto; margin: 24px 0 0 auto; width: min(62vw, 290px); }.contact { padding-bottom: 68px; } }

/* Cena institucional: a marca passa a integrar o cenário jurídico, em vez de atuar como ornamento isolado. */
.contact { background-color: var(--ink); background-image: linear-gradient(90deg, rgba(29,38,71,.98) 0%, rgba(29,38,71,.95) 39%, rgba(29,38,71,.75) 63%, rgba(29,38,71,.27) 100%), url("brand/cenario-juridico-contato-v1.png"); background-position: center, center right; background-size: cover; }
.contact .eyebrow { color: var(--gold); }.contact .eyebrow span { background: var(--gold); }.contact h2 { color: var(--linen); }.contact-text { color: #f0e4d3; }.service-locations span { border-color: rgba(228,202,169,.64); color: #f4eadc; }.button-light { background: var(--linen); color: var(--ink); }.button-light:hover { background: #f4eadc; }
.contact-arches { border-color: rgba(228,202,169,.28); }.contact-arches::after { border-color: rgba(215,175,94,.30); }
.contact-mark { right: clamp(34px, 8vw, 150px); bottom: auto; top: 50%; transform: translateY(-44%); width: min(30vw, 410px); aspect-ratio: 1.28; overflow: visible; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 24px 10px; }
.contact-mark::before { inset: -18% -16%; z-index: -1; border: 1px solid rgba(228,202,169,.24); border-radius: 50%; background: radial-gradient(ellipse at center, rgba(7,12,29,.64) 0%, rgba(29,38,71,.45) 48%, transparent 74%); }
.contact-mark::after { content: ""; position: absolute; top: 12px; width: 64px; height: 1px; background: var(--gold); opacity: .86; }
.contact-mark > span { position: relative; display: block; order: -1; margin: 0 0 10px; color: var(--linen); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.contact-mark img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: drop-shadow(0 18px 25px rgba(0,0,0,.42)); }
@media (max-width: 860px) { .contact { background-image: linear-gradient(180deg, rgba(29,38,71,.95) 0%, rgba(19,28,55,.83) 66%, rgba(16,22,45,.58) 100%), url("brand/cenario-juridico-contato-v1.png"); background-position: center, 72% center; }.contact-mark { position: relative; right: auto; top: auto; bottom: auto; transform: none; margin: 40px 0 0 auto; width: min(72vw, 340px); } }

/* Sequência editorial: escritório, advogado, atuação e contato. */
main { display: flex; flex-direction: column; }
.hero { order: 0; }.intro { order: 1; }.responsible { order: 2; }.credentials { order: 3; }.practice { order: 4; }.method { order: 5; }.contact { order: 6; }.footer { order: 7; }

.contact-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 700px; margin-top: 30px; }
.contact-channel { display: flex; align-items: center; gap: 12px; min-height: 66px; padding: 11px 14px; border: 1px solid rgba(228,202,169,.56); background: rgba(10,16,39,.34); color: var(--linen); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.contact-channel:hover { transform: translateY(-2px); border-color: var(--gold); background: rgba(10,16,39,.64); }
.contact-channel svg { flex: 0 0 25px; width: 25px; height: 25px; fill: none; stroke: var(--gold); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.contact-channel .contact-icon-dot { fill: var(--gold); stroke: none; }.contact-channel span { min-width: 0; display: flex; flex-direction: column; gap: 3px; font-size: 13px; line-height: 1.22; overflow-wrap: anywhere; }.contact-channel small { color: #e4caa9; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
@media (max-width: 700px) { .contact-channels { grid-template-columns: 1fr; max-width: 430px; }.contact-channel { min-height: 62px; } }

/* Selo de identificação e cinemagrafia de abertura, em movimento lento e discreto. */
.nav-brand { align-items: center; gap: 10px; }.nav-seal { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; }
.nav-seal img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.82); mix-blend-mode: screen; }.nav-brand-copy { display: flex; flex-direction: column; gap: 4px; min-width: max-content; }.nav-brand-copy strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; letter-spacing: .16em; line-height: 1; }.nav-brand-copy small { color: var(--linen); font-size: 8px; letter-spacing: .16em; line-height: 1; }
.hero-cinematic { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }.cinematic-orbit { position: absolute; border: 1px solid rgba(228,202,169,.13); border-radius: 50%; border-bottom: 0; border-left: 0; }.orbit-left { width: 64vw; height: 72vh; left: -40vw; bottom: -33vh; animation: quietOrbitLeft 34s ease-in-out infinite alternate; }.orbit-right { width: 45vw; height: 63vh; right: -22vw; top: -31vh; border-color: rgba(215,175,94,.18); animation: quietOrbitRight 39s ease-in-out infinite alternate; }
.cinematic-trace { position: absolute; display: block; width: 46vw; height: 1px; background: linear-gradient(90deg, transparent, rgba(228,202,169,.08) 12%, rgba(215,175,94,.55) 50%, rgba(228,202,169,.08) 88%, transparent); transform: rotate(-15deg); opacity: 0; animation: quietTrace 28s cubic-bezier(.45,.05,.55,.95) infinite; }.trace-one { top: 24%; left: -24vw; }.trace-two { top: 59%; left: -36vw; animation-delay: -14s; }
.cinematic-sheen { position: absolute; width: 42vw; height: 42vw; right: 2vw; top: 20%; border-radius: 50%; background: radial-gradient(circle, rgba(215,175,94,.12) 0%, rgba(171,126,84,.05) 32%, transparent 70%); filter: blur(8px); animation: quietSheen 32s ease-in-out infinite alternate; }
.hero-mark { animation: heroMarkBreath 24s ease-in-out infinite alternate; }
@keyframes quietOrbitLeft { from { transform: translate3d(0,0,0) rotate(0); opacity: .36; } to { transform: translate3d(42px,-14px,0) rotate(2deg); opacity: .66; } }
@keyframes quietOrbitRight { from { transform: translate3d(0,0,0) rotate(0); opacity: .28; } to { transform: translate3d(-34px,19px,0) rotate(-2deg); opacity: .58; } }
@keyframes quietTrace { 0%, 100% { transform: translate3d(-8vw,18px,0) rotate(-15deg); opacity: 0; } 18% { opacity: .16; } 50% { opacity: .58; } 82% { opacity: .12; } 100% { transform: translate3d(126vw,-16px,0) rotate(-15deg); opacity: 0; } }
@keyframes quietSheen { from { transform: translate3d(-2vw,1vh,0) scale(.94); opacity: .42; } to { transform: translate3d(4vw,-2vh,0) scale(1.06); opacity: .82; } }
@keyframes heroMarkBreath { from { transform: translate3d(0,0,0) scale(1); filter: drop-shadow(0 0 0 rgba(215,175,94,0)); } to { transform: translate3d(0,-6px,0) scale(1.012); filter: drop-shadow(0 12px 24px rgba(215,175,94,.12)); } }
@media (max-width: 560px) { .nav-seal { flex-basis: 39px; width: 39px; height: 39px; }.nav-brand { gap: 8px; }.nav-brand-copy strong { font-size: 10px; letter-spacing: .13em; }.nav-brand-copy small { display: block; font-size: 6.5px; letter-spacing: .11em; }.hero-cinematic { opacity: .72; } }

/* Assinatura e traços cinemáticos do menu, com presença discreta e institucional. */
.nav-brand-copy { transform: translateY(5px); }
.nav-links { position: relative; isolation: isolate; align-items: center; }
.nav-links a { position: relative; z-index: 1; isolation: isolate; padding: 12px 12px 12px 4px; margin: -12px -12px -12px -4px; }
.nav-links a::before { content: ""; position: absolute; z-index: -1; top: 50%; left: -8px; right: -22px; height: 1px; background: rgba(228,202,169,.20); transform: translateY(-50%); }
.nav-links a::after { content: ""; position: absolute; z-index: -1; top: 50%; left: -8px; width: calc(100% + 30px); height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(215,175,94,.12) 16%, rgba(228,202,169,.78) 50%, rgba(215,175,94,.12) 84%, transparent 100%); transform: translate3d(-34%, -50%, 0); opacity: 0; animation: navCinematicTrace 24s cubic-bezier(.45,.05,.55,.95) infinite; }
.nav-links a:nth-child(2)::after { animation-delay: -6s; }.nav-links a:nth-child(3)::after { animation-delay: -12s; }.nav-links a:nth-child(4)::after { animation-delay: -18s; }.nav-links a:hover::before { background: rgba(215,175,94,.58); }
@keyframes navCinematicTrace { 0%, 100% { transform: translate3d(-34%, -50%, 0); opacity: 0; } 16% { opacity: .14; } 48% { opacity: .72; } 78% { opacity: .14; } 100% { transform: translate3d(34%, -50%, 0); opacity: 0; } }
.nav-legal-cinema { position: absolute; z-index: -1; inset: -34px -28px -28px; overflow: hidden; pointer-events: none; }
.nav-legal-cinema::before, .nav-legal-cinema::after { content: ""; position: absolute; bottom: -88px; width: 180px; height: 120px; border: 1px solid rgba(215,175,94,.22); border-bottom: 0; border-radius: 54% 54% 0 0; animation: legalArchRise 23s ease-in-out infinite; }.nav-legal-cinema::before { left: 2%; }.nav-legal-cinema::after { right: -8%; width: 132px; height: 94px; border-color: rgba(228,202,169,.18); animation-delay: -11.5s; }
.nav-legal-cinema i { position: absolute; bottom: -94px; display: block; width: 2px; height: 96px; background: linear-gradient(180deg, transparent 0%, rgba(228,202,169,.30) 18%, rgba(215,175,94,.9) 55%, rgba(228,202,169,.12) 100%); box-shadow: 0 0 14px rgba(215,175,94,.28); opacity: 0; animation: legalPillarRise 15s cubic-bezier(.38,.05,.56,.95) infinite; }.nav-legal-cinema i::after { content: ""; position: absolute; top: 18px; left: -3px; width: 8px; height: 1px; background: var(--linen); opacity: .82; }.nav-legal-cinema i:nth-child(1) { left: 6%; animation-delay: -2s; }.nav-legal-cinema i:nth-child(2) { left: 27%; height: 122px; animation-delay: -5.3s; }.nav-legal-cinema i:nth-child(3) { left: 50%; height: 108px; animation-delay: -8.6s; }.nav-legal-cinema i:nth-child(4) { left: 73%; height: 134px; animation-delay: -11.9s; }.nav-legal-cinema i:nth-child(5) { left: 94%; height: 96px; animation-delay: -14.2s; }
@keyframes legalPillarRise { 0%, 100% { transform: translate3d(0,58px,0); opacity: 0; } 17% { opacity: .16; } 49% { opacity: .88; } 82% { opacity: .18; } 100% { transform: translate3d(0,-96px,0); opacity: 0; } }
@keyframes legalArchRise { 0%, 100% { transform: translate3d(0,42px,0) scale(.96); opacity: 0; } 22% { opacity: .10; } 52% { opacity: .55; } 82% { opacity: .12; } 100% { transform: translate3d(0,-30px,0) scale(1.05); opacity: 0; } }
@media (max-width: 560px) { .nav-brand-copy { transform: translateY(3px); }.nav-links a::before, .nav-links a::after, .nav-legal-cinema { display: none; } }

/* Abertura institucional: cenário jurídico contemporâneo com movimento ascendente e contínuo. */
.hero { min-height: 790px; background: #10162d; }
.hero-photo, .hero-photo-wash { position: absolute; inset: 0; pointer-events: none; }
.hero-photo { z-index: 0; background: url("brand/hero-direito-contemporaneo-v1.png") 68% center / cover no-repeat; filter: saturate(.84) contrast(1.05) brightness(.86); animation: heroSceneBreath 26s ease-in-out infinite alternate; }
.hero-photo-wash { z-index: 1; background: linear-gradient(90deg, rgba(16,22,45,.98) 0%, rgba(19,28,55,.96) 31%, rgba(20,29,57,.76) 53%, rgba(16,22,45,.30) 77%, rgba(16,22,45,.48) 100%), linear-gradient(0deg, rgba(12,17,34,.54) 0%, transparent 32%, rgba(14,20,41,.24) 100%); }
.grain, .hero-arches, .hero-cinematic, .hero-justice-cinema { z-index: 2; }
.nav, .hero-content, .hero-bottom { position: relative; z-index: 4; }
.hero-arches { opacity: .52; }
.hero-cinematic { opacity: .9; }
.hero-justice-cinema { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.justice-column { position: absolute; bottom: -145px; display: block; width: 2px; height: min(54vw, 590px); background: linear-gradient(180deg, transparent 0%, rgba(228,202,169,.10) 18%, rgba(215,175,94,.92) 54%, rgba(228,202,169,.16) 84%, transparent 100%); box-shadow: 0 0 22px rgba(215,175,94,.35); opacity: 0; animation: justiceColumnRise 17s cubic-bezier(.34,.05,.56,.95) infinite; }
.justice-column::before, .justice-column::after { content: ""; position: absolute; left: -5px; width: 12px; height: 1px; background: rgba(228,202,169,.70); }
.justice-column::before { top: 23%; }.justice-column::after { top: 27%; background: var(--gold); }
.column-one { right: 13.4%; height: min(45vw, 470px); animation-delay: -1s; }.column-two { right: 21.8%; height: min(58vw, 630px); animation-delay: -6.4s; }.column-three { right: 31.5%; height: min(48vw, 520px); animation-delay: -11.8s; }
.justice-arc { position: absolute; display: block; border: 1px solid rgba(215,175,94,.26); border-bottom: 0; border-left: 0; border-radius: 58% 58% 0 0; opacity: 0; animation: justiceArcRise 22s ease-in-out infinite; }
.arc-one { width: min(48vw, 710px); height: min(42vw, 580px); right: -10vw; bottom: -28vw; animation-delay: -3s; }.arc-two { width: min(34vw, 500px); height: min(31vw, 440px); right: 7vw; bottom: -19vw; border-color: rgba(228,202,169,.20); animation-delay: -14s; }
.justice-glint { position: absolute; top: -18%; right: 11%; width: 13vw; min-width: 120px; height: 128%; background: linear-gradient(104deg, transparent 37%, rgba(228,202,169,0) 43%, rgba(228,202,169,.18) 49%, rgba(215,175,94,.34) 52%, rgba(228,202,169,0) 58%, transparent 65%); mix-blend-mode: screen; transform: skewX(-12deg); opacity: 0; animation: justiceGlint 19s ease-in-out infinite; }
.hero-mark { position: relative; z-index: 4; width: min(100%, 410px); padding: 26px 22px 20px; aspect-ratio: 1.18; overflow: visible; background: radial-gradient(ellipse at 50% 49%, rgba(12,18,38,.36) 0%, rgba(12,18,38,.16) 44%, transparent 74%); border-top: 1px solid rgba(228,202,169,.30); border-bottom: 1px solid rgba(215,175,94,.42); box-shadow: 0 26px 55px rgba(0,0,0,.17); }
.hero-mark::before, .hero-mark::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(228,202,169,.25); border-bottom: 0; border-left: 0; border-radius: 56% 56% 0 0; }
.hero-mark::before { inset: -15% -6% 16%; animation: signatureOrbit 20s ease-in-out infinite alternate; }.hero-mark::after { inset: 12% 10% -13% 25%; border-color: rgba(215,175,94,.40); animation: signatureOrbit 24s ease-in-out infinite alternate-reverse; }
.hero-mark img { object-fit: contain; object-position: center; mix-blend-mode: screen; filter: drop-shadow(0 12px 18px rgba(0,0,0,.36)); transform: scale(1.08); }
@keyframes heroSceneBreath { from { transform: scale(1); } to { transform: scale(1.035) translate3d(-8px,3px,0); } }
@keyframes justiceColumnRise { 0%, 100% { transform: translate3d(0,154px,0); opacity: 0; } 18% { opacity: .12; } 49% { opacity: .94; } 80% { opacity: .18; } 100% { transform: translate3d(0,-94px,0); opacity: 0; } }
@keyframes justiceArcRise { 0%, 100% { transform: translate3d(0,72px,0) scale(.94); opacity: 0; } 18% { opacity: .10; } 50% { opacity: .64; } 81% { opacity: .12; } 100% { transform: translate3d(0,-52px,0) scale(1.05); opacity: 0; } }
@keyframes justiceGlint { 0%, 100% { transform: translate3d(-32vw,0,0) skewX(-12deg); opacity: 0; } 20% { opacity: 0; } 48% { opacity: .7; } 76% { opacity: 0; } 100% { transform: translate3d(48vw,0,0) skewX(-12deg); opacity: 0; } }
@keyframes signatureOrbit { from { transform: translate3d(0,0,0) rotate(0deg); opacity: .28; } to { transform: translate3d(10px,-8px,0) rotate(1.3deg); opacity: .68; } }
@media (max-width: 860px) { .hero { min-height: auto; }.hero-photo { background-position: 70% center; }.hero-photo-wash { background: linear-gradient(180deg, rgba(16,22,45,.93) 0%, rgba(19,28,55,.89) 55%, rgba(16,22,45,.75) 100%); }.hero-justice-cinema { opacity: .66; }.hero-mark { justify-self: start; margin-top: 5px; width: min(100%, 360px); }.column-one { right: 10%; }.column-two { right: 26%; }.column-three { right: 43%; } }
@media (max-width: 560px) { .hero-photo { background-position: 67% center; }.hero-justice-cinema { opacity: .50; }.justice-column { height: 340px; }.arc-one { width: 95vw; height: 72vw; right: -42vw; }.arc-two { display: none; }.hero-mark { width: min(100%, 315px); padding: 18px 12px 15px; }.hero-content { min-height: auto; } }
