/* Light mode keeps one calm surface: hover signals interaction without dimming copy. */
html[data-theme="light"] :is(
  .front-route,
  .front-service-card,
  .front-services__all,
  .front-article,
  .front-magazine-card,
  .services-page__card,
  .services-page__formats a,
  .service-card,
  .related-services-grid > a,
  .related-content-grid > a,
  .service-brief-link,
  .service-men-link,
  .men-formats__grid > a,
  .event-poster-card,
  .events-archive__card
):is(:hover,:focus-visible){background:var(--surface)!important;color:var(--ink)}

html[data-theme="light"] .brief-upload:hover{background:var(--bg)!important;color:var(--ink)}
html[data-theme="light"] .front-hero__links .front-action:not(.front-action--primary):is(:hover,:focus-visible){background:var(--bg)!important;color:var(--ink)}
