.ProjectModalContent-module__xXNXyG__modalBackdrop{z-index:100;background:#050505d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ProjectModalContent-module__xXNXyG__modal{background:var(--color-panel);color:var(--color-text);border-radius:20px;width:min(960px,100%);max-width:960px;max-height:90vh;padding:32px;position:relative;overflow-y:auto}.ProjectModalContent-module__xXNXyG__staticContainer{background:var(--color-bg);justify-content:center;width:100%;min-height:100vh;padding:120px 24px 80px;display:flex}.ProjectModalContent-module__xXNXyG__staticContent{background:var(--color-panel);border-radius:20px;width:100%;max-width:960px;padding:32px}.ProjectModalContent-module__xXNXyG__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.ProjectModalContent-module__xXNXyG__pageHeader h1{font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.12em;color:var(--color-heading);margin:0;font-size:1.5rem}.ProjectModalContent-module__xXNXyG__backButton{border:1px solid var(--color-border);text-transform:uppercase;letter-spacing:.12em;cursor:pointer;color:var(--color-text);background:0 0;border-radius:999px;padding:8px 16px;font-size:.7rem;transition:all .2s}.ProjectModalContent-module__xXNXyG__backButton:hover{border-color:var(--color-accent);color:var(--color-accent)}.ProjectModalContent-module__xXNXyG__closeButton{text-transform:uppercase;letter-spacing:.12em;cursor:pointer;color:var(--color-heading);z-index:10;background:0 0;border:none;font-size:.7rem;position:absolute;top:20px;right:20px}.ProjectModalContent-module__xXNXyG__projectText{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:24px;display:grid}.ProjectModalContent-module__xXNXyG__projectText h6{text-transform:uppercase;letter-spacing:.12em;color:var(--color-heading);margin:0 0 8px}.ProjectModalContent-module__xXNXyG__projectText p{color:var(--color-text-muted);margin:0}.ProjectModalContent-module__xXNXyG__videoWrapper{aspect-ratio:16/9;background:#000;border-radius:16px;margin-top:16px;position:relative;overflow:hidden}.ProjectModalContent-module__xXNXyG__videoPoster{object-fit:cover;opacity:.6;position:absolute;inset:0}.ProjectModalContent-module__xXNXyG__videoWrapper iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.ProjectModalContent-module__xXNXyG__videoPlayButton{cursor:pointer;color:var(--color-heading);background:#00000040;border:none;flex-direction:column;justify-content:center;align-items:center;gap:12px;transition:background .2s,transform .2s;display:flex;position:absolute;inset:0}.ProjectModalContent-module__xXNXyG__videoPlayButton:hover,.ProjectModalContent-module__xXNXyG__videoPlayButton:focus-visible{background:#0006}.ProjectModalContent-module__xXNXyG__playIconWrapper{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;width:80px;height:80px;display:inline-flex;box-shadow:0 6px 24px #00000059}.ProjectModalContent-module__xXNXyG__playIcon{color:#fff;margin-left:4px;font-size:2rem}.ProjectModalContent-module__xXNXyG__playLabel{font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem}.ProjectModalContent-module__xXNXyG__carousel{border-radius:16px;margin-top:24px;overflow:hidden}.ProjectModalContent-module__xXNXyG__carouselTrack{display:flex}.ProjectModalContent-module__xXNXyG__carouselSlide{flex:0 0 100%;min-width:0}.ProjectModalContent-module__xXNXyG__carouselSlide img{width:100%;height:auto;display:block}.ProjectModalContent-module__xXNXyG__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px;display:grid}.ProjectModalContent-module__xXNXyG__gallerySplit{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.ProjectModalContent-module__xXNXyG__galleryGrid img,.ProjectModalContent-module__xXNXyG__gallerySplit img{object-fit:cover;border-radius:8px;width:100%;height:auto}.ProjectModalContent-module__xXNXyG__shortsGrid{--shorts-columns:4;--shorts-gap:16px;justify-content:center;gap:var(--shorts-gap);flex-wrap:wrap;width:100%;margin-top:24px;display:flex}.ProjectModalContent-module__xXNXyG__shortItem{flex:0 0 calc((100% - (var(--shorts-gap)*(var(--shorts-columns) - 1)))/var(--shorts-columns));max-width:calc((100% - (var(--shorts-gap)*(var(--shorts-columns) - 1)))/var(--shorts-columns));aspect-ratio:9/16;background:#000;border-radius:8px;width:100%;min-width:0;position:relative;overflow:hidden}.ProjectModalContent-module__xXNXyG__shortItem img{object-fit:cover;width:100%;height:100%;transition:opacity .2s}.ProjectModalContent-module__xXNXyG__shortItem:hover img{opacity:.8}.ProjectModalContent-module__xXNXyG__shortButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset:0}.ProjectModalContent-module__xXNXyG__shortButton:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.ProjectModalContent-module__xXNXyG__shortPlayer{border:none;width:100%;height:100%;position:absolute;inset:0}.ProjectModalContent-module__xXNXyG__playOverlay{opacity:0;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProjectModalContent-module__xXNXyG__shortButton:hover .ProjectModalContent-module__xXNXyG__playOverlay,.ProjectModalContent-module__xXNXyG__shortButton:focus-visible .ProjectModalContent-module__xXNXyG__playOverlay{opacity:1}.ProjectModalContent-module__xXNXyG__playOverlay .ProjectModalContent-module__xXNXyG__playIcon{color:#fff;filter:drop-shadow(0 2px 4px #00000080)}.ProjectModalContent-module__xXNXyG__videoWithShorts{flex-direction:column;gap:24px;display:flex}.ProjectModalContent-module__xXNXyG__videoPlaylist{margin-top:16px}@media (max-width:768px){.ProjectModalContent-module__xXNXyG__shortsGrid{--shorts-columns:2}.ProjectModalContent-module__xXNXyG__gallerySplit{grid-template-columns:1fr}.ProjectModalContent-module__xXNXyG__modal{padding:24px}.ProjectModalContent-module__xXNXyG__staticContainer{padding:100px 16px 60px}}
.Header-module__FYKokG__header{z-index:50;width:100%;padding:10px 0;transition:all .4s cubic-bezier(.165,.84,.44,1);position:fixed;top:0;left:0}.Header-module__FYKokG__scrolled{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#292929f2;padding:0;box-shadow:0 10px 30px #00000040}.Header-module__FYKokG__inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:32px;transition:height .4s cubic-bezier(.165,.84,.44,1);display:flex}.Header-module__FYKokG__scrolled .Header-module__FYKokG__inner{height:60px}.Header-module__FYKokG__logo{transform-origin:0;filter:brightness(0)invert();align-items:center;width:120px;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:inline-flex}.Header-module__FYKokG__scrolled .Header-module__FYKokG__logo{transform:scale(.9)}@media (max-width:900px){.Header-module__FYKokG__logo{width:100px}}.Header-module__FYKokG__menuToggle{color:var(--color-heading);cursor:pointer;background:0 0;border:none;outline:none;width:44px;height:44px;font-size:1.8rem;display:none}.Header-module__FYKokG__menuToggle:focus-visible{color:var(--color-accent)}.Header-module__FYKokG__nav{text-transform:uppercase;letter-spacing:.12em;color:var(--color-heading);align-items:center;gap:28px;font-size:.72rem;display:flex}.Header-module__FYKokG__navLink{padding-bottom:6px;position:relative}.Header-module__FYKokG__navLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.Header-module__FYKokG__navLink:focus-visible:after{width:100%}@media (hover:hover){.Header-module__FYKokG__navLink:hover:after{width:100%}}@media (max-width:900px){.Header-module__FYKokG__menuToggle{justify-content:center;align-items:center;display:inline-flex}.Header-module__FYKokG__nav{top:var(--header-height);width:300px;max-width:calc(100vw - 48px);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;background:#292929f5;border-radius:12px;flex-direction:column;align-items:flex-start;gap:16px;padding:20px 24px;transition:opacity .2s,transform .2s;position:absolute;right:24px;transform:translateY(-10px)}.Header-module__FYKokG__navOpen{opacity:1;pointer-events:auto;transform:translateY(0)}}
.Footer-module__KWgBSG__footer{background:var(--color-surface);color:var(--color-text);border-top:1px solid var(--color-border);padding:60px 0}.Footer-module__KWgBSG__container{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;display:grid}.Footer-module__KWgBSG__address{font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);text-align:center;flex-wrap:wrap;justify-content:center;justify-self:center;gap:16px;font-size:.8rem;display:flex}.Footer-module__KWgBSG__address span:not(:last-child):after{content:"•";color:var(--color-accent);opacity:.5;margin-left:16px}.Footer-module__KWgBSG__legalLink{font-family:var(--font-montserrat),sans-serif;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;opacity:.7;cursor:pointer;background:0 0;border:none;justify-self:start;padding:0;font-size:.75rem;text-decoration:none;transition:color .2s}.Footer-module__KWgBSG__legalLink:hover{color:var(--color-accent);opacity:1}.Footer-module__KWgBSG__socials{justify-self:end;gap:20px;display:flex}.Footer-module__KWgBSG__socials a{color:var(--color-heading);justify-content:center;align-items:center;font-size:1.2rem;transition:color .2s,transform .2s;display:flex}.Footer-module__KWgBSG__socials a:hover{color:var(--color-accent);transform:translateY(-2px)}@media (max-width:900px){.Footer-module__KWgBSG__container{text-align:center;flex-direction:column;align-items:center;gap:32px;display:flex}.Footer-module__KWgBSG__address{white-space:normal;flex-direction:column;align-items:center;gap:8px}.Footer-module__KWgBSG__address span:not(:last-child):after{content:none}.Footer-module__KWgBSG__legalLink,.Footer-module__KWgBSG__socials{justify-self:auto}}
.Hero-module___w2HtG__hero{min-height:100dvh;color:var(--color-heading);padding-top:var(--header-height);background:var(--color-bg);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__videoBackground{z-index:0;background:#000;position:absolute;inset:0;overflow:hidden}.Hero-module___w2HtG__videoBackground video{object-fit:cover;filter:brightness(.6);width:100%;height:100%}.Hero-module___w2HtG__overlayPattern{opacity:.4;z-index:1;background-image:url(/images/pattern.png);position:absolute;inset:0}.Hero-module___w2HtG__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.Hero-module___w2HtG__subhead{font-family:var(--font-lato);opacity:.9;max-width:600px;margin:0;font-size:1.125rem;font-weight:300;line-height:1.6}.Hero-module___w2HtG__buttonGroup{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:10px;display:flex}.Hero-module___w2HtG__ctaButton{font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;border:2px solid;border-radius:999px;justify-content:center;align-items:center;height:48px;padding:0;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.215,.61,.355,1);display:inline-flex;overflow:hidden}.Hero-module___w2HtG__ctaButton span{justify-content:center;align-items:center;width:100%;height:100%;padding:0 28px;transition:transform .3s cubic-bezier(.215,.61,.355,1);display:flex;position:relative}.Hero-module___w2HtG__ctaButton span:before{content:attr(data-hover);white-space:nowrap;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:100%;left:0}.Hero-module___w2HtG__ctaButton:hover span,.Hero-module___w2HtG__ctaButton:focus-visible span{transform:translateY(-100%)}.Hero-module___w2HtG__primary{background-color:var(--color-accent);border-color:var(--color-accent);color:#fff}.Hero-module___w2HtG__primary:hover{color:var(--color-accent);background-color:#0000}.Hero-module___w2HtG__secondary{color:#fff;background-color:#0000;border-color:#fff}.Hero-module___w2HtG__secondary:hover{color:#000;background-color:#fff}.Hero-module___w2HtG__rotatingTextWrapper{perspective:1000px;justify-content:center;align-items:center;width:100%;max-width:1000px;height:100px;margin-bottom:2rem;display:flex;position:relative}.Hero-module___w2HtG__rotatingText{text-align:center;width:100%;font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);opacity:0;transform-origin:50%;will-change:transform,opacity;text-shadow:0 4px 12px #0006;font-size:3.5rem;font-weight:700;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;transform:rotateX(90deg)translateY(20px)}.Hero-module___w2HtG__rotatingTextActive{opacity:1;transform:rotateX(0)translateY(0)}@media (max-width:768px){.Hero-module___w2HtG__rotatingText{height:auto;font-size:2rem}.Hero-module___w2HtG__rotatingTextWrapper{height:80px;margin-bottom:1.5rem}.Hero-module___w2HtG__subhead{padding:0 16px;font-size:1rem}}@media (max-width:480px){.Hero-module___w2HtG__rotatingText{font-size:1.5rem}.Hero-module___w2HtG__rotatingTextWrapper{height:60px}.Hero-module___w2HtG__buttonGroup{flex-direction:column;gap:12px;width:100%;padding:0 24px}.Hero-module___w2HtG__ctaButton{width:100%}}.Hero-module___w2HtG__rotator{height:80px;position:relative;overflow:hidden}.Hero-module___w2HtG__rotator ul{margin:0;padding:0}.Hero-module___w2HtG__rotator li{opacity:0;font-family:var(--font-montserrat),sans-serif;letter-spacing:.08em;text-transform:uppercase;font-size:clamp(2rem,4vw,4rem);animation:12s infinite Hero-module___w2HtG__rotateText;position:absolute;left:0;right:0}.Hero-module___w2HtG__rotator li:first-child{animation-delay:0s}.Hero-module___w2HtG__rotator li:nth-child(2){animation-delay:4s}.Hero-module___w2HtG__rotator li:nth-child(3){animation-delay:8s}.Hero-module___w2HtG__scrollHint{z-index:10;opacity:.8;border:none;justify-content:center;align-items:flex-end;width:60px;height:40px;transition:opacity .3s;animation:3.8s 1s infinite Hero-module___w2HtG__bounce;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.Hero-module___w2HtG__scrollHint:hover,.Hero-module___w2HtG__scrollHint:focus-visible{opacity:1}.Hero-module___w2HtG__scrollHint span{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 16'%3E%3Cpath fill='%23ffffff' d='M15 16L0 0h30L15 16z'/%3E%3C/svg%3E") 50% no-repeat;width:30px;height:16px;display:block}@keyframes Hero-module___w2HtG__bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}.Hero-module___w2HtG__scrollHint span{border-bottom:2px solid var(--color-accent);border-right:2px solid var(--color-accent);width:10px;height:10px;margin-top:-4px;display:inline-block;transform:rotate(45deg)}.Hero-module___w2HtG__scrollHint:hover,.Hero-module___w2HtG__scrollHint:focus-visible{border-color:var(--color-accent)}@keyframes Hero-module___w2HtG__rotateText{0%,16%{opacity:0;transform:translateY(20px)}20%,36%{opacity:1;transform:translateY(0)}40%,to{opacity:0;transform:translateY(-20px)}}@media (max-width:900px){.Hero-module___w2HtG__hero{padding-top:var(--header-height)}}@media (max-width:480px){.Hero-module___w2HtG__rotatingText{font-size:1.5rem}.Hero-module___w2HtG__rotatingTextWrapper{height:60px}.Hero-module___w2HtG__buttonGroup{flex-direction:column;gap:12px;width:100%;padding:0}.Hero-module___w2HtG__ctaButton{width:100%}}@media (max-width:360px){.Hero-module___w2HtG__rotatingText{font-size:1.25rem}.Hero-module___w2HtG__subhead{font-size:.9rem}}@media (prefers-reduced-motion:reduce){.Hero-module___w2HtG__rotator{height:auto}.Hero-module___w2HtG__rotator li{opacity:1;animation:none;position:static}}
.Services-module__uj7JVa__services{background:var(--color-surface)}.Services-module__uj7JVa__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.Services-module__uj7JVa__card{border:1px solid var(--color-border);text-align:center;background:var(--color-panel);border-radius:18px;padding:28px;transition:transform .2s,box-shadow .2s;position:relative}.Services-module__uj7JVa__cardFeatured{border-color:var(--color-accent)}.Services-module__uj7JVa__badge{background:var(--color-accent);color:#111;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:4px 8px;font-size:.6rem;font-weight:700;position:absolute;top:12px;right:12px}.Services-module__uj7JVa__card:hover,.Services-module__uj7JVa__card:focus-visible,.Services-module__uj7JVa__card:active{box-shadow:var(--shadow-soft);transform:translateY(-6px)}.Services-module__uj7JVa__icon{background:var(--color-accent);color:#111;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;display:inline-flex}.Services-module__uj7JVa__card h5{font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.08em;margin:18px 0 8px}.Services-module__uj7JVa__card p{color:var(--color-text-muted);margin:0}@media (max-width:1100px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.Services-module__uj7JVa__grid{grid-template-columns:1fr}}@media (hover:none){.Services-module__uj7JVa__card:hover{box-shadow:none;transform:none}.Services-module__uj7JVa__card:active{box-shadow:var(--shadow-soft);transform:translateY(-6px)}}
.Counter-module__qWgqcW__counter{color:var(--color-text);flex-direction:column;align-items:center;gap:8px;display:flex}.Counter-module__qWgqcW__value{font-family:var(--font-montserrat),sans-serif;color:var(--color-accent);font-size:clamp(2.4rem,3vw,3.4rem);font-weight:700}.Counter-module__qWgqcW__label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-heading);text-align:center;font-size:.95rem}
.Stats-module__foLegW__section{padding:100px 0;position:relative;overflow:hidden}.Stats-module__foLegW__parallaxContainer{z-index:0;position:absolute;inset:-150px 0}.Stats-module__foLegW__parallax{background:url(/images/citadel.jpg) 50%/cover no-repeat;height:120%;position:absolute;inset:0}.Stats-module__foLegW__overlayPattern{opacity:.3;z-index:1;background-image:url(/images/pattern.png);position:absolute;inset:0}.Stats-module__foLegW__grid{z-index:2;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid;position:relative}@media (max-width:900px){.Stats-module__foLegW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 24px}.Stats-module__foLegW__parallax{background-attachment:scroll}}@media (max-width:480px){.Stats-module__foLegW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px}}@media (max-width:360px){.Stats-module__foLegW__grid{grid-template-columns:1fr}}
.Team-module__l_BZ4a__team{background:var(--color-surface);padding-top:0}.Team-module__l_BZ4a__leadershipContent{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1000px;margin:0 auto;display:grid}.Team-module__l_BZ4a__bioText h4{font-family:var(--font-montserrat),sans-serif;color:var(--color-heading);margin-bottom:24px;font-size:1.5rem;line-height:1.4}.Team-module__l_BZ4a__bioText p{color:var(--color-text);margin-bottom:32px;font-size:1.1rem;line-height:1.6}.Team-module__l_BZ4a__microLine{font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);border-top:1px solid var(--color-border);padding-top:16px;font-size:.85rem;display:inline-block}.Team-module__l_BZ4a__imageWrapper{max-width:400px;margin-left:auto;position:relative}.Team-module__l_BZ4a__headshot{width:100%;height:auto;box-shadow:var(--shadow-soft);border-radius:4px}.Team-module__l_BZ4a__caption{text-align:right;margin-top:16px}.Team-module__l_BZ4a__caption h5{color:var(--color-heading);margin:0;font-size:1.1rem}.Team-module__l_BZ4a__caption span{color:var(--color-text-muted);font-size:.9rem}@media (max-width:768px){.Team-module__l_BZ4a__leadershipContent{text-align:center;grid-template-columns:minmax(0,1fr);gap:40px}.Team-module__l_BZ4a__imageWrapper{width:100%;max-width:320px;margin:0 auto}.Team-module__l_BZ4a__caption{text-align:center}}.Team-module__l_BZ4a__card p{color:var(--color-text-muted);margin:0}.Team-module__l_BZ4a__divider{background:var(--color-accent);width:40px;height:2px;margin:18px auto}.Team-module__l_BZ4a__social{justify-content:center;gap:12px;display:flex}.Team-module__l_BZ4a__social a{border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-text-muted);border-radius:999px;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:inline-flex}.Team-module__l_BZ4a__social a:hover,.Team-module__l_BZ4a__social a:focus-visible{border-color:var(--color-accent);color:var(--color-accent)}@media (max-width:1100px){.Team-module__l_BZ4a__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media (max-width:600px){.Team-module__l_BZ4a__grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}@media (hover:none){.Team-module__l_BZ4a__card:hover{box-shadow:none;transform:none}}
.Work-module__hvoUhq__work{background:0 0}.Work-module__hvoUhq__filtersContainer{margin-bottom:36px}.Work-module__hvoUhq__filters{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.Work-module__hvoUhq__filterButton{border:1px solid var(--color-border);text-transform:uppercase;letter-spacing:.12em;cursor:pointer;background:0 0;border-radius:999px;padding:8px 16px;font-size:.7rem;transition:border-color .2s,color .2s}.Work-module__hvoUhq__filterButton:hover,.Work-module__hvoUhq__filterButton:focus-visible,.Work-module__hvoUhq__filterActive{border-color:var(--color-accent);color:var(--color-accent)}.Work-module__hvoUhq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid;position:relative}@media (max-width:1024px){.Work-module__hvoUhq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.Work-module__hvoUhq__grid{grid-template-columns:1fr;gap:24px}.Work-module__hvoUhq__modal{padding:24px}.Work-module__hvoUhq__gallerySplit{grid-template-columns:1fr}}.Work-module__hvoUhq__card{border-radius:16px;position:relative;overflow:hidden}.Work-module__hvoUhq__cardMedia{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block;position:relative}.Work-module__hvoUhq__cardMedia img{aspect-ratio:16/9;object-fit:cover;border-radius:16px;width:100%;height:auto}.Work-module__hvoUhq__cardOverlay{color:var(--color-heading);font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.08em;opacity:0;text-align:center;background:#111111b8;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;transition:opacity .2s;display:flex;position:absolute;inset:0}.Work-module__hvoUhq__cardMedia:hover .Work-module__hvoUhq__cardOverlay,.Work-module__hvoUhq__cardMedia:focus-visible .Work-module__hvoUhq__cardOverlay{opacity:1}@media (hover:none){.Work-module__hvoUhq__cardOverlay{opacity:1;background:linear-gradient(#0000 0%,#0006 60%,#000000e6 100%);justify-content:flex-end;align-items:center;padding:24px}.Work-module__hvoUhq__cardOverlay svg{display:none}}.Work-module__hvoUhq__lightboxButton{background:var(--color-accent);color:#111;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:absolute;top:16px;right:16px}.Work-module__hvoUhq__cta{text-align:center;margin-top:56px}.Work-module__hvoUhq__cta p{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin:0 0 12px}.Work-module__hvoUhq__cta a{color:var(--color-accent);text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid var(--color-accent);padding-bottom:4px;display:inline-block}.Work-module__hvoUhq__modalBackdrop,.Work-module__hvoUhq__lightboxBackdrop{z-index:100;background:#050505d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.Work-module__hvoUhq__modal{background:var(--color-panel);color:var(--color-text);border-radius:20px;width:min(960px,100%);max-width:960px;max-height:90vh;padding:32px;position:relative;overflow-y:auto}.Work-module__hvoUhq__modal h3{font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.12em;margin-top:0}.Work-module__hvoUhq__closeButton,.Work-module__hvoUhq__lightboxClose{text-transform:uppercase;letter-spacing:.12em;cursor:pointer;color:var(--color-heading);z-index:10;background:0 0;border:none;font-size:.7rem;position:absolute;top:20px;right:20px}.Work-module__hvoUhq__projectText{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:24px;display:grid}.Work-module__hvoUhq__projectText h6{text-transform:uppercase;letter-spacing:.12em;margin:0 0 8px}.Work-module__hvoUhq__projectText p{color:var(--color-text-muted);margin:0}.Work-module__hvoUhq__videoWrapper{aspect-ratio:16/9;background:#000;border-radius:16px;margin-top:16px;position:relative;overflow:hidden}.Work-module__hvoUhq__videoPoster{object-fit:cover;opacity:.6;position:absolute;inset:0}.Work-module__hvoUhq__videoWrapper iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.Work-module__hvoUhq__videoPlayButton{cursor:pointer;color:var(--color-heading);background:#00000040;border:none;flex-direction:column;justify-content:center;align-items:center;gap:12px;transition:background .2s,transform .2s;display:flex;position:absolute;inset:0}.Work-module__hvoUhq__videoPlayButton:hover,.Work-module__hvoUhq__videoPlayButton:focus-visible{background:#0006}.Work-module__hvoUhq__playIconWrapper{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;width:80px;height:80px;display:inline-flex;box-shadow:0 6px 24px #00000059}.Work-module__hvoUhq__playIcon{color:#fff;margin-left:4px;font-size:2rem}.Work-module__hvoUhq__playLabel{font-family:var(--font-montserrat),sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem}.Work-module__hvoUhq__carousel{border-radius:16px;margin-top:16px;overflow:hidden}.Work-module__hvoUhq__carouselTrack{display:flex}.Work-module__hvoUhq__carouselSlide{flex:0 0 100%}.Work-module__hvoUhq__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px;display:grid}.Work-module__hvoUhq__gallerySplit{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.Work-module__hvoUhq__lightbox{max-width:90vw;max-height:80vh}.Work-module__hvoUhq__shortsGrid{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;margin-top:24px;display:grid}.Work-module__hvoUhq__shortItem{aspect-ratio:9/16;cursor:pointer;background:#000;border-radius:8px;position:relative;overflow:hidden}.Work-module__hvoUhq__shortItem img{object-fit:cover;width:100%;height:100%;transition:opacity .2s}.Work-module__hvoUhq__shortItem:hover img{opacity:.8}.Work-module__hvoUhq__shortPlayer{border:none;width:100%;height:100%}@media (max-width:768px){.Work-module__hvoUhq__shortsGrid{grid-template-columns:repeat(2,1fr)}}.Work-module__hvoUhq__videoWithShorts{flex-direction:column;gap:24px;display:flex}.Work-module__hvoUhq__playOverlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Work-module__hvoUhq__shortItem:hover .Work-module__hvoUhq__playOverlay{opacity:1}.Work-module__hvoUhq__playOverlay .Work-module__hvoUhq__playIcon{color:#fff;filter:drop-shadow(0 2px 4px #00000080)}
.ParallaxVideo-module__fyuo1a__container{background-color:#000;justify-content:center;align-items:center;width:100%;height:60vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.ParallaxVideo-module__fyuo1a__videoWrapper{will-change:transform;width:100%;height:120%;position:absolute;top:-10%}.ParallaxVideo-module__fyuo1a__video{object-fit:cover;width:100%;height:100%;display:block}
