/*
Theme Name: sendvicovac.sk
Theme URI: https://sendvicovac.sk
Author: Nemec Alex
Author URI: https://sendvicovac.sk
Description: Profesionálny WordPress theme pre doménu sendvicovac.sk - kompletná 1:1 kópia aktuálnej stránky s plnou funkčnosťou, moderným dizajnom a responzívnym rozložením.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sendvicovac-sk
Tags: business, e-commerce, custom-menu, full-width-template, sticky-post, threaded-comments, translation-ready, responsive-design, custom-background, custom-colors, custom-header, custom-logo, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support
*/

/* Sendvičovač Design System - Profesionálne farby a štýly */

:root {
    /* Hlavné farby - inšpirované kuchynským prostredím */
    --background: hsl(0, 0%, 100%);
    --foreground: hsl(25, 15%, 15%);

    --card: hsl(0, 0%, 100%);
    --card-foreground: hsl(25, 15%, 15%);

    /* Primárne farby - teplé oranžové tóny */
    --primary: hsl(25, 95%, 53%);
    --primary-foreground: hsl(0, 0%, 100%);
    --primary-glow: hsl(35, 100%, 65%);

    /* Sekundárne farby - krémové tóny */
    --secondary: hsl(45, 35%, 95%);
    --secondary-foreground: hsl(25, 15%, 20%);

    /* Tlmené farby */
    --muted: hsl(45, 20%, 96%);
    --muted-foreground: hsl(25, 8%, 45%);

    /* Akcent farby - zlaté tóny */
    --accent: hsl(45, 80%, 70%);
    --accent-foreground: hsl(25, 20%, 15%);

    /* Okraje a vstupy */
    --border: hsl(45, 15%, 88%);
    --input: hsl(45, 15%, 88%);
    --ring: hsl(25, 95%, 53%);

    --radius: 0.75rem;

    /* Tiene */
    --shadow-soft: 0 4px 20px hsl(25, 20%, 15%, 0.08);
    --shadow-medium: 0 8px 30px hsl(25, 20%, 15%, 0.12);
    --shadow-strong: 0 15px 40px hsl(25, 20%, 15%, 0.15);
    --shadow-glow: 0 0 40px hsl(25, 95%, 53%, 0.3);
}

/* Reset a základné štýly */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: var(--foreground);
    background: var(--background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* WordPress core */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.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 !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Responzívne obrázky */
img {
    max-width: 100%;
    height: auto;
}
