:root{--color-ink:#0a0a0a;--color-ink-muted:#737373;--color-surface:#fafafa;--color-surface-raised:#fff;--color-surface-sunken:#f3f4f6;--color-surface-overlay:#000000e6;--color-line:#00000014;--color-line-strong:#00000029;--color-accent:#ff6b9d;--color-accent-hover:#e5558a;--color-accent-light:#fff0f5;--color-accent-2:#ffdab9;--color-accent-3:#ffb347;--color-focus:#ff6b9d;--color-success:#16a34a;--color-warning:#d97706;--color-error:#dc2626;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--text-hero:clamp(3.5rem, 6vw, 5.5rem);--text-h1:clamp(2.5rem, 4vw, 3.5rem);--text-h2:clamp(1.75rem, 2.5vw, 2.25rem);--text-h3:clamp(1.25rem, 1.8vw, 1.5rem);--text-body-lg:1.125rem;--text-body:1rem;--text-small:.875rem;--text-micro:.75rem;--font-display:"Sohne", system-ui, -apple-system, sans-serif;--font-body:"Sohne", system-ui, -apple-system, sans-serif;--font-mono:"Courier New", monospace;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--radius-none:0px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-none:none;--ease-out:cubic-bezier(.16, 1, .3, 1);--duration-fast:.15s;--duration-normal:.25s;--duration-slow:.4s;--page-width:min(100% - 2.5rem, 75rem);--copy-width:min(100% - 2.5rem, 45rem);--wide-width:min(100% - 2.5rem, 87.5rem);--gutter:clamp(1rem, 2vw, 2rem);--nav-height:4.5rem;--color-surface-dark:#0a0a0a;--color-flavour-mixed-berry:#8b5cf6;--color-flavour-raspberry:#ef4444;--color-flavour-feijoa:#84cc16;--color-flavour-peach:#fb923c;--color-flavour-blueberry:#6366f1;--color-flavour-blackcurrant:#581c87;--color-flavour-kiwifruit:#22c55e;--color-flavour-banana:#facc15;--stripe-color-1:var(--color-accent);--stripe-color-2:var(--color-accent-light);--stripe-width:var(--space-12);--texture-opacity:.04;--tracking-wide:.05em;--hero-logo-max:400px;--footer-logo-width:var(--space-20)}@font-face{font-family:Sohne;src:url(/assets/Sohne-Leicht-BBgr5ZVq.woff2)format("woff2"),url(/assets/Sohne-Leicht-DYS1uFc2.woff)format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Sohne;src:url(/assets/Sohne-Buch-C64CA4OA.woff2)format("woff2"),url(/assets/Sohne-Buch-cv1urykR.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sohne;src:url(/assets/Sohne-Halbfett-C_c0d6lK.woff2)format("woff2"),url(/assets/Sohne-Halbfett-tshnEbAy.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Sohne;src:url(/assets/Sohne-Fett-BJ-h-Da-.woff2)format("woff2"),url(/assets/Sohne-Fett-B5-O3nv2.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-body);color:var(--color-ink);background:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.reveal{opacity:0;transform:translateY(var(--space-8));transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out)}.reveal.revealed{opacity:1;transform:translateY(0)}.stripe-bg{background-image:repeating-linear-gradient(90deg, var(--stripe-color-1) 0, var(--stripe-color-1) var(--stripe-width), var(--stripe-color-2) var(--stripe-width), var(--stripe-color-2) calc(var(--stripe-width) * 2))}.texture-overlay{position:relative}.texture-overlay:after{content:"";opacity:var(--texture-opacity);pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:256px 256px;position:absolute;inset:0}.nav{z-index:100;padding:var(--space-4) var(--space-6);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav__logo-link{display:flex}.nav__logo{height:var(--space-8);filter:brightness(0)invert()}.nav__burger{padding:var(--space-2);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;gap:5px;display:flex}.nav__burger-line{width:var(--space-6);background:var(--color-surface-raised);height:2px;transition:transform var(--duration-fast) var(--ease-out), opacity var(--duration-fast) var(--ease-out);display:block}.nav__burger-line--open:first-child{transform:translateY(7px)rotate(45deg)}.nav__burger-line--open:nth-child(2){opacity:0}.nav__burger-line--open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav__menu{background:var(--color-surface-dark);justify-content:center;align-items:center;gap:var(--space-8);opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease-out);flex-direction:column;display:flex;position:fixed;inset:0}.nav__menu--open{opacity:1;pointer-events:auto}.nav__link{font-family:var(--font-display);font-weight:300;font-size:var(--text-h2);color:var(--color-surface-raised);opacity:.7;transition:opacity var(--duration-fast) var(--ease-out);text-decoration:none}.nav__link:hover{opacity:1}.hero{min-height:100vh;padding:var(--space-6);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__content{align-items:center;gap:var(--space-6);flex-direction:column;display:flex}.hero__logo{width:min(60vw, var(--hero-logo-max));filter:brightness(0)invert()}.hero__tagline{font-family:var(--font-display);font-weight:400;font-size:var(--text-h3);color:var(--color-surface-raised);text-align:center;letter-spacing:var(--tracking-wide);text-transform:uppercase}.hero__scroll{bottom:var(--space-8);color:var(--color-surface-raised);opacity:.6;animation:bounce var(--duration-slow) var(--ease-out) infinite alternate;position:absolute}.hero__scroll svg{width:var(--space-6);height:var(--space-6)}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(var(--space-2))}}.flavours{background:var(--color-surface-dark);padding:var(--space-24) var(--space-6)}.flavours__inner{max-width:var(--copy-width);text-align:center;margin:0 auto}.flavours__title{font-family:var(--font-display);font-weight:700;font-size:var(--text-h2);color:var(--color-surface-raised);margin-bottom:var(--space-12)}.flavours__list{gap:var(--space-4);margin-bottom:var(--space-12);flex-direction:column;list-style:none;display:flex}.flavours__item{justify-content:center;align-items:center;gap:var(--space-3);display:flex}.flavours__dot{width:var(--space-3);height:var(--space-3);border-radius:var(--radius-full);flex-shrink:0}.flavours__name{font-family:var(--font-display);font-weight:600;font-size:var(--text-h3);color:var(--color-surface-raised)}.flavours__note{font-family:var(--font-body);font-weight:300;font-size:var(--text-body);color:var(--color-surface-raised);opacity:.5}.promise{background:var(--color-surface-raised);padding:var(--space-32) var(--space-6);justify-content:center;align-items:center;min-height:50vh;display:flex}.promise__text{font-family:var(--font-display);font-weight:700;font-size:var(--text-h1);color:var(--color-ink);text-align:center;max-width:var(--copy-width);line-height:1.3}.model{background:var(--color-accent-2);padding:var(--space-24) var(--space-6)}.model__inner{max-width:var(--page-width);margin:0 auto}.model__title{font-family:var(--font-display);font-weight:700;font-size:var(--text-h2);color:var(--color-ink);margin-bottom:var(--space-12);text-align:center}.model__grid{gap:var(--space-8);grid-template-columns:1fr;display:grid}@media (width>=768px){.model__grid{gap:var(--space-12);grid-template-columns:repeat(3,1fr)}}.model__card{padding:var(--space-4);text-align:center}.model__card-title{font-family:var(--font-display);font-weight:600;font-size:var(--text-body-lg);color:var(--color-ink);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.model__card-desc{font-family:var(--font-body);font-weight:400;font-size:var(--text-body);color:var(--color-ink);opacity:.7;line-height:1.6}.join-crew{padding:var(--space-32) var(--space-6);text-align:center;justify-content:center;align-items:center;min-height:50vh;display:flex}.join-crew__inner{max-width:var(--copy-width)}.join-crew__title{font-family:var(--font-display);font-weight:700;font-size:var(--text-h2);color:var(--color-surface-raised);margin-bottom:var(--space-6)}.join-crew__copy{font-family:var(--font-body);font-weight:400;font-size:var(--text-body-lg);color:var(--color-surface-raised);opacity:.85;margin-bottom:var(--space-12);line-height:1.6}.join-crew__cta{font-family:var(--font-display);font-weight:600;font-size:var(--text-body-lg);color:var(--color-accent);background:var(--color-surface-raised);padding:var(--space-3) var(--space-8);border-radius:var(--radius-full);transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);text-decoration:none;display:inline-block}.join-crew__cta:hover{box-shadow:var(--shadow-md);transform:scale(1.02)}.footer{background:var(--color-surface-dark);padding:var(--space-12) var(--space-6);text-align:center;color:var(--color-surface-raised)}.footer__logo{width:var(--footer-logo-width);filter:brightness(0)invert();margin:0 auto var(--space-6)}.footer__links{justify-content:center;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);display:flex}.footer__links a{font-family:var(--font-body);font-weight:400;font-size:var(--text-small);color:var(--color-surface-raised);opacity:.5;transition:opacity var(--duration-fast) var(--ease-out);padding:var(--space-2) var(--space-3)}.footer__links a:hover{opacity:1}.footer__sep{opacity:.3}.footer__copy{font-size:var(--text-micro);color:var(--color-surface-raised);opacity:.3}
