:root{--black:#0b0b0e;--card:#18181d;--white:#f5f6f8;--muted:#a5a7af;--blue:#5c92ff;--line:#2b2c33;--max:1360px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:"Avenir Next","Century Gothic","Trebuchet MS",Arial,sans-serif;font-size:17px}a{color:inherit;text-decoration:none}.header{height:118px;display:flex;align-items:center;justify-content:space-between;max-width:var(--max);margin:auto;padding:0 34px;background:var(--black)}.logo{width:62px;height:62px;border:2px solid var(--blue);border-radius:50%;display:grid;place-items:center;font-weight:900;letter-spacing:-2px;font-size:22px}.logo span{transform:translateX(-1px)}nav{display:flex;align-items:center;gap:42px;color:#b8b9bf;font-size:18px}nav>a,.navdrop>a{padding:22px 0}nav a:hover{color:#fff}.navdrop{position:relative}.navdrop b{color:var(--blue);font-size:15px}.dropdown{position:absolute;top:55px;right:-22px;width:235px;background:#141419;border:1px solid var(--line);border-radius:12px;padding:10px;opacity:0;visibility:hidden;transform:translateY(-7px);transition:.18s;z-index:10;box-shadow:0 18px 50px #0009}.navdrop:hover .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:11px 13px;border-radius:8px;font-size:14px}.dropdown a:hover{background:#202128;color:#fff}.hero{position:relative;width:100%;height:clamp(500px,35vw,670px);overflow:hidden;background:#111}.hero video{width:100%;height:100%;object-fit:cover;display:block}.shade{position:absolute;inset:0;background:rgba(0,0,0,.24)}.hero-title{position:absolute;inset:0;display:grid;place-content:center;text-align:center;text-shadow:0 2px 18px #000}.hero-title h1{margin:0;font-size:clamp(38px,5vw,72px);letter-spacing:.08em}.hero-title p{margin:14px 0 0;font-size:clamp(13px,1.5vw,20px);letter-spacing:.28em}.work{max-width:var(--max);margin:auto;padding:48px 34px 78px}.sectionbar{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.sectionbar h2{font-size:27px;margin:0;letter-spacing:.04em}.sectionbar span{color:var(--muted);font-size:14px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{background:var(--card);border:0;border-radius:14px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.card:hover{transform:translateY(-9px) scale(1.015);box-shadow:0 18px 40px #0008}.thumb{aspect-ratio:4/5.4;display:grid;place-items:center;text-align:center;font-weight:900;letter-spacing:.06em;background:#111217;position:relative;overflow:hidden}.thumb:after{display:none}.thumb span{z-index:1}.reel{background:linear-gradient(145deg,#152a4c,#101116)}.cft{background:linear-gradient(145deg,#263b52,#171820)}.spaceman{background:linear-gradient(145deg,#202c48,#111218)}.houdini{background:linear-gradient(145deg,#15314b,#15151a)}.info{padding:20px 20px 24px;min-height:178px}.info h3{font-size:19px;margin:0 0 10px}.info em{font-style:normal;color:var(--blue);font-size:13px;font-weight:700}.info p{color:var(--muted);line-height:1.55;font-size:16px;margin:14px 0 0}.simple{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:90px 34px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.simple small,.contact small{color:var(--blue);font-weight:800;letter-spacing:.14em}.simple h2,.contact h2{font-size:clamp(34px,4vw,58px);margin:12px 0}.simple p,.contact p{color:var(--muted);font-size:18px;line-height:1.65}.contact{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:90px 34px 110px;text-align:center}footer{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:26px 34px 40px;display:flex;justify-content:space-between;color:#777982;font-size:13px}@media(max-width:900px){.header{height:90px}.cards{grid-template-columns:repeat(2,1fr)}.hero{height:56.25vw;min-height:360px;max-height:560px}.simple{grid-template-columns:1fr;gap:15px}}@media(max-width:620px){.header{padding:0 18px}.logo{width:48px;height:48px;font-size:17px}nav{gap:16px;font-size:13px}.navdrop .dropdown{right:auto;left:-10px}.hero-title p{letter-spacing:.15em}.work{padding-left:18px;padding-right:18px}.sectionbar span{display:none}.cards{grid-template-columns:1fr}.simple,.contact{padding-left:18px;padding-right:18px}footer{padding-left:18px;padding-right:18px}}

.godly{background:linear-gradient(145deg,#24352d,#111218)}
.lighting{background:linear-gradient(145deg,#26382f,#111217)}
.art2d{background:linear-gradient(145deg,#2a3931,#13141a)}
.life{background:linear-gradient(145deg,#21342a,#101116)}

/* V3 pastel green accent */
:root{
  --pastel-green:#8fa77b;
  --pastel-green-soft:#b4c49f;
  --pastel-green-deep:#687d59;
}
.info em{color:var(--pastel-green)}
.dropdown a:hover{color:var(--pastel-green-soft)}
nav a:hover{color:var(--pastel-green-soft)}
.card:hover{box-shadow:0 18px 38px rgba(168,213,186,.08)}
.logo span{border-color:var(--pastel-green);color:var(--pastel-green)}

/* V4 real project imagery */
.thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .35s ease;
}
.card:hover .thumb img{transform:scale(1.035)}
.about-portrait{
  width:min(280px,100%);
  border-radius:18px;
  overflow:hidden;
  margin-bottom:28px;
}
.about-portrait img{width:100%;display:block}

/* V5 cleaner Sunrise-inspired cards and content */
.about-section{
  max-width:var(--max);
  margin:auto;
  border-top:1px solid var(--line);
  padding:90px 34px;
  display:grid;
  grid-template-columns:minmax(220px,320px) minmax(0,1fr);
  gap:70px;
  align-items:start;
}
.about-section small,.contact small{
  color:var(--pastel-green);
  font-weight:800;
  letter-spacing:.14em;
}
.about-copy h2{
  font-size:clamp(34px,4vw,58px);
  margin:12px 0 26px;
}
.about-copy p{
  color:var(--muted);
  font-size:18px;
  line-height:1.72;
  max-width:850px;
}
.about-copy strong{color:var(--white)}
.about-portrait{
  width:100%;
  max-width:300px;
  border-radius:14px;
  overflow:hidden;
  margin:0;
}
.about-portrait img{
  width:100%;
  height:auto;
  display:block;
}
.contact h2{
  margin-bottom:26px;
}
.contact-list{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px 28px;
  font-size:18px;
}
.contact-list a,.contact-list span{
  color:var(--muted);
}
.contact-list a:hover{
  color:var(--pastel-green-soft);
}
@media(max-width:900px){
  .about-section{
    grid-template-columns:1fr;
    gap:36px;
  }
}

/* V6: blue accent returns; About heading stays natural green */
.info em{color:#5c92ff}
.dropdown a:hover{color:#5c92ff}
nav a:hover{color:#5c92ff}
.logo span{border-color:#5c92ff;color:#5c92ff}
.about-copy h2{color:#5c92ff}
.contact small{color:#5c92ff}
.contact-list{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
}
.contact-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px 28px;
}
.contact-links a:hover{color:#5c92ff}
.contact-location{
  margin-top:4px;
  color:#85878e !important;
  font-size:13px;
  font-weight:400;
  letter-spacing:.16em;
}

/* V7 unified blue branding */
.logo,
.logo span{
  color:#5c92ff !important;
  border-color:#5c92ff !important;
}
.logo span{
  background:transparent !important;
}

/* V8 typography + Character Animation page */
body{letter-spacing:.005em}
.hero-title h1,.sectionbar h2,.info h3,.about-copy h2,.contact h2,.project-heading h1,.project-note h2{font-family:"Avenir Next","Century Gothic","Trebuchet MS",Arial,sans-serif;font-weight:700}
.hero-title h1{font-weight:600;letter-spacing:.105em}
.info h3{font-weight:700;letter-spacing:.025em}
.project-detail{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:72px 34px 100px}
.project-heading{max-width:850px;margin-bottom:38px}
.project-heading small{color:#5c92ff;font-weight:700;letter-spacing:.15em}
.project-heading h1{font-size:clamp(42px,5vw,72px);margin:10px 0 12px}
.project-heading p{color:var(--muted);font-size:19px;margin:0}
.reel-player{width:100%;background:#050506;border-radius:14px;overflow:hidden}
.reel-player video{width:100%;display:block;aspect-ratio:16/9;background:#000}
.project-note{max-width:820px;padding-top:55px}
.project-note h2{font-size:32px;margin:0 0 12px;color:#5c92ff}
.project-note p{color:var(--muted);font-size:18px;line-height:1.7}
@media(max-width:620px){.project-detail{padding:50px 18px 75px}.project-heading h1{font-size:40px}}

/* V9: private film page */
.password-gate{max-width:760px;margin-top:18px}
.password-card{
  background:#141419;
  border-radius:14px;
  padding:42px;
}
.lock-mark{color:#5c92ff;font-size:24px;margin-bottom:16px}
.password-card h2{margin:0 0 10px;font-size:30px}
.password-card>p{margin:0 0 24px;color:var(--muted);line-height:1.6}
.password-row{display:flex;gap:10px}
.password-row input{
  flex:1;
  min-width:0;
  border:1px solid #343640;
  background:#0d0e12;
  color:var(--white);
  border-radius:9px;
  padding:14px 15px;
  font:inherit;
  outline:none;
}
.password-row input:focus{border-color:#5c92ff}
.password-row button{
  border:0;
  border-radius:9px;
  padding:14px 20px;
  background:#5c92ff;
  color:#fff;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.password-row button:hover{filter:brightness(1.06)}
.password-error{min-height:22px!important;margin:10px 0 0!important;color:#e77777!important;font-size:14px!important}
.protected-film{width:100%}
.film-frame{
  width:100%;
  aspect-ratio:16/9;
  background:#050506;
  border-radius:14px;
  overflow:hidden;
}
.film-frame iframe{width:100%;height:100%;border:0;display:block}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media(max-width:620px){
  .password-card{padding:26px 20px}
  .password-row{flex-direction:column}
  .password-row button{width:100%}
}

/* Cleared For Takeoff — process / storyboard gallery */
.project-detail.cleared-page{max-width:1280px;margin:0 auto;padding:72px 32px 96px}
.cleared-page .project-heading{max-width:820px;margin-bottom:44px}
.cleared-page .project-heading small{color:var(--blue);font-weight:700;letter-spacing:.14em}
.cleared-page .project-heading h1{margin:.35rem 0 .7rem;font-size:clamp(3rem,7vw,6.8rem);line-height:.9;letter-spacing:-.055em}
.cleared-page .project-heading .project-deck{font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.6;color:#c7c7c7;max-width:760px}
.project-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#303030;border:1px solid #303030;border-radius:16px;overflow:hidden;margin:0 0 64px}
.project-meta div{background:#111;padding:20px 22px}
.project-meta dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#7f7f7f;margin-bottom:6px}
.project-meta dd{margin:0;color:#f2f2f2;font-size:.98rem}
.process-section{border-top:1px solid #2c2c2c;padding-top:52px;margin-top:68px}
.section-kicker{margin:0 0 8px;color:var(--blue);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.process-section h2{font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.04em;margin:0 0 12px}
.section-intro{color:#a9a9a9;max-width:720px;line-height:1.65;margin:0 0 30px}
.storyboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.storyboard-card{margin:0;background:#0b0b0b;border:1px solid #242424;border-radius:14px;overflow:hidden}
.storyboard-card img{display:block;width:100%;height:auto;aspect-ratio:1.5/1;object-fit:cover}
.storyboard-card figcaption{padding:10px 13px 12px;color:#777;font-size:.76rem;letter-spacing:.06em}
.film-section{margin-top:0}
.cleared-page .password-gate{margin-top:24px}
@media(max-width:760px){
  .project-detail.cleared-page{padding:48px 18px 72px}
  .project-meta{grid-template-columns:repeat(2,minmax(0,1fr))}
  .storyboard-grid{grid-template-columns:1fr;gap:14px}
}

/* V11 — Cleared For Takeoff full pre-production case study */
.overview-section{margin-top:0}
.mentor-line{color:#d7d7d7;font-size:1rem;line-height:1.65;max-width:790px;margin:0 0 28px}
.overview-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:18px}
.overview-logline,.overview-facts,.style-direction-card{background:#121216;border:1px solid #26272d;border-radius:14px}
.overview-logline{padding:28px}
.overview-logline p{font-size:clamp(1.18rem,2vw,1.55rem);line-height:1.55;margin:9px 0 0;color:#f2f2f3}
.mini-label{display:block;color:#5c92ff;font-size:.71rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.overview-facts{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}
.overview-facts div{padding:21px;border-bottom:1px solid #26272d}
.overview-facts div:nth-child(odd){border-right:1px solid #26272d}
.overview-facts div:nth-last-child(-n+2){border-bottom:0}
.overview-facts span{display:block;color:#777b86;text-transform:uppercase;font-size:.68rem;letter-spacing:.12em;margin-bottom:6px}
.overview-facts strong{font-size:.93rem;line-height:1.45;color:#ececf0}
.style-direction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.style-direction-card{padding:25px}
.style-direction-card h3{font-size:1.35rem;margin:9px 0 10px}
.style-direction-card p{color:#a9abb2;line-height:1.65;margin:0;font-size:.94rem}
.style-direction-card em{color:#e6e7ea}
.gallery-grid{display:grid;gap:14px}
.character-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.gallery-item{appearance:none;border:1px solid #272830;background:#101014;border-radius:12px;overflow:hidden;padding:0;cursor:zoom-in;text-align:left;color:inherit;transition:transform .18s ease,border-color .18s ease}
.gallery-item:hover{transform:translateY(-2px);border-color:#4a4c58}
.gallery-item img{display:block;width:100%;height:100%;object-fit:cover}
.character-grid .gallery-item{height:260px}
.character-grid .wide-item{grid-column:span 2}
.character-grid .wide-item img{object-position:center 20%}
.character-grid .portrait-item img{object-fit:contain;background:#e8e6df}
.process-subsection{display:grid;grid-template-columns:310px minmax(0,1fr);gap:26px;align-items:start;margin-top:38px;padding-top:34px;border-top:1px solid #24252b}
.subsection-copy h3{font-size:1.55rem;margin:8px 0 10px}
.subsection-copy p{color:#a7a9b0;line-height:1.65;margin:0}
.feature-image{max-height:500px;background:#f4f3ef}
.feature-image img{height:auto;max-height:500px;object-fit:contain}
.turnaround-subsection{grid-template-columns:300px minmax(0,1fr)}
.turnaround-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.turnaround-grid .gallery-item img{height:auto;aspect-ratio:1.45/1;object-fit:contain;background:#f4f3ef}
.turnaround-grid .gallery-item span{display:block;padding:10px 12px;color:#858894;font-size:.76rem;letter-spacing:.05em}
.beat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.beat-grid .gallery-item{height:210px}
.beat-grid .gallery-item img{object-fit:cover}
.storyboard-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 18px}
.storyboard-tab{border:1px solid #30323a;background:#121318;color:#9ea1aa;border-radius:999px;padding:10px 15px;font:inherit;font-size:.84rem;cursor:pointer}
.storyboard-tab:hover{color:#fff;border-color:#4a4c58}
.storyboard-tab.is-active{background:#5c92ff;border-color:#5c92ff;color:#fff}
.storyboard-panel[hidden]{display:none!important}
.compact-storyboards{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.storyboard-card{appearance:none;padding:0;cursor:zoom-in;border-radius:9px}
.storyboard-card img{aspect-ratio:1.545/1;object-fit:cover}
.image-lightbox[hidden]{display:none}
.image-lightbox{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;padding:48px;cursor:zoom-out}
.image-lightbox img{display:block;max-width:min(94vw,1600px);max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 22px 80px rgba(0,0,0,.5)}
.lightbox-close{position:fixed;top:18px;right:22px;width:44px;height:44px;border:1px solid #444651;background:#111217;color:#fff;border-radius:50%;font-size:30px;line-height:1;cursor:pointer}
.lightbox-open{overflow:hidden}
.back-to-top{position:fixed;right:22px;bottom:22px;z-index:120;border:1px solid #3a3c46;background:rgba(17,18,23,.94);color:#fff;border-radius:999px;padding:14px 19px;font:inherit;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 12px 35px rgba(0,0,0,.3);opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,border-color .2s ease}
.back-to-top:hover{border-color:#5c92ff}
.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.back-to-top span{margin-left:4px}
@media(max-width:980px){
  .style-direction-grid{grid-template-columns:1fr}
  .character-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .character-grid .wide-item{grid-column:span 2}
  .compact-storyboards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .overview-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .character-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .character-grid .wide-item{grid-column:span 2}
  .character-grid .gallery-item{height:220px}
  .process-subsection,.turnaround-subsection{grid-template-columns:1fr}
  .beat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compact-storyboards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .turnaround-grid{grid-template-columns:1fr}
  .image-lightbox{padding:20px}
}
@media(max-width:480px){
  .overview-facts{grid-template-columns:1fr}
  .overview-facts div,.overview-facts div:nth-child(odd){border-right:0;border-bottom:1px solid #26272d}
  .overview-facts div:last-child{border-bottom:0}
  .character-grid{grid-template-columns:1fr 1fr}
  .beat-grid{grid-template-columns:1fr 1fr}
  .back-to-top span{display:none}
}

/* V12 — tighter project opening + unified project facts */
.cleared-page{scroll-padding-top:24px}
.project-detail.cleared-page{padding-top:46px}
.cleared-page .project-heading{margin-bottom:24px;max-width:900px}
.cleared-page .project-heading h1{font-size:clamp(3rem,6vw,5.6rem);margin:.28rem 0 .55rem}
.cleared-page .project-heading .project-deck{font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.52;max-width:820px}
.project-meta-expanded{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}
.project-meta-expanded div{padding:13px 16px;min-height:68px}
.project-meta-expanded dt{font-size:.64rem;margin-bottom:4px}
.project-meta-expanded dd{font-size:.86rem;line-height:1.35}
.mentor-highlight{display:flex;align-items:center;gap:13px;background:linear-gradient(90deg,rgba(92,146,255,.13),rgba(92,146,255,.035));border:1px solid rgba(92,146,255,.28);border-radius:12px;padding:14px 17px;margin:0 0 20px;max-width:980px}
.mentor-highlight .mentor-star{flex:0 0 auto;color:var(--blue);font-size:1.25rem}
.mentor-highlight p{margin:0;color:#d7d9df;font-size:.96rem;line-height:1.5}
.mentor-highlight strong{color:#fff;font-weight:700}
.cleared-page .film-section{border-top:1px solid #2c2c2c;padding-top:22px;margin-top:0}
.cleared-page .film-section .section-kicker{margin-bottom:5px}
.cleared-page .film-section h2{font-size:clamp(1.9rem,3.2vw,3rem);margin-bottom:7px}
.cleared-page .film-section .section-intro{margin-bottom:16px;font-size:.92rem}
.cleared-page .password-gate{margin-top:12px}
.cleared-page .password-card{padding:30px 34px}
.cleared-page .password-card h2{font-size:25px}
@media(max-width:900px){
  .project-meta-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .project-detail.cleared-page{padding-top:34px}
  .cleared-page .project-heading{margin-bottom:20px}
  .project-meta-expanded{grid-template-columns:1fr 1fr;margin-bottom:16px}
  .project-meta-expanded div{padding:12px 13px}
  .mentor-highlight{align-items:flex-start;padding:13px 14px}
  .mentor-highlight p{font-size:.88rem}
}

/* V13 — streamlined top + process navigation */
html{scroll-behavior:smooth;scroll-padding-top:88px}
.project-meta-expanded{grid-template-columns:repeat(4,minmax(0,1fr));max-width:980px}
.mentor-highlight{padding:15px 18px;margin-bottom:18px;border-left:3px solid var(--blue);background:rgba(92,146,255,.08)}
.mentor-highlight p{font-size:1rem}
.password-card{padding-top:22px}
.process-jump-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 58px}
.process-jump-nav a{display:flex;align-items:center;justify-content:center;min-height:48px;border:1px solid #30323a;border-radius:10px;background:#121318;color:#d9dbe2;text-decoration:none;font-size:.88rem;font-weight:650;letter-spacing:.02em;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.process-jump-nav a:hover{transform:translateY(-2px);border-color:var(--blue);background:rgba(92,146,255,.08);color:#fff}
.moodboard-gallery{display:grid;grid-template-columns:1.35fr 1fr;gap:12px;margin:24px 0 28px}
.moodboard-item{background:#101115;border:1px solid #242630;border-radius:12px;overflow:hidden;padding:0;cursor:zoom-in}
.moodboard-item img{width:100%;height:100%;display:block;object-fit:contain;background:#e9ecef;max-height:560px}
.moodboard-item:nth-child(4){grid-column:1/-1}
.phase-placeholder{min-height:220px}
.phase-placeholder .section-intro{max-width:740px}
@media(max-width:760px){
  .project-meta-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-jump-nav{grid-template-columns:1fr;gap:8px;margin-bottom:44px}
  .moodboard-gallery{grid-template-columns:1fr}
  .moodboard-item:nth-child(4){grid-column:auto}
}

/* V14 — compact moodboard slideshow + title mentorship */
.mentor-title-line{
  margin:0 0 12px;
  color:#aeb2bb;
  font-size:clamp(.88rem,1.15vw,1rem);
  line-height:1.5;
  max-width:880px;
}
.mentor-title-line strong{color:#e8eaf0;font-weight:700}
.cleared-page .project-heading .project-deck{margin-top:0}

.moodboard-gallery{display:none}
.moodboard-slideshow{max-width:860px;margin:22px auto 30px}
.moodboard-stage{
  position:relative;
  min-height:390px;
  height:min(48vw,500px);
  background:#0e0f13;
  border:1px solid #272933;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 50px rgba(0,0,0,.2);
}
.moodboard-slide{
  appearance:none;
  border:0;
  background:transparent;
  padding:18px 62px;
  width:100%;
  height:100%;
  cursor:zoom-in;
  display:flex;
  align-items:center;
  justify-content:center;
}
.moodboard-slide[hidden]{display:none!important}
.moodboard-slide img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:7px;
  box-shadow:0 10px 30px rgba(0,0,0,.22);
}
.moodboard-arrow{
  position:absolute;
  top:50%;
  z-index:4;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border:1px solid #3a3d47;
  border-radius:50%;
  background:rgba(10,11,14,.86);
  color:#fff;
  font:inherit;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.moodboard-arrow:hover{border-color:var(--blue);background:#151821;transform:translateY(-50%) scale(1.04)}
.moodboard-prev{left:14px}
.moodboard-next{right:14px}
.moodboard-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:12px}
.moodboard-dots{display:flex;gap:7px;align-items:center}
.moodboard-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  border:0;
  padding:0;
  background:#3e414a;
  cursor:pointer;
  transition:width .18s ease,background .18s ease,border-radius .18s ease;
}
.moodboard-dot.is-active{width:22px;border-radius:999px;background:var(--blue)}
.moodboard-counter{color:#737782;font-size:.76rem;letter-spacing:.08em}

@media(max-width:760px){
  .moodboard-slideshow{max-width:100%;margin-top:18px}
  .moodboard-stage{height:58vw;min-height:280px;border-radius:13px}
  .moodboard-slide{padding:14px 50px}
  .moodboard-arrow{width:36px;height:36px;font-size:26px}
  .moodboard-prev{left:9px}.moodboard-next{right:9px}
}
@media(max-width:480px){
  .moodboard-stage{height:64vw;min-height:240px}
  .moodboard-slide{padding:10px 42px}
}

/* V15 — Leo character design collage. Inspired by a cut-paper album-cover montage,
   while preserving each drawing's natural orientation instead of forcing equal crops. */
.character-collage{
  position:relative;
  width:min(100%,1040px);
  aspect-ratio:16/8.2;
  margin:26px auto 48px;
  border-radius:18px;
  background:
    radial-gradient(circle at 42% 35%,rgba(92,146,255,.08),transparent 34%),
    #111217;
  border:1px solid #252731;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
}
.character-collage::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.025),transparent 34%,transparent 70%,rgba(255,255,255,.018));
}
.collage-photo{
  position:absolute;
  z-index:1;
  appearance:none;
  border:6px solid #efefec;
  background:#efefec;
  padding:0;
  border-radius:2px;
  overflow:hidden;
  cursor:zoom-in;
  box-shadow:0 12px 28px rgba(0,0,0,.34);
  transition:transform .2s ease,box-shadow .2s ease,z-index 0s;
}
.collage-photo img{display:block;width:100%;height:auto;object-fit:contain;background:#efefec}
.collage-photo:hover{z-index:8;box-shadow:0 18px 38px rgba(0,0,0,.46)}
.collage-photo-rough{width:20.5%;left:4%;top:10%;transform:rotate(-3deg)}
.collage-photo-rough:hover{transform:rotate(-3deg) scale(1.035)}
.collage-photo-costumes{width:36%;left:22%;top:7%;transform:rotate(1.4deg);z-index:3}
.collage-photo-costumes:hover{transform:rotate(1.4deg) scale(1.025)}
.collage-photo-helmets{width:20%;right:5%;top:8%;transform:rotate(2.8deg);z-index:2}
.collage-photo-helmets:hover{transform:rotate(2.8deg) scale(1.035)}
.collage-photo-head{width:18.5%;left:8%;bottom:6%;transform:rotate(2.2deg);z-index:4}
.collage-photo-head:hover{transform:rotate(2.2deg) scale(1.035)}
.collage-photo-final-a{width:18%;left:47%;bottom:4%;transform:rotate(-2deg);z-index:5}
.collage-photo-final-a:hover{transform:rotate(-2deg) scale(1.035)}
.collage-photo-final-b{width:17.5%;right:13%;bottom:5%;transform:rotate(3deg);z-index:4}
.collage-photo-final-b:hover{transform:rotate(3deg) scale(1.035)}

@media(max-width:760px){
  .character-collage{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    aspect-ratio:auto;
    padding:12px;
    margin:20px auto 34px;
    overflow:visible;
  }
  .character-collage::after{display:none}
  .collage-photo,
  .collage-photo-rough,.collage-photo-costumes,.collage-photo-helmets,
  .collage-photo-head,.collage-photo-final-a,.collage-photo-final-b{
    position:relative;
    inset:auto;
    width:100%;
    transform:none;
    align-self:start;
    border-width:4px;
  }
  .collage-photo:hover,
  .collage-photo-rough:hover,.collage-photo-costumes:hover,.collage-photo-helmets:hover,
  .collage-photo-head:hover,.collage-photo-final-a:hover,.collage-photo-final-b:hover{transform:scale(1.015)}
  .collage-photo-costumes{grid-column:1/-1;width:72%;justify-self:center}
}

/* Cleared For Takeoff — Production */
.production-section { scroll-margin-top: 92px; }
.production-block { margin-top: 54px; }
.production-block + .production-block { margin-top: 78px; padding-top: 64px; border-top: 1px solid var(--line); }
.production-copy { max-width: 820px; margin-bottom: 26px; }
.production-copy h3 { margin-bottom: 12px; }
.production-copy p { max-width: 780px; }
.shot-tracker-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.shot-tracker-grid .gallery-item { border-radius: 10px; overflow: hidden; background: #111; }
.shot-tracker-grid img { display: block; width: 100%; height: auto; object-fit: contain; }
.playblast-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.playblast-grid video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #050505; border-radius: 10px; }
@media (max-width: 900px) {
  .shot-tracker-grid, .playblast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .shot-tracker-grid, .playblast-grid { grid-template-columns: 1fr; }
  .production-block + .production-block { margin-top: 54px; padding-top: 46px; }
}


/* V22 — consistent production-phase section headings */
.cleared-page .phase-title{
  margin:0 0 30px;
  color:var(--blue);
  font-size:clamp(2.65rem,5vw,4.7rem);
  font-weight:400;
  line-height:1;
  letter-spacing:-.035em;
}
.cleared-page #pre-production,
.cleared-page #production,
.cleared-page #post-production{
  scroll-margin-top:92px;
}
.cleared-page #production,
.cleared-page #post-production{
  margin-top:88px;
  padding-top:72px;
  border-top:1px solid var(--line);
}
@media(max-width:620px){
  .cleared-page .phase-title{font-size:clamp(2.35rem,12vw,3.5rem);margin-bottom:24px}
  .cleared-page #production,.cleared-page #post-production{margin-top:64px;padding-top:52px}
}

/* V23 — compact scrapbook-style development galleries */
.development-subsection{margin-top:54px}
.scrapbook-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;align-items:center;margin-top:28px;padding:22px 10px 28px}
.scrapbook-photo{background:#f2f0eb;border:0;border-radius:3px;padding:9px 9px 26px;box-shadow:0 14px 34px rgba(0,0,0,.28);cursor:zoom-in;transition:transform .22s ease,box-shadow .22s ease;overflow:hidden}
.scrapbook-photo img{display:block;width:100%;height:100%;object-fit:cover;border-radius:1px}
.scrapbook-photo:hover{z-index:2;transform:rotate(0deg) translateY(-5px);box-shadow:0 20px 42px rgba(0,0,0,.38)}
.tilt-left{transform:rotate(-2.1deg)}.tilt-right{transform:rotate(2deg)}.tilt-left-soft{transform:rotate(-1deg)}.tilt-right-soft{transform:rotate(1deg)}
.leo-model-scrapbook .scrapbook-photo{grid-column:span 3;aspect-ratio:1.45/1}
.ship-concept-scrapbook .scrapbook-photo:nth-child(1){grid-column:span 5;aspect-ratio:.78/1}.ship-concept-scrapbook .scrapbook-photo:nth-child(2){grid-column:span 3;aspect-ratio:.72/1}.ship-concept-scrapbook .scrapbook-photo:nth-child(3){grid-column:span 4;aspect-ratio:.72/1}
.ship-model-scrapbook .scrapbook-photo:nth-child(1){grid-column:span 5;aspect-ratio:1.75/1}.ship-model-scrapbook .scrapbook-photo:nth-child(2){grid-column:span 3;aspect-ratio:1.78/1}.ship-model-scrapbook .scrapbook-photo:nth-child(3){grid-column:span 4;aspect-ratio:1.78/1}
.lighting-test-image{display:block;max-width:920px;margin:26px auto 0}
.lighting-test-image img{width:100%;display:block}
@media(max-width:800px){.scrapbook-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding-inline:0}.leo-model-scrapbook .scrapbook-photo,.ship-concept-scrapbook .scrapbook-photo:nth-child(n),.ship-model-scrapbook .scrapbook-photo:nth-child(n){grid-column:span 1;aspect-ratio:auto}.scrapbook-photo{padding:7px 7px 20px}.scrapbook-photo img{height:auto}}

/* V25 — Final Lighting photo deck */
.lighting-deck{max-width:1050px;margin:30px auto 0;padding:20px 18px 4px}
.lighting-deck-stage{position:relative;min-height:clamp(330px,52vw,610px);display:grid;place-items:center;isolation:isolate}
.lighting-card{position:absolute;width:min(86%,900px);padding:9px 9px 30px;border:0;border-radius:3px;background:#f2f0eb;box-shadow:0 20px 50px rgba(0,0,0,.42);cursor:zoom-in;opacity:0;pointer-events:none;transform:translateY(8px) rotate(var(--deck-rotation,0deg)) scale(.985);transition:opacity .42s ease,transform .42s ease;overflow:hidden}
.lighting-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:1px}
.lighting-card.is-active{opacity:1;pointer-events:auto;transform:translateY(0) rotate(var(--deck-rotation,0deg)) scale(1);z-index:5}
.lighting-card.is-under-one{opacity:.34;transform:translate(-18px,10px) rotate(var(--deck-rotation,0deg)) scale(.975);z-index:3}
.lighting-card.is-under-two{opacity:.18;transform:translate(18px,17px) rotate(var(--deck-rotation,0deg)) scale(.95);z-index:2}
.lighting-card:nth-child(3n+1){--deck-rotation:-1.5deg}.lighting-card:nth-child(3n+2){--deck-rotation:1.35deg}.lighting-card:nth-child(3n){--deck-rotation:-.55deg}
.lighting-deck-controls{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:16px}
.deck-arrow{width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:#15151a;color:var(--white);font:inherit;font-size:1.25rem;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.deck-arrow:hover{transform:translateY(-2px);border-color:var(--blue);background:#1b1d24}
.deck-counter{min-width:64px;text-align:center;color:var(--muted);font-size:.9rem;letter-spacing:.08em}
.deck-hint{text-align:center;color:var(--muted);font-size:.82rem;margin:12px 0 0}
@media(max-width:620px){.lighting-deck{padding-inline:0}.lighting-deck-stage{min-height:62vw}.lighting-card{width:91%;padding:6px 6px 20px}.lighting-card.is-under-one{transform:translate(-8px,6px) rotate(var(--deck-rotation,0deg)) scale(.98)}.lighting-card.is-under-two{transform:translate(8px,10px) rotate(var(--deck-rotation,0deg)) scale(.96)}}


/* V26 — layout refinements */
.mentor-title-line.mentor-one-line{
  color:var(--blue);
  font-weight:300;
  font-size:clamp(.72rem,1.02vw,.95rem);
  line-height:1.25;
  max-width:none;
  white-space:nowrap;
  letter-spacing:.015em;
}
.mentor-title-line.mentor-one-line strong{
  color:inherit;
  font-weight:400;
}
.leo-model-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:start;
  margin-top:26px;
}
.plain-image-item{
  display:block;
  width:100%;
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
  overflow:visible;
}
.plain-image-item img{
  display:block;
  width:100%;
  height:auto;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.early-lighting-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:start;
  margin-top:26px;
}
.lighting-card img{
  filter:saturate(93%);
}
@media(max-width:900px){
  .mentor-title-line.mentor-one-line{font-size:clamp(.62rem,1.65vw,.82rem)}
  .leo-model-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .mentor-title-line.mentor-one-line{white-space:normal;font-size:.78rem}
  .early-lighting-row{grid-template-columns:1fr}
  .leo-model-row{grid-template-columns:1fr 1fr;gap:8px}
}


/* V27 — hierarchy, mentorship line, and modeling crop refinements */
.cleared-page .project-heading{max-width:1100px}
.mentor-title-line.mentor-one-line{
  display:block;
  width:max-content;
  max-width:none;
  color:var(--blue) !important;
  font-size:.82rem;
  font-weight:300;
  line-height:1.2;
  white-space:nowrap;
}
.mentor-title-line.mentor-one-line strong{color:var(--blue) !important;font-weight:400}

/* Keep pre-production subsection titles consistent with the other white subsection titles. */
.cleared-page #moodboards > h2,
.cleared-page #character-design > h2,
.cleared-page #story-beats > h2,
.cleared-page #storyboards > h2{
  font-size:1.55rem;
  letter-spacing:normal;
  margin:8px 0 10px;
  font-weight:700;
}

/* Present the four Leo modeling studies as equal square crops. */
.leo-model-row .plain-image-item{aspect-ratio:1/1;overflow:hidden}
.leo-model-row .plain-image-item img{width:100%;height:100%;object-fit:cover}

@media(max-width:900px){
  .mentor-title-line.mentor-one-line{font-size:.72rem}
}
@media(max-width:620px){
  .mentor-title-line.mentor-one-line{width:auto;max-width:100%;white-space:normal;font-size:.78rem}
}


/* V28 — mentorship line placement */
.cleared-page .project-heading .mentor-title-line.mentor-one-line{
  margin-top:18px;
  margin-bottom:0;
  font-size:clamp(.92rem,1.12vw,1.05rem);
  letter-spacing:.005em;
  white-space:nowrap;
}
@media(max-width:900px){
  .cleared-page .project-heading .mentor-title-line.mentor-one-line{font-size:clamp(.72rem,1.55vw,.9rem)}
}
@media(max-width:620px){
  .cleared-page .project-heading .mentor-title-line.mentor-one-line{white-space:normal;font-size:.82rem}
}

/* V29 — optically center moodboard chevrons */
.moodboard-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  font-family:Arial,sans-serif;
  line-height:42px;
  text-align:center;
  text-indent:0;
}
.moodboard-arrow::first-line{line-height:42px}
.moodboard-prev{padding-bottom:3px}
.moodboard-next{padding-bottom:3px}


/* V30 — normalize Moodboards subsection heading */
.cleared-page .process-section h2.standard-subsection-title{
  font-size:1.55rem;
  letter-spacing:normal;
  margin:8px 0 10px;
  font-weight:700;
}

/* Spaceman project */
.spaceman-page .spaceman-turnaround{max-width:980px;margin:24px auto 0;display:block}
.spaceman-page .spaceman-turnaround img{width:100%;height:auto;object-fit:contain;display:block}

/* V36 — Spaceman phase headings match Cleared For Takeoff */
.spaceman-page .phase-title{
  margin:0 0 30px;
  color:var(--blue);
  font-size:clamp(2.65rem,5vw,4.7rem);
  font-weight:400;
  line-height:1;
  letter-spacing:-.035em;
}
@media(max-width:620px){
  .spaceman-page .phase-title{font-size:clamp(2.35rem,12vw,3.5rem);margin-bottom:24px}
}

/* V37 — place process navigation beneath the section divider */
.cleared-page .process-jump-nav{
  border-top:1px solid var(--line);
  padding-top:24px;
  margin-top:18px;
}
.cleared-page #pre-production{
  border-top:0;
  padding-top:0;
}

/* V39 — more breathing room around film/process divider */
.cleared-page .process-jump-nav{
  margin-top:42px;
  padding-top:38px;
}


/* V40 — Spaceman typography + storyboard gallery */
.spaceman-page .process-section h2.standard-subsection-title{
  font-size:1.55rem;
  letter-spacing:normal;
  margin:8px 0 10px;
  font-weight:700;
}
.spaceman-subsection{margin-top:64px;padding-top:54px;border-top:1px solid var(--line)}
.spaceman-storyboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:26px}
.spaceman-storyboard-grid .storyboard-item{display:block;width:100%;padding:0;border:0;border-radius:8px;overflow:hidden;background:#111;cursor:zoom-in}
.spaceman-storyboard-grid .storyboard-item img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .2s ease}
.spaceman-storyboard-grid .storyboard-item:hover img{transform:scale(1.025)}
@media(max-width:900px){.spaceman-storyboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.spaceman-storyboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.spaceman-subsection{margin-top:48px;padding-top:40px}}

/* Spaceman — concept + production expansion */
.spaceman-page .process-jump-nav{margin-top:56px}
.ship-concept-collage{position:relative;min-height:760px;margin:34px auto 0;max-width:1120px}
.ship-concept-collage .concept-card{position:absolute;padding:10px 10px 34px;background:#f2f0e9;border:0;border-radius:3px;box-shadow:0 18px 45px #0008;cursor:zoom-in;transition:transform .22s ease,box-shadow .22s ease;overflow:visible}
.ship-concept-collage .concept-card img{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(.12) contrast(1.02)}
.ship-concept-collage .concept-card:hover{z-index:6;box-shadow:0 24px 60px #000b}
.concept-card-a{width:37%;left:4%;top:20px;transform:rotate(-4deg)}
.concept-card-b{width:34%;left:33%;top:85px;transform:rotate(3deg)}
.concept-card-c{width:34%;right:3%;top:10px;transform:rotate(-2deg)}
.concept-card-d{width:38%;left:31%;top:395px;transform:rotate(1.5deg)}
.concept-card-a:hover{transform:rotate(-2deg) translateY(-7px)}.concept-card-b:hover{transform:rotate(1deg) translateY(-7px)}.concept-card-c:hover{transform:rotate(-.5deg) translateY(-7px)}.concept-card-d:hover{transform:rotate(.5deg) translateY(-7px)}
.spaceman-production-block{margin-top:20px}
.character-production-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:14px;margin-top:28px;align-items:stretch}
.character-production-grid .gallery-item{border-radius:10px;overflow:hidden;background:#111;min-height:310px}
.character-production-grid img{width:100%;height:100%;display:block;object-fit:cover}
.character-production-grid .character-prod-wide{min-height:420px}
.turnaround-gif-wrap{max-width:920px;margin:18px auto 0;border-radius:10px;overflow:hidden;background:#111}
.turnaround-gif-wrap img{display:block;width:100%;height:auto}
.ship-production-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:150px;gap:14px;margin-top:28px}
.ship-production-grid .gallery-item{grid-column:span 4;grid-row:span 2;border-radius:10px;overflow:hidden;background:#111}
.ship-production-grid .gallery-item img{display:block;width:100%;height:100%;object-fit:cover}
.ship-production-grid .ship-prod-feature{grid-column:span 7;grid-row:span 3}.ship-production-grid .ship-prod-tall{grid-column:span 5;grid-row:span 3}.ship-production-grid .ship-prod-wide{grid-column:span 6;grid-row:span 2}
.animation-playblast-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.animation-playblast-grid video,.asteroid-video{display:block;width:100%;background:#050505;border-radius:10px;aspect-ratio:16/9;object-fit:contain}
.walk-test-card{max-width:900px;margin:34px auto 0;text-align:center}.walk-test-card h3{font-size:26px;margin:8px 0 18px}.walk-test-card img{display:block;width:100%;border-radius:10px;background:#111}
.asteroid-video{margin-top:28px}
@media(max-width:900px){.ship-concept-collage{min-height:650px}.concept-card-a{width:43%;left:2%}.concept-card-b{width:40%;left:31%;top:100px}.concept-card-c{width:40%;right:1%}.concept-card-d{width:44%;left:29%;top:350px}.character-production-grid{grid-template-columns:1fr 1fr}.character-production-grid .character-prod-wide{grid-column:1/-1}.ship-production-grid{grid-auto-rows:130px}.ship-production-grid .gallery-item,.ship-production-grid .ship-prod-wide{grid-column:span 6}.ship-production-grid .ship-prod-feature,.ship-production-grid .ship-prod-tall{grid-column:span 6}}
@media(max-width:620px){.ship-concept-collage{min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.ship-concept-collage .concept-card{position:relative!important;inset:auto!important;width:auto!important;transform:none!important;padding:7px 7px 24px}.character-production-grid,.animation-playblast-grid{grid-template-columns:1fr}.character-production-grid .character-prod-wide{grid-column:auto;min-height:0}.character-production-grid .gallery-item{min-height:0}.ship-production-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:auto}.ship-production-grid .gallery-item,.ship-production-grid .ship-prod-feature,.ship-production-grid .ship-prod-tall,.ship-production-grid .ship-prod-wide{grid-column:auto;grid-row:auto}.ship-production-grid .gallery-item img{height:auto}.walk-test-card{margin-top:26px}}

/* Spaceman v43 refinements */
.ship-concept-collage{min-height:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:center;margin:30px 0 10px}
.ship-concept-collage .concept-card{position:relative!important;inset:auto!important;width:auto!important;padding:8px 8px 26px!important}
.ship-concept-collage .concept-card-a{transform:rotate(-1.7deg)!important}.ship-concept-collage .concept-card-b{transform:rotate(1.2deg)!important}.ship-concept-collage .concept-card-c{transform:rotate(-.8deg)!important}.ship-concept-collage .concept-card-d{transform:rotate(1.5deg)!important}
.ship-slideshow{max-width:1120px;margin:28px auto 0}.ship-slide-stage{height:min(68vw,720px);min-height:440px;background:#101014;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center}.ship-slide{width:100%;height:100%;border:0;background:transparent;padding:0;cursor:zoom-in}.ship-slide img{width:100%;height:100%;object-fit:contain;display:block}.ship-slide-controls{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:14px}.ship-slide-controls button{width:44px;height:38px;border:1px solid var(--line);border-radius:999px;background:#17181d;color:var(--white);cursor:pointer;font-size:18px}.ship-slide-controls span{color:var(--muted);font-size:13px;letter-spacing:.08em}.ship-slide-controls strong{color:var(--white)}
.turnaround-gif-wrap{display:block;border:0;padding:0;cursor:zoom-in}.walk-test-card .gallery-item{display:block;border:0;padding:0;background:transparent;cursor:zoom-in}.walk-test-card .gallery-item img{display:block;width:100%;height:auto}
@media(max-width:900px){.ship-concept-collage{grid-template-columns:repeat(2,1fr)!important}.ship-slide-stage{min-height:360px}}
@media(max-width:620px){.ship-concept-collage{grid-template-columns:repeat(2,1fr)!important}.ship-slide-stage{height:64vw;min-height:240px}}


/* V44 — ship concept overlap, left-aligned rig copy, live Adobe GIFs */
.spaceman-page .ship-concept-collage{
  display:flex!important;
  justify-content:center;
  align-items:center;
  gap:0!important;
  max-width:1240px;
  margin:38px auto 24px!important;
  padding:22px 42px 30px;
  overflow:visible;
}
.spaceman-page .ship-concept-collage .concept-card{
  flex:0 0 28%;
  width:28%!important;
  margin-left:-4.5%;
  z-index:1;
}
.spaceman-page .ship-concept-collage .concept-card:first-child{margin-left:0}
.spaceman-page .ship-concept-collage .concept-card:nth-child(1){z-index:1}
.spaceman-page .ship-concept-collage .concept-card:nth-child(2){z-index:2}
.spaceman-page .ship-concept-collage .concept-card:nth-child(3){z-index:3}
.spaceman-page .ship-concept-collage .concept-card:nth-child(4){z-index:4}
.spaceman-page .ship-concept-collage .concept-card:hover{z-index:10}

.spaceman-page .walk-test-card{
  max-width:900px;
  margin:34px 0 0;
  text-align:left;
}
.spaceman-page .walk-test-card .section-intro{margin-left:0;margin-right:0}
.spaceman-page .walk-test-card .gallery-item{width:100%}

@media(max-width:900px){
  .spaceman-page .ship-concept-collage{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    padding:12px 0 20px;
  }
  .spaceman-page .ship-concept-collage .concept-card{
    width:auto!important;
    margin-left:0!important;
  }
}

/* V45 — clear play affordance for featured videos */
.video-with-play-overlay{position:relative}
.video-play-overlay{position:absolute;inset:0;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;z-index:3;padding:0}
.play-circle{width:clamp(76px,8vw,116px);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:rgba(10,10,14,.58);border:2px solid rgba(255,255,255,.78);box-shadow:0 8px 30px rgba(0,0,0,.35);backdrop-filter:blur(3px);transition:transform .2s ease,background .2s ease}
.video-play-overlay:hover .play-circle{transform:scale(1.07);background:rgba(10,10,14,.72)}
.play-triangle{width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:24px solid #fff;margin-left:7px}
.video-with-play-overlay.is-playing .video-play-overlay{display:none}


/* V46 — Spaceman navigation, concept overlap, centered walk test */
.spaceman-page .project-responsibility{
  margin:2px 0 0;
  color:#f0f1f4;
  font-size:.95rem;
  line-height:1.45;
  font-weight:400;
}
.spaceman-page .ship-concept-collage{
  display:flex!important;
  justify-content:center;
  align-items:center;
  max-width:1280px;
  margin:40px auto 34px!important;
  padding:24px 36px 34px;
  overflow:visible;
}
.spaceman-page .ship-concept-collage .concept-card{
  flex:0 0 29%;
  width:29%!important;
  margin-left:-5.2%!important;
}
.spaceman-page .ship-concept-collage .concept-card:first-child{margin-left:0!important}
/* deliberate weave: 1 over 2, 2 over 3, 3 over 4 */
.spaceman-page .ship-concept-collage .concept-card:nth-child(1){z-index:4;transform:rotate(-1.8deg)!important}
.spaceman-page .ship-concept-collage .concept-card:nth-child(2){z-index:3;transform:rotate(1.1deg)!important}
.spaceman-page .ship-concept-collage .concept-card:nth-child(3){z-index:2;transform:rotate(-.9deg)!important}
.spaceman-page .ship-concept-collage .concept-card:nth-child(4){z-index:1;transform:rotate(1.6deg)!important}
.spaceman-page .ship-concept-collage .concept-card:hover{z-index:10}
.spaceman-page .walk-test-card{max-width:none;margin-top:34px;text-align:left}
.spaceman-page .walk-test-card .gallery-item{width:min(900px,82%);margin:20px auto 0}

@media(max-width:900px){
  .spaceman-page .ship-concept-collage{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;padding:12px 0 20px}
  .spaceman-page .ship-concept-collage .concept-card{width:auto!important;margin-left:0!important;transform:none!important}
  .spaceman-page .walk-test-card .gallery-item{width:100%}
}

/* V46 — Houdini projects */
.houdini-page .project-heading{max-width:920px;margin-bottom:56px}
.houdini-page .project-heading small{color:var(--blue);font-weight:700;letter-spacing:.14em}
.houdini-page .project-heading h1{font-size:clamp(3rem,6vw,5.6rem);margin:.28rem 0 .7rem;line-height:.95;letter-spacing:-.045em}
.houdini-page .houdini-intro{color:var(--muted);font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.55;margin:0}
.houdini-project-section{border-top:1px solid var(--line);padding:58px 0 68px}
.houdini-project-section h2.standard-subsection-title{font-size:1.55rem;letter-spacing:normal;margin:0 0 22px;font-weight:700}
.houdini-video{position:relative;max-width:1100px}
.houdini-video video{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;background:#050505;border-radius:12px}
@media(max-width:620px){.houdini-project-section{padding:42px 0 50px}}

/* V47 — Houdini process layouts */
.houdini-process-block{margin-top:34px;padding-top:30px;border-top:1px solid rgba(255,255,255,.08);max-width:1180px}
.houdini-process-block.compact-process{margin-top:30px}
.houdini-process-block h3{font-size:1.05rem;font-weight:600;letter-spacing:.01em;margin:0 0 18px;color:var(--white)}
.houdini-media-card,.houdini-node-card{border:0;padding:0;background:#111;border-radius:10px;overflow:hidden;cursor:zoom-in;display:block;min-width:0}
.houdini-media-card img,.houdini-node-card img{display:block;width:100%;height:100%;object-fit:contain;background:#111}
.tornado-process-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(250px,.7fr);gap:16px;align-items:stretch}
.tornado-flipbook-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}
.tornado-flipbook-pair .houdini-media-card{aspect-ratio:16/9}
.tornado-node-stack{display:grid;grid-template-rows:1fr 1fr;gap:14px;min-height:0}
.tornado-node-stack .houdini-node-card{height:100%;max-height:255px}
.rbd-node-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}
.rbd-node-grid .houdini-node-card{height:310px}
.rbd-node-grid .rbd-wide-node img{object-fit:contain}
.curl-process-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);gap:16px;align-items:stretch}
.curl-playblast-card{position:relative;border-radius:10px;overflow:hidden;background:#050505;min-height:0}
.curl-playblast-card video{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:contain;background:#050505}
.curl-playblast-card span{position:absolute;left:12px;bottom:10px;background:rgba(10,10,14,.68);border:1px solid rgba(255,255,255,.12);padding:5px 9px;border-radius:999px;color:#eee;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;backdrop-filter:blur(4px)}
.curl-node-stack{display:grid;grid-template-rows:1fr 1fr;gap:14px;min-height:0}
.curl-node-stack .houdini-node-card{height:100%;max-height:260px}
@media(max-width:900px){
  .tornado-process-layout,.curl-process-layout{grid-template-columns:1fr}
  .tornado-node-stack,.curl-node-stack{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .tornado-node-stack .houdini-node-card,.curl-node-stack .houdini-node-card{max-height:300px}
  .rbd-node-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rbd-node-grid .rbd-wide-node{grid-column:1/-1}
}
@media(max-width:620px){
  .tornado-flipbook-pair,.tornado-node-stack,.curl-node-stack,.rbd-node-grid{grid-template-columns:1fr}
  .rbd-node-grid .rbd-wide-node{grid-column:auto}
  .rbd-node-grid .houdini-node-card,.tornado-node-stack .houdini-node-card,.curl-node-stack .houdini-node-card{height:auto;max-height:none}
  .houdini-node-card img{height:auto}
}

/* V48 optimization: efficient MP4 replacements for former GIFs */
.turnaround-gif-wrap video,
.walk-test-card .gallery-item video,
.houdini-media-card video {
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.image-lightbox video{display:block;max-width:min(94vw,1600px);max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 22px 80px rgba(0,0,0,.5)}
.image-lightbox video[hidden]{display:none}

/* V49 Houdini velocity/smoke process */
.houdini-two-up-process{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;max-width:1040px}
.houdini-two-up-process .houdini-node-card{height:300px}
.houdini-two-up-process .houdini-node-card img{width:100%;height:100%;object-fit:contain;background:#202024}
@media(max-width:700px){.houdini-two-up-process{grid-template-columns:1fr}.houdini-two-up-process .houdini-node-card{height:auto}}

/* V51 — Houdini accordion layout + Spaceman weave refinement */
.spaceman-page .ship-concept-collage .concept-card:nth-child(1){z-index:3!important}
.spaceman-page .ship-concept-collage .concept-card:nth-child(2){z-index:2!important}
.spaceman-page .ship-concept-collage .concept-card:nth-child(3){z-index:5!important}
.spaceman-page .ship-concept-collage .concept-card:nth-child(4){z-index:1!important}

.houdini-page .project-heading{margin-bottom:34px}
.houdini-jump-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0 0 72px;padding-top:10px}
.houdini-jump-nav a{display:flex;align-items:center;justify-content:center;min-height:50px;padding:10px 12px;border:1px solid #30323a;border-radius:10px;background:#121318;color:#d9dbe2;text-decoration:none;text-align:center;font-size:.86rem;font-weight:650;line-height:1.25;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.houdini-jump-nav a:hover{transform:translateY(-2px);border-color:var(--blue);background:rgba(92,146,255,.08);color:#fff}
.houdini-project-section{border-top:1px solid var(--line);padding:76px 0 82px;scroll-margin-top:28px}
.houdini-project-section h2.standard-subsection-title{font-size:clamp(2rem,3.2vw,3rem);font-weight:600;letter-spacing:-.025em;margin:0 0 28px;line-height:1.05}
.houdini-video{max-width:1120px}
.houdini-details-toggle{margin:26px 0 0;display:inline-flex;align-items:center;gap:12px;border:0;background:transparent;color:#d9dbe2;font:inherit;font-size:.92rem;cursor:pointer;padding:0}
.houdini-toggle-circle{width:38px;height:38px;border:1px solid #3a3d46;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:1.5rem;line-height:1;transition:transform .25s ease,border-color .2s ease,background .2s ease;padding-bottom:4px}
.houdini-details-toggle:hover .houdini-toggle-circle{border-color:var(--blue);background:rgba(92,146,255,.08)}
.houdini-details-toggle[aria-expanded="true"] .houdini-toggle-circle{transform:rotate(180deg)}
.houdini-project-details{max-width:1120px;margin-top:28px;padding-top:0;border-top:0}
.houdini-project-details[hidden]{display:none}
.houdini-project-details h3{margin:0 0 18px;color:var(--blue);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.houdini-node-grid{display:grid;gap:16px;align-items:stretch}
.houdini-node-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}
.houdini-node-grid.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}
.houdini-node-grid .houdini-node-card{height:300px;background:#17181d}
.houdini-node-grid .houdini-node-card img{width:100%;height:100%;object-fit:contain;background:#202024}
.tornado-details-grid{display:grid;gap:18px}
.tornado-flipbook-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tornado-flipbook-pair .houdini-media-card{aspect-ratio:16/9;background:#050505}
.tornado-flipbook-pair .houdini-media-card video{width:100%;height:100%;object-fit:contain;background:#050505}
.curl-details-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:18px;align-items:stretch}
.curl-details-grid .curl-playblast-card{min-height:300px}
.curl-details-grid .curl-playblast-card video{width:100%;height:100%;object-fit:contain;background:#050505}
.houdini-project-section + .houdini-project-section{margin-top:0}

@media(max-width:900px){
  .houdini-jump-nav{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:54px}
  .houdini-node-grid.three-up{grid-template-columns:repeat(2,minmax(0,1fr))}
  .houdini-node-grid.three-up .houdini-node-card:last-child{grid-column:1/-1}
  .curl-details-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .houdini-jump-nav{grid-template-columns:1fr;gap:8px;margin-bottom:46px}
  .houdini-project-section{padding:58px 0 62px}
  .houdini-project-section h2.standard-subsection-title{font-size:2rem}
  .houdini-node-grid.two-up,.houdini-node-grid.three-up,.tornado-flipbook-pair{grid-template-columns:1fr}
  .houdini-node-grid.three-up .houdini-node-card:last-child{grid-column:auto}
  .houdini-node-grid .houdini-node-card{height:auto}
  .houdini-node-grid .houdini-node-card img{height:auto}
}


/* V52 — centered accordion arrows with crossfade */
.houdini-toggle-circle{position:relative;display:flex;align-items:center;justify-content:center;padding:0!important;overflow:hidden}
.houdini-toggle-circle .arrow-down,.houdini-toggle-circle .arrow-up{position:absolute;left:50%;top:50%;transform:translate(-50%,-54%);display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1;font-size:1.35rem;transition:opacity .2s ease;pointer-events:none}
.houdini-toggle-circle .arrow-down{opacity:1}
.houdini-toggle-circle .arrow-up{opacity:0}
.houdini-details-toggle[aria-expanded="true"] .houdini-toggle-circle{transform:none!important}
.houdini-details-toggle[aria-expanded="true"] .houdini-toggle-circle .arrow-down{opacity:0}
.houdini-details-toggle[aria-expanded="true"] .houdini-toggle-circle .arrow-up{opacity:1}


/* V55 — Houdini process accordion: centered chevrons + masked slide reveal */
.houdini-details-toggle{
  user-select:none;
}
.houdini-toggle-circle{
  position:relative;
  box-sizing:border-box;
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:block!important;
  padding:0!important;
  border:1px solid #3a3d46;
  border-radius:50%;
  overflow:hidden;
  color:var(--blue);
  transform:none!important;
}
.houdini-toggle-circle .arrow-down,
.houdini-toggle-circle .arrow-up{
  position:absolute;
  inset:0;
  display:block;
  font-size:0!important;
  line-height:0!important;
  opacity:0;
  transform:none!important;
  transition:opacity .2s ease;
  pointer-events:none;
}
.houdini-toggle-circle .arrow-down{opacity:1}
.houdini-toggle-circle .arrow-down::before,
.houdini-toggle-circle .arrow-up::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform-origin:center;
}
/* Separate, centered down/up chevrons. Neither icon rotates during interaction. */
.houdini-toggle-circle .arrow-down::before{
  transform:translate(-50%,-66%) rotate(45deg);
}
.houdini-toggle-circle .arrow-up::before{
  transform:translate(-50%,-34%) rotate(225deg);
}
.houdini-details-toggle[aria-expanded="true"] .houdini-toggle-circle .arrow-down{opacity:0}
.houdini-details-toggle[aria-expanded="true"] .houdini-toggle-circle .arrow-up{opacity:1}

.houdini-project-details{
  box-sizing:border-box;
  max-width:1120px;
  margin-top:28px;
  padding-top:0;
  border-top:0;
  overflow:hidden;
  height:auto;
  opacity:1;
  clip-path:inset(0 0 0 0);
  will-change:height,opacity,clip-path;
}
.houdini-project-details[hidden]{display:none!important}

@media (prefers-reduced-motion:reduce){
  .houdini-toggle-circle .arrow-down,
  .houdini-toggle-circle .arrow-up{transition:none}
}


/* V56 — Godly Boy project page */
.godly-page .project-heading{max-width:980px;margin-bottom:24px}
.godly-page .project-heading h1{font-size:clamp(3rem,6vw,5.6rem);margin:.28rem 0 .55rem}
.godly-page .godly-meta{max-width:1100px;margin-bottom:26px}
.godly-intro{max-width:920px;margin:0;color:#d5d7dd;font-size:clamp(1.02rem,1.35vw,1.18rem);line-height:1.7}
.godly-page .process-section{margin-top:68px;padding-top:52px}
.godly-page .section-kicker{margin:0 0 9px;color:var(--blue);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.godly-page .process-section h2.standard-subsection-title{font-size:clamp(2rem,3.5vw,3.15rem);line-height:1.05;margin:0 0 16px;letter-spacing:-.035em}
.godly-page .section-intro{max-width:850px;margin:0 0 28px;color:#aeb0b8;font-size:1.02rem;line-height:1.65}
.godly-reel{max-width:1120px;margin-top:26px}
.godly-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1120px}
.godly-photo-grid .gallery-item,.godly-vfx-grid .gallery-item{padding:0;border:0;background:#111217;border-radius:12px;overflow:hidden;cursor:zoom-in}
.godly-photo-grid img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .22s ease}
.godly-vfx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1120px}
.godly-vfx-grid img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .22s ease}
.godly-vfx-grid .godly-vfx-final{grid-column:1/-1}
.godly-vfx-grid .godly-vfx-final img{aspect-ratio:16/9}
.godly-photo-grid .gallery-item:hover img,.godly-vfx-grid .gallery-item:hover img{transform:scale(1.018)}
@media(max-width:760px){
  .godly-photo-grid,.godly-vfx-grid{grid-template-columns:1fr}
  .godly-vfx-grid .godly-vfx-final{grid-column:auto}
  .godly-page .process-section{margin-top:54px;padding-top:42px}
}

/* V57 — CG Lighting */
.lighting-page .project-heading{margin-bottom:42px}
.lighting-reel-section{padding-top:0}
.lighting-reel{max-width:1180px;margin-top:18px}
.lighting-reel video{width:100%;display:block;border-radius:14px;background:#000}
.lighting-stills-section{margin-top:72px;padding-top:64px;border-top:1px solid var(--line)}
.lighting-stills-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.lighting-stills-grid .gallery-item{padding:0;border:0;background:none;cursor:zoom-in;overflow:hidden;border-radius:12px;aspect-ratio:16/9}
.lighting-stills-grid img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}
.lighting-stills-grid .gallery-item:hover img{transform:scale(1.018)}
@media(max-width:760px){.lighting-stills-grid{grid-template-columns:1fr;gap:14px}.lighting-stills-section{margin-top:52px;padding-top:44px}}



/* V62 — CG Lighting spacing + stills polish */
.lighting-page .lighting-reel-section{padding-top:42px;margin-top:46px}
.lighting-page .lighting-stills-section{margin-top:64px;padding-top:0;border-top:0}
.lighting-page .lighting-stills-section h2.standard-subsection-title{margin-top:0}
@media(max-width:760px){
  .lighting-page .lighting-reel-section{padding-top:32px;margin-top:36px}
  .lighting-page .lighting-stills-section{margin-top:48px;padding-top:0}
}

/* V64 lighting studies */
.lighting-study-section{margin-top:76px;padding-top:64px;border-top:1px solid var(--line)}
.lighting-study-section .section-intro{max-width:920px}
.lighting-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px;align-items:start}
.lighting-comparison figure{margin:0;min-width:0}
.lighting-comparison .gallery-item,.bust-study-grid .gallery-item{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in;overflow:hidden;border-radius:12px}
.lighting-comparison img{width:100%;aspect-ratio:16/9;display:block;object-fit:cover;transition:transform .3s ease}
.lighting-comparison .gallery-item:hover img,.bust-study-grid .gallery-item:hover img{transform:scale(1.018)}
.lighting-comparison figcaption{margin-top:10px;color:var(--muted);font-size:.9rem;line-height:1.45}
.bust-study-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.bust-study-grid .gallery-item{aspect-ratio:1/1}
.bust-study-grid img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}
.lighting-mini-title{font-size:clamp(1.35rem,2vw,1.8rem);margin:48px 0 0;color:var(--white);font-weight:600}
.godfather-study{align-items:stretch}
.godfather-study figure{display:flex;flex-direction:column}
.godfather-study .gallery-item{background:#111;display:grid;place-items:center;aspect-ratio:16/10}
.godfather-study img{width:100%;height:100%;object-fit:contain;aspect-ratio:auto}
@media(max-width:760px){.lighting-study-section{margin-top:56px;padding-top:46px}.lighting-comparison{grid-template-columns:1fr;gap:24px}.bust-study-grid{grid-template-columns:1fr 1fr}.lighting-mini-title{margin-top:38px}}
@media(max-width:520px){.bust-study-grid{grid-template-columns:1fr}}
/* V66 lighting study refinements */
.bust-study-grid figure{margin:0;min-width:0}
.bust-study-grid figcaption{margin-top:10px;color:var(--muted);font-size:.9rem;line-height:1.45;text-align:center}
.godfather-study{display:flex;justify-content:center;align-items:flex-start;gap:20px;margin:28px auto 0;max-width:980px}
.godfather-study figure{margin:0;display:flex;flex-direction:column;min-width:0}
.godfather-study figure:first-child{flex:0 0 auto}
.godfather-study figure:last-child{flex:0 1 auto}
.godfather-study .gallery-item{display:block;padding:0;border:0;background:#111;cursor:zoom-in;overflow:hidden;border-radius:12px;height:430px;width:auto}
.godfather-study img{display:block;width:auto;height:430px;max-width:100%;object-fit:contain;aspect-ratio:auto}
.godfather-study figcaption{margin-top:10px;color:var(--muted);font-size:.9rem;line-height:1.45;text-align:center}
@media(max-width:760px){.godfather-study{flex-direction:column;align-items:center}.godfather-study .gallery-item,.godfather-study img{height:auto;max-height:none;width:100%}.godfather-study figure{width:100%}}

/* V67 — Godfather comparison: preserve native aspect ratios at equal visual height */
.godfather-study{display:flex;justify-content:center;align-items:flex-start;gap:20px;margin:28px auto 0;max-width:none}
.godfather-study figure{margin:0;flex:0 0 auto;width:auto}
.godfather-study .gallery-item{display:block;width:auto;height:430px;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:visible;border-radius:0}
.godfather-study img{display:block;width:auto;height:430px;max-width:none;object-fit:contain;aspect-ratio:auto;border-radius:0}
@media(max-width:1000px){.godfather-study .gallery-item,.godfather-study img{height:360px}}
@media(max-width:760px){.godfather-study{flex-direction:column;align-items:center}.godfather-study figure{width:auto;max-width:100%}.godfather-study .gallery-item,.godfather-study img{height:auto;width:auto;max-width:100%}}

/* V68: match Cleared For Takeoff stills copy width to Lighting a Bust copy */
.lighting-stills-section .section-intro{max-width:920px}

/* Lighting reel role note */
.lighting-reel-role { margin: 6px 0 20px; color: var(--white); font-size: 0.95rem; font-weight: 300; letter-spacing: 0.01em; opacity: 0.82; }

/* V71 — tighter Godfather comparison and visible study frame */
.godfather-study{gap:10px !important;}
.godfather-study figure:last-child .gallery-item{border:1px solid rgba(255,255,255,.9) !important;box-sizing:border-box;}
.godfather-study figure:last-child img{height:428px !important;}
@media(max-width:1000px) and (min-width:761px){.godfather-study figure:last-child img{height:358px !important;}}
@media(max-width:760px){.godfather-study figure:last-child img{height:auto !important;}}

/* V75 — Traditional Art gallery */
.traditional-art-page .project-heading{max-width:920px;margin-bottom:48px}
.traditional-art-page .project-heading small{color:var(--blue);font-weight:700;letter-spacing:.14em}
.traditional-art-page .project-heading h1{font-size:clamp(3rem,6vw,5.6rem);margin:.28rem 0 .7rem;line-height:.95;letter-spacing:-.045em}
.traditional-art-page .project-heading .project-deck{max-width:760px;color:var(--muted);line-height:1.6}
.traditional-art-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px 28px;align-items:start}
.art-project{min-width:0}
.art-final{display:block;width:100%;padding:0;border:0;background:#111217;border-radius:12px;overflow:hidden;cursor:zoom-in}
.art-final img{display:block;width:100%;height:560px;object-fit:contain;background:#111217;transition:transform .28s ease}
.art-final:hover img{transform:scale(1.012)}
.art-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:15px;min-height:34px}
.art-meta h2{font-size:1.22rem;line-height:1.2;margin:0;font-weight:600;letter-spacing:-.015em}
.art-process-toggle{flex:0 0 auto;border:0;background:transparent;color:var(--blue);font:inherit;font-size:.82rem;letter-spacing:.03em;padding:5px 0;cursor:pointer}
.art-process-toggle span{display:inline-block;width:16px;text-align:center;margin-left:3px}
.art-process{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
.art-process[hidden]{display:none}
.art-process .gallery-item{display:block;padding:0;border:0;border-radius:9px;overflow:hidden;background:#111217;cursor:zoom-in;aspect-ratio:4/3}
.art-process .gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.art-process .gallery-item:hover img{transform:scale(1.02)}
.art-process-single{grid-template-columns:minmax(0,1fr);max-width:52%}
.art-process-single .gallery-item{aspect-ratio:auto}
.art-process-single .gallery-item img{height:auto;max-height:440px;object-fit:contain}
.art-process-two .gallery-item{aspect-ratio:auto}
.art-process-two .gallery-item img{height:360px;object-fit:contain;background:#111217}
@media(max-width:1000px){.art-final img{height:460px}.art-process-two .gallery-item img{height:300px}}
@media(max-width:720px){.traditional-art-grid{grid-template-columns:1fr;gap:52px}.art-final img{height:auto;max-height:72vh}.art-process-single{max-width:100%}.art-process-two .gallery-item img{height:auto;max-height:58vh}}
@media(max-width:480px){.art-process{grid-template-columns:1fr}.art-meta{align-items:flex-start}.art-meta h2{font-size:1.12rem}}


/* V76 — Traditional Art staggered gallery + animated process reveals */
.traditional-art-grid{column-gap:34px;row-gap:68px}
.art-project:nth-child(even){transform:translateY(92px)}
.art-meta{display:block;margin-top:15px;min-height:0}
.art-meta h2{margin:0}
.art-process-toggle{display:block;margin-top:7px;padding:2px 0 4px;text-align:left}
.art-process{overflow:hidden;height:auto;opacity:1;clip-path:inset(0 0 0 0);will-change:height,opacity,clip-path}
.art-process[hidden]{display:none!important}
@media(max-width:1000px){.art-project:nth-child(even){transform:translateY(70px)}}
@media(max-width:720px){.art-project:nth-child(even){transform:none}.traditional-art-grid{row-gap:52px}}
@media(prefers-reduced-motion:reduce){.art-process{will-change:auto}}

/* V80 — Life Drawing */
.logo{border-width:3px}
.life-drawing-main{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:82px 34px 110px}
.life-drawing-heading{max-width:850px;margin-bottom:30px}.life-drawing-heading small{color:var(--blue);font-weight:800;letter-spacing:.14em}.life-drawing-heading h1{font-size:clamp(3rem,6vw,5.6rem);margin:.28rem 0 .7rem;line-height:.95;letter-spacing:-.045em}.life-drawing-heading p{color:var(--muted);font-size:18px;line-height:1.6;margin:0}
.life-drawing-jump{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0 82px}.life-drawing-jump a{border:1px solid var(--line);border-radius:999px;padding:10px 17px;color:#d8d9de;font-size:14px;transition:.2s}.life-drawing-jump a:hover{border-color:var(--blue);color:#fff}
.life-drawing-section{scroll-margin-top:28px;margin-top:100px}.life-drawing-section:first-of-type{margin-top:0}.life-drawing-section h2{text-align:left;font-size:clamp(2rem,3.2vw,3rem);font-weight:600;letter-spacing:-.025em;line-height:1.05;margin:0 0 28px}

.life-drawing-gallery{display:block;width:100%}
.life-drawing-row{display:flex;gap:10px;align-items:stretch;margin-bottom:10px;width:100%}
.life-drawing-item{flex:0 0 auto;border:0;padding:0;background:#eee;overflow:hidden;cursor:zoom-in;border-radius:10px;line-height:0}
.life-drawing-item img{width:100%;height:100%;display:block;object-fit:contain;transition:transform .22s ease}
.life-drawing-item:hover img{transform:scale(1.008)}
@media(max-width:760px){.life-drawing-main{padding:60px 18px 80px}.life-drawing-jump{margin-bottom:58px}.life-drawing-section{margin-top:74px}.life-drawing-row{gap:7px;margin-bottom:7px}.life-drawing-item{border-radius:8px}}


/* V86 — dedicated mobile pass */
html,body{width:100%;max-width:100%;overflow-x:hidden}
main{width:100%;max-width:100%}

/* Mobile navigation */
.mobile-nav-toggle{display:none;position:relative;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:50%;background:#121217;color:#fff;cursor:pointer;align-items:center;justify-content:center;z-index:1002}
.mobile-nav-toggle span,.mobile-nav-toggle::before,.mobile-nav-toggle::after{content:"";position:absolute;width:19px;height:2px;background:currentColor;border-radius:99px;transition:transform .22s ease,opacity .18s ease,top .22s ease}
.mobile-nav-toggle::before{top:15px}.mobile-nav-toggle span{top:21px}.mobile-nav-toggle::after{top:27px}
.mobile-nav-toggle[aria-expanded="true"]::before{top:21px;transform:rotate(45deg)}
.mobile-nav-toggle[aria-expanded="true"] span{opacity:0}
.mobile-nav-toggle[aria-expanded="true"]::after{top:21px;transform:rotate(-45deg)}

@media(max-width:760px){
  .header{height:84px;max-width:none;width:100%;padding:0 18px;position:relative;z-index:1000}
  .logo{width:48px;height:48px;font-size:17px;flex:0 0 auto}
  .mobile-nav-toggle{display:flex;margin-left:auto}
  .header>nav{position:fixed;inset:0 0 auto auto;top:0;width:min(82vw,340px);height:100dvh;padding:102px 24px 34px;display:flex;flex-direction:column;align-items:stretch;gap:0;background:#101014;border-left:1px solid var(--line);box-shadow:-24px 0 55px #0009;transform:translateX(105%);transition:transform .28s cubic-bezier(.22,.72,.2,1);z-index:1001;overflow-y:auto;font-size:17px}
  .header>nav.is-open{transform:translateX(0)}
  .header>nav>a,.header>nav .navdrop>a{display:block;padding:16px 0;border-bottom:1px solid #25262d;color:#f5f6f8}
  .header>nav .navdrop{width:100%}
  .header>nav .dropdown{position:static;width:100%;padding:6px 0 10px 14px;margin:0;background:transparent;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}
  .header>nav .navdrop.mobile-work-open .dropdown{display:block}
  .header>nav .dropdown a{padding:10px 0;font-size:14px;color:#aeb0b8}
  .header>nav .dropdown a:hover{background:transparent;color:#fff}
  body.mobile-menu-open{overflow:hidden}

  /* Eliminate the narrow uncovered strip visible in device emulation. */
  .hero,.hero video,.work,.about-section,.contact,footer{max-width:100%;width:100%}
  .hero{height:clamp(330px,94vw,470px)}
  .hero-title{padding:0 18px}
  .hero-title h1{font-size:clamp(31px,9.2vw,44px);white-space:nowrap}
  .hero-title p{font-size:clamp(10px,3vw,14px);letter-spacing:.14em;white-space:nowrap}

  .work{padding:42px 14px 68px}
  .sectionbar{margin-bottom:20px}
  .sectionbar h2{font-size:24px}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .card{border-radius:11px;min-width:0}
  .thumb{aspect-ratio:4/5.2}
  .thumb img{width:100%;height:100%;object-fit:cover;display:block}
  .info{padding:13px 12px 16px;min-height:154px}
  .info h3{font-size:14px;line-height:1.17;margin-bottom:7px;overflow-wrap:anywhere}
  .info em{font-size:10px}
  .info p{font-size:12px;line-height:1.42;margin-top:9px}

  .about-section{padding-left:18px;padding-right:18px}
  .contact{padding-left:18px;padding-right:18px}
  footer{padding-left:18px;padding-right:18px}
}

@media(max-width:360px){
  .cards{gap:9px}
  .work{padding-left:10px;padding-right:10px}
  .info{padding:11px 10px 14px;min-height:150px}
  .info h3{font-size:13px}
  .info p{font-size:11.5px}
}

@media(prefers-reduced-motion:reduce){
  .header>nav,.mobile-nav-toggle span,.mobile-nav-toggle::before,.mobile-nav-toggle::after{transition:none}
}


/* V87 — mobile polish + interaction fixes */

/* Keep the Back to Top control clear of project footers. */
.back-to-top.is-near-footer{bottom:92px}

@media(max-width:760px){
  /* About: story first, portrait second, with a much smaller portrait. */
  .about-section{
    display:flex;
    flex-direction:column;
    gap:28px;
    padding-top:64px;
    padding-bottom:64px;
  }
  .about-copy{order:1}
  .about-portrait{
    order:2;
    width:min(52vw,190px);
    max-width:190px;
    align-self:flex-start;
    margin-top:2px;
    border-radius:12px;
  }
  .about-copy h2{margin-top:0}

  /* Mobile Work submenu: animate the reveal instead of snapping open. */
  .header>nav .dropdown{
    display:block;
    max-height:0;
    overflow:hidden;
    opacity:0;
    padding-top:0;
    padding-bottom:0;
    transform:translateY(-7px);
    pointer-events:none;
    transition:max-height .34s cubic-bezier(.22,.72,.2,1),opacity .22s ease,transform .34s cubic-bezier(.22,.72,.2,1),padding .34s ease;
  }
  .header>nav .navdrop.mobile-work-open .dropdown{
    display:block;
    max-height:520px;
    opacity:1;
    padding-top:6px;
    padding-bottom:10px;
    transform:translateY(0);
    pointer-events:auto;
  }

  /* Leo Character Design: compact scrapbook composition on phones.
     Natural image proportions stay intact; only tiny overlaps/tilts are used. */
  .character-collage{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:8px;
    padding:12px;
    margin:20px auto 36px;
    overflow:hidden;
    align-items:start;
    background:radial-gradient(circle at 40% 35%,rgba(92,146,255,.08),transparent 38%),#111217;
  }
  .collage-photo,
  .collage-photo-rough,.collage-photo-costumes,.collage-photo-helmets,
  .collage-photo-head,.collage-photo-final-a,.collage-photo-final-b{
    position:relative;
    inset:auto;
    width:100%;
    border-width:4px;
    align-self:start;
    justify-self:stretch;
  }
  .collage-photo-rough{grid-column:1/3;grid-row:1;transform:rotate(-1.6deg)}
  .collage-photo-costumes{grid-column:3/7;grid-row:1 / span 2;width:100%;transform:rotate(.7deg);margin-top:5px}
  .collage-photo-helmets{grid-column:1/3;grid-row:2;transform:rotate(1.3deg);margin-top:-5px}
  .collage-photo-head{grid-column:1/3;grid-row:3;transform:rotate(-.8deg);margin-top:-3px}
  .collage-photo-final-a{grid-column:3/5;grid-row:3;transform:rotate(1deg);margin-top:-10px}
  .collage-photo-final-b{grid-column:5/7;grid-row:3;transform:rotate(-1deg);margin-top:-4px}
  .collage-photo:hover,
  .collage-photo-rough:hover,.collage-photo-costumes:hover,.collage-photo-helmets:hover,
  .collage-photo-head:hover,.collage-photo-final-a:hover,.collage-photo-final-b:hover{transform:scale(1.015)}

  /* Lighting a Bust: keep all three studies together on one row on phones. */
  .lighting-page .bust-study-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .lighting-page .bust-study-grid figcaption{font-size:.72rem;line-height:1.25;margin-top:7px}

  /* Godfather comparison: clean vertical stack, no overlapping frames. */
  .lighting-page .godfather-study{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:24px !important;
    width:100%;
    max-width:100%;
    margin-top:24px;
  }
  .lighting-page .godfather-study figure{width:100% !important;max-width:100%;margin:0 !important}
  .lighting-page .godfather-study .gallery-item{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    overflow:hidden !important;
    box-sizing:border-box;
  }
  .lighting-page .godfather-study img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
  }
  .lighting-page .godfather-study figure:last-child .gallery-item{border:1px solid rgba(255,255,255,.9) !important}
  .lighting-page .godfather-study figcaption{position:static;margin-top:9px;text-align:center}

  .back-to-top.is-near-footer{bottom:88px}
}

@media(max-width:430px){
  .about-portrait{width:min(48vw,170px);max-width:170px}
  .character-collage{gap:6px;padding:9px}
}


/* V88 — second mobile refinement pass */
.about-portrait-mobile{display:none}

/* Early rough story beats: two per row, full uncropped frames. */
.beat-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;align-items:start}
.beat-grid .gallery-item{height:auto !important;background:#f2f2f0}
.beat-grid .gallery-item img{display:block;width:100%;height:auto !important;object-fit:contain !important}

/* Password-protected film: keep a stable player box while the Drive player initializes. */
.film-frame{position:relative}
.film-frame iframe{transition:opacity .22s ease}
.film-frame.is-loading iframe{opacity:0}
.film-frame.is-loading::after{content:"Loading film…";position:absolute;inset:0;display:grid;place-items:center;color:#8f929b;font-size:.86rem;letter-spacing:.03em;background:#050506}

/* Swipe interaction helpers. Individual translate is used so existing rotations/transforms survive. */
.swipe-dragging{transition:none !important;will-change:translate,opacity}
.swipe-preview{z-index:8 !important;pointer-events:none !important}
.moodboard-slide.swipe-preview,.ship-slide.swipe-preview{position:absolute;inset:0;width:100%;height:100%}

@media(max-width:760px){
  /* Mobile nav links stay visually consistent; no current/visited item becomes bold. */
  .header>nav .dropdown a,
  .header>nav .dropdown a:visited{font-weight:400 !important;color:#aeb0b8 !important}
  .header>nav .dropdown a:hover,
  .header>nav .dropdown a:focus{font-weight:400 !important;color:#fff !important}

  /* My Story: portrait directly under the title, then smaller body copy. */
  .about-section{display:block;padding-top:58px;padding-bottom:58px}
  .about-portrait-desktop{display:none !important}
  .about-portrait-mobile{display:block;width:min(42vw,150px);max-width:150px;margin:12px 0 22px;border-radius:11px}
  .about-copy h2{margin:0 0 0;font-size:clamp(34px,9vw,44px)}
  .about-copy p{font-size:15.25px;line-height:1.64;margin:0 0 17px;max-width:100%}

  /* CFT Drive player gets a little more vertical room on mobile so its own controls don't crowd the frame. */
  .cleared-page .film-frame{aspect-ratio:16/10;min-height:0;border-radius:12px}
  .cleared-page .film-frame iframe{position:absolute;inset:0;width:100%;height:100%}

  /* Leo collage: keep the scrapbook feel while closing the hole in the lower-right. */
  .character-collage{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:auto;align-items:start}
  .collage-photo-rough{grid-column:1/3;grid-row:1;margin:0;transform:rotate(-1.4deg)}
  .collage-photo-costumes{grid-column:3/7;grid-row:1;width:100%;margin:4px 0 0;transform:rotate(.65deg)}
  .collage-photo-helmets{grid-column:1/3;grid-row:2;margin:-3px 0 0;transform:rotate(1deg)}
  .collage-photo-head{grid-column:1/3;grid-row:3;margin:-4px 0 0;transform:rotate(-.7deg)}
  .collage-photo-final-a{grid-column:3/5;grid-row:2 / span 2;margin:0;transform:rotate(.8deg);align-self:start}
  .collage-photo-final-b{grid-column:5/7;grid-row:2 / span 2;margin:0;transform:rotate(-.8deg);align-self:start}

  /* Spaceman character textures: two compact studies stacked left, tall study right. */
  .spaceman-page .character-production-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows:auto auto;
    gap:9px;
    align-items:stretch;
  }
  .spaceman-page .character-production-grid .gallery-item{min-height:0 !important;background:#111;overflow:hidden}
  .spaceman-page .character-production-grid .gallery-item:nth-child(1){grid-column:1;grid-row:1}
  .spaceman-page .character-production-grid .gallery-item:nth-child(2){grid-column:2;grid-row:1 / span 2}
  .spaceman-page .character-production-grid .gallery-item:nth-child(3){grid-column:1;grid-row:2}
  .spaceman-page .character-production-grid img{width:100%;height:100%;object-fit:contain !important;background:#111}
  .spaceman-page .character-production-grid .gallery-item:nth-child(1) img,
  .spaceman-page .character-production-grid .gallery-item:nth-child(3) img{height:auto}
  .spaceman-page .turnaround-gif-wrap{margin-top:18px;max-width:100%}

  /* Godfather comparison: native images, same displayed height, side-by-side. */
  .lighting-page .godfather-study{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-start !important;
    justify-content:center !important;
    gap:9px !important;
    width:100%;
    max-width:100%;
    margin:22px auto 0;
  }
  .lighting-page .godfather-study figure{width:auto !important;max-width:none !important;flex:0 0 auto;margin:0 !important}
  .lighting-page .godfather-study .gallery-item{display:block !important;width:auto !important;height:clamp(150px,48vw,205px) !important;overflow:visible !important;background:transparent !important;border-radius:0 !important}
  .lighting-page .godfather-study img{display:block !important;width:auto !important;height:100% !important;max-width:none !important;object-fit:contain !important;border-radius:0 !important}
  .lighting-page .godfather-study figure:last-child .gallery-item{border:1px solid rgba(255,255,255,.9) !important;box-sizing:border-box}
  .lighting-page .godfather-study figure:last-child img{height:100% !important}
  .lighting-page .godfather-study figcaption{max-width:180px;margin:8px auto 0;font-size:.72rem;line-height:1.3;text-align:center}

  /* Traditional Art: a calm separator between distinct pieces; revealed process stays above the line. */
  .traditional-art-page .art-project{border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:38px}
  .traditional-art-page .art-project:last-child{border-bottom:0;padding-bottom:0}

  /* Keep phase jump targets nearly flush to the top. */
  .phase-title,.houdini-project-section>h2{scroll-margin-top:10px}
}


/* V90 — smooth phase jumps + compact Godfather mobile comparison */
@media(max-width:760px){
  /* Keep the Godfather comparison comfortably inside the phone content column.
     Both source images remain uncropped and share one display height. */
  .lighting-page .godfather-study{
    display:flex !important;
    flex-direction:row !important;
    align-items:flex-start !important;
    justify-content:center !important;
    gap:8px !important;
    width:min(100%, 305px) !important;
    max-width:305px !important;
    margin:22px auto 0 !important;
    overflow:visible !important;
  }
  .lighting-page .godfather-study figure{
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    flex:0 0 auto !important;
    margin:0 !important;
  }
  .lighting-page .godfather-study .gallery-item{
    display:block !important;
    width:auto !important;
    height:clamp(128px, 38vw, 158px) !important;
    max-width:none !important;
    overflow:visible !important;
    background:transparent !important;
    border-radius:0 !important;
  }
  .lighting-page .godfather-study img{
    display:block !important;
    width:auto !important;
    height:100% !important;
    max-width:none !important;
    object-fit:contain !important;
    border-radius:0 !important;
  }
  .lighting-page .godfather-study figure:last-child .gallery-item{
    border:1px solid rgba(255,255,255,.9) !important;
    box-sizing:border-box !important;
  }
  .lighting-page .godfather-study figure:last-child img{height:100% !important}
  .lighting-page .godfather-study figcaption{
    width:100% !important;
    max-width:150px !important;
    margin:7px auto 0 !important;
    padding:0 !important;
    font-size:.68rem !important;
    line-height:1.22 !important;
    text-align:center !important;
    white-space:normal !important;
  }
}


/* V91 — persistent navigation + tighter mobile Godfather comparison */
.header{
  position:sticky;
  top:0;
  z-index:1200;
  background:var(--black);
}
@media(max-width:760px){
  .header{position:sticky !important;top:0 !important;z-index:1200 !important}
  .header>nav{z-index:1202 !important}
  .mobile-nav-toggle{z-index:1203 !important}

  .lighting-page .godfather-study{
    width:min(100%,250px) !important;
    max-width:250px !important;
    gap:3px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .lighting-page .godfather-study .gallery-item{
    height:clamp(102px,29vw,118px) !important;
  }
  .lighting-page .godfather-study figcaption{
    font-size:.66rem !important;
    white-space:normal !important;
    max-width:120px !important;
  }
}

/* V92: local CFT film player — stable native 16:9 controls on desktop and mobile. */
.cleared-page .film-frame{aspect-ratio:16/9 !important;min-height:0 !important;background:#050506}
.cleared-page .film-frame .cft-full-film{display:block;width:100%;height:100%;object-fit:contain;background:#050506}
@media(max-width:760px){
  .cleared-page .film-frame{aspect-ratio:16/9 !important;border-radius:12px}
  .cleared-page .film-frame .cft-full-film{position:static;width:100%;height:100%;object-fit:contain}
}

/* V94 — true persistent header on every page.
   Fixed positioning is intentional here: unlike sticky, it cannot be disabled by
   horizontal overflow containers used elsewhere in the responsive layout. */
.header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  z-index:5000 !important;
  background:var(--black) !important;
  padding-left:max(34px, calc((100vw - var(--max))/2 + 34px)) !important;
  padding-right:max(34px, calc((100vw - var(--max))/2 + 34px)) !important;
}
body{padding-top:118px}
.header .dropdown{z-index:5002}

@media(max-width:900px){
  body{padding-top:90px}
}
@media(max-width:760px){
  body{padding-top:84px}
  .header{
    height:84px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .header>nav{z-index:5002 !important}
  .mobile-nav-toggle{z-index:5003 !important}
}

/* V96 Launch patch — lightboxes must sit above the fixed site header. */
.image-lightbox{z-index:10000 !important}
.image-lightbox .lightbox-close{z-index:10001 !important}

