.home-location-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, rgba(11, 15, 22, 0.98), rgba(13, 11, 9, 0.99) 54%, rgba(20, 16, 12, 0.98));
    border-bottom: 1px solid rgba(212, 182, 144, 0.22);
    border-top: 1px solid rgba(212, 182, 144, 0.28);
    color: #f5e9cc;
    margin: 56px 0 56px calc(50% - 50vw);
    overflow: hidden;
    padding: 48px 18px;
    position: relative;
    width: 100vw;
}

.home-location-section *,
.home-location-section *::before,
.home-location-section *::after {
    box-sizing: border-box;
}

.home-location-section__inner {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.home-location-section__head {
    margin: 0 auto 22px;
    max-width: 900px;
    text-align: center;
}

.home-location-section__eyebrow,
.home-location-group__head p,
.home-location-card__category {
    color: rgba(212, 182, 144, 0.84);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

.home-location-section__head h2 {
    color: #fff4df;
    font-family: 'Playfair Display', serif;
    font-size: 2.45rem;
    line-height: 1.12;
    margin: 8px auto 12px;
    overflow-wrap: anywhere;
}

.home-location-section__head p {
    color: rgba(245, 233, 204, 0.78);
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 760px;
}

.home-location-section__stats {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px auto 34px;
    max-width: 760px;
}

.home-location-section__stats span {
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 182, 144, 0.18);
    border-radius: 8px;
    color: rgba(245, 233, 204, 0.78);
    display: flex;
    gap: 8px;
    justify-content: center;
    min-height: 54px;
    padding: 10px 12px;
    text-align: center;
}

.home-location-section__stats strong {
    color: #92d7ad;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    line-height: 1;
}

.home-location-group {
    margin-top: 34px;
}

.home-location-group__head {
    align-items: center;
    display: flex;
    gap: 14px;
    margin: 0 0 16px;
}

.home-location-group__head > iconify-icon {
    align-items: center;
    background: rgba(212, 182, 144, 0.11);
    border: 1px solid rgba(212, 182, 144, 0.28);
    border-radius: 8px;
    color: #d4b690;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.5rem;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.home-location-group__head h3 {
    color: #fff6e6;
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    line-height: 1.22;
    margin: 3px 0 0;
    overflow-wrap: anywhere;
}

.home-location-group__note {
    color: rgba(245, 233, 204, 0.72);
    line-height: 1.65;
    margin: -4px 0 16px 60px;
    max-width: 820px;
}

.home-location-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}

.home-location-grid--travel {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home-location-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 40%),
        rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(212, 182, 144, 0.2);
    border-radius: 8px;
    color: #f5e9cc;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 238px;
    padding: 17px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-location-card:hover,
.home-location-card:focus-visible {
    background:
        linear-gradient(180deg, rgba(212, 182, 144, 0.1), rgba(255, 255, 255, 0) 44%),
        rgba(255, 255, 255, 0.07);
    border-color: rgba(212, 182, 144, 0.52);
    outline: 0;
    transform: translateY(-2px);
}

.home-location-card--travel {
    border-color: rgba(146, 215, 173, 0.24);
}

.home-location-card__topline {
    align-items: center;
    display: flex;
    gap: 10px;
}

.home-location-card__icon {
    align-items: center;
    background: rgba(212, 182, 144, 0.12);
    border: 1px solid rgba(212, 182, 144, 0.2);
    border-radius: 8px;
    color: #d4b690;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.08rem;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.home-location-card--travel .home-location-card__icon {
    background: rgba(146, 215, 173, 0.1);
    border-color: rgba(146, 215, 173, 0.2);
    color: #92d7ad;
}

.home-location-card__title {
    color: #fff6e6;
    font-family: 'Playfair Display', serif;
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.24;
    overflow-wrap: anywhere;
}

.home-location-card__summary {
    color: rgba(245, 233, 204, 0.74);
    font-size: 0.94rem;
    line-height: 1.58;
}

.home-location-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
}

.home-location-card__chips span {
    background: rgba(10, 10, 10, 0.32);
    border: 1px solid rgba(212, 182, 144, 0.16);
    border-radius: 8px;
    color: rgba(245, 233, 204, 0.76);
    font-size: 0.78rem;
    line-height: 1.2;
    padding: 6px 8px;
}

.home-location-card__action {
    align-items: center;
    color: #d4b690;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 6px;
    line-height: 1.3;
    margin-top: 2px;
}

.home-location-section__cta {
    align-items: center;
    border-top: 1px solid rgba(212, 182, 144, 0.16);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 34px;
    padding-top: 24px;
}

.home-location-section__button {
    align-items: center;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(212, 182, 144, 0.24);
    border-radius: 8px;
    color: #f5e9cc;
    display: inline-flex;
    font-weight: 820;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
}

.home-location-section__button--primary {
    background: linear-gradient(135deg, #d4b690, #f4e6d3);
    border-color: transparent;
    color: #13100c;
}

.home-location-section__button:hover,
.home-location-section__button:focus-visible {
    border-color: rgba(232, 212, 184, 0.55);
    outline: 0;
}

@media (max-width: 760px) {
    .home-location-section {
        margin-bottom: 42px;
        margin-top: 42px;
        padding: 34px 12px;
    }

    .home-location-section__head {
        text-align: left;
    }

    .home-location-section__head h2 {
        font-size: 2rem;
    }

    .home-location-section__stats {
        grid-template-columns: 1fr;
        margin-bottom: 28px;
    }

    .home-location-group__head {
        align-items: flex-start;
    }

    .home-location-group__head h3 {
        font-size: 1.25rem;
    }

    .home-location-group__note {
        margin-left: 0;
    }

    .home-location-grid,
    .home-location-grid--travel {
        grid-template-columns: 1fr;
    }

    .home-location-card {
        min-height: 0;
    }

    .home-location-section__cta {
        align-items: stretch;
        flex-direction: column;
    }

    .home-location-section__button {
        width: 100%;
    }
}
