/* ============================================================
   PUNJABI LIBAS — MOBILE RESPONSIVE
   Single source of truth for all breakpoints
   Written mobile-first: base = phone, overrides = desktop
   ============================================================ */

/* ── GLOBAL ─────────────────────────────────────────────── */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

/* ── ANNOUNCEMENT BAR ───────────────────────────────────── */
.plm-announce {
  padding: 8px 16px !important;
}
.plm-announce-inner {
  flex-direction: column !important;
  gap: 5px !important;
  align-items: flex-start !important;
  max-width: 100% !important;
}
.plm-announce-item {
  font-size: 11.5px !important;
  line-height: 1.4 !important;
}

@media (min-width: 768px) {
  .plm-announce { padding: 9px 24px !important; }
  .plm-announce-inner { flex-direction: row !important; gap: 28px !important; justify-content: center !important; }
}

/* ── FOUNDER STRIP ──────────────────────────────────────── */
.plm-founder-strip { padding: 12px 0 !important; }
.plm-founder-inner { padding: 0 16px !important; gap: 10px !important; flex-wrap: wrap !important; }
.plm-founder-text strong { font-size: 12.5px !important; }
.plm-founder-text span { font-size: 11px !important; }
.plm-founder-badges { display: none !important; }

@media (min-width: 768px) {
  .plm-founder-strip { padding: 16px 0 !important; }
  .plm-founder-inner { padding: 0 32px !important; gap: 16px !important; }
  .plm-founder-text strong { font-size: 13.5px !important; }
  .plm-founder-text span { font-size: 12px !important; }
  .plm-founder-badges { display: flex !important; }
}

/* ── HERO ────────────────────────────────────────────────── */
.plm-hero { overflow: hidden !important; }
.plm-hero-inner {
  grid-template-columns: 1fr !important;
  min-height: auto !important;
  padding: 0 16px !important;
  gap: 0 !important;
}
.plm-hero-text { padding: 28px 0 20px !important; }
.plm-hero-visual { display: none !important; }
.plm-hero-eyebrow {
  font-size: 10px !important;
  padding: 4px 10px !important;
  margin-bottom: 14px !important;
}
.plm-hero-h1 {
  font-size: 30px !important;
  margin-bottom: 8px !important;
  line-height: 1.15 !important;
}
.plm-hero-gurmukhi { font-size: 14px !important; margin-bottom: 10px !important; }
.plm-hero-desc {
  font-size: 13.5px !important;
  margin-bottom: 20px !important;
  line-height: 1.65 !important;
}
.plm-hero-ctas {
  flex-direction: row !important;
  gap: 10px !important;
  margin-bottom: 24px !important;
  flex-wrap: wrap !important;
}
.plm-btn-primary {
  font-size: 13px !important;
  padding: 12px 18px !important;
}
.plm-btn-secondary { font-size: 13px !important; }
.plm-hero-stats {
  gap: 16px !important;
  padding-top: 18px !important;
  flex-wrap: wrap !important;
}
.plm-stat-num { font-size: 20px !important; }
.plm-stat-lbl { font-size: 10px !important; }

@media (min-width: 480px) {
  .plm-hero-h1 { font-size: 36px !important; }
  .plm-hero-inner { padding: 0 24px !important; }
}

@media (min-width: 768px) {
  .plm-hero-inner {
    grid-template-columns: 1fr 1fr !important;
    padding: 0 32px !important;
    gap: 48px !important;
    min-height: 480px !important;
  }
  .plm-hero-text { padding: 48px 0 !important; }
  .plm-hero-visual { display: flex !important; }
  .plm-hero-h1 { font-size: 44px !important; }
  .plm-stat-num { font-size: 26px !important; }
  .plm-stat-lbl { font-size: 11px !important; }
}

@media (min-width: 1024px) {
  .plm-hero-inner { padding: 0 40px !important; gap: 60px !important; min-height: 520px !important; }
  .plm-hero-h1 { font-size: 52px !important; }
  .plm-hero-text { padding: 60px 0 !important; }
}

/* ── TRUST BAR ───────────────────────────────────────────── */
.plm-trust-bar { padding: 0 !important; }
.plm-trust-inner {
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
}
.plm-trust-item {
  padding: 16px 10px !important;
  border-right: 1px solid rgba(255,255,255,0.1) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.plm-trust-item:nth-child(2n) { border-right: none !important; }
.plm-trust-item:nth-child(5) {
  grid-column: 1 / -1 !important;
  border-bottom: none !important;
  border-right: none !important;
}
.plm-trust-item svg { width: 20px !important; height: 20px !important; }
.plm-ti-title { font-size: 12px !important; }
.plm-ti-sub { font-size: 10px !important; }

@media (min-width: 768px) {
  .plm-trust-bar { padding: 20px 0 !important; }
  .plm-trust-inner {
    grid-template-columns: repeat(3, 1fr) !important;
    padding: 0 24px !important;
  }
  .plm-trust-item {
    border-right: 1px solid rgba(255,255,255,0.1) !important;
    border-bottom: none !important;
    padding: 0 20px !important;
  }
  .plm-trust-item:nth-child(3n) { border-right: none !important; }
  .plm-trust-item:nth-child(5) { grid-column: auto !important; }
  .plm-ti-title { font-size: 13px !important; }
  .plm-ti-sub { font-size: 11px !important; }
}

@media (min-width: 1024px) {
  .plm-trust-bar { padding: 28px 0 !important; }
  .plm-trust-inner {
    grid-template-columns: repeat(5, 1fr) !important;
    padding: 0 40px !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
  }
  .plm-trust-item { border-right: 1px solid rgba(255,255,255,0.1) !important; border-bottom: none !important; }
  .plm-trust-item:last-child { border-right: none !important; }
  .plm-trust-item:nth-child(2n),
  .plm-trust-item:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.1) !important; }
  .plm-trust-item:nth-child(5) { grid-column: auto !important; border-right: none !important; }
  .plm-trust-item svg { width: 26px !important; height: 26px !important; }
}

/* ── SECTION COMMON ─────────────────────────────────────── */
.pl-section,
.pl-story-section,
.pl-why-section,
.plm-collections-section,
.pl-newsletter-section {
  padding: 36px 0 !important;
}
.plm-products-section { padding: 36px 0 !important; }
.plm-bestsellers-section { padding: 36px 0 !important; }

.pl-container { padding: 0 16px !important; }

.pl-section-header { margin-bottom: 24px !important; }
.pl-section-title { font-size: 28px !important; }
.pl-section-desc { font-size: 13px !important; }
.pl-tag { font-size: 10px !important; }
.pl-divider { margin: 8px 0 14px !important; }
.pl-divider.center { margin: 8px auto 14px !important; }

@media (min-width: 768px) {
  .pl-section,
  .pl-story-section,
  .pl-why-section,
  .plm-collections-section,
  .pl-newsletter-section,
  .plm-products-section,
  .plm-bestsellers-section { padding: 56px 0 !important; }
  .pl-container { padding: 0 24px !important; }
  .pl-section-header { margin-bottom: 40px !important; }
  .pl-section-title { font-size: 38px !important; }
}

@media (min-width: 1024px) {
  .pl-section,
  .pl-story-section,
  .pl-why-section,
  .plm-collections-section,
  .pl-newsletter-section,
  .plm-products-section,
  .plm-bestsellers-section { padding: 72px 0 !important; }
  .pl-container { padding: 0 40px !important; }
  .pl-section-title { font-size: 48px !important; }
}

/* ── CATEGORY GRID ──────────────────────────────────────── */
.pl-cat-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}
.pl-cat-card {
  aspect-ratio: 3/4 !important; /* Tall enough to show content */
}
.pl-cat-name { font-size: 16px !important; }
.pl-cat-punjabi { font-size: 11px !important; }
.pl-cat-count { font-size: 9px !important; }
.pl-cat-badge {
  font-size: 9px !important;
  padding: 3px 7px !important;
}

@media (min-width: 640px) {
  .pl-cat-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
}

@media (min-width: 1024px) {
  .pl-cat-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 16px !important; }
  .pl-cat-name { font-size: 22px !important; }
}

/* ── PRODUCT SECTION HEADER ─────────────────────────────── */
.plm-section-header {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-bottom: 20px !important;
}
.plm-section-title { font-size: 24px !important; }
.plm-section-label { font-size: 10px !important; letter-spacing: 2px !important; }
.plm-section-sub { font-size: 12.5px !important; }
.plm-view-all { font-size: 12px !important; }

@media (min-width: 768px) {
  .plm-section-header {
    flex-direction: row !important;
    align-items: flex-end !important;
    margin-bottom: 32px !important;
  }
  .plm-section-title { font-size: 30px !important; }
}

@media (min-width: 1024px) {
  .plm-section-title { font-size: 34px !important; }
}

/* ── PRODUCT GRID + CARDS ───────────────────────────────── */
.plm-product-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

/* Card */
.pcard { border-radius: 8px !important; }
.pcard-img { height: 170px !important; }
.pcard-body { padding: 10px !important; }
.pcard-fabric { font-size: 9px !important; margin-bottom: 2px !important; }
.pcard-name {
  font-size: 12px !important;
  margin-bottom: 6px !important;
  -webkit-line-clamp: 2 !important;
}
.pcard-price { margin-bottom: 8px !important; gap: 5px !important; flex-wrap: wrap !important; }
.pcard-price .current { font-size: 15px !important; }
.pcard-price .current .woocommerce-Price-amount { font-size: 15px !important; }
.pcard-price .original { font-size: 11px !important; }
.pcard-price .saving {
  font-size: 9px !important;
  padding: 1px 6px !important;
  width: 100% !important;  /* Force to new line if needed */
}
.pcard-badge { font-size: 9px !important; padding: 3px 8px !important; }
.pcard-footer { gap: 5px !important; }
.pcard-footer .button,
.pcard-footer .add_to_cart_button,
.pcard-footer .btn-cart {
  font-size: 10.5px !important;
  padding: 8px 5px !important;
  letter-spacing: 0 !important;
}
.pcard-footer .btn-buy {
  font-size: 10.5px !important;
  padding: 8px 8px !important;
  white-space: nowrap !important;
}

@media (min-width: 480px) {
  .pcard-img { height: 200px !important; }
  .pcard-name { font-size: 13px !important; }
  .pcard-price .current { font-size: 17px !important; }
  .pcard-footer .button,
  .pcard-footer .add_to_cart_button { font-size: 11.5px !important; padding: 9px 8px !important; }
  .pcard-footer .btn-buy { font-size: 11.5px !important; padding: 9px 10px !important; }
}

@media (min-width: 768px) {
  .plm-product-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
  .pcard-img { height: 240px !important; }
  .pcard-body { padding: 14px !important; }
  .pcard-name { font-size: 14px !important; }
}

@media (min-width: 1024px) {
  .plm-product-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 20px !important; }
  .pcard-img { height: 280px !important; }
  .pcard-body { padding: 16px !important; }
  .pcard-name { font-size: 14px !important; }
  .pcard-price .current { font-size: 20px !important; }
  .pcard-price .saving { width: auto !important; }
}

/* ── STORY SECTION ──────────────────────────────────────── */
.pl-story-grid {
  grid-template-columns: 1fr !important;
  gap: 24px !important;
}
.pl-story-img-wrap { max-height: none !important; overflow: visible !important; height: auto !important; }
.pl-story-img { object-position: center top !important; }
.pl-story-img-placeholder { aspect-ratio: 16/9 !important; }
.pl-story-content { padding-right: 0 !important; }
.pl-story-quote {
  font-size: 17px !important;
  padding-left: 14px !important;
  margin-bottom: 16px !important;
}
.pl-story-body { font-size: 13.5px !important; }
.pl-story-signature { font-size: 18px !important; }
.pl-story-milestones {
  gap: 16px !important;
  padding-top: 20px !important;
  margin-top: 20px !important;
  flex-wrap: wrap !important;
}
.pl-m-year { font-size: 17px !important; }
.pl-m-event { font-size: 10px !important; }

@media (min-width: 768px) {
  .pl-story-grid { grid-template-columns: 1fr 1fr !important; gap: 48px !important; align-items: center !important; }
  .pl-story-img-wrap { max-height: none !important; }
  .pl-story-quote { font-size: 22px !important; }
  .pl-story-body { font-size: 14.5px !important; }
}

/* ── WHY SECTION ────────────────────────────────────────── */
.pl-why-grid {
  grid-template-columns: 1fr !important;
  gap: 2px !important;
}
.pl-why-card { padding: 24px 18px !important; }
.pl-why-icon { font-size: 28px !important; margin-bottom: 12px !important; }
.pl-why-title { font-size: 18px !important; margin-bottom: 8px !important; }
.pl-why-body { font-size: 13px !important; }

@media (min-width: 640px) {
  .pl-why-grid { grid-template-columns: 1fr 1fr !important; }
}

@media (min-width: 1024px) {
  .pl-why-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .pl-why-card { padding: 40px 32px !important; }
  .pl-why-title { font-size: 22px !important; }
}

/* ── NEWSLETTER ─────────────────────────────────────────── */
.pl-newsletter-title { font-size: 26px !important; margin: 8px 0 10px !important; }
.pl-newsletter-sub { font-size: 13px !important; margin-bottom: 20px !important; }
.pl-newsletter-form { flex-direction: column !important; max-width: 100% !important; }
.pl-nl-input {
  border: 1.5px solid rgba(201,151,58,0.4) !important;
  padding: 13px 16px !important;
  font-size: 13px !important;
}
.pl-nl-btn {
  padding: 13px 20px !important;
  font-size: 12px !important;
  width: 100% !important;
}
.pl-nl-note { font-size: 10.5px !important; }

@media (min-width: 640px) {
  .pl-newsletter-form { flex-direction: row !important; }
  .pl-nl-btn { width: auto !important; }
}

@media (min-width: 768px) {
  .pl-newsletter-title { font-size: 36px !important; }
}

