* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #000;
  overflow-x: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 8px;
}

.poster {
  position: relative;
  width: 100%;
  aspect-ratio: 1024 / 1536;
  background: #000;
  overflow: hidden;
}

.slice,
.slice-card {
  position: absolute;
  display: block;
}

.slice img,
.slice-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.strip-top {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 42.1875%;
}

.strip-mid {
  left: 0%;
  top: 42.1875%;
  width: 100%;
  height: 39.0625%;
}

.strip-offer-bg {
  left: 0%;
  top: 81.25%;
  width: 100%;
  height: 10.2865%;
}

.c1 {
  left: 1.7578%;
  top: 41.6016%;
  width: 23.5352%;
  height: 32.8125%;
}

.c2 {
  left: 26.2695%;
  top: 41.6016%;
  width: 23.5352%;
  height: 32.8125%;
}

.c3 {
  left: 50.7812%;
  top: 41.6016%;
  width: 23.5352%;
  height: 32.8125%;
}

.c4 {
  left: 75.1953%;
  top: 41.6016%;
  width: 23.1445%;
  height: 32.8125%;
}

.cta {
  left: 34.375%;
  top: 74.7396%;
  width: 31.25%;
  height: 5.3385%;
}

.gallery {
  left: 1.8555%;
  top: 81.3151%;
  width: 47.8516%;
  height: 20.0521%;
}

.price {
  left: 50.2930%;
  top: 81.3151%;
  width: 47.8516%;
  height: 20.0521%;
}

.footer {
  left: 0%;
  top: 91.5365%;
  width: 100%;
  height: 8.4635%;
}

a.slice,
a.slice-card {
  outline: none;
  transition: transform 0.2s ease;
}

a.slice:hover,
a.slice:focus-visible,
a.slice-card:hover,
a.slice-card:focus-visible {
  transform: translateY(-2px);
}

.price-page {
  background:
    radial-gradient(circle at top, rgba(26, 12, 43, 0.9), transparent 34rem),
    #000;
}

.price-wrap {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 16px 10px 28px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 12px;
  color: #f6f1e8;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible {
  color: #f0c76b;
}

.price-stack {
  display: grid;
  gap: 16px;
}

.price-stack img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(240, 199, 107, 0.22);
}

@media (max-width: 640px) {
  .price-wrap {
    padding: 8px 0 18px;
  }

  .back-link {
    margin-left: 10px;
  }

  .price-stack {
    gap: 8px;
  }
}
