body{--primary:var(--darkcolor,black);--secondary:var(--lightcolor,#ebe7d4);color:var(--primary)}@media(prefers-color-scheme:dark){body{--primary:var(--lightcolor,#ebe7d4);--secondary:var(--darkcolor,black)}}html{font-family:'Usherwood',Times;color:var(--primary);font-synthesis:none;font-size:18px;text-rendering:geometricPrecision;font-kerning:normal;line-height:1.5}@font-face{font-family:'Usherwood';src:url('../fonts/ITC-UsherwoodStd-Book.otf')format('opentype');font-weight:400;font-style:normal;font-display:swap}body{font-size:1rem;line-height:1.2;text-underline-offset:.18em}h1,h2,h3,h4,h4{font-family:inherit;font-weight:normal;margin-bottom:.3em}h1,h2{text-align:center}* + h3,* + h4{margin-top:2.5em}h1{font-size:1.6rem;line-height:1}h2{font-size:1.6rem;line-height:1}h3{font-size:1rem;line-height:1.2;text-transform:uppercase}a,a:visited{color:inherit;text-decoration-thickness:from-font}p{font-size:1rem;line-height:1.2;margin-bottom:0}p:first-child{margin-top:initial}p:last-child{margin-bottom:initial}p strong{font-weight:normal;text-decoration:underline;text-decoration-style:dotted}p + p{margin-top:1.5em}body{background:var(--secondary)}html,body{margin:0;padding:0;height:100%}body.home .page-container{display:grid;grid-template-rows:auto 1fr auto;height:100%}body .page-container{display:grid;grid-template-rows:auto auto auto}nav{border-bottom:1.5px solid var(--primary);padding:.75rem;display:flex;justify-content:center}nav .brand{text-decoration:none;font-size:1.6rem;line-height:1;text-transform:uppercase;margin-bottom:-.18em}footer{padding:.75rem;border-top:1.5px solid var(--primary)}footer ul{margin:0;padding:0;display:flex;flex-direction:row;list-style-type:none;justify-content:center;gap:.5rem}@media only screen and (max-width:530px){footer ul{flex-direction:column;gap:.25rem}}@media only screen and (min-width:531px) and (max-width:820px){footer ul{flex-direction:column;gap:.25rem}}@media only screen and (min-width:531px) and (max-width:820px){footer ul .seperator{display:none}}@media only screen and (max-width:530px){footer ul .seperator{display:none}}footer ul li{width:fit-content}@media only screen and (min-width:531px) and (max-width:820px){footer ul li{margin:auto;text-align:center}}@media only screen and (max-width:530px){footer ul li{margin:auto;text-align:center}}body.home .main-content{position:relative;overflow:hidden;width:100%}body.legal{height:100%;text-align:left}body.legal .page-container{grid-template-rows:auto 1fr auto;min-height:100vh}body.legal .main-content{text-align:center;width:min(60ch,90%);margin-left:auto;margin-right:auto}.background-image{pointer-events:none;position:absolute;top:0;left:0;bottom:0;width:fit-content;display:flex;white-space:nowrap;letter-spacing:0;opacity:0;transition:opacity 1s ease-in}.background-image.visible{opacity:1;transition:none}.background-image__section{display:inline-block;height:100%;margin:0;padding:0;letter-spacing:0;line-height:0}.background-image__section img{height:100%;width:auto;margin:0;padding:0}.subwindow{border:1.5px solid var(--primary);display:block;width:300px;position:absolute;top:0;left:0;background-color:var(--secondary);z-index:1}.subwindow__title{padding:.35rem .6rem;outline:1.5px solid var(--primary);display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}.subwindow__title .title{flex-grow:1;margin-top:.18em}.subwindow__title .arrow{cursor:pointer;height:100%;aspect-ratio:1;width:1.3em}.subwindow__title .arrow svg{height:100%;width:100%;transition:transform .4s ease-in-out}.subwindow .subwindow__content{max-height:0;overflow-y:hidden;transition:max-height .4s ease-in-out;margin:0 .6rem 0 .6rem}.subwindow .subwindow__content > *:first-child{margin-top:.5rem}.subwindow .subwindow__content > *:last-child{margin-bottom:.5rem}.subwindow .subwindow__content::-webkit-scrollbar{width:5px}.subwindow .subwindow__content::-webkit-scrollbar-track{box-shadow:none;background:transparent;border-radius:0;margin-top:.5rem;margin-bottom:.5rem}.subwindow .subwindow__content::-webkit-scrollbar-thumb{background:var(--primary);border-radius:0;margin-top:.5rem;margin-bottom:.5rem}.subwindow .subwindow__content--itemspage .grid{width:100%;display:grid;grid-template-columns:1fr 1fr;row-gap:.5rem;column-gap:.5rem}.subwindow .subwindow__content--itemspage .grid figure{padding:0;margin:0}.subwindow .subwindow__content--itemspage .grid img{width:100%;height:auto}.subwindow .subwindow__content--itemspage .grid h2{font-size:10px}.subwindow .subwindow__content--drinkspage{text-align:center}.subwindow .subwindow__content--drinkspage .introduction{margin-bottom:1.5rem}.subwindow .subwindow__content--drinkspage .drink{margin-top:1.25rem}.subwindow .subwindow__content--drinkspage .drink .title{display:flex;align-items:center;justify-content:center;margin-bottom:0;align-items:baseline;gap:1rem}.subwindow .subwindow__content--drinkspage .drink .title h4{text-transform:uppercase;margin-bottom:0;margin-top:0}.subwindow .subwindow__content--drinkspage .ingredients ul{display:inline;padding:0;margin:0;list-style:none}.subwindow .subwindow__content--drinkspage .ingredients ul li{display:inline}.subwindow .subwindow__content--drinkspage .ingredients ul li:not(:last-child)::after{content:" · "}.subwindow.subwindow--open .subwindow__content{max-height:400px;overflow-y:scroll}.subwindow.subwindow--open .subwindow__title .arrow svg{transform:rotate(180deg)}