/*
 Theme Name: Aura Producciones
 Theme URI: https://auraproducciones.com
 Author: Aura Producciones
 Author URI: https://auraproducciones.com
 Description: Tema personalizado para productora audiovisual, inspirado en Pelicula (Qode Interactive), con diseño oscuro y enfoque en video y portafolio.
 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: aura-producciones
*/

/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #050509;
  color: #f5f5f7;
  line-height: 1.6;
}

/* Fuente Bebas Neue para títulos */
h1, h2, h3, h4, h5, h6,
.ap-hero-title,
.ap-section-title,
.ap-portfolio-title,
.ap-award-title,
.ap-blog-title,
.ap-slide-title,
.ap-page-title,
.ap-page-body h2,
.ap-page-body h3,
.ap-page-body h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

a {
  color: #f5f5f7;
  text-decoration: none;
}

a:hover {
  color: #ed8b3c;
}

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

.ap-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
}

/* Header */
.ap-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px;
  background: linear-gradient(to bottom, rgba(5, 5, 9, 0.98), rgba(5, 5, 9, 0.7), transparent);
}

.ap-logo {
  font-size: 1.2rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}

.ap-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  max-width: 85vw;
  background: rgba(5, 5, 9, 0.98);
  backdrop-filter: blur(10px);
  padding: 80px 24px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 999;
  overflow-y: auto;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

body.ap-nav-open .ap-nav {
  transform: translateX(0);
}

body.ap-nav-open {
  overflow: hidden;
}

.ap-nav a {
  opacity: 0.7;
}

.ap-nav a:hover {
  opacity: 1;
  color: #ed8b3c;
  transition: color 0.3s ease;
}

/* Toggle menú móvil - Siempre visible */
.ap-nav-toggle {
  display: inline-flex;
  position: relative;
  width: 32px;
  height: 24px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 150;
  align-items: center;
  justify-content: center;
}

.ap-nav-toggle span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.ap-nav-toggle span:first-child {
  top: 7px;
}

.ap-nav-toggle span:last-child {
  top: 15px;
}

body.ap-nav-open .ap-nav-toggle span:first-child {
  top: 11px;
  transform: rotate(45deg);
}

body.ap-nav-open .ap-nav-toggle span:last-child {
  top: 11px;
  transform: rotate(-45deg);
}

/* Botón de cerrar dentro del menú */
.ap-nav-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  padding: 0;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.ap-nav-close:hover {
  opacity: 1;
  transform: scale(1.1);
  color: #ed8b3c;
}

.ap-nav-close span {
  display: block;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

/* Estilos para el menú de WordPress */
.ap-nav-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ap-nav-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ap-nav-menu a,
.ap-nav-home {
  display: block;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 8px 0;
  line-height: 1.5;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.ap-nav-menu a:hover,
.ap-nav-menu .current-menu-item > a,
.ap-nav-menu .current-page-ancestor > a,
.ap-nav-home:hover {
  opacity: 1;
  color: #ed8b3c;
  transition: color 0.3s ease;
}

.ap-nav-menu .sub-menu {
  position: static;
  display: block;
  padding: 8px 0 0 16px;
  background: transparent;
  width: 100%;
  list-style: none;
  margin: 0;
}

.ap-nav-menu .sub-menu li {
  padding: 0;
  width: 100%;
}

.ap-nav-menu .sub-menu a {
  display: block;
  padding: 8px 0;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  opacity: 0.7;
}

.ap-nav-menu .sub-menu a:hover {
  opacity: 1;
  background: transparent;
  padding-left: 8px;
  transition: padding-left 0.3s ease;
}

/* Estilos para el logo con enlace */
.ap-logo a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

.ap-logo a:hover {
  color: #ed8b3c;
  opacity: 1;
  transition: color 0.3s ease;
}

/* Hero */
.ap-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  background: radial-gradient(circle at top, #181822 0, #050509 55%, #020206 100%);
  overflow: hidden;
}

.ap-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 64px;
  align-items: center;
}

.ap-hero-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #c0c0d9;
  margin-bottom: 16px;
}

.ap-hero-title {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 18px;
}

.ap-hero-title span.ap-hero-highlight {
  color: #ed8b3c;
}

.ap-hero-subtitle {
  font-size: 1.02rem;
  color: #b3b3c6;
  max-width: 480px;
  margin-bottom: 32px;
}

.ap-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a0a0ba;
  margin-bottom: 32px;
}

.ap-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.ap-btn-primary,
.ap-btn-ghost {
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 160ms ease-out;
}

.ap-btn-primary {
  background: linear-gradient(120deg, #ed8b3c, #ed8b3c);
  color: #050509;
  font-weight: 600;
}

.ap-btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.ap-btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
  color: #f5f5f7;
}

.ap-btn-ghost:hover {
  border-color: #ed8b3c;
  color: #ed8b3c;
}

.ap-hero-note {
  font-size: 0.8rem;
  color: #8f8fa4;
}

.ap-hero-video {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: radial-gradient(circle at top, #3c3648, #050509 70%);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.9);
}

.ap-hero-video-inner {
  position: relative;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5f5f7;
}

.ap-hero-video-inner iframe,
.ap-hero-video-inner video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 26px;
  object-fit: cover;
}

.ap-video-placeholder {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 0 0, rgba(255, 75, 58, 0.6), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(80, 120, 255, 0.5), transparent 55%),
    radial-gradient(circle at 0 100%, rgba(210, 90, 255, 0.5), transparent 55%);
  opacity: 0.9;
}

.ap-video-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ap-video-play {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background: rgba(5, 5, 9, 0.3);
  backdrop-filter: blur(12px);
}

.ap-video-play span {
  display: inline-block;
  margin-left: 3px;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #ffffff;
}

.ap-video-label {
  font-size: 0.86rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d2d2e2;
}

.ap-video-meta {
  position: absolute;
  left: 24px;
  bottom: 20px;
  font-size: 0.78rem;
  color: #d6d6ea;
}

.ap-video-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(5, 5, 9, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ap-video-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ed8b3c;
}

.ap-video-year {
  margin-top: 6px;
  opacity: 0.8;
}

/* Sección Portafolio */
.ap-section {
  padding: 80px 0;
}

.ap-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.ap-section-kicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #a0a0ba;
  margin-bottom: 10px;
}

.ap-section-title {
  font-size: 1.8rem;
}

.ap-section-subtitle {
  max-width: 420px;
  font-size: 0.95rem;
  color: #a6a6bf;
}

.ap-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}

.ap-portfolio-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: radial-gradient(circle at top, #262232, #050509 72%);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 160ms ease-out, box-shadow 160ms ease-out, background 160ms ease-out;
}

.ap-portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.85);
  background: radial-gradient(circle at top, #342a40, #050509 72%);
}

.ap-portfolio-thumbnail {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.ap-portfolio-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ap-portfolio-label {
  position: absolute;
  left: 14px;
  top: 12px;
  padding: 4px 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border-radius: 999px;
  background: rgba(5, 5, 9, 0.8);
  color: #e8e8f7;
}

.ap-portfolio-title {
  font-size: 1.02rem;
  margin-bottom: 4px;
}

.ap-portfolio-meta {
  font-size: 0.82rem;
  color: #a8a8c2;
}

.ap-portfolio-year {
  margin-left: auto;
  opacity: 0.8;
}

.ap-portfolio-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.78rem;
  color: #9f9fbc;
}

.ap-portfolio-tagline {
  max-width: 220px;
}

.ap-portfolio-arrow {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* Sección Testimonios */
.ap-testimonials {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at top, #161622, #050509 70%);
}

.ap-testimonials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: center;
}

.ap-quote-label {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a4a4c1;
  margin-bottom: 16px;
}

.ap-quote-text {
  font-size: 1.1rem;
  max-width: 520px;
  color: #e7e7f7;
  margin-bottom: 22px;
}

.ap-quote-author {
  font-weight: 500;
}

.ap-quote-role {
  font-size: 0.85rem;
  color: #a0a0bc;
}

.ap-quote-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
}

.ap-quote-year-pill {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #cfcfe4;
}

.ap-awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  font-size: 0.8rem;
  color: #a4a4c1;
}

.ap-award-item {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(5, 5, 9, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.ap-award-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c5c5dd;
  margin-bottom: 6px;
}

.ap-award-title {
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.ap-award-meta {
  font-size: 0.78rem;
  color: #8e8eaa;
}

/* Sección Blog */
.ap-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.ap-blog-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(10, 10, 18, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.ap-blog-meta {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9595b6;
  margin-bottom: 10px;
}

.ap-blog-title {
  font-size: 0.98rem;
  margin-bottom: 8px;
}

.ap-blog-excerpt {
  font-size: 0.86rem;
  color: #a6a6c0;
  margin-bottom: 10px;
}

.ap-blog-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ed8b3c;
}

/* Footer */
.ap-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 0 26px;
  font-size: 0.8rem;
  color: #8a8aa3;
  background: rgba(5, 5, 9, 0.8);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 10;
}

.ap-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.ap-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ap-footer-nav a {
  opacity: 0.75;
}

.ap-footer-nav a:hover {
  opacity: 1;
}

/* Responsive */
@media (max-width: 960px) {
  .ap-header {
    padding: 16px 24px;
    justify-content: space-between;
  }

  .ap-hero {
    padding: 100px 0 60px;
  }

  .ap-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .ap-testimonials-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ap-nav {
    width: 280px;
  }
}

@media (max-width: 720px) {

  .ap-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ap-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ap-slide-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
  }

  .ap-slider-controls {
    bottom: 20px;
    flex-direction: column;
    gap: 12px;
  }

  .ap-social-sidebar {
    display: none;
  }
}

/* ============================================
   SLIDER FULLSCREEN
   ============================================ */

.ap-hero-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: calc(100vh - 100px);
  overflow: hidden;
  background: #050509;
}

/* Video de fondo sin slider */
.ap-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.ap-video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
}

.ap-video-sound-toggle {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.ap-video-sound-toggle:hover {
  background: rgba(237, 139, 60, 0.8);
  border-color: #ed8b3c;
  transform: scale(1.1);
}

.ap-video-sound-toggle .ap-sound-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .ap-video-sound-toggle {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  
  .ap-video-sound-toggle .ap-sound-icon {
    width: 20px;
    height: 20px;
  }
}

.ap-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 9, 0.3) 0%,
    rgba(5, 5, 9, 0.5) 50%,
    rgba(5, 5, 9, 0.7) 100%
  );
  z-index: 1;
}

.ap-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 32px 48px;
  background: linear-gradient(to bottom, rgba(5, 5, 9, 0.6), transparent);
}

.ap-header-overlay .ap-logo {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.ap-header-overlay .ap-nav a {
  color: #fff;
  opacity: 0.85;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ap-header-overlay .ap-nav a:hover {
  opacity: 1;
  color: #ed8b3c;
  transition: color 0.3s ease;
}

.ap-header-overlay .ap-logo a:hover {
  color: #ed8b3c;
  transition: color 0.3s ease;
}

.ap-header-overlay .ap-nav-toggle span {
  background: #ffffff;
}

.ap-header-social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  margin-right: 16px;
}

.ap-linkedin-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.ap-linkedin-btn:hover {
  background: rgba(237, 139, 60, 0.9);
  border-color: #ed8b3c;
  transform: scale(1.1);
  color: #fff;
}

.ap-linkedin-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .ap-header-social {
    margin-right: 8px;
  }
  
  .ap-linkedin-btn {
    width: 36px;
    height: 36px;
  }
  
  .ap-linkedin-btn svg {
    width: 18px;
    height: 18px;
  }
}

.ap-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.ap-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s;
}

.ap-slide.ap-slide-active {
  opacity: 1;
  visibility: visible;
}

.ap-slide-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ap-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ap-slide-media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  border: none;
}

.ap-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 9, 0.3) 0%,
    rgba(5, 5, 9, 0.5) 50%,
    rgba(5, 5, 9, 0.7) 100%
  );
  z-index: 1;
}

.ap-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 80px 48px 120px;
  max-width: 1200px;
  margin: 0 auto;
}

.ap-slide-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ap-slide-title span {
  display: block;
  color: #ed8b3c;
}

.ap-slide-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ap-btn-slide {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  font-weight: 500;
}

.ap-btn-slide:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  color: #fff;
}

/* Controles del Slider */
.ap-slider-controls {
  position: absolute;
  bottom: 48px;
  right: 48px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ap-slider-prev,
.ap-slider-next {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 10px 20px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.ap-slider-prev:hover,
.ap-slider-next:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.ap-slider-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ap-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.ap-slider-dot.ap-slider-dot-active {
  background: #fff;
  width: 10px;
  height: 10px;
}

/* Redes Sociales Sidebar */
.ap-social-sidebar {
  position: fixed;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.ap-social-sidebar a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.ap-social-sidebar a:hover {
  border-color: #ed8b3c;
  background: rgba(255, 75, 58, 0.2);
  color: #ed8b3c;
  transform: scale(1.1);
}

/* Responsive para el slider */
@media (max-width: 768px) {
  .ap-header-overlay {
    padding: 24px 20px;
  }

  .ap-header-overlay .ap-nav {
    gap: 12px;
    font-size: 0.75rem;
  }

  .ap-slide-content {
    padding: 60px 24px 100px;
  }

  .ap-slider-controls {
    bottom: 24px;
    right: 24px;
    gap: 16px;
  }

  .ap-slider-prev,
  .ap-slider-next {
    padding: 8px 16px;
    font-size: 0.7rem;
  }

  .ap-social-sidebar {
    left: 16px;
  }

  .ap-social-sidebar a {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }
}

/* Estilos para páginas normales */
.ap-page {
  min-height: 100vh;
  background: radial-gradient(circle at top, #181822 0, #050509 55%, #020206 100%);
}

.ap-page-content {
  padding: 120px 0 80px;
}

.ap-page-header {
  margin-bottom: 48px;
  text-align: center;
}

.ap-page-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ed8b3c;
}

.ap-page-body {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #b3b3c6;
}

.ap-page-body h2,
.ap-page-body h3,
.ap-page-body h4 {
  color: #f5f5f7;
  margin-top: 48px;
  margin-bottom: 24px;
}

.ap-page-body h2 {
  font-size: 2rem;
  font-weight: 400;
}

.ap-page-body h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

.ap-page-body p {
  margin-bottom: 24px;
}

.ap-page-body a {
  color: #ed8b3c;
  text-decoration: underline;
}

.ap-page-body a:hover {
  color: #ed8b3c;
}

.ap-page-links {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

/* Estilos para el menú del footer */
.ap-footer-nav-menu {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ap-footer-nav-menu li {
  margin: 0;
  padding: 0;
}

.ap-footer-nav-menu a {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.ap-footer-nav-menu a:hover {
  opacity: 1;
}

/* ============================================
   PÁGINA DE CATÁLOGO
   ============================================ */

.ap-catalogue {
  background: #050509;
  min-height: 100vh;
}

.ap-catalogue-content {
  padding: 120px 0 80px;
}

.ap-catalogue-header {
  margin-bottom: 60px;
  text-align: center;
}

.ap-catalogue-title {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ed8b3c;
}

.ap-catalogue-section {
  margin-bottom: 64px;
}

.ap-catalogue-section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
  margin-bottom: 24px;
  color: #f5f5f7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ap-catalogue-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0 24px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.ap-catalogue-row::-webkit-scrollbar {
  height: 8px;
}

.ap-catalogue-row::-webkit-scrollbar-track {
  background: transparent;
}

.ap-catalogue-row::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.ap-catalogue-row::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ap-catalogue-item {
  flex: 0 0 200px;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: none;
  background: transparent;
  padding: 0;
}

.ap-catalogue-item:hover {
  transform: scale(1.05);
  z-index: 10;
}

.ap-catalogue-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a24;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease;
}

.ap-catalogue-item:hover .ap-catalogue-thumbnail {
  box-shadow: 0 8px 24px rgba(237, 139, 60, 0.4);
}

.ap-catalogue-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.ap-catalogue-item:hover .ap-catalogue-thumbnail img {
  transform: scale(1.1);
}

/* Modal catálogo */

.ap-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 900;
}

.ap-modal-backdrop-visible {
  opacity: 1;
  pointer-events: auto;
}

.ap-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 24px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 901;
  overflow-y: auto;
}

.ap-modal-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ap-modal-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  background: #050509;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
}

.ap-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.ap-modal-close span {
  font-size: 20px;
  line-height: 1;
}

.ap-modal-media {
  position: relative;
  background: #000;
}

.ap-modal-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.ap-modal-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ap-modal-content {
  padding: 24px 24px 28px;
  color: #f5f5f7;
}

.ap-modal-header {
  margin-bottom: 4px;
}

.ap-modal-title {
  font-size: 1.8rem;
  margin: 0 0 4px;
  color: #ed8b3c;
}

.ap-modal-section {
  font-size: 0.9rem;
  color: rgba(245, 245, 247, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ap-modal-body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 24px;
  align-items: flex-start;
}

.ap-modal-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.ap-modal-meta {
  display: grid;
  grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
  gap: 6px 16px;
  font-size: 0.85rem;
}

.ap-modal-meta dt {
  font-weight: 600;
  color: #ed8b3c;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ap-modal-meta dd {
  margin: 0;
  color: rgba(245, 245, 247, 0.85);
}

@media (max-width: 768px) {
  .ap-modal-inner {
    max-width: 100%;
  }

  .ap-modal-content {
    padding: 16px 16px 20px;
  }

  .ap-modal-description {
    column-count: 1;
  }

  .ap-modal-body {
    display: block;
  }

  .ap-modal-title {
    font-size: 1.4rem;
  }
}

.ap-catalogue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 12px;
}

.ap-catalogue-item:hover .ap-catalogue-overlay {
  opacity: 1;
}

.ap-catalogue-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(237, 139, 60, 0.9);
  color: #050509;
  border-radius: 4px;
  backdrop-filter: blur(10px);
}

.ap-catalogue-badge-premium {
  background: rgba(237, 139, 60, 0.95);
  box-shadow: 0 2px 8px rgba(237, 139, 60, 0.5);
}

.ap-catalogue-item-title {
  font-size: 0.95rem;
  font-weight: 400;
  color: #f5f5f7;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-catalogue-item:hover .ap-catalogue-item-title {
  color: #ed8b3c;
}

/* Responsive para catálogo */
@media (max-width: 768px) {
  .ap-catalogue-content {
    padding: 100px 0 60px;
  }

  .ap-catalogue-section {
    margin-bottom: 48px;
  }

  .ap-catalogue-item {
    flex: 0 0 150px;
  }

  .ap-catalogue-section-title {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
}


