/* Coming soon — What's On standby. Figma "hero section, carousel 6" (1004:150):
   dark-green hero, big serif "Coming soon…", a rail of mics, a description.
   Simple responsive centred hero (this is a standby page, not a pixel clone). */
.cs {
  background: #244d1c;
  color: #fff;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(40px, 6vw, 96px) 24px;
}
.cs__inner { width: min(100%, 960px); }
.cs__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 9vw, 120px);
  line-height: 1.02;
  letter-spacing: 0.005em;
}
.cs__mics {
  width: min(92%, 640px);
  margin: clamp(4px, 1vw, 12px) auto clamp(20px, 3vw, 40px);
}
.cs__mics img { width: 100%; height: auto; }
.cs__desc {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(18px, 2.6vw, 34px);
  line-height: 1.25;
  max-width: 820px;
  margin: 0 auto;
}
