:root {
  --ink: #071923;
  --ink-soft: #102a37;
  --paper: #f4f6f7;
  --white: #ffffff;
  --accent: #b68d50;
  --line: rgba(7, 25, 35, .18);
  --muted: #60717a;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 100; padding: .7rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: none; }

.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: var(--max); margin: 0 auto; padding: 1rem 2rem; }
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--ink); font-family: Georgia, serif; font-size: .92rem; letter-spacing: .06em; }
.brand-name { font-size: .78rem; line-height: 1.25; letter-spacing: .04em; text-transform: uppercase; }
.brand-name strong { font-size: .92rem; }
.site-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .88rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover, .site-nav a:not(.nav-cta):focus-visible { text-decoration: underline; text-underline-offset: .3rem; }
.nav-cta { padding: .72rem 1rem; color: var(--white); background: var(--ink); }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--ink-soft); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; }

.hero { max-width: var(--max); min-height: 680px; margin: 0 auto; padding: clamp(4rem, 10vw, 8rem) 2rem 5rem; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(3rem, 8vw, 7rem); align-items: end; }
.eyebrow { margin: 0 0 1.5rem; font-size: .77rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 .7rem .23rem 0; background: var(--accent); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
h1 { max-width: 780px; font-size: clamp(3.35rem, 7.2vw, 6.75rem); }
.hero-intro { max-width: 690px; margin: 2rem 0 2.2rem; font-size: clamp(1.08rem, 2vw, 1.3rem); color: #425761; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .75rem 1.2rem; border: 1px solid var(--ink); text-decoration: none; font-weight: 650; font-size: .9rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-secondary { background: transparent; }
.availability { margin: 1.3rem 0 0; font-size: .82rem; color: var(--muted); }
.availability span { display: inline-block; width: 7px; height: 7px; margin-right: .45rem; border-radius: 50%; background: var(--accent); }
.case-paths { align-self: end; border-top: 1px solid var(--line); }
.case-paths-label { margin: 0; padding: 0 0 1rem; color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.case-paths a { display: grid; grid-template-columns: 28px 1fr auto; gap: 1rem; align-items: start; padding: 1.5rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.case-paths a:hover strong, .case-paths a:focus-visible strong { color: #a75b0e; }
.path-number { color: var(--muted); font: .75rem Georgia, serif; }
.case-paths strong { display: block; margin-bottom: .35rem; font: 1.2rem Georgia, serif; transition: color .2s ease; }
.case-paths small { display: block; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.arrow { font-size: 1.2rem; }

.principle { color: var(--white); background: var(--ink); }
.principle p { max-width: 980px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 2rem; text-align: center; font: clamp(1.9rem, 4.5vw, 3.8rem)/1.2 Georgia, serif; }
.practice-section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 2rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.practice-section h2, .approach h2, .contact h2 { font-size: clamp(2.7rem, 5.5vw, 5rem); }
.practice-content .lead { max-width: 670px; margin: 0 0 3rem; font-size: 1.15rem; color: #405761; }
.service-list { list-style: none; margin: 0 0 2.5rem; padding: 0; border-top: 1px solid var(--line); }
.service-list li { display: flex; gap: 1.25rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.service-list span { min-width: 28px; color: var(--muted); font: .76rem Georgia, serif; }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .3rem; }
.text-link span { display: inline-block; margin-left: .4rem; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(5px); }
.practice-section-dark { max-width: none; padding-left: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); padding-right: max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); color: var(--white); background: var(--ink-soft); }
.practice-section-dark .lead, .practice-section-dark .service-list span { color: #c0ccd1; }
.practice-section-dark .service-list { border-color: rgba(255,255,255,.2); }
.practice-section-dark .service-list li { border-color: rgba(255,255,255,.2); }

.approach { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 2rem; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); }
.approach-detail > p { margin: 0 0 1.5rem; font-size: 1.08rem; color: #405761; }
.credentials { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials div { padding: 1.2rem .7rem 1.2rem 0; }
.credentials strong, .credentials span { display: block; }
.credentials strong { font: 1.15rem Georgia, serif; }
.credentials span { color: var(--muted); font-size: .76rem; }

.contact { padding: clamp(5rem, 10vw, 8rem) max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); color: var(--white); background: #b56317; }
.contact h2 { max-width: 800px; }
.contact > p:not(.eyebrow) { max-width: 670px; margin: 1.5rem 0 2rem; font-size: 1.05rem; }
.contact .eyebrow::before { background: var(--white); }
.button-light { color: var(--ink); border-color: var(--white); background: var(--white); }
.button-outline-light { border-color: var(--white); }
footer { padding: 3rem max(2rem, calc((100vw - var(--max)) / 2 + 2rem)); color: #c8d0d4; background: var(--ink); font-size: .82rem; }
.footer-brand { color: var(--white); font-family: Georgia, serif; font-size: 1.15rem; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 1.2rem; margin: 1rem 0 2.5rem; }
.footer-contact a { text-decoration-color: rgba(255,255,255,.4); text-underline-offset: .25rem; }
.disclaimer { max-width: 900px; }
.copyright { margin: 1.4rem 0 0; color: #82939b; }

@media (max-width: 860px) {
  .site-header { min-height: 76px; padding: .8rem 1.2rem; }
  .menu-button { display: flex; align-items: center; gap: .6rem; padding: .55rem; }
  .menu-icon { position: relative; width: 20px; height: 2px; background: currentColor; }
  .menu-icon::after { content: ""; position: absolute; left: 0; top: 6px; width: 20px; height: 2px; background: currentColor; }
  .site-nav { display: none; position: absolute; z-index: 10; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.2rem 1.2rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(7,25,35,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .9rem .4rem; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: .6rem; padding: .9rem; text-align: center; border: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; gap: 4rem; }
  .practice-section, .approach { grid-template-columns: 1fr; }
  .practice-section { gap: 2.5rem; }
}

@media (max-width: 560px) {
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: .67rem; }
  .brand-name strong { font-size: .78rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero { padding-left: 1.2rem; padding-right: 1.2rem; }
  .hero-actions .button { width: 100%; }
  .practice-section, .approach { padding-left: 1.2rem; padding-right: 1.2rem; }
  .practice-section-dark { padding-left: 1.2rem; padding-right: 1.2rem; }
  .credentials { grid-template-columns: 1fr; }
  .credentials div + div { border-top: 1px solid var(--line); }
  .contact { padding-left: 1.2rem; padding-right: 1.2rem; }
  .contact-actions .button { width: 100%; }
  footer { padding-left: 1.2rem; padding-right: 1.2rem; }
}

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

/* Focused defense identity: ink, restrained brass, and editorial typography. */
:focus-visible { outline: 3px solid #997030; outline-offset: 5px; }
section[id] { scroll-margin-top: 2rem; }
h1 { font-size: clamp(3rem, 5.6vw, 5rem); line-height: 1.08; letter-spacing: -.035em; }
h1 em { color: #735523; font-weight: 400; }
.hero { min-height: 640px; padding-top: 5.5rem; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .8fr); gap: 3.5rem; }
.hero-intro { font-size: 1.15rem; }
.case-paths { border-top: 3px solid var(--accent); padding-top: 1.2rem; }
.case-paths strong { font-size: 1.3rem; line-height: 1.25; }
.case-paths small, .availability, .credentials span { font-size: .875rem; }
.case-paths-label, .eyebrow, .path-number, .service-list span { font-size: .875rem; }
.principle p { font-size: clamp(1.8rem, 3.5vw, 2.8rem); padding-block: 4rem; }
.practice-section h2, .approach h2, .contact h2 { font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: 1.1; }
.focused-practice { max-width: var(--max); margin: 0 auto; padding: 0 2rem 7rem; }
.focused-intro { border-top: 1px solid var(--line); padding-top: 3rem; }
.focused-intro h2 { font-size: clamp(2.4rem, 4vw, 3.5rem); line-height: 1.12; }
.focused-intro > p:last-child { color: #405761; max-width: 600px; }
.focused-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2rem; }
.focused-grid article { border-top: 2px solid var(--accent); padding: 1.8rem 0 0; }
.practice-label { font-size: .875rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
h3 { font: 400 1.9rem/1.2 Georgia, serif; letter-spacing: -.02em; margin: 1rem 0; max-width: 380px; }
.focused-grid p { color: #405761; margin-bottom: 1.8rem; }
.contact { background: #173747; }
.brand-name { font-size: .875rem; }
@media (max-width: 1000px) { .site-nav { gap: 1rem; } }
@media (max-width: 860px) { .hero { grid-template-columns: 1fr; padding-top: 3.5rem; gap: 3rem; } }
@media (max-width: 560px) { .focused-practice { padding: 0 1.2rem 4rem; } .focused-grid { grid-template-columns: 1fr; gap: 2.5rem; } .brand-name { font-size: .75rem; } .brand-name strong { font-size: .875rem; } h1 { font-size: clamp(2.5rem, 10.5vw, 3.7rem); } }
