:root {
  --ink: #252726;
  --muted: #61655f;
  --gold: #806322;
  --gold-light: #d1b56a;
  --line: #dcded8;
  --soft: #f4f5f2;
  --green: #263b33;
  --max: 1240px;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 114px; }
body { margin: 0; background: #fff; color: var(--ink); font: 16px/1.7 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { border: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h2 { font-size: 48px; line-height: 1.13; }
h3 { font-size: 26px; line-height: 1.25; }
p + p { margin-top: 20px; }
.wrap { width: min(var(--max), calc(100% - 112px)); margin-inline: auto; }
.section { padding: 104px 0; }
.eyebrow { color: var(--gold); font-size: 11px; line-height: 1.5; text-transform: uppercase; font-weight: 700; margin-bottom: 22px; }
.intro { font-size: 22px; line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; font-size: 13px; font-weight: 600; border-bottom: 1px solid var(--gold); }
.text-link span[aria-hidden] { font-size: 21px; font-weight: 400; }
.text-link:hover { color: var(--gold); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 30px; padding: 12px 23px; min-height: 52px; border-radius: 0; font-size: 13px; font-weight: 600; transition: background .18s, color .18s; }
.button span { font-size: 22px; font-weight: 400; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--gold-light); color: #181a18; }
:focus-visible { outline: 3px solid #9b823f; outline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 10px 20px; z-index: 100; background: #fff; color: #111; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.nav { height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { flex-shrink: 0; }
.brand img { width: 119px; height: 77px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: 13px; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 1px solid transparent; }
.nav-links a:hover { color: var(--gold); border-color: var(--gold); }
.nav-links .nav-contact { margin-left: 28px; padding: 5px 0; border-bottom-color: var(--gold); gap: 28px; }
.nav-contact span { font-size: 22px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 12px; background: transparent; flex-direction: column; justify-content: center; gap: 6px; color: var(--ink); }
.menu-button span { height: 1px; width: 22px; background: currentColor; transition: transform .2s; }
.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.hero { position: relative; isolation: isolate; height: min(650px, calc(100svh - 175px)); min-height: 500px; color: #fff; display: flex; align-items: center; overflow: hidden; background: #424943; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 53%; z-index: -2; }
.hero::before { content: ''; position: absolute; inset: 0; background: rgba(12, 23, 19, .49); z-index: -1; }
.hero-content { padding-block: 32px 65px; }
.hero .eyebrow { color: #fff; margin-bottom: 18px; }
.hero h1 { font-size: 84px; line-height: 1.08; margin-bottom: 22px; }
.hero-statement { font-size: 28px; line-height: 1.4; font-family: Georgia, 'Times New Roman', serif; }
.hero-description { font-size: 16px; line-height: 1.6; max-width: 460px; margin-top: 20px; color: #fff; }
.hero .button { margin-top: 27px; }
.hero-caption { position: absolute; bottom: 23px; left: 56px; right: 56px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.hero-caption a { display: inline-flex; gap: 30px; align-items: center; min-height: 28px; }
.hero-caption a span { font-size: 20px; }
.credential-bar { border-bottom: 1px solid var(--line); }
.credential-bar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 73px; font-size: 12px; }
.credential-bar span + span { border-left: 1px solid var(--line); padding-left: 40px; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.firm-copy { padding-top: 4px; color: var(--muted); }
.firm-copy .intro { color: var(--ink); }
.firm-copy .text-link { color: var(--ink); margin-top: 23px; }
.section-heading { display: grid; grid-template-columns: 1.25fr 1fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.section-heading > p { max-width: 390px; color: var(--muted); font-size: 15px; }
.expertise { background: var(--soft); }
.practice-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; align-items: start; }
.practice { border-top: 1px solid #c4c8bd; }
.practice:nth-last-child(-n+2) { border-bottom: 1px solid #c4c8bd; }
.practice summary { list-style: none; min-height: 96px; padding: 25px 0; display: grid; grid-template-columns: 26px 1fr 22px; gap: 18px; align-items: center; }
.practice summary::-webkit-details-marker { display: none; }
.practice-number { color: var(--gold); font-size: 11px; }
.practice h3 { font-size: 23px; }
.expand { position: relative; width: 20px; height: 20px; }
.expand::before, .expand::after { content: ''; position: absolute; width: 12px; height: 1px; background: currentColor; top: 9px; left: 4px; }
.expand::after { transform: rotate(90deg); }
.practice[open] .expand::after { transform: rotate(0); }
.practice summary:hover h3 { color: var(--gold); }
.practice-content { padding: 0 18px 28px 44px; font-size: 14px; color: var(--muted); }
.practice-content .text-link { margin-top: 10px; color: var(--ink); }
.international { background: var(--green); color: #fff; }
.international .eyebrow { color: var(--gold-light); }
.international .text-link { margin-top: 27px; }
.international .intro { color: #fff; }
.international p:not(.eyebrow):not(.intro) { color: #dce4df; }
.international-list { list-style: none; margin: 30px 0 0; padding: 0; color: #edf0eb; font-size: 14px; }
.international-list li { padding: 12px 0; border-top: 1px solid #52635a; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.profile { min-width: 0; }
.profile > img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center top; background: var(--soft); }
.profile-body { padding-top: 24px; }
.profile .eyebrow { margin-bottom: 12px; font-size: 10px; }
.profile h3 { font-size: 31px; }
.profile-body > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 17px; min-height: 115px; }
.profile .text-link { margin-top: 12px; }
.insights { background: var(--soft); }
.insights-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; }
.featured > img { width: 100%; aspect-ratio: 2.3/1; height: auto; object-fit: cover; margin-bottom: 28px; }
.article .eyebrow { margin-bottom: 14px; }
.article h3 { font-size: 29px; }
.article > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 16px; }
.article .text-link { margin-top: 14px; }
.article-stack { display: grid; gap: 28px; }
.article-stack .article { border-top: 1px solid #c4c8bd; padding-top: 24px; }
.insights-note { font-size: 12px; color: var(--muted); margin-top: 40px; }
.official-resources { font-size: 12px; color: var(--muted); margin-top: 12px; }
.official-resources a { text-decoration: underline; text-underline-offset: 3px; }
.contact { background: #252726; color: #fff; }
.contact .eyebrow { color: var(--gold-light); }
.contact .section-heading > p { color: #c6cdc7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 18px; }
.contact-email { display: inline-flex; gap: 24px; align-items: center; font: 26px/1.5 Georgia, serif; margin-bottom: 20px; border-bottom: 1px solid #6b705f; padding-bottom: 12px; }
.contact-email:hover { color: var(--gold-light); }
.office { border-bottom: 1px solid #535650; padding: 25px 0; display: grid; justify-items: start; }
.office h3 { font-size: 24px; margin-bottom: 12px; }
address { font-style: normal; color: #c6cdc7; font-size: 14px; }
.office > a:not(.text-link) { font-size: 15px; margin-top: 8px; }
.office .text-link { font-size: 12px; margin-top: 8px; min-height: 35px; }
.office-hours { color: #c6cdc7; font-size: 13px; margin-top: 25px; }
.contact-form h3 { font-size: 28px; margin-bottom: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
label { display: grid; gap: 8px; font-size: 12px; }
input, select, textarea { width: 100%; min-width: 0; border: 1px solid #6a706b; background: transparent; color: #fff; padding: 12px; font-size: 16px; border-radius: 0; }
input, select { min-height: 49px; }
select { color-scheme: dark; }
select option { color: #fff; background: #252726; }
textarea { resize: vertical; }
.full { grid-column: 1 / -1; }
.form-note { color: #c6cdc7; font-size: 12px; line-height: 1.65; margin-top: 20px; }
.contact-form .button { margin-top: 25px; }
.form-status { font-size: 13px; color: #fff; }
.form-status:empty { display: none; }
footer { padding: 60px 0 25px; background: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-name { font: 32px/1.2 Georgia, serif; color: var(--ink); margin-bottom: 16px; }
.footer-main p:not(.footer-name) { font-size: 12px; color: var(--muted); margin-top: 0; }
.footer-main nav { display: grid; align-content: start; justify-items: start; font-size: 13px; gap: 7px; }
.footer-main nav a { min-height: 30px; }
.footer-main a:hover { color: var(--gold); }
.footer-main .text-link { font-size: 12px; margin-top: 20px; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.photo-credit { color: var(--muted); font-size: 10px; margin-top: 14px; max-width: 650px; }
.photo-credit summary { display: inline; text-decoration: underline; text-underline-offset: 3px; }
.photo-credit p { margin-top: 10px; }
.photo-credit a { text-decoration: underline; }
@media (min-width: 1700px) { .hero-caption { left: calc((100% - 1240px) / 2); right: calc((100% - 1240px) / 2); } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .nav-links { gap: 24px; }
  .nav-links .nav-contact { margin-left: 8px; }
  .editorial-grid, .section-heading, .contact-grid { gap: 50px; }
  .team-grid { gap: 26px; }
  .profile h3 { font-size: 27px; }
  .profile-body > p:not(.eyebrow) { min-height: 145px; }
  .hero-caption { left: 32px; right: 32px; }
  .practice-grid { column-gap: 32px; }
  .insights-grid { gap: 40px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 100px; }
  .nav { height: 82px; }
  .brand img { width: 99px; height: 64px; }
  .menu-button { display: flex; }
  .nav-links { display: none; position: fixed; top: 82px; left: 0; right: 0; height: calc(100dvh - 82px); background: #fff; padding: 30px 32px; flex-direction: column; gap: 0; align-items: stretch; overflow-y: auto; }
  .menu-open .nav-links { display: flex; }
  .nav-links a { padding: 20px 0; font: 28px/1.3 Georgia, serif; border-bottom: 1px solid var(--line); }
  .nav-links .nav-contact { margin: 16px 0 0; padding: 20px 0; justify-content: space-between; }
  h2 { font-size: 39px; }
  .hero h1 { font-size: 68px; }
  .hero-statement { font-size: 26px; }
  .section { padding: 72px 0; }
  .editorial-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading > p { max-width: 600px; }
  .practice-grid { column-gap: 26px; }
  .practice h3 { font-size: 21px; }
  .practice summary { gap: 9px; grid-template-columns: 22px 1fr 18px; }
  .practice-content { padding-left: 31px; }
  .credential-bar span + span { padding-left: 20px; }
  .credential-bar .wrap { font-size: 10px; gap: 16px; }
  .team-grid { gap: 20px; }
  .profile h3 { font-size: 23px; }
  .profile-body > p:not(.eyebrow) { min-height: 180px; }
  .insights-grid { grid-template-columns: 1fr; gap: 40px; }
  .article-stack { grid-template-columns: 1fr 1fr; }
  .contact-grid { gap: 55px; }
  .contact-offices { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
  .contact-email, .office-hours { grid-column: 1/-1; justify-self: start; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .hero { height: auto; min-height: 480px; }
  .hero-image { object-position: 54% center; }
  .hero-content { padding-block: 42px 80px; }
  .hero h1 { font-size: 52px; margin-bottom: 23px; }
  .hero-statement { font-size: 23px; }
  .hero-description { font-size: 14px; max-width: 320px; }
  .hero .eyebrow { font-size: 10px; }
  .hero-caption { left: 20px; right: 20px; bottom: 18px; font-size: 10px; }
  .hero-caption a { gap: 12px; }
  .credential-bar .wrap { flex-wrap: wrap; justify-content: flex-start; padding-block: 16px; gap: 6px 16px; font-size: 10px; }
  .credential-bar span + span { padding-left: 16px; }
  .credential-bar span:last-child { border: 0; padding: 0; flex-basis: 100%; }
  .section { padding: 62px 0; }
  h2 { font-size: 35px; }
  .eyebrow { margin-bottom: 18px; }
  .intro { font-size: 20px; }
  .firm-copy { font-size: 15px; }
  .practice-grid, .team-grid, .article-stack, .footer-main { grid-template-columns: 1fr; }
  .practice:nth-last-child(2) { border-bottom: 0; }
  .practice summary { min-height: 82px; padding-block: 23px; }
  .practice h3 { font-size: 23px; }
  .team-grid { gap: 48px; }
  .profile > img { aspect-ratio: 4/4.6; }
  .profile h3 { font-size: 30px; }
  .profile-body > p:not(.eyebrow) { min-height: 0; }
  .profile h3 br { display: none; }
  .profile h3 { max-width: 300px; }
  .article h3 { font-size: 27px; }
  .featured > img { aspect-ratio: 1.65/1; }
  .contact-offices { grid-template-columns: 1fr; }
  .contact-email { font-size: 23px; gap: 16px; }
  .form-grid { gap: 18px 14px; }
  .footer-main { gap: 30px; }
  .footer-main nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 40px; }
  .hero-statement { font-size: 20px; }
  h2 { font-size: 31px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-email { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
