.vv-home {
  color: #112942;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
}

.vv-home a {
  color: inherit;
  text-decoration: none;
}

.vv-hero {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 52px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 54px;
}

.vv-eyebrow {
  margin: 0 0 16px;
  color: #a34835;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vv-hero h1,
.vv-section h2,
.vv-reviews h2 {
  margin: 0;
  color: #102a43;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.vv-hero h1 {
  max-width: 720px;
  font-size: 62px;
}

.vv-hero__text {
  max-width: 620px;
  margin: 24px 0 0;
  color: #536174;
  font-size: 19px;
  line-height: 1.6;
}

.vv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.vv-hero__actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 7px;
  background: #102a43;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.vv-hero__actions .vv-button-light {
  border: 1px solid #cfc5ba;
  background: #fff;
  color: #102a43;
}

.vv-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vv-pills span,
.vv-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 0 13px;
  background: #f5ece4;
  color: #39485a;
  font-size: 13px;
  font-weight: 850;
}

.vv-feature {
  position: relative;
  display: block;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f2ec;
  box-shadow: 0 28px 80px rgba(16, 42, 67, 0.15);
}

.vv-feature img {
  width: 100%;
  height: 560px;
  display: block;
  object-fit: cover;
}

.vv-feature__badge {
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 999px;
  padding: 10px 16px;
  background: #d85c48;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.vv-feature__content {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px;
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.vv-feature__content span,
.vv-feature__content small {
  display: block;
  color: #536174;
  font-size: 15px;
  font-weight: 800;
}

.vv-feature__content strong {
  grid-row: span 2;
  color: #d85c48;
  font-size: 50px;
  font-weight: 950;
  line-height: 0.95;
}

.vv-section {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0;
}

.vv-section--cream {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: max(24px, calc((100% - 1440px) / 2));
  padding-left: max(24px, calc((100% - 1440px) / 2));
  background: #fbf7f1;
}

.vv-section__head {
  margin-bottom: 28px;
  text-align: center;
}

.vv-section h2,
.vv-reviews h2 {
  font-size: 38px;
}

.vv-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.vv-category {
  min-height: 148px;
  border: 1px solid #e2d9d0;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.vv-category strong {
  display: block;
  margin-bottom: 12px;
  color: #102a43;
  font-size: 20px;
  font-weight: 950;
}

.vv-category span {
  color: #647286;
  font-size: 14px;
  line-height: 1.45;
}

.vv-category--sale {
  border-color: #d85c48;
  background: #fff5ef;
}

.vv-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.vv-product {
  display: block;
  overflow: hidden;
  border: 1px solid #e3dbd2;
  border-radius: 8px;
  background: #fff;
}

.vv-product img {
  width: 100%;
  aspect-ratio: 1 / 1.14;
  display: block;
  object-fit: cover;
  background: #f5f0ea;
}

.vv-product .vv-tag {
  margin: 16px 16px 0;
}

.vv-product h3 {
  min-height: 48px;
  margin: 12px 16px 10px;
  color: #102a43;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.vv-product p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 16px 18px;
}

.vv-product strong {
  color: #d85c48;
  font-size: 23px;
  font-weight: 950;
}

.vv-product del {
  color: #8791a0;
  font-size: 14px;
  font-weight: 750;
}

.vv-reviews {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 76px;
}

.vv-review-masonry {
  column-count: 4;
  column-gap: 18px;
}

.vv-review {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid #e3dbd2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 42, 67, 0.08);
}

.vv-review img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
  background: #f5f0ea;
}

.vv-review--short img {
  height: 215px;
}

.vv-review--tall img {
  height: 330px;
}

.vv-stars {
  margin: 16px 18px 8px;
  color: #d99a42;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.vv-review p {
  margin: 0 18px 14px;
  color: #314256;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.vv-review span {
  display: block;
  margin: 0 18px 12px;
  color: #7a8592;
  font-size: 13px;
  font-weight: 800;
}

.vv-review__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 18px 18px;
  padding: 0 14px;
  border-radius: 6px;
  background: #102a43;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.vv-review__link:hover {
  background: #a34835;
}

.vv-faq {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 64px;
}

.vv-faq__head {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.vv-faq__head h2 {
  margin: 0;
  color: #102a43;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.vv-faq__head p:last-child {
  margin: 14px 0 0;
  color: #647286;
  font-size: 16px;
  line-height: 1.55;
}

.vv-faq__list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.vv-faq details {
  border: 1px solid #e3dbd2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.06);
}

.vv-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 20px 56px 20px 22px;
  color: #102a43;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.vv-faq summary::-webkit-details-marker {
  display: none;
}

.vv-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5ece4;
  color: #a34835;
  font-size: 20px;
  font-weight: 900;
}

.vv-faq details[open] summary::after {
  content: "-";
  background: #102a43;
  color: #fff;
}

.vv-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #536174;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .vv-hero {
    grid-template-columns: 1fr;
  }

  .vv-hero h1 {
    font-size: 52px;
  }

  .vv-category-grid,
  .vv-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vv-review-masonry {
    column-count: 3;
  }
}

@media (max-width: 720px) {
  .vv-hero,
  .vv-section,
  .vv-reviews {
    width: min(100% - 24px, 680px);
  }

  .vv-hero {
    padding-top: 38px;
    gap: 30px;
  }

  .vv-hero h1 {
    font-size: 38px;
  }

  .vv-hero__text {
    font-size: 16px;
  }

  .vv-feature,
  .vv-feature img {
    min-height: 390px;
    height: 390px;
  }

  .vv-feature__content {
    grid-template-columns: 1fr;
  }

  .vv-feature__content strong {
    font-size: 42px;
  }

  .vv-category-grid,
  .vv-product-grid {
    grid-template-columns: 1fr;
  }

  .vv-section h2,
  .vv-reviews h2 {
    font-size: 30px;
  }

  .vv-review-masonry {
    column-count: 1;
  }

  .vv-review img,
  .vv-review--short img,
  .vv-review--tall img {
    height: auto;
    aspect-ratio: 1 / 1.06;
  }

  .vv-faq {
    width: min(100% - 24px, 680px);
    padding-bottom: 44px;
  }

  .vv-faq__head h2 {
    font-size: 30px;
  }

  .vv-faq summary {
    padding: 18px 50px 18px 18px;
    font-size: 16px;
  }
}
