/*
Theme Name: Efishop
Theme URI: https://efishop.com
Author: Kulttia Lab
Author URI: https://kulttialab.com
Description: Premium tech ecommerce theme — "The Digital Curator" design system. Elementor & WooCommerce compatible.
Version: 1.0.14
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: efishop
Tags: e-commerce, woocommerce, elementor, responsive, custom-colors, custom-logo
*/

/* Base reset — tokens applied via design-tokens.css */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

body {
    font-family: var(--font-body);
    font-size: var(--text-body-md);
    color: var(--on-surface);
    background-color: var(--background);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--secondary);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--secondary-dim);
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}

.container--wide {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 var(--space-8);
}

/* Skip link */
.skip-link {
    position: absolute;
    top: -100%;
    left: var(--space-4);
    z-index: 9999;
    padding: var(--space-3) var(--space-6);
    background: var(--secondary);
    color: var(--on-secondary);
    border-radius: var(--radius-full);
    font-weight: 600;
    transition: top 0.2s;
}

.skip-link:focus {
    top: var(--space-4);
}
