:root{
  --bg:#090909;
  --ink:#f4f2ed;
  --muted:#9d9b95;
  --line:#292929;
  --soft:#121212;
  --accent:#b5161b;
  --max:1480px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Arial, Helvetica, sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{display:block;width:100%;height:auto}
a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid #55524c;
  transition:border-color .2s ease,color .2s ease, background-color .2s ease;
}
a:hover{color:#fff;border-color:#fff}

.hero{
  min-height:70vh;
  display:flex;
  align-items:flex-end;
  padding:8vw 5vw 6vw;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 72% 25%, rgba(181,22,27,.23), transparent 34%),
    linear-gradient(180deg,#050505,#0b0b0b);
}
.hero-inner{width:min(var(--max),100%);margin:auto}
.eyebrow,.number{
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--muted);
  margin:0 0 22px;
}
h1{
  margin:0;
  font-size:clamp(68px,13vw,210px);
  line-height:.76;
  letter-spacing:-.065em;
  font-weight:800;
}
h1 span{
  font-weight:300;
  color:#b9b6af;
}
.dek{
  max-width:740px;
  margin:42px 0 0;
  font-size:16px;
  line-height:1.55;
  color:#c7c4bd;
}

.section{
  width:min(var(--max),calc(100% - 10vw));
  margin:0 auto;
  padding:9vw 0;
}
.section-head{
  display:flex;
  align-items:baseline;
  gap:28px;
  margin-bottom:42px;
}
.section-head .number{margin:0}
.compact-head{margin-bottom:24px}
h2{
  margin:0;
  font-size:clamp(40px,6vw,88px);
  line-height:.95;
  letter-spacing:-.04em;
}
.section-copy{
  max-width:780px;
  margin:-8px 0 50px 48px;
  color:var(--muted);
  line-height:1.58;
  font-size:16px;
}
.section-links{
  margin:34px 0 0 48px;
}
.button-link{
  display:inline-flex;
  align-items:center;
  padding:12px 18px;
  border:1px solid #4a4945;
  border-radius:999px;
  background:#101010;
  color:#ddd9d1;
}
.button-link:hover{
  background:#161616;
}

.poster-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:start;
}
.poster-card{
  margin:0;
  background:#111;
  border:1px solid var(--line);
  overflow:hidden;
}
.poster-card img{
  transition:transform .35s ease, filter .35s ease;
}
.poster-card:hover img{transform:scale(1.012);filter:brightness(1.04)}

.bts{padding-top:5vw}
.photo-grid{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.photo-row{
  display:grid;
  gap:18px;
  align-items:start;
}
.photo-row.row-single{
  grid-template-columns:1fr;
}
.photo-row.row-single.feature .archive-shot{
  width:100%;
}
.photo-row.final-compact{
  display:flex;
  justify-content:center;
}
.photo-row.final-compact .archive-shot{
  width:min(50%,620px);
}
.archive-shot,
.process-card{
  margin:0;
  background:#0d0d0d;
}
.archive-shot img{
  display:block;
  width:100%;
  height:auto;
}
.photo-row.row-single.feature .archive-shot img{
  max-height:980px;
  object-fit:contain;
  margin:0 auto;
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:start;
}
.process-card{
  border:1px solid var(--line);
  overflow:hidden;
}
.process-card img{width:100%;height:auto}
figcaption{
  padding:10px 2px 20px;
  color:#85827c;
  font-size:12px;
  line-height:1.45;
}
.process-card figcaption{padding:14px 4px 8px}



.colophon{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:block;
}
.colophon h2{font-size:clamp(36px,5vw,72px)}
.colophon-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.credit-line{
  color:var(--muted);
  font-size:18px;
  margin:24px 0 0;
}
.links{
  margin:16px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color:#bbb8b0;
  font-size:14px;
}
.links a{color:#d8d4cc;padding-bottom:3px}
.trailer-block{margin-top:64px}
.video-wrap{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
  border:1px solid var(--line);
  overflow:hidden;
}
.video-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.press-links{
  display:grid;
  grid-template-columns:1fr;
  gap:42px;
  margin-left:48px;
}
.press-link{
  display:block;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#0f0f0f,#0a0a0a);
  padding:28px 28px 30px;
}
.press-link:hover{background:#121212}
.press-outlet{
  display:block;
  font-size:clamp(22px,2.6vw,34px);
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  color:#ece8df;
  margin-bottom:14px;
}
.press-title{
  display:block;
  color:#aca9a2;
  font-size:16px;
  line-height:1.6;
  max-width:960px;
}

footer{
  width:min(var(--max),calc(100% - 10vw));
  margin:auto;
  padding:34px 0 60px;
  color:#66635d;
  font-size:11px;
  letter-spacing:.12em;
  display:flex;
  justify-content:space-between;
  text-transform:uppercase;
}
footer a{border-bottom:0}

@media(max-width:900px){
  .hero{min-height:58vh;padding-bottom:12vw}
  .poster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .photo-grid{gap:14px}
  .photo-row,
  .photo-row.row-single,
  .photo-row.row-2,
  .photo-row.row-3{grid-template-columns:1fr !important;display:grid}
  .photo-row.final-compact{display:grid;justify-content:stretch}
  .photo-row.final-compact .archive-shot{width:100%}
  .process-grid{grid-template-columns:1fr;gap:18px}
  .section-copy,.section-links,.press-links{margin-left:0}
}
@media(max-width:560px){
  .hero,.section,footer{width:auto}
  .hero{padding-left:20px;padding-right:20px}
  .section{width:calc(100% - 40px);padding:70px 0}
  .poster-grid{grid-template-columns:1fr}
  .section-head{gap:14px;margin-bottom:28px}
  h1{font-size:19vw}
  figcaption{font-size:11px}
  .links{font-size:13px}
  .trailer-block{margin-top:42px}
  .press-link{padding:18px 18px 20px}
  .press-title{font-size:14px}
  footer{width:calc(100% - 40px);display:block}
}




/* Bottom external links */
.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
  text-align:right;
}
.footer-links a{
  border-bottom:0;
}

/* Full-size viewer for posters and BTS only */
.lightbox-trigger{
  cursor:zoom-in;
}
body.lightbox-open{
  overflow:hidden;
}
.lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:34px;
  background:rgba(0,0,0,.94);
}
.lightbox.open{
  display:flex;
}
.lightbox-stage{
  max-width:min(94vw,1700px);
  max-height:92vh;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.lightbox-image{
  display:block;
  width:auto;
  height:auto;
  max-width:94vw;
  max-height:84vh;
  object-fit:contain;
  box-shadow:0 18px 80px rgba(0,0,0,.45);
}
.lightbox-caption{
  margin:12px 0 0;
  max-width:900px;
  color:#aaa69f;
  font-size:12px;
  line-height:1.45;
  text-align:center;
}
.lightbox-close{
  position:fixed;
  top:18px;
  right:24px;
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  color:#fff;
  font:300 40px/1 Arial, Helvetica, sans-serif;
  cursor:pointer;
  z-index:10000;
}
.lightbox-close:hover{opacity:.7}

@media(max-width:700px){
  .lightbox{padding:20px 12px 24px}
  .lightbox-image{max-width:96vw;max-height:80vh}
  .lightbox-close{top:8px;right:10px}
  .footer-links{justify-content:flex-start;text-align:left;margin-top:14px}
}

@media (pointer: coarse) and (max-width:900px){
  .lightbox-trigger{cursor:default}
}
