/* Triplan Website / Activities Express Hero — V5 model
 * Extends the shared Group Trips hero/filter structure without changing the
 * Activities filter markup or interaction contract.
 */

.tp-activities-hero .tp-group-trips-hero__inner {
  padding-top: clamp(92px, 8vw, 116px);
  padding-bottom: clamp(38px, 5vw, 60px);
}

.tp-activities-hero .tp-group-trips-hero__content {
  max-width: 760px;
}

.tp-activities-hero .tp-group-trips-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}

.tp-activities-hero .tp-group-trips-hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--tp-terracotta, #D9784B);
}

.tp-activities-hero .tp-group-trips-hero__title {
  max-width: 16ch;
  font-size: clamp(32px, 6vw, 62px);
  line-height: 1.02;
}

.tp-activities-hero .tp-group-trips-hero__subtitle {
  max-width: 50ch;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.6;
}

.tp-activities-hero .tp-group-trips-hero__filter-spacer {
  margin-top: clamp(18px, 3vw, 26px);
}

.tp-activities-hero__proof {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  color: rgba(246, 243, 238, 0.82);
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 600;
}

.tp-activities-hero__proof strong {
  color: var(--tp-ivory, #F6F3EE);
  font-weight: 700;
}

.tp-activities-hero__proof a {
  color: inherit;
  text-decoration: none;
}

.tp-activities-hero__proof a:hover {
  color: var(--tp-cyan-soft, #9DE2E8);
}

.tp-activities-hero__proof a:focus-visible {
  outline: 3px solid var(--tp-cyan, #1BBACA);
  outline-offset: 3px;
  border-radius: 4px;
}

.tp-activities-hero__stars {
  display: inline-flex;
  gap: 2px;
  color: var(--tp-cyan, #1BBACA);
  font-size: 11px;
}

/* The filter starts inside the hero and docks flush under the compact header,
   exactly as on the V5 Group Trips listing. */
.tp-website-page--activities .tp-site-header--has-filter {
  height: var(--tp-site-header-height);
}

.tp-website-page--activities .tp-site-header__filter-slot {
  height: 0;
  padding: 0;
}

@media (max-width: 1100px) {
  .tp-activities-hero .tp-group-trips-hero__inner {
    padding-top: 128px;
  }

  .tp-activities-hero__proof {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .tp-activities-hero .tp-group-trips-hero__inner {
    padding-top: 120px;
    padding-bottom: 36px;
  }

  .tp-activities-hero__proof {
    gap: 7px 9px;
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tp-activities-hero .tp-group-trips-hero__filter-spacer {
    display: none;
  }
}
