/* Brian Beads network — shared brand kit (promotionbeads look: Mardi Gras palette + clean layout).
   AppWT 2026-07-01. Per-site accent overridable via :root inline. */
:root{
  --bb-purple:#662d91; --bb-purple-dk:#4b1f6b; --bb-green:#009900; --bb-green-dk:#0a6b0a;
  --bb-gold:#f2c200; --bb-gold-dk:#c99e00; --bb-teal:#007cba; --bb-ink:#231a2e; --bb-body:#333140;
  --bb-bg:#ffffff; --bb-soft:#faf7fd; --bb-line:#e7dff0;
  --bb-accent:var(--bb-purple); --bb-accent-dk:var(--bb-purple-dk);
  --bb-head:'Gill Sans','Gill Sans MT','Segoe UI',system-ui,sans-serif;
  --bb-sans:'Segoe UI',system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{max-width:100%;overflow-x:hidden}
body{font-family:var(--bb-sans);color:var(--bb-body);line-height:1.65;background:var(--bb-bg);font-size:17px;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--bb-accent);text-decoration:none}a:hover{text-decoration:underline}
.bb-wrap{max-width:1120px;margin:0 auto;padding:0 20px}
h1,h2,h3{font-family:var(--bb-head);color:var(--bb-ink);line-height:1.15;letter-spacing:-.2px}
h1{font-size:clamp(2rem,5vw,3.1rem);font-weight:800;margin:.2em 0 .35em}
h2{font-size:clamp(1.5rem,3.4vw,2.2rem);font-weight:700;margin:1.3em 0 .5em}
h3{font-size:1.25rem;margin:1em 0 .35em}
p{margin:.6em 0}
/* Mardi Gras top ribbon */
.bb-ribbon{height:6px;background:linear-gradient(90deg,var(--bb-purple) 0 33%,var(--bb-green) 33% 66%,var(--bb-gold) 66% 100%)}
/* header */
.bb-header{background:#fff;border-bottom:1px solid var(--bb-line);position:sticky;top:0;z-index:60;box-shadow:0 2px 12px -8px rgba(35,26,46,.35)}
.bb-header .bb-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px}
.bb-brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.bb-brand img{height:46px;width:auto}
.bb-brand .bb-music{width:22px;height:22px;color:var(--bb-gold)}
.bb-brand b{font-family:var(--bb-head);font-size:1.15rem;color:var(--bb-ink);font-weight:800;white-space:nowrap}
.bb-nav{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.bb-nav a{color:var(--bb-ink);font-weight:600;font-size:.95rem}
.bb-nav a:hover{color:var(--bb-accent)}
.bb-cta{background:var(--bb-accent);color:#fff !important;padding:10px 20px;border-radius:9px;font-weight:800;text-decoration:none !important}
.bb-cta:hover{background:var(--bb-accent-dk)}
/* hero — photo hero + 3D network logo, promotionbeads.com style (2026-07-02) */
.bb-hero{position:relative;overflow:hidden;background-color:var(--bb-accent-dk);background-image:url(/assets/hero-bg.jpg),linear-gradient(135deg,var(--bb-accent) 0%,var(--bb-accent-dk) 100%);background-repeat:no-repeat;background-position:top center;background-size:cover;color:#fff;padding:64px 0 58px;text-align:center;min-height:752px;display:flex;align-items:center;justify-content:center}
.bb-hero::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(12,8,20,.38)}
.bb-hero .bb-wrap{position:relative;z-index:1}
.bb-hero-logo{display:block;width:320px;max-width:70vw;height:auto;margin:0 auto 20px;filter:drop-shadow(0 10px 28px rgba(0,0,0,.5))}
.bb-hero h1{color:#fff;text-transform:uppercase;font-size:38px;line-height:1.25;text-shadow:0 2px 14px rgba(0,0,0,.6)}
.bb-hero .bb-eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:.8rem;font-weight:800;color:var(--bb-gold);text-shadow:0 1px 8px rgba(0,0,0,.7)}
.bb-hero p{color:#f3ecfa;font-size:1.15rem;max-width:720px;margin:.6em auto 1.2em;text-shadow:0 1px 10px rgba(0,0,0,.65)}
.bb-hero .bb-cta{background:var(--bb-gold);color:var(--bb-ink) !important;font-size:1.05rem;padding:14px 30px}
.bb-hero .bb-cta:hover{background:var(--bb-gold-dk)}
@media(min-width:1101px){.bb-hero{background-attachment:fixed,scroll}}
/* desktop overlay header on hero pages (2026-07-02): full-width translucent nav INSIDE the hero (promotionbeads.com style), brand upper-left */
@media(min-width:761px){
.bb-header.bb-overlay{position:absolute;top:auto;left:0;right:0;background:rgba(0,0,0,.5);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:none}
.bb-header.bb-overlay .bb-wrap{max-width:none;padding:12px 28px}
.bb-header.bb-overlay .bb-brand b{color:#fff}
.bb-header.bb-overlay .bb-nav{gap:13px}
.bb-header.bb-overlay .bb-nav a{color:#fff;font-size:.92rem}
.bb-header.bb-overlay .bb-nav a:hover{color:var(--bb-gold)}
.bb-header.bb-overlay+.bb-hero{padding-top:200px}
}
@media(max-width:1100px){.bb-hero h1{font-size:33px}}
@media(max-width:768px){.bb-hero{min-height:560px;padding:48px 0 44px}.bb-hero h1{font-size:27px}}
@media(max-width:520px){.bb-hero{background-image:url(/assets/hero-bg-mobile.jpg),linear-gradient(135deg,var(--bb-accent) 0%,var(--bb-accent-dk) 100%)}}
/* sections + cards */
.bb-section{padding:48px 0}
.bb-section.alt{background:var(--bb-soft)}
.bb-section h2{text-align:center}
.bb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:22px;margin-top:26px}
.bb-card{background:#fff;border:1px solid var(--bb-line);border-radius:14px;padding:22px;box-shadow:0 10px 26px -18px rgba(35,26,46,.4)}
.bb-card h3{margin-top:0;color:var(--bb-accent)}
.bb-pills{list-style:none;display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin:16px 0}
.bb-pills li{background:#fff;border:1px solid var(--bb-line);border-radius:20px;padding:7px 15px;font-size:.9rem;color:var(--bb-ink)}
.bb-btn{display:inline-block;background:var(--bb-accent);color:#fff !important;padding:13px 26px;border-radius:10px;font-weight:800;text-decoration:none !important}
.bb-btn:hover{background:var(--bb-accent-dk)}
.bb-btn.green{background:var(--bb-green)}.bb-btn.green:hover{background:var(--bb-green-dk)}
.bb-lead{font-size:1.15rem;color:var(--bb-body)}
.bb-faq{background:#fff;border:1px solid var(--bb-line);border-radius:10px;padding:14px 18px;margin:10px 0}
.bb-faq summary{cursor:pointer;font-weight:700;color:var(--bb-ink)}
/* footer */
.bb-footer{background:var(--bb-ink);color:#d8cfe6;padding:44px 0 26px;font-size:.95rem}
.bb-footer a{color:#e9dcff}
.bb-footer h4{color:#fff;font-family:var(--bb-head);margin-bottom:.5em}
.bb-foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:26px}
.bb-foot-net{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:8px}
.bb-foot-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:26px;padding-top:16px;text-align:center;color:#b8a9cf;font-size:.85rem}
/* mobile nav (2026-07-02): hamburger + full-site dropdown; header CTA removed */
.bb-menu-toggle{display:none;background:none;border:0;padding:10px;cursor:pointer;flex-direction:column;gap:5px}
.bb-menu-toggle span{display:block;width:24px;height:3px;border-radius:2px;background:var(--bb-ink);transition:.2s}
.bb-header.nav-open .bb-menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.bb-header.nav-open .bb-menu-toggle span:nth-child(2){opacity:0}
.bb-header.nav-open .bb-menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
@media(max-width:760px){
.bb-menu-toggle{display:flex}
.bb-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:6px 0 10px;border-bottom:1px solid var(--bb-line);box-shadow:0 18px 30px -16px rgba(35,26,46,.4)}
.bb-header.nav-open .bb-nav{display:flex}
.bb-nav a{padding:12px 22px;font-size:1.02rem;border-top:1px solid var(--bb-soft)}
}
/* nav phone (2026-07-02): tel link on every site, pill on the desktop overlay bar */
.bb-nav a.bb-nav-tel{font-weight:800;white-space:nowrap}
@media(min-width:761px){
.bb-header.bb-overlay .bb-nav a.bb-nav-tel{color:var(--bb-gold);border:1.5px solid var(--bb-gold);border-radius:999px;padding:5px 13px}
.bb-header.bb-overlay .bb-nav a.bb-nav-tel:hover{background:var(--bb-gold);color:#231a2e}
}
@media(max-width:760px){.bb-nav a.bb-nav-tel{color:var(--bb-accent)}}

/* ===== brand logo + page-hero band + contact form + footer pay (2026-07-02) ===== */
.bb-brand-logo{height:46px;width:auto;display:block}
.bb-page-hero{display:none}
@media(min-width:761px){.bb-page-hero{display:block;height:150px;background:#1a1226 url(/assets/hero-bg.jpg) no-repeat top center;background-size:cover;position:relative}.bb-page-hero::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(12,8,20,.38)}}
.bb-contact-wrap{max-width:720px}
.bb-contact-form .bb-field{margin:14px 0}
.bb-contact-form label{display:block;font-weight:700;margin-bottom:5px}
.bb-contact-form input,.bb-contact-form textarea{width:100%;padding:11px 13px;border:1px solid var(--bb-line);border-radius:9px;font:inherit;background:#fff}
.bb-contact-form input:focus,.bb-contact-form textarea:focus{outline:2px solid var(--bb-accent);outline-offset:1px}
.bb-hp{position:absolute !important;left:-9999px !important;top:-9999px !important;height:1px;overflow:hidden}
.bb-form-note{padding:14px 18px;border-radius:10px;margin:16px 0;font-weight:600}
.bb-form-ok{background:#e7f6ec;border:1px solid #1b7a3d;color:#14532d}
.bb-form-err{background:#fdecec;border:1px solid #b91c1c;color:#7f1d1d}
.bb-foot-site{display:flex;flex-direction:column;gap:6px}
.bb-foot-pay{display:flex;align-items:center;justify-content:center;gap:14px;margin:18px 0 6px;flex-wrap:wrap}
.bb-foot-pay span{font-weight:700}
.bb-contact-alt{margin-top:22px}
/* ===== promo (staging port) ===== */
.bg-promo {
    position: fixed;
    inset: 0;
    z-index: 99000;
    pointer-events: none;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.bg-promo[hidden] { display: none; }

/* The slide-in unit: mascot + cloud move together as one piece.
   Duration scales with screen width so wider screens feel as slow as smaller ones. */
.bg-promo__row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-150vw, -50%);
    transition: transform 4s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
    display: flex;
    align-items: center;
}
@media (min-width: 720px)  { .bg-promo__row { transition-duration: 5s; } }
@media (min-width: 1200px) { .bg-promo__row { transition-duration: 6s; } }
@media (min-width: 1600px) { .bg-promo__row { transition-duration: 7s; } }
.bg-promo--enter .bg-promo__row { transform: translate(-50%, -50%); }
.bg-promo--exit  .bg-promo__row { transform: translate(150vw, -50%); transition: transform 4s cubic-bezier(0.4, 0, 0.6, 1); }

/* Mascot — front layer, walking */
.bg-promo__stage {
    position: relative;
    width: 240px;
    height: 380px;
    z-index: 2;
    flex-shrink: 0;
    margin-right: -50px;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.18));
}
.bg-promo__mascot {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
}

/* Cloud — back layer, single SVG silhouette with continuous gradient stroke */
.bg-promo__cloud {
    position: relative;
    width: 340px;
    height: 220px;
    z-index: 1;
    pointer-events: auto;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
    flex-shrink: 0;
}
.bg-promo__cloud-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.bg-promo__title {
    position: absolute;
    inset: 76px 54px 46px 54px; /* safe box in the cloud's fat middle, biased LOW — clears every scallop */
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 1.15vw, 16px);
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -0.3px;
    text-align: center;
    text-wrap: balance;
    padding: 0;
    background: linear-gradient(135deg,
        var(--beadguy-purple, #6A0DAD) 0%,
        var(--beadguy-green, #00A651) 55%,
        #b8860b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--beadguy-purple, #6A0DAD);
    pointer-events: none;
}

.bg-promo__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--beadguy-purple, #6A0DAD);
    border: 2.5px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    transition: transform 0.15s ease, background 0.15s ease;
    padding: 0;
    z-index: 5;
}
.bg-promo__close:hover  { background: var(--beadguy-green, #00A651); transform: scale(1.08); }
.bg-promo__close:active { transform: scale(0.94); }

@media (max-width: 720px) {
    .bg-promo__stage  { width: 170px; height: 280px; margin-right: -36px; }
    .bg-promo__cloud  { width: 250px; height: 165px; }
    .bg-promo__title  { font-size: 11px; inset: 52px 40px 34px 40px; }
}

@media (max-width: 480px) {
    .bg-promo__stage  { width: 130px; height: 220px; margin-right: -28px; }
    .bg-promo__cloud  { width: 200px; height: 130px; }
    .bg-promo__title  { font-size: 9.5px; inset: 42px 32px 26px 32px; }
}

@media (prefers-reduced-motion: reduce) {
    .bg-promo__row { transition: none !important; }
    .bg-promo--enter .bg-promo__row { transform: translate(-50%, -50%); }
}
/* ===== player (staging port) ===== */
.bg-player {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.bg-player__toggle {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 3px solid var(--beadguy-purple, #6A0DAD);
    padding: 0;
    margin: 0;
    background: var(--beadguy-gold, #FFD700);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-shadow: var(--beadguy-shadow, 0 8px 24px rgba(0,0,0,0.18));
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: bg-player-pulse 2.4s ease-in-out 4;
}
.bg-player__toggle:hover { transform: scale(1.06); }
.bg-player__toggle:focus-visible { outline: 3px solid var(--beadguy-green, #00A651); outline-offset: 3px; }

.bg-player__avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.bg-player__hint {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--beadguy-purple, #6A0DAD);
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    animation: bg-hint-bounce 2.4s ease-in-out infinite;
}
.bg-player__hint::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left-color: var(--beadguy-purple, #6A0DAD);
    border-right: 0;
}
.bg-player[data-state="open"] .bg-player__hint { display: none; }

@keyframes bg-hint-bounce {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50%      { transform: translateY(-50%) translateX(-4px); }
}

.bg-player__indicator {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--beadguy-purple, #6A0DAD);
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    pointer-events: none;
}
.bg-player__indicator svg { display: block; }

@keyframes bg-player-pulse {
    0%, 100% { box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
    50%      { box-shadow: 0 8px 24px rgba(106,13,173,0.55), 0 0 0 8px rgba(106,13,173,0.12); }
}

.bg-player__body {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    background: #fff;
    border: 2px solid var(--beadguy-purple, #6A0DAD);
    border-radius: 16px;
    padding: 14px 16px 16px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.22);
    color: var(--beadguy-ink, #1a1a1a);
}
.bg-player[data-state="open"] .bg-player__toggle { display: none; }

.bg-player__close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    background: var(--beadguy-purple, #6A0DAD);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 2;
    padding: 0;
    transition: transform 0.15s ease, background 0.15s ease;
}
.bg-player__close:hover  { transform: scale(1.1); background: var(--beadguy-green, #00A651); }
.bg-player__close:active { transform: scale(0.95); }
.bg-player__close svg { display: block; }

.bg-player__dance {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: linear-gradient(135deg, #fafafa, #efefef);
    display: block;
    object-fit: cover;
}

.bg-player__title {
    font-weight: 700;
    margin: 12px 0 8px;
    text-align: center;
    color: var(--beadguy-purple, #6A0DAD);
    font-size: 14px;
    letter-spacing: 0.3px;
}

.bg-player__controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.bg-player__play {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: var(--beadguy-purple, #6A0DAD);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, background 0.15s ease;
    padding: 0;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(106,13,173,0.35);
}
.bg-player__play svg { display: block; margin-left: 2px; }
.bg-player__play[data-state="playing"] svg { margin-left: 0; }
.bg-player__play:hover { transform: scale(1.08); }
.bg-player__play:active { transform: scale(0.96); }

.bg-player__seek,
.bg-player__vol {
    width: 100%;
    accent-color: var(--beadguy-purple, #6A0DAD);
    cursor: pointer;
}

.bg-player__time {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.bg-player__tracks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-bottom: 10px;
}

.bg-player__track {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    padding: 6px 4px;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #555;
    transition: all 0.15s ease;
}
.bg-player__track:hover { border-color: var(--beadguy-purple, #6A0DAD); color: var(--beadguy-purple, #6A0DAD); }
.bg-player__track.is-active {
    background: var(--beadguy-green, #00A651);
    color: #fff;
    border-color: var(--beadguy-green, #00A651);
}

.bg-player__volume {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
    color: #777;
    margin-bottom: 8px;
}

.bg-player__lyrics-toggle {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.15s ease;
}
.bg-player__lyrics-toggle:hover {
    border-color: var(--beadguy-purple, #6A0DAD);
    color: var(--beadguy-purple, #6A0DAD);
}
.bg-player__lyrics-toggle[aria-expanded="true"] {
    background: var(--beadguy-purple, #6A0DAD);
    border-color: var(--beadguy-purple, #6A0DAD);
    color: #fff;
}

.bg-player__lyrics {
    margin-top: 8px;
    padding: 12px 12px 12px;
    background: linear-gradient(180deg, #fafafa, #f3f3f3);
    border-radius: 10px;
    max-height: 220px;
    overflow-y: auto;
    font-size: 12px;
    line-height: 1.55;
    color: #333;
    border: 1px solid #e8e8e8;
    scrollbar-width: thin;
    scrollbar-color: var(--beadguy-purple, #6A0DAD) transparent;
}
.bg-player__lyrics::-webkit-scrollbar { width: 6px; }
.bg-player__lyrics::-webkit-scrollbar-thumb {
    background: var(--beadguy-purple, #6A0DAD);
    border-radius: 3px;
}
.bg-player__lyrics p {
    margin: 0 0 12px;
}
.bg-player__lyrics p:last-child { margin-bottom: 0; }
.bg-player__lyrics-credit { font-size: .82em; opacity: .85; }
.bg-player__lyrics a { color: inherit; text-decoration: underline; }
.bg-player__lyrics-chorus {
    color: var(--beadguy-purple, #6A0DAD);
    font-weight: 700;
    padding: 8px 10px;
    background: rgba(255, 215, 0, 0.18);
    border-left: 3px solid var(--beadguy-gold, #FFD700);
    border-radius: 4px;
}

@media (max-width: 480px) {
    .bg-player { bottom: 12px; right: 12px; }
    .bg-player__body { width: calc(100vw - 24px); }
    .bg-player__toggle { width: 64px; height: 64px; }
}

@media (prefers-reduced-motion: reduce) {
    .bg-player__toggle,
    .bg-player__play { animation: none; transition: none; }
    .bg-player__toggle:hover,
    .bg-player__play:hover { transform: none; }
}
/* ===== promotionbeads-style product blocks (2026-07-02) ===== */
.bb-pb h2{text-align:left;color:#111;margin-top:0}
.bb-pb-intro{margin:4px 0 6px}
.bb-pb-count{color:#555;font-size:.95rem;margin:0 0 24px}
.bb-pb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px}
.bb-pb-card{background:#f6f6f6;padding:14px 14px 24px;text-align:center}
.bb-pb-card img{width:100%;height:auto;background:#fff;display:block}
.bb-pb-card h3{color:#3aaa35;font-size:1.05rem;line-height:1.35;margin:16px 6px 14px}
.bb-pb-btn{display:inline-block;background:linear-gradient(#ffd24a,#f0b400);color:#111 !important;font-weight:800;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase;padding:11px 24px;border-radius:6px;text-decoration:none !important;box-shadow:0 2px 5px rgba(0,0,0,.25)}
.bb-pb-btn:hover{filter:brightness(1.06)}
.bb-pbprod{display:grid;grid-template-columns:1fr 1.25fr;gap:36px;align-items:start;text-align:left}
@media(max-width:860px){.bb-pbprod{grid-template-columns:1fr}}
.bb-pbprod-img img{width:100%;height:auto;border:1px solid #e3e3e3;background:#fff;display:block}
.bb-pbprod ul{margin:16px 0 22px;padding-left:22px}
.bb-pbprod li{margin:7px 0}
.bb-pbtable{width:100%;border-collapse:collapse;margin-top:6px;max-width:640px}
.bb-pbtable th{background:#f7c500;color:#111;text-align:left;padding:10px 14px;font-weight:800}
.bb-pbtable td{border:1px solid #e3e3e3;background:#fff;padding:9px 14px}
/* ===== fixed motion background video, 50% opacity (2026-07-02) ===== */
.bb-bgvid{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
.bb-bgvid video{width:100%;height:100%;object-fit:cover;opacity:.5}
body.bb-hasvid .bb-section.alt{background:rgba(255,255,255,.6)}
/* ===== product pages: crumb + share row (staging layout port, 2026-07-02) ===== */
.bb-prodpage h1{text-align:left;margin:0 0 10px}
.bb-prod-meta{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid var(--bb-line)}
.bb-crumb{font-size:.88rem;color:#666}
.bb-crumb a{color:var(--bb-accent)}
.bb-share{display:flex;gap:7px}
.bb-share a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;color:#fff !important;text-decoration:none !important}
.bb-share a svg{width:17px;height:17px;fill:#fff}
.bb-share a:hover{filter:brightness(1.12)}
.bb-share .s-fb{background:#3c5a99}
.bb-share .s-ig{background:radial-gradient(circle at 30% 110%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
.bb-share .s-pin{background:#e60023}
.bb-share .s-em{background:#607d8b}
.bb-share .s-sms{background:#34af23}
/* ===== companies-that-trust-us slider + footer social band (2026-07-02) ===== */
.bb-trust{background:rgba(255,255,255,.82);padding:26px 0 8px}
.bb-logoslider{position:relative;padding:0 46px}
.bb-ls-view{overflow:hidden}
.bb-ls-track{display:flex;will-change:transform}
.bb-ls-item{flex:0 0 16.6667%;min-width:16.6667%;padding:6px 14px;display:flex;align-items:center;justify-content:center}
.bb-ls-item img{max-height:74px;width:auto;object-fit:contain}
@media(max-width:1000px){.bb-ls-item{flex-basis:25%;min-width:25%}}
@media(max-width:700px){.bb-ls-item{flex-basis:33.334%;min-width:33.334%}}
@media(max-width:480px){.bb-ls-item{flex-basis:50%;min-width:50%}}
.bb-ls-prev,.bb-ls-next{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;background:none;cursor:pointer;color:#444;padding:0;z-index:2}
.bb-ls-prev{left:2px}.bb-ls-next{right:2px}
.bb-ls-prev svg,.bb-ls-next svg{width:26px;height:26px;fill:currentColor}
.bb-ls-prev:hover,.bb-ls-next:hover{color:var(--bb-accent)}
.bb-ls-dots{display:flex;justify-content:center;gap:8px;margin:12px 0 6px;list-style:none;padding:0}
.bb-ls-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#c9c2d6;cursor:pointer;padding:0;font-size:0}
.bb-ls-dots .on button{background:var(--bb-accent)}
.bb-socialband{display:flex;justify-content:center;gap:18px;padding:20px 0 26px;background:rgba(255,255,255,.82)}
.bb-socialband a{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;box-shadow:0 6px 16px rgba(0,0,0,.28);transition:transform .15s ease}
.bb-socialband a svg{width:28px;height:28px;fill:#fff}
.bb-socialband a:hover{transform:scale(1.08)}
.bb-sb-ig{background:radial-gradient(circle at 30% 110%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}
.bb-sb-fb{background:#1877f2}
.bb-sb-yt{background:#f00}
