.vyc-landing {
  --vyc-gold: #f4b824;
  --vyc-gold-dark: #c98d0c;
  --vyc-ink: #25201a;
  --vyc-white: #fff;
  --vyc-paper: #f7f2e8;
  --vyc-line: #e5d8bd;
  --vyc-muted: #756c60;
  --vyc-charcoal: #171717;
  color: var(--vyc-ink);
  background: var(--vyc-white);
  font-family: "minion-pro", Georgia, "Times New Roman", serif;
  overflow: hidden;
}

body.page-id-1006932 h1[itemprop="headline"] {
  display: none !important;
}

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

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

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

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

.vyc-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .34) 58%, rgba(0, 0, 0, .12)),
    linear-gradient(0deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, 0) 58%);
}

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

.vyc-logo-pair {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 22px);
}

.vyc-logo-pair--hero {
  margin: 0 0 30px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .45));
}

.vyc-logo-pair--section {
  margin: 0 0 30px;
}

.vyc-logo-pair__mark {
  width: clamp(38px, 4.8vw, 62px);
  height: auto;
  flex: 0 0 auto;
}

.vyc-logo-pair__wordmark {
  width: clamp(130px, 14vw, 210px);
  height: auto;
  display: block;
}

.vyc-kicker {
  margin: 0 0 14px;
  color: var(--vyc-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;
}

.vyc-hero h1,
.vyc-section h2,
.vyc-wines h2 {
  margin: 0;
  font-weight: 400;
  line-height: 1.02;
}

.vyc-hero h1 {
  max-width: 840px;
  color: var(--vyc-white) !important;
  font-size: clamp(3.3rem, 7.6vw, 7.4rem);
}

.vyc-hero__copy {
  max-width: 690px;
  margin: 28px 0 0;
  color: var(--vyc-white) !important;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.55;
}

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

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

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

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

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

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

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

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

.vyc-logo-pair--section .vyc-logo-pair__mark {
  width: clamp(44px, 5vw, 70px);
}

.vyc-logo-pair--section .vyc-logo-pair__wordmark {
  width: min(280px, 70%);
}

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

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

.vyc-section p,
.vyc-wines__heading p,
.vyc-empty p {
  color: var(--vyc-muted);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.75;
}

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

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

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

.vyc-facts dd {
  margin: 10px 0 0;
  color: var(--vyc-gold-dark);
  font-size: 2.1rem;
  line-height: 1;
}

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

.vyc-testimony {
  border-top: 1px solid var(--vyc-line);
}

.vyc-testimony__photo {
  aspect-ratio: 2 / 3;
  min-height: 620px;
  margin: 0;
  background: var(--vyc-paper);
  overflow: hidden;
}

.vyc-testimony__photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.vyc-testimony__source {
  display: inline-flex;
  margin-top: 14px;
  color: var(--vyc-gold-dark);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.vyc-montage {
  padding: clamp(72px, 9vw, 122px) 0;
  background: var(--vyc-charcoal);
  color: var(--vyc-white);
}

.vyc-montage__inner {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  margin: 0 auto;
}

.vyc-montage__copy h2 {
  margin: 0;
  color: var(--vyc-white);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 1.06;
}

.vyc-montage__grid {
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  grid-template-rows: 280px 190px 230px;
  gap: 16px;
}

.vyc-montage__item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0d0d0d;
}

.vyc-montage__item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .22));
  pointer-events: none;
}

.vyc-montage__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease;
}

.vyc-montage__item:hover img {
  transform: scale(1.035);
}

.vyc-montage__item--large {
  grid-row: 1 / span 2;
}

.vyc-montage__item--portrait {
  grid-row: 1 / span 3;
}

.vyc-montage__item--portrait img {
  object-position: center top;
}

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

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

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

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

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

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

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

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

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

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

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

.vyc-product__type {
  margin: 0 0 8px;
  color: var(--vyc-gold-dark);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vyc-product h3 {
  margin: 0;
  color: var(--vyc-ink);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.18;
}

.vyc-product__price {
  margin-top: 18px;
  color: var(--vyc-charcoal);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.vyc-product__link {
  margin-top: auto;
  padding-top: 26px;
  color: var(--vyc-gold-dark);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.vyc-empty h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
}

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

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

  .vyc-section__media,
  .vyc-section__media--portrait,
  .vyc-testimony__photo,
  .vyc-testimony__photo img {
    min-height: 420px;
  }

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

  .vyc-carousel__button {
    display: none;
  }

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

  .vyc-montage__grid {
    grid-template-rows: 240px 260px 190px 190px;
  }

  .vyc-montage__item,
  .vyc-montage__item--large,
  .vyc-montage__item--portrait {
    grid-column: auto;
    grid-row: auto;
  }
}

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

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

  .vyc-logo-pair {
    gap: 12px;
  }

  .vyc-logo-pair--hero {
    margin-bottom: 24px;
  }

  .vyc-logo-pair__mark,
  .vyc-logo-pair--section .vyc-logo-pair__mark {
    width: 42px;
  }

  .vyc-logo-pair__wordmark,
  .vyc-logo-pair--section .vyc-logo-pair__wordmark {
    width: 124px;
  }

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

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

  .vyc-montage__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 320px 190px 190px;
    gap: 12px;
  }
}
