/* ═══════════════════════════════════════════════
   SMF AUDIO — v2 · más oscuro, más movimiento
   fondo #0a0705 (casi negro cálido) · madera #3e2a1c
   bronce #c9922f · ámbar (válvulas) #ff8a3d · crema #f2e9db
   ═══════════════════════════════════════════════ */

:root {
  --bg: #0a0705;
  --bg2: #0f0b07;
  --panel: #16100a;
  --wood: #3e2a1c;
  --nogal: #7a4e28;
  --brass: #c9922f;
  --amber: #ff8a3d;
  --cream: #f2e9db;
  --dim: #c4b7a2;
  --line: rgba(201, 146, 47, 0.16);
  --radius: 14px;
  --pad: clamp(20px, 5vw, 48px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--cream);
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

/* textura de madera real (crop del taller), casi imperceptible */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: url('img/wood.jpg') repeat;
  background-size: 340px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── tipografía ── */
h1, h2, h3 {
  font-family: 'Archivo Black', 'Archivo', sans-serif;
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h1 { font-size: clamp(34px, 9.6vw, 76px); }
h2 { font-size: clamp(30px, 8vw, 56px); margin-bottom: 14px; }
h3 { font-size: clamp(24px, 6.4vw, 36px); }

.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--brass);
  margin-bottom: 14px;
}

.lead {
  color: var(--dim);
  font-size: clamp(16px, 4.2vw, 19px);
  max-width: 62ch;
  margin-top: 16px;
}

/* ═══════════ INTRO ═══════════ */
.intro {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--bg);
  display: grid;
  place-items: center;
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s ease 0.15s, visibility 0.6s;
}
.intro.out {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-logo { text-align: center; }

.intro-chapita {
  position: relative;
  width: min(84vw, 460px);
  margin: 0 auto;
}

/* halo ámbar por GPU (solo opacity/transform, nada de filter animado) */
.intro-glow {
  position: absolute;
  inset: -42% -24%;
  background: radial-gradient(ellipse at center, rgba(255, 165, 85, 0.4) 0%, rgba(255, 138, 61, 0.14) 42%, transparent 68%);
  opacity: 0;
  will-change: opacity, transform;
  animation:
    glowPrende 0.75s steps(1, end) 1.1s forwards,
    glowDestello 0.6s ease-out 1.9s;
  pointer-events: none;
}
@keyframes glowPrende {
  0%   { opacity: 0; }
  12%  { opacity: 0.75; }
  24%  { opacity: 0.1; }
  36%  { opacity: 0.85; }
  52%  { opacity: 0.3; }
  100% { opacity: 0.6; }
}
@keyframes glowDestello {
  0%   { opacity: 0.6; transform: none; }
  35%  { opacity: 1; transform: scale(1.18); }
  100% { opacity: 0.6; transform: none; }
}

/* el logo queda estático (se pinta una sola vez); lo revela la tapa */
.chapita-marco {
  position: relative;
  overflow: hidden;
}
.chapita-img {
  width: 100%;
  height: auto;
  display: block;
  animation: prender 0.75s steps(1, end) 1.15s forwards;
}
@keyframes prender {
  0%   { opacity: 1; }
  24%  { opacity: 0.5; }
  36%  { opacity: 1; }
  52%  { opacity: 0.7; }
  100% { opacity: 1; }
}

/* la tapa se corre como el láser del CNC cortando la chapa: transform puro, GPU */
.chapita-tapa {
  position: absolute;
  inset: -2px;
  background: var(--bg);
  will-change: transform;
  animation: cortar 1s cubic-bezier(0.55, 0, 0.3, 1) 0.15s forwards;
}
@keyframes cortar { to { transform: translateX(102%); } }

/* borde incandescente en el filo de la tapa (viaja con ella, no repinta) */
.chapita-tapa::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, transparent 4%, #ffcf96 30%, #ffb066 70%, transparent 96%);
  box-shadow: 0 0 16px 4px rgba(255, 165, 85, 0.75);
}

.intro-sub {
  margin-top: 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.5em;
  color: var(--dim);
  opacity: 0;
  animation: introFade 0.5s ease 1.55s forwards;
}

@keyframes introFade { to { opacity: 1; } }

body.con-intro .hero-bg,
body.con-intro .hero-glow,
body.con-intro .eq span,
body.con-intro .btn-wa { animation-play-state: paused; }

/* ═══════════ HERO ═══════════ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}

/* fondo con zoom lento tipo respiración */
.hero-bg {
  position: absolute;
  inset: -4%;
  background: url('img/hero.jpg') center 30% / cover no-repeat;
  filter: brightness(0.8) saturate(0.95);
  animation: heroZoom 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.09) translateY(-1.5%); }
}

/* glow ámbar que late detrás del cartel */
.hero-glow {
  position: absolute;
  left: 50%;
  top: 26%;
  width: 130vw;
  height: 60vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(255, 138, 61, 0.16) 0%, transparent 55%);
  animation: glowPulse 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.5; }
  50%      { opacity: 1; }
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,7,5,0.92) 0%, rgba(10,7,5,0.55) 16%, rgba(10,7,5,0.38) 34%, rgba(10,7,5,0.9) 68%, var(--bg) 96%);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px var(--pad);
}

.brand { display: flex; align-items: center; gap: 8px; }

.brand-name {
  font-family: 'Archivo Black', sans-serif;
  font-size: 19px;
  letter-spacing: 0.04em;
}
.brand-name em { font-style: normal; color: var(--brass); }

.verified { width: 17px; height: 17px; fill: #4c9eeb; }
.verified .check { fill: var(--bg); }

.topbar-cta {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(10,7,5,0.5);
  backdrop-filter: blur(6px);
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 0 var(--pad) 28px;
}

/* título con entrada por líneas */
.hero h1 { text-shadow: 0 4px 44px rgba(0,0,0,0.75); }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line i {
  font-style: normal;
  display: block;
  transform: translateY(110%);
  animation: lineUp 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero h1 .line:nth-child(2) i { animation-delay: 0.14s; }
.hero h1 .line:nth-child(3) i { animation-delay: 0.28s; }
@keyframes lineUp { to { transform: none; } }

.hero-sub {
  color: var(--cream);
  opacity: 0.94;
  margin-top: 16px;
  font-size: clamp(15px, 4vw, 18px);
  max-width: 56ch;
  text-shadow: 0 2px 18px rgba(0,0,0,0.8);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* ── ecualizador animado ── */
.eq {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 26px;
  margin-top: 18px;
}
.eq span {
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--amber), var(--brass));
  animation: eq 1.6s ease-in-out infinite;
  transform-origin: bottom;
  height: 100%;
  opacity: 0.85;
  box-shadow: 0 0 8px rgba(255, 138, 61, 0.35);
}
.eq span:nth-child(2n)  { animation-duration: 1.1s; animation-delay: 0.12s; }
.eq span:nth-child(3n)  { animation-duration: 1.4s; animation-delay: 0.28s; }
.eq span:nth-child(4n)  { animation-duration: 0.9s; animation-delay: 0.05s; }
.eq span:nth-child(5n)  { animation-duration: 1.7s; animation-delay: 0.42s; }
.eq span:nth-child(7n)  { animation-duration: 1.2s; animation-delay: 0.2s; }

@keyframes eq {
  0%, 100% { transform: scaleY(0.25); }
  50%      { transform: scaleY(1); }
}

/* ── stats ── */
.hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: rgba(10,7,5,0.72);
  backdrop-filter: blur(8px);
}
.hero-stats div {
  padding: 16px 8px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.hero-stats div:last-child { border-right: none; }
.hero-stats strong {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(18px, 5vw, 26px);
  color: var(--brass);
}
.hero-stats span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--dim);
  text-transform: uppercase;
}

/* ═══════════ BOTONES ═══════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 24px;
  border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.3s ease;
}
.btn:active { transform: scale(0.97); }
.btn svg { width: 21px; height: 21px; fill: currentColor; flex-shrink: 0; }

.btn-wa {
  background: linear-gradient(160deg, #2ea44f, #1f8a41);
  color: #fff;
  animation: waPulse 3.2s ease-in-out infinite;
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 0 18px rgba(46, 164, 79, 0.22); }
  50%      { box-shadow: 0 0 34px rgba(46, 164, 79, 0.45); }
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--cream);
  background: rgba(22, 16, 10, 0.55);
}

.btn-xl { font-size: 18px; padding: 18px 30px; }

/* ═══════════ BLOQUES ═══════════ */
.bloque {
  position: relative;
  z-index: 1;
  padding: clamp(64px, 14vw, 120px) var(--pad);
  max-width: 1000px;
  margin: 0 auto;
}

.bloque-alt {
  max-width: none;
  background: var(--bg2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.bloque-alt > * { max-width: 1000px; margin-left: auto; margin-right: auto; }

.bloque-head { margin-bottom: 36px; }

/* specs numeradas */
.specs {
  list-style: none;
  display: grid;
  gap: 0;
  margin-bottom: 44px;
  border-top: 1px solid var(--line);
}
.specs li {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 17px 4px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(15px, 4vw, 17.5px);
  font-weight: 500;
}
.specs li span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--amber);
  text-shadow: 0 0 10px rgba(255, 138, 61, 0.5);
}

/* feature CasaFOA */
.feature {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}
.feature figcaption {
  color: var(--dim);
  font-size: 15.5px;
  max-width: 56ch;
}
.feature figcaption strong { color: var(--brass); }

@media (min-width: 760px) {
  .feature { grid-template-columns: 380px 1fr; align-items: center; gap: 32px; }
}

.galeria-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 40px;
}
.galeria-mini img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* ═══════════ QUÉ HACEMOS (cuadrados) ═══════════ */
.servicios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 40px;
}

.servicio {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
  cursor: pointer;
  padding: 0;
  text-align: left;
  font-family: inherit;
  color: var(--cream);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.servicio:active { transform: scale(0.97); }
.servicio:hover {
  border-color: rgba(255, 138, 61, 0.45);
  box-shadow: 0 0 26px rgba(255, 138, 61, 0.12);
}

.servicio img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.8);
  transition: transform 0.6s ease;
}
.servicio:hover img { transform: scale(1.05); }

.servicio::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,7,5,0.35) 0%, transparent 35%, rgba(10,7,5,0.92) 100%);
  pointer-events: none;
}

.serv-num {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 1;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--amber);
  text-shadow: 0 0 10px rgba(255, 138, 61, 0.5);
}

.serv-nombre {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 28px;
  z-index: 1;
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(13px, 3.6vw, 17px);
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,0.8);
}

.serv-ver {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 1;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--brass);
}

.servicio-ancho { aspect-ratio: 2 / 1; grid-column: 1 / -1; }

@media (min-width: 760px) {
  .servicios-grid { grid-template-columns: 1fr 1fr 1fr; }
  .servicio-ancho { aspect-ratio: auto; grid-column: auto; }
}

/* ═══════════ MODAL DE TRABAJOS ═══════════ */
.modal { position: fixed; inset: 0; z-index: 120; }
.modal[hidden] { display: none; }

.modal-fondo {
  position: absolute;
  inset: 0;
  background: rgba(5, 3, 2, 0.8);
  backdrop-filter: blur(6px);
  animation: modalFondo 0.3s ease;
}
@keyframes modalFondo { from { opacity: 0; } }

.modal-caja {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  animation: modalSube 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes modalSube { from { transform: translateY(40px); opacity: 0; } }

@media (min-width: 720px) {
  .modal-caja {
    left: 50%; right: auto; top: 50%; bottom: auto;
    transform: translate(-50%, -50%);
    width: min(720px, 92vw);
    max-height: 84vh;
    border-radius: 20px;
    border-bottom: 1px solid var(--line);
  }
  @keyframes modalSube { from { transform: translate(-50%, calc(-50% + 30px)); opacity: 0; } }
}

.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid var(--line);
}
.modal-eyebrow { margin-bottom: 6px; font-size: 10.5px; }
.modal-head h3 { font-size: clamp(17px, 4.6vw, 24px); }

.modal-cerrar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--cream);
  font-size: 16px;
  cursor: pointer;
}

.modal-galeria {
  overflow-y: auto;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  -webkit-overflow-scrolling: touch;
}
.modal-galeria img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
}
.modal-galeria img.ancha { grid-column: 1 / -1; aspect-ratio: 16 / 10; }

.modal-cta {
  margin: 4px 18px calc(16px + env(safe-area-inset-bottom));
  justify-content: center;
}

body.sin-scroll { overflow: hidden; }

/* ═══════════ MARCAS (marquesina) ═══════════ */
.marcas {
  position: relative;
  z-index: 1;
  padding: clamp(48px, 10vw, 90px) 0;
  overflow: hidden;
}
.marcas .eyebrow { text-align: center; margin-bottom: 22px; }

.marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 46s linear infinite;
}
.marquee-track span {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(20px, 5.4vw, 34px);
  letter-spacing: 0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 146, 47, 0.55);
  white-space: nowrap;
  padding-right: 12px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ═══════════ VIDEO CARDS ═══════════ */
.video-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  aspect-ratio: 3 / 4;
  cursor: pointer;
}
.video-card.is-static { cursor: default; }

.video-card img,
.video-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(242, 233, 219, 0.5);
  background: rgba(10, 7, 5, 0.55);
  backdrop-filter: blur(4px);
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s ease;
}
/* anillo que late, como un woofer */
.play::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px solid rgba(255, 138, 61, 0.5);
  animation: ring 2.4s ease-out infinite;
}
@keyframes ring {
  0%   { transform: scale(1); opacity: 0.9; }
  70%  { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}
.play::after {
  content: '';
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-left: 16px solid var(--cream);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.video-card:hover .play { transform: scale(1.06); }

/* carrusel de trabajos: centrado + escala en el centro */
.trabajos-wrap {
  position: relative;
  margin: 0 calc(-1 * var(--pad));
}
/* sombras laterales para que el centro resalte */
.trabajos-wrap::before,
.trabajos-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: clamp(36px, 12vw, 120px);
  z-index: 3;
  pointer-events: none;
}
.trabajos-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg2), transparent);
}
.trabajos-wrap::after {
  right: 0;
  background: linear-gradient(-90deg, var(--bg2), transparent);
}

.trabajos-scroll {
  --card-w: min(66vw, 300px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--card-w);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px calc((100% - var(--card-w)) / 2) 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.trabajos-scroll::-webkit-scrollbar { display: none; }
.trabajos-scroll .video-card {
  scroll-snap-align: center;
  transition: box-shadow 0.4s ease;
  transform: scale(var(--s, 0.9));
  opacity: var(--o, 0.55);
}
.trabajos-scroll .video-card.centered {
  box-shadow: 0 10px 44px rgba(0, 0, 0, 0.65), 0 0 30px rgba(255, 138, 61, 0.09);
}

.hint {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--dim);
  margin-top: 14px;
  margin-bottom: 40px;
  text-align: center;
}

.bloque-cta { display: flex; }

/* ═══════════ TESTIMONIOS ═══════════ */
.quotes { display: grid; gap: 16px; }

.quotes blockquote {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 3px solid var(--brass);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 22px 18px;
}
.quotes p {
  font-size: clamp(15.5px, 4.2vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}
.quotes cite {
  display: block;
  margin-top: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--brass);
}

@media (min-width: 760px) {
  .quotes { grid-template-columns: 1fr 1fr; }
}

/* ═══════════ PROCESO ═══════════ */
.pasos {
  list-style: none;
  display: grid;
  gap: 22px;
  margin-bottom: 30px;
}
.pasos li { display: flex; gap: 18px; align-items: flex-start; }
.pasos li > span {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--brass);
  color: var(--brass);
  font-family: 'Archivo Black', sans-serif;
  font-size: 17px;
  box-shadow: 0 0 18px rgba(201, 146, 47, 0.18);
}
.pasos strong { display: block; font-size: 17px; margin-bottom: 3px; }
.pasos p { color: var(--dim); font-size: 15px; max-width: 48ch; }

@media (min-width: 760px) {
  .pasos { grid-template-columns: 1fr 1fr; gap: 30px 40px; }
}

.nota {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--brass);
}

/* ═══════════ CTA FINAL ═══════════ */
.final {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(80px, 18vw, 150px) var(--pad);
  overflow: hidden;
}
.final::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 138, 61, 0.15) 0%, transparent 62%);
  pointer-events: none;
  animation: glowPulse 4.5s ease-in-out infinite;
}
.final h2 { margin: 20px 0 30px; position: relative; }
.final .btn { position: relative; }

.eq-final { justify-content: center; margin: 0 auto; }

.final-nota {
  margin-top: 18px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--dim);
  position: relative;
}

/* ═══════════ FOOTER ═══════════ */
footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px var(--pad) 120px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  justify-items: center;
}
.footer-chapita {
  width: min(64vw, 260px);
  opacity: 0.9;
}

footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brass);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
}
footer svg { width: 18px; height: 18px; fill: currentColor; }
footer p {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--dim);
}

/* ═══════════ TOGGLE FUNK ═══════════ */
.funk-toggle {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 7, 5, 0.75);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px 7px 7px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.funk-toggle.visible { opacity: 1; transform: none; pointer-events: auto; }
.funk-toggle .vinilo {
  width: 34px;
  height: 34px;
  animation: spin 3s linear infinite;
  animation-play-state: paused;
}
.funk-toggle[aria-pressed="true"] {
  border-color: rgba(255, 138, 61, 0.45);
  box-shadow: 0 0 22px rgba(255, 138, 61, 0.18);
}
.funk-toggle[aria-pressed="true"] .vinilo { animation-play-state: running; }
@keyframes spin { to { transform: rotate(360deg); } }

.funk-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--dim);
  text-transform: uppercase;
}
.funk-toggle[aria-pressed="true"] .funk-label { color: var(--amber); }

/* ═══════════ WHATSAPP FLOTANTE ═══════════ */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #2ea44f, #1f8a41);
  box-shadow: 0 6px 24px rgba(0,0,0,0.5), 0 0 22px rgba(46,164,79,0.35);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.wa-float.visible { opacity: 1; transform: none; pointer-events: auto; }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ═══════════ REVEAL ═══════════ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: none; }

/* ═══════════ REDUCED MOTION ═══════════ */
@media (prefers-reduced-motion: reduce) {
  .hero-bg, .hero-glow, .eq span, .btn-wa, .play::before,
  .link-arrow i, .funk-toggle .vinilo, .final::before { animation: none !important; }
  .eq span { transform: scaleY(0.55); }
  .reveal { opacity: 1; transform: none; transition: none; }
  .intro { display: none; }
  .chapita-tapa { display: none; }
  .hero h1 .line i { transform: none; animation: none; }
  .camino-media img { transform: none; transition: none; }
}
