.pos-showcase {
  background: #061c2b;
  color: #fff;
}

.pos-wallpaper {
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  padding: clamp(65px, 9vw, 120px) clamp(24px, 8vw, 120px);
  background-color: #071e2b;
  background-position: center;
  background-size: cover;
  transition: background-image 0.35s ease;
}

.pos-wallpaper__content {
  max-width: 840px;
}

.pos-wallpaper .eyebrow {
  color: #ffd766;
}

.pos-wallpaper h2 {
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(4.2rem, 10vw, 9rem);
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.pos-wallpaper__content > p:not(.eyebrow) {
  max-width: 760px;
  color: #d9e5ea;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.pos-refresh-note {
  align-self: center;
  color: #b8c9d0;
  font-size: 0.78rem;
  font-weight: 700;
}

.pos-gallery-wrap {
  padding: clamp(55px, 8vw, 100px) clamp(24px, 8vw, 120px)
    clamp(70px, 9vw, 120px);
}

.pos-gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.pos-gallery-heading .eyebrow {
  color: #7dd2a5;
}

.pos-gallery-heading h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.pos-live-badge {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid #496271;
  border-radius: 999px;
  color: #a9bec8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pos-live-badge.is-ready {
  border-color: #4d9b72;
  background: rgba(23, 114, 69, 0.2);
  color: #b9e5ce;
}

.pos-disclaimer {
  margin-bottom: 30px;
  padding: 17px 19px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.07);
  color: #c4d3d9;
  font-size: 0.84rem;
  line-height: 1.55;
}

.pos-disclaimer strong {
  color: #fff;
}

.pos-state {
  margin: 30px 0;
  color: #b4c6ce;
}

.pos-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pos-card {
  overflow: hidden;
  border: 1px solid #294451;
  border-radius: 18px;
  background: #0b2938;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.pos-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  background: #102f3e;
  object-fit: cover;
}

.pos-card__body {
  padding: 18px;
}

.pos-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pos-card__source {
  padding: 5px 8px;
  border-radius: 999px;
  background: #163b4e;
  color: #c1d6df;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pos-card__source--pos {
  background: #6f271f;
  color: #ffe3dd;
}

.pos-card__source--quick {
  background: #145537;
  color: #d9f5e5;
}

.pos-card__source--full {
  background: #163b5f;
  color: #daeaff;
}

.pos-card__date {
  color: #8fa8b4;
  font-size: 0.7rem;
  font-weight: 700;
}

.pos-card__caption {
  margin: 16px 0 0;
  color: #f3f7f8;
  font-size: 0.96rem;
  line-height: 1.55;
}

.pos-card__facts {
  margin-top: 16px;
  padding-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid #284653;
  color: #9fb5bf;
  font-size: 0.72rem;
}

.pos-card__facts span {
  padding: 5px 7px;
  border-radius: 6px;
  background: #071e2b;
}

.pos-card__plate {
  color: #f2d983 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

@media (max-width: 1000px) {
  .pos-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .pos-wallpaper {
    min-height: 560px;
  }

  .pos-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .pos-gallery {
    grid-template-columns: 1fr;
  }

  .pos-live-badge {
    align-self: flex-start;
  }

  .pos-wallpaper h2 {
    font-size: clamp(4rem, 18vw, 6.5rem);
  }

  .pos-refresh-note {
    width: 100%;
  }
}
