/*
Theme Name: ZOP Twenty Twenty-Five
Theme URI: https://www.zastitaodpozara.hr/
Description: Child tema Twenty Twenty-Five prilagođena za portal i uslužni site iz područja zaštite od požara. Sadrži custom paletu, tipografiju, patterns i block style varijacije.
Author: zastitaodpozara.hr
Author URI: https://www.zastitaodpozara.hr/
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zop-twentytwentyfive
Tags: block-theme, full-site-editing, custom-colors, custom-logo, block-patterns
*/

/* Svi stilovi su definirani kroz theme.json — ovdje samo iznimke koje theme.json ne pokriva. */

/* Skip-to-content link (a11y) */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 1rem;
    z-index: 999999;
    padding: 0.75rem 1.25rem;
    background: var(--wp--preset--color--brand-primary);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}
.skip-link:focus {
    left: 1rem;
}

/* Reading progress bar (postavlja se preko bloga template-a) */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--wp--preset--color--brand-primary);
    width: 0;
    z-index: 9999;
    transition: width 0.1s linear;
}

/* Sticky table of contents (desktop only) */
@media (min-width: 1024px) {
    .toc-sticky {
        position: sticky;
        top: 2rem;
        max-height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}

/* Info box "zakonska osnova" — custom marker */
.is-style-zakon-box {
    border-left: 4px solid var(--wp--preset--color--brand-primary);
    background: var(--wp--preset--color--surface-subtle);
    padding: 1.25rem 1.5rem;
    border-radius: 0 6px 6px 0;
    font-size: 0.95em;
    line-height: 1.6;
}
.is-style-zakon-box::before {
    content: "§ ";
    font-weight: 700;
    color: var(--wp--preset--color--brand-primary);
    font-size: 1.1em;
}

/* Ovlaštenje badge — pill stil */
.is-style-ovlastenje-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    background: var(--wp--preset--color--surface-subtle);
    border: 1px solid var(--wp--preset--color--border);
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--wp--preset--color--text-strong);
}

/* Print stilovi za zapisnike i članke */
@media print {
    .wp-block-button,
    .site-header,
    .site-footer,
    .reading-progress {
        display: none !important;
    }
    body {
        font-size: 11pt;
        color: #000;
    }
}
