/* ===========================================================
   EbiotecStudio · Hoja de estilos global · Dirección LUMINOSA
   "Creo lo que eres capaz de imaginar." · por Esteban
   Fondo claro y limpio · degradado fucsia → coral → amarillo como acento
   =========================================================== */

/* Transiciones suaves al navegar entre páginas (View Transitions API).
   Soportado en Chrome/Edge; en otros navegadores degrada sin problema. */
@view-transition { navigation: auto; }

:root {
  /* Firma cromática */
  --fucsia:  #F5277E;
  --coral:   #FF6B35;
  --amarillo:#FFC23C;
  --grad: linear-gradient(100deg, #F5277E 0%, #FF6B35 52%, #FFC23C 100%);

  /* Lienzo luminoso */
  --bg:       #FBFAFF;   /* blanco frío y limpio (página) */
  --bg-2:     #F3ECFC;   /* secciones alternas (lavanda muy claro) */
  --surface:  #FFFFFF;   /* tarjetas */
  --ink:      #2A1E33;   /* texto principal (ciruela profundo) */
  --ink-soft: #574B61;
  --muted:    #8C8196;   /* texto secundario */
  --hairline: rgba(42,30,51,.12);
  --white:    #ffffff;

  /* Alias usados por componentes */
  --terra:   var(--fucsia);
  --gold:    var(--coral);
  --yellow:  var(--amarillo);

  --shadow:    0 20px 50px rgba(245,39,126,.12);
  --shadow-sm: 0 8px 24px rgba(42,30,51,.08);
  --glow:      0 0 0 1px rgba(245,39,126,.18), 0 18px 44px rgba(245,39,126,.18);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
  --display: "Unbounded", "Poppins", system-ui, sans-serif;
  --sans: "Hanken Grotesk", "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.12; letter-spacing: -0.01em; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; position: relative; }
.section--tight { padding: 60px 0; position: relative; }

.gradient-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans);
  font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--fucsia); font-weight: 700; margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--grad); border-radius: 50%; }

.section-title { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 16px; }
.section-lead { color: var(--ink-soft); max-width: 700px; font-size: 1.2rem; line-height: 1.6; }
.center { text-align: center; }
.center .section-lead { margin-inline: auto; }
.center .eyebrow::before { display: none; }
.center .eyebrow { letter-spacing: 0.3em; }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
  font-family: var(--sans); cursor: pointer; border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--grad); color: #fff; box-shadow: 0 10px 28px rgba(245,39,126,.30); }
.btn--primary:hover { box-shadow: 0 14px 38px rgba(245,39,126,.42); }
.btn--ghost { background: var(--surface); color: var(--ink); border-color: var(--hairline); }
.btn--ghost:hover { border-color: var(--fucsia); color: var(--fucsia); }
.btn--block { width: 100%; justify-content: center; }
.btn--sm { padding: 10px 18px; font-size: 0.85rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,251,248,0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 56px; width: auto; display: block; }
.brand .logo-mark { width: 40px; height: 40px; border-radius: 12px; background: var(--grad); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 1.1rem; }
.brand small { display: block; font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.22em; color: var(--muted); text-transform: uppercase; font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a { padding: 9px 14px; border-radius: 999px; font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); transition: background .15s ease, color .15s ease; }
.nav-links a:hover { background: rgba(245,39,126,.07); color: var(--ink); }
.nav-links a.active { color: var(--fucsia); font-weight: 600; }

.nav-actions { display: flex; align-items: center; gap: 12px; }
.cart-btn {
  position: relative; background: var(--surface); color: var(--ink);
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--hairline); cursor: pointer;
  display: grid; place-items: center; font-size: 1.1rem; transition: background .15s ease, box-shadow .15s ease;
}
.cart-btn:hover { box-shadow: var(--shadow-sm); }
.cart-count { position: absolute; top: -7px; right: -7px; background: var(--fucsia); color: #fff; font-size: 0.7rem; font-weight: 700; min-width: 20px; height: 20px; border-radius: 999px; display: grid; place-items: center; padding: 0 5px; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--ink); }

/* ---------- Lavados de degradado (sin cortes) ----------
   Se aplican como fondo que se desvanece hacia --bg en los bordes,
   así no hay líneas duras entre secciones. */
.aurora { display: none; }   /* se reemplazó por fondos que se difuminan */

.hero, .page-hero, .about, .band { position: relative; }
.hero { background: transparent; }
.page-hero { background: transparent; }

/* ---------- Hero ---------- */
.hero { overflow: hidden; padding: 96px 0 80px; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 54px; align-items: center; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.7rem); margin-bottom: 22px; font-weight: 800; color: var(--purpura); }
.hero h1 .line { display: block; white-space: nowrap; }
.hero p.lead { font-size: 1.15rem; color: var(--ink-soft); margin-bottom: 30px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-sign { margin-top: 30px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 0.9rem; }
.hero-sign .dot { width: 7px; height: 7px; background: var(--grad); border-radius: 50%; }
.hero-sign strong { color: var(--ink); font-weight: 600; }

.hero-art {
  aspect-ratio: 4/5; border-radius: 26px; position: relative; overflow: hidden;
  background: var(--grad); box-shadow: var(--shadow);
  display: grid; place-items: center; color: #fff; text-align: center; padding: 30px;
}
.hero-art img.logo-hero { width: 76%; max-width: 350px; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.22)); }
.hero-art .sub { letter-spacing: 0.3em; text-transform: uppercase; font-size: 0.72rem; margin-top: 18px; opacity: 0.95; font-weight: 600; }
.hero-art::after { content: ""; position: absolute; inset: 14px; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 20px; pointer-events: none; }

/* ---------- Animación de entrada por líneas ---------- */
.reveal { opacity: 0; transform: translateY(22px); animation: rise .7s cubic-bezier(.2,.7,.3,1) forwards; }
.hero h1 .line { opacity: 0; transform: translateY(26px); animation: rise .8s cubic-bezier(.2,.7,.3,1) forwards; }
.hero h1 .line:nth-child(1) { animation-delay: .05s; }
.hero h1 .line:nth-child(2) { animation-delay: .18s; }
.hero h1 .line:nth-child(3) { animation-delay: .31s; }
.hero h1 .line:nth-child(4) { animation-delay: .44s; }

/* Destellos alrededor de "imaginar" */
.imaginar-wrap { position: relative; display: inline-block; }
.imaginar-wrap .spark { position: absolute; line-height: 0; pointer-events: none; }
.imaginar-wrap .spark svg { display: block; width: 100%; height: 100%; }
.imaginar-wrap .sp1 { width: .42em; height: .42em; top: -.18em; right: -.3em; animation: twinkle 2.6s ease-in-out infinite; }
.imaginar-wrap .sp2 { width: .3em; height: .3em; bottom: .02em; left: -.32em; animation: twinkle 3.4s ease-in-out infinite .4s; }
.imaginar-wrap .sp3 { width: .26em; height: .26em; top: -.22em; left: .8em; animation: twinkle 3s ease-in-out infinite .8s; }
.d1 { animation-delay: .5s; } .d2 { animation-delay: .62s; } .d3 { animation-delay: .74s; } .d4 { animation-delay: .86s; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }

/* ---------- Galería animada del hero ---------- */
.hero-gallery {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; height: 580px; overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 86%, transparent);
          mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 86%, transparent);
}
.hero-gallery .col { display: flex; flex-direction: column; gap: 16px; will-change: transform; animation: marqueeUp 30s linear infinite; }
.hero-gallery .col.rev { animation: marqueeDown 36s linear infinite; }
.hero-gallery:hover .col { animation-play-state: paused; }
.hero-gallery img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 16px; border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); background: #fff; }
@keyframes marqueeUp { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@keyframes marqueeDown { from { transform: translateY(-50%); } to { transform: translateY(0); } }

/* ---------- Reveal al hacer scroll ---------- */
.reveal-up { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1); }
.reveal-up.is-visible { opacity: 1; transform: none; }

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

.card {
  background: var(--surface); border-radius: var(--radius); padding: 30px;
  border: 1px solid var(--hairline); box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-6px); border-color: rgba(245,39,126,.3); box-shadow: var(--glow); }
.card .ico { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 18px; background: var(--bg-2); border: 1px solid var(--hairline); }
.card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.96rem; }

/* ---------- Pasos (cómo trabajo) ---------- */
.step { position: relative; padding-left: 4px; }
.step .num { font-family: var(--display); font-weight: 800; font-size: 1.4rem; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; background: var(--surface); border: 1px solid var(--hairline); color: var(--fucsia); box-shadow: var(--shadow-sm); }
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.95rem; }

/* ---------- Feature (Plant Lover / colecciones) ---------- */
.feature { position: relative; overflow: hidden; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.feature--rev .feature-media { order: 2; }
.feature-media {
  border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--hairline);
  background: #fff; aspect-ratio: 4/3; display: grid; place-items: center; padding: 18px;
}
.feature-media img { width: 100%; height: 100%; object-fit: contain; }
.feature .tagline { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.04rem; }
.feature h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; }
.feature .chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.feature .chip { font-size: 0.8rem; font-weight: 600; padding: 6px 14px; border-radius: 999px; background: var(--bg-2); border: 1px solid var(--hairline); color: var(--ink-soft); }

/* ---------- Sobre Esteban ---------- */
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.about-photo { aspect-ratio: 1; border-radius: 24px; background: var(--grad); position: relative; overflow: hidden; display: grid; place-items: center; box-shadow: var(--shadow); }
.about-photo img { width: 70%; filter: drop-shadow(0 8px 20px rgba(0,0,0,.2)); }
.about-photo img.photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: none; }
.about-photo::after { content: ""; position: absolute; inset: 14px; border: 1.5px solid rgba(255,255,255,.4); border-radius: 18px; }
.about h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-bottom: 18px; }
.about p { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.04rem; }
.about .sign { color: var(--muted); font-size: 0.92rem; margin-top: 8px; }
.about .sign strong { color: var(--ink); }

/* ---------- Galería / Portafolio (casos) ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; aspect-ratio: 1; border-radius: var(--radius-sm); overflow: hidden; cursor: pointer; box-shadow: var(--shadow-sm); border: 1px solid var(--hairline); }
.gallery-item .tile { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 20px; font-family: var(--display); font-weight: 700; font-size: 1.3rem; color: #fff; }
.gallery-item .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,10,25,0.88), rgba(20,10,25,0.12) 70%); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; text-align: left; padding: 16px; opacity: 0; transition: opacity .25s ease; }
.gallery-item:hover .overlay { opacity: 1; }
.gallery-item .overlay h4 { font-family: var(--sans); font-size: 1rem; font-weight: 700; }
.gallery-item .overlay span { font-size: 0.78rem; color: var(--amarillo); font-weight: 600; }
.gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-item.contain img { object-fit: contain; background: #fff; padding: 10px; }

.filters { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.filter-btn { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--hairline); background: var(--surface); font-size: 0.88rem; cursor: pointer; font-weight: 600; transition: all .15s ease; font-family: var(--sans); color: var(--ink-soft); }
.filter-btn.active, .filter-btn:hover { background: var(--grad); color: #fff; border-color: transparent; }

/* ---------- Tienda ---------- */
.product { background: var(--surface); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product:hover { transform: translateY(-6px); border-color: rgba(245,39,126,.3); box-shadow: var(--glow); }
.product .ph { aspect-ratio: 4/3; display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.25rem; text-align: center; padding: 16px; }
.product .body { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.product .tag { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fucsia); font-weight: 700; }
.product h3 { font-size: 1.1rem; margin: 6px 0 4px; font-family: var(--sans); font-weight: 700; }
.product .desc { font-size: 0.88rem; color: var(--muted); margin-bottom: 14px; flex: 1; }
.product .price-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product .price { font-family: var(--display); font-size: 1.2rem; font-weight: 700; }

/* ---------- Carrito (drawer) ---------- */
.cart-overlay { position: fixed; inset: 0; background: rgba(42,30,51,0.45); z-index: 90; opacity: 0; visibility: hidden; transition: opacity .25s ease; }
.cart-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; height: 100%; width: 400px; max-width: 90vw; z-index: 100; background: var(--bg); border-left: 1px solid var(--hairline); box-shadow: -10px 0 50px rgba(42,30,51,0.2); transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-head { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--hairline); }
.cart-head h3 { font-size: 1.25rem; }
.cart-close { background: none; border: none; font-size: 1.6rem; cursor: pointer; line-height: 1; color: var(--ink); }
.cart-items { flex: 1; overflow-y: auto; padding: 16px 24px; }
.cart-empty { text-align: center; color: var(--muted); padding: 50px 0; }
.cart-line { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--hairline); align-items: center; }
.cart-line .thumb { width: 56px; height: 56px; border-radius: 10px; flex-shrink: 0; display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 700; }
.cart-line .info { flex: 1; min-width: 0; }
.cart-line .info h4 { font-family: var(--sans); font-size: 0.92rem; font-weight: 600; margin-bottom: 2px; }
.cart-line .info .unit { font-size: 0.8rem; color: var(--muted); }
.qty { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; }
.qty button { width: 24px; height: 24px; border-radius: 6px; border: 1px solid var(--hairline); background: var(--surface); color: var(--ink); cursor: pointer; font-weight: 700; line-height: 1; }
.qty span { min-width: 18px; text-align: center; font-size: 0.9rem; }
.cart-line .remove { background: none; border: none; color: var(--muted); cursor: pointer; font-size: 0.78rem; text-decoration: underline; }
.cart-foot { padding: 20px 24px; border-top: 1px solid var(--hairline); }
.cart-total { display: flex; justify-content: space-between; font-size: 1.1rem; font-weight: 700; margin-bottom: 16px; font-family: var(--display); }

/* ---------- Testimonios ---------- */
.quote { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 28px 28px 24px; box-shadow: var(--shadow-sm); position: relative; }
.quote::before { content: "\201C"; position: absolute; top: 8px; left: 20px; font-family: var(--display); font-size: 3.4rem; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; opacity: .8; }
.quote .stars { color: var(--amarillo); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 10px; position: relative; }
.quote p { font-size: 1.04rem; color: var(--ink); margin-bottom: 18px; position: relative; }
.quote figcaption { display: flex; align-items: center; gap: 12px; }
.quote .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; color: #fff; font-weight: 700; font-family: var(--display); flex-shrink: 0; }
.quote .who { font-weight: 700; font-size: 0.92rem; }
.quote .who span { display: block; font-weight: 500; font-size: 0.8rem; color: var(--muted); }

/* ---------- FAQ (acordeón) ---------- */
.faq { display: grid; gap: 14px; }
.faq-item { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-sm); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item.open { border-color: rgba(245,39,126,.3); box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 22px; font-family: var(--sans); font-weight: 600; font-size: 1rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-ico { width: 28px; height: 28px; border-radius: 50%; background: var(--bg-2); display: grid; place-items: center; color: var(--fucsia); font-weight: 700; font-size: 1.1rem; flex-shrink: 0; transition: transform .25s ease; }
.faq-item.open .faq-ico { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--muted); font-size: 0.95rem; }

/* ---------- Cursos ---------- */
.course { background: var(--surface); border-radius: var(--radius); border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; }
.course .top { padding: 26px; background: var(--grad); color: #fff; }
.course .top .level { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; }
.course .top h3 { font-size: 1.45rem; margin: 8px 0 0; }
.course .body { padding: 24px 26px; display: flex; flex-direction: column; flex: 1; }
.course ul { list-style: none; margin: 0 0 20px; display: grid; gap: 9px; }
.course ul li { padding-left: 26px; position: relative; font-size: 0.92rem; color: var(--ink-soft); }
.course ul li::before { content: "✦"; position: absolute; left: 0; color: var(--fucsia); font-weight: 700; }
.course .meta { display: flex; gap: 18px; font-size: 0.82rem; color: var(--muted); margin-bottom: 18px; flex-wrap: wrap; }
.course .price { font-family: var(--display); font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; }

/* ---------- Contacto ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 7px; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border-radius: var(--radius-sm); border: 1px solid var(--hairline); background: var(--surface); font-family: var(--sans); font-size: 0.95rem; color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--fucsia); border-color: transparent; }
.field textarea { resize: vertical; min-height: 130px; }
.contact-info .info-item { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.contact-info .info-item .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-2); border: 1px solid var(--hairline); display: grid; place-items: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-info .info-item h4 { font-family: var(--sans); font-size: 0.95rem; margin-bottom: 2px; }
.contact-info .info-item p { color: var(--muted); font-size: 0.92rem; }
.contact-info .info-item a { color: var(--ink-soft); }
.contact-info .info-item a:hover { color: var(--fucsia); }
.form-note { font-size: 0.8rem; color: var(--muted); margin-top: 4px; }
.form-success { background: #e7f6ee; border: 1px solid #b6e0c8; color: #2c7a4f; padding: 14px 16px; border-radius: var(--radius-sm); margin-top: 16px; display: none; }
.form-success.show { display: block; }

/* ---------- Bandas / CTA ---------- */
.band {
  overflow: hidden; border: 1px solid var(--hairline); border-radius: 28px; padding: 60px 48px; text-align: center;
  background:
    radial-gradient(70% 120% at 12% 0%, rgba(245,39,126,.14), transparent 55%),
    radial-gradient(70% 120% at 90% 100%, rgba(255,194,60,.16), transparent 55%),
    var(--bg-2);
}
.band > * { position: relative; z-index: 1; }
.band h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 14px; }
.band p { color: var(--ink-soft); max-width: 560px; margin: 0 auto 26px; }

.socials { display: flex; gap: 12px; }
.socials a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--hairline); font-size: 1.1rem; transition: transform .15s ease, background .15s ease, color .15s ease; }
.socials a:hover { transform: translateY(-3px); background: var(--grad); color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); color: var(--ink); padding: 64px 0 28px; border-top: 1px solid var(--hairline); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 40px; }
.site-footer h4 { font-family: var(--sans); font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; color: var(--fucsia); }
.site-footer ul { list-style: none; display: grid; gap: 10px; }
.site-footer a { color: var(--muted); font-size: 0.92rem; }
.site-footer a:hover { color: var(--ink); }
.footer-brand img { height: 46px; }
.footer-brand p { color: var(--muted); font-size: 0.92rem; margin-top: 14px; max-width: 290px; }
.footer-bottom { border-top: 1px solid var(--hairline); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.85rem; color: var(--muted); }

/* ---------- Toast ---------- */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 13px 22px; border-radius: 999px; font-size: 0.9rem; font-weight: 500; box-shadow: var(--shadow); z-index: 120; opacity: 0; visibility: hidden; transition: all .25s ease; }
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* ---------- Página interior (hero) ---------- */
.page-hero { padding: 70px 0 44px; text-align: center; overflow: hidden; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 14px; }
.page-hero p { color: var(--ink-soft); max-width: 680px; margin: 0 auto; font-size: 1.2rem; line-height: 1.6; }

/* ===========================================================
   ESTILO INTENSO / LÚDICO  (saturado + sticker + decoraciones)
   =========================================================== */
:root {
  --lima:    #B6F500;
  --purpura: #8B4DFF;
  --cyan:    #18CFC0;
  --rosa-shock: #FF2E9A;
  --script: "Caveat", "Segoe Script", cursive;
}

/* Acento manuscrito */
.script { font-family: var(--script); font-weight: 700; }
.script-accent { font-family: var(--script); font-weight: 700; font-size: 1.7rem; color: var(--purpura); display: inline-block; transform: rotate(-3deg); }

/* Palabra manuscrita dentro de un titular (mix Unbounded + Caveat) */
.script-word {
  font-family: var(--script); font-weight: 700; letter-spacing: 0; line-height: 1;
  font-size: 1.45em; display: inline-block; transform: rotate(-2.5deg);
  padding: 0 .12em .14em; margin-top: .05em;
  background: linear-gradient(100deg, #F5277E, #FF6B35, #FFC23C, #F5277E);
  background-size: 220% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shimmer 6s linear infinite;
}
@keyframes shimmer { to { background-position: 220% center; } }
.hero h1 .line:last-child { overflow: visible; padding-bottom: .12em; }

/* Titular a todo color, en letra manuscrita (cada palabra un color) */
.hero h1.hl-color { font-family: var(--script); font-weight: 700; font-size: clamp(3.2rem, 7.6vw, 5.6rem); line-height: 1; letter-spacing: 0; }
.hero h1.hl-color .line { padding-bottom: .08em; }
.hero h1.hl-color .script-word { font-size: 1em; transform: none; padding: 0; }
.hero h1.hl-color .w { display: inline-block; }

/* Etiqueta tipo sticker */
.sticker {
  display: inline-block; font-family: var(--sans); font-weight: 800; font-size: 0.78rem;
  letter-spacing: .05em; text-transform: uppercase; color: #1a0f14;
  background: var(--amarillo); padding: 7px 14px; border-radius: 11px;
  transform: rotate(-2deg); box-shadow: 3px 3px 0 rgba(42,30,51,.16);
}
.sticker--fucsia { background: var(--fucsia); color: #fff; }
.sticker--lima   { background: var(--lima); }
.sticker--cyan   { background: var(--cyan); color: #fff; }
.sticker--purpura{ background: var(--purpura); color: #fff; }

/* Decoraciones (estrellas, garabatos, blobs) */
.deco { position: absolute; pointer-events: none; z-index: 0; line-height: 0; }
.deco svg { display: block; }
.has-deco { position: relative; }
.has-deco > .container { position: relative; z-index: 1; }

/* Iconos de tarjeta a todo color */
.ico--fucsia { background: rgba(245,39,126,.14) !important; }
.ico--lima   { background: rgba(182,245,0,.20) !important; }
.ico--cyan   { background: rgba(24,207,192,.18) !important; }
.ico--purpura{ background: rgba(139,77,255,.16) !important; }

/* Bloques de colección (estilo "shop by collection") */
.collections { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.col-block {
  position: relative; border-radius: 22px; padding: 26px 22px; min-height: 178px;
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden; box-shadow: 6px 6px 0 rgba(42,30,51,.12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.col-block:hover { transform: translate(-3px,-3px); box-shadow: 10px 10px 0 rgba(42,30,51,.18); }
.col-block h3 { font-family: var(--display); font-size: 1.45rem; color: inherit; margin-bottom: 6px; }
.col-block p { font-size: .86rem; opacity: .9; }
.col-block .go { font-weight: 800; font-size: .9rem; margin-top: 14px; }
.col-block .star { position: absolute; right: 16px; top: 14px; font-size: 1.2rem; }
.col-block.c-fucsia { background: var(--fucsia); color: #fff; }
.col-block.c-lima   { background: var(--lima); color: #1a0f14; }
.col-block.c-purpura{ background: var(--purpura); color: #fff; }
.col-block.c-cyan   { background: var(--cyan); color: #fff; }

/* Tarjetas "Qué hago" con color */
.card.c-fucsia  { background: rgba(245,39,126,.06); border-color: rgba(245,39,126,.28); }
.card.c-lima    { background: rgba(182,245,0,.12);  border-color: rgba(125,194,74,.55); }
.card.c-cyan    { background: rgba(24,207,192,.08); border-color: rgba(24,207,192,.35); }
.card.c-purpura { background: rgba(139,77,255,.07); border-color: rgba(139,77,255,.32); }
.card.c-fucsia h3  { color: var(--fucsia); }
.card.c-lima h3    { color: #6fa520; }
.card.c-cyan h3    { color: #0f9c91; }
.card.c-purpura h3 { color: var(--purpura); }
.card.c-fucsia:hover  { box-shadow: 0 16px 38px rgba(245,39,126,.26); border-color: var(--fucsia); }
.card.c-lima:hover    { box-shadow: 0 16px 38px rgba(125,194,74,.32); border-color: #7CC243; }
.card.c-cyan:hover    { box-shadow: 0 16px 38px rgba(24,207,192,.28); border-color: var(--cyan); }
.card.c-purpura:hover { box-shadow: 0 16px 38px rgba(139,77,255,.26); border-color: var(--purpura); }

/* Pastillas: glow permanente + animación al pasar */
.col-block { transition: transform .22s ease, box-shadow .22s ease; }
.col-block .star { transition: transform .35s ease; }
.col-block .go { display: inline-block; transition: transform .2s ease; }
.col-block.c-fucsia  { box-shadow: 6px 6px 0 rgba(42,30,51,.12), 0 12px 30px rgba(245,39,126,.40); }
.col-block.c-lima    { box-shadow: 6px 6px 0 rgba(42,30,51,.12), 0 12px 30px rgba(182,245,0,.45); }
.col-block.c-purpura { box-shadow: 6px 6px 0 rgba(42,30,51,.12), 0 12px 30px rgba(139,77,255,.42); }
.col-block.c-cyan    { box-shadow: 6px 6px 0 rgba(42,30,51,.12), 0 12px 30px rgba(24,207,192,.42); }
.col-block:hover { transform: translate(-3px,-6px) scale(1.02); }
.col-block.c-fucsia:hover  { box-shadow: 8px 10px 0 rgba(42,30,51,.16), 0 22px 48px rgba(245,39,126,.60); }
.col-block.c-lima:hover    { box-shadow: 8px 10px 0 rgba(42,30,51,.16), 0 22px 48px rgba(182,245,0,.65); }
.col-block.c-purpura:hover { box-shadow: 8px 10px 0 rgba(42,30,51,.16), 0 22px 48px rgba(139,77,255,.62); }
.col-block.c-cyan:hover    { box-shadow: 8px 10px 0 rgba(42,30,51,.16), 0 22px 48px rgba(24,207,192,.62); }
.col-block:hover .star { transform: rotate(90deg) scale(1.25); }
.col-block:hover .go { transform: translateX(5px); }

@media (max-width: 760px) { .collections { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .collections { grid-template-columns: 1fr; } }

/* ===== Fondo global con gradientes en movimiento ===== */
body { position: relative; }
body::before {
  content: ""; position: fixed; inset: -25%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(38% 38% at 18% 26%, rgba(245,39,126,.13), transparent 62%),
    radial-gradient(36% 36% at 82% 18%, rgba(255,107,53,.12), transparent 62%),
    radial-gradient(42% 42% at 62% 82%, rgba(139,77,255,.11), transparent 62%),
    radial-gradient(38% 38% at 28% 80%, rgba(24,207,192,.10), transparent 62%);
  animation: bgFloat 26s ease-in-out infinite alternate;
}
@keyframes bgFloat { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(3%, 2.5%) scale(1.08); } }

/* Header con cinta de degradado + activo tipo pastilla */
.site-header::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--grad); }
.nav-links a.active { background: var(--bg-2); }

/* Eyebrows de páginas interiores como sticker */
.page-hero .eyebrow { background: var(--bg-2); color: var(--ink); padding: 7px 15px; border-radius: 11px; transform: rotate(-1.5deg); box-shadow: 3px 3px 0 rgba(42,30,51,.12); }
.page-hero .eyebrow::before { display: none; }

/* ===== Tema verde · Plant Lover ===== */
body.theme-plant {
  --fucsia: #1FA66A; --coral: #5FB54A; --amarillo: #A8D84B;
  --grad: linear-gradient(100deg, #1FA66A 0%, #5FB54A 52%, #A8D84B 100%);
}
body.theme-plant::before {
  background:
    radial-gradient(40% 40% at 20% 26%, rgba(31,166,106,.15), transparent 62%),
    radial-gradient(38% 38% at 80% 18%, rgba(95,181,74,.13), transparent 62%),
    radial-gradient(42% 42% at 60% 82%, rgba(168,216,75,.14), transparent 62%),
    radial-gradient(36% 36% at 30% 80%, rgba(24,207,192,.10), transparent 62%);
}

/* ===== Header intenso (barra de degradado) ===== */
.site-header {
  background: var(--grad);
  border-bottom: none;
  backdrop-filter: none;
  box-shadow: 0 6px 22px rgba(245, 39, 126, .20);
}
.site-header::before { display: none; }
.nav-links a { color: rgba(42, 30, 51, .82); font-weight: 700; }
.nav-links a:hover { background: rgba(255, 255, 255, .40); color: var(--ink); }
.nav-links a.active { background: #fff; color: var(--ink); box-shadow: 2px 2px 0 rgba(42, 30, 51, .18); }
.cart-btn { background: rgba(255, 255, 255, .55); border-color: rgba(255, 255, 255, .6); color: var(--ink); }
.cart-btn:hover { background: #fff; }
.nav-toggle { color: var(--ink); }
.brand small { color: rgba(42, 30, 51, .7); }

/* Carrito desactivado (catálogo por encargo, sin tienda con precios) */
.cart-btn, .cart-overlay, .cart-drawer { display: none !important; }

/* ===== Barra de clientes (marquee horizontal) ===== */
.logos-bar { position: relative; z-index: 2; background: var(--bg-2); border-bottom: 1px solid var(--hairline); overflow: hidden; padding: 13px 0; }
.logos-track { display: flex; align-items: center; gap: 30px; white-space: nowrap; width: max-content; animation: marqueeX 32s linear infinite; }
.logos-bar:hover .logos-track { animation-play-state: paused; }
.logos-track .lbl { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--fucsia); font-weight: 800; }
.logos-track .cli { font-family: var(--display); font-weight: 700; font-size: .98rem; color: var(--ink-soft); }
.logos-track .sep { color: var(--amarillo); font-size: .8rem; }
@keyframes marqueeX { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Carrusel de banners ===== */
.carousel { position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.carousel-track { display: flex; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.slide { min-width: 100%; box-sizing: border-box; padding: 60px 56px; min-height: 330px; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.slide .eyebrow { color: rgba(255,255,255,.92); }
.slide .eyebrow::before { background: #fff; }
.slide h2 { font-size: clamp(1.8rem, 4vw, 2.9rem); margin-bottom: 12px; max-width: 640px; color: #fff; }
.slide p { color: rgba(255,255,255,.92); max-width: 520px; margin-bottom: 24px; font-size: 1.05rem; }
.slide .btn { background: #fff; color: var(--ink); align-self: flex-start; }
.slide .btn:hover { background: rgba(255,255,255,.88); }
.carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: none; background: rgba(255,255,255,.25); color: #fff; font-size: 1.6rem; cursor: pointer; display: grid; place-items: center; z-index: 2; transition: background .15s ease; }
.carousel-arrow:hover { background: rgba(255,255,255,.45); }
.carousel-arrow.prev { left: 16px; }
.carousel-arrow.next { right: 16px; }
.carousel-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 2; }
.carousel-dots button { width: 10px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.5); border: none; cursor: pointer; padding: 0; transition: all .2s ease; }
.carousel-dots button.active { background: #fff; width: 26px; }
@media (max-width: 600px) { .slide { padding: 44px 28px; min-height: 290px; } .carousel-arrow { display: none; } }

/* ===== Foto ancha (taller) + franja detrás de escena ===== */
.wide-photo { max-width: 960px; margin: 0 auto; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--hairline); aspect-ratio: 16 / 8; }
.wide-photo img { width: 100%; height: 100%; object-fit: cover; }
.bts-strip { position: relative; z-index: 1; margin-top: 46px; }
.bts-label { display: block; text-align: center; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--fucsia); font-weight: 800; margin-bottom: 18px; }
.bts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bts-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow-sm); border: 1px solid var(--hairline); }
@media (max-width: 760px) { .bts-grid { grid-template-columns: 1fr; } }

/* ===== Comunidad / newsletter ===== */
.community-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; }
.community-form input { flex: 1; min-width: 200px; padding: 13px 16px; border-radius: 999px; border: 1px solid var(--hairline); background: var(--surface); font-family: var(--sans); font-size: .95rem; color: var(--ink); }
.community-form input::placeholder { color: var(--muted); }
.community-form .btn { flex-shrink: 0; }

/* ===== Iconos del header + cotizador + modales ===== */
.hdr-ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.6); font-size: 1rem; color: var(--ink); transition: background .15s ease; }
.hdr-ico:hover { background: #fff; }
.q-btn { position: relative; background: rgba(255,255,255,.55); color: var(--ink); width: 40px; height: 40px; border-radius: 12px; border: 1px solid rgba(255,255,255,.6); cursor: pointer; display: grid; place-items: center; font-size: 1rem; }
.q-btn:hover { background: #fff; }
.q-count { position: absolute; top: -7px; right: -7px; background: var(--fucsia); color: #fff; font-size: .7rem; font-weight: 700; min-width: 20px; height: 20px; border-radius: 999px; display: grid; place-items: center; padding: 0 5px; }

.card-actions { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }

.q-overlay { position: fixed; inset: 0; background: rgba(42,30,51,.45); z-index: 90; opacity: 0; visibility: hidden; transition: opacity .25s ease; }
.q-overlay.open { opacity: 1; visibility: visible; }
.q-drawer { position: fixed; top: 0; right: 0; height: 100%; width: 410px; max-width: 92vw; z-index: 100; background: var(--bg); border-left: 1px solid var(--hairline); box-shadow: -10px 0 50px rgba(42,30,51,.2); transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; }
.q-drawer.open { transform: translateX(0); }
.q-head { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--hairline); }
.q-head h3 { font-size: 1.25rem; }
.q-close { background: none; border: none; font-size: 1.6rem; cursor: pointer; line-height: 1; color: var(--ink); }
.q-items { flex: 1; overflow-y: auto; padding: 16px 24px; }
.q-empty { text-align: center; color: var(--muted); padding: 44px 0; }
.q-line { padding: 14px 0; border-bottom: 1px solid var(--hairline); }
.q-info h4 { font-family: var(--sans); font-size: .96rem; font-weight: 700; margin-bottom: 4px; }
.q-foot { padding: 18px 24px; border-top: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 10px; }
.q-note { font-size: .82rem; color: var(--muted); }
.q-field { width: 100%; padding: 11px 13px; border-radius: 10px; border: 1px solid var(--hairline); background: var(--surface); font-family: var(--sans); font-size: .9rem; color: var(--ink); }
.q-field::placeholder { color: var(--muted); }
textarea.q-field { min-height: 68px; resize: vertical; }

.modal-overlay { position: fixed; inset: 0; background: rgba(42,30,51,.55); z-index: 130; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .2s ease; }
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal { position: relative; background: var(--surface); border-radius: var(--radius); max-width: 520px; width: 100%; padding: 36px; box-shadow: var(--shadow); max-height: 85vh; overflow-y: auto; }
.modal-close { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 1.7rem; cursor: pointer; line-height: 1; color: var(--ink); }
.modal h3 { font-size: 1.5rem; margin-bottom: 12px; }
.modal > .modal-body > p { color: var(--ink-soft); margin-bottom: 18px; }
.modal h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--fucsia); margin-bottom: 8px; }
.modal ul { margin: 0 0 22px; padding-left: 18px; color: var(--muted); }
.modal ul li { margin-bottom: 7px; }

/* ===== Decoraciones automáticas animadas (solo PC) ===== */
.deco--auto { position: absolute; line-height: 0; z-index: 0; opacity: .8; will-change: transform, opacity; }
@keyframes twinkle { 0%,100% { opacity: .2; transform: scale(.7) rotate(0deg); } 50% { opacity: .95; transform: scale(1.12) rotate(25deg); } }
@keyframes floaty  { 0% { transform: translate(0,0) rotate(0deg); } 50% { transform: translate(7px,-12px) rotate(10deg); } 100% { transform: translate(0,0) rotate(0deg); } }
.deco--auto.tw { animation: twinkle var(--dur, 4s) ease-in-out infinite; animation-delay: var(--dly, 0s); }
.deco--auto.fl { animation: floaty  var(--dur, 7s) ease-in-out infinite; animation-delay: var(--dly, 0s); }
/* Decoraciones también visibles en móvil (cantidad reducida vía JS) */

/* Rastro de sparkles del cursor */
.cursor-spark { position: fixed; z-index: 9999; pointer-events: none; line-height: 0; animation: sparkFade .72s ease-out forwards; }
.cursor-spark svg { width: 100%; height: 100%; display: block; filter: drop-shadow(0 0 3px rgba(255,255,255,.5)); }
@keyframes sparkFade {
  0%   { opacity: 1; transform: translate(0,0) scale(1) rotate(0deg); }
  100% { opacity: 0; transform: translate(var(--dx,0), var(--dy,18px)) scale(.3) rotate(var(--rot,40deg)); }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 420px; margin: 0 auto; }
  .hero-gallery { height: 380px; margin-top: 8px; }
  .feature-grid { grid-template-columns: 1fr; gap: 30px; }
  .feature--rev .feature-media { order: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-photo { max-width: 360px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-links { position: fixed; top: 74px; right: 0; left: 0; flex-direction: column; align-items: stretch; background: var(--bg); padding: 16px 24px; gap: 4px; border-bottom: 1px solid var(--hairline); transform: translateY(-130%); transition: transform .25s ease; box-shadow: var(--shadow); }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 12px 14px; }
  .nav-toggle { display: block; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .grid-4 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .band { padding: 40px 24px; }
  .section { padding: 64px 0; }
  .hero-stats { gap: 22px; }
}

/* ---------- Accesibilidad: menos movimiento ---------- */
@media (prefers-reduced-motion: reduce) {
  .reveal, .hero h1 .line { animation: none !important; opacity: 1 !important; transform: none !important; }
  .reveal-up { opacity: 1 !important; transform: none !important; }
  body::before { animation: none !important; }
  .deco--auto { animation: none !important; }
  .script-word { animation: none !important; }
  /* Las galerías que se desplazan (barra de clientes + galería del hero) se mantienen
     en movimiento aunque el visitante tenga "reducir movimiento": son parte de la marca. */
  .imaginar-wrap .spark { animation: none !important; }
  html { scroll-behavior: auto; }
}
