/* =========================================================
   VERSÁTIL · Vinos de garage
   Diseño: "El diccionario de versátil"
   ========================================================= */

:root {
  /* --- base --- */
  --tinta:    #17110f;   /* vino-negro cálido */
  --tinta-2:  #221a17;   /* paneles oscuros */
  --cemento:  #d9d4ca;   /* plaster / fondo de estudio */
  --papel:    #f0ede6;   /* off-white cálido */
  --humo:     #8a827a;   /* texto secundario */
  --linea:    #cbc5ba;   /* hairlines sobre claro */

  /* --- acento firma (el brillo de "versátil") --- */
  --lima:     #c3ce3c;
  --lima-ap:  #aeb828;

  /* --- policromo de la gama (colores reales de etiqueta) --- */
  --c-espumante: #a9a49b;
  --c-chardonnay:#e2a17e;
  --c-naranjo:   #c9803f;
  --c-rose:      #d17d92;
  --c-pinot:     #6fa793;
  --c-merlot:    #8ba189;
  --c-syrah:     #b06a7a;
  --c-gsm:       #7d5bb0;
  --c-cabfranc:  #5a73b8;
  --c-cabsauv:   #b4292e;
  --c-malbec:    #2a2320;
  --c-blend:     #9a948b;

  /* acento activo (lo pisa el JS al rotar) */
  --activo: var(--lima);

  --fx:  'Bricolage Grotesque', system-ui, sans-serif;
  --serif:'Newsreader', Georgia, serif;
  --mono:'Space Mono', ui-monospace, monospace;

  --maxw: 1240px;
  --pad: clamp(1.25rem, 5vw, 4rem);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--papel);
  color: var(--tinta);
  font-family: var(--serif);
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }
.mono { font-family: var(--mono); }

/* ---------- helpers ---------- */
.eyebrow {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--humo);
  display: flex; align-items: center; gap: 0.5em;
}
.eyebrow--dark { color: var(--humo); }
.mtn { color: var(--lima-ap); }

.glow { color: var(--lima-ap); font-style: italic; }

/* ---------- botones ---------- */
.btn {
  font-family: var(--fx);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 0.85em 1.5em;
  border-radius: 2px;
  display: inline-flex; align-items: center; gap: 0.5em;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn--solid {
  background: var(--activo);
  color: var(--tinta);
}
.btn--solid:hover { transform: translateY(-2px); background: var(--lima); }
.btn--ghost {
  border-color: currentColor;
  color: inherit;
}
.btn--ghost:hover { background: var(--tinta); color: var(--papel); }
.btn--lg { font-size: 1.05rem; padding: 1em 2em; }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem var(--pad);
  background: color-mix(in srgb, var(--tinta) 88%, transparent);
  backdrop-filter: blur(10px);
  transition: background .3s ease;
}
.nav__brand { display: flex; align-items: baseline; gap: 0.55rem; color: var(--papel); }
.nav__mark {
  font-family: var(--fx); font-weight: 800; font-size: 1.35rem;
  color: var(--tinta);
  background: var(--activo);
  width: 1.6em; height: 1.6em; border-radius: 50%;
  display: grid; place-items: center;
  transition: background .5s ease;
}
.nav__word {
  font-family: var(--fx); font-weight: 700; font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.nav__links { display: flex; align-items: center; gap: 1.6rem; }
.nav__links a {
  color: var(--papel);
  font-family: var(--fx); font-weight: 500; font-size: 0.92rem;
  opacity: 0.82; transition: opacity .2s ease;
}
.nav__links a:hover { opacity: 1; }
.nav__cta {
  border: 1px solid color-mix(in srgb, var(--papel) 40%, transparent);
  padding: 0.4em 1em; border-radius: 2px; opacity: 1 !important;
}
.nav__cta:hover { background: var(--activo); color: var(--tinta); border-color: var(--activo); }
.nav__burger { display: none; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  background: var(--tinta);
  color: var(--papel);
  padding: 8.5rem var(--pad) 0;
  position: relative;
  overflow: hidden;
}
.hero__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  min-height: calc(100vh - 12rem);
}
.hero__copy .eyebrow { color: color-mix(in srgb, var(--papel) 62%, transparent); }

/* --- mosaico vivo (firma) --- */
.lexicon {
  margin: 1.6rem 0 1.8rem;
  font-family: var(--fx);
  font-size: clamp(0.82rem, 1.4vw, 1.02rem);
  line-height: 1.7;
  letter-spacing: 0.04em;
  max-width: 30rem;
  color: color-mix(in srgb, var(--papel) 34%, transparent);
}
.lexicon span { display: inline; }
.lexicon span::after { content: " "; }
.lexicon .b { font-weight: 700; color: color-mix(in srgb, var(--papel) 62%, transparent); }
.lexicon__hero {
  font-weight: 800;
  font-size: 1.9em;
  letter-spacing: 0.01em;
  color: var(--activo);
  display: inline-block !important;
  vertical-align: -0.05em;
  transition: color .6s ease, text-shadow .6s ease;
  text-shadow: 0 0 34px color-mix(in srgb, var(--activo) 45%, transparent);
}

.hero__title {
  font-family: var(--fx);
  font-weight: 800;
  font-size: clamp(2.6rem, 6.4vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
}
.hero__title em {
  color: var(--activo);
  transition: color .6s ease;
  font-style: italic;
}
.hero__lede {
  margin-top: 1.5rem;
  max-width: 30rem;
  color: color-mix(in srgb, var(--papel) 80%, transparent);
  font-size: 1.12rem;
}
.hero__lede strong { color: var(--papel); font-weight: 500; }
.hero__actions { margin-top: 2rem; display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero__actions .btn--ghost { color: var(--papel); }

/* --- botella hero --- */
.hero__bottle { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; }
.hero__bottle img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 3px;
  filter: saturate(1.02);
  min-height: 60vh;
}
.hero__bottle figcaption {
  position: absolute; left: 1.2rem; bottom: 1.2rem;
  display: flex; flex-direction: column; gap: 0.2rem;
  background: color-mix(in srgb, var(--tinta) 70%, transparent);
  backdrop-filter: blur(6px);
  padding: 0.7rem 0.95rem; border-radius: 2px;
  font-size: 0.9rem;
}
.hero__bottle .mono { font-size: 0.68rem; letter-spacing: 0.16em; color: var(--activo); transition: color .6s ease; }

/* --- marquee --- */
.hero__marquee {
  margin-top: 5rem;
  border-top: 1px solid color-mix(in srgb, var(--papel) 14%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--papel) 14%, transparent);
  overflow: hidden;
  padding: 0.9rem 0;
}
.marquee__track {
  display: inline-flex; align-items: center; gap: 1.4rem;
  white-space: nowrap;
  font-family: var(--fx); font-weight: 600;
  font-size: 1.35rem; letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--papel) 30%, transparent);
  animation: slide 34s linear infinite;
  will-change: transform;
}
.marquee__track .dot { color: var(--activo); transition: color .6s ease; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =========================================================
   GARAGE / MANIFIESTO
   ========================================================= */
.garage { background: var(--cemento); padding: clamp(4rem, 9vw, 8rem) var(--pad) clamp(3rem, 6vw, 5rem); }
.garage__inner { max-width: var(--maxw); margin: 0 auto; }
.garage__title {
  font-family: var(--fx); font-weight: 700;
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
  line-height: 1.02; letter-spacing: -0.02em;
  margin: 1rem 0 2.5rem; max-width: 18ch;
}
.garage__cols {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem;
  max-width: 56rem;
  font-size: 1.15rem; line-height: 1.65;
}
.garage__cols strong { font-weight: 500; }
.garage__cols em { color: var(--lima-ap); font-style: italic; }

.stats {
  list-style: none; margin-top: 2.5rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  border-top: 1px solid var(--linea); padding-top: 2rem;
}
.stats li { display: flex; flex-direction: column; gap: 0.4rem; }
.stats__num { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; letter-spacing: -0.02em; }
.stats__lbl { font-size: 0.82rem; color: var(--humo); font-family: var(--serif); }

/* =========================================================
   COLECCIÓN
   ========================================================= */
.coleccion { background: var(--papel); padding: clamp(3rem, 6vw, 5rem) var(--pad) clamp(4rem, 9vw, 8rem); }
.coleccion__head { max-width: var(--maxw); margin: 0 auto 3rem; }
.coleccion__title {
  font-family: var(--fx); font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.8rem); line-height: 0.98;
  letter-spacing: -0.025em; margin: 0.8rem 0 1rem;
}
.coleccion__intro { max-width: 34rem; color: var(--humo); }

.grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}

.card {
  position: relative;
  border-radius: 3px; overflow: hidden;
  background: var(--tinta-2);
  aspect-ratio: 3 / 4;
  display: flex; flex-direction: column; justify-content: flex-end;
  isolation: isolate;
  border: 1px solid transparent;
  transition: transform .35s ease, border-color .35s ease;
}
.card img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease, filter .4s ease;
}
.card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top,
    color-mix(in srgb, var(--card-c) 85%, #000) 0%,
    color-mix(in srgb, var(--card-c) 30%, transparent) 42%,
    transparent 72%);
  opacity: 0.9; transition: opacity .4s ease;
  mix-blend-mode: multiply;
}
.card:hover { transform: translateY(-6px); border-color: var(--card-c); }
.card:hover img { transform: scale(1.05); }

.card__body { padding: 1rem 1.1rem 1.15rem; position: relative; }
.card__tag {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--card-c);
  background: color-mix(in srgb, #fff 92%, var(--card-c));
  padding: 0.25em 0.6em; border-radius: 2px;
  display: inline-block; margin-bottom: 0.6rem;
}
.card__name {
  font-family: var(--fx); font-weight: 700; font-size: 1.28rem;
  color: #fff; line-height: 1; letter-spacing: -0.01em;
}
.card__desc {
  font-size: 0.86rem; color: color-mix(in srgb, #fff 78%, transparent);
  margin-top: 0.35rem; line-height: 1.4;
}
.card__meta {
  margin-top: 0.7rem; display: flex; gap: 0.8rem;
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.08em;
  color: color-mix(in srgb, #fff 70%, transparent);
}

/* la primera tarjeta (emblema) ocupa 2×2 */
.card--hero { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }

/* =========================================================
   MAXIMILIANO
   ========================================================= */
.maxi {
  background: var(--tinta); color: var(--papel);
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.maxi__img { overflow: hidden; position: relative; }
.maxi__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 6%; min-height: 68vh; }
.maxi__credit {
  position: absolute; right: 0.9rem; bottom: 0.8rem;
  font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: color-mix(in srgb, #fff 68%, transparent);
  background: color-mix(in srgb, #000 45%, transparent);
  padding: 0.3em 0.6em; border-radius: 2px; backdrop-filter: blur(4px);
}
.maxi__copy {
  padding: clamp(3rem, 7vw, 7rem) var(--pad);
  display: flex; flex-direction: column; justify-content: center; gap: 1.2rem;
  max-width: 40rem;
}
.maxi__copy .eyebrow { color: color-mix(in srgb, var(--papel) 60%, transparent); }
.maxi__title {
  font-family: var(--fx); font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -0.02em; line-height: 1;
}
.maxi__copy p { color: color-mix(in srgb, var(--papel) 82%, transparent); }
.maxi__copy blockquote {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.3;
  border-left: 3px solid var(--activo); padding-left: 1.2rem;
  color: var(--papel); transition: border-color .6s ease;
}

/* =========================================================
   SERVICIOS / EXPERIENCIAS
   ========================================================= */
.servicios { background: var(--cemento); padding: clamp(4rem, 9vw, 8rem) var(--pad); }
.servicios__head { max-width: var(--maxw); margin: 0 auto 3rem; }
.servicios__title {
  font-family: var(--fx); font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.6rem); line-height: 0.98;
  letter-spacing: -0.025em; margin: 0.8rem 0 1rem;
}
.servicios__intro { max-width: 36rem; color: var(--humo); }

.servicios__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
}
.serv {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: 4px;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  display: flex; flex-direction: column; gap: 0.85rem;
  transition: transform .3s ease, box-shadow .3s ease;
}
.serv:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -24px rgba(0,0,0,.35); }
.serv__top { display: flex; align-items: center; gap: 0.7rem; }
.serv__ico { font-size: 1.5rem; line-height: 1; }
.serv__kicker {
  font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--lima-ap);
  border: 1px solid color-mix(in srgb, var(--lima-ap) 40%, transparent);
  padding: 0.3em 0.7em; border-radius: 2px;
}
.serv__name {
  font-family: var(--fx); font-weight: 700;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem); line-height: 1.02; letter-spacing: -0.01em;
}
.serv__claim { font-family: var(--serif); font-style: italic; color: var(--lima-ap); font-size: 1.08rem; margin-top: -0.3rem; }
.serv__desc { color: var(--humo); }
.serv__facts { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin: 0.3rem 0; }
.serv__facts li {
  padding-left: 1.2rem; position: relative; font-size: 0.98rem;
}
.serv__facts li::before {
  content: "△"; position: absolute; left: 0; top: 0.15em;
  color: var(--lima-ap); font-size: 0.7em;
}
.serv__facts .mono { font-weight: 700; color: var(--tinta); }
.serv__for {
  font-size: 0.86rem; color: var(--humo); line-height: 1.5;
  border-top: 1px solid var(--linea); padding-top: 0.9rem; margin-top: 0.3rem;
}
.serv__for .mono { color: var(--tinta); letter-spacing: 0.12em; font-size: 0.72rem; text-transform: uppercase; }
.serv .btn { align-self: flex-start; margin-top: 0.6rem; }

/* =========================================================
   FOOTER
   ========================================================= */
.foot { background: var(--tinta); color: var(--papel); padding: 0 var(--pad) 2.5rem; }
.foot__cta {
  max-width: var(--maxw); margin: 0 auto;
  text-align: center; padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
  border-top: 1px solid color-mix(in srgb, var(--papel) 12%, transparent);
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.foot__cta h2 {
  font-family: var(--fx); font-weight: 800;
  font-size: clamp(2.4rem, 7vw, 5rem); letter-spacing: -0.03em; line-height: 1;
}
.foot__cta p { color: color-mix(in srgb, var(--papel) 72%, transparent); max-width: 34rem; }
.foot__cta .btn { margin-top: 0.6rem; }

.foot__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem;
  padding: 3rem 0;
  border-top: 1px solid color-mix(in srgb, var(--papel) 12%, transparent);
}
.foot__brand .nav__mark { margin-bottom: 0.8rem; }
.foot__brand .mono { font-size: 0.72rem; letter-spacing: 0.16em; }
.foot__tag { color: var(--humo); font-size: 0.92rem; margin-top: 0.4rem; max-width: 24rem; }
.foot__nav, .foot__social { display: flex; flex-direction: column; gap: 0.7rem; }
.foot__grid a { color: color-mix(in srgb, var(--papel) 78%, transparent); font-family: var(--fx); font-size: 0.95rem; transition: color .2s ease; }
.foot__grid a:hover { color: var(--activo); }
.foot__legal {
  max-width: var(--maxw); margin: 0 auto; padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, var(--papel) 12%, transparent);
  font-size: 0.68rem; letter-spacing: 0.08em; color: var(--humo); text-align: center;
  display: flex; flex-wrap: wrap; justify-content: space-between;
  align-items: center; gap: 0.8rem 2rem;
}
.foot__credit a {
  color: color-mix(in srgb, var(--papel) 62%, transparent);
  transition: color .2s ease;
}
.foot__credit a:hover { color: var(--activo); }

@media (max-width: 720px) {
  .foot__legal { justify-content: center; }
}

/* =========================================================
   MULTIPÁGINA · botones extra
   ========================================================= */
.btn--dark { background: var(--tinta); color: var(--papel); }
.btn--dark:hover { transform: translateY(-2px); background: var(--activo); color: var(--tinta); }
.btn--ghost-dark { border-color: var(--tinta); color: var(--tinta); }
.btn--ghost-dark:hover { background: var(--tinta); color: var(--papel); }

/* card como enlace */
.card { text-decoration: none; }
.card__go { color: var(--card-c); opacity: 0; transition: opacity .3s ease; }
.card:hover .card__go, .card:focus-visible .card__go { opacity: 1; }
.card__meta { justify-content: space-between; }

.coleccion__cta { max-width: var(--maxw); margin: 2.5rem auto 0; text-align: center; }

/* =========================================================
   PAGE HEAD (encabezado de páginas internas)
   ========================================================= */
.page-head {
  background: var(--tinta); color: var(--papel);
  padding: 9rem var(--pad) clamp(2.5rem, 5vw, 4rem);
}
.page-head__inner { max-width: var(--maxw); margin: 0 auto; }
.page-head__inner .eyebrow { color: color-mix(in srgb, var(--papel) 60%, transparent); }
.page-head__title {
  font-family: var(--fx); font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 0.98;
  letter-spacing: -0.03em; margin: 0.8rem 0 1rem;
}
.page-head__intro { max-width: 42rem; color: color-mix(in srgb, var(--papel) 80%, transparent); font-size: 1.1rem; }

/* =========================================================
   FILTROS (colección completa)
   ========================================================= */
.coleccion--full { padding-top: clamp(2.5rem, 5vw, 4rem); }
.filtros {
  max-width: var(--maxw); margin: 0 auto 2rem;
  display: flex; flex-wrap: wrap; gap: 0.6rem;
}
.chip {
  font-family: var(--fx); font-weight: 600; font-size: 0.9rem;
  padding: 0.5em 1.1em; border-radius: 100px;
  border: 1px solid var(--linea); background: transparent; color: var(--tinta);
  cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.chip:hover { border-color: var(--tinta); }
.chip.is-active { background: var(--tinta); color: var(--papel); border-color: var(--tinta); }
.grid--full { grid-auto-rows: 1fr; }
.grid--full .card { aspect-ratio: 3 / 4; }
.grid__empty { max-width: var(--maxw); margin: 2rem auto; color: var(--humo); }

/* =========================================================
   FICHA DE VINO
   ========================================================= */
.vino { max-width: var(--maxw); margin: 0 auto; padding: 8rem var(--pad) clamp(3rem, 6vw, 5rem); }
.vino__crumbs { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.1em; color: var(--humo); margin-bottom: 1.6rem; text-transform: uppercase; }
.vino__crumbs a { color: var(--humo); }
.vino__crumbs a:hover { color: var(--activo); }

.vino__grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.vino__figure {
  border-radius: 4px; overflow: hidden;
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--card-c) 26%, var(--papel)),
    color-mix(in srgb, var(--card-c) 8%, var(--papel)));
  aspect-ratio: 4 / 5; display: grid; place-items: center;
  position: sticky; top: 6rem;
}
.vino__figure img { width: 100%; height: 100%; object-fit: contain; padding: clamp(1rem, 3vw, 2.4rem); }

.vino__info .eyebrow { color: var(--card-c); }
.vino__name {
  font-family: var(--fx); font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 0.98; letter-spacing: -0.025em;
  margin: 0.6rem 0 1rem;
}
.vino__lede { font-size: 1.18rem; line-height: 1.5; color: var(--tinta); }

.vino__specs {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 1.5rem;
  margin: 2rem 0; padding: 1.4rem 0;
  border-top: 1px solid var(--linea); border-bottom: 1px solid var(--linea);
}
.vino__specs dt { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--humo); font-family: var(--mono); }
.vino__specs dd { font-size: 1.05rem; margin-top: 0.2rem; }

.vino__block { margin: 1.4rem 0; }
.vino__h {
  font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--card-c); margin-bottom: 0.4rem;
}
.vino__block p { color: var(--tinta); }

.vino__actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 2rem; }
.vino__note { margin-top: 1.2rem; font-size: 0.68rem; letter-spacing: 0.08em; color: var(--humo); text-transform: uppercase; }

.vino__nav {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5rem); padding-top: 2rem;
  border-top: 1px solid var(--linea);
}
.vino__nav-a { display: flex; flex-direction: column; gap: 0.3rem; padding: 1rem 0; }
.vino__nav-a--r { text-align: right; }
.vino__nav-a .mono { font-size: 0.7rem; letter-spacing: 0.1em; color: var(--humo); text-transform: uppercase; }
.vino__nav-name { font-family: var(--fx); font-weight: 700; font-size: 1.2rem; transition: color .2s ease; }
.vino__nav-a:hover .vino__nav-name { color: var(--activo); }

/* =========================================================
   PROCESO (historia)
   ========================================================= */
.proceso { background: var(--papel); padding: clamp(4rem, 9vw, 8rem) var(--pad); }
.proceso__inner { max-width: var(--maxw); margin: 0 auto; }
.proceso__title {
  font-family: var(--fx); font-weight: 800;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem); letter-spacing: -0.02em;
  margin: 0.8rem 0 2.5rem;
}
.proceso__steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.proceso__steps li { border-top: 2px solid var(--tinta); padding-top: 1rem; }
.proceso__n { display: block; color: var(--lima-ap); font-weight: 700; font-size: 1.1rem; margin-bottom: 0.6rem; }
.proceso__steps h3 { font-family: var(--fx); font-weight: 700; font-size: 1.35rem; margin-bottom: 0.4rem; }
.proceso__steps p { color: var(--humo); font-size: 0.98rem; }
.proceso__cta { margin-top: 3rem; }

/* =========================================================
   CONTACTO
   ========================================================= */
.contacto { background: var(--papel); padding: clamp(3rem, 6vw, 5rem) var(--pad) clamp(4rem, 9vw, 7rem); }
.contacto__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.cbox {
  border: 1px solid var(--linea); border-radius: 4px;
  padding: 1.6rem 1.4rem 1.3rem; min-height: 9.5rem;
  display: flex; flex-direction: column; gap: 0.35rem;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.cbox:hover { transform: translateY(-4px); border-color: var(--tinta); }
.cbox--wa:hover { background: var(--activo); border-color: var(--activo); }
.cbox__k { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--humo); }
.cbox__v { font-family: var(--fx); font-weight: 700; font-size: 1.25rem; line-height: 1.1; }
.cbox__go { margin-top: auto; font-size: 0.85rem; color: var(--lima-ap); }
.cbox--wa .cbox__go { color: var(--tinta); }

.contacto__info {
  max-width: var(--maxw); margin: 2rem auto 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.info-card { background: var(--cemento); border-radius: 4px; padding: clamp(1.6rem, 3vw, 2.4rem); }
.info-card h2 { font-family: var(--fx); font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0.5rem 0 0.7rem; }
.info-card p { color: var(--humo); }

.contacto__exp {
  max-width: var(--maxw); margin: 2rem auto 0;
  background: var(--tinta); color: var(--papel); border-radius: 4px;
  padding: clamp(2rem, 4vw, 3rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
}
.contacto__exp .eyebrow { color: color-mix(in srgb, var(--papel) 60%, transparent); }
.contacto__exp-title { font-family: var(--fx); font-weight: 800; font-size: clamp(1.5rem, 3.4vw, 2.4rem); letter-spacing: -0.02em; margin: 0.4rem 0 0.5rem; }
.contacto__exp p { color: color-mix(in srgb, var(--papel) 78%, transparent); }
.contacto__exp .btn--dark { background: var(--papel); color: var(--tinta); }
.contacto__exp .btn--dark:hover { background: var(--activo); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; min-height: unset; padding-bottom: 2rem; }
  .hero__bottle { max-height: 70vh; }
  .hero__bottle img { min-height: 50vh; }
  .garage__cols { grid-template-columns: 1fr; gap: 1.4rem; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .servicios__grid { grid-template-columns: 1fr; }
  .maxi { grid-template-columns: 1fr; }
  .vino__grid { grid-template-columns: 1fr; }
  .vino__figure { position: static; aspect-ratio: 3 / 4; }
  .proceso__steps { grid-template-columns: repeat(2, 1fr); }
  .contacto__grid { grid-template-columns: repeat(2, 1fr); }
  .contacto__info { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; gap: 1.6rem; }
}

@media (max-width: 720px) {
  .nav__links { display: none; }
  .nav__links.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: fixed; top: 0; right: 0; bottom: 0; width: min(78vw, 320px);
    background: var(--tinta-2); padding: 5rem 2rem 2rem; gap: 1.4rem; z-index: 45;
  }
  .nav__links.open a { font-size: 1.15rem; }
  .nav__burger {
    display: flex; flex-direction: column; gap: 5px; z-index: 60;
    background: none; border: 0; cursor: pointer; padding: 6px;
  }
  .nav__burger span { width: 26px; height: 2px; background: var(--papel); transition: transform .3s ease, opacity .3s ease; }
  .nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__burger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-0px) rotate(-45deg); opacity: 1; }
}

@media (max-width: 560px) {
  .grid { grid-template-columns: 1fr 1fr; }
  .card--hero { grid-column: span 2; grid-row: span 1; aspect-ratio: 3/4; }
  .hero { padding-top: 6.5rem; }
  .proceso__steps { grid-template-columns: 1fr; }
  .contacto__grid { grid-template-columns: 1fr; }
  .vino__specs { grid-template-columns: 1fr; }
  .vino__nav-name { font-size: 1rem; }
}

/* =========================================================
   ACCESIBILIDAD / MOTION
   ========================================================= */
:focus-visible { outline: 2px solid var(--lima); outline-offset: 3px; border-radius: 2px; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
  .marquee__track { animation: none; }
}
