/* Homepage-only composition. Grouping uses space, scale, and color instead of decorative rules. */
.st-home .st-chrome {
  border-bottom: 0;
  box-shadow: none;
}

.st-home .st-chrome__nav a::after,
.st-home .st-chrome-footer::before {
  display: none;
}

.st-home .st-hero {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(2.5rem, 6vw, 4.75rem);
  background: #f5f3ee;
}

.st-home .st-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}

.st-home .st-hero__copy {
  max-width: 700px;
}

.st-home .st-hero h1 {
  max-width: 11ch;
  margin-bottom: 1.35rem;
}

.st-home .st-hero__lead {
  max-width: 660px;
}

.st-home .st-hero__body {
  max-width: 600px;
  margin-top: 1rem;
}

.st-home .st-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  margin-top: 1.75rem;
}

.st-home .st-text-link,
.st-home .st-section-link {
  color: #151515;
  font-family: "Barlow Condensed", sans-serif;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.st-home .st-text-link:hover,
.st-home .st-section-link:hover {
  color: #1167a8;
}

.st-home .st-text-link:focus-visible,
.st-home .st-section-link:focus-visible,
.st-home-footer a:focus-visible {
  outline: 3px solid #1167a8;
  outline-offset: 4px;
}

.st-home .st-portrait,
.st-home .st-portrait img,
.st-home .st-portrait figcaption {
  border: 0;
  box-shadow: none;
}

.st-home .st-portrait {
  margin: 0;
  background: transparent;
}

.st-home .st-portrait img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
}

.st-home .st-portrait figcaption {
  padding: .9rem 0 0;
  background: transparent;
}

.st-home-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: clamp(2.75rem, 6vw, 4.5rem);
}

.st-home-facts p {
  margin: 0;
}

.st-home-facts strong,
.st-home-facts span {
  display: block;
}

.st-home-facts strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1;
}

.st-home-facts span {
  max-width: 15ch;
  margin-top: .45rem;
  color: #55524d;
  font-size: .9rem;
  line-height: 1.35;
}

.st-home .st-section,
.st-home .st-home-section {
  border: 0;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.st-home .st-section__head {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.st-home .st-section__head h2,
.st-home-threshold h2,
.st-home-final h2 {
  max-width: 15ch;
}

.st-home-use-grid,
.st-home-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.st-home-use-grid article,
.st-home-routes article {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 0;
  border-radius: 1.2rem;
  background: #f5f3ee;
  box-shadow: none;
}

.st-home-use-grid small,
.st-home-routes small {
  display: block;
  margin-bottom: 1rem;
  color: #1167a8;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.st-home-use-grid h3,
.st-home-routes h3 {
  margin: 0 0 .85rem;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.st-home-use-grid p,
.st-home-routes p {
  margin: 0;
  color: #4f4d48;
}

.st-home-routes a {
  display: inline-block;
  margin-top: 1.35rem;
  color: #151515;
  font-weight: 600;
  text-decoration: none;
}

.st-home-routes a:hover {
  color: #1167a8;
}

.st-home .st-section-link {
  display: inline-block;
  margin-top: 2rem;
}

.st-home-proof {
  background: #eef4f7;
}

.st-home .st-proof-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.st-home .st-proof-ledger article {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.st-home .st-proof-ledger b {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 500;
}

.st-home .st-proof-ledger p {
  margin: .65rem 0 0;
}

.st-home-threshold {
  background: #1d4f73;
  color: #fff;
}

.st-home-threshold__grid,
.st-home-final__inner,
.st-home-footer__top,
.st-home-footer__meta {
  display: flex;
  justify-content: space-between;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.st-home-threshold__grid > *,
.st-home-final__inner > * {
  flex: 1 1 0;
}

.st-home-threshold .st-eyebrow {
  color: #fff;
}

.st-home-threshold p {
  max-width: 510px;
  margin: 0 0 1.5rem;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.st-home-threshold .st-btn {
  background: #fff;
  color: #151515;
}

.st-home-final {
  background: #f5f3ee;
}

.st-home-final .st-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.st-home-footer {
  padding: clamp(3.25rem, 7vw, 5rem) 0 2.25rem;
  border-top: 0;
  background: #171717;
  color: #fff;
}

.st-home-footer__brand a {
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
  text-decoration: none;
}

.st-home-footer__brand p {
  margin: .65rem 0 0;
  color: #c9c7c1;
}

.st-home-footer__nav,
.st-home-footer__meta span:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.5rem;
}

.st-home-footer__nav a,
.st-home-footer__meta a {
  color: #fff;
  text-decoration: none;
}

.st-home-footer__meta {
  margin-top: 3rem;
  padding-top: 0;
  border-top: 0;
  color: #aeadab;
  font-size: .88rem;
}

@media (max-width: 900px) {
  .st-home .st-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    gap: 2.25rem;
  }

  .st-home .st-proof-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-home-use-grid,
  .st-home-routes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .st-home .st-hero {
    padding-top: 2.25rem;
  }

  .st-home .st-hero__grid {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: .9rem;
    align-items: start;
  }

  .st-home .st-hero h1 {
    margin-top: .65rem;
    font-size: clamp(2.25rem, 11.5vw, 3.35rem);
    line-height: .96;
  }

  .st-home .st-hero__lead {
    font-size: 1.04rem;
    line-height: 1.45;
  }

  .st-home .st-hero__body {
    font-size: .95rem;
  }

  .st-home .st-portrait img {
    border-radius: .85rem;
  }

  .st-home .st-portrait figcaption {
    display: none;
  }

  .st-home .st-actions {
    gap: .9rem;
  }

  .st-home .st-btn {
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .st-home-threshold__grid,
  .st-home-final__inner,
  .st-home-footer__top,
  .st-home-footer__meta {
    display: block;
  }

  .st-home-threshold__grid > div + div,
  .st-home-final .st-actions,
  .st-home-footer__nav,
  .st-home-footer__meta span:last-child {
    margin-top: 1.5rem;
  }

  .st-home-final .st-actions {
    justify-content: flex-start;
  }

  .st-home-footer__nav {
    gap: .75rem 1.15rem;
  }
}
