/* ==========================================================================
   GHP Exports · Propuesta corporativa 2026
   Paleta: tierra mexicana + oro agave, tipografía editorial + moderna
   ========================================================================== */

:root {
  --ink: #1c1a17;
  --ink-soft: #3a352e;
  --cream: #faf5ec;
  --paper: #fffcf7;
  --line: rgba(28, 26, 23, 0.12);
  --gold: #b8853a;
  --gold-dark: #8c6226;
  --terracotta: #a8452b;
  --forest: #333d31;
  --white: #ffffff;
  --shadow: 0 20px 45px -25px rgba(28, 26, 23, 0.45);
  --radius: 18px;
  --container: 1180px;
  --serif: "Fraunces", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; }

/* ---------------- Motion system ---------------- */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.pre-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
}
.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.grid > .reveal:nth-child(2) { transition-delay: 90ms; }
.grid > .reveal:nth-child(3) { transition-delay: 180ms; }
.grid > .reveal:nth-child(4) { transition-delay: 270ms; }
.grid > .reveal:nth-child(5) { transition-delay: 360ms; }
.grid > .reveal:nth-child(6) { transition-delay: 450ms; }

@keyframes pageRise {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}

p { margin: 0 0 1em; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.text-center { text-align: center; }
.text-center .eyebrow { justify-content: center; }

.stack-tight { gap: 16px; }
.media-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 64px; }
.media-frame img { width: 100%; }
.image-duo__item { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.image-duo__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.image-duo__item--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 48px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(12,10,8,0.22);
}
.image-duo__item--text p { font-family: var(--serif); font-size: 1.5rem; line-height: 1.4; margin: 0; color: var(--ink); }
.video-frame { max-width: 900px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.video-frame video { width: 100%; display: block; }
.mt-sm { margin-top: 12px; }
.mt-md { margin-top: 24px; }
.form-submit { width: 100%; justify-content: center; }
.contact-grid--compact { gap: 24px; }

.section { position: relative; z-index: 2; padding: 96px 0; }
.section--tight { padding: 64px 0; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--divider { border-top: 1px solid var(--line); }
.section--divider-gold { border-top: 1px solid var(--gold); }
.section--tight-top { padding-top: 48px; }
.section--tight-bottom { padding-bottom: 48px; }
.section--ink { background: var(--ink); color: var(--white); }
.section--ink h2, .section--ink h3, .section--ink p { color: var(--white); }
.section--promotoria .split { align-items: center; gap: 72px; }
.section--promotoria .content > p { color: rgba(255,255,255,0.78); }
.section--promotoria .media img { border-radius: var(--radius); box-shadow: 0 22px 48px rgba(0,0,0,0.28); }
.promotoria-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 32px 0; }
.promotoria-points div { display: flex; flex-direction: column; gap: 8px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.22); }
.promotoria-points strong { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; }
.promotoria-points span { color: rgba(255,255,255,0.78); font-size: 0.82rem; line-height: 1.4; }
.promotoria-points svg { width: 28px; height: 28px; margin-top: 8px; fill: none; stroke: var(--gold); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.promotoria-points__featured { padding: 14px 14px 12px !important; margin-top: -1px; border: 1px solid rgba(184,133,58,0.5) !important; background: rgba(184,133,58,0.1); }
.promotoria-points__featured span { color: var(--white); font-weight: 600; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d9a44d;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(15,13,11,0.28);
}
.eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #d9a44d, rgba(217,164,77,0.5));
  display: inline-block;
}
.section--ink .eyebrow, .header-hero .eyebrow { color: #d9a44d; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; }
.section--ink .section-head p { color: rgba(255,255,255,0.78); }

/* ---------------- Buttons ---------------- */
.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -130%;
  width: 72%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-18deg);
  transition: left 0.55s ease;
}
.btn:hover::after { left: 135%; }
.btn-primary { background: var(--terracotta); color: var(--white); }
.btn-primary:hover { background: #8f3a23; transform: translateY(-2px) scale(1.01); box-shadow: var(--shadow); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-dark); color: var(--white); transform: translateY(-2px) scale(1.01); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.55); }
.btn-outline:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }
.btn-outline-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: var(--white); }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }

/* ---------------- Header ---------------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 18px 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 9px 18px rgba(12,10,8,0.58), 0 2px 6px rgba(12,10,8,0.28);
  transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}
.header-ribbon {
  display: none;
}
.site-header.is-scrolled {
  background: rgba(250, 245, 236, 0.68);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  border-bottom: none;
  box-shadow: 0 8px 22px rgba(12,10,8,0.28);
  padding: 10px 0;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { height: 52px; width: auto; }
.site-header:not(.is-scrolled) .brand .logo-dark { display: none; }
.site-header.is-scrolled .brand .logo-light { display: none; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--white);
  position: relative;
  padding: 6px 0;
}
.site-header.is-scrolled .nav-links a { color: var(--ink); }
.nav-links a::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.25s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-links a.nav-event {
  background: var(--terracotta);
  color: var(--white);
  border-radius: 999px;
  padding: 9px 17px;
  box-shadow: 0 8px 18px -12px rgba(168,69,43,0.9);
}
.nav-links a.nav-event::after { display: none; }
.nav-links a.nav-event:hover { background: #8f3a23; transform: translateY(-1px); }
.site-header.is-scrolled .nav-links a.nav-event { color: var(--white); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: ""; display: block; width: 24px; height: 2px; background: var(--white);
  transition: all 0.25s ease;
}
.site-header.is-scrolled .nav-toggle span,
.site-header.is-scrolled .nav-toggle::before,
.site-header.is-scrolled .nav-toggle::after { background: var(--ink); }
.nav-toggle::before, .nav-toggle::after { position: absolute; }
.nav-toggle::before { transform: translateY(-8px); }
.nav-toggle::after { transform: translateY(8px); }

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: var(--white);
  overflow: hidden;
  z-index: 1;
  --hero-shift: 0px;
}
.hero-bg {
  position: absolute;
  inset: -10% -6%;
  background-image: url('../images/ExportacionMezcal.jpg');
  background-size: cover;
  background-position: center calc(50% + var(--hero-shift));
  background-attachment: fixed;
  will-change: background-position, filter;
  transition: background-position 0.2s ease-out, filter 0.2s ease-out;
  filter: saturate(1.08) contrast(1.06) brightness(0.82) blur(0.7px);
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,18,15,0.26) 0%, rgba(20,18,15,0.46) 42%, rgba(20,18,15,0.68) 100%),
    radial-gradient(circle at 18% 24%, rgba(184,133,58,0.12), transparent 34%);
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,18,15,0.32) 0%, rgba(20,18,15,0.18) 42%, rgba(20,18,15,0.3) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero-content {
  max-width: 820px;
  animation: heroFloat 7s ease-in-out infinite alternate;
}
.hero--home .hero-content.is-visible {
  animation: pageRise 0.95s cubic-bezier(0.22, 1, 0.36, 1) both, heroFloat 7s ease-in-out 0.95s infinite alternate;
}
.hero-content h1 {
  font-size: clamp(2.6rem, 5vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: #f9f5f0;
  text-shadow: 0 3px 18px rgba(15,13,11,0.28);
}
.hero-content .lead {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.96);
  max-width: 620px;
  text-shadow: 0 2px 12px rgba(15,13,11,0.24);
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.hero-actions--centered { justify-content: center; }

@keyframes heroFloat {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, -6px, 0); }
}

.hero--sub { padding-top: 128px; }
.hero--home { background: transparent; }
.hero--agenda { background: transparent; }
.hero--agenda .hero-bg { background-image: url('../images/EventosMezcal.jpg'); }
.hero--buyer { background: transparent; }
.hero--buyer .hero-bg { background-image: url('../images/SliderCompradores.jpg'); background-position: center calc(42% + var(--hero-shift)); }
.hero--about { background-image: url('../images/SliderNosotros.jpg'); background-position: center 38%; }
.hero--legal {
  min-height: 44vh;
  background: var(--ink);
}
.hero--legal .hero-bg,
.hero--legal::before,
.hero--legal::after { display: none; }

/* ---------------- Trust bar ---------------- */
.trust-bar {
  position: relative;
  z-index: 2;
  background: var(--ink);
  color: var(--white);
  padding: 28px 0;
}
.trust-bar .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-bar .item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.trust-bar .item strong { font-family: var(--serif); font-size: 1.15rem; color: var(--gold); }
.trust-bar .item span { font-size: 0.88rem; color: rgba(255,255,255,0.75); }
.trust-bar + .section--ink {
  border-top: 1px solid rgba(184,133,58,0.2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset;
}

/* ---------------- Cards ---------------- */
.grid { display: grid; gap: 32px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.product-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 24px 48px -28px rgba(28, 26, 23, 0.72), 0 10px 22px -18px rgba(184,133,58,0.28);
  background: #1e1b18;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 55px -26px rgba(28, 26, 23, 0.78), 0 14px 28px -18px rgba(184,133,58,0.38);
}
.card-border-motion,
.card-border-motion i {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 4;
}
.card-border-motion { inset: 0; }
.card-border-motion i {
  background: linear-gradient(90deg, transparent, #e4b65f, transparent);
  box-shadow: 0 0 10px rgba(217,164,77,0.72);
}
.card-border-motion__top,
.card-border-motion__bottom {
  width: 34%;
  height: 2px;
  left: 0;
}
.card-border-motion__top {
  top: 0;
  animation: borderTopTravel 3.8s linear infinite;
}
.card-border-motion__bottom {
  bottom: 0;
  animation: borderBottomTravel 3.8s linear 1.9s infinite;
}
.card-border-motion__right,
.card-border-motion__left {
  width: 2px;
  height: 34%;
  top: 0;
  background: linear-gradient(180deg, transparent, #e4b65f, transparent);
}
.card-border-motion__right {
  right: 0;
  animation: borderRightTravel 3.8s linear 0.95s infinite;
}
.card-border-motion__left {
  left: 0;
  animation: borderLeftTravel 3.8s linear 2.85s infinite;
}
@keyframes borderTopTravel {
  from { transform: translateX(-100%); }
  to { transform: translateX(300%); }
}
@keyframes borderBottomTravel {
  from { transform: translateX(300%); }
  to { transform: translateX(-100%); }
}
@keyframes borderRightTravel {
  from { transform: translateY(-100%); }
  to { transform: translateY(300%); }
}
@keyframes borderLeftTravel {
  from { transform: translateY(300%); }
  to { transform: translateY(-100%); }
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold);
  border-radius: inherit;
  opacity: 0.22;
  pointer-events: none;
  z-index: 3;
}
.product-card:hover::after {
  opacity: 1;
}
.product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.04);
}
.product-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,18,15,0.06) 28%, rgba(20,18,15,0.72) 72%, rgba(20,18,15,0.9) 100%);
  z-index: 1;
}
.product-card .card-body {
  position: relative;
  z-index: 2;
  padding: 28px 24px 24px;
  color: var(--white);
  width: 100%;
}
.product-card h3 {
  color: var(--white);
  font-size: clamp(1.5rem, 1.9vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
.product-card p {
  color: rgba(255,255,255,0.88);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  max-width: 30ch;
}

/* ---------------- Buyer categories ---------------- */
.buyer-category {
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: #1e1b18;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 48px -28px rgba(28, 26, 23, 0.72), 0 10px 22px -18px rgba(184,133,58,0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.buyer-category:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 55px -26px rgba(28, 26, 23, 0.78), 0 14px 28px -18px rgba(184,133,58,0.38);
}
.buyer-category__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buyer-category::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,18,15,0.05) 20%, rgba(20,18,15,0.9) 100%);
  z-index: 1;
}
.buyer-category::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold);
  border-radius: inherit;
  opacity: 0.22;
  pointer-events: none;
  z-index: 3;
}
.buyer-category:hover::after { opacity: 1; }
.buyer-category__image { filter: saturate(1.08) contrast(1.04); }
.buyer-category__image { transition: transform 0.4s ease; }
.buyer-category:hover .buyer-category__image { transform: scale(1.06); }
.buyer-category__body { position: relative; z-index: 2; padding: 28px; color: var(--white); }
.buyer-category h3 { color: var(--white); font-size: 1.45rem; }
.buyer-category p { color: rgba(255,255,255,0.84); font-size: 0.94rem; margin-bottom: 16px; }
.buyer-category__detail { color: var(--gold); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.brief-points { display: flex; flex-wrap: wrap; gap: 10px; }
.brief-points span {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  animation: briefPointIn 0.55s both;
}
.brief-points span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -80%;
  width: 55%;
  background: rgba(255,255,255,0.55);
  transform: skewX(-20deg);
  transition: left 0.45s ease;
}
.brief-points span:hover {
  color: var(--ink);
  border-color: var(--gold);
  background: rgba(184,133,58,0.08);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px -14px var(--gold-dark);
}
.brief-points span:hover::after { left: 125%; }
.brief-points span:nth-child(2) { animation-delay: 80ms; }
.brief-points span:nth-child(3) { animation-delay: 160ms; }
.brief-points span:nth-child(4) { animation-delay: 240ms; }
.brief-points span:nth-child(5) { animation-delay: 320ms; }
@keyframes briefPointIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.faq-section { padding-top: 72px; }

.value-card {
  position: relative;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.value-card::before {
  content: "";
  position: absolute;
  inset: -35% auto auto -15%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,133,58,0.18), transparent 70%);
  pointer-events: none;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(184, 133, 58, 0.5);
}
.value-card--dark { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.16); }
.value-card--dark h4 { color: var(--white); }
.section--ink .value-card--dark p { color: rgba(255,255,255,0.78); }
.value-card .icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: rgba(184, 133, 58, 0.08);
  border: 1px solid rgba(184, 133, 58, 0.35);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 18px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}
.value-card .icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}
.value-card h4 { font-size: 1.1rem; margin-bottom: 8px; }
.value-card p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* ---------------- Audience paths ---------------- */
.audience-grid { gap: 24px; }
.audience-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 34px;
  border-radius: var(--radius);
  color: var(--white);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}
.audience-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  right: -66px;
  bottom: -84px;
}
.audience-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  right: 58px;
  top: -58px;
  transform: rotate(18deg);
  pointer-events: none;
}
.audience-card--producer { background: var(--terracotta); }
.audience-card--producer::before {
  width: 250px;
  height: 250px;
  right: -110px;
  bottom: -140px;
  border-color: rgba(255,255,255,0.24);
}
.audience-card--producer::after {
  width: 175px;
  height: 175px;
  right: 54px;
  top: -68px;
  border-color: rgba(255,255,255,0.18);
}
.audience-card--buyer { background: var(--forest); }
.audience-card--buyer::before {
  width: 210px;
  height: 210px;
  right: -74px;
  bottom: -106px;
  border-radius: 28px;
  border-style: dashed;
  transform: rotate(18deg);
}
.audience-card--buyer::after {
  width: 190px;
  height: 190px;
  right: 72px;
  top: -66px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  border-style: dashed;
  transform: rotate(-8deg);
}
.audience-card:hover::before {
  transform: scale(1.08) rotate(4deg);
  transition: transform 0.5s ease;
}
.audience-card:hover::after {
  transform: rotate(28deg) scale(1.06);
  transition: transform 0.5s ease;
}
.audience-card__number {
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1;
  color: var(--gold);
  position: relative;
  z-index: 1;
}
.audience-card__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.audience-card h3 { color: var(--white); font-size: 1.45rem; position: relative; z-index: 1; }
.audience-card p {
  color: rgba(255,255,255,0.82);
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
  max-width: 32ch;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}
.text-link--producer { color: #f2c36a; }
.text-link--buyer { color: #d9b25f; }
.text-link span { display: inline-block; transition: transform 0.2s ease; }
.text-link:hover span { transform: translateX(5px); }

/* ---------------- Split section (image + text) ---------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: stretch;
}
.split .media img { border-radius: var(--radius); }
.split .media--process {
  display: flex;
  align-items: center;
  align-self: start;
  aspect-ratio: 1 / 1;
  background: var(--cream);
  border-radius: var(--radius);
  box-shadow: 0 24px 42px -16px rgba(28, 26, 23, 0.5);
}
.media--process img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split .content ul { margin: 0 0 28px; padding: 0; list-style: none; }
.split .content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--ink-soft);
}
.split .content ul li::before {
  content: "\2713";
  position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  font-size: 0.7rem;
  display: flex; align-items: center; justify-content: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split--center .content { align-self: center; }

.stat-list { display: flex; flex-direction: column; }
.stat-row {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: start;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.stat-row::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 30px;
  width: 3px;
  height: 0;
  border-radius: 3px;
  background: var(--gold);
  transition: height 0.3s ease;
}
.stat-row:hover {
  border-color: rgba(184,133,58,0.55);
  transform: translateX(8px);
}
.stat-row:hover::before { height: calc(100% - 30px); }
.stat-row__num { transition: transform 0.3s ease; }
.stat-row:hover .stat-row__num { transform: scale(1.08); }
.stat-row:first-child { padding-top: 0; }
.stat-row:last-child { border-bottom: none; padding-bottom: 0; }
.stat-row__num {
  font-family: var(--serif);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--gold);
}
.stat-row__body h4 { font-size: 1.1rem; margin: 6px 0 8px; }
.stat-row__body p { color: var(--ink-soft); font-size: 0.95rem; margin: 0; }

/* ---------------- Auto-scrolling image marquee ---------------- */
.marquee {
  overflow: hidden;
  margin-top: 40px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}
.marquee__track img {
  flex: none;
  height: 160px;
  width: auto;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track { will-change: auto; }
}
@media (max-width: 720px) {
  .marquee__track img { height: 110px; }
}

/* ---------------- Legal page ---------------- */
.legal-page {
  position: relative;
  padding: 72px 0 112px;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--cream) 0%, var(--paper) 34%, var(--paper) 100%);
}
.legal-page::before {
  content: "";
  position: absolute;
  top: 96px;
  right: -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(184,133,58,0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(184,133,58,0.035), 0 0 0 56px rgba(184,133,58,0.025);
  pointer-events: none;
}
.legal-page .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.legal-page h1 {
  max-width: 720px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  letter-spacing: -0.05em;
}
.legal-page h1::before {
  content: "Documento legal";
  display: block;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.legal-page .updated {
  display: inline-flex;
  margin: 0 0 38px;
  padding: 7px 13px;
  border-left: 2px solid var(--gold);
  color: var(--gold-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.legal-page p,
.legal-page li {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.85;
}
.legal-page > .container > p:first-of-type {
  max-width: 760px;
  margin-bottom: 50px;
  color: var(--ink);
  font-size: 1.16rem;
  line-height: 1.75;
}
.legal-page h2 {
  margin: 42px 0 14px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}
.legal-page .container > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.legal-page h2::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 14px;
  background: var(--gold);
}
.legal-page ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.legal-page li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}
.legal-page li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 2px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(184,133,58,0.1);
}
.legal-page a {
  color: var(--gold-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(184,133,58,0.45);
  text-underline-offset: 3px;
}
.legal-page a:hover { color: var(--terracotta); }

/* ---------------- 404 page ---------------- */
.error-site {
  background: var(--ink);
}
.simple-page {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  padding: 150px 0 110px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(20,18,15,0.52), rgba(20,18,15,0.82)),
    url('../images/ProductosMexicanosGourmet.jpg') center / cover;
}
.simple-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(184,133,58,0.16), transparent 38%);
  pointer-events: none;
}
.simple-page .container {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}
.simple-page .code {
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(5rem, 15vw, 10rem);
  line-height: 0.8;
  opacity: 0.9;
  text-shadow: 0 10px 32px rgba(0,0,0,0.28);
}
.simple-page h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  letter-spacing: -0.045em;
}
.simple-page .error-copy {
  max-width: 600px;
  margin: 0 auto;
  color: rgba(255,255,255,0.82);
  font-size: 1.08rem;
}
.simple-page .hero-actions { justify-content: center; }

/* ---------------- Quote / parallax banner ---------------- */
.banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--white);
  text-align: center;
}
.banner::before { content: ""; position: absolute; inset: -1px 0; background: rgba(20,18,15,0.68); z-index: 1; }
.banner .container { position: relative; z-index: 2; }
.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.08);
  transform-origin: center;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}
.banner h2 { color: var(--white); font-size: clamp(1.8rem, 3.4vw, 2.6rem); max-width: 780px; margin: 0 auto; }
.banner p { color: rgba(255,255,255,0.85); max-width: 620px; margin: 18px auto 0; }
.banner--origin { background-image: url('../images/ProductosMexicanos.jpg'); }
.banner--market { background-image: url('../images/EventoAustin.jpg'); }
.banner--about-market { background-image: url('../images/ExportaMezcal.jpg'); }
.banner--buyer-market {
  background: var(--ink);
}
.banner--closing { background-image: url('../images/SliderEventos.jpg'); }

/* ---------------- Countdown texture ---------------- */
.section--countdown { position: relative; overflow: hidden; }
.section--countdown::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(circle at 20% 30%, rgba(184,133,58,0.18), transparent 45%),
    radial-gradient(circle at 85% 70%, rgba(184,133,58,0.12), transparent 40%);
  pointer-events: none;
}
.section--countdown .media {
  position: relative;
  align-self: center;
  isolation: isolate;
}
.section--countdown .media::before {
  content: "";
  position: absolute;
  inset: 12% 8%;
  z-index: -1;
  border-radius: 28px;
  background: rgba(184,133,58,0.42);
  filter: blur(42px);
  opacity: 0.72;
}
.section--countdown .media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(226,183,96,0.36);
  box-shadow: 0 28px 70px rgba(0,0,0,0.48), 0 0 34px rgba(184,133,58,0.22);
}
.section--countdown .container { position: relative; z-index: 1; }

/* ---------------- Route timeline (process) ---------------- */
.process-route {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 118px;
  align-items: start;
  gap: 12px;
  position: relative;
}
.process-route::after {
  content: "";
  position: absolute;
  inset: -72px -110px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    repeating-linear-gradient(12deg, transparent 0 34px, rgba(255,255,255,0.24) 35px, transparent 37px 82px),
    repeating-linear-gradient(76deg, transparent 0 52px, rgba(210,157,65,0.3) 53px, transparent 55px 112px),
    repeating-linear-gradient(168deg, transparent 0 88px, rgba(255,255,255,0.18) 89px, transparent 91px 170px);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 36%, transparent 92%);
  mask-image: radial-gradient(ellipse at center, #000 36%, transparent 92%);
  animation: mapDrift 24s linear infinite paused;
}
.process-route::before {
  content: "";
  position: absolute;
  left: 47px;
  right: 59px;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(255,255,255,0.32), var(--gold));
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 5.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.process-route.is-route-active::before {
  transform: scaleX(1);
}
.process-route.is-route-active::after {
  animation-play-state: running;
}
@keyframes mapDrift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 80px 24px, -60px 36px, 40px -28px; }
}
@keyframes routePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(184,133,58,0); }
  50% { box-shadow: 0 0 0 8px rgba(184,133,58,0.14); }
}
.process-route.is-route-active .step::before {
  animation: routePulse 1.1s ease-out both;
  border-color: var(--gold);
}
.process-route.is-route-active .step:nth-child(1)::before { animation-delay: 0.8s; }
.process-route.is-route-active .step:nth-child(2)::before { animation-delay: 1.05s; }
.process-route.is-route-active .step:nth-child(3)::before { animation-delay: 1.3s; }
.process-route.is-route-active .step:nth-child(4)::before { animation-delay: 1.55s; }
.process-route.is-route-active .step:nth-child(5)::before { animation-delay: 1.8s; }
.process-route.is-route-active .route-point__marker {
  animation: routePulse 1.1s ease-out 0.35s both;
}
.route-point {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 5px;
  color: var(--white);
}
.route-point__marker {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 0 0 7px var(--ink);
}
.route-point strong { font-family: var(--serif); font-size: 0.98rem; }
.route-point small { color: rgba(255,255,255,0.6); font-size: 0.72rem; line-height: 1.2; }
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: step; position: relative; z-index: 1; }
.process .step { text-align: center; padding: 0 8px; }
.process .step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 3px auto 17px;
  border: 2px solid rgba(255,255,255,0.46);
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1rem;
}
.process .step span { font-size: 0.9rem; color: var(--ink-soft); }
.process--dark .step strong { display: block; color: var(--white); font-family: var(--serif); font-size: 1.05rem; margin-bottom: 8px; }
.process--dark .step span { color: rgba(255,255,255,0.68); }

/* ---------------- FAQ ---------------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding-right: 36px;
  position: relative;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: -3px;
  color: var(--terracotta);
  font-family: var(--sans);
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 0.25s ease;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { color: var(--ink-soft); max-width: 680px; margin: 14px 0 0; font-size: 0.95rem; }

/* ---------------- Event cards ---------------- */
.event-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px 28px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.event-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--terracotta));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}
.event-card:hover::before { transform: scaleX(1); }
.event-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(184,133,58,0.4); }
.event-card .date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(184,133,58,0.1);
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--gold-dark);
}
.event-card .place { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 4px; color: var(--ink); }
.event-card__countdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(184, 133, 58, 0.12);
  border: 1px solid rgba(184, 133, 58, 0.35);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.event-card__countdown::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}
.event-card p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }

.countdown {
  display: flex; gap: 18px; justify-content: flex-start; flex-wrap: wrap; margin-top: 8px;
}
.countdown .box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 14px;
  padding: 18px 12px;
  width: 100px;
  flex: none;
  text-align: center;
}
.countdown .box strong { display: block; font-family: var(--serif); font-size: 2rem; color: var(--gold); }
.countdown .box span { font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.75); }

/* ---------------- Gallery ---------------- */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 36px;
}
.filter-chip {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.filter-chip:hover { border-color: var(--gold); color: var(--ink); }
.filter-chip.is-active { background: var(--ink); border-color: var(--ink); color: var(--white); }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery a { border-radius: 14px; overflow: hidden; position: relative; display: block; }
.gallery img { width: 100%; height: 230px; object-fit: cover; transition: transform 0.4s ease; }
.gallery a:hover img { transform: scale(1.06); }

.gallery--dynamic .gallery-item {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.gallery--dynamic .gallery-item.is-hidden {
  opacity: 0;
  transform: scale(0.92);
  pointer-events: none;
}
.gallery--dynamic .gallery-item.is-gone { display: none; }
.gallery-tag {
  position: absolute;
  left: 12px; bottom: 12px;
  z-index: 2;
  background: rgba(20,18,15,0.72);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.gallery-item:hover .gallery-tag { opacity: 1; transform: translateY(0); }
.gallery-item::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,18,15,0) 55%, rgba(20,18,15,0.55) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.gallery-item:hover::before { opacity: 1; }

/* ---------------- Contact ---------------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; }
.contact-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); }
.contact-intro {
  max-width: none;
  margin-bottom: 34px;
}
.contact-intro h2 { font-size: clamp(2rem, 3.4vw, 2.8rem); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 0.85rem; margin-bottom: 6px; }
.form-group input, .form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 0.95rem;
  background: var(--white);
}
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group input:focus, .form-group textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184,133,58,0.18);
}

.contact-cards {
  display: grid;
  align-content: start;
  align-self: start;
  gap: 18px;
  width: min(100%, 420px);
  margin-left: auto;
  margin-right: auto;
}
.contact-card {
  position: relative;
  display: flex; align-items: flex-start; gap: 16px;
  background: var(--ink); color: var(--white);
  border-radius: var(--radius); padding: 18px;
  min-height: 0;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute;
  inset: auto auto -48px -34px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,133,58,0.28), transparent 68%);
  pointer-events: none;
}
.contact-card > * {
  position: relative;
  z-index: 1;
}
.contact-card .icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--gold); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-card .icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.contact-card h4 { color: var(--white); font-size: 1rem; margin-bottom: 4px; }
.contact-card p { color: rgba(255,255,255,0.75); margin: 0; font-size: 0.92rem; }
.contact-card a.card-link { color: var(--gold); font-weight: 600; font-size: 0.88rem; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.75); padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-grid img { height: 46px; margin-bottom: 18px; }
.footer-grid p { color: rgba(255,255,255,0.6); font-size: 0.92rem; max-width: 320px; }
.footer-grid h5 { color: var(--white); font-family: var(--sans); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid ul li { margin-bottom: 10px; }
.footer-grid ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.25s ease, transform 0.25s ease;
}
.footer-grid ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--gold);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.footer-grid ul li a:hover {
  color: var(--gold);
  transform: translateX(4px);
}
.footer-grid ul li a:hover::before {
  transform: scale(1.35);
  box-shadow: 0 0 0 4px rgba(184,133,58,0.14);
}
.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-contact-list li a,
.footer-contact-list li > span:last-child {
  color: rgba(255,255,255,0.6);
  font-size: 0.92rem;
}
.footer-contact-list li a:hover {
  color: var(--gold);
  transform: none;
}
.footer-contact-list li a::before { display: none; }
.footer-contact-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(184,133,58,0.42);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(184,133,58,0.08);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.footer-contact-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}
.footer-contact-list li:hover .footer-contact-icon {
  transform: translateY(-2px) scale(1.05);
  background: rgba(184,133,58,0.18);
  border-color: var(--gold);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 0.85rem; color: rgba(255,255,255,0.55);
}
.footer-bottom a { margin-left: auto; color: rgba(255,255,255,0.55); }
.footer-bottom a:hover { color: var(--gold); }
.footer-copy { margin: 0; }

/* ---------------- Responsive ---------------- */
@media (max-width: 900px) {
  .nav-links, .header-actions .btn { display: none; }
  .nav-toggle { display: flex; position: relative; }
  .site-header.nav-open .nav-links {
    display: flex; position: fixed; inset: 0; top: 0;
    background: var(--ink); flex-direction: column;
    justify-content: center; align-items: center; gap: 28px;
    z-index: 999;
  }
  .site-header.nav-open .nav-links a { color: var(--white); font-size: 1.3rem; }
  .site-header.nav-open .nav-links a.nav-event { padding: 11px 22px; }
  .site-header.nav-open .header-actions .btn { display: inline-flex; }
  .grid-3, .process, .trust-bar .container { grid-template-columns: repeat(2, 1fr); }
  .process-route {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-left: 46px;
  }
  .process-route::before {
    left: 22px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
    transform: scaleY(0);
    transform-origin: top center;
  }
  .process-route.is-route-active::before { transform: scaleY(1); }
  .route-point {
    align-items: flex-start;
    text-align: left;
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
  }
  .route-point__marker { grid-row: span 2; }
  .route-point small { grid-column: 2; }
  .process { grid-template-columns: 1fr; gap: 18px; }
  .process .step {
    text-align: left;
    min-height: 58px;
    padding: 0 0 0 58px;
    position: relative;
  }
  .process .step::before {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .promotoria-points { grid-template-columns: 1fr; gap: 14px; }
  .contact-cards { align-content: start; align-self: start; }
  .split.reverse .media { order: -1; }
  .media--process img { height: auto; object-fit: contain; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .grid-3, .grid-2, .process, .trust-bar .container, .gallery { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .audience-card { grid-template-columns: 1fr; gap: 14px; padding: 26px; }
  .audience-card__number { font-size: 1.8rem; }
  .contact-form { padding: 26px; }
  .banner { padding: 80px 0; background-attachment: scroll; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .banner { background-attachment: scroll; }
  .brief-points span { animation: none; }
}
