/*!
 * J. Parkerson Local Styles
 * Copyright 2008-2017 Punchmark
 */


.jparkerson-iframe-embed {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.jparkerson-iframe-embed iframe {
    width: 100%;
    height: 100vh;
    border: none;
    display: block;
}

@media (max-width: 767px) {
    .jparkerson-iframe-embed iframe {
        height: 800px;
    }
}

.accent-font {
    font-family: 'playfair-display', serif !important;
}

@media(max-width: 767px) {
    header .main-content > .row > .col {
        height: 120px !important;
    }
}

header li a.dropdown-item:hover,
header li a.dropdown-item:focus {
    color: #fff !important
}

footer > .footer-section > .container-fluid {
    background: var(--bs-section-default-alt) !important;
}

/* =============================================
   J. Parkerson Jewelers - JM Care Plan Page
   Scoped to .jpj-careplan to avoid conflicts
   ============================================= */

.jpj-careplan {
  background-color: #FAF6F0;
  color: #1C1C1C;
  font-family: 'Inter', sans-serif;
}
/* ── Content Credit Bar ── */
.jpj-careplan .jcp-credit-bar {
  background-color: #f0ebe4;
  border-top: 1px solid #e8ddd4;
  padding: 20px 0;
}
.jpj-careplan .jcp-credit-bar .jcp-credit-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #aaa;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}
.jpj-careplan .jcp-credit-bar .jcp-credit-text a {
  color: #6B1A2A;
  text-decoration: underline;
}
.jpj-careplan .jcp-credit-bar .jcp-credit-text a:hover {
  color: #4e1320;
}
/* ── Hero ── */
.jpj-careplan .jcp-hero {
  position: relative;
  overflow: hidden;
  background-color: #6B1A2A;
  padding: 72px 0 64px;
}
.jpj-careplan .jcp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(107,26,42,0.95) 40%, rgba(107,26,42,0.6) 100%);
  z-index: 1;
}
.jpj-careplan .jcp-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.35;
}
.jpj-careplan .jcp-hero-content {
  position: relative;
  z-index: 2;
}
.jpj-careplan .jcp-hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #E8C4B8;
  display: block;
  margin-bottom: 16px;
}
.jpj-careplan .jcp-hero h1 {
  font-family: 'Lora', serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 20px;
}
.jpj-careplan .jcp-hero h1 em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #E8C4B8;
}
.jpj-careplan .jcp-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  line-height: 1.85;
  max-width: 540px;
  margin-bottom: 32px;
}
.jpj-careplan .jcp-hero-rule {
  width: 52px;
  height: 2px;
  background-color: #E8C4B8;
  border: none;
  margin: 0 0 32px;
}

/* ── Anchor Nav ── */
.jpj-careplan .jcp-anchor-nav {
  background-color: #fff;
  border-bottom: 1px solid #e8ddd4;
  position: sticky;
  top: 0;
  z-index: 100;
}
.jpj-careplan .jcp-anchor-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.jpj-careplan .jcp-anchor-nav ul li a {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b;
  text-decoration: none;
  padding: 16px 24px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.jpj-careplan .jcp-anchor-nav ul li a:hover {
  color: #6B1A2A;
  border-bottom-color: #E8C4B8;
}

/* ── Section Base ── */
.jpj-careplan .jcp-section {
  padding: 72px 0;
}
.jpj-careplan .jcp-section-alt {
  padding: 72px 0;
  background-color: #fff;
}
.jpj-careplan .jcp-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6B1A2A;
  display: block;
  margin-bottom: 14px;
}
.jpj-careplan .jcp-heading {
  font-family: 'Lora', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.3;
  margin-bottom: 16px;
}
.jpj-careplan .jcp-heading em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #6B1A2A;
}
.jpj-careplan .jcp-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
}
.jpj-careplan .jcp-rule {
  width: 48px;
  height: 2px;
  background-color: #E8C4B8;
  border: none;
  margin: 20px 0 32px;
}

/* ── What Is It ── */
.jpj-careplan .jcp-what-card {
  background: #fff;
  border: 1px solid #e8ddd4;
  border-left: 4px solid #6B1A2A;
  border-radius: 2px;
  padding: 36px;
  height: 100%;
}
.jpj-careplan .jcp-what-card h3 {
  font-family: 'Lora', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #6B1A2A;
  margin-bottom: 10px;
}
.jpj-careplan .jcp-what-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin: 0;
}

/* ── Image placeholder ── */
.jpj-careplan .jcp-img-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #ede5db 0%, #d9cfc5 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #aaa;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  gap: 10px;
}
.jpj-careplan .jcp-img-placeholder svg {
  opacity: 0.35;
}
/* To swap in a real image, replace .jcp-img-placeholder with an <img> tag
   using class="jcp-img" — styles below will apply automatically */
.jpj-careplan .jcp-img {
  width: 100%;
  border-radius: 2px;
  display: block;
  object-fit: cover;
}

/* ── Coverage Cards ── */
.jpj-careplan .jcp-coverage-card {
  background: #FAF6F0;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 36px;
  height: 100%;
}
.jpj-careplan .jcp-coverage-card .jcp-card-title {
  font-family: 'Lora', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 6px;
}
.jpj-careplan .jcp-coverage-card .jcp-card-badge {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B1A2A;
  background-color: #f5e8e2;
  padding: 4px 10px;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 20px;
}
.jpj-careplan .jcp-coverage-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.jpj-careplan .jcp-coverage-list li {
  display: block !important;
  padding: 8px 0 8px 24px !important;
  border-bottom: 1px solid #e8ddd4;
  font-family: 'Inter', sans-serif;
  font-size: 0.87rem;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.6;
  position: relative;
}
.jpj-careplan .jcp-coverage-list li:last-child {
  border-bottom: none;
}
.jpj-careplan .jcp-coverage-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: #6B1A2A;
  font-weight: 700;
  font-size: 0.82rem;
}
.jpj-careplan .jcp-disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #aaa;
  line-height: 1.7;
  margin-top: 24px;
}

/* ── How It Works Steps ── */
.jpj-careplan .jcp-step-card {
  background: #fff;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 36px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.jpj-careplan .jcp-step-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6B1A2A;
}
.jpj-careplan .jcp-step-number {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 2.4rem;
  color: #E8C4B8;
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}
.jpj-careplan .jcp-step-title {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #6B1A2A;
  margin-bottom: 10px;
}
.jpj-careplan .jcp-step-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.87rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin: 0;
}

/* ── FAQ Accordion ── */
.jpj-careplan .jcp-faq-item {
  border-bottom: 1px solid #e8ddd4;
}
.jpj-careplan .jcp-faq-item:first-of-type {
  border-top: 1px solid #e8ddd4;
}
.jpj-careplan .jcp-faq-btn {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: 'Lora', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 1.4;
}
.jpj-careplan .jcp-faq-btn:hover {
  color: #6B1A2A;
}
.jpj-careplan .jcp-faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #6B1A2A;
  transition: transform 0.25s ease;
}
.jpj-careplan .jcp-faq-item.is-open .jcp-faq-icon {
  transform: rotate(180deg);
}
.jpj-careplan .jcp-faq-body {
  display: none;
  padding: 0 0 20px;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
}
.jpj-careplan .jcp-faq-item.is-open .jcp-faq-body {
  display: block;
}

/* ── FAQ Details/Summary ── */
.jpj-careplan details.jcp-details {
  display: block !important;
  border-bottom: 1px solid #e8ddd4;
}
.jpj-careplan details.jcp-details:first-of-type {
  border-top: 1px solid #e8ddd4;
}
.jpj-careplan details.jcp-details summary.jcp-summary {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-family: 'Lora', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 1.4;
  list-style: none;
  user-select: none;
}
.jpj-careplan details.jcp-details summary.jcp-summary::-webkit-details-marker {
  display: none;
}
.jpj-careplan details.jcp-details summary.jcp-summary::marker {
  display: none;
}
.jpj-careplan details.jcp-details summary.jcp-summary:hover {
  color: #6B1A2A;
}
.jpj-careplan details.jcp-details summary.jcp-summary::after {
  content: "+";
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #6B1A2A;
  flex-shrink: 0;
  margin-left: 16px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.jpj-careplan details.jcp-details[open] summary.jcp-summary::after {
  content: "−";
}
.jpj-careplan details.jcp-details .jcp-details-body {
  display: block !important;
  padding: 0 0 20px;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
}

/* ── CTA Band ── */
.jpj-careplan .jcp-cta-band {
  background-color: #6B1A2A;
  padding: 64px 24px;
  text-align: center;
}
.jpj-careplan .jcp-cta-band h2 {
  font-family: 'Lora', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.jpj-careplan .jcp-cta-band p {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  margin-bottom: 28px;
  line-height: 1.85;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.jpj-careplan .jcp-btn-white {
  background-color: #fff;
  color: #6B1A2A;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 1px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  margin: 0 8px 8px;
}
.jpj-careplan .jcp-btn-white:hover {
  background-color: #FAF6F0;
  color: #6B1A2A;
}
.jpj-careplan .jcp-btn-outline-white {
  background-color: transparent;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 13px 36px;
  border-radius: 1px;
  border: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  margin: 0 8px 8px;
}
.jpj-careplan .jcp-btn-outline-white:hover {
  background-color: rgba(255,255,255,0.1);
  border-color: #fff;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .jpj-careplan .jcp-hero h1 {
    font-size: 2rem;
  }
  .jpj-careplan .jcp-heading {
    font-size: 1.6rem;
  }
  .jpj-careplan .jcp-anchor-nav ul li a {
    padding: 12px 14px;
    font-size: 0.7rem;
  }
  .jpj-careplan .jcp-section,
  .jpj-careplan .jcp-section-alt {
    padding: 48px 0;
  }
  .jpj-careplan .jcp-coverage-card,
  .jpj-careplan .jcp-what-card,
  .jpj-careplan .jcp-step-card {
    padding: 24px;
  }
  .jpj-careplan .jcp-cta-band {
    padding: 48px 24px;
  }
}

/* =============================================
   J. Parkerson Jewelers - Insurance Page
   Scoped to .jpj-insurance to avoid conflicts
   ============================================= */

.jpj-insurance {
  font-family: 'Inter', sans-serif;
  background-color: #FAF6F0;
  color: #1C1C1C;
  padding: 80px 0;
}

/* Tagline Rule */
.jpj-insurance .tagline-rule {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 56px;
}
.jpj-insurance .tagline-rule hr {
  flex: 1;
  border-color: #e8ddd4;
  opacity: 1;
}
.jpj-insurance .tagline-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 400;
  font-style: italic;
  color: #1C1C1C;
  text-align: center;
  line-height: 1.7;
  white-space: nowrap;
}
.jpj-insurance .tagline-text span {
  font-style: italic;
  font-weight: 500;
  color: #6B1A2A;
}

/* Logo Badge */
.jpj-insurance .jm-logo-area {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.jpj-insurance .jm-logo-badge {
  background-color: #6B1A2A;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 1px;
}
.jpj-insurance .jm-since {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #6b6b6b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Intro Paragraph */
.jpj-insurance .intro-paragraph {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin-bottom: 28px;
}

/* Coverage List */
jpj-insurance .coverage-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.jpj-insurance .coverage-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 36px;
}

.jpj-insurance .coverage-list li {
  display: block !important;
  padding: 10px 0 10px 28px !important;
  border-bottom: 1px solid #e8ddd4;
  position: relative;
}
.jpj-insurance .coverage-list li:last-child {
  border-bottom: none;
}
.jpj-insurance .coverage-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #6B1A2A;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.6;
}
.jpj-insurance .coverage-list li p {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 400 !important;
  color: #1C1C1C !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.jpj-insurance .coverage-list li b {
  font-weight: 600 !important;
  color: #6B1A2A !important;
  display: inline !important;
}

/* Primary Button */
.jpj-insurance .btn-primary-custom {
  background-color: #6B1A2A;
  border: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 1px;
  transition: background-color 0.25s ease, transform 0.2s ease;
  text-decoration: none;
  display: inline-block;
}
.jpj-insurance .btn-primary-custom:hover {
  background-color: #4e1320;
  color: #fff;
  transform: translateY(-1px);
}

/* Insurance Card */
.jpj-insurance .insurance-card {
  background: #fff;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jpj-insurance .insurance-card .wear-without-worry {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  color: #1C1C1C;
  line-height: 1.4;
  border-left: 3px solid #E8C4B8;
  padding-left: 18px;
}
.jpj-insurance .insurance-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin: 0;
}
.jpj-insurance .disclaimer {
  font-size: 0.72rem !important;
  color: #aaa !important;
  line-height: 1.7 !important;
  border-top: 1px solid #e8ddd4;
  padding-top: 16px;
  margin-top: auto !important;
}

/* CTA Band */
.jpj-insurance .cta-band {
  background-color: #6B1A2A;
  padding: 48px 24px;
  text-align: center;
  margin-top: 64px;
}
.jpj-insurance .cta-band h2 {
  font-family: 'Lora', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
.jpj-insurance .cta-band p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.jpj-insurance .btn-secondary-custom {
  background-color: transparent;
  border: 1px solid #E8C4B8;
  color: #E8C4B8;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 1px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  margin: 0 8px;
}
.jpj-insurance .btn-secondary-custom:hover {
  background-color: #E8C4B8;
  color: #6B1A2A;
}
.jpj-insurance .btn-white-outline {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.85);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 1px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  margin: 0 8px;
}
.jpj-insurance .btn-white-outline:hover {
  background-color: rgba(255,255,255,0.1);
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .jpj-insurance .tagline-text {
    font-size: 1.05rem;
    white-space: normal;
  }
  .jpj-insurance .insurance-card {
    margin-top: 32px;
  }
  .jpj-insurance .btn-secondary-custom,
  .jpj-insurance .btn-white-outline {
    display: block;
    margin: 8px auto;
    max-width: 260px;
  }
}

footer {
  overflow: hidden !important;
}

/* =============================================
   J. Parkerson Jewelers - Lab Grown vs Natural
   Scoped to .jpj-labgrown to avoid conflicts
   ============================================= */

.jpj-labgrown {
  background-color: #FAF6F0;
  color: #1C1C1C;
  font-family: 'Inter', sans-serif;
  padding: 60px 0;
}

/* Hero */
.jpj-labgrown .hero-section {
  text-align: center;
  margin-bottom: 60px;
}
.jpj-labgrown .hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B1A2A;
  margin-bottom: 16px;
  display: block;
}
.jpj-labgrown .hero-title {
  font-family: 'Lora', serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.3;
  margin-bottom: 20px;
}
.jpj-labgrown .hero-title em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #6B1A2A;
}
.jpj-labgrown .hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  max-width: 680px;
  margin: 0 auto 32px;
}
.jpj-labgrown .hero-rule {
  width: 60px;
  height: 2px;
  background-color: #E8C4B8;
  margin: 0 auto;
  border: none;
}

/* Intro Cards */
.jpj-labgrown .intro-card {
  background: #fff;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 36px;
  height: 100%;
}
.jpj-labgrown .intro-card .card-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6B1A2A;
  margin-bottom: 12px;
  display: block;
}
.jpj-labgrown .intro-card h3 {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 16px;
}
.jpj-labgrown .intro-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin: 0;
}
.jpj-labgrown .intro-card.featured {
  background-color: #6B1A2A;
  border-color: #6B1A2A;
}
.jpj-labgrown .intro-card.featured .card-eyebrow {
  color: #E8C4B8;
}
.jpj-labgrown .intro-card.featured h3 {
  color: #fff;
}
.jpj-labgrown .intro-card.featured p {
  color: rgba(255,255,255,0.75);
}

/* Section Headings */
.jpj-labgrown .section-heading {
  font-family: 'Lora', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 12px;
}
.jpj-labgrown .section-heading em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #6B1A2A;
}
.jpj-labgrown .section-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin-bottom: 36px;
}

/* Benefits List */
.jpj-labgrown .benefits-section {
  background-color: #fff;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 48px;
  margin-bottom: 60px;
}
.jpj-labgrown .benefit-item {
  padding: 20px 0;
  border-bottom: 1px solid #e8ddd4;
}
.jpj-labgrown .benefit-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.jpj-labgrown .benefit-item:first-child {
  padding-top: 0;
}
.jpj-labgrown .benefit-number {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 2rem;
  color: #E8C4B8;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
.jpj-labgrown .benefit-title {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #6B1A2A;
  margin-bottom: 8px;
}
.jpj-labgrown .benefit-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin: 0;
}

/* Comparison Table */
.jpj-labgrown .comparison-section {
  margin-bottom: 60px;
}
.jpj-labgrown .comparison-table {
  width: 100%;
  border-collapse: collapse;
}
.jpj-labgrown .comparison-table th {
  font-family: 'Lora', serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 16px 20px;
  text-align: left;
  border-bottom: 2px solid #e8ddd4;
}
.jpj-labgrown .comparison-table th.highlight {
  background-color: #6B1A2A;
  color: #fff;
  border-bottom: 2px solid #6B1A2A;
}
.jpj-labgrown .comparison-table th.plain {
  background-color: #fff;
  color: #1C1C1C;
}
.jpj-labgrown .comparison-table th.label-col {
  background-color: #FAF6F0;
  color: #6b6b6b;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.jpj-labgrown .comparison-table td {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  color: #1C1C1C;
  padding: 14px 20px;
  border-bottom: 1px solid #e8ddd4;
  vertical-align: top;
}
.jpj-labgrown .comparison-table td.label {
  font-weight: 500;
  color: #6b6b6b;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  background-color: #FAF6F0;
}
.jpj-labgrown .comparison-table td.highlight-col {
  background-color: #fdf5f0;
}
.jpj-labgrown .comparison-table tr:last-child td {
  border-bottom: none;
}
.jpj-labgrown .check {
  color: #6B1A2A;
  font-weight: 700;
}

/* Pull Quote */
.jpj-labgrown .pull-quote {
  background-color: #6B1A2A;
  padding: 56px 48px;
  text-align: center;
  margin-bottom: 60px;
  border-radius: 2px;
}
.jpj-labgrown .pull-quote blockquote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 16px;
  border: none;
  padding: 0;
}
.jpj-labgrown .pull-quote cite {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E8C4B8;
}

/* CTA Band */
.jpj-labgrown .cta-band {
  background-color: #FAF6F0;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 48px;
  text-align: center;
}
.jpj-labgrown .cta-band h3 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 12px;
}
.jpj-labgrown .cta-band p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #6b6b6b;
  margin-bottom: 24px;
  line-height: 1.85;
}
.jpj-labgrown .btn-primary-jpj {
  background-color: #6B1A2A;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 1px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.25s ease, transform 0.2s ease;
  margin: 0 8px 8px;
}
.jpj-labgrown .btn-primary-jpj:hover {
  background-color: #4e1320;
  color: #fff;
  transform: translateY(-1px);
}
.jpj-labgrown .btn-outline-jpj {
  background-color: transparent;
  color: #6B1A2A;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 13px 36px;
  border-radius: 1px;
  border: 1px solid #6B1A2A;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  margin: 0 8px 8px;
}
.jpj-labgrown .btn-outline-jpj:hover {
  background-color: #6B1A2A;
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .jpj-labgrown .hero-title {
    font-size: 1.9rem;
  }
  .jpj-labgrown .benefits-section {
    padding: 28px;
  }
  .jpj-labgrown .pull-quote {
    padding: 36px 24px;
  }
  .jpj-labgrown .pull-quote blockquote {
    font-size: 1.3rem;
  }
  .jpj-labgrown .comparison-table th,
  .jpj-labgrown .comparison-table td {
    padding: 10px 12px;
    font-size: 0.8rem;
  }
  .jpj-labgrown .cta-band {
    padding: 36px 24px;
  }
}

/* =============================================
   J. Parkerson Jewelers - Certified Diamonds
   Scoped to .jpj-certified to avoid conflicts
   ============================================= */

.jpj-certified {
  background-color: #FAF6F0;
  color: #1C1C1C;
  font-family: 'Inter', sans-serif;
  padding: 60px 0;
}

/* Hero */
.jpj-certified .hero-section {
  text-align: center;
  margin-bottom: 60px;
}
.jpj-certified .hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B1A2A;
  margin-bottom: 16px;
  display: block;
}
.jpj-certified .hero-title {
  font-family: 'Lora', serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.3;
  margin-bottom: 20px;
}
.jpj-certified .hero-title em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #6B1A2A;
}
.jpj-certified .hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  max-width: 680px;
  margin: 0 auto 32px;
}
.jpj-certified .hero-rule {
  width: 60px;
  height: 2px;
  background-color: #E8C4B8;
  margin: 0 auto;
  border: none;
}

/* What Is Certification */
.jpj-certified .cert-intro {
  background-color: #fff;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 48px;
  margin-bottom: 60px;
}
.jpj-certified .cert-intro h2 {
  font-family: 'Lora', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 16px;
}
.jpj-certified .cert-intro h2 em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #6B1A2A;
}
.jpj-certified .cert-intro p {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin-bottom: 16px;
}
.jpj-certified .cert-intro p:last-child {
  margin-bottom: 0;
}

/* GIA Feature Block */
.jpj-certified .gia-block {
  background-color: #6B1A2A;
  border-radius: 2px;
  padding: 56px 48px;
  margin-bottom: 60px;
  color: #fff;
}
.jpj-certified .gia-block .gia-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8C4B8;
  margin-bottom: 16px;
  display: block;
}
.jpj-certified .gia-block h2 {
  font-family: 'Lora', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.jpj-certified .gia-block p {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  line-height: 1.85;
  margin-bottom: 16px;
}
.jpj-certified .gia-block p:last-of-type {
  margin-bottom: 0;
}
.jpj-certified .gia-divider {
  width: 48px;
  height: 2px;
  background-color: #E8C4B8;
  border: none;
  margin: 24px 0;
}
.jpj-certified .gia-stat-number {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 3rem;
  color: #E8C4B8;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.jpj-certified .gia-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Reasons List */
.jpj-certified .reasons-section {
  margin-bottom: 60px;
}
.jpj-certified .reasons-section h2 {
  font-family: 'Lora', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 12px;
}
.jpj-certified .reasons-section h2 em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #6B1A2A;
}
.jpj-certified .reasons-section .section-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin-bottom: 36px;
}
.jpj-certified .reason-card {
  background: #fff;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.jpj-certified .reason-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #E8C4B8;
}
.jpj-certified .reason-number {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.8rem;
  color: #E8C4B8;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.jpj-certified .reason-title {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #6B1A2A;
  margin-bottom: 10px;
}
.jpj-certified .reason-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.87rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin: 0;
}

/* Jamie Section */
.jpj-certified .jamie-section {
  background-color: #fff;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 48px;
  margin-bottom: 60px;
}
.jpj-certified .jamie-section .jamie-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B1A2A;
  margin-bottom: 16px;
  display: block;
}
.jpj-certified .jamie-section h2 {
  font-family: 'Lora', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 20px;
}
.jpj-certified .jamie-section h2 em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #6B1A2A;
}
.jpj-certified .jamie-section p {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: #6b6b6b;
  line-height: 1.85;
  margin-bottom: 16px;
}
.jpj-certified .jamie-section p:last-child {
  margin-bottom: 0;
}
.jpj-certified .credential-badge {
  display: inline-block;
  background-color: #FAF6F0;
  border: 1px solid #e8ddd4;
  border-left: 3px solid #6B1A2A;
  padding: 16px 20px;
  margin-top: 24px;
  border-radius: 1px;
  width: 100%;
}
.jpj-certified .credential-badge .badge-title {
  font-family: 'Lora', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #6B1A2A;
  margin-bottom: 4px;
  display: block;
}
.jpj-certified .credential-badge .badge-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: #6b6b6b;
}

/* Pull Quote */
.jpj-certified .pull-quote {
  background-color: #6B1A2A;
  padding: 56px 48px;
  text-align: center;
  margin-bottom: 60px;
  border-radius: 2px;
}
.jpj-certified .pull-quote blockquote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 16px;
  border: none;
  padding: 0;
}
.jpj-certified .pull-quote cite {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E8C4B8;
}

/* CTA Band */
.jpj-certified .cta-band {
  background-color: #FAF6F0;
  border: 1px solid #e8ddd4;
  border-radius: 2px;
  padding: 48px;
  text-align: center;
}
.jpj-certified .cta-band h3 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 12px;
}
.jpj-certified .cta-band p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #6b6b6b;
  margin-bottom: 24px;
  line-height: 1.85;
}
.jpj-certified .btn-primary-jpj {
  background-color: #6B1A2A;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 1px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.25s ease, transform 0.2s ease;
  margin: 0 8px 8px;
}
.jpj-certified .btn-primary-jpj:hover {
  background-color: #4e1320;
  color: #fff;
  transform: translateY(-1px);
}
.jpj-certified .btn-outline-jpj {
  background-color: transparent;
  color: #6B1A2A;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 13px 36px;
  border-radius: 1px;
  border: 1px solid #6B1A2A;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease;
  margin: 0 8px 8px;
}
.jpj-certified .btn-outline-jpj:hover {
  background-color: #6B1A2A;
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .jpj-certified .hero-title {
    font-size: 1.9rem;
  }
  .jpj-certified .cert-intro,
  .jpj-certified .gia-block,
  .jpj-certified .jamie-section {
    padding: 28px;
  }
  .jpj-certified .pull-quote {
    padding: 36px 24px;
  }
  .jpj-certified .pull-quote blockquote {
    font-size: 1.3rem;
  }
  .jpj-certified .cta-band {
    padding: 36px 24px;
  }
}