.bgu-hero{--bgu-fg: #fff;--bgu-muted: rgba(255,255,255,.72);--bgu-accent: #F5C040;--bgu-cta-bg: #E84E1B;position:relative;overflow:hidden;isolation:isolate;min-height:720px;display:flex;align-items:center;justify-content:center;padding:80px 24px;font-family:Nunito,sans-serif;color:var(--bgu-fg);background:linear-gradient(160deg,#2a1814,#1a0f0c)}.bgu-hero--dark{background:linear-gradient(160deg,#2a1814,#1a0f0c)}.bgu-hero--orange{background:linear-gradient(160deg,#e84e1b,#8a2308)}.bgu-hero--blue{background:linear-gradient(160deg,#0f8ec0,#0a4a64)}.bgu-hero--cream,.bgu-hero--white{--bgu-fg: #1A1A1A;--bgu-muted: #666;--bgu-accent: #E84E1B}.bgu-hero--cream{background:#fff5e8}.bgu-hero--white{background:#fff}.bgu-hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse at 50% 55%,rgba(232,78,27,.22),transparent 55%)}.bgu-hero--cream .bgu-hero__glow,.bgu-hero--white .bgu-hero__glow{background:radial-gradient(ellipse at 50% 55%,rgba(245,192,64,.3),transparent 55%)}.bgu-hero__pieces{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.bgu-piece{position:absolute;width:var(--s, 80px);height:var(--s, 80px);left:var(--x);top:var(--y);transform:translate(-50%,-50%) rotate(var(--r, 0deg));filter:drop-shadow(0 8px 16px rgba(0,0,0,.18));animation:bgu-float 7s ease-in-out infinite}.bgu-piece:nth-child(2){animation-duration:8s;animation-delay:-2s}.bgu-piece:nth-child(3){animation-duration:9s;animation-delay:-1s}.bgu-piece:nth-child(4){animation-duration:6.5s;animation-delay:-3s}.bgu-piece:nth-child(5){animation-duration:7.5s;animation-delay:-4s}.bgu-piece:nth-child(6){animation-duration:8.5s;animation-delay:-1.5s}.bgu-piece:nth-child(7){animation-duration:6s;animation-delay:-2.5s}.bgu-piece:nth-child(8){animation-duration:9.5s;animation-delay:-3.5s}.bgu-piece:nth-child(9){animation-duration:7s;animation-delay:-.5s}.bgu-piece:nth-child(10){animation-duration:8s;animation-delay:-4.5s}.bgu-piece:nth-child(11){animation-duration:7.2s;animation-delay:-1.8s}@keyframes bgu-float{0%,to{transform:translate(-50%,-50%) rotate(var(--r, 0deg)) translateY(0)}50%{transform:translate(-50%,-50%) rotate(var(--r, 0deg)) translateY(-10px)}}@media(prefers-reduced-motion:reduce){.bgu-piece{animation:none}}.bgu-hero__content{position:relative;z-index:2;max-width:1000px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:28px}.bgu-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:9999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:var(--bgu-accent);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.bgu-hero--cream .bgu-hero__eyebrow,.bgu-hero--white .bgu-hero__eyebrow{background:#e84e1b14;border-color:#e84e1b2e}.bgu-hero__dot{width:7px;height:7px;border-radius:50%;background:var(--bgu-accent)}.bgu-hero__headline{font-family:Fredoka,Nunito,sans-serif;font-size:clamp(44px,9vw,108px);font-weight:700;line-height:.94;letter-spacing:-.035em;margin:0;text-wrap:balance}.bgu-hero__headline>span{display:block}.bgu-hero__line2{color:var(--bgu-accent);font-style:italic}.bgu-hero__sub{font-size:clamp(15px,1.5vw,22px);color:var(--bgu-muted);line-height:1.5;margin:0;max-width:640px;text-wrap:balance}.bgu-hero__ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.bgu-btn{display:inline-flex;align-items:center;gap:8px;border-radius:9999px;padding:16px 28px;font-family:Nunito,sans-serif;font-size:16px;font-weight:800;text-decoration:none;cursor:pointer;letter-spacing:-.005em;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;border:2px solid transparent}.bgu-btn:hover{transform:translateY(-1px)}.bgu-btn:active{transform:translateY(0)}.bgu-btn--primary{background:var(--bgu-cta-bg);color:#fff;box-shadow:0 6px 22px #e84e1b5c}.bgu-btn--primary:hover{background:#c83e10;box-shadow:0 10px 28px #e84e1b73}.bgu-btn--ghost{background:#ffffff1f;color:#fff;border-color:#ffffff4d;padding:14px 24px}.bgu-btn--ghost:hover{background:#ffffff2e}.bgu-hero--cream .bgu-btn--ghost,.bgu-hero--white .bgu-btn--ghost{background:#fff;color:#1a1a1a;border-color:#1a1a1a}.bgu-hero--cream .bgu-btn--ghost:hover,.bgu-hero--white .bgu-btn--ghost:hover{background:#f5f5f5}.bgu-trust{list-style:none;padding:0;margin:8px 0 0;display:flex;align-items:center;gap:28px;flex-wrap:wrap;justify-content:center;color:var(--bgu-muted);font-size:13px;font-weight:600}.bgu-trust li{display:flex;align-items:center;gap:8px}.bgu-trust b{color:var(--bgu-fg);font-weight:800}.bgu-stars{display:inline-flex;gap:2px}@media(max-width:720px){.bgu-hero{min-height:640px;padding:56px 20px}.bgu-hero__content{gap:20px}.bgu-hero__headline{font-size:clamp(38px,11vw,56px)}.bgu-hero__sub{font-size:15px}.bgu-btn{padding:13px 22px;font-size:14px}.bgu-btn--ghost{padding:11px 18px}.bgu-trust{gap:14px;font-size:12px}.bgu-piece--mobile-hide{display:none}.bgu-piece{--s: calc(var(--s, 80px) * .75)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theatrical-hero.css.map */
