*,::before,::after{box-sizing:border-box;border-width:0}html{line-height:1.5;font-family:ui-sans-serif,system-ui,sans-serif;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button{-webkit-appearance:button;background-image:none;background-color:transparent;cursor:pointer}:disabled{cursor:default}:-moz-focusring{outline:1px dotted ButtonText}h1,h2,h3,figure,p{margin:0}ul,menu{margin:0;padding:0;list-style:none}img,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}:root{color-scheme:light dark;--surface-1-light:#fff;--surface-2-light:#e5e5e5;--text-1-light:#0a0a0a;--text-2-light:#737373;--border-light:#bbb;--surface-1-dark:#0a0a0a;--surface-2-dark:#404040;--text-1-dark:#fafafa;--text-2-dark:#a3a3a3;--border-dark:#606060;--surface-1:var(--surface-1-light);--surface-2:var(--surface-2-light);--text-1:var(--text-1-light);--text-2:var(--text-2-light);--border:var(--border-light)}@media(prefers-color-scheme:dark){:root{--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--text-1:var(--text-1-dark);--text-2:var(--text-2-dark);--border:var(--border-dark)}}html.light{color-scheme:light;--surface-1:var(--surface-1-light);--surface-2:var(--surface-2-light);--text-1:var(--text-1-light);--text-2:var(--text-2-light);--border:var(--border-light)}html.dark{color-scheme:dark;--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--text-1:var(--text-1-dark);--text-2:var(--text-2-dark);--border:var(--border-dark)}html{height:100%}body{display:flex;flex-direction:column;width:100%;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--surface-1);color:var(--text-1)}body>header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin-bottom:2rem;width:100%;min-height:4rem}@media(min-width:640px){body>header{margin-bottom:3rem}}body>header ul{display:inline-flex}body>header .btn{display:inline-flex;justify-content:center;align-items:center;border-radius:.5rem;padding-right:1rem;padding-left:1rem;height:3rem;font-weight:600;font-size:1.25rem;user-select:none}body>header .btn-square{padding:0;width:3rem}body>menu{margin:0 auto 5rem;padding-right:1.5rem;padding-left:1.5rem;width:100%;max-width:768px;color:var(--text-2);font-weight:600;font-size:1.25rem;line-height:1.4;user-select:none;text-align:center}body>menu a{display:block;padding-top:.5rem;padding-bottom:.5rem}body>menu a:hover,body>menu a[aria-current=true]{color:var(--text-1)}body>main{flex-grow:1;width:100%;height:100%}main>section{margin:0 auto 3rem;padding-right:1.5rem;padding-left:1.5rem}@media(min-width:640px){main>section{margin-bottom:4rem}}body>footer{display:flex;flex-direction:column;align-items:center;margin-right:auto;margin-left:auto;color:var(--text-2);font-size:.875rem;line-height:1.4286;width:100%;padding:1.5rem 1.5rem 2.5rem}body>footer .footer-links{display:flex;flex-flow:row wrap;justify-content:center;gap:1rem;padding-top:1.25rem}body>footer .footer-links a:hover{text-decoration-line:underline}hgroup{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:0 auto 3rem;padding-right:1.5rem;padding-left:1.5rem;max-width:1024px;text-align:center}hgroup h1{font-weight:600;font-size:clamp(2rem,calc(1.667rem + 1.481vw),3rem);line-height:clamp(2.25rem,calc(1.833rem + 1.852vw),3.5rem);text-wrap:balance}hgroup h2{font-weight:600;font-size:clamp(1.5rem,calc(1.333rem + .741vw),2rem);line-height:clamp(1.75rem,calc(1.5rem + 1.111vw),2.5rem);text-wrap:balance}hgroup p{color:var(--text-2);font-size:1.0625rem;line-height:1.5556;text-wrap:balance}@media(min-width:640px){hgroup{width:83.3333%;margin-bottom:4rem}}section.galleries,.galleries-carousel{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem 1.5rem;max-width:1280px}@media(min-width:640px){section.galleries,.galleries-carousel{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:3rem}}@media(min-width:1024px){section.galleries,.galleries-carousel{grid-template-columns:repeat(3,minmax(0,1fr))}}.galleries-carousel{--carousel-slide-gap:clamp(1rem, 3vw, 1.5rem);--carousel-slide-width:min(82vw, 24rem);position:relative;display:block}@media(min-width:640px){.galleries-carousel{--carousel-slide-width:min(56vw, 25rem)}}@media(min-width:1024px){.galleries-carousel{--carousel-slide-width:min(32vw, 24rem)}}.galleries-stage{position:relative}.galleries-viewport{width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.galleries-viewport::-webkit-scrollbar{display:none}.galleries-track{display:flex;gap:var(--carousel-slide-gap);min-height:100%;padding-top:.5rem;padding-bottom:1rem;padding-inline:max(1rem,calc((100% - var(--carousel-slide-width))/2))}.galleries-slide{flex:0 0 var(--carousel-slide-width);width:var(--carousel-slide-width);scroll-snap-align:center;opacity:.48;transform:scale(.92);transition:opacity 220ms ease,transform 220ms ease}.galleries-slide[data-active=true]{opacity:1;transform:translateY(-.25rem)scale(1)}.galleries-controls{position:absolute;inset:50% 0 auto;pointer-events:none;transform:translateY(-50%)}.carousel-button{position:absolute;top:50%;z-index:1;display:inline-flex;justify-content:center;align-items:center;border:1px solid RGB(255 255 255/.22);border-radius:9999px;background:RGB(10 10 10/.82);width:3rem;height:3rem;color:var(--text-1);font-size:2rem;line-height:1;pointer-events:auto;transform:translateY(-50%);transition:background-color 150ms ease,border-color 150ms ease,transform 150ms ease}.carousel-button:hover,.carousel-button:focus-visible{border-color:RGB(255 255 255/.4);background:RGB(10 10 10/.95)}.carousel-button:focus-visible{outline:2px solid var(--text-1);outline-offset:2px}.carousel-button:disabled{border-color:RGB(255 255 255/.12);background:RGB(10 10 10/.45);color:var(--text-2);cursor:not-allowed}.carousel-button-prev{left:.25rem}.carousel-button-next{right:.25rem}.galleries-dots{display:flex;justify-content:center;gap:.625rem;margin-top:.5rem}.carousel-dot{border:0;border-radius:9999px;background:var(--surface-2);width:.75rem;height:.75rem;transition:background-color 150ms ease,transform 150ms ease}.carousel-dot[aria-selected=true]{background:var(--text-1);transform:scale(1.15)}.carousel-dot:focus-visible{outline:2px solid var(--text-1);outline-offset:2px}section.gallery{padding-right:0;padding-left:0}.prose{max-width:768px;color:var(--text-1);font-size:1rem;line-height:1.75}.prose a{color:var(--text-1);font-weight:500;text-decoration:underline}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose img{margin-top:2em;margin-bottom:2em}.prose h3{margin-top:1.6em;margin-bottom:.6em;color:var(--text-1);font-weight:600;font-size:1.25em;line-height:1.6}.prose ul{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em;list-style-type:disc}.prose ul>li{margin-top:.5em;margin-bottom:.5em;padding-left:.375em}.prose ul li::marker{color:var(--text-2);font-variant-numeric:tabular-nums;unicode-bidi:isolate;text-align:start!important;text-align-last:start!important;text-indent:0!important;text-transform:none}.prose h3+*{margin-top:0}.prose figure{margin-top:2em;margin-bottom:2em}.prose figure>*{margin-top:0;margin-bottom:0}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.card{display:flex;flex-direction:column;border-radius:1rem}.card>figure{aspect-ratio:3/2;width:100%;border-radius:1rem}.card>img,.card figure>img{box-shadow:0 1px 2px rgba(0,0,0,5%);border-radius:1rem;aspect-ratio:3/2;width:100%;overflow:hidden;object-fit:cover}.card>img:hover,.card figure>img:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.card>div{display:flex;flex:auto;flex-direction:column;gap:.75rem;padding:1rem}.card>div>h2{font-weight:600;font-size:1.125rem;line-height:1.375}.card>div>p{color:var(--text-2);font-size:.875rem;line-height:1.4286}.gallery-item{cursor:zoom-in}.hidden{display:none}#menu-toggle[aria-expanded=true] .icon-menu{display:none}#menu-toggle[aria-expanded=true] .icon-close{display:block}section.social-icons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:0;padding-right:1.5rem;padding-left:1.5rem}section.social-icons a{transition:color .2s ease}section.social-icons a:hover{color:var(--text-1)}section.featured{padding-right:1.5rem;padding-left:1.5rem;max-width:1280px;color:var(--text-1-dark)}.featured-card{display:flex;box-shadow:0 1px 2px rgba(0,0,0,5%);border-radius:1rem;background-position:50%;background-size:cover;aspect-ratio:1/1;width:100%;overflow:hidden}@media(min-width:640px){.featured-card{aspect-ratio:16/9}}.featured-card>div{display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;background-image:linear-gradient(to top,RGB(0 0 0/.8) 10%,transparent 50%);padding:1.5rem;width:100%;height:100%}.featured-card>div>h2{font-weight:600;font-size:clamp(1.5rem,calc(1.375rem + .556vw),1.875rem);line-height:1.2}.featured-card>div>p{font-size:.875rem;line-height:1.4286}.featured-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}nav.categories{padding-right:1.5rem;padding-left:1.5rem;margin:0 auto 3rem}nav.categories>ul{display:flex;flex-flow:row wrap;justify-content:center;gap:.75rem}nav.categories>ul li{max-width:100%}nav.categories>ul li>a{display:block;padding:.5rem .75rem;border-radius:9999px;border:1px solid var(--border);font-size:.875rem;line-height:1.4286;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:640px){nav.categories>ul li>a{padding:.75rem 1rem;font-size:1rem;line-height:1.25}}@media(min-width:640px){nav.categories{margin-bottom:4rem}}/*!PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com*/.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:transparent}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration)cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:0 0;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:0 0;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:0 0;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__dynamic-caption{color:#fff;position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear!important}.pswp-caption-content{display:none}.pswp__dynamic-caption a{color:#fff}.pswp__dynamic-caption--faded{opacity:0!important}.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px}.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0}.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px}.pswp__dynamic-caption--mobile{width:100%;background:rgba(0,0,0,.5);padding:10px 15px;right:0;bottom:0;top:auto!important;left:0!important}.profile-hero{max-width:1280px}.profile-hero-card{position:relative;display:grid;gap:1.5rem;border:1px solid RGB(255 255 255/.1);border-radius:1.75rem;background:radial-gradient(circle at top left,RGB(37 78 123/.44),transparent 30%),radial-gradient(circle at bottom right,RGB(38 86 63/.22),transparent 28%),linear-gradient(145deg,RGB(255 255 255/6%),RGB(255 255 255/2%));box-shadow:0 30px 72px RGB(0 0 0/.24),inset 0 1px RGB(255 255 255/8%);padding:clamp(1.4rem,3.8vw,2.75rem);overflow:hidden}@media(min-width:960px){.profile-hero-card{grid-template-columns:minmax(0,1.2fr)minmax(20rem,.9fr);align-items:end}}.profile-hero-card::before{content:"";position:absolute;inset:1.25rem auto auto 1.25rem;border-radius:9999px;background:linear-gradient(90deg,RGB(255 255 255/.55),transparent);width:6rem;height:1px;opacity:.7}.profile-hero-copy{position:relative;display:grid;gap:.9rem;min-width:0}.profile-hero-eyebrow{margin:0;color:RGB(255 255 255/.72);font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.profile-hero-copy>h1{margin:0;font-family:iowan old style,palatino linotype,book antiqua,Georgia,serif;font-size:clamp(2.9rem,7vw,5.2rem);font-weight:600;letter-spacing:-.04em;line-height:.94;text-wrap:balance}.profile-hero-lead{margin:0;max-width:34rem;color:RGB(255 255 255/.78);font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.75}.profile-hero-facts{position:relative;display:grid;gap:.85rem;margin:0}.profile-hero-fact{display:grid;gap:.35rem;border:1px solid RGB(255 255 255/8%);border-radius:1.1rem;background:linear-gradient(180deg,RGB(9 12 18/.72),RGB(9 12 18/.46));padding:1rem 1.1rem;box-shadow:inset 0 1px RGB(255 255 255/6%)}.profile-hero-fact>dt{color:RGB(255 255 255/.56);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.profile-hero-fact>dd{margin:0;color:var(--text-1);font-size:clamp(1rem,1.1vw,1.2rem);font-weight:600;line-height:1.45;overflow-wrap:anywhere}.profile-hero-fact>dd>a{color:inherit;text-decoration:none}.profile-hero-fact>dd>a:hover,.profile-hero-fact>dd>a:focus-visible{text-decoration:underline;text-decoration-color:RGB(255 255 255/.45);text-underline-offset:.2em}hgroup .page-description{display:grid;gap:.75rem;color:var(--text-2);font-size:1.0625rem;line-height:1.5556;text-wrap:balance}hgroup .page-description>*{margin:0;color:inherit;font-size:inherit;line-height:inherit}.homepage-work-carousel{--carousel-slide-gap:clamp(1rem, 3vw, 1.5rem);--carousel-slide-width:min(92vw, 60rem);max-width:1280px}@media(min-width:640px){.homepage-work-carousel{--carousel-slide-width:min(84vw, 60rem)}}@media(min-width:1024px){.homepage-work-carousel{--carousel-slide-width:min(74vw, 60rem)}}.homepage-work-carousel-header{display:grid;gap:.5rem;margin-bottom:.5rem;padding-inline:1rem}.homepage-work-carousel-header>h2{font-size:clamp(1.75rem,2.2vw,2.5rem);font-weight:700;line-height:1.1}.homepage-work-carousel-header>p:last-child{color:var(--text-2);line-height:1.7}.homepage-work-carousel-eyebrow{color:RGB(255 255 255/.72);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.homepage-work-slide{display:flex;opacity:1;transform:scale(.98)}.homepage-work-carousel .galleries-slide[data-active=true]{opacity:1}.homepage-work-card{width:100%}.homepage-work-link{display:grid;width:100%;gap:1rem;border:1px solid RGB(255 255 255/.1);border-radius:1.5rem;background:radial-gradient(circle at top left,RGB(72 122 84/.18),transparent 32%),linear-gradient(145deg,RGB(255 255 255/5%),RGB(255 255 255/2%));box-shadow:0 24px 60px RGB(0 0 0/.2),inset 0 1px RGB(255 255 255/8%);overflow:hidden;transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease}.homepage-work-link:hover,.homepage-work-link:focus-visible{border-color:RGB(255 255 255/.28);box-shadow:0 30px 72px RGB(0 0 0/.24),inset 0 1px RGB(255 255 255/.12);transform:translateY(-.25rem)}.homepage-work-link:focus-visible{outline:2px solid var(--text-1);outline-offset:4px}.homepage-work-link>figure{position:relative;aspect-ratio:16/10;overflow:hidden}.homepage-work-link>figure>img{width:100%;height:100%;object-fit:cover}.homepage-work-copy{display:grid;gap:.35rem;padding:0 1.25rem 1.25rem}.homepage-work-label{color:RGB(255 255 255/.72);font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.homepage-work-copy>h3{font-size:clamp(1.2rem,calc(1.2rem + .5vw),1.7rem);font-weight:600;line-height:1.2}.video-showcase{max-width:1280px}.video-showcase-carousel{--carousel-slide-gap:clamp(1rem, 3vw, 1.5rem);--carousel-slide-width:min(94vw, 68rem);max-width:1280px}@media(min-width:640px){.video-showcase-carousel{--carousel-slide-width:min(88vw, 70rem)}}@media(min-width:1024px){.video-showcase-carousel{--carousel-slide-width:min(80vw, 72rem)}}.video-showcase-slide{display:flex}.video-showcase-card{display:flex;flex-direction:column;width:100%;gap:clamp(1.25rem,2.4vw,2rem);border:1px solid RGB(255 255 255/.1);border-radius:1.5rem;background:radial-gradient(circle at top left,RGB(88 124 255/.16),transparent 34%),linear-gradient(135deg,RGB(255 255 255/5%),RGB(255 255 255/2%));box-shadow:0 24px 60px RGB(0 0 0/.18),inset 0 1px RGB(255 255 255/8%);padding:clamp(1.1rem,2.6vw,1.9rem);overflow:hidden}.video-showcase-media{position:relative;min-width:0;width:100%}.video-showcase-media::after{content:"";position:absolute;inset:auto 1rem 1rem auto;width:clamp(7rem,20vw,11rem);aspect-ratio:1;border-radius:9999px;background:RGB(88 124 255/.18);filter:blur(32px);pointer-events:none}.video-showcase-player{display:block;border:0;border-radius:1.3rem;background:linear-gradient(180deg,RGB(255 255 255/8%),RGB(255 255 255/2%)),#070708;width:100%;aspect-ratio:16/9;object-fit:cover;overflow:hidden;box-shadow:0 18px 40px RGB(0 0 0/.28),inset 0 1px RGB(255 255 255/8%)}.video-showcase-trigger{position:absolute;inset:50% auto auto 50%;display:inline-flex;align-items:center;gap:.9rem;border:1px solid RGB(255 255 255/.16);border-radius:9999px;background:RGB(8 8 8/.74);padding:.9rem 1.15rem;color:var(--text-1);transform:translate(-50%,-50%);backdrop-filter:blur(12px);transition:transform 180ms ease,background-color 180ms ease,border-color 180ms ease,opacity 180ms ease}.video-showcase-trigger:hover,.video-showcase-trigger:focus-visible{border-color:RGB(255 255 255/.34);background:RGB(8 8 8/.88);transform:translate(-50%,-50%)scale(1.03)}.video-showcase-trigger:focus-visible{outline:2px solid var(--text-1);outline-offset:4px}.video-showcase-trigger-icon{position:relative;display:inline-flex;justify-content:center;align-items:center;border-radius:9999px;background:linear-gradient(135deg,RGB(255 255 255/.16),RGB(255 255 255/4%));width:3rem;height:3rem;box-shadow:inset 0 1px RGB(255 255 255/.15)}.video-showcase-trigger-icon::before{content:"";margin-left:.16rem;border-top:.52rem solid transparent;border-bottom:.52rem solid transparent;border-left:.88rem solid}.video-showcase-trigger-label{font-weight:600;font-size:.95rem;letter-spacing:.01em}.video-showcase-eyebrow{position:absolute;top:1rem;left:1rem;margin:0;border:1px solid RGB(255 255 255/.1);border-radius:9999px;background:RGB(8 8 8/.45);padding:.45rem .75rem;color:RGB(255 255 255/.82);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px)}.video-showcase-copy{display:flex;flex-direction:column;gap:1rem;padding:0 clamp(.15rem,1vw,.45rem)clamp(.25rem,.9vw,.5rem)}.video-showcase-copy>h2{font-weight:600;font-size:clamp(1.7rem,calc(1.35rem + 1vw),2.4rem);line-height:1.1}.video-showcase-copy>p{color:var(--text-2);font-size:1rem;line-height:1.75}.video-showcase-meta{display:flex;flex-wrap:wrap;gap:.75rem}.video-showcase-meta>span{display:inline-flex;align-items:center;border:1px solid RGB(255 255 255/.1);border-radius:9999px;background:RGB(255 255 255/4%);padding:.5rem .8rem;color:var(--text-2);font-size:.82rem}.video-showcase-status{min-height:1.25rem;margin:0;color:RGB(255 255 255/.66);font-size:.82rem}.video-showcase-carousel .galleries-dots{margin-top:.25rem}[data-video-showcase][data-video-playing=true] .video-showcase-trigger{opacity:0;pointer-events:none}[data-video-showcase][data-video-error=true] .video-showcase-status{color:RGB(255 180 180/.92)}.pswp__button--arrow{top:50%;margin-top:0;width:3.25rem;height:3.25rem;border:1px solid rgba(255,255,255,.18);border-radius:9999px;background:rgba(10,10,10,.72);transform:translateY(-50%);backdrop-filter:blur(8px)}.pswp__button--arrow:hover,.pswp__button--arrow:focus-visible{background:rgba(10,10,10,.88);opacity:1}.pswp__button--arrow--prev{left:1rem}.pswp__button--arrow--next{right:1rem}.pswp__button--arrow .pswp__icn{top:50%;left:50%;width:1.5rem;height:1.5rem;margin-top:0;transform:translate(-50%,-50%)}.pswp__button--arrow--next .pswp__icn{right:auto;transform:translate(-50%,-50%)scale(-1,1)}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 300ms}img.lazyload:not([src]){visibility:hidden}