/*
Theme Name:  Huka Market
Theme URI:   https://tabak.ru
Author:      Huka Market Team
Author URI:  https://tabak.ru
Description: Современная тёмная тема для табачного магазина Хука Маркет. Поддержка WooCommerce, адаптивный дизайн, SEO-оптимизация.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: huka-market
Tags:        woocommerce, custom-menu, custom-logo, responsive-layout, dark
*/

/* === БАЗОВЫЙ СБРОС === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #0D0D0D;
    color: #EFEFEF;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* === ПРОПУСК К КОНТЕНТУ (доступность) === */
.skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    background: #C9A84C;
    color: #000;
    padding: 8px 16px;
    z-index: 10000;
    border-radius: 0 0 8px 8px;
    font-weight: 600;
}
.skip-link:focus { top: 0; }

/* === ВСПОМОГАТЕЛЬНЫЕ КЛАССЫ === */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}
