.page-live-feed {
  --feed-red: #cf1726;
  --feed-yellow: #f5be2c;
  --feed-ink: #201917;
  --feed-cream: #fff6e7;
}

.feed-brand-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feed-brand-links a {
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}

.feed-brand-links a:hover,
.feed-brand-links a:focus-visible,
.feed-brand-links a.is-current {
  border-bottom-color: var(--feed-red);
}

.feed-hero {
  min-height: 430px;
  border: 3px solid var(--feed-ink);
  background: var(--feed-red);
  box-shadow: 10px 10px 0 var(--feed-yellow);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
  overflow: hidden;
}

.feed-hero-copy {
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feed-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: -0.08em;
  line-height: 0.86;
}

.feed-hero h1 span,
.feed-hero h1 em {
  display: block;
  font-style: normal;
}

.feed-hero h1 em {
  color: var(--feed-yellow);
}

.feed-hero-lead {
  max-width: 34rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.feed-status {
  width: fit-content;
  margin-top: 1.5rem;
  padding: 0.7rem 0.85rem;
  border: 2px solid var(--feed-ink);
  background: var(--feed-cream);
  color: var(--feed-ink);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 4px 4px 0 var(--feed-ink);
}

.feed-status-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #28a745;
  box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.14);
}

.feed-status span:last-child {
  display: grid;
  line-height: 1.1;
}

.feed-status strong {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.feed-status small {
  margin-top: 0.25rem;
  font-size: 0.74rem;
}

.feed-hero-art {
  position: relative;
  min-height: 430px;
  border-left: 3px solid var(--feed-ink);
  background:
    radial-gradient(circle at 50% 48%, rgba(245, 190, 44, 0.35), transparent 40%),
    #111;
  overflow: hidden;
}

.feed-art-card {
  position: absolute;
  border: 3px solid var(--feed-ink);
  box-shadow: 8px 8px 0 var(--feed-yellow);
  transform: rotate(-8deg);
}

.feed-art-card-back {
  top: 16%;
  left: 10%;
  width: 62%;
  height: 45%;
  padding: 1rem;
  background: var(--feed-cream);
  color: var(--feed-red);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.feed-art-card-back b {
  position: absolute;
  right: 1rem;
  bottom: 0.7rem;
  font-size: 2.6rem;
}

.feed-art-card-front {
  top: 28%;
  left: 24%;
  width: 62%;
  min-height: 52%;
  padding: 1.25rem;
  background: var(--feed-yellow);
  color: var(--feed-ink);
  transform: rotate(7deg);
}

.feed-art-label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feed-art-card-front strong {
  display: block;
  font-size: clamp(1.5rem, 4vw, 3.2rem);
  letter-spacing: -0.08em;
  line-height: 0.88;
  text-transform: uppercase;
}

.feed-art-card-front em {
  color: var(--feed-red);
  font-style: normal;
}

.feed-art-card-front i {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
}

.feed-art-spark {
  position: absolute;
  right: 10%;
  bottom: 11%;
  color: var(--feed-yellow);
  font-size: 3rem;
  transform: rotate(18deg);
}

.feed-toolbar {
  margin-top: 3.4rem;
  padding: 1.2rem 0;
  border-top: 3px solid var(--feed-cream);
  border-bottom: 3px solid var(--feed-cream);
  color: var(--feed-cream);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.feed-toolbar-label {
  margin: 0 0 0.35rem;
  color: var(--feed-yellow);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.feed-toolbar h2,
.feed-follow-card h2 {
  margin: 0;
  color: var(--feed-cream);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.feed-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.feed-filter {
  border: 2px solid var(--feed-cream);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  color: var(--feed-cream);
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

.feed-filter:hover,
.feed-filter:focus-visible,
.feed-filter.is-active {
  border-color: var(--feed-yellow);
  color: var(--feed-ink);
  background: var(--feed-yellow);
}

.live-feed-grid {
  min-height: 300px;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feed-card {
  border: 3px solid var(--feed-ink);
  background: var(--feed-cream);
  color: var(--feed-ink);
  box-shadow: 6px 6px 0 var(--feed-yellow);
  animation: feed-card-in 350ms ease both;
  animation-delay: var(--feed-delay, 0ms);
}

.feed-card-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: 3px solid var(--feed-ink);
  background: #151515;
}

.feed-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.feed-card:hover .feed-card-media img {
  transform: scale(1.05);
}

.feed-card-body {
  padding: 1rem;
}

.feed-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--feed-red);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feed-card h3 {
  margin: 0.75rem 0 0;
  font-size: 1.2rem;
  line-height: 1;
}

.feed-card p {
  min-height: 3.2em;
  margin: 0.55rem 0 1rem;
  color: #594d47;
  font-size: 0.9rem;
}

.feed-card a {
  color: var(--feed-red);
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-transform: uppercase;
}

.feed-empty {
  grid-column: 1 / -1;
  padding: 2rem;
  border: 3px dashed var(--feed-cream);
  color: var(--feed-cream);
  text-align: center;
}

.feed-follow-card {
  margin-top: 3rem;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border: 3px solid var(--feed-ink);
  background: var(--feed-yellow);
  color: var(--feed-ink);
  box-shadow: 8px 8px 0 var(--feed-red);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  align-items: center;
  gap: 1.5rem;
}

.feed-follow-card h2 {
  color: var(--feed-ink);
}

.feed-follow-card > div:first-child > p:last-child {
  max-width: 34rem;
  margin: 0.8rem 0 0;
  color: #493a2d;
}

.feed-follow-actions {
  display: grid;
  gap: 0.75rem;
}

.feed-follow-actions .social-action {
  min-height: 62px;
}

.feed-update-note {
  margin: 1.3rem 0 0;
  color: rgba(255, 246, 231, 0.7);
  font-size: 0.78rem;
  text-align: right;
}

@keyframes feed-card-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 820px) {
  .feed-hero {
    grid-template-columns: 1fr;
  }

  .feed-hero-art {
    min-height: 320px;
    border-top: 3px solid var(--feed-ink);
    border-left: 0;
  }

  .feed-toolbar,
  .feed-follow-card {
    align-items: start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .feed-toolbar {
    display: grid;
  }

  .live-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .feed-brand-links {
    gap: 0.45rem;
    font-size: 0.58rem;
  }

  .social-brandbar {
    align-items: flex-start;
  }

  .feed-hero-art {
    min-height: 285px;
  }

  .live-feed-grid {
    grid-template-columns: 1fr;
  }

  .feed-update-note {
    text-align: left;
  }
}
