.live-shell {
  padding-top: 10px;
}

.live-intro {
  margin: 6px 0 22px;
}

.live-intro h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 12vw, 82px);
  line-height: 0.94;
  text-transform: uppercase;
}

.live-intro p {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.live-feed-list {
  display: grid;
  gap: 28px;
}

.live-card {
  display: block;
}

.live-card:not(:first-child)::before {
  display: block;
  width: min(138px, 38%);
  height: 1px;
  margin: 0 auto 30px;
  background: linear-gradient(90deg, rgba(216, 210, 199, 0), rgba(160, 156, 148, 0.58), rgba(216, 210, 199, 0));
  content: "";
}

.live-card-cover {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(9, 9, 9, 0.1);
  border-radius: var(--radius);
  background: var(--graphite);
  box-shadow: 0 18px 42px rgba(9, 9, 9, 0.12);
}

.live-card-cover img,
.live-media img,
.live-media video,
.live-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-card-copy {
  position: relative;
  margin-top: 14px;
  border-top: 1px solid rgba(109, 105, 97, 0.18);
  padding: 18px 4px 0;
}

.live-card-copy::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 96px;
  height: 3px;
  background: var(--accent);
  content: "";
}

.live-date {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-card h2 {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: clamp(34px, 9vw, 62px);
  line-height: 0.98;
  text-transform: uppercase;
}

.live-card p {
  margin: 14px 0 0;
  color: #3d3a35;
  font-size: 17px;
  line-height: 1.64;
}

.live-read {
  display: inline-flex;
  margin-top: 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.live-detail {
  display: grid;
  gap: 18px;
}

.live-back {
  width: fit-content;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-detail-cover {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--graphite);
}

.live-detail-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-detail h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 11vw, 82px);
  line-height: 0.95;
  text-transform: uppercase;
}

.live-detail .lead {
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.live-content {
  display: grid;
  gap: 16px;
}

.live-content p {
  margin: 0;
  color: #292621;
  font-size: 17px;
  line-height: 1.72;
}

.live-content h2 {
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.live-content blockquote {
  margin: 8px 0;
  border-left: 3px solid var(--accent);
  color: var(--accent);
  padding-left: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.live-media {
  margin: 8px 0;
}

.live-media-frame {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
}

.live-video-frame {
  aspect-ratio: 16 / 9;
}

.live-video-frame.is-story-video {
  width: min(260px, 70%);
  aspect-ratio: 9 / 16;
  margin-inline: auto;
}

.live-media figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.live-empty {
  padding: 120px 0;
  text-align: center;
}

.live-empty h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 10vw, 68px);
  line-height: 1;
  text-transform: uppercase;
}

.live-empty p {
  margin: 14px auto 0;
  max-width: 420px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}
