/* Trust-led direction: strong hierarchy, restrained detail, generous type. */
.site-header { border-top-width: 5px; }
.header-inner { padding-top: 24px; padding-bottom: 24px; }
.wordmark { font-weight: 700; letter-spacing: .01em; }
.site-header nav a:last-child { box-shadow: none; background: var(--teal); color: #fff; border-color: var(--teal); }

.hero { min-height: 660px; background: #fff; }
.hero:before,
.hero-copy:after,
.brand-band:after,
.visit-heading:after,
.service-card.alterations:after { display: none; }
.hero h1 { max-width: 640px; font-size: clamp(4rem, 7vw, 6.8rem); }
.hero .intro { max-width: 590px; }
.button { box-shadow: none; border-color: var(--teal); }
.button:hover { box-shadow: none; background: var(--deep); transform: none; }
.hero-note { color: var(--deep); }
.hero-image { margin: 0; }
.hero-image > img { border-radius: 0; box-shadow: none; border: 1px solid #aab7b4; }
.style-badge {
    right: -14px;
    top: auto;
    bottom: 28px;
    width: 126px;
    height: auto;
    padding: 15px 12px;
    border-radius: 0;
    border: 0;
    background: var(--deep);
    box-shadow: none;
    transform: none;
    font-size: 23px;
}
.style-badge strong { margin: 0 0 3px; }
.hero-image figcaption { padding-top: 12px; }

.mood-strip { background: var(--teal); color: #fff; border: 0; padding: 18px 5%; }
.mood-strip i { color: #fff; }

.brand-band { background: var(--deep); padding-top: 94px; padding-bottom: 94px; }
.logo-panel { border-radius: 0; box-shadow: none; transform: none; padding: 28px; border-left: 7px solid var(--teal); }
.brand-copy .eyebrow { color: #9fd2cd; }
.brand-copy > p:last-child { font-size: 19px; line-height: 1.7; }

.local-love { padding-top: 110px; padding-bottom: 105px; }
.local-heading { border-bottom: 1px solid #aab7b4; padding-bottom: 46px; }
.service-cards { gap: 28px; }
.service-card,
.service-card:nth-child(2),
.service-card:nth-child(3) {
    min-height: 290px;
    transform: none;
    box-shadow: none;
    border: 1px solid #aab7b4;
    border-top: 7px solid var(--teal);
    border-radius: 0;
    padding: 34px;
}
.card-number { font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: .08em; margin-bottom: 45px; }
.service-card h3 { font-size: 30px; }

.visit { border-top: 1px solid #aab7b4; }
.visit-heading { margin-bottom: 52px; }
.contact,
.hours { border: 1px solid #aab7b4; border-radius: 0; box-shadow: none; padding: 40px; }
.map { border: 1px solid #aab7b4; border-radius: 0; box-shadow: none; }
.facebook-link { box-shadow: none; border-color: var(--teal); }
.facebook-link:hover { box-shadow: none; transform: none; background: var(--deep); }

@media (max-width: 800px) {
    .hero { min-height: 0; }
    .brand-band { padding-top: 70px; padding-bottom: 70px; }
}

@media (max-width: 600px) {
    .hero { padding-top: 58px; }
    .hero h1 { font-size: 4rem; }
    .style-badge { right: 0; bottom: 22px; width: 108px; font-size: 20px; }
    .mood-strip { gap: 18px; }
    .brand-band { padding-top: 58px; padding-bottom: 58px; }
    .local-love { padding-top: 72px; padding-bottom: 68px; }
    .service-card,
    .service-card:nth-child(2),
    .service-card:nth-child(3) { min-height: 0; padding: 30px 26px; }
    .card-number { margin-bottom: 28px; }
    .contact,
    .hours { padding: 30px 25px; }
}
