/**
 * PLSH Page Widgets — About / Inner page mobile responsiveness
 * Scoped to this addon only. Does not affect other Elementor addons.
 */

/* ---------- Shared section / title ---------- */
.plsh-brand-story-section,
.plsh-stylists-team-section,
.plsh-academy-section,
.plsh-facilities-section,
.plsh-faq-section,
[id^="plsh-pricing-"] {
  box-sizing: border-box;
  overflow-x: hidden;
  max-width: 100%;
}

.plsh-brand-story-section *,
.plsh-stylists-team-section *,
.plsh-academy-section *,
.plsh-facilities-section *,
.plsh-faq-section *,
.plsh-pricing-grid *,
.plsh-price-table * {
  box-sizing: border-box;
}

.plsh-bs-grid,
.plsh-stylists-grid,
.plsh-courses-grid,
.plsh-facilities-grid,
.plsh-pricing-grid {
  width: 100%;
  max-width: 100%;
}

.plsh-bs-media img,
.plsh-stylist-img,
.plsh-course-img,
.plsh-fac-img {
  max-width: 100%;
}

.plsh-bs-media img,
.plsh-stylist-card .plsh-stylist-img,
.plsh-course-card .plsh-course-img,
.plsh-fac-card .plsh-fac-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Brand Story ---------- */
@media (max-width: 1024px) {
  .plsh-brand-story-section {
    padding: 64px 16px !important;
  }
  .plsh-bs-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .plsh-bs-media {
    height: 300px !important;
  }
  .plsh-bs-title {
    font-size: 28px !important;
  }
}

@media (max-width: 600px) {
  .plsh-brand-story-section {
    padding: 48px 14px !important;
  }
  .plsh-bs-grid {
    gap: 24px !important;
  }
  .plsh-bs-media {
    height: 220px !important;
    border-radius: 10px !important;
  }
  .plsh-bs-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 12px 8px !important;
  }
  .plsh-bs-stats .stat-box div:first-child {
    font-size: 18px !important;
  }
  .plsh-bs-stats .stat-box div:last-child {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
  .plsh-bs-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }
  .plsh-bs-quote {
    font-size: 15px !important;
  }
  .plsh-bs-text {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .plsh-bs-cta {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* ---------- Stylists Team ---------- */
@media (max-width: 1024px) {
  .plsh-stylists-team-section {
    padding: 64px 16px !important;
  }
  .plsh-stylists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
  .plsh-stylists-team-section h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 600px) {
  .plsh-stylists-team-section {
    padding: 48px 14px !important;
  }
  .plsh-stylists-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .plsh-stylist-card > div:first-child {
    height: 220px !important;
  }
  .plsh-stylists-team-section h2 {
    font-size: 22px !important;
  }
}

/* ---------- Academy Courses ---------- */
@media (max-width: 1024px) {
  .plsh-academy-section {
    padding: 64px 16px !important;
  }
  .plsh-courses-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
  .plsh-academy-section h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 600px) {
  .plsh-academy-section {
    padding: 48px 14px !important;
  }
  .plsh-courses-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .plsh-course-card > div:first-child {
    height: 200px !important;
  }
  .plsh-academy-section h2 {
    font-size: 22px !important;
  }
}

/* ---------- Facilities Grid ---------- */
@media (max-width: 1024px) {
  .plsh-facilities-section {
    padding: 64px 16px !important;
  }
  .plsh-facilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
  .plsh-facilities-section h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 600px) {
  .plsh-facilities-section {
    padding: 48px 14px !important;
  }
  .plsh-facilities-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .plsh-fac-card > div:first-child {
    height: 200px !important;
  }
  .plsh-facilities-section h2 {
    font-size: 22px !important;
  }
}

/* ---------- Pricing Matrix ---------- */
@media (max-width: 1024px) {
  [id^="plsh-pricing-"] {
    padding: 64px 16px !important;
  }
  .plsh-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 600px) {
  [id^="plsh-pricing-"] {
    padding: 48px 14px !important;
  }
  .plsh-pricing-grid {
    grid-template-columns: 1fr !important;
  }
  .plsh-price-row {
    flex-wrap: wrap !important;
    gap: 6px 12px !important;
    padding: 12px 16px !important;
    align-items: flex-start !important;
  }
  .plsh-price-row > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    word-break: break-word;
  }
  .plsh-price-row > span:last-child {
    flex: 0 0 auto;
  }
  [id^="plsh-pricing-"] h2 {
    font-size: 22px !important;
  }
}

/* ---------- FAQ Accordion ---------- */
@media (max-width: 600px) {
  .plsh-faq-section {
    padding: 48px 14px !important;
  }
  .plsh-faq-section h2 {
    font-size: 22px !important;
  }
  .plsh-faq-question {
    padding: 16px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    align-items: flex-start !important;
  }
  .plsh-faq-question > span:first-child {
    word-break: break-word;
    padding-right: 8px;
  }
  .plsh-faq-answer {
    padding: 0 16px 16px !important;
  }
  .plsh-faq-answer > div {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
