:root{--font-geist:var(--font-main,"Geist Medium",sans-serif);--font-gaze:"Gaze Medium",sans-serif}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;color:white;background-color:#050505}.hero-media-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-media-bg img,.hero-media-bg video{width:100%;height:100%;object-fit:cover}.hero-gallery-flow{display:flex;width:100%;height:100%}.hero-gallery-track{display:flex;height:100%;animation:flowLeft 20s linear infinite}.hero-gallery-track img{height:100%;width:auto;min-width:100vw;object-fit:cover}@keyframes flowLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero-top-bar{position:fixed;top:1rem;left:0;width:100%;display:flex;align-items:center;padding:0 4rem;z-index:1000;pointer-events:none}.hero-logo{pointer-events:auto;z-index:1001}.hero-logo img{height:3.5rem;width:auto}.hero-menu-wrapper{position:absolute;left:50%;transform:translateX(-50%);display:flex;justify-content:center;pointer-events:none}.hero-menu-wrapper.desktop-only{display:flex}@media (max-width:1024px){.hero-menu-wrapper.desktop-only{display:none}}.hero-menu{background:black;display:flex;align-items:center;gap:3rem;padding:.75rem 3rem;border-radius:0;pointer-events:auto}.hero-menu a{color:white;text-decoration:none;font-family:var(--font-gaze);font-size:1.125rem;font-weight:500;line-height:1;text-transform:none;white-space:nowrap}.hero-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:black;border:none;width:50px;height:50px;cursor:pointer;z-index:1002;pointer-events:auto;margin-left:auto}@media (max-width:1024px){.hero-hamburger{display:flex}.hero-top-bar{padding:0 2rem}}.hero-hamburger span{display:block;width:24px;height:2px;background:white;transition:all .3s ease-in-out}.hero-hamburger.active span:first-child{transform:translateY(8px) rotate(45deg)}.hero-hamburger.active span:nth-child(2){opacity:0}.hero-hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-menu-mobile{position:fixed;top:0;left:0;width:100%;height:100vh;background:black;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:4rem;z-index:1000;pointer-events:auto}@media (max-width:1024px){.hero-menu-mobile{padding-left:2rem}}.mobile-nav{display:flex;flex-direction:column;gap:2rem;text-align:left;margin-bottom:4rem}.mobile-nav a{color:white;text-decoration:none;font-family:var(--font-gaze);font-size:32px;font-weight:500;transition:opacity .3s}.mobile-nav a:hover{opacity:.7}.mobile-contact{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.contact-item{color:rgba(255,255,255,.6);text-decoration:none;font-family:var(--font-geist);font-size:16px;transition:color .3s}.contact-item:hover{color:white}.hero-container{position:relative;z-index:10;flex:1 1;display:grid;grid-template-columns:repeat(12,1fr);width:100%;max-width:100vw;margin:0 auto;align-items:center}.hero-section.hero1 .hero-container{align-items:flex-start;padding-top:20vh}.hero1 .hero-heading{font-size:4rem}.hero1 .hero-heading-box{grid-column:2/span 5;display:flex;flex-direction:column;gap:2.5rem}.hero1 .hero-description-box{grid-column:8/span 4;padding-top:.8rem}.hero-section.hero2 .hero-container{grid-template-rows:repeat(3,1fr);align-items:center}.hero2 .hero-heading-box{grid-column:2/span 5;grid-row:2}.hero2 .hero-about-box{grid-column:2/span 5;grid-row:3;align-self:flex-start}.hero2 .hero-description-box{grid-column:8/span 4;grid-row:3;align-self:flex-start}.hero-section.hero3 .hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero3 .hero-heading-box{max-width:60rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-heading{font-family:var(--font-geist);font-size:3rem;line-height:1.1;letter-spacing:-.01em;color:white;margin:0;font-weight:500}.hero-description{line-height:1.5}.hero-about-header,.hero-description{font-family:var(--font-geist);font-size:1.125rem;color:white;margin:0;font-weight:500}.hero-cta-group{display:flex;gap:1rem}@media (max-width:1024px){.hero-mobile-hide{display:none!important}.hero-section .hero-container{display:flex;flex-direction:column;justify-content:flex-start;padding:5rem 2rem 4rem;text-align:left!important;align-items:flex-start!important;gap:2rem}.hero1 .hero-heading-box{gap:1.25rem}.hero-about-box,.hero-description-box,.hero-heading-box{max-width:90%;align-items:flex-start!important;text-align:left!important}.hero-about-box+.hero-description-box{margin-top:-2rem}.hero1 .hero-description-box{padding-top:0!important;margin-bottom:.75rem}.hero-menu{padding:.875rem 2rem;gap:1.5rem}.hero-heading,.hero-section.hero1 .hero-heading,.hero-section.hero2 .hero-heading,.hero-section.hero3 .hero-heading{font-size:2.75rem;text-align:left}.hero-cta-group{justify-content:flex-start;width:100%}}@media (min-width:1025px){.hero-desktop-hide{display:none!important}}@media (min-width:1920px){.hero3 .hero-heading{font-size:72px}}@media (min-width:2560px){.hero3 .hero-heading{font-size:96px}}@media (min-width:3840px){.hero3 .hero-heading{font-size:112px}}.hero-bottom-video-container{position:absolute;bottom:0;right:4rem;width:42vw;z-index:50;overflow:hidden;border-top-left-radius:var(--radius-block,12px);border-top-right-radius:var(--radius-block,12px)}.hero-bottom-video-container video{display:block;width:100%;height:100%;object-fit:cover}@media (max-width:1024px){.hero-bottom-video-container{width:calc(100vw - 4rem);left:2rem;right:auto;position:absolute;bottom:0;height:30vh;transform:translateY(15vh);border-radius:12px}}.mobile-video{display:none}.desktop-video,.mobile-video{width:100%;height:100%;object-fit:cover}@media (max-width:1024px){.has-mobile-video .desktop-video{display:none!important}.has-mobile-video .mobile-video{display:block!important}}