/* ===================================================
   THE JOURNEY — extras on top of sessions-ritika.css
   =================================================== */

/* Multi-line hero headline */
.tj-hero-name-multi {
  font-size: clamp(1.45rem, 3vw, 2.3rem) !important;
  line-height: 1.18 !important;
}

/* Subtext below hero CTA buttons */
.tj-hero-subtext {
  margin-top: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.79rem;
  font-weight: 300;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  font-style: italic;
}

/* Delivery section format badge */
.tj-delivery-badge {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c3a291;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(195,162,145,0.3);
}

/* Step sub-labels (Educational Focus / Somatic Practice) */
.tj-step-label {
  font-family: var(--font-sans);
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b8917e;
  margin: 0.9rem 0 0.25rem;
}

/* Meet Your Guide split layout */
.tj-guide-split {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}

.tj-guide-photo-wrap {
  position: sticky;
  top: calc(var(--nav-h) + 2rem);
}

.tj-guide-photo {
  width: 100%;
  border-radius: 180px 180px 6px 6px;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 3/4;
}

@media (max-width: 860px) {
  .tj-guide-split {
    grid-template-columns: 1fr;
  }
  .tj-guide-photo-wrap {
    position: static;
    max-width: 240px;
    margin: 0 auto 1.5rem;
    order: -1;
  }
}

/* FAQ open style */
.tj-faq-open {
  margin-top: 2.5rem;
}

.tj-faq-qa {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(61,30,29,0.12);
}

.tj-faq-qa:first-child {
  padding-top: 0;
}

.tj-faq-question {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  color: var(--ink);
  font-weight: 400;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.tj-faq-body {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--ink-mid);
  line-height: 1.85;
  letter-spacing: 0.01em;
  max-width: 680px;
}

/* Testimonial cards */
.tj-t-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (max-width: 700px) {
  .tj-t-grid { grid-template-columns: 1fr; }
}

.tj-t-card {
  background: rgba(61,30,29,0.05);
  border-left: 3px solid #b8917e;
  padding: 1.5rem 1.5rem 1.5rem 1.2rem;
  border-radius: 0 4px 4px 0;
}

.tj-t-quote {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: var(--ink);
  font-style: italic;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.tj-t-author {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b8917e;
}

/* Price card was-price line */
.tj-price-was {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: rgba(250,248,239,0.4);
  text-decoration: line-through;
  margin-bottom: 0.3rem;
}
