/* ═══════════════════════════ PLANO VIÑEDO — BRAND EXPERIENCE ═══════════════════════════ */

/* ── Tokens ── */
:root {
  --ivory: #F7F2E9;
  --cream: #EFE6D6;
  --white: #FFFDF8;
  --wine: #541F2D;
  --wine-2: #6B2435;
  --wine-deep: #3A1420;
  --wine-ink: #250C14;
  --olive: #6F7D55;
  --gold: #C9A227;
  --gold-soft: #E2C87E;
  --ink: #241B17;
  --muted: rgba(36,27,23,.66);
  --line: rgba(36,27,23,.14);
  --serif: 'Fraunces', serif;
  --it: 'Cormorant Garamond', serif;
  --sans: 'Manrope', sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-padding-top: 88px; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--wine); color: var(--ivory); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; background: none; border: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ── Accesibilidad ── */
.skip-link {
  position: fixed; top: -60px; left: 20px; z-index: 4000;
  background: var(--wine); color: var(--ivory);
  padding: 12px 20px; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  transition: top .3s;
}
.skip-link:focus { top: 14px; }

/* ── Grano / textura global ── */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 2000; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.045 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .5;
  background-repeat: repeat;
}
section, header, footer { position: relative; }

/* ── Utilidades ── */
.mono-vert {
  font-family: var(--sans); font-size: .6rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  writing-mode: vertical-rl;
}
.container { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
.section { padding: clamp(100px, 14vh, 180px) 0; }

.kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .66rem; font-weight: 700;
  letter-spacing: .34em; text-transform: uppercase;
  color: var(--wine);
  margin-bottom: clamp(20px, 3vw, 30px);
}
.kicker::before { content: ""; width: 36px; height: 1px; background: var(--gold); }

.title-xl {
  font-family: var(--serif);
  font-weight: 330;
  font-size: clamp(2.4rem, 5.4vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -.01em;
  margin-bottom: clamp(22px, 3.4vw, 38px);
  color: var(--ink);
}
.title-xl em, .manifesto-title em, .quote-text em {
  font-family: var(--it);
  font-style: italic;
  font-weight: 500;
  color: var(--wine);
}

.body { font-size: .95rem; color: var(--muted); max-width: 60ch; margin-bottom: 18px; }

/* ── Split text (máscara por palabra) ── */
.wl { display: inline-block; overflow: hidden; vertical-align: top; }
.wi { display: inline-block; will-change: transform; }

/* ═══════════════ BUTTONS ═══════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 17px 32px;
  font-family: var(--sans); font-size: .72rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  border: 1px solid transparent;
  position: relative; overflow: hidden;
  transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
  will-change: transform;
}
.btn > i { transition: transform .25s var(--ease); }
.btn:hover > i { transform: translateX(4px); }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.4), transparent);
  transition: left .55s var(--ease);
}
.btn:hover::after { left: 130%; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); color: var(--ink); }
.btn-wine { background: var(--wine); color: var(--ivory); }
.btn-wine:hover { background: var(--ink); color: var(--ivory); }
.btn-ghost { border-color: rgba(247,242,233,.45); color: var(--ivory); }
.btn-ghost:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.btn-line { border-color: var(--wine); color: var(--wine); }
.btn-line:hover { background: var(--wine); color: var(--ivory); }
.btn-sm { padding: 11px 22px; font-size: .64rem; letter-spacing: .18em; }

/* ═══════════════ PRELOADER ═══════════════ */
.loader {
  position: fixed; inset: 0; z-index: 3000;
  background: var(--wine-deep); color: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .8s var(--ease), visibility .8s;
}
.loader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { text-align: center; }
.loader-mark { display: block; font-size: 1.4rem; color: var(--gold); animation: spin 4s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.loader-word {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(3rem, 9vw, 5.5rem);
  letter-spacing: .1em; line-height: 1; margin-top: 8px;
  animation: loaderIn 1s var(--ease) both;
}
@keyframes loaderIn { from { transform: translateY(40px); opacity: 0; } to { transform: none; opacity: 1; } }
.loader-sub { font-family: var(--sans); font-size: .6rem; letter-spacing: .5em; text-transform: uppercase; color: rgba(247,242,233,.65); margin-top: 16px; }
.loader-bar { width: 180px; height: 2px; background: rgba(247,242,233,.16); margin: 28px auto 0; overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: 0; background: var(--gold); }

/* ═══════════════ PROGRESO DE LECTURA ═══════════════ */
.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 2100;
  height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--wine-2));
}
.scroll-progress span {
  position: absolute; right: 8px; top: 8px;
  font-family: var(--sans); font-size: .56rem; font-weight: 700;
  letter-spacing: .2em; color: var(--wine);
  background: var(--ivory); border: 1px solid var(--line);
  padding: 3px 7px; opacity: 0; transition: opacity .3s;
}
.scroll-progress.has span { opacity: 1; }

/* ═══════════════ CURSOR ═══════════════ */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; pointer-events: none; border-radius: 50%; will-change: transform; }
.cursor-dot { width: 7px; height: 7px; background: var(--gold); transform: translate(-50%,-50%); z-index: 2500; }
.cursor-ring {
  width: 42px; height: 42px; border: 1.5px solid rgba(36,27,23,.4);
  transform: translate(-50%,-50%); z-index: 2490;
  transition: width .25s var(--ease), height .25s var(--ease), opacity .2s, background .2s, border-color .2s;
}
.cursor-ring.grow { width: 68px; height: 68px; opacity: .12; background: var(--wine); border-color: transparent; }
@media (hover:hover) and (pointer:fine) {
  body.has-cursor, body.has-cursor a, body.has-cursor .btn, body.has-cursor button { cursor: none; }
}

/* ═══════════════ NAV ═══════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px clamp(20px, 5vw, 64px);
  transition: background .35s, padding .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(247,242,233,.96);
  border-color: var(--line);
  padding: 13px clamp(20px, 5vw, 64px);
}
.logo { display: flex; align-items: baseline; gap: 9px; font-family: var(--serif); font-weight: 500; font-size: 1.5rem; letter-spacing: .04em; color: var(--ivory); transition: color .35s; }
.logo .logo-dot { color: var(--gold); font-size: .8em; }
.logo-sub { font-family: var(--sans); font-size: .56rem; font-weight: 700; letter-spacing: .4em; text-transform: uppercase; color: rgba(247,242,233,.7); transition: color .35s; }
.nav.scrolled .logo { color: var(--ink); }
.nav.scrolled .logo-sub { color: var(--muted); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a:not(.btn) {
  font-family: var(--sans); font-size: .66rem; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase;
  color: rgba(247,242,233,.85);
  position: relative;
  transition: color .3s;
}
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 0; background: var(--gold); transition: width .28s var(--ease); }
.nav-links a:not(.btn):hover { color: var(--ivory); }
.nav-links a:not(.btn):hover::after { width: 100%; }
.nav.scrolled .nav-links a:not(.btn) { color: var(--muted); }
.nav.scrolled .nav-links a:not(.btn):hover { color: var(--ink); }
.nav-cta { padding: 11px 20px; font-size: .62rem; letter-spacing: .18em; }
.nav-toggle { display: none; flex-direction: column; gap: 6px; z-index: 1100; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ivory); transition: transform .3s var(--ease), opacity .3s, background .3s; }
.nav.scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { transform: translateY(0) rotate(-45deg); }

/* ═══════════════ HERO ═══════════════ */
.hero {
  min-height: 100svh;
  display: flex; align-items: center;
  background: radial-gradient(120% 100% at 18% 0%, var(--wine-2) 0%, var(--wine-deep) 52%, var(--wine-ink) 100%);
  overflow: hidden;
  padding-top: 90px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background: url("https://images.unsplash.com/photo-1553361371-9b22f78e8b1d?q=80&w=1600&auto=format&fit=crop") center 30%/cover no-repeat;
  opacity: .16; mix-blend-mode: luminosity; filter: saturate(.5);
  animation: kenburns 22s ease-in-out infinite alternate;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.1) translate(1.5%, -1.5%); } }
.hero-rays {
  position: absolute; inset: 0; pointer-events: none;
  background:
    conic-gradient(from 215deg at 50% -5%,
      rgba(255,224,170,0) 0deg, rgba(255,224,170,.12) 7deg, rgba(255,224,170,0) 16deg,
      rgba(255,224,170,.07) 26deg, rgba(255,224,170,0) 36deg,
      rgba(255,224,170,.11) 48deg, rgba(255,224,170,0) 58deg,
      rgba(255,224,170,.06) 70deg, rgba(255,224,170,0) 82deg,
      rgba(255,224,170,.09) 96deg, rgba(255,224,170,0) 130deg);
  mix-blend-mode: screen; filter: blur(3px);
  animation: raysShift 18s ease-in-out infinite alternate;
}
@keyframes raysShift { from { transform: translateY(0) scale(1); opacity: .7; } to { transform: translateY(26px) scale(1.05); opacity: 1; } }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 50% 30%, transparent 40%, rgba(12,3,8,.55) 100%);
}
.hero-vine {
  position: absolute; left: -10%; right: -10%; bottom: -4%; height: 48%;
  background: repeating-linear-gradient(90deg, rgba(247,242,233,.035) 0 2px, transparent 2px 56px);
  transform: perspective(380px) rotateX(56deg); transform-origin: bottom;
  opacity: .55; pointer-events: none;
}
.hero-haze { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(70px); }
.hero-haze-a { width: 44vw; height: 44vw; left: -8%; top: 8%; background: radial-gradient(circle, rgba(226,200,126,.22), transparent 62%); animation: hazeDrift 16s ease-in-out infinite alternate; }
.hero-haze-b { width: 40vw; height: 40vw; right: -6%; bottom: -6%; background: radial-gradient(circle, rgba(111,125,85,.3), transparent 60%); animation: hazeDrift 20s ease-in-out infinite alternate-reverse; }
@keyframes hazeDrift { to { transform: translate(6%, 8%) scale(1.12); } }

.hero-vert {
  position: absolute; z-index: 3;
  font-family: var(--sans); font-size: .58rem; font-weight: 700;
  letter-spacing: .42em; text-transform: uppercase;
  color: rgba(247,242,233,.5);
  writing-mode: vertical-rl;
}
.vert-left { left: 26px; top: 50%; transform: translateY(-50%); }
.vert-right { right: 26px; top: 50%; transform: translateY(-50%) rotate(180deg); color: rgba(226,200,126,.55); }

.hero-content { position: relative; z-index: 4; width: 100%; max-width: 720px; margin-left: 0; }
.hero .eyebrow { color: rgba(247,242,233,.85); border-color: rgba(247,242,233,.35); }
.eyebrow {
  display: inline-block;
  font-family: var(--sans); font-size: .66rem; font-weight: 600;
  letter-spacing: .36em; text-transform: uppercase;
  border-top: 1px solid currentColor; border-bottom: 1px solid currentColor;
  padding: 7px 2px;
  margin-bottom: clamp(22px, 3vw, 34px);
}
.hero-title {
  font-family: var(--serif); font-weight: 330;
  font-size: clamp(3.4rem, 10vw, 8.8rem);
  line-height: .98; letter-spacing: -.015em;
  color: var(--ivory);
  margin-top: 8px;
}
.hero-title .line { display: block; }
.hero-title em { color: var(--gold-soft); }
.hero-sub {
  font-family: var(--sans); font-size: .98rem; font-weight: 400;
  color: rgba(247,242,233,.8);
  margin-top: clamp(22px, 3vw, 34px);
  max-width: 52ch;
}
.em-sub { font-family: var(--it); font-style: italic; font-size: 1.12em; color: var(--gold-soft); }
.br-desktop { display: block; }

.hero-data { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: clamp(22px, 3vw, 32px); }
.hd-chip {
  font-family: var(--sans); font-size: .58rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(247,242,233,.85);
  border: 1px solid rgba(247,242,233,.28);
  padding: 8px 14px;
}
.hd-chip-gold { color: var(--gold-soft); border-color: rgba(226,200,126,.55); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: clamp(28px, 4vw, 44px); }

/* Hero — botella */
.hero-bottle {
  position: absolute; z-index: 2; right: clamp(20px, 6vw, 110px);
  top: 50%; transform: translateY(-46%);
  display: flex; flex-direction: column; align-items: center;
}
.hero-bottle-wrap { position: relative; z-index: 2; }
.hero-bottle-img {
  height: clamp(520px, 76vh, 720px); width: auto;
  filter: drop-shadow(0 46px 60px rgba(10,2,6,.6));
  animation: floatBottle 7s ease-in-out infinite;
  transform: rotate(2deg);
  transition: transform .45s var(--ease);
}
@keyframes floatBottle { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(0deg) translateY(-16px); } }
.hero-bottle-wrap:hover .hero-bottle-img { transform: rotate(-1deg) scale(1.04); }
.hero-shadow {
  position: absolute; bottom: -6%; z-index: 1;
  width: 62%; height: 22px;
  background: radial-gradient(ellipse, rgba(0,0,0,.5), transparent 70%);
  border-radius: 50%;
}
.hero-caption {
  position: absolute; right: -34px; top: 6%;
  font-family: var(--sans); font-size: .56rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  writing-mode: vertical-rl; color: rgba(226,200,126,.8);
}
.hero-lote {
  position: absolute; left: 50%; bottom: 4%; transform: translateX(-50%);
  font-family: var(--sans); font-size: .56rem; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--ivory);
  background: rgba(12,3,8,.5);
  border: 1px solid rgba(247,242,233,.24);
  padding: 8px 14px;
  white-space: nowrap;
  backdrop-filter: blur(6px);
}
.hero-seal {
  position: absolute; top: -6%; right: -30%; z-index: 3;
  width: clamp(104px, 11vw, 148px);
  animation: spin 24s linear infinite;
}
.hero-seal svg { width: 100%; height: auto; }
.seal-text { font-family: var(--sans); font-size: 9.5px; font-weight: 600; letter-spacing: 2.6px; fill: rgba(226,200,126,.9); text-transform: uppercase; }
.seal-center { font-size: 26px; fill: var(--gold-soft); }

.scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  font-family: var(--sans); font-size: .56rem; font-weight: 700;
  letter-spacing: .4em; text-transform: uppercase;
  color: rgba(247,242,233,.6); z-index: 4;
  animation: hint 2.4s ease-in-out infinite;
}
@keyframes hint { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* ═══════════════ MANIFIESTO ═══════════════ */
.manifesto { background: var(--ivory); padding: clamp(120px, 16vh, 200px) 0 clamp(90px, 12vh, 150px); }
.manifesto-wrap { max-width: 1000px; }
.manifesto-title {
  font-family: var(--serif); font-weight: 330;
  font-size: clamp(2.5rem, 6.4vw, 5.2rem);
  line-height: 1.05; letter-spacing: -.015em;
  color: var(--ink);
}
.manifesto-text {
  font-family: var(--it); font-style: italic; font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  line-height: 1.62; color: var(--muted);
  max-width: 74ch; margin-top: clamp(26px, 3vw, 40px);
}
.stats-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  margin-top: clamp(50px, 7vh, 90px);
}
.stat { padding: clamp(22px, 3vw, 34px) clamp(12px, 2vw, 28px); border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat-v { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; color: var(--ink); }
.stat-t { font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }

/* ═══════════════ BLEED (imagen de pasada con parallax) ═══════════════ */
.bleed { position: relative; height: clamp(340px, 78vh, 720px); overflow: hidden; }
.bleed-img, .qc-bg { position: absolute; inset: -14% 0; will-change: transform; }
.bleed-img img, .qc-bg img { width: 100%; height: 100%; object-fit: cover; }
.bleed-cap {
  position: absolute; right: clamp(20px, 5vw, 64px); bottom: 26px;
  font-family: var(--sans); font-size: .6rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,.5);
  background: rgba(37,12,20,.5); padding: 10px 16px; backdrop-filter: blur(4px);
}

/* ═══════════════ EL LUGAR ═══════════════ */
.finca { background: var(--ivory); }
.finca-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 110px); align-items: center; }
.finca-copy { padding-top: clamp(10px, 2vw, 30px); }
.finca-media { position: relative; min-height: 640px; }
.fm-main {
  position: absolute; top: 0; left: 0; width: 74%; aspect-ratio: 4/5; overflow: hidden;
  border-radius: 46% 46% 12px 12px / 20% 20% 12px 12px;
  outline: 1px solid var(--line);
  box-shadow: 0 44px 90px rgba(36,27,23,.18);
}
.fm-main img, .fm-sub img { width: 100%; height: 100%; object-fit: cover; }
.fm-sub {
  position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 3/4; overflow: hidden;
  border-radius: 30% 30% 10px 10px / 16% 16% 10px 10px;
  border: 8px solid var(--ivory);
  outline: 1px solid var(--line);
  box-shadow: 0 30px 60px rgba(36,27,23,.2);
}
.fm-seal {
  position: absolute; top: 3%; right: 6%; z-index: 3;
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(247,242,233,.82);
  display: flex; align-items: center; justify-content: center;
  transform: rotate(-10deg);
  box-shadow: 0 12px 30px rgba(36,27,23,.18);
}
.fm-seal svg { width: 86%; height: 86%; }
.fm-note {
  position: absolute; left: 0; bottom: 10%; z-index: 3;
  font-family: var(--it); font-style: italic; font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: var(--wine); transform: rotate(-4deg);
}
.pull {
  font-family: var(--it); font-style: italic;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  line-height: 1.42; color: var(--wine);
  border-left: 1px solid var(--gold);
  padding-left: 26px; margin: 34px 0 30px;
}
.pull cite { font-style: normal; font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 16px; }

/* ═══════════════ LA COLECCIÓN (horizontal, claro) ═══════════════ */
.coleccion { background: var(--ivory); padding: clamp(110px, 14vh, 170px) 0; overflow: hidden; }
.col-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; }
.col-head-l { max-width: 640px; }
.col-head-r { flex: 1; max-width: 380px; }
.col-track {
  display: flex; gap: clamp(24px, 3.4vw, 56px);
  margin-top: clamp(50px, 8vh, 80px);
  padding: 0 clamp(20px, 5vw, 64px);
  overflow-x: auto;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.col-track::-webkit-scrollbar { display: none; }
.wine-card {
  flex: 0 0 auto; width: clamp(320px, 42vw, 560px);
  background: var(--cream);
  border: 1px solid var(--line);
  padding: clamp(22px, 2.6vw, 34px);
  position: relative;
  transition: transform .35s var(--ease), box-shadow .35s, border-color .3s;
}
.wine-card:hover { transform: translateY(-8px); box-shadow: 0 30px 70px rgba(36,27,23,.15); border-color: rgba(201,162,39,.6); }
.wc-label {
  display: flex; justify-content: space-between; gap: 12px;
  font-family: var(--sans); font-size: .54rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
  border-bottom: 1px dashed var(--line); padding-bottom: 12px;
}
.wc-can { display: flex; justify-content: center; align-items: center; min-height: clamp(260px, 30vw, 380px); }
.wc-bottle {
  height: clamp(260px, 30vw, 380px); width: auto; object-fit: contain;
  filter: drop-shadow(0 26px 40px rgba(36,27,23,.28));
  transition: transform .5s var(--ease);
}
.wine-card:hover .wc-bottle { transform: translateY(-10px) rotate(-1.5deg); }
.wc-body { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.wc-tag { font-family: var(--sans); font-size: .56rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--wine); }
.wc-name { font-family: var(--serif); font-weight: 420; font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1; color: var(--ink); }
.wc-meta { font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.wc-desc { font-size: .88rem; color: var(--muted); max-width: 44ch; }
.wc-notes { list-style: none; display: flex; flex-direction: column; gap: 3px; font-family: var(--sans); font-size: .62rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); padding-top: 2px; }
.wc-notes li::before { content: "— "; color: var(--gold); }
.col-progress { display: flex; align-items: center; gap: 16px; margin-top: clamp(40px, 6vh, 60px); color: var(--wine); }
.cp-num, .cp-total { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.cp-track { flex: 1; height: 2px; background: var(--line); overflow: hidden; }
.cp-fill { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), var(--wine-2)); }

/* ═══════════════ EL TERRORIO (galería) ═══════════════ */
.terroir { background: var(--cream); }
.terroir-head { max-width: 760px; }
.terroir-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(16px, 2.4vw, 32px); margin-top: clamp(40px, 5vw, 60px); }
.t-fig { position: relative; overflow: hidden; outline: 1px solid var(--line); }
.t-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .6s; filter: saturate(.9); }
.t-fig:hover img { transform: scale(1.06); filter: saturate(1.05); }
.t-fig figcaption {
  position: absolute; left: 14px; bottom: 12px;
  font-family: var(--it); font-style: italic; font-size: 1.05rem; color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.6);
  opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s;
}
.t-fig:hover figcaption { opacity: 1; transform: none; }
.t1 { grid-column: span 6; grid-row: span 2; aspect-ratio: 3/4; }
.t2 { grid-column: span 6; aspect-ratio: 16/10; }
.t3 { grid-column: span 4; aspect-ratio: 4/3; }
.t4 { grid-column: span 8; aspect-ratio: 16/9; }

/* ═══════════════ LA BODEGA (scrollytelling) ═══════════════ */
.journey { background: var(--ivory); }
.journey-head { max-width: 760px; }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 100px); margin-top: clamp(50px, 7vh, 80px); align-items: start; }
.journey-media {
  position: sticky; top: 110px;
  aspect-ratio: 4/5; overflow: hidden;
  border-radius: 8px;
  outline: 1px solid var(--line);
  box-shadow: 0 30px 60px rgba(36,27,23,.16);
}
.jv-fig { position: absolute; inset: 0; opacity: 0; transition: opacity .65s var(--ease); }
.jv-fig.is-active { opacity: 1; }
.jv-fig img { width: 100%; height: 100%; object-fit: cover; }
.jv-num {
  position: absolute; bottom: 16px; left: 16px;
  font-family: var(--serif); font-size: 1.4rem; color: #fff;
  background: rgba(37,12,20,.55); padding: 8px 14px; backdrop-filter: blur(4px);
}
.journey-steps { position: relative; padding-left: clamp(20px, 3vw, 40px); }
.journey-steps::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: var(--line); }
.journey-steps::after {
  content: ""; position: absolute; left: -1px; top: 8px;
  width: 3px; height: var(--jp, 0%);
  background: linear-gradient(180deg, var(--gold), var(--wine));
  transition: height .1s linear;
}
.j-step { position: relative; padding: clamp(28px, 3.6vw, 44px) 0; }
.j-step::before {
  content: ""; position: absolute;
  left: calc(-1 * clamp(20px, 3vw, 40px) - 6px); top: clamp(38px, 5vw, 54px);
  width: 12px; height: 12px; border-radius: 50%;
  border: 2px solid var(--line); background: var(--ivory);
  transition: background .3s, border-color .3s, transform .3s;
}
.j-step.is-active::before { background: var(--gold); border-color: var(--gold); transform: scale(1.18); }
.j-step.is-active .j-title { color: var(--wine); }
.journey-steps.active .j-step:not(.is-active) { opacity: .5; transition: opacity .35s; }
.j-num { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--gold); }
.j-title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--ink); margin: 6px 0 10px; transition: color .3s; }
.j-text { font-size: .95rem; color: var(--muted); max-width: 44ch; }

/* ═══════════════ CITA CINEMATOGRÁFICA ═══════════════ */
.quote-cine {
  position: relative; height: clamp(420px, 92vh, 860px);
  display: flex; align-items: center; justify-content: center; text-align: center;
  overflow: hidden; color: #fff;
}
.qc-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(37,12,20,.6), rgba(37,12,20,.32) 50%, rgba(37,12,20,.68)); }
.qc-rays {
  position: absolute; inset: 0; pointer-events: none;
  background:
    conic-gradient(from 200deg at 50% -10%,
      rgba(255,224,170,0) 0deg, rgba(255,224,170,.12) 8deg, rgba(255,224,170,0) 18deg,
      rgba(255,224,170,.06) 30deg, rgba(255,224,170,0) 44deg,
      rgba(255,224,170,.1) 60deg, rgba(255,224,170,0) 80deg);
  mix-blend-mode: screen; filter: blur(3px);
  animation: raysShift 20s ease-in-out infinite alternate;
}
.qc-inner { position: relative; z-index: 2; max-width: 920px; padding: 0 clamp(20px, 5vw, 64px); }
.qc-mark { font-size: 1.6rem; color: var(--gold-soft); display: block; margin-bottom: 22px; animation: spin 12s linear infinite; }
.quote-text {
  font-family: var(--serif); font-weight: 330;
  font-size: clamp(2rem, 5.4vw, 4.4rem);
  line-height: 1.08; color: #fff;
}
.quote-text em { color: var(--gold-soft); }
.qc-sig { display: block; margin-top: 26px; font-family: var(--sans); font-size: .64rem; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; color: rgba(255,255,255,.82); }

/* ═══════════════ VISITAS ═══════════════ */
.visitas { background: var(--ivory); }
.visitas-layout { position: relative; }
.visitas-media { position: relative; max-width: 940px; margin: 0 auto; }
.v-arch {
  aspect-ratio: 16/10; overflow: hidden;
  border-radius: 50% 50% 10px 10px / 22% 22% 10px 10px;
  outline: 1px solid var(--line);
  box-shadow: 0 44px 90px rgba(36,27,23,.2);
  transform: perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
  transition: transform .18s ease-out;
  transform-style: preserve-3d;
}
.v-arch img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.9) contrast(1.05) brightness(.95); transform: scale(1.03); transition: filter 1s var(--ease), transform 1.1s var(--ease); }
.visitas-media:hover .v-arch img { filter: grayscale(0); transform: scale(1.06); }
.visitas-card {
  position: absolute; right: clamp(-10px, 2vw, 30px); bottom: clamp(-46px, -2vw, -14px);
  width: min(460px, 92%);
  background: rgba(247,242,233,.94);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px rgba(36,27,23,.18);
  padding: clamp(24px, 3vw, 36px);
}
.vc-title { font-family: var(--serif); font-weight: 450; font-size: clamp(1.4rem, 2.4vw, 2rem); color: var(--ink); margin-bottom: 18px; }
.vc-facts { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }
.vc-facts li { display: flex; gap: 14px; align-items: flex-start; font-size: .86rem; color: var(--muted); }
.vc-facts i { color: var(--gold); margin-top: 4px; width: 16px; text-align: center; }
.vc-facts a { color: var(--wine); border-bottom: 1px solid rgba(84,31,45,.25); transition: border-color .2s; }
.vc-facts a:hover { border-color: var(--gold); }
.vc-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.v-sticker {
  position: absolute; top: -18px; left: clamp(10px, 4vw, 40px);
  font-family: var(--it); font-style: italic; font-size: clamp(1rem, 1.8vw, 1.3rem);
  color: var(--wine); background: var(--ivory); border: 1px solid var(--gold);
  padding: 8px 16px; transform: rotate(-4deg); box-shadow: 0 10px 24px rgba(36,27,23,.16);
}

/* ═══════════════ RESEÑAS ═══════════════ */
.resenas { background: var(--ivory); }
.resenas-head { max-width: 760px; }
.score-row { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); margin: clamp(40px, 5vw, 56px) 0; }
.score-big { font-family: var(--serif); font-weight: 330; font-size: clamp(4.6rem, 11vw, 8rem); line-height: .9; color: var(--wine); }
.score-side { display: flex; flex-direction: column; gap: 8px; }
.score-stars { color: var(--gold); font-size: clamp(1.1rem, 2.2vw, 1.6rem); letter-spacing: 6px; }
.score-lbl { font-family: var(--sans); font-size: .58rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 36px); }
.review-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: clamp(26px, 3vw, 36px);
  display: flex; flex-direction: column; gap: 18px;
  border-radius: 30% 30% 8px 8px / 12% 12% 8px 8px;
  transition: transform .35s var(--ease), box-shadow .35s;
}
.review-card:nth-child(even) { transform: rotate(1.4deg) translateY(14px); }
.review-card:hover { box-shadow: 0 30px 60px rgba(36,27,23,.14); transform: translateY(-4px) rotate(0deg); }
.review-stars { color: var(--gold); letter-spacing: 4px; font-size: .8rem; }
.review-text { font-family: var(--it); font-style: italic; font-size: 1.08rem; line-height: 1.55; flex: 1; color: var(--ink); }
.review-author { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); padding-top: 16px; }
.review-author > span { font-family: var(--serif); font-size: 1.5rem; color: var(--wine); }
.review-author strong { display: block; font-family: var(--sans); font-size: .84rem; font-weight: 700; letter-spacing: .04em; }
.review-author span { font-family: var(--sans); font-size: .56rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.review-cta { margin-top: clamp(40px, 6vw, 60px); }

/* ═══════════════ FOOTER ═══════════════ */
.footer-light {
  background: var(--cream); color: var(--ink);
  padding: clamp(40px, 6vh, 70px) 0 28px; overflow: hidden;
  border-top: 1px solid var(--line);
}
.footer-ghost {
  position: absolute; bottom: -4%; right: -3%;
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(9rem, 24vw, 22rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(84,31,45,.16);
  pointer-events: none; white-space: nowrap;
}
.footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.6fr 1fr 1fr .8fr; gap: clamp(30px, 4vw, 60px); }
.footer-light .logo { color: var(--ink); }
.footer-light .logo-sub { color: var(--muted); }
.footer-brand p { font-size: .86rem; color: var(--muted); max-width: 36ch; margin: 12px 0 16px; }
.social-row { display: flex; gap: 12px; }
.social-row a {
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: var(--ink); border-radius: 50%;
  transition: background .25s, color .25s, transform .25s, border-color .25s;
}
.social-row a:hover { background: var(--wine); border-color: var(--wine); color: var(--ivory); transform: rotate(-8deg) scale(1.08); }
.footer-col h5, .footer-qr h5 { font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a { font-size: .84rem; color: var(--muted); transition: color .2s; }
.footer-col ul a:hover { color: var(--ink); }
.footer-qr img { width: 104px; height: 104px; background: #fff; padding: 6px; border: 1px solid var(--line); }
.footer-bottom {
  position: relative; z-index: 2;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
  border-top: 1px solid var(--line);
  margin-top: clamp(24px, 3.5vh, 44px); padding-top: 16px;
  font-family: var(--sans); font-size: .74rem; color: var(--muted);
}
.footer-bottom .made b { color: var(--wine); font-weight: 700; letter-spacing: .08em; }
.footer-bottom .made i { color: var(--gold); }

/* ═══════════════ FLOATS ═══════════════ */
.to-top {
  position: fixed; bottom: 30px; right: 30px; z-index: 900;
  width: 50px; height: 50px;
  background: var(--wine); color: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transform: translateY(12px);
  transition: opacity .3s, transform .3s, background .25s;
}
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--gold); color: var(--ink); }
.wa-float {
  position: fixed; bottom: 30px; left: 30px; z-index: 900;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--gold); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 12px 30px rgba(201,162,39,.45);
  transition: transform .25s var(--ease);
}
.wa-float:hover { transform: translateY(-4px) rotate(-8deg); }

/* ═══════════════ REVEALS ═══════════════ */
.reveal-in { opacity: 0; transform: translateY(28px); animation: revealUp .9s var(--ease) forwards; }
.reveal-in.d1 { animation-delay: .12s; }
.reveal-in.d2 { animation-delay: .24s; }
.reveal-in.d3 { animation-delay: .36s; }
.reveal-in.d4 { animation-delay: .48s; }
@keyframes revealUp { to { opacity: 1; transform: none; } }

.reveal-up { opacity: 0; transform: translateY(40px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal-up.in { opacity: 1; transform: none; }
.reveal-up.d1 { transition-delay: .1s; }
.reveal-up.d2 { transition-delay: .2s; }
.reveal-img { filter: blur(14px); transition: filter .9s var(--ease); }
.reveal-img.in { filter: none; }

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card:nth-child(even) { transform: rotate(1deg) translateY(0); }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-media { position: relative; top: auto; }
  .wine-card { width: clamp(340px, 58vw, 560px); }
  .finca-grid { grid-template-columns: 1fr; }
  .finca-media { min-height: 0; padding-top: 40px; }
  .fm-main { position: relative; width: 74%; }
  .fm-sub { position: absolute; }
}
@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 0; z-index: 1050;
    background: linear-gradient(160deg, var(--wine-2), var(--wine-ink));
    flex-direction: column; justify-content: center; gap: 26px;
    padding: 40px;
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform .45s var(--ease), visibility 0s .45s;
  }
  .nav-links.open { transform: none; visibility: visible; transition: transform .45s var(--ease); }
  .nav-links a:not(.btn) { font-size: 1.3rem; color: var(--ivory); font-family: var(--serif); letter-spacing: .06em; text-transform: none; }
  .nav-links a:not(.btn)::after { display: none; }
  .nav-links .nav-cta { margin-top: 12px; }
  .nav-toggle { display: flex; position: relative; z-index: 1060; }
  .hero { min-height: auto; padding: 130px 0 70px; flex-direction: column; }
  .hero-content { max-width: none; }
  .hero-bottle { position: relative; right: auto; top: auto; transform: none; margin: 40px auto 0; order: 1; }
  .hero-bottle-img { height: clamp(340px, 56vh, 460px); }
  .hero-title { font-size: clamp(3rem, 13vw, 5.2rem); }
  .hero-content { order: 2; }
  .hero-data, .hero-cta { justify-content: center; }
  .hero-sub { text-align: center; margin-left: auto; margin-right: auto; }
  .hero-content .eyebrow, .hero-content { text-align: center; margin-left: auto; margin-right: auto; }
  .hero-content > * { margin-left: auto; margin-right: auto; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .col-track { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .col-track::-webkit-scrollbar { display: none; }
  .wine-card { width: 82vw; }
  .terroir-grid { grid-template-columns: 1fr; }
  .t1, .t2, .t3, .t4 { grid-column: span 1; grid-row: auto; }
  .visitas-media { max-width: none; }
  .visitas-card { position: static; width: auto; margin-top: 22px; }
  .v-sticker { top: -14px; }
  .manifesto-text { max-width: none; }
  .col-progress { display: none; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand { grid-column: span 2; }
  .footer-qr { grid-column: span 2; }
  .footer-qr img { width: 92px; height: 92px; }
  .br-desktop { display: none; }
  .to-top { right: 18px; bottom: 18px; }
  .wa-float { left: 18px; bottom: 18px; }
  .vert-left { left: 14px; }
  .vert-right { right: 14px; }
  .col-head { flex-direction: column; align-items: flex-start; }
  .score-row { flex-direction: column; align-items: flex-start; }
  .fm-main { width: 100%; }
  .fm-sub { width: 52%; }
  .wine-card { width: 86vw; }
}
