.vcm-landing {
  --vcm-gold: #d4af37;
  --vcm-gold-deep: #d79a10;
  --vcm-ink: #272a2f;
  --vcm-charcoal: #1f1f1f;
  --vcm-muted: #666;
  --vcm-paper: #f7f7f7;
  --vcm-white: #fff;
  --vcm-line: #dedfe1;
  color: var(--vcm-ink);
  background: var(--vcm-white);
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

body.page-id-1006937 #sub-header.elementor-page-title,
body.page-id-1006937 .page-header[data-progressive-animation="page-title"],
body.page-id-1006937 h1[itemprop="headline"] {
  display: none !important;
}

body.page-id-1006937 .page-content .vgblk-rw-wrapper.limit-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

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

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

.vcm-hero {
  min-height: 88vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: var(--vcm-charcoal);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.vcm-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .34) 58%, rgba(0, 0, 0, .06)),
    linear-gradient(0deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0) 58%);
}

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

.vcm-logo {
  width: clamp(118px, 13vw, 190px);
  height: auto;
  display: block;
  margin: 0 0 28px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .45));
}

.vcm-kicker {
  margin: 0 0 14px;
  color: var(--vcm-gold);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vcm-hero h1,
.vcm-section h2,
.vcm-band h2,
.vcm-wines h2 {
  margin: 0;
  font-family: "Abril Fatface", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
}

.vcm-hero h1 {
  max-width: 900px;
  margin-bottom: clamp(34px, 3.2vw, 48px);
  color: var(--vcm-white) !important;
  font-size: clamp(3.2rem, 7.4vw, 7.2rem);
}

.vcm-hero__copy {
  max-width: 720px;
  margin: 0;
  color: var(--vcm-white) !important;
  font-size: clamp(1.06rem, 1.8vw, 1.45rem);
  line-height: 1.64;
}

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

.vcm-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  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;
}

.vcm-button--primary {
  border-color: var(--vcm-gold);
  background: var(--vcm-gold);
  color: var(--vcm-charcoal);
}

.vcm-button--ghost {
  border-color: rgba(255, 255, 255, .7);
  color: var(--vcm-white);
}

.vcm-button--primary:hover,
.vcm-button--primary:focus-visible,
.vcm-button--ghost:hover,
.vcm-button--ghost:focus-visible {
  border-color: var(--vcm-charcoal);
  background: var(--vcm-charcoal);
  color: var(--vcm-white);
}

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

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

.vcm-photo {
  min-height: 0;
  aspect-ratio: 4 / 3;
  background: transparent;
  overflow: hidden;
}

.vcm-photo--terroir {
  aspect-ratio: 16 / 10;
}

.vcm-photo img,
.vcm-product__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vcm-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.vcm-copy {
  max-width: 640px;
}

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

.vcm-section h2,
.vcm-band h2 {
  margin-bottom: 28px;
}

.vcm-section p,
.vcm-band p,
.vcm-wines__heading p,
.vcm-empty p {
  color: var(--vcm-muted);
  font-size: 1.06rem;
  line-height: 1.76;
}

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

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

.vcm-facts dt,
.vcm-product__meta,
.vcm-terroir__grid span {
  color: var(--vcm-muted);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vcm-facts dd {
  margin: 10px 0 0;
  color: var(--vcm-gold-deep);
  font-family: "Abril Fatface", Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.vcm-band {
  background: var(--vcm-paper);
  border-top: 1px solid var(--vcm-line);
  border-bottom: 1px solid var(--vcm-line);
}

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

.vcm-portrait {
  margin: 0;
}

.vcm-portrait img {
  aspect-ratio: 16 / 11;
  background: var(--vcm-white);
  min-height: 360px;
}

.vcm-portrait figcaption {
  padding-top: 14px;
  color: var(--vcm-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.vcm-terroir__grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.vcm-terroir__grid article {
  padding: 18px 20px;
  border-left: 4px solid var(--vcm-gold);
  background: var(--vcm-paper);
  color: var(--vcm-muted);
  line-height: 1.55;
}

.vcm-terroir__grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--vcm-ink);
}

.vcm-wines {
  padding: clamp(72px, 9vw, 126px) max(20px, calc((100% - 1180px) / 2));
  background: var(--vcm-charcoal);
  color: var(--vcm-white);
  scroll-margin-top: 150px;
}

.vcm-wines h2,
.vcm-wines .vcm-kicker {
  color: var(--vcm-white);
}

.vcm-wines .vcm-kicker {
  color: var(--vcm-gold);
}

.vcm-wines__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  margin-bottom: 38px;
}

.vcm-wines__heading p {
  color: rgba(255, 255, 255, .72);
}

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

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

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

.vcm-carousel__button:hover,
.vcm-carousel__button:focus-visible {
  border-color: var(--vcm-gold);
  background: var(--vcm-gold);
  color: var(--vcm-charcoal);
}

.vcm-product {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: var(--vcm-white);
  color: var(--vcm-ink);
  scroll-snap-align: start;
}

.vcm-product__image {
  aspect-ratio: 1 / .72;
  min-height: 260px;
  max-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: #fbfaf8;
}

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

.vcm-product__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
  min-height: 230px;
}

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

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

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

.vcm-product__link {
  margin-top: 22px;
  padding-top: 0;
  color: var(--vcm-gold-deep);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vcm-empty {
  padding: 34px;
  background: var(--vcm-white);
  color: var(--vcm-ink);
}

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

  .vcm-photo {
    min-height: 0;
  }

  .vcm-carousel {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .vcm-carousel__button {
    display: none;
  }

  .vcm-carousel__track {
    grid-auto-columns: minmax(260px, calc(100vw - 56px));
    gap: 14px;
    padding: 4px 0 14px;
  }

  .vcm-wines {
    padding-right: 16px;
    padding-left: 16px;
    scroll-margin-top: 170px;
  }

  .vcm-product__image {
    aspect-ratio: 1 / .66;
    min-height: 190px;
    max-height: 230px;
    padding: 18px;
  }

  .vcm-product__body {
    min-height: 0;
    padding: 18px;
  }

  .vcm-product h3 {
    font-size: 1.18rem;
    line-height: 1.22;
  }

  .vcm-product__link {
    margin-top: 18px;
  }
}

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

  .vcm-hero__inner {
    width: min(100% - 28px, 1180px);
    padding: 82px 0 60px;
  }

  .vcm-hero h1 {
    margin-bottom: 28px;
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  .vcm-section,
  .vcm-band__inner {
    width: min(100% - 28px, 1180px);
  }

  .vcm-wines {
    padding-top: 54px;
    padding-bottom: 64px;
    scroll-margin-top: 190px;
  }

  .vcm-wines__heading {
    margin-bottom: 22px;
  }

  .vcm-wines__heading p {
    font-size: .96rem;
    line-height: 1.62;
  }

  .vcm-carousel__track {
    grid-auto-columns: calc(100vw - 48px);
    gap: 12px;
    padding-bottom: 12px;
  }

  .vcm-product__image {
    min-height: 168px;
    max-height: 205px;
    padding: 16px;
  }

  .vcm-product__body {
    padding: 16px;
  }

  .vcm-product__type {
    margin-bottom: 7px;
    font-size: .62rem;
  }

  .vcm-product h3 {
    font-size: 1.04rem;
  }

  .vcm-button {
    width: 100%;
  }
}
