:root{--gold:#c9a84c;--deep:#0a0a0a;--dark:#111;--mid:#141414;--light-gray:#888;--white:#f0ede6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--deep);color:var(--white);font-family:Barlow,sans-serif;font-weight:300;overflow-x:hidden}nav.site-nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0aed;border-bottom:1px solid #c9a84c26;justify-content:space-between;align-items:center;padding:1.2rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:.15em;color:var(--gold);font-family:Bebas Neue,sans-serif;font-size:1.8rem;text-decoration:none}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--white);letter-spacing:.22em;text-transform:uppercase;opacity:.7;font-size:.75rem;font-weight:500;text-decoration:none;transition:opacity .2s,color .2s}.nav-links a:hover{opacity:1;color:var(--gold)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(at 20%,#c0392b1a 0%,#0000 60%),radial-gradient(at 80% 30%,#c9a84c12 0%,#0000 50%),#0a0a0a;position:absolute;inset:0}.hero-bg:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='1' height='1' fill='rgba(255,255,255,0.025)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-eyebrow{letter-spacing:.42em;text-transform:uppercase;color:var(--gold);opacity:0;margin-bottom:1.5rem;font-size:.68rem;animation:.8s .3s forwards fadeUp}.hero-title{letter-spacing:.03em;opacity:0;font-family:Bebas Neue,sans-serif;font-size:clamp(5rem,14vw,12rem);line-height:.85;animation:.9s .5s forwards fadeUp}.hero-title span{color:var(--gold)}.hero-sub{color:var(--light-gray);opacity:0;margin-top:2rem;font-family:Playfair Display,serif;font-size:1.1rem;font-style:italic;animation:.9s .7s forwards fadeUp}.hero-rule{background:var(--gold);opacity:0;width:50px;height:1px;margin:2rem auto;animation:.9s .9s forwards fadeUp}.hero-tagline{letter-spacing:.32em;text-transform:uppercase;color:#f0ede666;opacity:0;font-size:.72rem;animation:.9s 1.1s forwards fadeUp}.scroll-hint{opacity:0;flex-direction:column;align-items:center;gap:.5rem;animation:1s 1.5s forwards fadeUp;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-hint span{letter-spacing:.35em;text-transform:uppercase;color:#ffffff40;font-size:.58rem}.scroll-line{background:linear-gradient(#c9a84c80,#0000);width:1px;height:40px;animation:2s infinite pulse}.section-label{letter-spacing:.42em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem;font-size:.63rem}.section-title{letter-spacing:.05em;margin-bottom:1.5rem;font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,4.2rem);line-height:1}#about{padding:7rem 4rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.about-text p{color:#f0ede6b8;margin-bottom:1.1rem;font-size:.97rem;line-height:1.9}.about-credits{border-top:1px solid #c9a84c33;margin-top:2.5rem;padding-top:2rem}.about-credits p{letter-spacing:.08em;color:var(--light-gray);margin-bottom:.3rem;font-size:.8rem}.about-credits strong{color:var(--gold);font-weight:500}.logo-box{aspect-ratio:1;background:#0d0d0d;border:1px solid #ffffff0d;justify-content:center;align-items:center;padding:3rem;display:flex}.logo-num{color:var(--gold);text-align:center;font-family:Bebas Neue,sans-serif;font-size:6rem;line-height:1}.logo-sub{letter-spacing:.55em;text-transform:uppercase;color:#ffffff4d;text-align:center;margin-top:.4rem;font-size:.55rem}.logo-hr{background:#c9a84c40;width:50px;height:1px;margin:1.5rem auto}.logo-italic{color:#ffffff47;text-align:center;font-family:Playfair Display,serif;font-size:.82rem;font-style:italic}#films{background:var(--mid);padding:7rem 0}.films-hdr{max-width:900px;margin:0 auto 3.5rem;padding:0 4rem}.films-grid{grid-template-columns:repeat(2,1fr);gap:3px;max-width:900px;margin:0 auto;padding:0 4rem;display:grid}.film-card{cursor:pointer;background:#080808;position:relative;overflow:hidden}.film-card-sq{aspect-ratio:1}.film-card-wide{aspect-ratio:21/9;grid-column:1/-1}.film-card img{object-fit:cover;filter:grayscale(10%)brightness(.85);width:100%;height:100%;transition:transform .6s,filter .4s;display:block}.film-card:hover img{filter:grayscale(0%)brightness(.6);transform:scale(1.05)}.film-overlay{background:linear-gradient(#0000 0%,#00000026 45%,#000000f0 100%);flex-direction:column;justify-content:flex-end;padding:1.8rem;display:flex;position:absolute;inset:0}.film-tag{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.58rem}.film-name{letter-spacing:.04em;margin-bottom:.7rem;font-family:Bebas Neue,sans-serif;font-size:1.9rem;line-height:1}.film-desc{color:#f0ede6ad;max-height:0;font-size:.8rem;line-height:1.65;transition:max-height .45s;overflow:hidden}.film-card:hover .film-desc{max-height:220px}.film-card-text{background:#0d0d0d;justify-content:center;align-items:center;padding:2.5rem;display:flex}.film-text-inner{text-align:center}.film-text-eyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.58rem}.film-text-name{letter-spacing:.05em;margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:2.8rem;line-height:1}.film-text-rule{background:#c9a84c66;width:40px;height:1px;margin:0 auto 1rem}.film-text-desc{color:#f0ede68c;font-size:.8rem;line-height:1.7}#contact{padding:7rem 4rem}.contact-inner{text-align:center;max-width:740px;margin:0 auto}.contact-sub{color:var(--light-gray);margin-bottom:3.5rem;font-family:Playfair Display,serif;font-size:1rem;font-style:italic}.contact-form{text-align:left;flex-direction:column;gap:1.2rem;display:flex}.hidden-field{display:none}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-size:.62rem}.form-group input,.form-group textarea,.form-group select{color:var(--white);resize:vertical;background:#ffffff08;border:none;border-bottom:1px solid #c9a84c59;outline:none;padding:.85rem .2rem;font-family:Barlow,sans-serif;font-size:.9rem;font-weight:300;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-bottom-color:var(--gold);background:#c9a84c08}.form-group select option{background:#111}textarea{min-height:130px}.btn-submit{background:var(--gold);color:#0a0a0a;letter-spacing:.22em;cursor:pointer;border:none;align-self:center;margin-top:.5rem;padding:1rem 3.5rem;font-family:Bebas Neue,sans-serif;font-size:1rem;transition:background .2s,transform .15s}.btn-submit:hover{background:#e0ba5a;transform:translateY(-2px)}.btn-submit:disabled{opacity:.5;cursor:wait}.form-error{color:#e87b6a;text-align:center;margin-top:1rem;font-size:.85rem}.form-success{border:1px solid #c9a84c40;padding:3rem}.form-success h3{color:var(--gold);letter-spacing:.1em;margin-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:2.2rem}.form-success p{color:var(--light-gray);margin-top:.5rem;font-size:.9rem}footer.site-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:2.5rem 4rem;display:flex}.footer-brand{color:var(--gold);letter-spacing:.15em;font-family:Bebas Neue,sans-serif;font-size:1.4rem}.footer-insta a{color:#f0ede673;letter-spacing:.15em;align-items:center;gap:.5rem;font-size:.75rem;text-decoration:none;transition:color .2s;display:flex}.footer-insta a:hover{color:var(--gold)}.footer-copy{color:#ffffff2e;letter-spacing:.1em;font-size:.65rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.15}}@media (width<=768px){nav.site-nav{padding:1rem 1.5rem}.nav-links{gap:1.2rem}#about{padding:4rem 1.5rem}.about-grid{grid-template-columns:1fr;gap:2.5rem}.logo-box{display:none}#films{padding:4rem 0}.films-hdr,.films-grid{padding:0 1.5rem}.films-grid{grid-template-columns:1fr}.film-card-wide{aspect-ratio:4/5}#contact{padding:4rem 1.5rem}.form-row{grid-template-columns:1fr}footer.site-footer{text-align:center;flex-direction:column;gap:1.2rem;padding:2rem 1.5rem}}
