:root{--color-fg:#000;--color-bg:#fff;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);min-height:100dvh;color:var(--color-fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;grid-template-rows:auto 1fr auto;display:grid}img{max-width:100%;height:auto;display:block}.brands{justify-content:center;align-items:center;gap:clamp(48px,11vw,180px);padding:clamp(28px,4.5vh,48px) 24px 0;display:flex}.brand{width:auto}.brand--frevo{height:clamp(22px,2.2vw,32px)}.brand--gut{height:clamp(14px,1.4vw,20px)}.brand--wonderland{height:clamp(20px,2.2vw,26px)}.wordmark{place-items:center;padding:0 clamp(12px,1.6vw,20px);display:grid;position:relative}.wordmark__img{grid-area:1/1;justify-self:center;width:100%;height:auto;transition:opacity .42s}.wordmark__img--mobile{opacity:0;pointer-events:none;max-width:560px}.wordmark__img--desktop{opacity:1}@media (width<=768px){.wordmark__img--desktop{opacity:0;pointer-events:none}.wordmark__img--mobile{opacity:1;pointer-events:auto}}.footer{flex-wrap:wrap;justify-content:center;align-items:center;gap:19px;padding:24px 24px 32px;font-size:11px;line-height:1.3;display:flex}.footer__text,.footer__link{color:var(--color-fg)}.footer__link{text-underline-offset:2px;text-decoration:underline}.footer__link:hover{opacity:.6}.footer__icon{width:auto;height:23px}@media (width<=640px){.footer{text-align:center;flex-direction:column;gap:10px;padding:24px 20px 28px}.footer__icon{order:-1;height:26px;margin-bottom:6px}.footer__link{order:2}.footer__text:first-of-type{order:1}.footer__text:last-of-type{opacity:.7;order:3}}
