*{margin:0;padding:0;box-sizing:border-box;color:#0a0a0a}body,html{max-width:100%;overflow-x:clip}body{font-family:Funnel Display,sans-serif;font-optical-sizing:auto;font-style:normal;background-color:#fff}.hero{height:100vh;width:100%;position:relative;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.hero-line{position:absolute;top:40%;left:-5vw;width:110vw;height:auto;transform:translateY(-50%);pointer-events:none}.hero-line path{stroke-dasharray:2000;stroke-dashoffset:2000;animation:drawLine 2.5s ease forwards;animation-delay:.5s}@keyframes drawLine{to{stroke-dashoffset:0}}.porsche-container{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-arrow{width:3rem;height:3rem;animation:bounce 1s ease-in-out infinite;stroke:#0a0a0a}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}nav{opacity:0;animation:slideFromTop 1s ease forwards;animation-delay:1s;transition:all .3s ease}.nav-static,nav{position:fixed;width:100%;z-index:1000;padding:2rem;display:flex;justify-content:space-between;align-items:flex-start;top:0;mix-blend-mode:difference}.nav-static{left:0;animation:none;transition:none;opacity:1;transition:all .3s ease}nav.scrolled{padding:2rem}.logo{position:relative;z-index:1000;transition:all .3s ease;width:120px}.logo.shrink{transform:scale(.8)}.logo-svg{height:195px;width:auto;display:block;transition:all .5s ease-in-out;will-change:height;filter:invert(1)}.logo-svg.scrolled{height:30px}.logo a{display:block;text-decoration:none}.logo a:hover{opacity:1}.menu{display:flex;gap:2rem;align-items:center}.book-project{text-decoration:none;color:#0a0a0a}.menu-btn{background:none;border:none;cursor:pointer;font-size:1rem}.nav-links{display:flex;flex-direction:row;text-align:right;gap:.5rem}.nav-links a{text-decoration:none;color:#fff;font-size:1rem;font-weight:400;letter-spacing:-.05rem;transition:opacity .3s ease}.nav-links a:hover{opacity:.25}.meta-info{display:flex;justify-content:space-between;gap:2rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;color:#0a0a0a}.meta-info-left{display:flex;gap:2rem;opacity:0;animation:typeIn 1s ease forwards;animation-delay:.6s}.meta-info-right{display:flex;gap:2rem;opacity:0;animation:typeIn 1s ease forwards;animation-delay:.8s}.hero-title{font-size:8rem;font-weight:500;line-height:1;text-transform:uppercase;color:#0a0a0a;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;position:relative;z-index:2}.hero-title span{display:inline-block;transition:transform .1s ease-out}.hero-title .word-left{opacity:0;animation:slideFromLeft 1s ease forwards;transform:translateX(0)}.hero-title .word-right{opacity:0;animation:slideFromRight 1s ease forwards;margin-left:auto;transform:translateX(0)}.hero-title br{width:100%;content:"";display:block}.intro-services-section{padding:2rem;max-width:100vw;margin:0 auto;position:relative}.intro-header{margin-bottom:4rem;max-width:60rem}.intro-title{font-weight:600;line-height:1.2;text-align:left;color:#0a0a0a;font-size:3rem}.services-hover-container{display:flex;align-items:flex-start;gap:4rem;border-top:1px solid rgba(0,0,0,.12);padding-top:3rem}.services-hover-list{display:flex;flex-direction:column;flex:0 0 auto;gap:.25rem}.service-hover-item{position:relative;display:inline-block;width:-moz-fit-content;width:fit-content;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:.5rem 0 1rem;margin:0;text-align:left;font-family:inherit;font-size:3.5rem;font-weight:600;line-height:1.1;letter-spacing:-.01em;color:rgba(0,0,0,.35);cursor:pointer;transition:color .3s ease}.service-hover-item.active{color:#0a0a0a}.service-hover-underline{position:absolute;left:0;bottom:.15rem;height:2px;width:100%;background:#69fc69;transform-origin:left;transform:scaleX(0);transition:transform 1.6s ease}.service-hover-item.active .service-hover-underline{transform:scaleX(1)}.services-hover-detail{flex:1 1 auto;max-width:32rem;padding-top:1rem;opacity:1;transform:translateX(0);transition:opacity .25s ease,transform .25s ease}.services-hover-detail.is-out{opacity:0;transform:translateX(-1.5rem)}.services-hover-detail.is-in{opacity:0;transform:translateX(1.5rem);transition:none}.services-hover-detail h3{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:#0a0a0a}.services-hover-detail p{font-size:1rem;font-weight:300;line-height:1.6;color:#0a0a0a;margin-bottom:1.5rem}.service-tags{display:flex;flex-wrap:wrap;gap:.75rem}.service-tag{font-size:.75rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:#69fc69;border:1px solid #69fc69;border-radius:999px;padding:.5rem 1rem}@media (max-width:768px){.intro-services-section{padding:2rem 1rem}.services-hover-container{flex-direction:column;gap:2rem}.service-hover-item{font-size:2rem}}.spacer{height:30vh}.work-section{padding:2rem;max-width:100vw;margin:0 auto;position:relative}.work-header{display:flex;justify-content:space-between;margin-bottom:1rem;opacity:0}.work-label{letter-spacing:.05em;text-transform:uppercase}.work-count,.work-label{font-size:.9rem;font-weight:500;color:#0a0a0a}.work-title{font-size:8rem;font-weight:600;line-height:1;text-transform:uppercase;margin-bottom:4rem;opacity:0;color:#0a0a0a}.all-work{position:absolute;right:2rem;top:50%;transform:translateY(-50%);text-decoration:none;color:#0a0a0a;font-size:1.2rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.all-work:before{content:"→";display:inline-block;margin-right:.5rem}.work-grid{display:flex;flex-direction:column;gap:80px}.work-item{position:relative;overflow:hidden;cursor:pointer;width:100%;display:flex;align-items:flex-start;gap:2rem;opacity:0;transform:translateY(100px);transition:opacity .5s ease,transform .5s ease;text-decoration:none;color:inherit}.work-item.animate{opacity:1;transform:translateY(0)}.work-item-image-container{flex:1 1;overflow:hidden;transform:scale(.9);transition:transform .8s ease}.work-item.animate .work-item-image-container{transform:scale(1)}.work-item:nth-child(2n){align-self:flex-end;flex-direction:row-reverse}.work-item img{width:100%;height:auto;object-fit:cover;aspect-ratio:3/2;transition:transform .5s ease;transform-origin:50% 100%}.work-item:hover img{transform:scale(1.05)}.work-item-content{flex:0 0 400px}.work-item h3{text-transform:uppercase;margin:0;font-size:2.5rem;font-weight:500;line-height:2.5rem;color:#0a0a0a}.work-item p{margin-top:8px;color:#0a0a0a}@media (max-width:768px){.work-item{width:100%;flex-direction:column;gap:1rem}.work-item:nth-child(2n){align-self:flex-start;flex-direction:column}.work-item-content{flex:none;width:100%}}.infinite-scroll-container{width:100vw;overflow:hidden;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.scroll-content{display:flex;white-space:nowrap;animation:scroll 20s linear infinite;padding:0}.scroll-text{font-size:8rem;font-weight:600;text-transform:uppercase;text-decoration:none;color:#0a0a0a;opacity:.5;transition:opacity .3s ease;line-height:1}.scroll-text:hover{opacity:1}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.text-section{padding:2rem;display:flex;justify-content:space-between;gap:4rem;align-items:flex-start}.text-section h2,.text-section h3{font-size:3rem;font-weight:500;line-height:1.2;text-transform:uppercase;flex:0 0 40%}.text-section-content{flex:0 0 40%;display:flex;flex-direction:column;gap:2rem}.text-section p{font-size:1rem;font-weight:200;line-height:1.6;color:#0a0a0a;margin:0}@media (max-width:768px){.text-section{flex-direction:column;gap:2rem}.text-section h2,.text-section h3,.text-section-content{flex:0 0 100%}}.services-section{padding:2rem}.services-header{margin-bottom:4rem}.services-title{margin:0 0 4rem;font-weight:400;font-size:clamp(3rem,9vw,7.5rem);line-height:1.05;letter-spacing:-.02em;text-transform:none;color:#0a0a0a;opacity:0;display:block;animation-name:nh-hero-line-in-left;animation-duration:.9s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.1s;animation-fill-mode:forwards}.services-subtitle{font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#6b6b6b}.services-container{display:flex;flex-direction:column;position:relative;gap:4rem}.service-item{display:flex;position:relative;padding:2rem 0;border-top:1px solid rgba(0,0,0,.1);opacity:0;transform:translateX(100px);transition:transform .8s ease,opacity .5s ease}.service-item.appear{opacity:.5;transform:translateX(0)}.service-item.in-view{opacity:1}.service-content{position:relative;left:50%;width:50%;padding-right:2rem;opacity:0;transform:translateX(100px);transition:transform .8s ease,opacity .5s ease}.service-item.appear .service-content{opacity:.5;transform:translateX(0)}.service-item.in-view .service-content{opacity:1}.service-item:first-child.in-view .service-content{transition-delay:.1s}.service-item:nth-child(2).in-view .service-content{transition-delay:.2s}.service-item:nth-child(3).in-view .service-content{transition-delay:.3s}.service-content h3{font-size:3rem;font-weight:500;margin-bottom:1rem;text-transform:uppercase;color:#0a0a0a}.service-content p{font-size:1rem;font-weight:300;line-height:1.6;color:#0a0a0a}@media (max-width:768px){.services-meta{gap:1rem}.services-divider,.services-label,.services-meta,.services-type{font-size:.8rem}.service-item{flex-direction:column;gap:1rem;padding:2rem 0;min-height:auto}.service-number{flex:none}.service-content{position:relative;left:0;width:100%;transform:translateY(50px)}.service-item.in-view .service-content{transform:translateY(0)}.service-content h3{font-size:2rem}.services-container{gap:2rem}.service-item{flex-direction:column;gap:1rem;padding:1rem 0}.service-content{position:relative;left:0;width:100%;transform:translateY(50px)}}.services-meta{display:flex;gap:2rem;margin-bottom:.5rem;opacity:0;animation-name:nh-hero-line-in-left;animation-duration:.9s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.45s;animation-fill-mode:forwards}.services-divider,.services-label,.services-meta,.services-type{font-size:.95rem;font-weight:300;color:#0a0a0a}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideFromLeft{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideFromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes typeIn{0%{opacity:0;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{opacity:1;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}.work-header.animate{animation:slideUp .5s ease forwards}.work-title.animate{animation:slideUp .5s ease .2s forwards}.hover-view-project{position:fixed;padding:.5rem 1rem;background-color:#69fc69;font-size:.8rem;font-weight:700;text-transform:uppercase;pointer-events:none;z-index:1000;opacity:0;transform:translate(-50%,-50%) rotate(2deg);transition:opacity .3s ease,transform .2s ease;color:#000000}.hover-view-project *{color:#000000}.hover-preview{position:fixed;width:16rem;aspect-ratio:16/9;overflow:hidden;pointer-events:none;z-index:999;opacity:0;background-color:#0a0a0a;box-shadow:0 1.5rem 3rem rgba(0,0,0,.25);transition:opacity .3s ease}.hover-preview.is-portrait{width:9rem;aspect-ratio:9/16}.hover-preview-layer{position:absolute;inset:0;display:block;width:100%;height:100%;transition:opacity .1s linear}.nh-footer{position:relative;width:100%;box-sizing:border-box;padding:2rem 2rem 0;overflow:hidden;aspect-ratio:1440/550}.nh-footer-meta{position:absolute;top:2rem;display:flex;gap:2rem;font-size:.95rem;font-weight:300;color:#0a0a0a}.nh-footer-meta-left{left:2rem}.nh-footer-meta-right{right:2rem}.nh-footer-heading{position:absolute;top:6rem;left:2rem;margin:0;width:calc(100% - 4rem);max-width:56.25rem;font-weight:400;font-size:clamp(1.75rem,4.4vw,3.5rem);line-height:1.05;letter-spacing:-.02em;color:#0a0a0a}.nh-footer-heading span{display:block}.nh-footer-shape{position:absolute;left:0;bottom:0;width:100%;height:auto;display:block;will-change:transform}@media (prefers-reduced-motion:reduce){.nh-footer-shape{transform:none!important}}@media (max-width:768px){.nh-footer{padding:1.25rem 1.25rem 0;aspect-ratio:auto;min-height:26rem}.nh-footer-meta-left{left:1.25rem}.nh-footer-meta-right{display:none}.nh-footer-heading{top:4.5rem;left:1.25rem;width:calc(100% - 2.5rem);font-size:clamp(1.5rem,7vw,2.25rem)}.nh-footer-shape{bottom:-2rem}}.porsche-gif{height:1rem;width:auto}.back-to-top{text-decoration:none;color:#0a0a0a;font-size:.8rem;font-weight:700}@media (max-width:768px){.footer-title{font-size:4rem}.footer-contact{flex-direction:column;gap:2rem;align-items:flex-start}.footer-email{font-size:2rem}}.about-header{margin-bottom:4rem}.about-meta{display:flex;gap:2rem;margin-bottom:1rem;font-size:.8rem;font-weight:200;color:#0a0a0a}.about-divider,.about-label{font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#0a0a0a}.project-details{padding:4rem 2rem}.masked-case-hero{width:100%;aspect-ratio:1440/537;overflow:hidden;line-height:0}.masked-case-hero-image{display:block;width:100%;height:100%;object-fit:cover;-webkit-clip-path:polygon(0 0,100% 0,100% 63.1285%,50% 63.1285%,50% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 63.1285%,50% 63.1285%,50% 100%,0 100%)}@media (max-width:768px){.masked-case-hero{aspect-ratio:960/537}.masked-case-hero-image{-webkit-clip-path:polygon(0 0,100% 0,100% 75.42%,50% 75.42%,50% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 75.42%,50% 75.42%,50% 100%,0 100%)}}.bascule-project-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start}.bascule-project-credits{width:100%;max-width:30rem}.bascule-project-credit{display:grid;grid-template-columns:minmax(7rem,.42fr) minmax(0,.58fr);grid-gap:1.5rem;gap:1.5rem;padding:.65rem 0;border-bottom:1px solid rgba(10,10,10,.1);font-size:.95rem;line-height:1.2}.bascule-project-credit:first-child{padding-top:0}.bascule-project-credit:last-child{border-bottom:0}.bascule-project-credit dt{font-weight:700;text-transform:uppercase}.bascule-project-credit dd{font-weight:400}.bascule-introduction{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;width:100%;padding:3.875rem 0}.bascule-introduction-copy{display:flex;flex-direction:column;justify-content:space-between;gap:4rem;padding:0 2rem}.bascule-introduction-label{font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.bascule-introduction-copy h2{max-width:37rem;margin:auto 0 0;font-size:clamp(2.25rem,4.4vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.01em}.bascule-introduction-body{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;max-width:40rem}.bascule-introduction-body p{font-size:.95rem;font-weight:300;line-height:1.2}.bascule-introduction-image{position:relative;width:100%;aspect-ratio:720/778;overflow:hidden}.bascule-introduction-image img{display:block;width:100%;height:100%;object-fit:cover}.bascule-introduction-image img.bascule-introduction-image-left{object-position:left center}.text-section.bascule-brand-text{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:4rem;padding:3.875rem 2rem}.text-section.bascule-brand-text h3{flex:none;max-width:37rem;font-size:clamp(2.25rem,4.4vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.01em;text-transform:none}.bascule-brand-text .text-section-content{display:flex;flex-direction:column;flex:0 0 40%;gap:1.25rem;max-width:30rem;margin-left:auto}.bascule-brand-text .text-section-content p{font-size:.95rem;font-weight:300;line-height:1.2}.bascule-wide-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.bascule-wide-image{position:relative;width:100%;aspect-ratio:720/778;overflow:hidden}.bascule-wide-image:nth-child(2){margin-top:9rem}.bascule-wide-image img{display:block;width:100%;height:100%;object-fit:cover}.case-image-placeholder{display:flex;align-items:center;justify-content:center;background:#f2f2ed;border:1px solid rgba(10,10,10,.1)}.case-image-placeholder span{color:rgba(10,10,10,.45);font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.bascule-collateral .points-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,40%);grid-gap:4rem;gap:4rem;max-width:none;margin-bottom:4rem}.bascule-collateral .points-header h3{margin:0;max-width:37rem;font-size:clamp(2.25rem,4.4vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.01em;text-transform:none}.bascule-collateral .points-intro{display:flex;flex-direction:column;gap:1.25rem;max-width:30rem;margin-left:auto;font-size:.95rem;font-weight:300;line-height:1.2;color:#0a0a0a}.bascule-collateral .screens-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0 0 9rem}.bascule-collateral .screen-item:nth-child(2n){transform:translateY(9rem)}.bascule-collateral .screen-caption{display:none}.points-section.bascule-design-system{padding:3.875rem 2rem}.bascule-design-system .points-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,40%);grid-gap:4rem;gap:4rem;max-width:none;margin-bottom:4rem;padding:0}.bascule-design-system .points-header h3{margin:0;max-width:37rem;font-size:clamp(2.25rem,4.4vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.01em;text-transform:none}.bascule-design-system .points-intro{max-width:30rem;margin-left:auto;font-size:.95rem;font-weight:300;line-height:1.2;color:#0a0a0a}.bascule-design-system .points-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;padding:0}.bascule-design-system .points-item{display:flex;flex-direction:column;aspect-ratio:447/312;padding:1.875rem;border:1px solid #cfcfcf}.bascule-design-system .points-index{margin-bottom:1.5rem;font-size:.8rem;font-weight:600;color:#0a0a0a}.bascule-design-system .points-item-title{margin:0 0 1rem;font-size:1.5rem;font-weight:400;line-height:1.1;letter-spacing:-.01em}.bascule-design-system .points-item-body{max-width:20rem;margin-top:auto;font-size:.95rem;font-weight:300;line-height:1.2;color:#0a0a0a}.mclaren-service-grid .points-item{min-height:24rem;aspect-ratio:auto}.process-section.mclaren-process{padding:3.875rem 0}.mclaren-process .points-header h3{max-width:37rem;font-size:clamp(2.25rem,4.4vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.01em;text-transform:none}.mclaren-process .points-intro{max-width:30rem;font-size:.95rem;font-weight:300;line-height:1.2;color:#0a0a0a}.bascule-related-projects{padding:3.875rem 0 9rem}.bascule-related-projects h2{margin:0 0 3.875rem;padding:0 2rem;font-size:clamp(2.25rem,4.4vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.01em}.bascule-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;aspect-ratio:1440/778}.bascule-related-project{position:relative;display:block;width:100%;aspect-ratio:auto;overflow:hidden}.bascule-related-project:nth-child(2){margin-top:9rem}.bascule-related-project img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.bascule-related-project:hover img{transform:scale(1.03)}.bascule-related-project:after{content:"";position:absolute;inset:0 0 auto;z-index:1;height:45%;background:linear-gradient(180deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.16) 55%,transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.bascule-related-project:focus-visible:after,.bascule-related-project:hover:after{opacity:1}.bascule-related-project-title{position:absolute;top:2rem;left:2rem;z-index:2;color:#fff;font-size:clamp(1.75rem,3.5vw,3.5rem);font-weight:400;line-height:1;letter-spacing:-.02em;text-shadow:0 2px 24px rgba(0,0,0,.35);opacity:0;transform:translateY(.5rem);transition:opacity .25s ease,transform .25s ease}.bascule-related-project:focus-visible .bascule-related-project-title,.bascule-related-project:hover .bascule-related-project-title{opacity:1;transform:translateY(0)}@media (min-width:769px) and (max-width:1100px){.bascule-design-system .points-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bascule-design-system .points-item{min-height:20rem;aspect-ratio:auto}}.project-title{display:flex;justify-content:flex-end;margin-bottom:4rem}.project-header{display:flex;flex-direction:column}.project-header-media{order:2;width:100vw;margin-left:50%;margin-top:4rem;transform:translateX(-50%)}.project-header-media .image-grid.full-width{padding:0}.project-header-media .single-image-container{padding-top:0;height:70vh}.project-meta{order:1}.large-text{display:block;font-weight:400;font-size:clamp(3rem,9vw,7.5rem);line-height:1.05;letter-spacing:-.02em;text-transform:none;color:#0a0a0a;opacity:0;animation-name:nh-hero-line-in-right;animation-duration:.9s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.25s;animation-fill-mode:forwards}.right-aligned{text-align:right}.project-meta{display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:"cat srv desc" "cli plus desc";grid-gap:2rem;gap:2rem}.meta-group:first-child{grid-area:cat}.meta-group:nth-child(2){grid-area:srv}.meta-group:nth-child(3){grid-area:desc;grid-row:1/span 2}.meta-group:nth-child(4){grid-area:cli}.meta-group:nth-child(5){grid-area:plus}.video-container{position:relative;width:100%;padding:0 2rem}@media (max-width:768px){.bascule-project-intro{grid-template-columns:1fr;gap:3rem}.bascule-project-credit{grid-template-columns:6rem minmax(0,1fr);gap:1rem}.bascule-project-credits{max-width:none}.bascule-introduction{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 0}.bascule-introduction-copy{gap:2.5rem;padding:0 1.25rem}.bascule-introduction-body{grid-template-columns:1fr;max-width:75%}.text-section.bascule-brand-text{flex-direction:column;gap:2.5rem;padding:2.5rem 1.25rem}.bascule-brand-text .text-section-content{max-width:75%;margin-left:0}.bascule-wide-image:nth-child(2){margin-top:1.5rem}.bascule-collateral .points-header{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}.bascule-collateral .points-intro{max-width:75%;margin-left:0}.bascule-collateral .screens-grid{padding-bottom:1.5rem}.bascule-collateral .screen-item:nth-child(2n){transform:translateY(1.5rem)}.points-section.bascule-design-system{padding:2.5rem 1.25rem}.bascule-design-system .points-header{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}.bascule-design-system .points-intro{max-width:75%;margin-left:0}.bascule-design-system .points-grid{grid-template-columns:1fr;gap:1rem}.bascule-design-system .points-item{min-height:18rem;aspect-ratio:auto;padding:1.5rem}.bascule-related-projects{padding:2.5rem 0 1.5rem}.bascule-related-projects h2{margin-bottom:2.5rem;padding:0 1.25rem}.bascule-related-project:nth-child(2){margin-top:1.5rem}.project-meta{grid-template-columns:1fr;grid-template-areas:"cat" "srv" "cli" "plus" "desc";gap:2rem}.meta-group:nth-child(3){grid-row:auto}.project-header-media{order:1;margin-top:2rem}.project-header-media .single-image-container{height:auto;padding-top:66.66%}.project-header-media .single-image-container img{position:absolute}.project-meta{order:2;margin-top:2rem}}.meta-label{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#555}.meta-value{font-size:1rem;line-height:1.5}.service-list{list-style:none;padding:0;margin:0}.service-list li{margin-bottom:.5rem}.image-grid{padding:2rem}.grid-container{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px;width:100%}.grid-main,.side-image-container{position:relative;width:100%;padding-top:100%}.grid-main img,.side-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.grid-side{display:flex;flex-direction:column;gap:20px}.side-image-container{flex:1 1}@media (max-width:768px){.grid-container{grid-template-columns:1fr;height:auto;gap:1rem}.grid-main{height:50vh}.grid-side{gap:1rem}.side-image-container{height:50vh}}.image-grid.full-width{padding:2rem}.single-image-container{position:relative;width:100%;padding-top:56.25%}.single-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.underline-button{font-size:1rem;font-weight:300;color:#0a0a0a;text-decoration:underline;text-underline-offset:4px;display:block;margin-top:2rem;transition:opacity .3s ease}.underline-button:hover{opacity:.7}.related-projects{padding:4rem 2rem}.related-title{font-size:3rem;font-weight:500;margin-bottom:2rem;text-transform:uppercase}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.related-item{text-decoration:none;color:inherit}.related-image-container{margin-bottom:1rem;overflow:hidden}.related-image-container img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;transition:transform .5s ease}.related-content{display:flex;flex-direction:column;gap:.5rem}.related-content h3{font-size:2rem;font-weight:500;margin:0}.related-content p{color:#555;margin:0}@media (max-width:768px){.related-grid{grid-template-columns:1fr}}.logo-scroll-section{width:100%;padding:2rem;position:relative}.logo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,9rem);width:100%}.logo-grid-cell{display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.08);margin:-1px 0 0 -1px;padding:3rem;perspective:60rem}.client-logo{--logo-optical:1;width:auto;height:auto;max-height:calc(3.5rem * var(--logo-optical));max-width:calc(9.75rem * var(--logo-optical));filter:grayscale(100%);opacity:.5;transition:filter .3s ease,opacity .3s ease;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.client-logo:hover{filter:grayscale(0);opacity:1}.client-logo.flipping{animation:logoFlip .6s ease-in-out}@keyframes logoFlip{0%{transform:rotateX(0deg)}50%{transform:rotateX(-90deg)}51%{transform:rotateX(90deg)}to{transform:rotateX(0deg)}}@media (max-width:768px){.logo-scroll-section{padding:2rem 1rem}.logo-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,6.5rem)}.logo-grid-cell{padding:1.5rem}.client-logo{max-height:calc(2rem * var(--logo-optical));max-width:calc(6.5rem * var(--logo-optical))}.hero,.nav,.nav-static,.nav-static.scrolled,.nav.scrolled{padding:1rem}.hero{height:90vh}.hero-title{font-size:3rem;column-gap:.35em}.intro-title{font-size:2rem}.work-section{padding:2rem 1rem}.work-title{font-size:3rem}.work-item h3{font-size:2rem}.footer-title{font-size:3rem}.meta-info-right{display:none}.bottom-content{margin-bottom:0}.porsche-container{display:none}.logo-svg{height:100px}.project-details{margin-top:10rem}.project-title{justify-content:flex-start}.footer-top{flex-direction:column;align-items:flex-start;gap:2rem}.hover-preview,.hover-view-project{display:none}.text-section{padding:1rem}.footer{padding:2rem 1rem}.project-details{padding:4rem 1rem}.image-grid,.image-grid.full-width{padding:1rem}.video-container{padding:0 1rem}.text-section h3{font-size:2rem}}.points-header{padding:0 2rem;margin-bottom:3rem;max-width:900px}.points-header h3{font-size:3rem;font-weight:500;line-height:1.2;text-transform:uppercase;margin:0 0 1.5rem}.points-intro{font-size:1.125rem;font-weight:200;line-height:1.6;color:#6b6b6b;margin:0}.points-section{padding:4rem 0}.points-grid{list-style:none;margin:0;padding:0 2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem 2.5rem;gap:3rem 2.5rem}@media (max-width:1100px){.points-grid{grid-template-columns:repeat(2,1fr)}.process-layout{grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:2.5rem}}.points-item{border-top:1px solid rgba(0,0,0,.18);padding-top:1.25rem}.points-index{display:block;font-size:.875rem;font-weight:600;color:#555;margin-bottom:1rem}.points-item-title{font-size:1.25rem;font-weight:500;line-height:1.3;margin:0 0 .75rem;color:#0a0a0a}.points-item-body{font-size:1rem;font-weight:200;line-height:1.6;color:#6b6b6b;margin:0}.process-section{padding:4rem 0}.process-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);grid-gap:4rem;gap:4rem;align-items:start;padding:0 2rem}.process-sticky{position:-webkit-sticky;position:sticky;top:8rem}.process-sticky .points-header{padding:0;max-width:none;margin-bottom:0}.process-sticky .points-header h3{font-size:2.5rem}.process-list{list-style:none;margin:0;padding:0}.process-step{display:grid;grid-template-columns:3.5rem 1fr;grid-gap:1.5rem;gap:1.5rem;padding:2rem 0;border-top:1px solid rgba(0,0,0,.18);align-items:start;opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.process-step.animate{opacity:1;transform:translateY(0)}.process-step:nth-child(2n).animate{transition-delay:90ms}.process-step:nth-child(3n).animate{transition-delay:45ms}@media (prefers-reduced-motion:reduce){.process-step{opacity:1;transform:none;transition:none}.process-step.animate{transition-delay:0s}}.process-label{font-size:.875rem;font-weight:600;color:#555;padding-top:.35rem}.process-title{font-size:1.5rem;font-weight:500;line-height:1.3;margin:0 0 .75rem}.process-copy{font-size:1rem;font-weight:200;line-height:1.6;color:#6b6b6b;margin:0}.process-image{grid-column:2;margin-top:1.5rem}.process-image img{width:100%;height:auto;display:block}.screens-section{padding:4rem 0}.screens-bare{padding:2rem 0}.screens-grid{padding:0 2rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem 20px;gap:2.5rem 20px}.screen-item{margin:0}.screen-wide{grid-column:1/-1}.screen-image{width:100%;background-color:#f2f2f2;overflow:hidden}.screen-image img{width:100%;height:auto;display:block}.screens-grid-even .screen-image{aspect-ratio:4/3}.screens-grid-even .screen-image img{height:100%;object-fit:cover}.screen-caption{font-size:.875rem;font-weight:200;line-height:1.5;color:#6b6b6b;margin-top:1rem}@media (max-width:768px){.points-grid,.points-header,.process-layout,.screens-grid{padding-left:1rem;padding-right:1rem}.points-header h3{font-size:2rem}.points-grid{grid-template-columns:1fr;gap:2.5rem}.process-layout{grid-template-columns:1fr;gap:2rem}.process-sticky{position:static}.process-step{grid-template-columns:1fr;gap:.75rem}.process-label{padding-top:0}.process-image{grid-column:1}.process-title{font-size:1.25rem}.screens-grid{grid-template-columns:1fr}}.nh-page{background:#fff;color:#0a0a0a;min-height:100vh}.nh-nav{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:flex-end;align-items:center;padding:2rem;box-sizing:border-box;opacity:1;animation:none}.nh-nav-logo{display:none}.nh-nav-links{display:flex;gap:2rem;align-items:center}.nh-nav-links a{color:#0a0a0a;text-decoration:none;font-size:.95rem;font-weight:300}.nh-nav-links a:hover{opacity:.6}.nh-hero{position:relative;height:80vh;width:100%;box-sizing:border-box;padding:2rem 2rem 0;display:flex;flex-direction:column;justify-content:flex-end}.nh-hero-info{position:absolute;top:40%;right:2rem;text-align:right;opacity:0;animation-name:nh-hero-line-in-right;animation-duration:.9s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.6s;animation-fill-mode:forwards}.nh-hero-info p{margin:0;font-size:.95rem;line-height:1.2;color:#0a0a0a;font-weight:300}.nh-hero-bottom{display:flex;flex-direction:column;gap:.5rem}.nh-hero-meta{display:flex;gap:2rem;font-size:.95rem;font-weight:300;opacity:0;animation-name:nh-hero-line-in-left;animation-duration:.9s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:.45s;animation-fill-mode:forwards}.nh-hero-meta span{color:#0a0a0a}.nh-hero-heading{margin:0;font-weight:400;font-size:clamp(3rem,9vw,7.5rem);line-height:1.05;letter-spacing:-.02em;color:#0a0a0a}.nh-hero-heading span{display:block;color:#0a0a0a;opacity:0;animation-duration:.9s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:forwards}.nh-hero-heading span:first-child{animation-name:nh-hero-line-in-left;animation-delay:.1s}.nh-hero-heading span:last-child{text-align:right;animation-name:nh-hero-line-in-right;animation-delay:.25s}@keyframes nh-hero-line-in-left{0%{opacity:0;transform:translateX(-4rem)}to{opacity:1;transform:translateX(0)}}@keyframes nh-hero-line-in-right{0%{opacity:0;transform:translateX(4rem)}to{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.large-text,.nh-hero-heading span,.nh-hero-info,.nh-hero-meta,.services-meta,.services-title{animation:none;opacity:1;transform:none}}@media (max-width:768px){.nh-nav{padding:1.25rem}.nh-hero{padding:1.25rem 1.25rem 0}.nh-hero-info{right:1.25rem}.nh-hero-info p,.nh-hero-meta{font-size:.8rem}.nh-hero-meta{gap:1rem}.nh-hero-heading{font-size:clamp(2.25rem,12vw,4rem)}}.nh-marquee{width:100vw;overflow:hidden;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:#fff;padding:3rem 0;opacity:0;transform:translateY(2.5rem);animation:nh-marquee-in .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.9s}@keyframes nh-marquee-in{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.nh-marquee{animation:none;opacity:1;transform:none}}.nh-marquee-content{display:flex;width:-moz-fit-content;width:fit-content;animation:nh-marquee-scroll 32s linear infinite}.nh-marquee-cell,.nh-marquee-track{display:flex;align-items:center;flex-shrink:0}.nh-marquee-cell{width:140px;height:48px;justify-content:center;margin:0 2.5rem}.nh-marquee-logo{--logo-optical:1;width:calc(100% * var(--logo-optical));height:calc(100% * var(--logo-optical));background-color:#D0CFD7;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}@keyframes nh-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.nh-marquee{padding:2rem 0}.nh-marquee-cell{width:100px;height:36px;margin:0 1.5rem}}.nh-intro{position:relative;flex-direction:column;gap:3.875rem}.nh-intro,.nh-intro-heading-row{width:100%;box-sizing:border-box;display:flex}.nh-intro-heading-row{align-items:center;justify-content:flex-start;padding:0 2rem}.nh-intro-heading{margin:0;width:100%;max-width:56.25rem;font-weight:400;font-size:clamp(1.75rem,4.4vw,4rem);line-height:1.1;letter-spacing:-.01em;color:#0a0a0a}.nh-intro-row{display:flex;align-items:stretch;justify-content:space-between;width:100%}.nh-intro-image{position:relative;display:block;overflow:hidden;flex-shrink:0;text-decoration:none}.nh-intro-image img{display:block;position:absolute;top:50%;left:50%;width:100%;height:100%;min-height:130%;object-fit:cover;transform:translate3d(-50%,-50%,0) scale(1.18);transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.nh-intro-image-a{width:50%}.nh-intro-side{display:flex;flex-direction:column;align-items:flex-end;gap:5.8125rem;width:50%}.nh-intro-copy{box-sizing:border-box;margin:0;max-width:21.7rem;padding-right:2rem;font-size:.95rem;font-weight:300;line-height:1.2;color:#0a0a0a}.nh-intro-image-b{width:100%;aspect-ratio:720/778}.nh-recent-heading{margin:0;width:100%;box-sizing:border-box;padding:0 2rem 3.875rem;display:flex;flex-direction:column;font-weight:400;font-size:clamp(3rem,9vw,7.5rem);line-height:1.05;letter-spacing:-.02em;color:#0a0a0a}.nh-recent-heading span{display:block}.nh-recent-heading span:first-child{text-align:left}.nh-recent-heading span:last-child{text-align:right}@media (max-width:900px){.nh-intro{gap:2.5rem}.nh-intro-heading-row{padding:0 1.25rem}.nh-recent-heading{padding:0 1.25rem 2.5rem;font-size:clamp(2.25rem,12vw,4rem)}.nh-intro-row{flex-direction:column;align-items:stretch;gap:1.5rem}.nh-intro-image-a,.nh-intro-side{width:100%}.nh-intro-image-a{aspect-ratio:720/976}.nh-intro-copy{padding:2rem 1.25rem}.nh-intro-side{align-items:flex-start;gap:1.5rem}.nh-intro-copy{max-width:75%}}.nh-showcase{padding:3.875rem 0}.nh-showcase-row{display:flex;align-items:stretch;justify-content:space-between;width:100%}.nh-showcase-image{position:relative;display:block;overflow:hidden;flex-shrink:0}.nh-showcase-image img{display:block;position:absolute;top:50%;left:50%;width:100%;height:100%;min-height:130%;object-fit:cover;transform:translate3d(-50%,-50%,0) scale(1.18);transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.nh-showcase-image-a{width:50%;aspect-ratio:720/778}.nh-showcase-side{display:flex;flex-direction:column;align-items:flex-end;gap:5.8125rem;width:50%}.nh-showcase-image-b{width:100%;aspect-ratio:720/778}@media (max-width:900px){.nh-showcase{padding:2.5rem 0}.nh-showcase-row{flex-direction:column;align-items:stretch;gap:1.5rem}.nh-showcase-image-a,.nh-showcase-side{width:100%}.nh-showcase-image-a{aspect-ratio:720/976}.nh-showcase-side{align-items:flex-start;gap:1.5rem}}.nh-capabilities{width:100%;box-sizing:border-box;padding:0 2rem 3.875rem}.nh-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.nh-cap-card{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;aspect-ratio:447/312;padding:1.875rem;background:#fff;border:1px solid #cfcfcf;transition:background-color .3s ease,border-color .3s ease;text-decoration:none;color:inherit}a.nh-cap-card{cursor:pointer}.nh-cap-card:hover{background:#0a0a0a;border-color:#0a0a0a}.nh-cap-card:hover .nh-cap-copy,.nh-cap-card:hover .nh-cap-icon,.nh-cap-card:hover .nh-cap-label{color:#fff}.nh-cap-icon-accent{transition:fill .3s ease}.nh-cap-card:hover .nh-cap-icon-accent{fill:#fff}.nh-cap-copy{margin:0;max-width:20rem;font-size:.95rem;font-weight:300;line-height:1.2;color:#0a0a0a}.nh-cap-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.nh-cap-label{font-weight:400;font-size:2.5rem;line-height:1;letter-spacing:-.01em;color:#0a0a0a}.nh-cap-icon{flex-shrink:0;width:5.4rem;height:5.4rem;color:#0a0a0a}.nh-cap-icon circle,.nh-cap-icon line,.nh-cap-icon path,.nh-cap-icon rect{color:inherit;vector-effect:non-scaling-stroke}@media (max-width:900px){.nh-capabilities{padding:0 1.25rem 2.5rem}.nh-cap-grid{grid-template-columns:1fr;gap:1rem}.nh-cap-card{aspect-ratio:auto;min-height:18rem;padding:1.5rem}.nh-cap-label{font-size:2rem}.nh-cap-icon{width:4rem;height:4rem}}.nh-featured{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:#fff}.nh-featured-grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:4rem;column-gap:4rem;width:100%;box-sizing:border-box;padding:0 2rem}.nh-featured-row{display:flex;align-items:center;gap:1.5rem;padding:1.75rem 0;border-top:1px solid rgba(10,10,10,.1);text-decoration:none;transition:opacity .3s ease}.nh-featured-grid a.nh-featured-row:nth-last-child(-n+2){border-bottom:1px solid rgba(10,10,10,.1)}.nh-featured-row:hover{opacity:.6}.nh-featured-row-title{font-weight:400;font-size:clamp(1.5rem,2.6vw,2.5rem);line-height:1.1;letter-spacing:-.01em;color:#0a0a0a}.nh-featured-row-logo{display:block;margin-left:auto;height:clamp(1.25rem,1.8vw,1.5rem);width:6rem;background-color:#0a0a0a;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;-webkit-mask-size:contain;mask-size:contain}.nh-featured-row-arrow{font-size:clamp(1.25rem,2vw,1.75rem);color:#0a0a0a;flex-shrink:0}@media (max-width:768px){.nh-featured-grid{grid-template-columns:1fr;padding:0 1.25rem}.nh-featured-grid a.nh-featured-row:nth-last-child(-n+2){border-bottom:none}.nh-featured-grid a.nh-featured-row:last-child{border-bottom:1px solid rgba(10,10,10,.1)}.nh-featured-row{gap:.75rem;padding:1.25rem 0}.nh-featured-row-title{min-width:0;flex:1 1 auto;font-size:clamp(1.1rem,5.5vw,1.5rem)}.nh-featured-row-logo{flex-shrink:0;height:1.1rem;width:3.5rem}.nh-featured-row-arrow{flex-shrink:0;font-size:1.1rem}}.gallery-header{padding:4rem 2rem;box-sizing:border-box}.gallery-grid{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:flex;align-items:flex-start;padding:0 0 4rem;box-sizing:border-box}.gallery-grid-mobile{display:none}.gallery-column{display:flex;flex-direction:column;flex:1 1;min-width:0}.gallery-column-offset{margin-top:-3rem}.gallery-image{position:relative;width:100%;aspect-ratio:2/3;overflow:hidden}.gallery-image img{display:block;width:100%;height:100%;object-fit:cover}.page-transition{position:fixed;inset:0;z-index:10000;display:flex;pointer-events:none;visibility:hidden}.page-transition[data-phase=covered],.page-transition[data-phase=covering],.page-transition[data-phase=revealing]{visibility:visible}html.is-page-transitioning .page-transition{pointer-events:auto}html.is-page-transitioning,html.is-page-transitioning body{overflow:hidden}.page-transition-col{flex:1 1;height:100%;background:#69fc69;transform:translate3d(0,100%,0);will-change:transform}.page-transition-loader{position:absolute;top:50%;left:50%;z-index:1;width:clamp(5rem,8vw,7rem);opacity:0;transform:translate(-50%,-50%);transition:opacity .2s ease}.page-transition[data-phase=covered] .page-transition-loader{opacity:1}.page-transition-logo{display:block;width:100%;height:auto}.page-transition-logo-base{opacity:.18}.page-transition-logo-fill{position:absolute;inset:0;overflow:hidden;transition:-webkit-clip-path .28s ease-out;transition:clip-path .28s ease-out;transition:clip-path .28s ease-out,-webkit-clip-path .28s ease-out;will-change:clip-path}.page-transition[data-phase=covered] .page-transition-col,.page-transition[data-phase=covering] .page-transition-col{transform:translateZ(0)}.page-transition[data-phase=revealing] .page-transition-col{transform:translate3d(0,-100%,0)}.page-transition[data-phase=covering] .page-transition-col,.page-transition[data-phase=revealing] .page-transition-col{transition:transform .72s cubic-bezier(.77,0,.175,1)}.page-transition[data-phase=covering] .page-transition-col:first-child,.page-transition[data-phase=revealing] .page-transition-col:first-child{transition-delay:0s}.page-transition[data-phase=covering] .page-transition-col:nth-child(2),.page-transition[data-phase=revealing] .page-transition-col:nth-child(2){transition-delay:90ms}.page-transition[data-phase=covering] .page-transition-col:nth-child(3),.page-transition[data-phase=revealing] .page-transition-col:nth-child(3){transition-delay:.18s}@media (prefers-reduced-motion:reduce){.page-transition{display:none}}@media (max-width:768px){.gallery-header{padding:2.5rem 1.25rem}.gallery-grid{padding:0 0 2.5rem}.gallery-grid-desktop{display:none}.gallery-grid-mobile{display:flex}.gallery-column-offset{margin-top:-2rem}}@font-face{font-family:Host Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e7b0a9df14c3ada0-s.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}@font-face{font-family:Host Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4f11357dfbf1285b-s.p.woff2) format("woff2");unicode-range:u+00??,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:Host Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e7b0a9df14c3ada0-s.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}@font-face{font-family:Host Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4f11357dfbf1285b-s.p.woff2) format("woff2");unicode-range:u+00??,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:Host Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e7b0a9df14c3ada0-s.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}@font-face{font-family:Host Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4f11357dfbf1285b-s.p.woff2) format("woff2");unicode-range:u+00??,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:Host Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e7b0a9df14c3ada0-s.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}@font-face{font-family:Host Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4f11357dfbf1285b-s.p.woff2) format("woff2");unicode-range:u+00??,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:Host Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e7b0a9df14c3ada0-s.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}@font-face{font-family:Host Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4f11357dfbf1285b-s.p.woff2) format("woff2");unicode-range:u+00??,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:Host Grotesk;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e7b0a9df14c3ada0-s.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}@font-face{font-family:Host Grotesk;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4f11357dfbf1285b-s.p.woff2) format("woff2");unicode-range:u+00??,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:Host Grotesk Fallback;src:local("Arial");ascent-override:96.69%;descent-override:30.01%;line-gap-override:0.00%;size-adjust:104.98%}.__className_b751b4{font-family:Host Grotesk,Host Grotesk Fallback;font-style:normal}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-horizontal],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}