/* PB Beauty Hair — override brand e hero */

.site-header .header-inner {
    justify-content: center;
}

.site-header {
    background: transparent;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.site-header-solid {
    background: rgba(6, 6, 6, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

@media (max-width: 980px) {
    .site-header,
    .site-header-solid {
        background: rgba(5, 5, 5, 0.95);
    }
}

:root {
    --accent: #c5a059;
    --accent-strong: #d4b070;
    --accent-soft: rgba(197, 160, 89, 0.14);
}

.hero-text {
    letter-spacing: 1.5px;
}

.hero {
    --hero-photo: url("../images/hero-salone.jpg");
}

@media (min-width: 768px) {
    .hero {
        --hero-photo: url("../images/hero-salone.jpg");
    }
}

.brand img {
    width: auto;
    height: 100px;
    max-width: min(220px, 42vw);
    object-fit: contain;
    object-position: center center;
    background: transparent;
    vertical-align: middle;
}

.hero-mark {
    background: transparent;
}

.hero-mark img {
    background: transparent;
}

.footer-logo {
    width: auto;
    max-width: 180px;
    max-height: 100px;
    object-fit: contain;
}

.button-primary:hover {
    background: #e8c47f;
}

.contact-list a {
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.contact-list a:hover {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.map-copy--actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.hours-layout--map {
    width: 100%;
    align-items: start;
}

.hours-layout--map .hours-card {
    border: none;
    box-shadow: none;
    background: transparent;
}

.contact-list__cta {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
}

.contact-list__cta .map-copy__buttons {
    margin-top: 40px;
}

.map-copy__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.map-copy__buttons--inline {
    padding-top: 0;
    border-top: none;
}

.google-reviews__empty-cta {
    margin-top: 4px;
}

.hero-meta-phones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 2px;
}

.hero-meta-phones strong {
    font-weight: 600;
}

.site-footer .footer-legal {
    white-space: normal;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

/* Titolo sezione servizi su tutta la larghezza del .container (non limitato a 700px) */
#servizi .section-heading {
    max-width: none;
    width: 100%;
}

#servizi .section-heading h2 {
    max-width: none;
}
