*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --gold:#C9A84C;
  --gold-dim:#8B6914;
  --cream:#F5EDD8;
  --dark:#0A0A0A;
  --dark2:#111111;
  --dark3:#1A1A1A;
  --mid:#2A2A2A;
  --text:#E8E0CC;
  --text-dim:#8A8070;
  --serif:'Cormorant Garamond',Georgia,serif;
  --mono:'DM Mono',monospace;
  --display:'Bebas Neue',sans-serif;
}
html{scroll-behavior:smooth;cursor:none}
body{background:var(--dark);color:var(--text);font-family:var(--serif);overflow-x:hidden;line-height:1.6}

/* ── CUSTOM CURSOR ── */
#cursor{position:fixed;width:8px;height:8px;background:var(--gold);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .25s,height .25s,opacity .25s;mix-blend-mode:difference}
#cursor-ring{position:fixed;width:36px;height:36px;border:1px solid var(--gold);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:all .12s ease;opacity:.5}
body:hover #cursor{opacity:1}
.cursor-grow #cursor{width:60px;height:60px;opacity:.15}
.cursor-grow #cursor-ring{width:60px;height:60px;opacity:0}

/* ── FILM GRAIN OVERLAY ── */
#grain{position:fixed;inset:0;pointer-events:none;z-index:8999;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px}

/* ── NAV ── */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;mix-blend-mode:normal;transition:background .4s,padding .4s,backdrop-filter .4s}
nav.scrolled{background:rgba(10,10,10,.85);backdrop-filter:blur(20px);padding:1.2rem 4rem;border-bottom:1px solid rgba(201,168,76,.1)}
.nav-logo{font-family:var(--display);font-size:1.4rem;letter-spacing:.12em;color:var(--gold);text-decoration:none}
.nav-links{display:flex;gap:3rem;list-style:none}
.nav-links a{font-family:var(--mono);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);text-decoration:none;transition:color .3s;position:relative}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}
.nav-links a:hover{color:var(--gold)}
.nav-links a:hover::after{width:100%}

/* ── HERO ── */
#hero{height:100vh;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;padding:0 8vw}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,rgba(10,10,10,.97) 40%,rgba(10,10,10,.6) 75%,rgba(10,10,10,.3) 100%);z-index:1}
.hero-bg-bars{position:absolute;inset:0;z-index:0;display:flex}
.bar{flex:1;background:var(--dark3)}
.hero-content{position:relative;z-index:2;max-width:750px}
.hero-eyebrow{font-family:var(--mono);font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;opacity:0;animation:fadeUp .8s .2s forwards}
.hero-name{font-family:var(--display);font-size:clamp(4.5rem,10vw,9rem);line-height:.9;letter-spacing:.04em;color:var(--cream);margin-bottom:1.5rem;opacity:0;animation:fadeUp .9s .4s forwards}
.hero-name em{display:block;color:var(--gold);font-style:normal}
.hero-tagline{font-family:var(--serif);font-weight:300;font-style:italic;font-size:clamp(1.1rem,2vw,1.5rem);color:var(--text-dim);max-width:520px;line-height:1.7;margin-bottom:3rem;opacity:0;animation:fadeUp .9s .6s forwards}
.hero-stats{display:flex;gap:3rem;margin-bottom:3.5rem;opacity:0;animation:fadeUp .9s .8s forwards}
.stat{display:flex;flex-direction:column}
.stat-num{font-family:var(--display);font-size:2.8rem;color:var(--gold);line-height:1}
.stat-label{font-family:var(--mono);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);margin-top:.3rem}
.hero-cta{display:flex;gap:1.5rem;opacity:0;animation:fadeUp .9s 1s forwards}
.btn-primary{padding:.9rem 2.5rem;background:var(--gold);color:var(--dark);font-family:var(--mono);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}
.btn-primary::before{content:'';position:absolute;inset:0;background:var(--cream);transform:translateX(-101%);transition:transform .35s}
.btn-primary:hover::before{transform:translateX(0)}
.btn-primary span{position:relative;z-index:1}
.btn-ghost{padding:.9rem 2.5rem;border:1px solid rgba(201,168,76,.4);color:var(--gold);font-family:var(--mono);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;transition:all .3s}
.btn-ghost:hover{border-color:var(--gold);background:rgba(201,168,76,.08)}
.hero-scroll{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.8rem;opacity:0;animation:fadeIn 1s 1.5s forwards}
.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s infinite}
.scroll-text{font-family:var(--mono);font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--text-dim)}
.hero-frame{position:absolute;bottom:0;right:0;width:45%;height:100%;z-index:1;overflow:hidden}
.hero-frame-inner{width:100%;height:100%;background:linear-gradient(135deg,#1a1208 0%,#0d0c09 50%,#1a1510 100%);position:relative;display:flex;align-items:center;justify-content:center}
/* Hero image placeholder */
.hero-img-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem}
.hero-img-placeholder img{width:100%;height:100%;object-fit:cover;display:block}
.hero-img-placeholder-box{width:100%;height:100%;background:linear-gradient(160deg,rgba(26,18,8,.9) 0%,rgba(13,12,9,.95) 60%,rgba(26,21,16,.9) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;position:relative;overflow:hidden}
.hero-img-placeholder-box::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}
.hero-placeholder-icon{width:80px;height:80px;border:1px dashed rgba(201,168,76,.35);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}
.hero-placeholder-icon svg{opacity:.35}
.hero-placeholder-label{font-family:var(--mono);font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(201,168,76,.4);position:relative;z-index:1;text-align:center;line-height:1.8}
.hero-placeholder-label span{display:block;font-size:.55rem;color:rgba(201,168,76,.25);letter-spacing:.2em;margin-top:.3rem}
/* Cinematic corner marks */
.frame-corners{position:absolute;inset:30px;z-index:2;pointer-events:none}
.corner{position:absolute;width:30px;height:30px;border-color:rgba(201,168,76,.25);border-style:solid}
.corner-tl{top:0;left:0;border-width:1px 0 0 1px}
.corner-tr{top:0;right:0;border-width:1px 1px 0 0}
.corner-bl{bottom:0;left:0;border-width:0 0 1px 1px}
.corner-br{bottom:0;right:0;border-width:0 1px 1px 0}
/* Keep lens vars for animation keyframes */
.lens-circle,.lens-inner,.lens-text{display:none}

/* ── SECTION COMMONS ── */
section{padding:8rem 8vw}
.section-label{font-family:var(--mono);font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}
.section-label::before{content:'';width:40px;height:1px;background:var(--gold)}
.section-title{font-family:var(--display);font-size:clamp(3rem,6vw,5.5rem);line-height:.95;color:var(--cream);margin-bottom:1rem;letter-spacing:.03em}
.section-sub{font-family:var(--serif);font-style:italic;font-weight:300;font-size:1.2rem;color:var(--text-dim);max-width:600px;line-height:1.7;margin-bottom:4rem}

/* ── ABOUT ── */
#about{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center;background:var(--dark2)}
.about-left{}
.about-quote{font-family:var(--serif);font-size:clamp(1.3rem,2.5vw,1.9rem);font-style:italic;font-weight:300;color:var(--cream);line-height:1.55;margin-bottom:2.5rem;position:relative;padding-left:2rem}
.about-quote::before{content:'"';position:absolute;left:-1rem;top:-.5rem;font-size:5rem;color:var(--gold);font-family:var(--serif);line-height:1;opacity:.4}
.about-body{font-size:1.05rem;color:var(--text-dim);line-height:1.85;font-weight:300;margin-bottom:1.5rem}
.about-right{position:relative}
.about-card{background:var(--dark3);border:1px solid rgba(201,168,76,.12);padding:2.5rem;position:relative;overflow:hidden}
.about-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}
.about-card-title{font-family:var(--display);font-size:1.2rem;letter-spacing:.08em;color:var(--gold);margin-bottom:2rem}
.timeline-item{display:flex;gap:1.5rem;margin-bottom:2rem;position:relative}
.timeline-item:not(:last-child)::after{content:'';position:absolute;left:5px;top:28px;bottom:-2rem;width:1px;background:linear-gradient(to bottom,rgba(201,168,76,.3),transparent)}
.tl-dot{width:11px;height:11px;border-radius:50%;border:1px solid var(--gold);flex-shrink:0;margin-top:5px;position:relative}
.tl-dot.active{background:var(--gold)}
.tl-year{font-family:var(--mono);font-size:.65rem;color:var(--gold);letter-spacing:.12em;margin-bottom:.3rem}
.tl-desc{font-size:.95rem;color:var(--text-dim);line-height:1.5;font-family:var(--serif)}

/* ── EXPERTISE ── */
#expertise{background:var(--dark)}
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.exp-card{background:var(--dark2);padding:3rem 2.5rem;position:relative;overflow:hidden;transition:background .3s;cursor:default}
.exp-card::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,168,76,.05),transparent);opacity:0;transition:opacity .4s}
.exp-card:hover{background:var(--dark3)}
.exp-card:hover::after{opacity:1}
.exp-num{font-family:var(--display);font-size:4rem;color:rgba(201,168,76,.1);line-height:1;margin-bottom:1.5rem;transition:color .3s}
.exp-card:hover .exp-num{color:rgba(201,168,76,.25)}
.exp-icon{width:48px;height:2px;background:var(--gold);margin-bottom:1.5rem}
.exp-title{font-family:var(--display);font-size:1.4rem;letter-spacing:.06em;color:var(--cream);margin-bottom:1rem}
.exp-desc{font-size:.95rem;color:var(--text-dim);line-height:1.75;font-weight:300;font-family:var(--serif)}
.exp-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}
.tag{font-family:var(--mono);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .8rem;border:1px solid rgba(201,168,76,.2);color:var(--text-dim)}

/* ── FILMOGRAPHY / PROJECTS ── */
#work{background:var(--dark2)}

/* ── FEATURED FILM (UPK — full width) ── */
.work-featured{display:grid;grid-template-columns:380px 1fr;gap:0;background:var(--dark3);border:1px solid rgba(201,168,76,.1);cursor:default;transition:border-color .3s,background .3s;position:relative;overflow:hidden;margin-bottom:2px}
.work-featured:hover{border-color:rgba(201,168,76,.3);background:var(--dark)}
.work-featured::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:width .6s}
.work-featured:hover::after{width:100%}
.work-featured .work-poster{width:380px;flex-shrink:0;aspect-ratio:auto;height:100%;min-height:460px}
.work-featured .work-body{padding:3rem 3.5rem;justify-content:center;gap:1rem}
.work-featured .work-num{font-size:.65rem;opacity:.6}
.work-featured .work-title{font-size:clamp(2rem,4vw,3.2rem);line-height:.95;margin-bottom:.6rem}
.work-featured .work-meta{font-size:.68rem;line-height:1.8}
.work-featured .work-role{font-size:.68rem;padding:.5rem 1.2rem;margin-top:1.2rem}
.work-featured:hover .work-title{color:var(--gold)}
/* Featured badge */
.work-badge{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--mono);font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}
.work-badge::before{content:'';width:24px;height:1px;background:var(--gold)}
/* Feature note under role */
.work-featured-note{font-family:var(--serif);font-style:italic;font-size:1rem;color:var(--text-dim);margin-top:1rem;line-height:1.6;max-width:460px}

/* ── ASSISTANT FILMS ROW (3 cols) ── */
.works-asst-header{display:flex;align-items:center;gap:1.5rem;padding:2rem 0 1rem;margin-top:.5rem}
.works-asst-label{font-family:var(--mono);font-size:.8rem;letter-spacing:.3em;text-transform:uppercase;color:var(--text)}
.works-asst-label::before{content:'';display:inline-block;width:30px;height:1px;background:var(--text-dim);vertical-align:middle;margin-right:1rem;opacity:.4}
.works-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:0}
.work-item{display:flex;flex-direction:column;background:var(--dark3);border:1px solid rgba(201,168,76,.06);cursor:default;transition:border-color .3s,background .3s;position:relative;overflow:hidden}
.work-item:hover{border-color:rgba(201,168,76,.25);background:var(--dark)}
.work-item::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:width .5s}
.work-item:hover::after{width:100%}

/* ── POSTER SHARED STYLES ── */
.work-poster{width:100%;aspect-ratio:2/3;background:linear-gradient(160deg,#151208 0%,#0a0a09 60%,#151210 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative;overflow:hidden;flex-shrink:0}
.work-poster img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}
.work-poster-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;width:100%;height:100%;position:absolute;inset:0}
.work-poster-placeholder::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C9A84C' fill-opacity='0.03'%3E%3Cpath d='M0 0h1v1H0zM10 10h1v1h-1zM20 0h1v1h-1zM30 10h1v1h-1zM40 0h1v1h-1zM0 20h1v1H0zM10 30h1v1h-1zM20 20h1v1h-1zM30 30h1v1h-1zM40 20h1v1h-1z'/%3E%3C/g%3E%3C/svg%3E")}
.poster-icon{width:48px;height:48px;border:1px dashed rgba(201,168,76,.3);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}
.poster-icon svg{opacity:.3}
.poster-hint{font-family:var(--mono);font-size:.55rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(201,168,76,.3);position:relative;z-index:1;text-align:center;line-height:1.7}
/* Film strip tick marks */
.work-poster::before{content:'';position:absolute;left:0;top:0;bottom:0;width:14px;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 8px,rgba(201,168,76,.12) 8px,rgba(201,168,76,.12) 16px);z-index:2}
.work-poster::after{content:'';position:absolute;right:0;top:0;bottom:0;width:14px;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 8px,rgba(201,168,76,.12) 8px,rgba(201,168,76,.12) 16px);z-index:2}

/* ── CARD BODY ── */
.work-body{padding:1.6rem 1.5rem;display:flex;flex-direction:column;gap:.4rem;flex:1}
.work-num{font-family:var(--mono);font-size:.58rem;letter-spacing:.1em;color:var(--gold);opacity:.5}
.work-info{}
.work-title{font-family:var(--display);font-size:1.35rem;letter-spacing:.04em;color:var(--cream);margin-bottom:.4rem;transition:color .3s;line-height:1}
.work-item:hover .work-title{color:var(--gold)}
.work-meta{font-family:var(--mono);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);line-height:1.65}
.work-role{font-family:var(--mono);font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;padding:.35rem .9rem;border:1px solid rgba(201,168,76,.25);color:var(--gold);white-space:nowrap;align-self:flex-start;margin-top:.8rem}
.works-brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;margin-top:4rem}
.brand-card{background:var(--dark3);padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;border:1px solid rgba(201,168,76,.06);transition:border-color .3s,background .3s}
.brand-card:hover{border-color:rgba(201,168,76,.25);background:var(--dark)}
.brand-logo-placeholder{width:100%;aspect-ratio:16/7;background:linear-gradient(135deg,rgba(10,10,10,.8),rgba(26,21,8,.8));border:1px dashed rgba(201,168,76,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1.2rem;position:relative;overflow:hidden}
.brand-logo-placeholder img{width:100%;height:100%;object-fit:contain;padding:.8rem}
.brand-logo-placeholder-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%;position:absolute;inset:0}
.brand-logo-icon{opacity:.25}
.brand-logo-hint{font-family:var(--mono);font-size:.52rem;letter-spacing:.2em;color:rgba(201,168,76,.3);text-transform:uppercase;text-align:center}
.brand-year{font-family:var(--mono);font-size:.6rem;letter-spacing:.15em;color:var(--gold);margin-bottom:.7rem}
.brand-name{font-family:var(--display);font-size:1.3rem;color:var(--cream);letter-spacing:.05em;margin-bottom:.5rem}
.brand-type{font-family:var(--serif);font-style:italic;font-size:.9rem;color:var(--text-dim)}

/* ── SKILLS / TECH ── */
#skills{background:var(--dark)}
.skills-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:6rem}
.skill-group{margin-bottom:2.5rem}
.skill-group-title{font-family:var(--mono);font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid rgba(201,168,76,.1)}
.skill-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.04)}
.skill-name{font-family:var(--serif);font-size:1rem;color:var(--text)}
.skill-bar{width:120px;height:2px;background:rgba(255,255,255,.08);position:relative;overflow:hidden}
.skill-fill{height:100%;background:linear-gradient(90deg,var(--gold-dim),var(--gold));width:0;transition:width 1.2s cubic-bezier(.22,1,.36,1)}
.skills-cameras{margin-top:3rem}
.camera-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.camera-item{display:flex;align-items:center;gap:1rem;padding:1.2rem;background:var(--dark2);border:1px solid rgba(201,168,76,.08)}
.camera-dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}
.camera-name{font-family:var(--mono);font-size:.7rem;letter-spacing:.12em;color:var(--text-dim);text-transform:uppercase}

/* ── PHILOSOPHY ── */
#philosophy{background:var(--dark2);text-align:center;padding:10rem 8vw;position:relative;overflow:hidden}
#philosophy::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;border:1px solid rgba(201,168,76,.04)}
#philosophy::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;border-radius:50%;border:1px solid rgba(201,168,76,.06)}
.philosophy-quote{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1.15rem,2.2vw,1.95rem);color:var(--cream);max-width:900px;margin:0 auto 2.5rem;line-height:1.6;position:relative;z-index:1}
.philosophy-attr{font-family:var(--mono);font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);position:relative;z-index:1}

/* ── CONTACT ── */
#contact{background:var(--dark);display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:start}
.contact-left .section-title{margin-bottom:1.5rem}
.contact-intro{font-family:var(--serif);font-size:1.1rem;color:var(--text-dim);line-height:1.8;margin-bottom:3rem;font-weight:300}
.contact-details{display:flex;flex-direction:column;gap:1.8rem}
.contact-item{display:flex;flex-direction:column;gap:.3rem}
.contact-item-label{font-family:var(--mono);font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold)}
.contact-item-val{font-family:var(--serif);font-size:1rem;color:var(--text)}
.contact-item-link{text-decoration:none;color:var(--gold);transition:opacity .2s;font-family:var(--mono);font-size:.85rem;letter-spacing:.06em}
.contact-item-link:hover{opacity:.7}
.form-status{font-family:var(--mono);font-size:.72rem;letter-spacing:.12em;padding:.9rem 1.2rem;margin-bottom:1rem}
.form-status.success{color:#6fcf97;border:1px solid rgba(111,207,151,.3);background:rgba(111,207,151,.05)}
.form-status.error{color:#eb5757;border:1px solid rgba(235,87,87,.3);background:rgba(235,87,87,.05)}
.contact-form{display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}
.form-group{position:relative}
.form-group input,.form-group textarea{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.12);padding:1rem 0;font-family:var(--serif);font-size:1rem;color:var(--text);outline:none;resize:none;transition:border-color .3s}
.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-dim)}
.form-group input:focus,.form-group textarea:focus{border-color:var(--gold)}
.form-group label{position:absolute;top:1rem;left:0;font-family:var(--mono);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);pointer-events:none;transition:all .25s}
.form-group input:focus~label,.form-group input:not(:placeholder-shown)~label,.form-group textarea:focus~label,.form-group textarea:not(:placeholder-shown)~label{top:-.8rem;font-size:.58rem;color:var(--gold)}
.form-submit{padding:1.2rem 3rem;background:var(--gold);color:var(--dark);font-family:var(--mono);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:none;transition:all .3s;align-self:flex-start;position:relative;overflow:hidden}
.form-submit::before{content:'';position:absolute;inset:0;background:var(--cream);transform:translateX(-101%);transition:transform .35s}
.form-submit:hover::before{transform:translateX(0)}
.form-submit span{position:relative;z-index:1}

/* ── FOOTER ── */
footer{background:var(--dark3);padding:3rem 8vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(201,168,76,.08)}
.footer-logo{font-family:var(--display);font-size:1.4rem;letter-spacing:.1em;color:var(--gold)}
.footer-tagline{font-family:var(--mono);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim)}
.footer-copy{font-family:var(--mono);font-size:.62rem;letter-spacing:.12em;color:var(--text-dim)}

/* ── REVEAL ANIMATIONS ── */
.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}
.reveal-left.visible{opacity:1;transform:translateX(0)}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes scrollPulse{0%,100%{opacity:.3}50%{opacity:1}}

@keyframes grainAnim{from{transform:translate(0,0)}to{transform:translate(0,0)}}
#grain{animation:none}


/* ── FILMSTRIP DECORATION ── */
.filmstrip{overflow:hidden;margin:4rem 0;position:relative;background:var(--dark);border-top:1px solid rgba(201,168,76,.08);border-bottom:1px solid rgba(201,168,76,.08)}
.filmstrip::before,.filmstrip::after{content:'';position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}
.filmstrip::before{left:0;background:linear-gradient(to right,var(--dark2),transparent)}
.filmstrip::after{right:0;background:linear-gradient(to left,var(--dark2),transparent)}
/* The outer strip container — scrolls horizontally */
.filmstrip-inner{display:flex;align-items:stretch;gap:0;animation:filmScroll 35s linear infinite;width:max-content}
/* Each "film cell" block */
.film-cell{display:flex;flex-direction:column;flex-shrink:0;width:140px}
/* Sprocket holes row */
.film-sprocket-row{height:16px;background:#0d0d0d;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 6px;border-top:1px solid rgba(201,168,76,.1);border-bottom:1px solid rgba(201,168,76,.08)}
.film-sprocket{width:12px;height:8px;border-radius:1px;background:var(--dark2);border:1px solid rgba(201,168,76,.15);flex-shrink:0}
/* The actual image frame area */
.film-frame{width:140px;height:90px;background:var(--dark3);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border-left:1px solid rgba(201,168,76,.06);border-right:1px solid rgba(201,168,76,.06)}
.film-frame-content{font-family:var(--display);font-size:.8rem;letter-spacing:.08em;color:rgba(201,168,76,.3);text-align:center;padding:6px;line-height:1.2;position:relative;z-index:1}
/* Frame number at bottom */
.film-frame::after{content:attr(data-num);position:absolute;bottom:4px;right:6px;font-family:var(--mono);font-size:.45rem;color:rgba(201,168,76,.2);letter-spacing:.1em}
/* Subtle vignette on each frame */
.film-frame::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.5) 100%);z-index:0;pointer-events:none}
@keyframes filmScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── REELS GRID ── */
.reels-title{font-family:var(--display);font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95;color:var(--cream);margin-bottom:3rem;letter-spacing:.03em}
.reels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:1.5rem}
.reel-card{background:var(--dark3);border:1px solid rgba(201,168,76,.06);overflow:hidden;transition:border-color .3s}
.reel-card:hover{border-color:rgba(201,168,76,.2)}
.reel-frame{position:relative;width:100%;aspect-ratio:16/9}
.reel-frame iframe{position:absolute;inset:0;width:100%;height:100%;display:block;border:0}

/* ── BTS CINEMATIC SLIDER ── */
#skills{background:var(--dark);overflow:hidden}
.bts-slider{position:relative;width:100%;user-select:none}
/* Viewport */
.bts-track{display:flex;transition:transform .65s cubic-bezier(.77,0,.175,1);will-change:transform}
/* Each slide */
.bts-slide{flex:0 0 100%;width:100%;position:relative}
.bts-img-wrap{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--dark3)}
.bts-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .65s cubic-bezier(.22,1,.36,1)}
.bts-slide.active .bts-img-wrap img{transform:scale(1)}
.bts-img-wrap img{transform:scale(1.03)}
/* Subtle left-right vignette for cinematic frame feel */
.bts-img-wrap::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,10,.35) 0%,transparent 15%,transparent 85%,rgba(10,10,10,.35) 100%);z-index:1;pointer-events:none}
/* Placeholder shown until real img is added */
.bts-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;background:linear-gradient(160deg,#111008 0%,#0a0a09 60%,#111010 100%)}
.bts-placeholder svg{opacity:.35}
.bts-ph-label{font-family:var(--mono);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(201,168,76,.35);text-align:center;line-height:2}
.bts-ph-label em{font-style:normal;display:block;font-size:.55rem;color:rgba(201,168,76,.2);letter-spacing:.15em;margin-top:.2rem}
/* Controls bar */
.bts-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}
/* Arrow buttons */
.bts-btn{width:48px;height:48px;border:1px solid rgba(201,168,76,.25);background:transparent;color:var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s,border-color .25s;flex-shrink:0}
.bts-btn:hover{background:rgba(201,168,76,.1);border-color:rgba(201,168,76,.6)}
.bts-btn:disabled{opacity:.25;pointer-events:none}
/* Dots */
.bts-dots{display:flex;gap:.6rem;align-items:center}
.bts-dot{width:20px;height:2px;background:rgba(201,168,76,.2);cursor:pointer;transition:background .3s,width .3s}
.bts-dot.active{width:36px;background:var(--gold)}
/* Counter */
.bts-counter{position:absolute;bottom:1.2rem;right:1.6rem;font-family:var(--mono);font-size:.65rem;letter-spacing:.2em;color:rgba(201,168,76,.5);z-index:2}
.bts-counter-sep{margin:0 .4rem;opacity:.4}
/* Keyboard / swipe hint fade */
.bts-hint{font-family:var(--mono);font-size:.58rem;letter-spacing:.2em;color:rgba(201,168,76,.25);text-align:center;margin-top:.8rem;text-transform:uppercase}

/* ── RESPONSIVE ── */

/* Tablet: ≤ 1024px */
@media(max-width:1024px){
  nav{padding:1.5rem 5vw}
  nav.scrolled{padding:1rem 5vw}
  section{padding:6rem 6vw}
  .work-featured{grid-template-columns:280px 1fr}
  .work-featured .work-poster{width:280px;min-height:360px}
  .work-featured .work-body{padding:2rem 2.5rem}
  .works-brand-grid{grid-template-columns:repeat(2,1fr)}
  .expertise-grid{grid-template-columns:repeat(2,1fr)}
  .reels-grid{grid-template-columns:repeat(2,1fr)}
}

/* Desktop: reduce asst. poster image with inset so it doesn't look huge */
@media(min-width:769px){
  .works-list .work-poster img{
    position:absolute;
    inset:1.5rem 1.8rem;
    width:calc(100% - 3.6rem);
    height:calc(100% - 3rem);
    object-fit:cover;
    object-position:top center;
  }
}

/* Mobile: ≤ 768px */
@media(max-width:768px){
  html{cursor:auto}
  #cursor,#cursor-ring{display:none}
  body{cursor:auto}
  nav{padding:1.2rem 5vw}
  nav.scrolled{padding:1rem 5vw}
  .nav-links{gap:1.5rem}
  .nav-links a{font-size:.65rem;letter-spacing:.12em}
  section{padding:5rem 5vw}
  #hero{padding:0;height:auto;min-height:100vh;flex-direction:column;justify-content:flex-start;align-items:stretch;overflow:hidden}
  .hero-content{padding:7rem 5vw 2.5rem;max-width:100%;position:relative;z-index:2}
  .hero-bg{position:absolute;inset:0}
  .hero-frame{display:block;position:relative;width:100%;height:360px;flex-shrink:0;z-index:1}
  .hero-frame-inner{width:100%;height:100%}
  .hero-scroll{display:none}
  .hero-name{font-size:clamp(3.2rem,13vw,5.5rem)}
  .hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2.5rem;margin-bottom:2.5rem}
  .stat{display:flex;flex-direction:column}
  .hero-cta{flex-direction:column;gap:1rem}
  .btn-primary,.btn-ghost{text-align:center}
  #about{grid-template-columns:1fr;gap:3rem}
  .expertise-grid{grid-template-columns:1fr;gap:2px}
  .work-featured{grid-template-columns:1fr}
  .work-featured .work-poster{width:100%;aspect-ratio:2/3;height:auto;min-height:0;padding:0}
  .work-featured .work-body{padding:2rem 1.8rem}
  .work-featured .work-title{font-size:clamp(1.8rem,7vw,2.6rem)}
  .works-list .work-poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}
  .works-list{grid-template-columns:1fr}
  .works-brand-grid{grid-template-columns:1fr}
  .reels-grid{grid-template-columns:1fr}
  .skills-wrapper{grid-template-columns:1fr;gap:3rem}
  .camera-list{grid-template-columns:1fr}
  .bts-counter{font-size:.58rem;bottom:.8rem;right:1rem}
  #philosophy{padding:5rem 5vw}
  #contact{grid-template-columns:1fr;gap:3rem}
  footer{flex-direction:column;gap:1rem;text-align:center;padding:2.5rem 5vw}
}

/* Small mobile: ≤ 480px */
@media(max-width:480px){
  nav{padding:1rem 4vw}
  .nav-links{gap:1rem}
  .nav-links a{font-size:.6rem;letter-spacing:.08em}
  section{padding:4rem 4vw}
  .hero-content{padding:6rem 4vw 2rem}
  .hero-frame{height:280px}
  .hero-name{font-size:clamp(2.8rem,14vw,4.5rem)}
  .stat-num{font-size:2.2rem}
  .section-title{font-size:clamp(2.5rem,10vw,4rem)}
  .work-featured .work-body{padding:1.6rem 1.4rem}
  .work-body{padding:1.4rem 1.2rem}
  .works-brand-grid{grid-template-columns:1fr}
  .reels-grid{grid-template-columns:1fr}
  .brand-card{padding:1.8rem 1.4rem}
  #philosophy{padding:4rem 4vw}
  #contact{padding:4rem 4vw}
  footer{padding:2rem 4vw}
}
