/* ============================================================
   TÉTHYS — tambores
   ============================================================ */

#one-to-one,
#grupo {
  height: clamp(300px, 36vw, 460px);
}

/* Desktop: 4 colunas iguais — só no Grupo */
#info-grupo {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}

#info-grupo .therapy-locations {
  display: contents;
}

#info-grupo .therapy-loc-divider {
  display: none;
}

#one-to-one .therapy-photo img {
  object-position: center 70%;
}

#grupo .therapy-photo img {
  object-position: center 70%;
}

.tambores-page .therapy-hero-photo img {
  object-position: center 66%;
  transform: scale(1.04);
}

.tambores-pulse blockquote {
  margin-bottom: 0;
}

.tambores-harner-quote {
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.therapy-info-note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(250,242,225,0.52);
  margin-top: 0.9rem;
  letter-spacing: 0.02em;
}

.therapy-loc-items {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.1rem;
  list-style: none;
}

.therapy-loc-items li {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: rgba(250,242,225,0.72);
  padding-left: 1rem;
  position: relative;
}

.therapy-loc-items li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: rgba(250,242,225,0.38);
}

.tambores-note {
  background: #703a43;
  color: var(--cream);
  padding: 0 clamp(2rem, 9vw, 8rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tambores-note-inner {
  max-width: 50rem;
  margin: 0 auto;
}

.tambores-note-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(250,242,225,0.5);
  margin-bottom: 1rem;
}

.tambores-note-label::before,
.tambores-note-label::after {
  content: "";
  width: 3rem;
  height: 1px;
  background: rgba(250,242,225,0.28);
  flex-shrink: 0;
}

.tambores-note-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: rgba(250,242,225,0.88);
}

.therapy-info--3col {
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
}

.therapy-info--3col .therapy-info-card {
  justify-self: end;
}

.tambores-workshop-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,242,225,0.5);
  margin-bottom: 0.5rem;
}

.therapy-copy .tambores-workshop-label {
  color: rgba(122,78,86,0.65);
}

@media (max-width: 900px) {
  .tambores-note {
    padding: 0 1.5rem;
  }

  .therapy-info--3col {
    grid-template-columns: 1fr;
  }

  #one-to-one,
  #grupo {
    height: auto;
  }

  #info-grupo {
    grid-template-columns: 1fr;
  }

  #info-grupo .therapy-locations {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
  }

  #info-grupo .therapy-loc-divider {
    display: block;
  }
}

@media (max-width: 600px) {
  .tambores-note-label::before,
  .tambores-note-label::after {
    width: 1.5rem;
  }

  .therapy-loc-modes {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .therapy-hero-photo {
    height: clamp(360px, 105vw, 560px);
  }

  .therapy-photo {
    height: clamp(330px, 96vw, 520px);
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 480px) {
  .tambores-note {
    text-align: left;
    padding: 0 1.25rem;
  }

  .tambores-note-label {
    justify-content: flex-start;
  }

  .tambores-note-label::before {
    display: none;
  }

  .tambores-note-label::after {
    width: 1.5rem;
  }
}
