/* ─────────────────────────────────────
   BLOG / ARTICLE STYLES
   Fruition Valley
───────────────────────────────────── */

html {
  scroll-behavior: smooth;
}

/* ─────────────────────────────────────
   ARTICLE HERO
───────────────────────────────────── */

.article-hero {
  padding-top: 130px;
  padding-bottom: 56px;

  background:
    linear-gradient(
      160deg,
      #f3e8ff 0%,
      #fcfaff 55%,
      #efe7ff 100%
    );

  position: relative;
  overflow: hidden;
  text-align: center;
}

.article-hero-blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.article-hero-inner {
  position: relative;
  z-index: 2;

  max-width: 760px;
  margin: 0 auto;
  padding: 0 5%;
}


/* ─────────────────────────────────────
   ARTICLE BREADCRUMB
───────────────────────────────────── */

.article-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;

  color: var(--text-mid);

  margin-bottom: 20px;
}

.article-breadcrumb a {
  color: var(--green-mid);
  text-decoration: none;
  transition: color 0.2s ease;
}

.article-breadcrumb a:hover {
  color: var(--gold);
}

.article-breadcrumb span {
  opacity: 0.5;
}


/* ─────────────────────────────────────
   CATEGORY BADGE
───────────────────────────────────── */

.article-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: rgba(255,255,255,0.78);

  border: 2px solid #d8b4fe;

  border-radius: 999px;

  padding: 8px 22px;

  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;

  letter-spacing: 0.06em;

  color: #5b21b6;

  margin-bottom: 28px;
}


/* ─────────────────────────────────────
   ARTICLE TITLE
───────────────────────────────────── */

.article-hero-title {
  font-family: "the-seasons", serif;

  font-size: clamp(3.6rem, 7vw, 6rem);

  font-weight: 500;

  line-height: 0.92;
  letter-spacing: -0.03em;

  color: #4c1d95;

  margin-bottom: 24px;

  text-wrap: balance;
}


/* ─────────────────────────────────────
   ARTICLE SUBTITLE
───────────────────────────────────── */

.article-hero-sub {
  font-size: 1.08rem;
  font-weight: 600;

  color: var(--text-mid);

  line-height: 1.85;

  max-width: 640px;

  margin: 0 auto 28px;
}


/* ─────────────────────────────────────
   ARTICLE META
───────────────────────────────────── */

.article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.article-meta-item {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;

  color: var(--text-mid);
}

.article-meta-dot {
  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: var(--green-light);

  opacity: 0.6;
}


/* ─────────────────────────────────────
   ARTICLE LAYOUT
───────────────────────────────────── */

.article-layout {
  max-width: 1380px;

  margin: 0 auto;

  padding: 72px 5% 56px;

  display: grid;

  grid-template-columns:
    minmax(0, 820px)
    340px;

  justify-content: center;

  gap: 72px;

  align-items: start;
}


/* ─────────────────────────────────────
   ARTICLE BODY
───────────────────────────────────── */

.article-body {
  min-width: 0;
}

.article-intro {
  font-size: 1.12rem;
  font-weight: 700;

  color: var(--text-dark);

  line-height: 1.9;

  margin-bottom: 32px;

  padding-left: 22px;

  border-left: 4px solid var(--gold);
}

.article-body p {
  font-size: 1rem;

  color: var(--text-mid);

  line-height: 1.92;

  margin-bottom: 26px;
}


/* ─────────────────────────────────────
   ARTICLE HEADINGS
───────────────────────────────────── */

.article-body h2 {
  font-family: "the-seasons", serif;

  font-size: clamp(2rem, 3vw, 2.8rem);

  font-weight: 500;

  line-height: 1.02;
  letter-spacing: -0.02em;

  color: #4c1d95;

  margin: 56px 0 24px;

  text-wrap: balance;
}

.article-body h2:first-of-type {
  margin-top: 44px;
}


/* ─────────────────────────────────────
   ARTICLE CTA BOX
───────────────────────────────────── */

.article-cta-box {
  background: rgba(255,255,255,0.75);

  backdrop-filter: blur(12px);

  border: 2px solid var(--green-pale);

  border-radius: var(--radius-xl);

  padding: 36px;

  display: flex;
  align-items: flex-start;

  gap: 28px;

  margin-top: 56px;

  box-shadow:
    0 20px 50px rgba(76,29,149,0.08);
}

.article-cta-logo {
  flex-shrink: 0;
}

.article-cta-logo img {
  width: 80px;
  height: auto;

  filter:
    drop-shadow(0 4px 12px rgba(76,29,149,0.15));
}

.article-cta-label {
  font-family: 'Nunito', sans-serif;

  font-weight: 800;
  font-size: 0.75rem;

  text-transform: uppercase;
  letter-spacing: 0.12em;

  color: var(--gold);

  margin-bottom: 10px;
}

.article-cta-text p {
  font-size: 0.95rem;

  color: var(--text-mid);

  line-height: 1.8;

  margin-bottom: 20px;
}


/* ─────────────────────────────────────
   SIDEBAR
───────────────────────────────────── */

.article-sidebar {
  position: sticky;
  top: 100px;

  display: flex;
  flex-direction: column;

  gap: 20px;
}


/* ─────────────────────────────────────
   SIDEBAR CARDS
───────────────────────────────────── */

.sidebar-card {
  background: rgba(255,255,255,0.72);

  backdrop-filter: blur(12px);

  border: 2px solid var(--green-pale);

  border-radius: var(--radius-lg);

  padding: 24px;

  box-shadow:
    0 20px 50px rgba(76,29,149,0.08);
}

.sidebar-card-title {
  font-family: 'Nunito', sans-serif;

  font-weight: 800;
  font-size: 0.75rem;

  text-transform: uppercase;
  letter-spacing: 0.12em;

  color: var(--gold);

  margin-bottom: 16px;
}


/* ─────────────────────────────────────
   TABLE OF CONTENTS
───────────────────────────────────── */

.sidebar-toc {
  list-style: none;

  display: flex;
  flex-direction: column;

  gap: 10px;
}

.sidebar-toc li a {
  font-family: 'Nunito', sans-serif;

  font-size: 0.9rem;
  font-weight: 700;

  color: var(--text-mid);

  text-decoration: none;

  transition: all 0.2s ease;

  display: block;

  padding-left: 14px;

  border-left: 2px solid var(--green-pale);

  line-height: 1.45;
}

.sidebar-toc li a:hover {
  color: var(--green-deep);
  border-left-color: var(--green-mid);
}


/* ─────────────────────────────────────
   PRODUCT SIDEBAR CARD
───────────────────────────────────── */

.sidebar-product-card {
  background: var(--cream);
  text-align: center;
}

.sidebar-product-visual {
  margin: 0 auto 16px;

  width: 140px;
  height: 140px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-product-visual img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  filter:
    drop-shadow(0 8px 20px rgba(76,29,149,0.15));
}

.sidebar-product-name {
  font-family: "the-seasons", serif;

  font-size: 2rem;
  font-weight: 500;

  color: #4c1d95;

  margin-bottom: 4px;
}

.sidebar-product-type {
  font-family: 'Nunito', sans-serif;

  font-weight: 800;
  font-size: 0.78rem;

  text-transform: uppercase;
  letter-spacing: 0.08em;

  color: var(--text-mid);

  margin-bottom: 18px;
}

.sidebar-product-facts {
  list-style: none;

  text-align: left;

  display: flex;
  flex-direction: column;

  gap: 8px;

  margin-bottom: 20px;
}

.sidebar-product-facts li {
  font-size: 0.85rem;
  font-weight: 700;

  color: var(--text-mid);

  padding-left: 20px;

  position: relative;
}

.sidebar-product-facts li::before {
  content: '✓';

  position: absolute;
  left: 0;

  color: var(--green-mid);

  font-weight: 800;
}


/* ─────────────────────────────────────
   CHECKLIST
───────────────────────────────────── */

.sidebar-checklist {
  list-style: none;

  display: flex;
  flex-direction: column;

  gap: 10px;
}

.sidebar-checklist li {
  font-size: 0.85rem;
  font-weight: 700;

  color: var(--text-mid);

  padding-left: 24px;

  position: relative;

  line-height: 1.45;
}

.check-good::before {
  content: '✓';

  position: absolute;
  left: 0;

  color: #16a34a;

  font-weight: 800;
}

.check-bad::before {
  content: '✗';

  position: absolute;
  left: 0;

  color: var(--berry-red);

  font-weight: 800;
}


/* ─────────────────────────────────────
   ARTICLE NAV STRIP
───────────────────────────────────── */

.article-nav-strip {
  max-width: 1100px;

  margin: 0 auto;

  padding: 0 5% 72px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  flex-wrap: wrap;
}

.article-back-link {
  font-family: 'Nunito', sans-serif;

  font-weight: 800;
  font-size: 0.95rem;

  color: var(--green-deep);

  text-decoration: none;

  display: flex;
  align-items: center;

  gap: 8px;

  transition: color 0.2s ease;
}

.article-back-link:hover {
  color: var(--gold);
}


/* ─────────────────────────────────────
   RESPONSIVE
───────────────────────────────────── */

@media (max-width: 900px) {

  .article-hero {
    padding-top: 190px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .article-sidebar {
    position: static;
  }

  .article-cta-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .article-hero-title {
    font-size: clamp(3rem, 12vw, 4.6rem);
  }

  .article-body h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
}

@media (max-width: 600px) {

  .article-nav-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-cta-box {
    padding: 24px;
  }

  .article-layout {
    padding-top: 56px;
  }

  .article-hero-sub {
    font-size: 1rem;
  }
}
