.section-berry-waitlist{overflow:hidden;margin:0}body.password:has(.berry-waitlist[data-submitted]){overflow:hidden}@media screen and (max-width: 768px){body.password:has(.section-berry-waitlist){height:100svh;overflow:hidden}}.berry-waitlist{display:block}.berry-waitlist__surface{position:relative;background-color:var(--section-background-color, #fff);color:var(--section-text-color, #000)}.berry-waitlist__desktop{position:relative;display:none;min-height:100svh;overflow:visible}.berry-waitlist__berries{display:grid;grid-template-columns:343px 400px 343px;align-items:center;justify-items:center;justify-content:center;min-height:100svh}.berry-waitlist__berry{--berry-idle-scale: 2.5;position:relative;display:flex;width:100%;height:100%;margin:0;padding:0;overflow:visible;aspect-ratio:1/1;align-items:center;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:0;color:inherit;cursor:pointer;justify-content:center;transition:opacity 180ms ease}.berry-waitlist__berry::before{position:absolute;inset:15%;z-index:1;background-image:var(--berry-idle-image);background-position:center;background-repeat:no-repeat;background-size:contain;content:"";pointer-events:none;opacity:0;transition:opacity 100ms linear,transform 220ms ease-out}.berry-waitlist__berry[data-state=exploded]{opacity:0;visibility:hidden;pointer-events:none}.berry-waitlist__berry[data-state=exploding] .berry-waitlist__video{animation:berry-waitlist-explosion-camera 866ms linear forwards;opacity:1;transition:none}.berry-waitlist__berry[data-state=exploding]::before,.berry-waitlist__berry[data-state=exploded] .berry-waitlist__video{animation:none;opacity:0;transform:scale(1);transition:none}.berry-waitlist__berry[data-state=idle]::before{opacity:1}.berry-waitlist__berry[data-state=idle] .berry-waitlist__video{opacity:0;transform:scale(var(--berry-idle-scale))}.berry-waitlist__berry:focus-visible{outline:.2rem solid currentColor;outline-offset:-3rem}.berry-waitlist__berry[data-locked]{opacity:1}.berry-waitlist__video{display:block;width:100%;height:auto;pointer-events:none;transition:opacity 100ms linear,transform 220ms ease-out}.berry-waitlist__message,.berry-waitlist__mobile-message{position:absolute;z-index:2;margin:0;text-align:center}.berry-waitlist__message{top:clamp(4rem,10vh,10rem);left:50%;width:min(94vw,140rem);font-size:clamp(4.6rem,6vw,10rem);transform:translateX(-50%)}.berry-waitlist__message[data-animation=slide-down]{animation:berry-text-slide-down 300ms ease-out both}.berry-waitlist__message[data-animation=marquee]{left:0;width:max-content;max-width:none;white-space:nowrap;animation:berry-text-marquee 7s linear both}.berry-waitlist__instagram{position:absolute;bottom:clamp(2.4rem,5vh,5rem);left:50%;z-index:3;display:inline-flex;gap:8px;align-items:center;justify-content:center;padding:16px 0;color:inherit;font-family:"Salsbury Regular",sans-serif;font-size:24px;font-weight:400;line-height:normal;letter-spacing:-1.2px;text-decoration:none;border:2px dashed currentColor;border-radius:64px;transform:translateX(-50%);width:max-content;min-width:236px}.berry-waitlist__instagram .icon{width:20px;height:20px}.berry-waitlist__instagram[aria-disabled=true]{pointer-events:none}.berry-waitlist__instagram:hover{color:#fff;background-color:#215a9c;border:2px dashed #000}.berry-waitlist__mobile{position:relative;height:100svh;min-height:100svh;overflow:hidden}.berry-waitlist__mobile-stage{position:relative;width:100%;height:100svh;min-height:100svh;overflow:hidden}.berry-waitlist__berry--mobile{position:absolute;top:43%;left:50%;width:min(92vw,38rem);height:auto;margin:0;touch-action:none;transform:translate(-50%, -50%);user-select:none}.berry-waitlist__berry--mobile[data-state=idle]{animation:berry-waitlist-float-mobile 2s ease-in-out infinite alternate}.berry-waitlist__berry--mobile[data-state=exploding] .berry-waitlist__video{animation-name:berry-waitlist-explosion-camera-mobile}.berry-waitlist__mobile-message{top:5%;left:0;width:max-content;max-width:none;white-space:nowrap}.berry-waitlist[data-mobile-message-visible] .berry-waitlist__mobile-message[data-animation=marquee]{animation:berry-text-marquee 4s linear both}.berry-waitlist__form-wrapper{position:absolute;top:50%;left:50%;z-index:4;width:max-content;max-width:320px;opacity:0;pointer-events:none;transform:translate(-50%, calc(-50% + 8rem)) scale(0);transform-origin:center}.berry-waitlist__form-wrapper form{box-shadow:20px 40px 40px 0 rgba(97,97,97,.5)}.berry-waitlist__form-wrapper form input{font-family:"Garet Heavy",sans-serif !important;text-transform:uppercase !important}.berry-waitlist[data-desktop-complete] .berry-waitlist__form-wrapper,.berry-waitlist[data-mobile-complete] .berry-waitlist__form-wrapper{animation:berry-form-enter 500ms cubic-bezier(0.2, 0.85, 0.35, 1.15) both;pointer-events:auto}.berry-waitlist[data-mobile-complete] .berry-waitlist__form-wrapper{animation-delay:1.4s}.berry-waitlist__success{position:fixed;inset:0;z-index:20;display:grid;overflow:hidden;background:#fff;opacity:0;pointer-events:none;visibility:hidden;place-items:center}.berry-waitlist__success-canvas{position:absolute;inset:0;display:block;width:100%;height:100%}.berry-waitlist__success-message{position:relative;z-index:1;display:grid;padding:24px;color:#fff;background-color:#215a9c;border:1px solid #6f4e35;border-radius:40px;box-shadow:20px 40px 40px 0 rgba(97,97,97,.5);font-family:"Salsbury Regular",sans-serif;font-size:40px;font-weight:400;line-height:normal;letter-spacing:-2.8px;text-align:center;opacity:0;transform:scale(1.45) rotate(7deg);place-items:center}.berry-waitlist[data-submitted] .berry-waitlist__success{opacity:1;pointer-events:auto;visibility:visible}.berry-waitlist[data-submitted] .berry-waitlist__success-message{animation:berry-success-message-enter 550ms cubic-bezier(0.22, 0.61, 0.36, 1) both}@media screen and (max-width: 768px){.berry-waitlist__form-wrapper{top:47%}.berry-waitlist__form-wrapper form{padding:40px 24px !important}.berry-waitlist__form-wrapper form button{padding-inline:10px;line-height:normal !important}.berry-waitlist__form-wrapper [data-testid=form-component]{padding-top:0 !important;padding-bottom:16px !important}}@media screen and (min-width: 769px){body.password:has(.section-berry-waitlist){height:100svh;overflow:hidden}.password-main:has(.section-berry-waitlist),.section-berry-waitlist,.section-berry-waitlist .berry-waitlist,.section-berry-waitlist .berry-waitlist__surface{height:100svh;min-height:100svh}.password-main:has(.section-berry-waitlist){position:fixed;inset:0;z-index:10;overflow:hidden}.berry-waitlist__desktop{display:block}.berry-waitlist__mobile{display:none}.berry-waitlist__instagram{padding:16px 24px;width:unset;min-width:unset}.berry-waitlist__berry:nth-child(1){--berry-rotation: -15.066deg;width:320px;height:320px;transform:rotate(var(--berry-rotation))}.berry-waitlist__berry:nth-child(2){--berry-rotation: 0deg;width:382.899px;height:382.899px}.berry-waitlist__berry:nth-child(3){--berry-rotation: 12.789deg;width:320px;height:320px;transform:rotate(var(--berry-rotation))}.berry-waitlist__berry[data-state=idle]{--berry-idle-scale: 2.5;z-index:2;animation-name:berry-waitlist-float;animation-duration:.8s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}.berry-waitlist__berry[data-state=idle] .berry-waitlist__video{transform:scale(var(--berry-idle-scale))}.berry-waitlist__berry[data-state=exploding]{z-index:1}.berry-waitlist__form-wrapper{width:min(480px,100% - 32px);max-width:unset}.berry-waitlist__success-message{min-width:480px;padding:40px}}@keyframes berry-waitlist-float{from{transform:translateY(-2px) rotate(calc(var(--berry-rotation, 0deg) - 1deg))}to{transform:translateY(2px) rotate(calc(var(--berry-rotation, 0deg) + 1deg))}}@keyframes berry-waitlist-float-mobile{from{transform:translate(-50%, calc(-50% - 4px)) rotate(-1deg)}to{transform:translate(-50%, calc(-50% + 4px)) rotate(1deg)}}@keyframes berry-waitlist-explosion-camera{0%,12%{transform:scale(var(--berry-idle-scale))}100%{transform:scale(1)}}@keyframes berry-waitlist-explosion-camera-mobile{0%,12%{transform:scale(1.82)}100%{transform:scale(0.845)}}@keyframes berry-text-slide-down{from{transform:translate(-50%, -200px)}to{transform:translate(-50%, 0)}}@keyframes berry-text-marquee{from{transform:translateX(100vw)}to{transform:translateX(calc(-100% - 3rem))}}@keyframes berry-form-enter{0%{opacity:0;transform:translate(-50%, calc(-50% + 8rem)) scale(0)}75%{opacity:1;transform:translate(-50%, -50%) scale(1.03) rotate(-4deg)}100%{opacity:1;transform:translate(-50%, -50%) scale(1) rotate(-4deg)}}@keyframes berry-success-message-enter{0%{opacity:1;transform:scale(1.45) rotate(7deg)}100%{opacity:1;transform:scale(1) rotate(7deg)}}@media(hover: hover)and (pointer: fine){.berry-waitlist__desktop .berry-waitlist__berry:nth-child(1)[data-state=idle]:hover::before,.berry-waitlist__desktop .berry-waitlist__berry:nth-child(3)[data-state=idle]:hover::before{transform:scale(1.28) rotate(-7deg)}.berry-waitlist__desktop .berry-waitlist__berry:nth-child(2)[data-state=idle]:hover::before{transform:scale(1.16) rotate(-7deg)}}@media(prefers-reduced-motion: reduce){.berry-waitlist__berry,.berry-waitlist__mobile-message{transition:none}.berry-waitlist__berry{animation:none}.berry-waitlist__message[data-animation]{animation:none}.berry-waitlist__message[data-animation=marquee]{left:50%;width:min(94vw,140rem);white-space:normal;transform:translateX(-50%)}.berry-waitlist[data-desktop-complete] .berry-waitlist__form-wrapper,.berry-waitlist[data-mobile-complete] .berry-waitlist__form-wrapper{opacity:1;animation:none;transform:translate(-50%, -50%) rotate(-4deg)}.berry-waitlist[data-submitted] .berry-waitlist__success-message{opacity:1;animation:none;transform:rotate(7deg)}}