.case-section {
  padding: 118px 0;
  border-top: 1px solid var(--line);
}

.case-heading {
  display: grid;
  grid-template-columns: minmax(180px, .65fr) minmax(0, 2.35fr);
  gap: 42px;
  align-items: start;
}

.case-heading h2,
.case-cta h2 {
  margin: -8px 0 0;
  font-size: clamp(48px, 7.2vw, 108px);
  font-weight: 850;
  letter-spacing: -.082em;
  line-height: .82;
  text-transform: uppercase;
}

.case-heading em,
.case-cta em {
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
}

.case-lede {
  max-width: 980px;
  margin: 66px 0 0 auto;
  color: #cbc9c2;
  font-size: clamp(22px, 2.4vw, 36px);
  letter-spacing: -.035em;
  line-height: 1.25;
}

.case-facts {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.case-facts article {
  min-height: 300px;
  padding: 26px 30px 34px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-facts article + article { padding-left: 30px; }
.case-facts article:last-child { border-right: 0; }
.case-facts p { margin: 0; }
.case-facts .case-number { color: var(--acid); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.case-facts h3 { margin: 78px 0 18px; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.055em; line-height: .94; text-transform: uppercase; }
.case-facts article > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.6; }

.case-sequence {
  padding: 0 0 118px;
}

.case-sequence-heading {
  display: grid;
  grid-template-columns: .65fr 1.5fr .85fr;
  gap: 42px;
  align-items: end;
  padding: 0 0 46px;
}

.case-sequence-heading h2 {
  margin: 0;
  font-size: clamp(44px, 6.5vw, 96px);
  font-weight: 850;
  letter-spacing: -.078em;
  line-height: .84;
  text-transform: uppercase;
}

.case-sequence-heading h2 em {
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
}

.case-sequence-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.case-sequence-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
}

.case-sequence-grid figure {
  margin: 0;
  min-width: 0;
  background: #090909;
}

.case-sequence-grid img {
  display: block;
  width: 100%;
  height: clamp(420px, 38vw, 690px);
  object-fit: cover;
  filter: saturate(.97) contrast(1.025);
}

.case-sequence-grid figcaption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  min-height: 70px;
  padding: 15px 12px 12px;
  border-top: 1px solid #262626;
  color: #d5d3cc;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.case-sequence-grid figcaption span { color: var(--acid); }

.case-production {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 8vw;
  align-items: start;
}

.case-production blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.6vw, 82px);
  letter-spacing: -.055em;
  line-height: .92;
}

.case-production blockquote em { color: var(--acid); font-weight: 400; }
.case-production-copy { color: #cbc9c2; font-size: clamp(18px, 1.7vw, 25px); line-height: 1.55; }
.case-production-copy p { margin: 0 0 24px; }
.case-production-copy strong { color: var(--paper); }

.case-disclosure {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #777;
  font-size: 10px;
  letter-spacing: .07em;
  line-height: 1.55;
  text-transform: uppercase;
}

.case-cta {
  min-height: 72svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-cta-row {
  margin-top: 70px;
  display: grid;
  grid-template-columns: minmax(0, 620px) auto;
  justify-content: space-between;
  gap: 48px;
  align-items: end;
}

.case-cta-row p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.case-cta-row .hero-project-link { min-width: 270px; }

@media (max-width: 1100px) {
  .case-sequence-heading { grid-template-columns: .55fr 1.45fr; }
  .case-sequence-heading > p:last-child { grid-column: 2; max-width: 520px; }
  .case-sequence-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .case-sequence-grid img { height: clamp(500px, 58vw, 680px); }
}

@media (max-width: 760px) {
  .case-section { padding: 88px 0; }
  .case-heading, .case-production, .case-cta-row { grid-template-columns: 1fr; gap: 28px; }
  .case-lede { margin-top: 44px; }
  .case-facts { grid-template-columns: 1fr; margin-top: 54px; }
  .case-facts article, .case-facts article + article { min-height: 0; padding: 24px 0 30px; border-right: 0; }
  .case-facts h3 { margin-top: 48px; }
  .case-sequence { padding-bottom: 88px; }
  .case-sequence-heading { grid-template-columns: 1fr; gap: 24px; padding-bottom: 32px; }
  .case-sequence-heading > p:last-child { max-width: 440px; }
  .case-sequence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; }
  .case-sequence-grid img { height: 86vw; max-height: 600px; }
  .case-sequence-grid figcaption { min-height: 58px; padding: 12px 9px; font-size: 8px; }
  .case-production { gap: 46px; }
  .case-cta-row .hero-project-link { width: 100%; min-width: 0; }
}
