/*
Theme Name: S-TECH
Theme URI: https://sstech.vn
Author: S-TECH
Author URI: https://sstech.vn
Description: Website chính thức của Công ty TNHH Thiết Bị Điện S-TECH - chuyên cung cấp dây cáp điện, dây nguồn, bộ dây điện cho xe máy điện, xe đạp điện và linh kiện điện. Theme classic PHP thuần với WooCommerce catalog mode, custom post types cho Dự án và Dịch vụ, floating CTA Zalo/Hotline, schema.org markup, tối ưu hiệu năng và SEO.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sstech
Tags: business, e-commerce, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce

S-TECH WordPress Theme, Copyright 2026 S-TECH
S-TECH is distributed under the terms of the GNU GPL v2 or later.
*/

/* Minimal CSS reset to prevent FOUC before main.css loads */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Inter', system-ui, sans-serif; color: #1A1A1A; background: #F8F5F0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #F37021;
  color: #fff;
  padding: 8px 16px;
  z-index: 100000;
}
.skip-link:focus { top: 0; }
