:root {
  --black: #080808;
  --ink: #1d1b19;
  --paper: #f1eee7;
  --white: #fff;
  --red: #6d171b;
  --line: rgba(29, 27, 25, 0.18);
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.project-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem);
  color: var(--white);
}

.site-name,
.back-link {
  text-decoration: none;
}

.site-name {
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.08em;
  font-variant: small-caps;
}

.back-link {
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8rem clamp(1.5rem, 7vw, 8rem) 5rem;
  background:
    radial-gradient(circle at 12% 28%, rgba(109, 23, 27, 0.52), transparent 35%),
    var(--black);
}

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1 {
  margin: 1.4rem 0 1.5rem;
  font-size: clamp(4.1rem, 8vw, 8.2rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.055em;
}

.hero-summary {
  max-width: 35rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.5;
}

.role-card {
  margin-top: 2.5rem;
  padding-left: 1rem;
  border-left: 2px solid var(--red);
}

.role-card span,
.role-card strong {
  display: block;
}

.role-card span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.73rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.role-card strong {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 180ms ease;
}

.button-primary {
  color: var(--black);
  background: var(--white);
}

.button-secondary {
  color: var(--white);
}

.button:hover {
  transform: translateY(-2px);
}

.poster-wrap {
  position: relative;
  min-height: 42rem;
  background: #260508;
}

.poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 26px 0 50px rgba(0, 0, 0, 0.42);
  pointer-events: none;
}

.poster {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--white);
  background: var(--red);
}

.stat-band div {
  min-height: 10.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.stat-band div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.stat-band strong {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.stat-band span {
  margin-top: 0.65rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 7vw, 8rem);
  padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem);
}

.section-label {
  padding-top: 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-label span {
  display: inline-block;
  margin-right: 0.65rem;
  color: var(--red);
}

.section-copy {
  max-width: 48rem;
}

.section-copy h2,
.section-heading h2,
.closing-section h2 {
  font-size: clamp(2.45rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.section-copy p {
  margin-top: 1.5rem;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.75;
}

.section-copy-large p:first-child {
  margin-top: 0;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.trailer-section {
  padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 6rem);
  color: var(--white);
  background: var(--black);
}

.section-heading {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-heading .eyebrow {
  margin-bottom: 1.2rem;
  color: #ad7c7f;
}

.video-wrap {
  width: min(100%, 78rem);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.42);
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.journey-section {
  background: #e4ded2;
}

.laurels-section {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 7vw, 8rem);
}

.centered {
  text-align: center;
}

.laurels-grid {
  width: min(100%, 64rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin: 0 auto;
}

.laurels-grid img {
  width: 100%;
  display: block;
  box-shadow: 0 20px 50px rgba(29, 27, 25, 0.15);
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.highlights-grid article {
  padding: 2rem clamp(0.8rem, 2vw, 1.5rem);
}

.highlights-grid article + article {
  border-left: 1px solid var(--line);
}

.highlights-grid span {
  color: var(--red);
  font-size: 0.68rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.highlights-grid h3 {
  margin-top: 0.55rem;
  font-size: 1.15rem;
  font-weight: 400;
}

.highlights-grid p {
  margin-top: 0.35rem;
  color: rgba(29, 27, 25, 0.62);
  font-size: 0.88rem;
}

.figures-note {
  margin-top: 1rem;
  color: rgba(29, 27, 25, 0.55);
  font-size: 0.75rem;
  text-align: center;
}

.craft-section {
  color: var(--white);
  background: var(--red);
}

.craft-section .section-label span {
  color: #dfa9ac;
}

.credits-list {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.credits-list div {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.credits-list dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.credits-list dd {
  margin: 0;
}

.press-section {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem);
}

.press-links {
  border-top: 1px solid var(--line);
}

.press-links a {
  display: grid;
  grid-template-columns: minmax(10rem, 0.65fr) 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding 180ms ease;
}

.press-links a:hover {
  padding-left: 0.7rem;
}

.press-links span {
  color: rgba(29, 27, 25, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.press-links strong,
.press-links b {
  font-weight: 400;
}

.closing-section {
  padding: clamp(5rem, 10vw, 9rem) 1.5rem;
  color: var(--white);
  background: var(--black);
  text-align: center;
}

.closing-section h2 {
  margin: 1.3rem 0 2.5rem;
}

.button-light {
  color: var(--black);
  background: var(--white);
}

.project-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.6rem clamp(1.5rem, 5vw, 5rem);
  color: rgba(255, 255, 255, 0.72);
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.75rem;
}

.project-footer a {
  text-decoration: none;
}

.project-footer a:last-child {
  justify-self: end;
}

@media (max-width: 820px) {
  .project-hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 46rem;
    padding-bottom: 4rem;
  }

  .poster-wrap {
    min-height: auto;
    aspect-ratio: 940 / 1392;
  }

  .poster-wrap::after {
    box-shadow: inset 0 25px 45px rgba(0, 0, 0, 0.35);
  }

  .split-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .highlights-grid {
    grid-template-columns: 1fr 1fr;
  }

  .highlights-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .highlights-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .project-footer {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: center;
  }

  .project-footer a:last-child {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .project-header {
    padding: 1.1rem 1rem;
  }

  .back-link {
    font-size: 0.66rem;
  }

  .hero-copy {
    min-height: 41rem;
    padding: 6.5rem 1.25rem 3rem;
  }

  h1 {
    font-size: clamp(3.8rem, 19vw, 5.6rem);
  }

  .stat-band {
    grid-template-columns: 1fr;
  }

  .stat-band div {
    min-height: 8.5rem;
  }

  .stat-band div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .laurels-grid,
  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .highlights-grid article + article,
  .highlights-grid article:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .credits-list div,
  .press-links a {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .press-links b {
    display: none;
  }
}
