@font-face {
  font-family: Inter;
  src: url('/fonts/inter-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f2f2f2;
  --ink: #1b1b1b;
  --muted: #626262;
  --line: #d1d1d1;
  --dark: #151515;
  --gutter: clamp(24px, 4.2vw, 80px);
  --font: Inter, sans-serif;
}
* { box-sizing: border-box; letter-spacing: -.03em; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; letter-spacing: -.03em; -webkit-font-smoothing: antialiased; }
::selection { color: white; background: #555; }
a { color: inherit; text-decoration: none; }
button { font: inherit; letter-spacing: -.03em; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
button:disabled { cursor: wait; }
[hidden] { display: none !important; }
h1, h2, p, figure { margin: 0; }
h1, h2 { font-weight: 400; text-transform: uppercase; letter-spacing: -.03em; }
.page-width { width: calc(100% - var(--gutter) * 2); max-width: 1440px; margin-inline: auto; }
.eyebrow { font-size: 11px; line-height: 1.4; text-transform: uppercase; }
.skip-link { position: fixed; top: 12px; left: var(--gutter); padding: 12px 18px; color: var(--ink); background: white; z-index: 30; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 108px; padding-inline: var(--gutter); display: flex; align-items: center; justify-content: space-between; color: white; }
.brand, .footer-brand { font-size: 14px; font-weight: 500; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 44px; font-size: 11px; text-transform: uppercase; }
nav a { padding-block: 14px; }
nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
nav span { margin-left: 12px; }
.hero { position: relative; height: 100vh; width: 100%; overflow: hidden; color: white; background: #272727; isolation: isolate; }
.hero-media, .film-poster, video { position: absolute; inset: 0; width: 100%; height: 100%; }
.film-poster, video { object-fit: cover; }
.hero-media { z-index: -3; }
video { opacity: 0; transition: opacity .6s ease; }
video.is-ready { opacity: 1; }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.06) 34%, rgba(0,0,0,.18) 60%, rgba(0,0,0,.55)), linear-gradient(90deg, rgba(0,0,0,.15), transparent 70%); }
.hero-content { position: absolute; left: var(--gutter); right: var(--gutter); bottom: clamp(116px, 14vh, 166px); }
.hero-eyebrow { margin-bottom: 29px; }
.hero-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
h1 { font-size: clamp(78px, 11.8vw, 190px); line-height: .91; }
.hero-description { padding-bottom: 8px; font-size: 13px; line-height: 1.75; min-width: 180px; margin-right: 2vw; }
.hero-bottom { position: absolute; bottom: 24px; left: var(--gutter); right: var(--gutter); display: flex; align-items: center; justify-content: space-between; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.4); }
.scroll-link { display: inline-flex; align-items: center; gap: 32px; padding-block: 12px; font-size: 11px; text-transform: uppercase; }
.scroll-link span { font-size: 18px; transition: transform .2s ease; }
.scroll-link:hover span { transform: translateY(3px); }
.playback-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 44px; min-height: 44px; border: 0; background: transparent; color: white; padding: 10px 0 10px 10px; font-size: 10px; text-transform: uppercase; }
.playback-button svg { width: 15px; height: 15px; }
.pause-icon { display: none; }
.is-playing .pause-icon { display: block; }
.is-playing .play-icon { display: none; }
.hero-playback:hover { opacity: .7; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; padding-block: 118px; }
.about-copy { max-width: 470px; padding-bottom: 24px; }
.about-copy .eyebrow { margin-bottom: 44px; color: var(--muted); }
h2 { font-size: clamp(40px, 4.6vw, 72px); line-height: 1.04; }
.about-description { margin-top: 35px; color: #505050; font-size: 16px; line-height: 1.8; max-width: 440px; }
.about-description p + p { margin-top: 20px; }
.small-note { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px; text-transform: uppercase; }
.about-film { justify-self: center; width: min(100%, 370px); }
.about-film-frame { position: relative; aspect-ratio: 9 / 16; overflow: hidden; background: #343434; }
.about-playback { position: absolute; z-index: 2; bottom: 14px; right: 14px; padding: 10px; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.35); }
.about-playback:hover { background: rgba(0,0,0,.7); }
.about-film figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 15px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.sourcing-section { background: var(--dark); color: #eee; }
.sourcing-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding-block: 94px 100px; }
.sourcing-heading .eyebrow { margin-bottom: 40px; color: #aaa; }
.sourcing-copy { max-width: 450px; padding-top: 55px; font-size: 15px; line-height: 1.85; color: #bebebe; }
.sourcing-copy p + p { margin-top: 18px; }
.sourcing-detail { display: flex; flex-direction: column; gap: 8px; padding-top: 23px; margin-top: 32px; border-top: 1px solid #484848; font-size: 11px; }
.sourcing-detail span:first-child { color: #e5e5e5; text-transform: uppercase; }
.site-footer { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer > span { color: var(--muted); font-size: 10px; }
.footer-brand { font-size: 12px; }
.back-link { font-size: 10px; text-transform: uppercase; }
.back-link span { margin-left: 24px; font-size: 16px; }
.back-link:hover { text-decoration: underline; text-underline-offset: 5px; }
@media (min-width: 1900px) { .hero-content { bottom: 17vh; } }
@media (max-width: 1100px) {
  .site-header { height: 90px; }
  nav { gap: 28px; }
  .hero-description { min-width: 154px; margin-right: 0; font-size: 12px; }
  .about-section { gap: 8%; padding-block: 90px; }
  .about-film { width: min(100%, 320px); }
  .about-description { font-size: 15px; }
  .sourcing-inner { gap: 8%; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  .site-header { height: 82px; }
  .brand { font-size: 11px; }
  nav { font-size: 9px; }
  nav a:first-child { display: none; }
  nav span { margin-left: 8px; }
  .hero-content { bottom: 128px; }
  .hero-eyebrow { font-size: 10px; margin-bottom: 26px; }
  .hero-title-row { display: block; }
  h1 { font-size: clamp(61px, 12.3vw, 91px); line-height: .97; }
  .hero-description { font-size: 12px; margin-top: 24px; padding-bottom: 0; line-height: 1.7; }
  .hero-description br:first-of-type { display: none; }
  .hero-description br:last-of-type { display: none; }
  .hero-description { max-width: 235px; }
  .hero-bottom { bottom: 17px; padding-top: 10px; }
  .scroll-link { font-size: 9px; gap: 20px; }
  .playback-button { font-size: 9px; }
  .about-section { grid-template-columns: 1fr; gap: 47px; padding-block: 66px; }
  .about-copy { max-width: 100%; padding-bottom: 0; }
  .about-copy .eyebrow { font-size: 10px; margin-bottom: 31px; }
  h2 { font-size: clamp(40px, 9.8vw, 56px); }
  .about-description { max-width: 100%; font-size: 15px; margin-top: 28px; }
  .small-note { margin-top: 28px; padding-top: 18px; font-size: 10px; }
  .about-film { width: min(100%, 370px); justify-self: center; }
  .about-film figcaption { font-size: 9px; margin-top: 13px; }
  .sourcing-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 60px; }
  .sourcing-heading .eyebrow { font-size: 10px; margin-bottom: 28px; }
  .sourcing-copy { padding-top: 0; font-size: 14px; max-width: 100%; }
  .sourcing-detail { margin-top: 27px; font-size: 10px; }
  .site-footer { flex-wrap: wrap; padding-block: 28px; gap: 19px; }
  .footer-brand { font-size: 11px; }
  .site-footer > span { order: 3; width: 100%; font-size: 9px; }
  .back-link { margin-left: auto; font-size: 9px; }
}
@media (max-width: 360px) {
  :root { --gutter: 20px; }
  h1 { font-size: 54px; }
  .brand { font-size: 10px; }
  nav { font-size: 8px; }
}
@media (max-height: 620px) and (min-width: 761px) {
  .site-header { height: 70px; }
  .hero-content { bottom: 102px; }
  .hero-eyebrow { margin-bottom: 18px; }
  h1 { font-size: min(10vw, 22vh); }
}
@media (max-height: 600px) and (max-width: 760px) {
  .site-header { height: 64px; }
  .hero-content { bottom: 98px; }
  .hero-eyebrow { margin-bottom: 15px; }
  h1 { font-size: min(12vw, 14vh); }
  .hero-description { margin-top: 17px; }
  .hero-bottom { bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
