/* ============================================================
   STHERB — Finished Products Redesign
   Scoped to .stherb-redesign-finished-products (body class on
   template-finished-products-redesign.php). Reuses design tokens +
   base classes (.sr-container, .sr-kicker, .sr-btn) from
   homepage-redesign.css, and pills/grid/cards/newsletter from
   blog-redesign.css (both always enqueued first as dependencies).
   ============================================================ */

/* ---- Hero (centered, text-only — no real "full lineup" photo exists) ---- */
.sr-fp-hero {
  padding: 72px 0 48px;
  text-align: center;
}

.sr-fp-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}

.sr-fp-eyebrow::before,
.sr-fp-eyebrow::after {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--border);
}

.sr-fp-hero .sr-container > h1 {
  margin-bottom: 18px;
}

.sr-fp-hero-sub {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.sr-fp-hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* ---- Trust stat bar (dark) ---- */
.sr-fp-statbar {
  background: var(--dark);
  border-radius: 20px;
  margin: 0 24px 56px;
  padding: 40px 24px;
}

.sr-fp-statbar-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.sr-fp-stat-num {
  display: block;
  font-family: 'Cormorant', serif;
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin-bottom: 6px;
}

.sr-fp-stat-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
}

/* ---- Quick nav pills (reuses .sr-blog-pill from blog-redesign.css as links) ---- */
.sr-fp-nav-wrap {
  padding: 0 0 8px;
}

.sr-fp-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sr-fp-nav a.sr-blog-pill {
  display: inline-block;
}

.sr-fp-intro {
  max-width: 720px;
  margin: 28px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.75;
}

/* ---- Series rows (alternating image/text) ---- */
.sr-fp-row {
  padding: 56px 0;
  scroll-margin-top: 90px;
}

.sr-fp-row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.sr-fp-row-rev .sr-fp-media { order: 2; }
.sr-fp-row-rev .sr-fp-copy { order: 1; }

.sr-fp-media {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  background: var(--soft);
}

.sr-fp-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sr-fp-eyebrow-sm {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.sr-fp-copy h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.sr-fp-copy p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 20px;
}

.sr-fp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.sr-fp-chip {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--soft);
  border: 1px solid var(--border);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

/* ---- Why Choose grid ---- */
.sr-fp-why {
  padding: 64px 0 72px;
  background: var(--soft);
}

.sr-fp-why-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.sr-fp-why-head .sr-kicker { justify-content: center; }
.sr-fp-why-head h2 { margin-bottom: 14px; }

.sr-fp-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.sr-fp-why-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 6px 18px rgba(34, 30, 24, 0.04);
}

.sr-fp-why-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 16px;
}

.sr-fp-why-icon svg { width: 18px; height: 18px; }

.sr-fp-why-title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 8px;
}

.sr-fp-why-desc {
  display: block;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* ---- Disclaimer ---- */
.sr-fp-disclaimer-wrap { padding: 40px 0 8px; }
.sr-fp-disclaimer {
  margin: 0;
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-left: 3px solid #DDBE6F;
  border-radius: 12px;
  background: var(--surface);
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.sr-fp-disclaimer strong { color: var(--ink); }

/* ---- Final CTA (dark) ---- */
.sr-fp-cta {
  background: var(--dark);
  border-radius: 20px;
  margin: 48px 24px 72px;
  padding: 48px 40px;
}

.sr-fp-cta-grid {
  max-width: 1280px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.sr-fp-cta h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.sr-fp-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

/* ---- Related reading section head (reuses .sr-blog-grid/.sr-blog-card) ---- */
.sr-fp-related { padding: 8px 0 72px; }
.sr-fp-related-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}
.sr-fp-related-head .sr-kicker { justify-content: center; }
.sr-fp-related-head h2 { margin-bottom: 0; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .sr-fp-row-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sr-fp-row-rev .sr-fp-media,
  .sr-fp-media { order: -1; }

  .sr-fp-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sr-fp-statbar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
  }
}

@media (max-width: 640px) {
  .sr-fp-hero { padding: 48px 0 40px; }
  .sr-fp-hero-sub { font-size: 15px; }
  .sr-fp-hero-ctas .sr-btn { width: 100%; justify-content: center; }
  .sr-fp-hero-ctas { flex-direction: column; }

  .sr-fp-row { padding: 40px 0; }

  .sr-fp-why { padding: 48px 0 56px; }
  .sr-fp-why-grid { grid-template-columns: 1fr; }

  .sr-fp-statbar {
    margin: 0 16px 40px;
    padding: 28px 20px;
  }

  .sr-fp-cta {
    margin: 40px 16px 56px;
    padding: 32px 24px;
  }

  .sr-fp-cta-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .sr-fp-cta .sr-btn { width: 100%; justify-content: center; }
}

@media (max-width: 430px) {
  .sr-fp-statbar-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
}
