:root {
  --navy: #082b35;
  --navy-2: #103d47;
  --navy-3: #164b56;
  --cream: #f3efe5;
  --paper: #fbf9f3;
  --gold: #b79a48;
  --gold-light: #d7c27d;
  --ink: #102d34;
  --muted: #68777a;
  --white: #ffffff;
  --line: rgba(16, 45, 52, 0.16);
  --line-light: rgba(255, 255, 255, 0.17);
  --shadow: 0 24px 60px rgba(4, 27, 33, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  --header: 82px;
  --ease: cubic-bezier(.22,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
::selection { background: var(--gold-light); color: var(--navy); }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 16px; background: var(--paper); color: var(--navy); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 130px 0; }
.section-index, .eyebrow, .kicker { margin: 0; text-transform: uppercase; letter-spacing: .24em; font-size: .68rem; font-weight: 700; }
.section-index { color: var(--gold); }
.section-index.light { color: var(--gold-light); }
.eyebrow { color: var(--gold); }

.site-header { position: fixed; inset: 0 0 auto; height: var(--header); z-index: 1000; color: white; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, height .3s ease; }
.site-header.is-scrolled { background: rgba(8,43,53,.94); border-color: var(--line-light); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 14px; position: relative; z-index: 3; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: var(--serif); font-size: 1rem; font-weight: 500; letter-spacing: .02em; }
.brand small { margin-top: 6px; text-transform: uppercase; letter-spacing: .38em; font-size: .52rem; color: var(--gold-light); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 36px); font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; }
.site-nav a { opacity: .78; transition: opacity .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { opacity: 1; }
.nav-contact { padding: 11px 15px; border: 1px solid rgba(255,255,255,.36); }
.nav-contact:hover { background: white; color: var(--navy); }
.menu-button { display: none; position: relative; z-index: 3; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { position: absolute; left: 8px; width: 30px; height: 1px; background: white; transition: transform .3s var(--ease), top .3s var(--ease); }
.menu-button span:first-child { top: 18px; }
.menu-button span:last-child { top: 28px; }
.menu-button[aria-expanded="true"] span:first-child { top: 23px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 23px; transform: rotate(-45deg); }

.hero { min-height: 100svh; position: relative; overflow: hidden; background: var(--navy); color: white; padding-top: var(--header); display: flex; flex-direction: column; justify-content: space-between; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 0, black 70%); }
.hero-grid-lines { position: absolute; inset: 0; background: radial-gradient(circle at 78% 42%, rgba(183,154,72,.14), transparent 28%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.28fr) minmax(330px,.72fr); gap: 80px; align-items: center; padding: 86px 0 64px; flex: 1; }
.kicker { display: flex; gap: 24px; color: var(--gold-light); }
.hero h1 { margin: 34px 0 26px; max-width: 820px; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 6.7rem); line-height: .96; font-weight: 500; letter-spacing: -.045em; }
.hero-lead { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 21px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { color: white; border-color: rgba(255,255,255,.35); }
.button-ghost:hover { background: white; color: var(--navy); }
.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.16); }
.skyline { position: absolute; inset: 5% 0 0; display: flex; gap: 12px; align-items: flex-end; justify-content: flex-end; opacity: .42; }
.skyline i { width: 18%; height: var(--h); border: 1px solid rgba(215,194,125,.55); border-bottom: 0; position: relative; animation: rise 1s var(--ease) var(--d) both; }
.skyline i::before { content:""; position:absolute; inset:14px 10px; background: repeating-linear-gradient(to bottom, transparent 0 18px, rgba(215,194,125,.52) 18px 19px); }
.experience-seal { position: relative; z-index: 1; width: 230px; aspect-ratio: 1; border: 1px solid rgba(215,194,125,.75); background: rgba(8,43,53,.78); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.experience-seal::before, .experience-seal::after { content:""; position:absolute; width:34px; height:1px; background: var(--gold); top:50%; }
.experience-seal::before { left:-17px; }.experience-seal::after { right:-17px; }
.experience-seal strong { font-family: var(--serif); font-size: 5.5rem; font-weight: 500; line-height: .9; }
.experience-seal span { margin-top: 10px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .34em; font-size: .75rem; font-weight: 700; }
.experience-seal small { max-width: 130px; margin-top: 18px; color: rgba(255,255,255,.65); font-size: .67rem; line-height: 1.4; }
.hero-footer { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; padding: 24px 0 30px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-footer div { display: flex; flex-direction: column; }
.hero-footer span { text-transform: uppercase; font-size: .69rem; letter-spacing: .16em; font-weight: 700; }
.hero-footer small { margin-top: 4px; color: rgba(255,255,255,.55); font-size: .66rem; }
.hero-footer a { align-self: center; color: var(--gold-light); text-transform: uppercase; font-size: .65rem; letter-spacing: .15em; }
.hero-footer b { margin-left: 9px; font-size: .9rem; }

.experience-section { background: var(--cream); }
.experience-layout { display: grid; grid-template-columns: 340px 1fr; min-height: 700px; box-shadow: var(--shadow); }
.experience-panel { background: var(--navy-2); color: white; padding: 54px 42px; display: flex; flex-direction: column; }
.experience-panel .section-index { color: var(--gold-light); }
.metric { margin: auto 0; text-align: center; }
.metric strong { display: block; font-family: var(--serif); font-size: 7rem; line-height: .9; font-weight: 500; }
.metric span { display: block; margin: 14px 0 25px; text-transform: uppercase; letter-spacing: .42em; color: var(--gold-light); font-size: .75rem; font-weight: 700; }
.metric p { margin: 0 auto; max-width: 185px; color: rgba(255,255,255,.65); font-size: .75rem; }
.clients { margin: 0; font-size: .74rem; line-height: 1.8; color: rgba(255,255,255,.73); }
.experience-content { background: var(--paper); padding: 74px clamp(48px,7vw,110px); }
.experience-content h2 { max-width: 770px; margin: 24px 0 40px; font-family: var(--serif); font-size: clamp(2.5rem,4.5vw,4.6rem); line-height: 1.02; font-weight: 500; letter-spacing: -.035em; }
.text-columns { display: grid; grid-template-columns: repeat(2,1fr); gap: 36px; color: var(--muted); }
.text-columns p { margin: 0; }
.qualification-box { max-width: 620px; margin-top: 54px; padding: 30px 34px; background: white; border: 1px solid var(--line); box-shadow: 0 10px 35px rgba(4,27,33,.05); }
.qualification-box span { color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .67rem; font-weight: 700; }
.qualification-box ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.qualification-box li { font-size: .78rem; font-weight: 700; line-height: 1.45; }

.solutions-section { background: var(--navy); color: white; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 780px; margin: 22px 0 0; font-family: var(--serif); font-size: clamp(2.8rem,5.2vw,5rem); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.section-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.62); }
.solution-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.solution-card { min-height: 300px; padding: 32px; border: 1px solid rgba(215,194,125,.22); background: var(--navy-2); transition: transform .3s var(--ease), border-color .3s ease, background .3s ease; }
.solution-card:hover { transform: translateY(-5px); border-color: rgba(215,194,125,.55); background: var(--navy-3); }
.solution-card > span, .business-card > span { color: var(--gold-light); font-size: .63rem; letter-spacing: .2em; font-weight: 700; }
.solution-card h3 { margin: 18px 0 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(215,194,125,.42); text-transform: uppercase; letter-spacing: .07em; font-size: 1rem; }
.solution-card ul, .dual-card ul { list-style: none; padding: 0; margin: 0; }
.solution-card li { position: relative; padding-left: 18px; margin: 13px 0; color: rgba(255,255,255,.68); font-size: .82rem; }
.solution-card li::before, .dual-card li::before { content:""; position:absolute; left:0; top:.72em; width:5px; height:5px; border-radius:50%; background:var(--gold); }
.solutions-note { display: flex; justify-content: center; align-items: center; gap: 18px; margin: 50px 0 0; color: var(--gold-light); text-align: center; font-size: .68rem; letter-spacing: .08em; }
.solutions-note i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.practice-intro { background: var(--cream); }
.practice-intro-grid { display: grid; grid-template-columns: .35fr 1.35fr .6fr; gap: 56px; align-items: start; }
.practice-intro-grid h2 { margin: 20px 0 0; max-width: 760px; font-family: var(--serif); font-size: clamp(2.8rem,5vw,5.3rem); line-height: .98; font-weight: 500; letter-spacing: -.04em; }
.practice-intro-grid > p:last-child { margin: 38px 0 0; color: var(--muted); }

.practice-block { padding: 120px 0; }
.civil-section { background: var(--paper); }
.practice-split { display: grid; grid-template-columns: 38% 62%; box-shadow: var(--shadow); }
.practice-side { background: var(--navy-2); color: white; padding: 58px 50px; display: flex; flex-direction: column; }
.practice-side > span { color: var(--gold-light); font-size: .65rem; letter-spacing: .25em; }
.practice-side h2 { margin: 70px 0 35px; font-family: var(--serif); font-size: clamp(3rem,5.3vw,5.5rem); line-height: .9; font-weight: 500; }
.practice-side > p { max-width: 320px; margin: 0; color: rgba(255,255,255,.68); }
.practice-modes { margin-top: auto; padding-top: 80px; display: flex; flex-direction: column; }
.practice-modes small { margin-bottom: 15px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .24em; }
.practice-modes b { font-size: .75rem; line-height: 1.7; }
.service-list { padding: 58px clamp(40px,6vw,84px); background: var(--cream); }
.service-list > .eyebrow { margin-bottom: 24px; }
.service-list article { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.service-list article:last-child { border-bottom: 0; }
.service-list article > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: white; font-size: .6rem; font-weight: 700; }
.service-list h3 { margin: 0 0 3px; font-size: .93rem; }
.service-list p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }

.business-section { background: var(--navy); color: white; }
.practice-title-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.practice-title-row h2 { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(3rem,5.4vw,5.4rem); line-height: .96; font-weight: 500; letter-spacing: -.04em; }
.practice-title-row > p { margin: 0 0 8px; color: rgba(255,255,255,.63); }
.business-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.business-card { min-height: 245px; padding: 30px; background: var(--navy-2); border: 1px solid rgba(215,194,125,.2); transition: transform .3s var(--ease), background .3s ease; }
.business-card:hover { transform: translateY(-5px); background: var(--navy-3); }
.business-card h3 { margin: 20px 0 14px; text-transform: uppercase; letter-spacing: .07em; font-size: .92rem; }
.business-card p { margin: 0; color: rgba(255,255,255,.63); font-size: .8rem; }

.public-section { background: var(--cream); }
.practice-title-row.dark > p { color: var(--muted); }
.dual-practice { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.dual-card { padding: 42px; border: 1px solid var(--line); }
.dual-card > span { display: block; padding-bottom: 20px; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; font-weight: 700; }
.dual-card li { position: relative; padding-left: 20px; margin: 22px 0; font-size: .83rem; }
.dark-card { background: var(--navy-2); color: white; }
.dark-card > span { border-color: rgba(255,255,255,.24); }
.dark-card li { color: rgba(255,255,255,.7); }
.light-card { background: white; color: var(--ink); }
.light-card > span { border-color: var(--line); }
.light-card li { color: var(--muted); }

.method-section { background: var(--navy); color: white; }
.method-heading { max-width: 840px; }
.method-heading h2 { margin: 22px 0 24px; font-family: var(--serif); font-size: clamp(3rem,5.4vw,5.5rem); line-height: .96; font-weight: 500; letter-spacing: -.04em; }
.method-heading > p:last-child { max-width: 700px; margin: 0; color: rgba(255,255,255,.62); }
.method-list { list-style: none; padding: 0; margin: 70px 0 0; }
.method-list li { display: grid; grid-template-columns: 36px 70px 180px 1fr; gap: 24px; align-items: center; padding: 28px 0; border-top: 1px solid var(--line-light); }
.method-list li:last-child { border-bottom: 1px solid var(--line-light); }
.method-list span { color: var(--gold-light); font-size: .66rem; letter-spacing: .2em; }
.method-list i { display: block; width: 48px; height: 1px; background: var(--gold); }
.method-list strong { text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.method-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .83rem; }

.partners-section { background: var(--paper); }
.partners-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.partners-copy h2 { margin: 24px 0 25px; font-family: var(--serif); font-size: clamp(2.8rem,5vw,4.8rem); line-height: .98; font-weight: 500; letter-spacing: -.04em; }
.partners-copy > p:last-child { color: var(--muted); }
.partner-cards { display: grid; gap: 18px; }
.partner-card { display: grid; grid-template-columns: 110px 1fr; align-items: center; min-height: 150px; padding: 24px 32px; background: var(--cream); border: 1px solid var(--line); }
.partner-card > span { width: 82px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--gold); font-family: var(--serif); font-size: 1.7rem; color: var(--navy); }
.partner-card h3 { margin: 0; font-family: var(--serif); font-size: 1.85rem; font-weight: 500; }
.partner-card p { margin: 4px 0 0; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }

.contact-section { padding: 125px 0; background: var(--navy-2); color: white; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-copy h2 { margin: 22px 0 20px; font-family: var(--serif); font-size: clamp(3rem,5.4vw,5.5rem); line-height: .95; font-weight: 500; }
.contact-copy > p:not(.section-index) { max-width: 500px; color: rgba(255,255,255,.63); }
.contact-links { margin-top: 45px; display: grid; gap: 10px; }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.contact-links span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; }
.contact-links strong { font-size: .9rem; }
.contact-form { padding: 38px; background: var(--paper); color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.contact-form label { display: grid; gap: 9px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(16,45,52,.3); border-radius: 0; background: transparent; color: var(--ink); padding: 11px 0; outline: none; text-transform: none; letter-spacing: normal; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form .button { width: 100%; border: 0; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .69rem; }

.site-footer { background: #061f27; color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 62px 0; }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.footer-brand span { margin-top: 5px; color: rgba(255,255,255,.53); font-size: .72rem; }
.footer-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; color: rgba(255,255,255,.62); font-size: .75rem; }
.footer-meta p { margin: 0; }
.footer-meta a { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0 24px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.43); font-size: .65rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); box-shadow: 0 12px 28px rgba(0,0,0,.22); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 25px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.delay-1 { transition-delay: .12s; }.reveal.delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes rise { from { transform: translateY(50px); opacity: 0; } to { transform: none; opacity: 1; } }

@media (max-width: 1040px) {
  :root { --shell: min(100% - 36px, 920px); }
  .site-nav { gap: 17px; }
  .hero-layout { grid-template-columns: 1fr 300px; gap: 45px; }
  .hero h1 { font-size: clamp(3.6rem,8vw,5.7rem); }
  .experience-layout { grid-template-columns: 290px 1fr; }
  .qualification-box ul { grid-template-columns: 1fr; }
  .business-grid { grid-template-columns: repeat(2,1fr); }
  .practice-intro-grid { grid-template-columns: .3fr 1.2fr; }
  .practice-intro-grid > p:last-child { grid-column: 2; margin-top: 0; }
}

@media (max-width: 820px) {
  :root { --header: 72px; }
  .section { padding: 92px 0; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 0; z-index: 2; background: var(--navy); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 90px 8vw; opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .3s ease, visibility .3s ease, transform .3s ease; font-size: .86rem; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-contact { padding: 14px 18px; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding: 78px 0 42px; }
  .hero-visual { min-height: 350px; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .skyline { inset: 30px 5% 0; }
  .hero-footer { grid-template-columns: 1fr 1fr; }
  .hero-footer a { display: none; }
  .experience-layout { grid-template-columns: 1fr; }
  .experience-panel { min-height: 520px; }
  .text-columns { grid-template-columns: 1fr; }
  .section-heading, .practice-title-row, .partners-layout, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .section-heading > p, .practice-title-row > p { max-width: 620px; }
  .practice-intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .practice-intro-grid > p:last-child { grid-column: auto; margin-top: 0; }
  .practice-split { grid-template-columns: 1fr; }
  .practice-side { min-height: 520px; }
  .business-grid { grid-template-columns: 1fr 1fr; }
  .dual-practice { grid-template-columns: 1fr; }
  .method-list li { grid-template-columns: 34px 50px 150px 1fr; gap: 14px; }
  .contact-layout { gap: 55px; }
}

@media (max-width: 600px) {
  :root { --shell: min(100% - 28px, 560px); }
  .brand strong { font-size: .9rem; }
  .brand img { width: 43px; height: 43px; }
  .hero-layout { padding-top: 60px; }
  .kicker { flex-direction: column; gap: 6px; }
  .hero h1 { margin-top: 25px; font-size: clamp(3rem,16vw,4.4rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 310px; }
  .experience-seal { width: 190px; }
  .experience-seal strong { font-size: 4.5rem; }
  .hero-footer { grid-template-columns: 1fr; gap: 15px; }
  .experience-content, .experience-panel, .practice-side, .service-list, .dual-card, .contact-form { padding-left: 25px; padding-right: 25px; }
  .experience-content { padding-top: 55px; padding-bottom: 55px; }
  .solution-grid, .business-grid { grid-template-columns: 1fr; }
  .solutions-note { flex-direction: column; gap: 8px; }
  .solutions-note i { display: none; }
  .practice-block { padding: 80px 0; }
  .practice-side h2 { margin-top: 55px; }
  .method-list li { grid-template-columns: 32px 1fr; gap: 8px 14px; }
  .method-list i { display: none; }
  .method-list strong { grid-column: 2; }
  .method-list p { grid-column: 2; }
  .partner-card { grid-template-columns: 76px 1fr; padding: 20px; }
  .partner-card > span { width: 62px; }
  .partner-card h3 { font-size: 1.45rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main, .footer-meta { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 48px; height: 48px; right: 16px; bottom: 16px; }
}

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

/* Posicionamento amplo: pessoas, famílias, profissionais e empresas */
.hero-audiences {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
.hero-audiences li {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(8,43,53,.72);
  color: rgba(255,255,255,.78);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .56rem;
  backdrop-filter: blur(8px);
}

.audience-section { background: var(--paper); }
.audience-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}
.audience-heading h2 {
  max-width: 820px;
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem,5vw,5.2rem);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.04em;
}
.audience-heading > p { margin: 0 0 8px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.audience-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--cream);
  transition: transform .3s var(--ease), box-shadow .3s ease;
}
.audience-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.audience-card > span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .64rem;
  font-weight: 700;
}
.audience-card h3 {
  margin: 30px 0 22px;
  font-family: var(--serif);
  font-size: clamp(1.8rem,2.6vw,2.7rem);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: -.025em;
}
.audience-card ul { list-style: none; padding: 0; margin: 0; }
.audience-card li { position: relative; margin: 13px 0; padding-left: 18px; color: var(--muted); font-size: .82rem; }
.audience-card li::before { content:""; position:absolute; left:0; top:.72em; width:5px; height:5px; border-radius:50%; background:var(--gold); }
.audience-card > p { margin: 0; color: var(--muted); font-size: .86rem; }
.audience-card > a { margin-top: auto; padding-top: 34px; color: var(--navy); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 700; }
.audience-card > a b { color: var(--gold); margin-left: 7px; }
.audience-card-featured { background: var(--navy-2); color: white; border-color: var(--navy-2); }
.audience-card-featured > span { color: var(--gold-light); }
.audience-card-featured > p { color: rgba(255,255,255,.68); }
.audience-card-featured > a { color: white; }

.benefit-section { background: var(--paper); }
.benefit-side { background: linear-gradient(155deg, var(--navy-3), var(--navy)); }
.practice-side .practice-label {
  max-width: none;
  margin: 18px 0 -42px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .6rem;
  font-weight: 700;
}
.civil-consumer-section { background: var(--navy); color: white; }
.business-light-section { background: var(--paper); }
.light-business-grid .business-card { background: var(--cream); border-color: var(--line); }
.light-business-grid .business-card:hover { background: white; box-shadow: var(--shadow); }
.light-business-grid .business-card > span { color: var(--gold); }
.light-business-grid .business-card h3 { color: var(--ink); }
.light-business-grid .business-card p { color: var(--muted); }

@media (max-width: 1040px) {
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-card-featured { grid-row: span 2; }
}

@media (max-width: 820px) {
  .audience-heading { grid-template-columns: 1fr; gap: 30px; }
  .audience-heading > p { max-width: 650px; }
  .hero-audiences { bottom: 14px; }
}

@media (max-width: 600px) {
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card, .audience-card-featured { min-height: auto; grid-row: auto; padding: 28px 24px; }
  .audience-card > a { margin-top: 28px; padding-top: 0; }
  .hero-audiences { position: relative; bottom: auto; margin-top: auto; padding: 0 10px 20px; }
  .practice-side .practice-label { margin-bottom: -32px; }
}
/* Menu suspenso das áreas de atuação */

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  list-style: none;
  cursor: pointer;
  opacity: 0.78;
  transition: opacity 0.2s ease;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "▾";
  display: inline-block;
  margin-left: 7px;
  color: var(--gold-light);
  font-size: 0.8em;
  transition: transform 0.2s ease;
}

.nav-dropdown[open] summary::after {
  transform: rotate(180deg);
}

.nav-dropdown summary:hover,
.nav-dropdown summary:focus-visible,
.nav-dropdown[open] summary {
  opacity: 1;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 20;

  width: 340px;
  padding: 10px;

  background: var(--paper);
  color: var(--navy);
  border: 1px solid rgba(183, 154, 72, 0.35);
  box-shadow: var(--shadow);

  transform: translate(-50%, -6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.nav-dropdown[open] .nav-dropdown-menu,
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 12px 13px;

  border-bottom: 1px solid var(--line);
  opacity: 1;

  font-size: 0.72rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: none;

  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.nav-dropdown-menu a:last-child {
  border-bottom: 0;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: var(--cream);
  color: var(--navy);
}

/* Versão para celular e tablet */

@media (max-width: 820px) {
  .site-nav {
    justify-content: flex-start;
    overflow-y: auto;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown summary {
    font-size: 0.86rem;
  }

  .nav-dropdown-menu {
    position: static;

    display: none;
    width: 100%;
    margin-top: 12px;
    padding: 4px 0 0 18px;

    background: transparent;
    color: white;
    border: 0;
    box-shadow: none;

    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-dropdown[open] .nav-dropdown-menu {
    display: grid;
    transform: none;
  }

  .nav-dropdown-menu a {
    padding: 10px 0;

    color: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    font-size: 0.74rem;
  }

  .nav-dropdown-menu a:hover,
  .nav-dropdown-menu a:focus-visible {
    background: transparent;
    color: white;
  }
}
