/* ============================================================
   TÉTHYS — sessão sistémica
   ============================================================ */

.therapy-page {
  --therapy-hero-h: clamp(390px, 46vw, 600px);
  background: var(--sand);
}

.sessao-sistemica-page {
  --therapy-hero-h: clamp(390px, 46vw, 600px);
}

.therapy-hero {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 3fr);
  height: var(--therapy-hero-h);
}

.therapy-hero-photo,
.therapy-photo {
  overflow: hidden;
}

.therapy-photo {
  position: relative;
  min-height: 0;
}

.therapy-hero-photo img,
.therapy-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.therapy-hero-photo img {
  object-position: center 45%;
}

.therapy-photo img {
  position: absolute;
  inset: 0;
}

.therapy-hero-panel {
  background: #805259;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(2.4rem, 5vw, 5rem);
}

.therapy-hero-inner {
  width: min(100%, 22rem);
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.therapy-kicker {
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,242,225,0.32);
  margin-bottom: 1.15rem;
}

.therapy-hero-panel h1 {
  font-family: var(--font-d);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--cream);
  margin-top: auto;
  margin-bottom: 1.4rem;
}

.therapy-hero-panel h1 .h1-upper {
  text-transform: uppercase;
}

.registered-symbol {
  color: #fff;
}

.therapy-hero-subtitle {
  font-size: clamp(0.8rem, 0.9vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.45;
  color: rgba(250,242,225,0.9);
  margin-top: 0;
  margin-bottom: auto;
}

.therapy-hero-subtitle span {
  display: block;
  font-size: 0.78em;
  font-style: italic;
  color: rgba(250,242,225,0.72);
  margin-top: 0.35rem;
}

.therapy-quote {
  background: #8d574b;
  color: var(--cream);
  text-align: center;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.therapy-quote--rose {
  background: #9e6f79;
}

.therapy-quote-mark {
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 0.55;
  color: rgba(250,242,225,0.95);
  margin-bottom: 0.75rem;
}

.therapy-quote blockquote {
  max-width: 80rem;
  margin: 0 auto 1rem;
  font-family: var(--font-d);
  font-size: var(--section-title-size);
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.therapy-quote p {
  font-family: var(--font-b);
  font-size: clamp(0.68rem, 0.75vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(250,242,225,0.55);
}

.therapy-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: auto;
}

@media (min-width: 901px) {
  .therapy-page .therapy-split {
    min-height: clamp(420px, 34vw, 560px);
  }
}

.therapy-split--expect .therapy-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.therapy-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #dac7ba;
  color: #7a4e56;
  padding: 0 clamp(2rem, 4.5vw, 4.5rem);
  overflow: hidden;
}

.therapy-copy--rose {
  background: #9a6052;
  color: var(--cream);
}

.therapy-copy-inner {
  width: min(100%, 36rem);
  margin: 0 auto;
}

.therapy-copy h2 {
  font-family: var(--font-d);
  font-size: var(--section-title-size);
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: clamp(1.5rem, 2.2vw, 2rem);
}

.therapy-copy-inner h2:not(:first-child) {
  margin-top: clamp(1.5rem, 2.2vw, 2rem);
}

.therapy-copy p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 0.8rem;
}

.therapy-copy p:last-of-type {
  margin-bottom: 0;
}

.therapy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 2.75rem;
  margin-top: clamp(2.5rem, 4vw, 3.6rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0.78rem 1.42rem;
  background: #9e6f79;
  color: var(--cream);
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.therapy-copy--rose .therapy-button {
  background: #9e6f79;
}

.therapy-info-card .therapy-button {
  margin-top: 1.4rem;
  margin-left: 0;
  margin-right: 0;
}

.therapy-photo img {
  object-position: center;
}

.therapy-photo--hands img {
  object-position: center 45%;
}

.therapy-photo--bowl img {
  object-position: center 52%;
  transform: scaleX(-1);
}

.therapy-photo--expect img {
  object-fit: cover;
  object-position: center 54%;
}

.sessao-arte-consciente-page .therapy-hero-photo img {
  object-position: center 62%;
}

.sessao-arte-consciente-page .therapy-photo--hands img {
  object-fit: cover;
  object-position: center;
}

.sessao-arte-consciente-page .therapy-photo--bowl img {
  object-fit: cover;
  object-position: center;
  transform: none;
}

.sessao-arte-consciente-page .therapy-photo--expect img {
  object-position: center 50%;
}

.sessao-danca-page .therapy-hero-photo img {
  object-position: center 34%;
}

.sessao-danca-page .therapy-photo--hands img {
  object-position: center 38%;
}

.sessao-danca-page .therapy-photo--bowl img {
  object-position: center 48%;
  transform: none;
}

.sessao-danca-page .therapy-photo--expect img {
  object-position: center 45%;
}

.therapy-testimonial {
  background: #9e6f79;
  color: var(--cream);
  text-align: center;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.therapy-testimonial blockquote {
  max-width: 80rem;
  margin: 0 auto 0.85rem;
  font-family: var(--font-d);
  font-size: var(--section-title-size);
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.therapy-testimonial p {
  font-family: var(--font-b);
  font-size: clamp(0.68rem, 0.75vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(250,242,225,0.58);
}

.therapy-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  background: #9a6052;
  color: var(--cream);
  padding: var(--section-copy-padding-y) clamp(2rem, 9vw, 8rem);
}

.therapy-info-card {
  width: min(100%, 29rem);
  justify-self: end;
  padding: 0;
}

.therapy-info-card h2 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.therapy-info-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(250,242,225,0.18);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.therapy-info-row:last-child {
  border-bottom: 1px solid rgba(250,242,225,0.18);
}

.therapy-info-row span:first-child {
  color: rgba(250,242,225,0.66);
}

.therapy-locations {
  width: min(100%, 26rem);
  justify-self: start;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.therapy-loc-block {
  display: flex;
  flex-direction: column;
}

.therapy-loc-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,242,225,0.48);
  margin-bottom: 0.65rem;
}

.therapy-loc-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: 0.03em;
  color: rgba(250,242,225,0.9);
  margin-bottom: 1rem;
}

.therapy-loc-modes {
  display: flex;
  gap: 0.55rem;
}

.therapy-loc-modes span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border: 1px solid rgba(250,242,225,0.32);
  color: rgba(250,242,225,0.8);
}

.therapy-loc-divider {
  height: 1px;
  background: rgba(250,242,225,0.16);
  margin: 0;
}

.therapy-loc-places {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.therapy-loc-city {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 0.35rem;
}

.therapy-loc-place p:not(.therapy-loc-city) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.03em;
  color: rgba(250,242,225,0.72);
}

@media (max-width: 900px) {
  .therapy-hero,
  .therapy-split,
  .therapy-info {
    grid-template-columns: 1fr;
  }

  .therapy-hero {
    height: auto;
  }

  .therapy-split {
    height: auto;
  }

  .therapy-hero-photo {
    height: clamp(330px, 96vw, 520px);
  }

  .therapy-photo {
    height: clamp(330px, 96vw, 520px);
    min-height: 0;
    order: 1;
  }

  .therapy-copy {
    min-height: 0;
    padding: 0 1.5rem;
    order: 0;
  }

  .therapy-info {
    padding: 2.5rem 1.5rem;
  }

  .therapy-info-card,
  .therapy-locations {
    justify-self: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .therapy-loc-modes {
    flex-wrap: wrap;
  }

  .therapy-info {
    gap: 2.5rem;
  }

  .therapy-quote {
    padding: 0 1.5rem;
  }

  .therapy-testimonial {
    padding: 0 1.5rem;
  }
}

@media (max-width: 900px) {
  .therapy-photo--expect img {
    object-position: center 54%;
  }
}

@media (max-width: 480px) {
  .therapy-photo--expect img {
    object-position: center 54%;
  }
}

@media (max-width: 480px) {
  .therapy-hero-panel {
    padding: 2rem 1.25rem;
  }

  .therapy-hero-photo {
    height: clamp(360px, 105vw, 560px);
  }

  .therapy-photo {
    height: clamp(330px, 96vw, 520px);
    min-height: 0;
    max-height: none;
  }

  .therapy-hero-inner,
  .therapy-copy-inner {
    width: 100%;
  }

  .therapy-info {
    padding: 2rem 1.25rem;
    gap: 2rem;
  }

  .therapy-info-card {
    width: 100%;
  }

  .therapy-info-row {
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
  }

  .therapy-loc-places {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
