/* =========================================================
   La Soñada Agropecuaria — Estilos
   Paleta: #395144 · #4E6C50 · #AA8B56 · #F0EBCE
   Tipografía: Ubuntu (marca) + Playfair Display (display)
   ========================================================= */

:root {
  --green-900: #22322a;
  --green-800: #2c4034;
  --green-700: #395144; /* verde oscuro marca */
  --green-500: #4e6c50; /* verde medio marca */
  --gold: #aa8b56;      /* dorado marca */
  --gold-600: #927545;
  --cream: #f0ebce;     /* crema marca */
  --paper: #faf8ee;
  --ink: #2b3129;
  --muted: #5f6b5c;

  --font-body: 'Ubuntu', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;

  --container: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 18px 40px -18px rgba(34, 50, 42, .35);
  --shadow-soft: 0 10px 30px -14px rgba(34, 50, 42, .25);
  --header-h: 104px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

section[id] { scroll-margin-top: 80px; }

/* ---------- Tipografía utilitaria ---------- */
.eyebrow {
  font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.eyebrow--light { color: var(--cream); }

.section__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.12;
  color: var(--green-700);
  letter-spacing: -.01em;
}
.section__title--light { color: #fff; }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 999px; font-weight: 700; font-size: .96rem;
  letter-spacing: .01em; transition: transform .25s var(--ease), background .25s, box-shadow .25s, color .25s;
  will-change: transform;
}
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); color: #fff; box-shadow: 0 12px 24px -12px rgba(170, 139, 86, .8); }
.btn--gold:hover { background: var(--gold-600); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(240, 235, 206, .6); }
.btn--ghost:hover { background: rgba(240, 235, 206, .12); border-color: var(--cream); transform: translateY(-2px); }
.btn--whatsapp { background: #25d366; color: #fff; box-shadow: 0 12px 24px -12px rgba(37, 211, 102, .8); }
.btn--whatsapp:hover { background: #1fb457; transform: translateY(-2px); }
.btn--block { width: 100%; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .35s var(--ease), box-shadow .35s var(--ease);
}
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--green-700); opacity: 0;
  transition: opacity .35s var(--ease);
}
.site-header.scrolled::before { opacity: .88; }
.site-header.scrolled { box-shadow: 0 10px 30px -14px rgba(0, 0, 0, .4); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.site-header.scrolled .header__inner { min-height: 76px; }
.site-header.scrolled .brand__logo { height: 54px; }

/* Barra superior */
.topbar {
  background: rgba(0, 0, 0, .3);
  border-bottom: 1px solid rgba(240, 235, 206, .16);
  transition: max-height .35s var(--ease), opacity .3s, border-color .35s;
  overflow: hidden;
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 40px; color: rgba(240, 235, 206, .85);
}
.topbar__social { display: flex; gap: 6px; }
.topbar__ico {
  width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%;
  color: var(--cream); transition: background .2s, color .2s, transform .2s;
}
.topbar__ico svg { width: 15px; height: 15px; }
.topbar__ico:hover { background: var(--gold); color: #fff; transform: translateY(-1px); }
.topbar__meta { display: flex; gap: 20px; font-size: .82rem; }
.topbar__item { color: rgba(240, 235, 206, .8); }
.topbar__item--strong { font-weight: 700; color: var(--cream); }
.topbar__phone { display: inline-flex; align-items: center; gap: 6px; }
.topbar__phone svg { width: 14px; height: 14px; flex: none; }
.site-header.scrolled .topbar { max-height: 0; opacity: 0; border-color: transparent; }

/* Header principal */
.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h);
}

/* Marca / logo */
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--cream); }
.brand__logo { height: 82px; width: auto; display: block; transition: height .35s var(--ease); }
.brand__mark { width: 46px; height: 35px; color: var(--gold); flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-size: 1.32rem; font-weight: 700; color: var(--cream); letter-spacing: .2px; }
.brand__tag { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }

/* Nav */
.nav { display: flex; align-items: center; gap: 30px; }
.nav__link {
  position: relative; color: rgba(240, 235, 206, .9); font-weight: 500; font-size: .95rem;
  letter-spacing: .02em; text-transform: uppercase; font-size: .82rem; padding: 6px 0;
  transition: color .2s;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--gold); transition: width .28s var(--ease);
}
.nav__link:hover { color: #fff; }
.nav__link:hover::after, .nav__link.is-active::after { width: 100%; }
.nav__link.is-active { color: #fff; }

.nav__cta {
  padding: 11px 22px; border-radius: 999px; background: var(--gold); color: #fff;
  text-transform: uppercase; letter-spacing: .04em;
}
.nav__cta::after { display: none; }
.nav__cta:hover { background: var(--gold-600); color: #fff; }

/* Toggle móvil */
.nav-toggle { display: none; width: 44px; height: 44px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 24px; height: 2px; background: var(--cream); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 150px 0 90px; color: #fff; overflow: hidden;
}
.hero__scene, .hero__photo, .hero__overlay { position: absolute; inset: 0; }
.hero__scene { width: 100%; height: 100%; }
.hero__photo {
  /* Colocá tu foto de campo en img/hero-campo.webp y aparece automáticamente
     (si no existe, se muestra la ilustración SVG de fondo). */
  background-image: url('../img/hero-campo.webp');
  background-size: cover; background-position: center 60%;
}
.hero__overlay {
  background:
    linear-gradient(180deg, rgba(34, 50, 42, .62) 0%, rgba(34, 50, 42, .30) 38%, rgba(22, 34, 28, .82) 100%);
}
.hero__content { position: relative; z-index: 2; max-width: 860px; }
.hero__eyebrow {
  font-size: .82rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.hero__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.6rem, 7vw, 5.4rem); line-height: 1.04; letter-spacing: -.015em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .35);
}
.hero__lead {
  margin: 26px auto 0; max-width: 620px; font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  color: rgba(240, 235, 206, .92);
}
.hero__lead strong { color: #fff; font-weight: 700; }
.hero__actions { margin-top: 36px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.hero__stats {
  margin-top: 60px; display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
}
.stat {
  min-width: 150px; padding: 18px 26px; border-radius: var(--radius-sm);
  background: rgba(240, 235, 206, .08); border: 1px solid rgba(240, 235, 206, .16);
  backdrop-filter: blur(4px);
}
.stat__num { display: block; font-family: var(--font-display); font-weight: 700; font-size: 2rem; color: var(--cream); }
.stat__label { font-size: .82rem; letter-spacing: .04em; color: rgba(240, 235, 206, .8); }

.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2;
  color: rgba(240, 235, 206, .8); animation: bob 1.8s ease-in-out infinite;
}
.hero__scroll svg { width: 26px; height: 26px; }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* =========================================================
   SECCIONES GENÉRICAS
   ========================================================= */
.section { padding: 96px 0; }
.section__head { max-width: 660px; margin: 0 auto 56px; text-align: center; }
.section__sub { margin-top: 16px; color: var(--muted); font-size: 1.06rem; }

/* ---------- Servicios ---------- */
.services { background: var(--paper); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  position: relative; background: #fff; border: 1px solid #e9e6d4; border-radius: var(--radius);
  box-shadow: var(--shadow-soft); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #dcd7bf; }
.service-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--green-800); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.service-card:hover .service-card__media img { transform: scale(1.06); }
.service-card__body { position: relative; padding: 42px 30px 34px; }
.service-card__icon {
  position: absolute; top: -30px; left: 30px;
  width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center;
  background: var(--green-700); color: var(--cream);
  box-shadow: 0 12px 22px -10px rgba(34, 50, 42, .6); transition: background .3s, transform .3s;
}
.service-card__icon svg { width: 32px; height: 32px; }
.service-card:hover .service-card__icon { background: var(--gold); transform: rotate(-6deg); }
.service-card__title { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; color: var(--green-700); margin-bottom: 12px; }
.service-card__text { color: var(--muted); margin-bottom: 20px; }
.service-card__list { display: grid; gap: 10px; margin-bottom: 26px; }
.service-card__list li {
  position: relative; padding-left: 26px; font-size: .95rem; color: var(--ink);
}
.service-card__list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px;
  background: var(--gold); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.service-card__link {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--green-500);
  transition: gap .2s, color .2s;
}
.service-card__link:hover { color: var(--gold); gap: 12px; }

/* ---------- Cultivos ---------- */
.crops { background: var(--green-700); color: var(--cream); }
.crops .section__title { color: #fff; }
.crops .eyebrow { color: var(--gold); }
.crops .section__sub { color: rgba(240, 235, 206, .78); }
.crops__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.crop {
  text-align: center; padding: 34px 22px; border-radius: var(--radius);
  background: rgba(240, 235, 206, .06); border: 1px solid rgba(240, 235, 206, .16);
  transition: transform .3s var(--ease), background .3s, border-color .3s;
}
.crop:hover { transform: translateY(-6px); background: rgba(240, 235, 206, .11); border-color: var(--gold); }
.crop__photo {
  width: 132px; height: 132px; margin: 0 auto 20px; border-radius: 50%; overflow: hidden;
  border: 3px solid rgba(170, 139, 86, .55); box-shadow: 0 12px 26px -12px rgba(0, 0, 0, .55);
}
.crop__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.crop:hover .crop__photo img { transform: scale(1.08); }
.crop__name { font-family: var(--font-display); font-size: 1.4rem; color: #fff; margin-bottom: 8px; }
.crop__text { font-size: .92rem; color: rgba(240, 235, 206, .8); }

/* ---------- Nosotros ---------- */
.about { background: var(--paper); }
.section.about { padding-bottom: 0; }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.about__art { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; border-radius: 24px; box-shadow: var(--shadow); }
.about__text { color: var(--muted); font-size: 1.06rem; margin: 18px 0 30px; }
.about__text strong { color: var(--green-700); }
.about__video { width: 100%; margin-top: 76px; background: var(--green-900); line-height: 0; }
.about__video video { display: block; width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: cover; background: #000; }

.values { display: grid; gap: 22px; }
.value { display: flex; gap: 16px; align-items: flex-start; }
.value__icon {
  flex: none; width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--cream); color: var(--green-500);
}
.value__icon svg { width: 24px; height: 24px; }
.value__title { font-size: 1.1rem; color: var(--green-700); margin-bottom: 2px; }
.value__text { color: var(--muted); font-size: .96rem; }

/* ---------- Proceso ---------- */
.process { background: linear-gradient(180deg, #eef0df, var(--paper)); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step {
  position: relative; background: #fff; border: 1px solid #e9e6d4; border-radius: var(--radius);
  padding: 32px 26px; box-shadow: var(--shadow-soft); overflow: hidden;
}
.step__num {
  position: absolute; top: 14px; right: 20px;
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; color: var(--gold);
  opacity: .22; line-height: 1;
}
.step__icon {
  display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px;
  background: var(--cream); color: var(--gold); margin-bottom: 18px; transition: background .3s, color .3s;
}
.step__icon svg { width: 30px; height: 30px; }
.step:hover .step__icon { background: var(--gold); color: #fff; }
.step__title { font-size: 1.2rem; color: var(--green-700); margin-bottom: 8px; }
.step__text { color: var(--muted); font-size: .95rem; }

/* ---------- Zona de influencia ---------- */
.coverage { background: #f2eed7; }
.coverage__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); gap: 20px; }
.place {
  position: relative; display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1px solid #e6e2c9; border-radius: var(--radius); padding: 22px 24px;
  box-shadow: var(--shadow-soft);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.place:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.place__pin {
  flex: none; width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--green-700); color: var(--cream); transition: background .3s;
}
.place__pin svg { width: 26px; height: 26px; }
.place:hover .place__pin, .place--home .place__pin { background: var(--gold); }
.place__name { font-family: var(--font-display); font-size: 1.28rem; color: var(--green-700); line-height: 1.1; }
.place__note { font-size: .86rem; color: var(--muted); margin-top: 3px; }
.place__badge {
  position: absolute; top: 14px; right: 14px; font-size: .64rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--gold);
  padding: 4px 10px; border-radius: 999px;
}
.coverage__note { text-align: center; margin-top: 34px; color: var(--muted); font-size: .96rem; }
.coverage__note a { color: var(--green-500); font-weight: 700; }
.coverage__note a:hover { color: var(--gold); }
.coverage__layout { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: center; margin-bottom: 8px; }
.coverage__map { margin: 0; text-align: center; }
.coverage__map img { height: 500px; max-height: 64vh; width: auto; display: inline-block; filter: drop-shadow(0 14px 26px rgba(34, 50, 42, .18)); }
.coverage__cap { margin-top: 14px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.coverage__places { display: grid; gap: 14px; align-content: center; }

/* ---------- FAQ ---------- */
.faq { background: var(--paper); }
.faq__list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq__item {
  background: #fff; border: 1px solid #e9e6d4; border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft); overflow: hidden; transition: border-color .3s, box-shadow .3s;
}
.faq__item[open] { border-color: #dcd7bf; box-shadow: var(--shadow); }
.faq__q {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 20px 24px; font-weight: 700; font-size: 1.06rem; color: var(--green-700); transition: color .2s;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--gold); }
.faq__q:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.faq__icon { position: relative; flex: none; width: 20px; height: 20px; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; background: var(--gold); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s;
}
.faq__icon::before { top: 9px; left: 0; width: 20px; height: 2px; }
.faq__icon::after { top: 0; left: 9px; width: 2px; height: 20px; }
.faq__item[open] .faq__icon::after { transform: scaleY(0); opacity: 0; }
.faq__a { padding: 0 24px 22px; color: var(--muted); }
.faq__a p { margin: 0; line-height: 1.65; }

/* ---------- Contacto ---------- */
.contact {
  background:
    linear-gradient(rgba(30, 45, 37, .90), rgba(41, 58, 48, .95)),
    url('../img/contacto-bg.webp') center / cover no-repeat;
  position: relative; overflow: hidden;
}
.contact::after {
  content: ""; position: absolute; right: -120px; top: -120px; width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(170, 139, 86, .35), transparent 65%); pointer-events: none;
}
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; position: relative; z-index: 1; }
.contact__lead { color: rgba(240, 235, 206, .88); margin: 18px 0 28px; font-size: 1.05rem; }
.contact__list { display: grid; gap: 16px; margin-bottom: 30px; }
.contact__list li { display: flex; align-items: center; gap: 14px; color: var(--cream); }
.contact__list a:hover { color: var(--gold); }
.contact__ico {
  flex: none; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(240, 235, 206, .1); color: var(--gold); border: 1px solid rgba(240, 235, 206, .2);
}
.contact__ico svg { width: 20px; height: 20px; }

.contact__form { background: var(--paper); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: .85rem; font-weight: 700; color: var(--green-700); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid #ddd8bf; border-radius: var(--radius-sm);
  font-family: inherit; font-size: .96rem; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #a7a891; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(170, 139, 86, .18);
}
.field textarea { resize: vertical; }
.form__note { margin-top: 14px; font-size: .9rem; font-weight: 500; min-height: 1em; }
.form__note.ok { color: var(--green-500); }
.form__note.err { color: #c0492f; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--green-900); color: rgba(240, 235, 206, .82); padding: 66px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(240, 235, 206, .12); }
.brand--footer { margin-bottom: 16px; }
.brand--footer .brand__logo { height: 96px; }
.footer__desc { max-width: 300px; color: rgba(240, 235, 206, .7); font-size: .96rem; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.footer__ico {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%;
  color: var(--cream); background: rgba(240, 235, 206, .1); border: 1px solid rgba(240, 235, 206, .18);
  transition: background .2s, color .2s, transform .2s, border-color .2s;
}
.footer__ico svg { width: 18px; height: 18px; }
.footer__ico:hover { background: var(--gold); color: #fff; border-color: var(--gold); transform: translateY(-2px); }
.footer__col h4 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer__col a, .footer__col span { display: block; color: rgba(240, 235, 206, .78); font-size: .95rem; margin-bottom: 10px; transition: color .2s; }
.footer__col a:hover { color: var(--gold); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 22px; font-size: .85rem; color: rgba(240, 235, 206, .6); flex-wrap: wrap; }
.footer__credit a { color: var(--gold); font-weight: 500; }
.footer__credit a:hover { color: var(--cream); }

/* ---------- WhatsApp flotante ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center;
  background: #25d366; color: #fff;
  box-shadow: 0 12px 26px -8px rgba(37, 211, 102, .7);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.wa-float svg { width: 32px; height: 32px; position: relative; z-index: 1; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 16px 32px -8px rgba(37, 211, 102, .85); }
.wa-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.wa-float__pulse {
  position: absolute; inset: 0; border-radius: 50%; background: #25d366; z-index: 0;
  animation: waPulse 2.4s ease-out infinite;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: .55; }
  70% { transform: scale(1.75); opacity: 0; }
  100% { opacity: 0; }
}
@media (max-width: 480px) {
  .wa-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .wa-float svg { width: 30px; height: 30px; }
}

/* =========================================================
   REVEAL (animación al hacer scroll)
   ========================================================= */
/* Sin JS el contenido se ve normal; solo se oculta para animar si hay JS. */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.services__grid .reveal:nth-child(2) { transition-delay: .08s; }
.services__grid .reveal:nth-child(3) { transition-delay: .16s; }
.crops__grid .reveal:nth-child(2) { transition-delay: .06s; }
.crops__grid .reveal:nth-child(3) { transition-delay: .12s; }
.crops__grid .reveal:nth-child(4) { transition-delay: .18s; }
.steps .reveal:nth-child(2) { transition-delay: .08s; }
.steps .reveal:nth-child(3) { transition-delay: .16s; }
.steps .reveal:nth-child(4) { transition-delay: .24s; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .services__grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .crops__grid { grid-template-columns: repeat(2, 1fr); }
  .coverage__layout { grid-template-columns: 1fr; gap: 32px; justify-items: center; }
  .coverage__map img { height: 420px; }
  .coverage__places { width: 100%; max-width: 520px; margin-inline: auto; }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .about__media { order: -1; max-width: 460px; margin-inline: auto; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  /* Menú hamburguesa desde tablet: el nav de 6 ítems + logo grande no entra en una barra */
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 330px);
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    background: var(--green-700); padding: 124px 32px 40px; gap: 18px;
    transform: translateX(100%); transition: transform .35s var(--ease);
    box-shadow: -20px 0 40px -20px rgba(0, 0, 0, .5);
  }
  .nav.open { transform: translateX(0); }
  .nav__link { color: var(--cream); font-size: 1rem; }
  .nav__cta { margin-top: 10px; }
}

@media (max-width: 760px) {
  .topbar__meta { display: none; }
  .hero { padding: 130px 0 80px; }
  .hero__stats { gap: 12px; }
  .stat { min-width: 120px; padding: 14px 18px; }
  .stat__num { font-size: 1.6rem; }
  .section { padding: 72px 0; }
  .footer__grid { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .crops__grid { grid-template-columns: 1fr; max-width: 320px; margin-inline: auto; }
  .steps { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; width: 100%; }
  .hero__actions .btn { width: 100%; }
}

/* Accesibilidad: menos movimiento */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
