:root {
  --paper: #f3ede4;
  --paper-deep: #e8ddd0;
  --ink: #21191a;
  --ink-soft: #4f4444;
  --burgundy: #7d2739;
  --sun: #cf7832;
  --project-pink: #f25a9b;
  --white: #fffaf4;
  --serif: "Yeseva One", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
  --section-space: clamp(5rem, 11vw, 10rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.65rem 0.9rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 7rem;
  padding: 1.1rem var(--page-pad);
  background: var(--paper);
  border-bottom: 1px solid rgba(33, 25, 26, 0.18);
}

.brand {
  width: clamp(12rem, 21vw, 17rem);
}

.brand img {
  width: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.15rem, 3vw, 2.75rem);
}

.site-nav a,
.footer-links a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a {
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100svh - 7rem);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

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

.hero-image {
  object-fit: cover;
  object-position: center 44%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(22, 14, 16, 0.82) 0%, rgba(22, 14, 16, 0.4) 46%, rgba(22, 14, 16, 0.05) 74%), linear-gradient(0deg, rgba(22, 14, 16, 0.55) 0%, transparent 52%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: calc(100svh - 7rem);
  width: min(51rem, 76%);
  padding: 5rem var(--page-pad) 7rem;
}

.hero h1 {
  max-width: 12ch;
  margin: 0.4rem 0 2.2rem;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 7.6vw, 8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.eyebrow {
  margin: 0;
  font-size: 0.73rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: #f6bd74;
}

.text-link {
  display: inline-block;
  padding-bottom: 0.35rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.text-link:hover,
.text-link:focus-visible {
  opacity: 0.68;
}

.text-link-light {
  color: var(--white);
}

.hero-caption {
  position: absolute;
  right: var(--page-pad);
  bottom: 2rem;
  z-index: 1;
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-caption span {
  margin-right: 0.7rem;
  color: #f6bd74;
}

.section-pad {
  padding: var(--section-space) var(--page-pad);
}

.manifesto,
.screen-work {
  position: relative;
  display: grid;
  grid-template-columns: minmax(3.5rem, 0.25fr) minmax(0, 2fr);
  gap: clamp(1rem, 4vw, 4rem);
}

.section-marker {
  padding-top: 0.35rem;
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.manifesto-content {
  max-width: 78rem;
}

.manifesto h2,
.screen-work h2,
.archive h2,
.contact h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.manifesto h2 {
  max-width: 19ch;
  margin: 1.4rem 0 clamp(3.25rem, 7vw, 6.5rem);
  font-size: clamp(2.6rem, 5.6vw, 6.1rem);
  line-height: 1.02;
}

.manifesto-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 7rem);
  max-width: 64rem;
}

.manifesto-copy p {
  margin: 0;
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
}

.current-work {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  min-height: 58rem;
  background: var(--ink);
  color: var(--white);
}

.current-image-wrap {
  min-height: 48rem;
}

.current-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.eyebrow-pink {
  color: var(--project-pink);
}

.current-copy h2 {
  margin: 0.65rem 0 0;
  color: var(--project-pink);
  font-family: var(--sans);
  font-size: clamp(3.9rem, 7vw, 7.8rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.project-format {
  margin: 1rem 0 3.5rem;
  color: #d8cdd0;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.current-copy > p:not(.eyebrow):not(.project-format) {
  max-width: 35rem;
}

.project-intro {
  margin-top: 0;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  line-height: 1.5;
}

.current-copy .text-link {
  margin-top: 0;
}

.project-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 2rem;
  margin-top: 2rem;
}

.production-history {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(2.5rem, 6vw, 7rem);
  background: var(--paper);
}

.history-card {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.history-media {
  width: min(100%, 21rem);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  justify-self: center;
  background: var(--ink);
  box-shadow: 0 1.2rem 3.5rem rgba(33, 25, 26, 0.15);
}

.history-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-media-poster img {
  object-fit: contain;
}

.history-media-stage img {
  object-position: right center;
}

.history-copy {
  width: min(100%, 30rem);
  justify-self: center;
}

.history-copy h2 {
  max-width: 13ch;
  margin: 1rem 0 2rem;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 4vw, 4.6rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.history-copy > p:last-child {
  max-width: 37rem;
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
}

.press {
  background: var(--ink);
  color: var(--white);
}

.press-heading {
  display: grid;
  grid-template-columns: minmax(9rem, 0.35fr) minmax(0, 1.65fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 7rem);
  margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.press-heading .eyebrow {
  color: #f6bd74;
}

.press h2 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.5vw, 6rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 250, 244, 0.28);
  border-bottom: 1px solid rgba(255, 250, 244, 0.28);
}

.press-quote {
  display: flex;
  min-height: 18rem;
  padding: clamp(1.7rem, 3.5vw, 3.5rem);
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  border-right: 1px solid rgba(255, 250, 244, 0.28);
}

.press-quote:last-child {
  border-right: 0;
}

.press-quote:hover,
.press-quote:focus-visible {
  background: var(--burgundy);
}

.press-quote blockquote {
  max-width: 17ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.8vw, 3rem);
  line-height: 1.12;
}

.press-quote p {
  margin: 2.5rem 0 0;
  color: #d8cdd0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-quote p span {
  color: #f6bd74;
}

.press-coverage {
  display: grid;
  grid-template-columns: minmax(9rem, 0.35fr) repeat(2, minmax(0, 0.825fr));
  gap: 1.5rem clamp(2rem, 6vw, 7rem);
  align-items: start;
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.press-coverage .eyebrow {
  grid-row: 1 / span 2;
  color: #f6bd74;
}

.press-coverage a {
  max-width: 25rem;
  color: #d8cdd0;
  text-decoration: none;
}

.press-coverage a span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-coverage a:hover,
.press-coverage a:focus-visible {
  color: #f6bd74;
}

.screen-work {
  grid-template-columns: minmax(3.5rem, 0.25fr) minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  align-items: end;
  background: var(--paper-deep);
}

.screen-work h2 {
  margin: 1rem 0 0;
  font-size: clamp(3.2rem, 6.4vw, 7rem);
  line-height: 0.95;
}

.screen-copy {
  max-width: 31rem;
  padding-bottom: 0.8rem;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
}

.screen-copy > p:first-child {
  margin-top: 0;
}

.status {
  display: flex;
  gap: 1.25rem;
  margin: 2.5rem 0 0;
  padding-top: 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-top: 1px solid rgba(33, 25, 26, 0.3);
}

.status span {
  color: var(--burgundy);
}

.screen-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(13rem, 0.48fr) minmax(0, 1fr);
  gap: clamp(0.7rem, 1.4vw, 1.25rem);
  grid-column: 2 / -1;
  width: 100%;
  height: min(47vw, 43rem);
  margin: clamp(3rem, 6vw, 6rem) 0 0;
  background: transparent;
}

.screen-visual-frame {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 1.4rem 4rem rgba(33, 25, 26, 0.14);
}

.screen-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.screen-visual-portrait img {
  object-position: center 38%;
}

.screen-visual-mirror img {
  object-position: 42% 43%;
  transform: scale(1.08);
}

.screen-visual figcaption {
  position: absolute;
  right: var(--page-pad);
  bottom: 1.5rem;
  padding: 0.35rem 0.55rem;
  background: rgba(33, 25, 26, 0.72);
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archive {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 10rem);
}

.archive-heading {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.archive h2 {
  max-width: 10ch;
  margin: 1.1rem 0 0;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 1;
}

.archive-list {
  border-top: 1px solid rgba(33, 25, 26, 0.32);
}

.archive-item {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 1.25rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid rgba(33, 25, 26, 0.32);
}

.archive-item p {
  margin: 0;
}

.archive-number,
.archive-type {
  color: var(--burgundy);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-item h3 {
  margin: 0 0 0.75rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.7vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
}

.archive-item div p {
  max-width: 38rem;
  color: var(--ink-soft);
}

.archive-link {
  display: inline-block;
  margin-top: 1rem;
  padding-bottom: 0.2rem;
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.archive-link:hover,
.archive-link:focus-visible {
  color: var(--ink);
}

.founder {
  display: grid;
  grid-template-columns: minmax(10rem, 0.45fr) minmax(20rem, 1fr) minmax(18rem, 0.65fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 7rem);
  background: var(--paper-deep);
}

.founder h2 {
  max-width: 15ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 4.8vw, 5.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}

.founder > p:last-child {
  max-width: 31rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
}

.contact {
  position: relative;
  overflow: hidden;
  background: var(--burgundy);
  color: var(--white);
}

.contact-symbol {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: min(34rem, 52vw);
  opacity: 0.1;
  transform: translateY(-50%) rotate(-7deg);
}

.contact > *:not(.contact-symbol) {
  position: relative;
  z-index: 1;
}

.contact h2 {
  max-width: 14ch;
  margin: 1.2rem 0 3.3rem;
  font-size: clamp(3rem, 6.5vw, 7rem);
  line-height: 0.98;
}

.contact-email {
  display: inline-block;
  padding-bottom: 0.35rem;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.contact-emails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.contact-email-secondary {
  color: #e4ced3;
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
}

.contact-email:hover,
.contact-email:focus-visible {
  color: #f6bd74;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2.5rem;
}

.contact-socials a {
  padding-bottom: 0.25rem;
  color: #e4ced3;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.contact-socials a:hover,
.contact-socials a:focus-visible {
  color: #f6bd74;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(12rem, 0.9fr) minmax(14rem, 1.2fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 3rem var(--page-pad);
  background: var(--ink);
  color: var(--white);
}

.site-footer > img {
  width: min(15rem, 100%);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #f6bd74;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 1.8rem;
  color: #aa9da0;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 250, 244, 0.18);
}

@media (max-width: 900px) {
  .hero-copy {
    width: min(44rem, 90%);
  }

  .current-work {
    grid-template-columns: 1fr;
  }

  .current-image-wrap {
    height: min(118vw, 48rem);
    min-height: 0;
  }

  .screen-work {
    grid-template-columns: minmax(3.5rem, 0.2fr) minmax(0, 1fr);
  }

  .screen-copy {
    grid-column: 2;
    margin-top: 3rem;
  }

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

  .press-heading,
  .press-coverage {
    grid-template-columns: 1fr 2fr;
  }

  .press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-quote:nth-child(2) {
    border-right: 0;
  }

  .press-quote:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 250, 244, 0.28);
  }

  .press-coverage .eyebrow {
    grid-row: 1 / span 4;
  }

  .press-coverage a {
    grid-column: 2;
  }

  .archive-heading {
    position: static;
  }

  .founder {
    grid-template-columns: 1fr 1.7fr;
  }

  .founder > p:last-child {
    grid-column: 2;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    justify-self: end;
  }

  .site-footer > p:not(.copyright) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  :root {
    --page-pad: 1.2rem;
  }

  .site-header {
    min-height: 6rem;
    gap: 1rem;
  }

  .brand {
    width: 11rem;
  }

  .site-nav a:not(:last-child) {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 6rem);
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(22, 14, 16, 0.8) 0%, rgba(22, 14, 16, 0.25) 68%, rgba(22, 14, 16, 0.2) 100%);
  }

  .hero-copy {
    justify-content: flex-end;
    min-height: calc(100svh - 6rem);
    width: 100%;
    padding: 5rem var(--page-pad) 6.5rem;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 16vw, 5.1rem);
  }

  .hero-caption {
    right: auto;
    left: var(--page-pad);
    bottom: 1.4rem;
  }

  .manifesto,
  .screen-work {
    grid-template-columns: 1fr;
  }

  .section-marker {
    padding: 0 0 1rem;
  }

  .manifesto-copy {
    grid-template-columns: 1fr;
  }

  .current-copy h2 {
    font-size: clamp(3.7rem, 18vw, 5.6rem);
  }

  .screen-copy {
    grid-column: 1;
    margin-top: 2rem;
  }

  .screen-visual {
    grid-column: 1;
    width: 100%;
    grid-template-columns: minmax(7rem, 0.48fr) minmax(0, 1fr);
    height: 76vw;
  }

  .production-history {
    grid-template-columns: 1fr;
  }

  .history-card {
    grid-template-columns: minmax(9rem, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
  }

  .press-heading,
  .press-coverage,
  .press-grid {
    grid-template-columns: 1fr;
  }

  .press-coverage .eyebrow {
    grid-row: auto;
  }

  .press-heading {
    gap: 1.2rem;
  }

  .press-quote {
    min-height: 14rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 244, 0.28);
  }

  .press-quote:last-child {
    border-bottom: 0;
  }

  .press-coverage a {
    grid-column: 1;
  }

  .history-copy h2 {
    font-size: clamp(2.4rem, 10vw, 3.5rem);
  }

  .archive-item {
    grid-template-columns: 2rem 1fr;
  }

  .archive-type {
    grid-column: 2;
  }

  .contact-symbol {
    right: -4rem;
    width: 26rem;
  }

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

  .founder > p:last-child {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-self: start;
  }
}

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