.case-page--bell {
  --bell-blue: #657e9e;
  --bell-plum: #9a6884;
  --bell-orange: #c9854d;
  --bell-sand: #efe4d7;
  --bell-night: #100d17;
}

.case-page--bell .case-hero {
  width: 100vw;
  margin: -2rem calc((100vw - var(--shell)) / -2) 0;
  padding: clamp(3rem, 5vw, 5.5rem) calc((100vw - var(--shell)) / 2);
  background: linear-gradient(120deg, #eee4d9, #e6e2eb 52%, #dce7e8);
}
.case-page--bell .case-intro h1 { color: #8e5f77; }
.case-page--bell .case-facts { padding-top: 0; border-top: 0; }
.case-page--bell .case-facts dt { color: #8b667a; font-weight: 500; }
.case-page--bell .case-play > .case-poster-triptych img { object-fit: cover; }
.case-poster-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .25rem;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.case-poster-pair img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}
.bell-projection {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  margin: 1rem 0 clamp(3.5rem, 7vw, 7rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}
.bell-projection-copy h2,
.bell-process-copy h2 {
  margin: 0 0 1.2rem;
  font: 300 clamp(2rem, 3.25vw, 3.5rem)/1 var(--serif);
  letter-spacing: -.035em;
}
.bell-projection-copy p,
.bell-process-copy > p:not(.eyebrow) {
  max-width: 49ch;
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.8;
}
.bell-projection-film { min-width: 0; }
.bell-projection .case-film { aspect-ratio: 16 / 10; }
.bell-original-caption { justify-content: flex-end; }

.bell-selection {
  width: 100vw;
  margin: 0 calc((100vw - var(--shell)) / -2);
  padding: clamp(2.5rem, 5vw, 4.5rem) calc((100vw - var(--shell)) / 2);
  border: 0;
  background: linear-gradient(110deg, #efe3d7, #e9dfe8 50%, #dce7e6);
}
.bell-selection h2 { color: #8b6076; }
.bell-selection p { max-width: 76ch; }

.bell-process { margin: 0; }
.bell-process-row {
  display: grid;
  grid-template-columns: minmax(15rem, .58fr) minmax(0, 1.42fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  min-height: 23rem;
  padding: clamp(2.75rem, 5vw, 5rem) 0;
  border-top: 1px solid var(--line);
}
.bell-music .eyebrow { color: var(--bell-plum); }
.bell-place .eyebrow { color: var(--bell-orange); }
.bell-score .eyebrow { color: var(--bell-blue); }
.bell-impact .eyebrow { color: #a05f72; }

.bell-ring-diagram,
.bell-place-diagram,
.bell-impact-diagram {
  width: min(84%, 36rem);
  justify-self: center;
  color: #7b746d;
}
.bell-ring-diagram path,
.bell-place-diagram path,
.bell-place-diagram circle,
.bell-impact-diagram path,
.bell-impact-diagram rect,
.bell-impact-diagram circle {
  stroke: currentColor;
  stroke-width: .9;
  vector-effect: non-scaling-stroke;
}
.bell-ring-diagram .bell-icon { stroke: url(#bell-ring-gradient); stroke-width: 1.6; }
.bell-ring-diagram .bell-wave { stroke: #9a6884; opacity: .56; }
.bell-ring-diagram .bell-wave--two { stroke: #778da8; opacity: .4; }
.bell-ring-diagram .bell-wave--three { stroke: #c9854d; opacity: .28; }

.bell-place {
  width: 100vw;
  margin-inline: calc((100vw - var(--shell)) / -2);
  padding-inline: calc((100vw - var(--shell)) / 2);
  border-bottom: 0;
  background: linear-gradient(110deg, #efe2d4, #eadfe7 50%, #dde8e6);
}
.bell-place-diagram .bell-tiles path { stroke: #657e9e; }
.bell-place-diagram .bell-oranges circle,
.bell-place-diagram .bell-oranges path { stroke: #c9854d; }
.bell-place-diagram .bell-flowers path { stroke: #78937d; }
.bell-place-diagram .bell-flowers circle { fill: rgba(166, 87, 129, .18); stroke: #a65781; }

.bell-score-map { width: min(100%, 42rem); justify-self: center; }
.bell-score-map ol {
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #aaa39b;
  list-style: none;
}
.bell-score-map li { position: relative; height: 11rem; border-left: 1px solid rgba(37, 35, 32, .11); }
.bell-score-map li:last-child { border-right: 1px solid rgba(37, 35, 32, .11); }
.bell-score-map small { position: absolute; top: -.1rem; left: 50%; transform: translateX(-50%); color: var(--muted); font-size: .62rem; }
.bell-score-map li span { position: absolute; right: 17%; bottom: 0; left: 17%; height: 2.6rem; border-radius: 2rem 2rem 0 0; background: linear-gradient(#8ea4bc, #c1b5cf); }
.bell-score-map li:nth-child(n + 5):nth-child(-n + 8) span { height: 4.6rem; background: linear-gradient(#bb8aa3, #d6bbc6); }
.bell-score-map li:nth-child(n + 9) span { height: 7rem; background: linear-gradient(#d2945f, #c77867); }
.bell-score-labels { display: grid; grid-template-columns: 4fr 4fr 5fr; gap: .25rem; margin-top: .8rem; color: var(--muted); font-size: .64rem; letter-spacing: .07em; text-align: center; text-transform: uppercase; }

.bell-impact-diagram .bell-impact-rise { stroke: url(#bell-impact-gradient); stroke-width: 2; }
.bell-impact-diagram .bell-impact-forms > * { fill: rgba(247, 244, 238, .28); stroke: #9b6c84; }
.bell-impact-diagram .bell-impact-forms > *:nth-child(n + 3) { stroke: #c9854d; }
.bell-impact-diagram .bell-fall { stroke: #657e9e; }

.bell-scenes-stage {
  width: 100vw;
  margin: 0 calc((100vw - var(--shell)) / -2) clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(2.75rem, 5vw, 4.5rem) calc((100vw - var(--shell)) / 2);
  background:
    radial-gradient(circle at 50% 100%, rgba(116, 88, 139, .23), transparent 42%),
    var(--bell-night);
  color: #f7f4ee;
}
.bell-scenes-stage > .eyebrow { margin-bottom: clamp(1.5rem, 3vw, 2.5rem); color: #d7a073; }
.bell-scenes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.8rem, 2vw, 1.8rem);
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.bell-scenes a { border-radius: .2rem; background: #000; }
.bell-scenes img { width: 100%; aspect-ratio: .65; object-fit: cover; object-position: center; }
.bell-scenes .case-study-caption { justify-content: center; gap: .5rem; padding-top: .65rem; text-align: center; }
.bell-scenes .case-study-caption > span { color: #d79761; }
.bell-scenes li:nth-child(even) .case-study-caption > span { color: #89a7c2; }
.bell-scenes h3 { color: rgba(247, 244, 238, .8); font-weight: 400; }

.case-page--bell .case-contribution { margin-bottom: 2rem; }
.bell-takeaway {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 0;
  border-radius: .35rem;
  background: linear-gradient(110deg, #eee1d5, #e8dfe8 55%, #dce7e5);
}
.bell-takeaway h2 { color: #8b6076; }

@media (min-width: 801px) {
  .bell-selection,
  .bell-process-row,
  .bell-takeaway {
    grid-template-columns: minmax(14rem, .72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 6vw, 6rem);
  }
  .bell-process-row { padding-inline: clamp(2.5rem, 6vw, 6rem); }
  .bell-selection,
  .bell-place { padding-inline: calc((100vw - var(--shell)) / 2 + clamp(2.5rem, 6vw, 6rem)); }
  .bell-takeaway { padding-inline: clamp(2.5rem, 6vw, 6rem); }
  .bell-ring-diagram,
  .bell-place-diagram,
  .bell-impact-diagram { width: min(80%, 32rem); }
  .bell-score-map { width: min(90%, 37rem); }
}

@media (min-width: 801px) and (max-width: 1000px) {
  .bell-projection { grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 2rem; }
}

@media (max-width: 800px) {
  .case-page--bell .case-intro h1 { font-size: clamp(2.35rem, 6vw, 2.9rem); }
  .case-page--bell .case-lead { max-width: none; }
  .bell-selection { grid-template-columns: 1fr; gap: .8rem; }
  .bell-projection,
  .bell-process-row { grid-template-columns: 1fr; gap: 1.75rem; min-height: 0; }
  .bell-projection-copy,
  .bell-process-copy { width: 100%; }
  .bell-projection-copy h2,
  .bell-process-copy h2 { font-size: clamp(1.55rem, 3.6vw, 1.75rem); }
  .bell-projection-copy p,
  .bell-process-copy > p:not(.eyebrow) { max-width: none; }
  .bell-projection { margin-bottom: 3.5rem; }
  .bell-ring-diagram,
  .bell-place-diagram,
  .bell-impact-diagram { max-height: 13rem; }
  .bell-scenes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .bell-projection-copy h2,
  .bell-process-copy h2 { font-size: 1.6rem; }
  .bell-process-row,
  .bell-selection { padding-block: 2.5rem; }
  .bell-score-map li { height: 7.5rem; }
  .bell-score-map li span { right: 12%; left: 12%; }
  .bell-score-map li:nth-child(n + 5):nth-child(-n + 8) span { height: 3.2rem; }
  .bell-score-map li:nth-child(n + 9) span { height: 4.9rem; }
  .bell-score-labels { font-size: .6rem; }
  .bell-scenes-stage { padding-block: 2.5rem; }
  .bell-scenes { gap: 1.5rem .65rem; }
  .bell-scenes h3 { font-size: .82rem; }
}
