/*
Theme Name: Casa de Piedra Luxury Theme
Theme URI: https://casadepiedraleon.mx/
Description: Plantilla premium administrable con animaciones GSAP y compatibilidad con Elementor.
Author: Johan Jacob Paz Valadez
Version: 3.6.1
*/

:root {
  /* Dark Luxury Theme */
  --color-bg: #0a0a0a; /* OLED Black */
  --color-surface: #141414; /* Slightly lighter for cards */
  --color-surface-glass: rgba(20, 20, 20, 0.7);
  
  --color-text-primary: #f5f5f5; /* Off-white */
  --color-text-secondary: #a0a0a0; /* Gray */
  
  --color-accent: #c1621e; /* Gold / Champagne */
  --color-accent-hover: #b8962c;
  
  --color-border: rgba(193, 98, 30, 0.2); /* Gold subtle border */
  --color-border-inner: rgba(255, 255, 255, 0.05);

  /* Typography */
  --font-heading: 'Cormorant Garamond', serif;
  --font-script: 'Great Vibes', cursive;
  --font-body: 'Inter', sans-serif;

  /* Spacing */
  --space-2: 0.5rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Border Radius */
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-pill: 9999px;

  /* Easing */
  --ease-fluid: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-elastic: cubic-bezier(0.34, 1.56, 0.64, 1);
  
  /* Shadows */
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 20px rgba(193, 98, 30, 0.15);
  color-scheme: dark;
}

*:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Custom Luxury Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #0a0a0a;
}
::-webkit-scrollbar-thumb {
  background: rgba(193, 98, 30, 0.3);
  border-radius: 4px;
  border: 2px solid #0a0a0a;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(193, 98, 30, 0.6);
}

/* Luxury Text Selection */
::selection {
  background: rgba(193, 98, 30, 0.3);
  color: #fff;
}
::-moz-selection {
  background: rgba(193, 98, 30, 0.3);
  color: #fff;
}

/* Responsive Base scaling for extreme screens (Smartwatches to 8K) */
html {
  font-size: 14px;
}
@media (max-width: 380px) {
  html { font-size: 12px; } /* Smartwatches and Pocket Phones */
}
@media (min-width: 768px) {
  html { font-size: 16px; } /* Standard Tablets/Desktop */
}
@media (min-width: 1920px) {
  html { font-size: 16.5px; } /* 2K */
}
@media (min-width: 2560px) {
  html { font-size: 17.5px; } /* 4K */
}
@media (min-width: 3840px) {
  html { font-size: 18.5px; } /* 4K UHD+ / 8K */
}

body {
  font-family: var(--font-body);
  background-color: var(--color-bg);
  background-image: 
    radial-gradient(circle at 10% 15%, rgba(193, 98, 30, 0.05) 0%, transparent 45%),
    radial-gradient(circle at 90% 85%, rgba(180, 140, 80, 0.04) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(20, 20, 20, 0.7) 0%, rgba(10, 10, 10, 1) 100%);
  background-attachment: fixed;
  color: var(--color-text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}
@media (max-width: 1024px) {
  body {
    background-attachment: scroll;
  }
}

/* Subtle Film Grain / Architectural Noise Overlay (Fondo granulado en todo el sitio, detrás de las tarjetas) */
body::after,
.noise-overlay {
  content: '';
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
  opacity: 0.058;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Las tarjetas y banners principales tienen fondo sólido y z-index superior al fondo granulado para evitar traslucidez */
.luxury-card,
.google-review-card,
.other-space-card,
.espacio-panel,
.luxury-info-panel,
.rest-col-info > div,
.espacio-col-info > div,
.luxury-editorial-intro,
.privacy-hero,
.salon-banner,
.cdp-hero,
.banner-section,
.venue-banner {
  position: relative !important;
  z-index: 2 !important;
  background: #111111 !important;
}

/* Regla global para asegurar que los banners/héroes en la parte superior tengan fondo 100% sólido, cero traslucidez y cubran el granulado */
section[style*="height: 38vh"],
section[style*="height: 40vh"],
section[style*="height: 42vh"],
section[style*="height: 45vh"],
section[style*="height: 50vh"],
section[style*="height: 55vh"],
section[style*="height: 60vh"],
section[style*="height: 70vh"],
section[style*="height: 80vh"],
section[style*="height: 100vh"],
section[style*="clamp(340px"],
section[style*="clamp(320px"] {
  position: relative !important;
  z-index: 2 !important;
  background-color: #080808 !important;
}

/* Typography Utilities - Luxury Editorial Proportions */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.text-script,
[style*="Great Vibes"],
[style*="font-family: 'Great Vibes'"] {
  font-family: var(--font-script);
  color: var(--color-accent);
  font-size: clamp(1.8rem, 3vw + 0.5rem, 3.8rem);
  line-height: 1.1;
  text-shadow: 0 0 18px rgba(193, 98, 30, 0.7), 0 0 35px rgba(193, 98, 30, 0.4), 0 2px 8px rgba(0, 0, 0, 0.95);
  display: inline-block;
}

.text-hero {
  font-size: clamp(2.2rem, 4.5vw + 1rem, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
}

.text-h2 { 
  font-size: clamp(1.8rem, 3.2vw + 0.5rem, 3.8rem); 
  line-height: 1.15;
}

.text-h3 { 
  font-size: clamp(1.3rem, 2vw + 0.5rem, 2.5rem); 
  line-height: 1.25;
}

.text-body-lg {
  font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.25rem);
  color: var(--color-text-secondary);
  line-height: 1.85;
  max-width: 75ch;
}

.text-caption {
  font-size: clamp(0.75rem, 0.2vw + 0.7rem, 0.9rem);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: var(--color-accent);
  text-shadow: 0 0 15px rgba(193, 98, 30, 0.2);
}

/* Luxury Section Dividers & Accents */
.luxury-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(193, 98, 30, 0.45) 50%, transparent 100%);
  margin: var(--space-12) 0;
  position: relative;
}
.luxury-divider::after {
  content: '◇';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-accent);
  background: #080808;
  padding: 0 1.25rem;
  font-size: 0.95rem;
  opacity: 1;
  text-shadow: 0 0 10px rgba(193, 98, 30, 0.4);
}

/* Layout Utilities */
.container {
  width: 100%;
  max-width: clamp(280px, 92vw, 1500px);
  margin: 0 auto;
  padding: 0 var(--space-4);
}

@media (min-width: 768px) {
  .container { padding: 0 var(--space-8); }
}

@media (min-width: 2560px) {
  .container { max-width: 1800px; }
}

.section { padding: var(--space-16) 0; }
@media (min-width: 768px) { .section { padding: var(--space-32) 0; } }

/* Grid */
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.gap-4 { gap: var(--space-4); }
.gap-8 { gap: var(--space-8); }
.gap-12 { gap: var(--space-12); }

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md\:col-span-8 { grid-column: span 8 / span 8; }
  .md\:col-span-7 { grid-column: span 7 / span 7; }
  .md\:col-span-5 { grid-column: span 5 / span 5; }
  .md\:col-span-4 { grid-column: span 4 / span 4; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:col-span-8 { grid-column: span 8 / span 8; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
}

@media (min-width: 1600px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .xl\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* Luxury Cards - Frosted Glassmorphism & Solid Black Background */
.luxury-card {
  background: #0d0d0d !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.18); /* Reflejo de luz cenital */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(193, 98, 30, 0.05);
  overflow: hidden;
  position: relative;
  transition: all 0.5s var(--ease-fluid);
  border-radius: var(--radius-lg);
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Viñetado suave en tarjetas de salones y restaurantes que se desactiva al pasar el cursor */
.luxury-card::before,
.espacio-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 38%, rgba(0, 0, 0, 0.52) 100%);
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-card:hover::before,
.espacio-panel:hover::before {
  opacity: 0;
}

.luxury-card:hover {
  border-color: rgba(193, 98, 30, 0.4);
  border-top-color: rgba(193, 98, 30, 0.6);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8), 0 0 35px rgba(193, 98, 30, 0.18);
  transform: translateY(-6px);
}

.luxury-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-accent);
  opacity: 0;
  transform: scale(0.98);
  transition: all 0.4s var(--ease-fluid);
  pointer-events: none;
  border-radius: inherit;
}

.luxury-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

/* Universal Button Shimmer & Elevation */
a[style*="background: var(--color-accent)"],
button[style*="background: var(--color-accent)"],
.btn-luxury {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(193, 98, 30, 0.25);
  transition: all 0.4s var(--ease-fluid) !important;
}
a[style*="background: var(--color-accent)"]:hover,
button[style*="background: var(--color-accent)"]:hover,
.btn-luxury:hover {
  box-shadow: 0 15px 35px rgba(193, 98, 30, 0.5);
  filter: brightness(1.12);
  transform: scale(1.04) translateY(-2px) !important;
}

/* Utilities */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-fluid);
}

.luxury-card:hover .img-cover {
  transform: scale(1.05);
}

/* Navbar specific utility for UX */
.desktop-nav { display: none; }
.mobile-nav-btn { display: flex; }

@media (min-width: 1024px) {
  .desktop-nav { display: flex; }
  .mobile-nav-btn { display: none; }
}

/* ==========================================================================
   Continuous Carousel (Marquee)
   ========================================================================== */
.carousel-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.carousel-track {
    display: flex;
    height: 100%;
    width: max-content;
    animation: scroll-carousel 30s linear infinite;
}
.carousel-track:hover {
    animation-play-state: paused;
}
.carousel-slide {
    height: 100%;
    flex: 0 0 auto;
    position: relative;
    margin-right: 0px; 
}
.carousel-slide img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
    transition: filter 0.3s ease;
}
.carousel-slide:hover img {
    filter: brightness(0.8);
}

@keyframes scroll-carousel {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Fix for GLightbox on top of our high z-index elements */
.glightbox-container {
    z-index: 999999 !important;
}
/* Gallery Masonry Collage - Responsive for Extreme Screens */
.gallery-grid { margin: 0 auto; width: 100%; column-count: 3; column-gap: 24px; }
.gallery-item { 
  break-inside: avoid; 
  margin-bottom: 24px; 
  width: 100%; 
  position: relative; 
  overflow: hidden; 
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  transition: all 0.5s var(--ease-fluid);
}
.gallery-item:hover {
  border-color: rgba(193, 98, 30, 0.5);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 30px rgba(193, 98, 30, 0.18);
  transform: translateY(-5px);
}
.gallery-item.estelar { column-span: all; width: 100%; margin-bottom: 34px; margin-top: 15px; }
.gallery-item img { display: block; width: 100%; height: auto; transition: transform 0.8s var(--ease-fluid), filter 0.5s; }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(1.08); }
@media (min-width: 1600px) { .gallery-grid { column-count: 4; column-gap: 30px; } }
@media (min-width: 2560px) { .gallery-grid { column-count: 5; column-gap: 36px; } }
@media (max-width: 1024px) { .gallery-grid { column-count: 2; column-gap: 16px; } }
@media (max-width: 600px) { .gallery-grid { column-count: 1; } }

/* Responsive Hero Actions Bar - Prevents shadow clipping and maintains luxury proportions on all devices */
.hero-actions-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(1.5rem, 3vw, 2.8rem);
    overflow: visible !important;
}
@media (max-width: 768px) {
    .hero-actions-bar {
        gap: 1.5rem;
        justify-content: flex-start;
    }
    .hero-cta-btn {
        padding: 1.05rem 2.4rem !important;
        font-size: 1.05rem !important;
    }
    .hero-link-btn {
        font-size: 1.15rem !important;
    }
}
@media (max-width: 480px) {
    .hero-actions-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.4rem;
    }
    .hero-cta-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* ==========================================================================
   Luxury Editorial Intro & Subtitle Framing (Espacios & Restaurantes)
   ========================================================================== */
.luxury-editorial-intro {
    position: relative !important;
    z-index: 2 !important;
    width: 100%;
    max-width: 100%;
    margin: -1.5rem 0 4.5rem 0;
    padding: 3.2rem clamp(1.5rem, 6vw, 8rem);
    text-align: center;
    background: radial-gradient(ellipse at center, rgba(193, 98, 30, 0.12) 0%, #0e0e0e 75%), #0a0a0a !important;
    border-top: 1px solid rgba(193, 98, 30, 0.35);
    border-bottom: 1px solid rgba(193, 98, 30, 0.35);
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.85), inset 0 0 40px rgba(193, 98, 30, 0.03);
    box-sizing: border-box;
    overflow: hidden;
}

.luxury-intro-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 1.6rem;
}

.luxury-intro-ornament .line-left,
.luxury-intro-ornament .line-right {
    height: 1px;
    width: clamp(60px, 20vw, 260px);
    background: linear-gradient(to right, transparent, rgba(193, 98, 30, 0.75));
}

.luxury-intro-ornament .line-right {
    background: linear-gradient(to left, transparent, rgba(193, 98, 30, 0.75));
}

.luxury-intro-ornament .diamond-icon {
    color: var(--color-accent);
    font-size: 0.95rem;
    filter: drop-shadow(0 0 8px rgba(193, 98, 30, 0.6));
}

.luxury-intro-quote {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: clamp(1.4rem, 2.4vw, 2.25rem);
    font-weight: 400;
    line-height: 1.55;
    color: #fcf9f2;
    margin: 0 auto 1.6rem auto;
    max-width: 1150px;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85);
}

.luxury-intro-footer {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.luxury-intro-footer .small-caps-label {
    font-family: var(--font-body);
    font-size: clamp(0.72rem, 1vw, 0.82rem);
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--color-accent);
    font-weight: 600;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .luxury-editorial-intro {
        padding: 2.2rem 1.25rem;
        margin: -0.5rem 0 3rem 0;
    }
    .luxury-intro-quote {
        font-size: 1.35rem;
        line-height: 1.5;
    }
}

/* ==========================================================================
   Google Reviews Section (Reseñas Verificadas Google Maps)
   ========================================================================== */
.google-reviews-section {
    position: relative;
    padding: 3.5rem 0 1.5rem 0;
    background: transparent !important;
    border-top: none;
    border-bottom: none;
    overflow: visible;
}

.google-reviews-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
}

.google-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(193, 98, 30, 0.35);
    border-radius: 9999px;
    margin-bottom: 1.2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.google-badge-pill svg {
    width: 20px;
    height: 20px;
}

.google-badge-text {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.03em;
}

.google-badge-stars {
    color: #fbbc04;
    font-size: 0.95rem;
    letter-spacing: 1px;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.google-review-card {
    background: #111111 !important;
    border: 1px solid rgba(193, 98, 30, 0.28);
    border-radius: 20px;
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.85);
    position: relative;
}

.google-review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(193, 98, 30, 0.6);
    box-shadow: 0 20px 45px rgba(193, 98, 30, 0.18);
}

.google-review-stars {
    color: #fbbc04;
    font-size: 1.15rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.google-review-text {
    font-family: var(--font-body);
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    font-style: italic;
    margin-bottom: 1.8rem;
}

.google-review-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.2rem;
}

.google-review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent), #8a6f28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
    flex-shrink: 0;
}

.google-review-info h4 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.15rem 0;
}

.google-review-info span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.google-review-cta-wrapper {
    text-align: center;
}

.google-maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 2.8rem;
    background: transparent;
    color: #fff;
    border: 1px solid var(--color-accent);
    border-radius: 9999px;
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.google-maps-btn:hover {
    background: var(--color-accent);
    color: #000;
    transform: scale(1.04) translateY(-2px);
    box-shadow: 0 15px 35px rgba(193, 98, 30, 0.4);
}

@media (max-width: 768px) {
    .google-reviews-section {
        padding: 4rem 0;
    }
    .google-reviews-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .google-review-card {
        padding: 1.6rem;
    }
}

/* Fade out profesional en el borde inferior de todos los banners */
.banner-fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(to bottom, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0.75) 65%, #080808 100%);
    z-index: 1;
    pointer-events: none;
}

.casa-wa-float {
    position: fixed;
    right: max(1.1rem, env(safe-area-inset-right));
    bottom: max(1.1rem, env(safe-area-inset-bottom));
    z-index: 100010;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #25d366;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.38), 0 0 0 1px rgba(255,255,255,0.12);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.casa-wa-float:hover,
.casa-wa-float:focus-visible {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.48), 0 0 0 1px rgba(255,255,255,0.18);
    color: #fff;
}
.casa-wa-float-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.55);
    animation: casa-wa-pulse 2.2s ease-out infinite;
    pointer-events: none;
}
@keyframes casa-wa-pulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.55); opacity: 0; }
}
body.casa-pdf-modal-open .casa-wa-float,
body.casa-quote-modal-open .casa-wa-float {
    opacity: 0;
    pointer-events: none;
}

.home-restaurantes-section,
.google-reviews-section,
.home-eventos-section,
.desktop-home-nosotros {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
}

.casa-footer-maps-link {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s ease;
}
.casa-footer-maps-link .casa-gmaps-icon {
    flex-shrink: 0;
    margin-top: 2px;
    display: inline-flex;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
    transition: filter 0.2s ease, transform 0.2s ease;
}
.casa-footer-maps-link .casa-gmaps-icon svg path,
.casa-footer-maps-link .casa-gmaps-icon svg circle {
    transition: fill 0.2s ease;
}
.casa-footer-maps-copy strong {
    color: #fff;
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
    transition: color 0.2s ease;
}
.casa-footer-maps-copy span {
    font-weight: 500;
    transition: color 0.2s ease;
}
.casa-footer-maps-link:hover,
.casa-footer-maps-link:focus-visible,
.casa-footer-maps-link:active {
    color: var(--color-accent);
}
.casa-footer-maps-link:hover .casa-footer-maps-copy strong,
.casa-footer-maps-link:hover .casa-footer-maps-copy span,
.casa-footer-maps-link:focus-visible .casa-footer-maps-copy strong,
.casa-footer-maps-link:focus-visible .casa-footer-maps-copy span,
.casa-footer-maps-link:active .casa-footer-maps-copy strong,
.casa-footer-maps-link:active .casa-footer-maps-copy span {
    color: var(--color-accent);
}
.casa-footer-maps-link:hover .casa-gmaps-icon svg path,
.casa-footer-maps-link:hover .casa-gmaps-icon svg circle,
.casa-footer-maps-link:focus-visible .casa-gmaps-icon svg path,
.casa-footer-maps-link:focus-visible .casa-gmaps-icon svg circle,
.casa-footer-maps-link:active .casa-gmaps-icon svg path,
.casa-footer-maps-link:active .casa-gmaps-icon svg circle {
    fill: var(--color-accent);
}
.casa-footer-maps-link:hover .casa-gmaps-icon,
.casa-footer-maps-link:focus-visible .casa-gmaps-icon,
.casa-footer-maps-link:active .casa-gmaps-icon {
    transform: translateY(-1px);
    filter: drop-shadow(0 4px 10px rgba(193, 98, 30, 0.45));
}

