/* ===========================================================
   MONTOYA PRODUCCIONES · HOJA DE ESTILOS
   Coffee, Lunch & Coctelería para Eventos · Paraná, ER
   Identidad basada en el Branding de Montoya Producciones
   =========================================================== */

:root {
  /* ---- Paleta oficial de marca ---- */
  --esmeralda:      #1E6A56;  /* Esmeralda suave */
  --esmeralda-mid:  #195A49;
  --esmeralda-deep: #164F41;
  --esmeralda-night:#0F3A30;  /* fondo oscuro base */
  --esmeralda-soft: #E7F0ED;
  --menta:          #CFE3DD;

  --perla:          #E5E5E5;  /* Gris perla */
  --gris-medio:     #7C7C7C;  /* Gris tono medio */
  --gris-oscuro:    #333333;  /* Gris oscuro */
  --carbon:         #2B2B2B;
  --blanco:         #FFFFFF;  /* Blanco puro */
  --hueso:          #F7F6F3;  /* blanco cálido de fondo */
  --hueso-warm:     #FBFAF7;

  --texto:          #3A3A3A;
  --texto-soft:     #6E6E6E;
  --linea:          #E4E6E4;

  --wa:             #1EA463;

  /* ---- Tipografía ---- */
  --font: 'Arimo', Arial, system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ---- Métrica ---- */
  --container: 1180px;
  --section-y: 104px;
  --radius: 4px;

  --shadow-soft: 0 10px 40px rgba(30, 106, 86, 0.10);
  --shadow-lift: 0 20px 60px rgba(15, 58, 48, 0.18);
  --shadow-photo: 0 24px 60px rgba(15, 58, 48, 0.22);
}

/* ========== RESET ========== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--texto);
  background: var(--hueso);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
::selection { background: var(--menta); color: var(--esmeralda-deep); }

/* ========== UTILIDADES ========== */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 26px; }
.section { padding: var(--section-y) 0; }
.section-tint { background: var(--blanco); }
.section-dark { background: var(--esmeralda-night); color: var(--hueso); }
.center { text-align: center; }

/* ========== CABECERAS DE SECCIÓN ========== */
.head { max-width: 700px; margin: 0 0 60px; }
.head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--esmeralda);
  margin-bottom: 14px;
}
.section-dark .eyebrow { color: var(--menta); }
.title {
  font-weight: 700;
  font-size: clamp(28px, 4.4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--gris-oscuro);
}
.section-dark .title { color: var(--blanco); }
.lead {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--texto-soft);
  max-width: 62ch;
}
.center .lead { margin-left: auto; margin-right: auto; }
.section-dark .lead { color: rgba(246, 244, 241, 0.82); }

/* separador de rombo */
.divider-rombo { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 auto; }
.divider-rombo::before, .divider-rombo::after { content: ''; height: 1px; width: 46px; background: var(--menta); }
.divider-rombo span { width: 9px; height: 9px; transform: rotate(45deg); border: 1px solid var(--esmeralda); }

/* ========== BOTONES ========== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 32px;
  font-family: var(--font);
  font-size: 13.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--esmeralda); color: var(--blanco); border-color: var(--esmeralda); }
.btn-primary:hover { background: var(--esmeralda-deep); border-color: var(--esmeralda-deep); transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.btn-outline { background: transparent; color: var(--esmeralda); border-color: var(--esmeralda); }
.btn-outline:hover { background: var(--esmeralda); color: var(--blanco); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--hueso); border-color: rgba(246, 244, 241, 0.55); }
.btn-ghost:hover { background: var(--hueso); color: var(--esmeralda-deep); border-color: var(--hueso); }
.btn-wa { background: var(--wa); color: #fff; border-color: var(--wa); }
.btn-wa:hover { background: #178a52; border-color: #178a52; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(30, 164, 99, 0.28); }
.btn-block { width: 100%; }
.btn-sm { padding: 11px 22px; font-size: 12px; }
.btn svg { width: 18px; height: 18px; }
.btn .material-symbols-outlined { font-size: 18px; }

/* ========== ICONOGRAFÍA · GOOGLE MATERIAL SYMBOLS ========== */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.nav-cta .material-symbols-outlined { font-size: 16px; }

/* ========== NAVBAR ========== */
.navbar {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  background: rgba(247, 246, 243, 0.78);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(30, 106, 86, 0.14);
  transition: background .3s ease, box-shadow .3s ease;
}
.navbar.scrolled { background: rgba(247, 246, 243, 0.96); box-shadow: 0 6px 30px rgba(15, 58, 48, 0.10); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.nav-logo img { height: 68px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link {
  font-size: 14px; font-weight: 600; color: var(--gris-oscuro);
  position: relative; padding: 4px 0;
}
.nav-link::after {
  content: ''; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0;
  background: var(--esmeralda); transition: width .28s ease;
}
.nav-link:hover { color: var(--esmeralda); }
.nav-link:hover::after { width: 100%; }
.nav-cta {
  font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  color: var(--blanco); background: var(--esmeralda); padding: 11px 20px; border-radius: var(--radius);
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .25s ease, transform .25s ease;
}
.nav-cta:hover { background: var(--esmeralda-deep); transform: translateY(-1px); }
.nav-cta svg { width: 15px; height: 15px; }
.nav-toggle { display: none; width: 30px; height: 22px; position: relative; }
.nav-toggle span { position: absolute; left: 0; height: 2px; width: 100%; background: var(--esmeralda-deep); border-radius: 2px; transition: transform .3s ease, opacity .3s ease, top .3s ease; }
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 10px; }
.nav-toggle span:nth-child(3) { top: 20px; }
.nav-toggle.active span:nth-child(1) { top: 10px; transform: rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

/* ========== HERO ========== */
.hero {
  position: relative; height: 100svh; min-height: 560px; max-height: 980px;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
  padding: 96px 0 32px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 58, 48, 0.72) 0%, rgba(15, 58, 48, 0.48) 45%, rgba(15, 58, 48, 0.82) 100%),
    radial-gradient(120% 90% at 50% 30%, rgba(30, 106, 86, 0.12) 0%, rgba(15, 58, 48, 0.55) 100%);
}
.hero-inner { position: relative; z-index: 3; max-width: 880px; padding: 0 24px; color: var(--hueso); }
.hero-logo {
  width: min(300px, 56vw); height: auto; margin: 0 auto;
  filter: brightness(0) invert(1) drop-shadow(0 2px 30px rgba(15, 58, 48, 0.5));
}
.hero-tagline {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: 16px 0 4px; text-transform: uppercase;
  font-size: clamp(10px, 1.8vw, 13px); letter-spacing: 0.3em; font-weight: 600;
  color: var(--menta); padding-left: 0.3em;
}
.hero-tagline .dot { width: 5px; height: 5px; transform: rotate(45deg); background: var(--menta); }
.hero-sub {
  margin: 16px auto 0; max-width: 52ch;
  font-size: clamp(14px, 1.9vw, 17px);
  line-height: 1.65; color: rgba(246, 244, 241, 0.92);
}
.hero-ctas { margin-top: 26px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-height: 760px) {
  .hero { padding: 88px 0 24px; }
  .hero-logo { width: min(240px, 50vw); }
  .hero-tagline { margin: 12px 0 2px; }
  .hero-sub { margin-top: 12px; }
  .hero-ctas { margin-top: 18px; }
}

/* ========== ESENCIA / EJES ========== */
.esencia { position: relative; }
.ejes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
.eje {
  text-align: center; padding: 36px 28px; background: var(--hueso-warm);
  border: 1px solid var(--linea); border-radius: 14px; box-shadow: 0 8px 22px rgba(15, 58, 48, 0.06);
  font-family: inherit; cursor: pointer; width: 100%;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.eje:hover, .eje:focus-visible {
  transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15, 58, 48, 0.14);
  border-color: rgba(30, 106, 86, 0.3); z-index: 2;
}
.eje:focus-visible { outline: 2px solid var(--esmeralda); outline-offset: 3px; }
.eje-mark {
  width: 58px; height: 58px; margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--menta); border-radius: 50%; color: var(--esmeralda);
  background: var(--esmeralda-soft);
}
.eje-mark svg { width: 26px; height: 26px; }
.eje-mark .material-symbols-outlined { font-size: 26px; }
.eje h3 { font-size: 22px; font-weight: 700; color: var(--esmeralda-deep); line-height: 1.3; margin-bottom: 12px; }
.eje p { font-size: 15px; line-height: 1.7; color: var(--texto-soft); max-width: 34ch; margin: 0 auto; }
.eje-more {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 18px;
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--esmeralda);
}
.eje-more .material-symbols-outlined { font-size: 17px; transition: transform .25s ease; }
.eje:hover .eje-more .material-symbols-outlined, .eje:focus-visible .eje-more .material-symbols-outlined { transform: translateX(4px); }

.valores {
  margin-top: 46px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px;
}
.valores span {
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--esmeralda); background: var(--esmeralda-soft);
  border: 1px solid rgba(30, 106, 86, 0.2); border-radius: 999px; padding: 8px 16px;
}

/* ========== SERVICIOS ========== */
.servicios-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.servicio {
  background: var(--hueso-warm); border: 1px solid var(--linea); border-radius: 14px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.servicio:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(15, 58, 48, 0.12); }
.servicio-photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.servicio-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.servicio:hover .servicio-photo img { transform: scale(1.04); }
.servicio-photo span {
  position: absolute; left: 16px; bottom: 14px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--blanco); background: rgba(15, 58, 48, 0.78); padding: 6px 12px; border-radius: 3px;
  backdrop-filter: blur(4px);
}
.servicio-body { padding: 28px 30px 32px; }
.servicio-body h3 { font-size: 22px; font-weight: 700; color: var(--esmeralda-deep); margin-bottom: 10px; }
.servicio-body > p { font-size: 15px; line-height: 1.65; color: var(--texto-soft); margin-bottom: 16px; }
.servicio-body > p strong { color: var(--esmeralda); }
.servicio-list { display: flex; flex-direction: column; gap: 8px; }
.servicio-list li {
  position: relative; padding-left: 22px; font-size: 14px; line-height: 1.6; color: var(--texto);
}
.servicio-list li::before {
  content: ''; position: absolute; left: 0; top: 8px; width: 7px; height: 7px;
  transform: rotate(45deg); background: var(--esmeralda);
}

/* ========== TIPOS DE EVENTOS ========== */
.eventos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.evento {
  position: relative; background: var(--hueso-warm); padding: 30px 28px;
  border: 1px solid var(--linea); border-radius: 14px; box-shadow: 0 8px 22px rgba(15, 58, 48, 0.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  display: flex; flex-direction: column; gap: 8px; text-align: left;
  font-family: inherit; cursor: pointer; width: 100%;
}
.evento:hover, .evento:focus-visible {
  transform: translateY(-4px); border-color: rgba(30, 106, 86, 0.3);
  box-shadow: 0 18px 40px rgba(15, 58, 48, 0.14); z-index: 2;
}
.evento:focus-visible { outline: 2px solid var(--esmeralda); outline-offset: 3px; }
.evento-icon {
  width: 46px; height: 46px; margin-bottom: 6px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--menta); border-radius: 12px; color: var(--esmeralda);
  background: var(--esmeralda-soft);
}
.evento-icon svg { width: 22px; height: 22px; }
.evento-icon .material-symbols-outlined { font-size: 23px; }
.evento-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.evento h3 { font-size: 19px; font-weight: 700; color: var(--esmeralda-deep); line-height: 1.2; }
.evento p { font-size: 14px; line-height: 1.6; color: var(--texto-soft); }
.eventos-note { margin-top: 34px; text-align: center; font-size: 14.5px; color: var(--texto-soft); }
.eventos-note strong { color: var(--esmeralda); font-weight: 700; }

/* ========== NOSOTROS ========== */
.nosotros-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
.nosotros .lead { color: rgba(246, 244, 241, 0.85); margin-top: 18px; }
.quote {
  margin-top: 30px; padding: 22px 28px;
  background: rgba(255, 255, 255, 0.06); border-left: 3px solid var(--menta); border-radius: 3px;
}
.quote p { font-style: italic; font-size: 18px; color: var(--blanco); font-weight: 500; margin-bottom: 6px; }
.quote cite { font-style: normal; font-size: 12.5px; letter-spacing: .04em; color: var(--menta); }
.nosotros-feature { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-photo); }
.nosotros-feature img { width: 100%; height: 100%; max-height: 520px; object-fit: cover; transition: transform .5s ease; }
.nosotros-feature:hover img { transform: scale(1.05); }
.nosotros-feature figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 24px 18px;
  font-size: 13.5px; color: var(--hueso); font-style: italic;
  background: linear-gradient(180deg, transparent, rgba(15, 58, 48, 0.85));
}

/* ========== ORIGEN DEL NOMBRE ========== */
.origen { background: var(--hueso); }
.origen-grid { display: grid; grid-template-columns: 230px 1fr; gap: 52px; align-items: start; }
.origen-portrait { width: 100%; }
.origen-portrait .frame {
  border-radius: 10px; overflow: hidden; border: 1px solid var(--linea); box-shadow: var(--shadow-photo);
}
.origen-portrait img {
  width: 100%; height: auto; display: block; aspect-ratio: 134 / 184; object-fit: cover;
  filter: grayscale(.22) sepia(.12) contrast(1.05) brightness(1.02);
  transition: transform .5s ease;
}
.origen-portrait:hover img { transform: scale(1.06); }
.origen-portrait figcaption { margin-top: 14px; text-align: center; }
.origen-portrait figcaption strong { display: block; font-size: 14px; font-weight: 700; color: var(--esmeralda-deep); }
.origen-portrait figcaption span { display: block; margin-top: 2px; font-size: 12px; color: var(--texto-soft); }
.origen-content .lead { margin-top: 20px; }
.origen-copy { margin-top: 22px; }
.origen-copy p { font-size: 15.5px; line-height: 1.85; color: var(--texto); margin-bottom: 18px; }
.origen-copy p:last-child { margin-bottom: 0; }
.origen-facts { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 12px; }
.origen-fact {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; color: var(--esmeralda-deep);
  background: var(--hueso-warm); border: 1px solid var(--linea); border-radius: 999px; padding: 9px 16px 9px 12px;
}
.origen-fact .material-symbols-outlined { font-size: 17px; color: var(--esmeralda); }
.origen-obras { margin-top: 34px; }
.origen-obras-label {
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gris-medio); margin-bottom: 14px;
}
.origen-obras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.origen-obras-grid figure { border-radius: 8px; overflow: hidden; box-shadow: 0 6px 18px rgba(15, 58, 48, 0.1); }
.origen-obras-grid img {
  width: 100%; height: 100%; aspect-ratio: 470 / 520; object-fit: cover; display: block;
  transition: transform .5s ease;
}
.origen-obras-grid figure:hover img { transform: scale(1.06); }

/* ========== GALERÍA ========== */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; grid-auto-flow: dense; gap: 14px; }
.gallery figure { position: relative; overflow: hidden; border-radius: 10px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 16px 12px;
  font-size: 12px; letter-spacing: .02em; color: var(--hueso);
  background: linear-gradient(180deg, transparent, rgba(15, 58, 48, 0.8));
  opacity: 0; transform: translateY(6px); transition: opacity .3s ease, transform .3s ease;
}
.gallery figure:hover figcaption { opacity: 1; transform: none; }
.gallery .wide { grid-column: span 2; }
.gallery .tall { grid-row: span 2; }

/* ========== CONTACTO ========== */
.contacto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: stretch; }
.contacto-info { display: flex; flex-direction: column; }
.contacto-list { margin: 8px 0 30px; display: flex; flex-direction: column; gap: 22px; }
.ci-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--menta); color: var(--esmeralda); background: var(--esmeralda-soft);
}
.ci-icon svg { width: 19px; height: 19px; }
.ci-icon .material-symbols-outlined { font-size: 20px; }
.ci-item h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--esmeralda-deep); margin-bottom: 4px; }
.ci-item p, .ci-item a { font-size: 15px; color: var(--texto-soft); }
.ci-item a:hover { color: var(--esmeralda); }
.contacto-social { display: flex; gap: 12px; margin-top: auto; }
.contacto-social a {
  width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--linea); color: var(--esmeralda);
  transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}
.contacto-social a:hover { background: var(--esmeralda); color: var(--blanco); border-color: var(--esmeralda); transform: translateY(-2px); }
.contacto-social svg { width: 19px; height: 19px; }
.contacto-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); min-height: 380px; border: 1px solid var(--linea); }
.contacto-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; filter: grayscale(.15) saturate(.95); }

/* ========== FAQ ========== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--hueso-warm); border: 1px solid var(--linea); border-radius: var(--radius);
  margin-bottom: 12px; overflow: hidden; transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item[open] { border-color: rgba(30, 106, 86, 0.35); box-shadow: var(--shadow-soft); }
.faq-item summary {
  padding: 20px 26px; font-size: 15.5px; font-weight: 600; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--gris-oscuro);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 24px; font-weight: 400; color: var(--esmeralda); transition: transform .25s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--esmeralda); }
.faq-item p { padding: 0 26px 22px; font-size: 14.5px; line-height: 1.7; color: var(--texto-soft); }
.faq-item a { color: var(--esmeralda); text-decoration: underline; }

/* ========== CTA FINAL ========== */
.cta-final { text-align: center; }
.cta-iso { margin: 0 auto 26px; }
.cta-iso img { height: 136px; width: auto; margin: 0 auto; filter: brightness(0) invert(1); opacity: .92; }
.cta-final h2 { font-size: clamp(26px, 4vw, 42px); font-weight: 700; color: var(--blanco); margin-bottom: 16px; letter-spacing: -0.01em; }
.cta-final > .container > p { font-size: 17px; color: rgba(246, 244, 241, 0.82); max-width: 560px; margin: 0 auto 34px; }
.cta-final .hero-ctas { margin-top: 0; }

/* ========== FOOTER ========== */
.footer { background: var(--esmeralda-night); color: rgba(246, 244, 241, 0.8); padding: 76px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; }
.footer-brand .footer-logo { height: 96px; width: auto; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-tagline { text-transform: uppercase; letter-spacing: .28em; font-size: 11px; color: var(--menta); margin-bottom: 14px; font-weight: 700; }
.footer-mission { font-size: 14px; line-height: 1.7; color: rgba(246, 244, 241, 0.62); max-width: 36ch; }
.footer-col h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--blanco); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: rgba(246, 244, 241, 0.7); transition: color .2s ease, padding-left .2s ease; }
.footer-col a:hover { color: var(--blanco); padding-left: 4px; }
.footer-social { display: flex; gap: 11px; margin-top: 22px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.14); color: var(--hueso);
  transition: background .22s ease, color .22s ease, transform .22s ease;
}
.footer-social a:hover { background: var(--menta); color: var(--esmeralda-night); transform: translateY(-2px); }
.footer-social svg { width: 17px; height: 17px; }
.footer-bottom {
  margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
}
.footer-bottom p { font-size: 12.5px; color: rgba(246, 244, 241, 0.55); }
.footer-meta { font-style: italic; }

/* ========== MODALES ========== */
.modal { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 24px; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15, 58, 48, 0.6); backdrop-filter: blur(4px); cursor: pointer; }
.modal-card {
  position: relative; background: var(--hueso); border-radius: 10px; padding: 40px;
  max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto;
  box-shadow: 0 24px 64px rgba(15, 58, 48, 0.35); animation: slideUp .3s ease;
}
@keyframes slideUp { from { transform: translateY(18px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-close { position: absolute; top: 14px; right: 16px; font-size: 26px; line-height: 1; color: var(--gris-medio); width: 34px; height: 34px; border-radius: 50%; transition: background .2s, color .2s; }
.modal-close:hover { background: rgba(0, 0, 0, 0.06); color: var(--gris-oscuro); }
.modal-head { text-align: center; margin-bottom: 24px; }
.modal-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--esmeralda); background: var(--esmeralda-soft); padding: 5px 12px; border-radius: 3px; margin-bottom: 12px; }
.modal-head h3 { font-size: 24px; font-weight: 700; color: var(--esmeralda-deep); margin-bottom: 8px; }
.modal-head p { font-size: 14px; color: var(--texto-soft); line-height: 1.6; }
.modal-form { display: flex; flex-direction: column; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 13px; font-weight: 600; color: var(--esmeralda-deep); margin-bottom: 6px; }
.form-field .req { color: var(--esmeralda); }
.form-field .opt { color: var(--texto-soft); font-weight: 400; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 12px 14px; font-family: var(--font); font-size: 15px; color: var(--texto);
  background: var(--blanco); border: 1px solid var(--linea); border-radius: var(--radius); transition: border-color .2s, box-shadow .2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--esmeralda); box-shadow: 0 0 0 3px rgba(30, 106, 86, 0.12);
}
.form-field textarea { resize: vertical; min-height: 96px; }
.form-field input.error, .form-field select.error, .form-field textarea.error { border-color: #D64545; }
.cf-turnstile { margin: 8px 0; display: flex; justify-content: center; }
.modal .btn { margin-top: 6px; }
.modal-submit:disabled { opacity: .6; cursor: not-allowed; }
.modal-privacy { margin-top: 14px; font-size: 12px; color: var(--texto-soft); text-align: center; line-height: 1.5; }
.modal-privacy a { color: var(--esmeralda); text-decoration: underline; }
.modal-alt { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--linea); text-align: center; font-size: 13px; color: var(--texto-soft); }
.modal-alt[hidden] { display: none; }
.modal-alt a { color: var(--wa); font-weight: 700; }
.modal-success { text-align: center; padding: 10px 4px; }
.modal-success[hidden] { display: none; }
.modal-form[hidden] { display: none; }
.modal-success-icon { width: 62px; height: 62px; margin: 0 auto 18px; border-radius: 50%; background: var(--esmeralda-soft); color: var(--esmeralda); display: flex; align-items: center; justify-content: center; font-size: 30px; }
.modal-success h3 { font-size: 26px; font-weight: 700; color: var(--esmeralda-deep); margin-bottom: 8px; }
.modal-success p { font-size: 14.5px; color: var(--texto-soft); line-height: 1.6; }
.form-note { margin-top: 16px; padding: 13px 15px; background: var(--esmeralda-soft); border-left: 3px solid var(--esmeralda); border-radius: 3px; font-size: 12.5px; text-align: left; line-height: 1.55; color: var(--texto); }

/* ---- Modal de eventos ---- */
.modal-card-lg { max-width: 620px; }
.modal-card-lg .modal-head { text-align: left; }
.evento-modal-body { display: flex; flex-direction: column; gap: 22px; margin-bottom: 8px; }
.tm-section h4 { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--esmeralda); margin-bottom: 8px; }
.tm-section p { font-size: 15px; line-height: 1.7; color: var(--texto); }
.tm-section ul { display: flex; flex-direction: column; gap: 7px; }
.tm-section li { position: relative; padding-left: 20px; font-size: 14.5px; line-height: 1.6; color: var(--texto); }
.tm-section li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; transform: rotate(45deg); background: var(--esmeralda); }

/* ========== COOKIE BANNER ========== */
.cookie-banner {
  position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 1500; max-width: 560px; margin: 0 auto;
  background: var(--esmeralda-night); color: var(--hueso); border-radius: 8px; padding: 20px 24px;
  box-shadow: var(--shadow-lift); display: none; align-items: center; gap: 20px; flex-wrap: wrap;
}
.cookie-banner.show { display: flex; }
.cookie-banner p { font-size: 13px; line-height: 1.55; flex: 1; min-width: 220px; color: rgba(246, 244, 241, 0.85); }
.cookie-banner a { color: var(--menta); text-decoration: underline; }
.cookie-buttons { display: flex; gap: 10px; }

/* ========== BACK TO TOP ========== */
.back-to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 1200;
  width: 46px; height: 46px; border-radius: 50%; background: var(--esmeralda); color: var(--blanco);
  font-size: 20px; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease, background .25s ease; box-shadow: var(--shadow-soft);
}
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--esmeralda-deep); }

/* ========== PÁGINAS LEGALES ========== */
.legal-page { padding: 140px 0 90px; background: var(--hueso); }
.legal-box { max-width: 800px; margin: 0 auto; }
.legal-back { display: inline-block; font-size: 13px; font-weight: 700; color: var(--esmeralda); margin-bottom: 24px; }
.legal-back:hover { color: var(--esmeralda-deep); }
.legal-box h1 { font-size: clamp(30px, 5vw, 44px); font-weight: 700; color: var(--esmeralda-deep); margin-bottom: 8px; letter-spacing: -0.01em; }
.legal-date { font-size: 13.5px; color: var(--texto-soft); margin-bottom: 40px; }
.legal-box h2 { font-size: 22px; font-weight: 700; color: var(--esmeralda); margin: 36px 0 12px; }
.legal-box h3 { font-size: 17px; font-weight: 700; color: var(--gris-oscuro); margin: 24px 0 8px; }
.legal-box p, .legal-box li { font-size: 15px; line-height: 1.75; color: var(--texto); margin-bottom: 12px; }
.legal-box ul, .legal-box ol { margin: 0 0 16px 22px; }
.legal-box ul li { list-style: disc; }
.legal-box ol li { list-style: decimal; }
.legal-box a { color: var(--esmeralda); text-decoration: underline; text-underline-offset: 2px; }
.legal-box strong { color: var(--gris-oscuro); }
.legal-note { margin-top: 40px; padding: 22px 26px; background: var(--esmeralda-soft); border-left: 3px solid var(--esmeralda); border-radius: 3px; font-size: 14px; font-style: italic; color: var(--texto-soft); }

/* ========== ANIMACIÓN DE ENTRADA ========== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
  :root { --section-y: 80px; }
  .nav-toggle { display: block; }
  .nav-inner { padding-left: 12px; padding-right: 12px; }
  .nav-links {
    position: fixed; top: 100%; right: 0; width: min(320px, 84vw);
    max-height: 78vh; overflow-y: auto;
    flex-direction: column; align-items: flex-start; gap: 24px;
    background: var(--hueso); padding: 34px 38px 40px; transform-origin: top right;
    transform: scaleY(0); opacity: 0; visibility: hidden; pointer-events: none;
    transition: transform .3s ease, opacity .25s ease, visibility 0s linear .3s;
    box-shadow: 0 22px 50px rgba(15, 58, 48, 0.18); border-radius: 0 0 var(--radius) var(--radius); z-index: 999;
  }
  .nav-links.open { transform: scaleY(1); opacity: 1; visibility: visible; pointer-events: auto; transition: transform .3s ease, opacity .25s ease, visibility 0s; }
  .nav-link { font-size: 18px; }
  .ejes { grid-template-columns: 1fr; gap: 24px; max-width: 400px; margin-inline: auto; }
  .servicios-grid { grid-template-columns: 1fr; }
  .eventos-grid { grid-template-columns: repeat(2, 1fr); }
  .nosotros-grid { grid-template-columns: 1fr; gap: 36px; }
  .origen-grid { grid-template-columns: 1fr; gap: 32px; }
  .origen-portrait { width: 200px; margin: 0 auto; }
  .origen-content { text-align: center; }
  .origen-content .lead { margin-left: auto; margin-right: auto; }
  .origen-copy { text-align: left; }
  .origen-facts { justify-content: center; }
  .origen-obras-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .gallery .wide, .gallery .tall { grid-column: auto; grid-row: auto; }
  .contacto-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 620px) {
  .container { padding: 0 22px; }
  .nav-inner { padding: 18px 10px; }
  .eventos-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: span 2; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .hero-tagline { gap: 10px; letter-spacing: .26em; }
  .footer-bottom { justify-content: center; text-align: center; }
  .modal-card { padding: 32px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .12s !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
