:root {
  --ink: #090a0a;
  --paper: #ebe8df;
  --muted: #9b9b95;
  --line: rgba(235, 232, 223, 0.18);
  --blue: #758e94;
  --amber: #bf8b58;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.wordmark {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.wordmark span {
  color: var(--amber);
}

.site-header nav {
  display: flex;
  gap: clamp(22px, 4vw, 56px);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header nav a {
  opacity: 0.78;
  transition: opacity 180ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  opacity: 1;
}

.hero {
  position: relative;
  min-height: min(100vh, 980px);
  overflow: hidden;
  background: #101212;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.72) brightness(0.76) contrast(1.06);
  transform: scale(1.015);
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(2, 4, 4, 0.2) 0%, rgba(2, 3, 3, 0.08) 40%, rgba(2, 3, 3, 0.88) 100%),
    linear-gradient(90deg, rgba(2, 3, 3, 0.52) 0%, transparent 60%);
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 7vw, 112px);
  bottom: clamp(110px, 16vh, 180px);
  width: min(900px, calc(100vw - 48px));
}

.kicker,
.section-index,
.film-eyebrow,
.image-caption {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.kicker {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.74);
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 9.6vw, 148px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.hero-name-origin {
  color: rgba(235, 232, 223, 0.58);
  font-style: italic;
}

.hero-name-first,
.hero-name-last {
  color: var(--paper);
  font-style: normal;
}

.hero-intro {
  width: min(470px, 90%);
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 5vw, 80px);
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-line {
  display: block;
  width: 64px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.work-section,
.about-section,
.contact-section {
  padding: clamp(90px, 12vw, 180px) clamp(24px, 6vw, 96px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.5fr) 1.5fr;
  gap: 40px;
  margin-bottom: clamp(80px, 10vw, 140px);
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.section-index {
  color: var(--muted);
}

.section-heading h2,
.about-copy h2,
.contact-section h2 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.4vw, 78px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.film + .film {
  margin-top: clamp(120px, 15vw, 220px);
}

.film-heading {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
}

.film-number {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.film-eyebrow {
  margin-bottom: 11px;
  color: var(--blue);
}

.film h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7.4vw, 112px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.film h3 > span {
  display: block;
}

.film h3.film-title-long {
  font-size: clamp(42px, 5.6vw, 84px);
  line-height: 0.95;
}

.film h3 .native-title {
  margin-bottom: 12px;
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.28em;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.film-meta {
  display: flex;
  gap: 20px;
  padding-bottom: 7px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.video-poster,
.video-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-poster {
  z-index: 0;
  object-fit: cover;
}

.video-poster.letterboxed {
  transform: scale(1.31);
  object-position: center;
}

.video-shell iframe {
  z-index: 1;
  border: 0;
}

.film-details {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px 70px;
  padding: 28px 0 0 92px;
}

.film-credit,
.film-description {
  margin: 0;
}

.film-credit {
  color: var(--paper);
  font-size: 14px;
}

.film-description {
  max-width: 640px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.65vw, 22px);
  line-height: 1.55;
}

.tag-list {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  color: #aaa9a4;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stills-section {
  overflow: hidden;
  padding: clamp(100px, 11vw, 160px) 0 clamp(110px, 13vw, 190px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #070808;
}

.stills-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding: 0 clamp(24px, 6vw, 96px);
}

.stills-header h2 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.stills-instruction {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stills-instruction span {
  display: inline-block;
  margin-left: 8px;
  color: var(--paper);
  font-size: 18px;
  transition: transform 180ms ease;
}

.stills-section:hover .stills-instruction span {
  transform: translateX(6px);
}

.stills-rail {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 1.6vw, 28px);
  margin-top: clamp(46px, 6vw, 80px);
  padding: 0 clamp(24px, 6vw, 96px) 32px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: clamp(24px, 6vw, 96px);
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(235, 232, 223, 0.34) rgba(235, 232, 223, 0.08);
  scrollbar-width: thin;
  cursor: grab;
}

.stills-rail:active {
  cursor: grabbing;
}

.stills-rail::-webkit-scrollbar {
  height: 3px;
}

.stills-rail::-webkit-scrollbar-track {
  background: rgba(235, 232, 223, 0.08);
}

.stills-rail::-webkit-scrollbar-thumb {
  background: rgba(235, 232, 223, 0.38);
}

.still {
  position: relative;
  flex: 0 0 min(76vw, 1100px);
  aspect-ratio: 2.39 / 1;
  margin: 0;
  overflow: hidden;
  background: #111;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  isolation: isolate;
}

.still:nth-child(even) {
  margin-top: clamp(24px, 3vw, 48px);
}

.still::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(3, 4, 4, 0.76) 100%);
  opacity: 0.56;
  transition: opacity 450ms ease;
}

.still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.03);
  transition: filter 650ms ease, transform 750ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.still-closeup img {
  object-position: center 38%;
}

.still figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 2vw, 30px);
  bottom: clamp(17px, 2vw, 28px);
  left: clamp(18px, 2vw, 30px);
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: end;
  gap: 14px;
  color: var(--paper);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 320ms ease, transform 420ms ease;
}

.still figcaption span,
.still figcaption em {
  color: rgba(235, 232, 223, 0.64);
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.still figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.8vw, 26px);
  font-weight: 400;
}

.still:hover img,
.still:focus-visible img {
  filter: saturate(0.96) contrast(1.02);
  transform: scale(1.035);
}

.still:hover::after,
.still:focus-visible::after {
  opacity: 0.95;
}

.still:hover figcaption,
.still:focus-visible figcaption {
  opacity: 1;
  transform: translateY(0);
}

.interval-frame img {
  transform: scale(1.11);
}

.interval-frame:hover img,
.interval-frame:focus-visible img {
  transform: scale(1.145);
}

.interval-face-frame img {
  object-position: center 44%;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
}

.about-image-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #161616;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
  transform: scale(1.38);
  filter: saturate(0.82) contrast(1.02);
}

.image-caption {
  position: absolute;
  right: 18px;
  bottom: 17px;
  padding: 8px 10px;
  background: rgba(8, 9, 9, 0.72);
  color: rgba(255, 255, 255, 0.74);
  font-size: 9px;
  backdrop-filter: blur(6px);
}

.about-copy .section-index {
  margin-bottom: 36px;
}

.about-copy h2 {
  margin-bottom: 44px;
}

.about-copy > p:not(.section-index) {
  max-width: 690px;
  margin: 0 0 22px;
  color: #aaa9a4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 52px 0 42px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-facts div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.about-facts span {
  color: #777873;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-facts strong {
  font-size: 12px;
  font-weight: 400;
}

.text-link,
.email-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(235, 232, 223, 0.45);
  padding-bottom: 8px;
}

.text-link {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-link svg,
.email-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 180ms ease;
}

.text-link:hover svg,
.email-link:hover svg {
  transform: translateX(5px);
}

.contact-section {
  padding-bottom: 70px;
  background: #d8d3c8;
  color: #111311;
}

.contact-section .section-index {
  margin-bottom: 50px;
  color: #666861;
}

.contact-section h2 {
  width: min(1020px, 100%);
  font-size: clamp(54px, 8vw, 122px);
}

.email-link {
  margin-top: 70px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 2.2vw, 30px);
}

.email-link svg {
  width: 26px;
}

.contact-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 100px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 19, 17, 0.24);
  color: #555650;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 25px clamp(24px, 6vw, 96px);
  color: #777873;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

:focus-visible {
  outline: 1px solid var(--paper);
  outline-offset: 5px;
}

@media (max-width: 800px) {
  .site-header {
    height: 72px;
  }

  .site-header nav {
    gap: 18px;
    font-size: 10px;
  }

  .hero {
    min-height: 780px;
  }

  .hero-copy {
    bottom: 130px;
  }

  .hero h1 {
    font-size: clamp(54px, 16.5vw, 100px);
    line-height: 0.88;
    white-space: normal;
  }

  .hero-name-first {
    display: block;
  }

  .hero-name-origin,
  .hero-name-last {
    display: inline;
  }

  .section-heading,
  .about-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 28px;
  }

  .film-heading {
    grid-template-columns: 38px 1fr;
    gap: 18px;
  }

  .film-meta {
    grid-column: 2;
    padding: 0;
  }

  .film-details {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 56px;
  }

  .tag-list {
    grid-column: 1;
  }

  .stills-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .stills-instruction {
    align-self: flex-end;
  }

  .stills-rail {
    gap: 12px;
    padding-right: 24px;
    padding-left: 24px;
    scroll-padding-inline: 24px;
  }

  .still {
    flex-basis: calc(100vw - 40px);
    aspect-ratio: 2.15 / 1;
  }

  .still:nth-child(even) {
    margin-top: 18px;
  }

  .still figcaption {
    grid-template-columns: 28px 1fr;
    opacity: 1;
    transform: none;
  }

  .still figcaption em {
    display: none;
  }

  .about-section {
    gap: 70px;
  }

  .about-image-wrap {
    width: min(100%, 540px);
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .contact-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .site-header nav a:nth-child(2) {
    display: none;
  }

  .film-details {
    padding-left: 0;
  }

  .scroll-cue {
    left: 24px;
    right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
