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

:root {
    --brand-accent: #4eb8a6;
    --brand-accent-soft: rgba(78, 184, 166, 0.14);
    --brand-accent-border: rgba(78, 184, 166, 0.35);
    --brand-ink: #0f0f10;
    --acc-bg: linear-gradient(135deg, #f8fdfb 0%, #eef8f5 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(78, 184, 166, 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(78, 184, 166, 0.24);
    --acc-content-bg: rgba(255, 255, 255, 0.94);
    --acc-title: #1d1d1d;
    --acc-subtitle: #3d5048;
    --acc-icon: #5a7068;
    --editorial-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

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

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

/* Full-screen mobile nav overlay (below fixed header bar) */
.mobile-menu-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 4rem; /* matches header h-16 */
    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;
}

/* Hide floating action buttons while mobile menu is open */
body.mobile-menu-open .fixed.bottom-6.right-6 {
    visibility: hidden;
    pointer-events: none;
}

#header nav a[href^="#"],
#mobile-menu a[href^="#"],
#mobile-menu .mobile-menu-link {
    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; }
}

#hero a[href="#services"] {
    color: #ffffff;
}
#hero a[href="#services"]:hover,
#hero a[href="#services"]:focus-visible {
    background-color: #ffffff;
    color: #000000;
}

.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);
}

#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: 1rem 1.25rem;
    gap: 1rem;
    align-items: center;
    background: var(--acc-summary-bg);
    transition: background-color 0.2s ease;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
#services details summary::-webkit-details-marker { display: none; }
#services details summary h3 {
    margin-bottom: 0.25rem;
    font-size: 1.28rem;
    line-height: 1.3;
    color: var(--acc-title);
}
#services details summary p {
    margin-top: 0;
    font-size: 0.9rem;
    color: var(--acc-subtitle);
}
#services details summary svg {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    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);
}

#gallery .group > div:first-child,
#artists .bg-white,
#reviews .bg-brand-secondary {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#gallery .group:hover > div:first-child {
    box-shadow: var(--editorial-shadow);
}

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); }

/* Service card price + duration pills (Bizarre-style) */
.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-price-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    font-weight: 600;
    color: var(--brand-accent);
    background-color: var(--brand-accent-soft);
    border: 1px solid var(--brand-accent-border);
}
.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: two-reel layout */
#media-grid.media-grid-two {
    width: 100%;
}
#media-grid .media-embed-card {
    min-height: 420px;
}
@media (min-width: 768px) {
    #media-grid.media-grid-two {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

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

/* ========== Brand accent system (Bizarre-style parity) ========== */

/* Accent divider under major section titles */
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;
}

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

/* Card hover: accent borders + lift */
#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,
#gallery .group > div:first-child,
#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 + reasons headings */
#offers h3,
#offers h4,
#reasons h3 {
    color: var(--brand-ink);
}
#offers .offers-icon-circle + h4 {
    color: var(--brand-ink);
}

/* In-content links → accent */
#reviews .text-center a,
#reasons a,
#contact a.hover\:text-brand-primary,
#contact a[href^="tel:"] {
    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);
}

/* CTAs: brand accent instead of generic green */
a.bg-green-500,
#hero a.bg-green-500 {
    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(78, 184, 166, 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 {
    background: var(--brand-accent) !important;
    transform: translateY(-2px) scale(1.01);
    filter: brightness(1.05);
    box-shadow: 0 14px 24px rgba(78, 184, 166, 0.45);
}
a.bg-green-500 svg { color: #ffffff; }

#hero a[href="#services"] {
    border-color: var(--brand-accent);
}
#hero a[href="#services"]:hover,
#hero a[href="#services"]:focus-visible {
    background-color: var(--brand-accent);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(78, 184, 166, 0.35);
}

#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,
    #gallery .group:hover > div:first-child,
    a.bg-green-500:hover {
        transform: none;
    }
}
