/* Editorial proportion system: one dominant frame per scene. */
.story-intro {
  position: relative;
  min-height: 0;
  padding-block: 64px 48px;
  overflow: hidden;
}
.story-intro .section-label {
  position: relative;
  z-index: 2;
}
.story-intro .tommie-heading {
  min-height: 300px;
  margin: 38px 0 0;
  align-items: center;
}
.story-intro .tommie-heading h2 {
  font-size: clamp(82px, 10vw, 144px);
  z-index: 2;
}
.story-intro .tommie-heading p {
  max-width: 225px;
  font-size: 15px;
  z-index: 2;
}
.intro-character {
  position: absolute;
  width: 27%;
  height: 370px;
  object-fit: contain;
  left: 42%;
  bottom: 20px;
  mix-blend-mode: multiply;
}
.story-link {
  position: relative;
  z-index: 2;
  padding-block: 12px;
}
.story-act {
  padding: 72px 6%;
}
.act-copy h3,
.making-title {
  font-size: clamp(54px, 6.8vw, 98px);
  line-height: 1.02;
  margin: 20px 0;
  text-wrap: balance;
}
.act-copy p {
  font-size: 15px;
  line-height: 1.65;
}
.act-one {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  padding-top: 36px;
}
.act-one .act-copy {
  grid-column: 1;
  grid-row: 1;
}
.act-one .portrait-first {
  grid-column: 2;
  grid-row: 1/3;
  position: relative;
  top: auto;
  right: auto;
  width: 70%;
  max-width: 380px;
  justify-self: end;
  transform: rotate(3deg);
}
.act-one .story-film {
  width: 123%;
  margin: 0;
  grid-column: 1;
  grid-row: 2;
  z-index: 3;
  box-shadow: 0 18px 40px #1112;
}
.story-film video {
  object-fit: contain;
}
.film-meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  font-size: 10px;
  letter-spacing: 0.09em;
  background: inherit;
}
.quality-toggle {
  border: 1px solid currentColor;
  border-radius: 30px;
  padding: 10px 14px;
  min-height: 44px;
  font-size: 11px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
}
.quality-toggle:hover {
  color: #f0442c;
}
.act-two {
  min-height: 0;
  grid-template-rows: auto 360px;
  gap: 24px;
  padding-top: 76px;
  padding-bottom: 100px;
}
.act-two .act-copy {
  grid-column: 1/8;
  grid-row: 1;
  padding: 0;
}
.act-two .act-copy h3 {
  font-size: clamp(54px, 6vw, 88px);
}
.portrait-haydeh {
  grid-column: 1/4;
  grid-row: 2;
  margin: 38px 0 0;
  max-width: 230px;
  transform: rotate(-5deg);
}
.portrait-woman {
  grid-column: 10/13;
  grid-row: 1/3;
  margin: 70px 0 0;
  transform: rotate(4deg);
}
.portrait-red {
  grid-column: 5/9;
  grid-row: 2;
  margin: -60px 0 0;
  transform: rotate(-2deg);
  max-width: 280px;
  justify-self: center;
}
.portrait-red img {
  aspect-ratio: 3/4;
  object-fit: contain;
  background: #dedbd4;
}
.portrait-woman img {
  aspect-ratio: 3/4;
}
.encounter-line {
  bottom: 22px;
  font-size: 12vw;
}
.act-three {
  grid-template-columns: minmax(160px, 0.7fr) 2fr;
  gap: 32px 70px;
  padding-top: 64px;
}
.portrait-man {
  width: 100%;
  max-width: 240px;
  justify-self: center;
}
.act-three .act-copy h3 {
  max-width: 720px;
}
.act-three .action-frame {
  margin-top: 20px;
}
.action-frame .film-meta {
  background: #181b16;
}
.story-making {
  padding-block: 70px;
}
.making-title {
  margin: 36px 0 40px;
}
.story-making .continuity {
  height: clamp(300px, 38vw, 500px);
}
.story-making .case-grid {
  margin-top: 44px;
}
.story-portrait figcaption {
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 1500px) {
  .story-act,
  .story-intro,
  .story-making {
    padding-inline: max(6%, calc((100vw - 1320px) / 2));
  }
}
@media (max-width: 700px) {
  .story-intro {
    padding-block: 40px 32px;
  }
  .story-intro .tommie-heading {
    min-height: 270px;
    display: block;
    margin-top: 30px;
  }
  .story-intro .tommie-heading h2 {
    font-size: 80px;
    width: 60%;
  }
  .story-intro .tommie-heading p {
    font-size: 14px;
    max-width: 60%;
    margin-top: 26px;
  }
  .intro-character {
    left: auto;
    right: 0;
    width: 40%;
    height: 285px;
    bottom: 50px;
  }
  .story-act {
    padding: 44px 6%;
  }
  .act-copy h3,
  .making-title {
    font-size: clamp(48px, 10vw, 66px);
  }
  .act-one {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .act-one .act-copy {
    max-width: 72%;
  }
  .act-one .portrait-first {
    position: absolute;
    width: 27%;
    right: 4%;
    top: 55px;
  }
  .act-one .story-film {
    width: 100%;
    grid-column: 1;
    grid-row: 2;
  }
  .act-two {
    grid-template-rows: auto auto;
    gap: 24px 16px;
    padding-bottom: 70px;
  }
  .act-two .act-copy {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .act-two .act-copy h3 {
    font-size: 52px;
  }
  .portrait-haydeh {
    grid-column: 1/6;
    grid-row: 2;
    margin: 28px 0 0;
  }
  .portrait-woman {
    grid-column: 8/13;
    grid-row: 2;
    margin: -10px 0 0;
  }
  .portrait-red {
    grid-column: 4/10;
    grid-row: 3;
    width: 100%;
    max-width: 210px;
    margin: -16px 0 0;
  }
  .act-three {
    grid-template-columns: 1fr 2fr;
    gap: 24px;
  }
  .act-three .act-copy {
    margin: 0;
  }
  .act-three .act-copy h3 {
    font-size: 42px;
  }
  .act-three .act-copy p {
    font-size: 13px;
  }
  .act-three .act-copy > span {
    font-size: 10px;
  }
  .portrait-man {
    width: 100%;
    margin: 0;
  }
  .story-making {
    padding-block: 44px;
  }
  .film-meta {
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.02em;
  }
  .story-portrait figcaption {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .story-making .case-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .story-making .case-lead {
    grid-column: auto;
  }
}
@media (max-width: 700px) {
  .act-one .portrait-first {
    grid-area: auto;
    justify-self: auto;
    left: auto;
    width: 27%;
    right: 5%;
    top: 55px;
  }
}
