﻿.article-shell[data-flk-cid-xw3clhsd] {
  display: grid;
  gap: 30px;
}

.article-hero[data-flk-cid-xw3clhsd] {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.hero-copy[data-flk-cid-xw3clhsd] {
  padding: 46px;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 0% 0%, rgba(159, 182, 125, .16), transparent 22rem),
    rgba(16, 18, 14, .84);
}

.crumbs[data-flk-cid-xw3clhsd] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 800;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.hero-copy[data-flk-cid-xw3clhsd] h1[data-flk-cid-xw3clhsd] {
  max-width: 12ch;
  margin: 16px 0 20px;
  font-size: clamp(3.5rem, 5.7vw, 6.2rem);
}

.hero-copy[data-flk-cid-xw3clhsd] p[data-flk-cid-xw3clhsd] {
  max-width: 43rem;
  color: #d3cbb9;
  font-size: 1.06rem;
  line-height: 1.78;
}

.article-meta[data-flk-cid-xw3clhsd] {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
  color: var(--muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
}

.article-meta[data-flk-cid-xw3clhsd] a[data-flk-cid-xw3clhsd],
.article-meta[data-flk-cid-xw3clhsd] span[data-flk-cid-xw3clhsd] {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 243, 232, .06);
}

.hero-image[data-flk-cid-xw3clhsd] {
  margin: 0;
}

.hero-image[data-flk-cid-xw3clhsd] img[data-flk-cid-xw3clhsd] {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.hero-image[data-flk-cid-xw3clhsd] figcaption[data-flk-cid-xw3clhsd] {
  margin-top: 8px;
  color: var(--muted);
  font-size: .82rem;
}

.article-facts[data-flk-cid-xw3clhsd] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(247, 243, 232, .14);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(247, 243, 232, .14);
}

.article-facts[data-flk-cid-xw3clhsd] div[data-flk-cid-xw3clhsd],
.article-facts[data-flk-cid-xw3clhsd] a[data-flk-cid-xw3clhsd] {
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: rgba(247, 243, 232, .045);
}

.article-facts[data-flk-cid-xw3clhsd] strong[data-flk-cid-xw3clhsd] {
  display: block;
  font-family: Newsreader, serif;
  font-size: 1.3rem;
  letter-spacing: -.04em;
}

.article-facts[data-flk-cid-xw3clhsd] span[data-flk-cid-xw3clhsd] {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.source-check[data-flk-cid-xw3clhsd] a[data-flk-cid-xw3clhsd] {
  background: rgba(247, 243, 232, .075);
}

.article-grid[data-flk-cid-xw3clhsd] {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.side-note[data-flk-cid-xw3clhsd] {
  padding: 22px;
  border-radius: var(--radius-lg);
  position: sticky;
  top: 112px;
}

.side-note[data-flk-cid-xw3clhsd] ol[data-flk-cid-xw3clhsd] {
  padding-left: 18px;
  color: var(--muted);
}

.side-note[data-flk-cid-xw3clhsd] li[data-flk-cid-xw3clhsd] {
  margin: 12px 0;
}

.side-note[data-flk-cid-xw3clhsd] a[data-flk-cid-xw3clhsd] {
  font-weight: 800;
}

.content[data-flk-cid-xw3clhsd] {
  max-width: 860px;
  padding: 46px;
  border-radius: var(--radius-xl);
  justify-self: start;
  background: #f4efe2;
  color: #151711;
}

.content[data-flk-cid-xw3clhsd] .intro[data-flk-cid-xw3clhsd] {
  color: #273027;
  font-size: 1.18rem;
  line-height: 1.86;
}

.content[data-flk-cid-xw3clhsd] p[data-flk-cid-xw3clhsd] {
  line-height: 1.94;
}

.content[data-flk-cid-xw3clhsd] h2[data-flk-cid-xw3clhsd] {
  margin: 36px 0 14px;
  font-size: 2.25rem;
}

.content[data-flk-cid-xw3clhsd] h3[data-flk-cid-xw3clhsd] {
  margin: 20px 0 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.1rem;
  letter-spacing: -.025em;
}

.content[data-flk-cid-xw3clhsd] section[data-flk-cid-xw3clhsd] {
  scroll-margin-top: 120px;
}

.checklist-block[data-flk-cid-xw3clhsd] ul[data-flk-cid-xw3clhsd] {
  padding-left: 22px;
}

.checklist-block[data-flk-cid-xw3clhsd] li[data-flk-cid-xw3clhsd] {
  margin: 10px 0;
}

.affiliate-block[data-flk-cid-xw3clhsd] {
  padding-top: 6px;
}

.partner-cta[data-flk-cid-xw3clhsd] {
  display: inline-flex;
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #10120e;
  color: #f4efe2;
  font-weight: 900;
  text-decoration: none;
}

.related-grid[data-flk-cid-xw3clhsd] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 12px;
}

.related-card[data-flk-cid-xw3clhsd] {
  display: grid;
  padding: 12px;
  border-radius: var(--radius-xl);
}

.related-card[data-flk-cid-xw3clhsd] img[data-flk-cid-xw3clhsd] {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.related-card[data-flk-cid-xw3clhsd] div[data-flk-cid-xw3clhsd] {
  padding: 12px 8px 10px;
}

.related-card[data-flk-cid-xw3clhsd] strong[data-flk-cid-xw3clhsd] {
  display: block;
  font-family: Newsreader, serif;
  font-size: 1.32rem;
  line-height: 1.02;
}

.related-card[data-flk-cid-xw3clhsd] small[data-flk-cid-xw3clhsd] {
  color: var(--muted);
}

.text-links[data-flk-cid-xw3clhsd] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.text-links[data-flk-cid-xw3clhsd] a[data-flk-cid-xw3clhsd] {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(247, 243, 232, .06);
  font-family: Newsreader, serif;
  font-size: 1.28rem;
  font-weight: 650;
  line-height: 1.04;
}

.text-links[data-flk-cid-xw3clhsd] small[data-flk-cid-xw3clhsd] {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-family: IBM Plex Sans, sans-serif;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

@media (max-width: 1080px) {
  .article-hero[data-flk-cid-xw3clhsd],
  .article-grid[data-flk-cid-xw3clhsd],
  .article-facts[data-flk-cid-xw3clhsd],
  .related-grid[data-flk-cid-xw3clhsd],
  .text-links[data-flk-cid-xw3clhsd] {
    grid-template-columns: 1fr 1fr;
  }

  .article-grid[data-flk-cid-xw3clhsd] > div[data-flk-cid-xw3clhsd]:last-child {
    grid-column: 1 / -1;
  }

  .side-note[data-flk-cid-xw3clhsd] {
    position: static;
  }

  .hero-image[data-flk-cid-xw3clhsd] img[data-flk-cid-xw3clhsd] {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .article-shell[data-flk-cid-xw3clhsd],
  .article-hero[data-flk-cid-xw3clhsd],
  .hero-copy[data-flk-cid-xw3clhsd],
  .hero-image[data-flk-cid-xw3clhsd],
  .article-facts[data-flk-cid-xw3clhsd],
  .article-grid[data-flk-cid-xw3clhsd],
  .content[data-flk-cid-xw3clhsd],
  .related-block[data-flk-cid-xw3clhsd] {
    min-width: 0;
    max-width: 100%;
  }

  .article-hero[data-flk-cid-xw3clhsd],
  .article-facts[data-flk-cid-xw3clhsd],
  .related-grid[data-flk-cid-xw3clhsd],
  .text-links[data-flk-cid-xw3clhsd] {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy[data-flk-cid-xw3clhsd],
  .content[data-flk-cid-xw3clhsd] {
    padding: 26px;
  }

  .hero-copy[data-flk-cid-xw3clhsd] h1[data-flk-cid-xw3clhsd] {
    max-width: 100%;
    font-size: clamp(2.58rem, 10.8vw, 3.15rem);
    overflow-wrap: normal;
  }

  .hero-copy[data-flk-cid-xw3clhsd] p[data-flk-cid-xw3clhsd] {
    font-size: 1rem;
  }

  .eyebrow[data-flk-cid-xw3clhsd] {
    max-width: 100%;
    flex-wrap: wrap;
    word-break: normal;
  }

  .hero-image[data-flk-cid-xw3clhsd] img[data-flk-cid-xw3clhsd] {
    min-height: 300px;
    max-height: 420px;
    border-radius: var(--radius-xl);
  }

  .content[data-flk-cid-xw3clhsd] h2[data-flk-cid-xw3clhsd] {
    font-size: 2rem;
  }

  .partner-cta[data-flk-cid-xw3clhsd] {
    max-width: 100%;
    white-space: normal;
  }
}

/* Fit guard: keep long editorial titles inside article layouts on narrow desktop widths. */
.article-hero[data-flk-cid-xw3clhsd],
.hero-copy[data-flk-cid-xw3clhsd],
.hero-image[data-flk-cid-xw3clhsd],
.article-facts[data-flk-cid-xw3clhsd],
.article-grid[data-flk-cid-xw3clhsd],
.content[data-flk-cid-xw3clhsd],
.content[data-flk-cid-xw3clhsd] section[data-flk-cid-xw3clhsd],
.related-grid[data-flk-cid-xw3clhsd],
.text-links[data-flk-cid-xw3clhsd] {
  min-width: 0;
}

.hero-copy[data-flk-cid-xw3clhsd] h1[data-flk-cid-xw3clhsd],
.content[data-flk-cid-xw3clhsd] h2[data-flk-cid-xw3clhsd],
.content[data-flk-cid-xw3clhsd] h3[data-flk-cid-xw3clhsd],
.content[data-flk-cid-xw3clhsd] p[data-flk-cid-xw3clhsd],
.content[data-flk-cid-xw3clhsd] li[data-flk-cid-xw3clhsd],
.content[data-flk-cid-xw3clhsd] a[data-flk-cid-xw3clhsd],
.content[data-flk-cid-xw3clhsd] code[data-flk-cid-xw3clhsd],
.related-card[data-flk-cid-xw3clhsd] strong[data-flk-cid-xw3clhsd],
.text-links[data-flk-cid-xw3clhsd] a[data-flk-cid-xw3clhsd] {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 1120px) {
  .article-hero[data-flk-cid-xw3clhsd] {
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  }

  .hero-copy[data-flk-cid-xw3clhsd] {
    padding: 34px;
  }

  .hero-copy[data-flk-cid-xw3clhsd] h1[data-flk-cid-xw3clhsd] {
    max-width: 100%;
    font-size: clamp(2.75rem, 6vw, 4.4rem);
  }
}

@media (max-width: 880px) {
  .article-hero[data-flk-cid-xw3clhsd],
  .article-grid[data-flk-cid-xw3clhsd],
  .article-facts[data-flk-cid-xw3clhsd],
  .related-grid[data-flk-cid-xw3clhsd],
  .text-links[data-flk-cid-xw3clhsd] {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-image[data-flk-cid-xw3clhsd] img[data-flk-cid-xw3clhsd] {
    min-height: 300px;
  }
}
