body {
    font-family: 'Playfair Display', serif;
}

:root {
    --brand-accent: #c9a96e;
    --brand-accent-soft: rgba(201, 169, 110, 0.14);
    --brand-accent-border: rgba(201, 169, 110, 0.35);
    --brand-ink: #0f0f10;
    --acc-bg: linear-gradient(135deg, #fdfbf7 0%, #f8f4ed 100%);
    --acc-border: var(--brand-accent-border);
    --acc-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    --acc-shadow-open: 0 14px 26px rgba(0, 0, 0, 0.1);
    --acc-border-open: var(--brand-accent);
    --acc-border-hover: rgba(201, 169, 110, 0.55);
    --acc-summary-bg: rgba(255, 255, 255, 0.78);
    --acc-summary-open-bg: linear-gradient(90deg, var(--brand-accent-soft) 0%, rgba(255, 255, 255, 0.9) 100%);
    --acc-summary-hover-bg: rgba(255, 255, 255, 0.96);
    --acc-divider: rgba(201, 169, 110, 0.24);
    --acc-content-bg: rgba(255, 255, 255, 0.94);
    --acc-title: #1d1d1d;
    --acc-subtitle: #504838;
    --acc-icon: #706050;
    --editorial-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    --text-body-sm: 0.9375rem;
    --leading-body: 1.65;
    --stack-sm: 0.75rem;
    --stack-md: 1.25rem;
}

.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus {
    position: fixed;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    margin: 0;
    overflow: visible;
    clip: auto;
    background: #000000;
    color: #ffffff;
    border-radius: 0.25rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
}

.text-brand-accent,
[class*="text-brand-accent"] {
    color: var(--brand-accent);
}

.font-sans {
    font-family: 'Inter', sans-serif;
}

.animation-delay-200 { animation-delay: 200ms; }
.animation-delay-400 { animation-delay: 400ms; }
.animation-delay-600 { animation-delay: 600ms; }

#hero, #highlights, #local, #offers, #services, #packages, #gallery, #media, #salon-vibe,
#artists, #reviews, #faqs, #reasons, #contact,
[id^="service-"] {
    scroll-margin-top: 5rem;
}
@media (min-width: 768px) {
    #hero, #highlights, #local, #offers, #services, #packages, #gallery, #media, #salon-vibe,
    #artists, #reviews, #faqs, #reasons, #contact,
    [id^="service-"] {
        scroll-margin-top: 5.5rem;
    }
}

#footer, footer#footer {
    background-color: #000000;
    color: #ffffff;
}

.mobile-menu-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 4rem;
    bottom: 0;
    z-index: 40;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-panel.hidden {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

#header .header-bar {
    position: relative;
    z-index: 2;
}

body.mobile-menu-open {
    overflow: hidden;
}

body.mobile-menu-open .fixed.bottom-6.right-6 {
    visibility: hidden;
    pointer-events: none;
}

#header nav a[href^="#"],
#mobile-menu a[href^="#"] {
    position: relative;
    padding: 0.25rem 0;
    transition: color 0.2s ease;
    text-transform: none;
    letter-spacing: 0.01em;
}
#header nav a[href^="#"]::after,
#mobile-menu a[href^="#"]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--brand-accent);
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
#header nav a[href^="#"]:hover::after,
#mobile-menu a[href^="#"]:hover::after { transform: scaleX(1); }
#header nav a[href^="#"]:hover,
#mobile-menu a[href^="#"]:hover { color: var(--brand-accent); }
#header nav a[href^="#"].nav-current,
#mobile-menu a[href^="#"].nav-current {
    color: var(--brand-accent);
    font-weight: 600;
}
#header nav a[href^="#"].nav-current::after,
#mobile-menu a[href^="#"].nav-current::after { transform: scaleX(1); }
#mobile-menu a[href^="#"]::after { display: none; }
#header nav a[href^="#"]:focus-visible,
#mobile-menu a[href^="#"]:focus-visible {
    outline: 2px solid var(--brand-accent);
    outline-offset: 4px;
}

.offers-icon-circle {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.75rem;
    border-radius: 9999px;
    background-color: var(--brand-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 640px) {
    .offers-icon-circle { width: 4rem; height: 4rem; margin-bottom: 1rem; }
}
.offers-icon-svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #ffffff;
    stroke: #ffffff;
}
.offers-icon-svg path { stroke: #ffffff; }
@media (min-width: 640px) {
    .offers-icon-svg { width: 2rem; height: 2rem; }
}

.section-title-caps { letter-spacing: 0.02em; }
#highlights .highlights-card,
#local .highlights-card {
    border-left: 4px solid transparent;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
#highlights .highlights-card:hover,
#local .highlights-card:hover {
    border-left-color: var(--brand-accent);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
#highlights .highlights-card-num {
    color: var(--brand-accent);
}

#services details {
    border-radius: 1.1rem;
    border: 1px solid var(--acc-border);
    background: var(--acc-bg);
    box-shadow: var(--acc-shadow);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
#services details[open] {
    box-shadow: var(--acc-shadow-open);
    border-color: var(--acc-border-open);
    border-left: 4px solid var(--brand-accent);
}
#services details:hover {
    transform: translateY(-2px);
    border-color: var(--acc-border-hover);
}
#services details summary {
    list-style: none;
    padding: 1.25rem 1.5rem;
    gap: 1rem;
    align-items: flex-start;
    background: var(--acc-summary-bg);
    transition: background-color 0.2s ease;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 768px) {
    #services details summary {
        padding: 1.5rem 1.75rem;
    }
}
#services details summary::-webkit-details-marker { display: none; }
#services details summary > div {
    flex: 1;
    min-width: 0;
}
#services .text-center h2 {
    margin-bottom: 1.5rem;
}
#services details summary h3 {
    margin-bottom: 0.5rem;
    font-size: 1.28rem;
    line-height: 1.35;
    color: var(--acc-title);
}
#services details summary svg {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.35rem;
    color: var(--acc-icon);
    transition: transform 0.25s ease;
}
#services details[open] summary svg { transform: rotate(180deg); }
#services details[open] summary {
    background: var(--acc-summary-open-bg);
    border-bottom: 1px solid var(--acc-divider);
}
#services details > div:not(summary) {
    padding: 1.25rem;
    border-top: 1px solid var(--acc-divider);
    background: var(--acc-content-bg);
}

#faqs details {
    border-radius: 0.75rem;
    border: 1px solid var(--acc-border);
    box-shadow: var(--acc-shadow);
    background: var(--acc-bg);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
#faqs details[open] {
    box-shadow: var(--acc-shadow-open);
    border-color: var(--acc-border-open);
    border-left: 4px solid var(--brand-accent);
}
#faqs details summary {
    list-style: none;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: var(--acc-summary-bg);
}
#faqs details summary::-webkit-details-marker { display: none; }
#faqs details[open] summary {
    background: var(--acc-summary-open-bg);
    border-bottom: 1px solid var(--acc-divider);
}
#faqs details summary span {
    flex: 1;
    min-width: 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--acc-title);
}
@media (min-width: 640px) {
    #faqs details summary span { font-size: 1.125rem; }
}
#faqs details summary svg { transition: transform 0.25s ease; }
#faqs details[open] summary svg { transform: rotate(180deg); }
#faqs details > div {
    padding: 0 1.25rem 1.25rem;
    background: var(--acc-content-bg);
}
#faqs details > div p {
    margin: 0;
    padding-top: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--acc-subtitle);
}
#faqs details summary:hover {
    background: var(--acc-summary-hover-bg);
}

.photo-grid {
    width: 100%;
}

@media (max-width: 767px) {
    .photo-grid--gallery,
    .photo-grid--studio {
        max-width: min(100%, 22rem);
        margin-left: auto;
        margin-right: auto;
    }
}

.photo-grid-item {
    cursor: pointer;
}

.photo-tile {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 0.75rem;
    background-color: rgba(15, 15, 16, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.photo-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

.photo-grid-item:hover .photo-tile {
    box-shadow: var(--editorial-shadow);
}

.photo-grid-item:hover .photo-tile img {
    transform: scale(1.04);
}

#artists .bg-white,
#reviews .bg-brand-secondary {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

section[id] .text-center h2.text-4xl,
#highlights .section-title-caps,
#local .section-title-caps {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.01em;
}

a.bg-green-500 {
    transition: background-color 0.2s ease, transform 0.2s ease;
}
a.bg-green-500:hover { transform: scale(1.02); }

#footer a.text-brand-accent { color: var(--brand-accent); }

.site-footer {
    background-color: var(--brand-ink);
}

.site-footer-top h4 {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.04em;
}

.footer-services-grid a {
    display: block;
    padding: 0.125rem 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease;
}

.footer-services-grid a:hover {
    color: var(--brand-accent);
}

.social-link-btn,
.footer-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-footer .social-link-btn,
.footer-social-btn {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
}

.site-footer .social-link-btn:hover,
.footer-social-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(201, 169, 110, 0.45);
    color: var(--brand-accent);
}

#contact .follow-us-block .social-link-btn {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    color: #404040;
}

#contact .follow-us-block .social-link-btn:hover {
    border-color: var(--brand-accent-border);
    color: var(--brand-accent);
}

.site-footer-bottom a {
    color: var(--brand-accent);
}

.site-footer-bottom a:hover {
    filter: brightness(1.1);
}

.service-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.service-summary-body {
    display: flex;
    flex-direction: column;
    gap: var(--stack-sm);
}

.service-summary-intro {
    margin: 0;
    max-width: 48rem;
    font-family: 'Inter', sans-serif;
    font-size: var(--text-body-sm);
    line-height: var(--leading-body);
    color: var(--acc-subtitle);
}

.service-summary-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-top: 0.25rem;
}

.service-summary-link {
    font-family: 'Inter', sans-serif;
    font-size: var(--text-body-sm);
    font-weight: 600;
    color: var(--brand-accent);
    text-decoration: none;
    transition: color 0.2s ease;
}

.service-summary-link:hover {
    text-decoration: underline;
}

.service-summary-count {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.625rem;
    border-radius: 9999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #737373;
    background: rgba(15, 15, 16, 0.05);
    border: 1px solid rgba(15, 15, 16, 0.08);
}

.service-card,
#services .bg-neutral-50,
#packages .bg-neutral-50 {
    text-align: left;
}

.service-card h3,
.service-card h4,
#services .bg-neutral-50 h4,
#packages .bg-neutral-50 h4 {
    margin-bottom: 0.75rem;
}

.card-copy {
    font-family: 'Inter', sans-serif;
    font-size: var(--text-body-sm);
    line-height: var(--leading-body);
    color: #525252;
    margin-bottom: 0.75rem;
}

.list-copy {
    line-height: var(--leading-body);
}

.list-copy li + li {
    margin-top: 0.375rem;
}

#packages ul.text-neutral-600 {
    line-height: var(--leading-body);
}

#packages ul.text-neutral-600 li + li {
    margin-top: 0.375rem;
}

#services .service-card .service-meta,
#services .bg-neutral-50 .service-meta,
#packages .bg-neutral-50 .service-meta,
.service-card .service-meta {
    justify-content: flex-start;
}

#highlights .highlights-card ul,
#local .highlights-card ul {
    line-height: var(--leading-body);
}

#highlights .highlights-card ul li + li,
#local .highlights-card ul li + li {
    margin-top: 0.5rem;
}

#artists .text-neutral-500 {
    line-height: var(--leading-body);
}

#contact .space-y-3 {
    line-height: var(--leading-body);
}

#contact .space-y-3 > * + * {
    margin-top: 0.875rem;
}

main section details:not(#faqs details) > div p,
main section .space-y-4 details > div p {
    margin: 0;
    padding-top: 0.5rem;
    font-size: var(--text-body-sm);
    line-height: var(--leading-body);
    color: var(--acc-subtitle);
}

.service-price-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    color: var(--brand-accent);
    background-color: var(--brand-accent-soft);
    border: 1px solid var(--brand-accent-border);
}
.service-price-badge .price-suffix {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.85;
}
.service-duration-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    font-weight: 500;
    color: #525252;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}

#media-grid.media-grid-two,
#media-grid.media-grid-four { width: 100%; }
#media-grid .media-embed-card { min-height: 420px; }
@media (min-width: 768px) {
    #media-grid.media-grid-two,
    #media-grid.media-grid-four {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fab-animate-bounce,
    .fab-animate-pulse {
        animation: none !important;
    }
}

.mobile-fabs {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.75rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-fabs.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .mobile-fabs {
        transition: none;
    }
}

section[id] .text-center h2.text-4xl::after,
#highlights .section-title-caps::after,
#local .section-title-caps::after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 4px;
    margin: 0.75rem auto 0;
    background: var(--brand-accent);
    border-radius: 9999px;
}
#highlights .w-24.h-1.bg-brand-accent,
#local .w-24.h-1.bg-brand-accent { display: none; }

section[id] .text-center h2.text-4xl,
#highlights .section-title-caps,
#local .section-title-caps {
    font-weight: 700;
    font-size: clamp(2rem, 4.6vw, 3.6rem);
    line-height: 1.08;
}

#highlights,
#local,
#offers,
#services,
#packages,
#gallery,
#salon-vibe,
#media,
#artists,
#reviews,
#faqs,
#reasons,
#contact {
    border-top: 1px solid rgba(15, 15, 16, 0.08);
}

#main .bg-neutral-50.border-neutral-200,
#main .bg-brand-secondary.border-neutral-200,
#offers .bg-neutral-50,
#reasons .bg-neutral-50 {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
    border-left: 4px solid transparent;
}
#main .bg-neutral-50.border-neutral-200:hover,
#main .bg-brand-secondary.border-neutral-200:hover,
#offers .bg-neutral-50:hover,
#reasons .bg-neutral-50:hover {
    border-color: var(--brand-accent-border);
    border-left-color: var(--brand-accent);
    box-shadow: var(--editorial-shadow);
    transform: translateY(-4px);
}

#offers .rounded-2xl,
#services details,
#services .bg-neutral-50,
#faqs details,
.photo-tile,
#artists .bg-white,
#reviews .bg-brand-secondary,
#media .rounded-xl,
#highlights .highlights-card,
#local .highlights-card {
    border-color: var(--brand-accent-border) !important;
}
#gallery .group:hover > div:first-child,
#artists .bg-white:hover,
#reviews .bg-brand-secondary:hover,
#services .bg-neutral-50:hover,
#faqs details:hover,
#media .rounded-xl:hover,
#highlights .highlights-card:hover,
#local .highlights-card:hover {
    border-color: var(--brand-accent) !important;
    box-shadow: var(--editorial-shadow);
}

#offers h3,
#offers h4,
#reasons h3,
#reasons h4 {
    color: var(--brand-ink);
}
#offers .offers-icon-circle + h4 {
    color: var(--brand-ink);
}

#reviews .text-center a,
#reasons a,
#contact a.hover\:text-brand-primary,
#contact a[href^="tel:"],
#contact a[href^="mailto:"] {
    color: var(--brand-accent);
    text-underline-offset: 3px;
}
#reviews .text-center a:hover,
#reasons a:hover,
#contact a[href^="tel:"]:hover {
    color: var(--brand-accent);
    filter: brightness(0.92);
}

a.bg-green-500,
#hero a.bg-green-500,
#hero a.bg-brand-accent,
#hero a[href="#services"] {
    border-radius: 0.75rem;
    background: var(--brand-accent) !important;
    color: #ffffff !important;
    border: 1px solid rgba(15, 15, 16, 0.15);
    box-shadow: 0 10px 20px rgba(201, 169, 110, 0.35);
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
a.bg-green-500:hover,
#hero a.bg-green-500:hover,
#hero a.bg-brand-accent:hover,
#hero a[href="#services"]:hover {
    background: var(--brand-accent) !important;
    transform: translateY(-2px) scale(1.01);
    filter: brightness(1.05);
    box-shadow: 0 14px 24px rgba(201, 169, 110, 0.45);
}
a.bg-green-500 svg { color: #ffffff; }

#hero p.font-script {
    font-family: 'Dancing Script', cursive;
    letter-spacing: 0.02em;
    line-height: 1.2;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

#hero h1 {
    line-height: 1.05;
    letter-spacing: -0.02em;
}

#footer a.text-brand-accent:hover,
#footer a[href^="tel:"]:hover {
    color: var(--brand-accent);
    filter: brightness(1.1);
}
#footer a:focus-visible {
    outline: 2px solid var(--brand-accent);
    outline-offset: 2px;
}

::selection {
    background-color: var(--brand-accent-soft);
    color: inherit;
}

@media (prefers-reduced-motion: reduce) {
    #main .bg-neutral-50.border-neutral-200:hover,
    #reasons .bg-neutral-50:hover,
    .photo-grid-item:hover .photo-tile,
    a.bg-green-500:hover {
        transform: none;
    }
    #services details summary svg,
    #faqs details summary svg {
        transition: none;
    }
}

/* Services nav dropdown */
.services-nav-dropdown {
    display: inline-flex;
    align-items: center;
}
.services-dropdown-trigger {
    background: none;
    border: none;
    cursor: pointer;
    font-size: inherit;
    padding: 0;
}
.services-dropdown-trigger[aria-expanded="true"] .services-dropdown-chevron {
    transform: rotate(180deg);
}
.services-dropdown-chevron {
    transition: transform 0.2s ease;
}
.services-dropdown-panel {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    min-width: 18rem;
    max-width: 22rem;
    max-height: min(70vh, 32rem);
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid var(--brand-accent-border);
    border-radius: 0.75rem;
    box-shadow: var(--acc-shadow-open);
    z-index: 60;
    padding: 0.75rem 0;
}
.services-dropdown-panel:not(.hidden) {
    display: block;
}
.services-dropdown-section {
    padding: 0 0.75rem 0.5rem;
}
.services-dropdown-section + .services-dropdown-section {
    border-top: 1px solid var(--acc-divider);
    margin-top: 0.25rem;
    padding-top: 0.5rem;
}
.services-dropdown-heading {
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #737373;
    padding: 0.25rem 0.5rem 0.375rem;
    margin: 0;
}
.services-dropdown-link {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #404040;
    padding: 0.4375rem 0.5rem;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}
.services-dropdown-link:hover,
.services-dropdown-link:focus-visible {
    background: var(--brand-accent-soft);
    color: var(--brand-accent);
    outline: none;
}
.services-dropdown-link-emphasis {
    font-weight: 600;
}
.services-dropdown-footer {
    border-top: 1px solid var(--acc-divider);
    margin-top: 0.25rem;
    padding: 0.5rem 0.75rem 0;
}
.mobile-services-submenu .mobile-submenu-link {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    transition: color 0.2s ease;
}
.mobile-services-toggle[aria-expanded="true"] {
    color: var(--brand-accent);
}
.mobile-services-toggle[aria-expanded="true"] .mobile-services-chevron {
    transform: rotate(180deg);
}
#header nav .services-nav-dropdown .services-dropdown-trigger.nav-current,
#header nav .services-nav-dropdown .services-dropdown-trigger[aria-expanded="true"] {
    color: var(--brand-accent);
}
