/* =========================================================================
   Hardscapes hub. Values transcribed from final_html/Hardscapes Hub.dc.html.
   ========================================================================= */

.hard-intro {
  font-size: 17px; line-height: 1.7; color: #3A4A40;
  max-width: 860px; margin: 0 !important; text-wrap: pretty;
}

.hard-stock { margin-top: 52px; scroll-margin-top: 120px; }
.hard-stock h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px; font-weight: 700; color: #2C2218; margin: 0;
}
.hard-subhead { display: flex; align-items: baseline; gap: 12px; margin-top: 28px; }
.hard-subhead h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px; font-weight: 600; color: #2C2218; margin: 0;
}
.hard-subhead span { font-size: 12px; font-weight: 600; color: #7A6E65; }

.hard-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px; margin-top: 16px;
}
.hard-card {
  background: #2D5441; border: 1px solid #234135; border-radius: 10px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.hard-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(44, 34, 24, 0.13); }
.hard-card__thumb { height: 150px; position: relative; overflow: hidden; }
.hard-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hard-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.hard-card__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px; font-weight: 600; color: #FFFBE6; line-height: 1.3;
}
.hard-card__price { font-size: 16px; font-weight: 700; color: #F7B51C; margin-top: auto; }

.hard-colors {
  background: #EAF3EC; border: 1px solid #C8E6D8; border-radius: 8px;
  padding: 16px 20px; margin-top: 16px;
}
.hard-colors__label { font-size: 12.5px; font-weight: 700; color: #2D5441; }
.hard-colors__pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.hard-color {
  background: #2D5441; border: 1px solid #234135; color: #C8E6D8;
  font-size: 12.5px; font-weight: 600; padding: 6px 14px; border-radius: 99px;
}

.hard-stock__ctas { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }

.hard-howmuch {
  background: #EAF3EC; border: 1px solid #C8E6D8; border-left: 4px solid #F7B51C;
  border-radius: 8px; padding: 22px 26px; margin-top: 26px;
}
.hard-howmuch__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px; font-weight: 700; color: #2D5441;
}
.hard-howmuch p {
  font-size: 14.5px; line-height: 1.65; color: #4A3F35; margin: 8px 0 0 !important;
}

.hard-special { margin-top: 56px; max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }
.hard-special h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px; font-weight: 700; color: #2C2218; margin: 0;
}
.hard-special p {
  font-size: 15.5px; line-height: 1.75; color: #4A3F35; margin: 14px 0 20px !important;
  text-wrap: pretty;
}
.hard-special strong { color: #2D5441; }

.hard-weekend {
  background: #EAF3EC; border: 1px solid #C8E6D8; border-radius: 12px;
  padding: 36px 40px; margin-top: 56px;
}
.hard-weekend h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px; font-weight: 700; color: #2C2218; margin: 0;
}
.hard-weekend p {
  font-size: 15px; line-height: 1.75; color: #3A4A40; margin: 12px 0 0 !important;
  text-wrap: pretty;
}

@media (max-width: 1024px) {
  .hard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .hard-stock h2 { font-size: 28px; }
  .hard-grid { grid-template-columns: 1fr; }
  .hard-special h2, .hard-weekend h2 { font-size: 23px; }
  .hard-weekend { padding: 26px 20px; }
  .hard-stock__ctas a { width: 100%; text-align: center; }
}
