.sv-page {
  background: #fdfbf7;
}

.sv-page .header {
  background: #fff;
}

.sv-hero {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 840px) minmax(0, 600px) var(--side);
  height: 520px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sv-hero-copy {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 80px 64px 80px 84px;
}

.sv-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #e6007e;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 3px;
}

.sv-kicker--sm {
  font-size: 10px;
  letter-spacing: 2px;
}

.sv-rule {
  width: 32px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.sv-rule--sm {
  width: 24px;
}

.sv-hero h1 {
  margin: 16px 0 0;
  font-family: var(--font-serif);
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
  color: #1c1c19;
}

.sv-hero-copy > p {
  margin: 0;
  max-width: 580px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.65);
}

.sv-hero-media {
  grid-column: 3 / -1;
  position: relative;
  background: #fdfbf7;
  overflow: hidden;
}

.sv-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sv-price {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 600px) minmax(0, 1fr) var(--side);
  align-items: start;
  background: #fff;
}

.sv-price-photo {
  grid-column: 1 / 3;
  position: relative;
  width: 100%;
  height: 900px;
  background: #1c1c19;
  overflow: hidden;
}

.sv-price-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sv-price-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.sv-price-badge {
  position: absolute;
  z-index: 1;
  left: 32px;
  top: 32px;
  background: #e6007e;
  color: #fff;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
}

.sv-price-panel {
  grid-column: 3 / -1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 64px;
  background: #fff;
}

.sv-price-panel h2 {
  margin: 12px 0 0;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  color: #1c1c19;
}

.sv-accent {
  width: 60px;
  height: 2px;
  background: #e6007e;
}

.sv-group h3 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
}

.sv-group-line {
  height: 1px;
  background: #e6007e;
  opacity: 0.5;
}

.sv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  text-align: left;
  font-size: 14px;
  color: #1c1c19;
  cursor: pointer;
}

.sv-row span:first-child {
  transition: color 0.25s ease;
}

.sv-row:hover span:first-child {
  color: #e6007e;
}

.sv-row strong {
  font-weight: 700;
  white-space: nowrap;
}

.sv-price-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sv-price-foot span {
  color: #e6007e;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
}

.sv-price-foot a,
.sv-price-foot button {
  color: #1c1c19;
  font-weight: 700;
  font-size: 13px;
  text-decoration: underline;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.sv-reviews {
  background: #fff;
  padding: 120px var(--inset-x);
}

.sv-reviews h2 {
  margin: 16px 0 0;
  font-family: var(--font-serif);
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -3px;
}

.sv-swiper {
  margin-top: 64px;
  overflow: hidden;
}

.sv-card {
  height: auto;
  background: #fdfbf7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 247px;
  box-sizing: border-box;
}

.sv-card p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 28px;
}

.sv-card footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sv-card strong {
  display: block;
  font-size: 14px;
}

.sv-card em {
  display: block;
  margin-top: 4px;
  color: #e6007e;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.sv-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.sv-pagination {
  position: static;
  width: auto;
}

.sv-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.sv-pagination .swiper-pagination-bullet-active {
  background: #1c1c19;
}

.sv-arrows {
  display: flex;
  gap: 12px;
}

.sv-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.sv-arrow:hover {
  border-color: #1c1c19;
}

.sv-arrow:active {
  transform: scale(0.96);
}

.sv-arrow--next {
  background: #1c1c19;
  border-color: #1c1c19;
}

.sv-arrow img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

.sv-social {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 840px) minmax(0, 600px) var(--side);
  background: #fdfbf7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sv-social-left {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 64px 80px 84px;
}

.sv-social h2,
.sv-materials h2 {
  margin: 16px 0 0;
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -2px;
}

.sv-ig {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sv-ig a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sv-ig a strong {
  transition: color 0.25s ease;
}

.sv-ig a:hover strong {
  color: #e6007e;
}

.sv-ig img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  background: #1c1c19;
}

.sv-ig strong {
  font-size: 13px;
}

.sv-ig span {
  color: #e6007e;
  font-size: 12px;
}

.sv-note {
  margin: 0;
  font-size: 10px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.45);
}

.sv-materials {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 80px 84px 80px 64px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.sv-materials-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sv-materials-block p {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.sv-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 28px;
  border: 1px solid #1c1c19;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sv-outline:hover {
  background: #1c1c19;
  color: #fff;
}

.sv-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 24px 0;
}

.sv-tg {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sv-tg-icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #1c1c19;
  display: grid;
  place-items: center;
}

.sv-tg-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.sv-tg strong {
  display: block;
  font-size: 14px;
}

.sv-tg span {
  color: #e6007e;
  font-size: 12px;
  text-decoration: underline;
}

.sv-nav a:hover,
.sv-page .nav a:hover {
  color: #e6007e;
}

@media (max-width: 1100px) {
  .sv-hero,
  .sv-price,
  .sv-social {
    grid-template-columns: 1fr;
    height: auto;
  }

  .sv-hero-copy,
  .sv-hero-media,
  .sv-price-photo,
  .sv-price-panel,
  .sv-social-left,
  .sv-materials {
    grid-column: auto;
  }

  .sv-hero {
    min-height: 0;
  }

  .sv-hero-media,
  .sv-price-photo {
    height: 360px;
  }

  .sv-hero-copy,
  .sv-price-panel,
  .sv-reviews,
  .sv-social-left,
  .sv-materials {
    padding: 48px 24px;
  }

  .sv-hero h1 {
    font-size: clamp(32px, 8vw, 40px);
    line-height: 1.1;
  }

  .sv-reviews h2 {
    font-size: clamp(28px, 7vw, 36px);
    line-height: 1.15;
  }

  .sv-controls {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .sv-hero-copy,
  .sv-price-panel,
  .sv-reviews,
  .sv-social-left,
  .sv-materials {
    padding: 40px 16px;
  }

  .sv-hero h1 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }

  .sv-reviews h2,
  .sv-social h2,
  .sv-materials h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .sv-hero-media,
  .sv-price-photo {
    height: 280px;
  }

  .sv-ig {
    grid-template-columns: 1fr;
  }

  .sv-price-foot {
    flex-direction: column;
    align-items: flex-start;
  }
}
