.savatage-card {
  justify-content: flex-start;
}

.savatage-photo {
  margin: 24px -28px 26px;
  aspect-ratio: 1.96;
  overflow: hidden;
  background: #17100a;
}

.savatage-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.savatage-card > div:last-child {
  margin-top: auto;
}

.savatage-press {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: clamp(42px, 6vw, 88px);
  padding: clamp(30px, 5vw, 64px);
  color: #f6f1e7;
  background:
    radial-gradient(circle at 84% 10%, rgba(194, 150, 72, .22), transparent 34%),
    linear-gradient(135deg, #17130f 0%, #090909 68%);
  border: 1px solid rgba(194, 150, 72, .34);
}

.savatage-press::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0c0b0a 0%, rgba(12, 11, 10, .96) 42%, rgba(12, 11, 10, .54) 76%, rgba(12, 11, 10, .68) 100%);
}

.savatage-press-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: min(43%, 520px);
  background: #0c0b0a url("savatage-press-poster.jpg") center / cover no-repeat;
}

.savatage-press-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .8;
  filter: saturate(.78) contrast(1.08);
}

.savatage-press-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 18px clamp(32px, 6vw, 86px);
  align-items: end;
  padding-bottom: clamp(28px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.savatage-press-intro .tag {
  grid-column: 1 / -1;
  margin: 0;
  color: #cfa65c;
}

.savatage-press-intro h3 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 5.2rem);
  line-height: .9;
  letter-spacing: -.045em;
}

.savatage-press-intro h3 em {
  color: #cfa65c;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.savatage-press-intro > p:last-child {
  margin: 0;
  color: rgba(246, 241, 231, .76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.savatage-press-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(28px, 4vw, 48px);
  background: rgba(255, 255, 255, .14);
}

.press-card {
  display: flex;
  min-height: 230px;
  padding: clamp(22px, 3vw, 34px);
  flex-direction: column;
  color: inherit;
  background: rgba(17, 16, 14, .9);
  text-decoration: none;
  transition: background-color .25s ease, transform .25s ease;
}

.press-card:hover,
.press-card:focus-visible {
  z-index: 1;
  background: rgba(33, 27, 19, .96);
  transform: translateY(-4px);
}

.press-card > span {
  color: #cfa65c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.press-card blockquote {
  margin: 24px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.25;
}

.press-card small {
  margin-top: auto;
  color: rgba(246, 241, 231, .66);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.press-card small b {
  color: #cfa65c;
}

@media (max-width: 800px) {
  .savatage-press::after {
    background: linear-gradient(180deg, rgba(12, 11, 10, .56) 0%, rgba(12, 11, 10, .9) 48%, #0c0b0a 100%);
  }

  .savatage-press-media {
    width: 100%;
    height: 54%;
  }

  .savatage-press-video {
    opacity: .62;
  }

  .savatage-press-intro,
  .savatage-press-grid {
    grid-template-columns: 1fr;
  }

  .savatage-press-intro h3 {
    margin-bottom: 12px;
  }

  .press-card {
    min-height: 190px;
  }
}
