html {
    min-height: 100%;
    background-color: #050505;
}

body {
    margin: 0;
    min-height: 100vh;
    position: relative;
    background-color: transparent;
    color: white;
    text-align: center;
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
    background: transparent;
    isolation: isolate;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background-color: #050505;
    background-image:
        linear-gradient(135deg, rgba(5, 5, 5, 0.7), rgba(5, 5, 5, 0.25)),
        url('/images/Background.jpg?v=20260724b');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.seo-title {
    line-height: 1.35;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

.site-header {
    position: relative;
    padding: 14px 16px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
}

.site-header > * {
    margin-left: 0;
}

.header-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    max-width: 100%;
}

.header-branding .logo,
.header-branding .header-portrait {
    flex: 0 0 auto;
}

.header-portrait {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 88px;
    height: 88px;
    object-fit: cover;
    object-position: center 22%;
    border-radius: 50%;
    border: 2px solid rgba(251, 223, 140, 0.72);
    background: #0a0a0a;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(212, 175, 55, 0.18);
}

body.home-page-view .site-header {
    min-height: 168px;
}

body.home-page-view .header-branding {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}

body.home-page-view .header-branding .header-portrait {
    display: none !important;
}

body.home-page-view .header-branding .logo {
    width: min(42vw, 220px);
    max-width: 220px;
    margin: 0;
}

body.home-page-view .home-header-portrait {
    position: absolute;
    top: 138px;
    left: 12px;
    right: auto;
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center 16%;
    border-radius: 50%;
    border: 2px solid rgba(251, 223, 140, 0.72);
    background: #0a0a0a;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(212, 175, 55, 0.18);
}

body.home-page-view .hero {
    padding-top: 108px;
}


body.nav-enhanced .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    order: 1;
}

body.nav-enhanced .site-header.nav-open .main-nav {
    display: flex;
    position: fixed;
    top: 56px;
    left: 8px;
    right: 8px;
    width: auto;
    max-width: calc(100vw - 16px);
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    padding: 12px 10px 14px;
    z-index: 39;
    background: rgba(5, 5, 5, 0.96);
    border: 1px solid rgba(251, 223, 140, 0.45);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
}

body.nav-enhanced .main-nav .header-tab {
    width: min(100%, 360px);
    margin: 0 auto;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    justify-content: center;
    align-self: center;
    width: 100%;
    order: -1;
}

.main-nav .header-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    min-height: 44px;
    font-size: 0.78rem;
    border-radius: 999px;
    background: rgba(5, 5, 5, 0.72);
    color: #FBDF8C;
    border: 1px solid rgba(212, 175, 55, 0.45);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.main-nav .header-tab:hover,
.main-nav .header-tab.active {
    color: #050505;
    background: linear-gradient(135deg, #f5d98b, #D4AF37 60%, #b88b20);
    border-color: #D4AF37;
    box-shadow: 0 0 0 1px rgba(245, 217, 139, 0.2), 0 3px 10px rgba(212, 175, 55, 0.2);
}

h1 {
    color: #FBDF8C;
    margin: 10px 0 5px;
}

.site-subtitle {
    margin: 0 0 10px;
    font-size: 0.95rem;
    color: #f7e7b3;
}

.hero {
    padding: 32px 16px 24px;
    background: transparent;
    border-bottom: 1px solid #FBDF8C;
    width: min(100%, 960px);
    margin: 0 auto;
    box-sizing: border-box;
}

.hero h2 {
    color: #FBDF8C;
    margin-bottom: 10px;
}

.hero-trust {
    margin: 8px 0 20px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #f5d98b 0%, #D4AF37 58%, #b88b20 100%);
    color: #050505;
    border: 1px solid #D4AF37;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.tab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D4AF37;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.tab-button:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.tab-button.active {
    filter: brightness(0.97);
    transform: translateY(1px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(245, 217, 139, 0.24), 0 0 8px rgba(212, 175, 55, 0.12);
    position: relative;
}

.tab-button.active::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 6px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f5d98b 20%, #D4AF37 50%, #f5d98b 80%, transparent);
    border-radius: 999px;
    opacity: 0.95;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: min(100%, 960px);
    margin: 16px auto 0;
    padding: 24px 16px;
    background: rgba(5, 5, 5, 0.82);
    border: 1px solid #D4AF37;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}

.tab-panel.active h2 {
    margin-top: 0;
    color: #FBDF8C;
}

.tab-panel.active > * {
    width: 100%;
}

body.home-page-view {
    overflow-x: hidden;
    overflow-y: auto;
}

body.booking-page.home-page-view {
    overflow-x: auto;
}

body.booking-page.home-page-view .booking-embed-section {
    margin-top: 72px;
}

body.home-page-view > .appointment-section,
body.home-page-view > .location-section,
body.home-page-view > .checklist-section {
    display: none !important;
}

body.home-only-view {
    overflow-y: hidden;
}

body.home-only-view .site-header {
    padding: 10px 20px 2px;
    gap: 4px;
}

body.home-only-view .site-header .logo {
    width: 180px;
    margin-bottom: 0;
}

body.home-only-view .main-nav .header-tab {
    padding: 9px 14px;
    font-size: 0.8rem;
}

body.home-only-view .hero {
    padding: 18px 24px 10px;
    border-bottom: none;
}

body.home-only-view .hero h2 {
    margin: 0 0 4px;
    font-size: clamp(1.35rem, 3.2vw, 2rem);
}

body.home-only-view .hero p {
    margin: 5px 0;
}

body.home-only-view .hero-trust {
    margin: 6px 0 12px;
    font-size: 0.85rem;
}

body.home-only-view .hero-actions {
    margin-top: 8px;
    gap: 10px;
}

body.home-only-view .hero-actions .btn {
    padding: 12px 22px;
}

body.home-only-view .home-tabs {
    display: none !important;
}

body.home-only-view .site-footer {
    padding: 14px 12px 14px;
}

body.home-only-view .site-footer p {
    margin: 4px 0;
}

body.home-only-view .social-links {
    margin-bottom: 6px;
}

body.home-only-view .social-links a.whatsyourhours-badge-link {
    margin-bottom: 6px;
}

body.home-only-view .whatsyourhours-badge-link img {
    width: min(180px, 56vw);
}

.nav-toggle {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 46px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(212, 175, 55, 0.6);
    border-radius: 10px;
    background: rgba(5, 5, 5, 0.84);
    color: #FBDF8C;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
    appearance: none;
    -webkit-appearance: none;
}

.nav-toggle-line {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

@media (min-width: 769px) {
    .nav-toggle {
        top: 12px;
        left: 12px;
        width: 38px;
        height: 38px;
        padding: 7px;
        border-radius: 8px;
    }

    body.nav-enhanced .site-header.nav-open .main-nav {
        top: 58px;
        left: 8px;
        right: auto;
        width: 380px;
        max-width: 380px;
        padding: 18px 10px 14px;
    }
}

.service-cta {
    margin-top: 24px;
}

.services-pricing-note {
    margin: 8px 0 0;
    color: #FBDF8C;
    font-weight: 600;
    text-align: center;
}

.btn-secondary {
    background: transparent;
    border: 2px solid #FBDF8C;
    color: #FBDF8C;
}

.about-section {
    padding: 40px 20px;
    background: transparent;
    border-bottom: 1px solid #FBDF8C;
}

.about-section h2 {
    color: #FBDF8C;
    margin-bottom: 10px;
}

.about-section p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-image {
    display: block;
    width: 140px;
    height: auto;
    margin: 10px auto 14px;
    border-radius: 12px;
    border: 2px solid #FBDF8C;
}

@media (min-width: 769px) {
    .about-section p {
        line-height: 1.5;
    }

    body.home-page-view:not(.home-only-view) .site-header,
    .booking-page .site-header,
    .policy-page .site-header {
        padding: 10px 20px 2px;
        gap: 4px;
    }

    body.home-page-view:not(.home-only-view) .site-header .logo,
    .booking-page .site-header .logo,
    .policy-page .site-header .logo {
        width: 168px;
        margin-bottom: 0;
    }

    body.home-page-view:not(.home-only-view) .site-header .header-portrait,
    .booking-page .site-header .header-portrait,
    .policy-page .site-header .header-portrait {
        width: 68px;
        height: 68px;
    }

    .hero {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    .booking-embed-section {
        margin-top: 0;
        padding-top: 14px;
    }

    .booking-page .site-header {
        padding-bottom: 0;
    }

    .booking-page .site-header .logo {
        width: 190px;
        margin-bottom: 0;
    }

    .booking-page .booking-embed-section {
        margin-top: 8px;
    }

    body.booking-page.home-page-view .booking-embed-section {
        margin-top: 84px;
    }

    .policy-page .site-header {
        padding-bottom: 0;
    }

    .policy-page .site-header .logo {
        width: 190px;
        margin-bottom: 0;
    }

    .policy-page .policy-shell {
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .about-section {
        padding: 24px 20px;
    }

    .about-section h2 {
        margin-bottom: 6px;
    }

    .about-image {
        width: 140px;
        margin: 10px auto 14px;
    }
}

.services-section {
    padding: 60px 20px;
    background: transparent;
    border-bottom: 1px solid #FBDF8C;
}

.services-section h2 {
    color: #FBDF8C;
    margin-bottom: 30px;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}

.service-card {
    background: #111111;
    border: 1px solid #FBDF8C;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    height: 100%;
    position: relative;
}

.service-card-chevron {
    display: none !important;
}

.service-card-chevron:hover,
.service-card-chevron:focus-visible {
    background: transparent !important;
}

.service-card h3 {
    color: #FBDF8C;
    margin: 0;
    padding-right: 0;
}

.service-card h3 span[aria-hidden="true"] {
    display: none !important;
}

.service-card p {
    margin-bottom: 0;
    line-height: 1.5;
}

.seo-service-links {
    margin: 14px 0 10px;
    padding: 12px;
    border: 1px solid rgba(251, 223, 140, 0.3);
    border-radius: 10px;
    background: rgba(251, 223, 140, 0.08);
}

.seo-service-links p {
    margin: 0 0 8px;
    color: #f5d98b;
    font-weight: 700;
}

.seo-service-links ul {
    margin: 0;
    padding-left: 18px;
}

.seo-service-links a,
.booking-seo-links a {
    color: #FBDF8C;
}

.booking-seo-links {
    margin: 0 0 10px;
    color: #f5f5f5;
}

.service-landing {
    max-width: 960px;
}

.service-mini-backdrop {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.72);
}

.service-mini-panel {
    width: min(520px, 100%);
    border: 1px solid rgba(251, 223, 140, 0.45);
    border-radius: 14px;
    padding: 18px;
    background: #0a0a0a;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
    text-align: left;
    position: relative;
}

.service-mini-panel h3 {
    color: #FBDF8C;
    margin: 0 0 8px;
}

.service-mini-panel p {
    margin: 0 0 14px;
    line-height: 1.5;
}

.service-mini-image {
    display: block;
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(251, 223, 140, 0.38);
    margin: 0 0 12px;
}

.service-mini-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(251, 223, 140, 0.65);
    background: rgba(251, 223, 140, 0.12);
    color: #FBDF8C;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.service-mini-open {
    overflow: hidden;
}

.gallery-section {
    padding: 60px 20px;
    background: transparent;
    border-top: 1px solid #FBDF8C;
    border-bottom: 1px solid #FBDF8C;
}

.gallery-section h2 {
    color: #FBDF8C;
    margin-bottom: 18px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.gallery-card {
    background: #050505;
    border: 1px solid #FBDF8C;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.reviews-section {
    padding: 52px 20px;
    background: transparent;
    border-top: 1px solid #FBDF8C;
    border-bottom: 1px solid #FBDF8C;
}

.reviews-section h2 {
    color: #FBDF8C;
    margin-bottom: 22px;
    text-align: center;
}

.reviews-kicker {
    margin: 0 0 8px;
    color: #D4AF37;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.reviews-intro {
    max-width: 700px;
    margin: 0 auto 28px;
    line-height: 1.6;
    color: #f5f1df;
}

.reviews-source-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
    margin: 0 auto 26px;
    padding-bottom: 6px;
}

.reviews-source-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 2px 10px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: rgba(247, 230, 177, 0.72);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.reviews-source-tab:hover,
.reviews-source-tab:focus-visible {
    color: #FBDF8C;
}

.reviews-source-tab.is-active {
    color: #FBDF8C;
    border-bottom-color: #D4AF37;
}

.reviews-source-panel {
    max-width: 1120px;
    margin: 0 auto;
}

.reviews-summary-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 auto 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
}

.reviews-summary-strip p {
    margin: 0;
    color: #f5f1df;
    line-height: 1.55;
}

.reviews-summary-pill {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 160px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(251, 223, 140, 0.06);
    border: 1px solid rgba(251, 223, 140, 0.14);
}

.reviews-summary-label {
    color: #D4AF37;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.reviews-source-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
}

.review-source-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    padding: 22px 20px;
    border: 1px solid rgba(251, 223, 140, 0.16);
    border-radius: 10px;
    background: rgba(12, 12, 12, 0.94);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    text-align: left;
}

.review-source-card-note {
    border-style: dashed;
}

.review-source-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.review-source-head h3 {
    margin: 0 0 4px;
    color: #fff5d1;
    font-size: 1.18rem;
}

.review-source-head p {
    margin: 0;
    color: #d7c58d;
    font-size: 0.92rem;
}

.review-source-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    background: linear-gradient(135deg, #f5d98b 0%, #D4AF37 58%, #b88b20 100%);
    color: #050505;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.review-source-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.review-source-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(251, 223, 140, 0.08);
    color: #f7e6b1;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.review-stars {
    color: #FBDF8C;
    font-size: 0.98rem;
    letter-spacing: 0.12em;
}

.review-source-card blockquote {
    margin: 0;
    color: #f9f5e8;
    line-height: 1.65;
    font-size: 0.98rem;
}

.review-source-link {
    margin-top: auto;
    color: #FBDF8C;
    font-weight: 700;
    text-decoration: none;
}

.review-source-link:hover,
.review-source-link:focus-visible {
    text-decoration: underline;
}

.review-source-link.is-static {
    text-decoration: none;
    opacity: 0.9;
}

@media (min-width: 900px) {
    .reviews-section {
        padding: 64px 36px;
    }

    .reviews-section h2 {
        margin-bottom: 16px;
    }

    .reviews-intro {
        max-width: 820px;
        margin-bottom: 34px;
        font-size: 1.02rem;
    }

    .reviews-source-tabs {
        gap: 34px;
        margin-bottom: 32px;
    }

    .reviews-source-tab {
        min-height: 44px;
        padding-bottom: 12px;
        font-size: 0.95rem;
        letter-spacing: 0.05em;
    }

    .reviews-source-panel {
        max-width: 1080px;
    }

    .reviews-summary-strip {
        display: grid;
        grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
        align-items: center;
        gap: 18px;
        margin-bottom: 22px;
    }

    .reviews-summary-strip p {
        margin: 0;
        max-width: 62ch;
    }

    .reviews-source-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .review-source-card {
        padding: 24px 22px;
        border-radius: 14px;
    }
}

@media (min-width: 1280px) {
    .reviews-section {
        padding-left: 44px;
        padding-right: 44px;
    }

    .reviews-source-grid {
        gap: 24px;
    }
}

.faq-section {
    padding: 52px 20px;
    background: transparent;
    border-top: 1px solid #FBDF8C;
    border-bottom: 1px solid #FBDF8C;
}

.faq-section h2 {
    color: #FBDF8C;
    margin-bottom: 20px;
    text-align: center;
}

.community-section {
    padding: 52px 20px;
    background: transparent;
    border-top: 1px solid #FBDF8C;
    border-bottom: 1px solid #FBDF8C;
}

.community-section h2 {
    color: #FBDF8C;
    margin-bottom: 16px;
    text-align: center;
}

.community-section > p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.event-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.event-card {
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    background: rgba(5, 5, 5, 0.78);
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.15);
}

.event-card h3 {
    color: #FBDF8C;
    margin-bottom: 12px;
}

.event-date {
    color: #D4AF37;
    font-weight: 700;
    margin-bottom: 6px;
}

.event-description {
    color: white;
    line-height: 1.5;
}

.faq-item {
    background: #050505;
    border: 1px solid #FBDF8C;
    border-radius: 10px;
    padding: 14px 16px;
}

.faq-question {
    cursor: pointer;
    color: #FBDF8C;
    font-weight: bold;
    list-style: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-answer {
    margin: 10px 0 0;
    line-height: 1.6;
    color: white;
}

.checklist-section {
    padding: 52px 20px;
    background: transparent;
    border-top: 1px solid #FBDF8C;
    border-bottom: 1px solid #FBDF8C;
}

.checklist-section h2 {
    color: #FBDF8C;
    margin-bottom: 16px;
    text-align: center;
}

.checklist-list {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
    line-height: 1.8;
}

.checklist-list li {
    margin-bottom: 10px;
}

.contact-section {
    padding: 44px 24px 38px;
    background: transparent;
    border-top: 1px solid #FBDF8C;
    border-bottom: 1px solid #FBDF8C;
    text-align: center;
}

.contact-section h2 {
    color: #FBDF8C;
    margin-bottom: 20px;
}

.contact-section p {
    margin: 4px 0;
    line-height: 1.45;
}

.contact-section a {
    color: #FBDF8C;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}

.contact-section .hero-actions {
    margin-top: 2px;
}

.contact-section .contact-divider {
    width: 100%;
    margin: 10px 0 0;
    border-top: 1px solid #FBDF8C;
}

.contact-section .contact-hours-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #FBDF8C;
}

.contact-section .contact-hours-section h2 {
    margin: 0;
}

.contact-section .contact-hours-section .checklist-list {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    list-style: none;
    line-height: 1.6;
}

.contact-section .contact-hours-section .checklist-list li {
    margin-bottom: 0;
    padding: 4px 0;
}

.contact-section .contact-hours-section .faq-answer {
    margin: 0 auto;
    max-width: 620px;
    text-align: center;
}

.contact-section .contact-amenities-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #FBDF8C;
}

@media (min-width: 769px) {
    .contact-section .contact-hours-section {
        min-height: 220px;
        padding: 24px 0;
    }

    .contact-section .contact-amenities-section {
        min-height: 220px;
        padding: 24px 0;
    }
}

.contact-section .contact-amenities-section h2 {
    margin: 0;
}

.contact-section .contact-amenities-section .checklist-list {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    list-style: none;
    line-height: 1.6;
}

.contact-section .contact-amenities-section .checklist-list li {
    margin-bottom: 0;
    padding: 4px 0;
}

.contact-section .location-section {
    border-top: none;
    padding-top: 16px;
    padding-bottom: 14px;
}

.contact-section .location-directions {
    max-width: 560px;
    margin: 0 auto 10px;
    text-align: center;
}

.contact-section .location-map {
    margin-bottom: 8px;
}

.about-section,
.services-section,
.gallery-section,
.reviews-section,
.faq-section,
.contact-section,
.checklist-section,
.appointment-section,
.location-section {
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 32px 16px;
    box-sizing: border-box;
}

.review-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}

.review-card {
    display: block;
    background: #111111;
    border: 1px solid #FBDF8C;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    color: white;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.review-card h3 {
    color: #FBDF8C;
    margin-top: 0;
}

.review-card:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

.review-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    max-width: 960px;
    margin: 18px auto 0;
}

.google-reviews-widget-wrap {
    max-width: 960px;
    margin: 18px auto 0;
    padding: 16px;
    border: 1px solid #FBDF8C;
    border-radius: 12px;
    background: rgba(5, 5, 5, 0.86);
}

.google-reviews-widget-title {
    color: #FBDF8C;
    font-weight: 700;
    margin-bottom: 10px;
}

.google-reviews-widget-note {
    margin: 10px 0 0;
    color: #FBDF8C;
    font-size: 0.92rem;
}

.google-reviews-widget-note a {
    color: #FBDF8C;
    text-decoration: underline;
}

.review-spot {
    background: #050505;
    border: 1px solid #FBDF8C;
    border-radius: 12px;
    padding: 18px;
    color: white;
    height: 100%;
}

.review-spot p {
    margin: 0 0 8px;
    line-height: 1.5;
}

.review-spot span {
    color: #FBDF8C;
    font-size: 0.9rem;
    font-weight: bold;
}

.appointment-section {
    padding: 0 16px 32px;
    background: transparent;
    text-align: center;
    border-top: 2px solid #FBDF8C;
}

.appointment-section h1 {
    margin-top: 0;
}

.appointment-section h2 {
    color: #FBDF8C;
    margin-bottom: 10px;
}

.appointment-section p {
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.contact-details {
    margin-top: 25px;
    line-height: 1.7;
}

.contact-details a {
    color: #FBDF8C;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

.qr-block {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.qr-code {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto 10px;
    background: white;
    padding: 10px;
    border-radius: 12px;
}

.location-section {
    padding: 24px 16px 20px;
    background: transparent;
    text-align: center;
    border-top: 1px solid #FBDF8C;
    width: min(100%, 960px);
    margin: 0 auto;
    box-sizing: border-box;
}

.location-section h2 {
    color: #FBDF8C;
    margin-bottom: 14px;
}

.location-directions {
    max-width: 700px;
    margin: 0 auto 14px;
    line-height: 1.5;
    color: white;
}

.navigation-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.location-section .nav-btn,
.navigation-links .nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 44px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #f5d98b 0%, #D4AF37 58%, #b88b20 100%);
    color: #050505 !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid rgba(18, 20, 36, 0.9);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(245, 217, 139, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.location-section .nav-btn:hover,
.navigation-links .nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.36);
    filter: brightness(1.05);
}

.location-section .nav-btn:focus-visible,
.navigation-links .nav-btn:focus-visible {
    outline: 2px solid #FBDF8C;
    outline-offset: 3px;
}

.location-map {
    display: block;
    width: min(100%, 520px);
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px solid #FBDF8C;
}

.location-map-link {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto;
    border-radius: 12px;
}

.location-map-link:hover .location-map {
    box-shadow: 0 8px 18px rgba(212, 175, 55, 0.24);
    transform: translateY(-1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location-map-link:focus-visible {
    outline: 2px solid #FBDF8C;
    outline-offset: 3px;
}

.site-footer {
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 22px 16px 24px;
    background: transparent;
    text-align: center;
    border-top: 1px solid #FBDF8C;
    box-sizing: border-box;
}

.footer-square-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background-color: #FBDF8C;
    color: #050505;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
}

.footer-square-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #050505;
    stroke-width: 1.6;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    row-gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5d98b 0%, #D4AF37 58%, #b88b20 100%);
    border: 1px solid rgba(18, 20, 36, 0.9);
    color: #050505;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 0;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(245, 217, 139, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.social-links .social-icon {
    width: 22px;
    height: 22px;
    display: block;
    color: #050505;
}

.social-links .social-logo {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    flex: 0 0 30px;
    object-fit: contain;
    display: block;
}

.whatsyourhours-badge-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin: 0 auto 8px;
    text-decoration: none;
}

.social-links a.whatsyourhours-badge-link {
    flex: 0 0 100%;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    line-height: normal;
}

.whatsyourhours-badge-link img {
    display: block;
    width: min(180px, 56vw);
    height: auto;
    border: none;
}

.social-links .social-icon path,
.social-links .social-icon line,
.social-links .social-icon circle,
.social-links .social-icon rect {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.social-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.42);
    filter: brightness(1.06);
}

.social-links a:hover .social-icon {
    transform: scale(1.04);
    transition: transform 0.18s ease;
}

.chamber-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 4px auto;
    padding: 2px 8px;
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.08);
    color: #D4AF37;
    text-decoration: none;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.chamber-badge:hover {
    background: rgba(212, 175, 55, 0.18);
    border-color: rgba(212, 175, 55, 0.85);
}

.chamber-badge-icon {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    color: #D4AF37;
}

.site-footer p a {
    color: #FBDF8C;
    text-decoration: none;
}

.site-footer p {
    margin: 6px 0;
}

.site-footer p.footer-policy-links {
    margin-top: 10px;
}

.site-footer p a:hover {
    text-decoration: underline;
}

.footer-note {
    margin-top: 8px;
    color: #FBDF8C;
    font-size: 0.95rem;
}

.footer-policy-links {
    margin-top: 8px;
}

.policy-page {
    min-height: 100vh;
}

.policy-shell {
    width: min(100%, 960px);
    margin: 0 auto;
    padding: 28px 20px 36px;
    box-sizing: border-box;
}

.policy-content {
    width: min(100%, 920px);
    margin: 0 auto;
    padding: 28px 24px;
    border: 1px solid rgba(251, 223, 140, 0.25);
    border-radius: 16px;
    background: rgba(8, 8, 8, 0.86);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
    text-align: left;
}

.policy-content h1,
.policy-content h2 {
    color: #FBDF8C;
}

.policy-content h1 {
    margin: 0 0 8px;
    font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.4rem);
    line-height: 1.15;
}

.policy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-bottom: 18px;
    color: #d9cda7;
    font-size: 0.95rem;
    text-align: left;
}

.policy-lead {
    margin: 0 0 16px;
    color: #efe7d1;
}

.policy-summary {
    margin: 0 0 18px;
    padding: 14px 14px 12px;
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 12px;
    background: rgba(251, 223, 140, 0.08);
}

.policy-summary h2 {
    margin: 0 0 8px;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.05rem;
}

.policy-summary p {
    margin: 0 0 8px;
}

.policy-summary ul {
    margin: 0;
}

.policy-content h2 {
    margin: 24px 0 10px;
    font-size: clamp(1.1rem, 1rem + 0.55vw, 1.4rem);
    border-bottom: 1px solid rgba(251, 223, 140, 0.24);
    padding-bottom: 6px;
}

.policy-content p,
.policy-content li {
    color: #f5f5f5;
    line-height: 1.6;
}

.policy-content ul,
.policy-content ol {
    margin: 0 0 12px;
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
}

.policy-content li {
    padding-left: 0;
}

.policy-content p {
    margin: 0 0 12px;
}

.policy-note {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid rgba(251, 223, 140, 0.24);
    color: #d9cda7;
    font-size: 0.93rem;
}

.policy-contact {
    margin-top: 6px;
}

.policy-nav-current {
    border-color: rgba(251, 223, 140, 0.85);
    background: rgba(251, 223, 140, 0.18);
}

@media (max-width: 768px) {
    body {
        background-attachment: scroll;
        background-position: top center;
    }

    .site-header {
        padding: 10px 16px 6px;
        align-items: center;
        text-align: center;
        gap: 4px;
    }

    .site-header > * {
        margin-left: 0;
    }

    .nav-toggle {
        display: inline-flex !important;
    }

    .site-header {
        position: relative;
    }

    .main-nav {
        display: none !important;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 0;
        gap: 8px;
        order: 1;
    }

    .site-header.nav-open .main-nav {
        display: flex !important;
    }

    .main-nav .header-tab {
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .home-tabs,
    .home-tabs.is-visible {
        display: none !important;
    }

    .hero,
    .about-section,
    .services-section,
    .gallery-section,
    .reviews-section,
    .contact-section,
    .appointment-section,
    .location-section,
    .site-footer {
        padding: 32px 16px;
    }

    .policy-shell {
        padding: 20px 12px 24px;
    }

    .policy-content {
        padding: 20px 16px;
    }

    .policy-meta {
        flex-direction: column;
        gap: 6px;
    }

    .tab-panel.active {
        width: calc(100% - 24px);
        margin-top: 18px;
        padding: 24px 16px;
        gap: 18px;
    }

    .tab-panel.active > * {
        width: 100%;
    }

    .about-image,
    .logo {
        width: 130px;
        height: auto;
    }

    .service-cards,
    .gallery-grid,
    .review-cards,
    .review-showcase,
    .faq-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .qr-code {
        width: 132px;
        height: 132px;
    }

    .location-map {
        width: min(100%, 520px);
    }

    .hero-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-actions .btn,
    .service-cta .btn,
    .footer-square-link {
        width: min(100%, 320px);
    }

    body.home-only-view {
        overflow-y: auto;
    }

    body.home-only-view .site-header {
        padding: 10px 12px 2px;
    }

    body.home-only-view .site-header .logo {
        width: 152px;
    }

    body.home-only-view .site-header .header-portrait {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    body.home-only-view .hero {
        padding: 2px 12px 10px;
    }

    body.home-only-view .hero h2 {
        font-size: 1.3rem;
    }

    body.home-only-view .hero-actions .btn {
        width: min(100%, 280px);
        padding: 11px 16px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 1.6rem;
    }

    .hero,
    .about-section,
    .services-section,
    .gallery-section,
    .reviews-section,
    .faq-section,
    .contact-section,
    .checklist-section,
    .appointment-section,
    .location-section,
    .site-footer {
        padding-left: 12px;
        padding-right: 12px;
    }

    .main-nav a {
        font-size: 0.82rem;
        padding: 10px 14px;
    }

    .btn {
        padding: 12px 18px;
    }

    .tab-panel.active {
        width: calc(100% - 16px);
        padding: 20px 14px;
    }

    .about-image,
    .logo {
        width: 120px;
    }

    body.home-page-view .site-header {
        min-height: 152px;
    }

    body.home-page-view .header-branding {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        top: 10px;
        justify-content: center;
    }

    body.home-page-view .header-branding .logo {
        width: min(44vw, 180px);
        max-width: 180px;
    }

    body.home-page-view .home-header-portrait {
        top: 146px;
        left: 10px;
        width: 64px;
        height: 64px;
        object-position: center 20%;
    }

    body.home-page-view .hero {
        padding-top: 76px;
    }

    .home-header-portrait {
        width: 64px;
        height: 64px;
        border-radius: 50%;
    }
}

.logo {
    width: 300px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 0 4px;
    max-width: 100%;
}

.booking-page .site-header {
    margin-top: 0;
    padding-bottom: 0;
}

.booking-embed-section {
    width: min(100%, 960px);
    margin: 16px auto 28px;
    padding: 20px 16px;
    border: 1px solid #D4AF37;
    border-radius: 16px;
    background: rgba(5, 5, 5, 0.86);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.booking-embed-section h1 {
    margin: 0 0 8px;
    color: #FBDF8C;
}

.booking-embed-section p {
    margin: 0 0 16px;
}

.booking-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}

.booking-service-category {
    margin: 8px 0 14px;
}

.booking-category-title {
    margin: 0 0 10px;
    color: #FBDF8C;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.booking-service-card {
    background: #0b0b0b;
    border: 1px solid #FBDF8C;
    border-radius: 12px;
    padding: 14px;
    text-align: left;
}

.booking-service-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.booking-service-card-link:hover,
.booking-service-card-link:focus-visible {
    transform: translateY(-2px);
    border-color: #FFE9A9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

.booking-service-card-link:focus-visible {
    outline: 2px solid #FBDF8C;
    outline-offset: 2px;
}

.booking-service-card h2 {
    margin: 0 0 8px;
    color: #FBDF8C;
    font-size: 1rem;
}

.booking-service-card h3 {
    margin: 0 0 8px;
    color: #FBDF8C;
    font-size: 1rem;
}

.booking-service-price {
    margin: 0 0 8px;
    color: #FBDF8C;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.booking-service-card p {
    margin: 0;
    color: white;
    line-height: 1.45;
}

.booking-services-fieldset {
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 12px;
    padding: 10px 12px 12px;
    margin: 0;
}

.booking-services-accordion {
    position: relative;
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 12px;
    padding: 0;
    margin: 0;
    background: rgba(5, 5, 5, 0.78);
}

.booking-services-summary {
    list-style: none;
    cursor: pointer;
    min-height: 46px;
    padding: 11px 44px 11px 12px;
    border-radius: 10px;
    border: 1px solid rgba(251, 223, 140, 0.4);
    background: #050505;
    color: #FBDF8C;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    line-height: 1.35;
}

.booking-services-summary::-webkit-details-marker {
    display: none;
}

.booking-services-summary::after {
    content: 'v';
    position: absolute;
    right: 14px;
    top: 13px;
    color: #FBDF8C;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease;
}

.booking-services-accordion[open] .booking-services-summary::after {
    transform: rotate(180deg);
}

.booking-services-accordion .booking-service-checklist {
    display: none;
}

.booking-field-help {
    margin-top: 4px;
    color: #d8c68d;
    font-size: 0.82rem;
    line-height: 1.35;
}

.booking-services-fieldset legend {
    padding: 0 6px;
    color: #FBDF8C;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.booking-service-checklist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.booking-services-accordion[open] .booking-service-checklist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 20;
    max-height: 260px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid rgba(251, 223, 140, 0.45);
    border-radius: 12px;
    background: rgba(5, 5, 5, 0.98);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
}

.booking-services-accordion[open] .booking-field-help {
    display: block;
    margin: 8px 2px 0;
}

.booking-service-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.booking-service-input {
    margin-top: 2px;
}

.booking-service-option-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: left;
}

.booking-service-option-body strong {
    color: #FBDF8C;
    font-size: 0.94rem;
}

.booking-service-option-body em {
    color: #f5d98b;
    font-style: normal;
    font-weight: 700;
    font-size: 0.86rem;
}

.booking-service-option-body small {
    color: #f3f3f3;
    line-height: 1.35;
}

.booking-calendar {
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 12px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.booking-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.booking-calendar-head-static {
    justify-content: center;
}

.booking-calendar-month {
    margin: 0;
    color: #FBDF8C;
    font-weight: 700;
}

.booking-calendar-nav {
    min-width: 36px;
    min-height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(251, 223, 140, 0.45);
    background: rgba(251, 223, 140, 0.12);
    color: #FBDF8C;
    font-weight: 700;
    cursor: pointer;
}

.booking-calendar-weekdays,
.booking-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.booking-calendar-weekdays span {
    font-size: 0.74rem;
    color: #f5d98b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
}

.booking-calendar-empty {
    min-height: 36px;
}

.booking-calendar-day {
    min-height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(251, 223, 140, 0.35);
    background: #101010;
    color: white;
    cursor: pointer;
    font: inherit;
}

.booking-calendar-day:hover {
    border-color: rgba(251, 223, 140, 0.7);
}

.booking-calendar-day:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.booking-calendar-day.is-selected {
    background: #D4AF37;
    color: #050505;
    border-color: #D4AF37;
    font-weight: 700;
}

.booking-calendar-week-day {
    min-height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px;
}

.booking-calendar-week-day span {
    font-size: 0.72rem;
    color: #d9d9d9;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.booking-calendar-week-day strong {
    font-size: 1rem;
    color: inherit;
    line-height: 1;
}

.booking-calendar-week-day em {
    font-size: 0.72rem;
    color: #f5d98b;
    font-style: normal;
    line-height: 1;
}

.booking-calendar-week-day.is-selected span,
.booking-calendar-week-day.is-selected em {
    color: #050505;
}

.booking-calendar-selected {
    margin: 10px 0 2px;
    color: #f5d98b;
    font-size: 0.9rem;
}

.booking-flow-note {
    border: 1px solid rgba(251, 223, 140, 0.5);
    border-radius: 10px;
    padding: 10px 12px;
    background: rgba(251, 223, 140, 0.08);
    margin-bottom: 12px;
}

.booking-flow-note.is-info {
    border-color: rgba(251, 223, 140, 0.5);
    background: rgba(251, 223, 140, 0.08);
    color: #f8e8b7;
}

.booking-flow-note.is-loading {
    border-color: rgba(255, 186, 74, 0.58);
    background: rgba(255, 186, 74, 0.14);
    color: #ffd899;
}

.booking-flow-note.is-success {
    border-color: rgba(83, 214, 138, 0.55);
    background: rgba(83, 214, 138, 0.12);
    color: #b5f4cc;
}

.booking-flow-note.is-error {
    border-color: rgba(255, 117, 117, 0.55);
    background: rgba(255, 117, 117, 0.12);
    color: #ffc3c3;
}

.booking-api-status {
    margin: 0 0 10px;
    border-radius: 999px;
    padding: 8px 12px;
    border: 1px solid rgba(251, 223, 140, 0.45);
    background: rgba(251, 223, 140, 0.08);
    color: #FBDF8C;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.booking-api-status.is-checking {
    border-color: rgba(251, 223, 140, 0.5);
    background: rgba(251, 223, 140, 0.08);
}

.booking-api-status.is-live {
    border-color: rgba(83, 214, 138, 0.55);
    background: rgba(83, 214, 138, 0.12);
    color: #b5f4cc;
}

.booking-api-status.is-fallback {
    border-color: rgba(255, 186, 74, 0.55);
    background: rgba(255, 186, 74, 0.12);
    color: #ffd899;
}

.booking-form {
    margin: 16px 0 14px;
    padding: 16px;
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.booking-date-first-panel {
    margin: 16px 0 14px;
    padding: 16px;
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.booking-date-first-panel .booking-field {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.booking-date-select {
    width: 100%;
}

.booking-date-button {
    width: 100%;
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(251, 223, 140, 0.5);
    background: rgba(251, 223, 140, 0.12);
    color: #FBDF8C;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
}

.booking-date-button:hover,
.booking-date-button:focus-visible {
    border-color: rgba(251, 223, 140, 0.82);
    background: rgba(251, 223, 140, 0.18);
}

.booking-date-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 40;
    margin-top: 0;
    max-height: 258px;
    overflow-y: scroll;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    display: grid;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(251, 223, 140, 0.45);
    border-radius: 12px;
    background: #050505;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
}

.booking-date-menu-item {
    width: 100%;
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(251, 223, 140, 0.28);
    background: rgba(251, 223, 140, 0.08);
    color: #f7e6b1;
    font: inherit;
    text-align: center;
    padding: 8px 10px;
    cursor: pointer;
}

.booking-date-menu-item:hover,
.booking-date-menu-item:focus-visible {
    border-color: rgba(251, 223, 140, 0.72);
    background: rgba(251, 223, 140, 0.18);
    color: #fff0c2;
}

.booking-time-picker {
    position: relative;
}

.booking-services-picker {
    position: relative;
}

.booking-time-button {
    display: block;
    width: 100%;
    min-height: 64px;
    padding: 16px;
    border-radius: 12px;
    border: 2px solid #f5d98b;
    background: #1a1a1a;
    color: #f5d98b;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.booking-time-button:hover,
.booking-time-button:focus-visible {
    border-color: #f5d98b;
    background: #222222;
}

.booking-services-button {
    display: block;
    width: 100%;
    min-height: 64px;
    padding: 16px;
    border-radius: 12px;
    border: 2px solid #f5d98b;
    background: #1a1a1a;
    color: #f5d98b;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booking-services-button:hover,
.booking-services-button:focus-visible {
    border-color: #f5d98b;
    background: #222222;
}

.booking-time-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    height: 254px;
    max-height: 254px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    padding: 10px;
    border: 1px solid rgba(251, 223, 140, 0.45);
    border-radius: 12px;
    background: #050505;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
}

.booking-services-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    height: 254px;
    max-height: 254px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    padding: 10px;
    border: 1px solid rgba(251, 223, 140, 0.45);
    border-radius: 12px;
    background: #050505;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
}

.booking-time-menu-item {
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(251, 223, 140, 0.28);
    background: rgba(251, 223, 140, 0.08);
    color: #f7e6b1;
    font: inherit;
    text-align: center;
    padding: 8px 10px;
    cursor: pointer;
    width: 100%;
}

.booking-time-menu-item:hover,
.booking-time-menu-item:focus-visible {
    border-color: rgba(251, 223, 140, 0.72);
    background: rgba(251, 223, 140, 0.18);
    color: #fff0c2;
}

.booking-time-menu-item.is-selected {
    border-color: rgba(251, 223, 140, 0.72);
    background: rgba(251, 223, 140, 0.18);
    color: #fff0c2;
}

.booking-services-menu-item {
    min-height: 58px;
    border-radius: 10px;
    border: 1px solid rgba(251, 223, 140, 0.28);
    background: rgba(251, 223, 140, 0.08);
    color: #f7e6b1;
    font: inherit;
    text-align: left;
    padding: 10px 12px;
    cursor: pointer;
    width: 100%;
}

.booking-services-menu-item-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-services-menu-check {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 4px;
    border: 2px solid rgba(251, 223, 140, 0.82);
    background: #101010;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.booking-services-menu-check::after {
    content: '';
    width: 6px;
    height: 10px;
    border-radius: 50%;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    margin-top: -1px;
}

.booking-services-menu-item.is-selected .booking-services-menu-check,
.booking-services-menu-item[aria-selected="true"] .booking-services-menu-check {
    border-color: #63d488;
    background: #2f8f52;
}

.booking-services-menu-item.is-selected .booking-services-menu-check::after,
.booking-services-menu-item[aria-selected="true"] .booking-services-menu-check::after {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
}

.booking-services-menu-item:hover,
.booking-services-menu-item:focus-visible,
.booking-services-menu-item.is-selected {
    border-color: rgba(251, 223, 140, 0.72);
    background: rgba(251, 223, 140, 0.18);
    color: #fff0c2;
}

.booking-services-menu-item-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.booking-services-menu-item-body strong {
    color: inherit;
    font-size: 0.94rem;
}

.booking-services-menu-item-body em {
    color: #f5d98b;
    font-style: normal;
    font-weight: 700;
    font-size: 0.86rem;
}

.booking-services-menu-item-body small {
    color: #f3f3f3;
    line-height: 1.35;
}

.booking-time-slot-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: 258px;
    overflow-y: auto;
    padding: 4px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
}

.booking-time-slot-btn {
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.55);
    background: #050505;
    color: #D4AF37;
    font: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    width: 100%;
}

.booking-time-slot-btn:hover,
.booking-time-slot-btn:focus-visible {
    border-color: #D4AF37;
    background: #0d0d0d;
    color: #f5d98b;
}

.booking-time-slot-btn.is-selected {
    background: #050505;
    color: #f5d98b;
    border-color: #f5d98b;
    box-shadow: inset 0 0 0 1px rgba(245, 217, 139, 0.35);
}

.booking-time-slot-empty {
    margin: 0;
    color: #d8c68d;
    text-align: center;
    grid-column: 1 / -1;
    padding: 8px 6px;
    border: 1px dashed rgba(251, 223, 140, 0.32);
    border-radius: 10px;
    background: rgba(251, 223, 140, 0.06);
}

.booking-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(2px);
    overflow-x: auto;
    overscroll-behavior: contain;
}

.booking-modal-panel {
    width: min(860px, 100%);
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid rgba(251, 223, 140, 0.45);
    border-radius: 16px;
    padding: 16px;
    background: #0a0a0a;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.48);
    position: relative;
    touch-action: auto;
}

.booking-modal-close {
    position: absolute;
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    left: auto;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(251, 223, 140, 0.55);
    background: rgba(251, 223, 140, 0.08);
    color: #FBDF8C;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.booking-modal-close:hover,
.booking-modal-close:focus-visible {
    background: rgba(251, 223, 140, 0.2);
    border-color: rgba(251, 223, 140, 0.95);
    outline: none;
}

.booking-modal-subtitle {
    margin: 0 0 10px;
    color: #f5d98b;
    font-size: 0.9rem;
}

.booking-modal-open {
    overflow: hidden;
}

.booking-form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .booking-modal-backdrop {
        padding: 10px;
    }

    .booking-modal-panel {
        width: 100%;
        max-width: 100%;
        max-height: calc(100dvh - 20px);
        padding: 14px 12px;
    }

    .booking-form,
    .booking-date-first-panel,
    .booking-embed-section {
        overflow-x: visible;
    }

    .booking-form-row {
        grid-template-columns: 1fr;
        min-width: 0;
    }
}

#customerInfoRow {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
}

#primaryChildNameRow {
    margin-top: -4px;
}

#primaryChildNameRow .booking-field-help {
    margin: 4px 0 0;
}

#contactPreferencesRow {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
}

#returningCustomerRow {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
}

#returningCustomerRow .booking-field-help {
    margin: 0 0 10px;
}

.booking-lookup-button {
    width: 100%;
    min-height: 48px;
    font-weight: 700;
}

.booking-lookup-status {
    margin: 10px 0 0;
}

#contactPreferencesRow .booking-preferences-grid {
    grid-template-columns: 1fr;
}

.booking-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.booking-field span {
    color: #FBDF8C;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
    min-height: 64px;
    padding: 16px;
    border-radius: 10px;
    border: 2px solid #f5d98b;
    background: #1a1a1a;
    color: #f5d98b;
    font: inherit;
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.booking-field input::placeholder {
    color: #cdb46a;
}

.booking-field textarea::placeholder {
    color: #cdb46a;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
    outline: none;
    border-color: #FBDF8C;
    box-shadow: 0 0 0 2px rgba(251, 223, 140, 0.15);
}

.booking-field textarea {
    resize: vertical;
    min-height: 112px;
    line-height: 1.35;
    font-size: 16px;
}

.booking-notes-field textarea {
    background: #050505;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.booking-notes-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.booking-time-compatibility-box {
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.02);
}

.booking-time-compatibility-note {
    margin: 0;
    border: 1px solid rgba(251, 223, 140, 0.5);
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(251, 223, 140, 0.08);
    color: #f8e8b7;
    font-size: 0.9rem;
    line-height: 1.35;
}

.booking-time-compatibility-note.is-info {
    border-color: rgba(251, 223, 140, 0.5);
    background: rgba(251, 223, 140, 0.08);
    color: #f8e8b7;
}

.booking-time-compatibility-note.is-success {
    border-color: rgba(83, 214, 138, 0.55);
    background: rgba(83, 214, 138, 0.12);
    color: #b5f4cc;
}

.booking-time-compatibility-note.is-error {
    border-color: rgba(255, 117, 117, 0.55);
    background: rgba(255, 117, 117, 0.12);
    color: #ffc3c3;
}

.booking-customer-type-panel {
    max-width: 520px;
    margin: 0 auto 14px;
    padding: 12px;
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
}

.booking-customer-type-title {
    margin: 0 0 10px;
    color: #f8e8b7;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.booking-customer-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.booking-customer-type-button {
    min-height: 52px;
    padding: 10px 12px;
    border: 2px solid #f5d98b;
    border-radius: 10px;
    background: #1a1a1a;
    color: #f5d98b;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.booking-customer-type-button:hover,
.booking-customer-type-button:focus-visible {
    outline: none;
    border-color: #FBDF8C;
    box-shadow: 0 0 0 2px rgba(251, 223, 140, 0.15);
}

.booking-customer-type-button.is-active {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #050505;
}

.booking-returning-modal-panel {
    width: min(560px, 100%);
}

.booking-returning-title {
    margin: 0 0 10px;
    color: #FBDF8C;
    font-size: 1.22rem;
    line-height: 1.3;
}

.booking-returning-status {
    margin: 10px 0 0;
}

.booking-returning-result {
    margin-top: 10px;
    border: 1px solid rgba(83, 214, 138, 0.4);
    border-radius: 12px;
    padding: 12px;
    background: rgba(83, 214, 138, 0.08);
}

.booking-returning-welcome {
    margin: 0 0 6px;
    color: #d4ffd7;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.booking-returning-previous {
    margin: 0;
    color: #d9f8de;
    font-size: 0.95rem;
    line-height: 1.4;
}

.booking-returning-actions {
    margin-top: 12px;
}

.booking-returning-actions .btn {
    min-width: 170px;
}

.booking-rebook-item-button {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    line-height: 1.35;
}

.booking-child-appointments-box {
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
}

.booking-child-appointments-box .booking-preferences-title,
.booking-child-appointments-box .booking-field-help {
    text-align: center;
}

#childAppointmentsRow {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

#childAppointmentsRow .booking-preferences-title,
#childAppointmentsRow .booking-field-help,
#childAppointmentsRow .booking-child-empty {
    text-align: center;
}

.booking-child-appointments-list {
    display: grid;
    gap: 10px;
}

.booking-child-empty {
    margin: 0;
    color: #f8e8b7;
    font-size: 0.92rem;
    line-height: 1.35;
    text-align: center;
}

.booking-child-card {
    border: 1px solid rgba(251, 223, 140, 0.32);
    border-radius: 12px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.18);
}

.booking-child-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.booking-child-card-title {
    margin: 0;
    color: #f8e8b7;
    font-size: 0.92rem;
    font-weight: 700;
}

.booking-child-remove {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 0.85rem;
    min-width: auto;
}

.booking-child-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.booking-child-date-picker .booking-date-button,
.booking-child-time-picker .booking-time-button {
    display: block;
    width: 100%;
    min-height: 64px;
    padding: 16px;
    border: 2px solid #f5d98b;
    border-radius: 12px;
    background: #1a1a1a;
    color: #f5d98b;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.booking-child-date-picker .booking-date-button:hover,
.booking-child-date-picker .booking-date-button:focus-visible,
.booking-child-time-picker .booking-time-button:hover,
.booking-child-time-picker .booking-time-button:focus-visible {
    border-color: #f5d98b;
    background: #222222;
}

.booking-child-date-picker .booking-date-menu,
.booking-child-time-picker .booking-time-menu {
    z-index: 1001;
}

.booking-child-service-chip {
    display: block;
    width: 100%;
}

.booking-child-status {
    margin: 10px 0 0;
}

.booking-child-appointments-actions {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-form .booking-child-appointments-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 520px) {
    .booking-customer-type-grid {
        grid-template-columns: 1fr;
    }

    .booking-returning-actions .btn {
        width: 100%;
    }

    .booking-child-grid {
        grid-template-columns: 1fr;
    }

    .booking-child-card-head {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-child-remove {
        width: 100%;
    }
}

#suggestedTimeSelect {
    margin-top: 8px;
    width: 100%;
}

.booking-preferences-box {
    border: 1px solid rgba(251, 223, 140, 0.35);
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.02);
}

.booking-preferences-title {
    margin: 0 0 10px;
    color: #f8e8b7;
    font-size: 0.92rem;
    line-height: 1.35;
}

.booking-preferences-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px;
}

.booking-checkbox-field {
    display: grid;
    grid-template-columns: 26px 1fr;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 2px solid #f5d98b;
    border-radius: 10px;
    background: #1a1a1a;
    color: #f5d98b;
    cursor: pointer;
}

.booking-checkbox-field input {
    margin: 0;
    min-height: auto;
    width: 22px;
    height: 22px;
    accent-color: #D4AF37;
}

.booking-checkbox-field span {
    color: #f8e8b7;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.booking-checkbox-field:focus-within {
    border-color: #FBDF8C;
    box-shadow: 0 0 0 2px rgba(251, 223, 140, 0.15);
}

.booking-preferences-box .booking-field-help {
    margin: 12px 0 0;
    line-height: 1.45;
}

.booking-field-wide {
    grid-column: 1 / -1;
}

.booking-confirmation {
    margin-top: 16px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(251, 223, 140, 0.5);
    background: rgba(212, 175, 55, 0.08);
    text-align: left;
}

.booking-confirmation h2 {
    margin-top: 0;
    color: #FBDF8C;
}

.booking-confirmation p {
    margin: 0 0 8px;
}

.booking-confirmation-item {
    border: 1px solid rgba(251, 223, 140, 0.36);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.12);
}

.booking-confirmation-item:last-child {
    margin-bottom: 0;
}

.booking-confirmation-muted {
    opacity: 0.92;
}

.booking-embed-actions {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.booking-embed-actions .btn[disabled],
.booking-embed-actions .btn.is-loading {
    opacity: 0.72;
    cursor: not-allowed;
    filter: grayscale(0.15);
}

.booking-form .booking-embed-actions {
    display: block;
}

#bookingSubmitButton {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    flex: 0 0 100%;
    min-height: 54px;
    padding: 16px 36px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

#bookingSubmitButton:disabled {
    background: #6b6b6b;
    border-color: #6b6b6b;
    color: #e6e6e6;
    box-shadow: none;
    opacity: 1;
    filter: none;
}

.booking-inline-square {
    margin: 14px 0 0;
    padding: 14px;
    border: 1px solid rgba(251, 223, 140, 0.4);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
}

.booking-inline-square h2 {
    margin: 0 0 8px;
    color: #FBDF8C;
    font-size: 1.05rem;
}

.booking-inline-square-frame-wrap {
    width: 100%;
    border: 1px solid rgba(251, 223, 140, 0.3);
    border-radius: 12px;
    overflow: hidden;
    background: #050505;
}

.booking-inline-square-frame {
    display: block;
    width: 100%;
    min-height: 820px;
    border: 0;
    background: #050505;
}

@media (max-width: 768px) {
    .booking-embed-section {
        margin: 16px auto 24px;
        padding: 14px;
    }

    body.booking-page.home-page-view .booking-embed-section {
        margin-top: 96px;
    }

    .booking-services-menu {
        max-height: 220px;
    }

    .booking-modal-backdrop {
        padding: 10px;
    }

    .booking-modal-panel {
        max-height: calc(100vh - 20px);
        padding: 12px;
    }

    .booking-calendar-grid {
        gap: 5px;
    }

    .booking-calendar-week-day {
        min-height: 66px;
    }

    .booking-inline-square-frame {
        min-height: 700px;
    }
}

/* Defensive overrides for stable mobile home rendering. */
.site-header .logo {
        width: min(68vw, 208px);
    max-width: 220px;
    height: auto;
}

@media (max-width: 480px) {
    .site-header .logo {
        width: min(60vw, 160px);
        max-width: 160px;
    }
}

/* Keep the "Add Appointment for Someone Else" control centered inside booking form overrides. */
.booking-form #childAppointmentsRow .booking-child-appointments-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.booking-form #childAppointmentsRow #addChildAppointmentButton {
    margin-left: auto;
    margin-right: auto;
}

/* Ensure customer type buttons keep booking brand styles on desktop and are not overridden by other button rules. */
.booking-page .booking-customer-type-grid #newCustomerButton,
.booking-page .booking-customer-type-grid #returningCustomerButton {
    background: #1a1a1a !important;
    color: #f5d98b !important;
    border: 2px solid #f5d98b !important;
}

.booking-page .booking-customer-type-grid #newCustomerButton:hover,
.booking-page .booking-customer-type-grid #newCustomerButton:focus-visible,
.booking-page .booking-customer-type-grid #returningCustomerButton:hover,
.booking-page .booking-customer-type-grid #returningCustomerButton:focus-visible {
    background: #222222 !important;
    color: #FBDF8C !important;
    border-color: #FBDF8C !important;
}

.booking-page .booking-customer-type-grid #newCustomerButton.is-active,
.booking-page .booking-customer-type-grid #returningCustomerButton.is-active {
    background: #D4AF37 !important;
    color: #050505 !important;
    border-color: #D4AF37 !important;
}


