.location-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #73a63d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase
}

.location-eyebrow:before {
    width: 30px;
    height: 1px;
    background: currentColor;
    content: ""
}

.locations-hero {
    position: relative;
    display: flex;
    min-height: 570px;
    align-items: center;
    background: linear-gradient(90deg, rgba(6, 31, 50, .94), rgba(6, 31, 50, .74) 55%, rgba(6, 31, 50, .35)), var(--locations-banner, url('../img/contact-banner.png')) center/cover no-repeat;
    color: #fff
}

.locations-hero__content {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px
}

.locations-hero h1 {
    max-width: 780px;
    margin: 15px 0 20px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(54px, 7vw, 82px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: .98
}

.locations-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.75
}

.locations-hero__actions,
.location-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px
}

.locations-hero__actions a,
.location-detail-hero__actions a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 21px;
    border: 1px solid #79aa46;
    border-radius: 5px;
    background: #79aa46;
    color: #fff;
    font-weight: 600;
    text-decoration: none
}

.locations-hero__actions a.is-outline,
.location-detail-hero__actions a.is-outline {
    border-color: rgba(255, 255, 255, .62);
    background: transparent
}

.location-highlights {
    background: #fff;
    box-shadow: 0 12px 35px rgba(24, 55, 66, .08)
}

.location-highlights__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.location-highlights article {
    display: flex;
    gap: 15px;
    padding: 26px 20px;
    border-right: 1px solid #e4e9e8
}

.location-highlights article:last-child {
    border: 0
}

.location-highlights i {
    margin-top: 3px;
    color: #79aa46;
    font-size: 23px
}

.location-highlights h2 {
    margin: 0 0 4px;
    color: #17394e;
    font-size: 17px
}

.location-highlights p {
    margin: 0;
    color: #74838a;
    font-size: 13px;
    line-height: 1.5
}

.featured-locations-section,
.location-directory,
.location-coverage-section,
.location-story-section,
.location-weather-section,
.location-service-areas,
.nearby-locations-section,
.location-guides-section {
    padding: 60px 0
}

.featured-locations-section,
.location-weather-section,
.nearby-locations-section {
    background: #f4f7f5
}

.location-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px
}

.location-section-heading h2,
.location-detail-intro h2 {
    margin: 8px 0 0;
    color: #12344a;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(40px, 5vw, 55px);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.05
}

.location-section-heading>p {
    max-width: 520px;
    margin: 0;
    color: #6b7d85;
    line-height: 1.7
}

.location-featured-grid,
.location-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px
}

.location-card {
    overflow: hidden;
    border: 1px solid #e2e9e8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(25, 58, 69, .07);
    transition: .25s ease
}

.location-card:hover {
    box-shadow: 0 18px 42px rgba(25, 58, 69, .14);
    transform: translateY(-5px)
}

.location-card__image {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden
}

.location-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.location-card:hover img {
    transform: scale(1.04)
}

.location-card__image>span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .94);
    color: #557b35;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase
}

.location-card__body {
    position: relative;
    padding: 25px
}

.location-card__pin {
    position: absolute;
    top: -24px;
    right: 20px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #005baa;
    color: #fff
}

.location-card h3 {
    margin: 2px 0 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 600
}

.location-card h3 a {
    color: #15374d;
    text-decoration: none
}

.location-card p {
    min-height: 67px;
    margin: 0 0 17px;
    color: #6c7d84;
    font-size: 14px;
    line-height: 1.6
}

.location-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #005baa;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.location-type-filter {
    display: flex;
    gap: 9px;
    margin-bottom: 36px;
    padding-bottom: 5px;
    overflow-x: auto
}

.location-type-filter a {
    flex: 0 0 auto;
    padding: 10px 17px;
    border: 1px solid #d8e1e3;
    border-radius: 999px;
    color: #566c76;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.location-type-filter a:hover,
.location-type-filter a.is-active {
    border-color: #005baa;
    background: #005baa;
    color: #fff
}

.location-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.location-pagination .pagination {
    gap: 7px
}

.location-pagination .page-link {
    border-radius: 5px;
    color: #005baa
}

.location-pagination .active>.page-link {
    border-color: #005baa;
    background: #005baa
}

.location-empty-state {
    grid-column: 1/-1;
    padding: 70px 20px;
    border: 1px dashed #cbd7da;
    border-radius: 12px;
    text-align: center
}

.location-empty-state i {
    color: #79aa46;
    font-size: 44px
}

.location-empty-state h3 {
    margin: 16px 0 8px;
    color: #15374d;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px
}

.location-empty-state p {
    color: #718087
}

.location-empty-state a {
    color: #005baa;
    font-weight: 700
}

.location-coverage-section {
    background: #12344a;
    color: #fff
}

.location-coverage-section__grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 70px
}

.location-coverage-section h2 {
    margin: 12px 0 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    line-height: 1.05
}

.location-coverage-section .location-rich-text {
    color: rgba(255, 255, 255, .7)
}

.location-climate-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.location-climate-grid article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06)
}

.location-climate-grid i {
    color: #9aca66;
    font-size: 27px
}

.location-climate-grid h3 {
    margin: 13px 0 7px;
    font-size: 19px
}

.location-climate-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.6
}

.location-detail-hero {
    position: relative;
    display: flex;
    min-height: 610px;
    align-items: center;
    background: linear-gradient(90deg, rgba(7, 31, 49, .95), rgba(7, 31, 49, .75) 58%, rgba(7, 31, 49, .34)), var(--location-desktop-banner) center/cover no-repeat;
    color: #fff
}

.location-detail-hero__content {
    padding-top: 75px;
    padding-bottom: 75px
}

.location-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px
}

.location-breadcrumb a {
    color: rgba(255, 255, 255, .82);
    text-decoration: none
}

.location-breadcrumb i {
    font-size: 9px
}

.location-detail-hero__type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a7d578;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.location-detail-hero h1 {
    max-width: 850px;
    margin: 13px 0 19px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(50px, 7vw, 78px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1
}

.location-detail-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.7
}

.location-detail-intro {
    padding: 60px 0
}

.location-detail-intro__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 75px
}

.location-detail-intro__copy {
    padding-left: 35px;
    border-left: 1px solid #dce4e4
}

.location-rich-text {
    color: #52666f;
    line-height: 1.8
}

.location-rich-text p:last-child {
    margin-bottom: 0
}

.location-rich-text h2,
.location-rich-text h3 {
    color: #15374d;
    font-family: "Cormorant Garamond", serif
}

.location-story-section {
    background: #f5f8f6
}

.location-story-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.location-story-card {
    padding: 35px;
    border: 1px solid #e0e8e6;
    border-radius: 12px;
    background: #fff
}

.location-story-card>span {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 10px;
    background: #eaf2e6;
    color: #649238;
    font-size: 21px
}

.location-story-card h2 {
    margin: 18px 0 12px;
    color: #15374d;
    font-family: "Cormorant Garamond", serif;
    font-size: 31px
}

.location-weather-badge {
    padding: 9px 14px;
    border-radius: 999px;
    background: #e2edda;
    color: #537734;
    font-weight: 700
}

.location-weather-badge i {
    margin-right: 7px
}

.location-weather-copy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 35px
}

.location-weather-copy>div {
    padding: 25px;
    border-left: 3px solid #79aa46;
    background: #fff
}

.location-recommendation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.location-recommendation-grid article {
    display: flex;
    gap: 18px;
    padding: 25px;
    border: 1px solid #dde6e3;
    border-radius: 10px;
    background: #fff
}

.location-recommendation-grid>article>i {
    color: #79aa46;
    font-size: 28px
}

.location-recommendation-grid h3 {
    margin: 0 0 6px;
    color: #15374d;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px
}

.location-recommendation-grid p {
    margin: 8px 0;
    color: #697a81;
    font-size: 14px
}

.location-recommendation-grid a {
    color: #005baa;
    font-size: 13px;
    font-weight: 700
}

.location-recommendation-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.location-recommendation-meta span {
    padding: 5px 8px;
    border-radius: 4px;
    background: #eef3f0;
    color: #60726f;
    font-size: 11px
}

.location-service-area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.location-service-area-grid article,
.location-logistics-grid article {
    display: flex;
    gap: 15px;
    padding: 23px;
    border: 1px solid #e0e7e7;
    border-radius: 9px
}

.location-service-area-grid i,
.location-logistics-grid i {
    margin-top: 3px;
    color: #005baa;
    font-size: 21px
}

.location-service-area-grid h3,
.location-logistics-grid h3 {
    margin: 0 0 5px;
    color: #15374d;
    font-size: 18px
}

.location-service-area-grid p {
    margin: 0;
    color: #718087;
    font-size: 13px
}

.location-logistics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px
}

.location-logistics-grid article {
    background: #f5f8f6
}

.location-guides-section {
    background: #fff
}

.location-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.location-guide-grid article {
    overflow: hidden;
    border: 1px solid #e1e8e7;
    border-radius: 11px;
    background: #fff
}

.location-guide-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.location-guide-grid article>div {
    padding: 22px
}

.location-guide-grid span {
    color: #6c983e;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.location-guide-grid h3 {
    margin: 8px 0 14px;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px
}

.location-guide-grid h3 a {
    color: #15374d;
    text-decoration: none
}

.location-guide-grid article>div>a {
    color: #005baa;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.location-faq-wrap {
    padding-top: 70px;
    padding-bottom: 70px
}

@media(max-width:1199px) {

    .location-featured-grid,
    .location-card-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:991px) {
    .location-highlights__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .location-highlights article:nth-child(2) {
        border-right: 0
    }

    .location-featured-grid,
    .location-card-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .location-coverage-section__grid,
    .location-detail-intro__grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .location-detail-intro__copy {
        padding: 0;
        border: 0
    }

    .location-service-area-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {

    .locations-hero,
    .location-detail-hero {
        min-height: 540px;
        text-align: center
    }

    .location-detail-hero {
        background: linear-gradient(rgba(7, 31, 49, .8), rgba(7, 31, 49, .8)), var(--location-mobile-banner) center/cover no-repeat
    }

    .locations-hero__actions,
    .location-detail-hero__actions,
    .location-breadcrumb {
        justify-content: center
    }

    .locations-hero p,
    .location-detail-hero p {
        font-size: 16px
    }

    .featured-locations-section,
    .location-directory,
    .location-coverage-section,
    .location-story-section,
    .location-weather-section,
    .location-service-areas,
    .nearby-locations-section,
    .location-guides-section {
        padding: 65px 0
    }

    .location-section-heading {
        display: block
    }

    .location-section-heading>p {
        margin-top: 13px
    }

    .location-featured-grid,
    .location-card-grid,
    .location-story-grid,
    .location-weather-copy,
    .location-recommendation-grid,
    .location-service-area-grid,
    .location-logistics-grid,
    .location-guide-grid {
        grid-template-columns: 1fr
    }

    .location-card p {
        min-height: 0
    }

    .location-climate-grid {
        grid-template-columns: 1fr
    }

    .location-detail-intro {
        padding: 60px 0
    }
}

.location-furniture-categories {
    padding: 70px 0;
    background: #f5f8f6
}

.location-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.location-category-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
    transition: box-shadow .25s ease, transform .25s ease
}

.location-category-card:hover,
.location-category-card:focus-within {
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
    transform: translateY(-3px)
}

.location-category-card>a {
    display: block;
    text-decoration: none;
    color: inherit
}

.location-category-card__image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden
}

.location-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.location-category-card:hover .location-category-card__image img,
.location-category-card:focus-within .location-category-card__image img {
    transform: scale(1.05)
}

.location-category-card__index {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 700;
    color: #12344a
}

.location-category-card__arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    font-size: 12px;
    color: #12344a;
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: opacity .25s ease, transform .25s ease
}

.location-category-card:hover .location-category-card__arrow,
.location-category-card:focus-within .location-category-card__arrow {
    opacity: 1;
    transform: translate(0, 0)
}

.location-category-card__body {
    padding: 20px
}

.location-category-card__body h3 {
    margin: 0 0 8px;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;
    color: #12344a;
    line-height: 1.2
}

.location-category-card__body p {
    margin: 0 0 14px;
    font-size: 14px;
    color: #6b7d85;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.location-category-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #b8860b;
    text-transform: uppercase;
    letter-spacing: .05em
}

.location-category-card:hover .location-category-card__link i,
.location-category-card:focus-within .location-category-card__link i {
    transform: translateX(3px)
}

.location-category-card__link i {
    transition: transform .2s ease
}

@media (max-width: 1199px) {
    .location-categories-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 767px) {
    .location-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .location-category-card__body {
        padding: 14px
    }

    .location-category-card__body h3 {
        font-size: 18px
    }
}

@media (max-width: 479px) {
    .location-categories-grid {
        grid-template-columns: 1fr
    }
}