@font-face {
  font-family: Petrona;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://aubertetmathieu.com/cdn/fonts/petrona/petrona_n7.8f0b6938e4c6f57dca1d71c2d799a3a6be96af37.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://aubertetmathieu.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://aubertetmathieu.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2");
}

.vam-landing {
  --vam-black: #000;
  --vam-white: #fff;
  --vam-paper: #f4f3ed;
  --vam-border: #d7d7d7;
  --vam-red: #be060c;
  --vam-burgundy: #760004;
  --vam-wine: #3e0103;
  --vam-mist: #c9e6e5;
  --vam-mist-soft: rgba(201, 230, 229, .28);
  color: var(--vam-black);
  background: var(--vam-white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

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

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

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

.vam-hero {
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .12)),
    var(--vam-hero-image);
  background-position: center;
  background-size: cover;
  color: var(--vam-white) !important;
}

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

.vam-hero__inner {
  padding: 120px 0 76px;
}

.vam-hero__content {
  width: min(700px, 100%);
}

.vam-brand {
  width: fit-content;
  max-width: min(330px, 82vw);
  margin-bottom: 132px;
  padding: 15px 18px;
  background: rgba(255, 255, 255, .92);
}

.vam-brand img {
  width: min(290px, 100%);
  height: auto;
  display: block;
}

.vam-kicker {
  margin: 0 0 14px;
  color: var(--vam-burgundy);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.vam-hero .vam-kicker {
  color: var(--vam-white);
}

.vam-hero h1,
.vam-section h2,
.vam-wines h2 {
  margin: 0;
  font-family: Petrona, Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
}

.vam-hero h1 {
  max-width: 760px;
  color: var(--vam-white) !important;
  font-size: 6.6rem;
}

.vam-hero__copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 1.12rem;
  line-height: 1.74;
}

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

.vam-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--vam-black);
  background: var(--vam-black) !important;
  color: var(--vam-white) !important;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.vam-landing .vam-button,
.vam-landing .vam-button:visited,
.vam-landing .vam-button span {
  color: var(--vam-white) !important;
}

.vam-landing .vam-button::before,
.vam-landing .vam-button::after {
  content: none !important;
  display: none !important;
}

.vam-wines__footer .vam-button {
  border-color: var(--vam-black) !important;
  background: var(--vam-black) !important;
  color: var(--vam-white) !important;
}

.vam-hero .vam-button {
  border-color: var(--vam-white) !important;
  background: var(--vam-white) !important;
  color: var(--vam-black) !important;
}

.vam-button:hover,
.vam-button:focus-visible {
  border-color: var(--vam-burgundy);
  background: var(--vam-burgundy) !important;
  color: var(--vam-white) !important;
}

.vam-hero .vam-button:hover,
.vam-hero .vam-button:focus-visible {
  border-color: var(--vam-burgundy) !important;
  background: var(--vam-burgundy) !important;
  color: var(--vam-white) !important;
}

.vam-section {
  display: grid;
  grid-template-columns: minmax(300px, 480px) minmax(0, 1fr);
  gap: 84px;
  align-items: center;
  padding: 112px 0;
}

.vam-story-image {
  margin-bottom: 0;
  background: var(--vam-paper);
}

.vam-story-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

.vam-section__content {
  max-width: 650px;
}

.vam-section h2,
.vam-wines h2 {
  max-width: 790px;
  font-size: 4.7rem;
}

.vam-section p,
.vam-wines__heading p,
.vam-empty p {
  color: var(--vam-wine);
  font-size: 1rem;
  line-height: 1.78;
}

.vam-section h2 + p {
  margin-top: 28px;
}

.vam-history {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(360px, 1.02fr) minmax(320px, .98fr);
  gap: 82px;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 112px;
}

.vam-history__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.vam-history__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

.vam-history__media img:nth-child(2) {
  margin-top: 52px;
}

.vam-history__content {
  max-width: 560px;
}

.vam-history h2 {
  margin: 0;
  color: var(--vam-black);
  font-family: Petrona, Georgia, "Times New Roman", serif;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
}

.vam-history p:not(.vam-kicker) {
  margin: 28px 0 0;
  color: var(--vam-wine);
  font-size: 1rem;
  line-height: 1.82;
}

.vam-video {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 112px;
}

.vam-video__heading {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(280px, 420px);
  gap: 78px;
  align-items: end;
  margin-bottom: 36px;
}

.vam-video h2 {
  margin: 0;
  color: var(--vam-black);
  font-family: Petrona, Georgia, "Times New Roman", serif;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
}

.vam-video__frame {
  position: relative;
  overflow: hidden;
  background: var(--vam-black);
  aspect-ratio: 16 / 9;
}

.vam-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vam-wines {
  padding: 112px 0;
  background: var(--vam-white);
}

.vam-wines__heading {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 420px);
  gap: 78px;
  align-items: end;
  margin-bottom: 44px;
}

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

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

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

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

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

.vam-product__image,
.vam-product__fallback {
  aspect-ratio: 1 / .86;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  overflow: hidden;
  background: var(--card-bg, var(--vam-paper));
}

.vam-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .18s ease;
}

.vam-product:hover .vam-product__image img {
  transform: translateY(-3px);
}

.vam-product__fallback {
  color: var(--vam-black);
  text-align: center;
}

.vam-product__fallback span {
  width: min(82%, 210px);
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, .22);
  background: rgba(255, 255, 255, .66);
  color: var(--vam-wine);
  font-family: Petrona, Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.vam-product__price {
  margin-top: 14px;
  font-weight: 700;
}

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

.vam-empty {
  padding: 34px;
  border: 1px solid var(--vam-border);
  background: var(--vam-paper);
}

@media (max-width: 920px) {
  .vam-section,
  .vam-history,
  .vam-video__heading,
  .vam-wines__heading {
    grid-template-columns: 1fr;
  }

  .vam-section,
  .vam-history,
  .vam-wines {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .vam-hero h1,
  .vam-section h2,
  .vam-history h2,
  .vam-video h2,
  .vam-wines h2 {
    font-size: 3.8rem;
  }
}

@media (max-width: 640px) {
  .vam-hero {
    min-height: 640px;
    background-position: 58% center;
  }

  .vam-hero__inner,
  .vam-section,
  .vam-history,
  .vam-video,
  .vam-wines__heading,
  .vam-wines__footer,
  .vam-empty {
    width: min(100% - 28px, 1180px);
  }

  .vam-hero__inner {
    padding: 84px 0 48px;
  }

  .vam-brand {
    margin-bottom: 164px;
  }

  .vam-hero h1,
  .vam-section h2,
  .vam-history h2,
  .vam-video h2,
  .vam-wines h2 {
    font-size: 3.1rem;
  }

  .vam-history {
    padding-top: 0;
  }

  .vam-history__media {
    gap: 8px;
  }

  .vam-history__media img:nth-child(2) {
    margin-top: 34px;
  }

  .vam-carousel {
    grid-template-columns: 1fr;
    width: min(100% - 14px, 1280px);
  }

  .vam-carousel__button {
    display: none;
  }

  .vam-carousel__track {
    grid-auto-columns: minmax(246px, 84vw);
  }

  .vam-product {
    min-height: 100%;
  }
}
