@charset "utf-8";

.home-page {
  background:
    linear-gradient(90deg, rgba(0, 109, 51, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(43, 111, 155, .035) 1px, transparent 1px),
    #fbfdfc;
  background-size: 36px 36px;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
  letter-spacing: 0;
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .home-template .topbar-inner {
    grid-template-columns: 180px minmax(185px, 1.1fr) minmax(190px, 1fr) minmax(215px, 1.15fr) minmax(165px, .9fr) auto;
    gap: 12px;
  }

  .home-template .contact-item,
  .home-template .contact-item strong {
    font-size: 11.5px;
  }

  .home-template .book-top {
    padding-inline: 12px;
    font-size: 12px;
  }

  .home-template .main-nav a {
    padding-inline: 22px;
  }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .home-template .topbar-inner {
    grid-template-columns: 160px 1fr auto;
    gap: 14px 18px;
    padding: 14px 0;
  }

  .home-template .contact-item {
    display: none;
  }

  .home-template .book-top {
    justify-self: end;
  }
}

.hph-eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hph-hero {
  overflow: hidden;
  padding: 50px 0 36px;
  background:
    linear-gradient(128deg, #ffffff 0%, #f3faf6 48%, #eef7fa 100%);
  border-bottom: 1px solid var(--line);
}

.hph-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: 38px;
  align-items: center;
}

.hph-hero h1 {
  max-width: 640px;
  margin: 0;
  font-family: var(--heading);
  font-size: 54px;
  line-height: 1.05;
  font-weight: 700;
}

.hph-hero h1 span,
.hph-heading span,
.hph-cta h2 span {
  color: var(--red);
}

.hph-hero-copy {
  max-width: 590px;
  margin: 18px 0 0;
  color: #33403d;
  font-size: 17px;
}

.hph-quote {
  max-width: 520px;
  margin: 16px 0 0;
  padding: 14px 16px;
  color: var(--green-deep);
  border-left: 4px solid var(--green);
  background: #fff;
  border-radius: 0 7px 7px 0;
  font-weight: 700;
}

.hph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hph-hero-visual {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 14px;
  align-items: stretch;
}

.hph-main-photo,
.hph-mini-photo,
.hph-route-panel {
  overflow: hidden;
  border: 1px solid rgba(0, 109, 51, .22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(12, 55, 34, .12);
}

.hph-main-photo {
  position: relative;
  min-height: 390px;
}

.hph-main-photo img,
.hph-mini-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hph-main-photo img {
  object-position: center center;
}

.hph-photo-tag {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(0, 79, 38, .88);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.hph-side-stack {
  display: grid;
  gap: 14px;
}

.hph-mini-photo {
  min-height: 172px;
}

.hph-route-panel {
  display: grid;
  gap: 10px;
  min-height: 202px;
  padding: 16px;
}

.hph-route-panel span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  color: #263331;
  font-size: 13px;
  font-weight: 800;
}

.hph-route-panel b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 50%;
  background: var(--red);
}

.hph-strip {
  padding: 22px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.hph-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hph-strip-grid a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 12px 16px;
  border: 1px solid #cfe2d8;
  border-radius: 8px;
  background: #fff;
}

.hph-strip-grid span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 50%;
  background: var(--green);
  font-size: 15px;
  font-weight: 800;
}

.hph-strip-grid strong {
  color: var(--green-deep);
  font-size: 14px;
  line-height: 1.3;
}

.hph-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.hph-heading {
  margin: 0;
  font-family: var(--heading);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 700;
}

.hph-section-note {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.hph-process {
  padding: 42px 0 26px;
}

.hph-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hph-step-card {
  --tone: var(--green);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 5px solid var(--tone);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(9, 49, 30, .08);
}

.hph-step-card.red {
  --tone: var(--red);
}

.hph-step-card.blue {
  --tone: #2a6f9b;
}

.hph-step-media {
  height: 350px;
  overflow: hidden;
  background: #eef5f1;
}

.hph-step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hph-step-card:nth-child(1) .hph-step-media img {
  object-position: center top;
}

.hph-step-card:nth-child(2) .hph-step-media img {
  object-position: center center;
}

.hph-step-card:nth-child(3) .hph-step-media img {
  object-position: center center;
}

.hph-step-body {
  padding: 22px;
}

.hph-step-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: #fff;
  border-radius: 50%;
  background: var(--tone);
  font-size: 14px;
  font-weight: 800;
}

.hph-step-card h3 {
  min-height: 56px;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.28;
}

.hph-step-card p {
  margin: 0;
  color: #3a4542;
  font-size: 14.5px;
}

.hph-care {
  padding: 26px 0 42px;
}

.hph-care-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.hph-care-card {
  --tone: var(--green);
  grid-column: span 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 5px solid var(--tone);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(9, 49, 30, .08);
}

.hph-care-card.red {
  --tone: var(--red);
}

.hph-care-card.blue {
  --tone: #2a6f9b;
}

.hph-care-card.teal {
  --tone: #00737a;
}

.hph-care-media {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #eef5f1;
}

.hph-care-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hph-care-card:nth-child(1) .hph-care-media img,
.hph-care-card:nth-child(3) .hph-care-media img {
  object-position: center center;
}

.hph-care-card:nth-child(2) .hph-care-media img,
.hph-care-card:nth-child(4) .hph-care-media img {
  object-position: center top;
}

.hph-care-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(5, 28, 17, .58));
}

.hph-care-label {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hph-care-body {
  padding: 20px;
}

.hph-care-card h3 {
  margin: 0 0 14px;
  font-family: var(--heading);
  font-size: 25px;
  line-height: 1.15;
}

.hph-care-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hph-care-list li {
  position: relative;
  min-height: 24px;
  padding-left: 20px;
  color: #35413e;
  font-size: 14px;
  line-height: 1.5;
}

.hph-care-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--tone);
  border-radius: 50%;
}

.hph-cta {
  padding: 0 0 42px;
}

.hph-cta-panel {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) 1fr;
  gap: 34px;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(183, 18, 23, .96), rgba(227, 17, 29, .9)),
    var(--red);
  box-shadow: 0 16px 34px rgba(227, 17, 29, .18);
}

.hph-cta-panel img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.hph-cta-copy {
  padding: 36px 44px 36px 0;
}

.hph-cta h2 {
  max-width: 620px;
  margin: 0 0 12px;
  font-family: var(--heading);
  font-size: 36px;
  line-height: 1.12;
}

.hph-cta p {
  max-width: 620px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .92);
}

.hph-cta .hph-eyebrow {
  color: #fff;
}

@media (max-width: 1120px) {
  .hph-hero-grid,
  .hph-hero-visual {
    grid-template-columns: 1fr;
  }

  .hph-side-stack {
    grid-template-columns: 1fr 1fr;
  }

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

  .hph-step-card {
    display: grid;
    grid-template-columns: minmax(250px, .8fr) 1fr;
  }

  .hph-step-media {
    height: 100%;
    min-height: 250px;
  }

  .hph-care-card {
    grid-column: span 6;
  }
}

@media (max-width: 820px) {
  .hph-hero {
    padding-top: 36px;
  }

  .hph-hero h1 {
    font-size: 40px;
  }

  .hph-strip-grid {
    grid-template-columns: 1fr;
  }

  .hph-section-head {
    display: block;
  }

  .hph-section-note {
    margin-top: 8px;
  }

  .hph-step-card,
  .hph-cta-panel {
    grid-template-columns: 1fr;
  }

  .hph-step-card h3 {
    min-height: 0;
  }

  .hph-cta-copy {
    padding: 0 24px 30px;
  }
}

@media (max-width: 560px) {
  .home-page {
    background-size: 24px 24px;
  }

  .hph-hero h1 {
    font-size: 32px;
  }

  .hph-hero-copy,
  .hph-quote {
    font-size: 15px;
  }

  .hph-main-photo {
    min-height: 260px;
  }

  .hph-side-stack,
  .hph-care-grid {
    display: block;
  }

  .hph-mini-photo,
  .hph-route-panel,
  .hph-care-card {
    margin-bottom: 14px;
  }

  .hph-heading,
  .hph-cta h2 {
    font-size: 28px;
  }

  .hph-step-body,
  .hph-care-body {
    padding: 20px;
  }

  .hph-care-media {
    height: 210px;
  }
}
