:root {
  --ink: #071a2e;
  --ink-2: #0b243d;
  --navy: #153857;
  --blue: #567894;
  --blue-soft: #dce7ef;
  --gold: #c49a58;
  --gold-light: #e4c997;
  --paper: #f4f1eb;
  --paper-2: #ebe6dd;
  --white: #ffffff;
  --text: #14283a;
  --muted: #66788a;
  --line: #d7dde1;
  --shadow: 0 24px 70px rgba(7, 26, 46, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-gutter: clamp(28px, 4vw, 56px);
  --content-max: 1180px;
  --section-space: clamp(92px, 8vw, 132px);
  --section-space-compact: clamp(68px, 6vw, 92px);
  --header-height: 88px;
  --quick-nav-height: 0px;
  --viewport-edge: 18px;
  --content-safe-left: max(var(--page-gutter), env(safe-area-inset-left));
  --content-safe-right: max(var(--page-gutter), env(safe-area-inset-right));
  --viewport-safe-left: max(var(--viewport-edge), env(safe-area-inset-left));
  --viewport-safe-right: max(var(--viewport-edge), env(safe-area-inset-right));
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + var(--quick-nav-height) + 24px); }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--white); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
html.nav-open, body.nav-open { overflow: hidden; overscroll-behavior: none; }
body.modal-open { overflow: hidden; overscroll-behavior: none; }
[data-header-slot], main, [data-footer-slot] { width: 100%; min-width: 0; }
img { display: block; max-width: 100%; height: auto; }
:where(img, svg, video, canvas, iframe, form, fieldset, input, select, textarea, button) { max-inline-size: 100%; }
:where(form, fieldset, input, select, textarea) { min-inline-size: 0; }
:where(section, article, aside, figure, nav, address) { min-width: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
blockquote, h1, h2, h3, h4, p { margin-top: 0; overflow-wrap: anywhere; }
a, button, label, li, strong, span { min-width: 0; }
a, button { touch-action: manipulation; }
::selection { background: var(--gold-light); color: var(--ink); }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.shell { width: 100%; max-width: calc(var(--content-max) + (var(--page-gutter) * 2)); margin-inline: auto; padding-left: var(--content-safe-left); padding-right: var(--content-safe-right); }
.shell > *, main > *, .site-header, .site-footer { max-width: 100%; }
.section { padding: var(--section-space) 0; }
.section-compact { padding: var(--section-space-compact) 0; }
.section-ink { background: var(--ink); color: var(--white); }
.section-paper { background: var(--paper); }
.section-blue { background: var(--navy); color: var(--white); }
.page-hero-inner > *, .section-heading > *, .intro-grid > *, .copy-columns > *, .practice-layout > *, .practice-detail > *, .expertise-row > *, .article-layout > *, .contact-grid > *, .cta-inner > *, .modal-layout > * { min-width: 0; }
.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: 999; left: 16px; top: -80px; padding: 12px 18px; background: var(--gold); color: var(--ink); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(7,26,46,.97); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.site-header.is-scrolled { box-shadow: 0 12px 36px rgba(0,0,0,.2); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 248px; }
.brand-mark { width: 52px; height: 43px; flex: 0 0 52px; background: linear-gradient(180deg, #83a9c6 0 47%, #ffffff 47% 100%); -webkit-mask: url("assets/asp-logo.png") top center / 52px auto no-repeat; mask: url("assets/asp-logo.png") top center / 52px auto no-repeat; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: -.02em; }
.brand-copy span { margin-top: 6px; color: #aebfcd; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav > a { position: relative; padding: 34px 0 32px; color: #d3dee7; font-size: 14px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: color .2s; }
.primary-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 1px; background: var(--gold); transition: right .25s; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { color: var(--white); }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.primary-nav .nav-cta { padding: 13px 17px; border: 1px solid rgba(255,255,255,.35); }
.primary-nav .nav-cta::after { display: none; }
.primary-nav .nav-cta:hover { border-color: var(--gold); color: var(--gold-light); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.22); background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s; }
.mobile-quick-nav-wrap { display: none; }

.kicker { margin-bottom: 18px; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.03; }
h1 { font-size: clamp(56px, 6.1vw, 92px); }
h2 { font-size: clamp(42px, 4.4vw, 66px); }
h3 { font-size: 30px; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.section-ink h1, .section-ink h2, .section-ink h3, .section-blue h2 { color: var(--white); }
.lead { max-width: 64ch; color: var(--muted); font-size: 18px; line-height: 1.8; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(48px, 6vw, 82px); align-items: end; margin-bottom: clamp(52px, 5vw, 72px); }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.section-heading > p { max-width: 58ch; margin-bottom: 4px; color: var(--muted); }
.section-heading.light > p { color: #aebfce; }
.section-heading.light h2 { color: var(--white); }

.button { max-width: 100%; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px; padding: 0 23px; border: 1px solid transparent; font-size: 14px; font-weight: 800; letter-spacing: .065em; text-align: center; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: var(--gold-light); }
.button-outline { border-color: rgba(255,255,255,.32); color: var(--white); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 14px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 17px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }

.home-hero { position: relative; min-height: 780px; overflow: hidden; isolation: isolate; background: var(--ink); color: var(--white); }
.home-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; transform: scale(1.025); transform-origin: 72% 48%; filter: brightness(.9); will-change: transform, filter; background: linear-gradient(90deg, var(--ink) 0%, rgba(7,26,46,.5) 44%, rgba(7,26,46,.12)), url("assets/hero-financial-district-v1.jpg") center/cover no-repeat; animation: hero-image-breathe 9.5s cubic-bezier(.45,0,.55,1) infinite; }
.home-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 100px 100px; mask-image: linear-gradient(90deg, #000, transparent 68%); }
.hero-ambient { position: absolute; z-index: 1; inset: -18%; pointer-events: none; opacity: .52; mix-blend-mode: screen; will-change: transform, opacity; background: radial-gradient(circle at 70% 34%, rgba(91,135,171,.48) 0%, rgba(91,135,171,.18) 18%, transparent 43%), radial-gradient(circle at 84% 72%, rgba(196,154,88,.3) 0%, rgba(196,154,88,.09) 18%, transparent 38%); animation: hero-glow-drift 7.5s ease-in-out infinite alternate; }
.hero-inner { position: relative; z-index: 2; min-height: 780px; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-items: center; padding-top: clamp(96px, 9vw, 132px); padding-bottom: clamp(88px, 8vw, 116px); }

@keyframes hero-image-breathe {
  0%, 100% { transform: scale(1.025) translate3d(0,0,0); filter: brightness(.88); }
  50% { transform: scale(1.105) translate3d(-1%,-.65%,0); filter: brightness(1.06); }
}

@keyframes hero-glow-drift {
  0% { opacity: .34; transform: translate3d(-1.5%,1%,0) scale(.97); }
  55% { opacity: .52; transform: translate3d(1.2%,-1.3%,0) scale(1.04); }
  100% { opacity: .4; transform: translate3d(2.2%,.7%,0) scale(1.01); }
}
.hero-copy { padding-right: 40px; }
.hero-copy h1 { max-width: 760px; margin-bottom: 28px; color: var(--white); }
.hero-copy h1 em { color: var(--gold-light); }
.hero-copy .lead { max-width: 650px; color: #c2d0db; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; }
.hero-index { position: absolute; right: 0; bottom: 60px; display: grid; gap: 5px; color: rgba(255,255,255,.65); text-align: right; }
.hero-index strong { color: var(--gold-light); font-family: var(--serif); font-size: 42px; font-weight: 400; }
.hero-index span { font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.page-hero { position: relative; min-height: 520px; display: flex; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,46,.97) 0%, rgba(7,26,46,.76) 52%, rgba(7,26,46,.38)), var(--hero-image, url("assets/jakarta-hero-hd.jpg")) var(--hero-position, center)/cover no-repeat; }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 110px 110px; }
.page-hero-inner { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: minmax(0, 800px) 300px; gap: clamp(48px, 6vw, 78px); align-items: end; padding-top: clamp(92px, 8vw, 112px); padding-bottom: clamp(76px, 7vw, 96px); }
.page-hero h1 { margin-bottom: 0; color: var(--white); }
.page-hero .lead { margin-bottom: 8px; color: #c3d1dc; font-size: 16px; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 18px; color: #b4c2cd; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--gold-light); }

.intro-grid { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(56px, 7vw, 92px); }
.section-index { color: var(--gold); font-family: var(--serif); font-size: 72px; line-height: 1; }
.intro-copy h2 { max-width: 900px; margin-bottom: 36px; }
.copy-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; color: var(--muted); }
.quote { margin: 48px 0 0; padding: 30px 0 0 30px; border-top: 1px solid var(--line); border-left: 3px solid var(--gold); color: var(--ink); font-family: var(--serif); font-size: 27px; line-height: 1.4; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; border: 1px solid rgba(255,255,255,.13); }
.section-compact > .facts { margin-top: 0; }
.fact { min-width: 0; max-width: 100%; min-height: 150px; display: grid; align-content: center; padding: 25px 30px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.13); }
.fact:last-child { border-right: 0; }
.fact strong { min-width: 0; max-width: 100%; display: block; overflow-wrap: anywhere; color: var(--gold-light); font-family: var(--serif); font-size: clamp(30px, 3.8vw, 45px); font-weight: 400; line-height: 1.04; }
.fact span { min-width: 0; max-width: 100%; margin-top: 13px; overflow-wrap: anywhere; color: #b7c6d2; font-size: 12px; font-weight: 700; letter-spacing: .07em; line-height: 1.5; text-transform: uppercase; }
.facts > *, .sector-grid > *, .practice-grid > *, .team-grid > *, .article-grid > * { min-width: 0; max-width: 100%; }

.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.sector-card { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: var(--ink-2); }
.sector-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.04); transition: transform .65s ease, filter .4s; }
.sector-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,17,30,.04) 25%, rgba(5,17,30,.93)); }
.sector-card:hover img, .sector-card:focus-visible img { transform: scale(1.045); filter: saturate(.95); }
.sector-card-content { position: absolute; z-index: 2; inset: auto clamp(28px, 3vw, 38px) clamp(28px, 3vw, 38px); }
.sector-card-content > span { color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sector-card-content h3 { margin: 8px 0 10px; color: var(--white); font-size: 40px; }
.sector-card-content p { margin-bottom: 18px; color: #cbd6de; font-size: 16px; }
.sector-card .card-link { color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: var(--line); }
.practice-card { position: relative; min-height: 388px; display: grid; grid-template-rows: 174px 1fr; overflow: hidden; background: var(--white); transition: transform .32s ease, box-shadow .32s ease; }
.practice-card::before { content: ""; position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; height: 4px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .32s; }
.practice-card:hover, .practice-card:focus-visible { z-index: 1; transform: translateY(-5px); box-shadow: var(--shadow); }
.practice-card:hover::before, .practice-card:focus-visible::before { transform: scaleX(1); }
.practice-card-media { position: relative; overflow: hidden; background: var(--ink); }
.practice-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,26,46,.1), rgba(7,26,46,.54)); }
.practice-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform .65s ease, filter .4s ease; }
.practice-card:nth-child(8) .practice-card-media img { object-position: center 62%; }
.practice-card:nth-child(9) .practice-card-media img { object-position: center 56%; }
.practice-card-body { position: relative; min-height: 214px; padding: 31px clamp(27px, 2.7vw, 36px) 34px; background: var(--white); transition: background .32s ease; }
.practice-number { position: absolute; z-index: 2; left: 22px; top: 20px; display: inline-flex; min-width: 44px; min-height: 38px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); background: rgba(7,26,46,.76); color: var(--gold-light); font-family: var(--serif); font-size: 17px; backdrop-filter: blur(5px); }
.practice-card h3 { max-width: 260px; margin: 0 0 12px; padding-right: 30px; font-size: 26px; transition: color .28s; }
.practice-card p { margin-bottom: 0; color: var(--muted); font-size: 16px; transition: color .28s; }
.practice-card:hover .practice-card-media img, .practice-card:focus-visible .practice-card-media img { transform: scale(1.055); filter: saturate(.94) contrast(1.03); }
.practice-card:hover .practice-card-body, .practice-card:focus-visible .practice-card-body { background: var(--ink); }
.practice-card:hover h3, .practice-card:focus-visible h3 { color: var(--white); }
.practice-card:hover p, .practice-card:focus-visible p { color: #c3d0da; }
.practice-arrow { position: absolute; right: 28px; top: 27px; color: var(--navy); font-size: 19px; transition: color .28s, transform .28s; }
.practice-card:hover .practice-arrow, .practice-card:focus-visible .practice-arrow { color: var(--gold-light); transform: translate(3px,-3px); }
.practice-footer { display: flex; justify-content: flex-end; margin-top: 34px; }

.practice-grid-home { grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-flow: dense; gap: 18px; padding: 0; background: transparent; }
.practice-grid-home .practice-card { grid-column: span 2; min-width: 0; min-height: 430px; grid-template-rows: 210px 1fr; border: 1px solid var(--line); }
.practice-grid-home .practice-card:nth-child(1),
.practice-grid-home .practice-card:nth-child(2),
.practice-grid-home .practice-card:nth-child(9),
.practice-grid-home .practice-card:nth-child(10) { grid-column: span 3; }
.practice-grid-home .practice-card-featured { min-height: 455px; grid-template-rows: 240px 1fr; border-color: rgba(196,154,88,.58); box-shadow: 0 18px 48px rgba(7,26,46,.1); }
.practice-grid-home .practice-card-featured .practice-card-body { background: linear-gradient(145deg, #fff 0%, #f5f0e7 100%); }
.practice-grid-home .practice-card-featured:hover .practice-card-body,
.practice-grid-home .practice-card-featured:focus-visible .practice-card-body { background: var(--ink); }
.practice-priority { position: absolute; z-index: 3; right: 18px; top: 18px; display: inline-flex; min-height: 32px; align-items: center; padding: 6px 10px; border: 1px solid rgba(255,255,255,.38); background: rgba(196,154,88,.94); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.method-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.method-photo { position: relative; overflow: hidden; background: var(--ink); }
.method-photo img { width: 100%; height: 100%; object-fit: cover; }
.method-content { padding: clamp(78px, 8vw, 112px) clamp(42px, 7vw, 112px); background: var(--paper); }
.method-content h2 { max-width: 620px; }
.method-list { margin-top: 48px; }
.method-item { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid var(--line); }
.method-item > span { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.method-item h3 { margin-bottom: 5px; font-size: 23px; }
.method-item p { margin-bottom: 0; color: var(--muted); font-size: 16px; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-grid-full { grid-template-columns: repeat(3, 1fr); }
.team-grid-full .team-photo { height: 390px; }
.team-card { position: relative; overflow: hidden; background: var(--white); border-bottom: 3px solid var(--ink); transition: transform .3s, box-shadow .3s; }
.team-card:hover, .team-card:focus-within { transform: translateY(-7px); box-shadow: var(--shadow); }
.team-photo { height: 390px; overflow: hidden; background: var(--blue-soft); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .5s; }
.team-card:hover .team-photo img, .team-card:focus-within .team-photo img { transform: scale(1.025); }
.team-copy { min-height: 125px; padding: 23px 24px 18px; }
.team-copy h3 { margin-bottom: 9px; font-size: 24px; line-height: 1.16; }
.team-copy p { margin-bottom: 0; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.profile-button { width: calc(100% - 48px); min-height: 48px; display: flex; align-items: center; justify-content: space-between; margin: 0 24px; padding: 14px 0 17px; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; }
.profile-button span { color: var(--gold); font-size: 16px; }
.profile-button[disabled] { opacity: .55; cursor: default; }

.client-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.client-logo { min-width: 0; min-height: 142px; display: grid; place-items: center; padding: 25px 22px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 34px rgba(7,26,46,.035); }
.client-logo-featured { grid-column: span 2; background: linear-gradient(135deg, var(--white), rgba(220,231,239,.32)); }
.client-logo img { width: auto; max-width: min(100%, 172px); max-height: 82px; object-fit: contain; filter: none !important; opacity: 1; mix-blend-mode: normal; }
.client-logo-featured img { max-width: min(100%, 210px); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.article-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.article-card:hover, .article-card:focus-within { transform: translateY(-6px); box-shadow: var(--shadow); }
.article-image { height: 235px; overflow: hidden; background: var(--blue-soft); }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.article-card:hover .article-image img, .article-card:focus-within .article-image img { transform: scale(1.04); }
.article-copy { flex: 1; display: flex; flex-direction: column; padding: clamp(27px, 3vw, 34px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 17px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.article-meta span + span::before { content: "•"; margin-right: 9px; color: var(--gold); }
.article-copy h3 { margin-bottom: 14px; font-size: 27px; line-height: 1.15; }
.article-copy > p { color: var(--muted); font-size: 16px; }
.article-copy .text-link { margin-top: auto; padding-top: 14px; }
.article-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }
.filter-button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); background: var(--white); color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; }
.filter-button:hover, .filter-button.is-active, .filter-button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.article-card[hidden] { display: none; }

.objective-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.objective { position: relative; isolation: isolate; min-height: 290px; padding: clamp(34px, 4vw, 46px); overflow: hidden; border: 1px solid rgba(7,26,46,.12); background: rgba(255,255,255,.78); box-shadow: 0 16px 45px rgba(7,26,46,.045); transition: border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.objective:nth-child(3n+2) { background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(220,231,239,.46)); }
.objective::before { content: ""; position: absolute; z-index: -1; left: 0; top: 0; width: 92px; height: 3px; background: var(--gold); transition: width .35s ease; }
.objective::after { content: ""; position: absolute; z-index: -1; right: -82px; top: -90px; width: 220px; height: 220px; border: 1px solid rgba(21,56,87,.07); border-radius: 50%; box-shadow: 0 0 0 30px rgba(21,56,87,.025), 0 0 0 60px rgba(21,56,87,.018); }
.objective:hover { border-color: rgba(196,154,88,.58); background: var(--white); box-shadow: 0 22px 55px rgba(7,26,46,.09); }
.objective:hover::before { width: 100%; }
.objective-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.objective-number { color: var(--gold); font-family: var(--serif); font-size: 19px; letter-spacing: .04em; }
.objective-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border: 1px solid rgba(196,154,88,.52); background: var(--ink); color: var(--gold-light); box-shadow: 0 12px 28px rgba(7,26,46,.14); }
.objective-icon svg { width: 25px; height: 25px; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.objective h3 { max-width: 430px; margin: 34px 0 12px; font-size: 27px; line-height: 1.12; }
.objective p { max-width: 54ch; margin-bottom: 0; color: var(--muted); font-size: 16px; }

.expertise-stack { display: grid; gap: 90px; }
.expertise-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: var(--paper); }
.expertise-row:nth-child(even) .expertise-image { order: 2; }
.expertise-image { min-height: 500px; }
.expertise-image img { width: 100%; height: 100%; object-fit: cover; }
.expertise-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px, 7vw, 92px) clamp(42px, 6vw, 84px); }
.expertise-copy .index { color: var(--gold); font-family: var(--serif); font-size: 19px; }
.expertise-copy h2 { margin: 24px 0; font-size: 53px; }
.expertise-copy p { color: var(--muted); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 30px; }
.service-tags a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.service-tags a:hover { border-color: var(--gold); }

.practice-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 70px; }
.practice-nav { position: sticky; top: calc(var(--header-height) + 26px); align-self: start; display: grid; border-top: 1px solid var(--line); }
.practice-nav a { min-height: 44px; padding: 11px 4px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: .015em; }
.practice-nav a:hover, .practice-nav a[aria-current="location"] { color: var(--navy); padding-left: 7px; border-color: var(--gold); }
.practice-details { display: grid; gap: 30px; }
.practice-detail { scroll-margin-top: calc(var(--header-height) + var(--quick-nav-height) + 25px); display: grid; grid-template-columns: 86px 1fr; gap: 32px; padding: clamp(40px, 5vw, 56px); border: 1px solid var(--line); background: var(--white); }
.practice-detail-featured { border-color: rgba(196,154,88,.58); background: linear-gradient(145deg, #fff 0%, #f7f2e9 100%); box-shadow: 0 20px 52px rgba(7,26,46,.07); }
.detail-priority { margin: 0 0 10px; color: var(--gold) !important; font-size: 12px !important; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.practice-detail > span { color: var(--gold); font-family: var(--serif); font-size: 28px; }
.practice-detail h2 { margin-bottom: 22px; font-size: 42px; }
.practice-detail-media { position: relative; aspect-ratio: 16 / 7; margin: 0 0 26px; overflow: hidden; background: var(--blue-soft); }
.practice-detail-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(7,26,46,.02), rgba(7,26,46,.2)); }
.practice-detail-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.025); transition: transform .7s ease, filter .4s ease; }
.practice-detail:hover .practice-detail-media img { transform: scale(1.025); filter: saturate(.96) contrast(1.02); }
.practice-detail-portrait img { object-position: center 28%; }
.practice-detail p { color: var(--muted); }
.practice-detail ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 24px; margin: 24px 0 0; padding: 0; list-style: none; }
.practice-detail li { position: relative; padding-left: 17px; color: var(--text); font-size: 16px; }
.practice-detail li::before { content: ""; position: absolute; left: 0; top: .78em; width: 7px; height: 1px; background: var(--gold); }
.detail-cta { display: flex; justify-content: space-between; gap: 22px; align-items: center; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.detail-cta p { margin: 0; font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-details { display: grid; margin-top: 38px; }
.contact-details a, .contact-details > div { display: grid; gap: 5px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-details span { color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-details strong { color: #dce7f0; font-size: 16px; font-weight: 500; }
.contact-details a, .contact-details strong, .footer-column a { overflow-wrap: anywhere; }
.contact-form { padding: 38px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 19px; color: #cfdae2; font-size: 14px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; background: transparent; color: var(--white); font-size: 16px; letter-spacing: 0; text-transform: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form select option { color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form ::placeholder { color: #8194a4; }
.contact-form .button { width: 100%; margin-top: 10px; border: 0; cursor: pointer; }
.form-note { margin: 13px 0 0; color: #9eb0bf; font-size: 13px; text-align: center; }
.form-note a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 1.5em; margin: 12px 0 0; color: var(--gold-light); font-size: 14px; text-align: center; }
.map-card { margin-top: 28px; padding: 26px; border: 1px solid var(--line); background: var(--paper); }
.map-card p { margin-bottom: 14px; color: var(--muted); font-size: 16px; }

.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 290px; gap: 80px; align-items: start; }
.article-body { color: #31475a; font-size: 16px; }
.article-body .article-lead { color: var(--ink); font-family: var(--serif); font-size: 28px; line-height: 1.5; }
.article-body h2 { margin: 52px 0 20px; font-size: 39px; }
.article-body h3 { margin: 36px 0 15px; font-size: 27px; }
.article-body ul { padding-left: 20px; }
.article-body li { margin-bottom: 8px; }
.article-figure { margin: 42px 0; }
.article-figure img { width: 100%; max-height: 520px; object-fit: cover; }
.article-figure-object img { aspect-ratio: 16 / 7; object-position: center 66%; }
.article-figure figcaption { margin-top: 9px; color: var(--muted); font-size: 13px; }
.article-disclaimer { margin-top: 52px; padding: 25px; border-left: 3px solid var(--gold); background: var(--paper); color: var(--muted); font-size: 14px; }
.article-sidebar { position: sticky; top: calc(var(--header-height) + 28px); display: grid; gap: 24px; }
.sidebar-box { padding: 26px; border: 1px solid var(--line); }
.sidebar-box h3 { margin-bottom: 14px; font-size: 22px; }
.sidebar-box p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.sidebar-box .button { width: 100%; margin-top: 18px; }
.sidebar-links { display: grid; }
.sidebar-links a { min-height: 44px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 700; }
.sidebar-links a:hover { color: var(--gold); }

.cta-band { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.cta-band::before { content: ""; position: absolute; width: 560px; height: 560px; right: -210px; top: -270px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.025); }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-inner h2 { margin-bottom: 12px; color: var(--white); font-size: clamp(38px, 4vw, 57px); }
.cta-inner p { max-width: 700px; margin-bottom: 0; color: #b8c8d4; }

.site-footer { padding: 70px 0 84px; background: #04111f; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; padding-bottom: 43px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand p { max-width: 410px; margin: 19px 0 0; color: #9eb0bf; font-size: 14px; }
.footer-logo-row { display: flex; align-items: center; gap: 13px; }
.footer-logo-row .brand-mark { width: 60px; height: 50px; flex-basis: 60px; -webkit-mask-size: 60px auto; mask-size: 60px auto; }
.footer-logo-row strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.footer-column h3 { margin-bottom: 18px; color: var(--gold-light); font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-column nav { display: grid; gap: 9px; }
.footer-column a { min-height: 34px; display: flex; align-items: center; color: #aebfcd; font-size: 14px; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #8fa4b5; font-size: 12px; letter-spacing: .045em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.location-shortcut { position: fixed; z-index: 90; left: var(--viewport-safe-left); bottom: max(var(--viewport-edge), env(safe-area-inset-bottom)); max-width: calc(100vw - var(--viewport-safe-left) - var(--viewport-safe-right)); min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: rgba(7,26,46,.96); color: var(--white); box-shadow: 0 14px 38px rgba(7,26,46,.28); backdrop-filter: blur(12px); font-size: 14px; font-weight: 800; letter-spacing: .055em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.location-shortcut:hover { transform: translateY(-2px); border-color: var(--gold); background: var(--ink); color: var(--gold-light); }
.location-shortcut svg { width: 18px; height: 18px; flex: 0 0 18px; fill: currentColor; }
body.nav-open .location-shortcut { opacity: 0; pointer-events: none; }

.team-modal { width: min(980px, calc(100vw - var(--viewport-safe-left) - var(--viewport-safe-right))); max-height: calc(100vh - 40px); padding: 0; border: 0; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.team-modal::backdrop { background: rgba(2,11,20,.83); backdrop-filter: blur(6px); }
.modal-layout { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 610px; }
.modal-photo { background: var(--blue-soft); }
.modal-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.modal-copy { padding: 68px 55px 45px; overflow-y: auto; }
.modal-copy h2 { margin-bottom: 11px; font-size: 48px; }
.modal-role { margin-bottom: 28px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.modal-bio p { color: var(--muted); font-size: 14px; }
.modal-close { position: absolute; z-index: 2; right: 16px; top: 15px; width: 43px; height: 43px; border: 0; background: var(--ink); color: var(--white); font-size: 25px; cursor: pointer; }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; transition-delay: var(--delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .brand { min-width: 225px; }
  .primary-nav { gap: 18px; }
  .primary-nav > a { font-size: 13px; }
  .section-heading { grid-template-columns: 1fr 300px; gap: 45px; }
  .practice-grid-home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .practice-grid-home .practice-card,
  .practice-grid-home .practice-card:nth-child(1),
  .practice-grid-home .practice-card:nth-child(2),
  .practice-grid-home .practice-card:nth-child(9),
  .practice-grid-home .practice-card:nth-child(10) { grid-column: auto; min-height: 420px; grid-template-columns: 1fr; grid-template-rows: 210px 1fr; }
  .practice-grid-home .practice-card-featured { min-height: 440px; grid-template-rows: 230px 1fr; }
  .team-photo { height: 330px; }
  .team-grid-full { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  :root { --quick-nav-height: 47px; }
  .site-header { padding-top: env(safe-area-inset-top); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .mobile-quick-nav-wrap { display: block; min-height: var(--quick-nav-height); border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; }
  .mobile-quick-nav { min-height: var(--quick-nav-height); display: flex; align-items: stretch; gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; padding-left: max(var(--page-gutter), env(safe-area-inset-left)); padding-right: max(var(--page-gutter), env(safe-area-inset-right)); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .mobile-quick-nav::-webkit-scrollbar { display: none; }
  .mobile-quick-nav a { position: relative; flex: 0 0 auto; display: inline-flex; align-items: center; color: #bdcbd6; font-size: 14px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
  .mobile-quick-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--gold); }
  .mobile-quick-nav a[aria-current="page"] { color: var(--white); }
  .mobile-quick-nav a[aria-current="page"]::after { right: 0; }
  .nav-toggle { display: block; position: relative; z-index: 102; flex: 0 0 48px; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 101; inset: 0; width: 100%; max-width: none; height: 100vh; height: 100dvh; min-height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 6px; padding-top: max(108px, calc(env(safe-area-inset-top) + 90px)); padding-right: max(24px, 8vw, env(safe-area-inset-right)); padding-bottom: max(40px, calc(env(safe-area-inset-bottom) + 24px)); padding-left: max(24px, 8vw, env(safe-area-inset-left)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: var(--ink); opacity: 0; visibility: hidden; pointer-events: none; clip-path: inset(0 0 0 100%); transition: clip-path .34s cubic-bezier(.72,0,.28,1), opacity .2s ease, visibility 0s linear .34s; contain: layout paint; }
  .primary-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; clip-path: inset(0); transition-delay: 0s; }
  .primary-nav > a { width: 100%; min-height: 50px; display: flex; align-items: center; padding: 8px 0; font-family: var(--serif); font-size: clamp(28px, 7vw, 34px); font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .primary-nav > a::after { display: none; }
  .primary-nav .nav-cta { width: auto; min-height: 48px; margin-top: 18px; padding: 12px 18px; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .home-hero::before { inset: -2%; opacity: .5; }
  .hero-ambient { inset: -10%; opacity: .4; animation-duration: 9s; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .page-hero .lead { max-width: 620px; }
  .intro-grid { grid-template-columns: 150px 1fr; gap: 45px; }
  .sector-grid { gap: 16px; }
  .sector-card { min-height: 420px; }
  .practice-grid { grid-template-columns: repeat(2,1fr); }
  .method-content { padding-top: 65px; padding-right: max(42px, env(safe-area-inset-right)); padding-bottom: 65px; padding-left: max(42px, env(safe-area-inset-left)); }
  .team-grid, .team-grid-full, .article-grid { grid-template-columns: repeat(2,1fr); }
  .team-photo { height: 400px; }
  .practice-layout { grid-template-columns: 1fr; }
  .practice-nav { position: static; grid-template-columns: repeat(3,1fr); }
  .practice-nav a { padding: 10px; border-right: 1px solid var(--line); }
  .contact-grid { gap: 50px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .footer-grid { gap: 40px; }
}

@media (max-width: 760px) {
  :root { --header-height: 76px; --page-gutter: 20px; --section-space: 74px; --section-space-compact: 58px; }
  body { font-size: 16px; }
  .header-inner { min-height: var(--header-height); }
  .brand { min-width: 0; }
  .brand-mark { width: 46px; height: 38px; flex-basis: 46px; -webkit-mask-size: 46px auto; mask-size: 46px auto; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy span { display: none; }
  .home-hero, .hero-inner { min-height: 680px; }
  .hero-inner { padding-top: 72px; padding-bottom: 64px; }
  .hero-copy { padding-right: 0; }
  .hero-copy h1 { margin-bottom: 22px; font-size: clamp(45px, 12vw, 62px); }
  .hero-copy .lead, .lead { font-size: 16px; line-height: 1.68; }
  .hero-actions { margin-top: 30px; }
  .hero-index { display: none; }
  .page-hero { min-height: 430px; }
  .page-hero-inner { gap: 18px; padding-top: 66px; padding-bottom: 54px; }
  .page-hero h1 { font-size: clamp(43px, 11.5vw, 57px); }
  .page-hero .lead { margin-bottom: 0; font-size: 16px; line-height: 1.62; }
  .breadcrumbs { flex-wrap: wrap; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 42px; }
  .section-heading h2, .intro-copy h2 { font-size: clamp(38px, 9vw, 49px); }
  .intro-grid { grid-template-columns: 1fr; }
  .section-index { font-size: 48px; }
  .copy-columns { grid-template-columns: 1fr; gap: 20px; }
  .intro-copy h2 { margin-bottom: 28px; }
  .quote { margin-top: 34px; padding: 24px 0 0 22px; font-size: 23px; }
  .facts { grid-template-columns: repeat(2,1fr); }
  .fact { min-height: 132px; padding: 22px; }
  .fact strong { font-size: clamp(27px, 8vw, 40px); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-card { min-height: 370px; }
  .sector-card-content { inset: auto 26px 27px; }
  .sector-card-content h3 { font-size: 36px; }
  .client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .client-logo { min-height: 118px; padding: 20px 16px; }
  .client-logo img { max-width: min(100%, 142px); max-height: 70px; }
  .client-logo-featured img { max-width: min(100%, 178px); }
  .method-grid { grid-template-columns: 1fr; }
  .method-photo { min-height: 370px; }
  .method-content { padding: 56px max(var(--page-gutter), env(safe-area-inset-right)) 58px max(var(--page-gutter), env(safe-area-inset-left)); }
  .method-content h2 { font-size: clamp(38px, 9vw, 49px); }
  .method-list { margin-top: 34px; }
  .method-item { grid-template-columns: 38px 1fr; gap: 14px; }
  .objective-grid { grid-template-columns: 1fr; }
  .objective { min-height: 250px; padding: 30px 26px; }
  .objective-icon { width: 50px; height: 50px; flex-basis: 50px; }
  .objective h3 { margin: 26px 0 9px; }
  .expertise-row, .expertise-row:nth-child(even) { grid-template-columns: 1fr; }
  .expertise-row:nth-child(even) .expertise-image { order: 0; }
  .expertise-stack { gap: 38px; }
  .expertise-image { min-height: 330px; }
  .expertise-copy { padding: 48px max(var(--page-gutter), env(safe-area-inset-right)) 52px max(var(--page-gutter), env(safe-area-inset-left)); }
  .expertise-copy h2 { margin: 18px 0; font-size: clamp(36px, 9vw, 45px); }
  .practice-nav { position: static; display: flex; grid-template-columns: none; gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 10px; border-top: 0; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .practice-nav::-webkit-scrollbar { display: none; }
  .practice-nav a { flex: 0 0 auto; padding: 9px 12px; border: 1px solid var(--line); white-space: nowrap; }
  .practice-nav a:hover { padding-left: 12px; }
  .practice-detail { grid-template-columns: 1fr; gap: 13px; padding: 28px; }
  .practice-detail > span { font-size: 22px; }
  .practice-detail h2 { margin-bottom: 18px; font-size: 36px; }
  .practice-detail-media { aspect-ratio: 16 / 9; margin-bottom: 22px; }
  .practice-detail ul { grid-template-columns: 1fr; }
  .detail-cta { margin-top: 26px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid h2 { font-size: clamp(38px, 9vw, 49px); }
  .contact-form { padding: 30px 24px; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-inner { gap: 28px; }
  .cta-inner h2 { font-size: clamp(35px, 9vw, 46px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
  .team-modal { max-height: calc(100dvh - 28px); overflow: auto; }
  .modal-layout { grid-template-columns: 1fr; min-height: 0; }
  .modal-photo { height: 310px; }
  .modal-copy { padding: 44px 27px 30px; overflow: visible; }
  .article-body h2 { margin: 42px 0 16px; font-size: 34px; }
  .article-body h3 { font-size: 25px; }
  .article-figure { margin: 32px 0; }
  .article-disclaimer { margin-top: 40px; padding: 21px; }
}

@media (max-width: 540px) {
  :root { --page-gutter: 18px; --section-space: 66px; --section-space-compact: 52px; --viewport-edge: 12px; }
  .mobile-quick-nav { gap: 19px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .practice-grid, .team-grid, .article-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 0; grid-template-rows: 205px auto; }
  .practice-card-body { min-height: 190px; }
  .practice-grid-home .practice-card,
  .practice-grid-home .practice-card:nth-child(1),
  .practice-grid-home .practice-card:nth-child(2),
  .practice-grid-home .practice-card:nth-child(9),
  .practice-grid-home .practice-card:nth-child(10) { min-height: 0; grid-template-rows: 205px auto; }
  .practice-grid-home .practice-card-featured { min-height: 0; grid-template-rows: 220px auto; }
  .location-shortcut { width: 48px; min-width: 48px; justify-content: center; padding: 0; }
  .location-shortcut span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .team-photo, .team-grid-full .team-photo { height: 390px; }
  .team-grid { gap: 20px; }
  .team-copy { min-height: 0; padding: 22px 20px 17px; }
  .team-copy h3 { font-size: 23px; }
  .profile-button { width: calc(100% - 40px); margin-inline: 20px; }
  .detail-cta { align-items: flex-start; flex-direction: column; }
  .detail-cta .button { width: 100%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 20px; }
  .contact-form .button { min-height: 50px; height: auto; padding-block: 12px; line-height: 1.35; white-space: normal; }
  .map-card { padding: 22px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-body .article-lead { font-size: 23px; }
  .article-image { height: 215px; }
  .article-copy { padding: 27px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 10px; }
  .team-modal { width: min(980px, calc(100vw - var(--viewport-safe-left) - var(--viewport-safe-right))); max-height: calc(100dvh - 24px); }
  .modal-photo { height: 270px; }
  .modal-copy { padding: 39px 21px 26px; }
  .modal-copy h2 { font-size: 35px; }
  .modal-close { right: 10px; top: 10px; }
}

@media (max-width: 430px) {
  :root { --viewport-edge: 10px; }
  :root { --header-height: 70px; --quick-nav-height: 44px; --page-gutter: 16px; --section-space: 60px; --section-space-compact: 48px; }
  .header-inner { gap: 12px; }
  .brand { gap: 9px; }
  .brand-mark { width: 41px; height: 34px; flex-basis: 41px; -webkit-mask-size: 41px auto; mask-size: 41px auto; }
  .brand-copy strong { font-size: 15px; white-space: nowrap; }
  .nav-toggle { width: 44px; height: 44px; flex-basis: 44px; }
  .mobile-quick-nav { min-height: var(--quick-nav-height); gap: 16px; }
  .mobile-quick-nav a { font-size: 14px; }
  .primary-nav { padding-top: max(94px, calc(env(safe-area-inset-top) + 82px)); padding-right: max(var(--page-gutter), env(safe-area-inset-right)); padding-left: max(var(--page-gutter), env(safe-area-inset-left)); }
  .primary-nav > a { min-height: 46px; font-size: clamp(27px, 8vw, 32px); }
  .home-hero, .hero-inner { min-height: 630px; }
  .hero-inner { padding-top: 58px; padding-bottom: 52px; }
  .hero-copy h1 { font-size: clamp(39px, 11.2vw, 47px); line-height: 1.02; }
  .hero-copy .lead, .lead { font-size: 16px; line-height: 1.62; }
  .hero-actions { gap: 12px; margin-top: 26px; }
  .button { min-height: 48px; height: auto; padding: 12px 16px; line-height: 1.35; white-space: normal; }
  .page-hero { min-height: 390px; }
  .page-hero-inner { padding-top: 50px; padding-bottom: 42px; }
  .page-hero h1 { font-size: clamp(38px, 10.7vw, 46px); }
  .section-heading { gap: 14px; margin-bottom: 34px; }
  .section-heading h2, .intro-copy h2, .method-content h2, .contact-grid h2 { font-size: 35px; line-height: 1.07; }
  .section-index { font-size: 40px; }
  .quote { padding-left: 18px; font-size: 21px; }
  .fact { min-height: 120px; padding: 18px 16px; }
  .fact strong { font-size: clamp(25px, 8vw, 34px); }
  .fact span { margin-top: 9px; font-size: 12px; line-height: 1.45; }
  .sector-card { min-height: 340px; }
  .sector-card-content { inset: auto 22px 23px; }
  .practice-card { grid-template-rows: 190px auto; }
  .practice-card-body { min-height: 170px; padding: 27px 22px 29px; }
  .practice-card h3 { font-size: 24px; }
  .practice-arrow { right: 22px; top: 23px; }
  .method-photo { min-height: 330px; }
  .method-content { padding-top: 48px; padding-bottom: 50px; }
  .method-item { grid-template-columns: 32px 1fr; gap: 10px; padding: 18px 0; }
  .method-item h3 { font-size: 21px; }
  .objective { padding: 26px 22px; }
  .expertise-stack { gap: 28px; }
  .expertise-image { min-height: 285px; }
  .expertise-copy { padding-top: 40px; padding-bottom: 43px; }
  .expertise-copy h2 { font-size: 34px; }
  .service-tags { margin-bottom: 25px; }
  .service-tags a { max-width: 100%; white-space: normal; }
  .practice-details { gap: 20px; }
  .practice-detail { padding: 23px 19px; }
  .practice-detail h2 { font-size: 32px; line-height: 1.08; }
  .practice-detail-media { aspect-ratio: 4 / 3; margin-bottom: 19px; }
  .practice-detail p, .practice-detail li { font-size: 16px; }
  .contact-details { margin-top: 28px; }
  .contact-details a, .contact-details > div { padding: 15px 0; }
  .contact-form { padding: 23px 17px; }
  .contact-form input, .contact-form select, .contact-form textarea { min-width: 0; font-size: 16px; }
  .cta-inner h2 { font-size: 34px; }
  .cta-inner .button { width: 100%; }
  .article-filter { gap: 7px; margin-bottom: 30px; }
  .filter-button { padding: 9px 12px; }
  .article-copy h3 { font-size: 24px; }
  .article-body { font-size: 16px; }
  .article-body .article-lead { font-size: 21px; line-height: 1.42; }
  .article-body h2 { margin-top: 36px; font-size: 30px; }
  .article-body h3 { font-size: 23px; }
  .sidebar-box { padding: 22px; }
  .site-footer { padding-top: 56px; }
  .footer-grid { gap: 34px; padding-bottom: 34px; }
  .footer-bottom { font-size: 12px; }
  .team-photo, .team-grid-full .team-photo { height: 365px; }
  .team-copy h3 { font-size: 22px; }
  .team-modal { width: min(980px, calc(100vw - var(--viewport-safe-left) - var(--viewport-safe-right))); max-height: calc(100dvh - 20px); }
  .modal-photo { height: 245px; }
  .modal-copy { padding: 36px 18px 24px; }
  .modal-copy h2 { font-size: 31px; }
  .modal-role { margin-bottom: 20px; line-height: 1.5; }
  .modal-bio p { font-size: 14px; }
  .location-shortcut { width: 48px; min-height: 44px; padding: 0; }
}

@media (max-width: 340px) {
  :root { --page-gutter: 14px; }
  .brand-copy strong { font-size: 14px; }
  .brand-mark { width: 39px; height: 33px; flex-basis: 39px; -webkit-mask-size: 39px auto; mask-size: 39px auto; }
  .mobile-quick-nav { gap: 14px; }
  .hero-copy h1, .page-hero h1 { font-size: 37px; }
  .section-heading h2, .intro-copy h2, .method-content h2, .contact-grid h2 { font-size: 33px; }
  .facts { grid-template-columns: 1fr; }
  .fact { padding-inline: 13px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .fact:last-child { border-bottom: 0; }
  .client-grid { grid-template-columns: 1fr; }
  .client-logo-featured { grid-column: auto; }
  .practice-detail { padding-inline: 16px; }
  .practice-detail h2 { font-size: 30px; }
  .team-photo, .team-grid-full .team-photo { height: 340px; }
  .location-shortcut { width: 44px; justify-content: center; padding: 0; }
  .location-shortcut span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .home-hero::before { animation: none !important; transform: none; filter: brightness(.92); }
  .hero-ambient { animation: none !important; opacity: .24; transform: none; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .primary-nav { transition: none; }
}
