/*
Theme Name:        CarneyDogs
Theme URI:         https://carneydogs.de
Author:            CarneyDogs
Author URI:        https://carneydogs.de
Description:       Modernes Kadence FSE Block-Theme für CarneyDogs – Hundetraining und Betreuung in Meerane. Gebaut mit WordPress Full Site Editing, klaren Strukturen und warmem Design.
Version:           1.0.0
Requires at least: WordPress 6.3
Tested up to:      6.7
Requires PHP:      7.4
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       carneydogs
Template:
Tags:              full-site-editing, block-patterns, custom-colors, custom-fonts, one-column, wide-blocks
*/

/* Theme base — all visual design is in theme.json and editor.css */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* Skip link */
.skip-link {
    position: absolute;
    top: -999px;
    left: 0;
    z-index: 9999;
    padding: 0.5rem 1rem;
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--sm);
    text-decoration: none;
}
.skip-link:focus {
    top: 0;
}

/* Sticky header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.25s ease;
}
.site-header.scrolled {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
}

/* Mobile nav overlay */
.wp-block-navigation__responsive-container.is-menu-open {
    background: var(--wp--preset--color--dark);
}

/* Smooth focus rings */
:focus-visible {
    outline: 3px solid var(--wp--preset--color--primary);
    outline-offset: 3px;
}
