@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat.ttf?22') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay.ttf?22') format('truetype');
    font-weight: 400 900;
    font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

img, picture, .unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

header {
    background: #ffffff;
    height: auto;
    padding: 3.75rem 1.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    & > a {
        display: inline-block;
        line-height: 0;
        margin-bottom: 1.25rem;
        text-decoration: none;
    }

    h1 {
        display: none;
    }

    p {
        font-size: 1rem;
        max-width: 37.5rem;
        color: #666;
        letter-spacing: 0.125rem;
        text-transform: uppercase;
        text-shadow: none;
    }
}

.logo {
    width: 40rem;
    max-width: 100%;
    height: auto;
}

.mobile-logo {
    display: none;
}

.desktop-tagline {
    font-size: 1rem;
    max-width: 37.5rem;
    color: #666;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    text-shadow: none;
}

nav {
    background-color: #fff;
    padding: 1rem 0;
    border-top: 0.0625rem solid #eee;
    border-bottom: 0.0625rem solid #eee;
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 1000;

    ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;

        li {
            margin: 0 0.9375rem;

            a {
                text-decoration: none;
                color: #1a1a1a;
                font-weight: 500;
                font-size: 0.85rem;
                letter-spacing: 0.09375rem;
                text-transform: uppercase;
                transition: all 0.3s ease;

                &:hover {
                    color: #00AEEF;
                }

                &.book-now {
                    background-color: #00AEEF;
                    color: #fff;
                    padding: 0.5rem 1.25rem;
                    border-radius: 0.25rem;
                    display: inline-block;
                    vertical-align: middle;

                    &:hover {
                        background-color: #008cc0;
                        color: #fff;
                    }
                }
            }
        }
    }
}

.nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 56.25rem;
    margin: 0 auto;
    padding: 0 1.25rem;

    & > a {
        line-height: 0;
        text-decoration: none;
    }
}

.nav-toggle {
    display: none;
}

.nav-toggle-label {
    display: none;
}

.contact-details {
    flex: 1;
    min-width: 18.75rem;
    margin-bottom: 2rem;
    text-align: left;

    a {
        color: #1a1a1a;
        text-decoration: none;
        transition: color 0.3s ease;

        &:hover {
            color: #00AEEF;
        }
    }

    h3 {
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.0625rem;
        margin-bottom: 1rem;
    }
}

.hero-image {
    width: 100%;
    margin-bottom: 4rem;
    overflow: hidden;
    line-height: 0;

    img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.container {
    max-width: 56.25rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

section {
    margin-bottom: 6rem;
    text-align: center;
}

h2 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
}

.about-content {
    font-size: 1.1rem;
    color: #333;
    max-width: 43.75rem;
    margin: 0 auto;
    text-align: justify;
}

.booking-container {
    background: #fafafa;
    border-radius: 0;
    box-shadow: none;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    gap: 3rem;
}

.feature-card {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    transition: none;

    &:hover {
        transform: none;
    }

    i {
        font-size: 1.5rem;
        color: #00AEEF;
        margin-bottom: 1rem;
    }

    h3 {
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.0625rem;
        margin-bottom: 0.5rem;
    }

    p {
        font-size: 0.85rem;
        color: #666;
    }
}

.room-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.room-item {
    text-align: left;

    img {
        width: 100%;
        height: 18.75rem;
        object-fit: cover;
        margin-bottom: 1.5rem;
    }

    h3 {
        font-family: 'Playfair Display', serif;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 0.09375rem;
        margin-bottom: 0.5rem;
        color: #000;
    }
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.contact-details {
    flex: 1;
    min-width: 18.75rem;
    margin-bottom: 2rem;
    text-align: left;
}

.contact-map {
    flex: 1;
    min-width: 18.75rem;
    height: 25rem;
    background: transparent;
    border: 0.0625rem solid #eee;
    overflow: hidden;
}

.contact-details h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    margin-bottom: 1rem;
}


footer {
    background-color: #fff;
    color: #999;
    text-align: center;
    padding: 4rem 0;
    margin-top: 6rem;
    border-top: 0.0625rem solid #eee;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
}

/* Site Notice Banner */
.site-notice {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0.625rem 1.875rem rgba(0,0,0,0.1);
    z-index: 2000;
    width: 90%;
    max-width: 40rem;
    text-align: center;
    border: 0.0625rem solid #eee;
    display: none; /* Shown via JS */

    p {
        margin-bottom: 1.5rem;
        font-size: 0.9rem;
        color: #333;
    }
}

.notice-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.notice-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;

    &.accept {
        background: #00AEEF;
        color: #fff;

        &:hover {
            background: #008cc0;
        }
    }

    &.reject {
        background: #eee;
        color: #333;

        &:hover {
            background: #ddd;
        }
    }
}

/* Widget Fallbacks */
.widget-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #fafafa;
    border: 0.0625rem solid #eee;
    height: 100%;
    width: 100%;
    box-sizing: border-box;

    p a {
        color: #00AEEF;
        text-decoration: underline;

        &:hover {
            color: #008cc0;
        }
    }
}

.booking-fallback {
    min-height: 25rem;
}

.maps-fallback {
    padding: 0;
    background: transparent;
    border: none;

    a {
        display: block;
        line-height: 0;
        width: 100%;
        height: 100%;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        border: none;
    }
}

.fallback-link {
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 2rem;
    background: #00AEEF;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;

    &:hover {
        background: #008cc0;
        color: #fff;
    }
}

.hidden {
    display: none !important;
}

@media (max-width: 48rem) {
    section {
        margin-bottom: 3rem;
    }

    h2 {
        margin-bottom: 1.25rem;
        font-size: 1.5rem;
    }

    .hero-image {
        margin-bottom: 2rem;
    }

    .features {
        gap: 2rem;
    }

    .room-grid {
        margin-bottom: 2rem;
        gap: 1.5rem;
    }

    .room-item img {
        height: 15rem;
        margin-bottom: 1rem;
    }

    footer {
        padding: 2.5rem 0;
        margin-top: 3rem;
    }

    .container {
        padding: 0;

        & > section:not(#booking):not(#contact) {
            margin-left: 1rem;
            margin-right: 1rem;
        }
    }

    #contact {
        h2, .contact-details {
            margin-left: 1rem;
            margin-right: 1rem;
        }

        .contact-info {
            gap: 2rem;
        }

        .contact-map {
            border: none;
            width: 100%;
        }
    }

    .desktop-logo,
    .desktop-tagline {
        display: none;
    }

    .mobile-logo {
        display: block;
        width: 8rem;
    }

    header {
        display: none;
    }
    
    nav {
        padding: 0;
        margin: 0 0.5rem;

        ul {
            display: none;
            flex-direction: column;
            width: 100%;
            text-align: center;
            background: #fff;
            position: absolute;
            top: 100%;
            left: 0;
            border-bottom: 0.0625rem solid #eee;
            padding: 1rem 0;

            li {
                margin: 1rem 0;
            }
        }
    }

    .nav-container {
        justify-content: space-between;
        padding: 0;
    }
    
    .nav-toggle-label {
        display: block;
        cursor: pointer;
        padding: 0.75rem 0 0.75rem 0.75rem;
        position: relative;
        z-index: 1001;

        span {
            display: block;
            background: #1a1a1a;
            height: 0.125rem;
            width: 1.5rem;
            border-radius: 0.125rem;
            position: relative;
            transition: all 0.3s ease;

            &::before,
            &::after {
                content: '';
                position: absolute;
                display: block;
                background: #1a1a1a;
                height: 0.125rem;
                width: 1.5rem;
                border-radius: 0.125rem;
                transition: all 0.3s ease;
            }

            &::before {
                bottom: 0.5rem;
            }

            &::after {
                top: 0.5rem;
            }
        }
    }

    .nav-toggle:checked {
        & ~ ul {
            display: flex;
        }

        & + .nav-toggle-label span {
            background: transparent;

            &::before {
                transform: rotate(45deg);
                top: 0;
            }

            &::after {
                transform: rotate(-45deg);
                top: 0;
            }
        }
    }

    .room-grid {
        grid-template-columns: 1fr;
    }

    .site-notice {
        padding: 1.5rem;
        bottom: 1rem;
        width: 95%;

        p {
            margin-bottom: 1rem;
        }
    }
}
