:root {
  --ink: #0b0b0b;
  --ink-2: #151515;
  --charcoal: #272727;
  --ivory: #f5f1e8;
  --paper: #fbfaf7;
  --graphite: #5f5d58;
  --brass: #b79a63;
  --brass-deep: #745a2f;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(11,11,11,.14);
  --shadow: 0 28px 84px rgba(0,0,0,.20);
  --serif: "Playfair Display", "Noto Serif", Georgia, serif;
  --sans: Inter, "Inter Display", Arial, sans-serif;
  --container: min(1320px, calc(100% - 120px));
  --section: clamp(82px, 7.5vw, 112px);
  --responsive-header-height: 80px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.64;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -100px;
  z-index: 9999;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 16px;
}
.skip-link:focus { top: 12px; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--brass-deep);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.35;
  text-transform: uppercase;
}
.display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
}
.section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.06;
}
.section-title-compact { font-size: clamp(2.25rem, 3.6vw, 3.55rem); }
.section-lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--graphite);
  font-size: clamp(1.05rem, 1.4vw, 1.15rem);
  line-height: 1.62;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}
.section-head .text { max-width: 760px; }
.section { padding-block: var(--section); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-dark .section-lead { color: #bbb8b2; }
.section-ivory { background: var(--ivory); }
.hero .eyebrow,
.inner-hero .eyebrow,
.section-dark .eyebrow,
.site-footer .eyebrow { color: var(--brass); }

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border .2s ease, transform .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible,
.text-link:focus-visible,
.nav-link:focus-visible,
.menu-toggle:focus-visible,
.brand:focus-visible,
.footer-links a:focus-visible,
.rich-text a:focus-visible,
.practice-card:focus-visible,
.route-card:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 4px;
}
.btn-primary { background: var(--brass); color: var(--ink); }
.btn-primary:hover { background: #c7aa70; }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: var(--charcoal); }
.btn-outline-light { border-color: rgba(255,255,255,.4); color: var(--paper); }
.btn-outline-light:hover { border-color: var(--brass); color: var(--brass); }
.btn-outline-dark { border-color: rgba(11,11,11,.34); color: var(--ink); }
.btn-outline-dark:hover { border-color: var(--brass-deep); color: var(--brass-deep); }
.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--brass-deep);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.text-link::after { content: "\2192"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11,11,11,.97);
  color: var(--paper);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  min-width: max-content;
  min-height: 44px;
  align-items: center;
  gap: 14px;
}
.monogram {
  width: 42px;
  height: 46px;
  display: grid;
  place-items: center;
  padding-right: 10px;
  color: var(--paper);
  border-right: 1px solid rgba(183,154,99,.6);
  font-family: var(--serif);
  font-size: 1.68rem;
  letter-spacing: -.15em;
  line-height: 1;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.custom-logo { width: auto; max-width: 260px; max-height: 56px; object-fit: contain; }
.brand-name {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.brand-sub {
  margin-top: 6px;
  color: #bdb9b1;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav .header-attorney-link { border-color: rgba(255,255,255,.32); }
.primary-menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #efede7;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav-link:hover,
.nav-link[aria-current="page"] { color: var(--brass); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  border: 1px solid var(--line-dark);
  color: var(--paper);
  background: transparent;
}
.menu-toggle span {
  width: 18px;
  height: 1px;
  display: block;
  margin: 4px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.mobile-nav { display: none; }
body.menu-open { overflow: hidden; }

.hero {
  height: 610px;
  min-height: 610px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}
.hero-grid {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 54.5fr) minmax(430px, 45.5fr);
}
.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px clamp(32px,3.3vw,52px) 48px max(60px,calc((100vw - 1320px)/2));
}
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.35rem, 4.75vw, 4.375rem);
  letter-spacing: -.047em;
}
.hero-title > span { display: block; white-space: nowrap; }
.hero-line-final > span { display: inline; }
.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 23px 0 0;
  color: #cbc8c2;
  font-size: clamp(1.04rem, 1.24vw, 1.11rem);
  line-height: 1.58;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-media { position: relative; min-height: 0; overflow: hidden; background: #111; }
.hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg,var(--ink) 0%,rgba(11,11,11,.72) 10%,rgba(11,11,11,.1) 31%,transparent 55%),
    linear-gradient(0deg,rgba(11,11,11,.23),transparent 38%);
  pointer-events: none;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(1) contrast(1.06) brightness(.94);
}

.value-strip { background: var(--ivory); border-bottom: 1px solid var(--line-light); }
.value-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4,1fr); }
.value-item {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px 25px;
  border-right: 1px solid var(--line-light);
}
.value-item:first-child { padding-left: 0; }
.value-item:last-child { padding-right: 0; border-right: 0; }
.bjl-icon { width: 28px; height: 28px; flex: 0 0 auto; }
.value-icon { width: 32px; height: 32px; color: var(--brass-deep); }
.value-label {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}
.value-text {
  display: block;
  margin-top: 5px;
  color: var(--graphite);
  font-size: .81rem;
  line-height: 1.4;
}

.home-practice { padding-block: 84px 96px; }
.practice-intro {
  max-width: 830px;
  margin: 0 auto 44px;
  text-align: center;
}
.practice-intro .section-title { font-size: clamp(2.7rem, 4vw, 4rem); }
.practice-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}
.practice-card {
  min-height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: #131313;
  isolation: isolate;
}
.practice-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(.58) contrast(1.08);
  transition: transform .5s ease, filter .5s ease;
}
.practice-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg,rgba(5,5,5,.98) 5%,rgba(5,5,5,.76) 48%,rgba(5,5,5,.12) 100%);
}
.practice-card.no-image {
  background:
    linear-gradient(120deg,transparent 0 34%,rgba(183,154,99,.08) 34% 34.5%,transparent 34.5% 100%),
    repeating-linear-gradient(90deg,transparent 0 46px,rgba(255,255,255,.035) 47px,transparent 48px),
    linear-gradient(145deg,#1a1a19,#0b0b0b 72%);
}
.practice-card.no-image::after {
  background:
    linear-gradient(0deg,rgba(5,5,5,.94),rgba(5,5,5,.1) 75%),
    linear-gradient(90deg,rgba(183,154,99,.08),transparent 55%);
}
.bankruptcy-art {
  position: absolute;
  inset: 26px 24px auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  color: rgba(183,154,99,.55);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.bankruptcy-art strong {
  color: rgba(183,154,99,.18);
  font-family: var(--serif);
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: -.1em;
  line-height: .85;
}
.practice-card:hover img { transform: scale(1.035); filter: grayscale(1) brightness(.68) contrast(1.08); }
.practice-content { position: relative; z-index: 2; padding: 26px; }
.practice-icon { margin-bottom: 18px; color: var(--brass); }
.practice-kicker {
  display: block;
  color: var(--brass);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.practice-card h3 {
  margin: 10px 0 9px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 1.8vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.12;
}
.practice-card p { margin: 0 0 16px; color: #c9c5be; font-size: 1rem; line-height: 1.48; }
.practice-card .text-link { color: var(--brass); }
.practice-all { margin-top: 28px; text-align: center; }
.practice-all .text-link { color: var(--brass); }

.story-section {
  background: var(--paper);
  scroll-margin-top: calc(var(--responsive-header-height) + 20px);
}
.story-grid {
  display: grid;
  grid-template-columns: minmax(360px,.82fr) minmax(0,1.18fr);
  align-items: center;
  gap: clamp(56px,7vw,98px);
}
.story-media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
}
.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  transform: scale(1.035);
  filter: grayscale(1) contrast(1.04);
}
.story-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(0deg,rgba(11,11,11,.46),transparent);
}
.story-copy > p:not(.eyebrow):not(.section-lead):not(.brand-principle) { max-width: 720px; }
.story-copy .brand-principle {
  margin: 30px 0;
  padding-left: 24px;
  border-left: 1px solid var(--brass);
  font-family: var(--serif);
  font-size: clamp(1.45rem,2.1vw,1.95rem);
  line-height: 1.34;
}
.credential-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 30px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}
.credential-list li { padding: 14px 0; border-bottom: 1px solid var(--line-light); font-size: 1rem; line-height: 1.5; }

.process-section { padding-block: 80px 86px; }
.process-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line-light);
}
.process-step { padding: 30px 40px 0 0; }
.process-step + .process-step { padding-left: 34px; border-left: 1px solid var(--line-light); }
.step-number { color: var(--brass-deep); font-family: var(--serif); font-size: 2.25rem; line-height: 1; }
.process-step h3 { margin: 18px 0 9px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1.2; }
.process-step p { margin: 0; color: var(--graphite); }

.insights-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.insight-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line-light);
  background: var(--paper);
  transition: transform .2s ease, border .2s ease;
}
.insight-card:hover { transform: translateY(-4px); border-color: rgba(183,154,99,.65); }
.insight-meta { color: var(--brass-deep); font-size: .64rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.insight-card h3 { margin: 22px 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: 1.2; }
.resource-direction {
  max-width: 900px;
  padding: clamp(34px,5vw,62px);
  border: 1px solid var(--line-light);
  background: var(--ivory);
}
.resource-direction h2 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem,4vw,4rem); font-weight: 500; line-height: 1.08; }
.resource-direction > p:not(.eyebrow) { max-width: 640px; color: var(--graphite); font-size: 1.05rem; }

.final-cta { background: var(--ink-2); color: var(--paper); border-top: 1px solid var(--line-dark); }
.final-cta-inner {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.final-cta .eyebrow { color: var(--brass); }
.final-cta h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.65rem,4.6vw,4.75rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.03;
}
.final-cta p { max-width: 620px; color: #bcb8b1; }

.site-footer { background: var(--ink); color: var(--paper); border-top: 1px solid var(--line-dark); }
.footer-main {
  display: grid;
  grid-template-columns: minmax(300px,1.35fr) minmax(130px,.7fr) minmax(280px,1.1fr) minmax(170px,.7fr);
  gap: clamp(40px,5vw,84px);
  padding: 68px 0 48px;
}
.site-footer .brand { gap: 18px; }
.site-footer .monogram { width: 50px; height: 58px; padding-right: 14px; font-size: 2.1rem; }
.site-footer .brand-name { font-size: 1.08rem; }
.site-footer .brand-sub { margin-top: 8px; color: var(--brass); font-size: .62rem; }
.footer-copy { max-width: 430px; margin-top: 22px; color: #c1bdb6; font-size: .96rem; line-height: 1.7; }
.footer-heading { margin: 4px 0 22px; color: var(--brass); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-heading::after { content: ""; display: block; width: 42px; height: 1px; margin-top: 14px; background: var(--brass); }
.footer-menu { display: grid; gap: 10px; align-items: start; }
.site-footer .footer-menu .nav-link {
  min-height: 36px;
  color: #efede7;
  font-size: .92rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.site-footer .footer-menu .nav-link:hover { color: var(--brass); }
.footer-links { display: grid; gap: 10px; color: #c8c4bd; font-size: .92rem; }
.footer-links a { min-width: 0; min-height: 34px; display: inline-flex; align-items: center; word-break: normal; }
.footer-links a:hover { color: var(--brass); }
.footer-contact-list { display: grid; }
.footer-contact-item {
  min-width: 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: 26px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--line-dark);
  color: #e7e3dc;
  font-size: .92rem;
  line-height: 1.55;
}
.footer-contact-item:last-child { border-bottom: 0; }
a.footer-contact-item:hover { color: var(--brass); }
.footer-contact-icon { width: 22px; height: 22px; display: grid; place-items: center; color: var(--brass); }
.footer-contact-icon .bjl-icon { width: 22px; height: 22px; }
.footer-contact-value { min-width: 0; }
.footer-contact-item[href^="mailto:"] .footer-contact-value { overflow-wrap: anywhere; }
.footer-affiliations { margin-top: 28px; }
.footer-seals {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px,1.5vw,20px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-seals li { flex: 0 0 auto; }
.footer-seal-trigger {
  display: block;
  width: clamp(64px,5vw,84px);
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(183,154,99,.28),0 8px 24px rgba(0,0,0,.2);
  cursor: zoom-in;
  transition: transform .2s ease,box-shadow .2s ease;
}
.footer-seal-trigger:hover { transform: translateY(-2px); box-shadow: 0 0 0 2px rgba(183,154,99,.5),0 12px 28px rgba(0,0,0,.28); }
.footer-seal-trigger:focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; }
.footer-seal-trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-seal--tj-reddick img,
.seal-lightbox-media.is-tj-reddick img { transform: translate(.13%,1.32%) scale(1.065); }
.footer-seal--florida-section img,
.seal-lightbox-media.is-florida-section img { transform: translate(.04%,.66%) scale(.97); }
.footer-seal--broward img,
.seal-lightbox-media.is-broward img { transform: translate(.2%,1.83%); }

.seal-lightbox {
  width: min(92vw,680px);
  max-width: none;
  max-height: 92vh;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(183,154,99,.42);
  background: #0d0d0d;
  color: var(--paper);
  box-shadow: 0 26px 80px rgba(0,0,0,.58);
}
.seal-lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(4px); }
.seal-lightbox[open] { display: grid; place-items: center; }
.seal-lightbox-panel { position: relative; padding: clamp(52px,7vw,70px) clamp(24px,6vw,56px) clamp(24px,5vw,42px); }
.seal-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}
.seal-lightbox-close:hover { border-color: var(--brass); color: var(--brass); }
.seal-lightbox-close:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
.seal-lightbox-close span,
.seal-lightbox-close span::after { width: 20px; height: 1px; display: block; background: currentColor; }
.seal-lightbox-close span { transform: rotate(45deg); }
.seal-lightbox-close span::after { content: ""; transform: rotate(90deg); }
.seal-lightbox figure { margin: 0; }
.seal-lightbox-media {
  width: min(72vw,520px);
  aspect-ratio: 1;
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
}
.seal-lightbox-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.seal-lightbox figcaption { margin-top: 18px; color: #c5c0b8; font-size: .88rem; line-height: 1.5; text-align: center; }
body.seal-lightbox-open { overflow: hidden; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0 30px;
  border-top: 1px solid var(--line-dark);
  color: #8c8983;
  font-size: .78rem;
}

.inner-hero {
  min-height: 390px;
  display: flex;
  align-items: center;
  padding: 76px 0;
  overflow: hidden;
  background:
    linear-gradient(120deg,rgba(183,154,99,.055),transparent 36%),
    var(--ink);
  color: var(--paper);
}
.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr);
  gap: clamp(52px,7vw,96px);
  align-items: center;
}
.inner-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.1rem,5.3vw,5.1rem); }
.inner-hero p { max-width: 660px; margin: 22px 0 0; color: #c1bdb6; font-size: 1.08rem; line-height: 1.62; }
.inner-portrait {
  position: relative;
  max-height: 440px;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-left: 1px solid rgba(183,154,99,.7);
  background: #111;
}
.inner-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(11,11,11,.35),transparent 35%);
  pointer-events: none;
}
.inner-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: grayscale(1) contrast(1.05); }
.page-template-template-firm .inner-hero { min-height: 520px; }
.page-template-template-firm .inner-portrait { max-height: 500px; aspect-ratio: 4/5; }
.page-template-template-firm .inner-portrait img { object-position: center 42%; transform: scale(1.04); }
.page-template-template-legal .inner-hero { min-height: 300px; padding-block: 62px; }
.page-template-template-legal .inner-hero h1 { font-size: clamp(3rem,5vw,4.6rem); }
.page-template-template-legal .rich-text { max-width: 820px; }
.error404 .inner-hero { min-height: 560px; }

.content-grid {
  display: grid;
  grid-template-columns: minmax(260px,.68fr) minmax(0,1.32fr);
  gap: clamp(54px,8vw,116px);
}
.sticky-label { position: sticky; top: 120px; align-self: start; }
.rich-text { max-width: 850px; }
.rich-text h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(2.15rem,3.25vw,3.35rem); font-weight: 500; line-height: 1.1; }
.rich-text h2:not(:first-child) { margin-top: 54px; }
.rich-text h3 { margin: 40px 0 14px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.rich-text p { color: var(--graphite); }
.rich-text ul { padding-left: 20px; color: var(--graphite); }
.rich-text li + li { margin-top: 9px; }
.rich-text a:not(.btn),
.legal-note a { text-decoration: underline; text-underline-offset: 3px; }
.page-template-template-practice .rich-text ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 28px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}
.page-template-template-firm .rich-text ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 28px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}
.page-template-template-firm .rich-text li {
  position: relative;
  margin: 0;
  padding: 16px 0 16px 24px;
  border-bottom: 1px solid var(--line-light);
}
.page-template-template-firm .rich-text li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 25px;
  width: 8px;
  height: 1px;
  background: var(--brass-deep);
}
.page-template-template-practice .rich-text li {
  position: relative;
  margin: 0;
  padding: 16px 0 16px 24px;
  border-bottom: 1px solid var(--line-light);
}
.page-template-template-practice .rich-text li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 25px;
  width: 8px;
  height: 1px;
  background: var(--brass-deep);
}
.action-offset { margin-top: 28px; }
.legal-note,
.legal-notice {
  margin-top: 36px;
  padding: 20px 22px;
  border-left: 3px solid var(--brass-deep);
  background: var(--ivory);
  color: var(--graphite);
  font-size: .94rem;
}
.article-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.route-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.route-card {
  min-height: 290px;
  position: relative;
  padding: clamp(30px,4vw,48px);
  overflow: hidden;
  border: 1px solid var(--line-light);
  background:
    linear-gradient(135deg,transparent 0 72%,rgba(183,154,99,.08) 72% 72.5%,transparent 72.5%),
    var(--paper);
  transition: transform .2s ease, border .2s ease, background .2s ease;
}
.route-card:last-child:nth-child(odd) { grid-column: 1/-1; min-height: 260px; }
.route-card:hover { transform: translateY(-3px); border-color: rgba(116,90,47,.6); background-color: var(--ivory); }
.route-icon { margin-bottom: 24px; color: var(--brass-deep); }
.route-card .practice-kicker { color: var(--brass-deep); }
.route-card h2 { max-width: 560px; margin: 14px 0; font-family: var(--serif); font-size: clamp(1.9rem,3vw,2.65rem); font-weight: 500; line-height: 1.12; }
.route-card p { max-width: 600px; color: var(--graphite); }
.consultation-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.consultation-card .text-link { margin-top: auto; padding-top: 22px; }
.consultation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.consultation-meta span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(116,90,47,.25);
  color: var(--ink);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.section-action { margin-top: 34px; }

.monogram-panel {
  min-height: 400px;
  display: grid;
  place-items: center;
  background:
    repeating-linear-gradient(90deg,transparent 0 48px,rgba(255,255,255,.035) 49px,transparent 50px),
    linear-gradient(135deg,#1b1b1a,#080808);
}
.monogram-panel span { color: rgba(183,154,99,.5); font-family: var(--serif); font-size: clamp(4.5rem,9vw,7.5rem); line-height: 1; }

.contact-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(46px,6vw,84px); align-items: start; }
.contact-card {
  position: sticky;
  top: 112px;
  padding: 32px;
  border: 1px solid var(--line-light);
  background: var(--ivory);
}
.contact-row { padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.contact-row:last-child { border-bottom: 0; }
.contact-label { display: block; color: var(--brass-deep); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-value { display: block; margin-top: 6px; font-family: var(--serif); font-size: 1.22rem; line-height: 1.45; }
.contact-grid > div:last-child { padding: clamp(28px,4vw,52px); border: 1px solid var(--line-light); background: #fff; box-shadow: 0 18px 60px rgba(11,11,11,.07); }
.form { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label,
.field-label { font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 15px;
  border: 1px solid rgba(11,11,11,.24);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible { outline: 2px solid var(--brass-deep); outline-offset: 2px; border-color: var(--brass-deep); }
.field textarea { min-height: 150px; resize: vertical; }
.field-help { color: var(--graphite); font-size: .82rem; }
.checkbox-field { grid-template-columns: 22px minmax(0,1fr); align-items: start; gap: 10px; }
.checkbox-field input { width: 20px; height: 20px; min-height: 20px; margin-top: 3px; accent-color: var(--ink); }
.checkbox-field label { font-size: .92rem; font-weight: 500; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.review-mode-note {
  margin: 24px 0;
  padding: 17px 19px;
  border-left: 3px solid var(--brass-deep);
  background: var(--ivory);
  color: var(--graphite);
}
.review-mode-note strong { display: block; margin-bottom: 3px; color: var(--ink); }
.form-status { margin: 20px 0; padding: 16px 18px; border: 1px solid var(--line-light); }
.form-status-success { border-color: #496b52; background: #edf5ef; color: #1f4b2d; }
.form-status-error { border-color: #8a3f36; background: #fff0ed; color: #6d251d; }
.legal-note { font-size: .82rem; }
.preview-control { min-height: 52px; padding: 14px 15px; border: 1px solid rgba(11,11,11,.22); background: #fff; color: #77736c; }
.preview-textarea { min-height: 150px; }

.search-form { max-width: 720px; display: flex; gap: 10px; margin-top: 30px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.38); background: transparent; color: var(--paper); }
.search-submit { min-height: 52px; padding: 12px 22px; border: 1px solid var(--brass); background: var(--brass); color: var(--ink); font-weight: 700; }
.mobile-only { display: none; }
.contact-value[href^="mailto:"],
.footer-links a[href^="mailto:"],
.rich-text a { overflow-wrap: anywhere; word-break: normal; }
.hero-media picture,
.story-media picture,
.inner-portrait picture { display: block; width: 100%; height: 100%; }

@media (max-width: 1279px) {
  :root { --container: min(100% - 72px, 1180px); }
  .hero-copy { padding-left: max(36px,calc((100vw - 1180px)/2)); }
  .practice-content { padding: 24px; }
}

@media (min-width: 1061px) and (max-width: 1180px) {
  .header-inner { gap: 12px; }
  .desktop-nav { gap: 12px; }
  .desktop-nav .primary-menu { gap: 14px; }
  .desktop-nav .btn {
    min-height: 48px;
    padding-inline: 12px;
    font-size: .65rem;
    letter-spacing: .07em;
  }
}

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  body::after {
    content: "";
    position: fixed;
    z-index: 998;
    inset: var(--responsive-header-height) 0 0;
    background: linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.5));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility 0s linear .28s;
  }
  body.menu-open::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .mobile-nav {
    display: grid;
    grid-template-rows: auto auto;
    align-content: start;
    gap: 24px;
    position: fixed;
    z-index: 999;
    left: auto;
    right: 0;
    top: var(--responsive-header-height);
    width: min(420px,50vw);
    height: calc(100dvh - var(--responsive-header-height));
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 28px 36px calc(36px + env(safe-area-inset-bottom));
    background: linear-gradient(155deg,#111 0%,#090909 72%);
    border-left: 1px solid rgba(199,162,99,.34);
    box-shadow: -28px 0 64px rgba(0,0,0,.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 0 0 100%);
    transition:
      clip-path .32s cubic-bezier(.22,1,.36,1),
      opacity .24s ease,
      visibility 0s linear .32s;
    will-change: clip-path;
  }
  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0);
    transition-delay: 0s;
  }
  .mobile-nav .primary-menu { display: grid; gap: 4px; }
  .mobile-nav .primary-menu,
  .mobile-nav .primary-menu li {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .mobile-nav .nav-link {
    position: relative;
    min-height: 52px;
    border-bottom: 1px solid var(--line-dark);
    font-size: 1rem;
    letter-spacing: .08em;
    transition: color .2s ease, padding-left .2s ease;
  }
  .mobile-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width .24s ease;
  }
  .mobile-nav .nav-link:hover,
  .mobile-nav .nav-link:focus-visible {
    color: var(--gold);
    padding-left: 8px;
  }
  .mobile-nav .nav-link:hover::after,
  .mobile-nav .nav-link:focus-visible::after {
    width: 100%;
  }
  .mobile-nav-actions { display: grid; width: 100%; gap: 10px; }
  .mobile-nav .btn { width: 100%; min-height: 56px; margin-top: 2px; font-size: .86rem; }
  .hero-grid { grid-template-columns: minmax(0,53fr) minmax(390px,47fr); }
  .hero h1 { font-size: clamp(3rem,5vw,3.35rem); }
  .hero-copy { padding-right: 34px; }
  .practice-grid { grid-template-columns: repeat(2,1fr); }
  .practice-card { min-height: 410px; }
  .footer-main {
    grid-template-columns: minmax(0,1.15fr) minmax(260px,.85fr);
    grid-template-areas:
      "brand explore"
      "contact legal";
    gap: 44px 48px;
  }
  .footer-main > .footer-brand { grid-area: brand; min-width: 0; }
  .footer-main > .footer-explore { grid-area: explore; min-width: 0; }
  .footer-main > .footer-contact { grid-area: contact; min-width: 0; }
  .footer-main > .footer-legal { grid-area: legal; min-width: 0; }
}

@media (max-width: 780px) {
  :root {
    --mobile-gutter: clamp(18px,5.1vw,22px);
    --mobile-section: clamp(64px,16vw,82px);
    --mobile-section-compact: clamp(48px,12vw,64px);
    --mobile-card-padding: clamp(20px,5.5vw,24px);
    --mobile-h1: clamp(2.25rem,11.3vw,2.9375rem);
    --mobile-page-h1: clamp(2.25rem,10.3vw,2.75rem);
    --mobile-h2: clamp(1.9375rem,8.6vw,2.375rem);
    --mobile-h3: clamp(1.4375rem,6.2vw,1.8125rem);
    --responsive-header-height: 70px;
    --container: min(calc(100% - (var(--mobile-gutter) * 2)),680px);
    --section: var(--mobile-section);
  }

  html { scroll-padding-top: calc(var(--responsive-header-height) + 16px); }
  body { font-size: 16px; line-height: 1.6; }
  p,
  li,
  .section-lead,
  .footer-copy,
  .review-mode-note,
  .legal-note,
  .legal-notice { text-wrap: pretty; }
  h1,
  h2,
  h3,
  .section-title { text-wrap: balance; overflow-wrap: normal; word-break: normal; }

  .header-inner {
    min-height: calc(var(--responsive-header-height) + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    gap: 14px;
  }
  .header-inner .brand { min-width: 0; gap: 10px; }
  .header-inner .brand-copy { min-width: 0; }
  .header-inner .brand-name {
    overflow: visible;
    font-size: .8rem;
    letter-spacing: .09em;
    max-width: calc(100vw - 116px);
    white-space: normal;
  }
  .header-inner .brand-sub {
    margin-top: 4px;
    font-size: .6875rem;
    letter-spacing: .12em;
    max-width: calc(100vw - 116px);
    white-space: normal;
  }
  .header-inner .monogram { width: 34px; height: 40px; padding-right: 9px; font-size: 1.42rem; }
  .menu-toggle { flex: 0 0 46px; }
  .mobile-nav {
    top: calc(var(--responsive-header-height) + env(safe-area-inset-top));
    width: 50vw;
    height: calc(100dvh - var(--responsive-header-height) - env(safe-area-inset-top));
    max-height: none;
    padding: clamp(24px,7vw,34px) clamp(12px,4vw,20px) calc(30px + env(safe-area-inset-bottom));
  }
  body::after { top: calc(var(--responsive-header-height) + env(safe-area-inset-top)); }
  .mobile-nav.is-open { gap: 26px; }
  .mobile-nav .nav-link {
    padding-block: 8px;
    max-width: 100%;
    letter-spacing: .04em;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .mobile-nav .btn {
    padding-inline: 10px;
    line-height: 1.35;
    white-space: normal;
  }

  .hero {
    position: relative;
    height: auto;
    min-height: clamp(600px,175vw,700px);
    isolation: isolate;
  }
  .hero-grid {
    position: relative;
    min-height: inherit;
    display: grid;
    grid-template: 1fr / 1fr;
  }
  .hero-copy,
  .hero-media { grid-area: 1/1; }
  .hero-copy {
    z-index: 2;
    justify-content: flex-start;
    padding: clamp(30px,8vw,40px) var(--mobile-gutter) clamp(30px,7vw,38px);
  }
  .hero .eyebrow { margin-bottom: 12px; }
  .hero .eyebrow,
  .inner-hero .eyebrow,
  .practice-kicker,
  .value-label,
  .footer-heading,
  .contact-label,
  .field label,
  .field-label { font-size: .875rem; }
  .hero h1 {
    max-width: 100%;
    margin: 0;
    font-size: var(--mobile-h1);
    line-height: .99;
  }
  .hero-title > span { display: block; white-space: normal; }
  .hero-line-final > span { display: block; }
  .hero-copy > p:not(.eyebrow) {
    width: min(70%,285px);
    max-width: none;
    margin-top: 18px;
    color: #d5d1ca;
    font-size: 1rem;
    line-height: 1.55;
  }
  .hero-actions {
    width: 100%;
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }
  .hero-actions .btn {
    width: 100%;
    min-height: 54px;
    padding-inline: 16px;
    font-size: .8rem;
    white-space: nowrap;
  }
  .hero-media {
    z-index: 0;
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: var(--ink);
  }
  .hero-media::before {
    z-index: 2;
    background:
      linear-gradient(90deg,var(--ink) 0%,rgba(11,11,11,.96) 38%,rgba(11,11,11,.62) 61%,rgba(11,11,11,.1) 100%),
      linear-gradient(0deg,rgba(11,11,11,.72) 0%,transparent 36%),
      linear-gradient(180deg,rgba(11,11,11,.44) 0%,transparent 28%);
  }
  .hero-media img {
    position: absolute;
    right: -7%;
    bottom: 0;
    width: 79%;
    height: 91%;
    object-fit: cover;
    object-position: center 18%;
    filter: grayscale(1) contrast(1.06) brightness(.9);
  }

  .value-strip .container { width: 100%; }
  .value-grid { min-height: 0; grid-template-columns: minmax(0,1fr); }
  .value-item {
    min-height: clamp(78px,22vw,90px);
    align-items: center;
    gap: 15px;
    padding: 15px var(--mobile-gutter);
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }
  .value-item:first-child,
  .value-item:last-child { padding-inline: var(--mobile-gutter); }
  .value-item:last-child { border-bottom: 0; }
  .value-item > div { min-width: 0; }
  .value-icon { width: 27px; height: 27px; }
  .value-label { line-height: 1.35; }
  .value-text { margin-top: 4px; font-size: 1rem; line-height: 1.4; }

  .section-title,
  .practice-intro .section-title,
  .final-cta h2 { font-size: var(--mobile-h2); line-height: 1.08; }
  .section-lead { font-size: clamp(1rem,4.3vw,1.125rem); line-height: 1.58; }
  .home-practice { padding-block: var(--mobile-section); }
  .practice-intro { margin-bottom: 34px; }
  .practice-grid { grid-template-columns: 1fr; gap: clamp(14px,4vw,18px); }
  .practice-card {
    min-height: clamp(360px,100vw,420px);
    width: 100%;
  }
  .practice-content { padding: var(--mobile-card-padding); }
  .practice-card h3 { font-size: var(--mobile-h3); }
  .practice-card p { font-size: 1rem; line-height: 1.52; }
  .practice-card .text-link { min-height: 44px; }
  .practice-all { margin-top: 24px; }

  .story-grid,
  .content-grid,
  .contact-grid,
  .inner-hero-grid { grid-template-columns: minmax(0,1fr); }
  .story-grid { gap: 34px; }
  .story-media {
    width: 100%;
    max-height: none;
    aspect-ratio: 4/5;
  }
  .story-copy > p:not(.eyebrow) { font-size: 1rem; line-height: 1.6; }
  .story-copy .brand-principle {
    margin: 26px 0;
    padding-left: 20px;
    font-size: clamp(1.4375rem,6.2vw,1.8125rem);
  }
  .credential-list { grid-template-columns: 1fr; margin-block: 24px; }
  .credential-list li { min-height: 52px; font-size: 1rem; }

  .process-section { padding-block: var(--mobile-section-compact) var(--mobile-section); }
  .process-grid,
  .insights-grid { grid-template-columns: 1fr; }
  .process-grid { margin-top: 30px; }
  .process-step,
  .process-step + .process-step {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-light);
  }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin: 12px 0 8px; font-size: var(--mobile-h3); }
  .process-step p { font-size: 1rem; }
  .insight-card { min-height: 240px; padding: var(--mobile-card-padding); }

  .section-head { display: block; }
  .section-head .btn { width: 100%; margin-top: 24px; }
  .final-cta-inner {
    min-height: 0;
    display: block;
    padding-block: clamp(64px,17vw,76px);
  }
  .final-cta p { font-size: 1rem; line-height: 1.58; }
  .final-cta .btn { width: 100%; min-height: 54px; margin-top: 24px; }

  .footer-main {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    grid-template-areas:
      "brand brand"
      "explore legal"
      "contact contact";
    gap: 26px 22px;
    padding: 40px 0 26px;
  }
  .footer-main > .footer-brand { grid-column: 1/-1; grid-row: 1; min-width: 0; }
  .footer-main > .footer-explore { grid-column: 1; grid-row: 2; min-width: 0; }
  .footer-main > .footer-contact { grid-column: 1/-1; grid-row: 3; min-width: 0; }
  .footer-main > .footer-legal { grid-column: 2; grid-row: 2; min-width: 0; }
  .site-footer .brand,
  .site-footer .brand-copy { width: 100%; min-width: 0; }
  .site-footer .brand-name,
  .site-footer .brand-sub { max-width: 100%; white-space: normal; }
  .footer-copy { margin: 18px 0 0; font-size: 1rem; line-height: 1.55; }
  .footer-heading { margin-bottom: 12px; }
  .footer-menu,
  .footer-links { gap: 0; font-size: 1rem; }
  .footer-menu a,
  .footer-links a,
  .footer-links span { min-height: 44px; align-items: center; font-size: 1rem; line-height: 1.45; }
  .footer-menu .nav-link { min-height: 44px; }
  .footer-menu a { display: flex; }
  .footer-links span { display: flex; }
  .footer-affiliations { margin-top: 22px; }
  .footer-seals { gap: 14px; }
  .footer-seal-trigger { width: clamp(48px,14vw,56px); }
  .footer-contact-item { min-height: 52px; font-size: 1rem; }
  .footer-contact-icon,
  .footer-contact-icon .bjl-icon { width: 20px; height: 20px; }
  .footer-bottom {
    display: block;
    padding: 22px 0 calc(28px + env(safe-area-inset-bottom));
    font-size: 1rem;
    line-height: 1.55;
  }
  .footer-bottom span { display: block; margin-top: 10px; }

  .inner-hero {
    min-height: clamp(250px,70vw,310px);
    padding: var(--mobile-section-compact) 0;
  }
  .inner-hero-grid { gap: 32px; }
  .inner-hero h1 { font-size: var(--mobile-page-h1); line-height: 1.06; }
  .inner-hero p { margin-top: 18px; font-size: 1rem; line-height: 1.58; }
  .page-template-template-firm .inner-hero { min-height: 0; padding-bottom: 0; }
  .inner-portrait { width: 100%; max-height: none; aspect-ratio: 16/10; }
  .page-template-template-firm .inner-portrait { max-height: none; aspect-ratio: 4/5; }
  .page-template-template-practice .inner-portrait { aspect-ratio: 16/10; }
  .monogram-panel { min-height: 0; }
  .page-template-template-legal .inner-hero { min-height: 220px; padding-block: var(--mobile-section-compact); }
  .page-template-template-legal .inner-hero h1 { font-size: var(--mobile-page-h1); }
  .error404 .inner-hero { min-height: clamp(420px,120vw,520px); }

  .sticky-label,
  .contact-card { position: static; }
  .content-grid { gap: 36px; }
  .rich-text,
  .rich-text p,
  .rich-text li { font-size: 1rem; line-height: 1.65; }
  .rich-text h2 { font-size: var(--mobile-h2); }
  .rich-text h2:not(:first-child) { margin-top: 44px; }
  .rich-text h3 { margin-top: 34px; font-size: var(--mobile-h3); }
  .page-template-template-practice .rich-text ul,
  .page-template-template-firm .rich-text ul { grid-template-columns: 1fr; }
  .legal-note,
  .legal-notice { font-size: 1rem; line-height: 1.6; }

  .route-grid { grid-template-columns: 1fr; gap: 16px; }
  .route-card {
    min-height: 0;
    padding: var(--mobile-card-padding);
  }
  .route-card:last-child:nth-child(odd) { grid-column: auto; min-height: 0; }
  .route-card h2 { font-size: var(--mobile-h3); }
  .route-card p { font-size: 1rem; line-height: 1.58; }
  .route-card .text-link { min-height: 44px; }
  .resource-direction { padding: var(--mobile-card-padding); }
  .article-actions { display: grid; grid-template-columns: minmax(0,1fr); }
  .article-actions .btn { width: 100%; }
  .section-action .btn,
  .action-offset .btn,
  .rich-text .btn { width: 100%; min-height: 54px; }

  .contact-grid { gap: 28px; }
  .contact-card { width: 100%; padding: var(--mobile-card-padding); }
  .contact-row { padding: 16px 0; }
  .contact-value { font-size: clamp(19px,5.3vw,22px); }
  .contact-grid > div:last-child { width: 100%; padding: var(--mobile-card-padding); }
  .form { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .contact-grid > div,
  .form > *,
  .field,
  .field input,
  .field select,
  .field textarea { min-width: 0; }
  .field.full { grid-column: auto; }
  .field input,
  .field select { min-height: 54px; padding-inline: 14px; font-size: 1rem; }
  .field textarea { min-height: 160px; padding-inline: 14px; font-size: 1rem; }
  .field-help { font-size: 1rem; line-height: 1.5; }
  .checkbox-field { grid-template-columns: 24px minmax(0,1fr); gap: 12px; }
  .checkbox-field input { width: 22px; height: 22px; min-height: 22px; }
  .checkbox-field label { font-size: 1rem; line-height: 1.5; }
  .review-mode-note { font-size: 1rem; line-height: 1.55; }
  .form .btn { width: 100%; min-height: 56px; white-space: nowrap; }
  .legal-note { margin-top: 26px; }
  .search-form { display: grid; }
}

@media (max-width: 359px) {
  :root { --mobile-h1: clamp(2.25rem,11.3vw,2.5rem); }
  .header-inner .brand-name { font-size: .76rem; letter-spacing: .075em; }
  .header-inner .brand-sub { font-size: .6875rem; letter-spacing: .075em; }
  .header-inner .monogram { width: 32px; padding-right: 8px; }
  .hero { min-height: 600px; }
  .hero-copy { padding-top: 24px; }
  .hero .eyebrow { margin-bottom: 8px; }
  .hero-copy > p:not(.eyebrow) {
    width: min(74%,236px);
    margin-top: 14px;
    line-height: 1.5;
  }
  .hero-actions { margin-top: 14px; }
  .hero-actions .btn { font-size: .72rem; letter-spacing: .08em; }
  .hero-media::before {
    background:
      linear-gradient(90deg,var(--ink) 0%,rgba(11,11,11,.985) 45%,rgba(11,11,11,.76) 67%,rgba(11,11,11,.16) 100%),
      linear-gradient(0deg,rgba(11,11,11,.78) 0%,transparent 39%),
      linear-gradient(180deg,rgba(11,11,11,.5) 0%,transparent 30%);
  }
  .hero-media img { right: -20%; bottom: -2%; width: 88%; height: 91%; }
  .mobile-nav .primary-menu,
  .mobile-nav .btn { width: calc(100% - 2px); }
  .footer-main { gap: 28px 16px; }
}

@media (max-width: 560px) {
  .footer-main {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-areas:
      "brand brand"
      "explore legal"
      "contact contact";
    gap: 20px 18px;
    padding: 26px 0 20px;
  }
  .footer-main > .footer-brand { grid-column: 1/-1; grid-row: 1; }
  .footer-main > .footer-contact {
    grid-column: 1/-1;
    grid-row: 3;
    padding-top: 14px;
    border-top: 1px solid var(--line-dark);
  }
  .footer-main > .footer-explore { grid-column: 1; grid-row: 2; }
  .footer-main > .footer-legal { grid-column: 2; grid-row: 2; }
  .footer-main > .footer-explore,
  .footer-main > .footer-legal { margin: 0; padding: 0; border: 0; }
  .footer-brand .footer-copy { display: none; }
  .site-footer .monogram { width: 42px; height: 50px; padding-right: 11px; font-size: 1.75rem; }
  .site-footer .brand-name { font-size: .94rem; }
  .site-footer .brand-sub { font-size: .58rem; }
  .footer-affiliations { margin-top: 14px; }
  .footer-seal-trigger { width: 48px; }
  .footer-heading { margin-bottom: 10px; }
  .footer-heading::after { width: 32px; margin-top: 8px; }
  .site-footer .footer-menu .nav-link { min-height: 40px; }
  .footer-contact-item { min-height: 48px; padding-block: 6px; }
  .footer-bottom {
    padding: 16px 0 calc(20px + env(safe-area-inset-bottom));
    line-height: 1.45;
  }
}

@media (max-width: 400px) {
  .footer-main { gap: 24px 14px; }
}

@media (max-width: 240px) {
  :root {
    --mobile-gutter: 14px;
    --mobile-h1: 1.5rem;
    --mobile-page-h1: 1.5rem;
    --mobile-h2: 1.625rem;
    --mobile-h3: 1.375rem;
    --mobile-card-padding: 14px;
    --responsive-header-height: 96px;
  }
  .header-inner { min-height: var(--responsive-header-height); align-items: flex-start; padding-block: 12px; }
  .header-inner .brand-name,
  .header-inner .brand-sub { max-width: calc(100vw - 82px); }
  .menu-toggle { flex-basis: 44px; }
  .hero { min-height: 0; }
  .hero-copy { padding-block: 28px 34px; }
  h1,
  h2,
  h3,
  .section-title { overflow-wrap: break-word; }
  .value-label,
  .practice-kicker {
    font-size: .75rem;
    letter-spacing: .06em;
    overflow-wrap: break-word;
  }
  .checkbox-field label { overflow-wrap: break-word; }
  .contact-grid h2 { font-size: 1.5rem; }
  .article-actions .btn,
  .form .btn { padding-inline: 8px; letter-spacing: .06em; }
  .hero-copy > p:not(.eyebrow) { width: 100%; }
  .hero-actions .btn,
  .form .btn { min-height: 56px; white-space: normal; }
  .hero-media img { right: -30%; width: 112%; opacity: .62; }
  .value-item { align-items: flex-start; }
  .footer-main {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "explore" "legal" "contact";
  }
  .footer-main > .footer-brand { grid-column: 1; grid-row: 1; }
  .footer-main > .footer-explore { grid-column: 1; grid-row: 2; }
  .footer-main > .footer-legal { grid-column: 1; grid-row: 3; }
  .footer-main > .footer-contact { grid-column: 1; grid-row: 4; }
}

@media (min-width: 412px) and (max-width: 780px) {
  .hero-copy > p:not(.eyebrow) { width: min(68%,292px); }
  .hero-media img { right: -4%; width: 76%; }
}

@media (max-width: 1060px) and (max-height: 500px) and (orientation: landscape) {
  :root { --responsive-header-height: 68px; }
  .header-inner { min-height: var(--responsive-header-height); }
  .mobile-nav {
    top: var(--responsive-header-height);
    height: calc(100dvh - var(--responsive-header-height));
    max-height: none;
    padding-block: 18px calc(22px + env(safe-area-inset-bottom));
  }
  .mobile-nav .nav-link { min-height: 48px; }
  .hero-title > span { white-space: normal; }
  .hero-line-final > span { display: block; }
  .hero h1 { font-size: clamp(2.5rem,5vw,3rem); }
  .monogram-panel { min-height: 0; }
}

@supports not (height: 100dvh) {
  @media (max-width: 1060px) {
    .mobile-nav { height: calc(100vh - var(--responsive-header-height)); }
  }
}

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