@import"https://fonts.googleapis.com/css2?family=DynaPuff&family=Outfit:wght@330&display=swap";:root{--color-primary: #f7cce8;--color-secondary: #faa2e6;--color-accent: #a4e7ff;--color-text: #413fae;--color-background: #a4b3ff;--color-background-light: #b8c4ff;--color-divider: #0001;--max-content-width: 55rem}*,*:before,*:after{position:relative;box-sizing:border-box}html{background-color:var(--color-primary);background:radial-gradient(circle at center,var(--color-primary),var(--color-secondary) 200%);background-size:cover;background-attachment:fixed;scroll-behavior:smooth;scroll-padding-top:4.5rem}body{margin:0;font-family:Outfit,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}main{display:flex;flex-flow:column nowrap;align-items:center;margin:auto;height:100vh;overflow-y:auto;scroll-behavior:smooth;scroll-padding-top:4.5rem}section{display:flex;flex-flow:column nowrap;align-items:center;width:100%;max-width:var(--max-content-width);margin:auto;margin-bottom:13rem;padding:0 16px}section:last-of-type{margin-bottom:12rem}section section{margin-bottom:6rem}section section:last-of-type{margin-bottom:0}.landing{display:grid;grid-template-columns:1fr;justify-content:center;align-content:stretch;justify-items:center;align-items:end;width:100%;max-width:unset;min-height:calc(60vh + 2rem);margin:auto;margin-bottom:2rem;padding:0 16px}h1,h2,section>h3{color:var(--color-text);font-family:DynaPuff,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}h1{display:contents}h2{font-size:1.7em}section>h3{font-size:1.15em}header{position:sticky;z-index:10;top:-1px;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:3ch;width:100%;margin-bottom:12rem;padding:1ch;transition:.2s ease background-color}header.stuck{background-color:var(--color-secondary);box-shadow:0 0 10px -6px #0008}header>img{height:3rem;margin:-.5ch 0 -.5ch -3rem;opacity:0}header.stuck>img{opacity:1}nav{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:3ch}@media only screen and (max-width: 64ch){header a[href="/#about"]{display:none}}@media only screen and (max-width: 90ch){nav{gap:1ch}header>img{display:none}}button,.cta{padding:.3em .8em;color:var(--color-text);font-family:inherit;font-size:inherit;font-weight:600;text-decoration:none;background-color:var(--color-accent);border:.15em solid var(--color-accent);border-radius:.5em;opacity:.5;transition:.2s ease border-color;filter:drop-shadow(0 5px 10px #0001);cursor:default}:where(button,.cta):not([disabled]){opacity:1;cursor:pointer}:where(button,.cta):not([disabled]):hover{border-color:var(--color-background)}span.spinner{display:inline-block;width:1.2em;min-width:1.2em;height:1.2em;min-height:1.2em;color:inherit;font-size:inherit;line-height:inherit;border:.3ch solid currentColor;border-right-color:transparent;border-radius:50%;transform-origin:center;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{display:flex;flex-flow:column nowrap;padding:1rem;background-color:var(--color-background);border:6.5px solid var(--color-secondary);border-radius:2rem}table{display:flex;flex-flow:column nowrap;gap:.5rem;width:100%;max-width:54ch}table tbody{display:flex;flex-flow:column nowrap;gap:inherit}table tr{display:flex;flex-flow:row nowrap;justify-content:space-between;gap:2rem;padding:1rem calc(1rem + 6.5px);background-color:var(--color-background-light);background:radial-gradient(circle at center,var(--color-background-light),var(--color-background) 80%);border-radius:2rem}table thead tr{padding:1rem;background-color:var(--color-background);background:var(--color-background);border:6.5px solid var(--color-secondary)}table td{max-width:50%}table td:last-of-type{text-align:end}@media only screen and (max-width: 700px){table{gap:.25rem}table tr{padding:.5rem calc(.5rem + 6.5px);border-radius:1rem}table thead tr{padding:.5rem}}.quantity{font-size:1.15em;opacity:.7}.unit{margin-inline-start:.5ch;font-size:1rem;font-weight:400;opacity:.7}.quantity>.unit{margin-inline-start:0}.image{width:100%;max-width:54ch;background-color:var(--color-background);border:6.5px solid var(--color-secondary);border-radius:1.5rem;margin:.5rem 0 2.5rem;box-shadow:0 1px 4px #0001,0 5px 100px #fff3}.image>*:not(img,.images){z-index:2}.image>img{width:100%;height:300px;min-height:100px;object-fit:cover;border-radius:calc(1.5rem - 6.5px) calc(1.5rem - 6.5px) 0 0}.image .images{--hold-time: 20s;display:block;width:100%;height:300px;min-height:100px;object-fit:cover;border-radius:calc(1.5rem - 6.5px) calc(1.5rem - 6.5px) 0 0;overflow:hidden}.image .images>img{position:absolute;width:inherit;height:inherit;min-height:inherit;object-fit:cover}.image .images>img:has(+img){animation:swapImageLayer var(--hold-time) linear infinite}.image .images>img:nth-of-type(2){animation:swapImageLayer var(--hold-time) calc(var(--hold-time) * -.5) linear infinite}.image>p{margin-block-start:.9em;margin-block-end:1.2em;margin-inline:auto;padding:0 1rem;text-align:center}@media only screen and (max-width: 700px){.image>img{height:200px}}@keyframes swapImageLayer{0%{z-index:2;opacity:1}45%{z-index:2;opacity:1}50%{z-index:1;opacity:0}95%{z-index:1;opacity:0}}.gloop-top:before{content:"";position:absolute;top:-2rem;right:calc(50% - 2rem);width:4rem;height:2rem;background:radial-gradient(2rem 2rem at 0 0,transparent calc(100% - 1px),var(--color-background)),radial-gradient(2rem 2rem at 2rem 0,transparent calc(100% - 1px),var(--color-background));background-repeat:no-repeat;background-size:50% 100%;background-position:0 0,100% 0}.gloop-bottom:after{content:"";position:absolute;bottom:-2rem;right:calc(50% - 2rem);width:4rem;height:2rem;background:radial-gradient(2rem 2rem at 0 2rem,transparent calc(100% - 1px),var(--color-background)),radial-gradient(2rem 2rem at 2rem 2rem,transparent calc(100% - 1px),var(--color-background));background-repeat:no-repeat;background-size:50% 100%;background-position:0 0,100% 0}.metadata{display:none;-webkit-user-select:none;user-select:none;pointer-events:none}.waves[data-v-628cbe2c]{display:block;width:100%;height:30px;margin-top:-30px;overflow:hidden}svg[data-v-628cbe2c]{position:absolute;width:100%;height:100%}use[data-v-628cbe2c]{filter:drop-shadow(0 0 5px #0001)}.star[data-v-628cbe2c]{position:absolute;top:2px;display:block;filter:drop-shadow(0 0 5px #0001)}.star[data-v-628cbe2c]:nth-of-type(2){top:16px}@media not (prefers-reduced-motion){.star[data-v-628cbe2c]{animation:star-628cbe2c 16s linear infinite}.star[data-v-628cbe2c]:nth-of-type(2){animation:star-628cbe2c 16s linear infinite;animation-delay:-8s}.wave1>use[data-v-628cbe2c]{animation:wave1-628cbe2c 40s linear infinite}.wave1>use[data-v-628cbe2c]:nth-child(1){animation-delay:-8s}.wave2>use[data-v-628cbe2c]{animation:wave2-628cbe2c 32s linear infinite}.wave2>use[data-v-628cbe2c]:nth-child(1){animation-delay:-8s}.wave3>use[data-v-628cbe2c]{animation:wave3-628cbe2c 16s linear infinite}.wave3>use[data-v-628cbe2c]:nth-child(1){animation-delay:-8s}}@keyframes wave1-628cbe2c{0%{transform:translate(85px)}to{transform:translate(-90px)}}@keyframes wave2-628cbe2c{0%{transform:translate(-90px)}to{transform:translate(85px)}}@keyframes wave3-628cbe2c{0%{transform:translate(-90px)}to{transform:translate(85px)}}@keyframes star-628cbe2c{0%{left:-20px;transform:rotate(0)}to{left:100%;transform:rotate(1800deg)}}.aboutSectionContent[data-v-fc5566de]{display:contents}p[data-v-fc5566de]{max-width:50ch;text-align:center}form[data-v-fc7007cb]{display:flex;flex-flow:column nowrap;align-items:flex-end;gap:1em;width:100%;margin-top:1.5rem;padding:2ch 2.5ch;background-color:var(--color-background);border:6.5px solid var(--color-secondary);border-radius:2rem}form fieldset[data-v-fc7007cb]{all:unset;display:flex;flex-flow:column nowrap;align-items:flex-end;gap:inherit;width:100%}form legend[data-v-fc7007cb]{display:block;width:1px;height:1px;white-space:nowrap;overflow:hidden;clip-path:inset(50%)}form label[data-v-fc7007cb]{display:flex;flex-flow:column nowrap;gap:.2ch;width:100%}form label>span[data-v-fc7007cb]{margin-inline-start:.5ch}form[data-v-fc7007cb] :is(input,textarea){padding:.7ch 1ch;font:inherit;font-size:.95rem;border:1px solid #8888;border-radius:.5em}form textarea[data-v-fc7007cb]{resize:vertical}.contactLinks[data-v-fc7007cb]{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;margin-inline:auto}.contactLink[data-v-fc7007cb]{display:flex;flex-flow:column;justify-content:flex-end;align-items:center;gap:.5em;min-width:15ch;min-height:6em;margin-top:1rem;padding:.5rem 1rem 1rem;color:#000;text-align:center;text-decoration:none;border-radius:1rem;transition:.1s ease background-color}.contactLink[data-v-fc7007cb]:hover{background-color:#fff4}.contactLink>span[data-v-fc7007cb]:first-child{font-size:30px}.contactLink>p[data-v-fc7007cb]{margin:0}p[data-v-fca26bcd]{max-width:50ch;text-align:center}button[data-v-fca26bcd]{margin-top:1rem}p[data-v-879dbf7f]{max-width:50ch;text-align:center}button[data-v-879dbf7f]{margin-top:2rem}img[data-v-879dbf7f]{filter:contrast(1.2) brightness(1.05)}p[data-v-8bc5f29b]{max-width:50ch;text-align:center}button[data-v-8bc5f29b]{margin-top:1rem}p[data-v-4a914651]{max-width:50ch;margin-bottom:4em;text-align:center}.flossStick[data-v-c1bdf357]{display:grid;place-items:center;width:120px;height:120px;filter:drop-shadow(0 5px 10px #00000018) drop-shadow(0 5px 50px #fff6)}canvas[data-v-c1bdf357]{position:absolute;width:400%;height:250%;pointer-events:none}svg[data-v-c1bdf357]{transform-origin:65% 80%;pointer-events:none}@media not (prefers-reduced-motion){.flossStick:hover svg[data-v-c1bdf357]{animation:shake-c1bdf357 .35s ease forwards}@keyframes shake-c1bdf357{0%{transform:rotate(0)}20%{transform:rotate(8deg)}40%{transform:rotate(-12deg)}60%{transform:rotate(12deg)}80%{transform:rotate(-4deg)}to{transform:rotate(0)}}}.st0[data-v-c1bdf357]{fill:#f5c8b9;stroke:#000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st1[data-v-c1bdf357],.Fill_Bottom[data-v-c1bdf357]{fill:var(--v1abd04e6)}.Fill_Bottom .st1[data-v-c1bdf357]{fill:var(--v0d4b2a3f)}.st2[data-v-c1bdf357]{fill:var(--v1abd04e6);stroke:var(--v1abd04e6);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;filter:brightness(.7);mix-blend-mode:color-burn}.st3[data-v-c1bdf357]{stroke-width:5}.st4[data-v-c1bdf357]{fill:none;stroke:#000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.product[data-v-d25f49ac]{--image-size: 8.5em;display:flex;flex-flow:column-reverse nowrap;justify-content:center;align-items:center;gap:.7ch 2ch;padding:.7rem}.product h3[data-v-d25f49ac]{margin:0;font-size:1.25rem;text-align:center}.product>img[data-v-d25f49ac]{width:var(--image-size);height:var(--image-size);border-radius:1.5rem}.flavours[data-v-033d0843]{display:flex;flex-flow:row wrap;justify-content:center;gap:1ch;width:100%;margin:0;margin-top:1rem;padding:0;list-style:none}.divider[data-v-4c96f4a3]{width:50%;min-width:1em;height:.3em;margin:2em 0;background-color:var(--color-accent);border:.1em solid #666;border-radius:.2em}.divider.end[data-v-4c96f4a3]{width:1.5em;height:1.5em;background-color:transparent;border:unset}.event[data-v-a037e2a7]{--image-size: 20em;--map-size: 14em;display:grid;grid-template-columns:auto calc(var(--image-size) + 2em);grid-template-rows:auto auto auto 2ch auto;grid-template-areas:"title images" "time images" "desc images" ". images" "map images";gap:0ch 0ch;width:100%;max-width:48rem;padding:1rem;border-radius:2rem}.event .body[data-v-a037e2a7]{margin:0;padding:.5ch 1ch;background-color:var(--color-background);border:6.5px solid var(--color-secondary);border-radius:1rem}.event h3.body[data-v-a037e2a7]{border-bottom:unset;border-bottom-left-radius:0;border-bottom-right-radius:0}.event time.body[data-v-a037e2a7]{padding-top:0;padding-bottom:0;border-top:unset;border-bottom:unset;border-radius:0}.event p.body[data-v-a037e2a7]{border-top:unset;border-top-left-radius:0;border-top-right-radius:0}.event h3[data-v-a037e2a7]{grid-area:title}.event time[data-v-a037e2a7]{grid-area:time}.event>p[data-v-a037e2a7]{grid-area:desc}.event .images[data-v-a037e2a7]{justify-self:end;align-self:start;grid-area:images;display:grid;place-items:center;gap:1ch}.event .images ul[data-v-a037e2a7]{display:flex;flex-flow:row nowrap;align-items:center;width:var(--image-size);height:var(--image-size);margin:0;padding:0;list-style:none;background-color:var(--color-background);border:6.5px solid var(--color-secondary);border-radius:50%;overflow:hidden}.event .images button[data-v-a037e2a7]{position:absolute;z-index:2;display:grid;place-items:center;width:2.5em;height:2.5em;padding:0;color:var(--color-text);background-color:var(--color-accent);border:.15em solid var(--color-accent);border-radius:50%;opacity:.3;transition:.2s ease border-color}.event .images button[data-v-a037e2a7]:nth-of-type(1){top:1em;left:1em;margin-bottom:-2em}.event .images button[data-v-a037e2a7]:nth-of-type(2){right:1em;bottom:1em}.event .images button[data-v-a037e2a7]:before{font-family:monospace;font-size:1.3em;font-weight:600;line-height:1em}.event .images button[data-v-a037e2a7]:nth-of-type(1):before{content:"◀";margin-inline-start:-.2em}.event .images button[data-v-a037e2a7]:nth-of-type(2):before{content:"▶";margin-inline-end:-.2em}.event .images button[data-v-a037e2a7]:not([disabled]){opacity:1;cursor:pointer}.event .images button[data-v-a037e2a7]:not([disabled]):hover{border-color:var(--color-background)}.event .images li[data-v-a037e2a7]{display:block;width:var(--image-size);min-width:var(--image-size);max-width:var(--image-size);height:var(--image-size);background-position:center;background-repeat:no-repeat;background-size:cover;transition:.2s ease transform}.event .map[data-v-a037e2a7]{grid-area:map;display:grid;place-items:center;width:100%;height:var(--map-size);background-color:var(--color-background);border:6.5px solid var(--color-secondary);border-radius:1rem;overflow:hidden}.event .map>iframe[data-v-a037e2a7]{width:101%;height:101%}@media only screen and (max-width: 700px){.event[data-v-a037e2a7]{--image-size: 14rem;grid-template-columns:var(--image-size);grid-template-rows:auto 1rem auto auto auto 1rem auto;grid-template-areas:"images" "." "title" "time" "desc" "." "map"}}.paginationTrigger[data-v-6395a69b]{display:block;width:100%;height:40rem;margin-top:-40rem;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.spinGlow[data-v-e6a32eb5]{position:absolute;display:flex;justify-content:center;align-items:center;width:98vw;max-width:100vw;height:100vmax;overflow:hidden}.spinGlow[data-v-e6a32eb5]:before{content:"";position:absolute;z-index:0;display:flex;justify-content:center;align-items:center;width:100vmax;height:100vmax;background:radial-gradient(#fff0 20%,#ffffff60 40%,#fff0 69%);border-radius:50%;opacity:.4;clip-path:polygon(50% 50%,35% 0%,65% 0%,50% 50%,88% 0%,100% 30%,50% 50%,100% 48%,100% 80%,50% 50%,92% 100%,60% 100%,50% 50%,40% 100%,8% 100%,50% 50%,0% 80%,0% 48%,50% 50%,0% 30%,13% 0%);pointer-events:none}@media not (prefers-reduced-motion){.spinGlow[data-v-e6a32eb5]:before{animation:spinGlow-e6a32eb5 40s linear infinite}}@keyframes spinGlow-e6a32eb5{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.glow[data-v-17a60fad]{position:absolute;display:grid;place-items:center;width:100%;max-width:36rem;height:auto;max-height:70vh;aspect-ratio:1}#logo[data-v-17a60fad]{width:100%;max-width:36rem;height:auto;max-height:70vh;filter:drop-shadow(0 5px 10px #0001)}.events[data-v-17a60fad]{display:flex;flex-flow:column nowrap;align-items:center;gap:7em;margin:3rem 0 7rem;padding:0;list-style:none}.events>li[data-v-17a60fad]{width:100%}
