.vmp-landing {
  --vmp-olive: #515236;
  --vmp-gold: #a4946b;
  --vmp-wine: #852947;
  --vmp-ink: #202018;
  --vmp-paper: #f7f2e8;
  --vmp-cream: #fffaf0;
  --vmp-line: #ded2bd;
  --vmp-muted: #6f6b5d;
  color: var(--vmp-ink);
  background: var(--vmp-cream);
  font-family: Sarabun, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.vmp-landing * {
  box-sizing: border-box;
}

.vmp-landing a {
  color: inherit;
  text-decoration: none;
}

.vmp-landing p,
.vmp-landing h1,
.vmp-landing h2,
.vmp-landing h3,
.vmp-landing dl {
  margin-top: 0;
}

.vmp-hero {
  min-height: 88vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(135deg, var(--vmp-olive), #1b1c16);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.vmp-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(19, 20, 14, .78), rgba(31, 31, 22, .34) 58%, rgba(31, 31, 22, .12)),
    linear-gradient(0deg, rgba(19, 20, 14, .64), rgba(19, 20, 14, 0) 58%);
}

.vmp-hero__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 108px 0 78px;
  color: #fff;
}

.vmp-logo {
  width: min(230px, 58vw);
  height: auto;
  display: block;
  margin: 0 0 34px;
  filter: brightness(0) invert(1);
}

.vmp-kicker {
  margin: 0 0 14px;
  color: var(--vmp-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vmp-hero h1,
.vmp-section h2,
.vmp-wines h2,
.vmp-ranges h2 {
  margin: 0;
  font-family: Aboreto, Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
}

.vmp-hero h1 {
  max-width: 880px;
  color: #fff !important;
  font-size: clamp(3rem, 8vw, 7.4rem);
}

.vmp-hero__copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.55;
}

.vmp-hero__actions,
.vmp-wines__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.vmp-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.vmp-button--primary {
  border-color: var(--vmp-gold);
  background: var(--vmp-gold);
  color: #fff;
}

.vmp-button--primary:hover,
.vmp-button--primary:focus-visible {
  border-color: var(--vmp-olive);
  background: var(--vmp-olive);
  color: #fff;
}

.vmp-button--ghost {
  color: #fff;
}

.vmp-button--ghost:hover,
.vmp-button--ghost:focus-visible {
  background: #fff;
  color: var(--vmp-olive);
}

.vmp-section {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 126px) 0;
}

.vmp-section__media {
  min-height: 560px;
  background: var(--vmp-paper);
  background-position: center;
  background-size: cover;
}

.vmp-section__content {
  max-width: 640px;
}

.vmp-section h2,
.vmp-wines h2,
.vmp-ranges h2 {
  color: var(--vmp-olive);
  font-size: clamp(2rem, 4vw, 4rem);
}

.vmp-section h2,
.vmp-ranges h2 {
  margin-bottom: 28px;
}

.vmp-section p,
.vmp-wines__heading p,
.vmp-ranges__intro p,
.vmp-empty p {
  color: var(--vmp-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.75;
}

.vmp-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 34px 0 0;
  background: var(--vmp-line);
}

.vmp-facts div {
  min-height: 112px;
  padding: 20px;
  background: #fff;
}

.vmp-facts dt {
  color: var(--vmp-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vmp-facts dd {
  margin: 10px 0 0;
  color: var(--vmp-wine);
  font-family: Aboreto, Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.12;
}

.vmp-ranges {
  padding: clamp(72px, 9vw, 118px) 0;
  background: #fff;
  border-top: 1px solid var(--vmp-line);
  border-bottom: 1px solid var(--vmp-line);
}

.vmp-ranges__intro,
.vmp-range-grid {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.vmp-ranges__intro {
  max-width: 780px;
  margin-bottom: 38px;
  text-align: center;
}

.vmp-range-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--vmp-line);
}

.vmp-range {
  min-height: 300px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--vmp-cream);
}

.vmp-range h3 {
  margin: 0 0 20px;
  color: var(--vmp-olive);
  font-family: Aboreto, Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.vmp-range p {
  margin: 0;
  color: var(--vmp-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.vmp-maison {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
}

.vmp-wines {
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--vmp-paper);
}

.vmp-wines__heading,
.vmp-wines__footer,
.vmp-empty {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.vmp-wines__heading {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(280px, 460px);
  gap: clamp(30px, 7vw, 90px);
  align-items: end;
  margin-bottom: 36px;
}

.vmp-carousel {
  width: min(1240px, 100%);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 12px;
  align-items: center;
  margin: 0 auto;
}

.vmp-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 31%);
  gap: 18px;
  overflow-x: auto;
  padding: 8px 0 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.vmp-carousel__button {
  width: 48px;
  height: 64px;
  border: 1px solid var(--vmp-line);
  background: #fff;
  color: var(--vmp-olive);
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.vmp-carousel__button:hover,
.vmp-carousel__button:focus-visible {
  border-color: var(--vmp-gold);
  background: var(--vmp-gold);
  color: #fff;
}

.vmp-product {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  scroll-snap-align: start;
}

.vmp-product__image {
  aspect-ratio: 1 / .86;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: #fbf7ec;
}

.vmp-product__image img {
  width: auto;
  max-width: 84%;
  height: auto;
  max-height: 290px;
  object-fit: contain;
}

.vmp-product__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.vmp-product__type {
  margin: 0 0 8px;
  color: var(--vmp-wine);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.vmp-product h3 {
  margin: 0;
  color: var(--vmp-olive);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.18;
}

.vmp-product__price {
  margin-top: 18px;
  color: var(--vmp-ink);
  font-weight: 700;
}

.vmp-product__link {
  margin-top: auto;
  padding-top: 26px;
  color: var(--vmp-wine);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vmp-empty {
  padding: 38px;
  border: 1px solid var(--vmp-line);
  background: #fff;
}

.vmp-empty h3 {
  margin: 0;
  color: var(--vmp-olive);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

@media (max-width: 900px) {
  .vmp-section,
  .vmp-maison,
  .vmp-wines__heading,
  .vmp-range-grid {
    grid-template-columns: 1fr;
  }

  .vmp-maison .vmp-section__media {
    order: -1;
  }

  .vmp-section__media {
    min-height: 420px;
  }

  .vmp-carousel {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 680px);
  }

  .vmp-carousel__button {
    display: none;
  }

  .vmp-carousel__track {
    grid-auto-columns: minmax(250px, 86%);
  }
}

@media (max-width: 560px) {
  .vmp-hero {
    min-height: 78vh;
  }

  .vmp-hero__inner {
    padding-bottom: 56px;
  }

  .vmp-logo {
    width: 190px;
  }

  .vmp-hero__actions,
  .vmp-wines__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .vmp-facts {
    grid-template-columns: 1fr;
  }

  .vmp-product__image img {
    max-height: 230px;
  }
}
