/* FAEY premium v2 refinement layer. No content or structural overrides. */
body[data-faey-theme] {
  --paper: #FFFFFF;
  --soft: #FFFFFF;
}
body,
.section,
.section.soft,
.hero,
.home-hero,
.hero.home-hero,
.cta {
  background-color: #FFFFFF;
}
html body .hero,
html body .home-hero,
html body .hero.home-hero,
html body .cta {
  background: #FFFFFF !important;
}
.label {
  display: flex;
  align-items: center;
  gap: 14px;
}
.label::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--champagne);
  opacity: .7;
}
.home-hero .lead,
.hero .lead,
.section-head p,
.about-hero-note p,
.pillar p,
.audience p,
.advisory-item p,
.industry p,
.insight-content p {
  max-width: 68ch;
}
.section-head > p {
  margin-top: 28px;
}
.pillar,
.audience,
.advisory-item,
.industry,
.insight-card {
  will-change: transform;
}
.premium-v2-motion .premium-reveal-target {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}
.premium-v2-motion .premium-reveal-target.is-visible {
  opacity: 1;
  transform: none;
}
.home-hero .about-hero-note span {
  color: var(--champagne);
}
.home-hero .about-hero-note p {
  color: #4F5962;
}
.btn,
.btn-outline,
.btn-light,
.menu a,
.footer-col a,
.insight-link {
  transition-duration: .2s;
}
@media (max-width: 640px) {
  .label::after { width: 28px; }
  .section-head > p { margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .premium-v2-motion .premium-reveal-target {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
