/* FGMC Phase 9F — safe public performance layer */
:root{--fgmc-perf-placeholder:#f3f1ed}
img,video,iframe{max-width:100%}
img{height:auto}
iframe{border:0}
.card-media,.person-photo,.product-image,.stream-frame,.home-photo-strip figure{background:var(--fgmc-perf-placeholder);overflow:hidden}
.card-media img,.person-photo img,.product-image img,.stream-frame img,.home-photo-strip img{width:100%;height:100%;object-fit:cover}
.content-card,.person-card,.product-card,.result-card,.stream-card{contain:layout paint}
html.fgmc-lite-mode [data-reveal],html.fgmc-lite-mode .sheen-title{animation:none!important;transition:none!important}
html.fgmc-lite-mode .glass-panel,html.fgmc-lite-mode .hero-updates-panel,html.fgmc-lite-mode .site-header{backdrop-filter:none!important}
html.fgmc-lite-mode .hero-glow,html.fgmc-lite-mode .hero-grid-lines,html.fgmc-lite-mode .emblem-ring{animation:none!important}
html.fgmc-lite-mode .dynamic-slide>img{animation:none!important;transition:none!important;transform:none!important}
@media(max-width:900px){
  .content-card,.person-card,.product-card,.result-card,.stream-card{box-shadow:0 10px 25px rgba(15,17,20,.06)!important}
  .hero-glow,.hero-grid-lines,.emblem-ring{animation:none!important}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
