/* 
 * Doña Cata - Mezcales Artesanales
 * Custom Styles (BEM methodology)
 */

/* ===========================
   Variables CSS
   =========================== */
:root {
  /* Paleta de colores */
  --brand-primary: #3A5F58;      /* Verde agave */
  --brand-secondary: #C5A471;    /* Dorado suave */
  --brand-tertiary: #F5F1EA;     /* Crema */
  --brand-dark: #1E1E1E;         /* Carbón */
  --brand-burgundy: rgb(91, 37, 56); /* Vino/Burgundy para header */
  --brand-light: #FFFFFF;
  
  /* Tipografía */
  --font-display: 'Playfair Display', serif;
  --font-body: 'Montserrat', sans-serif;
  
  /* Espaciado */
  --section-padding: 4rem 0;
  
  /* Sombras */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.16);
}

/* ===========================
   Base Styles
   =========================== */
/* SOLO prevenir scroll horizontal - sin cambiar tamaños */
html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.3;
}

/* Estándar de texto justificado para párrafos */
.section p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.lead),
.text-center p {
  text-align: justify;
}

/* Mantener títulos y subtítulos centrados cuando el contenedor lo requiera */
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-center .lead {
  text-align: center;
}

h2, h3, .titulo-mezcal {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #5b1b2e;
}

p {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.6;
}

.section {
  padding: var(--section-padding);
}

/* Section Background Colors */
.section--white {
  background-color: #F8F9FA;
  background: linear-gradient(180deg, #F8F9FA 0%, #E9ECEF 100%);
}

.section--cream {
  background-color: var(--brand-tertiary);
  background: linear-gradient(180deg, #F5F1EA 0%, #FAF8F5 100%);
}

.section--textured {
  background-color: #ffffff;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(197, 164, 113, 0.03) 35px, rgba(197, 164, 113, 0.03) 70px),
    repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(91, 37, 56, 0.02) 35px, rgba(91, 37, 56, 0.02) 70px);
  position: relative;
}

.section--textured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(197, 164, 113, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(91, 37, 56, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.section--light-gray {
  background-color: #FAFAFA;
  background: linear-gradient(180deg, #FAFAFA 0%, #F5F5F5 100%);
}

.section--dark {
  background-color: var(--brand-dark);
  background: linear-gradient(135deg, #1E1E1E 0%, #2A2A2A 100%);
}

.section--primary {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #2d4a45 100%);
  color: white;
}

/* Separadores entre secciones */
.section + .section {
  position: relative;
}

.section--cream::before,
.section--light-gray::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
}

.section__title {
  font-family: var(--font-display);
  color: var(--brand-dark);
}

/* Utility class for visually hidden content */
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

/* ===========================
   Header & Navbar
   =========================== */
.header {
  position: relative;
  z-index: 1000;
}

/* Navbar transparente por defecto */
.navbar {
  transition: all 0.4s ease;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0.75rem 0; /* Más padding vertical para el logo grande */
}

/* Navbar con fondo SÓLIDO cuando se hace scroll */
.navbar.scrolled {
  background-color: black !important; /* Fondo 100% opaco */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15) !important;
  padding: 0.5rem 0; /* Reducir un poco al hacer scroll */
}

/* Logo - más grande */
.navbar-brand img {
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

/* Links de navegación - MÁS GRANDES y ANCHOS */
.nav-link {
  font-weight: 600 !important; /* Más peso */
  font-size: 1.1rem !important; /* Más grande */
  letter-spacing: 0.5px !important; /* Más ancho */
  color: rgba(255, 255, 255, 0.95) !important;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  padding: 0.5rem 0.8rem !important; /* Menos padding para que no se empalmen */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  white-space: nowrap; /* Evitar que el texto se divida en varias líneas */
}

.nav-link:hover {
  color: var(--brand-secondary) !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  transform: scale(1.05);
}

/* Ajustar espaciado entre items del nav */
.navbar-nav .nav-item {
  margin: 0 0.15rem; /* Pequeño espacio entre items */
}

/* Navbar toggler - con mejor contraste */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive - ajustar en móvil */
@media (max-width: 991px) {
  .navbar-brand img {
    height: 90px; /* Logo un poco más pequeño en móvil */
  }
  
  .nav-link {
    font-size: 1rem !important;
    padding: 0.75rem 1rem !important;
  }
  
  .navbar {
    padding: 0.5rem 0;
  }
}

/* Ajuste para pantallas medianas donde puede faltar espacio */
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-link {
    font-size: 1rem !important; /* Un poco más pequeño */
    padding: 0.5rem 0.6rem !important; /* Menos padding */
    letter-spacing: 0.3px !important; /* Menos espaciado */
  }
}

/* ===========================
   Hero Section
   =========================== */
.hero {
  position: relative;
  min-height: 60vh;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 100%);
  background-image: url('../img/backgroundg.png');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0;
}

/* En pantallas grandes, mantener altura completa */
@media (min-width: 768px) {
  .hero {
    background-attachment: fixed;
    min-height: 100vh;
  }
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.hero__title {
  font-size: clamp(2rem, 5vw, 4rem);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero__subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  opacity: 0.95;
}

.hero__cta .btn {
  min-width: 220px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.4s ease;
  background: linear-gradient(135deg, var(--brand-secondary) 0%, #d4b068 100%);
  border: 2px solid var(--brand-secondary);
  color: var(--brand-dark);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(197, 164, 113, 0.3);
}

.hero__cta .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.hero__cta .btn:hover::before {
  left: 100%;
}

.hero__cta .btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(197, 164, 113, 0.5);
  border-color: #d4b068;
}

.hero__badges .badge {
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ===========================
   Buttons
   =========================== */
.btn {
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.btn-primary:hover {
  background-color: #2d4a45;
  border-color: #2d4a45;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline-light:hover {
  background-color: var(--brand-light);
  color: var(--brand-primary);
}

/* ===========================
   Product Cards
   =========================== */
.product-card {
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.product-card .badge {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.product-card img {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* ===========================
   Background Sections
   =========================== */
.bg-light {
  background-color: var(--brand-tertiary) !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-dark {
  background-color: var(--brand-dark) !important;
}

.bg-black {
  background-color: #000000 !important;
}

/* ===========================
   Nosotros Section (Modern Aesthetic)
   =========================== */
.nosotros {
  position: relative;
  overflow: hidden;
}

/* Fondo blanco para la sección Nosotros */
.nosotros.section--white {
  background: #F8F9FA !important;
  background: linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%) !important;
}

.nosotros__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, rgba(58, 95, 88, 0.03) 0%, rgba(197, 164, 113, 0.05) 100%);
  z-index: 0;
}

.nosotros .container {
  z-index: 1;
}

/* Header styling */
.nosotros__pretitle {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-secondary) !important;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.nosotros__title {
  font-family: var(--font-display);
  line-height: 1.2;
  color: var(--brand-dark);
}

.nosotros__title .text-primary {
  color: var(--brand-primary) !important;
  position: relative;
  display: inline-block;
}

.nosotros__divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
  border-radius: 2px;
  margin-top: 1.5rem;
}

/* Image wrapper with decoration */
.nosotros__image-wrapper {
  position: relative;
  z-index: 1;
}

.nosotros__image-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.15;
  }
}

.nosotros__image {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.nosotros__image:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
}

/* Badge flotante */
.nosotros__badge {
  position: absolute;
  bottom: -15px;
  left: -15px;
  background: linear-gradient(135deg, var(--brand-primary), #2d4a45);
  color: white;
  padding: 1.5rem;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(58, 95, 88, 0.3);
  z-index: 3;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.nosotros__badge span:first-child {
  font-size: 1.5rem;
  line-height: 1;
}

.nosotros__badge span.small {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Content styling */
.nosotros__content {
  padding-left: 2rem;
}

.nosotros__lead {
  font-family: var(--font-display);
  color: var(--brand-dark);
  font-weight: 400;
}

/* Highlight card with gradient */
.nosotros__highlight-card {
  position: relative;
  background: linear-gradient(135deg, rgba(58, 95, 88, 0.05) 0%, rgba(197, 164, 113, 0.08) 100%);
  padding: 2rem 2.5rem;
  border-radius: 20px;
  border-left: 4px solid var(--brand-secondary);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.nosotros__highlight-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.nosotros__quote-icon {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 3rem;
  color: var(--brand-secondary);
  opacity: 0.3;
  font-family: Georgia, serif;
}

/* Philosophy section */
.nosotros__philosophy p {
  position: relative;
  padding-left: 1.5rem;
}

.nosotros__philosophy p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 60%;
  background: linear-gradient(180deg, var(--brand-primary), transparent);
  border-radius: 2px;
}

/* CTA Box */
.nosotros__cta-box {
  background: linear-gradient(135deg, var(--brand-primary), #2d4a45);
  color: white;
  padding: 2.5rem;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(58, 95, 88, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.nosotros__cta-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.nosotros__cta-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(58, 95, 88, 0.35);
}

.nosotros__cta-icon {
  font-size: 2.5rem;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.nosotros__cta-box h3,
.nosotros__cta-box p {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .nosotros__content {
    padding-left: 0;
    margin-top: 2rem;
  }
  
  .nosotros__background {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
  
  .nosotros__image-decoration {
    width: 150px;
    height: 150px;
    top: -15px;
    right: -15px;
  }
  
  .nosotros__badge {
    width: 80px;
    height: 80px;
    padding: 1rem;
    bottom: -10px;
    left: -10px;
  }
  
  .nosotros__badge span:first-child {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .nosotros__title {
    font-size: 2.5rem;
  }
  
  .nosotros__highlight-card {
    padding: 1.5rem;
  }
  
  .nosotros__cta-box {
    padding: 2rem;
  }
}

/* ===========================
   Mezcales Collection
   =========================== */
.mezcales-collection {
  position: relative;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(40, 40, 40, 0.98) 100%);
}

.mezcales-collection__header {
  padding: 6rem 0 4rem;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%);
  position: relative;
  overflow: hidden;
}

.mezcales-collection__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(30deg, rgba(197, 164, 113, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(197, 164, 113, 0.05) 87.5%, rgba(197, 164, 113, 0.05)),
    linear-gradient(150deg, rgba(197, 164, 113, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(197, 164, 113, 0.05) 87.5%, rgba(197, 164, 113, 0.05)),
    linear-gradient(30deg, rgba(197, 164, 113, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(197, 164, 113, 0.05) 87.5%, rgba(197, 164, 113, 0.05)),
    linear-gradient(150deg, rgba(197, 164, 113, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(197, 164, 113, 0.05) 87.5%, rgba(197, 164, 113, 0.05));
  background-size: 80px 140px;
  background-position: 0 0, 0 0, 40px 70px, 40px 70px;
  opacity: 0.3;
}

.mezcales-collection__title {
  font-family: var(--font-display);
  color: #ffffff;  
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.mezcales-collection__subtitle {
  color: var(--brand-secondary);
  font-size: 1.25rem;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

/* Separador visual entre mezcales */
.mezcales-collection section + section::before {
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(197, 164, 113, 0.3) 50%, transparent 100%);
  margin: 0 auto;
  position: relative;
  top: 0;
}

/* ===========================
   Doña Cata Featured Section
   =========================== */
.dona-cata-featured {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(91, 37, 56) 0%, rgb(60, 25, 38) 100%);
  color: white;
  padding: 5rem 0;
}

.dona-cata-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(135deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
  opacity: 0.4;
  z-index: 0;
}

.dona-cata-featured .container {
  position: relative;
  z-index: 1;
}

/* Header styling */
.dona-cata__pretitle {
  color: var(--brand-secondary);
  font-size: 0.875rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.dona-cata__logo {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}

.dona-cata__logo:hover {
  transform: scale(1.05);
}

.dona-cata__title {
  font-family: var(--font-display);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

/* Bottle wrapper with glow effect */
.dona-cata__bottle-wrapper {
  position: relative;
  padding: 1rem;
}

.dona-cata__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(197, 164, 113, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: glowPulse 4s ease-in-out infinite;
  z-index: 0;
}

@keyframes glowPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
}

.dona-cata__bottle {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  transition: transform 0.4s ease;
  max-height: 600px;
  object-fit: contain;
}

.dona-cata__bottle:hover {
  transform: translateY(-10px) scale(1.02);
}

/* Content styling */
.dona-cata__content {
  padding-left: 2rem;
}

/* Specs list - ficha técnica */
.dona-cata__specs-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0;
}

.dona-cata__spec-item {
  position: relative;
  padding-left: 1.5rem;
}

.dona-cata__spec-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 6px;
  height: 6px;
  background: var(--brand-secondary);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(197, 164, 113, 0.8);
}

.dona-cata__spec-item h4 {
  color: var(--brand-secondary);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.dona-cata__spec-item p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  line-height: 1.7;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.25rem;
}

.dona-cata__spec-item p.fst-italic {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  border-top: 1px solid rgba(197, 164, 113, 0.15);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.dona-cata__specs p {
  font-size: 1rem;
  line-height: 1.7;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.85);
}

.dona-cata__specs strong {
  font-size: 1.125rem;
  color: var(--brand-secondary);
  font-weight: 600;
}

/* Quote destacada - más grande y elegante */
.dona-cata__quote {
  position: relative;
  padding-left: 2rem;
  border-left: 3px solid var(--brand-secondary);
  color: var(--brand-secondary);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  margin-left: 1rem;
  font-size: 1.25rem !important;
  line-height: 1.6;
  font-weight: 400;
}

.dona-cata__quote::before {
  content: '"';
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  font-size: 3rem;
  font-family: var(--font-display);
  color: var(--brand-secondary);
  opacity: 0.5;
}

/* Experience section */
.dona-cata__experience {
  animation: fadeInUp 0.8s ease-out;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dona-cata__experience h3 {
  color: var(--brand-secondary);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
}

.dona-cata__experience p {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.7;
  font-size: 1rem;
}
/* Process section - vertical layout for left column */
.dona-cata__process {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
}

.dona-cata__process h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.dona-cata__process-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dona-cata__process-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 0.3s ease;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dona-cata__process-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dona-cata__process-item:hover {
  transform: translateX(8px);
}

.dona-cata__process-name {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.25rem;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.dona-cata__process-detail {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Experience section - sin card, texto directo */
.dona-cata__experience {
  animation: fadeInUp 0.8s ease-out;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dona-cata__experience h3 {
  color: var(--brand-secondary);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.dona-cata__experience p {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.8;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .dona-cata__content {
    padding-left: 0;
    margin-top: 3rem;
  }
  
  .dona-cata__process-grid {
    gap: 1.5rem;
  }
  
  .dona-cata__process-item:hover {
    transform: none;
  }
}

@media (max-width: 768px) {
  .dona-cata__title {
    font-size: 2.5rem;
  }
  
  .dona-cata__bottle {
    max-height: 350px;
  }
  
  .dona-cata__quote {
    margin-left: 0;
    padding-left: 1.5rem;
  }
}

/* Section modifier for burgundy background */
.section--burgundy {
  background: linear-gradient(135deg, rgb(91, 37, 56) 0%, rgb(60, 25, 38) 100%);
}

/* ===========================
   Don Pikis Featured Section
   =========================== */
.don-pikis-featured {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(40, 96, 78) 0%, rgb(28, 68, 55) 100%);
  color: white;
  padding: 5rem 0;
}

.don-pikis-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(135deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
  opacity: 0.4;
  z-index: 0;
}

.don-pikis-featured .container {
  position: relative;
  z-index: 1;
}

/* Header styling */
.don-pikis__pretitle {
  color: var(--brand-secondary);
  font-size: 0.875rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.don-pikis__title {
  font-family: var(--font-display);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

/* Bottle wrapper with glow effect */
.don-pikis__bottle-wrapper {
  position: relative;
  padding: 1rem;
}

.don-pikis__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(197, 164, 113, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: glowPulse 4s ease-in-out infinite;
  z-index: 0;
}

.don-pikis__bottle {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  transition: transform 0.4s ease;
  max-height: 600px;
  object-fit: contain;
}

.don-pikis__bottle:hover {
  transform: translateY(-10px) scale(1.02);
}

/* Content styling */
.don-pikis__content {
  padding-left: 2rem;
}

/* Specs list - ficha técnica */
.don-pikis__specs-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0;
}

.don-pikis__spec-item {
  position: relative;
  padding-left: 1.5rem;
}

.don-pikis__spec-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 6px;
  height: 6px;
  background: var(--brand-secondary);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(197, 164, 113, 0.8);
}

.don-pikis__spec-item h4 {
  color: var(--brand-secondary);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.don-pikis__spec-item p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  line-height: 1.7;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.25rem;
}

.don-pikis__spec-item p.fst-italic {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  border-top: 1px solid rgba(197, 164, 113, 0.15);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .don-pikis__content {
    padding-left: 0;
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .don-pikis__title {
    font-size: 2.5rem;
  }
  
  .don-pikis__bottle {
    max-height: 350px;
  }
}

/* Section modifier for green background */
.section--green {
  background: linear-gradient(135deg, rgb(40, 96, 78) 0%, rgb(28, 68, 55) 100%);
}

/* ===========================
   Don Pikis Joven Featured Section
   =========================== */
.pikis-joven-featured {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(20, 20, 20) 0%, rgb(10, 10, 10) 100%);
  color: white;
}

.pikis-joven-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(135deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
  opacity: 0.4;
  z-index: 0;
}

.pikis-joven-featured .container {
  position: relative;
  z-index: 1;
}

/* Header styling */
.pikis-joven__pretitle {
  color: var(--brand-secondary);
  font-size: 0.875rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.pikis-joven__title {
  font-family: var(--font-display);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

/* Bottle wrapper with glow effect */
.pikis-joven__bottle-wrapper {
  position: relative;
  padding: 1rem;
}

.pikis-joven__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(197, 164, 113, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: glowPulse 4s ease-in-out infinite;
  z-index: 0;
}

.pikis-joven__bottle {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  transition: transform 0.4s ease;
  max-height: 600px;
  object-fit: contain;
}

.pikis-joven__bottle:hover {
  transform: translateY(-10px) scale(1.02);
}

/* Content styling */
.pikis-joven__content {
  padding-left: 2rem;
}

/* Specs list - ficha técnica */
.pikis-joven__specs-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0;
}

.pikis-joven__spec-item {
  position: relative;
  padding-left: 1.5rem;
}

.pikis-joven__spec-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 6px;
  height: 6px;
  background: var(--brand-secondary);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(197, 164, 113, 0.8);
}

.pikis-joven__spec-item h4 {
  color: var(--brand-secondary);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.pikis-joven__spec-item p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  line-height: 1.7;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.25rem;
}

.pikis-joven__spec-item p.fst-italic {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  border-top: 1px solid rgba(197, 164, 113, 0.15);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .pikis-joven__content {
    padding-left: 0;
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .pikis-joven__title {
    font-size: 2.5rem;
  }
  
  .pikis-joven__bottle {
    max-height: 350px;
  }
}

/* Section modifier for black background */
/* Section modifier for black background */
.section--black {
  background: linear-gradient(135deg, rgb(20, 20, 20) 0%, rgb(10, 10, 10) 100%);
}

/* ===========================
   Process Simple (Productos)
   =========================== */
.process-simple {
  
  .don-pikis__quote {
    margin-left: 0;
    padding-left: 1.5rem;
  }
}

/* Section modifier for green background */
.section--green {
  background: linear-gradient(135deg, rgb(40, 96, 78) 0%, rgb(28, 68, 55) 100%);
}

/* ===========================
   Don Pikis Joven Featured Section
   =========================== */
.pikis-joven-featured {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(20, 20, 20) 0%, rgb(10, 10, 10) 100%);
  color: white;
}

.pikis-joven-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(135deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(197, 164, 113, 0.03) 25%, transparent 25%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
  opacity: 0.4;
  z-index: 0;
}

.pikis-joven-featured .container {
  position: relative;
  z-index: 1;
}

/* Header styling */
.pikis-joven__pretitle {
  color: var(--brand-secondary);
  font-size: 0.875rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.pikis-joven__title {
  font-family: var(--font-display);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

/* Bottle wrapper with glow effect */
.pikis-joven__bottle-wrapper {
  position: relative;
  padding: 2rem;
}

.pikis-joven__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(197, 164, 113, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: glowPulse 4s ease-in-out infinite;
  z-index: 0;
}

.pikis-joven__bottle {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  transition: transform 0.4s ease;
  max-height: 600px;
  object-fit: contain;
}

.pikis-joven__bottle:hover {
  transform: translateY(-10px) scale(1.02);
}

/* Content styling */
.pikis-joven__content {
  padding-left: 2rem;
}

/* Description - el texto más importante y grande */
.pikis-joven__description p:first-child {
  font-size: 1.75rem;
  line-height: 1.5;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.pikis-joven__description p:last-child {
  font-size: 1.125rem;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

/* Specs section - jerarquía clara */
.pikis-joven__specs {
  margin-bottom: 3rem;
}

.pikis-joven__specs h3 {
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.pikis-joven__specs p {
  font-size: 1rem;
  line-height: 1.7;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.85);
}

.pikis-joven__specs strong {
  font-size: 1.125rem;
  color: var(--brand-secondary);
  font-weight: 600;
}

/* Quote destacada - más grande y elegante */
.pikis-joven__quote {
  position: relative;
  padding-left: 2rem;
  border-left: 3px solid var(--brand-secondary);
  color: var(--brand-secondary);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  margin-left: 1rem;
  font-size: 1.25rem !important;
  line-height: 1.6;
  font-weight: 400;
}

.pikis-joven__quote::before {
  content: '"';
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  font-size: 3rem;
  font-family: var(--font-display);
  color: var(--brand-secondary);
  opacity: 0.5;
}

/* Experience section */
.pikis-joven__experience {
  animation: fadeInUp 0.8s ease-out;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pikis-joven__experience h3 {
  color: var(--brand-secondary);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
}

.pikis-joven__experience p {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.7;
  font-size: 1rem;
}

/* Process section - vertical layout for left column */
.pikis-joven__process {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
}

.pikis-joven__process h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.pikis-joven__process-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pikis-joven__process-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: transform 0.3s ease;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pikis-joven__process-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pikis-joven__process-item:hover {
  transform: translateX(8px);
}

.pikis-joven__process-name {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.25rem;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.pikis-joven__process-detail {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .pikis-joven__content {
    padding-left: 0;
    margin-top: 3rem;
  }
  
  .pikis-joven__process-grid {
    gap: 1.5rem;
  }
  
  .pikis-joven__process-item:hover {
    transform: none;
  }
}

@media (max-width: 768px) {
  .pikis-joven__title {
    font-size: 2.5rem;
  }
  
  .pikis-joven__bottle {
    max-height: 350px;
  }
  
  .pikis-joven__quote {
    margin-left: 0;
    padding-left: 1.5rem;
  }
}

/* Section modifier for black background */
.section--black {
  background: linear-gradient(135deg, rgb(20, 20, 20) 0%, rgb(10, 10, 10) 100%);
}

/* ===========================
   Process Simple (Productos)
   =========================== */
.process-simple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.process-simple__item {
  text-align: center;
  padding: 2rem 1rem;
  transition: transform 0.3s ease;
}

.process-simple__item:hover {
  transform: translateY(-5px);
}

.process-simple__item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.process-simple__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--brand-primary);
}

.process-simple__description {
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.6;
}

/* ===========================
   Diferenciadores List
   =========================== */
.diferenciadores-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
  padding: 2rem 0;
}

.diferenciadores-list__item {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.diferenciadores-list__item:hover {
  transform: translateX(10px);
}

.diferenciadores-list__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #212529;
}

.diferenciadores-list__description {
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.6;
}

/* ===========================
   List Simple
   =========================== */
.list-simple {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-simple li {
  padding: 1rem 0;
  padding-left: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: #495057;
  line-height: 1.6;
}

.list-simple li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 6px;
  height: 6px;
  background: var(--brand-primary);
  border-radius: 50%;
}

.list-simple li:last-child {
  border-bottom: none;
}

/* ===========================
   Ventajas Grid
   =========================== */
.ventajas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2rem 0;
}

.ventajas-grid__item {
  padding: 1.5rem;
  text-align: center;
  font-weight: 500;
  color: #495057;
  border-left: 3px solid var(--brand-primary);
  transition: all 0.3s ease;
}

.ventajas-grid__item:hover {
  border-left-width: 5px;
  color: var(--brand-primary);
  transform: translateX(5px);
}

/* ===========================
   Contact Methods
   =========================== */
.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-methods__item {
  text-align: center;
}

.contact-methods__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .process-simple,
  .ventajas-grid,
  .contact-methods {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .process-simple__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .diferenciadores-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .diferenciadores-list__item:hover {
    transform: none;
  }
  
  .ventajas-grid__item:hover {
    transform: none;
  }
}

/* ===========================
   Responsive adjustments
   =========================== */
@media (max-width: 991px) {
  .dona-cata__content {
    padding-left: 0;
    margin-top: 3rem;
  }
  
  .dona-cata__bottle {
    max-height: 450px;
  }
  
  .dona-cata__glow {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .dona-cata__title {
    font-size: 2.5rem;
  }
  
  .dona-cata__logo {
    height: 100px;
  }
  
  .dona-cata__bottle {
    max-height: 350px;
  }
  
  .dona-cata__process-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .dona-cata__quote {
    margin-left: 0;
    padding-left: 1.5rem;
  }
}

/* ===========================
   Gallery Mosaic
   =========================== */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.gallery-mosaic__item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-mosaic__item:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-md);
  z-index: 1;
}

/* Variantes de tamaño para crear el efecto mosaico - sin espacios vacíos */
.gallery-mosaic__item--wide {
  grid-column: span 2;
}

.gallery-mosaic__item--tall {
  grid-row: span 2;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
    gap: 0.5rem;
  }
  
  /* En móvil, todos los items ocupan 1 celda */
  .gallery-mosaic__item--wide,
  .gallery-mosaic__item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .gallery-mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 180px;
    gap: 0.65rem;
  }
}

@media (min-width: 993px) and (max-width: 1400px) {
  .gallery-mosaic {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
  }
}

@media (min-width: 1401px) {
  .gallery-mosaic {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 240px;
  }
}

/* ===========================
   Contact Section
   =========================== */
.section--dark {
  background: linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
}

#contacto .btn-outline-light {
  border: 1px solid rgba(197, 164, 113, 0.5);
  color: #C5A471;
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

#contacto .btn-outline-light:hover {
  background-color: #C5A471;
  border-color: #C5A471;
  color: #0a0a0a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 164, 113, 0.3);
}

#contacto a:not(.btn) {
  transition: color 0.3s ease;
}

#contacto a:not(.btn):hover {
  color: #C5A471 !important;
}

/* ===========================
   Footer
   =========================== */
.footer {
  border-top: 1px solid rgba(197, 164, 113, 0.2);
  background: #000000;
}

.footer a {
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #C5A471 !important;
  opacity: 1 !important;
}

/* ===========================
   Responsive Adjustments
   =========================== */
@media (max-width: 768px) {
  .hero__title {
    font-size: 2rem;
  }
  
  .hero__subtitle {
    font-size: 1rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .hero__cta .btn {
    min-width: 100%;
  }
}

/* ===========================
   Animations
   =========================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* ===========================
   Accessibility
   =========================== */
:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

/* Skip to main content link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--brand-primary);
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

/* ===========================
   Loading States
   =========================== */
.loading {
  opacity: 0.6;
  pointer-events: none;
}

/* ===========================
   Print Styles
   =========================== */
@media print {
  .header,
  .footer,
  .hero__cta,
  .btn {
    display: none;
  }
  
  body {
    font-size: 12pt;
  }
}
