/**
 * Lady Nicole Client Edits — Phase 3 / Home + About + Contact
 * Isolated after Phase 2. No course, events, books or commerce selectors live here.
 */

/* Trustpilot must never surface on the Lady Nicole public experience. */
body.ln-client-edits-phase-3-pages :is(.bs-home18-trustpilot,.ln-trustpilot,.trustpilot-widget,[data-trustpilot-widget]) {
    display:none !important;
}

/* Homepage: the booking action is intentionally the dominant CTA. */
body.ln-client-edits-phase-3-pages .lnv3home-hero__copy .lnv3home-actions {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
}
body.ln-client-edits-phase-3-pages .lnv3home-hero__copy .lnv3home-button--accent {
    min-width:170px;
}
body.ln-client-edits-phase-3-pages .lnv3home-hero__copy .lnv3home-button--glass {
    min-width:170px;
}

/* About Me: lock the client-requested editorial Left / Right / Left rhythm. */
body.ln-client-edits-phase-3-pages .ln-about--rebase12 .ln-about-story__row:nth-child(odd) .ln-about-story__media {
    order:0;
}
body.ln-client-edits-phase-3-pages .ln-about--rebase12 .ln-about-story__row:nth-child(odd) .ln-about-story__copy {
    order:1;
}
body.ln-client-edits-phase-3-pages .ln-about--rebase12 .ln-about-story__row:nth-child(even) .ln-about-story__media {
    order:2;
}
body.ln-client-edits-phase-3-pages .ln-about--rebase12 .ln-about-story__row:nth-child(even) .ln-about-story__copy {
    order:1;
}
body.ln-client-edits-phase-3-pages .ln-about--rebase12 .ln-about-story__media {
    border-radius:0;
}

/* Contact Me: Book a Call and secure-message paths are immediately visible. */
body.ln-client-edits-phase-3-pages .ln-contact-hero__actions {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:clamp(22px,3vw,34px);
}
body.ln-client-edits-phase-3-pages .ln-contact-hero__actions .ln-button {
    min-width:170px;
}
body.ln-client-edits-phase-3-pages .ln-contact-hero__booking span[aria-hidden="true"] {
    margin-inline-start:.55em;
}

@media (max-width: 780px) {
    body.ln-client-edits-phase-3-pages .lnv3home-hero__copy .lnv3home-actions,
    body.ln-client-edits-phase-3-pages .ln-contact-hero__actions {
        display:grid;
        grid-template-columns:1fr;
        width:100%;
    }
    body.ln-client-edits-phase-3-pages .lnv3home-hero__copy .lnv3home-actions > *,
    body.ln-client-edits-phase-3-pages .ln-contact-hero__actions > * {
        width:100%;
    }
    body.ln-client-edits-phase-3-pages .ln-about--rebase12 .ln-about-story__row:nth-child(n) .ln-about-story__media,
    body.ln-client-edits-phase-3-pages .ln-about--rebase12 .ln-about-story__row:nth-child(n) .ln-about-story__copy {
        order:initial;
    }
}
