:root {
  --ink: #071428;
  --blue: #143766;
  --blue-deep: #0b2447;
  --yellow: #f5b324;
  --yellow-dark: #a66c00;
  --teal: #2aa39a;
  --paper: #f4f6fa;
  --paper-strong: #eef2f7;
  --blue-soft: #f8fbff;
  --white: #ffffff;
  --muted: #5d6470;
  --line: #dce3ec;
  --line-strong: #c8d3e0;
  --shadow: 0 20px 45px rgba(7, 20, 40, 0.14);
}

/* Homepage team gallery refresh */
.team-section {
  background: var(--white);
  color: var(--ink);
}

.team-section::before {
  background: var(--yellow);
}

.team-gallery-intro {
  max-width: 940px;
}

.team-gallery-intro .eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--teal);
  background: transparent;


}

.team-gallery-intro h2 {
  max-width: 850px;
  color: var(--blue-deep);
  font-size: clamp(2.3rem, 4.6vw, 4.5rem);
}

.team-gallery-intro p {
  max-width: 960px;
  margin: 1.15rem 0 0;
  color: #262b3a;
  font-size: clamp(1.05rem, 1.5vw, 1.26rem);
  line-height: 1.52;
}

.team-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.8rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.team-profile-card {
  min-width: 0;


/* Legal resource article rhythm */
.article-body-focused {
  gap: 1rem;
}

.article-body-focused > p {
  margin: 0;
}

.article-body-focused > h2 {
  margin: 1.5rem 0 0.25rem;
}

.article-body-focused > h2:first-child {
  margin-top: 0;
}

.article-body-focused > blockquote {
  margin: 0.25rem 0;
}
}

.team-photo {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border-bottom: 5px solid transparent;
  background: #e8edf2;
  transition: border-color 160ms ease, transform 160ms ease;
}

.team-profile-card:hover .team-photo {
  border-bottom-color: var(--yellow);
  transform: translateY(-2px);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 17%;
}

.team-photo-placeholder {
  isolation: isolate;
  color: var(--blue-deep);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(42, 163, 154, 0.2), rgba(245, 179, 36, 0.24)),
    linear-gradient(145deg, #f7f9fb 0%, #dfe7ef 100%);
}

.team-photo-placeholder::before {
  content: "CSL";
  position: absolute;
  inset: auto -0.2rem -2.4rem auto;
  z-index: -1;
  color: rgba(20, 55, 102, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 8vw, 7.2rem);
  font-weight: 800;
  line-height: 1;
}

.team-photo-placeholder span {
  display: grid;
  width: clamp(4.2rem, 8vw, 5.6rem);
  height: clamp(4.2rem, 8vw, 5.6rem);
  place-items: center;
  border: 2px solid rgba(20, 55, 102, 0.18);
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0;
}

.team-profile-role {
  margin: 1rem 0 0.25rem;
  color: var(--teal);
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  font-weight: 700;
  line-height: 1.2;
}

.team-profile-card h3 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(1.08rem, 1.65vw, 1.42rem);
  line-height: 1.14;
}

.team-profile-note {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .team-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .team-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-gallery-intro h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 520px) {
  .team-gallery-grid {
    grid-template-columns: 1fr;
  }

  .team-photo {
    aspect-ratio: 4 / 3;
  }
}

/* Current homepage polish: stable grids, attorney-reviewed form, no horizontal rails. */
.hero-proof-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.hero-proof-rail a {
  min-width: 0;
}

.source-mark-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.home-review-strip {
  margin-bottom: clamp(2.4rem, 5vw, 3.6rem);
}

.case-review-picker {
  margin-top: 0;
}

.case-review-picker nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.picker-issue-column {
  display: grid;
  gap: 0.55rem;
}

.conversation-card-team {
  grid-template-columns: 122px minmax(0, 1fr);
}

.conversation-avatars {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
}

.conversation-avatars img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  object-position: 50% 18%;
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(7, 20, 40, 0.16);
}

.conversation-avatars img + img {
  margin-left: -1rem;
}

.form-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  min-height: auto;
  padding: 1rem;
}

.form-intro-copy {
  display: grid;
  gap: 0.25rem;
  align-content: center;
  min-height: 100%;
}

.form-intro-copy > span {
  color: var(--yellow-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-intro-copy > strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.form-intro-copy p {
  margin: 0;
  color: var(--muted);
}

.form-team-avatars {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
  justify-content: flex-end;
}

.form-attorney-card {
  width: 86px;
  display: grid;
  justify-items: center;
  gap: 0.38rem;
  margin: 0;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.form-attorney-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 10px;
}

.form-attorney-card figcaption {
  display: grid;
  gap: 0.08rem;
  text-align: center;
}

.form-attorney-card figcaption strong {
  color: var(--blue-deep);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.form-attorney-card figcaption span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero-proof-rail,
  .source-mark-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .case-review-picker {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-proof-rail {
    width: calc(100% - 1.5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof-rail a {
    min-height: 84px;
    padding: 0.78rem;
  }

  .hero-proof-rail strong {
    font-size: 0.98rem;
  }

  .source-mark-rail,
  .case-review-picker nav {
    grid-template-columns: 1fr;
  }

  .case-review-picker {
    margin-top: 0;
  }

  .conversation-card-team {
    grid-template-columns: 1fr;
  }

  .conversation-avatars {
    justify-content: flex-start;
  }

  .form-intro {
    grid-template-columns: 1fr;
    padding: 0.9rem;
  }

  .form-team-avatars {
    justify-content: flex-start;
  }
}

/* Current homepage polish: stable grids, attorney-reviewed form, no horizontal rails. */
.hero-proof-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.hero-proof-rail a {
  min-width: 0;
}

.source-mark-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.home-review-strip {
  margin-bottom: clamp(2.4rem, 5vw, 3.6rem);
}

.case-review-picker {
  margin-top: 0;
}

.case-review-picker nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.picker-issue-column {
  display: grid;
  gap: 0.55rem;
}

.conversation-card-team {
  grid-template-columns: 122px minmax(0, 1fr);
}

.conversation-avatars {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
}

.conversation-avatars img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  object-position: 50% 18%;
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(7, 20, 40, 0.16);
}

.conversation-avatars img + img {
  margin-left: -1rem;
}

.form-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  min-height: auto;
  padding: 1rem;
}

.form-intro-copy {
  display: grid;
  gap: 0.25rem;
  align-content: center;
  min-height: 100%;
}

.form-intro-copy > span {
  color: var(--yellow-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-intro-copy > strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.form-intro-copy p {
  margin: 0;
  color: var(--muted);
}

.form-team-avatars {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
  justify-content: flex-end;
}

.form-attorney-card {
  width: 86px;
  display: grid;
  justify-items: center;
  gap: 0.38rem;
  margin: 0;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.form-attorney-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 10px;
}

.form-attorney-card figcaption {
  display: grid;
  gap: 0.08rem;
  text-align: center;
}

.form-attorney-card figcaption strong {
  color: var(--blue-deep);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.form-attorney-card figcaption span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero-proof-rail,
  .source-mark-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .case-review-picker {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-proof-rail {
    width: calc(100% - 1.5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof-rail a {
    min-height: 84px;
    padding: 0.78rem;
  }

  .hero-proof-rail strong {
    font-size: 0.98rem;
  }

  .source-mark-rail,
  .case-review-picker nav {
    grid-template-columns: 1fr;
  }

  .case-review-picker {
    margin-top: 0;
  }

  .conversation-card-team {
    grid-template-columns: 1fr;
  }

  .conversation-avatars {
    justify-content: flex-start;
  }

  .form-intro {
    grid-template-columns: 1fr;
    padding: 0.9rem;
  }

  .form-team-avatars {
    justify-content: flex-start;
  }
}

/* Current homepage polish: stable grids, attorney-reviewed form, no horizontal rails. */
.hero-proof-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.hero-proof-rail a {
  min-width: 0;
}

.source-mark-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.home-review-strip {
  margin-bottom: clamp(2.4rem, 5vw, 3.6rem);
}

.case-review-picker {
  margin-top: 0;
}

.case-review-picker nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.picker-issue-column {
  display: grid;
  gap: 0.55rem;
}

.conversation-card-team {
  grid-template-columns: 122px minmax(0, 1fr);
}

.conversation-avatars {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
}

.conversation-avatars img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  object-position: 50% 18%;
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(7, 20, 40, 0.16);
}

.conversation-avatars img + img {
  margin-left: -1rem;
}

.form-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  min-height: auto;
  padding: 1rem;
}

.form-intro-copy {
  display: grid;
  gap: 0.25rem;
  align-content: center;
  min-height: 100%;
}

.form-intro-copy > span {
  color: var(--yellow-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-intro-copy > strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.form-intro-copy p {
  margin: 0;
  color: var(--muted);
}

.form-team-avatars {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
  justify-content: flex-end;
}

.form-attorney-card {
  width: 86px;
  display: grid;
  justify-items: center;
  gap: 0.38rem;
  margin: 0;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.form-attorney-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 10px;
}

.form-attorney-card figcaption {
  display: grid;
  gap: 0.08rem;
  text-align: center;
}

.form-attorney-card figcaption strong {
  color: var(--blue-deep);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.form-attorney-card figcaption span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero-proof-rail,
  .source-mark-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .case-review-picker {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-proof-rail {
    width: calc(100% - 1.5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof-rail a {
    min-height: 84px;
    padding: 0.78rem;
  }

  .hero-proof-rail strong {
    font-size: 0.98rem;
  }

  .source-mark-rail,
  .case-review-picker nav {
    grid-template-columns: 1fr;
  }

  .case-review-picker {
    margin-top: 0;
  }

  .conversation-card-team {
    grid-template-columns: 1fr;
  }

  .conversation-avatars {
    justify-content: flex-start;
  }

  .form-intro {
    grid-template-columns: 1fr;
    padding: 0.9rem;
  }

  .form-team-avatars {
    justify-content: flex-start;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Poppins, Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 1rem;
}

.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: 100;
  background: var(--white);
  border-bottom: 1px solid var(--line-strong);
  box-shadow: 0 8px 24px rgba(7, 20, 40, 0.08);
}

.ad-disclaimer {
  min-height: 24px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.contact-tile {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.75rem 1rem;
  color: var(--blue-deep);
  background: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.contact-tile-primary {
  color: var(--white);
  background: var(--blue);
}

.contact-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 4px;
  font-size: 1rem;
}

.nav-shell {
  width: min(100% - 4rem, 1840px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  margin: 0 auto;
  gap: clamp(1.2rem, 3vw, 3rem);
  padding: 1.55rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  grid-column: 1;
}

.brand-picture {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 248px;
  max-width: 28vw;
  height: auto;
}

.site-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.2vw, 2.2rem);
  color: var(--blue-deep);
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  font-weight: 800;
  text-transform: none;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--yellow-dark);
}

.header-phone {
  grid-column: 3;
  justify-self: end;
  color: var(--blue-deep);
  font-size: clamp(1.8rem, 4.4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone:hover {
  color: var(--yellow-dark);
}

.nav-toggle {
  grid-column: 4;
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue-deep);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  min-height: 690px;
  overflow: hidden;
  background: var(--white);
}

.hero-media {
  height: 690px;
  min-height: 690px;
  background: var(--white);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}

.hero-panel {
  display: grid;
  align-content: center;
  min-height: 690px;
  padding: 5rem clamp(1.5rem, 5vw, 5rem);
  color: var(--ink);
  background: var(--white);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--yellow-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.05;
}

.hero h1 {
  max-width: 680px;
  color: var(--blue-deep);
  font-size: 4rem;
}

.hero-panel p:not(.eyebrow) {
  max-width: 620px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.13rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.05rem;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--blue-deep);
  background: var(--yellow);
}

.button-secondary {
  color: var(--blue-deep);
  border-color: var(--blue-deep);
  background: transparent;
}

.hero-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem 1.25rem;
  color: var(--blue-deep);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.hero-ribbon strong {
  color: var(--yellow-dark);
}

.hero-variant-compact .hero {
  grid-template-columns: minmax(0, 0.84fr) minmax(340px, 0.7fr);
  min-height: 520px;
}

.hero-variant-compact .hero-media {
  height: 520px;
  min-height: 520px;
}

.hero-variant-compact .hero-media img {
  object-position: 50% 18%;
}

.hero-variant-compact .hero-panel {
  min-height: 520px;
  padding: 3.25rem clamp(1.5rem, 4vw, 4rem) 4.5rem;
}

.hero-variant-compact .hero h1 {
  font-size: 3.25rem;
}

.hero-variant-band .hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
}

.hero-variant-band .hero-media {
  height: 390px;
  min-height: 390px;
}

.hero-variant-band .hero-media img {
  object-position: 50% 20%;
}

.hero-variant-band .hero-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 0.65fr);
  gap: 0.8rem 2rem;
  max-width: 1180px;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  min-height: auto;
  order: 3;
  padding: 1.6rem 0 1.85rem;
}

.hero-variant-band .hero h1 {
  max-width: 860px;
  grid-row: 2 / span 2;
  font-size: 2.85rem;
}

.hero-variant-band .hero-panel p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 0;
}

.hero-variant-band .hero-actions {
  margin-top: 0.7rem;
}

.hero-variant-band .eyebrow {
  grid-column: 1 / -1;
}

.hero-variant-band .hero-ribbon {
  position: static;
  order: 2;
  color: var(--white);
  background: var(--blue);
  border: 0;
}

.hero-variant-band .hero-ribbon strong {
  color: var(--yellow);
}

.hero-variant-portrait .hero {
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 0.78fr);
  min-height: 500px;
}

.hero-variant-portrait .hero-panel {
  order: 1;
  min-height: 500px;
  padding: 3rem clamp(1.5rem, 5vw, 5rem) 4.25rem;
}

.hero-variant-portrait .hero-media {
  order: 2;
  height: 500px;
  min-height: 500px;
}

.hero-variant-portrait .hero-media img {
  object-position: 50% 17%;
}

.hero-variant-portrait .hero h1 {
  font-size: 3.15rem;
}

.editorial-hero {
  padding: clamp(2rem, 4vw, 4rem) 0 1.5rem;
  overflow: hidden;
  background: var(--white);
  border-bottom: 1px solid var(--line-strong);
}

.editorial-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(340px, 0.42fr);
  gap: clamp(2rem, 5vw, 4.8rem);
  align-items: start;
}

.editorial-copy {
  padding-top: clamp(0.4rem, 2vw, 1.5rem);
}

.editorial-kicker {
  display: inline-block;
  position: relative;
  margin: 0 0 0.75rem;
  padding-bottom: 0.28rem;
  color: #262838;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 132px;
  height: 3px;
  background: var(--yellow);
}

.editorial-copy h1 {
  max-width: 900px;
  margin: 0;
  color: #03050a;
  font-family: Poppins, Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3.15rem, 6.1vw, 6rem);
  font-weight: 900;
  line-height: 0.96;
}

.hero-invite-line {
  display: inline-block;
  position: relative;
  margin: 0.65rem 0 0;
  color: #d5a821;
  font-size: clamp(2.35rem, 4.9vw, 4.9rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.hero-invite-line::after {
  content: "";
  position: absolute;
  left: 0.08em;
  right: 0.08em;
  bottom: 0.03em;
  z-index: -1;
  height: 0.16em;
  background: rgba(245, 179, 36, 0.2);
}

.editorial-subhead {
  max-width: 780px;
  margin: 1.45rem 0 0;
  color: #242839;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.48;
}

.editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
  margin-top: 1.8rem;
}

.editorial-portrait {
  position: relative;
  align-self: start;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #eef1f1;
  box-shadow: 0 18px 45px rgba(7, 20, 40, 0.14);
}

.editorial-portrait img {
  display: block;
  width: 100%;
  height: clamp(430px, 42vw, 560px);
  object-fit: cover;
  object-position: 50% 18%;
}

.editorial-portrait figcaption {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.15rem;
  color: var(--white);
  background: var(--blue-deep);
}

.editorial-portrait figcaption span {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-portrait figcaption strong {
  max-width: 360px;
  font-size: 1rem;
  line-height: 1.25;
}

.hero-proof-rail {
  width: min(1180px, calc(100% - 2.5rem));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  margin: clamp(2rem, 4vw, 4rem) auto 0;
  overflow: visible;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: var(--white);
}

.hero-proof-rail a {
  min-width: 0;
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 0.18rem;
  padding: 0.85rem 1rem;
  color: inherit;
  text-decoration: none;
  border-left: 1px solid var(--line);
}

.hero-proof-rail a:last-child {
  border-right: 1px solid var(--line);
}

.hero-proof-rail a:hover {
  background: var(--blue-soft);
}

.hero-proof-rail span {
  color: var(--yellow-dark);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-proof-rail strong {
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.08;
}

.home-media-proof {
  display: grid;
  gap: 1rem;
  margin-top: 1.55rem;
  padding-bottom: clamp(1.65rem, 3vw, 2.35rem);
  border-bottom: 1px solid var(--line);
}

.home-media-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem 1.5rem;
  align-items: end;
}

.home-media-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.home-media-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.04;
}

.source-mark-shell,
.source-mark-rail-home {
  padding: clamp(0.85rem, 2vw, 1.25rem);
  border: 1px solid #cdd3dc;
  border-radius: 18px;
  background: #eef1f5;
  box-shadow: 0 12px 28px rgba(7, 20, 40, 0.08);
}

.source-mark-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.4rem);
  align-items: center;
}

.source-mark {
  min-height: 178px;
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 1rem;
  color: #050505;
  text-align: left;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #d7dde5;
  border-top: 5px solid #2f3948;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.source-mark:hover {
  transform: translateY(-1px);
  border-color: var(--yellow);
  background: var(--white);
}

.source-mark span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  color: #4a5260;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(213, 168, 33, 0.9);
}

.source-mark .media-icon {
  display: grid;
  width: clamp(2.75rem, 4.3vw, 3.35rem);
  height: clamp(2.75rem, 4.3vw, 3.35rem);
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(7, 20, 40, 0.18);
  border-radius: 50%;
  color: var(--white);
  background: #111827;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.source-mark-notable .media-icon {
  color: var(--ink);
  border-color: rgba(166, 108, 0, 0.3);
  background: var(--yellow);
}

.source-mark strong {
  display: block;
  color: inherit;
  margin-top: 0;
  font-family: inherit;
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  font-weight: 900;
  letter-spacing: 0;
}

.source-mark small {
  display: block;
  max-width: 15rem;
  margin: 0;
  color: #5f5f5f;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.source-mark-notable {
  color: #111827;
  border-color: rgba(7, 20, 40, 0.18);
  border-top-color: var(--yellow-dark);
  background: #f7f2df;
}

.source-mark-notable small {
  color: #555d68;
}

.media-proof-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.2rem;
}

.media-proof-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.62rem 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--white);
}

.media-use-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.media-use-note-centered {
  max-width: 820px;
  margin: 1rem auto 0;
  text-align: center;
}

.home-review-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(2.75rem, 5vw, 4.25rem);
  border: 1px solid var(--line-strong);
  background: var(--white);
}

.home-review-strip article {
  display: grid;
  align-content: start;
  gap: 0.4rem;
  min-height: 142px;
  padding: 1.1rem 1.2rem;
  border-right: 1px solid var(--line-strong);
}

.home-review-strip article:last-child {
  border-right: 0;
}

.home-review-strip span {
  color: var(--yellow-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-review-strip p {
  margin: 0;
  color: #151922;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.12;
}

.home-review-strip strong {
  color: var(--muted);
  font-size: 0.88rem;
}

.review-link {
  align-self: end;
  justify-self: start;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
}

.review-link:hover {
  color: var(--yellow-dark);
}

.case-review-picker {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.7rem);
  align-items: stretch;
  margin-top: clamp(3.4rem, 6vw, 5rem);
  padding: 1.1rem;
  color: var(--white);
  background: var(--blue-deep);
  border-radius: 6px;
}

.picker-kicker {
  margin: 0 0 0.25rem;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-review-picker h2 {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.02;
}

.picker-note {
  max-width: 270px;
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
}

.case-review-picker nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.picker-issue-column {
  display: grid;
  gap: 0.55rem;
}

.case-review-picker a {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.16;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.case-review-picker a:hover {
  color: var(--blue-deep);
  background: var(--yellow);
  border-color: var(--yellow);
}

.home-map-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.25rem;
  border: 1px solid var(--blue-deep);
  border-radius: 6px;
  overflow: hidden;
  background: var(--blue-deep);
}

.home-map-strip a {
  min-height: 118px;
  display: grid;
  align-content: start;
  gap: 0.18rem;
  padding: 1rem;
  color: var(--white);
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.home-map-strip a:last-child {
  border-right: 0;
}

.home-map-strip a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.home-map-strip span {
  color: var(--yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.home-map-strip strong {
  color: var(--white);
  font-size: 1.06rem;
  line-height: 1.2;
}

.home-map-strip small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.38;
}

.home-focus-hero {
  padding: 2.8rem 0 3.2rem;
  background:
    linear-gradient(90deg, rgba(20, 55, 102, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 55, 102, 0.05) 1px, transparent 1px),
    var(--white);
  background-size: 44px 44px;
  border-bottom: 1px solid var(--line-strong);
}

.home-focus-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.5fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: stretch;
}

.contact-first-panel,
.casey-feature-card,
.casey-media-panel {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(7, 20, 40, 0.1);
}

.contact-first-panel {
  display: grid;
  align-content: center;
  padding: clamp(1.4rem, 4vw, 3rem);
  border-top: 8px solid var(--yellow);
}

.contact-first-panel h1 {
  max-width: 820px;
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 800;
  line-height: 0.98;
}

.contact-first-panel > p:not(.eyebrow) {
  max-width: 760px;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.quick-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.quick-contact {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid var(--line-strong);
  border-left: 6px solid var(--yellow);
  border-radius: 4px;
  color: inherit;
  background: var(--blue-soft);
  text-decoration: none;
}

.quick-contact-primary {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  border-left-color: var(--yellow);
}

.quick-contact span {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-contact strong {
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.availability-note {
  margin: 1rem 0 0;
  color: var(--blue-deep);
  font-size: 0.95rem;
  font-weight: 800;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.45rem;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  overflow: hidden;
  background: var(--white);
}

.home-route-grid a {
  min-height: 124px;
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--line-strong);
}

.home-route-grid a:last-child {
  border-right: 0;
}

.home-route-grid a:hover {
  background: var(--blue-soft);
}

.home-route-grid span {
  color: var(--yellow-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-route-grid strong {
  color: var(--blue-deep);
  font-size: 0.98rem;
  line-height: 1.25;
}

.casey-feature-card {
  display: grid;
  overflow: hidden;
  border-top: 8px solid var(--blue);
}

.casey-feature-card img {
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  object-position: 50% 18%;
}

.casey-feature-copy {
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem;
}

.casey-feature-copy h2 {
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.casey-focus-section {
  background: #f5f6f2;
}

.casey-focus-section::before {
  background: var(--yellow);
}

.casey-focus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}

.casey-focus-copy > p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.05rem;
}

.casey-story-text {
  max-width: 980px;
  display: grid;
  gap: 1rem;
  margin-top: 1.1rem;
}

.casey-story-text p {
  max-width: 900px;
  margin: 0;
  color: #333a46;
  font-size: clamp(1.06rem, 1.55vw, 1.24rem);
  line-height: 1.58;
}

.casey-story-text p:first-child {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 800;
  line-height: 1.22;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.3rem;
  border: 1px solid var(--line-strong);
  background: var(--white);
}

.credential-grid article {
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 1rem;
  border: 0;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
}

.credential-grid article:nth-child(3n) {
  border-right: 0;
}

.credential-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.credential-grid span,
.casey-media-panel .media-mini-card span {
  color: var(--yellow-dark);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.credential-grid strong,
.casey-media-panel .media-mini-card strong {
  color: var(--blue-deep);
  line-height: 1.24;
}

.casey-media-panel {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem;
  border-top: 8px solid var(--yellow);
  border-color: var(--blue-deep);
  color: var(--white);
  background: var(--blue-deep);
}

.casey-media-panel h3 {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.08;
}

.casey-media-panel .eyebrow {
  background: rgba(255, 255, 255, 0.1);
  color: var(--yellow);
}

.casey-media-panel .media-mini-card {
  border-color: rgba(255, 255, 255, 0.18);
}

.casey-media-panel .media-mini-card span {
  color: var(--yellow);
}

.casey-media-panel .media-mini-card strong {
  color: rgba(255, 255, 255, 0.9);
}

.casey-media-panel .media-mini-card:hover strong {
  color: var(--yellow);
}

.casey-media-panel .button {
  justify-self: start;
  color: var(--white);
  border-color: var(--yellow);
}

.casey-media-panel .fine-print {
  color: rgba(255, 255, 255, 0.68);
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(420px, 0.82fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}

.support-layout h2 {
  max-width: 780px;
  color: var(--white);
}

.support-points {
  display: grid;
  gap: 0.75rem;
}

.support-points span {
  display: block;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 6px solid var(--yellow);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.team-intro p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.team-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.team-quick-grid article {
  min-height: 142px;
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding: 1.1rem 1rem 1.1rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.team-quick-grid article:nth-child(2n + 1) {
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.team-quick-grid article:first-child {
  grid-column: 1 / -1;
  min-height: 132px;
  padding-left: 0;
  border-left: 0;
  background: transparent;
}

.team-quick-grid span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-quick-grid strong {
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.18;
}

.team-quick-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.section {
  position: relative;
  padding: 5.6rem 0;
  border-top: 1px solid var(--line-strong);
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--yellow);
}

.section-inner {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.intro-section,
.contact-section {
  background: var(--white);
}

.intro-section::before {
  background: var(--blue);
}

.intro-layout,
.media-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.section h2 {
  color: var(--blue-deep);
  font-size: 2.75rem;
}

.section .eyebrow {
  display: inline-block;
  padding: 0.32rem 0.55rem;
  border-left: 4px solid var(--yellow);
  background: rgba(245, 179, 36, 0.16);
  color: var(--blue-deep);
}

.section-dek {
  max-width: 710px;
  margin: 0.9rem auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.intro-copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.firm-principles {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.firm-principles span {
  display: block;
  padding: 0.85rem 1rem;
  border-left: 5px solid var(--yellow);
  border-radius: 4px;
  color: var(--blue-deep);
  background: var(--blue-soft);
  font-weight: 800;
}

.guide-section {
  padding-bottom: 0;
  overflow: hidden;
  background: linear-gradient(180deg, var(--white) 0%, var(--white) 76%, var(--paper-strong) 76%, var(--paper-strong) 100%);
}

.guide-section::before {
  background: var(--blue);
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.42fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding-bottom: 2.25rem;
}

.guide-copy h2 {
  max-width: 760px;
  font-size: clamp(2.85rem, 5.2vw, 4.9rem);
  line-height: 0.98;
}

.guide-copy h2 em {
  display: block;
  color: var(--yellow-dark);
  font-style: italic;
}

.guide-copy h3 {
  margin: 1.2rem 0 0;
  color: var(--ink);
  font-size: 1.38rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.guide-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.guide-portrait {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.guide-portrait img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: 50% 18%;
}

.portrait-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  color: var(--white);
  background: linear-gradient(180deg, rgba(7, 20, 40, 0), rgba(7, 20, 40, 0.84));
}

.portrait-caption span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portrait-caption strong {
  line-height: 1.25;
}

.guide-route-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(7, 20, 40, 0.1);
}

.guide-route {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1rem;
  align-items: start;
  min-height: 132px;
  padding: 1.25rem;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--line-strong);
}

.guide-route:last-child {
  border-right: 0;
}

.guide-route:hover {
  background: var(--blue-soft);
}

.guide-route span {
  grid-row: 1 / span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--yellow);
  font-weight: 900;
}

.guide-route strong {
  color: var(--blue-deep);
  font-size: 1.12rem;
  line-height: 1.2;
}

.guide-route small {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.proof-rail {
  margin-top: 3rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line-strong);
  background: var(--white);
  overflow-x: auto;
}

.proof-rail-track {
  width: min(1180px, calc(100% - 2.5rem));
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0 auto;
}

.proof-badge {
  flex: 1 0 155px;
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  padding: 0.8rem 1rem;
  color: inherit;
  text-decoration: none;
  border-left: 1px solid var(--line);
}

.proof-badge:last-child {
  border-right: 1px solid var(--line);
}

.proof-badge:hover {
  background: var(--blue-soft);
}

.proof-badge span {
  color: var(--yellow-dark);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-badge strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  line-height: 1.1;
}

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

.credibility-section::before {
  background: var(--yellow);
}

.credibility-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 2rem;
  align-items: start;
}

.credibility-layout > div > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
}

.review-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.review-signal {
  display: grid;
  gap: 0.35rem;
  min-height: 112px;
  padding: 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--white);
}

.review-signal span,
.media-mini-card span {
  color: var(--yellow-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-signal strong,
.media-mini-card strong {
  color: var(--blue-deep);
  line-height: 1.25;
}

.media-snapshot {
  padding: 1.3rem;
  border: 1px solid var(--line-strong);
  border-top: 6px solid var(--yellow);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 20, 40, 0.1);
}

.media-snapshot h3 {
  margin: 0 0 1rem;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.08;
}

.media-mini-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid var(--line);
}

.media-mini-card:hover strong {
  color: var(--blue);
}

.media-snapshot .text-link {
  display: inline-flex;
  margin-top: 0.9rem;
}

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

.practice-section::before {
  background: var(--blue-deep);
}

.section-heading {
  max-width: 760px;
  position: relative;
  margin: 0 0 2.65rem;
  padding-bottom: 1.1rem;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76px;
  height: 5px;
  border-radius: 999px;
  background: var(--blue);
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered::after {
  left: 50%;
  transform: translateX(-50%);
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: var(--white);
}

.practice-card {
  position: relative;
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border: 0;
  border-right: 1px solid var(--line-strong);
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
}

.practice-card:last-child {
  border-right: 0;
}

.practice-card::before {
  content: "";
  position: absolute;
  left: clamp(1.2rem, 2.5vw, 2rem);
  top: 0;
  width: 84px;
  height: 6px;
  background: var(--yellow);
}

.practice-label {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.22rem 0.55rem;
  border: 1px solid rgba(11, 36, 71, 0.16);
  border-radius: 999px;
  color: var(--yellow-dark);
  background: #fbf7e7;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.practice-card h3 {
  margin: 0;
  color: #0d1727;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.practice-card p {
  margin: 0;
  color: var(--muted);
}

.practice-card a,
.text-link {
  color: var(--blue);
  font-weight: 900;
}

.injury-experience-section {
  background: #f7f8f3;
}

.injury-experience-section::before {
  background: var(--yellow);
}

.injury-experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.42fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}

.injury-experience-copy > p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.06rem;
}

.injury-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.35rem;
  border: 1px solid var(--line-strong);
  background: var(--white);
}

.injury-proof-grid article {
  min-height: 128px;
  display: grid;
  align-content: center;
  gap: 0.38rem;
  padding: 1rem;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.injury-proof-grid article:nth-child(2n) {
  border-right: 0;
}

.injury-proof-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.injury-proof-grid span {
  color: var(--yellow-dark);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.injury-proof-grid strong {
  color: var(--blue-deep);
  line-height: 1.24;
}

.injury-claim-list {
  display: grid;
  gap: 1rem;
  padding: clamp(1.15rem, 2.5vw, 1.55rem);
  color: var(--white);
  background: var(--blue-deep);
  border-top: 8px solid var(--yellow);
  box-shadow: 0 18px 40px rgba(7, 20, 40, 0.13);
}

.injury-claim-list h3 {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.05;
}

.injury-claim-list ul {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.87);
}

.injury-claim-list li + li {
  margin-top: 0.58rem;
}

.injury-claim-list .button {
  justify-self: start;
}

.team-section {
  background: var(--blue-deep);
  color: var(--white);
}

.team-section::before {
  background: var(--yellow);
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.75fr);
  gap: 3rem;
  align-items: center;
}

.team-card {
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.team-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 20%;
}

.team-copy h2 {
  color: var(--white);
}

.team-section .eyebrow,
.sample-page-section .eyebrow,
.media-guidelines-section .eyebrow {
  background: rgba(255, 255, 255, 0.1);
  color: var(--yellow);
}

.team-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
}

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

.clean-list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.team-section .text-link {
  color: var(--yellow);
}

.team-directory {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

.team-member-card {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 330px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.team-member-initial {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--yellow);
  font-weight: 900;
}

.team-member-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1.18;
}

.team-role {
  margin: -0.35rem 0 0;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-member-card p:not(.team-role) {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.team-member-actions {
  display: grid;
  gap: 0.35rem;
  margin-top: auto;
}

.team-member-actions a {
  color: var(--yellow);
  font-size: 0.88rem;
  font-weight: 900;
}

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

.community-section::before {
  background: var(--yellow);
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.community-card {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line-strong);
}

.community-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.community-image {
  min-height: 260px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(20, 55, 102, 0.12), rgba(245, 179, 36, 0.24)),
    var(--white);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.community-image::before,
.community-image::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.community-image::before {
  width: 180px;
  height: 180px;
  right: -42px;
  top: -34px;
  background: rgba(20, 55, 102, 0.18);
}

.community-image::after {
  width: 120px;
  height: 120px;
  left: 24px;
  bottom: 24px;
  background: rgba(245, 179, 36, 0.36);
}

.community-image-two {
  background:
    linear-gradient(135deg, rgba(245, 179, 36, 0.18), rgba(20, 55, 102, 0.16)),
    var(--white);
}

.community-image-three {
  background:
    linear-gradient(135deg, rgba(7, 20, 40, 0.08), rgba(245, 179, 36, 0.28)),
    var(--white);
}

.contact-section {
  color: var(--ink);
  background: #f7f8f3;
}

.contact-section::before {
  background: var(--yellow);
}

.contact-section .eyebrow {
  color: var(--yellow-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.contact-section h2 {
  color: var(--blue-deep);
}

.contact-copy p {
  color: var(--muted);
  font-size: 1.06rem;
}

.contact-copy strong {
  color: var(--blue-deep);
}

.contact-copy a {
  color: var(--blue);
}

.conversation-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  max-width: 620px;
  margin-top: 1.35rem;
  padding: 1rem;
  border: 1px solid var(--line-strong);
  border-left: 7px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(7, 20, 40, 0.08);
}

.conversation-card > img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 999px;
  border: 3px solid #edf0f2;
}

.conversation-card-team {
  grid-template-columns: 122px minmax(0, 1fr);
}

.conversation-avatars {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
}

.conversation-avatars img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  object-position: 50% 18%;
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(7, 20, 40, 0.16);
}

.conversation-avatars img + img {
  margin-left: -1rem;
}

.conversation-card span {
  display: block;
  color: var(--blue-deep);
  font-weight: 900;
}

.conversation-card p {
  margin: 0.28rem 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.contact-details {
  display: grid;
  gap: 0.65rem;
  margin: 1.3rem 0;
  color: var(--blue);
  font-weight: 900;
}

.contact-details span {
  color: var(--muted);
  font-weight: 700;
}

.office-address {
  line-height: 1.45;
}

.office-address strong {
  display: inline-block;
  margin-right: 0.25rem;
  color: var(--blue-deep);
}

.fine-print {
  max-width: 540px;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-section .fine-print {
  color: var(--muted);
}

.contact-section .contact-form {
  position: relative;
  border: 1px solid var(--line-strong);
  border-top: 7px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7, 20, 40, 0.1);
}

.lead-collector-section {
  background: var(--blue-soft);
  border-top: 1px solid var(--line-strong);
}

.lead-collector-section::before {
  background: var(--blue);
}

.lead-collector-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 0.58fr);
  gap: 3rem;
  align-items: start;
}

.lead-collector-copy {
  max-width: 650px;
}

.lead-collector-copy p:not(.eyebrow),
.lead-fine-print {
  color: var(--muted);
}

.lead-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.4rem 0;
}

.lead-option {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 0.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 6px solid var(--yellow);
  border-radius: 4px;
  color: var(--blue);
  background: var(--white);
  text-decoration: none;
}

.lead-option-primary {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  border-left-color: var(--yellow);
}

.lead-option span {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-option strong {
  overflow-wrap: anywhere;
  color: inherit;
  font-size: 1.08rem;
  line-height: 1.2;
}

.lead-fine-print {
  max-width: 590px;
  font-size: 0.9rem;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1.25rem;
  border: 1px solid var(--line-strong);
  border-top: 6px solid var(--yellow);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(7, 20, 40, 0.08);
}

.lead-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--blue-deep);
  font-weight: 900;
}

.optional-field {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.68rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
}

.lead-form textarea {
  resize: vertical;
}

.lead-consent {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-status {
  margin: 0;
  color: var(--blue);
  font-weight: 900;
}

.form-status[data-state="error"] {
  color: #9b1c1c;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: clamp(1rem, 2.6vw, 1.45rem);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
}

.form-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  min-height: auto;
  padding: 1rem;
  margin-bottom: 0.15rem;
  border: 1px solid var(--line);
  border-left: 6px solid var(--yellow);
  border-radius: 8px;
  background: #f8f8f4;
}

.form-intro-copy {
  display: grid;
  gap: 0.25rem;
  align-content: center;
  min-height: 100%;
}

.form-intro-copy > span {
  color: var(--yellow-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-intro-copy > strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.06;
}

.form-intro-copy p {
  margin: 0;
  color: var(--muted);
}

.form-team-avatars {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
  justify-content: flex-end;
}

.form-attorney-card {
  width: 86px;
  display: grid;
  justify-items: center;
  gap: 0.38rem;
  margin: 0;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.form-attorney-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 10px;
}

.form-attorney-card figcaption {
  display: grid;
  gap: 0.08rem;
  text-align: center;
}

.form-attorney-card figcaption strong {
  color: var(--blue-deep);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.form-attorney-card figcaption span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--blue-deep);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.68rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.contact-consent {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.full-span {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 4.5rem 0 6.5rem;
  color: #222733;
  background: var(--white);
  border-top: 7px solid var(--blue-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(145px, 0.58fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  box-sizing: border-box;
}

.footer-brand-block {
  display: grid;
  gap: 1.35rem;
  align-content: start;
}

.footer-logo-link {
  display: inline-flex;
  width: min(280px, 100%);
}

.footer-logo-link img {
  width: 100%;
  height: auto;
}

.footer-brand-block p {
  max-width: 420px;
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  font-weight: 800;
  line-height: 1.45;
}

.footer-office-address {
  display: grid;
  gap: 0.35rem;
  max-width: 360px;
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  font-weight: 800;
  line-height: 1.42;
}

.footer-office-address strong {
  color: var(--yellow-dark);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-office-address span {
  color: #2b303b;
}

.footer-contact-links {
  display: grid;
  gap: 0.35rem;
  align-items: start;
}

.footer-contact-links a {
  color: var(--blue);
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  font-weight: 900;
  line-height: 1.18;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-contact-links a:hover {
  color: var(--yellow-dark);
}

.footer-review-signal {
  display: grid;
  gap: 0.15rem;
  align-items: start;
  color: inherit;
  text-decoration: none;
}

.footer-review-signal span {
  color: #03050a;
  font-size: 1.18rem;
  letter-spacing: 0.08em;
}

.footer-review-signal strong {
  color: #2a2f3a;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.footer-review-signal:hover strong {
  color: var(--yellow-dark);
}

.footer-column {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.footer-column strong {
  color: #202532;
  font-size: 1.18rem;
  font-weight: 900;
}

.footer-column a {
  color: #2b303b;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  line-height: 1.18;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-column a:hover {
  color: var(--yellow-dark);
}

.footer-disclaimer {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 2.4rem auto 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: none;
  grid-template-columns: 1fr 1fr;
  background: var(--blue);
  box-shadow: 0 -8px 24px rgba(7, 20, 40, 0.16);
}

.mobile-cta a {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.mobile-cta a + a {
  color: var(--blue-deep);
  background: var(--yellow);
}

.resource-hero {
  padding: 4.5rem 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 36, 71, 0.96), rgba(20, 55, 102, 0.92)),
    var(--blue-deep);
}

.resource-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 2rem;
  align-items: end;
}

.resource-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.6rem;
  line-height: 1.05;
}

.resource-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.tree-note {
  display: grid;
  gap: 0.45rem;
  padding: 1.2rem;
  border-left: 6px solid var(--yellow);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.tree-note span {
  color: rgba(255, 255, 255, 0.82);
}

.tree-note a {
  color: var(--yellow);
  font-weight: 900;
}

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

.resource-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.resource-topic-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-top: 7px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 35px rgba(7, 20, 40, 0.08);
}

.resource-topic-card-muted {
  background: #f6f6f2;
}

.topic-card-header {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}

.topic-card-header span {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--blue-deep);
  background: var(--yellow);
  font-size: 0.82rem;
  font-weight: 950;
}

.topic-card-header h3 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.resource-topic-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.resource-link-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.resource-link-list li {
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}

.resource-link-list a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.resource-link-list a:hover {
  color: var(--yellow-dark);
}

.resource-link-list small {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  line-height: 1.45;
}

.taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.taxonomy-grid article {
  min-height: 210px;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.taxonomy-grid span,
.connection-card span {
  color: var(--yellow-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.taxonomy-grid h3 {
  margin: 0.55rem 0;
  color: var(--blue-deep);
}

.taxonomy-grid p {
  margin: 0;
  color: var(--muted);
}

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

.tree-layout,
.crosslink-layout,
.sample-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.tree-layout p,
.crosslink-layout p {
  color: var(--muted);
}

.tree-map {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
}

.tree-children {
  display: grid;
  gap: 0.75rem;
  margin-left: 1.2rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--line);
}

.tree-node {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.tree-node strong {
  color: var(--blue-deep);
}

.tree-node span {
  color: var(--muted);
  font-size: 0.85rem;
}

.tree-node p {
  margin: 0.5rem 0 0;
}

.tree-node.trunk {
  border-color: var(--blue);
  background: var(--blue);
}

.tree-node.trunk strong,
.tree-node.trunk span {
  color: var(--white);
}

.tree-node.branch {
  border-left: 6px solid var(--yellow);
}

.tree-node.leaf {
  border-left: 6px solid var(--blue);
}

.sibling {
  margin-top: 0.2rem;
}

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

.connection-card {
  display: grid;
  gap: 0.65rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-left: 8px solid var(--yellow);
  border-radius: 4px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.connection-card strong {
  color: var(--blue-deep);
}

.sample-page-section {
  background: var(--blue-deep);
  color: var(--white);
}

.sample-page-section h2 {
  color: var(--white);
}

.leaf-template {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: leaf;
}

.leaf-template li {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.leaf-template span {
  color: rgba(255, 255, 255, 0.78);
}

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

.tree-column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tree-column {
  display: grid;
  gap: 0.5rem;
  align-content: start;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-top: 6px solid var(--yellow);
  border-radius: 4px;
  background: var(--paper);
}

.tree-column h3 {
  margin: 0 0 0.45rem;
  color: var(--blue-deep);
}

.tree-column a {
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  font-weight: 800;
}

.media-hero {
  padding: 4.5rem 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 36, 71, 0.97), rgba(20, 55, 102, 0.9)),
    var(--blue-deep);
}

.media-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 2rem;
  align-items: end;
}

.media-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.6rem;
  line-height: 1.05;
}

.media-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
}

.media-compliance-note {
  display: grid;
  gap: 0.45rem;
  padding: 1.2rem;
  border-left: 6px solid var(--yellow);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.media-compliance-note span {
  color: rgba(255, 255, 255, 0.82);
}

.outlet-strip-section,
.media-grid-section {
  background: var(--white);
}

.as-seen-strip {
  display: grid;
  grid-template-columns: 0.78fr repeat(6, minmax(0, 1fr));
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(7, 20, 40, 0.04);
}

.as-seen-strip span,
.as-seen-strip strong {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 1rem;
  text-align: center;
}

.as-seen-strip span {
  color: var(--muted);
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.as-seen-strip strong {
  color: var(--blue-deep);
  border-left: 1px solid var(--line);
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mockup-note {
  max-width: 820px;
  margin: 1rem auto 0;
  color: var(--muted);
  text-align: center;
}

.featured-article-section {
  background: #f5f6f2;
}

.featured-article-layout,
.contextual-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 1.2rem;
  align-items: stretch;
}

.article-feature-card,
.pullquote-card,
.topic-media-callout,
.media-guidelines {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.article-feature-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid var(--blue-deep);
  border-top: 10px solid var(--yellow);
  box-shadow: 0 18px 45px rgba(7, 20, 40, 0.13);
}

.media-source {
  color: var(--yellow-dark);
  font-weight: 900;
  text-transform: uppercase;

/* Rich reading components for generated resource articles */
.leaf-article-body > ul { display: grid; gap: 0.7rem; margin: 1rem 0; padding: 0; list-style: none; }
.leaf-article-body > ul > li { position: relative; padding: 0.9rem 1rem 0.9rem 2.65rem; border: 1px solid var(--line); border-left: 4px solid var(--yellow); background: var(--white); }
.leaf-article-body > ul > li::before { content: "✓"; position: absolute; left: 0.95rem; top: 0.85rem; color: var(--teal); font-weight: 900; }
.leaf-article-body > ol { display: grid; gap: 0.85rem; margin: 1rem 0; padding: 0; list-style: none; counter-reset: article-step; }
.leaf-article-body > ol > li { counter-increment: article-step; display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: start; gap: 0.9rem; padding: 1rem; border: 1px solid var(--line); background: var(--white); }
.leaf-article-body > ol > li::before { content: counter(article-step); width: 44px; height: 44px; display: grid; place-items: center; color: #111827; background: var(--yellow); font-weight: 900; }
.leaf-article-body > blockquote { margin: 1.25rem 0; padding: 1.1rem 1.25rem; border-left: 5px solid var(--yellow); background: #f7f8fb; color: var(--blue-deep); font-weight: 700; }
@media (max-width: 640px) { .leaf-article-body > ol > li { grid-template-columns: 44px minmax(0, 1fr); } }
}

.article-feature-card h2 {
  color: var(--blue-deep);
  font-size: 2.55rem;
}

.article-feature-card p,
.pullquote-card p,
.topic-media-callout p,
.contextual-media-layout p {
  color: var(--muted);
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.article-tags span {
  padding: 0.42rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--blue-deep);
  background: var(--paper);
  font-size: 0.84rem;
  font-weight: 800;
}

.pullquote-card {
  display: grid;
  align-content: center;
  gap: 0.65rem;
  padding: 1.35rem;
  color: var(--white);
  background: var(--blue-deep);
  border-color: var(--blue-deep);
}

.pullquote-card span,
.topic-media-callout span {
  color: var(--yellow-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.pullquote-card strong,
.topic-media-callout strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.08;
}

.topic-media-callout strong {
  color: var(--blue-deep);
}

.pullquote-card span {
  color: var(--yellow);
}

.pullquote-card strong {
  color: var(--white);
}

.pullquote-card p {
  color: rgba(255, 255, 255, 0.82);
}

.pullquote-card small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.article-feature-card-dark {
  color: var(--white);
  border-color: #050505;
  border-top-color: var(--yellow);
  background: #050505;
}

.article-feature-card-dark h2 {
  color: var(--white);
}

.article-feature-card-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.article-feature-card-dark .media-source {
  color: var(--yellow);
}

.article-feature-card-dark .article-tags span {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.pullquote-card-light {
  color: var(--ink);
  border-color: #050505;
  background: var(--white);
}

.pullquote-card-light span {
  color: var(--yellow-dark);
}

.pullquote-card-light strong {
  color: #050505;
}

.pullquote-card-light p,
.pullquote-card-light small {
  color: var(--muted);
}

.media-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line-strong);
  background: var(--white);
}

.media-archive-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 300px;
  padding: 1.45rem;
  border: 0;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: var(--white);
}

.media-archive-card:nth-child(2n) {
  border-right: 0;
}

.media-archive-card::before {
  content: "";
  position: absolute;
  left: 1.45rem;
  top: 0;
  width: 86px;
  height: 6px;
  background: var(--yellow);
}

.media-archive-card span {
  color: var(--yellow-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.media-archive-card h3 {
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.08;
}

.media-archive-card p {
  margin: 0;
  color: var(--muted);
}

.media-archive-card a,
.topic-media-callout a {
  color: var(--blue);
  font-weight: 900;
}

.background-link-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.3rem;
}

.background-link-list a {
  padding-top: 0.45rem;
  border-top: 1px solid var(--line);
}

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

.topic-media-callout {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.35rem;
}

.media-guidelines-section {
  background: var(--blue-deep);
}

.media-guidelines {
  padding: 1.6rem;
}

.media-guidelines h2 {
  color: var(--blue-deep);
}

.media-guidelines ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.media-guidelines li + li {
  margin-top: 0.55rem;
}

.content-page {
  background: var(--white);
}

.content-template {
  background: var(--white);
}

.content-template main {
  background: var(--white);
}

.content-hero {
  padding: 3rem 0 3.5rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--line);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.8rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumbs a {
  color: var(--blue);
}

.breadcrumbs span::before {
  content: "/";
  margin-right: 0.45rem;
  color: var(--line);
}

.content-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 2rem;
  align-items: start;
}

.content-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  line-height: 1.05;
}

.content-dek {
  max-width: 830px;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1.16rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.article-meta span {
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--blue-deep);
  background-color: var(--white);
  font-size: 0.84rem;
  font-weight: 800;
}

.video-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.video-frame {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  color: var(--yellow);
  background:
    linear-gradient(135deg, rgba(11, 36, 71, 0.92), rgba(20, 55, 102, 0.78)),
    var(--blue-deep);
  border-radius: 4px;
}

.video-frame span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 1.45rem;
}

.video-card h2 {
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.video-card p {
  margin: 0;
  color: var(--muted);
}

.content-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: var(--white);
}

.content-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.toc-card,
.sidebar-cta {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background-color: var(--white);
}

.toc-card {
  position: sticky;
  top: 156px;
}

.toc-card strong,
.sidebar-cta strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.toc-card a,
.sidebar-cta a {
  color: var(--blue);
  font-weight: 900;
}

.sidebar-cta span {
  color: var(--muted);
}

.article-body {
  display: grid;
  gap: 2rem;
}

.article-body section {
  scroll-margin-top: 170px;
}

.article-body h2 {
  margin: 0 0 0.9rem;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1.12;
}

.article-body h3 {
  margin: 0 0 0.4rem;
  color: var(--blue-deep);
}

.article-body p {
  color: var(--muted);
}

.answer-box {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-left: 8px solid var(--yellow);
  border-radius: 4px;
  background-color: var(--white);
}

.answer-box span,
.branch-card span,
.media-context-card span,
.reviewed-card span {
  color: var(--yellow-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.answer-box p {
  margin: 0.5rem 0 0;
  color: var(--blue-deep);
  font-size: 1.16rem;
  font-weight: 800;
}

.takeaway-section,
.media-context-card,
.reviewed-card {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(7, 20, 40, 0.04);
}

.check-list-dark {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list-dark li {
  position: relative;
  padding-left: 2rem;
  color: var(--ink);
  font-weight: 750;
}

.check-list-dark li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  color: var(--blue-deep);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
}

.practical-callout {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 6px solid var(--blue);
  border-radius: 4px;
  background-color: var(--white);
}

.practical-callout strong {
  color: var(--blue-deep);
}

.practical-callout p {
  margin: 0.35rem 0 0;
}

.split-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.split-list > div,
.branch-card,
.review-grid article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.split-list ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.branch-card {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.branch-card strong {
  color: var(--blue-deep);
}

.branch-card a,
.media-context-card a {
  color: var(--blue);
  font-weight: 900;
}

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

.review-grid p {
  margin: 0;
}

.media-context-card h2 {
  margin-top: 0.45rem;
}

.related-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.related-card-grid a {
  min-height: 70px;
  display: grid;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--blue);
  background: var(--white);
  font-weight: 900;
}

.reviewed-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.reviewed-card strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

@media (max-width: 980px) {
  .nav-toggle {
    grid-column: 3;
    display: block;
  }

  .nav-shell {
    width: min(100% - 2rem, 1840px);
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    padding: 1rem 0;
  }

  .brand-logo {
    width: 198px;
    max-width: 34vw;
  }

  .header-phone {
    grid-column: 2;
    justify-self: end;
    font-size: clamp(1.35rem, 4.7vw, 2.15rem);
  }

  .site-nav {
    position: fixed;
    inset: 105px 0 auto 0;
    display: none;
    min-height: calc(100svh - 105px);
    padding: 1.25rem;
    background: var(--white);
    color: var(--blue-deep);
    justify-content: start;
  }

  body.nav-open .site-nav {
    display: grid;
    align-content: start;
    gap: 0.25rem;
  }

  .site-nav a {
    display: block;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.12rem;
  }

  .hero,
  .editorial-hero-layout,
  .home-focus-layout,
  .casey-focus-layout,
  .support-layout,
  .intro-layout,
  .guide-layout,
  .credibility-layout,
  .injury-experience-layout,
  .team-layout,
  .contact-layout,
  .resource-hero-layout,
  .tree-layout,
  .crosslink-layout,
  .sample-layout,
  .media-hero-layout,
  .featured-article-layout,
  .contextual-media-layout,
  .lead-collector-layout,
  .content-hero-grid,
  .content-shell,
  .reviewed-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-variant-compact .hero,
  .hero-variant-band .hero,
  .hero-variant-portrait .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 560px;
    order: 1;
  }

  .hero-variant-compact .hero-media,
  .hero-variant-band .hero-media,
  .hero-variant-portrait .hero-media {
    width: 100%;
    height: 330px;
    min-height: 330px;
    order: 1;
  }

  .hero-panel {
    order: 2;
  }

  .hero-variant-compact .hero-panel,
  .hero-variant-band .hero-panel,
  .hero-variant-portrait .hero-panel {
    width: auto;
    min-height: auto;
    padding: 1.85rem 1.25rem;
    order: 3;
  }

  .hero-variant-band .hero-panel {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .hero-variant-band .hero h1 {
    grid-row: auto;
  }

  .hero-variant-band .eyebrow {
    grid-column: auto;
  }

  .hero-ribbon {
    position: static;
    order: 3;
    display: grid;
  }

  .hero-variant-compact .hero-ribbon,
  .hero-variant-band .hero-ribbon,
  .hero-variant-portrait .hero-ribbon {
    order: 2;
  }

  .practice-grid,
  .injury-proof-grid,
  .home-review-strip,
  .guide-route-row,
  .review-signal-grid,
  .community-grid,
  .taxonomy-grid,
  .resource-topic-grid,
  .tree-column-grid,
  .media-card-grid,
  .split-list,
  .review-grid,
  .related-card-grid {
    grid-template-columns: 1fr;
  }

  .lead-options {
    grid-template-columns: 1fr;
  }

  .source-mark-rail {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    overflow-x: auto;
  }

  .home-media-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .media-archive-card,
  .media-archive-card:nth-child(2n) {
    border-right: 0;
  }

  .home-review-strip article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .home-review-strip article:last-child {
    border-bottom: 0;
  }

  .case-review-picker {
    grid-template-columns: 1fr;
  }

  .case-review-picker nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .practice-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .practice-card:last-child {
    border-bottom: 0;
  }

  .injury-proof-grid article,
  .injury-proof-grid article:nth-child(2n),
  .injury-proof-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .injury-proof-grid article:last-child {
    border-bottom: 0;
  }

  .home-route-grid,
  .home-map-strip,
  .credential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-route-grid a:nth-child(2n) {
    border-right: 0;
  }

  .home-route-grid a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-strong);
  }

  .home-map-strip a:nth-child(2n) {
    border-right: 0;
  }

  .home-map-strip a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .credential-grid article,
  .credential-grid article:nth-child(3n),
  .credential-grid article:nth-last-child(-n + 3) {
    border-right: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
  }

  .credential-grid article:nth-child(2n) {
    border-right: 0;
  }

  .credential-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }

  .team-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-layout {
    align-items: start;
  }

  .guide-portrait {
    min-height: 360px;
  }

  .guide-portrait img {
    min-height: 360px;
  }

  .guide-route {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .guide-route:last-child {
    border-bottom: 0;
  }

  .toc-card {
    position: static;
  }

  .as-seen-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-seen-strip span {
    grid-column: 1 / -1;
  }

  .as-seen-strip strong:nth-child(2n + 3) {
    border-left: 0;
  }

  .contact-first-panel {
    min-height: auto;
  }

  .editorial-portrait {
    max-width: 560px;
  }

  .casey-feature-card {
    grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  }

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

@media (max-width: 640px) {
  .nav-shell {
    width: min(100% - 1rem, 1180px);
    gap: 0.55rem;
    padding: 0.8rem 0;
  }

  .brand-logo {
    width: 176px;
    max-width: 43vw;
  }

  .header-phone {
    font-size: clamp(0.95rem, 4.1vw, 1.25rem);
  }

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

  .site-nav {
    inset: 81px 0 auto 0;
    min-height: calc(100svh - 81px);
  }

  .site-footer {
    padding-top: 3rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand-block p {
    font-size: 1.12rem;
  }

  .footer-column {
    padding-top: 1rem;
    border-top: 1px solid var(--line);
  }

  .nav-shell,
  .section-inner,
  .footer-disclaimer {
    width: min(100% - 1.5rem, 1180px);
    padding-right: 0;
    padding-left: 0;
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-variant-compact .hero-media,
  .hero-variant-band .hero-media,
  .hero-variant-portrait .hero-media {
    height: 280px;
    min-height: 280px;
  }

  .hero-panel {
    padding: 2.25rem 1.25rem;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero-variant-compact .hero h1,
  .hero-variant-band .hero h1,
  .hero-variant-portrait .hero h1 {
    font-size: 2.12rem;
  }

  .hero-panel p:not(.eyebrow) {
    font-size: 1rem;
  }

  .home-focus-hero {
    padding: 1.35rem 0 2.1rem;
    background-size: 34px 34px;
  }

  .editorial-hero {
    padding: 1.35rem 0 1rem;
  }

  .editorial-kicker {
    font-size: 1.22rem;
  }

  .editorial-kicker::after {
    width: 96px;
  }

  .editorial-copy h1 {
    font-size: 2.85rem;
    line-height: 1;
  }

  .hero-invite-line {
    font-size: 2.25rem;
  }

  .editorial-subhead {
    font-size: 1rem;
  }

  .editorial-actions {
    display: grid;
    align-items: stretch;
  }

  .editorial-portrait img {
    height: auto;
    aspect-ratio: 4 / 3.3;
  }

  .hero-proof-rail {
    width: calc(100% - 1.5rem);
    margin-top: 1.4rem;
  }

  .hero-proof-rail a {
    flex-basis: 150px;
    min-height: 78px;
  }

  .home-map-strip {
    margin-top: 0.9rem;
  }

  .contact-first-panel,
  .casey-feature-card,
  .casey-media-panel {
    box-shadow: 0 10px 24px rgba(7, 20, 40, 0.08);
  }

  .contact-first-panel {
    padding: 1.15rem;
  }

  .contact-first-panel h1 {
    font-size: 2.6rem;
    line-height: 1;
  }

  .contact-first-panel > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .conversation-card {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.85rem;
  }

  .conversation-card img {
    width: 60px;
    height: 60px;
  }

  .quick-contact {
    min-height: 88px;
  }

  .quick-contact-grid,
  .home-route-grid,
  .home-map-strip,
  .home-media-heading,
  .case-review-picker nav,
  .credential-grid,
  .team-quick-grid {
    grid-template-columns: 1fr;
  }

  .source-mark-shell,
  .source-mark-rail-home {
    padding: 0.8rem;
    border-radius: 12px;
  }

  .source-mark-rail {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .source-mark {
    min-height: 96px;
  }

  .case-review-picker {
    padding: 0.9rem;
  }

  .case-review-picker a {
    min-height: 48px;
  }

  .home-route-grid a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .home-route-grid a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-strong);
  }

  .home-route-grid a:last-child {
    border-bottom: 0;
  }

  .home-map-strip a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .home-map-strip a:last-child {
    border-bottom: 0;
  }

  .casey-feature-card {
    grid-template-columns: 1fr;
  }

  .casey-feature-card img {
    height: auto;
    aspect-ratio: 4 / 3.35;
    object-position: 50% 18%;
  }

  .casey-feature-copy,
  .casey-media-panel {
    padding: 1rem;
  }

  .casey-feature-copy h2,
  .casey-media-panel h3 {
    font-size: 1.65rem;
  }

  .credential-grid article {
    min-height: auto;
  }

  .credential-grid article,
  .credential-grid article:nth-child(2n),
  .credential-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .credential-grid article:last-child {
    border-bottom: 0;
  }

  .team-quick-grid article,
  .team-quick-grid article:first-child {
    grid-column: auto;
    min-height: auto;
  }

  .team-quick-grid article,
  .team-quick-grid article:nth-child(2n + 1),
  .team-quick-grid article:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .hero-actions {
    display: grid;
  }

  .section {
    padding: 3.85rem 0;
  }

  .section::before {
    height: 6px;
  }

  .section h2 {
    font-size: 2rem;
  }

  .guide-section {
    padding-bottom: 0;
  }

  .guide-copy h2 {
    font-size: 2.45rem;
  }

  .guide-copy h3 {
    font-size: 1.05rem;
  }

  .guide-actions {
    display: grid;
  }

  .guide-route {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 1.05rem;
  }

  .guide-route span {
    grid-row: auto;
  }

  .team-directory {
    grid-template-columns: 1fr;
  }

  .proof-rail {
    margin-top: 2rem;
  }

  .proof-rail-track {
    width: calc(100% - 1.5rem);
  }

  .proof-badge {
    flex-basis: 165px;
  }

  .section-heading {
    margin-bottom: 2.1rem;
  }

  .resource-hero h1 {
    font-size: 2.45rem;
  }

  .media-hero h1 {
    font-size: 2.45rem;
  }

  .article-feature-card h2 {
    font-size: 2rem;
  }

  .content-hero h1 {
    font-size: 2.45rem;
  }

  .content-shell {
    padding-top: 2rem;
  }

  .as-seen-strip {
    grid-template-columns: 1fr;
  }

  .as-seen-strip strong {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .tree-children {
    margin-left: 0.55rem;
    padding-left: 0.7rem;
  }

  .lead-form,
  .contact-form {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .form-intro {
    min-height: auto;
    padding: 0.95rem 4.8rem 0.95rem 0.95rem;
  }

  .form-casey-avatar {
    top: -1.2rem;
    right: 0.75rem;
    width: 64px;
    height: 64px;
  }

  .footer-layout {
    display: grid;
  }

  .mobile-cta {
    display: grid;
  }
}

/* Final homepage team gallery overrides */
.team-section {
  background: var(--white);
  color: var(--ink);
}

.team-section::before {
  background: var(--yellow);
}

.team-gallery-intro {
  max-width: 940px;
}

.team-gallery-intro .eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--teal);
  background: transparent;
}

.team-gallery-intro h2 {
  max-width: 850px;
  color: var(--blue-deep);
  font-size: clamp(2.3rem, 4.6vw, 4.5rem);
}

.team-gallery-intro p {
  max-width: 960px;
  margin: 1.15rem 0 0;
  color: #262b3a;
  font-size: clamp(1.05rem, 1.5vw, 1.26rem);
  line-height: 1.52;
}

.team-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.8rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.team-profile-card {
  min-width: 0;
}

.team-photo {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border-bottom: 5px solid transparent;
  background: #e8edf2;
  transition: border-color 160ms ease, transform 160ms ease;
}

.team-profile-card:hover .team-photo {
  border-bottom-color: var(--yellow);
  transform: translateY(-2px);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 17%;
}

.team-photo-ben img {
  object-position: 50% 18%;
}

.team-photo-placeholder {
  isolation: isolate;
  color: var(--blue-deep);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(42, 163, 154, 0.2), rgba(245, 179, 36, 0.24)),
    linear-gradient(145deg, #f7f9fb 0%, #dfe7ef 100%);
}

.team-photo-placeholder::before {
  content: "CSL";
  position: absolute;
  inset: auto -0.2rem -2.4rem auto;
  z-index: -1;
  color: rgba(20, 55, 102, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 8vw, 7.2rem);
  font-weight: 800;
  line-height: 1;
}

.team-photo-placeholder span {
  display: grid;
  width: clamp(4.2rem, 8vw, 5.6rem);
  height: clamp(4.2rem, 8vw, 5.6rem);
  place-items: center;
  border: 2px solid rgba(20, 55, 102, 0.18);
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0;
}

.team-profile-role {
  margin: 1rem 0 0.25rem;
  color: var(--teal);
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  font-weight: 700;
  line-height: 1.2;
}

.team-profile-card h3 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(1.08rem, 1.65vw, 1.42rem);
  line-height: 1.14;
}

.team-profile-note {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .team-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .team-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-gallery-intro h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 520px) {
  .team-gallery-grid {
    grid-template-columns: 1fr;
  }

  .team-photo {
    aspect-ratio: 4 / 3;
  }
}
/* Current homepage polish: stable grids, attorney-reviewed form, no horizontal rails. */
.hero-proof-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.hero-proof-rail a {
  min-width: 0;
}

.source-mark-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
}

.home-review-strip {
  margin-bottom: clamp(2.4rem, 5vw, 3.6rem);
}

.case-review-picker {
  margin-top: 0;
}

.case-review-picker nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.picker-issue-column {
  display: grid;
  gap: 0.55rem;
}

.conversation-card-team {
  grid-template-columns: 122px minmax(0, 1fr);
}

.conversation-avatars {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
}

.conversation-avatars img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  object-position: 50% 18%;
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(7, 20, 40, 0.16);
}

.conversation-avatars img + img {
  margin-left: -1rem;
}

.form-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  min-height: auto;
  padding: 1rem;
}

.form-intro-copy {
  display: grid;
  gap: 0.25rem;
  align-content: center;
  min-height: 100%;
}

.form-intro-copy > span {
  color: var(--yellow-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-intro-copy > strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.form-intro-copy p {
  margin: 0;
  color: var(--muted);
}

.form-team-avatars {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
  justify-content: flex-end;
}

.form-attorney-card {
  width: 86px;
  display: grid;
  justify-items: center;
  gap: 0.38rem;
  margin: 0;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.form-attorney-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 10px;
}

.form-attorney-card figcaption {
  display: grid;
  gap: 0.08rem;
  text-align: center;
}

.form-attorney-card figcaption strong {
  color: var(--blue-deep);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.form-attorney-card figcaption span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero-proof-rail,
  .source-mark-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .case-review-picker {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-proof-rail {
    width: calc(100% - 1.5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof-rail a {
    min-height: 84px;
    padding: 0.78rem;
  }

  .hero-proof-rail strong {
    font-size: 0.98rem;
  }

  .source-mark-rail,
  .case-review-picker nav {
    grid-template-columns: 1fr;
  }

  .case-review-picker {
    margin-top: 0;
  }

  .conversation-card-team {
    grid-template-columns: 1fr;
  }

  .conversation-avatars {
    justify-content: flex-start;
  }

  .form-intro {
    grid-template-columns: 1fr;
    padding: 0.9rem;
  }

  .form-team-avatars {
    justify-content: flex-start;
  }
}
/* Latest polish: stronger logo, attorney photos left, centered form disclaimer. */
.brand-logo {
  width: 292px;
  max-width: 32vw;
}

.form-intro {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
}

.form-intro-copy > strong {
  font-size: clamp(1.32rem, 2.2vw, 1.8rem);
}

.form-intro-copy p {
  max-width: 440px;
}

.contact-consent,
.lead-consent {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 980px) {
  .brand-logo {
    width: 232px;
    max-width: 38vw;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 206px;
    max-width: 50vw;
  }

  .form-intro {
    grid-template-columns: 1fr;
  }
}
.legal-page-section {
  background: var(--white);
}

.legal-copy {
  max-width: 860px;
}

.legal-copy h1 {
  margin: 0.35rem 0 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1;
}

.legal-copy h2 {
  margin: 2rem 0 0.55rem;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.legal-copy p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.legal-copy a {
  color: var(--blue);
  font-weight: 900;
}

.legal-updated {
  color: var(--yellow-dark);
  font-weight: 900;
}

/* Latest homepage polish: three credentials, stronger logo, personal background image. */
.nav-shell {
  align-items: center;
  padding: 1.05rem 0 1.2rem;
}

.brand-picture {
  align-items: center;
}

.brand-logo {
  width: 330px;
  max-width: 34vw;
  display: block;
}

.hero-proof-rail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.casey-focus-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(270px, 0.32fr);
  align-items: stretch;
}

.casey-background-photo {
  display: grid;
  align-content: end;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 20px 46px rgba(7, 20, 40, 0.1);
}

.casey-background-photo img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: 50% 18%;
}

.casey-background-photo figcaption {
  display: grid;
  gap: 0.18rem;
  padding: 1rem;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.casey-background-photo figcaption span {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 900;
}

.casey-background-photo figcaption strong {
  color: #5d6674;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.team-gallery-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.form-team-avatars {
  justify-content: flex-start;
}

.form-attorney-card {
  width: 96px;
}

@media (max-width: 1200px) {
  .team-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .brand-logo {
    width: 260px;
    max-width: 42vw;
  }

  .casey-focus-layout {
    grid-template-columns: 1fr;
  }

  .casey-background-photo {
    max-width: 460px;
  }
}

@media (max-width: 760px) {
  .team-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nav-shell {
    padding: 1rem 0;
  }

  .brand-logo {
    width: 232px;
    max-width: 56vw;
  }

  .hero-proof-rail {
    grid-template-columns: 1fr;
  }

  .source-mark-rail-home {
    padding: 0.85rem;
  }

  .casey-background-photo {
    max-width: none;
  }
}

@media (max-width: 440px) {
  .team-gallery-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 212px;
    max-width: 58vw;
  }
}

/* Latest relationship-start and restored news refinements. */
.home-media-proof {
  color: var(--ink);
  padding: 0 0 clamp(1.65rem, 3vw, 2.35rem);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-media-heading .eyebrow {
  color: var(--blue-deep);
}

.home-media-heading h2 {
  color: var(--blue-deep);
}

.source-mark-rail-home {
  padding: clamp(0.85rem, 2vw, 1.25rem);
  border: 1px solid #cdd3dc;
  border-radius: 18px;
  background: #eef1f5;
  box-shadow: 0 12px 28px rgba(7, 20, 40, 0.08);
}

.source-mark-rail-home .source-mark {
  color: #050505;
  border-color: #d7dde5;
  border-top-color: #2f3948;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.source-mark-rail-home .source-mark:hover {
  border-color: var(--yellow);
  border-top-color: var(--yellow);
  background: var(--white);
}

.source-mark-rail-home .source-mark-notable {
  color: #111827;
  border-color: rgba(7, 20, 40, 0.18);
  border-top-color: var(--yellow-dark);
  background: #f7f2df;
}

.source-mark-rail-home .source-mark span {
  color: #4a5260;
  border-bottom-color: rgba(213, 168, 33, 0.9);
}

.source-mark-rail-home .source-mark strong {
  color: inherit;
}

.source-mark-rail-home .source-mark small {
  color: #5f5f5f;
}

.media-proof-link {
  color: var(--blue);
  border-color: var(--line-strong);
  background: var(--white);
}

.media-proof-link:hover {
  color: var(--yellow-dark);
  border-color: var(--yellow);
}

.case-review-picker {
  margin-top: clamp(1.8rem, 4vw, 3.2rem);
  margin-bottom: clamp(2.6rem, 5vw, 4rem);
}

.start-methods {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0 1.1rem;
}

.start-method {
  display: grid;
  gap: 0.22rem;
  min-height: 106px;
  align-content: center;
  padding: 1rem;
  color: var(--blue-deep);
  text-decoration: none;
  border: 1px solid var(--line-strong);
  border-left: 6px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(7, 20, 40, 0.06);
}

.start-method:hover {
  transform: translateY(-1px);
  border-color: var(--yellow);
}

.start-method-primary {
  color: var(--white);
  border-color: var(--blue);
  border-left-color: var(--yellow);
  background: var(--blue);
}

.start-method span {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.start-method strong {
  overflow-wrap: anywhere;
  color: inherit;
  font-size: clamp(1.08rem, 2.2vw, 1.45rem);
  line-height: 1.14;
}

.start-method em {
  color: currentColor;
  opacity: 0.72;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.compact-contact-details {
  margin-top: 1rem;
}

.contact-section .contact-form {
  align-self: start;
}

.form-intro-team {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
}

/* Keep the introductory card above both desktop form columns. */
.contact-form-human > .form-intro,
.lead-form > .form-intro {
  grid-column: 1 / -1;
  width: 100%;
}

.team-profile-photo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.team-profile-card h3 a {
  color: inherit;
  text-decoration: none;
}

.team-profile-card h3 a:hover,
.team-profile-card h3 a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-underline-offset: 0.2em;
}

.form-intro-copy > strong {
  font-size: clamp(1.3rem, 2.1vw, 1.7rem);
}

@media (max-width: 980px) {
  .start-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .start-methods {
    grid-template-columns: 1fr;
  }

  .form-intro-team {
    grid-template-columns: 1fr;
  }
}

/* Latest mobile, consent, and homepage-news refinements. */
.source-mark-rail-home .source-mark {
  cursor: default;
}

.source-mark-rail-home .source-mark:hover {
  transform: none;
  border-color: #d7dde5;
  border-top-color: #2f3948;
  background: rgba(255, 255, 255, 0.86);
}

.source-mark-rail-home .source-mark-notable:hover {
  border-color: rgba(7, 20, 40, 0.18);
  border-top-color: var(--yellow-dark);
  background: #f7f2df;
}

.contact-consent,
.lead-consent {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 780px;
  margin: 0.35rem auto 0;
  text-align: center;
}

@media (max-width: 760px) {
  .casey-background-photo {
    display: none;
  }
}

/* Credential icon and neutral notable-card refinements. */
.hero-proof-rail a {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 0.8rem;
}

.hero-proof-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.hero-proof-rail .hero-proof-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--blue-deep);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #f8f8f4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.hero-proof-rail .hero-proof-icon-jurisdiction {
  width: 48px;
  font-family: inherit;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.hero-proof-rail .hero-proof-copy > span {
  color: var(--yellow-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.source-mark-notable,
.source-mark-rail-home .source-mark-notable,
.source-mark-rail-home .source-mark-notable:hover {
  color: #050505;
  border-color: #d7dde5;
  border-top-color: #2f3948;
  background: rgba(255, 255, 255, 0.86);
}

.source-mark-notable small,
.source-mark-rail-home .source-mark-notable small {
  color: #5f5f5f;
}

@media (max-width: 640px) {
  .hero-proof-rail .hero-proof-icon {
    width: 38px;
    height: 38px;
    font-size: 1.12rem;
  }

  .hero-proof-rail .hero-proof-icon-jurisdiction {
    width: 44px;
    font-size: 0.7rem;
  }
}

/* Latest proof-strip and team refinements. */
.team-gallery-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hero-proof-rail .hero-proof-icon {
  width: 2rem;
  height: 2rem;
  color: var(--blue-deep);
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 1.45rem;
}

.hero-proof-rail .hero-proof-icon-map {
  position: relative;
  display: block;
  width: 2.2rem;
  height: 1.55rem;
  border: 2px solid currentColor;
  border-radius: 2px;
  transform: skewX(-7deg);
}

.hero-proof-rail .hero-proof-icon-map::before,
.hero-proof-rail .hero-proof-icon-map::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0.15rem;
  width: 2px;
  background: currentColor;
  opacity: 0.72;
}

.hero-proof-rail .hero-proof-icon-map::before {
  left: 0.68rem;
}

.hero-proof-rail .hero-proof-icon-map::after {
  right: 0.68rem;
}

@media (max-width: 1200px) {
  .team-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .casey-focus-section .casey-background-photo {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .team-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 440px) {
  .team-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Latest proof-strip typography and spacing polish. */
.home-media-proof {
  margin-top: clamp(3.2rem, 5.8vw, 5rem);
}

.hero-proof-rail a {
  grid-template-columns: minmax(64px, 74px) minmax(0, 1fr);
  gap: clamp(0.85rem, 1.4vw, 1.2rem);
  min-height: 106px;
  padding: 1rem 1.08rem;
}

.hero-proof-copy {
  align-content: center;
}

.hero-proof-rail .hero-proof-copy > span {
  font-family: inherit;
  font-size: clamp(0.62rem, 0.72vw, 0.7rem);
  letter-spacing: 0.04em;
}

.hero-proof-rail .hero-proof-copy > strong {
  font-family: inherit;
  font-size: clamp(1rem, 1.22vw, 1.22rem);
  font-weight: 900;
  line-height: 1.14;
}

.hero-proof-rail .hero-proof-icon {
  position: relative;
  width: 64px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--blue-deep);
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-proof-svg {
  width: 3.25rem;
  height: 3.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-proof-svg-gavel {
  fill: currentColor;
  stroke: none;
}

.hero-proof-svg-book text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.1px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hero-proof-svg-ny {
  stroke-width: 3;
}

.hero-proof-icon-scales::before {
  content: "⚖";
  display: block;
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  line-height: 1;
  transform: translateY(-0.02rem);
}

.hero-proof-icon-year {
  justify-content: start;
  padding-left: 0.45rem;
  border-left: 4px solid var(--yellow);
  color: #111827;
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.hero-proof-icon-court::before {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0.3rem;
  width: 0;
  height: 0;
  border-left: 1.45rem solid transparent;
  border-right: 1.45rem solid transparent;
  border-bottom: 0.82rem solid currentColor;
}

.hero-proof-icon-court::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  bottom: 0.25rem;
  height: 2rem;
  border-bottom: 0.25rem solid currentColor;
  background:
    linear-gradient(
      90deg,
      currentColor 0 0.25rem,
      transparent 0.25rem 0.75rem,
      currentColor 0.75rem 1rem,
      transparent 1rem 1.5rem,
      currentColor 1.5rem 1.75rem,
      transparent 1.75rem 2.25rem,
      currentColor 2.25rem 2.5rem
    );
}

.hero-proof-icon-gavel::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0.55rem;
  width: 2.05rem;
  height: 0.62rem;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(-24deg);
  transform-origin: center;
}

.hero-proof-icon-gavel::after {
  content: "";
  position: absolute;
  top: 1.48rem;
  left: 1.9rem;
  width: 2.25rem;
  height: 0.28rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: -1.48rem 1.34rem 0 -0.02rem currentColor;
  transform: rotate(42deg);
  transform-origin: left center;
}

.hero-proof-rail .hero-proof-icon-map::before,
.hero-proof-rail .hero-proof-icon-map::after {
  content: none;
}

@media (max-width: 760px) {
  .hero-proof-rail a {
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 94px;
    padding: 0.9rem 0.95rem;
  }

  .hero-proof-rail .hero-proof-icon {
    width: 58px;
    height: 50px;
  }

  .hero-proof-svg {
    width: 2.85rem;
    height: 2.85rem;
    stroke-width: 1.95;
  }

  .hero-proof-rail .hero-proof-copy > span {
    font-size: 0.62rem;
  }

  .hero-proof-rail .hero-proof-copy > strong {
    font-size: 1rem;
    line-height: 1.16;
  }

  .hero-proof-icon-year {
    font-size: 0.98rem;
  }

  .hero-proof-icon-scales::before {
    font-size: 2.35rem;
  }
}

/* Casey profile page. */
.casey-background-actions,
.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.attorney-profile-hero {
  background: #f5f6f2;
}

.attorney-profile-hero::before {
  background: var(--yellow);
}

.attorney-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.attorney-profile-copy {
  max-width: 820px;
}

.attorney-profile-copy h1 {
  max-width: 860px;
  margin: 0.35rem 0 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.2vw, 5.1rem);
  line-height: 0.98;
}

.attorney-profile-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 1rem 0 0;
  color: #333a46;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.6;
}

.attorney-profile-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 22px 48px rgba(7, 20, 40, 0.12);
}

.attorney-profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 18%;
}

.attorney-profile-photo figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-top: 1px solid var(--line);
}

.attorney-profile-photo figcaption strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.05;
}

.attorney-profile-photo figcaption span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.profile-detail-section::before {
  background: var(--blue);
}

.profile-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.profile-detail-card {
  padding: clamp(1.15rem, 2.5vw, 1.6rem);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #fbfbf7;
}

.profile-detail-card-feature {
  grid-row: span 2;
  background: #f3f6fa;
}

.profile-detail-card h2 {
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.05;
}

.profile-detail-card p {
  margin: 0.8rem 0 0;
  color: #333a46;
  font-size: 1.02rem;
  line-height: 1.62;
}

.profile-experience-list {
  display: grid;
  gap: 0.62rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.profile-experience-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #1f2937;
  font-weight: 800;
  line-height: 1.42;
}

.profile-experience-list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--yellow);
}

.profile-detail-card .eyebrow {
  margin-bottom: 0.8rem;
}

@media (max-width: 900px) {
  .attorney-profile-layout,
  .profile-detail-grid {
    grid-template-columns: 1fr;
  }

  .attorney-profile-photo {
    max-width: 430px;
  }

  .profile-detail-card-feature {
    grid-row: auto;
  }
}

/* Latest proof strip: text-only credential modules. */
.hero-proof-rail a {
  position: relative;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: center;
  min-height: 112px;
  padding: clamp(1.1rem, 1.7vw, 1.45rem) clamp(1rem, 2vw, 1.6rem);
  border-top: 5px solid var(--yellow);
  background: #ffffff;
}

.hero-proof-rail a:nth-child(even) {
  background: #f4f6fa;
}

.hero-proof-rail a:nth-child(odd) {
  background: #fffefa;
}

.hero-proof-rail a::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 42px;
  height: 2px;
  background: rgba(17, 43, 78, 0.22);
}

.hero-proof-copy {
  display: grid;
  gap: 0.38rem;
}

.hero-proof-rail .hero-proof-copy > span {
  color: #9b6a00;
  font-size: clamp(0.66rem, 0.75vw, 0.74rem);
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-proof-rail .hero-proof-copy > strong {
  max-width: 19rem;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 1.65vw, 1.68rem);
  font-weight: 900;
  line-height: 1.08;
}

.hero-proof-rail .hero-proof-icon,
.hero-proof-svg {
  display: none;
}

@media (max-width: 760px) {
  .hero-proof-rail a {
    min-height: auto;
    padding: 1rem 1.1rem 1.15rem;
  }

  .hero-proof-rail a::after {
    right: 1.1rem;
    bottom: 0.8rem;
    width: 34px;
  }

  .hero-proof-rail .hero-proof-copy > strong {
    max-width: none;
    font-size: 1.2rem;
    line-height: 1.12;
  }
}

/* Leaf/PPC answer page template. */
.leaf-template-page .content-hero {
  background: #f6f8fb;
  border-bottom: 1px solid var(--line-strong);
}

.leaf-template-page .content-hero h1 {
  max-width: 980px;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.leaf-template-page .content-dek {
  max-width: 760px;
  color: #3d4654;
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  line-height: 1.55;
}

.intent-panel {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid var(--line-strong);
  border-top: 6px solid var(--yellow);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(7, 20, 40, 0.1);
}

.intent-panel > span,
.leaf-action-strip span,
.leaf-cta-band span {
  color: #9b6a00;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.intent-panel h2 {
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1.05;
}

.intent-panel p {
  margin: 0;
  color: #485160;
  line-height: 1.55;
}

.intent-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.3rem;
}

.intent-actions a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--blue-deep);
  color: var(--blue-deep);
  font-weight: 900;
  text-decoration: none;
}

.intent-actions a:first-child {
  color: var(--white);
  background: var(--blue-deep);
}

.leaf-content-shell {
  align-items: start;
}

.leaf-answer-box {
  background: #fffefa;
}

.leaf-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.leaf-source-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--blue);
  color: var(--blue);
  background: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.leaf-action-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line-strong);
  background: var(--white);
}

.leaf-action-strip article {
  padding: 1rem;
  border-right: 1px solid var(--line-strong);
}

.leaf-action-strip article:last-child {
  border-right: 0;
}

.leaf-action-strip strong {
  display: block;
  margin: 0.35rem 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.05;
}

.leaf-action-strip p {
  margin: 0;
  color: #4b5563;
}

.leaf-step-list {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: leaf-step;
}

.leaf-step-list li {
  counter-increment: leaf-step;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.leaf-step-list li::before {
  content: counter(leaf-step);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #111827;
  background: var(--yellow);
  font-weight: 900;
}

.leaf-step-list strong {
  color: var(--blue-deep);
}

.leaf-step-list span {
  grid-column: -2 / -1;
  color: #4b5563;
  line-height: 1.55;
}

.leaf-warning-section {
  padding: 1.35rem;
  border: 1px solid var(--line-strong);
  background: #f7f8fb;
}

.leaf-scenario-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.leaf-scenario-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.leaf-scenario-list span {
  color: #9b6a00;
  font-weight: 900;
}

.leaf-scenario-list p {
  margin: 0;
  color: #202938;
  font-weight: 750;
}

.leaf-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem;
  border-radius: 8px;
  background: var(--blue-deep);
  color: var(--white);
}

.leaf-cta-band h2 {
  margin: 0.25rem 0 0.4rem;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
}

.leaf-cta-band p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.leaf-cta-band a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  color: #111827;
  background: var(--yellow);
  font-weight: 900;
  text-decoration: none;
}

.leaf-related-grid a {
  background: #f7f8fb;
}

@media (max-width: 980px) {
  .leaf-action-strip,
  .leaf-scenario-list,
  .leaf-cta-band {
    grid-template-columns: 1fr;
  }

  .leaf-action-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .leaf-action-strip article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .leaf-step-list li {
    grid-template-columns: 1fr;
  }

  .leaf-step-list li::before {
    width: 38px;
    height: 38px;
  }
}

/* Focused leaf page variant: fewer elements, stronger answer path. */
.content-shell-focused {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  gap: 0;
  padding-top: clamp(2rem, 4vw, 3.2rem);
}

.article-body-focused {
  gap: clamp(1.35rem, 2.2vw, 1.8rem);
}

.article-body-focused section {
  max-width: 820px;
}

.article-body-focused .answer-box {
  padding: clamp(1.2rem, 2.5vw, 1.75rem);
  border-left-width: 7px;
  background: #fffefa;
}

.article-body-focused .answer-box p {
  font-size: clamp(1.12rem, 1.5vw, 1.28rem);
  line-height: 1.5;
}

.focused-list {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.focused-list li {
  padding: 0.82rem 1rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  background: var(--white);
  color: #202938;
  font-weight: 760;
  line-height: 1.42;
}

.leaf-next-step-panel {
  display: grid;
  gap: 0.55rem;
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border: 1px solid var(--line-strong);
  border-top: 6px solid var(--yellow);
  border-radius: 8px;
  background: #f7f8fb;
}

.leaf-next-step-panel span {
  color: #9b6a00;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.leaf-next-step-panel h2 {
  margin: 0;
}

.leaf-next-step-panel p {
  max-width: 560px;
  margin: 0;
}

.leaf-next-step-panel a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
  padding: 0.7rem 0.95rem;
  color: #111827;
  background: var(--yellow);
  font-weight: 900;
  text-decoration: none;
}

.compact-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  padding-top: 0.2rem;
  color: var(--muted);
}

.compact-related-links strong {
  color: var(--blue-deep);
}

.compact-related-links a {
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 640px) {
  .content-shell-focused {
    padding-top: 1.5rem;
  }

  .leaf-next-step-panel a {
    width: 100%;
  }
}

/* Clean hierarchy hub pages. */
.page-context-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line-strong);
}

.page-context-inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 64px;
}

.page-context-inner img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: 50% 18%;
  border: 2px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 0 0 1px var(--line-strong);
}

.page-context-title {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.page-context-title span {
  color: #9b6a00;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.page-context-title strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.05;
}

.page-context-inner p {
  margin: 0 0 0 auto;
  color: #4b5563;
  font-size: 0.95rem;
  font-weight: 750;
}

.hub-template .content-hero {
  background: #f6f8fb;
  border-bottom: 1px solid var(--line-strong);
}

.hub-hero-copy {
  max-width: 900px;
}

.hub-hero-copy h1 {
  max-width: 860px;
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.85rem);
  line-height: 0.98;
}

.hub-hero-copy p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: #3d4654;
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
  line-height: 1.5;
}

.hub-map-shell {
  display: grid;
  gap: clamp(2rem, 4vw, 3.6rem);
  max-width: 1120px;
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.hub-section {
  display: grid;
  gap: 1.1rem;
}

.hub-section-heading {
  display: grid;
  gap: 0.25rem;
}

.hub-section-heading h2 {
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.hub-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.hub-choice-card {
  display: grid;
  gap: 0.42rem;
  min-height: 126px;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  color: inherit;
  background: var(--white);
  text-decoration: none;
}

.hub-choice-card:nth-child(even) {
  border-right: 0;
}

.hub-choice-card:hover,
.hub-choice-card:focus-visible,
.hub-question-list a:hover,
.hub-question-list a:focus-visible {
  background: #fffefa;
}

.hub-choice-card span,
.hub-mini-cta span {
  color: #9b6a00;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hub-choice-card strong {
  max-width: 470px;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  line-height: 1.15;
}

.hub-question-list {
  display: grid;
  border-top: 1px solid var(--line-strong);
}

.hub-question-list a {
  display: block;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--blue);
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  font-weight: 900;
  text-decoration: none;
}

.hub-planned-link {
  display: block;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line-strong);
  color: #4b5563;
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  font-weight: 850;
}

.hub-planned-link em {
  display: inline-block;
  margin-left: 0.4rem;
  color: #9b6a00;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hub-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line-strong);
  background: var(--white);
}

.hub-topic-column {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  border-right: 1px solid var(--line-strong);
}

.hub-topic-column:last-child {
  border-right: 0;
}

.hub-topic-column h3 {
  margin: 0 0 0.25rem;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hub-topic-column a {
  color: var(--blue);
  font-weight: 850;
}

.hub-topic-column span {
  color: #4b5563;
  font-weight: 800;
}

.hub-topic-column span::after {
  content: " planned";
  margin-left: 0.35rem;
  color: #9b6a00;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hub-mini-cta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: clamp(1.05rem, 2.5vw, 1.45rem);
  border: 1px solid var(--line-strong);
  border-top: 6px solid var(--yellow);
  border-radius: 8px;
  background: #f7f8fb;
}

.hub-mini-cta h2 {
  margin: 0.2rem 0 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.05;
}

.hub-mini-cta a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  color: #111827;
  background: var(--yellow);
  font-weight: 900;
  text-decoration: none;
}

.news-clean-shell {
  max-width: 1060px;
}

.news-clean-list {
  display: grid;
  gap: 1rem;
  border-top: 0;
  background: transparent;
}

.news-clean-item {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(140px, 0.24fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(90deg, #eef2f6 0%, #ffffff 50%, #f8fafc 100%);
  box-shadow: 0 16px 36px rgba(7, 20, 40, 0.07);
}

.news-clean-item::before {
  content: attr(data-banner) "  /  Public Coverage  /  News Archive";
  position: absolute;
  inset: 50% 0 auto clamp(9.5rem, 22vw, 16rem);
  z-index: 0;
  color: rgba(7, 20, 40, 0.055);
  font-size: clamp(1.45rem, 4.4vw, 3.6rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-50%);
  white-space: nowrap;
}

.news-clean-item::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 6px;
  background: var(--yellow);
}

.news-clean-source {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0.25rem;
  min-height: 156px;
  padding: clamp(1rem, 2.3vw, 1.25rem);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    var(--blue-deep);
}

.news-clean-source::before {
  content: "News";
  width: max-content;
  margin-bottom: 0.65rem;
  padding: 0.28rem 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--yellow);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.news-clean-source span {
  color: var(--white);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 950;
  line-height: 1.05;
}

.news-clean-source small {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-clean-copy {
  position: relative;
  z-index: 1;
  align-self: stretch;
  padding: clamp(1rem, 2.6vw, 1.35rem) clamp(1.05rem, 3vw, 1.6rem);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7));
}

.news-clean-copy h3 {
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.15vw, 1.8rem);
  line-height: 1.08;
}

.news-clean-copy p {
  max-width: 700px;
  margin: 0.55rem 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.5;
}

.news-clean-copy a {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.news-clean-copy a:hover {
  color: var(--yellow-dark);
}

.news-background-details {
  border: 1px solid var(--line-strong);
  background: #f7f8fb;
}

.news-background-details summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  color: var(--blue-deep);
  font-weight: 900;
}

.news-background-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0 1.1rem 1.1rem;
}

.news-background-links a {
  padding: 0.75rem 0;
  border-top: 1px solid var(--line-strong);
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.news-background-links a:nth-child(odd) {
  padding-right: 1rem;
}

.news-background-links a:nth-child(even) {
  padding-left: 1rem;
}

.news-mini-cta {
  margin-top: 0.2rem;
}

.news-publishing-note {
  max-width: 760px;
  margin: -1.1rem auto 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 860px) {
  .page-context-inner {
    min-height: 58px;
  }

  .page-context-inner img {
    width: 38px;
    height: 38px;
  }

  .page-context-inner p {
    display: none;
  }

  .hub-choice-grid,
  .hub-topic-grid {
    grid-template-columns: 1fr;
  }

  .hub-choice-card,
  .hub-choice-card:nth-child(even),
  .hub-topic-column {
    border-right: 0;
  }

  .hub-topic-column {
    border-bottom: 1px solid var(--line-strong);
  }

  .hub-topic-column:last-child {
    border-bottom: 0;
  }

  .hub-mini-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .hub-mini-cta a {
    width: 100%;
  }

  .news-clean-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .news-clean-item::before {
    inset: auto 0 1rem 1rem;
    font-size: 1.45rem;
  }

  .news-clean-source {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    min-height: auto;
    padding-left: 1.1rem;
  }

  .news-clean-source::before {
    margin-bottom: 0;
  }

  .news-clean-copy {
    padding: 1rem 1.1rem 1.15rem;
  }

  .news-background-links {
    grid-template-columns: 1fr;
  }

  .news-background-links a:nth-child(odd),
  .news-background-links a:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Header nav alignment fix. */
.site-nav {
  gap: clamp(0.8rem, 1.8vw, 1.9rem);
}

.site-nav a {
  line-height: 1;
  white-space: nowrap;
}

/* Homepage newswire media strip. */
.home-media-proof-wire .source-mark-wire-home {
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #1f2937;
  border-top: 8px solid var(--yellow);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(245, 179, 36, 0.14), transparent 34%),
    #0b1322;
  box-shadow: 0 18px 42px rgba(7, 20, 40, 0.16);
}

.home-media-proof-wire .source-mark-wire-home .source-mark,
.home-media-proof-wire .source-mark-wire-home .source-mark:hover,
.home-media-proof-wire .source-mark-wire-home .source-mark-notable,
.home-media-proof-wire .source-mark-wire-home .source-mark-notable:hover {
  min-height: 188px;
  padding: clamp(1rem, 2.1vw, 1.25rem);
  color: var(--white);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: transparent;
}

.home-media-proof-wire .source-mark-wire-home .source-mark:last-child {
  border-right: 0;
}

.home-media-proof-wire .source-mark-wire-home .source-mark span {
  color: var(--yellow);
  border-bottom: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.home-media-proof-wire .source-mark-wire-home .source-mark strong {
  color: var(--white);
  font-size: clamp(1.2rem, 1.85vw, 1.55rem);
  line-height: 1.05;
}

.home-media-proof-wire .source-mark-wire-home .source-mark small,
.home-media-proof-wire .source-mark-wire-home .source-mark-notable small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .home-media-proof-wire .source-mark-wire-home .source-mark:nth-child(2n) {
    border-right: 0;
  }

  .home-media-proof-wire .source-mark-wire-home .source-mark:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
}

@media (max-width: 640px) {
  .home-media-proof-wire .source-mark-wire-home .source-mark,
  .home-media-proof-wire .source-mark-wire-home .source-mark:hover {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .home-media-proof-wire .source-mark-wire-home .source-mark:last-child {
    border-bottom: 0;
  }
}

/* Homepage media strip mockups. */
.media-strip-mockups-page {
  background: #f6f8fb;
}

.media-mockup-stack {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2.4rem, 5vw, 4rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.media-strip-option {
  display: grid;
  gap: 1.2rem;
  padding-bottom: clamp(2.2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line-strong);
}

.media-strip-option:last-child {
  border-bottom: 0;
}

.mockup-option-heading {
  display: grid;
  gap: 0.4rem;
  max-width: 900px;
}

.mockup-option-heading h2 {
  margin: 0;
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
}

.mockup-option-heading p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.45;
}

.mockup-news-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.media-strip-option .media-proof-link {
  justify-self: start;
}

.mockup-clipping-board {
  gap: clamp(0.85rem, 2vw, 1.15rem);
  padding: clamp(1.1rem, 3vw, 1.55rem);
  border: 1px solid #cfd8e3;
  background:
    repeating-linear-gradient(0deg, rgba(7, 20, 40, 0.04) 0 1px, transparent 1px 30px),
    linear-gradient(135deg, #e8edf3, #f9fafb);
  box-shadow: 0 18px 40px rgba(7, 20, 40, 0.08);
}

.mockup-clipping {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 215px;
  gap: 0.72rem;
  padding: 1rem;
  color: #111827;
  background:
    repeating-linear-gradient(90deg, rgba(7, 20, 40, 0.035) 0 1px, transparent 1px 13px),
    linear-gradient(180deg, #fffdf6, #ffffff);
  box-shadow: 0 10px 22px rgba(7, 20, 40, 0.1);
  clip-path: polygon(0 2%, 97% 0, 100% 92%, 96% 100%, 3% 98%, 0 88%);
}

.mockup-clipping:nth-child(2) {
  transform: rotate(0.4deg);
}

.mockup-clipping:nth-child(3) {
  transform: rotate(-0.35deg);
}

.mockup-clipping::before {
  content: "";
  position: absolute;
  inset: 0.75rem 1rem auto;
  height: 4px;
  background: #2f3948;
}

.mockup-clipping span {
  width: max-content;
  margin-top: 1.05rem;
  color: #6f4c00;
  border-bottom: 2px solid var(--yellow);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mockup-clipping strong {
  color: #050505;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 950;
  line-height: 1.05;
}

.mockup-clipping small {
  color: #5a5f68;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.32;
}

.mockup-wire-strip {
  overflow: hidden;
  border: 1px solid #1f2937;
  border-top: 8px solid var(--yellow);
  background:
    linear-gradient(90deg, rgba(245, 179, 36, 0.16), transparent 34%),
    #0b1322;
  box-shadow: 0 18px 42px rgba(7, 20, 40, 0.18);
}

.mockup-wire-strip article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 188px;
  gap: 0.58rem;
  padding: clamp(1rem, 2.1vw, 1.25rem);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.mockup-wire-strip article:last-child {
  border-right: 0;
}

.mockup-wire-strip span {
  width: max-content;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mockup-wire-strip strong {
  color: var(--white);
  font-size: clamp(1.2rem, 1.85vw, 1.55rem);
  font-weight: 950;
  line-height: 1.05;
}

.mockup-wire-strip small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.mockup-docket-strip {
  gap: 0;
  border-top: 1px solid var(--line-strong);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(7, 20, 40, 0.07);
}

.mockup-docket-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  min-height: 168px;
  padding: clamp(1rem, 2.3vw, 1.25rem);
  border-right: 1px solid var(--line-strong);
  border-bottom: 4px solid transparent;
  background:
    linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.mockup-docket-strip article:nth-child(even) {
  background:
    linear-gradient(180deg, #f3f6fa 0%, #ffffff 100%);
}

.mockup-docket-strip article:last-child {
  border-right: 0;
}

.mockup-docket-strip article:hover {
  border-bottom-color: var(--yellow);
}

.mockup-docket-strip span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line-strong);
  color: var(--blue-deep);
  background: #f8f8f4;
  font-size: 0.78rem;
  font-weight: 950;
}

.mockup-docket-strip div {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.mockup-docket-strip strong {
  color: var(--blue-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.65vw, 1.45rem);
  line-height: 1.05;
}

.mockup-docket-strip small {
  color: #4b5563;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .mockup-news-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mockup-wire-strip article:nth-child(2n),
  .mockup-docket-strip article:nth-child(2n) {
    border-right: 0;
  }

  .mockup-wire-strip article:nth-child(-n + 2),
  .mockup-docket-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(7, 20, 40, 0.14);
  }
}

@media (max-width: 640px) {
  .mockup-news-layout {
    grid-template-columns: 1fr;
  }

  .mockup-clipping {
    min-height: 0;
    transform: none !important;
  }

  .mockup-wire-strip article,
  .mockup-docket-strip article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 20, 40, 0.14);
  }

  .mockup-wire-strip article:last-child,
  .mockup-docket-strip article:last-child {
    border-bottom: 0;
  }
}

/* Jorden Hoerth team photo crop — layout dimensions remain inherited */
.team-photo img[alt="Jorden Hoerth, Paralegal"] {
  object-position: 50% 63%;
  transform: scale(1.3) translateY(-14%);
}


/* Legal resource article rhythm */
.article-body-focused {
  gap: 1rem;
}

.article-body-focused > p {
  margin: 0;
}

.article-body-focused > h2 {
  margin: 1.5rem 0 0.25rem;
}

.article-body-focused > h2:first-child {
  margin-top: 0;
}

.article-body-focused > blockquote {
  margin: 0.25rem 0;
}
