.header-content.svelte-1elxaub{width:var(--content-width);margin:0 auto;padding:2rem 0;display:flex;justify-content:space-between;align-items:center}.logo.svelte-1elxaub{display:inline-flex;border-radius:4px;text-decoration:none;font-weight:700;font-size:1.5rem;letter-spacing:-.1em}.logo.svelte-1elxaub:focus-visible{outline:2px solid var(--text-color);outline-offset:2px}.desktop-nav.svelte-1elxaub{display:flex;gap:2rem}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub){text-decoration:none;color:var(--text-color);font-weight:400;transition:color .2s ease;padding:.25rem .5rem;border-radius:4px}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub):hover{text-decoration:underline;text-underline-offset:4px}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub):focus-visible{outline:2px solid var(--text-color);outline-offset:2px}.hamburger.svelte-1elxaub{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:7px;border-radius:4px;position:relative;z-index:100}.hamburger.svelte-1elxaub:focus-visible{outline:2px solid var(--text-color);outline-offset:2px}.hamburger-line.svelte-1elxaub{display:block;width:100%;height:2px;background:var(--text-color);transition:all .3s ease;transform-origin:center}.hamburger-line.open.svelte-1elxaub:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-line.open.svelte-1elxaub:nth-child(2){opacity:0}.hamburger-line.open.svelte-1elxaub:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu.svelte-1elxaub{position:fixed;inset:0;background:var(--bg-color);z-index:99;display:none;align-items:center;justify-content:center;padding-top:80px;opacity:0;pointer-events:none;transition:opacity .25s ease}.mobile-menu.open.svelte-1elxaub{opacity:1;pointer-events:auto}.mobile-menu.svelte-1elxaub nav:where(.svelte-1elxaub){display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-menu.svelte-1elxaub a:where(.svelte-1elxaub){text-decoration:none;color:var(--text-color);font-size:1.5rem;font-weight:500;transition:color .2s ease;padding:.5rem 1rem;border-radius:4px}.mobile-menu.svelte-1elxaub a:where(.svelte-1elxaub):hover{text-decoration:underline;text-underline-offset:4px}.mobile-menu.svelte-1elxaub a:where(.svelte-1elxaub):focus-visible{outline:2px solid var(--text-color);outline-offset:2px}@media(max-width:768px){.desktop-nav.svelte-1elxaub{display:none}.hamburger.svelte-1elxaub,.mobile-menu.svelte-1elxaub{display:flex}}:root{--content-width: clamp(min( calc(100vw - 2rem) , 400px), calc(100vw - 2rem) , 72rem);--content-width-narrow: clamp(min( calc(100vw - 2rem) , 400px), calc(100vw - 2rem) , 50rem);--bg-color: #07281f;--text-color: #f5f5f5;--accent-color: #7cbc89;--section-spacing-lg: 33lvh;--section-spacing-md: 15lvh;--section-spacing-sm: 10lvh}*,*:before,*:after{box-sizing:border-box}:target{scroll-margin-block:5lvh}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;line-height:1.5;font-family:Montserrat,system-ui,sans-serif;background-color:var(--bg-color);color:var(--text-color);transition:background-color .15s ease}img,picture,video,canvas,svg{height:auto;display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit}:is(h1,h2,h3,h4,h5,h6){line-height:1.1;text-wrap:balance;margin:0;max-width:35ch;margin-block-start:1em}p{margin-block-start:1em;line-height:1.5}section{margin-block-start:0}main{width:var(--content-width);margin-inline:auto}.button{--button-bg-color: oklch(.6 .0986 149.86);display:inline-flex;gap:1rem;align-items:center;justify-content:center;line-height:1;position:relative;cursor:pointer;background:var(--button-bg-color);color:var(--text-color);padding:.625rem 1.125rem;text-decoration:none;font-size:1rem;font-weight:400;border-radius:4px;border:.5px solid var(--button-bg-color);box-shadow:0 0 0 0 transparent;font-weight:600;transition:filter .1s ease,box-shadow .1s ease,transform .1s ease}.button:hover{filter:brightness(110%)}.button:active{transform:scale(.99)}.button[data-type=outline]{font-weight:500;--button-bg-color: transparent;border:.5px solid var(--text-color)}.button[data-type=outline]:hover{box-shadow:0 0 0 .5px var(--text-color)}.button[data-type=ghost]{font-weight:500;--button-bg-color: transparent;border:.5px solid transparent;color:var(--text-color)}.skip-link.svelte-12qhfyh{position:absolute;top:-40px;left:0;background:var(--text-color);color:var(--bg-color);padding:.5rem 1rem;z-index:200;text-decoration:none;font-weight:500;transition:top .2s ease}.skip-link.svelte-12qhfyh:focus{top:0}footer.svelte-12qhfyh{--footer-border-color: color-mix(in srgb, var(--text-color) 50%, transparent);margin-top:20lvh;padding:4rem 0;border-top:.5px solid var(--footer-border-color)}.footer-content.svelte-12qhfyh{width:var(--content-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.studio-name.svelte-12qhfyh{font-weight:500;margin:0}footer.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:flex;row-gap:.5rem;column-gap:2rem;flex-wrap:wrap;justify-content:center}footer.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){text-decoration:none;color:var(--text-color);transition:color .2s ease}footer.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{text-decoration:underline;text-underline-offset:4px}footer.svelte-12qhfyh nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):focus-visible{outline:2px solid var(--text-color);outline-offset:2px;border-radius:4px}.social-links.svelte-12qhfyh{display:flex;gap:1.5rem;margin-block-start:.5rem}.social-link.svelte-12qhfyh{color:var(--text-color);opacity:.7;transition:opacity .2s ease}.social-link.svelte-12qhfyh:hover{opacity:1}.social-link.svelte-12qhfyh:focus-visible{outline:2px solid var(--text-color);outline-offset:4px;border-radius:4px;opacity:1}.social-link.svelte-12qhfyh svg:where(.svelte-12qhfyh){display:block}
