/*
Theme Name: Mimetique Child
Template: Avada
Description: Tema personalizado para Mimetique Ambientación & Organización
Version: 1.0
Author: Mimetique
*/

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #F9F5EF;
  --warm-white: #FDFAF6;
  --sand: #E8DDD1;
  --taupe: #C4AD98;
  --brown: #8B6F5E;
  --deep: #3D2B22;
  --accent: #B8956A;
  --gold: #C9A96E;
  --sage: #9BA99A;
  --text: #2C1F17;
  --muted: #7A6558;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif !important;
  background: var(--cream) !important;
  color: var(--text) !important;
  overflow-x: hidden !important;
}

/* Ocultar todo lo de Avada/Fusion */
#wrapper, .fusion-header-wrapper, .fusion-footer-widget-area,
.fusion-footer-copyright-area, #slidingbar-area,
.fusion-page-title-bar, .fusion-tb-header, .fusion-tb-footer {
  display: none !important;
}

body.mimetique-landing #wrapper {
  display: block !important;
}

/* =============================================
   NAV
   ============================================= */
.mim-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  padding: 1.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s, box-shadow 0.4s;
}
.mim-nav.scrolled {
  background: rgba(249,245,239,0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(139,111,94,0.12);
}
.mim-nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--deep);
  text-decoration: none;
}
.mim-nav-logo span { color: var(--gold); }
.mim-nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}
.mim-nav-links a {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s;
}
.mim-nav-links a:hover { color: var(--deep); }
.mim-nav-cta {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.7rem 1.6rem;
  border: 1px solid var(--accent);
  color: var(--accent);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
}
.mim-nav-cta:hover { background: var(--accent); color: white; }

/* =============================================
   HERO
   ============================================= */
.mim-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}
.mim-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem 6rem 8rem;
  position: relative;
  z-index: 2;
}
.mim-hero-tag {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mim-hero-tag::before {
  content: '';
  width: 3rem;
  height: 1px;
  background: var(--gold);
  display: block;
}
.mim-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--deep);
  margin-bottom: 2rem;
}
.mim-hero-title em { font-style: italic; color: var(--brown); }
.mim-hero-sub {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--muted);
  max-width: 380px;
  margin-bottom: 3.5rem;
  font-weight: 300;
}
.mim-hero-btns { display: flex; gap: 1.5rem; align-items: center; }

.mim-btn-primary {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1rem 2.4rem;
  background: var(--deep);
  color: var(--cream) !important;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none !important;
  font-family: 'Jost', sans-serif;
  display: inline-block;
}
.mim-btn-primary:hover { background: var(--brown); }

.mim-btn-link {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted) !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s;
}
.mim-btn-link:hover { color: var(--deep) !important; }
.mim-btn-link::after { content: '→'; }

.mim-hero-right {
  position: relative;
  overflow: hidden;
}
.mim-hero-img-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.mim-hero-img-top {
  background: url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?w=800&q=80') center/cover;
}
.mim-hero-img-bot {
  background: url('https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?w=800&q=80') center/cover;
  filter: brightness(0.9);
}
.mim-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--cream) 0%, transparent 30%);
  z-index: 1;
}
.mim-hero-deco {
  position: absolute;
  bottom: 3rem;
  left: 8rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  z-index: 2;
}
.mim-hero-deco-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--taupe));
}
.mim-scroll-text {
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* =============================================
   SECCIONES COMUNES
   ============================================= */
.mim-section-label {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}
.mim-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--deep);
  margin-top: 0.8rem;
}
.mim-section-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  font-weight: 300;
  color: var(--sand);
  position: absolute;
  top: -2rem;
  left: -2rem;
  line-height: 1;
  z-index: 0;
}

/* =============================================
   INTRO
   ============================================= */
.mim-intro {
  padding: 8rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 6rem;
  align-items: center;
  background: var(--warm-white);
}
.mim-intro-left { position: relative; }
.mim-intro-text {
  font-size: 1rem;
  line-height: 2;
  color: var(--muted);
  font-weight: 300;
}
.mim-intro-text p + p { margin-top: 1.5rem; }
.mim-stat-grid { margin-top: 3rem; display: flex; gap: 3rem; }
.mim-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--brown);
  line-height: 1;
}
.mim-stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.4rem;
}

/* =============================================
   SERVICIOS
   ============================================= */
.mim-services {
  padding: 8rem;
  background: var(--cream);
}
.mim-services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.mim-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.mim-service-card {
  background: var(--warm-white);
  padding: 3.5rem 3rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.mim-service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width 0.4s;
}
.mim-service-card:hover::after { width: 100%; }
.mim-service-card:hover { background: white; }
.mim-service-num {
  position: absolute;
  top: 2rem; right: 2.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  color: var(--sand);
  line-height: 1;
}
.mim-service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--deep);
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.2;
}
.mim-service-desc {
  font-size: 0.85rem;
  line-height: 1.9;
  color: var(--muted);
  font-weight: 300;
}
.mim-service-items { margin-top: 1.5rem; list-style: none; }
.mim-service-items li {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--brown);
  padding: 0.4rem 0;
  border-top: 1px solid var(--sand);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.mim-service-items li::before { content: '—'; color: var(--gold); font-size: 0.65rem; }

/* =============================================
   GALERÍA
   ============================================= */
.mim-gallery {
  padding: 8rem 0;
  background: var(--deep);
  overflow: hidden;
}
.mim-gallery-header {
  padding: 0 8rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mim-gallery-header .mim-section-title { color: var(--cream); }
.mim-gallery-link {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
  text-decoration: none;
  transition: color 0.3s;
}
.mim-gallery-link:hover { color: var(--cream); }
.mim-gallery-strip {
  display: flex;
  gap: 1.5px;
  overflow-x: auto;
  padding: 0 8rem;
  scrollbar-width: none;
}
.mim-gallery-strip::-webkit-scrollbar { display: none; }
.mim-gallery-item {
  flex: 0 0 320px;
  height: 420px;
  overflow: hidden;
  position: relative;
}
.mim-gallery-item:nth-child(2) { flex: 0 0 240px; margin-top: 3rem; }
.mim-gallery-item:nth-child(3) { flex: 0 0 360px; margin-top: -2rem; }
.mim-gallery-item:nth-child(4) { flex: 0 0 280px; margin-top: 4rem; }
.mim-gallery-item:nth-child(5) { flex: 0 0 320px; margin-top: 1rem; }
.mim-gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
  filter: brightness(0.85);
}
.mim-gallery-item:hover img { transform: scale(1.04); filter: brightness(1); }
.mim-gallery-caption {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s;
}
.mim-gallery-item:hover .mim-gallery-caption { opacity: 1; transform: translateY(0); }

/* =============================================
   EXPERIENCIA
   ============================================= */
.mim-experience {
  padding: 8rem;
  background: var(--warm-white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: center;
}
.mim-exp-visual { position: relative; height: 520px; }
.mim-exp-img-main {
  position: absolute;
  top: 0; right: 0;
  width: 75%; height: 80%;
  background: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=800&q=80') center/cover;
}
.mim-exp-img-accent {
  position: absolute;
  bottom: 0; left: 0;
  width: 52%; height: 50%;
  background: url('https://images.unsplash.com/photo-1478146896981-b80fe463b330?w=600&q=80') center/cover;
  border: 8px solid var(--warm-white);
}
.mim-exp-badge {
  position: absolute;
  top: 3rem; left: 0;
  background: var(--deep);
  color: var(--cream);
  padding: 1.5rem 2rem;
  text-align: center;
}
.mim-exp-badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--gold);
  display: block;
}
.mim-exp-badge-text {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
  display: block;
  margin-top: 0.3rem;
}
.mim-exp-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  color: var(--brown);
  line-height: 1.6;
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 1px solid var(--gold);
}
.mim-exp-text {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--muted);
  font-weight: 300;
}

/* =============================================
   TESTIMONIOS
   ============================================= */
.mim-testimonios {
  padding: 8rem;
  background: var(--cream);
}
.mim-test-header { text-align: center; margin-bottom: 4rem; }
.mim-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.mim-test-card {
  background: var(--warm-white);
  padding: 2.5rem;
  position: relative;
}
.mim-test-card::before {
  content: '"';
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  color: var(--sand);
  position: absolute;
  top: -1rem; left: 1.5rem;
  line-height: 1;
}
.mim-test-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--deep);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.mim-test-author {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.mim-test-author strong {
  color: var(--brown);
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 500;
}
.mim-test-stars { color: var(--gold); font-size: 0.8rem; margin-bottom: 1rem; }

/* =============================================
   CONTACTO
   ============================================= */
.mim-contacto {
  padding: 8rem;
  background: var(--deep);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
.mim-contacto .mim-section-label { color: var(--gold); }
.mim-contacto .mim-section-title { color: var(--cream); font-size: 3.5rem; margin: 1rem 0 2rem; }
.mim-contacto .mim-section-title em { color: var(--taupe); }
.mim-contact-desc {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--taupe);
  font-weight: 300;
  margin-bottom: 3rem;
}
.mim-contact-infos { display: flex; flex-direction: column; gap: 1.5rem; }
.mim-contact-info-item { display: flex; align-items: center; gap: 1rem; }
.mim-contact-info-icon {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mim-contact-info-icon svg {
  width: 16px; height: 16px;
  stroke: var(--gold); fill: none; stroke-width: 1.5;
}
.mim-contact-info-text { font-size: 0.85rem; color: var(--taupe); font-weight: 300; }
.mim-contact-info-text strong {
  color: var(--cream);
  font-weight: 400;
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.mim-social-links { display: flex; gap: 1rem; margin-top: 3rem; }
.mim-social-link {
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none !important;
  color: var(--taupe) !important;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.mim-social-link:hover { border-color: var(--gold); color: var(--gold) !important; }

/* =============================================
   FORMULARIO DE CONTACTO
   ============================================= */
.mim-contact-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 3rem;
}
.mim-form-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.mim-form-subtitle {
  font-size: 0.75rem;
  color: var(--taupe);
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.mim-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.mim-form-group { margin-bottom: 1rem; }
.mim-form-group label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 0.5rem;
  font-family: 'Jost', sans-serif;
}
.mim-form-group input,
.mim-form-group select,
.mim-form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 0 !important;
  padding: 0.85rem 1rem !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 300 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.3s;
  appearance: none;
}
.mim-form-group input::placeholder,
.mim-form-group textarea::placeholder { color: rgba(255,255,255,0.25) !important; }
.mim-form-group input:focus,
.mim-form-group select:focus,
.mim-form-group textarea:focus {
  border-color: rgba(201,169,110,0.5) !important;
}
.mim-form-group select option { background: var(--deep); color: var(--cream); }
.mim-form-group textarea { height: 110px; resize: none; }
.mim-btn-form {
  width: 100%;
  padding: 1rem;
  background: var(--gold);
  color: var(--deep) !important;
  border: none;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s;
  margin-top: 0.5rem;
  font-weight: 500;
  border-radius: 0 !important;
}
.mim-btn-form:hover { background: var(--accent); color: white !important; }
.mim-form-success {
  display: none;
  text-align: center;
  padding: 2rem;
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
}

/* =============================================
   FOOTER
   ============================================= */
.mim-footer {
  background: #1E120C;
  padding: 3rem 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mim-footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--cream);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.mim-footer-logo span { color: var(--gold); }
.mim-footer-copy {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.25);
}
.mim-footer-links { display: flex; gap: 2rem; list-style: none; }
.mim-footer-links a {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3) !important;
  text-decoration: none !important;
  transition: color 0.3s;
}
.mim-footer-links a:hover { color: var(--gold) !important; }

/* =============================================
   WHATSAPP FLOTANTE
   ============================================= */
.mim-wa-btn {
  position: fixed;
  bottom: 2rem; right: 2rem;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 9998;
  text-decoration: none;
  transition: transform 0.3s;
}
.mim-wa-btn:hover { transform: scale(1.1); }
.mim-wa-btn svg { width: 28px; height: 28px; fill: white; }

/* =============================================
   ANIMACIONES
   ============================================= */
.mim-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.mim-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .mim-nav { padding: 1.5rem 2rem; }
  .mim-nav-links { display: none; }
  .mim-hero { grid-template-columns: 1fr; }
  .mim-hero-left { padding: 8rem 2rem 4rem; }
  .mim-hero-right { height: 50vh; }
  .mim-intro, .mim-experience, .mim-contacto {
    grid-template-columns: 1fr;
    padding: 5rem 2rem;
    gap: 3rem;
  }
  .mim-services { padding: 5rem 2rem; }
  .mim-services-grid, .mim-test-grid { grid-template-columns: 1fr; }
  .mim-gallery-header, .mim-gallery-strip { padding: 0 2rem; }
  .mim-testimonios { padding: 5rem 2rem; }
  .mim-footer { padding: 2rem; flex-direction: column; gap: 1.5rem; text-align: center; }
  .mim-footer-links { flex-wrap: wrap; justify-content: center; }
  .mim-form-row { grid-template-columns: 1fr; }
  .mim-exp-visual { height: 350px; }
  .mim-services-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
}
