:root {
  --navy: #12243c;
  --navy-deep: #262626;
  --cream: #e7e7e7;
  --paper: #ffffff;
  --gold: #b69666;
  --ink: #262626;
  --muted: #5f5f5f;
  --line: rgba(38, 38, 38, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
.site-header { height: 94px; padding: 0 clamp(24px, 5vw, 84px); display: flex; align-items: center; gap: 42px; background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 14px; margin-right: auto; }
.brand-logo { width: 255px; height: 72px; overflow: hidden; position: relative; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--navy); color: var(--navy); font-family: Georgia, serif; font-size: 21px; letter-spacing: -2px; }
.brand-mark span { color: var(--gold); font-size: 13px; margin: 0 2px; }
.brand-name { color: var(--navy); font-family: Georgia, serif; font-size: 19px; line-height: 1; }
.brand-name i { color: var(--gold); font-weight: normal; }
.brand-name small { display: block; margin-top: 7px; font-family: Arial, sans-serif; font-size: 7px; letter-spacing: 1.8px; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 30px; font-size: 12px; }
.desktop-nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: var(--gold); }
.header-cta { padding: 14px 18px; border-left: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.header-cta span { color: var(--gold); margin-left: 6px; }
.mobile-menu { display: none; position: relative; }

.hero { min-height: calc(100vh - 94px); background: var(--navy); color: white; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); position: relative; overflow: hidden; }
.hero-copy { padding: clamp(72px, 10vw, 140px) clamp(32px, 8vw, 120px); align-self: center; }
.eyebrow { margin: 0 0 25px; font-size: 10px; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; color: #c8b58f; }
.eyebrow.dark { color: #8a6b3d; }
.hero h1 { margin: 0; max-width: 780px; font-family: Georgia, serif; font-weight: normal; font-size: clamp(50px, 6.5vw, 96px); line-height: .98; letter-spacing: -3px; }
.hero h1 em { color: #d7c29b; font-weight: normal; }
.hero-lead { max-width: 600px; margin: 34px 0; color: #c8d0d2; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 35px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 17px 21px; font-size: 11px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; transition: .2s ease; }
.button.primary { background: #d2bb8d; color: var(--navy-deep); }
.button.primary:hover, .button.gold:hover { background: white; }
.text-link { padding: 12px 0; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #61757c; }
.text-link span { color: #d2bb8d; margin-left: 8px; }
.hero-visual { position: relative; margin: 42px 40px 74px 0; border: 1px solid rgba(255,255,255,.18); overflow: hidden; min-height: 560px; }
.hero-visual:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(9,33,42,.78)); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 61%; display: block; }
.hero-visual p { position: absolute; z-index: 1; right: 24px; bottom: 18px; left: 24px; margin: 0; color: #f0e8d9; font: italic 13px/1.6 Georgia, serif; }
.hero-note { position: absolute; bottom: 0; left: 0; width: 100%; border-top: 1px solid rgba(255,255,255,.13); padding: 18px clamp(32px, 8vw, 120px); display: flex; gap: 24px; align-items: center; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #aab7ba; }
.hero-note span { color: #d2bb8d; }

.intro { padding: 120px clamp(28px, 8vw, 120px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 150px); background: var(--cream); }
.intro h2, .section-heading h2, .contact h2, .client-area h2 { margin: 0; font: normal clamp(40px, 4.5vw, 68px)/1.08 Georgia, serif; letter-spacing: -2px; }
.intro-copy { max-width: 640px; }
.intro-copy p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.intro-copy .large { margin-top: 0; color: var(--ink); font: 22px/1.55 Georgia, serif; }
.principles { margin-top: 40px; border-top: 1px solid var(--line); }
.principles span { display: flex; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); font: 16px Georgia, serif; }
.principles b { color: var(--gold); font: 10px Arial, sans-serif; }

.practice { padding: 110px clamp(28px, 7vw, 110px); background: var(--navy-deep); color: white; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { max-width: 800px; }
.section-heading > p { max-width: 300px; color: #a9b6ba; font-size: 13px; line-height: 1.7; }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.area-card { min-height: 300px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.area-card > span { color: var(--gold); font-size: 9px; letter-spacing: 1px; }
.area-card h3 { margin: 48px 0 16px; font: normal 23px/1.2 Georgia, serif; }
.area-card p { color: #a9b6ba; font-size: 12px; line-height: 1.65; }
.area-card a { margin-top: auto; padding-top: 20px; color: #d7c29b; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.area-card:hover { background: rgba(255,255,255,.035); }
.area-card:hover a { opacity: 1; transform: none; }
.disclaimer { margin: 24px 0 0; color: #75898f; font-size: 10px; line-height: 1.6; }

.team { padding: 110px clamp(28px, 7vw, 110px); background: var(--paper); }
.section-heading.light > p { color: var(--muted); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 70px; }
.person { display: grid; grid-template-columns: minmax(190px, 220px) 1fr; gap: 30px; border-top: 1px solid var(--line); padding-top: 28px; }
.portrait { height: 285px; background: #e7e1d7; position: relative; overflow: hidden; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; display: block; image-rendering: auto; filter: saturate(.9) contrast(1.03); transition: transform .35s ease, filter .35s ease; }
.person:hover .portrait img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.person .oab { color: var(--gold); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }
.person h3 { margin: 10px 0; font: normal 24px/1.15 Georgia, serif; }
.person-copy > p:last-child { color: var(--muted); font-size: 12px; line-height: 1.65; }

.client-area { padding: 65px clamp(28px, 7vw, 110px); background: #d7c29b; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 38px; }
.client-symbol { width: 84px; height: 84px; border: 1px solid rgba(9,33,42,.25); display: grid; place-items: center; font-size: 25px; }
.client-area .eyebrow { margin-bottom: 10px; color: var(--navy); }
.client-area h2 { font-size: 42px; }
.client-area p:not(.eyebrow) { max-width: 600px; color: #36494e; font-size: 13px; }
.button.outline { border: 1px solid rgba(9,33,42,.35); color: var(--navy-deep); }

.contact { background: var(--cream); padding: 110px clamp(28px, 8vw, 120px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; }
.contact-main > p:not(.eyebrow) { max-width: 580px; color: var(--muted); line-height: 1.7; }
.button.gold { margin: 25px 0 20px; background: var(--gold); color: white; }
.contact-main small { display: block; color: #7c8587; font-size: 9px; }
.contact-details { border-top: 1px solid var(--line); }
.contact-details > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-details span { font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: #8a6b3d; }
.contact-details p { margin: 0; font: 14px/1.7 Georgia, serif; }
.contact-details a { text-decoration: underline; text-decoration-color: #c8b58f; text-underline-offset: 4px; }

footer { padding: 38px clamp(28px, 5vw, 84px); background: var(--navy-deep); color: #9aabad; display: grid; grid-template-columns: 1fr auto; align-items: center; font-size: 9px; }
footer > p { text-align: left; }
footer > div:last-child { text-align: right; text-transform: uppercase; letter-spacing: 1px; color: #d2bb8d; }

@media (max-width: 1050px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { cursor: pointer; list-style: none; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
  .mobile-menu nav { position: absolute; right: 0; top: 42px; width: 230px; padding: 20px; background: var(--paper); box-shadow: 0 16px 35px rgba(0,0,0,.12); display: flex; flex-direction: column; gap: 16px; font-size: 13px; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 78px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: 15px; }
  .brand-logo { width: 200px; height: 58px; }
  .brand-logo img { width: 100%; height: 100%; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-bottom: 60px; }
  .hero-copy { padding: 75px 26px 45px; }
  .hero h1 { font-size: 52px; letter-spacing: -2px; }
  .hero-visual { margin: 0 26px 45px; height: 430px; min-height: 0; border: 1px solid rgba(255,255,255,.16); }
  .hero-photo { object-position: center 62%; }
  .hero-note { padding: 16px 26px; }
  .intro, .contact { grid-template-columns: 1fr; gap: 45px; padding-top: 80px; padding-bottom: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 45px; }
  .area-grid, .team-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 260px; }
  .area-card a { opacity: 1; transform: none; }
  .person { grid-template-columns: 150px 1fr; gap: 20px; }
  .portrait { height: 205px; }
  .client-area { grid-template-columns: 1fr; }
  .client-symbol { display: none; }
  .button.outline { width: max-content; }
  footer { grid-template-columns: 1fr; gap: 25px; text-align: left; }
  footer > p, footer > div:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
