.curved-marquee-container{width:100%;height:400px;position:relative;cursor:grab;-webkit-user-select:none;user-select:none;overflow-x:hidden;margin-top:-5vw}.curved-marquee-container:active{cursor:grabbing}.marquee-icon-wrapper{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.5rem}.marquee-icon{width:5rem;height:5rem;transition:transform .3s ease}.marquee-icon-label{position:absolute;top:-2rem;font-size:.85rem;font-weight:500;color:var(--base-100);white-space:nowrap;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none;text-transform:capitalize;font-family:Geist Mono,monospace}.marquee-icon-wrapper:hover .marquee-icon-label{opacity:1;transform:translateY(0)}@media(max-width:1000px){.marquee-icon-label{display:none}.marquee-icon{width:2rem;height:2rem}.curved-marquee-container{height:250px}}@media(min-width:701px)and (max-width:999px){.marquee-icon{width:3rem;height:3rem}}@media(max-width:700px){.curved-marquee-container{height:250px;margin-top:-15vw}}.about-sticky-cards{position:relative;width:100vw;height:100vh;overflow:hidden;color:var(--base-100)}.about-sticky-cards .sticky-cards-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.sticky-cards-header h3{font-size:8rem}.home-spotlight-bottom-bar .container{display:flex;justify-content:space-between;font-family:Geist Mono,monospace;margin-top:4.5rem}.about-sticky-cards .gallery-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);will-change:transform;width:25%;height:50%;padding:.5em;display:flex;flex-direction:column;gap:.5em;border-radius:12px;background-color:var(--base-300);color:var(--base-100);cursor:pointer}.gallery-card .gallery-card-content{width:fit-content;padding:.3em .8em;border-radius:20px;display:flex;align-items:center;gap:.3em;border:1px solid var(--base-200)}.about-sticky-cards .gallery-card-content p.mono{font-size:.8rem}.gallery-card .gallery-card-content i{font-size:1.2rem;transition:transform .3s ease}.gallery-card:hover .gallery-card-content i{transform:rotate(45deg);animation:arrowBounce 2s ease-in-out infinite}@keyframes arrowBounce{0%,to{transform:translateY(0) rotate(45deg)}25%{transform:translateY(-4px) rotate(45deg)}50%{transform:translateY(0) rotate(45deg)}75%{transform:translateY(-4px) rotate(45deg)}}.about-sticky-cards .gallery-card-img{flex:1 1 0;min-height:0;width:100%;border-radius:8px;overflow:hidden}.about-sticky-cards .gallery-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-card:hover .gallery-card-img img{transform:scale(1.1) rotate(5deg)}.about-sticky-cards .gallery-card-content{flex:0 0 12px;display:flex;align-items:center}@media(max-width:1000px){.about-sticky-cards .gallery-card{width:75%}.about-sticky-cards .gallery-card{top:50%}.about-sticky-cards .gallery-card{width:50%;height:35svh}}.scroll-marquee{padding:5rem 0;display:flex;align-items:center;overflow:visible;white-space:nowrap;line-height:1;will-change:transform;transform:translateZ(0)}.scroll-marquee h1{font-size:10rem;font-weight:100;color:var(--base-600);white-space:nowrap;margin:0}.scroll-marquee img{height:10rem;width:10rem;margin:0 .3em;object-fit:contain;display:inline-block;vertical-align:middle;filter:brightness(0) saturate(100%) invert(62%) sepia(6%) saturate(392%) hue-rotate(49deg) brightness(94%) contrast(89%);will-change:transform;transition:transform .5s cubic-bezier(.4,0,.2,1)}@media(max-width:1000px){.scroll-marquee{padding:3rem 0}.scroll-marquee h1{font-size:4.5rem}.scroll-marquee img{height:4.5rem;width:4.5rem}}*{-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;overflow-x:hidden}html.lenis,html.lenis body{height:auto;margin:0;padding:0}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}img{width:100%;height:100%;object-fit:cover}h1{text-align:center;font-size:5rem;font-weight:500;line-height:.9}p{font-family:Manrope;font-size:1rem;font-weight:500;line-height:1}section{position:relative;width:100%;height:100svh;overflow:hidden}.hero-introduction-section,.closing-section{padding:2rem;display:flex;justify-content:center;align-items:center}.hero-introduction-section h1,.closing-section h1{width:40%}.showcase-primary-content,.page-header-container{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;will-change:transform}.showcase-background-image{position:absolute;transform:scale(.8);opacity:.25}.showcase-primary-content h1{width:40%}.showcase-header{width:50%;display:flex;justify-content:center;align-items:center;text-align:center}.showcase-header h1{width:100%;color:var(--base-600)}.header-text-wrapper{width:60%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;will-change:transform,opacity;transform:translateY(-100px);opacity:0}.feature-card-item{position:absolute;width:max-content;height:max-content;padding:1rem 3rem;transform:translate(-50%,-50%);will-change:top,left}.feature-card-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:var(--base-400);border:.125rem solid var(--base-600);border-radius:5rem;will-change:width,height,border-radius,border-width}.feature-card-text{position:relative;will-change:opacity}.feature-card-text p{text-transform:uppercase;font-family:DM Mono;font-weight:400;font-size:1rem;line-height:1}.search-input-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;border-radius:25rem;border:.35rem solid var(--base-600);background:linear-gradient(45deg,var(--base-500),var(--base-200),var(--base-300),var(--base-500));background-size:400% 400%;opacity:0;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;will-change:opacity,width,height,transform;transform-origin:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;animation:gradientMove 15s ease-in-out infinite}.search-input-container:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:repeating-linear-gradient(45deg,rgba(0,0,0,.125) 0px,rgba(0,0,0,.125) 15px,transparent 15px,transparent 30px);animation:stripeMove 40s linear infinite;z-index:1;will-change:transform;transform:translateZ(0);pointer-events:none}.search-input-container .contact-heading-wrapper{position:relative;display:flex;align-items:center;gap:1rem;justify-content:center;z-index:5;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.contact-heading-wrapper h1{font-size:4.5rem;color:var(--base-300);font-weight:100;margin:0;line-height:1;white-space:nowrap;text-align:center}.contact-heading-wrapper i{font-size:4.5rem;color:var(--base-300);line-height:1;flex-shrink:0;transition:transform .3s ease-out}.search-input-container:hover i{transform:rotate(45deg);animation:arrowBounce 2s ease-in-out infinite}.sticky{position:relative;height:100vh;width:100%;will-change:transform;overflow:hidden;margin:0;padding:0}.sticky-header{position:absolute;top:0;left:0;width:250vw;height:100%;display:flex;justify-content:center;align-items:center;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.sticky-header h1{margin:0;padding:0;color:var(--base-600);font-size:clamp(20vw,30vw,30vw);font-weight:lighter;line-height:100%;transform:translateZ(0);-webkit-transform:translateZ(0);white-space:nowrap}.card{position:absolute;top:50%;left:100%;transform:translateY(-50%) translateZ(0);width:min(85vw,280px);height:auto;aspect-ratio:325 / 500;background-color:var(--base-300);border-radius:clamp(.75em,2vw,1em);padding:clamp(.4em,1.5vw,.5em);will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-origin:center center;z-index:2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.card .card-img{width:100%;height:40%;border-radius:clamp(.4em,1.5vw,.5em);overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);object-fit:cover}.card-content{width:100%;height:55%;display:flex;flex-direction:column;justify-content:space-between;color:var(--base-200);padding:clamp(.4em,1.5vw,.5em);box-sizing:border-box}.card-content h2{margin:0;font-size:clamp(24px,5vw,32px);font-weight:lighter;letter-spacing:-.005em;transform:translateZ(0);line-height:1.2}.card-content p{margin:0;font-size:clamp(14px,3vw,16px);font-weight:lighter;letter-spacing:-.005em;transform:translateZ(0);line-height:1.4}.card-description p{font-family:Geist Mono,monospace;font-weight:400}.spotlight{position:relative;width:100%;height:auto;padding:2rem;display:flex;flex-direction:column;gap:10rem;overflow-x:hidden;margin-top:0}.spotlight-row{display:flex;justify-content:center;align-items:center;gap:2rem}.spotlight-col{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.spotlight-row:nth-child(1) .spotlight-img,.spotlight-row:nth-child(4) .spotlight-img{width:50%}.spotlight-img{width:100%}.spotlight-img img{width:100%;height:auto;display:block}.spotlight-card{width:75%;padding:3rem;background-color:var(--base-200);opacity:.8;border-radius:1.5rem;display:flex;flex-direction:column;gap:1rem;border:8px solid var(--base-300)}.spotlight-card h2{color:var(--base-400);text-transform:none;font-size:5rem}.spotlight-card p{color:var(--base-400);text-transform:none;font-family:Host Grotesk,sans-serif}.spotlight-svg-path{position:absolute;top:25svh;left:50%;transform:translate(-50%);width:90%;height:100%;z-index:-1;pointer-events:none}.spotlight-svg-path svg{width:100%;height:auto}.clock-container{position:absolute;top:5.52%;left:49.84%;border-radius:50%;box-shadow:0 20px 60px #ff60604d;display:flex;justify-content:center;align-items:center}.clock-face{position:relative;width:150px;height:150px;border-radius:50%;background:#f4f4f4;border:5px solid var(--base-300)}.center-dot{position:absolute;top:50%;left:50%;width:16px;height:16px;background:#333;border-radius:50%;transform:translate(-50%,-50%);z-index:10;box-shadow:0 2px 8px #0000004d}.hand{position:absolute;bottom:50%;left:50%;transform-origin:bottom center;background:#333;border-radius:10px 10px 0 0;box-shadow:0 2px 8px #0003}.hour-hand{width:8px;height:70px;margin-left:-4px;background:#333;z-index:3}.minute-hand{width:6px;height:100px;margin-left:-3px;background:#555;z-index:2}.second-hand{width:3px;height:110px;margin-left:-1.5px;background:var(--base-500);z-index:4}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes stripeMove{0%{transform:translate(-50%) translateZ(0)}to{transform:translate(0) translateZ(0)}}@keyframes arrowBounce{0%,to{transform:translate(0) rotate(45deg)}25%{transform:translate(-10px,-10px) rotate(45deg)}50%{transform:translate(0) rotate(45deg)}75%{transform:translate(-10px,-10px) rotate(45deg)}}@media(prefers-reduced-motion:reduce){.lenis.lenis-smooth{scroll-behavior:auto}.sticky-header,.card{will-change:auto;transition:none!important}}@media(max-width:1366px)and (min-width:1001px){.clock-container{top:5.55%;left:50%}.clock-face{width:135px;height:135px}}@media(min-width:1440px){.card{width:350px;height:525px}.card .card-img{height:210px}.card-content{height:290px}}@media(min-width:1025px){.sticky-header h1{font-size:30vw}.card{width:325px;height:500px;top:10%;transform:translateZ(0)}.card .card-img{height:200px}.card-content{height:275px}.card-content h2{font-size:42px}.card-content p{font-size:20px}}@media(min-width:768px){.sticky-header h1{font-size:clamp(25vw,30vw,30vw)}.card{width:min(45vw,325px);top:15%;transform:translateZ(0)}.card .card-img{height:200px}.card-content{height:auto;min-height:275px;padding:.5em}.card-content h2{font-size:clamp(32px,4vw,42px)}.card-content p{font-size:clamp(16px,2vw,20px)}}@media(min-width:701px)and (max-width:1000px){.spotlight-svg-path{top:15vh;width:160%}.text h1{font-size:8rem}.text h1:nth-child(1){margin-left:-3rem}.text h1:nth-child(2){margin-left:4rem}.imagesdiv .character{position:absolute;width:84%;max-width:none;bottom:auto;top:60%;left:50%;transform:translate(-50%,-50%) scale(1.6)}.clock-container{top:5.8%;left:50%}.clock-face{width:150px;height:150px}}@media(max-width:1000px){h1{font-size:2.5rem}.hero-introduction-section h1,.closing-section h1,.showcase-primary-content h1,.header-text-wrapper,.scroll-reveal-text{width:100%;padding:2rem}.showcase-background-image{transform:scale(2)}.feature-card-item{padding:1rem}.feature-card-text p{font-size:.7rem}.contact-heading-wrapper h1,.contact-heading-wrapper i{font-size:3.5rem}.spotlight{gap:5rem}.spotlight-row{flex-direction:column}.spotlight-row:nth-child(1) .spotlight-img,.spotlight-row:nth-child(4) .spotlight-img{width:100%}.spotlight-card{clip-path:none;width:100%;padding:2rem}.spotlight-card h2{font-size:1.5rem}.spotlight-card p{font-size:1rem}.spotlight-svg-path{top:15vh;width:200%}.clock-container{top:5.1%;left:49.5%}.clock-face{width:95px;height:95px}}@media(max-width:767px)and (orientation:landscape){.card{width:min(35vw,250px);top:50%;transform:translateY(-50%) translateZ(0)}.sticky-header h1{font-size:25vh}}@media(min-width:601px)and (max-width:700px){.spotlight-svg-path{top:14vh;width:150%}}@media(min-width:540px)and (max-width:600px){.sticky{display:none}.spotlight-svg-path{top:14vh;width:175%}}@media(max-height:500px)and (orientation:landscape){.spotlight-svg-path{top:10vh;width:180%}.sticky{display:none}}@media(max-height:400px)and (orientation:landscape){.spotlight-svg-path{top:8vh;width:160%}.sticky{display:none}}@media(max-width:480px)and (min-width:441px){.spotlight-svg-path{top:14vh;width:190%}}@media(max-width:450px)and (min-width:431px){.spotlight-svg-path{top:15vh;width:220%}.sticky{display:none}.intro .container .intro-copy .intro-copy-wrapper{width:100%}.intro-copy-wrapper h3{font-size:2rem;text-align:start;padding-left:0;margin-left:0}.clock-container{top:4.8%;left:49.9%}.clock-face{width:78.5px;height:78.5px}}@media(max-width:430px)and (min-width:410px){.intro-copy .intro-copy-wrapper h3{font-size:1.8rem;text-align:start;padding-left:0;margin-left:-5rem}.spotlight-svg-path{top:15vh;width:205%}.sticky{display:none}.clock-container{top:4.65%;left:49.5%}.clock-face{width:80.5px;height:80.5px}}@media(max-width:414px)and (min-width:381px){.spotlight-svg-path{top:15vh;width:210%}.intro .container .intro-copy .intro-copy-wrapper{width:100%}.intro-copy-wrapper h3{font-size:1.7rem;text-align:start;padding-left:0;margin-left:0}.clock-container{top:4.6%;left:49.9%}.clock-face{width:68.5px;height:68.5px}.sticky{display:none}.page-header-container .header-text-wrapper p{padding-bottom:8rem}}@media(min-width:401px)and (max-width:430px){.intro-copy .intro-copy-wrapper h3{margin-left:0rem}.clock-container{top:4.5%;left:49.5%}.clock-face{width:80.5px;height:80.5px}}@media(max-width:395px)and (min-width:376px){.intro-copy-wrapper h3{font-size:1.3rem;text-align:start;padding-left:0;margin-left:-5rem;width:100%}.spotlight-svg-path{top:15vh;width:225%}.sticky{display:none}.clock-container{top:4.6%;left:49.9%}.clock-face{width:68.4px;height:68.5px}.page-header-container .header-text-wrapper p{padding-bottom:8rem}}@media(max-width:393px)and (min-width:381px){.spotlight-svg-path{top:15vh;width:220%}.sticky{display:none}}@media(max-width:380px)and (min-width:361px){.spotlight-svg-path{top:15vh;width:225%}.sticky{display:none}.clock-container{top:4.45%;left:49.5%}.clock-face{width:70.5px;height:70.5px}.page-header-container .header-text-wrapper p{padding-bottom:8rem}}@media(max-width:375px)and (min-width:361px){.spotlight-svg-path{top:15vh;width:230%}.intro-copy-wrapper h3{font-size:1.3rem}.sticky{display:none}}@media(max-width:360px)and (min-width:321px){.spotlight-svg-path{top:16vh;width:230%}.sticky{display:none}.clock-container{top:4.3%;left:49.5%}.clock-face{width:68.5px;height:68.5px}.page-header-container .header-text-wrapper h1{font-size:2rem}.page-header-container .header-text-wrapper p{padding-bottom:8rem}}@media(max-width:320px){.spotlight-svg-path{top:16vh;width:255%}.sticky{display:none}}@media(max-width:540px)and (min-width:451px){.sticky{display:none}.intro-copy-wrapper h3{font-size:1.8rem;text-align:start;padding-left:0;margin-left:-5rem}.spotlight-svg-path{top:16vh;width:215%}}
