/* Performance-oriented helpers */
.defer-render,
.restaurant-section.section-space,
.cuisine-zone.section-space,
.seo-content.section-space,
.blog-main,
.archive-restaurant-page,
.search-page,
.template-blog-page .section-space {
  content-visibility: auto;
  contain-intrinsic-size: 1px 1200px;
}

img[loading="lazy"] {
  content-visibility: auto;
}

.hero-banner,
.blog-hero,
.cover {
  background-position: center center;
  background-size: cover;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .restaurant-card,
  .dish-card,
  .menu-card,
  .featured-cuisine-card,
  .btn-main,
  .btn-outline-main,
  .action-btn,
  .archive-page-cta,
  .foodspot-pagination .page-numbers {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
