:root {
    --navy: #0b2a4a;
    --navy-dark: #061a2f;
    --blue: #64a7cb;
    --gold: #b08a3e;
    --ink: #17202b;
    --muted: #5b6472;
    --soft: #f4f3ef;
    --paper: #fff;
    --line: #dce0e4;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, "Segoe UI", Arial, sans-serif;
    --shadow: 0 18px 60px rgba(4, 19, 35, .12);
    --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1.25rem; }
h1, h2, h3 { margin: 0; color: var(--navy-dark); font-family: var(--serif); font-weight: 500; line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.15rem, 4.3vw, 4.25rem); letter-spacing: -.04em; }
h3 { font-size: 1.45rem; letter-spacing: -.02em; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1 0 auto; }
.site-footer { margin-top: auto; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 880px; }
.section { padding: clamp(76px, 9vw, 136px) 0; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--navy-dark); }
.section-dark h2, .section-dark h3 { color: #fff; }
.eyebrow {
    display: block;
    margin-bottom: 18px;
    color: var(--gold);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}
.large-text { font-family: var(--serif); font-size: clamp(1.35rem, 2.15vw, 1.9rem); line-height: 1.48; }
.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: 1000; left: 12px; top: 12px; padding: 12px 18px; color: #fff; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: var(--header-height);
    color: var(--navy);
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(11, 42, 74, .1);
    backdrop-filter: blur(16px);
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(4, 19, 35, .08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 225px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .84rem; font-weight: 650; }
.main-nav > a, .nav-dropdown > a { position: relative; text-decoration: none; }
.main-nav > a:not(.nav-cta)::after, .nav-dropdown > a::after {
    position: absolute; content: ""; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { padding: 12px 18px; color: #fff; background: var(--navy); text-decoration: none; }
.nav-dropdown { position: relative; display: flex; align-items: center; gap: 5px; }
.nav-dropdown::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 100%;
    left: -18px;
    right: -120px;
    height: 30px;
}
.nav-dropdown > button { width: 22px; height: 22px; padding: 0; color: var(--navy); background: none; border: 0; line-height: 1; }
.dropdown-panel {
    position: absolute; z-index: 2; top: calc(100% + 18px); right: -110px; width: 330px; padding: 15px; display: grid; gap: 2px; background: #fff; box-shadow: var(--shadow); border-top: 3px solid var(--gold); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease;
}
.dropdown-panel a { padding: 10px 12px; text-decoration: none; }
.dropdown-panel a:hover { color: #fff; background: var(--navy); }
.team-submenu { width: 310px; right: -90px; }
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel, .nav-dropdown.is-open .dropdown-panel { opacity: 1; visibility: visible; transform: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; background: transparent; border: 1px solid var(--line); }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { min-height: calc(100svh - var(--header-height)); overflow: hidden; color: #fff; background: var(--navy-dark); }
.hero-copy { min-height: calc(100svh - var(--header-height) - 125px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); align-items: stretch; gap: 30px; }
.hero-content { z-index: 1; align-self: center; max-width: 740px; padding: 74px 0; }
.hero h1 { color: #fff; }
.hero h1 em { color: var(--blue); font-style: italic; }
.hero-lead { max-width: 690px; margin: 28px 0 36px; color: #d8e0e8; font-size: clamp(1.05rem, 1.7vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; align-self: end; height: 100%; min-height: 590px; display: flex; justify-content: center; align-items: flex-end; }
.hero-visual::before { position: absolute; content: ""; inset: 8% -18% -25% -4%; border: 1px solid rgba(100, 167, 203, .25); border-radius: 50%; }
.hero-visual img { position: relative; z-index: 1; width: 100%; max-height: calc(100svh - 115px); object-fit: contain; object-position: center bottom; }
.credentials-bar { position: relative; z-index: 2; background: #fff; color: var(--navy); }
.credentials-grid { min-height: 125px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.credentials-grid div { min-height: 70px; padding: 12px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.credentials-grid div:first-child { padding-left: 0; }
.credentials-grid div:last-child { border: 0; }
.credentials-grid strong { color: var(--navy); font-family: var(--serif); font-size: 2.1rem; font-weight: 500; line-height: 1; }
.credentials-grid span { margin-top: 7px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; font-size: .82rem; font-weight: 750; letter-spacing: .04em; text-decoration: none; transition: .2s ease; }
.button-primary { color: #fff; background: var(--navy); }
.button-primary:hover { background: var(--navy-dark); transform: translateY(-2px); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .42); }
.button-ghost:hover { background: rgba(255, 255, 255, .1); }
.button-light { color: var(--navy); background: #fff; }
.button-light:hover { color: #fff; background: var(--gold); transform: translateY(-2px); }
.text-link { color: var(--navy); font-weight: 750; text-decoration: none; }
.section-dark .text-link { color: #fff; }

.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 9vw, 130px); }
.split-intro > div:last-child { padding-top: 6px; }
.principle-grid { margin-top: 85px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid article { min-height: 250px; padding: 35px; border-right: 1px solid var(--line); }
.principle-grid article:first-child { padding-left: 0; }
.principle-grid article:last-child { border: 0; }
.principle-grid span, .process-grid span, .cases-grid span { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; }
.principle-grid h3 { margin: 50px 0 12px; font-size: 1.8rem; }

.section-heading { margin-bottom: 55px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); align-items: end; gap: 70px; }
.section-heading > p { margin: 0; color: var(--muted); }
.section-heading.light > p { color: #b9c6d2; }
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.area-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.area-card { min-width: 0; background: #fff; overflow: hidden; }
.area-card > a { height: 100%; display: flex; flex-direction: column; text-decoration: none; }
.area-card-media { aspect-ratio: 3 / 2; overflow: hidden; background: #d9e0e5; }
.area-card-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: .35s ease; }
.area-card:hover .area-card-media img { filter: grayscale(.15); transform: scale(1.025); }
.area-card-content { flex: 1; padding: 25px; }
.area-card-content > span { color: var(--gold); font-size: .67rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.area-card-content h3 { margin: 12px 0; }
.area-card-content p { color: var(--muted); font-size: .9rem; }
.area-card-content strong { color: var(--navy); font-size: .78rem; }

.people-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.person-card { min-width: 0; background: var(--soft); }
.person-card a { height: 100%; display: flex; flex-direction: column; text-decoration: none; }
.person-photo { aspect-ratio: 3 / 4; overflow: hidden; background: #e2e2df; }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.65); transition: .35s ease; }
.person-card:hover img { filter: saturate(1); transform: scale(1.018); }
.person-content { flex: 1; padding: 24px; }
.person-content > span { color: var(--gold); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.person-content h3 { margin: 10px 0 14px; }
.person-content p { color: var(--muted); font-size: .9rem; }
.person-content strong { color: var(--navy); font-size: .78rem; }
.team-banner { margin-top: 95px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; color: #fff; background: var(--navy); }
.team-banner img { width: 100%; height: 100%; max-height: 540px; object-fit: contain; background: #e6e7e6; }
.team-banner > div { padding: clamp(38px, 6vw, 76px); }
.team-banner h2 { margin-bottom: 24px; color: #fff; font-size: clamp(2.1rem, 3.5vw, 3.5rem); }
.team-banner p:not(.eyebrow) { color: #d5dfe8; }

.process-section { background: #f8f8f6; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd0d5; }
.process-grid article { position: relative; padding: 32px 30px 10px 0; }
.process-grid article:not(:last-child)::after { position: absolute; content: "→"; right: 20px; top: 27px; color: #a9b0b7; }
.process-grid h3 { margin: 52px 0 13px; }
.process-grid p { color: var(--muted); font-size: .93rem; }

.locations-section { color: #fff; background: var(--navy); }
.locations-section h2 { color: #fff; }
.locations-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.locations-grid .large-text { color: #d6e0e8; }
.city-list { border-top: 1px solid rgba(255,255,255,.2); }
.city-list > a { min-height: 72px; display: grid; grid-template-columns: 55px 1fr 45px; align-items: center; gap: 20px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; transition: padding .2s ease, background .2s ease; }
.city-list > a:hover,
.city-list > a:focus-visible { padding-left: 12px; background: rgba(255,255,255,.05); }
.city-list span { color: var(--gold); font-family: var(--serif); }
.city-list strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.city-list small { color: #b7c7d5; font-weight: 700; letter-spacing: .1em; }

.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.article-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-card { min-height: 300px; overflow: hidden; background: var(--soft); border-top: 3px solid var(--navy); }
.article-card-image { display: block; overflow: hidden; background: #dce3e8; }
.article-card-image img { display: block; width: 100%; height: auto; transition: transform .45s ease; }
.article-card:hover .article-card-image img { transform: scale(1.025); }
.article-card-content { padding: 28px 30px 32px; }
.article-card-content > span { color: var(--gold); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-card time { display: block; margin: 10px 0 26px; color: var(--muted); font-size: .75rem; }
.article-card h3 { margin-bottom: 14px; }
.article-card h3 a { text-decoration: none; }
.article-card p { color: var(--muted); font-size: .92rem; }
.cta-band { padding: 70px 0; color: #fff; background: var(--navy-dark); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { color: #fff; font-size: clamp(2.1rem, 4vw, 4rem); }

.page-hero { padding: clamp(95px, 12vw, 170px) 0 80px; color: #fff; background: var(--navy-dark); }
.page-hero h1 { color: #fff; font-size: clamp(3rem, 6vw, 6rem); }
.page-hero .narrow > p:last-child { max-width: 760px; margin-top: 26px; color: #ced9e3; font-size: 1.2rem; }
.page-hero-grid { display: grid; grid-template-columns: 1fr minmax(320px, .62fr); align-items: center; gap: 70px; }
.page-hero-grid img { width: 100%; max-height: 580px; object-fit: contain; object-position: center bottom; }
.page-hero-grid > div > p:last-child { margin-top: 24px; color: #ced9e3; font-size: 1.15rem; }
.breadcrumbs { padding-top: 22px; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; color: var(--muted); font-size: .76rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #aab0b5; }

.editorial-grid { display: grid; grid-template-columns: 300px 1fr; gap: 100px; }
.editorial-grid aside { padding: 30px; background: var(--navy); color: #fff; align-self: start; }
.editorial-grid aside span { color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.editorial-grid aside strong { display: block; margin: 24px 0 8px; font-family: var(--serif); font-size: 3.6rem; font-weight: 500; }
.editorial-grid article h2 { margin-bottom: 32px; }
.culture-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.culture-list { border-top: 1px solid #cfd3d5; }
.culture-list article { padding: 30px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid #cfd3d5; }
.culture-list span { color: var(--gold); font-family: var(--serif); }
.culture-list p { margin: 8px 0 0; color: var(--muted); }
.quote-block { padding: clamp(45px, 8vw, 100px); text-align: center; background: var(--soft); }
.quote-block p { max-width: 900px; margin: 0 auto 36px; color: var(--navy); font-family: var(--serif); font-size: clamp(1.8rem, 3.6vw, 3.6rem); line-height: 1.25; }
.full-team-image { margin-bottom: 90px; background: #e5e8e8; }
.full-team-image img { width: 100%; max-height: 740px; object-fit: contain; }

.profile-hero { padding-top: 55px; color: #fff; background: var(--navy-dark); }
.profile-grid { display: grid; grid-template-columns: minmax(320px, .7fr) 1.3fr; align-items: center; gap: 90px; }
.profile-photo { align-self: end; }
.profile-photo img { width: 100%; max-height: 720px; object-fit: contain; object-position: center bottom; }
.profile-copy { padding: 60px 0 80px; }
.profile-copy h1 { color: #fff; }
.profile-copy .large-text { max-width: 680px; margin: 28px 0; color: #d8e2ea; }
.credentials { padding-top: 22px; color: var(--blue); border-top: 1px solid rgba(255,255,255,.2); font-size: .85rem; }
.profile-body { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }

.practice-hero { padding: 70px 0; color: #fff; background: var(--navy); }
.practice-hero-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.practice-hero h1 { color: #fff; font-size: clamp(3.2rem, 5.7vw, 6rem); }
.practice-hero p:not(.eyebrow) { max-width: 650px; margin: 25px 0 32px; color: #d6e0e9; font-size: 1.18rem; }
.practice-hero img { width: 100%; max-height: 520px; object-fit: contain; filter: grayscale(.8); }
.practice-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; }
.practice-intro article h2 { margin-bottom: 28px; }
.practice-intro aside { padding: 38px; background: var(--soft); }
.practice-intro aside h2 { font-size: 1.8rem; }
.practice-intro ul { margin: 25px 0 0; padding: 0; list-style: none; }
.practice-intro li { padding: 12px 0 12px 26px; border-bottom: 1px solid var(--line); position: relative; }
.practice-intro li::before { position: absolute; content: "—"; left: 0; color: var(--gold); }
.cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cases-grid article { padding: 40px; background: #fff; border-left: 3px solid var(--gold); }
.cases-grid h3 { margin: 30px 0 12px; font-size: 1.8rem; }
.cases-grid p { color: var(--muted); }

.article-header { padding: 110px 0 80px; color: #fff; background: var(--navy-dark); }
.article-header h1 { color: #fff; font-size: clamp(2.7rem, 5.5vw, 5.6rem); }
.article-header > div > p { margin: 28px 0; color: #d6e0e8; font-size: 1.2rem; }
.article-header time { color: var(--blue); font-size: .8rem; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #c4d1dc; font-size: .8rem; }
.article-byline a { color: #fff; font-weight: 700; }
.article-featured-image { margin-top: 34px; margin-bottom: 0; }
.article-featured-image img { display: block; width: 100%; height: auto; background: var(--soft); }
.article-featured-image figcaption { padding: 12px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.article-body { max-width: 800px; padding-top: 56px; padding-bottom: 110px; }
.article-body p { margin: 0 0 24px; font-family: var(--serif); font-size: 1.24rem; line-height: 1.78; }
.article-body h2 { margin: 58px 0 20px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.45rem); line-height: 1.18; }
.article-body h3 { margin: 38px 0 16px; color: var(--navy); font-size: 1.45rem; }
.article-body ul,
.article-body ol { margin: 0 0 30px; padding-left: 26px; }
.article-body li { margin: 10px 0; padding-left: 7px; color: #283643; font-size: 1.02rem; line-height: 1.7; }
.article-body li::marker { color: var(--gold); font-weight: 800; }
.article-body a { color: #16618d; text-decoration-color: color-mix(in srgb, #16618d 45%, transparent); text-underline-offset: 3px; }
.article-body a:hover { color: var(--navy); text-decoration-color: var(--gold); }
.article-body strong { color: var(--navy); }
.legal-note { margin: 38px 0; padding: 20px; color: var(--muted); background: var(--soft); border-left: 3px solid var(--gold); }

.news-layout { display: grid; grid-template-columns: 260px 1fr; gap: 60px; align-items: start; }
.news-sidebar { position: sticky; top: calc(var(--header-height) + 28px); }
.news-sidebar h2 { margin: 0 0 15px; font-family: var(--sans); font-size: .78rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.news-sidebar h2:not(:first-child) { margin-top: 38px; }
.filter-links { display: grid; }
.filter-links a { padding: 10px 0; text-decoration: none; border-bottom: 1px solid var(--line); }
.filter-links a.is-active { color: var(--gold); font-weight: 750; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 6px 12px; }
.tag-cloud a { color: var(--navy); font-size: calc(.72rem + var(--weight) * .07rem); text-decoration: none; }
.tag-cloud p { color: var(--muted); font-size: .85rem; }
.content-tabs { margin-bottom: 30px; display: flex; gap: 5px; border-bottom: 1px solid var(--line); }
.content-tabs button { padding: 12px 20px; background: none; border: 0; border-bottom: 3px solid transparent; }
.content-tabs button.is-active { color: var(--navy); border-color: var(--gold); font-weight: 750; }
.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.social-card { overflow: hidden; background: var(--soft); }
.social-card > img { width: 100%; max-height: 480px; object-fit: contain; background: #e5e7e8; }
.social-card > div { padding: 25px; }
.social-card span { color: var(--gold); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.social-card time { float: right; color: var(--muted); font-size: .72rem; }
.social-card small { display: block; margin-bottom: 14px; color: var(--muted); }
.empty-state { padding: 70px; text-align: center; background: var(--soft); }
.empty-state span { color: var(--gold); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.empty-state h2 { margin: 18px auto; max-width: 650px; font-size: 2.5rem; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-aside > a { margin-top: 24px; padding: 22px 0; display: block; text-decoration: none; border-top: 1px solid var(--line); }
.contact-aside > a span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.contact-aside > a strong { display: block; margin-top: 4px; color: var(--navy); font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.contact-aside > p:last-child { margin-top: 35px; color: var(--muted); font-size: .82rem; }
.contact-form { padding: clamp(30px, 5vw, 55px); background: var(--soft); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { margin-bottom: 20px; display: block; color: var(--navy); font-size: .78rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #c9ced3; border-radius: 0; }
.contact-form.was-validated input:invalid,
.contact-form.was-validated select:invalid,
.contact-form.was-validated textarea:invalid { border-color: #a93232; box-shadow: 0 0 0 2px rgba(169,50,50,.1); }
.contact-form.was-validated input:valid,
.contact-form.was-validated select:valid,
.contact-form.was-validated textarea:valid { border-color: #4c7c64; }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 400; }
.contact-form .consent input { width: auto; margin-top: 4px; }
.captcha-box { margin: 5px 0 22px; padding: 18px 20px; background: #fff; border-left: 3px solid var(--gold); }
.captcha-box label { margin-bottom: 8px; }
.captcha-box input { max-width: 150px; }
.captcha-box small { display: block; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-whatsapp { color: #fff; background: #178a55; border: 1px solid #178a55; }
.button-whatsapp:hover { color: #fff; background: #116b42; border-color: #116b42; }
.honeypot { position: absolute; left: -9999px; }
.form-message { margin-bottom: 20px; padding: 15px; }
.form-message.success { background: #dff2e7; color: #215d3a; }
.form-message.error { background: #f9e1e1; color: #852b2b; }
.offices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.office-card { overflow: hidden; background: #fff; border-top: 3px solid var(--navy); }
.office-map { aspect-ratio: 16 / 10; background: #dfe3e5; }
.office-map iframe { width: 100%; height: 100%; display: block; border: 0; }
.office-copy { padding: 27px 30px 30px; }
.office-copy > span { color: var(--gold); font-size: .72rem; font-weight: 750; }
.office-copy h3 { margin: 15px 0; }
.office-copy h3 a { color: var(--navy); text-decoration: none; }
.office-copy p { min-height: 72px; color: var(--muted); font-size: .9rem; }
.office-copy p a { color: inherit; text-decoration-color: transparent; text-underline-offset: 3px; }
.office-copy h3 a:hover,
.office-copy p a:hover { color: var(--gold); text-decoration-color: currentColor; }
.office-card { scroll-margin-top: calc(var(--header-height) + 24px); }
.office-copy .text-link { font-size: .8rem; }
.legal-page { max-width: 800px; padding-top: 70px; padding-bottom: 110px; }
.legal-page h2 { margin: 42px 0 14px; font-size: 2rem; }
.not-found { min-height: 65vh; padding: 130px 0; display: flex; align-items: center; text-align: center; }
.not-found p:not(.eyebrow) { margin: 25px 0 32px; color: var(--muted); }

.site-footer { padding-top: 75px; color: #c7d3de; background: #041321; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 210px; max-height: 110px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 310px; margin-top: 22px; font-family: var(--serif); font-size: 1.18rem; }
.site-footer h2 { margin-bottom: 22px; color: #fff; font-family: var(--sans); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { display: block; color: #c7d3de; font-size: .84rem; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.office-list { margin-bottom: 20px !important; }
.social-links { display: flex; gap: 16px; }
.footer-bottom { margin-top: 58px; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; color: #8799a9; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-bottom a { font-size: .75rem; }
.whatsapp-float { position: fixed; z-index: 80; right: 18px; bottom: 18px; min-height: 52px; padding: 8px 15px 8px 8px; display: flex; align-items: center; gap: 9px; color: #fff; background: #178a55; box-shadow: 0 10px 34px rgba(5, 60, 35, .3); border-radius: 999px; font-size: .75rem; text-decoration: none; }
.whatsapp-float span { width: 36px; height: 36px; display: grid; place-items: center; background: rgba(255,255,255,.18); border-radius: 50%; font-size: .68rem; font-weight: 800; }

@media (max-width: 1050px) {
    :root { --header-height: 74px; }
    .brand img { width: 190px; }
    .menu-toggle { position: relative; z-index: 6; display: block; }
    .main-nav {
        position: absolute;
        z-index: 5;
        top: 100%;
        right: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - var(--header-height));
        height: calc(100dvh - var(--header-height));
        padding: 28px max(24px, env(safe-area-inset-right)) calc(48px + env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
        display: none;
        align-items: stretch;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        color: #fff;
        background: var(--navy-dark);
        box-shadow: 0 22px 50px rgba(4, 19, 35, .28);
    }
    .main-nav.is-open { display: flex; flex-direction: column; }
    .main-nav > a, .nav-dropdown > a { padding: 8px 0; font-family: var(--serif); font-size: 1.6rem; }
    .nav-cta { color: var(--navy) !important; background: #fff; text-align: center; }
    .nav-dropdown { display: grid; grid-template-columns: 1fr 44px; }
    .nav-dropdown::before { display: none; }
    .nav-dropdown > button { width: 44px; height: 44px; color: #fff; font-size: 1.5rem; }
    .dropdown-panel, .team-submenu { position: static; grid-column: 1 / -1; width: auto; padding: 8px 0 0 18px; display: none; background: transparent; box-shadow: none; border: 0; opacity: 1; visibility: visible; transform: none; }
    .nav-dropdown.is-open .dropdown-panel { display: grid; }
    .dropdown-panel a { padding: 7px 0; color: #b8c9d8; }
    .hero-copy { grid-template-columns: 1fr .72fr; }
    .hero-visual { min-height: 500px; }
    .area-grid { grid-template-columns: repeat(2, 1fr); }
    .people-grid { grid-template-columns: repeat(2, 1fr); }
    .person-photo { aspect-ratio: 4 / 5; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid article:nth-child(2)::after { display: none; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .wrap { width: min(100% - 30px, 1180px); }
    .section { padding: 72px 0; }
    h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
    h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
    .hero { min-height: auto; }
    .hero-copy { min-height: auto; grid-template-columns: 1fr; gap: 0; }
    .hero-content { padding: 65px 0 25px; }
    .hero-visual { min-height: auto; height: auto; align-self: auto; }
    .hero-visual::before { inset: 5% 0 -25%; }
    .hero-visual img { width: 100%; max-height: none; object-fit: contain; }
    .credentials-grid { grid-template-columns: repeat(2, 1fr); padding: 15px 0; }
    .credentials-grid div { padding: 16px; border-bottom: 1px solid var(--line); }
    .credentials-grid div:nth-child(2) { border-right: 0; }
    .credentials-grid div:nth-child(3), .credentials-grid div:nth-child(4) { border-bottom: 0; }
    .credentials-grid div:first-child { padding-left: 16px; }
    .credentials-grid strong { font-size: 1.8rem; }
    .split-intro, .section-heading, .locations-grid, .page-hero-grid, .editorial-grid, .culture-grid, .profile-grid, .profile-body, .practice-hero-grid, .practice-intro, .news-layout, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
    .principle-grid { grid-template-columns: 1fr; margin-top: 55px; }
    .principle-grid article, .principle-grid article:first-child { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .principle-grid article:last-child { border-bottom: 0; }
    .principle-grid h3 { margin-top: 22px; }
    .section-heading { align-items: start; margin-bottom: 38px; }
    .area-grid, .area-grid.compact, .article-grid, .article-grid.two, .cases-grid, .social-grid, .offices-grid { grid-template-columns: 1fr; }
    .people-grid { grid-template-columns: 1fr; }
    .person-photo { aspect-ratio: auto; max-height: none; }
    .person-photo img { height: auto; object-fit: contain; }
    .team-banner { grid-template-columns: 1fr; margin-top: 60px; }
    .team-banner img { height: auto; max-height: none; object-fit: contain; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid article { padding-right: 0; border-bottom: 1px solid var(--line); }
    .process-grid article::after { display: none; }
    .process-grid h3 { margin-top: 20px; }
    .locations-grid { gap: 55px; }
    .cta-band .wrap { align-items: flex-start; flex-direction: column; }
    .page-hero { padding: 80px 0 60px; }
    .page-hero-grid img { max-height: none; }
    .editorial-grid aside { max-width: 360px; }
    .full-team-image { margin-bottom: 60px; }
    .full-team-image img { max-height: none; }
    .profile-hero { padding-top: 35px; }
    .profile-grid { gap: 0; }
    .profile-photo { order: 2; }
    .profile-photo img { max-height: none; }
    .profile-copy { padding: 35px 0; }
    .practice-hero img { max-height: none; }
    .article-header { padding: 80px 0 60px; }
    .article-featured-image { margin-top: 22px; }
    .article-featured-image img { height: auto; object-fit: contain; }
    .article-featured-image figcaption { font-size: .74rem; }
    .article-body p { font-size: 1.16rem; }
    .news-sidebar { position: static; }
    .empty-state { padding: 40px 24px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form { padding: 25px; }
    .form-actions { display: grid; }
    .form-actions .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .whatsapp-float strong { display: none; }
    .whatsapp-float { padding-right: 8px; }
}

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

.admin-body { min-height: 100vh; background: #eef0f2; }
.admin-login { width: min(470px, calc(100% - 30px)); margin: 10vh auto; padding: 44px; background: #fff; box-shadow: var(--shadow); }
.admin-login img { width: 230px; margin-bottom: 35px; }
.admin-login h1 { font-size: 2.6rem; }
.admin-login > p { color: var(--muted); }
.admin-login form { margin-top: 28px; }
.admin-login label { display: block; margin-bottom: 18px; color: var(--navy); font-size: .8rem; font-weight: 700; }
.admin-login input { width: 100%; margin-top: 7px; padding: 13px; border: 1px solid var(--line); }
.admin-header { min-height: 70px; padding: 12px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #fff; border-bottom: 1px solid var(--line); }
.admin-header img { width: 200px; }
.admin-header > div { display: flex; gap: 18px; }
.admin-header a { color: var(--navy); font-size: .8rem; font-weight: 700; text-decoration: none; }
.admin-shell { min-height: calc(100vh - 70px); display: grid; grid-template-columns: 240px 1fr; }
.admin-nav { padding: 35px 22px; color: #fff; background: var(--navy-dark); }
.admin-nav h1 { margin: 0 10px 25px; color: #fff; font-size: 2rem; }
.admin-nav a { padding: 10px; display: block; color: #bdcbd7; text-decoration: none; }
.admin-nav a.is-active { color: #fff; background: rgba(255,255,255,.1); border-left: 3px solid var(--gold); }
.admin-content { max-width: 1100px; width: 100%; padding: 45px; }
.admin-title { margin-bottom: 32px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.admin-title span { color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.admin-title h2 { margin-top: 3px; font-size: 2.6rem; }
.admin-form { margin-bottom: 35px; padding: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; background: #fff; }
.admin-form label { color: var(--navy); font-size: .78rem; font-weight: 700; }
.admin-form textarea, .admin-form input, .admin-form select { width: 100%; margin-top: 7px; padding: 11px; border: 1px solid var(--line); }
.admin-form label:has(textarea) { grid-column: 1 / -1; }
.admin-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 22px; }
.admin-list { background: #fff; }
.admin-list article { min-height: 72px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.admin-list strong, .admin-list small { display: block; }
.admin-list small { color: var(--muted); }
.admin-row-actions { display: flex; align-items: center; gap: 14px; }
.admin-row-actions a, .admin-row-actions button { color: var(--navy); background: none; border: 0; font-size: .78rem; font-weight: 700; }
.admin-row-actions form { margin: 0; }
@media (max-width: 800px) {
    .admin-shell { grid-template-columns: 1fr; }
    .admin-nav { display: flex; gap: 6px; overflow-x: auto; }
    .admin-nav h1 { display: none; }
    .admin-nav a { flex: 0 0 auto; }
    .admin-content { padding: 25px 15px; }
    .admin-title { align-items: flex-start; flex-direction: column; }
    .admin-form { grid-template-columns: 1fr; padding: 20px; }
    .admin-form label:has(textarea), .admin-actions { grid-column: auto; }
}
