.byysc-hero{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;min-height:clamp(560px,var(--byysc-hero-min, 100dvh),100dvh);padding-block-start:clamp(2.5rem,15vh,10rem);padding-block-end:clamp(2rem,6vh,4rem);text-align:center;isolation:isolate;overflow:hidden;color:var(--byysc-white, #ffffff)}.byysc-hero__shader{position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:0;pointer-events:none;background:var(--byysc-base)}.byysc-mesh-shader__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;opacity:0;transition:opacity .6s ease-out}.byysc-mesh-shader--ready .byysc-mesh-shader__canvas{opacity:1}.byysc-mesh-shader--unsupported{background:radial-gradient(ellipse at 30% 30%,rgba(217,21,239,.35) 0%,transparent 50%),radial-gradient(ellipse at 70% 70%,rgba(248,179,255,.25) 0%,transparent 55%),var(--byysc-base)}.byysc-hero>.byysc-ambient__vignette{z-index:1}.byysc-hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:clamp(.75rem,2vw,1.25rem);width:100%;max-width:38rem}.byysc-hero__logo{display:flex;align-items:center;justify-content:center;margin-block-end:clamp(.25rem,1vw,.5rem)}.byysc-hero__logo-img{display:block;width:clamp(240px,58vw,820px);height:auto;aspect-ratio:8885 / 3504;filter:drop-shadow(0 0 22px rgba(7,6,26,.32)) drop-shadow(0 16px 40px rgba(7,6,26,.45))}.byysc-hero__tagline{margin:0;font-family:var(--byysc-font-body, inherit);font-size:clamp(.8125rem,1.4vw,.9375rem);font-weight:400;letter-spacing:.18em;text-transform:lowercase;color:var(--byysc-white, #ffffff);text-wrap:balance;opacity:.95}.byysc-hero__cta-group{display:flex;flex-wrap:wrap;align-items:stretch;gap:.75rem;justify-content:center;margin-block-start:clamp(.75rem,2vw,1.5rem)}.byysc-button--hero{background:#07061a38;color:var(--byysc-white, #ffffff);border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(10px) saturate(125%);-webkit-backdrop-filter:blur(10px) saturate(125%);box-shadow:0 6px 22px #07061a38;min-width:8rem;padding:.85rem 1.5rem;font-size:.75rem;letter-spacing:.16em}.byysc-button--hero:hover{background:#07061a57;border-color:#ffffffe6;color:var(--byysc-white, #ffffff);box-shadow:0 8px 28px #07061a4d}.byysc-button--hero:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:3px}.byysc-hero__actions{display:flex;flex-direction:column;align-items:center;gap:clamp(.75rem,2vw,1.25rem);width:100%}.byysc-hero__signup{display:grid;grid-template-rows:0fr;width:100%;max-width:24rem;margin-inline:auto;opacity:0;visibility:hidden;transition:grid-template-rows .32s var(--byysc-ease-out, cubic-bezier(.2, .7, .2, 1)),opacity .26s ease,visibility .32s}.byysc-hero__signup.is-open{grid-template-rows:1fr;opacity:1;visibility:visible}.byysc-hero__signup-inner{overflow:hidden;min-height:0;display:flex;flex-direction:column;gap:.6rem}.byysc-hero__signup-field{background:#07061a52;border-color:#ffffff52;box-shadow:0 8px 28px #07061a47}.byysc-hero__signup-field .byysc-input{color:var(--byysc-white, #ffffff)}.byysc-hero__signup-field .byysc-input::placeholder{color:#ffffffb3}.byysc-hero__signup-submit{flex:0 0 auto;min-width:0;padding:.7rem 1.05rem;background:#fff;color:#1a0a02}.byysc-hero__signup-submit:hover{background:#f1eef8;color:#1a0a02}.byysc-hero__signup-note,.byysc-hero__signup-msg{margin:0;font-size:.75rem;letter-spacing:.04em;color:#ffffffe0;text-shadow:0 1px 12px rgba(7,6,26,.55)}.byysc-hero__signup-msg--error{color:var(--byysc-error, #ffb4a2)}.byysc-hero__menu{position:relative;display:inline-block}.byysc-hero__menu-trigger{display:inline-flex;align-items:center;gap:.5em}.byysc-hero__menu-chevron{width:.7em;height:.5em;transition:transform .22s cubic-bezier(.4,0,.2,1)}.byysc-hero__menu-trigger[aria-expanded=true] .byysc-hero__menu-chevron{transform:rotate(180deg)}.byysc-hero__menu-items{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);display:none;flex-direction:column;list-style:none;margin:0;padding:.25rem;background:#07061a47;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);border:1px solid rgba(255,255,255,.4);border-radius:4px;min-width:100%;z-index:12;box-shadow:0 12px 40px #07061a40}@media(hover:hover)and (pointer:fine){.byysc-hero__menu:hover .byysc-hero__menu-items,.byysc-hero__menu:focus-within .byysc-hero__menu-items{display:flex}.byysc-hero__menu:hover .byysc-hero__menu-chevron{transform:rotate(180deg)}}.byysc-hero__menu[data-open=true] .byysc-hero__menu-items{display:flex}.byysc-hero__menu-item{display:block;padding:.7rem 1.1rem;text-decoration:none;font-family:var(--byysc-font-display);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--byysc-white, #ffffff);white-space:nowrap;border-radius:3px;transition:background-color .16s ease}.byysc-hero__menu-item:hover,.byysc-hero__menu-item:focus-visible{background:#ffffff29;outline:none}@media(max-width:480px){.byysc-hero__cta-group{flex-direction:column;width:100%;max-width:22rem;margin-inline:auto;align-items:stretch}.byysc-hero__menu,.byysc-hero__cta-group>.byysc-button{width:100%}.byysc-hero__menu-trigger{width:100%;justify-content:center}.byysc-hero__menu-items{position:static;transform:none;margin-top:.5rem;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/byysc-ambient-hero.css.map */
