:root {
  --prestige-ink: #171817;
  --prestige-burgundy: #722a35;
  --prestige-beige: var(--neutral-200);
}

body.prestige-page { color: var(--prestige-ink); background: var(--prestige-beige); }
.prestige-main { overflow: clip; }

.prestige-hero__media { background: none; }

.prestige-hero__media picture,
.prestige-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.prestige-hero__media img {
  object-fit: cover;
  object-position: center center;
}

.prestige-hero__shade {
  background:
    linear-gradient(90deg, rgba(12, 12, 11, 0.68) 0%, rgba(12, 12, 11, 0.34) 50%, rgba(12, 12, 11, 0.08) 100%),
    linear-gradient(0deg, rgba(10, 10, 9, 0.48) 0%, transparent 52%, rgba(10, 10, 9, 0.08) 100%);
}

.prestige-hero .as-home-hero__title {
  max-width: 960px;
  font-family: "Engravers MT", Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4vw, 4.2rem) !important;
  font-weight: 400;
  font-variation-settings: normal;
  line-height: 1.06;
  letter-spacing: 0.005em;
}

.prestige-hero .as-home-hero__title em {
  font-style: normal;
  font-weight: 400;
  font-variation-settings: normal;
}

.prestige-hero .as-home-hero__lead { max-width: 620px; }

.prestige-catalog {
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem);
}

@media (max-width: 991.98px) {
  .prestige-hero .as-home-hero__title {
    max-width: 700px;
    font-size: clamp(2.1rem, 6vw, 3.5rem) !important;
  }
}

@media (max-width: 767.98px) {
  .prestige-hero__media img { object-position: 51% center; }
  .prestige-hero .as-home-hero__title {
    font-size: clamp(1.65rem, 7vw, 2.25rem) !important;
    line-height: 1.12;
    letter-spacing: 0;
  }
  .prestige-hero .as-home-hero__lead { margin-top: 22px; }
}
