/* Open editorial layout: no cards or boxed information panels. */
.local-love {
    max-width: none;
    margin: 0;
    padding: 96px max(6%, calc((100vw - 1180px) / 2)) 100px;
    background: var(--deep);
    color: #fff;
}

/* Betty joins the established brand story without replacing the shop logo. */
.brand-band {
    grid-template-columns: minmax(260px, .9fr) minmax(190px, .58fr) minmax(330px, 1fr);
    gap: 5%;
}
.betty-profile {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 280px;
    margin: 0;
    justify-self: center;
}
.betty-profile img {
    width: 100%;
    height: auto;
    aspect-ratio: 330 / 445;
    object-fit: cover;
    border: 1px solid #62706d;
}
.betty-profile figcaption {
    padding-top: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}
.betty-profile figcaption span {
    color: #9fd2cd;
    white-space: nowrap;
}
.local-heading {
    grid-template-columns: 1fr 1fr;
    column-gap: 10%;
    margin-bottom: 52px;
    padding-bottom: 0;
    border: 0;
}
.local-heading .eyebrow { color: #7fcac3; }
.local-heading h2 { color: #fff; }
.local-heading > p:last-child { color: #d2dcda; }
.service-cards {
    display: block;
    border-top: 1px solid #536360;
}
.service-card,
.service-card:nth-child(2),
.service-card:nth-child(3),
.service-card:first-child {
    display: grid;
    grid-template-columns: 90px minmax(230px, .8fr) 1.2fr;
    gap: 34px;
    align-items: baseline;
    min-height: 0;
    margin: 0;
    padding: 34px 0;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #536360;
    box-shadow: none;
    transform: none;
}
.service-card .card-number,
.service-card:first-child .card-number {
    margin: 0;
    color: #7fcac3;
    font-size: 16px;
}
.service-card h3,
.service-card:first-child h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
}
.service-card p,
.service-card:first-child p {
    max-width: 540px;
    color: #d2dcda;
    font-size: 18px;
}

.visit {
    max-width: none;
    margin: 0;
    padding: 90px max(6%, calc((100vw - 1100px) / 2)) 82px;
    background: #fff;
    border-top: 0;
}
.visit-grid {
    gap: 0;
    margin-bottom: 50px;
    padding: 44px 0;
    border-top: 1px solid #aab7b4;
    border-bottom: 1px solid #aab7b4;
}
.contact,
.hours {
    padding: 0 48px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.hours {
    padding: 0 0 0 48px;
    border-left: 1px solid #aab7b4;
}
.map { border: 0; box-shadow: none; }

@media (max-width: 800px) {
    .brand-band { grid-template-columns: 1fr 1fr; }
    .brand-copy {
        grid-column: 1 / -1;
        padding: 38px 0 0;
        border-left: 0;
        border-top: 1px solid #536360;
    }
    .betty-profile { max-width: 250px; }
    .local-heading { grid-template-columns: 1fr; }
    .service-card,
    .service-card:nth-child(2),
    .service-card:nth-child(3),
    .service-card:first-child { grid-template-columns: 60px 1fr; gap: 18px 24px; }
    .service-card p,
    .service-card:first-child p { grid-column: 2; }
}

@media (max-width: 600px) {
    .brand-band { grid-template-columns: 1fr; }
    .betty-profile { max-width: 270px; justify-self: start; }
    .brand-copy { grid-column: auto; }
    .local-love { padding-top: 70px; padding-bottom: 72px; }
    .local-heading { margin-bottom: 38px; }
    .service-card,
    .service-card:nth-child(2),
    .service-card:nth-child(3),
    .service-card:first-child {
        display: block;
        padding: 30px 0;
    }
    .service-card .card-number { display: block; margin-bottom: 12px; }
    .service-card h3 { margin-bottom: 12px; }
    .visit { padding-top: 70px; padding-bottom: 60px; }
    .visit-grid { padding: 34px 0; }
    .contact,
    .hours { padding: 0; }
    .hours { margin-top: 42px; padding-top: 38px; border-left: 0; border-top: 1px solid #aab7b4; }
}
