:root{--color-bg: #090909;--color-bg-surface: #1a1a1a;--color-bg-raised: #242424;--color-bg-subtle: #2e2e2e;--color-text: #ffffff;--color-text-muted: #b4b4b4;--color-text-dim: #8a8a8a;--color-primary: #d6151d;--color-border: #2e2e2e;--color-accent-red: #d6151d;--color-accent-green: #00984b;--color-accent-blue: #00adee;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-24: 6rem;--spacing-32: 8rem;--container-max-width: 1280px;--container-padding: 1.5rem;--navbar-height: 70px;--radius-sm: 4px;--radius-base: 8px;--radius-lg: 16px;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:125%;scroll-behavior:smooth;scroll-padding-top:var(--navbar-height, 4rem)}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{color:#fff;background-color:#090909;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}h1{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase}h2{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2rem,4.5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:.01em;text-transform:uppercase}h3{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(1.75rem,3vw,3rem);font-weight:700;line-height:1.25;letter-spacing:.02em;text-transform:uppercase}h4{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.25;letter-spacing:-.01em}h5{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;line-height:1.25;letter-spacing:0}h6{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1.5;letter-spacing:.02em}p{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}.lsp-lead{font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5}.lsp-label{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.15em;text-transform:uppercase}.lsp-overline{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase}.lsp-caption{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em}@keyframes lsp-page-in{0%{opacity:0}to{opacity:1}}body{animation:lsp-page-in .5s ease forwards}[data-animate]{transition:opacity .55s ease,transform .55s ease;transition-delay:calc(var(--i, 0) * .1s)}.js-animate[data-animate]:not(.is-visible){opacity:0;transform:translateY(1.25rem)}[data-animate-from-left]{transition:opacity .5s ease,transform .5s ease;transition-delay:calc(var(--i, 0) * .12s)}.js-animate[data-animate-from-left]:not(.is-visible){opacity:0;transform:translate(-1.5rem)}@media(prefers-reduced-motion:reduce){body{animation:none}[data-animate],[data-animate-from-left]{opacity:1;transform:none;transition:none}}.lsp-skip-link{font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:400;line-height:1.5;letter-spacing:.01em;position:absolute;z-index:9999;top:1rem;left:-999px;padding:.5rem 1rem;background-color:#111;color:#fff;border:1px solid #2e2e2e;border-radius:8px;white-space:nowrap}.lsp-skip-link:focus-visible{left:1.5rem;outline:2px solid #d6151d;outline-offset:2px}.btn-primary{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.15em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;padding:0 1.5rem;min-height:44px;background-color:#d6151d;color:#fff;white-space:nowrap;transition:background-color .15s ease}.btn-primary:hover{background-color:#960f14}.btn-primary:focus-visible{outline:solid 2px rgb(149.8,14.7,20.3);outline-offset:2px}.navbar{position:sticky;top:0;z-index:100;height:70px;background-color:#090909;border-bottom:1px solid #2e2e2e;box-shadow:0 1px 3px #0006}.navbar__links{display:flex;flex-direction:column}.navbar__menu-list{display:flex;flex-direction:column;width:100%;gap:0}@media(min-width:1200px){.navbar__menu-list{flex-direction:row;justify-content:center;width:auto;gap:1.5rem}}.navbar__inner{display:grid;grid-template-columns:2fr 1.5fr;align-items:center;height:100%;padding:0 1.5rem}@media(min-width:1200px){.navbar__inner{padding-inline:clamp(1.5rem,5.556vw,5rem)}}.navbar__logo{display:flex;align-items:center}.navbar__logo img{height:32px;width:auto}.navbar__logo:focus-visible{outline:2px solid #d6151d;outline-offset:4px}.navbar__left{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-right:1.5rem}.navbar__menu{position:absolute;top:70px;left:0;right:0;display:flex;flex-direction:column;align-items:flex-start;gap:0;background-color:#090909;border-bottom:1px solid #2e2e2e;padding:0 1.5rem;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .4s ease,padding .4s ease,visibility 0s .4s}.navbar__menu.is-open{max-height:500px;padding:1rem 1.5rem;visibility:visible;transition:max-height .4s ease,padding .4s ease,visibility 0s}.navbar__menu a{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;text-transform:uppercase;color:#b4b4b4;position:relative;display:block;width:100%;padding:.75rem 0;transition:color .15s ease}.navbar__menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#d6151d;transition:width .25s ease}.navbar__menu a:hover,.navbar__menu a:focus-visible{color:#d6151d}.navbar__menu a:hover:after,.navbar__menu a:focus-visible:after{width:100%}.navbar__menu a:focus-visible{outline:2px solid #d6151d;outline-offset:2px}.navbar__menu a.is-active{color:#d6151d}.navbar__menu a.is-active:after{width:100%}@media(min-width:1200px){.navbar__menu{position:static;display:flex;justify-content:space-around;flex-direction:row;align-items:center;padding:0;max-height:none;overflow:visible;background-color:transparent;border-bottom:none;visibility:visible;transition:none}.navbar__menu a{font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:400;line-height:1.5;letter-spacing:.01em;font-size:.7rem;width:auto;padding:.5rem 0}}.navbar__bottom{display:flex;width:100%;padding:.75rem 0}.navbar__bottom>*{flex:1 1 0;min-width:0}@media(min-width:1200px){.navbar__bottom{flex-direction:row;gap:2rem;width:auto;padding:0}.navbar__bottom>*{flex:initial}}.navbar__social{display:flex;align-items:center;justify-content:flex-start;gap:.75rem}@media(min-width:1200px){.navbar__social{padding:0}}.navbar__social-btn{display:flex;align-items:center;color:#8a8a8a;transition:color .15s ease}.navbar__social-btn:hover,.navbar__social-btn:focus-visible{color:#d6151d}.navbar__social-btn:focus-visible{outline:2px solid #d6151d;outline-offset:4px;border-radius:4px}.navbar__lang{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}@media(min-width:1200px){.navbar__lang{justify-content:flex-start}}.navbar__lang-btn{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;transition:color .15s ease}.navbar__lang-btn:hover,.navbar__lang-btn:focus-visible,.navbar__lang-btn.is-active{color:#fff}.navbar__lang-sep{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#2e2e2e}.navbar__toggle{display:flex;align-self:center;justify-self:end;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}.navbar__toggle span{display:block;width:24px;height:2px;background-color:#fff;transition:transform .25s ease,opacity .25s ease}.navbar__toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.navbar__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__toggle:focus-visible{outline:2px solid #d6151d;outline-offset:4px;border-radius:4px}@media(min-width:1200px){.navbar__toggle{display:none}}.hero{position:relative;display:flex;flex-direction:column;background-color:#0e0e0e;min-height:calc(100dvh - 70px);overflow:hidden}.hero__layout{display:grid;grid-template-columns:1fr;flex:1;border-bottom:1px solid #2e2e2e}@media(min-width:1200px){.hero__layout{grid-template-columns:2fr 1.5fr}}.hero__left{display:flex;flex-direction:column;justify-content:flex-start;padding:2rem 1.5rem}@media(min-width:1200px){.hero__left{padding:3rem clamp(1.5rem,5.556vw,5rem);border-right:1px solid #2e2e2e}}.hero__overline{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;margin:auto 0 .75rem}.hero__headline{font-family:Barlow Condensed,sans-serif;font-size:clamp(3.0518rem,8vw,15rem);font-weight:800;line-height:1;letter-spacing:-.01em;text-transform:uppercase;color:#f0f0f0;margin:0 0 1rem}.hero__headline-line{display:block}.hero__accent-bar{width:4rem;height:3px;background-color:#d6151d;margin-bottom:1.5rem}.hero__body{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;font-size:1.2rem;word-break:auto-phrase;color:#b4b4b4;margin:0 0 2rem}@media(min-width:1200px){.hero__body{max-width:min(50vw,60%)}}.hero__cta-group{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:1rem}.hero__cta-group .btn-primary{width:100%}@media(min-width:500px){.hero__cta-group .btn-primary{width:auto}}.hero__cta-links{display:none}@media(min-width:500px){.hero__cta-links{display:flex;align-items:center;gap:.75rem}}.hero__cta-link{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.15em;text-transform:uppercase;display:inline-flex;align-items:center;min-height:44px;color:#b4b4b4;letter-spacing:.125em;transition:color .15s ease}.hero__cta-link:hover,.hero__cta-link:focus-visible{color:#f0f0f0}.hero__cta-sep{display:inline-block;width:3px;height:3px;border-radius:9999px;background-color:#3a3a3a}.hero__trust-shield{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin:1.5rem 0 2rem}.hero__trust-shield img{max-width:clamp(80px,12vw,130px);width:auto;height:auto}.hero__trust-shield button{background:transparent;border:none;padding:0;cursor:pointer}.hero__trust-shield button:focus-visible{outline:2px solid #d6151d;outline-offset:4px}.hero__trust-shield-text{font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#b4b4b4;margin:0}.hero__right{display:none;position:relative;overflow:hidden}@media(min-width:1200px){.hero__right{display:block}}.hero__image{width:100%;height:100%;object-fit:cover;object-position:left center;filter:saturate(0);display:block}.hero__stats{display:grid;grid-template-columns:1fr;border-top:1px solid #2e2e2e}@media(min-width:500px){.hero__stats{grid-template-columns:507fr 426fr 507fr}}.hero__stat{display:flex;flex-direction:column;justify-content:center;padding:1rem 1.5rem;border-bottom:1px solid #2e2e2e}.hero__stat:last-child{border-bottom:none}@media(min-width:500px){.hero__stat{padding:1.5rem clamp(1.5rem,5.556vw,5rem);border-right:1px solid #2e2e2e;border-bottom:none}.hero__stat:last-child{border-right:none}}.hero__stat-number{display:block;font-family:Barlow Condensed,sans-serif;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:#f0f0f0;line-height:1;margin-bottom:.25rem}.hero__stat-label{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;display:block;color:#b4b4b4}.hero__rgb{display:grid;grid-template-columns:507fr 426fr 507fr;height:3px}.hero__rgb-r{background-color:#d6151d}.hero__rgb-g{background-color:#00984b}.hero__rgb-b{background-color:#00adee}.dubbing{background-color:#111;border-top:1px solid #242424;border-bottom:1px solid #242424}.dubbing__inner{display:grid;grid-template-columns:1fr}@media(min-width:1200px){.dubbing__inner{grid-template-columns:2fr 1.5fr}}.dubbing__left{display:flex;flex-direction:column;justify-content:center;padding:2rem 1.5rem;min-height:50dvh}@media(min-width:1200px){.dubbing__left{padding:3rem clamp(1.5rem,5.556vw,5rem);border-right:1px solid #242424}}.dubbing__overline{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;margin:0 0 1.5rem}.dubbing__headline{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2rem,4.5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin:0 0 2rem}.dubbing__headline-line{display:block}.dubbing__accent-bar{width:4rem;height:3px;background-color:#d6151d;margin-bottom:2rem}.dubbing__body{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#b4b4b4;margin:0 0 3rem}@media(min-width:1200px){.dubbing__body{max-width:min(50vw,60%)}}.dubbing__link{color:#fff;font-weight:500;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.dubbing__link:hover,.dubbing__link:focus-visible{color:#d6151d;border-bottom-color:#d6151d}.dubbing__distributors{list-style:none;margin:0 0 3rem;padding:0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:1rem}.dubbing__distributor{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center}.dubbing__distributor-link{display:inline-flex;align-items:center;justify-content:center;line-height:0;max-width:100%}.dubbing__distributor-logo{max-height:2.5rem;max-width:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .2s ease,opacity .2s ease}.dubbing__distributor-link:hover .dubbing__distributor-logo,.dubbing__distributor-link:focus-visible .dubbing__distributor-logo{filter:grayscale(0%);opacity:1}.dubbing__list{display:flex;flex-direction:column}.dubbing__item{flex:1;display:grid;grid-template-columns:auto 1fr;column-gap:1.5rem;align-items:start;padding:1.5rem;border-top:1px solid #242424}@media(min-width:1200px){.dubbing__item{padding:1.5rem clamp(1.5rem,5.556vw,5rem)}}.dubbing__item-number{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2rem,4.5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:.01em;text-transform:uppercase;color:#8a8a8a;font-weight:400}.dubbing__item-content{display:flex;flex-direction:column;gap:.5rem;min-width:0}.dubbing__item-title{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;line-height:1.25;letter-spacing:0;color:#fff;margin:0}.dubbing__item-desc{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#b4b4b4;margin:0;overflow-wrap:break-word}.projects-featured{background-color:#090909;border-top:1px solid #242424;border-bottom:1px solid #242424}.projects-featured__inner{padding:2rem 1.5rem}@media(min-width:1200px){.projects-featured__inner{padding:3rem clamp(1.5rem,5.556vw,5rem)}}.projects-featured__overline{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;margin:0 0 1.5rem}.projects-featured__headline{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2rem,4.5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin:0 0 2rem}.projects-featured__headline-line{display:block}.projects-featured__accent-bar{width:4rem;height:3px;background-color:#d6151d;margin-bottom:2rem}.projects-featured__footer{display:flex;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #242424;margin-top:2rem}.projects-featured__cta{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.15em;text-transform:uppercase;color:#b4b4b4;transition:color .15s ease}.projects-featured__cta:hover,.projects-featured__cta:focus-visible{color:#fff}.projects-featured__cta:focus-visible{outline:2px solid #d6151d;outline-offset:4px}.projects-featured__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}@media(max-width:1400px){.projects-featured__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.projects-featured__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.projects-featured__grid{grid-template-columns:1fr}}.other-services{background-color:#111;border-top:1px solid #242424;border-bottom:1px solid #242424}.other-services__gallery{display:grid;gap:0;grid-template-columns:repeat(2,1fr)}@media(min-width:1200px){.other-services__gallery{grid-template-columns:repeat(4,1fr)}}.other-services__tile{margin:0;overflow:hidden;aspect-ratio:4/3}.other-services__img{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(.7);transition:filter .25s ease,transform .4s ease}.other-services__img:hover{filter:grayscale(0);transform:scale(1.03)}.contact{background-color:#111;border-top:1px solid #242424;border-bottom:1px solid #242424}.contact__inner{display:grid;grid-template-columns:1fr}@media(min-width:1200px){.contact__inner{grid-template-columns:1fr 1fr}}.contact__left{display:flex;flex-direction:column;padding:2rem 1.5rem}@media(min-width:1200px){.contact__left{padding:3rem clamp(1.5rem,5.556vw,5rem)}}.contact__overline{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;margin:0 0 1.5rem}.contact__headline{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2rem,4.5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin:0 0 1rem}.contact__headline-line{display:block}.contact__accent-bar{width:4rem;height:3px;background-color:#d6151d;margin-bottom:1.5rem}.contact__body{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#b4b4b4;margin:0 0 2rem}.contact__details{display:flex;flex-direction:column;gap:1.5rem;margin:0}.contact__detail{display:flex;flex-direction:column;gap:.25rem;border-top:solid 1px #242424;padding-top:1.5rem}.contact__detail-label{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;margin:0}.contact__detail-value{font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#fff;margin:0}.contact__detail-link{color:inherit;transition:color .15s ease}.contact__detail-link--social{text-decoration:underline;text-underline-offset:.25rem}.contact__detail-link:hover,.contact__detail-link:focus-visible{color:#00adee}.contact__right{display:flex;flex-direction:column;padding:2rem 1.5rem}@media(min-width:1200px){.contact__right{padding:3rem clamp(1.5rem,5.556vw,5rem)}}.contact__people-header{margin-bottom:2rem}.contact__people-overline{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;margin:0 0 1.5rem}.contact__people-headline{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2rem,4.5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin:0}.contact__people-list{display:flex;flex-direction:column;flex:1 1 auto;margin-bottom:1.5rem}.contact__people-footer{margin-top:auto;display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #242424}.contact__people-cta{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.15em;text-transform:uppercase;color:#b4b4b4;transition:color .15s ease}.contact__people-cta:hover,.contact__people-cta:focus-visible{color:#fff}.partners{margin-top:auto;padding:1rem 0 0}.partners__label{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#7a7a7a;margin:0 0 .75rem}.partners__list{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.5rem;list-style:none;margin:0;padding:0}.partners__item{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.063em;color:#555;text-transform:uppercase}.partners__link{display:flex;align-items:center;color:inherit;transition:color .15s ease}.partners__link:hover,.partners__link:focus-visible{color:#b4b4b4}.partners__link:focus-visible{outline:2px solid #d6151d;outline-offset:4px}.partners__logo{display:block;height:1.5rem;width:auto;filter:grayscale(1) brightness(.8);transition:filter .15s ease}.partners__logo:hover{filter:grayscale(1) brightness(1)}.partners__fallback{display:none;align-items:center;height:1.5rem;line-height:1;white-space:nowrap}.partners__fallback:only-child{display:inline-flex}.project-card{background-color:#242424;display:flex;flex-direction:column}.project-card__thumbnail{position:relative;overflow:hidden;aspect-ratio:2/3;isolation:isolate}.project-card__thumbnail:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:#1a1a1a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23606060' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpolyline points='21 15 16 10 5 21'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:48px 48px}.project-card__image{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1;transition:transform .4s ease}.project-card__image[src=""],.project-card__image:not([src]){opacity:0}.project-card__thumbnail:hover .project-card__image{transform:scale(1.03)}.project-card__bar{background-color:#d6151d;color:#fff;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;transition:filter .15s ease;flex:1 1 auto}.project-card__bar-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;color:inherit;transition:filter .15s ease}.project-card__bar-row[href]:hover,.project-card__bar-row[href]:focus-visible{filter:brightness(1.15)}.project-card__title{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#fff;min-height:2lh;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-card__icon{flex-shrink:0;margin-top:.25lh;color:#fff;opacity:.8}.project-card__excerpt{font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#fff;margin:0}.person-card{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.person-card__photo{position:relative;flex-shrink:0;width:8rem;height:8rem;background-color:#242424;overflow:hidden}.person-card__photo:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;z-index:1;background:linear-gradient(to right,#d6151d 0,#d6151d 2px,#00adee 2px,#00adee 4px,#00984b 4px,#00984b 6px)}.person-card__photo-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(.6)}.person-card__identity{display:flex;flex-direction:column;gap:.25rem;min-width:0}.person-card__name{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;line-height:1.25;letter-spacing:0;color:#fff;margin:0}.person-card__role{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#b4b4b4;margin:0}.person-card__contacts{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin-top:.25rem}.person-card__link{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#b4b4b4;transition:color .15s ease;word-break:break-word}.person-card__link:hover,.person-card__link:focus-visible{color:#00adee}.person-card__bio{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#b4b4b4;min-width:0;margin:0}@media(min-width:500px){.person-card{flex-direction:row;flex-wrap:wrap;align-content:flex-start;column-gap:1.5rem;row-gap:1rem}.person-card .person-card__identity{flex:1 1 auto}.person-card .person-card__bio{flex:1 1 100%}}.contact-person{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 0}.contact-person__photo{flex-shrink:0;width:6rem;height:6rem;aspect-ratio:1;object-fit:cover;object-position:center top;background-color:#242424;filter:grayscale(.6)}.contact-person__identity{display:flex;flex-direction:column;gap:.25rem;min-width:0}.contact-person__name{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;line-height:1.25;letter-spacing:0;color:#fff;margin:0}.contact-person__role{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#b4b4b4;margin:0}.contact-person__contact{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin-top:.25rem}.contact-person__link{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#b4b4b4;transition:color .15s ease;word-break:break-word}.contact-person__link:hover,.contact-person__link:focus-visible{color:#00adee}.contact-person__bio{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#b4b4b4;min-width:0;margin:0}@media(min-width:500px){.contact-person{flex-direction:row;flex-wrap:wrap;align-content:flex-start;column-gap:clamp(1.5rem,4vw,4rem);row-gap:1rem;flex:0 0 auto;min-height:6rem}.contact-person .contact-person__photo{width:8rem;height:8rem}.contact-person .contact-person__identity{flex:1 1 auto}.contact-person .contact-person__bio{flex:1 1 100%}}@media(min-width:1400px){.contact-person{flex-wrap:nowrap}.contact-person .contact-person__identity{flex:0 1 auto}.contact-person .contact-person__bio{flex:1 1 0}}.footer-block{margin-top:auto;background-color:#090909;padding:3rem clamp(1.5rem,5.556vw,5rem) 1.5rem}.footer-block__inner{display:flex;flex-direction:column;gap:2rem}@media(min-width:1200px){.footer-block__inner{gap:3rem}}.footer-block__top{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1200px){.footer-block__top{grid-template-columns:minmax(0,1fr) minmax(0,3fr);gap:3rem}}.footer-block__brand{display:flex;flex-direction:column;gap:1rem}@media(min-width:1200px){.footer-block__brand{max-width:280px}}.footer-block__name{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;margin:0;white-space:nowrap}.footer-block__tagline{font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:400;line-height:1.5;letter-spacing:.01em;color:#8a8a8a;margin:0}.footer-block__shield{margin-top:.5rem}.footer-block__shield img{max-width:150px;height:auto;display:block}.footer-block__cols{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:500px){.footer-block__cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.footer-block__col{display:flex;flex-direction:column;gap:.75rem}.footer-block__col-title{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;font-size:.64rem;color:#8a8a8a;margin:0}.footer-block__list{list-style:none;margin:0;padding:0;font-style:normal;display:flex;flex-direction:column;gap:.5rem}.footer-block__list-line{font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:400;line-height:1.5;letter-spacing:.01em;font-size:.64rem;color:#8a8a8a;overflow-wrap:anywhere}.footer-block__link{font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:400;line-height:1.5;letter-spacing:.01em;font-size:.64rem;color:#8a8a8a;text-decoration:none;overflow-wrap:anywhere;transition:color .25s ease;display:inline-block;padding-block:.25rem}@media(min-width:1200px){.footer-block__link{padding-block:0}}.footer-block__link:hover{color:#fff;text-decoration:none}.footer-block__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.5rem;border-top:solid 1px #242424}@media(min-width:500px){.footer-block__bottom{flex-direction:row;align-items:center;justify-content:space-between}}.footer-block__bottom-text{display:flex;flex-direction:column;gap:.25rem}.footer-block__copy{font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:400;line-height:1.5;letter-spacing:.01em;font-size:.64rem;color:#8a8a8a}.footer-block__registry{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#8a8a8a;overflow-wrap:anywhere}.footer-block__credit{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.64rem;font-weight:400;line-height:1.5;letter-spacing:.03em;color:#8a8a8a;white-space:nowrap}.footer-block__credit .footer-block__link{font-size:inherit}.team-header{background-color:#111;border-bottom:1px solid #242424}.team-header__inner{max-width:1280px;margin:0 auto;padding:4rem clamp(1.5rem,5.556vw,5rem) 3rem}.team-header__overline{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;margin:0 0 1.5rem}.team-header__headline{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase;color:#fff;margin:0 0 1.5rem}.team-header__headline-line{display:block}.team-header__headline_red{color:#d6151d}.team-header__headline_blue{color:#00adee}.team-header__headline_green{color:#00984b}.team-header__accent-bar{width:4rem;height:3px;background-color:#d6151d;margin-bottom:2rem}.team-header__body{color:#b4b4b4;line-height:1.6}.team-grid{background-color:#090909}.team-grid__inner{max-width:1280px;margin:0 auto;padding:3rem clamp(1.5rem,5.556vw,5rem)}.team-grid__list{display:grid;grid-template-columns:1fr;gap:2rem 3rem}@media(min-width:1200px){.team-grid__list{grid-template-columns:1fr 1fr}}.team-grid__empty{color:#b4b4b4;padding:3rem 0}.project-header{background-color:#111;border-bottom:1px solid #242424}.project-header__inner{max-width:1280px;margin:0 auto;padding:4rem clamp(1.5rem,5.556vw,5rem) 3rem}.project-header__overline{font-family:Syne,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:600;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:#8a8a8a;margin:0 0 1.5rem}.project-header__headline{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase;color:#fff;margin:0 0 1.5rem}.project-header__headline-line{display:block}.project-header__accent-bar{width:4rem;height:3px;background-color:#d6151d;margin-bottom:2rem}.project-header__body{color:#b4b4b4;line-height:1.6}.project-grid{background-color:#090909}.project-grid__inner{max-width:1280px;margin:0 auto;padding:3rem clamp(1.5rem,5.556vw,5rem)}.project-grid__list{display:flex;flex-wrap:wrap;gap:2rem}.project-grid__list>*{flex:0 0 calc((100% - 2 * 2rem) / 3);max-width:calc((100% - 2 * 2rem) / 3)}@media(max-width:1200px){.project-grid__list>*{flex-basis:calc((100% - 2rem)/2);max-width:calc((100% - 2rem)/2)}}@media(max-width:500px){.project-grid__list>*{flex-basis:100%;max-width:100%}}.project-grid__empty{color:#b4b4b4;padding:3rem 0}.lsp-page--error,.lsp-page--maintenance{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:#090909;padding:3rem 1.5rem}.lsp-error__content,.lsp-maintenance__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:60ch}.lsp-error__code{font-family:Barlow Condensed,sans-serif;font-size:clamp(3.0518rem,8vw,15rem);font-weight:800;letter-spacing:-.01em;text-transform:uppercase;color:#d6151d;line-height:1;margin:0}.lsp-error__message,.lsp-maintenance__message{font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5;color:#b4b4b4;margin:0}.lsp-maintenance__title{font-family:Bebas Neue,impact,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase;color:#fff;margin:0}.lsp-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}main{min-height:calc(100vh - 70px)}body{background-color:#090909;color:#fff}
