/*
Theme Name: 5TC Base
Theme URI: https://5tcgroup.com
Author: 5TC Agency — Carlos Moreno
Author URI: https://5tcgroup.com
Description: Tema base de bloques de 5TC Agency. Rápido, accesible (WCAG 2.2 AA) y rebrandable por cliente vía theme.json. Estética futurista dark (Apple/Tesla) con tokens del sistema de diseño 5TC. Pensado como plantilla de cartera.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fivetc-base-theme
Tags: full-site-editing, block-patterns, accessibility-ready, custom-colors, custom-menu, blog, business
*/

/* El estilo visual vive en theme.json. Aquí solo refuerzos de accesibilidad y utilidades. */

/* Skip link accesible */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  background: #FF6700;
  color: #000;
  padding: 0.75rem 1rem;
  font-weight: 700;
}
.skip-link:focus { left: 0; }

/* Foco visible de marca (WCAG 2.4.7) */
:where(a, button, input, select, textarea, .wp-block-navigation-item__content, summary):focus-visible {
  outline: 2px solid #FF6700 !important;
  outline-offset: 3px !important;
  border-radius: 2px;
}

/* Header pegajoso ligero (no tapa >80px en mobile) */
.fivetc-header { position: sticky; top: 0; z-index: 1000; background: #000; }

/* Respeto a prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
