@import url('https://fonts.googleapis.com/css2?family=Miniver&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&family=Cinzel+Decorative:wght@400;700;900&display=swap');

.cinzel-decorative-regular {
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-style: normal;
}

.cinzel-decorative-bold {
    font-family: "Cinzel Decorative", serif;
    font-weight: 700;
    font-style: normal;
}

.cinzel-decorative-black {
    font-family: "Cinzel Decorative", serif;
    font-weight: 900;
    font-style: normal;
}

h2 {
    font-family: "Cinzel Decorative", serif;
    font-weight: 600;
    font-style: normal;
}

h3 {
    font-family: "Cinzel Decorative", serif;
    font-weight: 800;
    font-style: normal;
}

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

.none{
    display: none !important;
}

body.lock-scroll {
    overflow: hidden;
}

ul {
    list-style: none;
}

p {
    font-size: 18px;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

img {
    width: 100%;
}

.m-top60{
    padding-top: 60px;
}

.text-center{
    text-align: center;
}

.podtrzeni {
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 8px;
    background-color: #c7912e;
}

.section-content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1300px;
}


.section-title {
    text-align: center;
    padding-bottom: 80px;
    font-size: clamp(1.2rem, 10vw, 3rem);
    font-family: "Cinzel Decorative", serif;
    font-weight: 600;
    font-style: normal;
}

.section-title::after {
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 8px;
    background-color: #c7912e;
}


/* NAVBAR SEKCE*/
header {
    background: #3d183bc8;
    position: fixed;
    width: 100%;
    z-index: 5;
}

header .navbar {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-img{
    height: 55px;
    width: 55px;
}

.nav-logo-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 18%;
    gap: 50px;
}

.navbar .nav-logo .logo-text {
    color: #F9F5F6;
    font-size: 28px;
    font-weight: 800;
}

.navbar .nav-menu {
    display: flex;
    gap: 10px;
}

.navbar .nav-menu .nav-link {
    padding: 10px 18px;
    color: #F9F5F6;
    background: none;
    border-radius: 10px;
    font-size: 18px;
    transition: 0.3s ease;
}

.navbar .nav-menu .nav-link:hover {
    color: #F9F5F6;
    background: #c7912e;
}

.section-content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1300px;
}

/* MAIN SEKCE */
.main-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.main-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: url('promena_balicek/exterier/promena_ofi_venek.jpg') center/cover no-repeat;
    filter: blur(calc(6px * var(--before-opacity, 1)));
    z-index: -3;
    opacity: 1;
    transition: opacity 0.2s ease;
    opacity: var(--blur-opacity, 1);
}

.main-section::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: url('promena_balicek/interier/promena_ofi.jpg') center/cover no-repeat;
    filter: blur(0);
    z-index: -2;
    opacity: 0;
    transition: opacity 0.3s ease;
    opacity: var(--img1-opacity, 0);
}

.main-bg-2 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-image: url("promena_balicek/interier/fantasy_ofi.jpg");
    opacity: var(--img2-opacity, 0);
    z-index: -1;
}


.main-details {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #F9F5F6;
    transition: opacity 0.2s ease;
    justify-content: center;
}

.main-stairs {
    width: 100%;
    background: url("promena_balicek/interier/schody_do_uniku.png") center top no-repeat;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    aspect-ratio: 16 / 9;
}

.main-stairs::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(50px);
    mask-image: linear-gradient(
        to right,
        #402208 0%,
        #402208 3%,
        transparent 20%,
        transparent 80%,
        #402208 97%,
        #402208 100%
    );
}

.pozadi-unik{
    background-color: #402208;
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-section.main-finished::before,
.main-section.main-finished::after,
.main-section.main-finished .main-bg-2 {
    opacity: 0 !important;
    pointer-events: none;
}

.unikovka{
    height:100vh;
    background: url(promena_balicek/unikovka/unikovka_promena.png) center no-repeat;
    background-size: cover;
    position: relative;
}

.unikovka::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    mask-image: linear-gradient(
        to right,
        #402208 0%,
        #402208 2%,
        transparent 25%,
        transparent 75%,
        #402208 98%,
        #402208 100%
    );
}

.main-section.main-finished {
    background: none;
}

.main-section .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;    
    height: 100vh;
    text-align: center;
    gap: 30px;
    color: #F9F5F6;
}

.main-section .main-details .title {
    font-size: 50px;
    color: #F9F5F6;
    font-family: 'Miniver', sans-serif;
    
}

.subtitle{
    color: #F9F5F6;
    text-align: center;
}

.main-section .main-details .subtitle {
    font-size: 40px;
    font-weight: 700;
    width: 90%;
    margin: 8px auto;
}

.main-section .main-details .description {
    font-size: 30px;
    max-width: 70%;
    margin: 24px 0 40px;
}

.main-section .main-details .buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.main-section .main-details .button {
    background: #c7912e;
    color: #3d183b;
    padding: 10px 26px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: 0.3s ease;
}

.main-section .main-details .button:hover{
    color: #F9F5F6;
    border-color: #F9F5F6;
    background: transparent;
}

.main-section .main-image-wrapper {
    max-width: 500px;
    margin-top: 20px;
}

.info-section {
    background: linear-gradient(
        to bottom,
        #5c1d2e 0%,
        #7f223b 10%,
        #FFE6D4 88%,
        #d2b5a0 100%
    );
    padding: 140px 0;
}

.info-inner {
    width: 80vw;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.info-text {
    flex: 1 1 300px;
    text-align: left;
}

.info-text h3 {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 20px;
    color: #F9F5F6;
}

.info-text h3::after{
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 8px;
    background-color: #c7912e;
}

.info-text p {
    font-size: 20px;
    line-height: 1.7;
    max-width: 500px;
    margin: 0;
}

.info-link {
    display: inline-block;
    color: #001031;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

.link-hover {
    transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.2s ease;
}

.link-hover:hover {
    transform: translateY(-1px);
}

.info-section .info-link {
    padding: 10px 18px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.info-section .info-link:hover {
    color: #F9F5F6;
    background: #c7912e;
}

.info-image {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
}

.info-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    box-shadow: #5c1d2e 0px 6px 20px;
    border-radius: 13px;
}

.info-characters-wrapper {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.info-characters {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.info-characters img {
    width: 18%;
    border-radius: 15px;
    box-shadow: #5c1d2e 0px 6px 20px;
}

/* O NÁS SEKCE */
.about-section {
    padding: 140px 0;
    background: linear-gradient(
        to bottom,
        #d2b5a0 0%,
        #FFE6D4 10%,
        #7f223b 90%,
        #5c1d2e 100%
    );
}

.about-section .section-content {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.about-section .about-image-wrapper .about-image {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
}

.about-image-wrapper img {
    box-shadow: #5c1d2e 0px 0px 35px;
}

.about-section .about-details .section-title {
    padding: 0;
}

.about-section .about-details {
    max-width: 50%;
}

.about-section .about-details .text {
    line-height: 30px;
    margin: 50px 0 30px;
    text-align: center;
    font-size: 20px;
}


.about-section .social-link-list {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.about-section .social-link-list .social-link {
    color: #F9F5F6;
    font-size: 25px;
    transition: 0.2s ease;
}

.about-section .social-link-list .social-link:hover {
    color: #c7912e;
}

/*TÝM SEKCE*/
.team-section {
    padding: 140px 0;
    background-color: #5c1d2e;
}

.team-title {
    text-align: center;
    font-size: 3rem;
    color: #F9F5F6;
    margin-bottom: 60px;
    font-family: "Cinzel Decorative", serif;
    font-weight: 600;
    font-style: normal;
}

.team-title::after{
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 8px;
    background-color: #c7912e;
}

.team-cards {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}

.team-card {
    background: #FFE6D4;
    border-radius: 18px;
    padding: 30px 0 40px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.team-card img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 20px;
    display: block;
}

.team-card h3 {
    font-size: 22px;
    color: #000f2d;
    margin-bottom: 10px;
}

.team-card-link{
    display: block;
}

.team-link {
    color: #c7912e;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.team-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #c7912e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.team-link:hover::after {
    transform: scaleX(1);
}

.menu-section {
    color: #F9F5F6;
    background: #d2b5a0;
    padding: 140px 0;
}

.menu-section h2 {
    color: #F9F5F6;
}

.menu-section .menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 110px;
    align-items: center;
    justify-content: space-between;
}

.menu-item p, h3{
    color: #F9F5F6;
}

.menu-section .menu-list .menu-item {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 2 - 110px);
}

.menu-section .menu-list .menu-item .menu-image {
    max-width: 83%;
    aspect-ratio: 1;
    margin-bottom: 15px;
    object-fit: contain;
}

.menu-image{
    width: 50%;
}

.menu-section .menu-list .menu-item .name {
    margin: 12px 0;
    font-size: 20px;
    font-weight: 600;
}

.menu-section .menu-list .menu-item .text {
    font-size: 2em;
}

/*RECENZE SEKCE*/
.reviews-carousel {
    width: 100%;
    padding: 140px 0;
    background: linear-gradient(
        to bottom,
        #d2b5a0 0%,
        #FFE6D4 10%,
        #7f223b 90%,
        #5c1d2e 100%
    );
}

.reviews-container{
    scrollbar-color: #F9F5F6 transparent;
    scrollbar-width: thin;
    overflow-y: hidden;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reviews-container h3{
    font-size: 25px;
    margin-bottom: 10px;
}

.reviews-track {
    width: 100%;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
    gap: 30px;
    animation: scrollReviews 15s linear infinite;
}

.reviews-track:hover {
    animation-play-state: paused;
}

.reviews-header{
    font-size: 3rem;
    text-align: center;
    color: #000f2d;
    margin-bottom: 60px;
}

.reviews-header::after{
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
    border-radius: 8px;
    background-color: #c7912e;
}

.review-card {
    min-width: 300px;
    flex-shrink: 0;
    background: #3d183b;
    color: #F9F5F6;
    padding: 24px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.review-card span{
    font-size: 18px;
    font-weight: 600;
}

.stars {
    font-size: 24px;
    color: #ffc857 !important;
}

@keyframes scrollReviews {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* FOOTER SEKCE */
.footer{
    position: relative;
    background-color: #3d183b;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0;
    flex-wrap: wrap;
    gap: 40px;
}

.kontakty{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kontakty p {
    color: #F9F5F6;
    font-size: 17px;
    text-align: center;
}

.socialniSite{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 35px;
}

.rotate{
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

.rotate:hover {
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
    fill: #c7912e;
}

@keyframes pulse{
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.13);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.recenze h3 {
    margin-bottom: 20px;
    text-align: center;
}

.recenze input,
.recenze textarea {
    background: #3d183b;
    border: 1px solid #5c2b5a;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

.recenze textarea {
    min-height: 90px;
    max-height: 230px;
    resize: vertical;
}

.recenze button {
    padding: 10px 18px;
    margin-top: 8px;
    background: none;
    border: none;
    border-radius: 10px;
    color: #F9F5F6;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s ease;
}

.recenze button:hover {
    color: #F9F5F6;
    background: #c7912e;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 6px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 24px;
    color: #6f4a32;
    cursor: pointer;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: #ffc857;
}

.success-message {
    display: none;
    font-size: 14px;
    color: #ffdca8;
}

.reviews-list {
    background-color: #3d183b;
    width: 80%;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-item {
    background: #2c0f2a;
    color: #F9F5F6;
    padding: 16px;
    border-radius: 12px;
}

/* DOTAZNIK SPOKOJENOSTI */
.dotaznik{
    color: #F9F5F6;
    background-color:#5c1d2e;
    padding: 140px 0;
}

.survey-form{
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 80%;
    margin: 0 auto;
}

.survey-form label {
    font-size: 0.95rem;
    font-weight: 500;
}

.survey-form select,
.survey-form textarea {
    padding: 10px 12px;
    font-size: 0.95rem;
    border-radius: 8px;
    border-color: #FFE6D4;
    background: #FFE6D4;
    color: #000f2d;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.survey-form select:focus,
.survey-form textarea:focus {
    outline: none;
    border-color: #c69c6d;
    box-shadow: 0 0 0 3px rgba(198, 156, 109, 0.25);
}

.survey-form textarea {
    resize: vertical;
    min-height: 90px;
}

.survey-form button {
    margin-top: 12px;
    padding: 12px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: #b5895f;
    color: #ffffff;
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

.survey-form button:hover {
    background: #c7912e;
}

.survey-form button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) inset;
}

.survey-form input{
    padding: 10px 12px;
    font-size: 0.95rem;
    border: none;
    border-radius: 10px;
    border-color: #FFE6D4;
    background: #FFE6D4;
    color: #000f2d;
}

input[type="range"] {
    padding: 0;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.range-wrapper {
    position: relative;
    width: 100%;
}

.range-wrapper input[type="range"] {
    width: 100%;
    margin: 0;
}

#rangeOp1{
    left:0%;
}

#rangeOp2{
    left:25%;
}

#rangeOp3{
    left:50%;
}

#rangeOp4{
    left:75%;
}

#rangeOp5{
    left:100%;
}

.range-labels {
    position: relative;
    height: 20px;
}

.range-labels span {
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.75rem;
}

.radio-group {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    gap: 10px;
    max-width: 300px;
}

.radio-group label {
    display: flex;
    color: #000f2d;
    font-weight: normal;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #d8cfc4;
    border-radius: 10px;
    cursor: pointer;
    background: #FFE6D4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.radio-group input[type="radio"] {
    accent-color: #c69c6d;
    cursor: pointer;
}

.radio-group label:hover {
    background: #f7efe5;
}

.radio-group input[type="radio"]:checked + span {
    font-weight: 600;
}

.radio-group label:has(input[type="radio"]:checked) {
    border-color: #c69c6d;
    box-shadow: 0 0 0 2px rgba(198, 156, 109, 0.25);
}

.footer-mail-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-mail-form input,
.footer-mail-form textarea {
    padding: 10px 12px;
    border-radius: 8px;
    border: none;
    font-size: 0.9rem;
    resize: none;
}

.footer-mail-form input:focus,
.footer-mail-form textarea:focus {
    outline: 2px solid #c69c6d;
}

.footer-mail-form button {
    padding: 10px 18px;
    margin-top: 8px;
    background: none;
    border: none;
    border-radius: 10px;
    color: #F9F5F6;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s ease;
}

.footer-mail-form button:hover {
    color: #F9F5F6;
    background: #c7912e;
}

.footer-mail-form button:active {
    transform: translateY(1px);
}

.footer-column h3 {
    color: #F9F5F6;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
}

.mapa {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mapa iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 16px;
}

/* RESPONZIVITA */
@media screen and (max-width:1024px) {
    .menu-section .menu-list {
        gap: 60px;
    }

    .menu-section .menu-list .menu-item {
        width: calc(100% / 2 - 60px);
    }
}

@media screen and (max-width:1155px) {
    body.show-mobile-menu header::before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(5px);
        background: rgb(2, 1, 5, 0.2);
    }

    .navbar :where(#menu-close-button, #menu-open-button){
        font-size: 1.3rem;
        display: block;
    }

    .navbar #menu-close-button {
        position: absolute;
        right: 30px;
        top: 30px;
        color: #F9F5F6;
    }

    .navbar #menu-open-button {
        color: #F9F5F6;
    }

    .navbar .nav-menu {
        display: block;
        background: #3d183bc8;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding-top: 100px;
        transition: left 0.2s ease;
    }

    body.show-mobile-menu .navbar .nav-menu {
        left: 0;
    }

    .navbar .nav-menu .nav-link {
        color: #F9F5F6;
        font-size: 1.3rem;
        display: block;
        margin-top: 17px;
    }

    .main-section .section-content {
        gap: 50px;
        text-align: center;
        padding: 30px 20px 20px;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .main-section .main-details :is(.subtitle, .description), .about-section .about-details {
        max-width: 100%;
    }

    .main-section .main-details .buttons {
        justify-content: center;
    }

    .main-section .main-image-wrapper {
        max-width: 270px;
        margin-right: 0;
    }

    .about-section .section-content {
        gap: 70px;
        flex-direction: column;
    }

    .about-section .about-image-wrapper .about-image {
        width: 100%;
        height: 100%;
        max-width: 250px;
        aspect-ratio: 1;
    }

    .menu-section .menu-list {
        gap: 30px;
    }

    .menu-section .menu-list .menu-item {
        width: calc(100% / 2 - 30px);
    }

    .menu-section .menu-list .menu-item .menu-image {
        min-width: 200px;
    }
}

@media screen and (max-width:640px) {
    .menu-section .menu-list {
        gap: 60px;
    }

    .menu-section .menu-list .menu-item {
        width: 100%;
    }
}

@media screen and (max-width:320px) {
    .logo-text{
        display: none;
    }
}

@media (max-width: 900px) {
    .info-block {
        flex-direction: column;
        text-align: center;
    }

    .info-inner{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info-text, .info-image, .info-characters-wrapper {
        flex: 1 1 100%;
    }

    .info-text p {
        margin: 0 auto;
    }

    .team-cards {
        width: 50%;
        grid-template-columns: 1fr;
    }

    .team-card img {
        max-width: 140px;
    }

    .review-card {
        min-width: 260px;
    }

    .footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .footer > :nth-child(3) {
        grid-column: span 2;
    }
    
    .mapa {
        width: 50%;
        padding-top: 50px;
    }
}

@media (max-width: 806px) {
    .radio-group {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        max-width: 200px;
    }
}

@media (max-width: 640px) {
    .footer {
        display: flex;
        flex-direction: column;
    }

    .socialniSite {
        padding-bottom: 50px;
    }

    .kontakty {
        padding-bottom: 50px;
    }

    .mapa iframe {
        width: 80%;
    }

    .recenze { 
        justify-content: center;
        align-items: center;
    }

    .star-rating {
        display: flex;
        justify-content: center;
    }

    .kontakty {
        padding: 0;
    }

    .kontakty,
    .socialniSite,
    .recenze,
    .mapa {
        width: 100%;
        text-align: center;
    }
}

/* GALERIE STYLY */
.galerie-body{
    background: linear-gradient(
        to bottom,
        #d2b5a0 0%,
        #FFE6D4 10%,
        #7f223b 90%,
        #5c1d2e 100%
    );
}

.gallery {
    padding: 99px 20px 75px 20px;
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, sans-serif;
}

.gallery h2 {
    text-align: center;
    margin-bottom: 24px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-grid img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}