  :root{
    --navy:#152037;
    --navy-deep:#0B111E;
    --grey:#9AA4B5;
    --grey-dim:#6E788C;
    --paper:#F5F4F1;
    --line: rgba(154,164,181,0.22);
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--navy);
    color:var(--paper);
    font-family:'Inter',sans-serif;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:920px;margin:0 auto;padding:0 32px;}
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(21,32,55,0.86);
    backdrop-filter:blur(6px);
    border-bottom:1px solid var(--line);
  }
  .headbar{display:flex; align-items:center; justify-content:space-between; padding:34px 0;}
  .brand{display:flex; align-items:center; gap:18px;}
  .brand img{height:64px; width:auto; display:block;}
  .brand-text{display:flex; flex-direction:column; gap:4px;}
  .brand-word{font-family:'Inter',sans-serif; font-weight:600; letter-spacing:0.2em; font-size:17px; white-space:nowrap;}
  .brand-tagline{font-size:10px; letter-spacing:0.22em; text-transform:uppercase; color:var(--grey-dim); white-space:nowrap;}
  nav{display:flex; gap:36px; align-items:center;}
  nav a{font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--grey); font-weight:500; transition:color .2s ease; margin-left:36px;}
  nav a:first-child{margin-left:0;}
  .social-link{display:flex; align-items:center; color:var(--grey); transition:color .2s ease;}
  .social-link:hover{color:var(--paper);}
  nav a:hover{color:var(--paper);}
  .hero{position:relative; height:40vw; max-height:600px; min-height:420px; width:100%; display:flex; align-items:center; overflow:hidden; border-top:6px solid var(--navy-deep); border-bottom:6px solid var(--navy-deep); box-sizing:border-box;}
  .hero-slate{position:absolute; left:32px; bottom:34px; z-index:2; font-family:'Inter',monospace; font-size:11px; letter-spacing:0.12em; color:var(--grey-dim);}
  .hero-still{
    position:absolute; top:0; right:0; bottom:0; left:0;
    background-size:cover; background-position:center;
  }
  .hero-still::before{
    content:"";
    position:absolute; top:0; right:0; bottom:0; left:0;
    background:linear-gradient(180deg, rgba(21,32,55,0.05) 0%, rgba(21,32,55,0.25) 55%, rgba(21,32,55,0.75) 100%);
  }
  .hero-icon{position:absolute; right:56px; bottom:56px; width:100px; height:auto; opacity:0.7; z-index:2;}
  .hero-content{position:relative; z-index:2;}
  .eyebrow{font-size:13px; letter-spacing:0.24em; text-transform:uppercase; color:var(--grey); margin-bottom:32px; font-weight:600;}
  h1{font-family:'Anton',sans-serif; font-weight:400; text-transform:uppercase; font-size:clamp(38px, 6.4vw, 68px); line-height:1.04; max-width:820px; letter-spacing:0.005em;}
  h1 em{font-style:normal; color:var(--grey);}
  .hero-sub{margin-top:32px; max-width:520px; font-size:17px; line-height:1.7; color:var(--grey);}
  section{padding:80px 0; border-top:1px solid var(--line);}
  .section-head{display:flex; align-items:baseline; justify-content:space-between; margin-bottom:44px; flex-wrap:wrap; gap:12px;}
  .section-title{font-family:'Fraunces',serif; font-weight:400; font-size:26px;}
  .section-note{font-size:13px; color:var(--grey-dim);}
  .slate-grid{display:flex; gap:28px; flex-wrap:wrap;}
  .slate-card{flex:1; min-width:280px;}
  .slate-still{
    width:100%; aspect-ratio:16/10; border-radius:2px; position:relative; overflow:hidden;
    background:linear-gradient(135deg, #202e4a 0%, #16223a 100%);
    margin-bottom:18px;
    box-shadow:0 0 0 1px rgba(154,164,181,0.28);
  }
  .slate-still::after{
    content:"FILM STILL"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    font-size:10px; letter-spacing:0.12em; color:rgba(154,164,181,0.4);
  }
  .slate-still.slate-photo{background-size:cover; background-position:left center;}
  .slate-still.slate-photo::after{content:none;}
  .slate-status{
    display:inline-block; font-size:11px; letter-spacing:0.1em; text-transform:uppercase;
    color:var(--grey); border:1px solid var(--line); border-radius:20px; padding:4px 12px; margin-bottom:14px;
  }
  .slate-title{font-size:20px; font-weight:600; margin-bottom:8px;}
  .slate-meta{font-size:13px; color:var(--grey); margin-bottom:10px;}
  .slate-desc{font-size:14px; color:var(--grey-dim); line-height:1.6;}
  .credit{display:flex; align-items:center; gap:24px; padding:18px 0; border-top:1px solid var(--line);}
  .credit:first-of-type{border-top:none;}
  .credit-year{font-family:'Fraunces',serif; font-style:italic; color:var(--grey); font-size:15px; width:56px; flex:none;}
  .credit-still{
    width:108px; height:68px; border-radius:2px; flex:none;
    background:linear-gradient(135deg, #202e4a 0%, #16223a 100%);
    position:relative; overflow:hidden;
  }
  .credit-still::after{
    content:"STILL"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    font-size:8px; letter-spacing:0.1em; color:rgba(154,164,181,0.4);
  }
  .credit-still.credit-photo{background-size:cover; background-position:center;}
  .credit-still.credit-photo::after{content:none;}
  .credit-mid{flex:1; min-width:0; margin-left:20px;}
  .credit-title{font-size:16px; font-weight:500;}
  .credit-role{font-size:13px; color:var(--grey-dim); margin-top:3px;}
  .credit-client{font-size:13px; color:var(--grey); text-align:right; white-space:nowrap; flex:none;}
  .about-statement{font-family:'Fraunces',serif; font-size:clamp(22px, 3vw, 30px); font-weight:400; line-height:1.5; max-width:760px;}
  .about-statement em{font-style:italic; color:var(--grey);}
  .contact-row{display:flex; flex-wrap:wrap; gap:48px; align-items:flex-start;}
  .contact-block{margin-right:48px;}
  .contact-block h3{font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--grey-dim); font-weight:500; margin-bottom:10px;}
  .contact-block a, .contact-block p{font-size:16px;}
  .contact-block a{border-bottom:1px solid var(--line);}
  .contact-block a:hover{border-color:var(--paper);}
  footer{padding:40px 0 60px; font-size:12px; color:var(--grey-dim); border-top:1px solid var(--line);}
  
  .insights-list{border-top:1px solid var(--line);}
  .insight-row{display:flex; justify-content:space-between; align-items:baseline; gap:24px; padding:22px 0; border-bottom:1px solid var(--line); flex-wrap:wrap;}
  .insight-row a{font-size:17px; font-weight:500;}
  .insight-row a:hover{color:var(--grey);}
  .insight-dek{font-size:13px; color:var(--grey-dim); margin-top:4px; max-width:520px;}
  .insight-meta{font-size:12px; color:var(--grey); white-space:nowrap; letter-spacing:0.06em; text-transform:uppercase;}

  .article-header{padding:56px 0 40px; border-bottom:1px solid var(--line);}
  .article-kicker{font-size:12px; letter-spacing:0.18em; text-transform:uppercase; color:var(--grey); margin-bottom:20px; font-weight:600;}
  .article-title{font-family:'Anton',sans-serif; font-weight:400; text-transform:uppercase; font-size:clamp(30px,5vw,48px); line-height:1.08; max-width:820px;}
  .article-meta{margin-top:22px; font-size:13px; color:var(--grey-dim);}
  .article-body{padding:56px 0; max-width:680px;}
  .article-body p{font-size:16px; line-height:1.8; color:var(--grey); margin-bottom:24px;}
  .article-body h2{font-family:'Fraunces',serif; font-weight:500; font-size:22px; color:var(--paper); margin:44px 0 18px;}
  .article-body strong{color:var(--paper); font-weight:600;}
  .article-body .stat{color:var(--paper); font-weight:600;}
  .article-sources{padding:40px 0 80px; border-top:1px solid var(--line);}
  .article-sources h3{font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--grey-dim); font-weight:500; margin-bottom:16px;}
  .article-sources ol{padding-left:20px;}
  .article-sources li{font-size:13px; color:var(--grey-dim); margin-bottom:8px; line-height:1.6;}
  .article-sources a{color:var(--grey); border-bottom:1px solid var(--line);}
  .clients-row{display:flex; flex-direction:column; gap:48px;}
  .clients-line{display:flex; flex-wrap:nowrap; align-items:center; justify-content:space-between;}
  .client-logo{
    height:33px; width:98px; flex:none;
    display:flex; align-items:center; justify-content:flex-start;
  }
  .clients-row img{
    max-height:100%; max-width:100%; width:auto; height:auto;
    object-fit:contain;
    filter:brightness(0) invert(1); opacity:0.55; transition:opacity .2s ease;
  }
  .clients-row img:hover{opacity:1;}
  .clients-row img.logo-wide{max-height:70%;}
  .clients-row img.logo-tall{max-height:100%;}
  .clients-row img.logo-small{max-height:48%;}
  .back-link{font-size:13px; color:var(--grey); display:inline-block; margin-bottom:32px;}
  .back-link:hover{color:var(--paper);}

@media (max-width:640px){
    .wrap{padding:0 22px;}
    .hero{height:auto; min-height:125vw; max-height:700px; padding:40px 0;}
    .hero-icon{width:64px; right:24px; bottom:24px;}
    .brand img{height:44px;}
    .brand-word{font-size:14px; letter-spacing:0.14em;}
    .brand-tagline{font-size:8px; letter-spacing:0.16em;}
    nav{gap:14px;}
    .social-link svg{width:17px; height:17px;}
    .credit{flex-wrap:wrap; gap:0 14px;}
    .credit-year{width:auto; order:1;}
    .credit-still{width:64px; height:42px; order:2;}
    .credit-mid{order:3; flex-basis:100%; margin-left:0; margin-top:10px;}
    .credit-client{order:4; text-align:left; flex-basis:100%; margin-top:6px;}
    .slate-grid{gap:32px;}
    .clients-line{flex-wrap:wrap; gap:28px 0;}
    .client-logo{flex:0 0 45%;}
    .clients-row{gap:32px;}
  }
