:root {
  --cream: #f7f4ee;
  --paper: #ffffff;
  --paper-soft: #fbf8f4;
  --navy: #0f1724;
  --navy-2: #182338;
  --gold: #b38742;
  --gold-2: #d0ab69;
  --text: #171818;
  --muted: #61666b;
  --line: rgba(15, 20, 25, .11);
  --shadow: 0 20px 60px rgba(16, 20, 28, .13);
  --heading: "Manrope", "Segoe UI", Arial, sans-serif;
  --body: "Inter", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 154px; }
body { margin: 0; color: var(--text); background: linear-gradient(180deg, var(--cream), #fff 46%, #f3eee7); font: 16px/1.64 var(--body); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: var(--heading); font-weight: 800; line-height: 1.13; letter-spacing: -.025em; }
p { margin: 0 0 1rem; }
.container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.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-link { position: fixed; z-index: 3000; top: 8px; left: 8px; padding: 10px 15px; color: white; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.91); border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(0,0,0,.04); backdrop-filter: saturate(140%) blur(18px); }
.header-utility { color: white; background: var(--navy); font-size: .84rem; }
.header-utility .container { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-utility .container > div { display: flex; flex-wrap: nowrap; align-items: center; gap: 18px; white-space: nowrap; }
.header-utility a { font-weight: 600; text-decoration: none; }
.utility-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; white-space: nowrap; }
.utility-link img { width: 16px; height: 16px; filter: brightness(0) invert(1); opacity: .9; }
.header-utility .utility-email { padding-left: 18px; color: #77b9ff; border-left: 1px solid rgba(255,255,255,.3); text-decoration: underline; text-underline-offset: 3px; }
.nav-shell { min-height: 108px; display: grid; grid-template-columns: 290px 1fr; align-items: center; gap: 28px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 13px; color: var(--navy); font-family: var(--heading); font-size: 1rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.brand img { width: 82px; max-width: 82px; height: auto !important; aspect-ratio: 906 / 782; object-fit: contain; flex: none; }
.brand span { line-height: 1.2; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-family: var(--body); font-size: .59rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-menu { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.site-menu > a:not(.button) { position: relative; padding: 11px 17px; color: #243046; background: linear-gradient(180deg, #fff, #f1ede5); border: 1px solid rgba(15,23,36,.12); border-bottom: 4px solid rgba(15,23,36,.2); border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 7px 13px rgba(15,23,36,.12); font-size: 1.05rem; font-weight: 800; text-decoration: none; transition: color .2s, background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.site-menu > a:not(.button):hover, .site-menu > a:not(.button):focus-visible { color: white; background: linear-gradient(180deg, #263752, var(--navy)); border-color: var(--navy); border-bottom-color: #050910; box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 22px rgba(15,23,36,.24); transform: translateY(-3px); outline: none; }
.site-menu > a:not(.button):active { border-bottom-width: 2px; box-shadow: inset 0 2px 5px rgba(0,0,0,.2), 0 3px 7px rgba(15,23,36,.14); transform: translateY(2px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 9px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 6px auto; background: var(--navy); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 23px; border: 1px solid transparent; border-bottom-width: 4px; border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 9px 18px rgba(15,23,36,.16); font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s, border-width .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { border-bottom-width: 1px; box-shadow: inset 0 3px 7px rgba(0,0,0,.2), 0 3px 7px rgba(15,23,36,.14); transform: translateY(3px); }
.button-dark { color: white; background: var(--navy); }
.button-dark { border-bottom-color: #050910; }
.button-dark:hover { background: var(--navy-2); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 15px 35px rgba(15,23,36,.24); }
.button-gold { color: white; background: linear-gradient(180deg, #cfa85f, var(--gold-2)); border-bottom-color: #765522; box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 13px 26px rgba(179,135,66,.3); }
.button-outline-dark { color: var(--navy); background: white; border-color: rgba(15,23,36,.16); }
.button-outline-dark { border-bottom-color: rgba(15,23,36,.28); }
.button-whatsapp:hover, .button-whatsapp:focus-visible { color: white; background: #25d366; box-shadow: 0 16px 36px rgba(37,211,102,.32); transform: translateY(-3px); outline: none; }
.button-specialties:hover, .button-specialties:focus-visible { color: white; background: var(--navy); border-color: var(--gold); box-shadow: 0 16px 36px rgba(15,23,36,.22); transform: translateY(-3px); outline: none; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.46); }
.button-small { min-height: 50px; padding: 12px 20px; font-size: .91rem; }
.button img { width: 20px; height: 20px; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.section { padding: 88px 0; }
.section-kicker, .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker::before, .eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--gold); }
.section-kicker.light { color: #f0cc8c; }
.simple-link { color: var(--gold); font-weight: 800; text-decoration: none; }

.hero { position: relative; padding: 56px 0; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 0 0 48%; background: radial-gradient(circle at 45% 25%, rgba(179,135,66,.2), transparent 65%); }
.hero-frame { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: center; }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: 30px 4px; }
.ornament-label { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ornament-label span { width: 38px; height: 1px; background: var(--gold); }
.ornament-label span:last-child { display: none; }
.hero h1 { max-width: 16ch; font-size: clamp(2.6rem, 4.2vw, 4.5rem); }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { color: #293d5d; }
.hero h1 span:nth-child(3) { color: var(--gold); }
.hero-lead { max-width: 650px; margin: 22px 0 27px; color: #435064; font-size: 1.06rem; }
.hero-media { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 18px; background: linear-gradient(135deg, var(--navy), #1b2538); border-radius: 34px; box-shadow: var(--shadow); }
.hero-media > img:first-child { width: 100%; height: auto; max-height: 390px; object-fit: contain; border-radius: 24px; box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.hero-media-badge { position: relative; z-index: 2; display: flex; align-items: center; gap: 16px; margin-top: 14px; padding: 15px 18px; color: white; background: rgba(15,23,36,.76); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; backdrop-filter: blur(12px); }
.hero-media-badge img { width: 82px; max-width: 82px; height: auto !important; aspect-ratio: 906 / 782; padding: 4px; object-fit: contain; background: white; border-radius: 15px; }
.hero-media-badge p { margin: 0; }
.hero-media-badge strong, .hero-media-badge span { display: block; }
.hero-media-badge span { margin-top: 3px; color: rgba(255,255,255,.72); font-size: .85rem; }
.firm-intro { padding: 62px 0; background: rgba(255,255,255,.6); }
.firm-intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: start; }
.firm-logo-panel { min-height: 440px; display: flex; align-items: center; justify-content: center; padding: 48px; background: white; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.firm-logo-panel img { width: min(360px, 100%); height: auto !important; aspect-ratio: 906 / 782; object-fit: contain; }
.firm-copy { padding-top: 12px; }
.firm-copy h2 { max-width: 750px; margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 4.1rem); }
.firm-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.02rem; }
.firm-copy .lead-copy { color: var(--text); font-size: 1.1rem; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.principles span { padding: 14px 12px; color: var(--navy); background: var(--paper-soft); border: 1px solid var(--line); border-radius: 999px; font-size: .81rem; font-weight: 700; text-align: center; }

.section-heading { display: grid; grid-template-columns: 1fr .66fr; gap: 60px; align-items: end; margin-bottom: 36px; }
.section-heading h2 { max-width: 760px; font-size: clamp(2.3rem, 4vw, 4rem); }
.section-heading > p { margin: 0; color: var(--muted); }
.priority-section { padding-top: 75px; }
.priority-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.priority-cards > a { position: relative; min-height: 390px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); text-decoration: none; }
.priority-cards > a > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.priority-cards > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,12,20,.02), rgba(8,12,20,.86)); }
.priority-cards > a:hover > img { transform: scale(1.04); }
.priority-cards > a > div { position: relative; z-index: 2; min-height: 205px; display: flex; flex-direction: column; padding: 24px; color: white; }
.priority-cards > a > div > span { color: #f0cf91; font-weight: 800; }
.priority-cards h3 { margin: 17px 0 8px; color: white; font-size: 1.35rem; }
.priority-cards p { color: rgba(255,255,255,.75); font-size: .88rem; }
.priority-cards b { margin-top: auto; color: #f0cf91; font-size: .84rem; }

.areas-section { color: white; background: linear-gradient(180deg, #121927, #0d121d); }
.areas-section .section-heading h2 { color: white; }
.areas-section .section-heading > p { color: rgba(255,255,255,.66); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.area-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: white; border: 1px solid rgba(255,255,255,.08); border-radius: 26px; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.area-card-image { position: relative; height: 250px; overflow: hidden; }
.area-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(15,23,36,.44)); }
.area-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.area-card:hover .area-card-image img { transform: scale(1.04); }
.area-card-image > span { position: absolute; z-index: 2; bottom: 16px; left: 17px; padding: 7px 11px; color: var(--gold); background: rgba(255,255,255,.93); border-radius: 999px; font-size: .75rem; font-weight: 900; }
.area-card-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.area-label { margin: 0 0 8px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.area-card h3 { font-size: 1.55rem; }
.area-card h3 a { text-decoration: none; }
.area-card-body > p:not(.area-label) { margin-top: 13px; color: var(--muted); font-size: .9rem; }
.area-card-body > p:not(.area-label), .area-hero-content > p:not(.section-kicker) { white-space: pre-line; }
.area-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: .77rem; }
.area-card-footer > span { color: #858585; }
.area-card-footer a { color: var(--gold); font-weight: 800; text-decoration: none; }

.method-section { background: white; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.method-grid article { min-height: 255px; padding: 28px; background: var(--paper-soft); border: 1px solid var(--line); border-radius: 26px; }
.method-grid article > span { display: inline-flex; padding: 7px 11px; color: var(--gold); background: rgba(179,135,66,.11); border-radius: 999px; font-weight: 900; }
.method-grid h3 { margin: 27px 0 12px; font-size: 1.5rem; }
.method-grid p { color: var(--muted); font-size: .9rem; }
.faq-section { background: rgba(255,255,255,.62); }
.faq-list { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 25px; color: var(--navy); font-family: var(--heading); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 860px; padding: 0 55px 24px 25px; color: var(--muted); }

.contact-band { color: white; background: var(--navy); }
.contact-band-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 75px; align-items: center; }
.contact-band h2 { margin-bottom: 22px; color: white; font-size: clamp(2.4rem, 4.4vw, 4.4rem); }
.contact-band p:not(.section-kicker) { color: rgba(255,255,255,.7); }
.contact-actions { display: flex; flex-direction: column; gap: 12px; }
.address-link { display: flex; flex-direction: column; padding-top: 20px; color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.2); font-size: .84rem; text-decoration: none; }
.address-link span { margin-top: 6px; color: #f0cc8c; font-weight: 800; }

.area-hero { padding: 54px 0; }
.area-hero-frame { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 640px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.area-hero-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 55px; }
.back-link { margin-bottom: 52px; color: var(--muted); font-size: .82rem; font-weight: 700; text-decoration: none; }
.area-hero h1 { margin-bottom: 22px; font-size: clamp(3rem, 5vw, 5.1rem); }
.area-hero-content > p:not(.section-kicker) { color: var(--muted); }
.area-hero-content .button { margin-top: 15px; }
.area-hero-media { min-height: 640px; overflow: hidden; background: var(--navy); }
.area-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.matters-section { background: white; }
.area-solutions { padding-top: 68px; padding-bottom: 68px; background: var(--cream); }
.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.solutions-grid article { padding: 26px; background: white; border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 20px; box-shadow: 0 12px 32px rgba(15,23,36,.06); }
.solutions-grid h3 { margin-bottom: 9px; font-size: 1.22rem; }
.solutions-grid p { color: var(--muted); font-size: .9rem; }
.matters-layout { display: grid; grid-template-columns: .72fr 1.18fr; gap: 72px; align-items: start; }
.matters-copy { position: sticky; top: 175px; }
.matters-copy h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 4vw, 4rem); }
.matters-copy > p:not(.section-kicker) { color: var(--muted); }
.notice { margin-top: 28px; padding: 23px; background: var(--paper-soft); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 18px; }
.notice p { margin: 8px 0 11px; color: var(--muted); font-size: .84rem; }
.matter-list { display: grid; gap: 12px; }
.matter-button { width: 100%; min-height: 92px; display: grid; grid-template-columns: 44px 1fr 25px; align-items: center; gap: 16px; padding: 17px 21px; color: var(--navy); text-align: left; background: linear-gradient(180deg, #fff, var(--paper-soft)); border: 1px solid var(--line); border-bottom: 4px solid rgba(15,23,36,.18); border-radius: 20px; box-shadow: inset 0 1px 0 white, 0 8px 15px rgba(15,23,36,.08); cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.matter-button:hover, .matter-button:focus-visible { border-color: var(--gold); box-shadow: 0 14px 35px rgba(16,20,28,.09); transform: translateX(3px); outline: none; }
.matter-button:active { border-bottom-width: 1px; box-shadow: inset 0 3px 7px rgba(15,23,36,.12), 0 3px 7px rgba(15,23,36,.08); transform: translate(3px, 3px); }
.matter-number { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; color: var(--gold); background: rgba(179,135,66,.1); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.matter-name { font-family: var(--heading); font-size: 1.07rem; font-weight: 800; line-height: 1.3; }
.matter-arrow { color: var(--gold); }
.quick-review { background: var(--cream); }
.quick-review-grid { display: grid; grid-template-columns: .78fr 1fr; gap: 65px; }
.quick-review h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.quick-review-grid > div:last-child { color: var(--muted); }
.legal-note-dark { padding-top: 18px; border-top: 1px solid var(--line); font-size: .8rem; }
.area-pagination { display: flex; justify-content: space-between; gap: 25px; padding-block: 40px; }
.area-pagination a { max-width: 47%; display: flex; flex-direction: column; text-decoration: none; }
.area-pagination a:last-child { align-items: flex-end; text-align: right; }
.area-pagination small { color: #8b867d; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.area-pagination span { margin-top: 5px; color: var(--navy); font-family: var(--heading); font-weight: 800; }

.matter-dialog { width: min(720px, calc(100% - 28px)); max-height: 90vh; padding: 0; color: var(--text); background: white; border: 1px solid rgba(179,135,66,.4); border-radius: 28px; box-shadow: 0 35px 120px rgba(0,0,0,.4); }
.matter-dialog::backdrop { background: rgba(7,10,15,.64); backdrop-filter: blur(6px); }
.dialog-shell { position: relative; padding: 45px; overflow: auto; }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; color: var(--navy); background: var(--cream); border: 0; border-radius: 50%; font-size: 1.4rem; cursor: pointer; }
.matter-dialog h2 { padding-right: 25px; font-size: clamp(2.1rem, 4vw, 3.5rem); }
.dialog-section { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.dialog-section h3 { margin-bottom: 7px; font-family: var(--body); font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }
.dialog-section p { color: var(--muted); font-size: .92rem; }
[data-dialog-objective], [data-dialog-documents] { white-space: pre-line; }
.dialog-disclaimer { margin: 22px 0; padding: 15px; color: #665a47; background: var(--cream); border-radius: 14px; font-size: .76rem; }
.dialog-whatsapp { width: 100%; }
.legal-page { padding: 90px 0; background: white; }
.legal-page h1 { font-size: clamp(3rem, 5vw, 5rem); }
.legal-page h2 { margin: 38px 0 10px; font-size: 1.65rem; }
.legal-page p { color: var(--muted); }
.legal-page .updated { color: #8b867d; font-size: .8rem; }
.legal-page .button { margin-top: 28px; }

.site-footer { padding: 65px 0 88px; color: rgba(255,255,255,.7); background: #0b111c; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 60px; }
.footer-brand { width: 200px; display: block; padding: 9px; background: white; border-radius: 20px; }
.footer-brand img { width: 100%; height: auto !important; aspect-ratio: 906 / 782; object-fit: contain; }
.footer-identity > p { max-width: 420px; margin-top: 18px; color: rgba(255,255,255,.82); font-family: var(--heading); font-weight: 700; }
.site-footer .legal-note { color: rgba(255,255,255,.44); font-family: var(--body); font-size: .73rem; font-weight: 400; }
.site-footer h2 { margin-bottom: 20px; color: white; font-family: var(--body); font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer a:not(.footer-brand) { color: rgba(255,255,255,.75); font-size: .82rem; text-decoration: none; }
.footer-link { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 13px; }
.footer-link img { width: 18px; height: 18px; margin-top: 4px; filter: brightness(0) invert(1); opacity: .75; }
.site-footer > .container > div:last-child > p { margin-top: 15px; color: rgba(255,255,255,.4); font-size: .74rem; }
.mobile-contact { display: none; }

@media (max-width: 1080px) {
  .nav-shell { grid-template-columns: 250px 1fr; gap: 18px; }
  .brand img { width: 68px; max-width: 68px; height: auto !important; }
  .site-menu { gap: 7px; }
  .site-menu > a:not(.button) { padding: 9px 11px; font-size: .88rem; }
  .site-menu .button { padding-inline: 15px; }
  .hero-frame { grid-template-columns: 1fr; }
  .hero-content { padding-top: 8px; }
  .hero h1 { max-width: 18ch; }
  .hero-media { min-height: 0; }
  .priority-cards { grid-template-columns: 1fr 1fr; }
  .area-grid { grid-template-columns: 1fr 1fr; }
  .firm-intro-grid, .contact-band-grid, .matters-layout, .quick-review-grid { gap: 44px; }
}

@media (min-width: 1081px) {
  .area-card:last-child { grid-column: 2; }
}

@media (max-width: 840px) {
  html { scroll-padding-top: 100px; }
  .header-utility { display: none; }
  .nav-shell { min-height: 94px; display: flex; justify-content: space-between; }
  .brand img { width: 64px; max-width: 64px; height: auto !important; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-menu { position: fixed; top: 95px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
  .site-menu.is-open { display: flex; }
  .site-menu > a:not(.button) { margin-bottom: 8px; padding: 13px 16px; border: 1px solid var(--line); font-size: 1.03rem; }
  .site-menu .button { margin-top: 16px; }
  .hero { padding-top: 38px; }
  .hero-media { min-height: 0; border-radius: 26px; }
  .firm-intro-grid, .section-heading, .contact-band-grid, .area-hero-frame, .matters-layout, .quick-review-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 22px; }
  .firm-logo-panel { min-height: 340px; }
  .method-grid { grid-template-columns: 1fr; }
  .solutions-grid { grid-template-columns: 1fr; }
  .area-hero-content { min-height: 460px; }
  .area-hero-media { min-height: 470px; }
  .matters-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 67px; font-size: 15.5px; }
  .container { width: min(100% - 24px, 1220px); }
  .brand { font-size: .88rem; }
  .brand img { width: 58px; max-width: 58px; height: auto !important; }
  .brand small { font-size: .5rem; }
  .section { padding: 62px 0; }
  .hero { padding: 28px 0 40px; }
  .hero h1 { font-size: 2.45rem; }
  .hero-lead { font-size: .98rem; }
  .hero-content .button { width: 100%; }
  .hero-media { min-height: 0; }
  .hero-media { padding: 11px; }
  .hero-media > img:first-child { border-radius: 18px; }
  .hero-media-badge { gap: 10px; margin-top: 9px; padding: 11px; border-radius: 17px; }
  .hero-media-badge img { width: 58px; height: 54px; }
  .hero-media-badge strong { font-size: .83rem; }
  .hero-media-badge span { font-size: .7rem; }
  .firm-logo-panel { min-height: 300px; padding: 30px; }
  .firm-copy h2, .section-heading h2, .contact-band h2, .quick-review h2 { font-size: 2.35rem; }
  .principles { grid-template-columns: 1fr; }
  .priority-cards, .area-grid { grid-template-columns: 1fr; }
  .priority-cards > a { min-height: 370px; }
  .area-card-image { height: 245px; }
  .area-hero { padding: 25px 0; }
  .area-hero-content { min-height: 430px; padding: 34px 25px; }
  .back-link { margin-bottom: 40px; }
  .area-hero h1 { font-size: 3rem; }
  .area-hero-media { min-height: 360px; }
  .matter-button { grid-template-columns: 38px 1fr 18px; gap: 9px; padding: 14px 12px; border-radius: 16px; }
  .matter-name { font-size: .96rem; }
  .dialog-shell { padding: 39px 22px 23px; }
  .area-pagination span { font-size: .84rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-contact { position: fixed; z-index: 110; right: 0; bottom: 0; left: 0; height: 67px; display: grid; grid-template-columns: .85fr 1.15fr; padding: 7px; background: white; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(0,0,0,.12); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--navy); font-size: .8rem; font-weight: 800; text-decoration: none; }
  .mobile-contact a:last-child { color: white; background: linear-gradient(135deg, var(--gold), var(--gold-2)); border-radius: 999px; }
}

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