  :root {
    --color-bg: #050505;
    --color-surface: #0F0F0F;
    --color-border: #1C1C1C;
    --color-gold: #D4AF37;
    --color-gold-dim: #B8922A;
    --color-gold-glow: rgba(212,175,55,0.15);
    --color-text: #FAFAFA;
    --color-muted: #888888;
  }
  
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  
  html.lenis { height: auto; }
  .lenis.lenis-smooth { scroll-behavior: auto !important; }
  .lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
  .lenis.lenis-stopped { overflow: hidden; }

  body {
    font-family: 'Inter', sans-serif;
    background: var(--color-bg);
    color: var(--color-text);
    overflow-x: hidden;
    cursor: none;
  }

  a { text-decoration: none; color: inherit; }

  /* === CUSTOM CURSOR === */
  #cursor-dot {
    position: fixed; width: 8px; height: 8px;
    background: var(--color-gold); border-radius: 50%;
    pointer-events: none; z-index: 9999; transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s, background 0.2s;
  }
  #cursor-ring {
    position: fixed; width: 36px; height: 36px;
    border: 1px solid rgba(212,175,55,0.5); border-radius: 50%;
    pointer-events: none; z-index: 9998; transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, border-color 0.3s;
  }
  .cursor-hover #cursor-dot { width: 12px; height: 12px; }
  .cursor-hover #cursor-ring { width: 56px; height: 56px; border-color: rgba(212,175,55,0.8); }

  /* === NAVIGATION === */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    background: rgba(5,5,5,0.85); border-bottom: 1px solid rgba(212,175,55,0.12);
    height: 72px; display: flex; align-items: center;
  }
  .nav-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 48px;
    display: flex; align-items: center; justify-content: space-between; width: 100%;
  }
  .nav-logo { display: flex; align-items: center; }
  .nav-logo img { transition: filter 0.3s ease; }
  .nav-logo:hover img { filter: drop-shadow(0 0 6px rgba(212,175,55,0.4)); }
  .nav-links { display: flex; gap: 40px; list-style: none; }
  .nav-links a { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--color-muted); transition: color 0.2s; }
  .nav-links a:hover { color: var(--color-text); }
  
  /* === BUTTONS === */
  .btn-gold {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 32px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em;
    border: none; cursor: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dim));
    color: #050505; text-transform: uppercase;
  }
  .btn-gold:hover { transform: scale(1.02); box-shadow: 0 0 24px rgba(212,175,55,0.4); }

  /* === TYPOGRAPHY === */
  h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; }
  .eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-gold); display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
  .eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--color-gold); opacity: 0.7; }
  
  /* =========================================
     1. HERO: ATRAVESANDO LA PUERTA (Z-AXIS)
  ========================================= */
  .hero-section {
    position: relative; height: 100vh; width: 100%;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
  }
.hero-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    /* Tu imagen local de Hotel */
    background-image: url('/media/fotos/hotel%20lum360%202.jpg');
    background-size: cover; background-position: center;
    transform: scale(1); /* Starting point */
    transform-origin: center center;
    will-change: transform;
  }
  .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(5,5,5,0.7) 0%, rgba(5,5,5,0.3) 50%, rgba(5,5,5,0.9) 100%);
  }
  .hero-content {
    position: relative; z-index: 10; text-align: center; max-width: 1000px; padding: 0 24px;
  }
  .hero-title {
    font-size: clamp(48px, 6vw, 90px); line-height: 1.05; margin-bottom: 24px;
    color: var(--color-text); text-shadow: 0 4px 20px rgba(0,0,0,0.5);
  }
  .hero-title em { font-style: italic; color: var(--color-gold); }
  .hero-subtitle {
    font-size: clamp(16px, 1.5vw, 20px); color: rgba(255,255,255,0.85);
    font-weight: 300; line-height: 1.6; max-width: 650px; margin: 0 auto 40px;
  }
  
  /* =========================================
     2. NARRATIVA: EL MIEDO AL FILTRO
  ========================================= */
  .narrative-section {
    padding: 140px 24px; background: var(--color-bg); position: relative;
    text-align: center;
  }
  .narrative-container { max-width: 800px; margin: 0 auto; }
  .narrative-h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.1; margin-bottom: 32px; }
  .narrative-p { font-size: 18px; color: var(--color-muted); line-height: 1.7; font-weight: 300; margin-bottom: 24px; }
  .highlight-gold { color: var(--color-gold); font-weight: 400; }

  /* =========================================
     3. SUPERPODERES (ORBITING UI)
  ========================================= */
  .powers-section {
    height: 120vh; position: relative; background: var(--color-bg);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .powers-bg {
    position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=2000&q=80') center/cover;
    opacity: 0.15; filter: grayscale(80%);
  }
  .powers-center-text { position: relative; z-index: 10; text-align: center; max-width: 700px; padding: 0 24px; }
  
  .power-item {
    position: absolute; top: 50%; left: 50%;
    width: 260px; padding: 20px;
    background: rgba(10,10,10,0.85); border: 1px solid rgba(212,175,55,0.4);
    backdrop-filter: blur(12px); border-radius: 4px;
    opacity: 0; transform: translate(-50%, -50%) scale(0.5);
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  }
  .power-item h4 { font-size: 14px; color: var(--color-gold); margin-bottom: 8px; font-family: 'Inter', sans-serif; text-transform: uppercase; letter-spacing: 1px;}
  .power-item p { font-size: 13px; color: var(--color-text); line-height: 1.6; font-weight: 300; }
  .power-icon { margin-bottom: 12px; color: var(--color-gold); }

  /* =========================================
     4. CASO DE ÉXITO
  ========================================= */
  .story-section {
    padding: 120px 48px; background: var(--color-surface);
    display: flex; align-items: center; justify-content: center;
  }
  .story-container {
    max-width: 1100px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  }
  .story-image {
    width: 100%; aspect-ratio: 4/5; object-fit: cover;
    border: 1px solid rgba(212,175,55,0.2); filter: brightness(0.8);
  }
  .quote-mark { font-size: 80px; color: var(--color-gold); line-height: 0; margin-bottom: 20px; opacity: 0.4; font-family: 'Cormorant Garamond', serif; }

  /* =========================================
     5. SUITE VISUAL & CTA
  ========================================= */
  .cta-section {
    padding: 160px 24px; text-align: center; background: var(--color-bg);
    position: relative; overflow: hidden;
  }
  .cta-glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 600px; height: 600px; background: radial-gradient(circle, rgba(212,175,55,0.1) 0%, transparent 70%);
    pointer-events: none;
  }
  .cta-title { font-size: clamp(40px, 5vw, 72px); margin-bottom: 24px; color: var(--color-text); }
  .cta-subtitle { font-size: 18px; color: var(--color-muted); max-width: 600px; margin: 0 auto 48px; }

  /* =========================================
     FOOTER STYLES (Del Main Site)
  ========================================= */
  footer { padding: 64px 0 40px; border-top: 1px solid var(--color-border); background: var(--color-bg); }
  .container { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
  #web-particles {
    position: fixed; inset: 0;
    width: 100%; height: 100%;
    pointer-events: none; z-index: 1;
    opacity: 0.75; mix-blend-mode: screen;
  }

  .footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
  .footer-logo { margin-bottom: 16px; }
  .footer-logo img { filter: drop-shadow(0 0 0px rgba(212,175,55,0)); transition: filter 0.4s ease; }
  .footer-logo:hover img { filter: drop-shadow(0 0 8px rgba(212,175,55,0.35)); }
  .footer-tagline { font-size: 13px; color: var(--color-muted); line-height: 1.6; max-width: 280px; margin-bottom: 24px; }
  .footer-wa { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--color-gold); border: 1px solid rgba(212,175,55,0.2); padding: 8px 16px; transition: border-color 0.2s; }
  .footer-wa:hover { border-color: var(--color-gold); box-shadow: 0 0 14px rgba(212,175,55,0.15); }
  .footer-col h4 { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 20px; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 10px; }
  .footer-col a { font-size: 14px; color: var(--color-muted); transition: color 0.2s; }
  .footer-col a:hover { color: var(--color-text); }
  .footer-bottom { padding-top: 24px; border-top: 1px solid var(--color-border); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  .footer-copy { font-size: 12px; color: var(--color-muted); }
  .footer-legal { display: flex; gap: 24px; }
  .footer-legal a { font-size: 12px; color: var(--color-muted); transition: color 0.2s; }
  .footer-legal a:hover { color: var(--color-text); }

  /* Responsive */
  @media (max-width: 1024px) {
    .story-container { grid-template-columns: 1fr; gap: 40px; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .container { padding: 0 24px; }
    .nav-links { display: none; }
    .footer-inner { grid-template-columns: 1fr; gap: 36px; }
    .story-section { padding: 80px 24px; }
    
    /* ============================================================
       POWERS SECTION — Layout vertical garantizado en móvil
       Sobrescribe el posicionamiento absoluto del desktop
       y apila las tres cards en flujo normal debajo del texto.
       ============================================================ */
    .powers-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 80px 24px 60px;
      min-height: 100vh;
      gap: 24px;
    }
    .powers-center-text {
      position: relative;
      inset: auto;
      transform: none !important;
      margin-bottom: 32px;
      max-width: 100%;
    }
    .powers-center-text h2 {
      font-size: 36px !important;
      line-height: 1.1;
    }
    .powers-center-text p {
      font-size: 15px !important;
    }
    .power-item {
      position: relative !important;
      inset: auto !important;
      top: auto !important;
      left: auto !important;
      right: auto !important;
      bottom: auto !important;
      transform: translateY(20px);
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
      padding: 20px;
      opacity: 0;
    }
    .power-item h4 {
      font-size: 14px;
      margin-bottom: 8px;
    }
    .power-item p {
      font-size: 13px;
      line-height: 1.5;
    }
  }
  
  /* ============================================================
     CASO DE ÉXITO — TODO INOXIDABLE
     ============================================================ */

  /* Contenedor principal de la sección. Fondo negro coherente
     con el resto del sitio. Padding generoso para respirar. */
  .case-section {
    position: relative;
    padding: 140px 0 160px;
    background: var(--color-bg);
    overflow: hidden;
  }

  /* Bloque de texto introductorio (eyebrow + H2 + párrafos).
     Limitado a 880px para mantener líneas legibles. */
  .case-intro {
    max-width: 880px;
    margin: 0 auto 64px;
    padding: 0 5vw;
    text-align: center;
  }
  .case-intro .eyebrow { justify-content: center; margin-bottom: 24px; }
  .case-intro h2 {
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--color-text);
    margin-bottom: 28px;
    font-weight: 600;
  }
  .case-intro p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--color-muted);
    margin-bottom: 18px;
    font-weight: 300;
  }

  /* Grid de 3 métricas. En desktop forman fila, en móvil columna. */
  .case-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto 80px;
    padding: 0 5vw;
  }
  .metric-card {
    border: 1px solid rgba(212,175,55,0.18);
    background: rgba(255,255,255,0.02);
    padding: 36px 28px;
    text-align: center;
  }
  .metric-num {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    color: var(--color-gold);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 12px;
  }
  .metric-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-muted);
    line-height: 1.5;
  }


  .case-viewer-wrap {
    position: relative;
    width: 95vw;
    max-width: 1800px;
    height: 95vh;
    margin: 0 auto;
    border: 1px solid rgba(212,175,55,0.22);
    box-shadow: 0 40px 120px rgba(0,0,0,0.6), 0 0 80px rgba(212,175,55,0.05);
    background: #000;
    overflow: hidden;
    opacity: 0;
    filter: blur(15px);
    transform: translateY(60px);
    will-change: opacity, filter, transform;
  }

  /* El iframe arranca con pointer-events:none.
     Solo se activa cuando el usuario hace clic en el overlay
     (clase .is-active añadida por JavaScript). */
  .case-viewer-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
  }
  .case-viewer-wrap.is-active iframe { pointer-events: auto; }

  /* Overlay "Toca para explorar". Bloquea la interacción
     con el iframe hasta que el usuario lo decida explícitamente.
     Al activarse recibe la clase .hidden y se desvanece. */
  .case-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(180deg, rgba(5,5,5,0.55) 0%, rgba(5,5,5,0.78) 100%);
    backdrop-filter: blur(2px);
    cursor: pointer;
    transition: opacity 600ms ease, visibility 600ms ease;
    text-align: center;
    padding: 0 24px;
  }
  .case-overlay.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
  .case-overlay .ov-eyebrow {
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--color-gold);
  }
  .case-overlay h3 {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 600;
    color: var(--color-text);
    letter-spacing: -0.01em;
    max-width: 600px;
    line-height: 1.2;
  }
  .case-overlay .ov-cta {
    margin-top: 12px;
    padding: 14px 32px;
    border: 1px solid var(--color-gold);
    color: var(--color-gold);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 300ms ease;
  }
  .case-overlay:hover .ov-cta { background: var(--color-gold); color: #050505; }
  .case-overlay .ov-hint {
    font-size: 11px; color: var(--color-muted); margin-top: 8px; letter-spacing: 0.05em;
  }

  /* Ajustes para móvil: viewer a 80vh, métricas en columna */
  @media (max-width: 768px) {
    .case-section { padding: 90px 0 110px; }
    .case-metrics { grid-template-columns: 1fr; gap: 16px; margin-bottom: 56px; }
    .metric-card { padding: 28px 20px; }
    .case-viewer-wrap { width: 95vw; height: 80vh; }
  }
  
  /* ============================================================
     LÍNEA DE AUTORIDAD — Posición #1 en Google
     ============================================================ */
  .case-authority {
    max-width: 880px;
    margin: -40px auto 80px;   /* margen negativo para acercarlo al grid */
    padding: 0 5vw;
    text-align: center;
  }
  .authority-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 28px 48px;
    border-top: 1px solid rgba(212,175,55,0.25);
    border-bottom: 1px solid rgba(212,175,55,0.25);
    background: linear-gradient(180deg,
      rgba(212,175,55,0.04) 0%,
      transparent 50%,
      rgba(212,175,55,0.04) 100%);
    position: relative;
  }
  .authority-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
    opacity: 0.85;
  }
  .authority-line {
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.4;
    color: var(--color-text);
    font-weight: 400;
    margin: 0;
    max-width: 640px;
  }
  .authority-rank {
    font-weight: 700;
    color: var(--color-gold);
    font-size: 1.15em;
    letter-spacing: -0.02em;
  }
  .authority-query {
    color: var(--color-gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(212,175,55,0.4);
    transition: border-color 300ms ease, color 300ms ease;
    font-style: italic;
  }
  .authority-query:hover {
    color: var(--color-text);
    border-bottom-color: var(--color-text);
  }
  .authority-hint {
    font-size: 11px;
    color: var(--color-muted);
    letter-spacing: 0.05em;
    margin-top: 4px;
  }

  @media (max-width: 768px) {
    .case-authority { margin: -20px auto 56px; }
    .authority-inner { padding: 24px 24px; }
    .authority-line { font-size: 17px; }
  }
