:root{--black:#000;--dark:#101010;--charcoal:#1a1a1a;--white:#f4f4f4;--light-grey:#c8c8c8;--muted-grey:#8a8a8a;--gold:#f3c242;--lime:#c6e135;--green:#61ce70;--font-display:"Bebas Neue", "Anton", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-montserrat:"Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-signature:"Great Vibes", "Brush Script MT", cursive;--header-height:76px;--container-max-width:1280px;--container-padding:0 50px;--section-spacing-y:60px;--transition-smooth:.3s ease}@keyframes pageFadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroCinematicReveal{0%{opacity:.15;filter:blur(8px);transform:scale(1.04)}60%{opacity:.85;filter:blur(2px)}to{opacity:1;filter:blur();transform:scale(1)}}.hero-cinematic-reveal{will-change:transform, opacity, filter;animation:1.8s cubic-bezier(.16,1,.3,1) forwards heroCinematicReveal}@keyframes cameraRackFocus{0%{filter:blur(10px)brightness(.9);transform:scale(1.05)}60%{filter:blur(3px)brightness(.98)}to{filter:blur()brightness();transform:scale(1)}}.camera-focus-rack{will-change:filter, transform;animation:1.4s cubic-bezier(.16,1,.3,1) forwards cameraRackFocus}@keyframes filmTitleReveal{0%{opacity:0;letter-spacing:12px;filter:blur(6px);transform:translateY(14px)}to{opacity:1;letter-spacing:normal;filter:blur();transform:translateY(0)}}.film-title-reveal{will-change:opacity, letter-spacing, transform, filter;animation:1.2s cubic-bezier(.16,1,.3,1) forwards filmTitleReveal}@keyframes goldLightSweep{0%{opacity:0;transform:translate(-140%)skew(-25deg)}50%{opacity:1}to{opacity:0;transform:translate(240%)skew(-25deg)}}.shimmer-wrapper{position:relative;overflow:hidden}.shimmer-wrapper:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#f3c2420d 30%,#fff5c859 50%,#f3c2420d 70%,#0000 100%);width:50%;height:100%;position:absolute;top:0;left:0;transform:translate(-140%)skew(-25deg)}.shimmer-wrapper:hover:after{animation:.85s cubic-bezier(.16,1,.3,1) goldLightSweep}.cinema-poster-frame{border:1px solid #1a1a1a;border-radius:4px;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1),border-color .45s;position:relative;overflow:hidden}.cinema-poster-frame:hover{border-color:#f3c2428c;transform:translateY(-6px)scale(1.02);box-shadow:0 25px 50px #000000f2,0 0 30px #f3c24238}.cinema-poster-frame img{transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s}.cinema-poster-frame:hover img{filter:brightness(1.05)contrast(1.02);transform:scale(1.05)}.viewfinder-bracket-container{position:relative}.viewfinder-bracket-container:before,.viewfinder-bracket-container:after{content:"";pointer-events:none;opacity:.6;z-index:5;width:18px;height:18px;transition:opacity .35s,transform .35s cubic-bezier(.16,1,.3,1);position:absolute}.viewfinder-bracket-container:before{border-top:2px solid #f3c242;border-left:2px solid #f3c242;top:10px;left:10px}.viewfinder-bracket-container:after{border-bottom:2px solid #f3c242;border-right:2px solid #f3c242;bottom:10px;right:10px}.viewfinder-bracket-container:hover:before{opacity:1;transform:translate(-3px,-3px)}.viewfinder-bracket-container:hover:after{opacity:1;transform:translate(3px,3px)}@keyframes awardSpotlightPulse{0%,to{opacity:.35;transform:scale(.96)}50%{opacity:.75;transform:scale(1.04)}}.award-spotlight-glow{filter:blur(25px);pointer-events:none;z-index:0;background:radial-gradient(circle,#f3c24238 0%,#f3c2420d 50%,#0000 70%);width:100%;height:100%;animation:6s ease-in-out infinite awardSpotlightPulse;position:absolute}@keyframes shutterSnapEffect{0%{opacity:.8;filter:brightness(1.6);transform:scale(.96)}40%{opacity:1;filter:brightness(1.2)}to{opacity:1;filter:brightness();transform:scale(1)}}.shutter-snap-anim{will-change:transform, filter, opacity;animation:.38s cubic-bezier(.16,1,.3,1) forwards shutterSnapEffect}@keyframes kenBurnsSlow{0%{transform:scale(1)translate(0)}50%{transform:scale(1.03)translate(-.6%,-.4%)}to{transform:scale(1)translate(0)}}.animate-ken-burns{will-change:transform;animation:22s ease-in-out infinite alternate kenBurnsSlow}.btn-cinematic{will-change:transform;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),background-color .3s,color .3s,border-color .3s;position:relative;overflow:hidden}.btn-cinematic:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(-100%)skew(-20deg)}.btn-cinematic:hover:before{transform:translate(100%)skew(-20deg)}.btn-cinematic:hover{transform:translateY(-2px);box-shadow:0 10px 25px #f3c2424d}.btn-cinematic:active{transform:translateY(1px)scale(.98)}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.typewriter-cursor{color:var(--gold);margin-left:2px;font-weight:300;animation:.9s infinite cursorBlink;display:inline-block}@keyframes modalBackdropFade{0%{opacity:0}to{opacity:1}}@keyframes modalContentPop{0%{opacity:0;transform:scale(.93)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-backdrop-anim{animation:.28s cubic-bezier(.16,1,.3,1) forwards modalBackdropFade}.modal-content-anim{animation:.38s cubic-bezier(.16,1,.3,1) forwards modalContentPop}@keyframes marqueeScroll{0%{transform:translate(0%)}to{transform:translate(-50%)}}.marquee-track{will-change:transform;width:max-content;animation:28s linear infinite marqueeScroll;display:flex}.marquee-track:hover{animation-play-state:paused}.film-reel-viewport{perspective:1600px;background-color:#000;width:100vw;height:100dvh;position:relative;overflow:hidden}.film-reel-track{will-change:transform, filter;width:100%;height:100%;transform-style:preserve-3d;position:relative}.film-frame-section{box-sizing:border-box;background-color:#000;flex-direction:column;justify-content:center;width:100%;height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.film-frame-divider{box-sizing:border-box;z-index:50;-webkit-user-select:none;user-select:none;pointer-events:none;background:linear-gradient(#050505 0%,#151515 50%,#050505 100%);border-top:1px solid #f3c24240;border-bottom:1px solid #f3c24240;justify-content:space-between;align-items:center;width:100%;height:18px;padding:0 clamp(20px,5vw,60px);display:flex}.film-frame-number{letter-spacing:2px;color:#f3c242b3;text-transform:uppercase;font-family:Courier New,monospace;font-size:.65rem;font-weight:700}.film-sprocket-track-left,.film-sprocket-track-right{z-index:900;pointer-events:none;background-color:#08090a;flex-direction:column;align-items:center;width:42px;display:flex;position:fixed;top:0;bottom:0;overflow:hidden;box-shadow:inset 0 0 15px #000000f2}.film-sprocket-track-left{border-right:1px solid #f3c24233;left:0;box-shadow:4px 0 15px #000000b3,inset -1px 0 #ffffff0d}.film-sprocket-track-right{border-left:1px solid #f3c24233;right:0;box-shadow:-4px 0 15px #000000b3,inset 1px 0 #ffffff0d}.film-perforations-inner{will-change:transform;background-position:top;background-repeat:repeat-y;width:100%;height:200%;position:absolute;top:-50%;left:0}.film-perforations-left{background-image:radial-gradient(circle,#0000 0% 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='40' viewBox='0 0 42 40'%3E%3Crect x='13' y='8' width='16' height='24' rx='3' ry='3' fill='%23000000' stroke='%231F2124' stroke-width='1.5'/%3E%3Cpath d='M13 14h16' stroke='%230A0A0A' stroke-width='0.5'/%3E%3Ctext x='4' y='36' font-family='monospace' font-size='5.5' fill='rgba(243,194,66,0.35)' transform='rotate(-90 4 36)'%3E35MM%3C/text%3E%3C/svg%3E")}.film-perforations-right{background-image:radial-gradient(circle,#0000 0% 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='40' viewBox='0 0 42 40'%3E%3Crect x='13' y='8' width='16' height='24' rx='3' ry='3' fill='%23000000' stroke='%231F2124' stroke-width='1.5'/%3E%3Cline x1='4' y1='0' x2='4' y2='40' stroke='rgba(97,206,112,0.45)' stroke-width='1.5' stroke-dasharray='2,2'/%3E%3Cline x1='7' y1='0' x2='7' y2='40' stroke='rgba(243,194,66,0.4)' stroke-width='1'/%3E%3C/svg%3E")}.film-projector-shutter{opacity:0;pointer-events:none;z-index:850;background-color:#000;transition:opacity .15s ease-out;position:fixed;inset:0}.film-projector-shutter.shutter-flicker{opacity:.18}.film-gate-vignette{pointer-events:none;z-index:800;position:fixed;inset:0;box-shadow:inset 0 0 60px #000000d9,inset 0 0 120px #0009}.film-reel-badge{z-index:950;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:var(--font-body);letter-spacing:1.5px;-webkit-user-select:none;user-select:none;background:#08090bd9;border:1px solid #f3c24259;border-radius:20px;align-items:center;gap:10px;padding:6px 14px;font-size:.75rem;transition:transform .3s,border-color .3s;display:flex;position:fixed;bottom:24px;left:60px;box-shadow:0 4px 16px #000000b3}.film-reel-badge:hover{border-color:#f3c242;transform:translateY(-2px)}.film-reel-indicator-dot{background-color:#f3c242;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite filmDotPulse;box-shadow:0 0 8px #f3c242cc}@keyframes filmDotPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}@media (width<=768px){.film-sprocket-track-left,.film-sprocket-track-right{width:20px!important}.film-perforations-left,.film-perforations-right{background-size:20px 24px!important}.film-reel-badge{padding:4px 10px!important;font-size:.68rem!important;bottom:20px!important;left:28px!important}}@media (width<=1024px) and (width>=901px){.container,.container-wide{padding-left:clamp(24px,4vw,40px)!important;padding-right:clamp(24px,4vw,40px)!important}.experience-grid{grid-template-columns:60px 1fr 1.6fr auto!important;gap:16px!important}}@media (width<=900px){:root{--mobile-gutter:clamp(16px, 4.5vw, 24px);--mobile-header-clearance:clamp(62px, 8.5vh, 76px);--mobile-content-max:560px}html,body{touch-action:none!important;-webkit-text-size-adjust:100%!important;width:100%!important;height:100%!important;overflow:hidden!important}.app-container{width:100vw!important;height:100dvh!important;position:relative!important;overflow:hidden!important}.fullpage-outer-container{touch-action:none!important;width:100vw!important;height:100dvh!important;position:relative!important;overflow:hidden!important}.fullpage-track{will-change:transform!important;width:100%!important;height:100%!important}.fullpage-section{box-sizing:border-box!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;padding-top:var(--mobile-header-clearance)!important;padding-bottom:clamp(12px,2.5vh,24px)!important;padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;display:flex!important;overflow:hidden!important}.fullpage-section.hero-section{justify-content:center!important;align-items:stretch!important;margin:0!important;padding:0!important}.fullpage-section .container,.fullpage-section .container-wide{width:100%!important;max-width:var(--mobile-content-max)!important;height:auto!important;max-height:calc(100dvh - var(--mobile-header-clearance) - 16px)!important;box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;display:flex!important}h1{letter-spacing:1.5px!important;margin-top:0!important;margin-bottom:clamp(6px,1.2vh,12px)!important;font-size:clamp(2.2rem,7.5vw,3.4rem)!important;line-height:1.02!important}h2{letter-spacing:1.5px!important;margin-top:0!important;margin-bottom:clamp(6px,1.2vh,12px)!important;font-size:clamp(1.8rem,6.2vw,2.8rem)!important;line-height:1.05!important}h3{margin-top:0!important;margin-bottom:clamp(4px,.8vh,8px)!important;font-size:clamp(1.2rem,4.2vw,1.8rem)!important;line-height:1.12!important}h4{font-size:clamp(.95rem,3.2vw,1.3rem)!important;line-height:1.2!important}p{color:#d0d0d0!important;margin-top:0!important;margin-bottom:clamp(8px,1.5vh,14px)!important;font-size:clamp(.82rem,2.7vw,.94rem)!important;line-height:1.5!important}p:last-child{margin-bottom:0!important}.btn{letter-spacing:1.2px!important;box-sizing:border-box!important;border-radius:0!important;justify-content:center!important;align-items:center!important;padding:clamp(10px,1.5vh,13px) clamp(22px,5.5vw,32px)!important;font-size:clamp(.82rem,2.8vw,.92rem)!important;font-weight:700!important;display:inline-flex!important}.btn-group{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:clamp(8px,2.5vw,14px)!important;width:100%!important;margin-top:clamp(6px,1.2vh,12px)!important;display:flex!important}.mobile-break{display:inline!important}.cinematic-cursor,.cinematic-cursor-follower{display:none!important}.grid-2col,.grid-3col{flex-direction:column!important;gap:clamp(10px,1.8vh,16px)!important;width:100%!important;display:flex!important}.grid-4col{grid-template-columns:1fr 1fr!important;gap:clamp(8px,1.5vh,12px)!important;width:100%!important;display:grid!important}.home-director-intro-section{text-align:left!important;justify-content:center!important}.home-director-intro-section .home-director-content-wrap{width:100%!important;max-width:100%!important;padding-top:0!important}.home-director-intro-section .director-tagline{letter-spacing:2.5px!important;color:#f3c242!important;margin-bottom:clamp(4px,.8vh,8px)!important;font-size:clamp(.78rem,2.7vw,.9rem)!important;font-weight:700!important}.home-director-intro-section .director-name-title{letter-spacing:1px!important;color:#fff!important;margin-bottom:clamp(8px,1.4vh,14px)!important;font-size:clamp(2.6rem,9.5vw,4.4rem)!important;font-weight:900!important;line-height:.95!important}.home-director-intro-section .about-director-subtitle{letter-spacing:1.2px!important;color:#f3c242!important;margin-bottom:clamp(6px,1.1vh,10px)!important;font-size:clamp(1.4rem,5.2vw,2rem)!important;font-weight:800!important;line-height:1.1!important}.home-director-intro-section .director-bio-p{color:#d2d2d2!important;margin-bottom:clamp(12px,2vh,18px)!important;font-size:clamp(.82rem,2.7vw,.94rem)!important;line-height:1.5!important}.home-director-intro-section .home-director-action-wrap{flex-direction:column!important;gap:clamp(10px,1.8vh,16px)!important;display:flex!important}.home-director-intro-section .home-director-action-wrap .btn{color:#000!important;background-color:#c6e135!important}.home-director-intro-section .social-icons-wrapper{gap:clamp(8px,2.8vw,14px)!important;display:flex!important}.home-director-intro-section .social-icons-wrapper a{color:#000!important;background-color:#f3c242!important;width:clamp(34px,8.5vw,40px)!important;height:clamp(34px,8.5vw,40px)!important}.home-featured-project-section h2{text-align:left!important;margin-bottom:clamp(8px,1.4vh,14px)!important;font-size:clamp(2rem,7vw,2.8rem)!important}.home-featured-project-section .viewfinder-bracket-container,.home-featured-project-section .cinema-poster-frame{width:100%!important;max-width:100%!important;margin:0 auto!important}.home-featured-project-section .parallax-frame-container,.home-featured-project-section .parallax-img-container,.home-featured-project-section img{object-fit:cover!important;border-radius:4px!important;width:100%!important;height:auto!important;max-height:clamp(130px,20vh,175px)!important;display:block!important}.home-about-me-section .about-me-grid-wrap{flex-direction:column!important;justify-content:flex-start!important;gap:0!important;width:100%!important;display:flex!important}.home-about-me-section .about-me-content-block{flex-direction:column!important;width:100%!important;display:flex!important}.home-about-me-section .about-me-main-title{color:#f3c242!important;margin-bottom:clamp(6px,1vh,10px)!important;font-size:clamp(2rem,7.5vw,2.9rem)!important;line-height:1!important;display:block!important}.home-about-me-section .about-me-mobile-image-wrap{border-radius:6px!important;width:100%!important;margin-bottom:clamp(8px,1.2vh,12px)!important;line-height:0!important;display:block!important;overflow:hidden!important}.home-about-me-section .about-me-mobile-image-wrap img{object-fit:cover!important;border-radius:6px!important;width:100%!important;height:auto!important;max-height:clamp(140px,20vh,180px)!important;display:block!important}.home-about-me-section .about-me-desktop-image-col{display:none!important}.home-about-me-section .about-me-subtitle{color:#fff!important;margin-bottom:clamp(6px,1vh,10px)!important;font-size:clamp(.88rem,3.2vw,1rem)!important;font-weight:700!important;line-height:1.3!important}.home-about-me-section .about-me-paragraph{color:#d0d0d0!important;margin-bottom:clamp(8px,1.4vh,14px)!important;font-size:clamp(.78rem,2.6vw,.88rem)!important;line-height:1.45!important}.home-about-me-section .about-achievement-grid{border-top:1px solid #222!important;border-bottom:1px solid #222!important;grid-template-columns:1fr 1fr!important;width:100%!important;margin-bottom:clamp(8px,1.4vh,14px)!important;display:grid!important}.home-about-me-section .achievement-cell{box-sizing:border-box!important;border-bottom:1px solid #222!important;border-right:1px solid #222!important;flex-direction:column!important;gap:2px!important;padding:clamp(5px,.9vh,8px) clamp(8px,2.5vw,12px)!important;display:flex!important}.home-about-me-section .achievement-cell:nth-child(2),.home-about-me-section .achievement-cell:nth-child(4){border-right:none!important}.home-about-me-section .achievement-cell:nth-child(3),.home-about-me-section .achievement-cell:nth-child(4){border-bottom:none!important}.home-about-me-section .achievement-cell div:first-child{color:#8e929a!important;font-size:clamp(.68rem,2.2vw,.76rem)!important;font-weight:600!important}.home-about-me-section .achievement-cell div:nth-child(2){color:#fff!important;font-size:clamp(.78rem,2.5vw,.88rem)!important;font-weight:700!important}.home-about-me-section .about-me-btn-wrap .btn{color:#000!important;background-color:#c6e135!important;padding:clamp(8px,1.2vh,11px) clamp(22px,5vw,28px)!important}.home-quote-section{text-align:center!important;justify-content:center!important;align-items:center!important}.home-quote-section .quote-text{letter-spacing:1.5px!important;color:#fff!important;text-align:center!important;max-width:100%!important;margin:0 auto!important;font-size:clamp(1.8rem,6.5vw,2.8rem)!important;line-height:1.2!important}.home-philosophy-section{justify-content:center!important;align-items:center!important}.home-philosophy-section .philosophy-panel{color:#000!important;width:100%!important;height:100%!important;max-height:calc(100dvh - var(--mobile-header-clearance) - 24px)!important;box-sizing:border-box!important;background-color:#f3c242!important;border-radius:4px!important;flex-direction:column!important;justify-content:space-between!important;gap:0!important;padding:clamp(16px,2.5vh,26px) clamp(14px,4vw,22px)!important;display:flex!important}.home-philosophy-section .philosophy-item{flex-direction:column!important;justify-content:center!important;display:flex!important}.home-philosophy-section .philosophy-item h3{letter-spacing:1px!important;color:#000!important;margin:0!important;font-size:clamp(1.35rem,4.8vw,1.9rem)!important;line-height:1.05!important}.home-philosophy-section .philosophy-icon-circle{background-color:#40d679!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:clamp(32px,7.5vw,38px)!important;height:clamp(32px,7.5vw,38px)!important;display:flex!important}.home-philosophy-section .philosophy-icon-circle svg{width:clamp(16px,4.2vw,20px)!important;height:clamp(16px,4.2vw,20px)!important}.home-philosophy-section .philosophy-item p{color:#111!important;margin-top:clamp(4px,.8vh,8px)!important;margin-bottom:0!important;font-size:clamp(.78rem,2.6vw,.9rem)!important;font-weight:500!important;line-height:1.42!important}.home-philosophy-section .philosophy-divider{border-bottom:1px solid #00000029!important;margin:clamp(6px,1vh,12px) 0!important}.home-experience-section h2{letter-spacing:2.5px!important;color:#f3c242!important;text-align:center!important;margin-bottom:clamp(12px,2vh,18px)!important;font-size:clamp(2rem,7.2vw,2.9rem)!important}.home-experience-section .experience-list{flex-direction:column!important;gap:clamp(6px,1.2vh,10px)!important;width:100%!important;display:flex!important}.home-experience-section .experience-row,.experience-row{box-sizing:border-box!important;background-color:#080808!important;border:1px solid #1c1c1c!important;border-radius:4px!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:clamp(8px,1.2vh,12px) clamp(12px,3.5vw,16px)!important;display:flex!important}.experience-row .exp-btn{padding:6px 12px!important;font-size:.74rem!important}.home-recognition-section h2{letter-spacing:1.5px!important;color:#f3c242!important;text-align:left!important;margin-bottom:clamp(8px,1.2vh,12px)!important;font-size:clamp(1.6rem,5.5vw,2.3rem)!important;line-height:1.1!important}.home-recognition-section .parallax-frame-container,.home-recognition-section .parallax-img-container,.home-recognition-section img{object-fit:cover!important;border-radius:4px!important;width:100%!important;height:auto!important;max-height:clamp(140px,21vh,185px)!important;display:block!important}.about-page-intro-section .about-intro-grid-wrap{flex-direction:column!important;gap:0!important;width:100%!important;display:flex!important}.about-page-intro-section .about-intro-desktop-img{display:none!important}.about-page-intro-section .about-intro-mobile-img-wrap{width:100%!important;margin:clamp(4px,.8vh,8px) 0 clamp(8px,1.4vh,14px)!important;line-height:0!important;display:block!important}.about-page-intro-section .about-intro-mobile-photo{object-fit:cover!important;border-radius:4px!important;width:100%!important;height:auto!important;max-height:clamp(150px,22vh,200px)!important;display:block!important}.about-page-intro-section .about-intro-title{color:#f3c242!important;letter-spacing:2px!important;margin-bottom:clamp(4px,.8vh,8px)!important;font-size:clamp(2rem,7.5vw,2.9rem)!important}.about-experience-journey-section .experience-journey-main-title{letter-spacing:2px!important;text-align:center!important;color:#f3c242!important;margin-bottom:clamp(8px,1.4vh,12px)!important;font-size:clamp(1.9rem,6.8vw,2.7rem)!important;line-height:1.05!important}.about-experience-journey-section .experience-journey-img-wrap{width:100%!important;max-width:100%!important;margin:0 auto clamp(6px,1.2vh,10px)!important}.about-experience-journey-section .parallax-frame-container,.about-experience-journey-section .parallax-img-container,.about-experience-journey-section img{object-fit:cover!important;border-radius:6px!important;width:100%!important;height:auto!important;max-height:clamp(140px,21vh,185px)!important}.about-experience-journey-section .experience-journey-subtitle{color:#f3c242!important;letter-spacing:1.5px!important;margin-bottom:2px!important;font-size:clamp(1.25rem,4.5vw,1.65rem)!important}.about-experience-journey-section .experience-journey-role{color:#fff!important;margin-bottom:4px!important;font-size:clamp(.88rem,3vw,1rem)!important;font-weight:700!important}.about-experience-journey-section .experience-journey-desc{color:#ccc!important;max-width:100%!important;margin:0 auto!important;font-size:clamp(.78rem,2.6vw,.88rem)!important;line-height:1.45!important}.about-doc-award-section .grid-2col{flex-direction:column!important;gap:clamp(8px,1.4vh,12px)!important;display:flex!important}.about-doc-award-section .parallax-frame-container,.about-doc-award-section .parallax-img-container,.about-doc-award-section img{object-fit:cover!important;border-radius:4px!important;width:100%!important;height:auto!important;max-height:clamp(115px,16vh,150px)!important}.about-doc-award-section h3{letter-spacing:1.2px!important;margin-bottom:2px!important;font-size:clamp(1rem,3.4vw,1.25rem)!important}.about-doc-award-section p{max-width:100%!important;margin:0 auto!important;font-size:clamp(.72rem,2.4vw,.82rem)!important;line-height:1.35!important}.about-feature-film-section h2,.about-feature-film-section .feature-film-title{letter-spacing:1.5px!important;color:#f3c242!important;text-align:left!important;margin-bottom:clamp(6px,1vh,10px)!important;font-size:clamp(1.8rem,6.5vw,2.5rem)!important;line-height:1.05!important}.about-feature-film-section .feature-film-image-wrap{justify-content:center!important;align-items:center!important;margin-top:clamp(6px,1.2vh,12px)!important;display:flex!important}.about-feature-film-section .parallax-img-container,.about-feature-film-section img{object-fit:contain!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:clamp(170px,26vh,230px)!important;margin:0 auto!important}.about-best-cinematography-section h2,.about-best-cinematography-section .best-cinematography-title{letter-spacing:2px!important;color:#f3c242!important;text-align:center!important;margin-bottom:clamp(8px,1.4vh,14px)!important;font-size:clamp(1.8rem,6.5vw,2.5rem)!important}.about-best-cinematography-section .cinematography-desktop-image{display:none!important}.about-best-cinematography-section .cinematography-mobile-image{width:100%!important;display:block!important}.about-best-cinematography-section .parallax-img-container,.about-best-cinematography-section img{object-fit:contain!important;border-radius:4px!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:clamp(320px,58vh,480px)!important;margin:0 auto!important}.about-biography-section h2,.about-biography-section .biography-title{letter-spacing:2.5px!important;color:#f3c242!important;text-align:center!important;margin-bottom:clamp(6px,1vh,10px)!important;font-size:clamp(2rem,7.2vw,2.9rem)!important}.about-biography-section .biography-gold-divider{justify-content:center!important;align-items:center!important;margin:0 auto clamp(10px,1.8vh,18px)!important;display:flex!important}.about-biography-section .biography-gold-divider svg{width:clamp(90px,26vw,120px)!important;height:14px!important}.about-biography-section .biography-text{color:#e2e2e2!important;text-align:center!important;max-width:100%!important;margin:0 auto!important;font-size:clamp(.82rem,2.8vw,.94rem)!important;line-height:1.6!important}.project-coming-soon-desktop{display:none!important}.project-coming-soon-mobile,.fullpage-section.project-coming-soon-mobile{flex-direction:column!important;justify-content:center!important;align-items:center!important;display:flex!important}.project-coming-soon-mobile .coming-soon-grid{flex-direction:column!important;justify-content:space-evenly!important;align-items:center!important;gap:clamp(8px,1.4vh,14px)!important;width:100%!important;height:100%!important;display:flex!important}.project-coming-soon-mobile .coming-soon-card{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:100%!important;margin:0 auto!important;display:flex!important}.project-coming-soon-mobile .coming-soon-card .parallax-frame-container{aspect-ratio:16/9.5!important;border:1px solid #1f1f1f!important;border-radius:4px!important;width:100%!important;height:auto!important;max-height:clamp(125px,19vh,165px)!important;margin-bottom:clamp(4px,.6vh,6px)!important}.project-coming-soon-mobile .coming-soon-card img{object-fit:cover!important;border-radius:4px!important;width:100%!important;height:100%!important;display:block!important}.project-coming-soon-mobile .coming-soon-title{letter-spacing:1.5px!important;color:#f3c242!important;text-align:center!important;margin-bottom:2px!important;font-size:clamp(.98rem,3.4vw,1.22rem)!important;line-height:1.1!important}.project-coming-soon-mobile .coming-soon-desc{color:#a0a0a0!important;text-align:center!important;font-size:clamp(.72rem,2.3vw,.82rem)!important;line-height:1.3!important}.moments-carousel-wrapper{width:100%!important;max-width:100%!important;margin:0 auto!important}.gallery-hero-banner-section{text-align:center!important;justify-content:center!important;align-items:center!important}.gallery-hero-banner-section .gallery-hero-content-wrap{flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;display:flex!important}.gallery-hero-banner-section h1{letter-spacing:3px!important;margin-bottom:clamp(8px,1.4vh,14px)!important;font-size:clamp(2.8rem,10vw,4.6rem)!important;line-height:.96!important}.gallery-hero-banner-section p{color:#e6e6e6!important;max-width:100%!important;margin-bottom:clamp(16px,2.5vh,24px)!important;font-size:clamp(.82rem,2.7vw,.96rem)!important;line-height:1.5!important}.gallery-content-section .container{padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important}.yellow-info-card{border-radius:4px!important;gap:clamp(14px,2vh,22px)!important;padding:clamp(20px,3vh,32px) clamp(16px,4vw,24px)!important}.contact-collaborate-desktop{display:none!important}.contact-collaborate-mobile{display:flex!important}.contact-collaborate-mobile .collaborate-card{box-sizing:border-box!important;border-radius:12px!important;width:100%!important;padding:clamp(18px,2.5vh,24px) clamp(14px,4vw,20px)!important}.contact-collaborate-mobile input,.contact-collaborate-mobile textarea{color:#fff!important;box-sizing:border-box!important;background-color:#262626!important;border:1px solid #3a3a3a!important;border-radius:6px!important;width:100%!important;padding:10px 12px!important;font-size:16px!important}.contact-collaborate-mobile textarea{height:60px!important;min-height:60px!important}.contact-collaborate-mobile button[type=submit]{color:#000!important;background-color:#f3c242!important;border-radius:6px!important;width:100%!important;padding:12px 18px!important;font-size:.95rem!important;font-weight:800!important}.site-header{padding:10px var(--mobile-gutter)!important}.desktop-nav{display:none!important}.mobile-hamburger-btn{justify-content:center!important;align-items:center!important;display:flex!important}.site-footer{padding:var(--mobile-header-clearance) var(--mobile-gutter) clamp(16px, 2.5vh, 24px) var(--mobile-gutter)!important}.site-footer .footer-content-wrap{width:100%!important;max-width:var(--mobile-content-max)!important;margin:0 auto!important}.site-footer .footer-logo-wrap img{max-height:clamp(55px,8vh,70px)!important}.site-footer .footer-subtitle{letter-spacing:2px!important;margin-bottom:6px!important;font-size:clamp(.78rem,2.5vw,.88rem)!important}.site-footer .footer-description{margin-bottom:clamp(10px,1.8vh,16px)!important;font-size:clamp(.78rem,2.6vw,.88rem)!important;line-height:1.45!important}.site-footer .footer-main-nav{gap:clamp(12px,3.5vw,20px)!important;margin-bottom:clamp(8px,1.2vh,12px)!important}.site-footer .footer-nav-link,.site-footer .footer-contact-link{font-size:clamp(.88rem,3vw,1rem)!important}.site-footer .footer-social-icons{gap:clamp(16px,4.5vw,24px)!important;margin-bottom:clamp(10px,1.6vh,16px)!important}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--black);width:100%;height:100%;color:var(--light-grey);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.7;overflow:hidden}.app-container{background-color:var(--black);width:100vw;height:100dvh;position:relative;overflow:hidden}.page-enter{will-change:transform, opacity;animation:.55s cubic-bezier(.16,1,.3,1) forwards pageFadeSlideIn}.fullpage-outer-container{background-color:var(--black);width:100vw;height:100dvh;position:relative;overflow:hidden}.fullpage-track{width:100%;height:100%;position:relative}.fullpage-section{box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;height:100dvh;min-height:100dvh;padding-top:75px;padding-bottom:30px;display:flex;position:relative;overflow:hidden}.fullpage-section.hero-section{justify-content:center!important;align-items:stretch!important;margin:0!important;padding:0!important}.fullpage-section.diagonal-slash-bg{text-align:center;justify-content:center;align-items:center}.fullpage-section .container,.fullpage-section .container-wide{flex-direction:column;justify-content:center;max-height:calc(100dvh - 90px);display:flex}::selection{background-color:var(--gold);color:var(--black)}h1,h2,h3,h4,h5,h6,.font-display{font-family:var(--font-display);text-transform:uppercase;letter-spacing:1.5px;color:var(--white);font-weight:400;line-height:1.1}h1{font-size:clamp(2.8rem,6vw,5.5rem)}h2{font-size:clamp(2.2rem,4.5vw,4rem)}h3{font-size:clamp(1.8rem,3.5vw,2.8rem)}h4{font-size:clamp(1.3rem,2.5vw,2rem)}p{color:var(--light-grey);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.75}p:last-child{margin-bottom:0}a{color:inherit;text-decoration:none;transition:color .3s cubic-bezier(.16,1,.3,1)}img{max-width:100%;height:auto;display:block;border-radius:0!important}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding-left:clamp(20px,4vw,50px);padding-right:clamp(20px,4vw,50px)}.container-wide{width:100%;max-width:1440px;margin:0 auto;padding-left:clamp(20px,4vw,50px);padding-right:clamp(20px,4vw,50px)}.bg-black{background-color:var(--black)}.bg-dark{background-color:var(--dark)}.bg-charcoal{background-color:var(--charcoal)}.section-spacing{padding-top:90px;padding-bottom:90px}.section-spacing-sm{padding-top:50px;padding-bottom:50px}.text-gold{color:var(--gold)!important}.text-white{color:var(--white)!important}.text-lime{color:var(--lime)!important}.text-green{color:var(--green)!important}.text-light-grey{color:var(--light-grey)!important}.text-muted{color:var(--muted-grey)!important}.nav-link-item{font-family:var(--font-body);letter-spacing:.3px;color:var(--white);padding:6px 0;font-size:1.02rem;font-weight:500;text-decoration:none;transition:color .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);display:inline-block;position:relative}.nav-link-item:after{content:"";background-color:var(--gold);transform-origin:0;width:100%;height:2px;transition:transform .35s cubic-bezier(.16,1,.3,1),background-color .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-link-item:hover{color:var(--gold)}.about-me-mobile-image-wrap{display:none}.about-me-desktop-image-col{display:block}.about-intro-mobile-img-wrap{display:none}.about-intro-desktop-img{display:block}.about-intro-grid-wrap{grid-template-columns:1.45fr 1fr;align-items:center;gap:40px;display:grid}.nav-link-item:hover:after{transform:scaleX(1)}.nav-link-item.active{color:var(--gold)!important}.nav-link-item.active:after{transform:scaleX(1);box-shadow:0 1px 6px #f3c24280}.btn{font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;outline:none;justify-content:center;align-items:center;gap:10px;padding:14px 36px;font-size:.95rem;font-weight:700;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),background-color .3s,border-color .3s,color .3s;display:inline-flex;position:relative;border-radius:0!important}.btn:active{transition:transform .1s;transform:translateY(0)scale(.98)!important}.btn-lime{background-color:var(--lime);border:1px solid var(--lime);color:var(--black)!important}.btn-lime:hover{background-color:#b5d12a;transform:translateY(-2px);box-shadow:0 6px 20px #c6e13559}.btn-gold{background-color:var(--gold);border:1px solid var(--gold);color:var(--black)!important}.btn-gold:hover{background-color:#f7ce5b;transform:translateY(-2px);box-shadow:0 6px 20px #f3c24259}.btn-outline-gold{border:2px solid var(--gold);background-color:#0000;color:var(--gold)!important}.btn-outline-gold:hover{background-color:var(--gold);transform:translateY(-2px);box-shadow:0 6px 20px #f3c24240;color:var(--black)!important}.btn-outline-lime{border:2px solid var(--lime);background-color:#0000;color:var(--lime)!important}.btn-outline-lime:hover{background-color:var(--lime);transform:translateY(-2px);box-shadow:0 6px 20px #c6e13540;color:var(--black)!important}.icon-circle-gold{background-color:var(--gold);width:44px;height:44px;color:var(--black);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.16,1,.3,1),background-color .3s,box-shadow .35s;display:inline-flex;border-radius:50%!important}.icon-circle-gold:hover{background-color:#ffd45e;transform:translateY(-3px)scale(1.08);box-shadow:0 6px 18px #f3c24273}.icon-circle-gold:active{transform:translateY(0)scale(.96)}.icon-circle-green{background-color:var(--green);width:32px;min-width:32px;height:32px;color:var(--black);justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:inline-flex;border-radius:50%!important}.icon-circle-green:hover{transform:scale(1.08);box-shadow:0 4px 12px #61ce7059}.cinematic-img-frame{background-color:#0c0c0c;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1),border-color .3s;position:relative;overflow:hidden;border-radius:0!important}.cinematic-img-frame:hover{box-shadow:0 24px 60px #000000f2,0 0 20px #f3c24214}.cinematic-img-frame img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .5s}.cinematic-img-frame:hover img{transform:scale(1.028)}.cinematic-overlay{pointer-events:none;background:linear-gradient(#0000 0%,#000000a6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.diagonal-slash-bg{background:linear-gradient(135deg,#0a0a0a 0%,#161616 50%,#0d0d0d 100%);position:relative;overflow:hidden}.diagonal-slash-bg:before{content:"";pointer-events:none;background:#f3c24206;width:80%;height:200%;position:absolute;top:-50%;right:-20%;transform:rotate(-25deg)}.chimeraz-brand-link{transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s}.chimeraz-brand-link:hover{opacity:.95;transform:scale(1.03)}.cinematic-input,.cinematic-textarea{width:100%;color:var(--white);font-family:var(--font-body);background-color:#121212;border:1px solid #2a2a2a;padding:16px 20px;font-size:1rem;transition:border-color .3s cubic-bezier(.16,1,.3,1),background-color .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);border-radius:0!important}.cinematic-input:focus,.cinematic-textarea:focus{border-color:var(--gold);background-color:#161616;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #f3c24229,0 6px 18px #0009}.cinematic-input::placeholder,.cinematic-textarea::placeholder{color:#666}.gallery-card-item{background-color:#0b0b0b;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1),border-color .3s}.gallery-card-item:hover{transform:translateY(-4px)scale(1.012);border-color:#333!important;box-shadow:0 20px 45px #000000e6,0 0 22px #f3c2421f!important}.gallery-card-item img{transition:transform .5s cubic-bezier(.16,1,.3,1),filter .4s}.gallery-card-item:hover img{filter:brightness(1.03);transform:scale(1.02)}@keyframes heroReveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBackdropScale{0%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes fadeInStagger{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-header{animation:.6s cubic-bezier(.16,1,.3,1) forwards headerSlideDown}.animate-hero-bg{animation:1.2s cubic-bezier(.16,1,.3,1) forwards heroBackdropScale}.animate-fade-in{animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeInStagger}.stagger-1{animation:.6s cubic-bezier(.16,1,.3,1) 80ms both fadeInStagger}.stagger-2{animation:.6s cubic-bezier(.16,1,.3,1) .16s both fadeInStagger}.stagger-3{animation:.6s cubic-bezier(.16,1,.3,1) .24s both fadeInStagger}.stagger-4{animation:.6s cubic-bezier(.16,1,.3,1) .32s both fadeInStagger}.mobile-break,.cinematography-mobile-image{display:none}.cinematography-desktop-image{display:block}.biography-mobile-chair,.project-coming-soon-mobile{display:none}.project-coming-soon-desktop{display:flex}.contact-collaborate-mobile{display:none}.contact-collaborate-desktop{display:flex}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
