/*
Theme Name: Руки Мастера
Theme URI: https://rukimastera.com
Author: Мастерская
Author URI: https://likhodedov.com
Description: Авторская мастерская изделий из дерева. Элегантная тема с каталогом, корзиной и формой заказа.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ruki-mastera
Tags: one-column, custom-menu, featured-images, translation-ready
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
*/

/* ==========================================================================
   CSS VARIABLES — цветовая палитра
   ========================================================================== */
:root {
    --wood-50: #fdf8f0;
    --wood-100: #f5e6d0;
    --wood-200: #e8c9a0;
    --wood-300: #d4a574;
    --wood-400: #c4884d;
    --wood-500: #a06730;
    --wood-600: #7a4f24;
    --wood-700: #5c3a1c;
    --wood-800: #3e2614;
    --wood-900: #2a1a0e;
    --gold-400: #d4a853;
    --gold-500: #c4963e;
    --cream: #faf6f0;
    --dark: #1a1410;
    --text: #2a2220;
    --text-light: #6b5e55;
    --text-muted: #9a8c82;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'InterVariable', 'Inter', sans-serif;
    background: var(--cream);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}
