/* Luxury Chiropractic Booking Page — 6df22d2b */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=IBM+Plex+Mono:wght@400&family=Inter:wght@400;500&display=swap');

/* ── Wrapper ── */
.bp-6df22d2b-wrap {
    background: #0F0A1A;
    padding: 120px 80px 160px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ── Region 1: Header ── */
.bp-6df22d2b-header {
    text-align: center;
    margin-bottom: 80px;
}

.bp-6df22d2b-eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #D4AF37;
    margin: 0 0 40px;
    line-height: 1.4;
}

.bp-6df22d2b-headline {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(4rem, 9vw, 7rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: #F5F2FA;
    margin: 0 0 32px;
}

.bp-6df22d2b-subhead {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgba(245, 242, 250, 0.78);
    max-width: 680px;
    margin: 0 auto;
}

/* ── Region 2: Embed Container ── */
.bp-6df22d2b-embed-container {
    background: rgba(28, 21, 48, 0.6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(155, 150, 174, 0.12);
    border-radius: 4px;
    padding: 48px 36px;
    max-width: 900px;
    margin: 0 auto 120px;
    min-height: 600px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bp-6df22d2b-embed-inner {
    width: 100%;
    min-height: 500px;
}

.bp-6df22d2b-embed-inner iframe {
    width: 100%;
    min-height: 500px;
    border: 0;
    border-radius: 2px;
}

.bp-6df22d2b-placeholder {
    text-align: center;
    padding: 80px 24px;
}

.bp-6df22d2b-placeholder p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    color: rgba(245, 242, 250, 0.5);
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    max-width: 480px;
    margin: 0 auto;
}

.bp-6df22d2b-fallback {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(155, 150, 174, 0.6);
    text-align: center;
    margin: 32px 0 0;
    line-height: 1.6;
}

.bp-6df22d2b-fallback-link {
    color: rgba(155, 150, 174, 0.6);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.3s ease;
}

.bp-6df22d2b-fallback-link:hover {
    color: rgba(155, 150, 174, 0.9);
}

/* ── Region 3: Reassurance ── */
.bp-6df22d2b-reassurance {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.bp-6df22d2b-stage {
    display: flex;
    flex-direction: column;
}

.bp-6df22d2b-stage-num {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: 0.28em;
    color: #D4AF37;
    margin-bottom: 24px;
    display: block;
}

.bp-6df22d2b-stage-label {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #F5F2FA;
    margin: 0 0 20px;
}

.bp-6df22d2b-stage-body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(245, 242, 250, 0.68);
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .bp-6df22d2b-wrap {
        padding: 80px 24px 96px;
    }

    .bp-6df22d2b-embed-container {
        padding: 24px 20px;
        min-height: 400px;
        margin-bottom: 80px;
    }

    .bp-6df22d2b-reassurance {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

/* LC-CANON-HERO (2026-08-07): visible compact page H1 above the visit cards.
   Higher-specificity override of the LC-BOOK-NOHERO display:none in Customizer CSS (post 40, untouched). */
.bp-6df22d2b-wrap .bp-6df22d2b-header{display:block !important;margin-bottom:36px;}
.bp-6df22d2b-wrap .bp-6df22d2b-eyebrow{font-size:10.5px;letter-spacing:.21em;color:#D4AF37;margin:0 0 14px;}
.bp-6df22d2b-wrap .bp-6df22d2b-headline{font-size:clamp(44px,5.3vw,68px);font-weight:500;line-height:1.05;letter-spacing:-.01em;text-transform:uppercase;margin:0 0 12px;}
