:root {
  --navy: #0b1f33;
  --navy-2: #143655;
  --blue: #1f5f8f;
  --gold: #c79a49;
  --gold-light: #edd5a2;
  --paper: #f7f8fa;
  --white: #ffffff;
  --ink: #17212b;
  --muted: #5b6671;
  --line: #dfe5ea;
  --shadow: 0 18px 45px rgba(11, 31, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 999; padding: 10px 14px; background: #fff; }
.skip-link:focus { left: 8px; }

.topbar { background: var(--navy); color: #dbe7f2; font-size: 0.9rem; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.site-header { background: rgba(255,255,255,0.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--navy); color: var(--gold-light); border: 2px solid var(--gold); font: 700 1.1rem Georgia, serif; }
.brand-name { display: block; color: var(--navy); font: 700 1.18rem Georgia, serif; letter-spacing: .01em; }
.brand-role { display: block; color: var(--muted); font-size: .74rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .1em; }
.brand-role span { display: block; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a {
  color: var(--navy);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-nav a[aria-current="page"] { color: var(--blue); }
.nav-call { padding: 13px 17px; color: #fff !important; background: var(--blue); letter-spacing: .055em !important; }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; padding: 9px 11px; font-weight: 800; color: var(--navy); }

.hero { color: #fff; background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 60%, #1d4c71 100%); overflow: hidden; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.22fr .78fr; align-items: end; gap: 60px; }
.hero-copy { align-self: center; padding: 70px 0; }
.eyebrow { margin: 0 0 14px; color: var(--gold-light); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .18em; }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(2.8rem, 6vw, 5.3rem); letter-spacing: -.035em; }
.hero-lead { max-width: 690px; margin: 24px 0 30px; color: #e2edf6; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 11px 20px; border: 2px solid transparent; background: var(--gold); color: var(--navy); font-weight: 900; text-decoration: none; }
.button.secondary { border-color: rgba(255,255,255,.58); background: transparent; color: #fff; }
.hero-photo { position: relative; align-self: end; }
.hero-photo::before { content: ""; position: absolute; inset: 12% -40px 0 -40px; background: rgba(199,154,73,.18); border: 1px solid rgba(237,213,162,.35); }
.hero-photo img { position: relative; width: 100%; max-height: 580px; object-fit: cover; object-position: top center; filter: saturate(.9) contrast(1.02); }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 23px 18px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: .88rem; }

.section { padding: 88px 0; }
.section.white { background: #fff; }
.section.dark { background: var(--navy); color: #e4edf5; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.2rem); }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.section.dark .section-heading p { color: #c4d1dc; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 205px; padding: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(11,31,51,.05); }
.service-card.featured { background: var(--navy); border-top: 4px solid var(--gold); color: #dce8f1; }
.service-card h3 { margin: 0 0 10px; font-size: 1.35rem; }
.service-card.featured h3 { color: #fff; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured p { color: #cbd7e1; }
.text-link { display: inline-block; margin-top: 16px; color: var(--blue); font-weight: 850; text-decoration: none; }
.service-card.featured .text-link { color: var(--gold-light); }

.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 62px; align-items: center; }
.story-photo { background: var(--navy); padding: 18px; box-shadow: var(--shadow); }
.story-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; }
.story-copy h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.1rem); }
.story-copy p { color: var(--muted); }
.story-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0; }
.story-point { padding: 15px; border-left: 3px solid var(--gold); background: #fff; font-weight: 750; color: var(--navy); }

.cta-band { padding: 64px 0; background: var(--gold); color: var(--navy); }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-grid h2 { margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3rem); }
.cta-grid p { margin: 0; font-weight: 650; }
.cta-band .button { background: var(--navy); color: #fff; white-space: nowrap; }

.page-hero { padding: 80px 0 70px; color: #fff; background: linear-gradient(125deg, var(--navy), #17466b); }
.page-hero h1 { max-width: 850px; margin: 0 0 18px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero p { max-width: 730px; margin: 0; color: #d9e6f0; font-size: 1.14rem; }
.practice-directory-section { padding: 44px 0 0; }
.practice-directory { overflow: hidden; background: var(--navy); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.practice-directory h2 { margin: 0; padding: 22px 28px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 1.8rem; }
.practice-directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 10px 20px 20px; }
.practice-directory-grid a { position: relative; padding: 12px 14px 12px 28px; color: #eef4f8; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.1); }
.practice-directory-grid a::before { content: "›"; position: absolute; left: 10px; color: var(--gold-light); font-size: 1.3rem; line-height: 1; }
.practice-directory-grid a:hover, .practice-directory-grid a:focus-visible { color: var(--gold-light); }
.practice-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.practice-item { padding: 24px; background: #fff; border-left: 4px solid var(--gold); }
.practice-item h2 { margin: 0 0 8px; font-size: 1.42rem; }
.practice-item p { margin: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; }
.contact-card { padding: 34px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-card h2 { margin-top: 0; font-size: 2rem; }
.contact-line { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-line strong { display: block; color: var(--navy); }
.contact-line a { color: var(--blue); font-weight: 850; text-decoration: none; }
.notice { padding: 22px; border: 1px solid #d8c28f; background: #fffaf0; color: #4b4028; }

.site-footer { padding: 50px 0 28px; background: #071521; color: #b8c5d0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.site-footer h2, .site-footer h3 { color: #fff; margin-top: 0; }
.site-footer a { color: #fff; text-decoration: none; }
.footer-links { display: grid; gap: 8px; }
.legal { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .82rem; color: #91a3b2; }

@media (max-width: 1040px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 20px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 64px 0 32px; }
  .hero-photo { width: min(420px, 86%); margin: 0 auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .practice-directory-grid { grid-template-columns: 1fr 1fr; }
  .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-photo { width: min(450px, 100%); }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1140px); }
  .topbar-inner { padding: 8px 0; flex-direction: column; align-items: flex-start; gap: 2px; }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 72px; }
  .brand-role { display: none; }
  .hero h1 { font-size: 2.65rem; }
  .section { padding: 66px 0; }
  .services-grid, .practice-list, .practice-directory-grid, .footer-grid, .story-points { grid-template-columns: 1fr; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
}
