@font-face {
    font-family: "Myriad Pro";
    src: url("MyriadPro-Cond.cf0f2fc9944f.otf")
}

@font-face {
    font-family: "Myriad Pro Italic";
    src: url("MyriadPro-CondIt.87500ae54ac3.otf")
}

@media (min-width: 1200px) {
    html, body {margin: 0 !important; height: 100%; padding: 0 !important;}
}

body {
    overflow-x: hidden;
}

h1 {
    font-family: "Myriad Pro";
    letter-spacing: 30px;
    color: #1D4A44;
    font-size: 67px;
}
h2 {
    font-family: "Myriad Pro";
    letter-spacing: 30px;
    color: #1D4A44;
    font-size: 51px !important;
}
h3 {
    font-family: "Myriad Pro";
    letter-spacing: 20px;
    color: #1D4A44;
    font-size: 38px !important;
    margin-top: 0.5rem !important;
}

h4 {
    font-family: "Myriad Pro";
    color: #1D4A44;
    font-size: 38px;
    letter-spacing: 10px;
}

.sub-title {
    font-family: "Myriad Pro";
    color: #1D4A44;
    letter-spacing: 7px;
    font-size: 28px;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-nav a, .main-nav span {
    text-decoration: none;
    color: #1D4A44;
    font-family: "Myriad Pro";
    font-size: 28px;
    letter-spacing: 7px;
}

p {
    font-size: 21px;
    color: #1D4A44;
    font-family: "Myriad Pro";
    line-height: 28px;
    letter-spacing: 1px;
}

.menu-splitter {
    margin-left: 2px;
    margin-right: 2px;
}

.main-img {
    height: 100%;
}
a {
    color: #1D4A44;
    text-decoration: none;
}

.rezervace {
    background-color: #a9e6de !important;
    color: #1D4A44 !important;
}

.rezervace-home {
    background-color: #c45c5c !important;
    color: #fff !important;
}

/* --- Ubytovani page utility classes --- */

.ubytovani-header {
    background-color: #a9e6de;
}

.ubytovani-header h3,
.ubytovani-header h4 {
    line-height: 53px;
    margin-bottom: 0;
}

.ubytovani-detail {
    align-items: stretch;
}

.ubytovani-detail .ubytovani-img {
    max-height: 45vh;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.ubytovani-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ubytovani-text p {
    margin-bottom: 0.5rem;
}

/* Hub page image cards */
.ubytovani-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
}

/* Ubytování landing page – slightly taller cards */
.ubytovani-landing .ubytovani-card img {
    height: 290px;
}

/* Reconstruction notice */
.reconstruction-notice {
    color: #c45c5c;
    border: 2px dotted #c45c5c;
    letter-spacing: normal;
    font-size: 22px;
    padding: 0.5rem 1rem;
    margin: 1rem 1.5rem;
    text-align: center;
}

/* Gallery - allow wrapping */
.gallery-container {
    flex-wrap: wrap !important;
}

.gallery-thumbnail-container {
    max-width: 170px;
}

/* --- Responsive: Tablet (max-width: 992px) --- */
@media (max-width: 992px) {
    h1 {
        font-size: 42px;
        letter-spacing: 15px;
    }
    h2 {
        font-size: 34px !important;
        letter-spacing: 15px;
    }
    h3 {
        font-size: 28px !important;
        letter-spacing: 10px;
    }
    h4 {
        font-size: 26px;
        letter-spacing: 5px;
    }
    .sub-title {
        font-size: 20px;
        letter-spacing: 4px;
    }
    .main-nav a, .main-nav span {
        font-size: 20px;
        letter-spacing: 4px;
    }
    p {
        font-size: 18px;
        line-height: 25px;
    }
    .ubytovani-header h3,
    .ubytovani-header h4 {
        line-height: 42px;
    }
    .ubytovani-detail .ubytovani-img {
        max-height: 300px;
    }
    .ubytovani-card img {
        height: 200px;
    }
    .ubytovani-landing .ubytovani-card img {
        height: 240px;
    }
    .reconstruction-notice {
        font-size: 18px;
    }
}

/* --- Responsive: Mobile (max-width: 576px) --- */
@media (max-width: 576px) {
    h1 {
        font-size: 28px;
        letter-spacing: 8px;
    }
    h2 {
        font-size: 24px !important;
        letter-spacing: 8px;
    }
    h3 {
        font-size: 20px !important;
        letter-spacing: 5px;
    }
    h4 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .sub-title {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .main-nav a, .main-nav span {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .menu-splitter {
        margin-left: 1px;
        margin-right: 1px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .ubytovani-header {
        padding: 0.25rem 1rem;
    }
    .ubytovani-header h3,
    .ubytovani-header h4 {
        line-height: 36px;
    }
    .ubytovani-detail .ubytovani-img {
        max-height: 250px;
    }
    .ubytovani-card img {
        height: 160px;
    }
    .ubytovani-landing .ubytovani-card img {
        height: 180px;
    }
    .reconstruction-notice {
        font-size: 15px;
        margin: 0.5rem;
        padding: 0.4rem 0.5rem;
    }
    .gallery-thumbnail-container {
        max-width: 120px;
    }
}