.vln-landing {
  --vln-red: #bd0926;
  --vln-ink: #282828;
  --vln-white: #fff;
  --vln-paper: #f7f5f1;
  --vln-line: #e1e1e1;
  --vln-slate: #222942;
  --vln-muted: #69645d;
  color: var(--vln-ink);
  background: var(--vln-white);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

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

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

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

.vln-hero {
  min-height: 86vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(135deg, #282828, #111);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.vln-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .28) 54%, rgba(0, 0, 0, .1)),
    linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 55%);
}

.vln-hero__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 88px;
  color: var(--vln-white);
}

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

.vln-hero h1,
.vln-section h2,
.vln-wines h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.02;
}

.vln-hero h1 {
  max-width: 760px;
  color: var(--vln-white) !important;
  font-size: clamp(3.6rem, 8vw, 7.8rem);
}

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

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

.vln-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;
}

.vln-button--primary {
  border-color: var(--vln-red);
  background: var(--vln-red);
  color: var(--vln-white);
}

.vln-button--primary:hover,
.vln-button--primary:focus-visible {
  border-color: var(--vln-ink);
  background: var(--vln-ink);
  color: var(--vln-white);
}

.vln-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;
}

.vln-section + .vln-section {
  margin-top: 0;
}

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

.vln-section__media--portrait {
  min-height: 620px;
}

.vln-section__content {
  max-width: 620px;
}

.vln-domain-logo {
  width: 96px;
  height: auto;
  display: block;
  margin: 0 0 30px;
}

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

.vln-section h2 + p,
.vln-wines h2 + p {
  margin-top: 28px;
}

.vln-section h2 {
  margin-bottom: 28px;
}

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

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

.vln-facts div {
  min-height: 110px;
  padding: 20px;
  background: var(--vln-white);
}

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

.vln-facts dd {
  margin: 10px 0 0;
  color: var(--vln-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1;
}

.vln-maker {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  border-top: 1px solid var(--vln-line);
}

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

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

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

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

.vln-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;
}

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

.vln-carousel__button:hover,
.vln-carousel__button:focus-visible {
  border-color: var(--vln-red);
  background: var(--vln-red);
  color: var(--vln-white);
}

.vln-product {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--vln-white);
  scroll-snap-align: start;
}

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

.vln-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

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

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

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

.vln-empty {
  padding: 38px;
  border: 1px solid var(--vln-line);
  background: var(--vln-white);
}

.vln-empty h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

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

  .vln-maker .vln-section__media {
    order: -1;
  }

  .vln-section__media,
  .vln-section__media--portrait {
    min-height: 420px;
  }

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

  .vln-carousel__button {
    display: none;
  }

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

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

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

  .vln-domain-logo {
    width: 82px;
    margin-bottom: 24px;
  }

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

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