.app{min-height:100vh;display:flex;flex-direction:column;background:#000}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 40px;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.logo{background:none;border:none;padding:0;font-family:inherit;font-size:20px;font-weight:500;color:#fff;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:opacity .3s ease}.logo:hover{opacity:.7}.nav-links{display:flex;list-style:none;gap:30px}.nav-links li button{background:none;border:none;color:#fff;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;padding:0;transition:all .3s ease;font-weight:400}.nav-links li button:hover{opacity:.7}.nav-links li button.active{opacity:1;font-weight:700}.main-content{flex:0 1 auto;width:100%}.hero-section{position:relative;width:100%;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slideshow{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.6s ease-in-out}.hero-slide.is-active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000073}.hero-content{position:relative;z-index:10;text-align:center;padding:80px 0}.hero-name{font-size:120px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:8px;margin-bottom:20px;line-height:1}.hero-subtitle{font-size:15px;color:#fff;text-transform:uppercase;letter-spacing:3px;font-weight:500;margin-bottom:18px}.hero-tagline{font-size:14px;color:#ccc;letter-spacing:1px;font-weight:400;max-width:560px;margin:0 auto;line-height:1.6}.hero-cta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;margin-top:36px}.hero-cta{background:#fff;color:#000;border:1px solid #fff;padding:14px 32px;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:opacity .3s ease,background .3s ease,color .3s ease}.hero-cta:hover{opacity:.85}.hero-cta.secondary{background:transparent;color:#fff}.hero-cta.secondary:hover{background:#fff;color:#000;opacity:1}.hero-reel-link{color:#fff;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;transition:opacity .3s ease}.hero-reel-link:hover{opacity:.7}.home-stills-section{background:#000;padding:64px 40px 80px}.home-stills-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1400px;margin:0 auto}.home-stills-image{width:100%;height:auto;display:block}@media (min-width: 768px){.home-stills-grid{grid-template-columns:repeat(3,1fr);gap:20px}}.directors-reel-section{background:#000;padding:80px 40px;color:#fff}.reel-header{text-align:center;margin-bottom:60px}.reel-title{font-size:48px;font-weight:700;text-transform:uppercase;letter-spacing:4px;margin-bottom:20px;color:#fff}.reel-subtitle{font-size:14px;color:#ccc;margin-bottom:30px;letter-spacing:1px}.reel-link{color:#fff;text-decoration:underline;transition:opacity .3s ease}.reel-link:hover{opacity:.7}.festival-icons{display:flex;justify-content:center;gap:30px;margin-top:40px}.festival-icon{font-size:32px;opacity:.9;transition:transform .3s ease}.festival-icon:hover{transform:scale(1.2)}.reel-video-container{max-width:1000px;margin:0 auto}.video-player{width:100%}.video-thumbnail{position:relative;width:100%;padding-bottom:56.25%;background:linear-gradient(135deg,#1a1a1a,#333);margin-bottom:20px;border-radius:4px;overflow:hidden;cursor:pointer}.thumbnail-img{position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--reel-thumbnail-image);background-size:cover;background-position:center;opacity:.9}.play-button-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0000004d;transition:background .3s ease}.play-button-overlay:hover{background:#00000080}.red-play-button{background:red;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;cursor:pointer}.red-play-button:hover{transform:scale(1.1)}.video-info{padding:20px 0}.video-title-section{display:flex;align-items:center;gap:15px}.video-title{font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:1px}.video-creator{font-size:14px;color:#999;letter-spacing:.5px}.about-section{background:#000;color:#fff;padding:100px 40px;min-height:100vh}.about-container{max-width:1200px;margin:0 auto}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:start}.about-text{display:flex;flex-direction:column;gap:40px}.about-eyebrow{font-size:14px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#999}.about-main-title{font-size:24px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:1px;color:#fff}.about-bio{display:flex;flex-direction:column;gap:24px}.bio-paragraph{font-size:16px;line-height:1.8;color:#ccc;font-weight:400}.select-press{margin-top:60px}.press-header{display:flex;align-items:center;gap:40px;margin-bottom:24px}.press-title{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff}.press-logos{display:flex;gap:16px}.press-logo{background:#fff;color:#000;padding:8px 16px;font-weight:700;font-size:14px;letter-spacing:1px}.press-links{display:flex;flex-direction:column;gap:8px}.press-link{color:#fff;text-decoration:underline;font-size:14px;transition:opacity .3s ease}.press-link:hover{opacity:.7}.about-image{display:flex;justify-content:center;align-items:flex-start}.headshot{width:100%;max-width:400px}.headshot-image{width:100%;height:auto;object-fit:cover;background:#f0f0f0}.about-bts{margin-top:80px;margin-left:-40px;margin-right:-40px;width:calc(100% + 80px);max-width:none;box-sizing:border-box;padding-left:24px;padding-right:24px}.about-bts-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:20px}.about-bts-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;background:#111}.work-section{background:#000;color:#fff;padding:140px 40px 100px;min-height:100vh}.work-container{max-width:1400px;margin:0 auto}.section-heading{font-size:48px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#fff;margin-bottom:60px}.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}.work-card{display:flex;flex-direction:column;gap:16px;text-decoration:none}.work-card-thumb{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#111}.work-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.work-card:hover .work-card-thumb img{transform:scale(1.05)}.work-card-caption{font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#fff}.work-card-divider{color:#666}.work-card-name{color:#999;font-weight:400}.services-section{background:#000;color:#fff;padding:140px 40px 100px;min-height:100vh}.services-container{max-width:1000px;margin:0 auto}.services-list{list-style:none;border-top:1px solid #2a2a2a}.services-list li{padding:28px 0;border-bottom:1px solid #2a2a2a;font-size:28px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff;transition:padding-left .3s ease,color .3s ease}.services-list li:hover{padding-left:16px;color:#ccc}.contact-section{background:#000;color:#fff;padding:120px 40px 64px}.contact-container{max-width:1200px;margin:0 auto}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:120px;align-items:start}.section-title{font-size:48px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff;margin-bottom:40px}.reach-out-form{display:flex;flex-direction:column;gap:24px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px}.form-field input,.form-field textarea{background:#fff;border:none;padding:14px 16px;font-size:16px;color:#333;font-family:inherit}.form-field input::placeholder,.form-field textarea::placeholder{color:#999}.form-field textarea{resize:vertical;min-height:120px}.send-button{background:#333;color:#fff;border:none;padding:14px 40px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:opacity .3s ease;align-self:flex-start}.send-button:hover{opacity:.8}.contact-info-column{display:flex;flex-direction:column;gap:80px}.contact-subsection{margin-bottom:20px}.contact-email{color:#fff;font-size:16px;letter-spacing:.5px}.follow-subsection{margin-bottom:0}.social-icons{display:flex;gap:20px;flex-wrap:wrap}.social-icon{width:50px;height:50px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;transition:background .3s ease;text-decoration:none;color:#fff}.social-icon:hover{background:#444}.social-icon svg{width:24px;height:24px}.footer{background:#000;color:#fff;padding:32px 24px 48px}.footer-inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center}.footer-brand{margin:0;font-size:18px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#fff}.footer-socials{display:flex;align-items:center;justify-content:center;gap:16px}.footer-social-link{width:48px;height:48px;border-radius:10px;background:#2a2a2a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .25s ease,transform .2s ease}.footer-social-link:hover{background:#3d3d3d;transform:translateY(-2px)}.footer-social-link svg{flex-shrink:0}.footer-copyright{margin:0;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#fff}@media (max-width: 768px){.header{padding:15px 20px}.navbar{flex-direction:column;gap:15px}.nav-links{flex-wrap:wrap;gap:20px;justify-content:center}.nav-links li button{font-size:10px}.hero-name{font-size:60px;letter-spacing:4px}.hero-subtitle{font-size:12px;letter-spacing:2px}.hero-tagline{font-size:13px}.hero-cta-row{gap:14px}.hero-cta{padding:12px 24px}.home-stills-section{padding:48px 20px 60px}.home-stills-grid{gap:12px}.section-heading{font-size:32px;margin-bottom:40px}.work-section,.services-section{padding:100px 20px 60px}.work-grid{grid-template-columns:1fr;gap:40px}.work-card-caption{font-size:16px}.services-list li{font-size:20px;padding:22px 0}.about-section{padding:60px 20px}.about-content{grid-template-columns:1fr;gap:60px}.about-bts{margin-top:60px;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);padding-left:16px;padding-right:16px}.about-bts-grid{gap:12px}.about-main-title{font-size:22px}.contact-section{padding:80px 20px 48px}.contact-layout{grid-template-columns:1fr;gap:80px}.section-title{font-size:32px}.contact-info-column{gap:60px}.directors-reel-section{padding:60px 20px}.reel-title{font-size:32px;letter-spacing:2px}.festival-icons{gap:20px}.festival-icon{font-size:24px}.video-title-section{flex-direction:column;align-items:flex-start;gap:8px}.social-icons{flex-wrap:wrap}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;min-height:100vh;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
