:root {
  --vgf-blue: #0d0758;
  --vgf-blue-2: #221892;
  --vgf-cyan: #4dd2d8;
  --vgf-ink: #0c0a49;
  --vgf-paper: #f3f0e9;
  --vgf-line: rgba(13, 7, 88, .16);
}

.vgf-home {
  background: var(--vgf-paper);
  color: var(--vgf-ink);
  overflow: hidden;
}

.vgf-home *,
.vgf-home *::before,
.vgf-home *::after { box-sizing: border-box; }

.vgf-shell {
  width: min(1320px, calc(100% - 72px));
  margin-inline: auto;
}

.vgf-kicker {
  margin: 0;
  color: var(--vgf-cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.vgf-kicker--dark { color: var(--vgf-ink); }

.vgf-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 12px 25px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.vgf-button:hover { transform: translateY(-2px); }
.vgf-button--light { background: #fff; color: var(--vgf-blue); }
.vgf-button--outline { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.vgf-button--outline:hover { background: #fff; color: var(--vgf-blue); }

.vgf-hero {
  --vgf-accent: var(--vgf-cyan);
  position: relative;
  min-height: 820px;
  padding: 84px 0 132px;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 76% 30%, #3025b3 0, #171173 28%, var(--vgf-blue) 66%);
  color: #fff;
}

.vgf-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 86px 86px;
}

.vgf-hero__ring {
  position: absolute;
  z-index: -1;
  border: 1px solid color-mix(in srgb, var(--vgf-accent) 62%, transparent);
  border-radius: 50%;
  pointer-events: none;
  transition: border-color .35s ease;
}

.vgf-hero__ring--one { width: 540px; height: 540px; top: 132px; right: 11%; }
.vgf-hero__ring--two { width: 470px; height: 470px; top: -260px; right: -120px; }

.vgf-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.vgf-hero__inner--copy-only { grid-template-columns: minmax(0, 700px); }

.vgf-hero__copy { position: relative; z-index: 2; max-width: 610px; }

.vgf-hero__title,
.vgf-section-intro h2,
.vgf-products__head h2,
.vgf-territory__copy h2,
.vgf-mood__copy strong {
  font-family: Recoleta, Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

.vgf-hero__title {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(78px, 7.3vw, 116px);
  line-height: .84;
  letter-spacing: -.055em;
}

.vgf-hero__title em { color: var(--vgf-accent); font-style: normal; transition: color .35s ease; }

.vgf-hero__lead {
  max-width: 390px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.8);
  font-size: 15px;
  line-height: 1.68;
}

.vgf-stage { position: relative; min-height: 570px; }

.vgf-stage::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  left: 4%;
  bottom: -13px;
  border-radius: 50%;
  background: var(--vgf-accent);
  opacity: .92;
  transition: background-color .35s ease;
}

.vgf-stage__counter {
  position: absolute;
  top: 4px;
  left: 9%;
  z-index: 2;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
}

.vgf-stage__region {
  position: absolute;
  top: 54px;
  right: -5px;
  z-index: 2;
  width: 190px;
  margin: 0;
  font-family: Recoleta, Georgia, serif;
  font-size: 48px;
  line-height: .87;
  text-align: center;
}

.vgf-stage__arch {
  position: absolute;
  width: min(410px, 70%);
  height: 540px;
  top: 12px;
  left: 50%;
  overflow: hidden;
  border-radius: 48% 48% 44% 44% / 35% 35% 12% 12%;
  background: #fff;
  transform: translateX(-50%) rotate(1.5deg);
  box-shadow: 0 36px 80px rgba(2,0,45,.2);
}

.vgf-stage__image {
  width: 100%;
  height: 100%;
  padding: 64px 74px 82px;
  object-fit: contain;
  transform: rotate(-1.5deg);
  transition: opacity .2s ease, transform .35s ease;
}

.vgf-stage__product {
  position: absolute;
  right: 0;
  bottom: 24px;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: 'meta meta' 'name price';
  width: min(350px, 78%);
  min-height: 96px;
  padding: 18px 23px 18px 26px;
  border-radius: 999px;
  background: var(--vgf-accent);
  color: var(--vgf-ink);
  text-decoration: none;
  box-shadow: 11px 12px 0 rgba(4,1,54,.72);
  transition: transform .25s ease, background-color .35s ease;
}

.vgf-stage__product:hover { color: var(--vgf-ink); transform: translate(-2px, -2px); }
.vgf-stage__meta { grid-area: meta; overflow: hidden; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.vgf-stage__product strong { grid-area: name; align-self: end; max-width: 220px; font-family: Recoleta, Georgia, serif; font-size: 25px; font-weight: 400; line-height: .95; }
.vgf-stage__product b { grid-area: price; align-self: end; font-size: 13px; }

.vgf-picker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(var(--vgf-picker-count, 3), minmax(0, 1fr));
  gap: 8px;
}

.vgf-picker__item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 34px;
  min-height: 84px;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(7,3,62,.72);
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .25s ease;
}

.vgf-picker__item:hover { transform: translateY(-3px); }
.vgf-picker__item.is-active { border-color: var(--vgf-accent); background: var(--vgf-accent); color: var(--vgf-ink); }
.vgf-picker__number { font-family: Recoleta, Georgia, serif; font-size: 25px; }
.vgf-picker__label { min-width: 0; }
.vgf-picker__label strong, .vgf-picker__label small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vgf-picker__label strong { font-family: Recoleta, Georgia, serif; font-size: 19px; font-weight: 400; }
.vgf-picker__label small { margin-top: 3px; font-size: 8px; font-weight: 700; letter-spacing: .1em; opacity: .7; text-transform: uppercase; }
.vgf-picker__arrow { display: grid; width: 32px; height: 32px; place-items: center; justify-self: end; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; }

.vgf-marquee {
  overflow: hidden;
  border-block: 1px solid var(--vgf-line);
  background: var(--vgf-cyan);
}

.vgf-marquee__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-around;
  gap: 35px;
  padding: 0 36px;
}

.vgf-marquee span { font-family: Recoleta, Georgia, serif; font-size: 24px; white-space: nowrap; }
.vgf-marquee i { font-size: 6px; font-style: normal; }

.vgf-moods { padding: 112px 0 125px; background: var(--vgf-paper); }

.vgf-section-intro {
  display: grid;
  grid-template-columns: 1.15fr 1fr .7fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.vgf-section-intro .vgf-kicker { align-self: start; padding-top: 16px; }
.vgf-section-intro h2 { margin: 0; font-size: clamp(54px, 5vw, 76px); line-height: .92; letter-spacing: -.045em; }
.vgf-section-intro > p:last-child { max-width: 260px; margin: 0 0 7px auto; color: #56546e; font-size: 14px; line-height: 1.55; }

.vgf-moods__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.vgf-mood {
  position: relative;
  display: block;
  min-height: 550px;
  overflow: hidden;
  border: 1px solid rgba(13,7,88,.14);
  border-radius: 48% 48% 34% 34% / 30% 30% 14% 14%;
  color: var(--vgf-ink);
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease;
}

.vgf-mood:hover { color: var(--vgf-ink); transform: translateY(-8px); box-shadow: 0 28px 45px rgba(13,7,88,.11); }
.vgf-mood--1 { background: #dff3f4; }
.vgf-mood--2 { background: #e3e0f1; }
.vgf-mood--3 { background: #f8f6f0; }
.vgf-mood__number, .vgf-mood__arrow { position: absolute; top: 62px; z-index: 2; }
.vgf-mood__number { left: 92px; font-family: Recoleta, Georgia, serif; font-size: 19px; }
.vgf-mood__arrow { right: 92px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }

.vgf-mood__visual {
  position: absolute;
  top: 74px;
  right: 8%;
  left: 8%;
  display: block;
  height: 330px;
  border: 1px solid rgba(13,7,88,.19);
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}

.vgf-mood__visual img { width: 100%; height: 100%; padding: 37px 76px 42px; object-fit: contain; transition: transform .35s ease; }
.vgf-mood:hover .vgf-mood__visual img { transform: translateY(-6px) rotate(1deg); }
.vgf-mood__copy { position: absolute; right: 31px; bottom: 32px; left: 31px; }
.vgf-mood__copy small { display: block; margin-bottom: 8px; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vgf-mood__copy strong { display: block; font-size: 46px; line-height: .86; letter-spacing: -.03em; }

.vgf-products { padding: 105px 0 112px; background: var(--vgf-blue); color: #fff; }
.vgf-products__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.vgf-products__head h2 { margin: 0; color: #fff; font-size: clamp(58px, 5.6vw, 84px); line-height: .9; letter-spacing: -.045em; }
.vgf-products__head > a { display: inline-flex; gap: 35px; align-items: center; padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.36); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }

.vgf-picker__item:only-child {
  grid-column: 1 / -1;
  width: min(520px, 100%);
  justify-self: center;
}

.vgf-mood:only-child {
  grid-column: 1 / -1;
  width: min(430px, 100%);
  justify-self: center;
}

.vgf-products__grid > :only-child {
  grid-column: 1 / -1;
  width: min(315px, 100%);
  justify-self: center;
}

.vgf-products .mr-wine-card { height: 100%; }
.vgf-products .mr-wine-card__img-wrap { background: #e7e4f1; }
.vgf-products .mr-product-grid > :nth-child(2) .mr-wine-card__img-wrap { background: #daf2f2; }
.vgf-products .mr-product-grid > :nth-child(3) .mr-wine-card__img-wrap { background: #f1eee6; }
.vgf-products .mr-product-grid > :nth-child(4) .mr-wine-card__img-wrap { background: #e7edf7; }

.vgf-territory { position: relative; padding: 108px 0; overflow: hidden; background: var(--vgf-blue); color: #fff; }
.vgf-territory::before { content: ''; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px); background-size: 86px 86px; }
.vgf-territory__inner { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: center; }
.vgf-territory__copy { position: relative; z-index: 2; }
.vgf-territory__copy h2 { margin: 20px 0 24px; color: #fff; font-size: clamp(70px, 6.7vw, 104px); line-height: .84; letter-spacing: -.05em; }
.vgf-territory__copy h2 em { color: var(--vgf-cyan); font-style: normal; }
.vgf-territory__copy > p:not(.vgf-kicker) { max-width: 430px; margin: 0 0 28px; color: rgba(255,255,255,.77); font-size: 15px; line-height: 1.7; }
.vgf-territory__image { position: relative; height: 650px; margin: 0; overflow: hidden; border-radius: 50%; }
.vgf-territory__image::after { content: ''; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.vgf-territory__image img { width: 100%; height: 100%; object-fit: cover; }

.vgf-usps { padding: 55px 0; background: var(--vgf-cyan); }
.vgf-usps__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.vgf-usp { display: flex; min-height: 82px; align-items: center; gap: 15px; padding: 14px 24px; border: 1px solid rgba(13,7,88,.35); border-radius: 999px; }
.vgf-usp > i { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--vgf-blue); color: #fff; font-size: 14px; }
.vgf-usp span, .vgf-usp strong, .vgf-usp small { display: block; }
.vgf-usp strong { font-family: Recoleta, Georgia, serif; font-size: 18px; font-weight: 400; }
.vgf-usp small { margin-top: 2px; font-size: 10px; line-height: 1.3; }

@media (max-width: 1060px) {
  .vgf-shell { width: min(100% - 40px, 920px); }
  .vgf-hero { min-height: 1040px; padding-top: 70px; }
  .vgf-hero__inner { grid-template-columns: 1fr 1fr; gap: 15px; }
  .vgf-hero__title { font-size: clamp(72px, 10vw, 100px); }
  .vgf-stage__region { right: 0; font-size: 38px; }
  .vgf-stage__arch { width: 78%; height: 500px; }
  .vgf-picker { grid-template-columns: 1fr; bottom: 18px; max-width: 640px; }
  .vgf-picker__item { min-height: 65px; }
  .vgf-section-intro { grid-template-columns: .8fr 1.3fr; }
  .vgf-section-intro > p:last-child { grid-column: 2; margin-left: 0; }
  .vgf-mood { min-height: 500px; }
  .vgf-mood__visual { height: 285px; }
  .vgf-mood__visual img { padding-inline: 50px; }
  .vgf-mood__copy strong { font-size: 37px; }
  .vgf-territory__inner { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .vgf-territory__image { height: 520px; }
}

@media (max-width: 767.98px) {
  .vgf-shell { width: calc(100% - 30px); }
  .vgf-hero { min-height: 1270px; padding: 48px 0 245px; }
  .vgf-hero__inner { display: block; }
  .vgf-hero__copy { max-width: none; }
  .vgf-hero__title { margin-top: 16px; font-size: clamp(65px, 21.5vw, 92px); }
  .vgf-hero__lead { font-size: 14px; }
  .vgf-stage { min-height: 540px; margin-top: 45px; }
  .vgf-stage__arch { width: min(88%, 390px); height: 485px; }
  .vgf-stage__image { padding: 56px 66px 82px; }
  .vgf-stage__region { display: none; }
  .vgf-stage__counter { left: 2%; }
  .vgf-stage::before { width: 135px; height: 135px; left: -10px; }
  .vgf-stage__product { right: 2px; bottom: 4px; width: min(330px, 89%); }
  .vgf-picker { gap: 7px; bottom: 18px; }
  .vgf-picker__item { grid-template-columns: 32px minmax(0, 1fr) 30px; min-height: 64px; padding-inline: 16px; }
  .vgf-picker__number { font-size: 21px; }
  .vgf-picker__label strong { font-size: 17px; }
  .vgf-picker__arrow { width: 28px; height: 28px; }
  .vgf-marquee__track { min-height: 54px; gap: 23px; justify-content: flex-start; }
  .vgf-marquee span { font-size: 19px; }
  .vgf-moods { padding: 78px 0; }
  .vgf-section-intro { display: block; margin-bottom: 35px; }
  .vgf-section-intro h2 { margin: 13px 0 17px; font-size: 57px; }
  .vgf-section-intro > p:last-child { margin: 0; }
  .vgf-moods__grid { grid-template-columns: 1fr; }
  .vgf-mood { min-height: 525px; border-radius: 48% 48% 30% 30% / 27% 27% 12% 12%; }
  .vgf-mood__visual { top: 70px; right: 10%; left: 10%; height: 315px; }
  .vgf-mood__number { left: 78px; }
  .vgf-mood__arrow { right: 78px; }
  .vgf-mood__visual img { padding-inline: 68px; }
  .vgf-mood__copy strong { font-size: 43px; }
  .vgf-products { padding: 75px 0 82px; }
  .vgf-products__head { display: block; }
  .vgf-products__head h2 { margin-bottom: 28px; font-size: 59px; }
  .vgf-products__head > a { gap: 20px; }
  .vgf-territory { padding: 78px 0; }
  .vgf-territory__inner { display: flex; flex-direction: column; gap: 48px; }
  .vgf-territory__copy h2 { font-size: 72px; }
  .vgf-territory__image { width: 118%; height: 430px; flex: none; }
  .vgf-usps { padding: 38px 0; }
  .vgf-usps__grid { grid-template-columns: 1fr; }
  .vgf-usp { min-height: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  .vgf-home *, .vgf-home *::before, .vgf-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Se carga antes de los overrides globales de la tienda: esta especificidad
   mantiene el contraste editorial sin alterar el header ni el footer. */
body.mr-shop-body .vgf-hero__title,
body.mr-shop-body .vgf-products__head h2,
body.mr-shop-body .vgf-territory__copy h2 { color: #fff; }

body.mr-shop-body .vgf-hero__title em,
body.mr-shop-body .vgf-territory__copy h2 em { color: var(--vgf-accent, var(--vgf-cyan)); }

body.mr-shop-body .vgf-territory__copy h2 em { color: var(--vgf-cyan); }
