.page-locations .locations-hero {
    overflow: hidden;
}

.page-locations .hero-lead {
    max-width: 48rem;
}

.page-locations .location-photo {
    overflow: hidden;
    margin: 0;
    border-radius: 1.25rem;
    background: var(--colour-cream, #f7f2e8);
    box-shadow: 0 1rem 2.5rem rgba(34, 72, 64, .12);
}

.page-locations .location-photo img,
.page-locations .location-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-locations .location-photo-hero {
    aspect-ratio: 4 / 3;
}

.page-locations .locations-trust-strip {
    border-block: 1px solid rgba(34, 72, 64, .08);
    background: #fff;
}

.page-locations .locations-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.page-locations .locations-trust-grid > div {
    padding: 1.5rem;
    text-align: center;
}

.page-locations .locations-trust-grid > div + div {
    border-left: 1px solid rgba(34, 72, 64, .1);
}

.page-locations .locations-trust-grid strong,
.page-locations .locations-trust-grid span {
    display: block;
}

.page-locations .locations-trust-grid span {
    margin-top: .2rem;
    font-size: .94rem;
}

.page-locations .section-intro {
    max-width: 50rem;
    margin-inline: auto;
}

.page-locations .location-panel,
.page-locations .location-card,
.page-locations .location-service-card,
.page-locations .location-choice-card,
.page-locations .location-wide-panel {
    border: 1px solid rgba(34, 72, 64, .14);
    border-radius: 1.25rem;
    background: #fff;
}

.page-locations .location-panel,
.page-locations .location-choice-card {
    padding: 2rem;
}

.page-locations .location-check-list {
    display: grid;
    gap: .75rem;
    margin: 1.25rem 0 1.5rem;
    padding: 0;
    list-style: none;
}

.page-locations .location-check-list li {
    position: relative;
    padding-left: 1.6rem;
}

.page-locations .location-check-list li::before {
    position: absolute;
    left: 0;
    color: var(--colour-gold, #aa7e2e);
    content: "✓";
    font-weight: 700;
}

.page-locations .location-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.page-locations .location-card {
    overflow: hidden;
    height: 100%;
}

.page-locations .location-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e7e1d6;
}

.page-locations .location-card-image img {
    transition: transform .35s ease;
}

.page-locations .location-card:hover .location-card-image img {
    transform: scale(1.025);
}

.page-locations .location-card-body {
    display: flex;
    flex-direction: column;
    min-height: 17rem;
    padding: 1.5rem;
}

.page-locations .location-card-body p {
    flex: 1;
}

.page-locations .location-card-body h3 a {
    color: inherit;
    text-decoration: none;
}

.page-locations .location-card-link,
.page-locations .location-service-card a {
    font-weight: 700;
}

.page-locations .location-wide-panel {
    display: grid;
    grid-template-columns: 2fr auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
}

.page-locations .location-wide-action {
    text-align: right;
}

.page-locations .location-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.page-locations .location-service-card {
    height: 100%;
    padding: 1.75rem;
}

.page-locations .location-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.page-locations .location-choice-card {
    height: 100%;
}

.page-locations .location-choice-card .btn {
    margin-top: .5rem;
}

.page-locations .location-faq {
    max-width: 58rem;
    margin: auto;
}

.page-locations .location-faq .accordion-item {
    overflow: hidden;
    margin-bottom: .8rem;
    border: 1px solid rgba(34, 72, 64, .12);
    border-radius: .9rem;
}

.page-locations .location-faq .accordion-button:not(.collapsed) {
    background: var(--colour-cream, #f7f2e8);
}

.page-locations .locations-final-cta,
.page-locations .locations-final-cta h2,
.page-locations .locations-final-cta p {
    color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .page-locations .location-card-image img {
        transition: none;
    }
}

@media (max-width: 992px) {
    .page-locations .locations-trust-grid,
    .page-locations .location-card-grid,
    .page-locations .location-service-grid,
    .page-locations .location-choice-grid,
    .page-locations .location-wide-panel {
        grid-template-columns: 1fr;
    }

    .page-locations .locations-trust-grid > div + div {
        border-top: 1px solid rgba(34, 72, 64, .1);
        border-left: 0;
    }

    .page-locations .location-card-body {
        min-height: 0;
    }

    .page-locations .location-wide-action {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .page-locations .location-photo-hero {
        aspect-ratio: 16 / 10;
    }

    .page-locations .location-panel,
    .page-locations .location-service-card,
    .page-locations .location-choice-card,
    .page-locations .location-wide-panel {
        padding: 1.5rem;
    }

    .page-locations .location-wide-action .btn {
        width: 100%;
    }
}
