/* ============================================================
   VISTALIA Promotora — hoja de estilos única
   Estética: granate/burdeos + fondos rosados suaves, sans
   geométrica (Hanken Grotesk), heroes full-bleed, mapa con pins.
   Mobile-first. Sin dependencias externas salvo Google Fonts.
   ============================================================ */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/hanken-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/hanken-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/hanken-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/hanken-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/hanken-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/hanken-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/hanken-800-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/hanken-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --wine: #252b34;           /* grafito azulado del logo */
  --wine-dark: #171c23;      /* grafito oscuro (footer, hover) */
  --wine-soft: #a97e52;      /* arena tostado (acentos, kickers) */
  --blush: #ece4d1;          /* fondo crema arena (muestra de Diego) */
  --blush-line: #dcd1b6;
  --paper: #ffffff;
  --text: #33312c;
  --text-soft: #6e675b;
  --white: #ffffff;
  --line: rgba(37, 43, 52, 0.14);
  --line-light: rgba(255, 255, 255, 0.25);
  --radius: 10px;
  --shadow: 0 18px 40px rgba(23, 28, 35, 0.14);
  --font-sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--wine); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--font-sans); line-height: 1.12; color: var(--wine); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 6.5vw, 4rem); font-weight: 400; }
h1 strong, h2 strong { font-weight: 800; }
h2 { font-size: clamp(1.8rem, 4.5vw, 2.7rem); font-weight: 400; }
h3 { font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 700; }
h4 { font-size: 0.95rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }

.container { width: min(1180px, 92%); margin-inline: auto; }

.section { padding: 5rem 0; }
.section--alt { background: var(--blush); }
.section--dark { background: var(--wine); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section--dark p { color: rgba(255, 255, 255, 0.85); }

.kicker {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--wine-soft);
  margin-bottom: 0.9rem;
}
.section--dark .kicker { color: rgba(255, 255, 255, 0.65); }

.section-head { max-width: 680px; margin-bottom: 2.8rem; }
.section-head p { margin-top: 1rem; color: var(--text-soft); }
.section--dark .section-head p { color: rgba(255, 255, 255, 0.78); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--wine);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1rem;
}
.brand {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--white);
}
.brand:hover { text-decoration: none; }
.brand span { color: rgba(255, 255, 255, 0.55); }
.brand img { height: 40px; width: auto; display: block; }
.site-footer .brand img { height: 52px; }

/* Bloques de imagen real (sustituyen al placeholder degradado) */
.media-cover { background-size: cover !important; background-position: center !important; color: transparent; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  color: var(--white);
  cursor: pointer;
}
.nav-toggle svg { width: 26px; height: 26px; }

.site-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--wine);
  border-top: 1px solid var(--line-light);
  padding: 0.8rem 4% 1.2rem;
}
.site-nav.is-open { display: block; }
.site-nav ul { list-style: none; }
.site-nav a {
  display: block;
  padding: 0.7rem 0.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 1rem;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); text-decoration: underline; text-underline-offset: 6px; }

@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .site-nav {
    display: block;
    position: static;
    background: none;
    border: 0;
    padding: 0;
  }
  .site-nav ul { display: flex; gap: 1.8rem; align-items: center; }
  .site-nav a { padding: 0.4rem 0; font-size: 0.98rem; }
  .site-nav a.btn { padding: 0.55rem 1.6rem; margin-left: 0.4rem; }
  .site-nav a.btn:hover { text-decoration: none; }
}
@media (max-width: 959.98px) {
  .site-nav a.btn { display: inline-block; margin-top: 0.5rem; padding: 0.7rem 1.8rem; }
}

/* ---------- Botones (estilo outline GS) ---------- */
.btn {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover { text-decoration: none; }
.btn--primary { background: var(--wine); color: var(--white); border-color: var(--wine); }
.btn--primary:hover { background: var(--wine-dark); border-color: var(--wine-dark); }
.btn--ghost { border-color: var(--wine); color: var(--wine); background: transparent; }
.btn--ghost:hover { background: var(--wine); color: var(--white); }
.btn--light { border-color: var(--white); color: var(--white); background: transparent; }
.btn--light:hover { background: var(--white); color: var(--wine); }
.btn--white { background: var(--white); color: var(--wine); border-color: var(--white); }
.btn--white:hover { background: var(--blush); }

/* ---------- Hero full-bleed ---------- */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62vh;
  background:
    linear-gradient(rgba(23, 28, 35, 0.45), rgba(23, 28, 35, 0.55)),
    linear-gradient(135deg, #5a5648, #252b34);
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 6rem 0;
  text-align: center;
}
.hero h1 { color: var(--white); max-width: 900px; margin-inline: auto; }
.hero p {
  max-width: 660px;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
}
.hero .hero-actions { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.hero .kicker { color: rgba(255, 255, 255, 0.75); }

.hero--inner { min-height: 46vh; padding: 4.5rem 0; }
.hero--full { min-height: calc(100svh - 72px); padding: 4rem 0; }

/* Capa de imagen del hero con efecto zoom out de entrada */
.hero { overflow: hidden; }
.hero > .container { position: relative; z-index: 1; }
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: heroZoomOut 14s ease-in-out infinite alternate both;
  will-change: transform;
  transform: scale(1.22);
}
@keyframes heroZoomOut {
  from { transform: scale(1.22); }
  to { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__bg { animation: none; }
}

/* ---------- Bienvenida (texto + mapa) ---------- */
.welcome { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 960px) { .welcome { grid-template-columns: 1.05fr 1fr; } }
.welcome h2 { font-size: clamp(2rem, 5vw, 3.1rem); }
.welcome p { margin-top: 1.2rem; color: var(--text-soft); font-size: 1.05rem; }
.welcome .btn { margin-top: 2rem; }
.welcome-stat { margin-top: 2.2rem; display: flex; align-items: baseline; gap: 0.9rem; }
.welcome-stat .num { font-size: clamp(3rem, 7vw, 4.5rem); font-weight: 800; color: var(--wine); line-height: 1; }
.welcome-stat .label { font-weight: 800; color: var(--wine); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.95rem; max-width: 220px; line-height: 1.3; }

/* ---------- Mapa de España con pins ---------- */
.map-wrap { position: relative; }
.map-wrap svg { width: 100%; height: auto; display: block; }
.map-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  text-align: center;
}
.map-pin:hover { text-decoration: none; }
.map-pin .pin-city {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--wine);
  background: var(--blush);
  padding: 0.05rem 0.45rem;
  border-radius: 4px;
  margin-bottom: 2px;
  white-space: nowrap;
}
.map-pin .pin-badge {
  background: var(--wine);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.7rem;
  border-radius: 7px;
  position: relative;
  box-shadow: var(--shadow);
}
.map-pin .pin-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: var(--wine);
  border-bottom: 0;
}
.map-pin:hover .pin-badge { background: var(--wine-dark); }
.map-pin:hover .pin-badge::after { border-top-color: var(--wine-dark); }

/* ---------- Grids / tarjetas ---------- */
.grid { display: grid; gap: 1.6rem; }
@media (min-width: 700px) { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 700px) and (max-width: 999px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: var(--white);
  border: 1px solid var(--blush-line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(23, 28, 35, 0.07);
}
.card__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #cdb694, #252b34);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.card__body { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.card__body h3 a { color: var(--wine); }
.card__meta { font-size: 0.8rem; color: var(--wine-soft); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.card__body p { color: var(--text-soft); font-size: 0.97rem; }
.card__body .btn { margin-top: auto; align-self: flex-start; padding: 0.6rem 1.5rem; font-size: 0.92rem; }

/* Ficha de promoción destacada (imagen + panel granate) */
.promo-split { display: grid; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
@media (min-width: 900px) { .promo-split { grid-template-columns: 1.5fr 1fr; } }
.promo-split__media {
  min-height: 320px;
  background: linear-gradient(135deg, #cdb694, #4a4438);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
}
.promo-split__panel { background: var(--wine); color: var(--white); padding: 2.6rem 2.4rem; }
.promo-split__panel h3 { color: var(--white); font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 800; }
.promo-split__panel .place { display: block; margin-top: 0.6rem; color: rgba(255, 255, 255, 0.85); font-weight: 600; }
.promo-split__panel ul { list-style: none; margin-top: 1.6rem; display: grid; gap: 0.7rem; color: rgba(255, 255, 255, 0.9); }
.promo-split__panel li { padding-left: 1.4rem; position: relative; }
.promo-split__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.promo-split__panel .btn { margin-top: 2rem; }

/* ---------- Bloques de valor ---------- */
.feature { padding: 1.8rem; background: var(--white); border: 1px solid var(--blush-line); border-radius: var(--radius); }
.feature h3 { margin-bottom: 0.5rem; }
.feature p { color: var(--text-soft); font-size: 0.97rem; }
.feature h4 { margin-top: 1.1rem; color: var(--wine-soft); }
.section--dark .feature { background: rgba(255, 255, 255, 0.07); border-color: var(--line-light); }
.section--dark .feature p { color: rgba(255, 255, 255, 0.8); }
.section--dark .feature h3 { color: var(--white); }

/* ---------- Ciudades ---------- */
.city-list { list-style: none; display: grid; gap: 1rem; }
@media (min-width: 700px) { .city-list { grid-template-columns: repeat(3, 1fr); } }
.city-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.4rem;
  background: var(--white);
  border: 1.5px solid var(--blush-line);
  border-radius: var(--radius);
  color: var(--wine);
  font-weight: 700;
}
.city-list a::after { content: "\2192"; color: var(--wine-soft); }
.city-list a:hover { border-color: var(--wine); text-decoration: none; background: var(--blush); }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { padding: 1.1rem 0 0; font-size: 0.85rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; color: var(--text-soft); }
.breadcrumbs li + li::before { content: "/"; margin-right: 0.4rem; color: var(--text-soft); }
.breadcrumbs a { color: var(--text-soft); }
.breadcrumbs [aria-current="page"] { color: var(--wine); font-weight: 700; }

/* ---------- Tablas (tipologías) ---------- */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--blush-line); font-size: 0.95rem; }
th, td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid var(--blush-line); }
th { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wine-soft); }

/* ---------- FAQ ---------- */
.faq details { border: 1px solid var(--blush-line); border-radius: var(--radius); background: var(--white); margin-bottom: 0.8rem; }
.faq summary { padding: 1.05rem 1.4rem; font-weight: 700; cursor: pointer; color: var(--wine); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--wine-soft); }
.faq details[open] summary::after { content: "\2212"; }
.faq .faq__body { padding: 0 1.4rem 1.2rem; color: var(--text-soft); }

/* ---------- Formulario "¿Hablamos?" ---------- */
.contact-band {
  background:
    linear-gradient(rgba(15, 19, 25, 0.72), rgba(15, 19, 25, 0.78)),
    linear-gradient(135deg, #252b34, #5a5648);
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 5rem 0;
}
.contact-band .contact-grid { display: grid; gap: 3rem; }
@media (min-width: 960px) { .contact-band .contact-grid { grid-template-columns: 1fr 1.1fr; } }
.contact-band h2 { color: var(--white); font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 400; }
.contact-band h3 { color: var(--white); margin-top: 2.2rem; }
.contact-info { list-style: none; margin-top: 1.4rem; display: grid; gap: 1rem; }
.contact-info li { display: flex; gap: 0.8rem; align-items: flex-start; color: rgba(255, 255, 255, 0.92); }
.contact-info svg { width: 22px; height: 22px; flex: none; margin-top: 0.2rem; }
.contact-info a { color: var(--white); }

.form { display: grid; gap: 1.6rem; }
@media (min-width: 700px) { .form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; } }
.form label { font-weight: 600; font-size: 0.95rem; display: block; margin-bottom: 0.2rem; }
.form input, .form select, .form textarea {
  width: 100%;
  padding: 0.55rem 0.1rem;
  border: 0;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  background: transparent;
  font: inherit;
  color: var(--white);
}
.form ::placeholder { color: rgba(255, 255, 255, 0.65); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-bottom-color: var(--white); }
.form .form-consent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.85rem; color: rgba(255, 255, 255, 0.8); }
.form .form-consent input { width: auto; margin-top: 0.35rem; accent-color: var(--wine); }
.form .form-consent a { color: var(--white); text-decoration: underline; }

/* Variante formulario sobre fondo claro */
.form--light label { color: var(--wine); }
.form--light input, .form--light select, .form--light textarea { color: var(--text); border-bottom-color: var(--wine-soft); }
.form--light ::placeholder { color: var(--text-soft); }
.form--light input:focus, .form--light textarea:focus { border-bottom-color: var(--wine); }
.form--light .form-consent { color: var(--text-soft); }
.form--light .form-consent a { color: var(--wine); }

/* ---------- CTA final ---------- */
.cta-band { text-align: center; }
.cta-band .btn { margin-top: 1.8rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--wine); color: rgba(255, 255, 255, 0.85); padding: 3.8rem 0 2rem; font-size: 0.93rem; }
.site-footer h4 { color: var(--white); margin-bottom: 0.9rem; font-size: 0.8rem; letter-spacing: 0.18em; }
.footer-grid { display: grid; gap: 2.2rem; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer ul { list-style: none; display: grid; gap: 0.45rem; }
.site-footer a { color: rgba(255, 255, 255, 0.85); }
.site-footer a:hover { color: var(--white); }
.site-footer .brand { font-size: 1.6rem; }
.footer-legal {
  margin-top: 2.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ---------- Página legal / texto largo ---------- */
.prose { max-width: 780px; }
.prose h2 { margin-top: 2.4rem; font-weight: 700; font-size: 1.5rem; }
.prose h3 { margin-top: 1.6rem; font-size: 1.15rem; }
.prose p, .prose ul, .prose ol { margin-top: 0.9rem; color: var(--text-soft); }
.prose ul, .prose ol { padding-left: 1.3rem; }

/* ---------- Utilidades ---------- */
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.center { text-align: center; }
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--white);
  color: var(--wine);
  padding: 0.6rem 1rem;
  z-index: 100;
  font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ---------- Barra fija de contacto en móvil ---------- */
.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 -6px 20px rgba(23, 28, 35, 0.18);
}
.mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 0.5rem;
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--white);
}
.mobile-cta a:hover { text-decoration: none; }
.mobile-cta svg { width: 20px; height: 20px; flex: none; }
.mobile-cta .cta-call { background: var(--wine); }
.mobile-cta .cta-contact { background: var(--wine-soft); }
@media (min-width: 960px) {
  .mobile-cta { display: none; }
}
@media (max-width: 959.98px) {
  body { padding-bottom: 56px; }
}
