:root {
  --navy-950: #071426;
  --navy-900: #0b1d36;
  --navy-800: #112b4d;
  --navy-700: #1d3d67;
  --gold: #c8a66a;
  --gold-light: #ead7b3;
  --ink: #172131;
  --muted: #617085;
  --paper: #fbfaf7;
  --soft: #f1f3f5;
  --white: #ffffff;
  --border: #dce1e6;
  --shadow: 0 24px 70px rgba(8, 24, 44, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-muted { background: var(--soft); }
.section-dark { background: var(--navy-950); color: var(--white); }
.section-kicker, .eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.25rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
p { margin-top: 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; top: -100px; left: 16px; z-index: 999; background: var(--white); color: var(--navy-900); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 20, 38, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; color: var(--white); }
.brand img { width: 34px; height: 48px; object-fit: contain; }
.brand-text { display: grid; line-height: 1.15; }
.brand-text strong { font-family: Georgia, serif; font-size: 1.04rem; font-weight: 500; }
.brand-text small { color: #b9c4d2; font-size: .69rem; letter-spacing: .04em; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #dce4ee; font-size: .86rem; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-light); }
.main-nav .nav-contact { padding: 10px 16px; border: 1px solid rgba(200,166,106,.6); border-radius: 999px; color: var(--gold-light); }
.menu-button { display: none; background: none; border: 0; padding: 10px; color: white; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px 0; }

.hero { background: var(--navy-900); color: var(--white); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr); align-items: center; gap: clamp(44px, 7vw, 100px); min-height: 760px; padding-top: 72px; }
.hero-copy { padding: 40px 0 90px; }
.hero h1 { max-width: 800px; margin-bottom: 30px; }
.hero-lead { max-width: 710px; color: #cbd5e1; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 51px; padding: 0 22px; border-radius: 4px; text-decoration: none; font-size: .91rem; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy-950); }
.button-primary:hover { background: #dabd86; }
.button-secondary { border: 1px solid rgba(255,255,255,.3); color: var(--white); }
.button-secondary:hover { border-color: var(--gold); }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px 28px; list-style: none; padding: 0; margin: 42px 0 0; color: #aebdce; font-size: .86rem; }
.hero-points li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-right: 9px; vertical-align: 2px; }
.portrait-wrap { align-self: end; position: relative; }
.portrait-wrap::before { content: ""; position: absolute; inset: 7% -18% -2% 12%; background: linear-gradient(160deg, rgba(200,166,106,.18), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.08); }
.portrait-wrap picture { position: relative; display: block; overflow: hidden; box-shadow: var(--shadow); }
.portrait-wrap img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: center 18%; filter: saturate(.9) contrast(1.02); }
.portrait-caption { position: relative; margin: -70px 24px 28px; padding: 19px 22px; background: rgba(7,20,38,.88); backdrop-filter: blur(9px); border-left: 3px solid var(--gold); display: grid; }
.portrait-caption strong { font-family: Georgia, serif; font-size: 1.22rem; font-weight: 500; }
.portrait-caption span { color: #bfcbd9; font-size: .8rem; margin-top: 4px; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 30px 36px; border-right: 1px solid var(--border); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { color: var(--gold); font-family: Georgia, serif; font-size: 1.12rem; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.trust-grid strong { display: block; color: var(--ink); margin-bottom: 5px; }

.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 9vw, 130px); align-items: start; }
.two-column h2 { max-width: 560px; }
.prose { font-size: 1.06rem; color: #435166; }
.prose p { margin-bottom: 22px; }
.text-link { display: inline-block; margin-top: 12px; color: var(--navy-700); font-weight: 750; text-decoration-color: var(--gold); text-underline-offset: 6px; }

.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.narrow { max-width: 620px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.02rem; }
.practice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.practice-card { position: relative; min-height: 400px; background: var(--white); border: 1px solid var(--border); padding: 42px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.practice-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(12,30,52,.08); border-color: #c4ccd5; }
.card-number { color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .15em; }
.practice-card h3 { margin: 22px 0 16px; font-size: 1.9rem; }
.practice-card > p { color: var(--muted); }
.practice-card ul { margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid var(--border); list-style: none; }
.practice-card li { position: relative; padding: 6px 0 6px 18px; color: #3d4a5b; font-size: .91rem; }
.practice-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 6px; height: 1px; background: var(--gold); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.steps article { padding: 42px 34px 46px 0; margin-right: 34px; border-right: 1px solid var(--border); }
.steps article:last-child { border-right: 0; margin-right: 0; }
.steps span { color: var(--gold); font-family: Georgia, serif; font-size: 1.25rem; }
.steps h3 { margin: 18px 0 12px; font-size: 1.7rem; }
.steps p { margin: 0; color: var(--muted); }
.service-locations { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; background: var(--navy-900); color: var(--white); padding: 30px 34px; }
.service-locations small { display: block; color: #a8b7c9; margin-bottom: 6px; }
.service-locations strong { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }

.publications-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.section-dark h2 { max-width: 500px; }
.section-dark > .container > div:first-child > p:last-child { color: #aebdce; max-width: 480px; }
.publication-card { background: #102643; border: 1px solid rgba(255,255,255,.1); padding: 44px; }
.publication-meta { color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.publication-card h3 { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.publication-card > p:not(.publication-meta) { color: #b9c7d6; }
.publication-card a { display: inline-block; margin-top: 18px; color: var(--gold-light); font-weight: 750; text-underline-offset: 6px; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 8vw, 120px); }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { cursor: pointer; list-style: none; padding: 24px 42px 24px 0; font-family: Georgia, serif; font-size: 1.25rem; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 21px; color: var(--gold); font-family: sans-serif; font-size: 1.6rem; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); padding: 0 42px 25px 0; }

.contact-section { padding: 105px 0; background: var(--navy-800); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); }
.contact-grid > div:first-child > p:last-child { color: #b8c5d3; max-width: 520px; }
.contact-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.contact-list > * { min-height: 145px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; transition: background .2s ease; }
.contact-list a:hover { background: rgba(255,255,255,.05); }
.contact-list span { color: #aebdce; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { font-family: Georgia, serif; font-size: 1.12rem; font-weight: 500; overflow-wrap: anywhere; }

.site-footer { background: var(--navy-950); color: #aebdce; padding: 44px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 32px; height: 45px; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--white); font-family: Georgia, serif; font-weight: 500; }
.footer-brand span { font-size: .72rem; }
.footer-grid > p { margin: 0; font-size: .82rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: .8rem; }
.footer-note { display: flex; justify-content: space-between; gap: 40px; padding-top: 25px; font-size: .75rem; }
.footer-note p:first-child { max-width: 760px; }
.footer-note p { margin: 0; }

@media (max-width: 920px) {
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; background: var(--navy-950); padding: 22px 20px 30px; flex-direction: column; align-items: stretch; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-contact { text-align: center; }
  .hero-grid { grid-template-columns: 1fr .72fr; min-height: 690px; gap: 35px; }
  .hero h1 { font-size: clamp(2.8rem, 7vw, 4.2rem); }
  .trust-grid > div { padding: 25px 20px; }
  .service-locations { grid-template-columns: 1fr 1fr; }
  .service-locations .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 72px; }
  .main-nav { top: 72px; }
  .brand-text small { max-width: 190px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-copy { padding: 24px 0 8px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-points { display: grid; gap: 9px; }
  .portrait-wrap { width: min(100%, 460px); justify-self: center; }
  .portrait-wrap::before { inset: 8% -5% -2% 10%; }
  .portrait-wrap img { aspect-ratio: .83; object-position: center 10%; }
  .trust-grid, .practice-grid, .steps, .publications-grid, .faq-grid, .contact-grid, .two-column { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--border); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .two-column { gap: 20px; }
  .practice-card { min-height: 0; padding: 32px 28px; }
  .steps { border-bottom: 0; }
  .steps article { border-right: 0; border-bottom: 1px solid var(--border); margin: 0; padding: 30px 0; }
  .service-locations { grid-template-columns: 1fr; padding: 28px; }
  .service-locations .button { grid-column: auto; }
  .publication-card { padding: 30px 26px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-list > * { min-height: 130px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; flex-direction: column; gap: 10px; }
  .footer-note { flex-direction: column; gap: 14px; }
}

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