/* =====================================================================
   MISTCULTURE DESIGN SYSTEM — HOMEPAGE STYLESHEET
   Location: assets/css/home.css
   Dependencies: global.css (tokens, .th-root shell, buttons, sections)

   Sections:
     1. Rule-Breaker Hero — glassmorphic split + System Health Dashboard
     2. Why Choose MistCulture — 4-col value grid
     3. The Hydroponic Edge — CSS-animated infographic
     4. Knowledge Pillars — 4-col grid
     5. Tools Spotlight — 4-col grid
     6. CEA SEO — premium 2-column layout
     7. Latest Articles — 3-col grid
     8. FAQ, Helpers & Shared Components
     9. Responsive breakpoints (desktop / tablet / mobile)
    10. Accessibility (reduced motion, focus-visible)
   ===================================================================== */

/* ---------------------------------------------------------------------
   1. RULE-BREAKER HERO
   --------------------------------------------------------------------- */

/* Hero band — refined over the global .th-head surface */
#home-page .th-head {
  background:
    radial-gradient(1000px 420px at 78% -10%, rgba(22, 163, 74, 0.14), rgba(22, 163, 74, 0) 60%),
    radial-gradient(720px 360px at 8% 110%, rgba(6, 78, 59, 0.06), rgba(6, 78, 59, 0) 60%),
    var(--mc-hero-bg) center 22% / cover no-repeat;
}

#home-page .mc-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

#home-page .mc-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#home-page .mc-hero h1 {
  font-size: clamp(34px, 4.2vw, 50px) !important;
  line-height: 1.08 !important;
  max-width: 14ch;
  letter-spacing: -0.03em;
}

#home-page .mc-hero .th-sub {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--mc-text-soft, #6B7280);
  margin: 18px 0 26px 0;
  max-width: 56ch;
}

#home-page .th-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}

#home-page .th-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  list-style: none;
  padding: 14px 0 0 0;
  margin: 26px 0 0 0;
  border-top: 1px solid var(--mc-line, #E5E7EB);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--mc-ink, #064E3B);
}

#home-page .th-hero-trust li {
  display: flex;
  align-items: center;
  gap: 7px;
}

#home-page .th-hero-trust li::before {
  content: "✓";
  color: var(--mc-leaf, #16A34A);
  font-weight: 900;
}

/* Hero visual — floating glassmorphic dashboard */
#home-page .mc-hero-visual {
  position: relative;
  z-index: 1;
  transform: translateY(10px);
}

#home-page .mc-hero-blob {
  position: absolute;
  z-index: 0;
  inset: -14% -10% -6% -6%;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(22, 163, 74, 0.22), rgba(22, 163, 74, 0) 55%),
    radial-gradient(circle at 85% 70%, rgba(6, 78, 59, 0.14), rgba(6, 78, 59, 0) 50%);
  filter: blur(2px);
}

#home-page .mc-dash {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  padding: 22px;
  box-shadow:
    0 24px 48px -16px rgba(6, 78, 59, 0.22),
    0 0 0 1px rgba(22, 163, 74, 0.06) inset;
}

#home-page .mc-dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--mc-line, #E5E7EB);
  padding-bottom: 14px;
  margin-bottom: 16px;
}

#home-page .mc-dash-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  color: var(--mc-ink, #064E3B);
}

#home-page .mc-dash-brand svg {
  color: var(--mc-leaf, #16A34A);
}

#home-page .mc-dash-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #DBEAFE;
  color: #1D4ED8;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#home-page .mc-dash-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16A34A;
  animation: mcDashPulse 1.8s ease-in-out infinite;
}

@keyframes mcDashPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45); }
  50%      { box-shadow: 0 0 0 7px rgba(22, 163, 74, 0); }
}

#home-page .mc-dash-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--mc-line, #E5E7EB);
  border-radius: 14px;
}

#home-page .mc-dash-caption {
  font-size: 12px;
  color: var(--mc-text-soft, #6B7280);
  text-align: center;
  margin: 13px 0 0 0;
}

/* Floating live-parameter chips */
#home-page .mc-hero-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(22, 163, 74, 0.25);
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--mc-ink, #064E3B);
  box-shadow: 0 10px 24px -8px rgba(6, 78, 59, 0.25);
  animation: mcFloat 4.5s ease-in-out infinite;
}

#home-page .mc-hero-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mc-leaf, #16A34A);
  flex-shrink: 0;
}

#home-page .mc-hero-chip span {
  color: #1D4ED8;
  font-size: 11px;
}

#home-page .mc-hero-chip--ph   { top: -4%;  left: -7%; }
#home-page .mc-hero-chip--vpd  { top: 38%;  right: -9%; animation-delay: 1.2s; }
#home-page .mc-hero-chip--ec   { bottom: -4%; left: 6%; animation-delay: 2.4s; }

@keyframes mcFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* ---------------------------------------------------------------------
   2. WHY CHOOSE MISTCULTURE — 4-COLUMN GRID
   --------------------------------------------------------------------- */
.mc-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.mc-why-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 22px;
  background: #FFFFFF;
  border: 1px solid var(--mc-line, #E5E7EB);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(6, 78, 59, 0.03);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mc-why-card:hover {
  transform: translateY(-4px);
  border-color: var(--mc-leaf, #16A34A);
  box-shadow: 0 12px 28px rgba(6, 78, 59, 0.08);
}

.mc-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: var(--mc-leaf, #16A34A);
  margin-bottom: 16px;
}

.mc-why-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--mc-ink, #064E3B);
}

.mc-why-card p {
  font-size: 13.5px;
  color: var(--mc-text-soft, #6B7280);
  line-height: 1.55;
  margin: 0;
}

/* ---------------------------------------------------------------------
   3. THE HYDROPONIC EDGE — ANIMATED INFOGRAPHIC
   --------------------------------------------------------------------- */
.mc-infographic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 20px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.mc-stat-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon number"
    "icon label"
    "bar  bar"
    "note note";
  column-gap: 14px;
  row-gap: 6px;
  align-items: center;
  text-align: left;
  padding: 18px 20px 20px;
  background: #FFFFFF;
  border: 1px solid var(--mc-line, #E5E7EB);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(6, 78, 59, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mc-stat-card:hover {
  transform: translateY(-3px);
  border-color: var(--mc-leaf, #16A34A);
  box-shadow: 0 10px 24px rgba(6, 78, 59, 0.08);
}

.mc-stat-icon {
  grid-area: icon;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: var(--mc-leaf, #16A34A);
}

.mc-stat-pulse {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 2px solid rgba(22, 163, 74, 0.55);
  animation: mcPulseRing 2.4s ease-out infinite;
  pointer-events: none;
}

.mc-stat-card:nth-child(2) .mc-stat-pulse { animation-delay: 0.6s; }
.mc-stat-card:nth-child(3) .mc-stat-pulse { animation-delay: 1.2s; }
.mc-stat-card:nth-child(4) .mc-stat-pulse { animation-delay: 1.8s; }

@keyframes mcPulseRing {
  0%   { transform: scale(1);   opacity: 0.8; }
  70%  { transform: scale(1.7); opacity: 0;   }
  100% { transform: scale(1.7); opacity: 0;   }
}

.mc-stat-number {
  grid-area: number;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: var(--mc-ink, #064E3B);
  letter-spacing: -0.03em;
  animation: mcNumReveal 0.9s ease-out both;
}

.mc-stat-number small {
  font-size: 18px;
  font-weight: 800;
  color: var(--mc-leaf, #16A34A);
}

.mc-stat-card:nth-child(2) .mc-stat-number { animation-delay: 0.12s; }
.mc-stat-card:nth-child(3) .mc-stat-number { animation-delay: 0.24s; }
.mc-stat-card:nth-child(4) .mc-stat-number { animation-delay: 0.36s; }

@keyframes mcNumReveal {
  0%   { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

.mc-stat-label {
  grid-area: label;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mc-ink, #064E3B);
  margin: 0;
}

.mc-stat-bar {
  grid-area: bar;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #E2E8F0;
  overflow: hidden;
}

.mc-stat-bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mc-leaf, #16A34A), var(--mc-ink, #064E3B));
  animation: mcBarGrow 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.mc-stat-card:nth-child(1) .mc-stat-bar span { --mc-fill: 95%; }
.mc-stat-card:nth-child(2) .mc-stat-bar span { --mc-fill: 100%; }
.mc-stat-card:nth-child(3) .mc-stat-bar span { --mc-fill: 100%; }
.mc-stat-card:nth-child(4) .mc-stat-bar span { --mc-fill: 100%; }

@keyframes mcBarGrow {
  0%   { width: 0; }
  100% { width: var(--mc-fill, 100%); }
}

.mc-stat-note {
  grid-area: note;
  font-size: 12px;
  color: var(--mc-text-soft, #6B7280);
  line-height: 1.5;
  margin: 2px 0 0;
}

/* ---------------------------------------------------------------------
   4. KNOWLEDGE PILLARS — 5-COLUMN GRID
   --------------------------------------------------------------------- */
.mc-home-pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

@media (max-width: 1150px) {
  .mc-home-pillars-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mc-pillar-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid var(--mc-line, #E5E7EB);
  border-radius: 18px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mc-pillar-card:hover {
  transform: translateY(-4px);
  border-color: var(--mc-leaf, #16A34A);
  box-shadow: 0 12px 30px rgba(6, 78, 59, 0.08);
}

.mc-pillar-media {
  aspect-ratio: 240 / 205;
  overflow: hidden;
  background: #F1F5F9;
}

.mc-pillar-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.mc-pillar-card:hover .mc-pillar-media img {
  transform: scale(1.04);
}

.mc-pillar-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 20px 22px;
}

.mc-pillar-body h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--mc-ink, #064E3B);
}

.mc-pillar-body p {
  font-size: 13.5px;
  color: var(--mc-text-soft, #6B7280);
  line-height: 1.55;
  margin: 0 0 18px 0;
}

.mc-pillar-link {
  margin-top: auto;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--mc-ink, #064E3B);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.mc-pillar-link:hover {
  color: var(--mc-leaf, #16A34A);
  transform: translateX(3px);
}

/* ---------------------------------------------------------------------
   5. TOOLS SPOTLIGHT — 4-COLUMN GRID
   --------------------------------------------------------------------- */
.mc-home-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.mc-tool-spotlight {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid var(--mc-line, #E5E7EB);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(6, 78, 59, 0.03);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mc-tool-spotlight:hover {
  transform: translateY(-3px);
  border-color: var(--mc-leaf, #16A34A);
  box-shadow: 0 10px 24px rgba(6, 78, 59, 0.06);
}

.mc-tool-spotlight-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.mc-tool-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: var(--mc-leaf, #16A34A);
}

.mc-tag-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #EFF6FF;
  color: var(--mc-ink, #064E3B);
  border: 1px solid #BFDBFE;
  padding: 3px 9px;
  border-radius: 999px;
}

.mc-tool-spotlight h3 {
  font-size: 17px;
  margin-bottom: 6px;
  color: var(--mc-ink, #064E3B);
}

.mc-tool-spotlight p {
  font-size: 13px;
  color: var(--mc-text-soft, #6B7280);
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.mc-tool-spotlight .mc-btn-dark {
  margin-top: auto;
}

/* Full-width modifier for grid buttons */
.mc-btn--block {
  width: 100%;
}

/* ---------------------------------------------------------------------
   6. CEA SEO — PREMIUM 2-COLUMN LAYOUT
   --------------------------------------------------------------------- */
.mc-cea {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 36px;
  align-items: center;
  margin-top: 36px;
  padding: 28px;
  background: #FFFFFF;
  border: 1px solid var(--mc-line, #E5E7EB);
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(6, 78, 59, 0.03);
}

.mc-cea-media {
  border-radius: 20px;
  overflow: hidden;
  background: #F1F5F9;
}

.mc-cea-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
}

.mc-cea-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mc-cea-body h2 {
  font-size: 26px !important;
  line-height: 1.2 !important;
  text-align: left !important;
  margin-bottom: 14px;
}

.mc-cea-body p {
  font-size: 14.5px;
  color: var(--mc-text-soft, #6B7280);
  line-height: 1.65;
  margin: 0 0 14px 0;
}

.mc-cea-cta {
  margin-top: 8px;
}

/* ---------------------------------------------------------------------
   7. LATEST ARTICLES — 3-COLUMN GRID
   --------------------------------------------------------------------- */
.mc-home-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.mc-article-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid var(--mc-line, #E5E7EB);
  border-radius: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mc-article-card:hover {
  transform: translateY(-3px);
  border-color: var(--mc-leaf, #16A34A);
  box-shadow: 0 10px 24px rgba(6, 78, 59, 0.06);
}

.mc-article-card-top {
  padding: 16px 16px 0;
}

.mc-article-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #F1F5F9;
  margin-bottom: 14px;
}

.mc-article-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mc-article-card:hover .mc-article-thumb img {
  transform: scale(1.04);
}

.mc-article-title {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 0;
}

.mc-article-title a {
  color: var(--mc-ink, #064E3B);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mc-article-title a:hover {
  color: var(--mc-leaf, #16A34A);
}

.mc-article-card-foot {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 16px 18px;
}

.mc-article-excerpt {
  font-size: 12.5px;
  color: var(--mc-text-soft, #6B7280);
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.mc-article-link {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  color: var(--mc-leaf, #16A34A);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mc-article-link:hover {
  color: var(--mc-ink, #064E3B);
}

/* ---------------------------------------------------------------------
   8. FAQ, HELPERS & SHARED COMPONENTS
   --------------------------------------------------------------------- */
.mc-faq-link {
  color: var(--mc-leaf, #16A34A);
  font-weight: 600;
}

.mc-home-center {
  text-align: center;
  margin-top: 28px;
}

.mc-home-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--mc-text-soft, #6B7280);
  padding: 24px 0;
  margin: 0;
}

/* ---------------------------------------------------------------------
   9. RESPONSIVE BREAKPOINTS — DESKTOP / TABLET / MOBILE
   --------------------------------------------------------------------- */
@media (max-width: 1024px) {
  #home-page .mc-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #home-page .mc-hero-visual {
    transform: none;
    max-width: 560px;
  }

  #home-page .mc-hero-chip--vpd { right: -4%; }
  #home-page .mc-hero-chip--ph   { left: -3%; }

  .mc-why-grid,
  .mc-home-pillars-grid,
  .mc-home-tools-grid,
  .mc-home-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-cea {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .mc-infographic-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  #home-page .mc-hero h1 {
    font-size: clamp(30px, 8vw, 40px) !important;
  }

  #home-page .th-hero-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  #home-page .th-hero-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  #home-page .th-hero-ctas a {
    width: 100%;
  }

  #home-page .mc-hero-chip {
    display: none;
  }

  #home-page .mc-dash {
    padding: 14px;
    border-radius: 18px;
  }

  .mc-why-grid,
  .mc-home-pillars-grid,
  .mc-home-tools-grid,
  .mc-home-articles-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mc-cea {
    padding: 20px 18px;
  }

  .mc-cea-media img {
    aspect-ratio: 4 / 3;
  }
}

/* ---------------------------------------------------------------------
   10. ACCESSIBILITY
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  #home-page .mc-dash-live i,
  #home-page .mc-hero-chip,
  .mc-stat-pulse,
  .mc-stat-number,
  .mc-stat-bar span {
    animation: none;
  }

  .mc-stat-bar span {
    width: var(--mc-fill, 100%);
  }

  .mc-why-card,
  .mc-stat-card,
  .mc-pillar-card,
  .mc-tool-spotlight,
  .mc-article-card,
  .mc-pillar-link,
  .mc-article-link {
    transition: none;
  }

  .mc-pillar-card:hover .mc-pillar-media img,
  .mc-article-card:hover .mc-article-thumb img {
    transform: none;
  }
}

.mc-pillar-link:focus-visible,
.mc-article-link:focus-visible,
.mc-faq-link:focus-visible,
.mc-article-title a:focus-visible,
.mc-why-card a:focus-visible,
.mc-cea a:focus-visible {
  outline: 2px solid var(--mc-leaf, #16A34A);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Performance: render below-the-fold homepage sections lazily.
   Progressive enhancement - unsupported browsers render normally. */
.mc-infographic,
.mc-home-pillars-grid,
.mc-home-tools-grid,
.mc-cea,
.mc-home-articles-grid,
.th-faq {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}
