:root {
  --ink: #10213a;
  --ink-2: #1a3153;
  --paper: #f7f3ec;
  --white: #fff;
  --gold: #b78748;
  --gold-light: #d5b27d;
  --muted: #5f6874;
  --line: #ded8ce;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; padding: 12px 16px; border: 2px solid var(--gold); }
.skip-link:focus { transform: translateY(0); }
.service-bar { background: var(--ink); color: #dce4ef; text-align: center; padding: 9px 20px; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 6vw, 96px); background: rgba(247, 243, 236, .96); border-bottom: 1px solid rgba(16,33,58,.12); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 13px; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 1.12rem; line-height: 1.05; }
.brand small { display: block; margin-top: 5px; font-family: Arial, sans-serif; font-size: .62rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--gold); font-family: Arial, sans-serif; font-size: .7rem; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { border: 1px solid var(--ink); padding: 12px 19px; }
.nav-cta:hover { background: var(--ink); color: #fff; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; cursor: pointer; border: 1px solid var(--ink); padding: 10px 14px; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: calc(100% + 12px); min-width: 210px; display: grid; background: #fff; box-shadow: 0 18px 45px rgba(16,33,58,.18); }
.mobile-nav nav a { padding: 15px 18px; border-bottom: 1px solid var(--line); font-weight: 700; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; background: linear-gradient(90deg, var(--paper) 0 60%, #e9e3d9 60%); }
.hero-copy { padding: clamp(72px, 9vw, 140px) clamp(28px, 7vw, 110px); align-self: center; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, h2, .legacy-year { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero h1 { max-width: 750px; margin: 0; font-size: clamp(3rem, 6vw, 6.4rem); line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin: 32px 0 0; color: var(--muted); font-family: Georgia, serif; font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 0 24px; border: 1px solid var(--ink); font-size: .77rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button svg, .map-wrap a svg { width: 19px; }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--gold); border-color: var(--gold); }
.button-secondary:hover { background: #fff; }
.portrait-wrap { position: relative; min-height: 620px; overflow: hidden; }
.portrait-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 28%; filter: saturate(.8) contrast(1.02); }
.portrait-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,19,36,.72), transparent 42%); pointer-events: none; }
.portrait-caption { position: absolute; z-index: 2; left: 40px; bottom: 38px; color: #fff; }
.portrait-caption strong { display: block; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.portrait-caption span { display: block; margin-top: 7px; color: #e3cfac; font-size: .74rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.placeholder-badge { position: absolute; z-index: 2; top: 24px; right: 24px; padding: 8px 11px; background: rgba(16,33,58,.85); color: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1100px; margin: -34px auto 0; position: relative; z-index: 3; background: #fff; box-shadow: 0 16px 45px rgba(20,31,47,.09); }
.trust-strip div { display: flex; align-items: baseline; gap: 14px; padding: 28px 34px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { color: var(--gold); font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.trust-strip span { color: var(--muted); font-size: .77rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.section { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 10vw, 160px); max-width: 1450px; margin: auto; }
.intro h2, .section-heading h2, .contact h2 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: 1.08; letter-spacing: -.035em; }
.intro-copy { padding-top: 42px; border-top: 1px solid var(--line); color: var(--muted); font-family: Georgia, serif; font-size: 1.16rem; line-height: 1.75; }
.intro-copy p:first-child { color: var(--ink); font-size: 1.35rem; }

.practice-section { padding: clamp(90px, 10vw, 145px) clamp(24px, 7vw, 110px); background: var(--ink); color: #fff; }
.section-heading { max-width: 760px; }
.section-heading > p:last-child { max-width: 650px; color: #b9c4d2; font-family: Georgia, serif; font-size: 1.06rem; line-height: 1.7; }
.light { color: var(--gold-light); }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.practice-grid article { position: relative; min-height: 340px; padding: 38px; background: var(--ink); transition: background .2s ease; }
.practice-grid article:hover { background: var(--ink-2); }
.practice-grid article > span { position: absolute; right: 28px; top: 28px; color: #8090a6; font-size: .72rem; }
.icon { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid var(--gold); color: var(--gold-light); }
.icon svg { width: 40px; height: 40px; }
.practice-grid h3 { margin: 65px 0 18px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.practice-grid p { margin: 0; color: #b9c4d2; line-height: 1.7; }

.education { max-width: 1500px; margin: auto; }
.narrow { max-width: 780px; }
.education-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 60px; }
.education-grid figure { position: relative; height: 520px; margin: 0; overflow: hidden; background: var(--ink); }
.education-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.education-grid figure:first-child img { object-position: 50% 42%; }
.education-grid figure:hover img { transform: scale(1.025); }
.education-grid figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,22,40,.88), transparent 58%); }
.education-grid figcaption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 28px; display: grid; grid-template-columns: 72px 1fr; align-items: end; color: #fff; }
.education-grid figcaption span { grid-row: 1 / 3; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.55rem; }
.education-grid figcaption strong { font-family: Georgia, serif; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 400; }
.education-grid figcaption small { margin-top: 6px; color: #d1d8e1; font-size: .69rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.legacy { position: relative; min-height: 760px; display: grid; align-items: center; padding: 80px clamp(24px, 7vw, 110px); overflow: hidden; }
.legacy > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25) contrast(1.05); }
.legacy::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,22,40,.9), rgba(9,22,40,.45) 70%, rgba(9,22,40,.22)); }
.legacy-card { position: relative; z-index: 2; max-width: 680px; padding: clamp(35px, 6vw, 76px); background: rgba(16,33,58,.94); color: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.legacy-year { margin: 0 0 12px; color: var(--gold-light); font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: 1; }
.legacy-card h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.4vw, 3.4rem); font-weight: 400; line-height: 1.1; }
.legacy-card > p:not(.eyebrow):not(.legacy-year) { color: #c5cfdb; font-family: Georgia, serif; line-height: 1.75; }
.founders { display: flex; gap: 36px; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.founders span { font-family: Georgia, serif; }
.founders small { display: block; margin-top: 6px; color: var(--gold-light); font-family: Arial, sans-serif; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: .83fr 1.17fr; }
.contact-details { padding: clamp(75px, 9vw, 130px) clamp(28px, 7vw, 110px); }
.contact-details > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.7; }
.contact address { margin-top: 38px; font-style: normal; line-height: 1.65; }
.contact address a:hover { color: var(--gold); }
.contact-links { display: grid; gap: 10px; margin-top: 28px; font-weight: 800; }
.contact-links a { width: fit-content; border-bottom: 1px solid var(--gold); }
.map-wrap { position: relative; min-height: 610px; background: #e1ddd5; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 610px; border: 0; filter: saturate(.72) contrast(1.04); }
.map-wrap > a { position: absolute; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: var(--ink); color: #fff; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(0,0,0,.2); }

footer { display: grid; grid-template-columns: 1fr 1.4fr .8fr; gap: 38px; padding: 48px clamp(24px, 7vw, 110px); background: #08172b; color: #9daaba; font-size: .75rem; line-height: 1.6; }
footer strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 1.1rem; }
footer span { display: block; margin-top: 6px; color: var(--gold-light); letter-spacing: .09em; text-transform: uppercase; }
footer p { margin: 0; }
footer summary { cursor: pointer; color: #d9e0e8; font-weight: 700; }
footer details p { margin-top: 8px; }

a:focus-visible, summary:focus-visible { outline: 3px solid #d79d50; outline-offset: 4px; }
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { grid-template-columns: 1fr; background: var(--paper); }
  .hero-copy { padding-bottom: 72px; }
  .portrait-wrap { min-height: 560px; }
  .trust-strip { margin: 0; }
  .trust-strip div { align-items: flex-start; flex-direction: column; gap: 5px; padding: 24px; }
  .intro, .contact { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-grid article { min-height: auto; }
  .education-grid { grid-template-columns: 1fr; }
  .legacy { min-height: 700px; }
  .contact-details { min-height: auto; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .service-bar { font-size: .62rem; }
  .site-header { min-height: 70px; padding: 0 18px; }
  .brand { font-size: .95rem; }
  .brand-mark { width: 40px; height: 40px; }
  .hero h1 { font-size: 3.35rem; }
  .portrait-wrap { min-height: 455px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { flex-direction: row; align-items: baseline; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .practice-grid article { padding: 30px; }
  .education-grid figure { height: 430px; }
  .education-grid figcaption { grid-template-columns: 1fr; }
  .education-grid figcaption span { grid-row: auto; margin-bottom: 5px; }
  .legacy { padding: 45px 16px; }
  .legacy-card { padding: 32px 24px; }
  .founders { flex-direction: column; gap: 18px; }
  .contact h2, .intro h2, .section-heading h2 { font-size: 2.55rem; }
}

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