﻿.hotel-home {
    --home-ink: #183e3a;
    --home-muted: #526660;
    --home-sand: #f5f1e9;
    --home-border: #e1e7e3;
    color: var(--home-ink);
    font-family: "Poppins", sans-serif;
    padding-bottom: 2rem;
}

    .hotel-home .home-hero {
        display: flex;
        align-items: center;
        min-height: 34rem;
        padding: clamp(2rem, 6vw, 5rem);
        overflow: hidden;
        border-radius: 1.5rem;
        background-color: #183e3a;
        background-image: linear-gradient(90deg, rgba(10, 32, 29, 0.88), rgba(10, 32, 29, 0.35)), url('../images/photo-one.webp');
        background-position: center;
        background-size: cover;
    }

    .hotel-home .home-hero-content {
        max-width: 40rem;
    }

    .hotel-home .home-eyebrow {
        display: block;
        margin-bottom: 1rem;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .hotel-home .home-hero .home-eyebrow {
        color: #f4e9ce;
    }

    .hotel-home .home-hero h1 {
        margin: 0 0 1.5rem;
        color: white;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(2.8rem, 5.5vw, 4.7rem);
        font-weight: 400;
        line-height: 1.08;
        letter-spacing: -0.035em;
    }

    .hotel-home .home-hero p {
        max-width: 29rem;
        margin-bottom: 2rem;
        color: white;
        font-size: 1.05rem;
        line-height: 1.8;
    }

    .hotel-home .home-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
    }

    .hotel-home a.home-button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 0.8rem;
        padding: 0.95rem 1.4rem;
        border: 1px solid transparent;
        border-radius: 999px;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .hotel-home a.home-button-light {
        background: white;
        color: var(--home-ink);
    }

        .hotel-home a.home-button-light:hover {
            background: #f4e9ce;
            color: var(--home-ink) !important;
        }

    .hotel-home a.home-button-outline {
        border-color: white;
        background: rgba(10, 32, 29, 0.25);
        color: white;
    }

        .hotel-home a.home-button-outline:hover {
            background: white;
            color: var(--home-ink) !important;
        }

    .hotel-home a.home-button-dark {
        background: var(--home-ink);
        color: white;
    }

        .hotel-home a.home-button-dark:hover {
            background: #285a53;
            color: white !important;
        }

    .hotel-home a.home-button:focus-visible {
        outline: 3px solid #bd8526;
        outline-offset: 4px;
    }

    .hotel-home .home-section {
        padding: 4rem 0;
    }

    .hotel-home .home-section-heading {
        max-width: 42rem;
        margin: 0 auto 2.25rem;
        text-align: center;
    }

        .hotel-home .home-section-heading .home-eyebrow {
            color: var(--home-muted);
        }

        .hotel-home .home-section-heading h2,
        .hotel-home .home-signup h2 {
            color: var(--home-ink);
            font-family: Georgia, "Times New Roman", serif;
            font-size: clamp(2rem, 3.5vw, 2.8rem);
            font-weight: 400;
            line-height: 1.2;
        }

        .hotel-home .home-section-heading p,
        .hotel-home .home-signup p {
            margin: 1rem 0 0;
            color: var(--home-muted);
            line-height: 1.8;
        }

    .hotel-home .home-amenities {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 1rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .hotel-home .home-amenities li {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            padding: 1.5rem 0.75rem;
            border: 1px solid var(--home-border);
            border-radius: 1rem;
            background: white;
            font-size: 0.85rem;
            text-align: center;
        }

        .hotel-home .home-amenities img {
            object-fit: contain;
        }

    .hotel-home .home-packages-section {
        padding-top: 0.5rem;
        scroll-margin-top: 2rem;
    }

    .hotel-home .home-packages {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .hotel-home .home-package {
        overflow: hidden;
        border: 1px solid var(--home-border);
        border-radius: 1.25rem;
        background: white;
        box-shadow: 0 10px 30px rgba(24, 62, 58, 0.06);
    }

    .hotel-home .home-package-image {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .hotel-home .home-package-content {
        padding: 1.5rem;
    }

    .hotel-home .home-package-category {
        display: block;
        margin-bottom: 0.6rem;
        color: var(--home-muted);
        font-size: 0.75rem;
    }

    .hotel-home .home-package h3 {
        margin: 0 0 1.25rem;
        font-size: 1.35rem;
        font-weight: 600;
    }

    .hotel-home .home-package-price {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.5rem;
        padding-top: 1rem;
        border-top: 1px solid var(--home-border);
    }

        .hotel-home .home-package-price strong {
            font-size: 1.65rem;
            font-weight: 600;
        }

        .hotel-home .home-package-price span {
            color: var(--home-muted);
            font-size: 0.8rem;
        }

    .hotel-home .home-signup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2rem;
        padding: clamp(1.5rem, 4vw, 3rem);
        border-radius: 1.5rem;
        background: var(--home-sand);
    }

        .hotel-home .home-signup h2 {
            margin: 0;
            font-size: 2rem;
        }

        .hotel-home .home-signup .home-button {
            flex-shrink: 0;
        }

@media (max-width: 991px) {
    .hotel-home .home-amenities {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hotel-home .home-packages {
        gap: 1rem;
    }

    .hotel-home .home-package-content {
        padding: 1rem;
    }

    .hotel-home .home-signup {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .hotel-home .home-packages {
        grid-template-columns: 1fr;
    }

    .hotel-home .home-section {
        padding: 3rem 0;
    }

    .hotel-home .home-packages-section {
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .hotel-home .home-hero {
        min-height: 29rem;
        padding: 2rem 1.5rem;
        border-radius: 1rem;
    }

    .hotel-home .home-actions {
        flex-direction: column;
    }

    .hotel-home .home-amenities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotel-home .home-signup .home-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hotel-home a.home-button {
        transition: none;
    }
}
