/* RS-SH26 — Explore cards and area section rhythm/contrast. */

body.public-shell.page-public-home #main-content
  .sh-section[aria-labelledby="exploreTitle"] {
  padding-block: clamp(4.5rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(30, 148, 96, .07), transparent 28%),
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}

body.public-shell.page-public-home #main-content
  .sh-section[aria-labelledby="exploreTitle"] .sh-section-head {
  max-width: 780px;
  margin-bottom: clamp(2rem, 3vw, 2.75rem);
}

body.public-shell.page-public-home #main-content
  .sh-section[aria-labelledby="exploreTitle"] .sh-section-head h2 {
  max-width: 13ch;
  margin-block: .85rem .8rem;
  color: #103c2d;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

body.public-shell.page-public-home #main-content
  .sh-section[aria-labelledby="exploreTitle"] .sh-section-head p {
  margin: 0;
  color: #52695e;
  font-size: 1rem;
  line-height: 1.7;
}

body.public-shell.page-public-home #main-content .sh-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.5rem);
}

body.public-shell.page-public-home #main-content .sh-service-card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: start;
  min-height: 292px;
  gap: 0;
  padding: clamp(1.4rem, 2.2vw, 1.8rem);
  border-color: #c9ddd2;
  border-radius: 22px;
  background: linear-gradient(160deg, #ffffff 0%, #f7fbf8 100%);
  box-shadow: 0 14px 34px rgba(10, 74, 50, .08);
}

body.public-shell.page-public-home #main-content .sh-service-card--mint {
  background: linear-gradient(160deg, #f2faf5 0%, #e8f5ed 100%);
}

body.public-shell.page-public-home #main-content .sh-service-card--sand {
  background: linear-gradient(160deg, #fffaf2 0%, #f8f1e5 100%);
}

body.public-shell.page-public-home #main-content .sh-service-card__icon {
  width: 3.1rem;
  height: 3.1rem;
  background: #104b39;
  box-shadow: 0 8px 20px rgba(16, 75, 57, .16);
}

body.public-shell.page-public-home #main-content .sh-service-card h3 {
  margin: 1.8rem 0 .65rem;
  color: #123c2f;
  font-size: clamp(1.2rem, 1.65vw, 1.45rem);
  line-height: 1.3;
}

body.public-shell.page-public-home #main-content .sh-service-card p {
  margin: 0;
  color: #52695e;
  font-size: .92rem;
  line-height: 1.68;
}

body.public-shell.page-public-home #main-content .sh-service-card__link {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid #d5e4dc;
  color: #0d6848;
  font-size: .88rem;
  line-height: 1.35;
}

body.public-shell.page-public-home #main-content .sh-service-card__link b {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: #e5f1eb;
  color: #104b39;
}

body.public-shell.page-public-home #main-content .sh-section--forest {
  padding-block: clamp(4.5rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 88% 18%, rgba(100, 224, 162, .14), transparent 28%),
    linear-gradient(135deg, #063a2b 0%, #07553d 58%, #0a6548 100%);
}

body.public-shell.page-public-home #main-content .sh-area-layout {
  grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
  align-items: center;
  gap: clamp(3rem, 5vw, 5rem);
}

body.public-shell.page-public-home #main-content .sh-area-copy h2 {
  max-width: 15ch;
  margin-block: .9rem 1rem;
  font-size: clamp(2.35rem, 3.8vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

body.public-shell.page-public-home #main-content .sh-area-copy p {
  margin: 0;
  color: #d4e8de;
  font-size: 1rem;
  line-height: 1.75;
}

body.public-shell.page-public-home #main-content .sh-area-copy .sh-button {
  margin-top: 1.5rem;
}

body.public-shell.page-public-home #main-content .sh-area-list {
  border-top: 0;
}

body.public-shell.page-public-home #main-content
  .sh-area-list .sh-empty-state--dark {
  min-height: 168px;
  place-content: center;
  gap: .55rem;
  padding: 2rem;
  border: 1px solid rgba(220, 247, 233, .30) !important;
  border-radius: 22px;
  background: rgba(5, 39, 28, .64) !important;
  color: #ffffff !important;
  text-align: center;
  box-shadow: 0 18px 40px rgba(3, 29, 21, .22) !important;
  backdrop-filter: blur(8px);
}

body.public-shell.page-public-home #main-content
  .sh-area-list .sh-empty-state--dark strong {
  color: #ffffff !important;
  font-size: 1rem;
}

body.public-shell.page-public-home #main-content
  .sh-area-list .sh-empty-state--dark span {
  color: #cfe6db !important;
  font-size: .9rem;
  line-height: 1.6;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content
  .sh-section[aria-labelledby="exploreTitle"],
body.public-shell.page-public-home.theme-dark #main-content
  .sh-section[aria-labelledby="exploreTitle"] {
  background:
    radial-gradient(circle at 88% 12%, rgba(110, 231, 168, .08), transparent 28%),
    linear-gradient(180deg, #0a1b14 0%, #0c2118 100%) !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-service-card,
body.public-shell.page-public-home.theme-dark #main-content .sh-service-card {
  border-color: rgba(178, 221, 201, .22) !important;
  background: linear-gradient(160deg, #142a20 0%, #0f2119 100%) !important;
}

html[data-theme="dark"] body.public-shell.page-public-home #main-content .sh-service-card__link,
body.public-shell.page-public-home.theme-dark #main-content .sh-service-card__link {
  border-color: rgba(178, 221, 201, .18);
}

@media (max-width: 991.98px) {
  body.public-shell.page-public-home #main-content .sh-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.public-shell.page-public-home #main-content .sh-service-card:last-child {
    grid-column: 1 / -1;
  }

  body.public-shell.page-public-home #main-content .sh-area-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  body.public-shell.page-public-home #main-content
    :is(.sh-section[aria-labelledby="exploreTitle"], .sh-section--forest) {
    padding-block: 3.75rem;
  }

  body.public-shell.page-public-home #main-content .sh-service-grid {
    grid-template-columns: 1fr;
  }

  body.public-shell.page-public-home #main-content .sh-service-card:last-child {
    grid-column: auto;
  }

  body.public-shell.page-public-home #main-content .sh-service-card {
    min-height: 0;
  }
}

