@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800;900&family=Satisfy&display=swap');

:root {
    --bb-black: #0a0a0a;
    --bb-ink: #101010;
    --bb-white: #ffffff;
    --bb-muted: #cfcfcf;
    --bb-line: rgba(255, 255, 255, 0.14);
    --bb-pink: #d90082;
    --bb-cyan: #00bcd4;
    --bb-green: #2e7d32;
    --bb-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

html {
    scroll-behavior: smooth;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid var(--bb-cyan) !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 6px rgba(0, 188, 212, 0.22) !important;
}

body.bin-butler-site {
    margin: 0;
    background: var(--bb-black);
    color: var(--bb-white);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.bb-skip-link {
    position: absolute;
    left: 16px;
    top: -80px;
    z-index: 10000;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--bb-cyan);
    color: var(--bb-ink);
    font-weight: 800;
    transition: top 0.2s ease;
}

.bb-skip-link:focus {
    top: 14px;
}

.bb-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.96);
    border-bottom: 1px solid var(--bb-line);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
}

.bb-header-inner,
.bb-footer-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.bb-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 86px;
    padding: 10px 0;
}

.bb-logo-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.bb-site-logo {
    display: block;
    width: clamp(220px, 28vw, 390px);
    max-height: 70px;
    object-fit: contain;
}

.bb-primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.bb-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--bb-white);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.bb-nav-link:hover,
.bb-nav-link:focus {
    color: var(--bb-cyan);
    border-color: rgba(0, 188, 212, 0.42);
    transform: translateY(-1px);
}

.bb-nav-link.is-active {
    color: var(--bb-ink);
    background: var(--bb-cyan);
}

.bb-nav-cta {
    color: var(--bb-white);
    background: var(--bb-pink);
    box-shadow: 0 8px 24px rgba(217, 0, 130, 0.28);
}

.bb-nav-cta:hover,
.bb-nav-cta:focus {
    color: var(--bb-white);
    border-color: transparent;
    background: #c60077;
}

.bb-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--bb-line);
    border-radius: 999px;
    background: #151515;
    color: var(--bb-white);
}

.bb-menu-toggle-bars,
.bb-menu-toggle-bars::before,
.bb-menu-toggle-bars::after {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.bb-menu-toggle-bars::before {
    transform: translateY(-7px);
}

.bb-menu-toggle-bars::after {
    transform: translateY(5px);
}

.bb-site-main {
    min-height: 58vh;
    overflow: hidden;
}

.bb-template-hero,
.bb-template-list,
.bb-single-content {
    background: var(--bb-black);
    color: var(--bb-white);
}

.bb-template-inner,
.bb-template-grid,
.bb-single-content {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.bb-template-hero {
    padding: 84px 0 62px;
}

.bb-template-hero h1 {
    max-width: 780px;
    margin: 0 0 18px;
    color: var(--bb-white);
    font-size: clamp(42px, 6vw, 74px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.bb-template-hero p {
    max-width: 720px;
    color: #e8e8e8;
    font-size: 18px;
    line-height: 1.7;
}

.bb-script-accent {
    margin: 0 0 12px;
    color: var(--bb-pink) !important;
    font-family: Satisfy, cursive;
    font-size: 34px !important;
    line-height: 1.1 !important;
    text-shadow: 0 0 18px rgba(217, 0, 130, 0.24);
}

.bb-twinkle-star {
    display: inline-block;
    margin-inline: 0.08em;
    color: currentColor;
    transform-origin: 50% 50%;
    opacity: 0.86;
    text-shadow: 0 0 3px rgba(217, 0, 130, 0.22);
    animation: bb-twinkle-star 5.8s ease-in-out infinite;
    will-change: opacity, transform, text-shadow;
}

.bb-twinkle-star:nth-of-type(2n) {
    animation-delay: -1.7s;
    animation-duration: 6.9s;
}

.bb-twinkle-star:nth-of-type(3n) {
    animation-delay: -3.2s;
    animation-duration: 7.6s;
}

.bb-twinkle-star:nth-of-type(4n) {
    animation-delay: -4.8s;
    animation-duration: 6.3s;
}

@keyframes bb-twinkle-star {
    0%,
    100% {
        opacity: 0.78;
        transform: scale(0.96);
        text-shadow: 0 0 2px rgba(217, 0, 130, 0.16);
    }

    34% {
        opacity: 0.9;
        transform: scale(1);
        text-shadow:
            0 0 3px rgba(255, 255, 255, 0.42),
            0 0 7px rgba(217, 0, 130, 0.30);
    }

    44% {
        opacity: 1;
        transform: scale(1.11);
        text-shadow:
            0 0 4px rgba(255, 255, 255, 0.78),
            0 0 10px rgba(217, 0, 130, 0.58),
            0 0 14px rgba(0, 188, 212, 0.28);
    }

    54% {
        opacity: 0.88;
        transform: scale(0.99);
        text-shadow:
            0 0 3px rgba(255, 255, 255, 0.32),
            0 0 7px rgba(0, 188, 212, 0.24);
    }

    72% {
        opacity: 0.82;
        transform: scale(0.97);
        text-shadow: 0 0 2px rgba(217, 0, 130, 0.18);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bb-twinkle-star {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

.bb-template-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.bb-template-button,
.bb-template-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.bb-template-button {
    padding: 13px 22px;
    border: 0;
    background: var(--bb-pink);
    color: var(--bb-white);
    box-shadow: 0 12px 28px rgba(236, 0, 140, 0.22);
}

.bb-template-link {
    color: var(--bb-cyan);
}

.bb-template-list {
    padding: 40px 0 84px;
}

.bb-template-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bb-post-card {
    padding: 26px;
    border: 1px solid #343434;
    border-radius: 24px;
    background: #151515;
    box-shadow: var(--bb-shadow);
}

.bb-post-card h2,
.bb-post-card h2 a {
    color: var(--bb-white);
    text-decoration: none;
}

.bb-post-card p {
    color: var(--bb-muted);
    line-height: 1.65;
}

.bb-post-date {
    color: var(--bb-cyan) !important;
    font-weight: 900;
}

.bb-pagination {
    grid-column: 1 / -1;
}

.bb-single-content {
    padding: 54px 0 84px;
    color: var(--bb-white);
}

.bb-single-content :where(p, li) {
    color: #e8e8e8;
    font-size: 18px;
    line-height: 1.75;
}

.bb-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 640px;
}

.bb-search-field {
    min-height: 48px;
    min-width: min(420px, 72vw);
    border: 1px solid var(--bb-line);
    border-radius: 999px;
    padding: 12px 16px;
    background: #151515;
    color: var(--bb-white);
}

.elementor-section {
    position: relative;
}

.elementor-widget-heading .elementor-heading-title {
    letter-spacing: -0.035em;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.elementor-button {
    background-color: var(--bb-pink) !important;
    color: var(--bb-white) !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(217, 0, 130, 0.22);
}

.elementor-button:hover,
.elementor-button:focus {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

.sh-service-intake {
    padding: clamp(20px, 4vw, 36px);
    border-radius: 22px;
    background: var(--bb-white);
    color: var(--bb-ink);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.sh-service-intake form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sh-service-intake label {
    display: grid;
    gap: 7px;
    color: var(--bb-ink);
    font-size: 0.94rem;
    font-weight: 800;
}

.sh-service-intake input,
.sh-service-intake select,
.sh-service-intake textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d7dce2;
    border-radius: 14px;
    background: #fff;
    color: var(--bb-ink);
    font: inherit;
    font-weight: 600;
    padding: 12px 14px;
}

.sh-service-intake textarea {
    min-height: 112px;
    resize: vertical;
}

.sh-service-intake input:focus,
.sh-service-intake select:focus,
.sh-service-intake textarea:focus {
    outline: 3px solid rgba(0, 188, 212, 0.24);
    border-color: var(--bb-cyan);
}

.sh-service-intake .sh-field-full,
.sh-service-intake .sh-terms,
.sh-service-intake .sh-actions,
.sh-service-intake .sh-message {
    grid-column: 1 / -1;
}

.sh-service-intake .sh-terms {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border: 1px solid #e5e8ed;
    border-radius: 16px;
    background: #f8fafc;
    font-size: 0.92rem;
    line-height: 1.5;
}

.sh-service-intake input[type="checkbox"],
.sh-service-intake input[type="radio"],
.sh-service-intake .sh-terms input {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    height: 24px;
    margin-top: 3px;
    accent-color: var(--bb-pink);
}

.sh-service-intake .sh-terms a {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sh-service-intake .sh-actions button {
    display: inline-flex;
    justify-content: center;
    min-height: 50px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--bb-pink);
    color: var(--bb-white);
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(217, 0, 130, 0.22);
}

.sh-service-intake .sh-message {
    padding: 14px 16px;
    border-radius: 16px;
    background: #e8f7fb;
    color: var(--bb-ink);
    font-weight: 700;
}

.sh-service-intake .sh-error {
    background: #fff0f8;
    border: 1px solid rgba(217, 0, 130, 0.2);
}

.bb-site-footer {
    background:
        radial-gradient(circle at 12% 10%, rgba(217, 0, 130, 0.16), transparent 34%),
        radial-gradient(circle at 86% 18%, rgba(0, 188, 212, 0.14), transparent 32%),
        #070707;
    border-top: 1px solid var(--bb-line);
    color: var(--bb-muted);
}

.bb-footer-inner {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(160px, 0.7fr));
    align-items: start;
    gap: clamp(24px, 4vw, 52px);
    padding: clamp(42px, 7vw, 76px) 0 34px;
}

.bb-site-footer p {
    margin: 0 0 8px;
    color: #d9d9d9;
    line-height: 1.62;
}

.bb-footer-brand-block {
    max-width: 430px;
}

.bb-footer-logo-link {
    display: inline-flex;
    margin: 0 0 16px;
}

.bb-footer-logo {
    display: block;
    width: min(280px, 72vw);
    height: auto;
}

.bb-footer-script {
    color: var(--bb-pink) !important;
    font-family: Satisfy, cursive;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.05 !important;
}

.bb-footer-brand,
.bb-footer-column h2 {
    color: var(--bb-white);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bb-footer-muted {
    color: #aeb7ba !important;
    font-size: 0.92rem;
}

.bb-footer-column {
    display: grid;
    gap: 9px;
}

.bb-footer-column h2 {
    margin: 0 0 8px;
}

.bb-footer-column a {
    color: var(--bb-cyan);
    font-weight: 800;
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    transition: color 0.18s ease, transform 0.18s ease;
}

.bb-footer-column a:hover,
.bb-footer-column a:focus {
    color: var(--bb-pink);
    transform: translateX(2px);
}

.bb-footer-contact p {
    margin-bottom: 2px;
}

.bb-footer-cta {
    margin-top: 10px;
    padding: 11px 17px;
    border-radius: 999px;
    background: var(--bb-pink);
    color: var(--bb-white) !important;
    box-shadow: 0 12px 28px rgba(217, 0, 130, 0.24);
}

.bb-footer-cta:hover,
.bb-footer-cta:focus {
    transform: translateY(-1px) !important;
    filter: brightness(1.06);
}

.bb-footer-bottom {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 24px;
    padding: 20px 0 28px;
    border-top: 1px solid var(--bb-line);
}

.bb-footer-bottom p {
    max-width: 650px;
    margin: 0;
    color: #aeb7ba;
    font-size: 0.84rem;
}

.wp-block-post-content a,
.entry-content a,
.wp-block-paragraph a {
    color: var(--bb-cyan);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wp-block-post-content a[href^="tel:"],
.entry-content a[href^="tel:"],
.wp-block-paragraph a[href^="tel:"] {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 860px) {
    .bb-header-inner {
        min-height: 74px;
    }

    .bb-site-logo {
        width: min(260px, 68vw);
        max-height: 58px;
    }

    .bb-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .bb-primary-nav {
        position: absolute;
        left: 20px;
        right: 20px;
        top: calc(100% + 10px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border: 1px solid var(--bb-line);
        border-radius: 22px;
        background: rgba(10, 10, 10, 0.98);
        box-shadow: var(--bb-shadow);
    }

    .bb-primary-nav.is-open {
        display: flex;
    }

    .bb-nav-link {
        width: 100%;
    }

    .bb-footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .bb-template-grid {
        grid-template-columns: 1fr;
    }

    .sh-service-intake form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .bb-footer-inner {
        grid-template-columns: 1fr;
    }

    .bb-footer-bottom {
        display: grid;
    }
}
