/* ============================================
   EL EDÉN - Main Stylesheet (Bundled)
   Contains: variables, reset, typography, components, sections, animations
   ============================================ */

/* ============================================
   1. VARIABLES
   ============================================ */
/* ============================================
   EL EDÉN - Design Tokens
   Sistema de diseño "Botanical Luxury"
   ============================================ */

:root {
  /* ===========================================
     PALETA DE COLORES
     =========================================== */

  /* Verdes Orgánicos - Primarios */
  --eden-forest: #1a3a2f;        /* Verde bosque profundo */
  --eden-moss: #2d5a4a;          /* Verde musgo */
  --eden-sage: #7d9b8c;          /* Verde salvia */
  --eden-mist: #c8d9d0;          /* Niebla verde */
  --eden-dew: #e8f0eb;           /* Rocío */

  /* Acentos Dorados (para destacar números) */
  --eden-gold: #c9a227;          /* Dorado - números destacados */
  --eden-gold-light: #d4b44a;    /* Dorado claro */

  /* Verde Principal para CTAs */
  --eden-cta: #2d5a4a;           /* Verde CTA principal */
  --eden-cta-hover: #1a3a2f;     /* Verde CTA hover */
  --eden-cta-light: #4a7c59;     /* Verde CTA alternativo */

  /* Tierras Cálidas - Secundarios */
  --eden-sand: #d4c4a8;          /* Arena */
  --eden-clay: #6b7c72;          /* Gris verdoso */

  /* Legacy - mantener compatibilidad */
  --eden-terracotta: #2d5a4a;
  --eden-terracotta-hover: #1a3a2f;

  /* Neutros Naturales */
  --eden-stone: #f5f3ef;         /* Piedra clara */
  --eden-cream: #faf8f5;         /* Crema */
  --eden-bark: #3d3832;          /* Corteza - textos */
  --eden-charcoal: #2a2521;      /* Carbón profundo */

  /* Sombras y Overlays */
  --eden-shadow-light: rgba(26, 58, 47, 0.08);
  --eden-shadow: rgba(26, 58, 47, 0.15);
  --eden-shadow-dark: rgba(26, 58, 47, 0.25);
  --eden-overlay: rgba(26, 58, 47, 0.7);

  /* Estados de Lotes */
  --lote-disponible: #4a7c59;
  --lote-disponible-hover: #3d6a4a;
  --lote-reservado: #c9a227;
  --lote-vendido: #6b7c72;

  /* ===========================================
     TIPOGRAFÍA
     =========================================== */

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Source Serif 4', Georgia, serif;
  --font-ui: 'DM Sans', -apple-system, sans-serif;

  /* Escala Tipográfica Fluida */
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.6vw, 1.375rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.625rem);
  --text-2xl: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
  --text-3xl: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
  --text-4xl: clamp(2.5rem, 1.8rem + 3.5vw, 5rem);
  --text-hero: clamp(3.5rem, 2.5rem + 5vw, 8rem);

  /* Line Heights */
  --leading-tight: 1.1;
  --leading-snug: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.75;

  /* Letter Spacing */
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.05em;
  --tracking-wider: 0.1em;

  /* ===========================================
     ESPACIADO
     =========================================== */

  --space-xs: clamp(0.5rem, 0.4rem + 0.5vw, 0.75rem);
  --space-sm: clamp(0.75rem, 0.6rem + 0.75vw, 1.25rem);
  --space-md: clamp(1rem, 0.8rem + 1vw, 1.75rem);
  --space-lg: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem);
  --space-xl: clamp(2rem, 1.5rem + 2.5vw, 4rem);
  --space-2xl: clamp(3rem, 2rem + 5vw, 7rem);
  --space-3xl: clamp(4rem, 3rem + 6vw, 10rem);

  /* Container */
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
  --container-2xl: 1536px;

  --container-padding: clamp(1.25rem, 1rem + 2vw, 3rem);

  /* ===========================================
     BORDES Y RADIOS
     =========================================== */

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 40px;
  --radius-full: 9999px;

  /* Bordes orgánicos */
  --radius-organic-1: 60% 40% 50% 50% / 40% 50% 50% 60%;
  --radius-organic-2: 40% 60% 45% 55% / 55% 45% 60% 40%;
  --radius-organic-3: 50% 50% 40% 60% / 60% 40% 50% 50%;

  /* ===========================================
     SOMBRAS
     =========================================== */

  --shadow-sm: 0 2px 8px var(--eden-shadow-light);
  --shadow-md: 0 4px 20px var(--eden-shadow);
  --shadow-lg: 0 8px 40px var(--eden-shadow);
  --shadow-xl: 0 16px 60px var(--eden-shadow-dark);
  --shadow-inner: inset 0 2px 10px var(--eden-shadow-light);

  /* Sombra elevación cards */
  --shadow-card:
    0 2px 4px rgba(26, 58, 47, 0.04),
    0 8px 16px rgba(26, 58, 47, 0.08),
    0 16px 32px rgba(26, 58, 47, 0.04);

  --shadow-card-hover:
    0 4px 8px rgba(26, 58, 47, 0.06),
    0 16px 32px rgba(26, 58, 47, 0.12),
    0 32px 64px rgba(26, 58, 47, 0.06);

  /* ===========================================
     TRANSICIONES
     =========================================== */

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-in-out-circ: cubic-bezier(0.85, 0, 0.15, 1);
  --ease-organic: cubic-bezier(0.4, 0, 0.2, 1);

  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 500ms;
  --duration-slower: 800ms;
  --duration-slowest: 1200ms;

  /* ===========================================
     Z-INDEX
     =========================================== */

  --z-base: 0;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-fixed: 300;
  --z-modal-backdrop: 400;
  --z-modal: 500;
  --z-popover: 600;
  --z-tooltip: 700;
}

/* Dark mode override para secciones específicas */
[data-theme="dark"] {
  --text-primary: var(--eden-cream);
  --text-secondary: var(--eden-mist);
  --bg-primary: var(--eden-forest);
  --bg-secondary: var(--eden-moss);
}

[data-theme="light"] {
  --text-primary: var(--eden-bark);
  --text-secondary: var(--eden-clay);
  --bg-primary: var(--eden-cream);
  --bg-secondary: var(--eden-stone);
}

/* ============================================
   2. RESET
   ============================================ */
/* ============================================
   EL EDÉN - CSS Reset & Base
   Normalización y estilos base
   ============================================ */

/* Box sizing universal */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reset márgenes y paddings */
* {
  margin: 0;
  padding: 0;
}

/* Prevenir ajustes de tamaño de texto en iOS */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Configuración base del body */
body {
  min-height: 100vh;
  line-height: var(--leading-normal);
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--eden-bark);
  background-color: var(--eden-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Imágenes responsive por defecto */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Heredar fuentes en elementos de formulario */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* Botones sin estilos por defecto */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Links sin subrayado por defecto */
a {
  color: inherit;
  text-decoration: none;
}

/* Listas sin estilos */
ul,
ol {
  list-style: none;
}

/* Elementos multimedia */
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Tablas */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Campos de texto */
input,
textarea {
  border: none;
  background: none;
  outline: none;
}

/* Evitar overflow horizontal */
html,
body {
  overflow-x: hidden;
}

/* Scroll suave para navegación */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Respeto por preferencias de movimiento reducido */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Focus visible para accesibilidad */
:focus-visible {
  outline: 2px solid var(--eden-terracotta);
  outline-offset: 3px;
}

/* Selection personalizada */
::selection {
  background-color: var(--eden-moss);
  color: var(--eden-cream);
}

::-moz-selection {
  background-color: var(--eden-moss);
  color: var(--eden-cream);
}

/* Scrollbar personalizada (Webkit) */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--eden-dew);
}

::-webkit-scrollbar-thumb {
  background: var(--eden-sage);
  border-radius: var(--radius-full);
  border: 2px solid var(--eden-dew);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--eden-moss);
}

/* Scrollbar Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--eden-sage) var(--eden-dew);
}

/* Hidden utility */
[hidden] {
  display: none !important;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ============================================
   3. TYPOGRAPHY
   ============================================ */
/* ============================================
   EL EDÉN - Sistema Tipográfico
   "Botanical Luxury" Typography
   ============================================ */

/* NOTE: Google Fonts Import removed for optimization. Loaded via HTML link tag. */

/* ===========================================
   HEADINGS
   =========================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--eden-bark);
}

h1, .h1 {
  font-size: var(--text-4xl);
  font-weight: 400;
}

h2, .h2 {
  font-size: var(--text-3xl);
  font-weight: 400;
}

h3, .h3 {
  font-size: var(--text-2xl);
  font-weight: 500;
}

h4, .h4 {
  font-size: var(--text-xl);
  font-weight: 500;
}

h5, .h5 {
  font-size: var(--text-lg);
  font-weight: 600;
}

h6, .h6 {
  font-size: var(--text-base);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

/* ===========================================
   DISPLAY TITLES (Hero, Secciones)
   =========================================== */

.title-hero {
  font-family: var(--font-display);
  font-size: var(--text-hero);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--eden-cream);
}

.title-hero span {
  display: block;
}

.title-hero .accent {
  font-weight: 500;
  font-style: italic;
}

.title-section {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 400;
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-md);
}

.title-section--light {
  color: var(--eden-cream);
}

.subtitle-section {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 300;
  line-height: var(--leading-relaxed);
  color: var(--eden-clay);
  max-width: 60ch;
}

.subtitle-section--light {
  color: var(--eden-mist);
}

/* ===========================================
   BODY TEXT
   =========================================== */

p {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  color: var(--eden-bark);
}

.text-large {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
}

.text-small {
  font-size: var(--text-sm);
}

.text-xs {
  font-size: var(--text-xs);
}

/* Lead paragraph */
.lead {
  font-size: var(--text-xl);
  font-weight: 300;
  line-height: var(--leading-relaxed);
  color: var(--eden-clay);
}

/* ===========================================
   LABELS & UI TEXT
   =========================================== */

.label {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--eden-sage);
}

.label--accent {
  color: var(--eden-cta-light);
}

.eyebrow {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--eden-moss);
  margin-bottom: var(--space-sm);
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--eden-cta-light);
}

/* ===========================================
   LINKS
   =========================================== */

.link {
  color: var(--eden-moss);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color var(--duration-fast) var(--ease-organic),
              text-decoration-color var(--duration-fast) var(--ease-organic);
}

.link:hover {
  color: var(--eden-forest);
  text-decoration-color: var(--eden-terracotta);
}

.link-subtle {
  color: var(--eden-clay);
  text-decoration: none;
  position: relative;
}

.link-subtle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--eden-cta-light);
  transition: width var(--duration-normal) var(--ease-out-expo);
}

.link-subtle:hover::after {
  width: 100%;
}

/* ===========================================
   QUOTES
   =========================================== */

blockquote {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 300;
  font-style: italic;
  line-height: var(--leading-snug);
  color: var(--eden-moss);
  padding-left: var(--space-lg);
  border-left: 3px solid var(--eden-cta-light);
  margin: var(--space-xl) 0;
}

blockquote footer {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-style: normal;
  color: var(--eden-clay);
  margin-top: var(--space-sm);
}

/* ===========================================
   LISTS
   =========================================== */

.list-styled {
  padding-left: var(--space-md);
}

.list-styled li {
  position: relative;
  padding-left: var(--space-md);
  margin-bottom: var(--space-xs);
}

.list-styled li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  background: var(--eden-cta-light);
  border-radius: 50%;
}

/* Lista con checks */
.list-check li::before {
  content: '✓';
  background: none;
  color: var(--eden-moss);
  font-weight: 600;
  width: auto;
  height: auto;
  top: 0;
}

/* ===========================================
   SPECIAL TEXT EFFECTS
   =========================================== */

/* Texto con gradiente */
.text-gradient {
  background: linear-gradient(135deg, var(--eden-forest) 0%, var(--eden-moss) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Texto destacado */
.highlight {
  background: linear-gradient(180deg, transparent 60%, var(--eden-sand) 60%);
  padding: 0 4px;
}

/* Número grande decorativo */
.number-display {
  font-family: var(--font-display);
  font-size: var(--text-hero);
  font-weight: 300;
  line-height: 1;
  color: var(--eden-gold);
}

/* Stats number */
.stat-number {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: 400;
  line-height: 1;
  color: var(--eden-forest);
}

.stat-label {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  color: var(--eden-clay);
  margin-top: var(--space-xs);
}

/* ===========================================
   TEXT UTILITIES
   =========================================== */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-forest { color: var(--eden-forest); }
.text-moss { color: var(--eden-moss); }
.text-sage { color: var(--eden-sage); }
.text-terracotta { color: var(--eden-terracotta); }
.text-cream { color: var(--eden-cream); }
.text-bark { color: var(--eden-bark); }
.text-clay { color: var(--eden-clay); }

.font-display { font-family: var(--font-display); }
.font-body { font-family: var(--font-body); }
.font-ui { font-family: var(--font-ui); }

.weight-light { font-weight: 300; }
.weight-normal { font-weight: 400; }
.weight-medium { font-weight: 500; }
.weight-semibold { font-weight: 600; }
.weight-bold { font-weight: 700; }

.uppercase {
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}

.italic { font-style: italic; }

.max-w-prose { max-width: 65ch; }
.max-w-narrow { max-width: 45ch; }

/* ============================================
   4. COMPONENTS
   ============================================ */
/* ============================================
   EL EDÉN - UI Components
   Componentes de interfaz
   ============================================ */

/* ===========================================
   CONTAINER
   =========================================== */

.container {
  width: 100%;
  max-width: var(--container-xl);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}

.container--narrow {
  max-width: var(--container-lg);
}

.container--wide {
  max-width: var(--container-2xl);
}

/* ===========================================
   BUTTONS
   =========================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out-expo);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* Primary Button - Verde */
.btn--primary {
  background: var(--eden-cta);
  color: var(--eden-cream);
  box-shadow: 0 4px 20px rgba(45, 90, 74, 0.3);
}

.btn--primary:hover {
  background: var(--eden-cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(45, 90, 74, 0.4);
}

.btn--primary:active {
  transform: translateY(0);
}

/* Secondary Button - Outline */
.btn--secondary {
  background: transparent;
  color: var(--eden-forest);
  border: 2px solid var(--eden-forest);
}

.btn--secondary:hover {
  background: var(--eden-forest);
  color: var(--eden-cream);
}

/* Ghost Button - Light */
.btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: var(--eden-cream);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Large Button */
.btn--lg {
  padding: var(--space-md) var(--space-xl);
  font-size: var(--text-base);
}

/* Small Button */
.btn--sm {
  padding: var(--space-xs) var(--space-md);
  font-size: var(--text-xs);
}

/* Icon only button */
.btn--icon {
  padding: var(--space-sm);
  border-radius: 50%;
  aspect-ratio: 1;
}

/* Button with icon */
.btn svg {
  width: 18px;
  height: 18px;
  transition: transform var(--duration-fast) var(--ease-out-expo);
}

.btn:hover svg {
  transform: translateX(4px);
}

/* WhatsApp special button */
.btn--whatsapp {
  background: #25D366;
  color: white;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

.btn--whatsapp:hover {
  background: #20BD5A;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
}

/* ===========================================
   CARDS
   =========================================== */

.card {
  background: var(--eden-cream);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform var(--duration-normal) var(--ease-out-expo),
              box-shadow var(--duration-normal) var(--ease-out-expo);
}

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

.card__image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.card__content {
  padding: var(--space-lg);
}

.card__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 500;
  margin-bottom: var(--space-xs);
}

.card__text {
  color: var(--eden-clay);
  font-size: var(--text-sm);
}

/* Card Glass */
.card--glass {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Card Dark */
.card--dark {
  background: var(--eden-forest);
  color: var(--eden-cream);
}

.card--dark .card__title {
  color: var(--eden-cream);
}

.card--dark .card__text {
  color: var(--eden-mist);
}

/* ===========================================
   FORMS
   =========================================== */

.form-group {
  margin-bottom: var(--space-md);
}

.form-label {
  display: block;
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--eden-bark);
  margin-bottom: var(--space-xs);
}

.form-label--required::after {
  content: '*';
  color: var(--eden-terracotta);
  margin-left: 4px;
}

.form-input {
  width: 100%;
  padding: var(--space-sm) var(--space-md);
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--eden-bark);
  background: var(--eden-stone);
  border: 2px solid transparent;
  border-radius: var(--radius-lg);
  transition: all var(--duration-fast) var(--ease-organic);
}

.form-input:focus {
  background: var(--eden-cream);
  border-color: var(--eden-moss);
  box-shadow: 0 0 0 4px rgba(45, 90, 74, 0.1);
}

.form-input::placeholder {
  color: var(--eden-sage);
}

/* Textarea */
.form-textarea {
  min-height: 120px;
  resize: vertical;
}

/* Select */
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%237d9b8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--space-sm) center;
  background-size: 20px;
  padding-right: var(--space-xl);
  cursor: pointer;
}

/* Error state */
.form-input--error {
  border-color: #e53e3e;
  background: #fff5f5;
}

.form-error {
  font-size: var(--text-xs);
  color: #e53e3e;
  margin-top: var(--space-xs);
}

/* ===========================================
   BADGES
   =========================================== */

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius-full);
}

.badge--disponible {
  background: rgba(74, 124, 89, 0.2);
  color: #4a7c59;
  border: 1px solid rgba(74, 124, 89, 0.3);
}

.badge--reservado {
  background: rgba(201, 162, 39, 0.2);
  color: #c9a227;
  border: 1px solid rgba(201, 162, 39, 0.3);
}

.badge--vendido {
  background: rgba(74, 85, 80, 0.2);
  color: #6b7c72;
  border: 1px solid rgba(74, 85, 80, 0.3);
}

.badge--comercial {
  background: rgba(26, 58, 47, 0.3);
  color: #c9a227;
  border: 1px solid rgba(201, 162, 39, 0.4);
}

/* Badge with dot */
.badge--dot::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

/* ===========================================
   NAVIGATION
   =========================================== */

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}

.nav__link {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--eden-cream);
  position: relative;
  padding: var(--space-xs) 0;
  transition: color var(--duration-fast) var(--ease-organic);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--eden-gold);
  transition: width var(--duration-normal) var(--ease-out-expo);
}

.nav__link:hover::after,
.nav__link--active::after {
  width: 100%;
}

/* ===========================================
   MODAL
   =========================================== */

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: var(--eden-overlay);
  backdrop-filter: blur(8px);
  z-index: var(--z-modal-backdrop);
  opacity: 0;
  visibility: hidden;
  transition: all var(--duration-normal) var(--ease-organic);
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: var(--eden-cream);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-xl);
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  z-index: var(--z-modal);
  opacity: 0;
  visibility: hidden;
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal__close {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--eden-stone);
  border-radius: 50%;
  color: var(--eden-bark);
  transition: all var(--duration-fast) var(--ease-organic);
}

.modal__close:hover {
  background: var(--eden-mist);
  transform: rotate(90deg);
}

/* ===========================================
   TOOLTIP
   =========================================== */

.tooltip {
  position: relative;
}

.tooltip__content {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--eden-charcoal);
  color: var(--eden-cream);
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  padding: var(--space-xs) var(--space-sm);
  border-radius: var(--radius-md);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all var(--duration-fast) var(--ease-out-expo);
  z-index: var(--z-tooltip);
}

.tooltip__content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--eden-charcoal);
}

.tooltip:hover .tooltip__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ===========================================
   DIVIDERS
   =========================================== */

.divider {
  width: 100%;
  height: 1px;
  background: var(--eden-mist);
  margin: var(--space-xl) 0;
}

.divider--vertical {
  width: 1px;
  height: 100%;
  margin: 0 var(--space-md);
}

.divider--decorative {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  color: var(--eden-sage);
}

.divider--decorative::before,
.divider--decorative::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--eden-mist);
}

/* ===========================================
   ICONS
   =========================================== */

.icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon--sm {
  width: 16px;
  height: 16px;
}

.icon--lg {
  width: 32px;
  height: 32px;
}

.icon--xl {
  width: 48px;
  height: 48px;
}

/* ===========================================
   LOADING STATES
   =========================================== */

.skeleton {
  background: linear-gradient(
    90deg,
    var(--eden-mist) 25%,
    var(--eden-dew) 50%,
    var(--eden-mist) 75%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: var(--radius-md);
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--eden-mist);
  border-top-color: var(--eden-moss);
  border-radius: 50%;
  animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

/* ============================================
   5. SECTIONS
   ============================================ */
/* ============================================
   EL EDÉN - Section Styles
   Estilos para cada sección de la landing
   ============================================ */

/* ===========================================
   HEADER
   =========================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-fixed);
  padding: var(--space-md) 0;
  transition: all var(--duration-normal) var(--ease-organic);
}

.header--scrolled {
  background: rgba(26, 58, 47, 0.95);
  backdrop-filter: blur(20px);
  padding: var(--space-sm) 0;
  box-shadow: var(--shadow-md);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-img {
  height: 45px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header__logo-img {
    height: 35px;
  }
}

/* Mobile menu toggle */
.header__toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: var(--space-xs);
}

.header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--eden-cream);
  transition: all var(--duration-fast) var(--ease-organic);
}

@media (max-width: 768px) {
  .header__toggle {
    display: flex;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: var(--eden-forest);
    padding: var(--space-3xl) var(--space-lg);
    transition: right var(--duration-normal) var(--ease-out-expo);
    box-shadow: -5px 0 30px rgba(0,0,0,0.3);
  }

  .header__nav.active {
    right: 0;
  }

  .header__nav .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-md);
    width: 100%;
  }

  .header__nav .nav li {
    width: 100%;
  }

  .header__nav .nav__link {
    font-size: var(--text-lg);
    display: block;
    width: 100%;
    padding: var(--space-sm) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header__nav .btn {
    margin-top: var(--space-md);
    width: 100%;
    text-align: center;
  }
}

/* ===========================================
   HERO SECTION
   =========================================== */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px; /* Espacio para el header */
  padding-bottom: 80px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to right,
    rgba(26, 58, 47, 0.92) 0%,
    rgba(26, 58, 47, 0.85) 35%,
    rgba(26, 58, 47, 0.6) 60%,
    rgba(26, 58, 47, 0.4) 100%
  );
}

.hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 200px);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.hero__eyebrow {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--eden-gold);
  margin-bottom: var(--space-md);
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.hero__eyebrow::before {
  content: '';
  width: 40px;
  height: 2px;
  background: var(--eden-gold);
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 2rem + 4vw, 5.5rem);
  font-weight: 300;
  line-height: 1;
  color: var(--eden-cream);
  margin-bottom: var(--space-lg);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero__title strong,
.hero__title .hero__number {
  font-weight: 500;
  font-style: italic;
  color: var(--eden-gold);
  text-shadow: 0 2px 15px rgba(201, 162, 39, 0.3);
}

.hero__subtitle {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: 400;
  color: #fff;
  max-width: 550px;
  margin-bottom: var(--space-xl);
  line-height: var(--leading-relaxed);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: var(--space-lg);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xs);
  color: var(--eden-mist);
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  animation: float 3s ease-in-out infinite;
  z-index: 10;
}

@media (max-width: 768px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--eden-mist), transparent);
  position: relative;
  overflow: hidden;
}

.hero__scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--eden-gold);
  animation: scroll-line 2s ease-in-out infinite;
}

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

@keyframes scroll-line {
  0% { top: -20px; }
  100% { top: 100%; }
}

/* ===========================================
   ABOUT SECTION
   =========================================== */

.about {
  padding: var(--space-3xl) 0;
  background: var(--eden-cream);
  position: relative;
  overflow: hidden;
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.about__image-wrapper {
  position: relative;
}

.about__image {
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-xl);
}

.about__image-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  background: var(--eden-mist);
  border-radius: var(--radius-organic-1);
  z-index: -1;
}

.about__stats {
  display: flex;
  gap: var(--space-xl);
  margin-top: var(--space-xl);
  padding-top: var(--space-xl);
  border-top: 1px solid var(--eden-mist);
}

.about__stat {
  text-align: center;
}

@media (max-width: 968px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }
}

/* ===========================================
   LOCATION SECTION
   =========================================== */

.location {
  padding: var(--space-3xl) 0;
  background: var(--eden-forest);
  position: relative;
}

/* Header centrado */
.location__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-xl);
  color: var(--eden-cream);
}

.location__header .eyebrow {
  justify-content: center;
}

.location__header .eyebrow::before {
  display: none;
}

/* Video centrado */
.location__video-wrapper {
  max-width: 900px;
  margin: 0 auto var(--space-xl);
}

.location__video {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.location__video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.location__video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-out-expo);
}

.location__video:hover .location__video-thumb {
  transform: scale(1.05);
}

.location__video::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: background var(--duration-normal) var(--ease-organic);
  pointer-events: none;
}

.location__video:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

.location__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.location__video-play svg {
  width: 40px;
  height: 40px;
  margin-left: 5px; /* Ajuste visual para el triángulo de play */
}

/* Características en fila horizontal */
.location__features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
}

.location__feature-card {
  text-align: center;
  padding: var(--space-lg) var(--space-md);
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all var(--duration-fast) var(--ease-out-expo);
}

.location__feature-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.location__feature-card .location__feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto var(--space-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--eden-cta-light);
  border-radius: var(--radius-lg);
  color: var(--eden-cream);
}

.location__feature-card h4 {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--eden-cream);
  margin-bottom: 4px;
}

.location__feature-card p {
  font-size: var(--text-xs);
  color: var(--eden-mist);
  line-height: 1.4;
}

/* Botón centrado */
.location__cta {
  text-align: center;
}

@media (max-width: 968px) {
  .location__features-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .location__features-row {
    grid-template-columns: 1fr;
  }
}

/* ===========================================
   LOTS MAP SECTION
   =========================================== */

.lots {
  padding: var(--space-2xl) 0;
  background: var(--eden-stone);
}

.lots__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-lg);
}

.lots__wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-lg);
  align-items: start;
}

.lots__map-container {
  position: relative;
  background: var(--eden-forest);
  border-radius: var(--radius-xl);
  padding: var(--space-lg);
  box-shadow: var(--shadow-xl);
  border: 2px solid var(--eden-moss);
}

.lots__map {
  width: 100%;
  border-radius: var(--radius-lg);
}

/* ===========================================
   LOTS GRID - HTML Cards (Horizontal & Compact)
   =========================================== */

.lots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

@media (max-width: 968px) {
  .lots-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .lots-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lot-card {
  background: var(--eden-cream);
  border-radius: var(--radius-md);
  padding: 8px 6px;
  text-align: center;
  cursor: pointer;
  transition: all var(--duration-fast) var(--ease-out-expo);
  border: 2px solid transparent;
  position: relative;
}

.lot-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Status variants */
.lot-card--disponible {
  background: var(--eden-cream);
  border-color: var(--eden-cta-light);
}

.lot-card--disponible:hover {
  background: var(--eden-dew);
  border-color: var(--eden-moss);
}

.lot-card--reservado {
  background: #fef9e7;
  border-color: var(--eden-gold);
}

.lot-card--reservado:hover {
  background: #fdf3d0;
}

.lot-card--vendido {
  background: #e8e8e8;
  border-color: #999;
  opacity: 0.5;
  cursor: not-allowed;
}

.lot-card--vendido:hover {
  transform: none;
  box-shadow: none;
}

.lot-card--comercial {
  background: var(--eden-forest);
  border-color: var(--eden-gold);
}

.lot-card--comercial:hover {
  background: var(--eden-moss);
}

/* Selected state */
.lot-card.selected {
  border-color: var(--eden-gold);
  box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.4), 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px) scale(1.03);
}

/* Card content */
.lot-card__number {
  font-family: var(--font-ui);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--eden-forest);
  line-height: 1;
}

.lot-card--comercial .lot-card__number {
  color: var(--eden-gold);
}

.lot-card__area {
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 500;
  color: var(--eden-clay);
  margin-top: 1px;
}

.lot-card--comercial .lot-card__area {
  color: var(--eden-mist);
}

.lot-card__status {
  font-family: var(--font-ui);
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
  display: block;
}

.lot-card--disponible .lot-card__status {
  color: var(--eden-cta-light);
}

.lot-card--reservado .lot-card__status {
  color: #b8941f;
}

.lot-card--vendido .lot-card__status {
  color: #777;
}

.lot-card--comercial .lot-card__status {
  color: var(--eden-gold);
}

.lot-card__badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--eden-gold);
  color: var(--eden-forest);
  font-family: var(--font-ui);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 2px 4px;
  border-radius: 3px;
}

.lots__legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-top: var(--space-sm);
  padding: 6px var(--space-sm);
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
}

.lots__legend .badge {
  font-size: 8px;
  padding: 3px 6px;
}

.lots__sidebar {
  /* Auto height based on content */
}

.lots__info-card {
  background: var(--eden-cream);
  border-radius: var(--radius-2xl);
  padding: var(--space-lg);
  box-shadow: var(--shadow-card);
  position: relative;
}

/* Placeholder state */
.lots__info-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-lg) var(--space-md);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.lots__info-placeholder.hidden {
  display: none;
}

.lots__info-placeholder svg {
  margin-bottom: var(--space-sm);
  opacity: 0.4;
  width: 36px;
  height: 36px;
}

.lots__info-placeholder p {
  color: var(--eden-clay);
  font-size: var(--text-xs);
  max-width: 160px;
  line-height: 1.4;
}

/* Details state */
.lots__info-details {
  display: none;
}

.lots__info-details.visible {
  display: block;
  animation: fade-in 0.3s ease;
}

@keyframes fade-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.lots__info-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  margin-bottom: var(--space-sm);
}

.lots__info-row {
  display: flex;
  justify-content: space-between;
  padding: var(--space-xs) 0;
  border-bottom: 1px solid var(--eden-mist);
}

.lots__info-label {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  color: var(--eden-clay);
}

.lots__info-value {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--eden-bark);
}

@media (max-width: 968px) {
  .lots__wrapper {
    grid-template-columns: 1fr;
  }

  .lots__info-card {
    min-height: auto;
  }
}

/* ===========================================
   CALCULATOR SECTION
   =========================================== */

.calculator {
  padding: var(--space-3xl) 0;
  background: linear-gradient(135deg, var(--eden-moss) 0%, var(--eden-forest) 100%);
  position: relative;
  overflow: hidden;
}

.calculator__decoration {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

.calculator__grid {
  display: grid;
  grid-template-columns: 1fr minmax(380px, 1fr);
  gap: var(--space-2xl);
  align-items: center;
}

.calculator__content {
  color: var(--eden-cream);
}

.calculator__card {
  background: var(--eden-cream);
  border-radius: var(--radius-2xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-xl);
  min-width: 380px;
}

.calculator__form {
  display: grid;
  gap: var(--space-lg);
}

.calculator__slider-group {
  display: grid;
  gap: var(--space-xs);
}

.calculator__slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calculator__slider-label {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--eden-bark);
}

.calculator__slider-value {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--eden-forest);
}

.calculator__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--eden-mist);
  outline: none;
  cursor: pointer;
}

.calculator__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--eden-cta-light);
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(74, 124, 89, 0.4);
  transition: transform var(--duration-fast) var(--ease-out-expo);
}

.calculator__slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.calculator__result {
  background: var(--eden-dew);
  border-radius: var(--radius-xl);
  padding: var(--space-lg);
  text-align: center;
  min-width: 300px;
}

.calculator__result-label {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  color: var(--eden-clay);
  margin-bottom: var(--space-xs);
}

.calculator__result-value {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 500;
  color: var(--eden-forest);
  font-variant-numeric: tabular-nums;
  display: block;
  width: 100%;
}

.calculator__result-note {
  font-size: var(--text-xs);
  color: var(--eden-sage);
  margin-top: var(--space-xs);
}

@media (max-width: 968px) {
  .calculator__grid {
    grid-template-columns: 1fr;
  }

  .calculator__card {
    min-width: auto;
  }

  .calculator__result {
    min-width: auto;
  }
}

/* ===========================================
   GALLERY SECTION
   =========================================== */

.gallery {
  padding: var(--space-3xl) 0;
  background: var(--eden-cream);
}

.gallery__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--space-2xl);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}

.gallery__item {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
}

.gallery__item:first-child {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-out-expo);
}

.gallery__item:hover img {
  transform: scale(1.05);
}

.gallery__item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 58, 47, 0.6), transparent);
  opacity: 0;
  transition: opacity var(--duration-normal) var(--ease-organic);
  display: flex;
  align-items: flex-end;
  padding: var(--space-lg);
}

.gallery__item:hover .gallery__item-overlay {
  opacity: 1;
}

.gallery__item-caption {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  color: var(--eden-cream);
}

@media (max-width: 768px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__item:first-child {
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 16/9;
  }
}

/* ===========================================
   SPECS SECTION
   =========================================== */

.specs {
  padding: var(--space-3xl) 0;
  background: var(--eden-stone);
}

.specs__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--space-2xl);
}

.specs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.specs__card {
  background: var(--eden-cream);
  border-radius: var(--radius-2xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-card);
  transition: transform var(--duration-normal) var(--ease-out-expo),
              box-shadow var(--duration-normal) var(--ease-out-expo);
}

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

.specs__card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--eden-dew);
  border-radius: var(--radius-lg);
  color: var(--eden-moss);
  margin-bottom: var(--space-md);
}

.specs__card-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 500;
  margin-bottom: var(--space-md);
  color: var(--eden-forest);
}

.specs__list {
  display: grid;
  gap: var(--space-sm);
}

.specs__list-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  font-size: var(--text-sm);
  color: var(--eden-clay);
}

.specs__list-item::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 8px;
  background: var(--eden-cta-light);
  border-radius: 50%;
}

@media (max-width: 968px) {
  .specs__grid {
    grid-template-columns: 1fr;
  }
}

/* ===========================================
   CONTACT SECTION
   =========================================== */

.contact {
  padding: var(--space-3xl) 0;
  background: var(--eden-cream);
  position: relative;
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-2xl);
  align-items: center;
}

.contact__info {
  padding-right: var(--space-xl);
}

.contact__channels {
  display: grid;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}

.contact__channel {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  background: var(--eden-stone);
  border-radius: var(--radius-lg);
  transition: all var(--duration-fast) var(--ease-organic);
}

.contact__channel:hover {
  background: var(--eden-dew);
  transform: translateX(8px);
}

.contact__channel-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--eden-forest);
  border-radius: var(--radius-md);
  color: var(--eden-cream);
}

.contact__channel-text h4 {
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--eden-bark);
}

.contact__channel-text p {
  font-size: var(--text-sm);
  color: var(--eden-clay);
}

.contact__form-wrapper {
  background: var(--eden-stone);
  border-radius: var(--radius-2xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-card);
}

.contact__form {
  display: grid;
  gap: var(--space-md);
}

.contact__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

@media (max-width: 968px) {
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .contact__form-row {
    grid-template-columns: 1fr;
  }
}

/* ===========================================
   FOOTER
   =========================================== */

.footer {
  background: var(--eden-forest);
  padding: var(--space-2xl) 0 var(--space-lg);
  color: var(--eden-cream);
}

.footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--space-xl);
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__brand {
  max-width: 300px;
}

.footer__logo {
  display: block;
  margin-bottom: var(--space-md);
}

.footer__logo-img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

.footer__tagline {
  font-size: var(--text-sm);
  color: var(--eden-mist);
  line-height: var(--leading-relaxed);
}

.footer__column-title {
  width: 100%;
  font-family: var(--font-ui);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  margin-bottom: var(--space-md);
  color: var(--eden-gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.footer__chevron {
  display: none;
  transition: transform var(--duration-normal) var(--ease-out-expo);
}

@media (max-width: 576px) {
  .footer__chevron {
    display: block;
  }

  .footer__column-title {
    cursor: pointer;
    padding: var(--space-xs) 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .footer__links {
    max-height: 0;
    overflow: hidden;
    transition: all var(--duration-normal) var(--ease-out-expo);
    opacity: 0;
    padding-top: 0;
    display: grid; /* Mantener grid para gap */
  }

  .footer__column.active .footer__links {
    max-height: 500px;
    opacity: 1;
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
  }

  .footer__column.active .footer__chevron {
    transform: rotate(180deg);
  }
}

.footer__links {
  display: grid;
  gap: var(--space-sm);
}

.footer__link {
  font-size: var(--text-sm);
  color: var(--eden-mist);
  transition: color var(--duration-fast) var(--ease-organic);
}

.footer__link:hover {
  color: var(--eden-cream);
}

.footer__social {
  display: flex;
  gap: var(--space-sm);
  margin-top: var(--space-md);
}

.footer__social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--eden-cream);
  transition: all var(--duration-fast) var(--ease-organic);
}

.footer__social-link:hover {
  background: var(--eden-cta-light);
  transform: translateY(-4px);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-lg);
  margin-top: var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--text-xs);
  color: var(--eden-cream);
  opacity: 0.8;
}

@media (max-width: 968px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .footer__brand {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg) var(--space-md);
    text-align: center;
  }

  .footer__brand {
    grid-column: span 2;
    max-width: 100%;
    margin-bottom: var(--space-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__tagline {
    max-width: 40ch;
    margin-inline: auto;
  }

  .footer__logo {
    margin-inline: auto;
  }

  .footer__social {
    justify-content: center;
  }

  .footer__column:last-of-type {
    grid-column: span 2;
    margin-top: var(--space-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__column:last-of-type .footer__links {
    width: 100%;
    justify-content: center;
  }

  .footer__bottom {
    flex-direction: column;
    gap: var(--space-sm);
    text-align: center;
    padding-bottom: 100px; /* Margen extra para el botón de WhatsApp */
  }
}

/* ===========================================
   FLOATING WHATSAPP BUTTON
   =========================================== */

.whatsapp-float {
  position: fixed;
  bottom: var(--space-lg);
  right: var(--space-lg);
  z-index: var(--z-fixed);
}

.whatsapp-float__btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  border-radius: 50%;
  color: white;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all var(--duration-normal) var(--ease-out-expo);
}

.whatsapp-float__btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

.whatsapp-float__btn svg {
  width: 32px;
  height: 32px;
}

/* Pulse animation */
.whatsapp-float__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* ============================================
   6. ANIMATIONS
   ============================================ */
/* ============================================
   EL EDÉN - Animations & Effects
   Animaciones y efectos visuales
   ============================================ */

/* ===========================================
   SCROLL REVEAL ANIMATIONS
   =========================================== */

/* Base state for animated elements */
[data-animate] {
  opacity: 0;
  transition: opacity var(--duration-slower) var(--ease-out-expo),
              transform var(--duration-slower) var(--ease-out-expo);
}

[data-animate].animated {
  opacity: 1;
  transform: none;
}

/* Fade up */
[data-animate="fade-up"] {
  transform: translateY(40px);
}

/* Fade down */
[data-animate="fade-down"] {
  transform: translateY(-40px);
}

/* Fade left */
[data-animate="fade-left"] {
  transform: translateX(40px);
}

/* Fade right */
[data-animate="fade-right"] {
  transform: translateX(-40px);
}

/* Scale up */
[data-animate="scale"] {
  transform: scale(0.9);
}

/* Grow - like a plant */
[data-animate="grow"] {
  transform: translateY(60px) scale(0.95);
}

/* ===========================================
   STAGGER DELAYS
   =========================================== */

[data-delay="1"] { transition-delay: 100ms; }
[data-delay="2"] { transition-delay: 200ms; }
[data-delay="3"] { transition-delay: 300ms; }
[data-delay="4"] { transition-delay: 400ms; }
[data-delay="5"] { transition-delay: 500ms; }
[data-delay="6"] { transition-delay: 600ms; }
[data-delay="7"] { transition-delay: 700ms; }
[data-delay="8"] { transition-delay: 800ms; }

/* ===========================================
   HERO ANIMATIONS
   =========================================== */

.hero__content > * {
  opacity: 0;
  transform: translateY(30px);
  animation: hero-reveal 1s var(--ease-out-expo) forwards;
}

.hero__eyebrow { animation-delay: 0.2s; }
.hero__title { animation-delay: 0.4s; }
.hero__subtitle { animation-delay: 0.6s; }
.hero__ctas { animation-delay: 0.8s; }

@keyframes hero-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero title character animation */
.hero__title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: char-reveal 0.8s var(--ease-out-expo) forwards;
}

@keyframes char-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===========================================
   PARALLAX EFFECTS
   =========================================== */

.parallax {
  will-change: transform;
}

.parallax--slow {
  transform: translateY(calc(var(--scroll-y) * 0.1));
}

.parallax--medium {
  transform: translateY(calc(var(--scroll-y) * 0.2));
}

.parallax--fast {
  transform: translateY(calc(var(--scroll-y) * 0.3));
}

/* ===========================================
   HOVER EFFECTS
   =========================================== */

/* Breathe effect */
.hover-breathe {
  transition: transform var(--duration-normal) var(--ease-organic);
}

.hover-breathe:hover {
  animation: breathe 2s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* Lift effect */
.hover-lift {
  transition: transform var(--duration-normal) var(--ease-out-expo),
              box-shadow var(--duration-normal) var(--ease-out-expo);
}

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

/* Glow effect */
.hover-glow {
  transition: box-shadow var(--duration-normal) var(--ease-organic);
}

.hover-glow:hover {
  box-shadow: 0 0 40px rgba(74, 124, 89, 0.3);
}

/* ===========================================
   BUTTON ANIMATIONS
   =========================================== */

.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.6s var(--ease-out-expo);
}

.btn:hover::after {
  transform: translateX(100%);
}

/* ===========================================
   IMAGE REVEAL
   =========================================== */

.image-reveal {
  position: relative;
  overflow: hidden;
}

.image-reveal::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--eden-forest);
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 1s var(--ease-in-out-circ);
}

.image-reveal.revealed::after {
  transform: scaleX(0);
  transform-origin: left;
}

.image-reveal img {
  transform: scale(1.2);
  transition: transform 1.2s var(--ease-out-expo);
}

.image-reveal.revealed img {
  transform: scale(1);
}

/* ===========================================
   TEXT EFFECTS
   =========================================== */

/* Underline grow */
.text-underline-grow {
  position: relative;
  display: inline;
}

.text-underline-grow::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--eden-cta-light);
  transition: width var(--duration-normal) var(--ease-out-expo);
}

.text-underline-grow:hover::after {
  width: 100%;
}

/* Highlight sweep */
.text-highlight-sweep {
  background: linear-gradient(to right, var(--eden-sand) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position var(--duration-slow) var(--ease-out-expo);
}

.text-highlight-sweep:hover {
  background-position: 0 0;
}

/* ===========================================
   CARD ANIMATIONS
   =========================================== */

.card-tilt {
  transition: transform var(--duration-fast) var(--ease-organic);
  transform-style: preserve-3d;
}

/* Añadir con JS para efecto 3D */
.card-tilt:hover {
  transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg));
}

/* ===========================================
   NUMBER COUNTER
   =========================================== */

.counter {
  font-variant-numeric: tabular-nums;
}

/* ===========================================
   LOT MAP ANIMATIONS
   =========================================== */

.lot-path {
  transition: all var(--duration-normal) var(--ease-organic);
  cursor: pointer;
}

.lot-path:hover {
  filter: brightness(1.1);
  transform-origin: center;
  animation: lot-pulse 0.5s ease-out;
}

@keyframes lot-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

/* Lot selected state */
.lot-path.selected {
  stroke: var(--eden-gold);
  stroke-width: 3;
  filter: drop-shadow(0 0 10px rgba(201, 162, 39, 0.5));
}

/* ===========================================
   GRAIN OVERLAY
   =========================================== */

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.035;
  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.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* ===========================================
   LOADING SCREEN
   =========================================== */

.loader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, var(--eden-forest) 0%, var(--eden-charcoal) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: opacity 0.6s var(--ease-out-expo),
              visibility 0.6s var(--ease-out-expo);
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader.hidden .loader__leaf {
  transform: scale(1.2) rotate(10deg);
  opacity: 0;
}

.loader.hidden .loader__brand {
  transform: translateY(10px);
  opacity: 0;
}

.loader__content {
  text-align: center;
  color: var(--eden-cream);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
}

/* Hoja animada */
.loader__leaf {
  width: 70px;
  height: 88px;
  filter: drop-shadow(0 4px 20px rgba(74, 124, 89, 0.4));
  animation: leaf-float 2.5s ease-in-out infinite;
  transition: transform 0.6s var(--ease-out-expo), opacity 0.6s var(--ease-out-expo);
}

@keyframes leaf-float {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

.loader__leaf-shape {
  animation: leaf-glow 2s ease-in-out infinite;
}

@keyframes leaf-glow {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.15);
  }
}

.loader__leaf-vein {
  animation: vein-draw 1.5s ease-out forwards;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
}

@keyframes vein-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.loader__leaf-veins {
  animation: veins-draw 1.8s ease-out 0.3s forwards;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}

@keyframes veins-draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* Marca */
.loader__brand {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  color: var(--eden-cream);
  opacity: 0;
  animation: brand-appear 0.8s ease-out 0.5s forwards;
  transition: transform 0.6s var(--ease-out-expo), opacity 0.6s var(--ease-out-expo);
}

@keyframes brand-appear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Barra de progreso */
.loader__bar {
  width: 120px;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin-top: var(--space-xs);
}

.loader__progress {
  height: 100%;
  background: linear-gradient(90deg, var(--eden-cta-light), var(--eden-gold));
  border-radius: var(--radius-full);
  animation: loader-progress 1.8s var(--ease-out-expo) forwards;
}

@keyframes loader-progress {
  from { width: 0; }
  to { width: 100%; }
}

/* ===========================================
   SMOOTH SECTION TRANSITIONS
   =========================================== */

section {
  position: relative;
}

/* Wave divider */
.wave-divider {
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  overflow: hidden;
}

.wave-divider--top {
  top: -1px;
}

.wave-divider--bottom {
  bottom: -1px;
  transform: rotate(180deg);
}

.wave-divider svg {
  width: 100%;
  height: 100%;
}

/* ===========================================
   CURSOR EFFECTS (Optional)
   =========================================== */

.custom-cursor {
  width: 20px;
  height: 20px;
  border: 2px solid var(--eden-moss);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  transition: transform 0.1s ease-out,
              width 0.2s ease,
              height 0.2s ease,
              background 0.2s ease;
  transform: translate(-50%, -50%);
}

.custom-cursor.hover {
  width: 40px;
  height: 40px;
  background: rgba(74, 124, 89, 0.1);
  border-color: var(--eden-cta-light);
}

/* ===========================================
   REDUCED MOTION
   =========================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }

  .parallax,
  .parallax--slow,
  .parallax--medium,
  .parallax--fast {
    transform: none;
  }
}

/* ===========================================
   VIDEO FACADE ENHANCEMENTS
   =========================================== */

.location__video-play {
  flex-direction: column;
  gap: 4px;
  animation: pulse-button 2s infinite;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.location__video-play:hover {
  animation: none;
  background: var(--eden-gold);
  border-color: var(--eden-gold);
  color: var(--eden-forest);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 50px rgba(201, 162, 39, 0.4);
}

.location__video-play svg {
  margin-left: 0; /* Reset previous margin for column layout */
  width: 32px;
  height: 32px;
  transition: transform var(--duration-normal) var(--ease-out-expo);
}

.location__video-label {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

@keyframes pulse-button {
  0% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* ===========================================
   MOBILE OPTIMIZATIONS
   =========================================== */

@media (max-width: 768px) {
  :root {
    --text-hero: 3rem;
    --text-3xl: 2rem;
    --text-2xl: 1.5rem;
    --space-3xl: 3rem;
    --container-padding: 1.5rem;
  }

  .hero {
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
  }

  .hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(26, 58, 47, 0.7) 0%,
      rgba(26, 58, 47, 0.4) 40%,
      rgba(26, 58, 47, 0.6) 70%,
      rgba(26, 58, 47, 0.9) 100%
    );
  }

  .hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hero__background picture,
  .hero__background img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .hero__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero__content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 var(--space-sm);
  }

  .hero__eyebrow {
    justify-content: center;
    margin-bottom: var(--space-sm);
    background: rgba(26, 58, 47, 0.4);
    display: inline-flex;
    padding: 4px 12px;
    border-radius: var(--radius-sm);
    backdrop-filter: blur(4px);
  }

  .hero__eyebrow::before {
    display: none;
  }

  .hero__ctas {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    margin: var(--space-lg) auto 0;
  }

  .hero__ctas .btn {
    width: 100%;
  }

  .hero__title {
    font-size: 2.5rem;
    margin-bottom: var(--space-md);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
    line-height: 1.1;
  }

  .hero__subtitle {
    font-size: 1.125rem;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
    font-weight: 500;
    line-height: 1.4;
  }

  .title-section {
    font-size: 2rem;
    line-height: 1.2;
  }

  .about__grid, 
  .calculator__grid, 
  .contact__grid {
    gap: var(--space-xl);
  }
}
