/* Homepage refinement — September 8, 2026.
   Mobile-first spacing and a shorter, source-grounded reading path. */

.hero--stories .hero__title {
  max-width: 18ch;
  text-wrap: balance;
}

.client-story__sources {
  font-size: .78rem;
  opacity: .92;
}

.home-anchor-target,
#about,
#credentials,
#testimonials {
  scroll-margin-top: 6rem;
}

.home-routes {
  padding: 4rem 0 4.25rem;
}

.home-routes .k-h2,
.home-routes .k-lede {
  color: var(--ivory);
}

.home-routes .k-lede {
  max-width: 740px;
  margin: 0 auto;
  color: #c9c5bb;
}

.home-routes__grid {
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1180px;
  margin-top: 2.25rem;
}

.home-routes .claim-card {
  padding: 1.5rem;
  transform: none;
}

.home-routes .claim-card:hover {
  transform: translateY(-2px);
}

.home-routes .claim-card p {
  margin-bottom: 1.15rem;
}

.home-practice-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.home-practice-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: .45rem .7rem;
  border: 1px solid rgba(227, 201, 142, .34);
  border-radius: 999px;
  color: #f0dcae;
  font-size: .74rem;
  line-height: 1.25;
  text-decoration: none;
}

.home-practice-links a:hover,
.home-practice-links a:focus-visible {
  border-color: #e3c98e;
  background: rgba(227, 201, 142, .1);
}

.home-routes .claim-card__fit + .claim-card__fit {
  margin-top: .55rem;
}

.home-routes__limits {
  max-width: 1040px;
  margin: 2rem auto 0;
  padding: 1.25rem 1.25rem 0;
  border-top: 1px solid rgba(227, 201, 142, .28);
}

.home-routes__limits .route-costs {
  padding: 0;
}

.home-scope-limits,
.home-outcomes-note {
  max-width: 920px;
  margin: .75rem auto 0;
  color: #bdb9ae;
  font-size: .76rem;
  line-height: 1.65;
}

.home-scope-limits a {
  color: #eed39c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-outcomes-note {
  color: #98958c;
  font-size: .7rem;
}

.home-routes + .honors {
  padding-top: 4.5rem;
  border-top: 1px solid rgba(227, 201, 142, .2);
}

.home-about {
  padding: 3.75rem 0;
}

.home-about__grid {
  display: grid;
  gap: 1.4rem;
  max-width: 1060px;
}

.home-about .k-eyebrow {
  color: #785c26;
  margin-bottom: .4rem;
}

.home-about .k-h2 {
  margin-bottom: .7rem;
}

.home-about__lead {
  max-width: 620px;
  color: #2d3139;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(1.2rem, 4vw, 1.55rem);
  line-height: 1.45;
}

.home-about__body p {
  margin: 0;
  color: #474b54;
  font-size: .95rem;
  line-height: 1.75;
}

.home-inline-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .75rem;
  margin-top: 1.2rem;
}

.home-inline-links a {
  color: #704e12;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-proof {
  padding: 3.75rem 0 4rem;
}

.home-proof .k-h2,
.home-proof .k-lede {
  color: var(--ivory);
}

.home-proof .k-lede {
  max-width: 720px;
  margin: 0 auto;
  color: #c9c5bb;
}

.home-proof__actions {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  max-width: 420px;
  margin: 1.6rem auto 0;
}

.home-proof__actions .btn {
  width: 100%;
  min-height: 48px;
  justify-content: center;
}

.home-proof__actions .btn-ghost {
  color: #f6f1e6;
  border-color: #aaa393;
}

.home-proof__note {
  max-width: 720px;
  margin: 1.25rem auto 0;
  color: #aaa69b;
  font-size: .7rem;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .hero__layout {
    padding-top: 8.25rem;
    padding-bottom: 2.6rem;
  }

  .hero--stories .hero__title {
    max-width: 18ch;
    font-size: clamp(2rem, 10vw, 2.55rem);
  }

  .hero--stories .client-story {
    margin-top: .35rem;
  }

  .hero--stories .hero__sub {
    max-width: 35rem;
  }

  .home-routes + .honors {
    padding-top: 3.5rem;
  }
}

@media (min-width: 700px) {
  .home-routes {
    padding: 5rem 0;
  }

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

  .home-routes .claim-card {
    padding: 1.8rem;
  }

  .home-about {
    padding: 4.5rem 0;
  }

  .home-about__grid {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 5rem);
  }

  .home-inline-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: .8rem 1.35rem;
  }

  .home-proof__actions {
    flex-direction: row;
    max-width: 680px;
  }
}

@media (min-width: 981px) {
  .hero--stories .hero__title {
    font-size: clamp(2.7rem, 4.6vw, 4.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-routes .claim-card,
  .home-practice-links a {
    transition: none;
  }
}

/* Tablet navigation containment: keep the complete telephone action visible. */
@media (min-width:768px) and (max-width:1279.98px) {
  header.bg-gray-900 nav > div.md\:flex { display:none!important; }
  header.bg-gray-900 nav label[for="mobile-nav-toggle"] { display:inline-flex!important;align-items:center; }
  header.bg-gray-900 nav > div:last-child { flex-shrink:0; }
  header.bg-gray-900 #mobile-nav-toggle:checked ~ div { display:block!important; }
}
