/* =====================
MOBIL
======================*/
@media (max-width:480px) {
    .photo-grid {
        column-count: 1;
    }
}

@media(max-width:768px) {
    .login-card {
        padding: 25px;
    }

    .navbar-pohadka::after {
        display: none;
    }

    .hero-pohadka {
        margin-top: 0;
        padding: 120px 0 60px;
        text-align: center;
        margin-bottom: -50px;
    }

    .hero-pohadka .row {
        flex-direction: column-reverse;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .hero-text {
        font-size: 16px;
        max-width: 100%;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px;
        font-size: 16px;
    }

    .hero-image-shape {
        height: 280px;
        margin: 0 auto;
    }

    .why-section .subtitle {
        width: 100%;
    }

    .hero-rainbow {
        display: none;
    }

    .page-decor::before,
    .page-decor::after {
        display: none;
    }

    .page-content {
        padding: 0 20px;
    }

    .content img {
        width: 100%;
        height: auto;
        border-radius: 16px;
        margin: 20px 0;
        display: block;
    }

    .photo-grid {
        column-count: 2;
    }

    .meal-table thead {
        display: none;
    }

    .meal-table,
    .meal-table tbody,
    .meal-table tr {
        display: block;
        width: 100%;
    }

    .meal-table tr {
        background: #fff;
        border-radius: 16px;
        padding: 15px;
        margin-bottom: 15px;
    }

    /* DEN */
    .meal-table th {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: left;
    }

    /* ŘÁDKY */
    .meal-table td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

        padding: 6px 0;
        border: none;
    }

    .meal-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #666;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .doc-table thead {
        display: none;
    }

    .doc-table,
    .doc-table tbody,
    .doc-table tr {
        display: block;
        width: 100%;
    }

    .doc-table tr {
        background: #fff;
        border-radius: 16px;
        padding: 15px;
        margin-bottom: 15px;
    }

    /* DEN */
    .doc-table th {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: left;
    }

    /* ŘÁDKY */
    .doc-table td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

        padding: 6px 0;
        border: none;
    }

    .doc-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #666;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .footer-banner {
        padding: 100px 0 60px;
    }

}

@media (max-width:992px) {

    .hero-title {
        font-size: 42px;
        text-align: center;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-image-shape {
        height: 400px;
    }

    .hero-pohadka {
        padding: 70px 0 120px;
    }

    .hero-pohadka {
        margin-top: -120px;
        padding: 120px 0 150px;
        background-image: none;
    }

    .hero-image-shape {
        width: 100%;
        max-width: 400px;
        height: 300px;
    }

    .hero-rainbow {
        background: none;
    }

    .hero-buttons {
        display: flex;
        justify-content: center;
    }

    .decor-left,
    .decor-right {
        display: none;
    }

    .gallery-page-decor::before,
    .gallery-page-decor::after {
        display: none;
    }

    .news-page-decor::before,
    .news-page-decor::after {
        display: none;
    }

    .photo-grid {
        column-count: 2;
    }

}

/* =====================
TABLET
======================*/
@media (max-width: 1024px) {

    /* NAVBAR */
    .navbar-pohadka {
        padding: 15px 0;
    }

    .navbar-logo {
        height: 45px;
    }

    .navbar-title {
        font-size: 22px;
    }

    .navbar-nav {
        gap: 15px;
    }

    .nav-link {
        font-size: 16px;
    }

    /* dekorace zmenšit */
    .navbar-pohadka::before {
        width: 80px;
        height: 70px;
        top: 5px;
    }

    .navbar-pohadka::after {
        width: 140px;
        height: 120px;
        bottom: -30px;
    }

    /* MENU BOX */
    .menu {
        border-radius: 20px;
        padding: 10px 15px;
    }

    /* NADPISY */
    .section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-image-shape {
        height: 380px;
    }

    .hero-buttons {
        gap: 12px;
    }

    .footer-logo img {
        width: 180px;
        margin-left: -20px;
    }

}

@media (max-width:1366px) {
    .photo-grid {
        column-count: 3;
    }

    .hero-title {
        font-size: 40px;
        line-height: 1.2;
    }

    .hero-text {
        font-size: 18px;
        max-width: 100%;
    }

    .hero-btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px;
        font-size: 16px;
    }

    .hero-image-shape {
        height: 350px;
        margin: 0 auto;
    }

    .footer-logo img {
        width: 180px;
        margin-left: -20px;
    }

}