/*
Theme Name:  DJ Richard Beat
Theme URI:   https://djrichardbeat.es
Author:      DJ Richard Beat
Author URI:  https://djrichardbeat.es
Description: Tema profesional para DJ Richard Beat. Diseño oscuro con acentos neón, totalmente personalizable desde Apariencia > Personalizar.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: djrichardbeat
Tags:        one-page, dark, music, dj, events, responsive
*/

/* ============================================================
   VARIABLES – Personalizables desde Apariencia > Personalizar
============================================================ */
:root {
  --bg:        #080810;
  --bg2:       #0e0e1a;
  --surface:   #13131f;
  --border:    rgba(255,255,255,.07);
  --accent1:   #ff0060;
  --accent2:   #00e5ff;
  --accent3:   #ffd200;
  --text:      #f0f0f8;
  --muted:     #7a7a99;
  --font-head: 'Bebas Neue', sans-serif;
  --font-sub:  'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --nav-h:     72px;
  --radius:    12px;
}

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ============================================================
   REUSABLE
============================================================ */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; position: relative; }
.section-label {
  font-family: var(--font-sub);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: .03em;
}
.section-sub {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 600px;
  margin-top: 16px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 999px;
  font-family: var(--font-sub);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .05em;
  cursor: pointer;
  border: none;
  transition: transform .2s, box-shadow .2s, opacity .2s;
  text-decoration: none;
}
.btn:hover { transform: translateY(-2px); opacity: .9; }
.btn-primary {
  background: linear-gradient(135deg, var(--accent1), #b5003e);
  color: #fff;
  box-shadow: 0 0 32px rgba(255,0,96,.35);
}
.btn-secondary {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.25);
  color: var(--text);
}
.btn-secondary:hover { border-color: var(--accent2); color: var(--accent2); }

/* ============================================================
   NAV
============================================================ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: background .3s, backdrop-filter .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
#navbar.scrolled {
  background: rgba(8,8,16,.85);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.nav-logo {
  font-family: var(--font-head);
  font-size: 1.7rem;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-logo span { color: var(--accent1); }
.nav-logo small {
  font-family: var(--font-sub);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--muted);
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin-top: -2px;
}
.nav-logo-wrap { line-height: 1; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
/* WordPress menu reset */
.nav-links ul { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
.nav-links li { margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--font-sub);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color .2s;
}
.nav-links a:hover,
.nav-links .current-menu-item > a { color: var(--text); }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--text);
  transition: transform .3s, opacity .3s;
  border-radius: 2px;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-h); left: 0; right: 0;
  background: rgba(8,8,16,.97);
  backdrop-filter: blur(20px);
  padding: 32px 24px 48px;
  flex-direction: column;
  gap: 24px;
  z-index: 999;
  border-bottom: 1px solid var(--border);
}
.mobile-menu.open { display: flex; }
.mobile-menu ul { display: flex; flex-direction: column; gap: 24px; list-style: none; margin: 0; padding: 0; }
.mobile-menu a {
  font-family: var(--font-sub);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--text);
}

/* ============================================================
   HERO
============================================================ */
#hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
  position: relative;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(255,0,96,.12), transparent 70%),
              radial-gradient(ellipse 50% 50% at 20% 80%, rgba(0,229,255,.07), transparent 60%);
  pointer-events: none;
}
.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; }
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.hero-eyebrow-line { width: 40px; height: 1.5px; background: var(--accent1); }
.hero-eyebrow span {
  font-family: var(--font-sub);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--accent2);
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: .95;
  letter-spacing: .02em;
}
.hero-title .line2 { color: var(--accent1); display: block; }
.hero-sub {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 480px;
  margin: 24px 0 40px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.stat-num { font-family: var(--font-head); font-size: 2.8rem; line-height: 1; color: var(--text); }
.stat-num span { color: var(--accent1); }
.stat-label {
  font-size: .75rem;
  font-family: var(--font-sub);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.hero-visual { position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-end; }
.hero-img-wrap { position: relative; width: 100%; max-width: 420px; }
.hero-img-wrap img {
  width: 100%; height: 600px;
  object-fit: cover;
  object-position: top center;
  border-radius: 200px 200px 0 0;
  display: block;
  filter: brightness(.9) contrast(1.05) saturate(1.1);
}
.hero-img-overlay {
  position: absolute; inset: 0;
  border-radius: 200px 200px 0 0;
  background: linear-gradient(to bottom, transparent 50%, var(--bg) 100%),
              linear-gradient(135deg, rgba(255,0,96,.15), transparent 50%);
  pointer-events: none;
}
.hero-img-border {
  position: absolute; inset: -2px;
  border-radius: 202px 202px 0 0;
  background: linear-gradient(135deg, var(--accent1), var(--accent2));
  z-index: -1;
}
.hero-badge {
  position: absolute;
  bottom: 48px; right: -28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 20px;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.hero-badge-icon { font-size: 1.4rem; }
.hero-badge-text strong { display: block; font-family: var(--font-sub); font-size: .85rem; font-weight: 700; }
.hero-badge-text span { font-size: .72rem; color: var(--muted); }
.hero-socials {
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  display: flex; align-items: center; gap: 20px;
  margin-left: -10px;
}
.hero-socials::before { content: ''; width: 40px; height: 1px; background: var(--muted); }
.hero-socials a {
  font-family: var(--font-sub); font-size: .7rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase; color: var(--muted); transition: color .2s;
}
.hero-socials a:hover { color: var(--accent1); }
.scroll-cue {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
}
.scroll-cue span { font-family: var(--font-sub); font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.scroll-cue-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, var(--accent1), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .3; transform: scaleY(1); }
  50%       { opacity: 1;  transform: scaleY(1.2); }
}

/* ============================================================
   TICKER
============================================================ */
.ticker { background: var(--accent1); overflow: hidden; padding: 14px 0; white-space: nowrap; }
.ticker-track { display: inline-flex; animation: ticker 20s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-item { font-family: var(--font-head); font-size: 1.1rem; letter-spacing: .15em; text-transform: uppercase; padding: 0 32px; color: #fff; }
.ticker-sep { color: rgba(255,255,255,.5); }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============================================================
   SOBRE MÍ
============================================================ */
#sobre { background: var(--bg2); overflow: hidden; }
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sobre-img-wrap { position: relative; }
.sobre-img-wrap img {
  width: 100%; max-height: 640px;
  object-fit: cover; object-position: top center;
  border-radius: var(--radius);
  filter: brightness(.88) saturate(1.1);
}
.sobre-img-accent {
  position: absolute; top: -16px; left: -16px;
  width: 100%; height: 100%;
  border: 2px solid var(--accent1);
  border-radius: var(--radius);
  z-index: -1; opacity: .5;
}
.sobre-years {
  position: absolute; bottom: 28px; right: -24px;
  background: var(--accent1); border-radius: var(--radius);
  padding: 20px 24px; text-align: center;
  box-shadow: 0 0 40px rgba(255,0,96,.4);
}
.sobre-years strong { font-family: var(--font-head); font-size: 3rem; line-height: 1; display: block; color: #fff; }
.sobre-years small { font-family: var(--font-sub); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.sobre-content .section-title { margin-bottom: 24px; }
.sobre-body p { color: var(--muted); line-height: 1.75; margin-bottom: 20px; }
.sobre-body p:last-of-type { margin-bottom: 0; }
.sobre-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.sobre-tags .tag {
  padding: 6px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: var(--font-sub); font-size: .75rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text);
  transition: border-color .2s, color .2s;
}
.sobre-tags .tag:hover { border-color: var(--accent2); color: var(--accent2); }

/* ============================================================
   SERVICIOS
============================================================ */
#servicios { background: var(--bg); }
.servicios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.servicio-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 40px 32px;
  transition: border-color .3s, transform .3s; position: relative; overflow: hidden;
}
.servicio-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0, rgba(255,0,96,.08), transparent 70%);
  opacity: 0; transition: opacity .3s;
}
.servicio-card:hover { border-color: var(--accent1); transform: translateY(-4px); }
.servicio-card:hover::before { opacity: 1; }
.servicio-icon { font-size: 2rem; margin-bottom: 20px; }
.servicio-card h3 { font-family: var(--font-sub); font-size: 1.2rem; font-weight: 800; margin-bottom: 12px; }
.servicio-card p { color: var(--muted); font-size: .95rem; line-height: 1.7; }
.servicio-card .servicio-num {
  position: absolute; top: 20px; right: 24px;
  font-family: var(--font-head); font-size: 4rem;
  color: rgba(255,255,255,.04); line-height: 1; pointer-events: none;
}
.features-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; margin-top: 80px;
  background: var(--border); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
}
.feature-cell { background: var(--surface); padding: 36px 28px; transition: background .2s; }
.feature-cell:hover { background: #18182a; }
.feature-cell-icon { font-size: 1.6rem; margin-bottom: 14px; }
.feature-cell h4 { font-family: var(--font-sub); font-size: .9rem; font-weight: 800; letter-spacing: .04em; margin-bottom: 8px; }
.feature-cell p { font-size: .82rem; color: var(--muted); line-height: 1.6; }

/* ============================================================
   EQUIPOS
============================================================ */
#equipos { background: var(--bg2); }
.equipos-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 60px; }
.equipos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.equipo-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .3s, transform .3s;
}
.equipo-card:hover { border-color: var(--accent2); transform: translateY(-4px); }
.equipo-card img { width: 100%; height: 220px; object-fit: contain; padding: 24px; background: #0f0f1c; filter: brightness(1.05); }
.equipo-card-body { padding: 20px 24px; }
.equipo-card-body h3 { font-family: var(--font-sub); font-size: 1rem; font-weight: 800; margin-bottom: 6px; }
.equipo-card-body p { font-size: .85rem; color: var(--muted); }
.brands-strip {
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; justify-content: center;
  margin-top: 60px; padding-top: 48px; border-top: 1px solid var(--border);
}
.brand-tag {
  padding: 10px 24px; border: 1px solid var(--border);
  border-radius: 8px; font-family: var(--font-sub); font-size: .85rem;
  font-weight: 700; letter-spacing: .1em; color: var(--muted);
  text-transform: uppercase; transition: color .2s, border-color .2s;
}
.brand-tag:hover { color: var(--accent2); border-color: var(--accent2); }

/* ============================================================
   GALERÍA
============================================================ */
#galeria { background: var(--bg); }
.galeria-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 12px; margin-top: 60px;
}
.gal-item { border-radius: var(--radius); overflow: hidden; position: relative; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; filter: brightness(.85) saturate(1.1); }
.gal-item:hover img { transform: scale(1.05); }
.gal-item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,16,.7), transparent 50%);
  opacity: 0; transition: opacity .3s;
}
.gal-item:hover .gal-item-overlay { opacity: 1; }
.gal-item.span2 { grid-column: span 2; }
.gal-item.row2 { grid-row: span 2; }

/* ============================================================
   PORTAFOLIO
============================================================ */
#portafolio { background: var(--bg2); }
.portafolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 60px; }
.video-card {
  border-radius: var(--radius); overflow: hidden;
  background: var(--surface); border: 1px solid var(--border);
  transition: border-color .3s; display: block;
}
.video-card:hover { border-color: var(--accent1); }
.video-placeholder {
  aspect-ratio: 16/9; background: #0f0f1c;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.5); }
.video-placeholder video { width: 100%; height: 100%; object-fit: cover; }
.play-btn {
  position: absolute; width: 64px; height: 64px;
  background: var(--accent1); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 40px rgba(255,0,96,.5); transition: transform .2s;
}
.play-btn:hover { transform: scale(1.12); }
.play-btn svg { width: 24px; height: 24px; fill: #fff; margin-left: 4px; }
.video-card-body { padding: 20px 24px; }
.video-card-body h3 { font-family: var(--font-sub); font-size: .95rem; font-weight: 800; }
.video-card-body span { font-size: .8rem; color: var(--muted); }

/* ============================================================
   CONTACTO
============================================================ */
#contacto { background: var(--bg); }
.contacto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contacto-info-items { margin-top: 40px; display: flex; flex-direction: column; gap: 24px; }
.contacto-info-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 24px; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius); transition: border-color .2s;
}
.contacto-info-item:hover { border-color: var(--accent2); }
.info-icon { width: 44px; height: 44px; background: rgba(0,229,255,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.info-label { font-family: var(--font-sub); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.info-value { font-size: 1rem; font-weight: 500; }
.info-value a { transition: color .2s; }
.info-value a:hover { color: var(--accent2); }
.contacto-img { width: 100%; border-radius: var(--radius); object-fit: cover; height: 300px; filter: brightness(.7) saturate(1.2); margin-top: 32px; }
.contacto-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-family: var(--font-sub); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--surface); border: 1.5px solid var(--border);
  border-radius: 10px; padding: 13px 18px; color: var(--text);
  font-family: var(--font-body); font-size: .95rem; outline: none; transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--accent2); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: var(--bg2); }
.form-submit { display: flex; justify-content: flex-start; }
.wpcf7-form .btn-primary { width: 100%; justify-content: center; }

/* WordPress Form Styles (Contact Form 7) */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  background: var(--surface); border: 1.5px solid var(--border);
  border-radius: 10px; padding: 13px 18px; color: var(--text);
  font-family: var(--font-body); font-size: .95rem; outline: none; transition: border-color .2s;
}
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus { border-color: var(--accent2); }
.wpcf7 textarea { resize: vertical; min-height: 120px; }
.wpcf7 input[type="submit"] {
  background: linear-gradient(135deg, var(--accent1), #b5003e);
  color: #fff; border: none; border-radius: 999px;
  padding: 14px 40px; font-family: var(--font-sub);
  font-weight: 700; font-size: .9rem; letter-spacing: .05em;
  cursor: pointer; transition: transform .2s, opacity .2s;
  box-shadow: 0 0 32px rgba(255,0,96,.35); width: 100%;
}
.wpcf7 input[type="submit"]:hover { transform: translateY(-2px); opacity: .9; }
.wpcf7-not-valid-tip { color: var(--accent1); font-size: .78rem; margin-top: 4px; }
.wpcf7-response-output { border-radius: var(--radius); padding: 12px 16px; font-size: .85rem; margin-top: 16px; border: 1px solid var(--accent2) !important; color: var(--accent2) !important; background: rgba(0,229,255,.05); }

/* ============================================================
   FOOTER
============================================================ */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 60px 0 32px;
}
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid var(--border); }
.footer-brand .nav-logo { font-size: 2rem; }
.footer-tagline { color: var(--muted); font-size: .9rem; line-height: 1.7; margin-top: 16px; max-width: 280px; }
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.social-btn {
  width: 40px; height: 40px; background: var(--surface);
  border: 1px solid var(--border); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; transition: background .2s, border-color .2s;
}
.social-btn:hover { background: rgba(255,0,96,.15); border-color: var(--accent1); }
.footer-col h4 { font-family: var(--font-sub); font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: .9rem; color: var(--text); transition: color .2s; }
.footer-links a:hover { color: var(--accent1); }
.footer-bottom { padding-top: 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: .82rem; color: var(--muted); }
.footer-copy span { color: var(--accent1); }

/* ============================================================
   ANIMATIONS
============================================================ */
.fade-up { opacity: 0; transform: translateY(40px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .servicios-grid { grid-template-columns: repeat(2, 1fr); }
  .features-row { grid-template-columns: repeat(2, 1fr); }
  .galeria-mosaic { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 220px; }
}
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  #hero { min-height: auto; padding: calc(var(--nav-h) + 40px) 0 60px; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-eyebrow { justify-content: center; }
  .hero-sub { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-visual { display: none; }
  .hero-socials { display: none; }
  .scroll-cue { display: none; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-img-wrap { max-width: 400px; margin-inline: auto; }
  .sobre-years { right: 0; }
  .servicios-grid { grid-template-columns: 1fr; }
  .features-row { grid-template-columns: 1fr; }
  .equipos-grid { grid-template-columns: repeat(2, 1fr); }
  .galeria-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .gal-item.span2 { grid-column: span 2; }
  .gal-item.row2 { grid-row: span 1; }
  .portafolio-grid { grid-template-columns: 1fr; }
  .contacto-grid { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 480px) {
  .equipos-grid { grid-template-columns: 1fr; }
  .galeria-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .gal-item.span2 { grid-column: span 2; }
}
