.home-page {
  --home-brand: #246f7c;
  --home-brand-deep: #174f59;
  --home-gold: #ae8449;
  --home-ink: #243536;
  --home-muted: #627273;
  --home-soft: #eff7f5;
  --home-line: #d9e6e4;
  color: var(--home-ink);
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
  margin-top: 0;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  color: var(--home-brand-deep);
  font-family: Georgia, "Times New Roman", serif;
}

.home-kicker {
  color: var(--home-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: .65rem;
  text-transform: uppercase;
}

.home-hero {
  background: #f4f8f7;
  border-bottom: 1px solid var(--home-line);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}

.home-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
}

.home-hero h1 {
  font-size: clamp(2.35rem, 4.2vw, 3.65rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.04;
  margin-bottom: 1.25rem;
}

.home-hero__lead {
  color: var(--home-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.62;
  max-width: 42rem;
}

.home-hero__visual {
  margin: 0;
}

.home-hero__visual img {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.6rem;
}

.home-notice-wrap {
  margin-top: 1.1rem;
}

.home-notice {
  align-items: center;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  color: inherit;
  display: grid;
  gap: .3rem 1rem;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  padding: .8rem 1rem;
  text-decoration: none;
}

.home-notice:hover,
.home-notice:focus-visible {
  background: var(--home-soft);
}

.home-notice span {
  color: var(--home-gold);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-notice strong {
  color: var(--home-brand-deep);
}

.home-notice em {
  color: var(--home-muted);
  font-size: .82rem;
  font-style: normal;
}

.home-notice b {
  color: var(--home-brand);
}

.home-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: .7rem 1.25rem;
  text-decoration: none;
}

.home-button--primary {
  background: var(--home-brand);
  color: #fff;
}

.home-button--secondary {
  background: rgba(255, 255, 255, .75);
  border-color: var(--home-line);
  color: var(--home-brand-deep);
}

.home-paths,
.home-current {
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  padding-top: clamp(3rem, 7vw, 5.5rem);
}

.home-section-heading {
  margin-bottom: 1.6rem;
}

.home-section-heading h2,
.home-trust h2,
.home-help h2 {
  font-size: clamp(2rem, 3.7vw, 3rem);
  line-height: 1.08;
  margin-bottom: 0;
}

.home-paths__grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-paths__grid a {
  border: 1px solid var(--home-line);
  border-radius: 16px;
  color: inherit;
  padding: 1.2rem;
  text-decoration: none;
}

.home-paths__grid a:hover,
.home-paths__grid a:focus-visible {
  background: var(--home-soft);
  border-color: #b8d2ce;
}

.home-paths__grid span,
.home-paths__grid strong,
.home-paths__grid small {
  display: block;
}

.home-paths__grid span {
  color: var(--home-gold);
  font-size: .7rem;
  font-weight: 800;
  margin-bottom: .8rem;
}

.home-paths__grid strong {
  color: var(--home-brand-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.home-paths__grid small {
  color: var(--home-muted);
  line-height: 1.45;
  margin-top: .35rem;
}

.home-trust {
  background: #edf5f3;
  color: var(--home-ink);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.home-trust__inner {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: 1fr 1fr;
}

.home-trust h2 {
  color: var(--home-brand-deep);
  margin-bottom: 1rem;
}

.home-trust__inner > div > p:last-child {
  line-height: 1.7;
}

.home-trust__quality {
  align-items: center;
  display: flex;
  gap: .8rem;
  margin-top: 1.25rem;
}

.home-trust__quality span {
  align-items: center;
  background: var(--home-brand);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 28px;
  font-size: .8rem;
  height: 28px;
  justify-content: center;
}

.home-trust__quality strong {
  color: var(--home-brand-deep);
  font-size: .78rem;
  font-weight: 800;
}

.home-trust__links {
  display: grid;
  gap: .75rem;
}

.home-trust__links a {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--home-line);
  border-radius: 14px;
  color: var(--home-brand-deep);
  padding: 1rem 1.1rem;
  text-decoration: none;
}

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

.home-trust__links span {
  color: var(--home-muted);
  font-size: .8rem;
  margin-top: .2rem;
}

.home-section-heading--row {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.home-section-heading--row > a {
  color: var(--home-brand);
  font-weight: 800;
  text-decoration: none;
}

.home-current__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-story {
  border: 1px solid var(--home-line);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.home-story figure {
  margin: 0;
}

.home-story figure img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.home-story__body {
  padding: 1.1rem;
}

.home-story h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: .8rem;
}

.home-story__text {
  color: var(--home-muted);
  font-size: .9rem;
  line-height: 1.58;
  margin-bottom: 1rem;
}

.home-story__text > :last-child {
  margin-bottom: 0;
}

.home-story__text img {
  height: auto;
  max-width: 100%;
}

.home-story__body > a,
.home-story__edit {
  color: var(--home-brand);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.home-story__edit {
  position: absolute;
  right: .8rem;
  top: .8rem;
}

.home-connect {
  background: #f7f9f8;
  border-bottom: 1px solid var(--home-line);
  border-top: 1px solid var(--home-line);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.home-connect .home-section-heading h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

.home-connect__layout {
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.home-connect__search {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.home-connect__search h3 {
  color: var(--home-brand-deep);
  font-size: 1.45rem;
  margin: 0 0 .5rem;
}

.home-connect__search > p {
  color: var(--home-muted);
  font-size: .88rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.home-connect__search .home-connect__meta {
  align-items: center;
  background: var(--home-soft);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  margin: .8rem 0 0;
  padding: .55rem .7rem;
}

.home-connect__meta strong {
  color: var(--home-brand-deep);
  font-size: .78rem;
}

.home-connect__meta span {
  color: var(--home-muted);
  font-size: .72rem;
}

.home-connect__search label {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: .3rem;
}

.home-connect__search select {
  border: 1px solid #b9c9c7;
  border-radius: 7px;
  min-height: 42px;
  padding: .45rem .6rem;
  width: 100%;
}

.home-connect__search button {
  background: var(--home-brand);
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-weight: 800;
  margin-top: .6rem;
  min-height: 42px;
  padding: .5rem .8rem;
  width: 100%;
}

.home-connect__search .home-connect__online {
  background: #fff;
  border: 1px solid var(--home-brand);
  color: var(--home-brand-deep);
  margin-top: .45rem;
}

.home-connect__search .home-connect__online:hover,
.home-connect__search .home-connect__online:focus-visible {
  background: var(--home-soft);
}

.home-connect__links {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  overflow: hidden;
}

.home-connect__links > a {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.15rem 1.3rem;
  text-decoration: none;
}

.home-connect__links > a + a {
  border-top: 1px solid var(--home-line);
}

.home-connect__links > a:hover,
.home-connect__links > a:focus-visible {
  background: var(--home-soft);
}

.home-connect__links span,
.home-connect__links strong,
.home-connect__links em {
  display: block;
}

.home-connect__links strong {
  color: var(--home-brand-deep);
  font-size: .95rem;
}

.home-connect__links em {
  color: var(--home-muted);
  font-size: .8rem;
  font-style: normal;
  margin-top: .18rem;
}

.home-connect__links b {
  color: var(--home-brand);
  font-size: 1.15rem;
}

.home-help {
  align-items: center;
  background: var(--home-soft);
  border-radius: 22px;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(3rem, 7vw, 5rem);
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.home-help h2 {
  margin-bottom: .65rem;
}

.home-help p:last-child {
  color: var(--home-muted);
  margin-bottom: 0;
}

.home-activity {
  font-size: .72rem;
  margin-bottom: 2rem;
  margin-top: -3.2rem;
  text-align: center;
}

.home-activity a {
  color: var(--home-muted);
}

@media (max-width: 991.98px) {
  .home-hero__inner,
  .home-trust__inner,
  .home-connect__layout {
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    max-width: 650px;
  }

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

@media (max-width: 575.98px) {
  .home-paths__grid,
  .home-current__grid {
    grid-template-columns: 1fr;
  }

  .home-section-heading--row,
  .home-help {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-hero__visual img {
    border-radius: 18px;
  }

  .home-notice {
    align-items: start;
    grid-template-columns: 1fr auto;
  }

  .home-notice span,
  .home-notice strong,
  .home-notice em {
    grid-column: 1;
  }

  .home-notice b {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
}
