.service-landing {
  --landing-max: 1720px;
}

.service-landing .landing-header {
  position: relative;
}

.landing-desktop-nav .is-current::after {
  transform: scaleX(1);
}

.landing-mobile-nav {
  display: none;
  position: relative;
}

.landing-mobile-nav summary {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  cursor: pointer;
  font-size: 24px;
  list-style: none;
}

.landing-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.landing-mobile-nav[open] summary {
  background: var(--ink);
  color: var(--white);
}

.landing-mobile-nav nav {
  position: absolute;
  z-index: 30;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(340px, calc(100vw - 36px));
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.landing-mobile-nav nav a {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.landing-mobile-nav nav a:last-child {
  background: var(--coral);
  color: var(--white);
  border-bottom: 0;
}

.landing-main,
.landing-footer {
  width: min(100%, var(--landing-max));
  margin-inline: auto;
}

.landing-main {
  overflow: hidden;
  background: var(--white);
}

.us-hero {
  display: grid;
  min-height: 700px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-rows: minmax(590px, 1fr) 110px;
}

.us-hero-copy {
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(58px, 7vw, 110px) clamp(40px, 6vw, 96px);
  background: var(--white);
}

.us-hero-copy .eyebrow,
.landing-section .eyebrow,
.case-boundary .eyebrow,
.landing-cta .eyebrow {
  margin: 0 0 20px;
  color: var(--coral-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.us-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 4.6vw, 68px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.06;
}

.us-hero-copy .title-rule {
  width: 52px;
  height: 4px;
  margin: 30px 0 24px;
  background: var(--coral);
}

.us-hero-intro {
  max-width: 670px;
  margin: 0;
  color: #454a49;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.9;
}

.us-hero-note {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.us-hero-copy .hero-actions {
  margin-top: 30px;
}

.us-hero-board {
  display: grid;
  min-height: 0;
  min-width: 0;
  background: #f6f2ea;
  border-left: 1px solid var(--line);
  grid-template-rows: auto minmax(230px, 0.92fr) minmax(0, 1.08fr) auto;
  overflow: hidden;
}

.us-hero-board-head,
.us-hero-board-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px clamp(24px, 3vw, 44px);
  letter-spacing: 0.15em;
}

.us-hero-board-head {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
}

.us-hero-board-head small {
  color: var(--coral-deep);
  font-size: 9px;
  font-weight: 850;
}

.us-hero-board-primary {
  display: grid;
  align-content: center;
  padding: clamp(34px, 4vw, 58px) clamp(30px, 5vw, 70px);
  background: var(--coral);
  color: var(--white);
}

.us-hero-board-primary > p {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.us-hero-board-metric {
  display: flex;
  align-items: end;
  gap: 18px;
}

.us-hero-board-metric strong {
  font-size: clamp(96px, 10vw, 150px);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.82;
}

.us-hero-board-metric span {
  padding-bottom: 9px;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 850;
  letter-spacing: 0.08em;
}

.us-hero-board-primary > small {
  margin-top: 24px;
  color: rgb(255 255 255 / 82%);
  font-size: 11px;
}

.us-hero-board-grid {
  display: grid;
  min-height: 0;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.us-hero-board-grid > div {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(24px, 3vw, 40px);
  background: #f6f2ea;
  border-right: 1px solid #dad3c6;
  border-bottom: 1px solid #dad3c6;
}

.us-hero-board-grid > div:nth-child(2n) {
  border-right: 0;
}

.us-hero-board-grid > div:nth-child(n + 3) {
  border-bottom: 0;
}

.us-hero-board-grid dt {
  margin-bottom: 12px;
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.us-hero-board-grid dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(13px, 1.15vw, 17px);
  font-weight: 750;
  line-height: 1.65;
}

.us-hero-board-foot {
  background: #e9c65f;
  color: #3a3022;
  font-size: 8px;
  font-weight: 850;
}

.us-hero-facts {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  padding: 0 var(--gutter);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.us-hero-facts li {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 20px clamp(14px, 2vw, 30px);
  gap: 15px;
  border-right: 1px solid var(--line);
}

.us-hero-facts li:last-child {
  border-right: 0;
}

.us-hero-facts i {
  color: var(--coral);
  font-size: 30px;
}

.us-hero-facts span {
  display: grid;
  min-width: 0;
}

.us-hero-facts strong {
  font-size: 14px;
}

.us-hero-facts small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.landing-section {
  padding: clamp(76px, 8vw, 128px) var(--gutter);
}

.landing-section h2,
.case-boundary h2,
.landing-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.16;
}

.us-heading-line {
  display: block;
  white-space: nowrap;
}

.section-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 16px;
  border-top: 3px solid var(--ink);
}

.section-kicker .eyebrow {
  margin: 0;
}

.section-kicker > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--paper-dark);
  border-radius: 50%;
  color: var(--coral-deep);
  font-size: 11px;
  font-weight: 800;
}

.problem-layout {
  display: grid;
  align-items: start;
  gap: clamp(48px, 6vw, 90px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.problem-layout h2 {
  font-size: clamp(36px, 3.3vw, 46px);
}

.problem-copy {
  padding-top: 6px;
}

.problem-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.problem-copy .lead-copy {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 650;
  line-height: 1.65;
}

.question-grid {
  display: grid;
  margin-top: clamp(54px, 7vw, 96px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.question-grid article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.question-grid article > span {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 800;
}

.question-grid i {
  display: block;
  margin: 32px 0 22px;
  color: var(--orange);
  font-size: 34px;
}

.question-grid h3,
.scope-grid h3,
.deliverables-list h3,
.process-list h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.question-grid p,
.scope-grid p,
.deliverables-list p,
.process-list p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

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

.entity-heading,
.state-directory-heading,
.official-samples-heading,
.maintenance-heading {
  display: grid;
  align-items: end;
  gap: clamp(44px, 8vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.entity-heading > p,
.state-directory-heading p,
.official-samples-heading p,
.maintenance-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.entity-purpose-grid {
  display: grid;
  margin-top: clamp(50px, 7vw, 86px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entity-purpose-grid article {
  display: grid;
  min-height: 270px;
  align-items: start;
  padding: clamp(26px, 3.2vw, 46px);
  gap: 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px minmax(0, 1fr);
}

.entity-purpose-grid article > span {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  grid-column: 1 / -1;
}

.entity-purpose-grid article > i {
  color: var(--orange);
  font-size: 38px;
}

.entity-purpose-grid h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.25;
}

.entity-purpose-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.entity-purpose-grid .is-for-profit {
  background: var(--coral-deep);
  color: var(--white);
  border-color: var(--coral-deep);
}

.entity-purpose-grid .is-for-profit > span,
.entity-purpose-grid .is-for-profit > i {
  color: #ffe59a;
}

.entity-purpose-grid .is-for-profit p {
  color: rgb(255 255 255 / 74%);
}

.entity-purpose-grid .is-nonprofit {
  background: #fff4d1;
}

.entity-suffix-note {
  display: grid;
  align-items: start;
  margin-top: 24px;
  padding: 28px 30px;
  gap: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--coral);
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1.68fr);
}

.entity-suffix-note > span {
  color: var(--coral-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.entity-suffix-note h3 {
  margin: 0;
  font-size: 21px;
}

.entity-suffix-note p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.entity-comparison {
  margin-top: clamp(50px, 7vw, 86px);
  overflow-x: auto;
  border-top: 3px solid var(--ink);
  border-left: 1px solid var(--line);
  scrollbar-color: var(--coral) var(--paper-dark);
}

.comparison-row {
  display: grid;
  min-width: 1020px;
  min-height: 102px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(160px, 0.55fr) repeat(3, minmax(0, 1fr));
}

.comparison-row > * {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 22px 26px;
  border-right: 1px solid var(--line);
}

.comparison-row > span {
  color: var(--coral-deep);
  font-size: 12px;
  font-weight: 850;
}

.comparison-row > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.comparison-head {
  min-height: 72px;
  background: var(--coral-deep);
  color: var(--white);
}

.comparison-head > * {
  border-color: rgb(255 255 255 / 18%);
}

.comparison-head > span {
  color: var(--gold);
}

.comparison-head > strong {
  display: grid;
  align-content: center;
  font-size: 15px;
}

.comparison-head > strong small {
  display: block;
  margin-top: 4px;
  color: rgb(255 255 255 / 62%);
  font-size: 9px;
  font-weight: 650;
}

.entity-other-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: clamp(54px, 7vw, 90px);
  padding-bottom: 18px;
  gap: 30px;
  border-bottom: 3px solid var(--ink);
}

.entity-other-heading .eyebrow {
  margin: 0;
}

.entity-other-heading h3 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.35;
  text-align: right;
}

.entity-other-grid {
  display: grid;
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entity-other-grid article {
  min-height: 230px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.entity-other-grid article > span {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 850;
}

.entity-other-grid h4 {
  margin: 32px 0 0;
  color: var(--coral);
  font-size: 24px;
  line-height: 1.25;
}

.entity-other-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.entity-other-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.entity-alert-grid {
  display: grid;
  margin-top: 24px;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entity-alert {
  display: grid;
  align-items: start;
  margin: 0;
  padding: 22px 24px;
  gap: 16px;
  background: #fff5d2;
  border: 1px solid #ead69b;
  grid-template-columns: 26px minmax(0, 1fr);
}

.entity-alert i {
  color: var(--orange);
  font-size: 24px;
}

.entity-alert p {
  margin: 0;
  color: #5f563d;
  font-size: 12px;
  line-height: 1.8;
}

.entity-source-row {
  display: grid;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entity-source-row a {
  display: grid;
  min-height: 92px;
  align-items: center;
  padding: 18px 20px;
  gap: 16px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) 20px;
  transition: background 160ms ease, color 160ms ease;
}

.entity-source-row a:hover {
  background: var(--gold);
  color: var(--ink);
}

.entity-source-row span {
  display: grid;
}

.entity-source-row small {
  color: var(--coral-deep);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.entity-source-row strong {
  margin-top: 4px;
  font-size: 13px;
}

.state-directory-section {
  background: #f5ddd7;
  color: var(--ink);
}

.state-directory-heading p {
  color: #645653;
}

.state-directory-section .light-kicker {
  border-color: var(--coral-deep);
}

.state-directory-section .section-kicker > span {
  background: var(--coral);
  color: var(--white);
}

.source-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  gap: 7px;
  color: var(--coral-ink);
  font-size: 11px;
  font-weight: 750;
}

.state-regions {
  margin-top: clamp(50px, 7vw, 84px);
  border-top: 1px solid rgb(121 37 34 / 28%);
}

.state-regions details {
  border-bottom: 1px solid rgb(121 37 34 / 28%);
}

.state-regions summary {
  display: grid;
  min-height: 78px;
  align-items: center;
  padding: 18px 4px;
  gap: 18px;
  cursor: pointer;
  grid-template-columns: minmax(0, 1fr) auto 28px;
  list-style: none;
}

.state-regions summary::-webkit-details-marker {
  display: none;
}

.state-regions summary > span {
  display: grid;
  font-size: 18px;
  font-weight: 800;
}

.state-regions summary > span small {
  margin-top: 3px;
  color: #756461;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.state-regions summary > small {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.state-regions summary i {
  font-size: 20px;
  transition: transform 180ms ease;
}

.state-regions details[open] summary i {
  transform: rotate(45deg);
}

.state-list {
  display: grid;
  padding: 0 0 30px;
  border-left: 1px solid rgb(121 37 34 / 20%);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.state-list a {
  display: grid;
  min-height: 112px;
  align-content: center;
  padding: 18px;
  gap: 12px;
  background: rgb(255 255 255 / 28%);
  border-right: 1px solid rgb(121 37 34 / 20%);
  border-bottom: 1px solid rgb(121 37 34 / 20%);
  transition: background 160ms ease, color 160ms ease;
}

.state-list a:hover {
  background: var(--coral);
  color: var(--white);
}

.state-list span {
  display: grid;
  min-width: 0;
}

.state-list strong {
  font-size: 13px;
  font-weight: 750;
}

.state-list span small {
  margin-top: 3px;
  color: #756461;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.state-list em {
  color: var(--coral-ink);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.state-list a:hover small,
.state-list a:hover em {
  color: rgb(255 255 255 / 76%);
}

.dc-note {
  display: grid;
  align-items: center;
  margin-top: 26px;
  padding: 24px;
  gap: 22px;
  background: rgb(255 255 255 / 38%);
  border: 1px solid rgb(121 37 34 / 22%);
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.dc-note > span {
  color: var(--coral-deep);
  font-size: 22px;
  font-weight: 900;
}

.dc-note strong {
  font-size: 13px;
}

.dc-note p {
  margin: 4px 0 0;
  color: #756461;
  font-size: 11px;
}

.dc-note a {
  color: var(--coral-ink);
  font-size: 11px;
  font-weight: 750;
}

body.official-viewer-open {
  overflow: hidden;
}

.official-viewer {
  width: min(94vw, 1500px);
  max-width: none;
  height: min(92vh, 960px);
  height: min(92dvh, 960px);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  color: var(--ink);
}

.official-viewer::backdrop {
  background: rgb(23 26 27 / 78%);
  backdrop-filter: blur(5px);
}

.official-viewer-panel {
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgb(255 255 255 / 34%);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.official-viewer-header {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  gap: 24px;
  background: #f5ddd7;
  border-bottom: 1px solid #d8ada4;
}

.official-viewer-header p {
  margin: 0 0 5px;
  color: var(--coral-deep);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.official-viewer-header h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
}

.official-viewer-close {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  cursor: pointer;
  background: var(--coral);
  color: var(--white);
  border: 0;
  border-radius: 50%;
  font-size: 22px;
}

.official-viewer-address {
  display: grid;
  min-height: 54px;
  align-items: center;
  padding: 10px 18px;
  gap: 12px;
  background: #fbfaf7;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 22px minmax(0, 1fr) auto;
}

.official-viewer-address > i {
  color: var(--coral-deep);
  font-size: 19px;
}

.official-viewer-address > span {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.official-viewer-address > button {
  padding: 8px 12px;
  cursor: pointer;
  background: var(--white);
  color: var(--coral-deep);
  border: 1px solid #d8ada4;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
}

.official-viewer-frame-shell {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--white);
}

.official-viewer-frame-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0;
}

.official-viewer-loading {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  background: #fbfaf7;
  color: var(--muted);
  font-size: 11px;
}

.official-viewer-loading[hidden] {
  display: none;
}

.official-viewer-loading i {
  color: var(--coral);
  font-size: 32px;
  animation: official-viewer-spin 1s linear infinite;
}

.official-viewer-footer {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  gap: 24px;
  background: #fff4d1;
  border-top: 1px solid #ead58d;
}

.official-viewer-footer p {
  margin: 0;
  color: #695c3d;
  font-size: 9px;
  line-height: 1.65;
}

.official-viewer-footer a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: var(--coral-ink);
  font-size: 9px;
  font-weight: 850;
}

@keyframes official-viewer-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 620px) {
  .official-viewer {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
  }

  .official-viewer-header {
    min-height: 78px;
    padding: 16px 18px;
  }

  .official-viewer-close {
    width: 42px;
    height: 42px;
  }

  .official-viewer-address {
    padding-inline: 14px;
  }

  .official-viewer-address > button {
    padding-inline: 8px;
  }

  .official-viewer-footer {
    align-items: flex-start;
    padding: 12px 14px;
    gap: 8px;
    flex-direction: column;
  }
}

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

.official-samples-heading .sample-rule {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.document-gallery {
  display: grid;
  margin-top: clamp(52px, 7vw, 90px);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.document-card {
  min-width: 0;
  background: var(--white);
}

.document-preview {
  position: relative;
  display: block;
  aspect-ratio: 0.86;
  overflow: hidden;
  background: #e8e5de;
  border-bottom: 1px solid var(--line);
}

.document-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.82) contrast(0.96);
  transition: transform 220ms ease;
}

.document-preview:hover img {
  transform: scale(1.025);
}

.document-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgb(16 18 19 / 12%));
  content: "";
}

.document-preview > span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 86%;
  padding: 10px;
  transform: translate(-50%, -50%) rotate(-17deg);
  color: rgb(188 64 43 / 46%);
  border: 3px solid rgb(188 64 43 / 34%);
  font-size: clamp(17px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.document-card > div {
  padding: 24px 24px 26px;
}

.document-card small {
  color: var(--coral-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.document-card h3 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.35;
}

.document-card p {
  min-height: 44px;
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.document-card > div > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 800;
}

.sample-footnote {
  display: grid;
  align-items: start;
  margin-top: 24px;
  padding: 24px;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  grid-template-columns: 28px minmax(0, 1fr);
}

.sample-footnote i {
  color: var(--coral-deep);
  font-size: 26px;
}

.sample-footnote p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.85;
}

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

.maintenance-grid {
  display: grid;
  margin-top: clamp(52px, 7vw, 88px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maintenance-grid article {
  min-height: 230px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.maintenance-grid article > span {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 850;
}

.maintenance-grid i {
  display: block;
  margin: 28px 0 22px;
  color: var(--orange);
  font-size: 34px;
}

.maintenance-grid h3 {
  margin: 0;
  font-size: 16px;
}

.maintenance-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.scope-section {
  background: #52625a;
  color: var(--white);
}

.light-kicker {
  border-color: rgb(255 255 255 / 65%);
}

.scope-heading,
.process-heading {
  display: grid;
  align-items: end;
  gap: clamp(42px, 8vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
}

.scope-heading > p,
.process-heading > p {
  margin: 0 0 5px;
  color: rgb(255 255 255 / 68%);
  font-size: 13px;
  line-height: 1.85;
}

.scope-heading > p {
  color: rgb(255 255 255 / 78%);
}

.scope-grid {
  display: grid;
  margin-top: clamp(54px, 7vw, 90px);
  border-top: 1px solid rgb(255 255 255 / 25%);
  border-left: 1px solid rgb(255 255 255 / 25%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scope-grid article {
  min-height: 260px;
  padding: 28px;
  background: rgb(255 255 255 / 4%);
  border-right: 1px solid rgb(255 255 255 / 25%);
  border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.scope-grid article > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
}

.scope-grid i {
  display: block;
  margin: 34px 0 26px;
  color: var(--gold);
  font-size: 36px;
}

.scope-grid p {
  color: rgb(255 255 255 / 76%);
}

.deliverables-section {
  display: grid;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  background: var(--paper);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.deliverables-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 26px 0 28px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.deliverables-list {
  border-top: 3px solid var(--ink);
}

.deliverables-list article {
  display: grid;
  min-height: 122px;
  align-items: center;
  padding: 24px 10px;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 46px minmax(0, 1fr);
}

.deliverables-list i {
  color: var(--orange);
  font-size: 34px;
}

.documents-section {
  display: grid;
  min-height: 720px;
  padding: 0;
  background: var(--white);
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
}

.documents-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(60px, 7vw, 110px);
  background: #f2c9c0;
  border-right: 1px solid #dcaea4;
}

.documents-copy > p:not(.eyebrow) {
  margin: 24px 0 32px;
  color: #62504c;
  font-size: 13px;
  line-height: 1.85;
}

.documents-summary {
  display: flex;
  align-items: end;
  margin-top: 30px;
  padding-top: 26px;
  gap: 22px;
  border-top: 1px solid rgb(121 37 34 / 26%);
}

.documents-summary > strong {
  color: var(--coral-ink);
  font-size: clamp(74px, 7vw, 110px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.documents-summary > span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}

.documents-summary small {
  color: #765f5a;
  font-size: 9px;
  font-weight: 650;
}

.check-list {
  display: grid;
  align-content: center;
  margin: 0;
  padding: clamp(54px, 6vw, 94px);
  gap: 0 clamp(26px, 4vw, 54px);
  background: #fbfaf7;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.check-list li {
  display: grid;
  min-height: 104px;
  align-items: center;
  padding: 18px 0;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 32px minmax(0, 1fr);
}

.check-list i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  background: var(--gold);
  border-radius: 50%;
  font-size: 15px;
}

.check-list span {
  display: grid;
}

.check-list strong {
  font-size: 14px;
}

.check-list small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.process-section {
  background: #f7f2ec;
}

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

.process-list {
  display: grid;
  margin: clamp(56px, 7vw, 90px) 0 0;
  padding: 0;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.process-list li {
  display: grid;
  min-height: 270px;
  padding: 30px 26px;
  background: #fffaf7;
  border: 1px solid #e3d6cf;
  border-top: 6px solid var(--coral);
  grid-template-rows: auto 1fr;
}

.process-list li > div {
  align-self: end;
}

.process-list li > span {
  display: block;
  color: var(--coral-deep);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.faq-section {
  display: grid;
  gap: clamp(60px, 9vw, 140px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.faq-heading {
  position: sticky;
  top: 30px;
  align-self: start;
}

.faq-list {
  border-top: 3px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 82px;
  align-items: center;
  padding: 18px 8px;
  gap: 18px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 750;
  grid-template-columns: minmax(0, 1fr) 28px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  font-size: 20px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary {
  color: var(--coral-deep);
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: 0;
  padding: 0 48px 28px 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.case-boundary {
  display: grid;
  align-items: end;
  padding: clamp(70px, 8vw, 120px) var(--gutter);
  gap: clamp(50px, 9vw, 150px);
  background: var(--paper);
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
}

.case-boundary > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.landing-cta {
  display: grid;
  align-items: center;
  padding: clamp(68px, 8vw, 112px) var(--gutter);
  gap: clamp(60px, 10vw, 160px);
  background: var(--coral);
  color: var(--white);
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.7fr);
}

.landing-cta .eyebrow {
  color: var(--white);
}

.landing-cta > div > p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 80%);
  font-size: 13px;
  line-height: 1.85;
}

.cta-actions {
  display: grid;
  gap: 10px;
}

.cta-actions > a {
  display: grid;
  min-height: 82px;
  align-items: center;
  padding: 16px 20px;
  gap: 16px;
  background: var(--white);
  color: var(--ink);
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  transition: transform 180ms ease, background 180ms ease;
}

.cta-actions > a:hover {
  background: var(--gold);
  transform: translateX(4px);
}

.cta-actions > a > i:first-child {
  color: var(--coral-deep);
  font-size: 28px;
}

.cta-actions span {
  display: grid;
}

.cta-actions small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-actions strong {
  font-size: 17px;
}

.landing-footer {
  display: grid;
  padding: clamp(54px, 6vw, 90px) var(--gutter) 28px;
  background: var(--dark);
  color: var(--white);
  gap: 48px 90px;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.landing-footer-main .footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.landing-footer-main > p {
  max-width: 420px;
  margin: 24px 0 14px;
  color: rgb(255 255 255 / 62%);
  font-size: 12px;
}

.landing-footer-main > a:last-child {
  color: var(--gold);
  font-size: 12px;
}

.landing-footer-links {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-footer-links > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.landing-footer-links strong {
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  font-size: 12px;
}

.landing-footer-links a,
.landing-footer-links span {
  color: rgb(255 255 255 / 64%);
  font-size: 11px;
}

.landing-footer-links a:hover {
  color: var(--gold);
}

.landing-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  color: rgb(255 255 255 / 45%);
  border-top: 1px solid rgb(255 255 255 / 18%);
  font-size: 10px;
  grid-column: 1 / -1;
}

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

@media (max-width: 1180px) {
  .us-hero-copy {
    padding-inline: 50px;
  }

  .us-hero-copy h1 {
    font-size: clamp(46px, 5.8vw, 66px);
  }

  .question-grid,
  .us-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .us-hero-facts li:nth-child(2) {
    border-right: 0;
  }

  .us-hero-facts li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .us-hero {
    grid-template-rows: minmax(590px, 1fr) 180px;
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

}

@media (max-width: 1050px) {
  .landing-mobile-nav {
    display: block;
  }

  .us-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

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

  .deliverables-section,
  .faq-section,
  .case-boundary,
  .landing-cta {
    grid-template-columns: 1fr;
  }

  .entity-heading,
  .state-directory-heading,
  .official-samples-heading,
  .maintenance-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

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

  .faq-heading {
    position: static;
  }

  .landing-cta {
    gap: 46px;
  }

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

@media (max-width: 820px) {
  .service-landing {
    padding: 0;
  }

  .service-landing .site-header,
  .landing-main,
  .landing-footer {
    width: 100%;
  }

  .service-landing .site-header {
    border-radius: 0;
  }

  .us-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .us-hero-copy {
    padding: 64px var(--gutter);
  }

  .us-hero-board {
    grid-row: 2;
  }

  .us-hero-facts {
    grid-row: 3;
  }

  .problem-layout,
  .scope-heading,
  .process-heading,
  .documents-section,
  .landing-footer {
    grid-template-columns: 1fr;
  }

  .document-gallery,
  .maintenance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .state-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .documents-copy {
    border-right: 0;
    border-bottom: 1px solid #dcaea4;
  }

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

  .landing-footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  .landing-header {
    min-height: 76px;
    padding-inline: 18px;
  }

  .landing-header .brand img {
    width: 42px;
    height: 42px;
  }

  .landing-header .brand-copy strong {
    font-size: 18px;
  }

  .landing-header .brand-copy small {
    font-size: 9px;
  }

  .us-hero-copy {
    padding: 52px 24px 48px;
  }

  .us-hero-copy h1 {
    font-size: clamp(40px, 12.5vw, 54px);
  }

  .us-hero-copy .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .us-hero-copy .hero-actions .primary-button,
  .us-hero-copy .hero-actions .text-link {
    justify-content: center;
  }

  .us-hero-board-head,
  .us-hero-board-foot {
    padding-inline: 24px;
  }

  .us-hero-board-primary {
    padding: 42px 24px;
  }

  .us-hero-board-grid {
    grid-template-columns: 1fr;
  }

  .us-hero-board-grid > div,
  .us-hero-board-grid > div:nth-child(2n),
  .us-hero-board-grid > div:nth-child(n + 3) {
    padding: 26px 24px;
    border-right: 0;
    border-bottom: 1px solid #dad3c6;
  }

  .us-hero-board-grid > div:last-child {
    border-bottom: 0;
  }

  .us-hero-facts,
  .question-grid,
  .scope-grid,
  .process-list,
  .cta-actions,
  .landing-footer-links {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    min-width: 900px;
    min-height: 0;
    grid-template-columns: 120px repeat(3, minmax(260px, 1fr));
  }

  .comparison-row > * {
    padding: 16px 12px;
    font-size: 10px;
  }

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

  .dc-note {
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dc-note > a {
    grid-column: 2;
  }

  .document-gallery,
  .maintenance-grid {
    grid-template-columns: 1fr;
  }

  .document-preview {
    aspect-ratio: 0.9;
  }

  .us-hero-facts {
    padding: 0;
  }

  .us-hero-facts li,
  .us-hero-facts li:nth-child(2) {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .us-hero-facts li:last-child {
    border-bottom: 0;
  }

  .landing-section {
    padding: 68px 24px;
  }

  .landing-section h2,
  .case-boundary h2,
  .landing-cta h2 {
    font-size: 34px;
  }

  .us-heading-line {
    white-space: normal;
  }

  .entity-purpose-grid,
  .entity-other-grid,
  .entity-alert-grid,
  .entity-source-row {
    grid-template-columns: 1fr;
  }

  .entity-purpose-grid article {
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .entity-suffix-note {
    grid-template-columns: 1fr;
  }

  .entity-other-heading {
    align-items: start;
    flex-direction: column;
  }

  .entity-other-heading h3 {
    text-align: left;
  }

  .question-grid article,
  .scope-grid article {
    min-height: 220px;
  }

  .deliverables-section {
    gap: 48px;
  }

  .documents-section {
    min-height: 0;
  }

  .documents-copy {
    padding: 64px 24px;
  }

  .check-list {
    padding: 42px 24px;
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: 190px;
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 14px;
  }

  .case-boundary,
  .landing-cta {
    padding: 64px 24px;
  }

  .landing-footer {
    padding: 58px 24px 24px;
  }

  .landing-footer-links {
    gap: 28px;
  }

  .landing-footer-bottom {
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-landing *,
  .service-landing *::before,
  .service-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .official-viewer-loading i {
    animation: none;
  }
}
