/*
Theme Name: CuciPro
Theme URI: https://cucipro.example/
Author: Chartiva
Author URI: https://chartiva.example/
Description: Tema WordPress dark premium untuk usaha cuci mobil mana pun. Section berbasis shortcode, opsi lengkap (merek, warna, kontak, hero, promo, garansi, statistik, SOP, footer), CPT Layanan/Paket/Galeri/Testimoni/Tim/FAQ/Booking, kompatibel Elementor, WooCommerce, Contact Form 7, dan Yoast SEO. Reusable: semua teks dan brand adalah opsi, bukan hardcode.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cucipro
Tags: dark, one-column, custom-colors, custom-menu, custom-logo, featured-images, translation-ready, block-styles, full-width-template
*/

/*
 * NOTE: STYLE UTAMA (tailwind.css, theme.css) dimuat oleh FRONTEND
 * (lihat CONTRACT §0). File ini hanya header tema resmi + fallback minimal
 * agar WordPress dapat mengenali tema. Jangan menaruh desain di sini.
 */

:root {
  --cucipro-brand: #22d3ee;
  --cucipro-brand-deep: #06b6d4;
  --cucipro-bg: #03060f;
  --cucipro-panel: #060b18;
  --cucipro-ink: #e2e8f0;
  --cucipro-muted: #94a3b8;
  --cucipro-accent: #a78bfa;
  --cucipro-amber: #fbbf24;
}

html { scroll-behavior: smooth; }
body {
  background-color: var(--cucipro-bg);
  color: var(--cucipro-ink);
}

/* Accessibility: hormati preferensi reduced motion (FRONTEND melengkapi animasinya). */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Skip link (dipakai header.php milik FRONTEND). */
.cucipro-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: var(--cucipro-brand);
  color: #03060f;
  border-radius: 0 0 0.5rem 0;
  font-weight: 700;
}
.cucipro-skip-link:focus { left: 0; }
