/* ═══════════════════════════════════════
   PMT YOGA HALL — STYLES
   Colors & fonts matching Indoor Sports
═══════════════════════════════════════ */

.yoga-wrap {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.yoga-wrap *,
.yoga-wrap *::before,
.yoga-wrap *::after {
  box-sizing: border-box;
}

/* ── WordPress theme overrides ── */
.entry-content .yoga-wrap h1,
.entry-content .yoga-wrap h2,
.entry-content .yoga-wrap h3 {
  clear: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.entry-content .yoga-wrap p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */

.yoga-hero {
  text-align: center;
  margin-bottom: 20px;
}

p.yoga-label,
.entry-content p.yoga-label {
  color: #FF6000 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  opacity: 1 !important;
}

p.yoga-label::before,
p.yoga-label::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #FF6000;
  flex-shrink: 0;
}

.yoga-wrap .yoga-title,
.entry-content .yoga-wrap h1.yoga-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #253b80 !important;
  margin: 10px 0 14px !important;
  line-height: 1.3 !important;
}

.yoga-wrap .yoga-sub {
  font-size: 15px !important;
  color: #4b5563 !important;
  max-width: 620px !important;
  margin: 0 auto !important;
  line-height: 1.7 !important;
}

/* ════════════════════════════════
   SPLIT SECTION — IMAGE + CONTENT
════════════════════════════════ */

.yoga-split {
  gap: 40px !important;
  align-items: center !important;
  margin-bottom: 24px !important;
}

.yoga-split-img {
  padding: 0 !important;
}

.yoga-split-img img {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  display: block !important;
  object-fit: cover !important;
}

.yoga-split-content {
  padding: 0 !important;
}

.yoga-wrap .yoga-split-title,
.entry-content .yoga-wrap h2.yoga-split-title {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #253b80 !important;
  margin: 0 0 14px !important;
  line-height: 1.3 !important;
}

.yoga-wrap .yoga-split-text {
  font-size: 15px !important;
  color: #4b5563 !important;
  line-height: 1.7 !important;
  margin: 0 0 16px !important;
}

.yoga-split-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.yoga-split-list li {
  font-size: 14px !important;
  color: #4b5563 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(37, 59, 128, 0.08) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.5 !important;
}

.yoga-split-list li:last-child {
  border-bottom: none !important;
}

.yoga-list-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF6000;
  flex-shrink: 0;
  display: inline-block;
}

/* ════════════════════════════════
   CARDS GRID
════════════════════════════════ */

.yoga-grid {
  gap: 24px !important;
  margin-bottom: 24px !important;
}

.yoga-card {
  background: #fff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(37, 59, 128, 0.08) !important;
  box-shadow: 0 2px 12px rgba(37, 59, 128, 0.06) !important;
  padding: 0 !important;
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.25s;
}

.yoga-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(37, 59, 128, 0.13) !important;
}

.yoga-card-body {
  padding: 22px 22px 24px !important;
}

.yoga-wrap .yoga-card-title,
.entry-content .yoga-wrap h3.yoga-card-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #253b80 !important;
  margin: 0 0 8px !important;
}

.yoga-wrap .yoga-card-text {
  font-size: 14px !important;
  color: #4b5563 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ── Scroll animations ── */
.yoga-card.pmt-animate {
  opacity: 0;
  transform: translateY(30px);
}

.yoga-card.pmt-animate.pmt-visible {
  opacity: 1;
  transform: translateY(0);
}

.yoga-card:nth-child(2) { transition-delay: 0.1s; }
.yoga-card:nth-child(3) { transition-delay: 0.2s; }

/* ════════════════════════════════
   COLLAB / HIGHLIGHT SECTION
════════════════════════════════ */

.yoga-collab {
  background: #f4f6fb !important;
  border-radius: 10px !important;
  padding: 48px 40px !important;
  margin-top: 8px !important;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yoga-collab.pmt-animate {
  opacity: 0;
  transform: translateY(30px);
}

.yoga-collab.pmt-animate.pmt-visible {
  opacity: 1;
  transform: translateY(0);
}

.yoga-wrap .yoga-collab-title,
.entry-content .yoga-wrap h2.yoga-collab-title {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #253b80 !important;
  margin: 0 0 14px !important;
  line-height: 1.3 !important;
}

.yoga-wrap .yoga-collab-text {
  font-size: 15px !important;
  color: #4b5563 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* ════════════════════════════════
   CTA
════════════════════════════════ */

.yoga-cta {
  background: linear-gradient(135deg, #253b80, #179bd7) !important;
  border-radius: 10px !important;
  padding: 48px 40px !important;
  text-align: center;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yoga-cta.pmt-animate {
  opacity: 0;
  transform: translateY(30px);
}

.yoga-cta.pmt-animate.pmt-visible {
  opacity: 1;
  transform: translateY(0);
}

.yoga-wrap .yoga-cta-title,
.entry-content .yoga-wrap h2.yoga-cta-title {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #FF6000 !important;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
  line-height: 1.3 !important;
}

.yoga-cta .yoga-cta-text {
  font-size: 15px !important;
  color: #f4f6fb !important;
  margin-bottom: 24px !important;
  line-height: 1.7 !important;
}

.yoga-cta-btn .wp-block-button__link {
  background: #FF6000 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 12px 30px !important;
  text-decoration: none !important;
  border: none !important;
  transition: background 0.25s, transform 0.25s;
}

.yoga-cta-btn .wp-block-button__link:hover {
  background: #e05500 !important;
  transform: translateY(-2px);
}

.yoga-cta-btn-outline .wp-block-button__link {
  background: transparent !important;
  color: #f4f6fb !important;
  border: 2px solid rgba(37, 59, 128, 0.35) !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 12px 30px !important;
  text-decoration: none !important;
  transition: background 0.25s;
}

.yoga-cta-btn-outline .wp-block-button__link:hover {
  background: rgba(37, 59, 128, 0.06) !important;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

@media (max-width: 768px) {
  .yoga-wrap {
    padding: 0 16px !important;
  }

  .yoga-grid .wp-block-column,
  .yoga-split .wp-block-column {
    flex-basis: 100% !important;
    min-width: 100% !important;
  }

  .yoga-grid {
    gap: 16px !important;
  }

  .yoga-collab {
    padding: 28px 20px !important;
  }

  .yoga-cta {
    padding: 28px 16px !important;
  }

  .yoga-wrap .yoga-title {
    font-size: 1.4rem !important;
  }

  .yoga-wrap .yoga-collab-title,
  .yoga-wrap .yoga-cta-title {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 480px) {
  .yoga-wrap .yoga-title {
    font-size: 1.2rem !important;
  }

  .yoga-wrap .yoga-cta-title {
    font-size: 1.2rem !important;
  }
}
