.static-page .static-hero {
  padding: 38px 0 82px;
  background:
    radial-gradient(circle at 8% 12%, rgba(190,214,173,.52), transparent 31%),
    linear-gradient(135deg, #f8f7f2 0%, #eee9e2 100%);
}

.static-page .static-hero .landing-breadcrumb {
  margin-bottom: 46px;
}

.static-page .static-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.static-page .static-hero h1 + p {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--home-muted);
  font-size: 1.08rem;
}

.static-content-section {
  padding: 92px 0 112px;
  background: #fff;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  gap: clamp(48px, 8vw, 112px);
  justify-content: center;
  align-items: start;
}

.legal-navigation {
  position: sticky;
  top: 112px;
  display: flex;
  padding: 19px;
  flex-direction: column;
  border: 1px solid var(--home-line);
  border-radius: 13px;
  background: var(--home-paper);
}

.legal-navigation p {
  margin: 0 0 10px;
  color: var(--home-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.legal-navigation a {
  padding: 9px 10px;
  border-radius: 7px;
  color: #46534c;
  font-size: .82rem;
  font-weight: 680;
}

.legal-navigation a[aria-current="page"] {
  background: var(--home-ink);
  color: #fff;
}

.legal-document {
  min-width: 0;
  color: #344139;
}

.legal-document .service-details {
  padding: 0;
  border: 0;
  background: transparent;
}

.legal-document h2 {
  margin: 56px 0 14px;
  color: var(--home-ink);
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  line-height: 1.15;
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document h3 {
  margin: 0 0 10px;
  color: var(--home-ink);
  font-size: 1.14rem;
}

.legal-document h4 {
  margin: 30px 0 9px;
  color: var(--home-ink);
  font-size: 1rem;
}

.legal-document p,
.legal-document li {
  color: #526058;
  font-size: .94rem;
  line-height: 1.78;
}

.legal-document a {
  color: var(--home-lilac-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-document ul,
.legal-document ol {
  padding-left: 22px;
}

.legal-document .highlight-box {
  margin: 38px 0;
  padding: 25px;
  border: 1px solid rgba(109,75,145,.23);
  border-radius: 13px;
  background: var(--home-lilac-soft);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(360px, .67fr);
  gap: clamp(44px, 8vw, 108px);
  align-items: center;
}

.contact-page .static-hero h1 {
  font-size: clamp(3rem, 5vw, 5.15rem);
}

.contact-lead {
  max-width: 720px !important;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.contact-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
  color: #4f5d55;
  font-size: .8rem;
  font-weight: 700;
  list-style: none;
}

.contact-proof li {
  display: flex;
  gap: 7px;
}

.contact-proof span {
  color: var(--home-green-dark);
}

.contact-direct-card {
  padding: 32px;
  border-radius: 18px;
  background: var(--home-ink);
  box-shadow: 0 28px 70px rgba(23,32,28,.2);
  color: #fff;
}

.contact-direct-card .home-eyebrow {
  color: #cdb5e4 !important;
}

.contact-direct-card h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.contact-direct-card dl {
  margin: 28px 0 0;
}

.contact-direct-card dl div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.contact-direct-card dt {
  color: #9eaaa3;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-direct-card dd {
  margin: 0;
  color: #edf1ee;
  font-size: .86rem;
}

.contact-direct-card a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-identity {
  margin: 22px 0 0;
  color: #9eaaa3 !important;
  font-size: .72rem;
}

.contact-process-section {
  background: #fff;
}

.contact-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
}

.contact-heading > p {
  margin: 0 0 4px;
  color: var(--home-muted);
}

.contact-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}

.contact-process li {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  background: var(--home-paper);
}

.contact-process li > span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--home-lilac-soft);
  color: var(--home-lilac-dark);
  font-size: .72rem;
  font-weight: 800;
}

.contact-process h3 {
  margin: 44px 0 8px;
  font-size: 1.3rem;
}

.contact-process p {
  margin: 0;
  color: var(--home-muted);
  font-size: .9rem;
}

.contact-options-section {
  padding: 100px 0;
  background: var(--home-paper);
}

.contact-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-options-grid article {
  min-height: 390px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--home-line);
  border-radius: 17px;
  background: #fff;
}

.contact-options-grid article:first-child {
  background: var(--home-green);
}

.contact-options-grid h2 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.contact-options-grid article > p:not(.home-eyebrow) {
  margin: 20px 0 30px;
  color: #4f5d55;
}

.contact-link-list {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  border-top: 1px solid var(--home-line);
}

.contact-link-list a {
  display: flex;
  padding: 14px 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  font-weight: 750;
}

@media (max-width: 900px) {
  .legal-layout,
  .contact-hero-grid,
  .contact-heading,
  .contact-options-grid {
    grid-template-columns: 1fr;
  }

  .legal-navigation {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .legal-navigation p {
    grid-column: 1 / -1;
  }

  .contact-process {
    grid-template-columns: 1fr;
  }

  .contact-process li {
    min-height: auto;
  }

  .contact-process h3 {
    margin-top: 26px;
  }
}

@media (max-width: 580px) {
  .static-page .static-hero {
    padding: 30px 0 60px;
  }

  .static-page .static-hero .landing-breadcrumb {
    margin-bottom: 34px;
  }

  .static-page .static-hero h1,
  .contact-page .static-hero h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.45rem);
  }

  .static-content-section,
  .contact-options-section {
    padding: 72px 0;
  }

  .contact-actions,
  .contact-proof {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-direct-card {
    padding: 25px;
  }

  .contact-direct-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .legal-navigation {
    grid-template-columns: 1fr;
  }

  .legal-document h2 {
    margin-top: 44px;
  }
}
