@font-face {
  font-family: "Atlas Display";
  src: url("../assets/fonts/archivo-narrow-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atlas Display";
  src: url("../assets/fonts/archivo-narrow-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atlas Text";
  src: url("../assets/fonts/source-sans-3-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atlas Text";
  src: url("../assets/fonts/source-sans-3-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atlas Text";
  src: url("../assets/fonts/source-sans-3-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GB Hero Serif";
  src: url("../assets/fonts/cinzel-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GB Hero Serif";
  src: url("../assets/fonts/cinzel-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --pa-paper: #f2f0ea;
  --pa-mist: #dce7e7;
  --pa-atlantic: #0a1628;
  --pa-route: #123d56;
  --pa-gold: #c9a227;
  --pa-carbon: #172329;
  --pa-white: #ffffff;
  --pa-hero-img: linear-gradient(var(--pa-atlantic), var(--pa-atlantic));
  --pa-hero-img-sm: var(--pa-hero-img);
  --pa-line: rgba(18, 61, 86, 0.24);
  --pa-line-strong: rgba(18, 61, 86, 0.42);
  --pa-dark-line: rgba(220, 231, 231, 0.18);
  --pa-gutter: clamp(1.25rem, 4vw, 4rem);
  --pa-width: 1180px;
  --pa-read: 920px;
}

html {
  scroll-padding-top: 82px;
}

body {
  background: var(--pa-paper);
  color: var(--pa-carbon);
  font-family: "Atlas Text", sans-serif;
}

main:not(:has(.hero)) {
  padding-top: 64px;
}

@media (min-width: 769px) {
  main:not(:has(.hero)) {
    padding-top: 74px;
  }
}

body :where(p, a, button, summary, input, textarea, label, li) {
  font-family: "Atlas Text", sans-serif;
}

body :where(.page-title, .page-sub, .h2, h3, .tile-t, .cta-h, .ci-n, .fs-n) {
  font-family: "Atlas Display", sans-serif;
  text-shadow: none;
}

body :where(.h2, h3, .page-title, .page-sub, .tile-t) {
  text-transform: none;
}

.railhead {
  background: rgba(242, 240, 234, 0.96);
  border-bottom: 1px solid rgba(33, 107, 136, 0.18);
  box-shadow: 0 10px 28px rgba(10, 22, 40, 0.08);
}

.rh-call,
.rh-search,
.rh-menu,
.ab {
  font-family: "Atlas Text", sans-serif;
  letter-spacing: 0.12em;
}

.rh-call {
  background: var(--pa-atlantic);
  color: var(--pa-white);
}

.rh-call:hover {
  background: var(--pa-atlantic);
  color: var(--pa-white);
}

.rh-search {
  background: var(--pa-white);
  color: var(--pa-carbon);
}

.rh-menu,
.ab--call {
  background: #0a1628;
  color: var(--pa-white);
}

.rh-menu:hover,
.ab--call:hover {
  background: var(--pa-atlantic);
  color: var(--pa-white);
}

.ab--form {
  background: var(--pa-gold);
  color: var(--pa-atlantic);
}

.ab--form:hover {
  background: #f0d078;
  color: var(--pa-atlantic);
}

/* Practice pages inherit the shared premium search overlay from styles.css.
   This file only corrects the asset path because its CSS lives one directory
   down from the site root. */
.search {
  --search-court-image: url("../assets/towers.jpg");
}

main {
  overflow: clip;
  background: var(--pa-paper);
}

.wrap,
.wrap.wrap--read {
  width: min(100% - var(--pa-gutter) - var(--pa-gutter), var(--pa-width));
  max-width: var(--pa-width);
  padding: 0;
}

.wrap.wrap--read {
  width: min(100% - var(--pa-gutter) - var(--pa-gutter), var(--pa-read));
  max-width: var(--pa-read);
}

.sec,
.sec.sec--paper,
.dark,
.index-dark {
  position: relative;
  isolation: isolate;
  padding: clamp(4.75rem, 7vw, 7rem) 0;
  background: var(--pa-paper);
  color: var(--pa-carbon);
  box-shadow: none;
}

.sec::before,
.sec.sec--paper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(1.4rem, 2.6vw, 2.2rem);
  width: min(calc(100% - var(--pa-gutter) - var(--pa-gutter)), var(--pa-width));
  height: 1px;
  transform: translateX(-50%);
  background: var(--pa-line);
  pointer-events: none;
}

.sec--tight {
  min-height: clamp(28rem, 42vw, 39rem);
  padding: clamp(8rem, 12vw, 12rem) 0 clamp(5.25rem, 8vw, 7.5rem);
  overflow: hidden;
  background-color: var(--pa-atlantic);
  background-image:
    linear-gradient(90deg, rgba(10, 22, 40, 0.96) 0%, rgba(10, 22, 40, 0.84) 38%, rgba(10, 22, 40, 0.52) 68%, rgba(10, 22, 40, 0.88) 100%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.72) 0%, rgba(10, 22, 40, 0.16) 48%, rgba(10, 22, 40, 0.86) 100%),
    var(--pa-hero-img);
  background-position: center;
  background-size: cover;
  color: var(--pa-white);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.sec--tight::before {
  content: none;
}

.page-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.page-title {
  max-width: 12ch;
  margin: 0;
  color: var(--pa-white);
  font-family: "Atlas Display", sans-serif;
  font-size: clamp(3.65rem, 6vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: none;
  text-wrap: balance;
}

.page-sub {
  max-width: 42ch;
  margin: 0 0 0.35rem;
  padding: clamp(1.15rem, 2vw, 1.45rem) 0 clamp(1.15rem, 2vw, 1.45rem) clamp(1.25rem, 2vw, 1.5rem);
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.82);
  font-family: "Atlas Text", sans-serif;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
  text-align: left;
  text-transform: none;
}

.h2,
.h2.h2--light {
  max-width: 15ch;
  margin: 0;
  color: var(--pa-atlantic);
  font-family: "Atlas Display", sans-serif;
  font-size: clamp(2.3rem, 4.2vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.032em;
  line-height: 0.94;
  text-transform: none;
  text-wrap: balance;
}

.h2.h2--light {
  color: var(--pa-white);
}

.wrap--read:has(> .h2):has(> .rte),
.wrap--read:has(> .h2):has(> .agrid),
.wrap--read:has(> .h2):has(> .fsteps),
.dark .wrap--read,
#faq .wrap--read {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  width: min(100% - var(--pa-gutter) - var(--pa-gutter), var(--pa-width));
  max-width: var(--pa-width);
}

.wrap--read > .h2 {
  grid-column: 1;
}

.wrap--read > .h2::before {
  display: none;
}

.wrap--read > :not(.h2) {
  grid-column: 2;
}

.rte {
  max-width: 74ch;
  color: #2d4356;
}

.rte p,
.rte.rte--light p,
.acard p,
.cindex p,
.fsteps p,
.acc-body p,
.tile-p,
.lede {
  color: inherit;
  font-family: "Atlas Text", sans-serif;
  font-size: clamp(1.02rem, 1.1vw, 1.1rem);
  line-height: 1.72;
}

.rte p + p {
  margin-top: 1.25rem;
}

.rte-strong,
.rte-strong.rte-strong--light {
  max-width: 72ch;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding: clamp(1.05rem, 1.7vw, 1.35rem) 0 clamp(1.05rem, 1.7vw, 1.35rem) clamp(1.2rem, 2vw, 1.5rem);
  border-left: 1px solid var(--pa-route);
  color: var(--pa-carbon);
  font-weight: 800;
}

.tel,
.tel.tel--light {
  color: var(--pa-atlantic);
  font-weight: 800;
}

.sec--paper {
  background:
    linear-gradient(112deg, transparent 0 72%, rgba(220, 231, 231, 0.55) 72% 100%),
    var(--pa-paper);
}

.agrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--pa-line-strong);
  border-image: none;
  background: transparent;
  box-shadow: none;
}

.acard {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 0;
  border-bottom: 1px solid var(--pa-line);
  border-image: none;
  background: rgba(255, 255, 255, 0.28);
  transition: background-color 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.acard:nth-child(odd) {
  border-right: 1px solid var(--pa-line);
}

.acard:hover {
  background: rgba(220, 231, 231, 0.48);
}

.acard h3,
.fsteps h3,
.cindex h3 {
  margin: 0 0 0.7rem;
  color: var(--pa-carbon);
  font-family: "Atlas Display", sans-serif;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: none;
  text-shadow: none;
}

.acard p,
.fsteps p,
.cindex p {
  color: #34495f;
}

.index-dark,
.dark {
  overflow: clip;
  background:
    linear-gradient(132deg, transparent 0 60%, rgba(220, 231, 231, 0.07) 60% 100%),
    var(--pa-atlantic);
  color: var(--pa-white);
}

.index-dark::before,
.dark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(1.4rem, 2.6vw, 2.2rem);
  width: min(calc(100% - var(--pa-gutter) - var(--pa-gutter)), var(--pa-width));
  height: 1px;
  transform: translateX(-50%);
  background: var(--pa-dark-line);
}

.index-dark .wrap {
  width: min(100% - var(--pa-gutter) - var(--pa-gutter), var(--pa-width));
  max-width: var(--pa-width);
}

.index-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.lede--light,
.rte--light {
  color: rgba(255, 255, 255, 0.78);
}

.cindex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(2.75rem, 5vw, 4.25rem);
  border-top: 1px solid var(--pa-dark-line);
  list-style: none;
}

.cindex li {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  min-height: clamp(13rem, 17vw, 16rem);
  padding: clamp(1.4rem, 2.5vw, 2.1rem);
  border-bottom: 1px solid var(--pa-dark-line);
}

.cindex li:nth-child(odd) {
  border-right: 1px solid var(--pa-dark-line);
}

.ci-n,
.fs-n {
  color: var(--pa-gold);
  font-family: "Atlas Display", sans-serif;
  font-size: clamp(2.4rem, 4.6vw, 4.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.cindex h3 {
  color: var(--pa-white);
}

.cindex p {
  color: rgba(255, 255, 255, 0.74);
}

.index-foot {
  max-width: 76ch;
  margin: clamp(2rem, 4vw, 3rem) 0 0 auto;
  padding-top: clamp(1.2rem, 2vw, 1.5rem);
  border-top: 1px solid var(--pa-dark-line);
  color: rgba(255, 255, 255, 0.8);
  font-family: "Atlas Text", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

.fsteps {
  display: grid;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid var(--pa-line-strong);
  list-style: none;
}

.fsteps li {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1.3rem, 2.5vw, 2rem) 0;
  border-bottom: 1px solid var(--pa-line);
  box-shadow: none;
}

.fsteps .fs-n {
  min-width: 0;
  padding-top: 0;
  color: var(--pa-gold);
}

.tiles {
  width: min(100% - var(--pa-gutter) - var(--pa-gutter), var(--pa-width));
  max-width: var(--pa-width);
  margin: clamp(2.25rem, 4vw, 3.5rem) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--pa-line);
}

.tile {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  min-width: 0;
  aspect-ratio: auto;
  min-height: clamp(21rem, 29vw, 26rem);
  padding: clamp(1.35rem, 2.4vw, 2rem);
  background-color: var(--pa-atlantic);
  background-image: var(--img);
  background-position: center;
  background-size: cover;
  color: var(--pa-white);
  text-decoration: none;
}

.tile::before {
  backdrop-filter: saturate(0.52) contrast(1.06);
  background:
    linear-gradient(180deg, rgba(18, 61, 86, 0.16), rgba(18, 61, 86, 0.72) 54%, rgba(10, 22, 40, 0.94)),
    linear-gradient(135deg, transparent 0 66%, rgba(220, 231, 231, 0.12) 66% 100%);
}

.tile-rule {
  display: block;
  width: 3.75rem;
  height: 2px;
  margin-bottom: 1rem;
  background: var(--pa-white);
}

.tile-t {
  display: block;
  max-width: 12ch;
  color: var(--pa-white);
  font-family: "Atlas Display", sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: none;
}

.tile-p,
.tile-more {
  display: block;
  max-width: 35ch;
  min-width: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Atlas Text", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.tile-in {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: end;
  min-width: 0;
}

.tile-in > * {
  min-width: 0;
}

.tile-more {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 0.75rem;
}

.tile-more > span {
  display: block;
  padding-top: 0;
}

.tile:hover .tile-rule,
.tile:focus-visible .tile-rule {
  transform: none;
}

.dark .wrap--read {
  align-items: center;
}

.dark .rte {
  max-width: 74ch;
  color: rgba(255, 255, 255, 0.78);
}

.dark .rte-strong {
  color: var(--pa-white);
  border-color: rgba(220, 231, 231, 0.48);
}

#faq {
  background: var(--pa-paper);
}

#faq .wrap--read {
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.82fr);
}

.acc {
  border-top: 1px solid var(--pa-line-strong);
  border-image: none;
}

.acc details {
  border-bottom: 1px solid var(--pa-line);
  border-image: none;
  background: transparent;
  box-shadow: none;
}

.acc summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 1.5rem;
  align-items: center;
  min-height: 72px;
  padding: 1.05rem 0;
  color: var(--pa-carbon);
  font-family: "Atlas Display", sans-serif;
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.acc summary span {
  max-width: 48ch;
}

.sign {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(33, 107, 136, 0.38);
  border-radius: 999px;
  background: rgba(220, 231, 231, 0.55);
}

.sign::before,
.sign::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: var(--pa-route);
}

.sign::after {
  transform: rotate(90deg);
}

details[open] .sign {
  background: var(--pa-atlantic);
}

details[open] .sign::before,
details[open] .sign::after {
  background: var(--pa-white);
}

details[open] .sign::after {
  transform: rotate(0deg);
}

.acc-body {
  max-width: none;
  padding: 0 0 clamp(1.2rem, 2vw, 1.55rem);
}

.acc-body p {
  box-sizing: border-box;
  width: 100%;
  max-width: 74ch;
  padding: clamp(1rem, 2vw, 1.3rem) clamp(1.1rem, 2.4vw, 1.55rem);
  border-top: 1px solid rgba(33, 107, 136, 0.35);
  background: rgba(220, 231, 231, 0.58);
  color: #263f50;
}

.cta-wrap {
  padding: 0 0 clamp(4.5rem, 7vw, 6rem);
  background: var(--pa-paper);
}

.cta-wrap > .wrap {
  width: min(100% - var(--pa-gutter) - var(--pa-gutter), var(--pa-width));
  max-width: var(--pa-width);
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 0.2rem clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin: 0;
  padding: clamp(1.45rem, 2.7vw, 2.1rem) clamp(1.45rem, 3vw, 2.5rem);
  border: 0;
  border-radius: 0;
  color: var(--pa-white);
  background:
    linear-gradient(132deg, transparent 0 68%, rgba(220, 231, 231, 0.1) 68% 100%),
    var(--pa-atlantic);
  box-shadow: none;
}

.cta-h {
  grid-column: 1;
  grid-row: 1;
  color: var(--pa-white);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.cta-p {
  grid-column: 1;
  grid-row: 2;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.cta .btn {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--pa-white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.48);
}

@media (min-width: 980px) {
  .wrap--read:has(> .h2):has(> .rte) > .h2,
  .wrap--read:has(> .h2):has(> .agrid) > .h2,
  .wrap--read:has(> .h2):has(> .fsteps) > .h2,
  .dark .wrap--read > .h2,
  #faq .wrap--read > .h2 {
    position: sticky;
    top: 6rem;
  }
}

@media (max-width: 900px) {
  .page-head,
  .wrap--read:has(> .h2):has(> .rte),
  .wrap--read:has(> .h2):has(> .agrid),
  .wrap--read:has(> .h2):has(> .fsteps),
  .dark .wrap--read,
  #faq .wrap--read,
  .index-head {
    grid-template-columns: 1fr;
    gap: clamp(1.7rem, 5vw, 2.4rem);
  }

  .wrap--read > .h2,
  .wrap--read > :not(.h2),
  .dark .wrap--read > *,
  #faq .wrap--read > * {
    grid-column: 1;
  }

  .page-title {
    max-width: 13ch;
    font-size: clamp(2.8rem, 10.5vw, 4rem);
  }

  .page-sub {
    max-width: 58ch;
  }

  .h2,
  .h2.h2--light {
    max-width: 18ch;
    font-size: clamp(2.1rem, 8vw, 3rem);
  }

  .agrid,
  .cindex,
  .tiles {
    grid-template-columns: 1fr;
  }

  .acard:nth-child(odd),
  .cindex li:nth-child(odd) {
    border-right: 0;
  }

  .cindex li {
    min-height: 0;
  }
}

/* Hard overrides for the old bronze-directory selectors in styles.css. These
   are scoped to practice pages and intentionally use exact component selectors:
   the previous build used equal-specificity rules for `.agrid`, `.acard h3`,
   and `.acc`; if a cached or later rule wins, the page visibly regresses into
   bronze lines, uppercase titles, and cramped columns. */
main .wrap--read > .agrid {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-top: 1px solid var(--pa-line-strong);
  border-image: none;
  box-shadow: none;
}

main .wrap--read > .agrid > .acard {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-image: none;
}

main .wrap--read > .agrid > .acard h3 {
  color: var(--pa-carbon);
  font-family: "Atlas Display", sans-serif;
  letter-spacing: -0.02em;
  text-transform: none;
  text-shadow: none;
}

main .wrap--read > .agrid > .acard p {
  color: #34495f;
  font-family: "Atlas Text", sans-serif;
}

main #faq .acc,
main #faq .acc details {
  border-image: none;
  box-shadow: none;
}

main #faq .acc {
  border-top-color: rgba(10, 22, 40, 0.24);
}

main #faq .acc details {
  border-bottom-color: rgba(10, 22, 40, 0.18);
}

main #faq .acc summary {
  color: var(--pa-atlantic);
}

main #faq .acc summary:hover {
  color: #13233d;
}

main #faq .sign {
  display: block;
  width: 44px;
  height: 44px;
  margin-top: 0;
  border: 1px solid var(--pa-atlantic);
  border-radius: 999px;
  background: var(--pa-atlantic);
  box-shadow: none;
}

main #faq .sign::before,
main #faq .sign::after {
  content: "";
  position: absolute;
  inset: auto;
  background: var(--pa-white);
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 180ms cubic-bezier(0.23, 1, 0.32, 1), transform 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

main #faq .sign::before {
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
}

main #faq .sign::after {
  left: 50%;
  top: 50%;
  width: 2px;
  height: 14px;
}

main #faq details[open] .sign {
  border-color: var(--pa-atlantic);
  background: var(--pa-atlantic);
}

main #faq details[open] .sign::before {
  background: var(--pa-white);
}

main #faq details[open] .sign::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

main #faq .acc-body p {
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-top-color: rgba(10, 22, 40, 0.22);
  background: var(--pa-white);
  color: #223443;
}

@media (max-width: 980px) {
  main .wrap--read:has(> .h2):has(> .agrid) {
    grid-template-columns: 1fr;
  }

  main .wrap--read:has(> .h2):has(> .agrid) > .h2,
  main .wrap--read:has(> .h2):has(> .agrid) > .agrid {
    grid-column: 1;
  }

  main .wrap--read > .agrid {
    grid-template-columns: 1fr;
  }

  main .wrap--read > .agrid > .acard:nth-child(odd) {
    border-right: 0;
  }
}

@media (max-width: 600px) {
  :root {
    --pa-gutter: 1.25rem;
  }

  .railhead {
    min-height: 64px;
  }

  .sec,
  .sec.sec--paper,
  .dark,
  .index-dark {
    padding-block: clamp(3.8rem, 13vw, 5rem);
  }

  .sec--tight {
    min-height: clamp(26rem, 118vw, 34rem);
    padding-block: clamp(7rem, 24vw, 8.5rem) clamp(4.5rem, 16vw, 5.75rem);
    background-image:
      linear-gradient(180deg, rgba(10, 22, 40, 0.88) 0%, rgba(10, 22, 40, 0.58) 42%, rgba(10, 22, 40, 0.92) 100%),
      linear-gradient(90deg, rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.36)),
      var(--pa-hero-img-sm, var(--pa-hero-img));
  }

  .page-title {
    font-size: clamp(2.55rem, 10vw, 3.2rem);
    line-height: 0.96;
  }

  .page-sub {
    padding-left: 1rem;
    font-size: 1.02rem;
  }

  .h2,
  .h2.h2--light {
    font-size: clamp(1.9rem, 8vw, 2.45rem);
    line-height: 1;
  }

  .rte p,
  .rte.rte--light p,
  .acard p,
  .cindex p,
  .fsteps p,
  .acc-body p,
  .tile-p,
  .lede {
    font-size: 1rem;
    line-height: 1.68;
  }

  .acard {
    padding: 1.35rem 0;
    background: transparent;
  }

  .cindex li,
  .fsteps li {
    grid-template-columns: 3.65rem minmax(0, 1fr);
  }

  .ci-n,
  .fs-n {
    font-size: 2.35rem;
  }

  .tiles {
    width: 100%;
  }

  .tile {
    min-height: 20rem;
  }

  .acc summary {
    gap: 1rem;
    min-height: 68px;
    font-size: 1.22rem;
  }

  .cta {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .cta .btn {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0.8rem;
    width: 100%;
  }
}

/* Practice FAQ mirrors the approved homepage FAQ treatment.
   Keep the practice-area copy/details markup intact, but use the same centered
   heading, single-column index, mist answer field, and route-blue controls as
   the homepage #questions section. */
main #faq {
  padding: clamp(5.25rem, 8vw, 7.25rem) var(--pa-gutter);
  color: var(--pa-carbon);
  background: var(--pa-paper);
}

main #faq::before {
  inset: auto;
  top: clamp(1.5rem, 3vw, 2.25rem);
  left: 50%;
  width: min(calc(100% - var(--pa-gutter) - var(--pa-gutter)), 980px);
  height: 1px;
  transform: translateX(-50%);
  border-top: 1px solid rgba(33, 107, 136, 0.28);
  border-bottom: 0;
  background: transparent;
}

main #faq::after {
  display: none;
}

main #faq .wrap,
main #faq .wrap--read,
main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.2rem, 4vw, 3.65rem);
  width: min(100%, 980px);
  max-width: 980px;
  padding: 0;
  column-gap: 0;
}

main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) > .h2,
main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) > *:not(.h2),
main #faq .wrap--read > .h2,
main #faq .wrap--read > :not(.h2) {
  grid-column: 1;
  grid-row: auto;
}

main #faq .wrap--read > .h2,
main #faq .h2 {
  position: static;
  top: auto;
  max-width: min(100%, 760px);
  margin: 0 auto;
  padding: 0;
  border-bottom: 0;
  color: var(--pa-route);
  font-size: clamp(2.45rem, 5.2vw, 5rem);
  line-height: 0.94;
  text-align: center;
  text-wrap: balance;
}

main #faq .acc {
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(33, 107, 136, 0.3);
}

main #faq .acc details {
  border-bottom: 1px solid rgba(33, 107, 136, 0.22);
}

main #faq .acc summary {
  min-height: 70px;
  padding-block: 1.05rem;
  padding-inline: 0;
  color: var(--pa-carbon);
  font-size: clamp(1.28rem, 1.65vw, 1.485rem);
  line-height: 1.15;
}

main #faq .acc summary:hover,
main #faq .acc summary:focus-visible,
main #faq .acc details[open] summary {
  color: var(--pa-route);
}

main #faq .sign {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-top: 0;
  border: 1px solid rgba(33, 107, 136, 0.38);
  border-radius: 999px;
  background: rgba(220, 231, 231, 0.62);
  box-shadow: none;
}

main #faq .sign::before,
main #faq .sign::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--pa-route);
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background-color 180ms ease;
}

main #faq .sign::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

main #faq .acc details[open] .sign {
  border-color: rgba(33, 107, 136, 0.55);
  background: var(--pa-route);
  box-shadow: 0 0 0 1px rgba(220, 231, 231, 0.42) inset;
}

main #faq .acc details[open] .sign::before,
main #faq .acc details[open] .sign::after {
  background: var(--pa-white);
}

main #faq .acc details[open] .sign::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}

main #faq .acc details[open] .acc-body {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(1.25rem, 2.6vw, 1.75rem);
  padding: clamp(1rem, 2vw, 1.3rem) clamp(1.1rem, 2.4vw, 1.55rem);
  border-left: 0;
  border-top: 1px solid rgba(33, 107, 136, 0.35);
  background: rgba(220, 231, 231, 0.58);
}

main #faq .acc-body p {
  max-width: 75ch;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #263f50;
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 700px) {
  main #faq {
    padding-block: clamp(4rem, 12vw, 5.25rem);
  }

  main #faq::before {
    top: 1rem;
    width: calc(100% - 2rem);
  }

  main #faq .wrap,
  main #faq .wrap--read,
  main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) {
    gap: 1.75rem;
    padding: 0;
  }

  main #faq .wrap--read > .h2,
  main #faq .h2 {
    max-width: min(100%, 22rem);
    font-size: clamp(2rem, 8.7vw, 2.55rem);
    line-height: 0.98;
  }

  main #faq .acc {
    width: 100%;
    margin-left: 0;
  }

  main #faq .acc summary {
    min-height: 64px;
    font-size: clamp(1.08rem, 5.4vw, 1.32rem);
    line-height: 1.15;
  }

  main #faq .acc details[open] .acc-body {
    width: 100%;
    margin-right: 0;
  }

  main #faq .acc-body p {
    font-size: 1rem;
    line-height: 1.65;
  }
}

/* Practice-page header refresh: match the approved homepage chrome while
   preserving the existing railhead markup and menu/search JS hooks. */
.railhead,
.railhead.is-up {
  height: 74px;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding-inline: clamp(1rem, 3vw, 3rem);
  color: var(--pa-white);
  background: var(--pa-atlantic);
  border-bottom: 1px solid rgba(201, 162, 39, 0.42);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.railhead {
  transform: translateY(-100%);
}

.railhead.is-up {
  transform: none;
}

.railhead .rh-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: flex;
  flex: none;
  align-items: center;
  padding: 0;
  line-height: 0;
  transform: translate(-50%, -50%);
}

.railhead .rh-mark img {
  display: block;
  width: auto;
  height: 52px;
  max-width: none;
}

.railhead .rh-name {
  display: none !important;
}

.railhead .rh-menu {
  order: 1;
  margin-right: auto;
}

.railhead .rh-search {
  order: 2;
  margin-left: auto;
}

.railhead .rh-call {
  order: 3;
}

.railhead .rh-call,
.railhead .rh-search,
.railhead .rh-menu {
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pa-white);
  font-family: "Atlas Text", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.railhead .rh-menu {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.railhead .rh-search {
  display: inline-flex;
  align-items: center;
}

.railhead .rh-call {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-left: clamp(1rem, 2vw, 1.5rem);
  padding: 0 1.35rem;
  border: 1px solid rgba(201, 162, 39, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(10, 22, 40, 0.72);
  color: var(--pa-white);
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: inset 0 -1px 0 rgba(201, 162, 39, 0.34);
}

.railhead .rh-call:hover,
.railhead .rh-call:focus-visible {
  border-color: #f0d078;
  background:
    linear-gradient(180deg, rgba(201, 162, 39, 0.18), rgba(201, 162, 39, 0.07)),
    rgba(10, 22, 40, 0.88);
  color: var(--pa-white);
}

.railhead .rh-search:hover,
.railhead .rh-search:focus-visible,
.railhead .rh-menu:hover,
.railhead .rh-menu:focus-visible {
  background: transparent;
  color: #f0d078;
}

.railhead .rh-call .ic,
.railhead .rh-search .ic {
  display: none;
}

.railhead .rh-call span,
.railhead .rh-search span,
.railhead .rh-menu span:not(.ico-menu) {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  white-space: nowrap;
}

.railhead .rh-menu .ico-menu {
  display: block;
  width: 20px;
  height: 12px;
}

.railhead .rh-menu .ico-menu::before,
.railhead .rh-menu .ico-menu::after {
  height: 1px;
}

.railhead .rh-menu .ico-menu::before {
  top: 0;
  box-shadow: 0 6px 0 currentColor;
}

.railhead .rh-menu .ico-menu::after {
  top: auto;
  bottom: 0;
}

@media (max-width: 640px) {
  .railhead,
  .railhead.is-up {
    height: 64px;
    min-height: 64px;
    padding-inline: 0.9rem;
  }

  .railhead .rh-mark img {
    height: 44px;
  }

  .railhead .rh-call {
    display: none;
  }

  .railhead .rh-search,
  .railhead .rh-menu {
    min-height: 44px;
    font-size: 11px;
  }
}

/* Practice detail page composition pass.
   Scope: shared practice-area detail template only. Preserve every supplied
   HTML tag and copy string; upgrade the visual rhythm away from repeated
   document columns and boxed cards. */
.sec--tight {
  min-height: clamp(34rem, 56vw, 46rem);
  display: grid;
  align-items: end;
  padding: clamp(9.25rem, 13vw, 13rem) 0 clamp(5.8rem, 9vw, 8rem);
  background-image:
    radial-gradient(circle at 74% 24%, rgba(240, 208, 120, 0.14), rgba(240, 208, 120, 0) 27rem),
    linear-gradient(90deg, rgba(10, 22, 40, 0.98) 0%, rgba(10, 22, 40, 0.9) 34%, rgba(10, 22, 40, 0.58) 63%, rgba(10, 22, 40, 0.9) 100%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.82) 0%, rgba(10, 22, 40, 0.18) 45%, rgba(10, 22, 40, 0.92) 100%),
    var(--pa-hero-img);
  background-position: center;
  background-size: cover;
  box-shadow:
    inset 0 -1px 0 rgba(201, 162, 39, 0.35),
    inset 0 -14rem 11rem rgba(10, 22, 40, 0.42);
}

.sec--tight::after {
  content: "";
  position: absolute;
  right: max(var(--pa-gutter), calc((100vw - var(--pa-width)) / 2));
  bottom: clamp(2rem, 4vw, 3.5rem);
  width: min(34vw, 25rem);
  height: 1px;
  background: rgba(201, 162, 39, 0.58);
  pointer-events: none;
}

.page-head {
  display: block;
  max-width: min(100%, 860px);
}

.page-title {
  max-width: 10ch;
  font-size: clamp(4.1rem, 7.4vw, 6rem);
  line-height: 0.9;
}

.page-sub {
  max-width: 47ch;
  margin-top: clamp(1.4rem, 2.7vw, 2.3rem);
  margin-bottom: 0;
  padding: 1.05rem 0 1.05rem clamp(1.1rem, 2vw, 1.45rem);
  border-left-color: rgba(201, 162, 39, 0.72);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.35vw, 1.24rem);
}

#overview {
  padding-top: clamp(5.75rem, 8vw, 8rem);
  background:
    linear-gradient(116deg, rgba(220, 231, 231, 0.35) 0 34%, transparent 34% 100%),
    var(--pa-paper);
}

#overview .wrap--read {
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.9fr);
  align-items: start;
}

#overview .h2 {
  max-width: 13.5ch;
  font-size: clamp(2.15rem, 3.35vw, 3.55rem);
  line-height: 0.98;
}

#overview .rte {
  position: relative;
  max-width: 76ch;
  padding-left: clamp(1.4rem, 3vw, 2.4rem);
  border-left: 1px solid rgba(201, 162, 39, 0.62);
}

#overview .rte p:first-child {
  color: var(--pa-atlantic);
  font-size: clamp(1.18rem, 1.55vw, 1.42rem);
  font-weight: 600;
  line-height: 1.55;
}

#overview .rte-strong {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.15rem, 2vw, 1.45rem) 0 0;
  border-top: 1px solid rgba(201, 162, 39, 0.62);
  border-left: 0;
}

#fault .wrap--read {
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.98fr);
  align-items: start;
}

#fault .h2 {
  max-width: 14.5ch;
  font-size: clamp(2.15rem, 3.35vw, 3.55rem);
  line-height: 0.98;
}

#fault .agrid,
main #fault .wrap--read > .agrid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1px;
  overflow: visible;
  border: 1px solid rgba(18, 61, 86, 0.22);
  background: rgba(18, 61, 86, 0.18);
}

#fault .acard,
main #fault .wrap--read > .agrid > .acard {
  min-height: clamp(13.5rem, 16vw, 16.5rem);
  padding: clamp(1.45rem, 2.8vw, 2.45rem);
  border: 0;
  background: rgba(255, 255, 255, 0.56);
}

main #fault .wrap--read > .agrid > .acard:first-child {
  grid-row: span 2;
  display: flex;
  min-height: clamp(24rem, 30vw, 30rem);
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, transparent 0 66%, rgba(201, 162, 39, 0.12) 66% 100%),
    var(--pa-atlantic);
}

main #fault .wrap--read > .agrid > .acard:first-child h3,
main #fault .wrap--read > .agrid > .acard:first-child p {
  color: var(--pa-white);
}

main #fault .wrap--read > .agrid > .acard:first-child p {
  color: rgba(255, 255, 255, 0.78);
}

#fault .acard:nth-child(odd) {
  border-right: 0;
}

#fault .acard:hover {
  background: rgba(220, 231, 231, 0.56);
}

main #fault .wrap--read > .agrid > .acard:first-child:hover {
  background:
    linear-gradient(145deg, transparent 0 66%, rgba(201, 162, 39, 0.16) 66% 100%),
    var(--pa-atlantic);
}

.index-dark {
  background:
    radial-gradient(circle at 18% 22%, rgba(201, 162, 39, 0.12), rgba(201, 162, 39, 0) 23rem),
    linear-gradient(132deg, transparent 0 62%, rgba(220, 231, 231, 0.07) 62% 100%),
    var(--pa-atlantic);
}

.ci-n,
.fs-n,
.fsteps .fs-n {
  color: var(--pa-gold);
}

#protect .wrap--read {
  grid-template-columns: 1fr;
  gap: clamp(1.4rem, 3vw, 2.2rem);
}

#protect .wrap--read > .h2 {
  position: static;
  top: auto;
  grid-column: 1;
  max-width: 16ch;
}

#protect .wrap--read > :not(.h2) {
  grid-column: 1;
}

#protect .rte {
  max-width: 64ch;
}

#protect .fsteps {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(2rem, 5vw, 4.5rem);
  margin-top: clamp(0.8rem, 2.4vw, 1.8rem);
  border-top: 1px solid rgba(18, 61, 86, 0.22);
}

#protect .fsteps li {
  grid-template-columns: 4.4rem minmax(0, 1fr);
  align-items: start;
  padding: clamp(1.45rem, 2.8vw, 2.2rem) 0;
  border-bottom: 1px solid rgba(18, 61, 86, 0.18);
}

#protect .rte-strong {
  grid-column: 1;
  max-width: 72ch;
  margin-top: clamp(2rem, 4vw, 3rem);
  border-color: rgba(201, 162, 39, 0.62);
}

#related .wrap--read {
  width: min(100% - var(--pa-gutter) - var(--pa-gutter), var(--pa-width));
  max-width: var(--pa-width);
}

#related .h2 {
  max-width: 18ch;
}

#related .tiles {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.94fr) minmax(0, 0.94fr);
  gap: 1px;
}

#related .tile {
  min-height: clamp(23rem, 31vw, 29rem);
}

#related .tile:first-child {
  min-height: clamp(25rem, 34vw, 31rem);
}

#why.dark {
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 162, 39, 0.12), rgba(201, 162, 39, 0) 20rem),
    linear-gradient(128deg, rgba(10, 22, 40, 1) 0 58%, rgba(18, 61, 86, 0.74) 58% 100%),
    var(--pa-atlantic);
}

.cta .btn {
  border-color: var(--pa-gold);
  color: var(--pa-atlantic);
  background: var(--pa-gold);
}

.cta .btn:hover,
.cta .btn:focus-visible {
  border-color: #f0d078;
  color: var(--pa-atlantic);
  background: #f0d078;
}

@media (max-width: 900px) {
  .sec--tight {
    min-height: clamp(30rem, 98vw, 40rem);
    padding-block: clamp(8rem, 22vw, 10rem) clamp(4.5rem, 14vw, 6rem);
  }

  .sec--tight::after {
    left: var(--pa-gutter);
    right: auto;
    width: min(14rem, 56vw);
  }

  #overview .wrap--read,
  #fault .wrap--read,
  #protect .wrap--read {
    grid-template-columns: 1fr;
  }

  #overview .rte {
    padding-left: 0;
    padding-top: 1.35rem;
    border-left: 0;
    border-top: 1px solid rgba(201, 162, 39, 0.6);
  }

  #overview .h2,
  #fault .h2 {
    max-width: 14ch;
    font-size: clamp(2rem, 7.1vw, 2.75rem);
    line-height: 1;
  }

  #fault .agrid,
  main #fault .wrap--read > .agrid,
  #protect .fsteps,
  #related .tiles {
    grid-template-columns: 1fr;
  }

  main #fault .wrap--read > .agrid > .acard:first-child {
    grid-row: auto;
    min-height: 18rem;
  }

  #protect .fsteps {
    grid-column: 1;
    margin-top: 0;
  }

  #protect .rte-strong {
    grid-column: 1;
  }
}

@media (max-width: 600px) {
  .page-title {
    max-width: 11ch;
    font-size: clamp(2.6rem, 13vw, 3.45rem);
  }

  .page-sub {
    max-width: 29ch;
    padding-left: 0.95rem;
  }

  #overview,
  #fault,
  #protect,
  #related,
  #why,
  main #faq {
    padding-block: clamp(4rem, 14vw, 5.25rem);
  }

  #fault .agrid,
  main #fault .wrap--read > .agrid {
    border-left: 0;
    border-right: 0;
    gap: 0.85rem;
    background: transparent;
  }

  #fault .acard,
  main #fault .wrap--read > .agrid > .acard {
    min-height: 0;
    padding: clamp(1.35rem, 5.4vw, 1.65rem);
    background: transparent;
  }

  main #fault .wrap--read > .agrid > .acard:not(:first-child) {
    background:
      linear-gradient(132deg, transparent 0 74%, rgba(201, 162, 39, 0.08) 74% 100%),
      rgba(220, 231, 231, 0.6);
    border-top: 1px solid rgba(18, 61, 86, 0.16);
  }

  main #fault .wrap--read > .agrid > .acard:first-child {
    margin-inline: calc(var(--pa-gutter) * -1);
    padding: 2rem var(--pa-gutter);
    background:
      linear-gradient(145deg, transparent 0 66%, rgba(201, 162, 39, 0.12) 66% 100%),
      var(--pa-atlantic);
  }

  main #fault .wrap--read > .agrid > .acard:first-child h3,
  main #fault .wrap--read > .agrid > .acard:first-child p {
    color: var(--pa-white);
  }

  main #fault .wrap--read > .agrid > .acard:first-child p {
    color: rgba(255, 255, 255, 0.78);
  }

  #protect .fsteps li {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 0.9rem;
  }
}

/* EDIT 24 — Premium numbered FAQ system
   Shared FAQ treatment aligned with the homepage reference: serif heading,
   gold subject, generated numbers, refined open state, and native details
   semantics preserved. */
main #faq {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 8vw, 8.5rem) var(--pa-gutter);
  background:
    radial-gradient(circle at 50% 10%, rgba(201, 162, 39, 0.08), transparent 28rem),
    linear-gradient(112deg, rgba(255, 255, 255, 0) 0 67%, rgba(220, 231, 231, 0.54) 67% 100%),
    var(--pa-paper);
  color: #081429;
}

main #faq::before {
  content: "FAQ";
  position: absolute;
  top: clamp(3.4rem, 5vw, 5.25rem);
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(9rem, 18vw, 13rem);
  margin: 0;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(201, 162, 39, 0.34), rgba(201, 162, 39, 0.34)) left 50% / 3.2rem 1px no-repeat,
    linear-gradient(90deg, rgba(201, 162, 39, 0.34), rgba(201, 162, 39, 0.34)) right 50% / 3.2rem 1px no-repeat;
  color: var(--pa-gold);
  font-family: "Atlas Text", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1;
  text-indent: 0.28em;
  z-index: 2;
}

main #faq::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 24rem;
  background: radial-gradient(circle at 50% 20%, rgba(201, 162, 39, 0.1), transparent 18rem);
  opacity: 0.55;
  pointer-events: none;
}

main #faq .wrap,
main #faq .wrap--read,
main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  width: min(100%, 1180px);
  max-width: 1180px;
  gap: clamp(2rem, 3.8vw, 3rem);
  padding: 0;
}

main #faq .wrap--read > .h2,
main #faq .h2,
main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) > .h2 {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #081429;
  font-family: "GB Hero Serif", "Cinzel", Georgia, serif;
  font-size: clamp(3.2rem, 5.7vw, 5.85rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.038em;
  text-align: center;
  text-transform: none;
  text-wrap: balance;
}

main #faq .h2::before {
  display: none;
}

main #faq .h2::after {
  content: "";
  display: block;
  width: clamp(7rem, 15vw, 11rem);
  height: 1px;
  margin: clamp(1.15rem, 2vw, 1.55rem) auto 0;
  background:
    linear-gradient(90deg, transparent 0 42%, var(--pa-gold) 42% 58%, transparent 58% 100%),
    linear-gradient(90deg, rgba(201, 162, 39, 0.34), rgba(201, 162, 39, 0.34));
}

main #faq .faq-title-accent {
  display: block;
  color: var(--pa-gold);
}

main #faq .acc {
  counter-reset: gb-faq;
  margin: 0 auto;
  width: min(100%, 1080px);
  border: 1px solid rgba(10, 22, 40, 0.16);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 28px 74px rgba(10, 22, 40, 0.08);
}

main #faq .acc details {
  counter-increment: gb-faq;
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(10, 22, 40, 0.14);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

main #faq .acc details:last-child {
  border-bottom: 0;
}

main #faq .acc details[open] {
  border-left: 0;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

main #faq .acc details[open]::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, var(--pa-gold), rgba(201, 162, 39, 0.74));
  box-shadow: 1px 0 0 rgba(201, 162, 39, 0.22);
  pointer-events: none;
}

main #faq .acc summary {
  display: grid;
  grid-template-columns: clamp(4.2rem, 8vw, 7rem) 1px minmax(0, 1fr) 3.1rem;
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: center;
  min-height: clamp(5.05rem, 7.2vw, 6.25rem);
  padding: 0 clamp(1.25rem, 3vw, 3.2rem);
  color: #081429;
  font-family: "GB Hero Serif", "Cinzel", Georgia, serif;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-transform: none;
}

main #faq .acc summary::-webkit-details-marker {
  display: none;
}

main #faq .acc summary::before {
  content: counter(gb-faq, decimal-leading-zero);
  grid-column: 1;
  color: var(--pa-gold);
  font-family: "GB Hero Serif", "Cinzel", Georgia, serif;
  font-size: clamp(2.45rem, 4.7vw, 4.25rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

main #faq .acc summary span {
  grid-column: 3;
  min-width: 0;
}

main #faq .acc summary::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 1px;
  align-self: stretch;
  background: rgba(201, 162, 39, 0.36);
}

main #faq .sign {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(201, 162, 39, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

main #faq .sign::before,
main #faq .sign::after {
  background: var(--pa-gold);
}

main #faq .acc details[open] .sign {
  border-color: #081429;
  background: #081429;
}

main #faq .acc details[open] .sign::before,
main #faq .acc details[open] .sign::after {
  background: #fff;
}

main #faq .acc details[open] .sign::after {
  transform: scaleY(0);
}

main #faq .acc-body,
main #faq .acc details[open] .acc-body {
  margin: 0;
  padding: 0 clamp(1.25rem, 3vw, 3.2rem) clamp(1.55rem, 3vw, 2.25rem) clamp(6.7rem, 12.7vw, 11.1rem);
  border: 0;
  background: transparent;
}

main #faq .acc-body p {
  max-width: 76ch;
  color: rgba(10, 22, 40, 0.82);
  font-family: "Atlas Text", sans-serif;
  font-size: clamp(1rem, 1.08vw, 1.1rem);
  line-height: 1.75;
}

@media (max-width: 700px) {
  main #faq {
    padding-block: clamp(4.25rem, 16vw, 5.75rem);
  }

  main #faq .wrap,
  main #faq .wrap--read,
  main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) {
    gap: 1.6rem;
  }

  main #faq .wrap--read > .h2,
  main #faq .h2,
  main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) > .h2 {
    max-width: 9.5em;
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    line-height: 1;
  }

  main #faq .acc {
    width: 100%;
  }

  main #faq .acc details[open] {
    border-left: 0;
  }

  main #faq .acc details[open]::before {
    width: 1px;
  }

  main #faq .acc summary {
    grid-template-columns: 3rem 1px minmax(0, 1fr) 2.35rem;
    gap: 0.75rem;
    min-height: 4.45rem;
    padding: 0.85rem 0.9rem;
    font-size: clamp(1rem, 5vw, 1.2rem);
  }

  main #faq .acc summary::before {
    font-size: 2.1rem;
  }

  main #faq .sign {
    width: 2rem;
    height: 2rem;
  }

  main #faq .acc-body,
  main #faq .acc details[open] .acc-body {
    padding: 0 1rem 1.25rem 4.95rem;
  }

  main #faq .acc-body p {
    font-size: 0.98rem;
    line-height: 1.65;
  }
}

/* EDIT 25 — FAQ typography family lock
   Practice pages share the same FAQ design as the homepage, but the latest
   FAQ layer was still carrying the old serif stack. Keep the approved layout,
   use Atlas Display for FAQ title/questions/numbers, and Atlas Text for copy. */
main #faq,
main #faq .acc-body,
main #faq .acc-body p {
  font-family: "Atlas Text", sans-serif;
}

main #faq::before,
main #faq .faq-title-accent {
  font-family: "Atlas Text", sans-serif;
}

main #faq .wrap--read > .h2,
main #faq .h2,
main #faq > .wrap.wrap--read:has(> .h2):has(> :not(.h2)) > .h2,
main #faq .acc summary,
main #faq .acc summary span,
main #faq .acc summary::before {
  font-family: "Atlas Display", sans-serif;
}
