/*
Theme Name: Helikon Books
Theme URI: https://example.com/helikon-books-theme
Description: Lightweight Elementor-compatible theme for the Helikon Books publishing showcase site. All visual design lives in the companion helikon-books-core plugin and its Elementor widgets.
Author: INSYS
Author URI: https://example.com
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helikon-books-theme
Domain Path: /languages
Tags: elementor, publisher, books, catalogue
*/

/* Minimal reset and typography baseline only.
   All visual design lives in Elementor widgets shipped via helikon-books-core. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    color: #13131a;
    background: #faf7f2;
    font-family: 'Manrope', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; background: none; border: 0; color: inherit; }
a { color: inherit; text-decoration: none; }

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Fallback container for native template hierarchy (Elementor overrides on real pages) */
.helikon-fallback-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 32px;
}
.helikon-fallback-main h1 {
    font-family: 'Sofia Sans', 'Manrope', sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
}
