/*
Theme Name: Golfova Pravidla Onepage
Theme URI: https://golfovapravidla.cz/
Author: Pavel (Ogy) & ChatGPT
Author URI: https://www.ogy.cz/
Description: Extrémně jednoduchá bílá one-page šablona. Obsah (např. chatbot Meow) se vkládá přes editor stránky / shortcode.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: golfova-pravidla-onepage
Tags: one-column, minimal, white, landing-page
*/

/* Reset / base */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.gp-body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
    color: #111111;
    min-height: 100vh;
}

.gp-main {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.gp-container {
    width: 100%;
    max-width: 1200px;
    padding: 40px 16px 80px;
}

/* Základní typografie obsahu */
.gp-container h1,
.gp-container h2,
.gp-container h3 {
    font-weight: 600;
    margin-top: 0;
}

.gp-container p {
    line-height: 1.6;
}

/* Vynulování okrajů pro blokový editor */
.gp-container .wp-block-group,
.gp-container .wp-block-columns,
.gp-container .wp-block-cover {
    margin-top: 0;
    margin-bottom: 32px;
}

/* Chatbot blok (případně Meow shortcode) si řeší vlastní plugin, tady jen zajišťujeme čistý prostor. */
