:root {
  --ink: #171614;
  --black: #0f1110;
  --charcoal: #25231f;
  --muted: #68635c;
  --line: #d8d0c3;
  --paper: #f6f1e8;
  --paper-2: #ece2d3;
  --white: #fffdf8;
  --cypress: #21483d;
  --cypress-2: #143329;
  --moss: #667a70;
  --clay: #a34732;
  --brick: #6e2d23;
  --brass: #c79743;
  --brass-dark: #8d6424;
  --steel: #385364;
  --shadow: 0 18px 50px rgba(23, 22, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

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;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:hover {
  color: var(--clay);
}

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfc5b7;
  border-radius: 6px;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: var(--clay);
  background: #fffaf0;
  box-shadow: 0 0 0 4px rgba(163, 71, 50, 0.14);
}

label {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.35rem;
  color: var(--charcoal);
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  font-size: 2.05rem;
}

h2 {
  font-size: 1.58rem;
}

h3 {
  font-size: 1.12rem;
}

p {
  margin: 0 0 1rem;
}

ul {
  padding-left: 1.2rem;
}

li + li {
  margin-top: 0.45rem;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 1.4rem 0;
}

.container {
  width: min(calc(100% - 32px), 1200px);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--brass);
  color: #111;
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 241, 232, 0.96);
  border-bottom: 1px solid rgba(23, 22, 20, 0.14);
  backdrop-filter: blur(16px);
}

body.nav-open {
  overflow: hidden;
}

body.nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(15, 17, 16, 0.48);
  backdrop-filter: blur(3px);
}

.topbar {
  color: var(--paper);
  background: var(--black);
  font-size: 0.88rem;
}

.topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar span {
  color: rgba(255, 253, 248, 0.82);
  font-weight: 700;
  line-height: 1.3;
}

.topbar a {
  color: var(--brass);
  font-weight: 900;
  text-decoration: none;
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
  flex: 1 1 auto;
}

.brand__mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--black);
  border: 2px solid var(--brass);
  border-radius: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.brand strong {
  display: block;
  max-width: 18rem;
  font-size: 1.02rem;
  line-height: 1.15;
  overflow-wrap: break-word;
}

.brand small {
  display: block;
  max-width: 360px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.brand > span:last-child {
  min-width: 0;
}

.nav-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--black);
  box-shadow: 0 10px 26px rgba(15, 17, 16, 0.16);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nav-toggle:hover {
  background: var(--cypress-2);
  transform: translateY(-1px);
}

.nav-toggle span:not(.sr-only) {
  position: absolute;
  left: 14px;
  width: 20px;
  height: 2px;
  margin: 0;
  background: var(--white);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span:not(.sr-only):nth-child(1) {
  transform: translateY(-7px);
}

.nav-toggle span:not(.sr-only):nth-child(3) {
  transform: translateY(7px);
}

.nav-toggle[aria-expanded="true"] {
  background: var(--clay);
  box-shadow: 0 14px 34px rgba(163, 71, 50, 0.32);
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(1) {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
  transform: rotate(-45deg);
}

.primary-nav {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(100% + 10px);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-height: calc(100dvh - 142px);
  padding: 0.72rem;
  overflow: auto;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(216, 208, 195, 0.9);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(15, 17, 16, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.98);
  transform-origin: top right;
  visibility: hidden;
  backdrop-filter: blur(18px);
  transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
}

.primary-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.primary-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  color: var(--charcoal);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 850;
  padding: 0.72rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--black);
  background: var(--paper-2);
  border-color: rgba(216, 208, 195, 0.9);
  transform: translateX(2px);
}

.primary-nav .nav-cta {
  justify-content: center;
  min-height: 52px;
  margin-top: 0.3rem;
  color: var(--white);
  background: var(--clay);
  border: 1px solid var(--clay);
  box-shadow: 0 12px 28px rgba(163, 71, 50, 0.24);
}

.primary-nav .nav-cta:hover {
  color: var(--white);
  background: var(--brick);
}

.home-hero,
.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.home-hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(112deg, rgba(15, 17, 16, 0.93) 34%, rgba(18, 42, 34, 0.82) 76%, rgba(15, 17, 16, 0.76));
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: saturate(0.88) contrast(1.08);
}

.hero-bg-image[src$=".svg"] {
  filter: saturate(1) contrast(1.04);
}

.home-hero__inner,
.page-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 5rem 0;
}

.home-hero__content,
.page-hero__content {
  min-width: 0;
  max-width: 850px;
}

.home-hero h1,
.page-hero h1,
.attorney-hero h1 {
  color: var(--white);
  font-size: 2.65rem;
  overflow-wrap: break-word;
  text-wrap: balance;
  letter-spacing: -0.01em;
}

.hero-copy,
.page-hero p,
.attorney-hero p {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.matter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.matter-tags span {
  min-width: 0;
  color: var(--white);
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  background: rgba(255, 253, 248, 0.08);
  font-size: 0.86rem;
  font-weight: 850;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.45rem;
}

.hero-proof-card,
.page-hero__meta {
  max-width: 420px;
  padding: 1.1rem;
  color: var(--white);
  background: rgba(15, 17, 16, 0.72);
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-top: 4px solid var(--brass);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.hero-proof-card span,
.page-hero__meta span {
  display: block;
  color: var(--brass);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-proof-card strong,
.page-hero__meta strong {
  display: block;
  margin: 0.15rem 0 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-proof-card p,
.page-hero__meta p {
  margin: 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.94rem;
}

.hero-dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin: 1rem 0 0;
}

.hero-dl div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.65rem;
  align-items: center;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  padding-top: 0.55rem;
}

.hero-dl dt {
  color: var(--brass);
  font-weight: 900;
}

.hero-dl dd {
  margin: 0;
  color: rgba(255, 253, 248, 0.9);
  font-weight: 800;
}

.hero-primary-cta {
  min-width: min(100%, 290px);
}

.hero-secondary-routes {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.95rem;
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-secondary-routes a {
  color: var(--white);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.hero-secondary-routes a:hover {
  color: var(--brass);
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.05rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0;
}

.hero-trust-row li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--brass);
  border-radius: 50%;
  flex: 0 0 auto;
}

.hero-intake-tool {
  display: grid;
  gap: 1.05rem;
  width: min(100%, 470px);
  min-width: 0;
  max-width: 100%;
  padding: 1.5rem;
  color: var(--white);
  background: rgba(255, 253, 248, 0.06);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.hero-intake-tool__header .eyebrow {
  margin-bottom: 0.4rem;
}

.hero-intake-tool__header h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 1.4rem;
}

.hero-intake-tool__header p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.94rem;
  line-height: 1.48;
}

.triage-chip-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.triage-chip {
  min-height: 42px;
  padding: 0.58rem 0.7rem;
  color: rgba(255, 253, 248, 0.75);
  background: transparent;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.triage-chip:hover,
.triage-chip:focus-visible {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.5);
  transform: translateY(-1px);
}

.triage-chip:focus-visible,
.workflow-step:focus-visible {
  outline: 3px solid rgba(199, 151, 67, 0.72);
  outline-offset: 3px;
}

.triage-chip.is-active {
  color: #111;
  background: var(--brass);
  border-color: var(--brass);
  box-shadow: 0 12px 30px rgba(199, 151, 67, 0.22);
}

.triage-preview {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  background: rgba(15, 17, 16, 0.4);
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: 10px;
}

.triage-preview > span {
  display: block;
  color: var(--brass);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.triage-preview strong {
  display: block;
  margin: 0.2rem 0 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.triage-preview p {
  margin-bottom: 0.8rem;
  color: rgba(255, 253, 248, 0.84);
  font-size: 0.92rem;
  line-height: 1.45;
}

.triage-preview__timeline {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.triage-preview__timeline div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0.7rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 253, 248, 0.16);
}

.triage-preview__timeline dt {
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.triage-preview__timeline dd {
  min-width: 0;
  margin: 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.35;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1.05rem;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  transition: background 170ms ease, color 170ms ease, border-color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(199, 151, 67, 0.85);
  outline-offset: 3px;
}

.btn--gold {
  box-shadow: 0 12px 28px rgba(199, 151, 67, 0.28);
}

.btn--gold:hover {
  box-shadow: 0 16px 34px rgba(199, 151, 67, 0.38);
}

.btn--gold {
  color: #111;
  background: var(--brass);
  border-color: var(--brass);
}

.btn--gold:hover {
  color: #111;
  background: #d3a858;
}

.btn--dark,
.btn--navy {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.btn--dark:hover,
.btn--navy:hover {
  color: var(--white);
  background: var(--cypress-2);
}

.btn--outline-light {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.76);
}

.btn--outline-light:hover {
  color: var(--black);
  background: var(--white);
}

.btn--ghost-light {
  color: var(--white);
  background: rgba(255, 253, 248, 0.12);
  border-color: rgba(255, 253, 248, 0.2);
}

.btn--ghost-light:hover {
  color: var(--white);
  background: rgba(255, 253, 248, 0.2);
}

.btn--outline-dark {
  color: var(--black);
  border-color: var(--black);
  background: transparent;
}

.btn--outline-dark:hover {
  color: var(--white);
  background: var(--black);
}

.btn--full {
  width: 100%;
  margin-top: 0.65rem;
}

.eyebrow {
  margin-bottom: 0.55rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.home-hero .eyebrow,
.page-hero .eyebrow,
.attorney-hero .eyebrow,
.cta-band .eyebrow {
  color: var(--brass);
}

.trust-strip {
  color: var(--white);
  background: var(--cypress-2);
  border-top: 4px solid var(--clay);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.trust-strip__grid div {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.16);
}

.trust-strip__grid strong {
  display: block;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1;
}

.trust-strip__grid span {
  color: rgba(255, 253, 248, 0.82);
  font-weight: 750;
}

.section {
  padding: 4.4rem 0;
}

.section--soft {
  background: var(--white);
}

.section--statement {
  color: var(--white);
  background: var(--black);
}

.statement-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

.statement-grid p:last-child {
  position: relative;
  margin: 0;
  padding-left: 1.4rem;
  border-left: 3px solid var(--brass);
}

.statement-grid h2 {
  color: var(--white);
  max-width: 760px;
}

.statement-grid p:last-child {
  color: rgba(255, 253, 248, 0.8);
  max-width: 640px;
  font-size: 1.05rem;
}

.start-band {
  background: var(--paper-2);
}

.start-band__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.triage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.triage-grid article,
.case-board article {
  padding: 1.15rem;
  background: var(--white);
  border: 1px solid rgba(23, 22, 20, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 22, 20, 0.08);
}

.triage-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0.8rem;
  color: var(--white);
  background: var(--clay);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
}

.triage-grid h3 {
  font-size: 1.12rem;
}

.triage-grid p,
.case-board p {
  margin-bottom: 0;
  color: var(--muted);
}

.triage-grid--wide {
  margin: 1.5rem 0 2rem;
}

.case-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.case-board article {
  border-top: 5px solid var(--cypress);
}

.case-board span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.case-board h3 {
  font-size: 1.35rem;
}

.forensic-framework-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.forensic-tile {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 1.1rem;
  background: var(--white);
  border: 1px solid rgba(23, 22, 20, 0.13);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 22, 20, 0.08);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.forensic-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(163, 71, 50, 0.32);
  box-shadow: 0 20px 44px rgba(23, 22, 20, 0.13);
}

.forensic-tile__visual {
  flex: 1 0 auto;
}

.forensic-tile p {
  margin-top: auto;
}

.forensic-tile--large {
  background: #fbf6eb;
  border-color: rgba(163, 71, 50, 0.24);
}

.forensic-tile--dark {
  color: var(--white);
  background: var(--black);
  border-color: rgba(255, 253, 248, 0.16);
}

.forensic-tile > span {
  display: inline-block;
  margin: 1rem 0 0.65rem;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.forensic-tile--dark > span {
  color: var(--brass);
}

.forensic-tile h3 {
  font-size: 1.35rem;
}

.forensic-tile p {
  margin-bottom: 0;
  color: var(--muted);
}

.forensic-tile--dark h3 {
  color: var(--white);
}

.forensic-tile--dark p {
  color: rgba(255, 253, 248, 0.78);
}

.forensic-tile__visual {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  background:
    linear-gradient(rgba(33, 72, 61, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 72, 61, 0.14) 1px, transparent 1px),
    #f4eadb;
  background-size: 22px 22px;
  border: 1px solid rgba(23, 22, 20, 0.12);
  border-radius: 8px;
}

.forensic-tile--dark .forensic-tile__visual {
  background:
    linear-gradient(rgba(255, 253, 248, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 248, 0.1) 1px, transparent 1px),
    #143329;
  border-color: rgba(255, 253, 248, 0.14);
}

.forensic-tile__visual--cutaway span {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 18px;
  border: 1px solid rgba(37, 35, 31, 0.28);
}

.forensic-tile__visual--cutaway span:nth-child(1) {
  top: 24px;
  background: rgba(255, 253, 248, 0.92);
}

.forensic-tile__visual--cutaway span:nth-child(2) {
  top: 48px;
  background: rgba(199, 151, 67, 0.5);
}

.forensic-tile__visual--cutaway span:nth-child(3) {
  top: 72px;
  background: rgba(33, 72, 61, 0.32);
}

.forensic-tile__visual--cutaway span:nth-child(4) {
  top: 27px;
  left: 58%;
  right: auto;
  width: 4px;
  height: 82px;
  background: var(--clay);
  border: 0;
}

.forensic-tile__visual--documents span {
  position: absolute;
  width: 44%;
  height: 68%;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(37, 35, 31, 0.2);
  border-radius: 6px;
  box-shadow: 0 12px 22px rgba(23, 22, 20, 0.1);
}

.forensic-tile__visual--documents span:nth-child(1) {
  left: 12%;
  top: 18%;
  transform: rotate(-3deg);
}

.forensic-tile__visual--documents span:nth-child(2) {
  left: 31%;
  top: 12%;
}

.forensic-tile__visual--documents span:nth-child(3) {
  right: 12%;
  top: 24%;
  transform: rotate(3deg);
}

.forensic-tile__visual--evidence span {
  position: absolute;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(37, 35, 31, 0.2);
  border-radius: 6px;
}

.forensic-tile__visual--evidence span:nth-child(1) {
  left: 10%;
  top: 18%;
  width: 34%;
  height: 58%;
}

.forensic-tile__visual--evidence span:nth-child(2) {
  right: 12%;
  top: 20%;
  width: 38%;
  height: 18px;
  box-shadow: 0 30px 0 rgba(255, 253, 248, 0.96), 0 60px 0 rgba(255, 253, 248, 0.96);
}

.forensic-tile__visual--evidence span:nth-child(3) {
  left: 30%;
  top: 50%;
  width: 22px;
  height: 22px;
  background: var(--clay);
  border-radius: 50%;
}

.forensic-tile__visual--deadline span {
  position: absolute;
  background: rgba(255, 253, 248, 0.16);
  border: 1px solid rgba(255, 253, 248, 0.18);
}

.forensic-tile__visual--deadline span:nth-child(1) {
  inset: 22px 18px auto;
  height: 22px;
  background: var(--brass);
}

.forensic-tile__visual--deadline span:nth-child(2) {
  left: 18px;
  right: 18px;
  top: 58px;
  height: 1px;
  box-shadow: 0 22px 0 rgba(255, 253, 248, 0.2), 0 44px 0 rgba(255, 253, 248, 0.2);
}

.forensic-tile__visual--deadline span:nth-child(3) {
  right: 24%;
  top: 76px;
  width: 30px;
  height: 30px;
  background: var(--clay);
  border-radius: 50%;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 2rem;
}

.section-heading p {
  color: var(--muted);
}

.row-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.row-heading .btn,
.row-heading .text-link {
  flex: 0 0 auto;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.card,
.matter-card,
.resource-card,
.review-card,
.bio-card,
.person-card,
.info-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 26px rgba(23, 22, 20, 0.07);
}

.authority-panel {
  border-top: 5px solid var(--clay);
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.clean-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.4rem;
  border-bottom: 1px solid var(--line);
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--cypress);
  border-radius: 50%;
}

.clean-list li + li {
  margin-top: 0;
}

.practice-card {
  overflow: hidden;
}

.practice-card__image {
  position: relative;
  display: block;
  color: var(--white);
  text-decoration: none;
  background: var(--black);
}

.practice-card__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.practice-card__image span {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--black);
  background: var(--brass);
  border-radius: 50%;
  font-weight: 950;
}

.remedy-bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.remedy-tile {
  display: grid;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(23, 22, 20, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 22, 20, 0.08);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.remedy-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(163, 71, 50, 0.3);
  box-shadow: 0 20px 44px rgba(23, 22, 20, 0.13);
}

.remedy-tile--primary {
  background: #fffaf0;
  border-color: rgba(163, 71, 50, 0.22);
}

.remedy-tile__media {
  position: relative;
  display: block;
  min-height: 170px;
  color: var(--white);
  text-decoration: none;
  background: var(--black);
}

.remedy-tile__media img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.06);
}

.remedy-tile__media span {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--black);
  background: var(--brass);
  border: 1px solid rgba(15, 17, 16, 0.18);
  border-radius: 6px;
  font-weight: 950;
}

.remedy-tile__body {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  padding: 1.15rem;
}

.remedy-tile__body h3 {
  margin-bottom: 0;
  font-size: 1.28rem;
}

.remedy-tile--primary .remedy-tile__body h3 {
  font-size: 1.7rem;
}

.remedy-tile__body h3 a {
  color: var(--ink);
  text-decoration: none;
}

.remedy-tile__body p {
  margin-bottom: 0;
  color: var(--muted);
}

.remedy-points {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.remedy-points li {
  position: relative;
  margin: 0;
  padding-left: 1.1rem;
  color: #3e3b35;
  font-size: 0.94rem;
}

.remedy-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.44rem;
  height: 0.44rem;
  background: var(--clay);
  border-radius: 2px;
}

.card__body {
  padding: 1.25rem;
}

.card__body h3 a,
.person-card h3 a,
.bio-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.text-link {
  color: var(--brick);
  font-weight: 900;
  text-underline-offset: 4px;
}

.text-link::after {
  content: " \2192";
  display: inline-block;
  transition: transform 170ms ease;
}

.text-link:hover::after {
  transform: translateX(3px);
}

.section--investigation {
  background: var(--paper);
}

.investigation-scroll {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  align-items: start;
}

.investigation-copy {
  min-width: 0;
}

.investigation-copy > p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
}

.workflow-steps {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 88%);
  gap: 0.85rem;
  margin-top: 1.35rem;
  padding: 0.2rem 0.1rem 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.workflow-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  min-width: 0;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--cypress);
  border-radius: 8px;
  scroll-snap-align: start;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.workflow-step:hover,
.workflow-step.is-active {
  background: #fffaf0;
  border-color: rgba(163, 71, 50, 0.42);
  border-left-color: var(--clay);
  box-shadow: 0 14px 34px rgba(23, 22, 20, 0.1);
}

.workflow-step:hover {
  transform: translateY(-1px);
}

.workflow-step span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--white);
  background: var(--black);
  border-radius: 6px;
  font-weight: 900;
}

.workflow-step.is-active span {
  color: #111;
  background: var(--brass);
}

.workflow-step h3,
.workflow-step p {
  margin-bottom: 0.2rem;
}

.workflow-step p {
  color: var(--muted);
}

.workflow-visual-card {
  min-width: 0;
  padding: 1rem;
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.workflow-visual-card h3 {
  color: var(--white);
  font-size: 1.5rem;
}

.workflow-visual-card p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.8);
}

.evidence-window {
  position: relative;
  min-height: 310px;
  margin-bottom: 1rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 253, 248, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 248, 0.08) 1px, transparent 1px),
    #143329;
  background-size: 28px 28px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
}

.blueprint-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 48%, rgba(199, 151, 67, 0.35) 49%, rgba(199, 151, 67, 0.35) 51%, transparent 52%),
    linear-gradient(rgba(255, 253, 248, 0.04), rgba(255, 253, 248, 0.04));
}

.evidence-sheet {
  position: absolute;
  width: 42%;
  min-height: 44%;
  padding: 1rem;
  background: rgba(255, 253, 248, 0.95);
  border: 1px solid rgba(15, 17, 16, 0.18);
  border-radius: 6px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  transition: transform 260ms ease, opacity 260ms ease;
}

.evidence-sheet span {
  display: block;
  height: 8px;
  margin-bottom: 0.58rem;
  background: rgba(37, 35, 31, 0.28);
  border-radius: 999px;
}

.evidence-sheet span:nth-child(2) {
  width: 72%;
}

.evidence-sheet span:nth-child(3) {
  width: 48%;
}

.evidence-sheet--one {
  left: 9%;
  top: 13%;
  transform: rotate(-3deg);
}

.evidence-sheet--two {
  right: 10%;
  top: 22%;
  transform: rotate(3deg);
}

.cutaway-stack {
  position: absolute;
  left: 17%;
  right: 14%;
  bottom: 13%;
  display: grid;
  gap: 7px;
  padding: 0.8rem;
  background: rgba(15, 17, 16, 0.38);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  transition: transform 260ms ease, opacity 260ms ease;
}

.cutaway-stack span {
  height: 13px;
  background: rgba(255, 253, 248, 0.82);
  border-radius: 2px;
}

.cutaway-stack span:nth-child(2) {
  background: rgba(199, 151, 67, 0.82);
}

.cutaway-stack span:nth-child(3) {
  background: rgba(163, 71, 50, 0.82);
}

.inspection-pin {
  position: absolute;
  width: 26px;
  height: 26px;
  background: var(--brass);
  border: 4px solid var(--black);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 253, 248, 0.64);
  transition: transform 260ms ease, opacity 260ms ease, background 260ms ease;
}

.inspection-pin--one {
  left: 45%;
  top: 35%;
}

.inspection-pin--two {
  left: 28%;
  bottom: 22%;
}

.inspection-pin--three {
  right: 22%;
  bottom: 31%;
}

.workflow-visual-card[data-stage="review"] .evidence-sheet--one {
  transform: translateX(18%) rotate(-1deg);
}

.workflow-visual-card[data-stage="review"] .evidence-sheet--two {
  transform: translateX(-14%) rotate(1deg);
}

.workflow-visual-card[data-stage="review"] .cutaway-stack {
  opacity: 0.62;
  transform: translateY(18px);
}

.workflow-visual-card[data-stage="review"] .inspection-pin--one,
.workflow-visual-card[data-stage="review"] .inspection-pin--three {
  background: var(--clay);
}

.workflow-visual-card[data-stage="build"] .evidence-sheet--one {
  transform: translate(8%, -4%) rotate(-6deg);
}

.workflow-visual-card[data-stage="build"] .evidence-sheet--two {
  transform: translate(-18%, 4%) rotate(5deg);
}

.workflow-visual-card[data-stage="build"] .cutaway-stack {
  transform: translateY(-18px);
}

.workflow-visual-card[data-stage="build"] .inspection-pin--one {
  transform: translate(62px, 34px);
}

.workflow-visual-card[data-stage="build"] .inspection-pin--two {
  background: var(--clay);
  transform: translate(112px, -16px);
}

.workflow-visual-card[data-stage="build"] .inspection-pin--three {
  background: var(--brass);
  transform: translate(-42px, -44px);
}

.split-section {
  background: var(--paper);
}

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.feature-image {
  width: 100%;
  min-height: 320px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.process-list {
  display: grid;
  gap: 0.85rem;
}

.process-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--cypress);
  border-radius: 8px;
}

.process-list.compact article {
  grid-template-columns: 42px 1fr;
}

.process-list span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--white);
  background: var(--black);
  border-radius: 6px;
  font-weight: 900;
}

.process-list h3,
.process-list p {
  margin-bottom: 0.2rem;
}

.team-grid,
.people-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.person-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-top: 5px solid var(--moss);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.person-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(23, 22, 20, 0.12);
}

.person-card img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
}

.person-card img,
.bio-card img,
.attorney-hero img {
  object-position: center 18%;
  filter: grayscale(0.14) saturate(0.82) contrast(1.05);
  background: linear-gradient(135deg, var(--paper-2), var(--white));
}

.person-card p,
.person-card span {
  display: block;
  margin: 0;
  color: var(--muted);
  overflow-wrap: break-word;
}

.person-card p {
  font-weight: 850;
}

.testimonial-stack {
  display: grid;
  gap: 1rem;
}

blockquote {
  margin: 0;
}

.testimonial-stack blockquote,
.review-card {
  padding: 1.35rem;
  border-left: 5px solid var(--brass);
}

.testimonial-stack blockquote {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--brass);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(23, 22, 20, 0.07);
}

.testimonial-stack .stars {
  display: block;
  margin-bottom: 0.45rem;
  letter-spacing: 0.14em;
}

.testimonial-stack p,
.review-card p {
  color: var(--charcoal);
  font-size: 1.05rem;
}

cite {
  display: block;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.fine-print,
.form-note {
  color: var(--muted);
  font-size: 0.88rem;
}

.local-band {
  background: #e4ebe5;
}

.area-card {
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--cypress);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.area-card h3 {
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
}

.area-chips li {
  margin: 0;
  padding: 0.34rem 0.7rem;
  color: var(--cypress-2);
  background: rgba(33, 72, 61, 0.08);
  border: 1px solid rgba(33, 72, 61, 0.22);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 850;
}

.area-card__meta {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.area-card__meta div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 0.6rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--line);
}

.area-card__meta dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.area-card__meta dd {
  margin: 0;
  font-weight: 800;
}

.area-card__meta a {
  color: var(--brick);
}

.cta-band {
  color: var(--white);
  background: var(--cypress-2);
}

.cta-band h2 {
  color: var(--white);
}

.cta-band p {
  color: rgba(255, 253, 248, 0.84);
}

.cta-band__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

.page-hero__inner {
  min-height: 380px;
}

.content-with-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.rich-text {
  max-width: 820px;
}

.rich-text h2 {
  margin-top: 2rem;
}

.rich-text h2:first-child {
  margin-top: 0;
}

.rich-text h3 {
  margin-top: 1.5rem;
}

.rich-text p,
.rich-text li {
  color: #3e3b35;
}

.narrow {
  max-width: 860px;
}

.info-panel {
  padding: 1.35rem;
  border-top: 5px solid var(--brass);
}

.info-panel h2 {
  font-size: 1.35rem;
}

.info-panel dl,
.mini-dl {
  margin: 0;
}

.info-panel dl div,
.mini-dl div {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.info-panel dt,
.mini-dl dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.info-panel dd,
.mini-dl dd {
  margin: 0.15rem 0 0;
}

.related-list {
  padding-left: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: border-color 170ms ease, box-shadow 170ms ease;
}

details:hover {
  border-color: rgba(163, 71, 50, 0.35);
}

details[open] {
  border-color: rgba(163, 71, 50, 0.4);
  box-shadow: 0 12px 30px rgba(23, 22, 20, 0.08);
}

summary {
  position: relative;
  cursor: pointer;
  padding: 1rem 2.6rem 1rem 1.1rem;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  transform: translateY(-50%);
  color: var(--clay);
  background: rgba(163, 71, 50, 0.09);
  border-radius: 50%;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

details[open] summary::after {
  content: "\2212";
  color: var(--white);
  background: var(--clay);
  transform: translateY(-50%);
}

details p {
  padding: 0 1.1rem 1rem;
  margin: 0;
}

.check-list {
  display: grid;
  gap: 0.85rem;
}

.check-list p {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 2.8rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.check-list p::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--cypress);
  border-radius: 2px;
}

.bio-card {
  overflow: hidden;
  border-top: 5px solid var(--moss);
}

.bio-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bio-card > div {
  padding: 1.25rem;
}

.bio-card .role {
  color: var(--cypress);
  font-weight: 900;
}

.human-detail {
  color: var(--muted);
  font-style: italic;
}

.mini-dl {
  display: grid;
  gap: 0;
  margin: 1rem 0;
}

.mini-dl div:last-child {
  border-bottom: 0;
}

.attorney-hero {
  color: var(--white);
  background: var(--black);
}

.attorney-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 4rem 0;
}

.attorney-hero img {
  width: min(100%, 420px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.link-grid a {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 900;
}

.link-grid span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.matter-card,
.resource-card,
.review-card {
  padding: 1.35rem;
}

.matter-card,
.resource-card {
  border-top: 5px solid var(--cypress);
}

.matter-card h2,
.resource-card h2 {
  font-size: 1.45rem;
}

.notice {
  padding: 1rem 1.15rem;
  background: #fff4df;
  border: 1px solid #e3c178;
  border-left: 5px solid var(--brass);
  border-radius: 8px;
}

.stars {
  color: var(--brass-dark);
  font-weight: 900;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.contact-form {
  padding: 1.35rem;
  border-top: 5px solid var(--clay);
}

.contact-form h2 {
  margin-bottom: 1rem;
}

.contact-form button {
  margin-top: 1rem;
}

.contact-details {
  display: grid;
  gap: 1rem;
}

.contact-visual {
  width: 100%;
  min-height: 220px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.large-phone {
  display: inline-block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-decoration: none;
}

.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: none;
  grid-template-columns: 1fr 1.35fr;
  gap: 0.55rem;
  padding: 0.6rem calc(0.75rem + env(safe-area-inset-right)) calc(0.6rem + env(safe-area-inset-bottom)) calc(0.75rem + env(safe-area-inset-left));
  background: rgba(15, 17, 16, 0.96);
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  backdrop-filter: blur(14px);
}

.mobile-cta-bar a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
}

.mobile-cta-bar a:first-child {
  color: var(--white);
  border: 2px solid rgba(255, 253, 248, 0.5);
}

.mobile-cta-bar a:last-child {
  color: #111;
  background: var(--brass);
  border: 2px solid var(--brass);
}

@media (max-width: 680px) {
  .mobile-cta-bar {
    display: grid;
  }

  body:has(.mobile-cta-bar) {
    padding-bottom: 76px;
  }
}

.site-footer {
  padding: 3rem 0 1.4rem;
  color: rgba(255, 253, 248, 0.82);
  background: var(--black);
}

.site-footer h2 {
  color: var(--white);
  font-size: 1rem;
}

.site-footer a {
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li + li {
  margin-top: 0.55rem;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 253, 248, 0.16);
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.86rem;
}

@media (min-width: 680px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  .home-hero__inner {
    padding: 6.4rem 0;
  }

  .home-hero h1,
  .page-hero h1,
  .attorney-hero h1 {
    font-size: 3.6rem;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .trust-strip__grid div {
    padding: 1.3rem 1rem;
    border-right: 1px solid rgba(255, 253, 248, 0.16);
  }

  .card-grid.two,
  .card-grid.three,
  .card-grid.four,
  .team-grid,
  .people-grid,
  .triage-grid,
  .case-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .forensic-framework-grid,
  .remedy-bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forensic-tile--large,
  .forensic-tile--dark,
  .remedy-tile--primary {
    grid-column: span 2;
  }

  .forensic-tile--dark {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 1.15rem;
    align-content: start;
  }

  .forensic-tile--dark .forensic-tile__visual {
    grid-row: 1 / span 3;
    height: 100%;
    min-height: 150px;
  }

  .forensic-tile--dark > span {
    margin-top: 0;
  }

  .bio-card {
    display: grid;
    grid-template-columns: 196px 1fr;
  }

  .bio-card img {
    height: 100%;
    aspect-ratio: auto;
  }

  .link-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 980px) {
  .nav-toggle {
    display: none;
  }

  .primary-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
    max-height: none;
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
    backdrop-filter: none;
  }

  .primary-nav a {
    min-height: 0;
    font-size: 0.78rem;
    padding: 0.55rem 0.38rem;
    border: 0;
    border-radius: 6px;
  }

  .primary-nav a:hover,
  .primary-nav a[aria-current="page"] {
    transform: none;
  }

  .primary-nav .nav-cta {
    min-height: 0;
    margin-top: 0;
    box-shadow: none;
  }

  .home-hero__inner {
    min-height: 640px;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 470px);
    gap: 4rem;
  }

  .page-hero__inner {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .home-hero h1,
  .page-hero h1,
  .attorney-hero h1 {
    font-size: 3.85rem;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .statement-grid {
    grid-template-columns: 1fr 0.78fr;
  }

  .split,
  .content-with-sidebar,
  .contact-grid,
  .cta-band__inner {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .start-band__grid {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .triage-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .triage-grid--wide {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-board {
    grid-template-columns: repeat(4, 1fr);
  }

  .forensic-framework-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
  }

  .forensic-tile--large {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .forensic-tile--large .forensic-tile__visual {
    min-height: 230px;
  }

  .forensic-tile--dark {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .remedy-bento-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .remedy-tile--primary {
    grid-column: span 2;
    grid-row: span 2;
  }

  .remedy-tile--primary .remedy-tile__media {
    min-height: 260px;
  }

  .remedy-tile:not(.remedy-tile--primary) {
    grid-template-rows: auto 1fr;
  }

  .investigation-scroll {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    gap: 3rem;
  }

  .workflow-steps {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .workflow-step {
    min-height: 142px;
  }

  .workflow-visual-card {
    position: sticky;
    top: 125px;
  }

  .split {
    gap: 3rem;
  }

  .content-with-sidebar {
    gap: 3rem;
  }

  .info-panel {
    position: sticky;
    top: 120px;
  }

  .card-grid.three {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-grid.four {
    grid-template-columns: repeat(4, 1fr);
  }

  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .attorney-hero__inner {
    grid-template-columns: 420px 1fr;
    padding: 5.5rem 0;
  }

  .footer-grid {
    grid-template-columns: 1.25fr 0.8fr 1.1fr 0.7fr;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1160px) {
  .primary-nav a {
    font-size: 0.82rem;
    padding: 0.55rem 0.52rem;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15.5px;
  }

  .container {
    width: min(calc(100% - 28px), 1200px);
  }

  .topbar__inner {
    min-height: 30px;
    padding: 0.28rem 0;
  }

  .topbar span {
    font-size: 0;
  }

  .topbar span::before {
    content: "Urgent property dispute?";
    font-size: 0.82rem;
    font-weight: 850;
  }

  .topbar a {
    font-size: 0.82rem;
  }

  .nav-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    min-height: 64px;
  }

  .brand {
    gap: 0.58rem;
    min-width: 0;
  }

  .brand__mark {
    width: 38px;
    height: 38px;
    font-size: 0.74rem;
  }

  .brand strong {
    max-width: 12.5rem;
    font-size: 0.96rem;
  }

  .brand small {
    display: none;
  }

  .nav-toggle {
    width: 46px;
    height: 46px;
  }

  .nav-toggle span:not(.sr-only) {
    left: 13px;
  }

  .primary-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    max-height: calc(100dvh - 112px);
    padding: 0.7rem;
    border-radius: 20px;
  }

  .primary-nav a {
    justify-content: center;
    min-height: 54px;
    padding: 0.7rem 0.55rem;
    text-align: center;
    background: rgba(246, 241, 232, 0.76);
    border-color: rgba(216, 208, 195, 0.82);
    font-size: 0.86rem;
    line-height: 1.15;
  }

  .primary-nav a:hover,
  .primary-nav a[aria-current="page"] {
    transform: translateY(-1px);
  }

  .primary-nav .nav-cta {
    grid-column: 1 / -1;
    min-height: 54px;
    margin-top: 0.15rem;
  }

  .home-hero::after,
  .page-hero::after {
    background:
      linear-gradient(180deg, rgba(15, 17, 16, 0.56), rgba(15, 17, 16, 0.84)),
      linear-gradient(90deg, rgba(15, 17, 16, 0.82), rgba(15, 17, 16, 0.38));
  }

  .hero-bg-image {
    object-position: 58% center;
  }

  .home-hero__inner,
  .page-hero__inner {
    gap: 1rem;
    padding: 3.05rem 0 1.4rem;
  }

  .home-hero h1,
  .page-hero h1,
  .attorney-hero h1 {
    font-size: 2.04rem;
    line-height: 1.06;
  }

  .home-hero .eyebrow,
  .page-hero .eyebrow {
    max-width: 310px;
    font-size: 0.72rem;
  }

  .hero-copy,
  .page-hero p,
  .attorney-hero p {
    font-size: 1rem;
    line-height: 1.52;
  }

  .matter-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1.15rem;
  }

  .matter-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 40px;
    padding: 0.42rem 0.52rem;
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .home-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-top: 1.25rem;
  }

  .page-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-top: 1.25rem;
  }

  .home-hero .hero-actions .btn:first-child {
    grid-column: auto;
  }

  .home-hero .hero-actions .btn,
  .page-hero .hero-actions .btn {
    min-height: 50px;
    padding: 0.72rem 0.64rem;
    font-size: 0.92rem;
  }

  .home-hero .hero-proof-card {
    display: none;
  }

  .hero-secondary-routes {
    justify-content: flex-start;
    font-size: 0.88rem;
    min-width: 0;
    max-width: 100%;
  }

  .hero-intake-tool {
    width: 100%;
    min-width: 0;
    padding: 0.85rem;
  }

  .hero-intake-tool__header h2 {
    font-size: 1.22rem;
  }

  .triage-chip-group {
    grid-template-columns: 1fr;
  }

  .triage-preview__timeline div {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .triage-preview__timeline dd {
    overflow-wrap: anywhere;
  }

  .page-hero__meta {
    max-width: none;
    padding: 0.95rem;
  }

  .page-hero__meta strong {
    font-size: 1.12rem;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip__grid div {
    padding: 0.95rem 0.85rem;
    border-right: 1px solid rgba(255, 253, 248, 0.16);
  }

  .trust-strip__grid strong {
    font-size: 1.45rem;
  }

  .trust-strip__grid span {
    display: block;
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .section {
    padding: 3.1rem 0;
  }

  .people-grid {
    gap: 0.9rem;
  }

  .bio-card {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 0.8rem;
    border-left: 5px solid var(--moss);
    border-top-width: 1px;
  }

  .bio-card img {
    width: 108px;
    height: 136px;
    aspect-ratio: auto;
    border-radius: 8px;
  }

  .bio-card > div {
    min-width: 0;
    padding: 0;
  }

  .bio-card h3 {
    margin-bottom: 0.28rem;
    font-size: 1.18rem;
    line-height: 1.05;
  }

  .bio-card .eyebrow {
    margin-bottom: 0.28rem;
    font-size: 0.68rem;
  }

  .bio-card .role {
    margin-bottom: 0.48rem;
    font-size: 0.92rem;
    line-height: 1.25;
  }

  .bio-card > div > p:not(.eyebrow):not(.role):not(.human-detail) {
    margin-bottom: 0;
    color: var(--charcoal);
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .bio-card .mini-dl,
  .bio-card .human-detail {
    display: none;
  }

  .statement-grid h2,
  .section-heading h2,
  .split h2,
  .rich-text h2 {
    font-size: 1.72rem;
    line-height: 1.12;
  }

  .triage-grid article,
  .case-board article,
  .card,
  .matter-card,
  .resource-card,
  .review-card,
  .bio-card,
  .person-card,
  .info-panel,
  .contact-form {
    border-radius: 10px;
  }

  .case-board {
    gap: 0.78rem;
  }

  .forensic-framework-grid,
  .remedy-bento-grid {
    gap: 0.85rem;
  }

  .forensic-tile__visual {
    min-height: 118px;
  }

  .remedy-tile__media,
  .remedy-tile__media img {
    min-height: 150px;
  }

  .workflow-steps {
    margin-right: -14px;
    padding-right: 14px;
  }

  .workflow-visual-card {
    padding: 0.85rem;
  }

  .evidence-window {
    min-height: 240px;
  }

  .practice-card__image img {
    aspect-ratio: 16 / 9;
  }

  .feature-image,
  .contact-visual {
    min-height: 220px;
  }

  .row-heading {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .topbar__inner {
    align-items: center;
    flex-direction: row;
    gap: 0.6rem;
    justify-content: space-between;
  }

  .brand strong {
    max-width: 11.4rem;
    font-size: 0.94rem;
  }

  .brand small {
    display: none;
  }

  .home-hero h1,
  .page-hero h1,
  .attorney-hero h1 {
    font-size: 1.86rem;
    line-height: 1.08;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .person-card {
    grid-template-columns: 76px 1fr;
  }

  .person-card img {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 24px, 1200px);
  }

  .brand {
    gap: 0.45rem;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
    font-size: 0.66rem;
  }

  .brand strong {
    max-width: 9.6rem;
    font-size: 0.84rem;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }
}
