.orb-canvas{display:block}.header{position:fixed;top:0;left:0;right:0;z-index:999;height:64px;transition:background .25s cubic-bezier(0,0,.2,1);border-bottom:none}.header:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,10,10,.55) 0%,transparent 100%);pointer-events:none;opacity:1;transition:opacity .25s cubic-bezier(0,0,.2,1);z-index:1}.header.is-scrolled{background:#0a0a0aeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}@media(max-width:768px){.header.is-scrolled{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0a0a0af7}}.header.is-scrolled:before{opacity:0}.header.on-light:before{background:linear-gradient(to bottom,rgba(255,255,255,.6) 0%,transparent 100%)}.header.on-light .header__brand__studio{color:#0009}.header.on-light .header__brand__name{filter:invert(1)}.header.on-light .header__nav__link{color:#0000008c}.header.on-light .header__nav__link:hover{color:#000000e6;background:#00000014}.header.on-light .header__nav__link.is-active{color:#000000e6}.header.on-light .header__burger span{background:#000c}.header.on-light.is-scrolled .header__brand__studio{color:#a0a0a0}.header.on-light.is-scrolled .header__brand__name{filter:none}.header.on-light.is-scrolled .header__nav__link{color:#8f8f8f}.header.on-light.is-scrolled .header__burger span{background:#f5f5f5}.header__smpte{display:flex;width:100%;height:2px;flex-shrink:0;clip-path:inset(0)}.header__smpte span{flex:1;background:var(--smpte-color, #0e6873);transform:scaleX(0);transform-origin:var(--smpte-origin, center);transition:transform .14s linear,background .2s ease;transition-delay:var(--smpte-delay, 0s)}.header__smpte.is-in span{transform:scaleX(1)}.header__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%;max-width:1280px;height:100%;margin:0 auto;padding:0 24px}@media(max-width:640px){.header__inner{padding:0 16px}}.header__brand{display:flex;align-items:center;gap:6px;text-decoration:none;flex-shrink:0}.header__brand__name{height:16px;width:auto;display:block;flex-shrink:0}.header__brand__dot{width:5px;height:5px;border-radius:9999px;background:#f0a533;flex-shrink:0;margin-bottom:2px}.header__brand__studio{font-size:1.25rem;font-weight:300;color:#a0a0a0;letter-spacing:-.01em;line-height:1}.header__nav{display:flex;align-items:center;gap:4px;margin-left:auto;z-index:100}@media(max-width:768px){.header__nav{display:none}}.header__nav__link{position:relative;padding:8px 12px;font-size:.875rem;font-weight:500;color:#8f8f8f;border-radius:8px;transition:color .15s cubic-bezier(0,0,.2,1),background .15s cubic-bezier(0,0,.2,1)}.header__nav__link:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%) scaleX(0);width:16px;height:2px;background:var(--link-color, #F0A533);border-radius:9999px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .25s cubic-bezier(0,0,.2,1)}.header__nav__link:hover{color:#f5f5f5}.header__nav__link:hover:after{transform:translate(-50%) scaleX(1)}.header__nav__link.is-active{color:#f5f5f5}.header__nav__link.is-active:after{transform:translate(-50%) scaleX(1)}.header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;padding:0}@media(max-width:768px){.header__burger{display:flex}}.header__burger span{display:block;width:22px;height:1.5px;background:#f5f5f5;border-radius:9999px;transform-origin:center;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1)}.header__burger.is-open span:nth-child(1){transform:translateY(3.25px) rotate(45deg)}.header__burger.is-open span:nth-child(2){transform:translateY(-3.25px) rotate(-45deg)}.header__mobile{position:fixed;left:0;right:0;bottom:0;height:calc(100dvh - 64px);background:#0a0a0a;padding:64px 24px 32px;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(0,0,.2,1);visibility:hidden;z-index:999}.header__mobile.is-open{transform:translate(0);visibility:visible}.header__mobile nav{display:flex;flex-direction:column;gap:8px}.header__mobile__link{font-size:1.5rem;font-weight:600;color:#8f8f8f;padding:12px 0;border-bottom:1px solid #1f1f1f;transition:color .15s cubic-bezier(0,0,.2,1)}.header__mobile__link:hover,.header__mobile__link.is-active{color:#f5f5f5}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}.footer{width:100%;border-top:1px solid #1f1f1f;padding-bottom:32px}.footer__smpte{opacity:.5;margin-bottom:64px}.footer__inner{display:grid;grid-template-columns:1fr 2fr;gap:64px;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}@media(max-width:768px){.footer__inner{grid-template-columns:1fr;gap:48px;padding:0 16px}}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__brand__logo{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.footer__brand__bs{height:28px;width:auto;display:block;flex-shrink:0}.footer__brand__dot{width:5px;height:5px;border-radius:9999px;background:#f0a533;flex-shrink:0;margin-bottom:2px}.footer__brand__studio{font-size:32px;font-weight:300;color:#a0a0a0;letter-spacing:-.01em;line-height:1}.footer__brand__tagline{font-size:.875rem;color:#8f8f8f;line-height:1.6}.footer__brand__email,.footer__brand__location{font-size:.75rem;color:#8f8f8f;letter-spacing:.02em}.footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:520px){.footer__nav{grid-template-columns:1fr 1fr}}.footer__col{display:flex;flex-direction:column;gap:16px}.footer__col__title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8f8f8f}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer__col a{font-size:.875rem;color:#8f8f8f;transition:color .15s cubic-bezier(0,0,.2,1)}.footer__col a:hover{color:#f5f5f5}.footer__bottom{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;margin:48px auto 0;padding:24px 24px 0;border-top:1px solid #1f1f1f}@media(max-width:640px){.footer__bottom{flex-direction:column;gap:8px;text-align:center;padding:24px 16px 0}}.footer__copy,.footer__made{font-size:.75rem;color:#8f8f8f}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:300 700;src:url(/fonts/space-grotesk-latin-wght-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:300 700;src:url(/fonts/space-grotesk-latin-ext-wght-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}html{background:#0a0a0a;scroll-behavior:smooth;font-size:16px;scroll-padding-top:64px;--nav-accent: #F0A533;--nav-accent-text: #0a0a0a}::selection{background:var(--nav-accent-selection, var(--nav-accent, #F0A533));color:var(--nav-accent-text, #0a0a0a)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-display:swap;background:#0a0a0a;color:#f5f5f5;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img,video{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}main{display:flex;flex-direction:column;width:100%;min-height:100dvh}.container{width:100%;max-width:1280px;margin:0 auto;padding-inline:24px}@media(max-width:640px){.container{padding-inline:16px}}.no-scroll{overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.smpte-bar{display:flex;width:100%;height:3px;overflow:hidden}.smpte-bar span{flex:1}.smpte-bar span:nth-child(1){background:var(--smpte-1, #0E6873)}.smpte-bar span:nth-child(2){background:var(--smpte-2, #E4201B)}.smpte-bar span:nth-child(3){background:var(--smpte-3, #E44F0A)}.smpte-bar span:nth-child(4){background:var(--smpte-4, #F0A533)}.smpte-bar span:nth-child(5){background:var(--smpte-5, #E44F0A)}.smpte-bar span:nth-child(6){background:var(--smpte-6, #E4201B)}.smpte-bar span:nth-child(7){background:var(--smpte-7, #0E6873)}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#8f8f8f}.section-label:before{content:"";display:block;width:20px;height:1px;background:currentColor}.tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;line-height:1}.tag--blue{background:#0d1f3c;color:#60a5fa}.tag--purple{background:#1a0f2e;color:#c084fc}.tag--green{background:#0a1f1a;color:#34d399}.tag--orange{background:#1f0f00;color:#fb923c}.tag--red{background:#1f0a0a;color:#f87171}.tag--cyan{background:#001f24;color:#22d3ee}.tag--yellow{background:#1a1500;color:#fbbf24}.anchors{width:100%;transform:translateY(-80px)}.PageLayout{margin-top:64px}.splash{position:fixed;inset:0;z-index:9999;overflow:hidden}.splash__bg{position:absolute;inset:0;background:#0a0a0a}.splash__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:2}.splash__title{display:flex;align-items:center;gap:6px;line-height:1}.splash__title__bs{height:16px;width:auto;display:block;flex-shrink:0}.splash__title__studio{font-size:1.25rem;font-weight:300;color:#a0a0a0;letter-spacing:-.01em}.splash__bars{position:absolute;inset:0;display:flex;pointer-events:none;z-index:10}.splash__bars span{flex:1;background:var(--b, #0a0a0a);transform:translateY(-100%);transition:transform .5s cubic-bezier(.76,0,.24,1)}.splash__bars span:nth-child(1){transition-delay:0s}.splash__bars span:nth-child(2){transition-delay:.04s}.splash__bars span:nth-child(3){transition-delay:.08s}.splash__bars span:nth-child(4){transition-delay:.12s}.splash__bars span:nth-child(5){transition-delay:.16s}.splash__bars span:nth-child(6){transition-delay:.2s}.splash__bars span:nth-child(7){transition-delay:.24s}.splash__bars span:nth-child(8){transition-delay:.28s}.splash__bars span:nth-child(9){transition-delay:.32s}.splash__bars span:nth-child(10){transition-delay:.36s}.splash__bars.is-in span{transform:translateY(0)}.page-transition{position:fixed;inset:0;z-index:9998;display:flex;pointer-events:none}.page-transition__logo{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none}.page-transition__logo__inner{display:flex;align-items:center;gap:6px;background:#000;padding:10px 16px;line-height:1}.page-transition__logo__inner img{height:14px;width:auto;display:block;flex-shrink:0}.page-transition__dot{width:5px;height:5px;border-radius:50%;background:#f0a533;display:block;flex-shrink:0;flex-grow:0;align-self:center}.page-transition__studio{font-size:.875rem;font-weight:300;color:#ffffffb3!important;letter-spacing:-.01em;line-height:1;background:none!important}.page-transition.is-in .page-transition__logo,.page-transition.is-ready .page-transition__logo{opacity:1}.page-transition>span{flex:1;background:var(--b, #0a0a0a);transform:translateY(-100%);transition:transform .38s cubic-bezier(.65,0,.35,1)}.page-transition>span:nth-of-type(1){transition-delay:0s}.page-transition>span:nth-of-type(2){transition-delay:25ms}.page-transition>span:nth-of-type(3){transition-delay:.05s}.page-transition>span:nth-of-type(4){transition-delay:75ms}.page-transition>span:nth-of-type(5){transition-delay:.1s}.page-transition>span:nth-of-type(6){transition-delay:.125s}.page-transition>span:nth-of-type(7){transition-delay:.15s}.page-transition>span:nth-of-type(8){transition-delay:.175s}.page-transition>span:nth-of-type(9){transition-delay:.2s}.page-transition>span:nth-of-type(10){transition-delay:.225s}.page-transition.is-in>span{transform:translateY(0)}.page-transition.is-ready>span{transform:translateY(0);transition:none!important;transition-delay:0s!important}.page-transition.is-out>span{transform:translateY(-100%);transition:transform .34s cubic-bezier(.65,0,.35,1)}.page-transition.is-out>span:nth-of-type(1){transition-delay:0s}.page-transition.is-out>span:nth-of-type(2){transition-delay:.02s}.page-transition.is-out>span:nth-of-type(3){transition-delay:.04s}.page-transition.is-out>span:nth-of-type(4){transition-delay:.06s}.page-transition.is-out>span:nth-of-type(5){transition-delay:.08s}.page-transition.is-out>span:nth-of-type(6){transition-delay:.1s}.page-transition.is-out>span:nth-of-type(7){transition-delay:.12s}.page-transition.is-out>span:nth-of-type(8){transition-delay:.14s}.page-transition.is-out>span:nth-of-type(9){transition-delay:.16s}.page-transition.is-out>span:nth-of-type(10){transition-delay:.18s}@media(prefers-reduced-motion:reduce){.page-transition__logo,.page-transition>span,.page-transition.is-in>span,.page-transition.is-out>span{transition-duration:.01ms!important;transition-delay:0s!important}}
