:root{--font-source-sans-3:"Source Sans 3";--header-background:#110903ee;--highlight:#ffdf99;--foreground:#fff;--primary:#110903}html{scroll-behavior:smooth}body{font-family:var(--font-source-sans-3),sans-serif;font-optical-sizing:auto;margin:0;font-size:16px;font-style:normal;font-weight:400}h1,h2,h3,h4,h5,h6{text-align:center;text-transform:uppercase;margin:0;font-size:3em;font-weight:300;line-height:1em}h2{font-size:2em}h3{font-size:1.75em}h4{font-size:1.5em}h5{background:linear-gradient(#ede3b7,#fbf0c2);padding:10px;font-size:1.25em}h6{font-size:1em}header{background-color:var(--header-background);z-index:10;justify-content:space-between;gap:40px;width:calc(100% - 40px);height:38px;padding:20px;display:flex;position:fixed;top:0}main{min-height:100vh;overflow-x:hidden}p.alert{background:#f003;border:1px solid red;border-radius:5px;align-items:center;padding:10px;display:flex}p.alert svg{color:red;font-size:1.5em}.logo{aspect-ratio:38/25;filter:drop-shadow(0 0 3px var(--highlight))drop-shadow(0 0 20px var(--highlight));will-change:height,width;background:url(/images/alemanac-logo.webp) 50%/cover no-repeat;height:86px}section:nth-of-type(2){text-align:center}section:nth-of-type(2) .logo{background-size:contain;width:100%;height:200px;margin:20px 0;display:inline-block}.header-links{flex-grow:1;align-self:center;gap:40px;transition:margin-left .3s ease-in-out;display:flex}.header-links nav .is_mobile{display:none}.header-links nav ul{flex-direction:row;justify-content:center;gap:30px;padding:0;list-style:none;display:flex}.header-links nav ul li a,.header-links nav ul li span{color:var(--foreground);cursor:pointer;align-items:center;gap:10px;font-size:1.2rem;font-weight:300;text-decoration:none;transition:color .3s ease-in-out;display:flex}.header-links nav ul li:not(:has(a)){color:var(--foreground);cursor:pointer;align-items:center;gap:10px;font-size:1.2rem;font-weight:300;text-decoration:none;transition:color .3s ease-in-out;display:flex}.header-links nav ul li a svg,.header-links nav ul li span svg{opacity:.75;transition:font-size .3s,transform .3s}.header-links nav ul li:not(:has(a)) svg{opacity:.75;transition:font-size .3s,transform .3s}section.hero{aspect-ratio:32/9;will-change:background-position-y;background:url(/images/alemanac-hero.webp) 50%/cover no-repeat;width:100%;min-height:50vh;position:relative;overflow:hidden}.section_inner{max-width:1400px;margin:0 auto}section:not(.hero){padding:40px 20px}section:nth-of-type(3n+2){background:linear-gradient(#fbf0c2,#fff)}section:nth-of-type(3n+3){background:linear-gradient(#f2a742,#fff)}section:nth-of-type(3n+4){background:linear-gradient(#cd6504,#fff)}.feed{flex-wrap:wrap;gap:20px;margin:30px 0;display:flex}.feed>p{text-align:center;margin:0 auto;font-size:1.2em;font-weight:300}.button{color:#fff;cursor:pointer;font-family:var(--font-source-sans-3),sans-serif;font-optical-sizing:auto;text-transform:uppercase;background:#4f1210;border:none;border-radius:5px;justify-content:center;align-items:center;gap:10px;margin:0 auto;padding:10px 20px;font-size:1.2em;font-weight:300;text-decoration:none;transition:color .3s ease-in-out,transform .3s ease-in-out,opacity .3s ease-in-out;display:flex}.button.success{background:#1baf5d}.button.error{background:#ec644b}.button.active{outline:5px solid brown}.button.inactive{opacity:.7}@media (hover:hover){.button.inactive:hover{opacity:1}}.button.full{width:100%}.button:disabled{opacity:.5;cursor:not-allowed}.button .waiting{display:none}.button[data-waiting=true]{color:#fff5;cursor:wait;pointer-events:none;position:relative}.button[data-waiting=true] .waiting{color:#fff;margin:0 0 0 -13px;font-size:26px;animation:2s linear infinite spin;display:block;position:absolute;left:50%;transform:translate(-50%,-50%)}.feed article.card{text-align:center;background:#fff;border-radius:5px;flex-flow:column wrap;flex:calc(20% - 36px);min-width:224px;padding:10px;display:flex;position:relative;box-shadow:0 0 5px #0005}.feed article.card .button{width:calc(100% - 40px)}.feed article .thumbnail_loading{margin:0 0 0 -18px;font-size:2em;animation:2s linear infinite spin;position:relative;left:50%}.center{text-align:center}.search_results ul{align-items:center;justify-content:unset;text-align:center;flex-direction:column;padding:0;font-weight:800;display:flex}.search_results ul span{font-weight:400}footer{background:var(--header-background);color:var(--foreground);padding:30px}footer section{flex-wrap:wrap;justify-content:center;gap:60px;display:flex}footer section>div{gap:60px;display:flex}footer nav ul{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.footer-column{max-width:230px}.footer-column h3{border-bottom:1px solid var(--highlight);text-align:left;text-transform:uppercase;margin:0;font-size:1.2em;font-weight:300}.footer-column h3 a{color:inherit;text-decoration:none}footer nav ul li a{color:var(--foreground);text-decoration:none}.footer-column p:first-child{margin-top:0}.footer-column p{font-size:.8em}.footer_logo{aspect-ratio:37/25;background:url(/images/alemanac-logo-white.webp) 50%/contain no-repeat;width:185px;max-width:100%}a.drinkaware{aspect-ratio:4;background:url(/images/drinkaware.webp) 50%/contain no-repeat;width:100%;display:block}@media (hover:none){.header-links nav ul li a,.header-links nav ul li span{opacity:1}}@media (hover:hover){.button:hover{color:var(--highlight);z-index:1;transform:scale(1.1)}.header-links nav ul li a:hover,.header-links nav ul li span:hover{color:var(--highlight)}.header-links nav ul li:hover:not(:has(a)){color:var(--highlight)}.header-links nav ul li a:hover svg,.header-links nav ul li span:hover svg{opacity:1;transform:scale(1.2)}.header-links nav ul li:hover:not(:has(a)) svg{opacity:1;transform:scale(1.2)}}.tab_outer{cursor:pointer;background:#fff;border-radius:5px;justify-content:center;width:100%;margin:20px 0 0;display:flex;position:relative;overflow:hidden;box-shadow:0 0 5px #0005}.tab_outer>div{flex:100%;padding:10px;transition:background-color .3s ease-in-out,color .3s ease-in-out}.tab_outer>div.active{color:#fff;background:#3b1210}.desktop_buttons{flex-direction:column;gap:10px;display:flex}.mobile_buttons{display:none}@media (hover:hover){.tab_outer>div:not(.active):hover{background:#3b121011}}@media (max-width:1450px){.header-links nav .is_mobile{display:flex}.header-links nav .is_mobile li{cursor:pointer;font-size:2rem}.header-links nav .is_desktop{background:var(--header-background);will-change:top;flex-direction:column;padding:20px;display:none;position:fixed;top:62px;right:0}.header-links nav .is_desktop.open{display:flex}}@media (max-width:850px){.section_inner{margin:0}}@media (max-width:750px){:is(.header-links:has(input:focus),.header-links:has(div>div)){margin-left:-171px}}@media (max-width:600px){.logo{max-height:86px!important}header{max-height:38px!important}.desktop_buttons{display:none}footer section>div{flex-wrap:wrap;justify-content:center;gap:50px;width:100%}.footer-column{min-width:142px}.mobile_buttons{z-index:10;width:100%;display:flex;position:fixed;bottom:0;left:0}.mobile_buttons .button{border-radius:0;width:100%;position:relative}.mobile_buttons .button:after{content:"";border-left:1px solid #fff5;border-right:1px solid #0005;width:100%;height:100%;position:absolute}}#alemanac-tooltip{z-index:11}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
