/* BudBuddies FAQ — public styles. Dependency-free, scoped to .bb-faq. */

@font-face {
	font-family: "BB Space Grotesk";
	src: url("../fonts/space-grotesk.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
}

.bb-faq {
	--ink: #17252d;
	--night: #17232b;
	--plum: #422156;
	--plum-deep: #281432;
	--paper: #f3ecdc;
	--paper-bright: #fffaf1;
	--lavender: #d8c8ee;
	--gold: #edb83f;
	--acid: #b9e447;
	--coral: #ef715e;
	--muted: #6c6872;
	--bb-font-display: "BB Space Grotesk", "Trebuchet MS", Arial, ui-sans-serif, system-ui, sans-serif;
	--bb-font-text: "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--bb-font-text) !important;
	position: relative;
	width: 100%;
}
.bb-faq *, .bb-faq *::before, .bb-faq *::after { box-sizing: border-box; }
.bb-faq button, .bb-faq input { font: inherit; }
.bb-faq button { cursor: pointer; }
.bb-faq :focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }

/*
 * The active bud_2024 theme applies its brush display face to every heading.
 * Protect all functional FAQ copy from that global rule, including shortcode
 * placements that do not receive the configured-page body class.
 */
body .bb-faq :where(p, li, a, button, input, select, textarea) {
	font-family: var(--bb-font-text) !important;
}
body .bb-faq :where(h1, h2, h3, h4, h5, h6, summary, .bb-kicker, .bb-trigger, .bb-cat, .bb-count, .bb-reset, .bb-links a) {
	font-family: var(--bb-font-display) !important;
}

body.bbfaq-full-bleed-page { container-type: inline-size; }
body.bbfaq-rendered-page .page-hero { display: none !important; }
body.bbfaq-rendered-page .page-content { padding-top: 0 !important; padding-bottom: 0 !important; }
body.bbfaq-rendered-page .page-content > .container > .row > [class*="col"] > .bb-faq:last-child { margin-bottom: 0; }

.bb-faq .bb-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.bb-faq .bb-hero, .bb-faq .bb-support {
	width: var(--bb-viewport-width, 100vw);
	width: var(--bb-viewport-width, 100cqw);
	margin-left: calc(50% - (var(--bb-viewport-width, 100vw) / 2));
	margin-left: calc(50% - (var(--bb-viewport-width, 100cqw) / 2));
	margin-right: calc(50% - (var(--bb-viewport-width, 100vw) / 2));
	margin-right: calc(50% - (var(--bb-viewport-width, 100cqw) / 2));
}

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

/* Hero */
.bb-hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #32143f 0%, var(--plum) 52%, #512562 100%); color: var(--paper); isolation: isolate; box-shadow: inset 0 -1px rgba(255,255,255,.08); }
.bb-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: url("../images/pattern.webp"); background-size: 430px; opacity: .065; mix-blend-mode: screen; }
.bb-hero::after { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; left: -230px; top: -270px; border: 1px solid rgba(185,228,71,.34); border-radius: 50%; box-shadow: 0 0 0 28px rgba(185,228,71,.05), 0 0 0 58px rgba(185,228,71,.035); }
.bb-hero-inner { position: relative; min-height: 520px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; }
.bb-hero-inner > div:first-child { padding: 36px 0; }
.bb-kicker { color: var(--acid); letter-spacing: .18em; text-transform: uppercase; font-size: 10px; font-weight: 700; margin: 0; }
.bb-hero h1 { max-width: 690px; margin: 15px 0 20px; color: #fffdf7; font-size: clamp(46px, 6.4vw, 86px); line-height: .96; letter-spacing: -.045em; font-weight: 700; text-wrap: balance; text-shadow: 0 3px 0 rgba(30,12,42,.22); }
.bb-hero p { max-width: 590px; margin-bottom: 0; color: #fffdf7; font-size: 18px; font-weight: 600; line-height: 1.72; text-shadow: 0 1px 12px rgba(24,6,35,.45); }
.bb-orbit { position: absolute; right: -40px; bottom: -70px; width: 480px; height: 480px; border: 1px solid rgba(216,200,238,.55); border-radius: 50%; opacity: .65; transform: rotate(-17deg); }
.bb-orbit::before, .bb-orbit::after { content: ""; position: absolute; border: 1px solid rgba(216,200,238,.38); border-radius: 50%; }
.bb-orbit::before { inset: 54px -45px; transform: rotate(29deg); }
.bb-orbit::after { width: 10px; height: 10px; right: 42px; top: 56px; background: var(--gold); border: 0; box-shadow: 0 0 0 7px rgba(237,184,63,.15); }
.bb-orbit i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--acid); opacity: .8; }
.bb-orbit i:nth-child(1) { left: 13%; top: 34%; }
.bb-orbit i:nth-child(2) { left: 62%; top: 16%; background: var(--gold); }
.bb-orbit i:nth-child(3) { right: 18%; bottom: 19%; background: var(--coral); }
.bb-orbit i:nth-child(4) { left: 30%; top: 8%; width: 6px; height: 6px; background: #fffdf7; }
.bb-orbit i:nth-child(5) { left: 4%; bottom: 30%; width: 5px; height: 5px; background: var(--lavender); }
.bb-orbit i:nth-child(6) { right: 6%; top: 40%; width: 5px; height: 5px; background: var(--gold); }
.bb-astro-scene { position: absolute; z-index: 2; right: -12px; bottom: 0; width: 390px; height: 390px; pointer-events: none; }
.bb-astro { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(20,7,28,.28)); transition: opacity .45s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.bb-pose { position: absolute; inset: 0; display: block; visibility: hidden; opacity: 0; transform: translate3d(28px,28px,0) scale(.88) rotate(4deg); transition: opacity .55s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.bb-pose[data-frame-ready="true"] { visibility: visible; }
.bb-pose img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 24px 23px rgba(16,5,25,.32)); }
.bb-astro-scene[data-active-pose] .bb-astro-base { opacity: 0; transform: translate3d(-18px,-10px,0) scale(.94); }
.bb-astro-scene[data-active-pose="3"] .bb-pose-3,
.bb-astro-scene[data-active-pose="4"] .bb-pose-4,
.bb-astro-scene[data-active-pose="5"] .bb-pose-5,
.bb-astro-scene[data-active-pose="6"] .bb-pose-6,
.bb-astro-scene[data-active-pose="7"] .bb-pose-7 { opacity: 1; transform: translate3d(0,0,0) scale(1) rotate(0); }
.bb-picture { display: contents; }

/* Mission / toolbar */
.bb-mission { padding: 43px 0 82px; position: relative; }
.bb-toolbar { display: grid; grid-template-columns: minmax(240px, 1fr) auto; gap: 18px; align-items: center; margin-bottom: 22px; }
.bb-search { position: relative; display: block; }
.bb-search svg { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); color: var(--plum); }
.bb-search input { width: 100%; min-height: 56px; border: 1px solid #d9cbb9; border-radius: 9px; background: var(--paper-bright); padding: 0 46px; color: var(--ink); box-shadow: 0 4px 0 rgba(66,33,86,.04); transition: border-color .2s, box-shadow .2s; }
.bb-search input:focus { border-color: var(--plum); box-shadow: 0 0 0 4px rgba(66,33,86,.09); outline: none; }
.bb-search input::placeholder { color: #8a7789; }
.bb-count { font-size: 11px; color: var(--muted); font-weight: 700; letter-spacing: .03em; }
.bb-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 39px; }
.bb-cat { min-height: 44px; padding: 0 14px; border: 1px solid #d8c8b7; border-radius: 999px; color: var(--plum); background: transparent; font-size: 11px; font-weight: 700; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.bb-cat:hover { transform: translateY(-2px); }
.bb-cat:hover, .bb-cat[aria-pressed="true"] { background: var(--plum); border-color: var(--plum); color: var(--paper); }

/* Layout */
.bb-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 50px; }
.bb-side-note { border-left: 3px solid var(--gold); padding: 1px 0 1px 15px; font-size: 11px; line-height: 1.7; color: var(--muted); }
.bb-side-note strong { display: block; color: var(--plum); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; margin-bottom: 7px; }

/* Category + items */
.bb-category { margin-bottom: 39px; scroll-margin-top: 24px; }
.bb-category h2 { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--plum); margin: 0 0 13px; display: flex; align-items: center; gap: 12px; }
.bb-category h2::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(239,113,94,.14); flex: none; }
.bb-category h2::after { content: ""; height: 1px; background: #ddcdbd; flex: 1; }
.bb-item { background: var(--paper-bright); border: 1px solid #dfd1c1; border-radius: 9px; margin: 9px 0; overflow: clip; transition: border-color .2s, box-shadow .2s, transform .2s; }
.bb-item:hover { transform: translateX(2px); border-color: #c8b2c9; }
.bb-item:has(.bb-trigger[aria-expanded="true"]) { border-color: var(--gold); box-shadow: 0 10px 25px rgba(50,23,68,.1); transform: translateX(3px); }
.bb-q-heading { margin: 0; font-size: inherit; font-weight: inherit; }
.bb-trigger { width: 100%; min-height: 64px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 15px; font-weight: 650; line-height: 1.45; letter-spacing: -.01em; }
.bb-trigger svg { flex: none; color: var(--plum); transition: transform .25s ease, color .2s; }
.bb-trigger:hover svg { color: var(--coral); }
.bb-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.bb-answer { padding: 0 20px 21px; max-width: 780px; color: #382a3d; font-size: 14px; line-height: 1.78; animation: bb-answer-in .22s ease-out both; }
.bb-answer p { margin: 0 0 12px; }
.bb-answer p:last-child { margin-bottom: 0; }
.bb-answer ul, .bb-answer ol { margin: 8px 0 12px 22px; padding: 0; }
.bb-answer li { margin: 6px 0; padding-left: 3px; }
.bb-answer a { color: var(--plum); font-weight: 800; text-underline-offset: 3px; }

/* No-JS fallback: use native details/summary so all answers are readable. */
.bb-faq:not(.bb-js) .bb-toolbar,
.bb-faq:not(.bb-js) .bb-cats { display: none; }
.bb-summary { list-style: none; }
.bb-summary::-webkit-details-marker { display: none; }
.bb-trigger { display: none; }
.bb-details > .bb-answer { display: block; }
.bb-faq:not(.bb-js) .bb-details { padding: 0 0 8px; }
.bb-faq:not(.bb-js) .bb-summary { position: static; width: auto; height: auto; clip: auto; padding: 16px 20px; font-weight: 650; line-height: 1.45; color: var(--ink); }

/* JS enhanced: show buttons, hide native summary, JS controls answer. */
.bb-js .bb-trigger { display: flex; }
.bb-js .bb-summary { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.bb-js .bb-details-enhanced { display: block; }
.bb-js .bb-answer[hidden] { display: none; }

/* Empty state */
.bb-empty { background: #eee2f5; border: 1px dashed #9c7eb2; border-radius: 14px; padding: 56px 28px; text-align: center; }
.bb-empty h2 { margin: 0 0 8px; color: var(--plum); font-size: 25px; }
.bb-empty p { margin: 0 0 20px; color: #66536e; }
.bb-reset { min-height: 44px; border: 0; border-radius: 999px; padding: 0 18px; background: var(--acid); color: var(--plum-deep); font-weight: 700; transition: transform .2s; }
.bb-reset:hover { transform: translateY(-2px); }

/* Support */
.bb-support { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 42%, #4d285e 0, #32183f 36%, #211027 78%); color: var(--paper); padding: 112px 0 120px; isolation: isolate; }
.bb-support::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .055; background: url("../images/pattern.webp") center / 390px; }
.bb-support::after { content: ""; position: absolute; z-index: -1; width: 460px; height: 460px; right: -115px; bottom: -270px; border: 1px solid rgba(216,200,238,.2); border-radius: 50%; box-shadow: 0 0 0 46px rgba(216,200,238,.025), 0 0 0 92px rgba(185,228,71,.018); }
.bb-support-inner { position: relative; display: grid; grid-template-columns: 1fr 220px; gap: 40px; align-items: center; }
.bb-support h2 { margin: 10px 0 12px; color: #fff9ed; font-size: clamp(38px, 5vw, 64px); font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.bb-support p { color: #fff7ec; max-width: 580px; line-height: 1.75; font-size: 17px; font-weight: 600; }
.bb-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.bb-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 7px; background: var(--gold); color: var(--plum-deep); font-weight: 700; text-decoration: none; font-size: 11px; transition: transform .2s, background .2s; }
.bb-links a:hover, .bb-links a:focus-visible {
	transform: translateY(-2px); background: #d7a530; color: #24102d;
	box-shadow: 0 8px 22px rgba(237,184,63,.24);
}
.bb-support .bb-picture-img { width: 225px; max-height: 280px; height: auto; object-fit: contain; justify-self: end; filter: drop-shadow(0 18px 18px rgba(0,0,0,.3)); transform-origin: 50% 100%; }
.bb-support-stars { position: absolute; inset: 0; pointer-events: none; }
.bb-support-stars i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--acid); opacity: .75; box-shadow: 0 0 14px currentColor; }
.bb-support-stars i:nth-child(1) { left: 8%; top: 24%; }
.bb-support-stars i:nth-child(2) { left: 43%; top: 16%; width: 3px; height: 3px; background: var(--gold); }
.bb-support-stars i:nth-child(3) { left: 68%; top: 62%; background: var(--coral); }
.bb-support-stars i:nth-child(4) { right: 9%; top: 19%; width: 3px; height: 3px; background: var(--lavender); }
.bb-support-stars i:nth-child(5) { left: 31%; bottom: 14%; width: 4px; height: 4px; background: var(--gold); }

/* Reflow at 320px and small screens */
@media (max-width: 760px) {
	.bb-faq .bb-shell { width: min(100% - 28px, 620px); }
	.bb-hero-inner { min-height: 660px; display: block; padding-top: 62px; }
	.bb-hero h1 { max-width: 430px; }
	.bb-hero p { max-width: 420px; }
	.bb-astro-scene { width: 255px; height: 255px; right: -18px; bottom: 0; }
	.bb-orbit { width: 330px; height: 330px; right: -70px; bottom: -8px; }
	.bb-toolbar { grid-template-columns: 1fr; }
	.bb-layout { display: block; }
	.bb-side-note { margin-bottom: 28px; }
	.bb-support-inner { grid-template-columns: 1fr 125px; gap: 12px; }
	.bb-support .bb-picture-img { width: 125px; }
	.bb-answer { font-size: 13px; }
}
@media (max-width: 420px) {
	.bb-hero-inner { min-height: 690px; }
	.bb-hero h1 { font-size: clamp(40px, 13.5vw, 54px); letter-spacing: -.04em; }
	.bb-hero p { font-size: 16px; line-height: 1.65; }
	.bb-astro-scene { width: 235px; height: 235px; }
	.bb-support-inner { grid-template-columns: 1fr; }
	.bb-support .bb-picture-img { width: 120px; justify-self: end; margin-top: -24px; }
}

/* ------------------------------------------------------------------ *
 * Motion layer. Everything below is opt-in: the `bb-motion` class is
 * added by JS only when the visitor has not requested reduced motion,
 * so the no-JS and reduced-motion experiences keep all content visible
 * with zero hidden initial states (fail-open).
 * ------------------------------------------------------------------ */

/* Section entrances (one-shot: `bb-entered` is added the first time a
   section approaches the viewport and never removed, so scrolling away
   never re-hides content). */
.bb-js.bb-motion .bb-reveal { transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.bb-js.bb-motion .bb-reveal:not(.bb-entered) { opacity: 0; transform: translateY(40px); }

/* Category groups rise in as they approach the viewport… */
.bb-js.bb-motion .bb-category { opacity: 0; transform: translateY(34px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.75,.25,1); }
.bb-js.bb-motion .bb-category.bb-in-view { opacity: 1; transform: none; }
/* …their gold divider draws itself… */
.bb-js.bb-motion .bb-category h2::after { transform: scaleX(0); transform-origin: left center; transition: transform .85s cubic-bezier(.2,.75,.25,1) .18s; }
.bb-js.bb-motion .bb-category.bb-in-view h2::after { transform: scaleX(1); }
/* …and the question cards fade in on a stagger (opacity only, so the
   hover/open translate effects keep working untouched). */
.bb-js.bb-motion .bb-category .bb-item { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s cubic-bezier(.2,.75,.25,1); }
.bb-js.bb-motion .bb-category.bb-in-view .bb-item { opacity: 1; transform: none; }
.bb-js.bb-motion .bb-category.bb-in-view .bb-item:nth-child(2) { transition-delay: .07s; }
.bb-js.bb-motion .bb-category.bb-in-view .bb-item:nth-child(3) { transition-delay: .14s; }
.bb-js.bb-motion .bb-category.bb-in-view .bb-item:nth-child(4) { transition-delay: .21s; }
.bb-js.bb-motion .bb-category.bb-in-view .bb-item:nth-child(5) { transition-delay: .28s; }
.bb-js.bb-motion .bb-category.bb-in-view .bb-item:nth-child(6) { transition-delay: .35s; }
.bb-js.bb-motion .bb-category.bb-in-view .bb-item:nth-child(n+7) { transition-delay: .42s; }
/* While a search/category filter is active, results must snap in — no
   stagger, fast fade — so matches are never seen mid-transition. */
.bb-js.bb-motion.bb-filtered .bb-category.bb-in-view .bb-item { transition-delay: 0s !important; transition-duration: .2s; }

/* Hero orbit dots twinkle while the hero is on screen. */
.bb-js .bb-hero.bb-in-view[data-motion-state="running"] .bb-orbit i { animation: bb-star-pulse 2.2s ease-in-out infinite; }
.bb-js .bb-hero.bb-in-view[data-motion-state="running"] .bb-orbit i:nth-child(2) { animation-delay: -1.1s; }
.bb-js .bb-hero.bb-in-view[data-motion-state="running"] .bb-orbit i:nth-child(3) { animation-delay: -1.7s; }
.bb-js .bb-hero.bb-in-view[data-motion-state="running"] .bb-orbit i:nth-child(4) { animation-delay: -.5s; }
.bb-js .bb-hero.bb-in-view[data-motion-state="running"] .bb-orbit i:nth-child(5) { animation-delay: -1.4s; }
.bb-js .bb-hero.bb-in-view[data-motion-state="running"] .bb-orbit i:nth-child(6) { animation-delay: -.9s; }
/* Hero shooting star — a clearly visible periodic streak. */
.bb-js.bb-motion .bb-hero .bb-shoot { position: absolute; z-index: -1; right: 14%; top: 14%; width: 120px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #fffdf7 0, rgba(255,253,247,0) 100%); box-shadow: 0 0 10px rgba(255,253,247,.6); opacity: 0; pointer-events: none; }
.bb-js .bb-hero.bb-in-view[data-motion-state="running"] .bb-shoot { animation: bb-shoot 6s linear infinite; }
@keyframes bb-shoot { 0%, 58% { opacity: 0; transform: rotate(-22deg) translate3d(0,0,0); } 60% { opacity: 1; } 70% { opacity: 0; transform: rotate(-22deg) translate3d(-320px,0,0); } 100% { opacity: 0; transform: rotate(-22deg) translate3d(-320px,0,0); } }

/* Kicker underline pulse. */
.bb-js.bb-motion .bb-kicker { position: relative; display: inline-block; }
.bb-js.bb-motion .bb-kicker::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--acid); transition: right 1s cubic-bezier(.2,.75,.25,1) .35s; }
.bb-js.bb-motion .bb-reveal.bb-entered .bb-kicker::after { right: 22%; }

/* Micro-interactions (hover/focus polish, active everywhere). */
.bb-search svg { transition: color .2s, transform .25s ease; }
.bb-search input:focus ~ svg, .bb-search:focus-within svg { color: var(--coral); transform: translateY(-50%) scale(1.12); }
.bb-cat:hover { box-shadow: 0 8px 18px rgba(66,33,86,.16); }
.bb-cat { transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .25s; }
.bb-item:hover .bb-trigger svg { transform: translateY(2px); }
.bb-item:hover .bb-trigger[aria-expanded="true"] svg { transform: rotate(180deg) translateY(-2px); }
.bb-links a { position: relative; overflow: hidden; }
.bb-links a::after { content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 40%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.45), transparent); transform: skewX(-18deg); transition: left .55s ease; }
.bb-links a:hover::after, .bb-links a:focus-visible::after { left: 130%; }

@keyframes bb-answer-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bb-float { 0%,100% { transform: translate3d(0,0,0) rotate(-1.5deg); } 50% { transform: translate3d(0,-18px,0) rotate(1.5deg); } }
@keyframes bb-drift { from { transform: rotate(-17deg) translate3d(0,0,0); } to { transform: rotate(-9deg) translate3d(16px,-8px,0); } }
@keyframes bb-mascot-salute { 0%,100% { transform: translate3d(0,0,0) rotate(0); } 50% { transform: translate3d(0,-14px,0) rotate(2deg); } }
@keyframes bb-star-pulse { 0%,100% { opacity: .25; transform: scale(.65); } 50% { opacity: 1; transform: scale(1.35); } }
.bb-js .bb-reveal:not([data-motion-state="running"]),
.bb-js .bb-reveal:not([data-motion-state="running"]) * { animation-play-state: paused; }
.bb-js .bb-reveal.bb-in-view[data-motion-state="running"] .bb-astro-base { animation: bb-float 4s ease-in-out infinite; }
.bb-js .bb-reveal.bb-in-view[data-motion-state="running"] .bb-orbit { animation: bb-drift 5.5s ease-in-out alternate infinite; }
.bb-js .bb-support.bb-in-view[data-motion-state="running"] .bb-picture-img { animation: bb-mascot-salute 3.6s ease-in-out infinite; }
.bb-js .bb-support.bb-in-view[data-motion-state="running"] .bb-support-stars i { animation: bb-star-pulse 2.2s ease-in-out infinite; }
.bb-js .bb-support.bb-in-view[data-motion-state="running"] .bb-support-stars i:nth-child(2) { animation-delay: -.7s; }
.bb-js .bb-support.bb-in-view[data-motion-state="running"] .bb-support-stars i:nth-child(3) { animation-delay: -1.4s; }
.bb-js .bb-support.bb-in-view[data-motion-state="running"] .bb-support-stars i:nth-child(4) { animation-delay: -2.1s; }
.bb-js .bb-support.bb-in-view[data-motion-state="running"] .bb-support-stars i:nth-child(5) { animation-delay: -.35s; }

@media (prefers-reduced-motion: reduce) {
	/* :not(.bb-force-motion) keeps the ?bbmotion=on diagnostic override working. */
	.bb-faq:not(.bb-force-motion) *, .bb-faq:not(.bb-force-motion) *::before, .bb-faq:not(.bb-force-motion) *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
	.bb-faq:not(.bb-force-motion) .bb-reveal, .bb-faq:not(.bb-force-motion) .bb-reveal * { animation-play-state: paused !important; }
	/* Never let entrance states hide content for reduced-motion visitors. */
	.bb-faq:not(.bb-force-motion) .bb-reveal, .bb-faq:not(.bb-force-motion) .bb-category, .bb-faq:not(.bb-force-motion) .bb-item { opacity: 1 !important; transform: none !important; }
	.bb-faq:not(.bb-force-motion) .bb-pose { display: none !important; }
	.bb-faq:not(.bb-force-motion) .bb-astro-scene[data-active-pose] .bb-astro-base { opacity: 1; transform: none; }
}
@media (forced-colors: active) {
	.bb-faq { background: Canvas; color: CanvasText; }
	.bb-item, .bb-search input, .bb-cat { border: 1px solid ButtonText; }
	.bb-cat[aria-pressed="true"], .bb-reset, .bb-links a { forced-color-adjust: none; }
}
