
.gallery img {
    max-width: 700px;   /* můžeš změnit na 600 / 650 / 750 podle chuti */
    width: 100%;
    display: block;
    margin: 20px auto;
    border-radius: 4px;
}
.center-list {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.center-list {
    list-style-position: inside;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.subheadline {
    text-align: center;
    font-size: 18px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .subheadline {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* ====== ZÁKLADNÍ NASTAVENÍ ====== */
body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    margin: 0;
    padding: 0;
    color: #222;
}

/* ====== HLAVIČKA ====== */
header {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

header .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo img {
    height: 50px;
    width: auto;
    display: block;
}

/* ====== NAVIGACE (DESKTOP) ====== */
nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

nav a:hover {
    color: #d9531e;
}

/* ====== NADPISY ====== */
h1 {
    font-size: 38px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}

.lead {
    text-align: center;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 10px auto;
    color: #555;
}

/* ====== SEKCE ====== */
section {
    padding: 20px;
}

/* ====== KARTY ====== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding: 20px;
}

.card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    width: 330px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.2s;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.card h3 {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
    color: #222;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    display: block; /* DŮLEŽITÉ – opravuje Avii */
}

/* ====== TLAČÍTKA ====== */
.btn {
    display: block;
    text-align: center;
    background: #d9531e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 15px;
    font-weight: bold;
}

.btn:hover {
    background: #bf4315;
}

/* ====== CENÍK ====== */
.price-card {
    text-align: left; /* nadpis + seznam vlevo */
}

.price-value {
    font-size: 28px;
    font-weight: bold;
    color: #d9531e;
    margin: 15px 0 20px 0;
    text-align: center; /* centrovat jen cenu */
}


/* ====== FOOTER ====== */
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

/* ========================================================= */
/* ===================== MOBILNÍ VERZE ===================== */
/* ========================================================= */

.mobile-only {
    display: none;
}

@media (max-width: 768px) {

    /* ====== SKRÝT LOGO ====== */
    .logo {
        display: none;
    }

    /* ====== TEXTY ====== */
    body {
        font-size: 18px;
        line-height: 1.6;
    }

    h1 {
        font-size: 26px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .lead {
        font-size: 17px;
        margin-bottom: 10px;
    }

    /* ====== MENU – MOBILNÍ STYL ====== */
    nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 8px;
        padding: 10px 0;
    }

    nav a {
        display: inline-block;
        padding: 4px 8px;
        background: #ffffff;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    /* ====== KARTY ====== */
    .cards-wrapper {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    .card {
        width: 92%;
        max-width: 500px;
        margin: 0 auto;
        padding: 20px;
    }

    .card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block; /* DŮLEŽITÉ – opravuje Avii */
    }

    /* ====== SEKCE ====== */
    section {
        padding: 15px 12px;
    }

    /* ====== MOBILNÍ ODKAZY ====== */
    .mobile-only {
        display: block;
        margin-top: 25px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    nav a[href="lokality.html"] {
        display: none;
    }
}
/* MOBILNÍ ZVÝRAZNĚNÉ MENU */
@media (max-width: 650px) {

    nav a {
        font-size: 15px;        /* větší písmo */
        padding: 0px 0;        /* větší mezery mezi položkami */
        display: block;         /* každá položka na vlastní řádek */
        text-align: center;     /* zarovnání doprostřed */
        font-weight: 600;       /* lehké zvýraznění */
        letter-spacing: 0.2px;  /* lepší čitelnost */
    }

    nav {
        padding: 0px 0;
    }
}
