@font-face{font-family:Nunito;src:url(/fonts/nunito-latin.woff2)format("woff2");font-weight:400 900;font-style:normal;font-display:swap;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;src:url(/fonts/nunito-latinext.woff2)format("woff2");font-weight:400 900;font-style:normal;font-display:swap;unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;src:url(/fonts/nunito-cyrillic.woff2)format("woff2");font-weight:400 900;font-style:normal;font-display:swap;unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;src:url(/fonts/manrope-latin.woff2)format("woff2");font-weight:200 800;font-style:normal;font-display:swap;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;src:url(/fonts/manrope-latinext.woff2)format("woff2");font-weight:200 800;font-style:normal;font-display:swap;unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;src:url(/fonts/manrope-cyrillic.woff2)format("woff2");font-weight:200 800;font-style:normal;font-display:swap;unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}:root{--fh-yellow:#f3eb28;--fh-yellow-soft:#fee06e;--fh-ink:#0e0613;--fh-red:#e51c26;--fh-red-dark:#c2151e;--fh-white:#fff;--fh-surface:#0e0613;--fh-surface-raised:#1c1424;--fh-surface-line:#2e2438;--fh-paper:#faf7f2;--fh-paper-alt:#f2ece1;--fh-paper-line:#e2dbd0;--fh-muted:#b9b0c4;--fh-muted-dark:#5d5468;--font-display:"Nunito", "Segoe UI", system-ui, sans-serif;--font-body:"Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;--container-width:74rem;--radius-sm:8px;--radius-md:16px;--radius-pill:999px;--shadow-lift:0 18px 40px -22px #000000bf;--motion-tap:90ms;--motion-quick:.16s;--motion-ui:.24s;--motion-image:.4s;--motion-reveal:.52s;--ease-enter:cubic-bezier(.16, .84, .44, 1);--ease-standard:cubic-bezier(.4, 0, .2, 1);--ease-appetite:cubic-bezier(.34, 1.4, .64, 1);--motion-rise:16px;--motion-lift:-2px;--motion-press:1px;--motion-lick:.56s;--motion-loader-out:.26s}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--fh-paper);color:var(--fh-ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:1.0625rem;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-display);color:inherit;letter-spacing:-.02em;margin:0 0 .55em;font-weight:800;line-height:1.08}h1{font-size:clamp(2.6rem,7vw,4.75rem)}h2{font-size:clamp(1.85rem,3.6vw,2.85rem)}h3{font-size:clamp(1.25rem,2vw,1.6rem)}p{margin:0 0 1em}a{color:inherit}img,svg{max-width:100%;display:block}button{font-family:inherit}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:1.5rem}.section{padding-block:clamp(3rem,6vw,6rem)}.sectionDark{background:var(--fh-surface);color:var(--fh-white)}.sectionAlt{background:var(--fh-paper-alt)}.eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--fh-muted-dark);margin-bottom:.85rem;font-size:.78rem;font-weight:700}.sectionDark .eyebrow{color:var(--fh-yellow)}.lede{max-width:44ch;color:var(--fh-muted-dark);font-size:1.15rem}.sectionDark .lede{color:var(--fh-muted)}.btn{border-radius:var(--radius-pill);font-family:var(--font-display);transition:background-color var(--motion-quick) var(--ease-standard), color var(--motion-quick) var(--ease-standard), border-color var(--motion-quick) var(--ease-standard), transform var(--motion-quick) var(--ease-appetite);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.9rem;font-size:1.0625rem;font-weight:800;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(var(--motion-lift))}.btn:active{transform:translateY(var(--motion-press));transition-duration:var(--motion-tap)}.btnPrimary{background:var(--fh-yellow);color:var(--fh-ink)}.btnPrimary:hover{background:#ffe600}.btnOrder{background:var(--fh-red);color:var(--fh-white)}.btnOrder:hover{background:var(--fh-red-dark)}.btnOutline{color:var(--fh-ink);background:0 0;border-color:currentColor}.btnOutline:hover{background:var(--fh-ink);color:var(--fh-paper)}.sectionDark .btnOutline,.onDark .btnOutline{color:var(--fh-white)}.sectionDark .btnOutline:hover,.onDark .btnOutline:hover{background:var(--fh-white);color:var(--fh-ink)}.visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skipLink{background:var(--fh-yellow);color:var(--fh-ink);z-index:100;border-radius:0 0 var(--radius-sm) 0;padding:.75rem 1.25rem;font-weight:700;position:absolute;top:0;left:-9999px}.skipLink:focus{left:0}:focus-visible{outline:3px solid var(--fh-red);outline-offset:3px;border-radius:2px}.sectionDark :focus-visible,.onDark :focus-visible{outline-color:var(--fh-yellow)}[data-reveal]{transition:opacity var(--motion-reveal) var(--ease-enter), transform var(--motion-reveal) var(--ease-enter)}.fh-js [data-reveal]:not([data-revealed]){opacity:0;transform:translateY(var(--motion-rise))}img[data-fade]{transition:opacity var(--motion-image) var(--ease-enter)}.fh-js img[data-fade]:not([data-loaded]){opacity:0}@media (prefers-reduced-motion:reduce){:root{--motion-rise:0px;--motion-lift:0px;--motion-press:0px;--ease-appetite:cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:auto}}@media (max-width:640px){.container{padding-inline:1.1rem}}
.Loader-module__9u6O_W__loader{z-index:200;background:var(--fh-yellow);opacity:1;transition:opacity var(--motion-loader-out) var(--ease-standard);place-items:center;display:grid;position:fixed;inset:0}html.fh-seen .Loader-module__9u6O_W__loader{display:none}.Loader-module__9u6O_W__logo{width:clamp(116px,26vw,184px);height:auto;transition:transform var(--motion-loader-out) var(--ease-standard)}.Loader-module__9u6O_W__out{opacity:0;pointer-events:none}.Loader-module__9u6O_W__out .Loader-module__9u6O_W__logo{transform:scale(1.03)}.Loader-module__9u6O_W__logo #tongue{transform-box:fill-box;transform-origin:50% 0;animation:Loader-module__9u6O_W__lick var(--motion-lick) var(--ease-appetite) infinite}@keyframes Loader-module__9u6O_W__lick{0%,to{transform:translate(0)rotate(0)}20%{transform:translate(-11px)rotate(-10deg)}50%{transform:translate(0)rotate(0)}80%{transform:translate(11px)rotate(10deg)}}@media (prefers-reduced-motion:reduce){.Loader-module__9u6O_W__logo #tongue{animation:none}.Loader-module__9u6O_W__out .Loader-module__9u6O_W__logo{transform:none}}
