/* ============================================================
   IGUANA DORADA — CSS único de la Home (fuente de verdad)
   Tokens de marca en :root · Secciones con clases prefijadas
   Fjalla One (títulos) · Source Sans Pro (cuerpo) → cargadas en functions.php
   ============================================================ */

:root {
    /* Paleta oficial del manual de marca */
    --ig-gold:    #CB9810;  /* Dorado (primaria) */
    --ig-turq:    #324845;  /* Turquesa (primaria) */
    --ig-palido:  #F1F1F1;  /* Gris pálido (primaria) */
    --ig-celeste: #61A0A2;  /* Celeste (secundaria) */
    --ig-gris:    #9E9D9D;  /* Gris claro (secundaria) */
    --ig-plomo:   #323232;  /* Gris plomo (secundaria) */
    --ig-beige:   #BAA668;  /* Beige (acento) */
    --ig-rojo:    #CC0000;  /* Rojo (acento — mínimo) */
    --ig-dark:    #1F242A;  /* Azul marino (acento oscuro) */
    --ig-white:   #FFFFFF;
    --ig-ink:     #2b2f33;
    --ig-muted:   #55605c;
    --ig-cream:   #F7F5F0;  /* crema cálida (afín a la marca) */
    /* Tintes suaves derivados para fondos de sección (romper monotonía oro/turquesa) */
    --ig-celeste-050: #eef4f4;
    --ig-beige-050:   #f6f2e8;
    /* Diseño */
    --ig-radius: 14px;
    --ig-radius-lg: 22px;
    --ig-shadow: 0 18px 40px -18px rgba(31,36,42,0.28);
    --ig-shadow-sm: 0 8px 22px -12px rgba(31,36,42,0.25);
    --ig-maxw: 1180px;
    --ig-font-headings: "Fjalla One", sans-serif;
    --ig-font-body:     "Source Sans 3", "Source Sans Pro", sans-serif;
}

/* overflow-x: clip (no 'hidden') evita el scroll horizontal SIN romper position:sticky del header */
html, body.ig-body { overflow-x: clip; max-width: 100%; }
.ig-home { font-family: var(--ig-font-body); color: var(--ig-ink); overflow-x: clip; }
.ig-home section { position: relative; }
.ig-home section * { box-sizing: border-box; }

/* Motivo de marca: círculo concéntrico decorativo (ring sólido, sin transparencias de color) */
.ig-rings { position: absolute; pointer-events: none; border-radius: 50%; z-index: 0; }
.ig-rings::before, .ig-rings::after { content: ""; position: absolute; border-radius: 50%; }

/* Eyebrow / kicker editorial reutilizable */
.ig-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--ig-font-body);
    font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ig-gold); margin-bottom: 16px; }
.ig-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--ig-gold); display: inline-block; }

/* ============================================================
   HERO  [.hero-modern]
   ============================================================ */
.hero-modern { position: relative; width: 100%; min-height: 100vh; min-height: 100svh;
    display: flex; align-items: center; overflow: hidden; color: var(--ig-white);
    background-color: var(--ig-dark); padding: 80px 0; }
.ig-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.hero-bg-image { position: absolute; inset: 0;
    /* Foto real de Iguana Dorada (biblioteca de medios). Al pasar a producción, actualizar dominio. */
    background-image: url('https://iguanadorada.com/wp-content/uploads/2026/07/hero-iguana-porcelana.jpg');
    background-size: cover; background-position: center; z-index: 1; }
.hero-gradient { position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(90deg, rgba(31,36,42,0.96) 0%, rgba(31,36,42,0.82) 42%, rgba(31,36,42,0.28) 100%); }
/* Motivo de marca: anillos concéntricos (dorado + celeste), abajo-derecha */
.hero-modern::after { content: ""; position: absolute; z-index: 2; right: -70px; bottom: -70px;
    width: 210px; height: 210px; border-radius: 50%; border: 2px solid var(--ig-gold);
    box-shadow: 0 0 0 38px transparent, 0 0 0 40px var(--ig-celeste); pointer-events: none; opacity: 0.85; }

.hero-topbar { position: absolute; top: 0; left: 0; right: 0; z-index: 4;
    background: rgba(31,36,42,0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255,255,255,0.08); padding: 10px 0; }
.hero-topbar .ig-hero-inner { text-align: center; }
.hero-topbar-link { font-family: var(--ig-font-body); font-size: 0.85rem; font-weight: 600;
    color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.2s ease; }
.hero-topbar-link:hover { color: var(--ig-gold); }

.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr; gap: 50px; width: 100%; }
.hero-text-content { max-width: 650px; animation: ig-fadeUp 1s ease-out both; }
@keyframes ig-fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.hero-seo-label { display: block; max-width: 100%; font-family: var(--ig-font-body); font-weight: 700; font-size: 0.78rem;
    text-transform: uppercase; letter-spacing: 0.14em; color: var(--ig-gold); margin-bottom: 20px; line-height: 1.5; }
.hero-seo-label::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--ig-gold); vertical-align: middle; margin-right: 10px; }
.hero-title { font-family: var(--ig-font-headings); font-size: 1.72rem; line-height: 1.1; letter-spacing: 0.005em; margin-bottom: 22px; color: var(--ig-white); overflow-wrap: break-word; }
.hero-title .text-gold { color: var(--ig-gold); }
.hero-title-sub { display: block; margin-top: 18px; font-size: 0.4em; line-height: 1.15; font-weight: 400; letter-spacing: 0.01em; color: rgba(255,255,255,0.92); }
.hero-description { font-family: var(--ig-font-body); font-size: 1.1rem; color: #E0E0E0; margin-bottom: 15px;
    border-left: 4px solid var(--ig-gold); padding-left: 20px; line-height: 1.7; }
.hero-subnote { font-family: var(--ig-font-body); font-style: italic; font-size: 1.05rem; font-weight: 600;
    color: var(--ig-gold); margin-bottom: 35px; padding-left: 20px; line-height: 1.6; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.hero-actions .btn { padding: 15px 32px; border-radius: 4px; font-family: var(--ig-font-body); font-weight: 700;
    font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; text-align: center; width: 100%; display: inline-block; }
.hero-actions .btn-primary { background-color: var(--ig-gold); color: var(--ig-white); border: 2px solid var(--ig-gold); }
.hero-actions .btn-primary:hover { background-color: transparent; color: var(--ig-gold); transform: translateY(-2px); }
.hero-actions .btn-outline { background-color: transparent; border: 2px solid rgba(255,255,255,0.4); color: var(--ig-white); }
.hero-actions .btn-outline:hover { background-color: var(--ig-white); border-color: var(--ig-white); color: var(--ig-dark); transform: translateY(-2px); }

.hero-visual { display: none; justify-content: center; align-items: center; animation: ig-fadeUp 1s 0.3s ease-out both; }
.glass-card { background: rgba(255,255,255,0.08); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.18); padding: 35px; border-radius: 20px; width: 100%; max-width: 380px;
    transform: rotate(-3deg); transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.glass-card:hover { transform: rotate(0deg) scale(1.02); }
.glass-header { display: flex; gap: 8px; margin-bottom: 25px; }
.ig-dot { width: 12px; height: 12px; border-radius: 50%; }
.ig-dot-red { background: #ff5f56; } .ig-dot-yellow { background: #ffbd2e; } .ig-dot-green { background: #27c93f; }
.glass-subtitle { display: block; font-family: var(--ig-font-body); font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em; color: var(--ig-gold); margin-bottom: 8px; }
.glass-title { font-family: var(--ig-font-headings); font-size: 1.8rem; color: var(--ig-white); line-height: 1.1; margin-bottom: 15px; }
.glass-date { font-family: var(--ig-font-body); font-size: 0.9rem; color: rgba(255,255,255,0.75); margin-bottom: 8px; }
.glass-capacity { font-family: var(--ig-font-body); font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 25px; }
.glass-link { display: inline-block; margin-top: 20px; font-family: var(--ig-font-body); font-weight: 700; font-size: 0.9rem;
    color: var(--ig-white); text-decoration: none; border-bottom: 2px solid var(--ig-gold); padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease; }
.glass-link:hover { color: var(--ig-gold); }

@media (min-width: 768px) { .hero-title { font-size: 2.9rem; } .hero-actions .btn { width: auto; } }
@media (min-width: 992px) {
    .hero-grid { grid-template-columns: 1.2fr 0.8fr; align-items: center; }
    .hero-grid--solo { grid-template-columns: 1fr; max-width: 900px; }
    .hero-grid--solo .hero-text-content { max-width: 720px; }
    .hero-title { font-size: 3.6rem; }
    .hero-visual { display: flex; }
}

/* ============================================================
   Secciones — encabezado común
   ============================================================ */
.ig-sec { padding: 70px 20px; }
.ig-sec-inner { max-width: 1200px; margin: 0 auto; }
.ig-h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.9rem; line-height: 1.2; margin: 0 0 16px; }
@media (min-width: 1024px) { .ig-h2 { font-size: 2.2rem; } }

/* ============================================================
   SERVICIOS  [.ig-serv]
   ============================================================ */
.ig-serv { padding: 88px 20px; background: var(--ig-cream); margin-top: -1px; }
.ig-serv-inner { max-width: var(--ig-maxw); margin: 0 auto; }
.ig-serv-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.ig-serv-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #ececec;
    border-radius: var(--ig-radius); padding: 34px 28px 30px; box-shadow: var(--ig-shadow-sm); position: relative; overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease; }
.ig-serv-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--ig-gold); }
.ig-serv-card:hover { transform: translateY(-6px); box-shadow: var(--ig-shadow); }
.ig-serv-icon { width: 56px; height: 56px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.55rem; background: var(--ig-palido); margin-bottom: 20px; }
.ig-serv-card h3 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.32rem; line-height: 1.18; letter-spacing: 0.01em; margin: 0 0 12px; }
.ig-serv-card p { color: var(--ig-muted); font-size: 1rem; line-height: 1.62; margin: 0 0 24px; flex-grow: 1; }
.ig-serv-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 0.92rem; color: var(--ig-gold); text-decoration: none; }
.ig-serv-link::after { content: "→"; transition: transform 0.2s ease; }
.ig-serv-link:hover::after { transform: translateX(5px); }
/* Acentos por tarjeta (paleta de marca) */
.ig-serv-card:nth-child(1)::before { background: var(--ig-gold); }
.ig-serv-card:nth-child(2)::before { background: var(--ig-turq); }
.ig-serv-card:nth-child(3)::before { background: var(--ig-celeste); }
.ig-serv-card:nth-child(4)::before { background: var(--ig-beige); }
.ig-serv-card:nth-child(1) .ig-serv-icon { background: #f6ecd1; }
.ig-serv-card:nth-child(2) .ig-serv-icon { background: #e2ecea; }
.ig-serv-card:nth-child(3) .ig-serv-icon { background: #e6f0f0; }
.ig-serv-card:nth-child(4) .ig-serv-icon { background: #f3eeda; }
.ig-serv-card:nth-child(2) .ig-serv-link { color: var(--ig-turq); }
.ig-serv-card:nth-child(3) .ig-serv-link { color: var(--ig-celeste); }
.ig-serv-card:nth-child(4) .ig-serv-link { color: #9c8642; }
@media (min-width: 640px)  { .ig-serv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ig-serv-grid { grid-template-columns: repeat(4, 1fr); gap: 26px; } }

/* ============================================================
   PROCESO  [.ig-proc]
   ============================================================ */
.ig-proc { padding: 92px 20px; background: #fff; }
.ig-proc-inner { max-width: var(--ig-maxw); margin: 0 auto; text-align: center; }
.ig-proc h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.95rem; line-height: 1.14; letter-spacing: 0.01em; margin: 0 auto 16px; max-width: 720px; }
.ig-proc-lead { color: var(--ig-muted); font-size: 1.1rem; line-height: 1.7; max-width: 660px; margin: 0 auto 58px; }
.ig-proc-grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 40px; text-align: center; }
.ig-proc-step { position: relative; z-index: 1; padding: 0 12px; }
.ig-proc-num { display: inline-flex; align-items: center; justify-content: center; width: 66px; height: 66px; border-radius: 50%;
    background: #fff; color: var(--ig-turq); border: 2px solid var(--ig-gold); font-family: var(--ig-font-headings); font-size: 1.5rem;
    margin: 0 auto 20px; box-shadow: var(--ig-shadow-sm); }
.ig-proc-step:nth-child(2) .ig-proc-num { border-color: var(--ig-turq); }
.ig-proc-step:nth-child(3) .ig-proc-num { border-color: var(--ig-celeste); }
.ig-proc-step:nth-child(4) .ig-proc-num { border-color: var(--ig-beige); }
.ig-proc-step h3 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.22rem; margin: 0 0 10px; }
.ig-proc-step p { color: var(--ig-muted); font-size: 0.98rem; line-height: 1.62; margin: 0 auto; max-width: 260px; }
.ig-proc-cta { display: inline-block; margin-top: 45px; padding: 14px 34px; background: var(--ig-gold); color: #fff; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.9rem; text-decoration: none; border-radius: 4px;
    border: 2px solid var(--ig-gold); transition: background 0.25s ease, color 0.25s ease; }
.ig-proc-cta:hover { background: transparent; color: var(--ig-gold); }
@media (min-width: 640px)  { .ig-proc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
    .ig-proc-grid { grid-template-columns: repeat(4, 1fr); }
    .ig-proc h2 { font-size: 2.25rem; }
    .ig-proc-grid::before { content: ""; position: absolute; top: 33px; left: 14%; right: 14%; height: 2px; background: var(--ig-palido); z-index: 0; }
}

/* ============================================================
   POR QUÉ  [.ig-porque]
   ============================================================ */
.ig-porque { padding: 92px 20px; background: var(--ig-turq); color: #fff; overflow: hidden; }
.ig-porque::before { content: ""; position: absolute; top: -90px; left: -90px; width: 240px; height: 240px; border-radius: 50%;
    border: 2px solid rgba(203,152,16,0.35); box-shadow: 0 0 0 40px transparent, 0 0 0 42px rgba(97,160,162,0.30); pointer-events: none; }
.ig-porque-inner { position: relative; z-index: 1; max-width: var(--ig-maxw); margin: 0 auto; text-align: center; }
.ig-porque h2 { font-family: var(--ig-font-headings); font-size: 2rem; line-height: 1.16; letter-spacing: 0.01em; margin: 0 auto 50px; max-width: 780px; color: #fff; }
.ig-porque h2 span { color: var(--ig-gold); }
.ig-porque-grid { display: grid; grid-template-columns: 1fr; gap: 24px; text-align: left; }
.ig-porque-item { background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--ig-radius); padding: 30px 26px;
    transition: transform 0.25s ease, background 0.25s ease; }
.ig-porque-item:hover { transform: translateY(-5px); background: rgba(255,255,255,0.1); }
.ig-porque-icon { width: 54px; height: 54px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.5rem; background: rgba(203,152,16,0.18); margin-bottom: 18px; }
.ig-porque-item:nth-child(2) .ig-porque-icon { background: rgba(97,160,162,0.24); }
.ig-porque-item:nth-child(3) .ig-porque-icon { background: rgba(186,166,104,0.22); }
.ig-porque-item:nth-child(4) .ig-porque-icon { background: rgba(255,255,255,0.12); }
.ig-porque-item h3 { font-family: var(--ig-font-headings); color: var(--ig-gold); font-size: 1.18rem; letter-spacing: 0.01em; margin: 0 0 10px; }
.ig-porque-item p { color: rgba(255,255,255,0.86); font-size: 0.98rem; line-height: 1.62; margin: 0; }
@media (min-width: 640px)  { .ig-porque-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ig-porque-grid { grid-template-columns: repeat(4, 1fr); } .ig-porque h2 { font-size: 2.3rem; } }

/* ============================================================
   FAQ  [.ig-faq]
   ============================================================ */
.ig-faq { padding: 70px 20px; background: var(--ig-cream); }
.ig-faq-inner { max-width: 820px; margin: 0 auto; }
.ig-faq h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.9rem; text-align: center; margin: 0 0 40px; }
.ig-faq-item { background: #fff; border: 1px solid #ececec; border-radius: 10px; margin-bottom: 14px; overflow: hidden; }
.ig-faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--ig-font-headings);
    font-size: 1.1rem; color: var(--ig-turq); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.ig-faq-item summary::-webkit-details-marker { display: none; }
.ig-faq-item summary::after { content: "+"; color: var(--ig-gold); font-size: 1.6rem; line-height: 1; transition: transform 0.2s ease; }
.ig-faq-item[open] summary::after { transform: rotate(45deg); }
.ig-faq-answer { padding: 0 24px 22px; color: var(--ig-muted); font-size: 1rem; line-height: 1.7; }
.ig-faq-cta { display: block; text-align: center; margin-top: 30px; font-weight: 700; color: var(--ig-gold); text-decoration: none; }
.ig-faq-cta:hover { text-decoration: underline; }

/* ============================================================
   CTA FINAL  [.ig-cta]
   ============================================================ */
.ig-cta { padding: 80px 20px; background: var(--ig-turq); text-align: center; color: #fff; }
.ig-cta-inner { max-width: 720px; margin: 0 auto; }
.ig-cta h2 { font-family: var(--ig-font-headings); font-size: 2rem; line-height: 1.2; margin: 0 0 18px; color: #fff; }
.ig-cta p { font-size: 1.15rem; line-height: 1.7; color: rgba(255,255,255,0.88); margin: 0 0 36px; }
.ig-cta-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.ig-cta-btn { padding: 15px 34px; border-radius: 4px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em;
    font-size: 0.9rem; text-decoration: none; transition: transform 0.2s ease, background 0.25s ease, color 0.25s ease; }
.ig-cta-primary { background: var(--ig-gold); color: #fff; border: 2px solid var(--ig-gold); }
.ig-cta-primary:hover { transform: translateY(-2px); background: #b5850c; }
.ig-cta-wa { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.ig-cta-wa:hover { transform: translateY(-2px); background: #fff; color: var(--ig-turq); }
@media (min-width: 768px) { .ig-cta h2 { font-size: 2.4rem; } }

/* ============================================================
   SECCIONES CON CONTENIDO REAL PENDIENTE (placeholder)
   [.ig-ph]  — historias, nuestra historia, testimonios, tienda, recursos
   ============================================================ */
.ig-ph { padding: 70px 20px; }
.ig-ph--alt { background: var(--ig-cream); }
.ig-ph-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.ig-ph h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.9rem; margin: 0 0 12px; }
.ig-ph-note { display: inline-block; margin-top: 8px; padding: 8px 16px; border: 1px dashed var(--ig-gold);
    border-radius: 8px; color: var(--ig-gold); font-size: 0.85rem; font-weight: 600; }
.ig-ph p { color: var(--ig-muted); font-size: 1.05rem; line-height: 1.7; max-width: 720px; margin: 0 auto 10px; }

/* ============================================================
   HEADER + FOOTER (child de Kadence)
   ============================================================ */
.ig-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ig-body { margin: 0; }
.ig-topbar svg, .ig-header svg, .ig-footer svg, .ig-wa-float svg { width: 18px; height: 18px; vertical-align: middle; }

/* Topbar */
.ig-topbar { background: var(--ig-dark); color: #fff; font-family: var(--ig-font-body); font-size: 0.82rem; }
.ig-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 20px; }
.ig-topbar-promo { color: rgba(255,255,255,0.9); text-decoration: none; font-weight: 600; }
.ig-topbar-promo:hover { color: var(--ig-gold); }
.ig-topbar-contact { display: inline-flex; align-items: center; gap: 16px; }
.ig-topbar-contact a { color: rgba(255,255,255,0.85); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.ig-topbar-contact a:hover { color: var(--ig-gold); }

/* Header principal */
.ig-header { background: #fff; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 50; }
.ig-header-inner { display: flex; align-items: center; gap: 20px; padding: 14px 20px; }
.ig-logo { display: inline-flex; align-items: center; line-height: 0; }
.ig-logo .custom-logo-link { display: inline-flex; line-height: 0; }
.ig-header .custom-logo,
.ig-header .ig-logo img { max-height: 76px !important; width: auto !important; height: auto !important; }
.ig-logo-link { text-decoration: none; }
.ig-logo-text { font-family: var(--ig-font-headings); font-size: 1.5rem; color: var(--ig-turq); }
.ig-nav { margin-left: auto; }
.ig-menu { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; }
.ig-menu li { position: relative; }
.ig-menu a { font-family: var(--ig-font-body); font-weight: 600; font-size: 0.95rem; color: var(--ig-ink); text-decoration: none; padding: 6px 0; }
.ig-menu a:hover { color: var(--ig-gold); }
.ig-menu .sub-menu { position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #eee; border-radius: 8px; box-shadow: 0 10px 26px rgba(0,0,0,0.08); padding: 8px 0; min-width: 220px; display: none; z-index: 60; }
.ig-menu li:hover > .sub-menu { display: block; }
.ig-menu .sub-menu li a { display: block; padding: 8px 18px; }
.ig-header-actions { display: flex; align-items: center; gap: 16px; }
.ig-cart { color: var(--ig-turq); display: inline-flex; }
.ig-cart:hover { color: var(--ig-gold); }
.ig-eval-btn { background: var(--ig-gold); color: #fff; font-family: var(--ig-font-body); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.03em; padding: 11px 20px; border-radius: 4px; text-decoration: none; border: 2px solid var(--ig-gold); transition: background 0.2s ease, color 0.2s ease; white-space: nowrap; }
.ig-eval-btn:hover { background: transparent; color: var(--ig-gold); }
.ig-eval-short { display: none; }              /* etiqueta corta: solo en móvil */
.ig-nav-eval, .ig-nav-cart { display: none; } /* enlace 'Ver carrito': solo en el menú móvil */
/* Burger: reset fuerte del botón por defecto de Kadence */
.ig-burger { display: none; align-items: center; justify-content: center; background: none !important;
    border: 0 !important; box-shadow: none !important; color: var(--ig-turq) !important; cursor: pointer;
    padding: 6px; margin: 0; -webkit-appearance: none; appearance: none; min-height: 0; }
.ig-burger:hover, .ig-burger:focus { background: none !important; color: var(--ig-gold) !important; outline: none; }
.ig-burger svg { width: 28px !important; height: 28px !important; }

/* Footer */
.ig-footer { background: var(--ig-dark); color: rgba(255,255,255,0.82); font-family: var(--ig-font-body); padding: 55px 0 25px; }
.ig-footer-cols { display: grid; grid-template-columns: 1fr; gap: 34px; }
.ig-footer h4 { font-family: var(--ig-font-headings); color: #fff; font-size: 1.15rem; margin: 0 0 14px; }
.ig-footer a { color: rgba(255,255,255,0.8); text-decoration: none; }
.ig-footer a:hover { color: var(--ig-gold); }
.ig-footer > .ig-wrap > .ig-footer-cols div a { display: block; padding: 4px 0; }
.ig-footer-brand p { line-height: 1.7; }
.ig-footer-brand p, .ig-footer-cols div p { color: rgba(255,255,255,0.75); }
.ig-footer-cols div p a { display: inline; }
.ig-footer-social { display: inline-flex; gap: 14px; margin-top: 10px; }
.ig-footer-bottom { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.12); margin-top: 40px; padding-top: 20px; font-size: 0.85rem; color: rgba(255,255,255,0.6); }

/* Botón flotante WhatsApp */
.ig-wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.ig-wa-float svg { width: 26px; height: 26px; }
.ig-wa-float:hover { transform: translateY(-2px); }

@media (min-width: 640px)  { .ig-footer-cols { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px)  { .ig-footer-cols { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }

/* Responsive nav (móvil) */
@media (max-width: 991px) {
    /* La fila del header envuelve: logo (izq) + acciones+burger (der), menú abajo a lo ancho */
    .ig-header-inner { flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 12px 18px; }
    .ig-topbar-promo { display: none; }
    .ig-logo { order: 1; }
    .ig-header-actions { order: 2; gap: 12px; }
    /* El CTA de evaluación es la prioridad del brief: visible y compacto en el header móvil. */
    .ig-eval-btn { display: inline-flex; padding: 9px 14px; font-size: 0.72rem; }
    .ig-eval-full { display: none; }
    .ig-eval-short { display: inline; }
    .ig-cart { display: none; }                      /* el carrito baja al menú (tienda es secundaria) */
    .ig-burger { display: inline-flex !important; order: 3; }
    .ig-header .custom-logo, .ig-header .ig-logo img { max-height: 56px !important; }
    /* Enlace 'Ver carrito' dentro del menú móvil */
    .ig-nav-cart { display: inline-flex; align-items: center; gap: 8px; margin: 14px 2px 6px; color: var(--ig-turq);
        font-family: var(--ig-font-body); font-weight: 600; font-size: 1rem; text-decoration: none; }
    .ig-nav-cart:hover { color: var(--ig-gold); }
    .ig-nav-cart svg { width: 20px; height: 20px; }

    /* Panel del menú (ancho completo, debajo del header) */
    .ig-nav { order: 4; flex-basis: 100%; width: 100%; margin: 0; display: none; }
    .ig-nav.open { display: block; }
    .ig-menu { flex-direction: column; gap: 0; padding: 6px 0 4px; width: 100%; }
    .ig-menu > li { border-top: 1px solid #eee; }
    .ig-menu a { display: block; padding: 15px 2px; font-size: 1.02rem; }
    .ig-menu .sub-menu { position: static; display: block; box-shadow: none; border: 0;
        list-style: none; margin: 0 0 6px; padding: 2px 0 6px 16px; min-width: 0; background: transparent; }
    .ig-menu .sub-menu li { border: 0; }
    .ig-menu .sub-menu li a { padding: 9px 6px; font-size: 0.94rem; color: var(--ig-muted); }
    .ig-menu .sub-menu li a::before { content: "— "; color: var(--ig-gold); }
}
@media (max-width: 360px) { .ig-eval-btn { font-size: 0.68rem; padding: 8px 10px; } }

/* ============================================================
   LATIENDA  [.ig-shop]  y  RECURSOS/BLOG  [.ig-posts]
   ============================================================ */
.ig-shop { padding: 70px 20px; background: var(--ig-cream); }
.ig-shop-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.ig-shop h2, .ig-posts h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.9rem; margin: 0 0 12px; }
.ig-shop-lead, .ig-posts-lead { color: var(--ig-muted); font-size: 1.05rem; line-height: 1.7; max-width: 640px; margin: 0 auto 36px; }
.ig-shop-grid { display: grid; grid-template-columns: 1fr; gap: 20px; text-align: left; }
@media (min-width: 520px) { .ig-shop-grid { grid-template-columns: repeat(2, 1fr); } }
.ig-shop-card { display: block; background: #fff; border: 1px solid #ececec; border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.ig-shop-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(50,72,69,0.12); }
.ig-shop-thumb img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.ig-shop-body { padding: 14px 16px 18px; }
.ig-shop-card h3 { font-family: var(--ig-font-body); font-weight: 600; color: var(--ig-ink); font-size: 0.98rem; line-height: 1.35; margin: 0 0 8px; }
.ig-shop-price { color: var(--ig-gold); font-weight: 700; font-size: 1.05rem; }
.ig-shop-price del { color: #aaa; font-weight: 400; font-size: 0.9rem; margin-right: 6px; }
.ig-shop-cta, .ig-posts-cta { display: inline-block; margin-top: 34px; font-weight: 700; color: var(--ig-gold); text-decoration: none; }
.ig-shop-cta:hover { text-decoration: underline; }

.ig-posts { padding: 70px 20px; background: #fff; }
.ig-posts-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.ig-posts-grid { display: grid; grid-template-columns: 1fr; gap: 24px; text-align: left; }
.ig-post-card { display: block; background: var(--ig-cream); border: 1px solid #ececec; border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.ig-post-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(50,72,69,0.1); }
.ig-post-thumb img { width: 100%; height: 190px; object-fit: cover; display: block; }
.ig-post-body { padding: 18px 20px 22px; }
.ig-post-date { display: block; font-size: 0.8rem; color: var(--ig-gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px; }
.ig-post-card h3 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.2rem; line-height: 1.25; margin: 0 0 8px; }
.ig-post-body p { color: var(--ig-muted); font-size: 0.95rem; line-height: 1.6; margin: 0; }
@media (min-width: 640px)  { .ig-shop-grid { grid-template-columns: repeat(2, 1fr); } .ig-posts-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .ig-shop-grid { grid-template-columns: repeat(4, 1fr); } }

/* ============================================================
   PÁGINA DE SERVICIOS  [.ig-servicios]
   ============================================================ */
.ig-servicios { font-family: var(--ig-font-body); }
.ig-serv-hero { background: var(--ig-turq); color: #fff; padding: 70px 20px 60px; text-align: center; }
.ig-serv-kicker { display: inline-block; color: var(--ig-gold); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; margin-bottom: 14px; }
.ig-serv-hero h1 { font-family: var(--ig-font-headings); font-size: 2.2rem; line-height: 1.15; margin: 0 auto 16px; max-width: 800px; color: #fff; }
.ig-serv-hero p { color: rgba(255,255,255,0.85); font-size: 1.1rem; line-height: 1.7; max-width: 720px; margin: 0 auto 28px; }
.ig-serv-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.ig-serv-nav a { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 30px; font-size: 0.85rem; font-weight: 600; transition: background 0.2s ease, color 0.2s ease; }
.ig-serv-nav a:hover { background: var(--ig-gold); border-color: var(--ig-gold); }

.ig-serv-block { padding: 64px 20px; scroll-margin-top: 90px; }
.ig-serv-block--alt { background: var(--ig-cream); }
.ig-serv-block-inner { display: grid; grid-template-columns: 1fr; gap: 40px; }
.ig-serv-icon-lg { font-size: 2.4rem; display: block; margin-bottom: 12px; }
.ig-serv-corta { font-size: 1.15rem; color: var(--ig-gold); font-weight: 600; line-height: 1.6; margin: 0 0 18px; }
.ig-serv-main h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.7rem; line-height: 1.2; margin: 0 0 18px; }
.ig-serv-main p { color: var(--ig-muted); font-size: 1.02rem; line-height: 1.75; margin: 0 0 14px; }
.ig-serv-extra { background: rgba(203,152,16,0.08); border-left: 3px solid var(--ig-gold); padding: 12px 16px; border-radius: 4px; }
.ig-serv-extra strong { color: var(--ig-turq); }
.ig-serv-cta-btn { display: inline-block; margin-top: 12px; background: var(--ig-gold); color: #fff; font-weight: 700; text-decoration: none; padding: 13px 26px; border-radius: 4px; border: 2px solid var(--ig-gold); transition: background 0.2s ease, color 0.2s ease; line-height: 1.3; }
.ig-serv-cta-btn:hover { background: transparent; color: var(--ig-gold); }
.ig-serv-aside { background: #fff; border: 1px solid #ececec; border-radius: 14px; padding: 28px 26px; align-self: start; box-shadow: 0 8px 24px rgba(50,72,69,0.06); }
.ig-serv-block--alt .ig-serv-aside { background: #fff; }
.ig-serv-aside h3 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.15rem; margin: 0 0 14px; }
.ig-serv-aside ul { list-style: none; margin: 0 0 20px; padding: 0; }
.ig-serv-aside li { position: relative; padding-left: 26px; margin-bottom: 10px; color: var(--ig-muted); font-size: 0.95rem; line-height: 1.5; }
.ig-serv-aside li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ig-gold); font-weight: 700; }
.ig-serv-para { border-top: 1px solid #eee; padding-top: 16px; color: var(--ig-muted); font-size: 0.95rem; line-height: 1.55; }
.ig-serv-para strong { color: var(--ig-turq); }

/* Bloque "no recibimos" + modal (sin JS) */
.ig-serv-norecibe { padding: 64px 20px; text-align: center; }
.ig-serv-norecibe h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.7rem; margin: 0 0 12px; }
.ig-serv-norecibe > .ig-wrap > p { color: var(--ig-muted); font-size: 1.05rem; max-width: 620px; margin: 0 auto 24px; line-height: 1.7; }
.ig-modal-open { cursor: pointer; }
.ig-modal { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(20,24,28,0.6); align-items: center; justify-content: center; padding: 20px; }
.ig-modal-toggle:checked ~ .ig-modal { display: flex; }
.ig-modal-box { background: #fff; max-width: 640px; width: 100%; max-height: 85vh; overflow-y: auto; border-radius: 14px; padding: 34px 34px 30px; text-align: left; position: relative; }
.ig-modal-close { position: absolute; top: 14px; right: 18px; font-size: 1.8rem; line-height: 1; color: var(--ig-muted); cursor: pointer; text-decoration: none; }
.ig-modal-close:hover { color: var(--ig-gold); }
.ig-modal-box h3 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.3rem; margin: 0 0 14px; }
.ig-modal-box p { color: var(--ig-muted); font-size: 0.98rem; line-height: 1.65; margin: 0 0 12px; }
.ig-modal-box ul { margin: 0 0 14px; padding-left: 20px; color: var(--ig-muted); }
.ig-modal-box li { margin-bottom: 7px; line-height: 1.5; }
.ig-modal-fine { font-size: 0.88rem !important; color: #8a938f !important; border-top: 1px solid #eee; padding-top: 12px; }

@media (min-width: 900px) {
    .ig-serv-block-inner { grid-template-columns: 1.5fr 1fr; align-items: start; }
    .ig-serv-hero h1 { font-size: 2.6rem; }
    .ig-serv-main h2 { font-size: 2rem; }
}

/* ============================================================
   WOOCOMMERCE — Carrito / Finalizar compra (plantilla clásica, marca Iguana)
   Estilo de la plantilla clásica que fuerza el mu-plugin iguana-carrito-clasico.
   ============================================================ */
/* Oculta el hero gris vacío de Kadence en las páginas de tienda */
.woocommerce-cart .entry-hero-container-inner,
.woocommerce-checkout .entry-hero-container-inner,
.woocommerce-account .entry-hero-container-inner,
.woocommerce-cart .entry-hero,
.woocommerce-checkout .entry-hero { display: none !important; }

.woocommerce { font-family: var(--ig-font-body); }
.woocommerce h2, .woocommerce .cart_totals h2, .woocommerce-cart .cart-empty { font-family: var(--ig-font-headings); color: var(--ig-turq); }
.woocommerce table.shop_table { border-radius: 8px; overflow: hidden; border-color: #eee; }
.woocommerce table.shop_table thead th,
.woocommerce table.cart th { font-family: var(--ig-font-headings); color: var(--ig-turq); text-transform: none; letter-spacing: 0; }
.woocommerce table.cart td.product-name a { color: var(--ig-ink); text-decoration: none; font-weight: 600; }
.woocommerce table.cart td.product-name a:hover { color: var(--ig-gold); }
.woocommerce a.remove { color: var(--ig-turq) !important; border-color: var(--ig-turq); }
.woocommerce a.remove:hover { background: var(--ig-turq) !important; color: #fff !important; }

/* Botones dorados de marca (Finalizar compra, Aplicar cupón, Volver a la tienda…) */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .return-to-shop a.button,
.woocommerce #place_order {
    background: var(--ig-gold) !important; color: #fff !important; border: 2px solid var(--ig-gold) !important;
    font-family: var(--ig-font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em;
    border-radius: 4px; box-shadow: none !important; transition: background .2s ease, color .2s ease;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .return-to-shop a.button:hover,
.woocommerce #place_order:hover { background: transparent !important; color: var(--ig-gold) !important; }

/* 'Actualizar carrito' deshabilitado: sobrio (no compite con el CTA principal) */
.woocommerce button[name="update_cart"][disabled],
.woocommerce button.button[disabled] {
    background: #ececec !important; color: #9e9e9e !important; border-color: #ececec !important; }

/* ============================================================
   MOVIMIENTO / MICROINTERACCIONES  (moderno, respeta reduced-motion)
   ============================================================ */
html { scroll-behavior: smooth; scroll-padding-top: 96px; }

/* --- Header: se compacta y gana sombra al hacer scroll --- */
.ig-header { transition: box-shadow .3s ease, background .3s ease; will-change: box-shadow; }
.ig-header-inner { transition: padding .3s cubic-bezier(.16,.8,.3,1); }
.ig-header .custom-logo, .ig-header .ig-logo img { transition: max-height .3s cubic-bezier(.16,.8,.3,1); }
body.ig-scrolled .ig-header { box-shadow: 0 6px 22px rgba(0,0,0,.09); background: rgba(255,255,255,.96);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
body.ig-scrolled .ig-header-inner { padding-top: 8px; padding-bottom: 8px; }
body.ig-scrolled .ig-header .custom-logo, body.ig-scrolled .ig-header .ig-logo img { max-height: 60px !important; }

/* --- Subrayado dorado animado en el menú (desktop) --- */
.ig-menu > li > a { position: relative; }
.ig-menu > li > a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
    background: var(--ig-gold); transform: scaleX(0); transform-origin: left center;
    transition: transform .32s cubic-bezier(.16,.8,.3,1); }
.ig-menu > li > a:hover::after { transform: scaleX(1); }

/* --- Levantar tarjetas al pasar el cursor --- */
.ig-serv-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(50,72,69,.15); }
.ig-shop-card:hover, .ig-post-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(50,72,69,.15); }
.ig-porque-item { transition: transform .3s cubic-bezier(.16,.8,.3,1); }
.ig-porque-item:hover { transform: translateY(-5px); }
.ig-shop-card:hover .ig-shop-thumb img, .ig-post-card:hover img { transform: scale(1.05); }
.ig-shop-thumb img, .ig-post-card img { transition: transform .5s cubic-bezier(.16,.8,.3,1); }

@media (prefers-reduced-motion: no-preference) {

    /* Hero: zoom lento (Ken Burns) + entrada escalonada del texto */
    .hero-bg-image { will-change: transform; animation: ig-kenburns 24s ease-in-out infinite alternate; }
    @keyframes ig-kenburns { from { transform: scale(1.05); } to { transform: scale(1.17); } }
    .hero-text-content { animation: none; }
    .hero-text-content > * { animation: ig-fadeUp .9s cubic-bezier(.16,.8,.3,1) both; }
    .hero-seo-label  { animation-delay: .15s; }
    .hero-title      { animation-delay: .28s; }
    .hero-description{ animation-delay: .44s; }
    .hero-subnote    { animation-delay: .56s; }
    .hero-actions    { animation-delay: .68s; }
    .hero-visual     { animation-delay: .55s; }

    /* Reveal de secciones al hacer scroll (el hero conserva su propia entrada) */
    .ig-js .ig-home > section:not(.hero-modern) { opacity: 0; transform: translateY(34px);
        transition: opacity .8s ease, transform .9s cubic-bezier(.16,.8,.3,1); }
    .ig-js .ig-home > section.ig-in { opacity: 1; transform: none; }

    /* Tarjetas hijas: aparecen en cascada cuando su sección entra */
    .ig-js .ig-serv-card, .ig-js .ig-proc-step, .ig-js .ig-porque-item,
    .ig-js .ig-post-card, .ig-js .ig-shop-card, .ig-js .ig-faq-item {
        opacity: 0; transform: translateY(24px);
        transition: opacity .6s ease, transform .7s cubic-bezier(.16,.8,.3,1); }
    .ig-js section.ig-in .ig-serv-card, .ig-js section.ig-in .ig-proc-step,
    .ig-js section.ig-in .ig-porque-item, .ig-js section.ig-in .ig-post-card,
    .ig-js section.ig-in .ig-shop-card, .ig-js section.ig-in .ig-faq-item {
        opacity: 1; transform: none; }
    /* Retardos de cascada */
    section.ig-in .ig-serv-card:nth-child(2), section.ig-in .ig-proc-step:nth-child(2),
    section.ig-in .ig-porque-item:nth-child(2), section.ig-in .ig-shop-card:nth-child(2),
    section.ig-in .ig-post-card:nth-child(2), section.ig-in .ig-faq-item:nth-child(2) { transition-delay: .09s; }
    section.ig-in .ig-serv-card:nth-child(3), section.ig-in .ig-proc-step:nth-child(3),
    section.ig-in .ig-porque-item:nth-child(3), section.ig-in .ig-shop-card:nth-child(3),
    section.ig-in .ig-post-card:nth-child(3), section.ig-in .ig-faq-item:nth-child(3) { transition-delay: .18s; }
    section.ig-in .ig-serv-card:nth-child(4), section.ig-in .ig-proc-step:nth-child(4),
    section.ig-in .ig-porque-item:nth-child(4), section.ig-in .ig-shop-card:nth-child(4),
    section.ig-in .ig-post-card:nth-child(4), section.ig-in .ig-faq-item:nth-child(4) { transition-delay: .27s; }
    section.ig-in .ig-shop-card:nth-child(5), section.ig-in .ig-post-card:nth-child(5),
    section.ig-in .ig-faq-item:nth-child(5) { transition-delay: .36s; }
    section.ig-in .ig-shop-card:nth-child(n+6), section.ig-in .ig-post-card:nth-child(n+6),
    section.ig-in .ig-faq-item:nth-child(n+6) { transition-delay: .45s; }
}

/* Accesibilidad: si el usuario pide menos movimiento, todo estático y visible */
@media (prefers-reduced-motion: reduce) {
    .hero-bg-image, .hero-text-content, .hero-text-content > *, .hero-visual { animation: none !important; }
    .ig-js .ig-home > section, .ig-js .ig-serv-card, .ig-js .ig-proc-step, .ig-js .ig-porque-item,
    .ig-js .ig-post-card, .ig-js .ig-shop-card, .ig-js .ig-faq-item { opacity: 1 !important; transform: none !important; }
    html { scroll-behavior: auto; }
}

/* ============================================================
   SINGLE PRODUCT — ficha [id_ficha_producto] (snippet #181) · pulido de marca
   Sobreescribe el <style> inline del snippet con mayor especificidad
   (.single-product #id-single-product-widget …). !important solo donde el snippet lo usa.
   ============================================================ */
.single-product #id-single-product-widget .id-spacer { height: 22px; }

/* Marco de imagen: muestra la pieza COMPLETA (no recorta muebles altos) + marco premium */
.single-product #id-single-product-widget .id-main-frame {
    aspect-ratio: 4 / 5; background: #faf8f3; border: 1px solid #ececec;
    border-radius: 14px; box-shadow: 0 24px 60px rgba(50,72,69,.10); }
.single-product #id-single-product-widget .id-main-frame img { object-fit: contain; padding: 24px; }
.single-product #id-single-product-widget .id-thumb { border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,.05); }

/* Tipografía / jerarquía */
.single-product #id-single-product-widget .id-p-title { font-size: 2.2rem; line-height: 1.08; letter-spacing: .01em; }
.single-product #id-single-product-widget .id-sku { color: #b9b4a6; }
.single-product #id-single-product-widget .id-p-desc { font-size: 1.05rem; color: #4a4f4c; line-height: 1.75; }
.single-product #id-single-product-widget .id-p-status { border-radius: 30px; }

/* Botón comprar alineado con la marca (dorado → turquesa al hover) */
.single-product #id-single-product-widget .id-btn-buy {
    border-radius: 6px !important; letter-spacing: .04em !important; box-shadow: 0 10px 24px rgba(203,152,16,.28); }
.single-product #id-single-product-widget .id-btn-buy:hover { background: var(--ig-turq) !important; }
.single-product #id-single-product-widget .id-qty-selector { border-radius: 6px; }

/* WhatsApp como botón contorneado */
.single-product #id-single-product-widget .id-wa-link {
    border: 2px solid #25D366; border-radius: 6px; padding: 13px; transition: background .2s ease, color .2s ease; }
.single-product #id-single-product-widget .id-wa-link:hover { background: #25D366; color: #fff !important; }

/* Caja "Historia y Curaduría" más premium */
.single-product #id-single-product-widget .id-details-box {
    background: #faf8f3; border: 1px solid #efe9dc; border-left: 4px solid var(--ig-gold); border-radius: 10px; }
.single-product #id-single-product-widget .id-detail-item h4 { color: var(--ig-turq); letter-spacing: .06em; }

/* Insignias de confianza como chips */
.single-product #id-single-product-widget .id-trust-badges { gap: 10px; }
.single-product #id-single-product-widget .id-t-badge {
    background: #f4f4f4; border-radius: 30px; padding: 8px 14px; color: #5a615d; }

/* Ocultar el footer duplicado del widget (ya existe el footer del sitio) */
.single-product #id-single-product-widget .id-widget-footer { display: none; }

/* Entrada suave */
@media (prefers-reduced-motion: no-preference) {
    .ig-js .single-product .id-product-gallery { animation: ig-fadeUp .8s cubic-bezier(.16,.8,.3,1) both; }
    .ig-js .single-product .id-product-info { animation: ig-fadeUp .8s .12s cubic-bezier(.16,.8,.3,1) both; }
}

/* ============================================================
   TESTIMONIOS  [.ig-testi]  (CPT ig_testimonio)
   ============================================================ */
.ig-testi { padding: 72px 20px; background: var(--ig-cream); }
.ig-testi-inner { max-width: 1150px; margin: 0 auto; text-align: center; }
.ig-testi-title { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.9rem; margin: 0 0 42px; }
.ig-testi-grid { display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 760px) { .ig-testi-grid { grid-template-columns: repeat(3, 1fr); } }
.ig-testi-card { position: relative; margin: 0; text-align: left; background: #fff; border: 1px solid #ececec;
    border-radius: 14px; padding: 30px 26px; box-shadow: 0 10px 30px rgba(50,72,69,.06);
    transition: transform .3s cubic-bezier(.16,.8,.3,1), box-shadow .3s ease; }
.ig-testi-card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(50,72,69,.12); }
.ig-testi-card::before { content: "\201C"; position: absolute; top: 4px; right: 22px; font-family: Georgia, serif;
    font-size: 4.6rem; line-height: 1; color: var(--ig-gold); opacity: .22; }
.ig-testi-quote { position: relative; font-size: 1.02rem; line-height: 1.7; color: var(--ig-ink); font-style: italic; margin-bottom: 22px; }
.ig-testi-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid #f0f0f0; padding-top: 16px; }
.ig-testi-photo, .ig-testi-initial { width: 46px; height: 46px; border-radius: 50%; flex: 0 0 46px; }
.ig-testi-photo { object-fit: cover; }
.ig-testi-initial { display: flex; align-items: center; justify-content: center; background: var(--ig-turq);
    color: #fff; font-family: var(--ig-font-headings); font-size: 1.2rem; }
.ig-testi-meta { display: flex; flex-direction: column; }
.ig-testi-name { font-weight: 700; color: var(--ig-turq); }
.ig-testi-role { font-size: .85rem; color: var(--ig-muted); }

/* ============================================================
   HISTORIAS / PROYECTOS  (antes-después · CPT ig_proyecto)
   ============================================================ */
.ig-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ig-ba-fig { position: relative; margin: 0; border-radius: 12px; overflow: hidden; background: #f4f4f4; }
.ig-ba-fig img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.ig-ba-tag { position: absolute; top: 12px; left: 12px; font-family: var(--ig-font-body); font-weight: 700;
    font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: #fff; padding: 5px 12px; border-radius: 30px; }
.ig-ba-before { background: rgba(31,36,42,.82); }
.ig-ba-after  { background: var(--ig-gold); }

/* Preview en el home */
.ig-hist { padding: 74px 20px; background: #fff; }
.ig-hist-inner { max-width: 1150px; margin: 0 auto; text-align: center; }
.ig-hist-eyebrow { font-family: var(--ig-font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--ig-gold); }
.ig-hist-h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.9rem; margin: 10px 0 8px; }
.ig-hist-lead { color: var(--ig-muted); font-size: 1.05rem; margin: 0 auto 36px; max-width: 560px; }
.ig-hist-preview { display: grid; grid-template-columns: 1fr; gap: 30px; margin-bottom: 34px; }
@media (min-width: 800px) { .ig-hist-preview { grid-template-columns: 1fr 1fr; } }
.ig-hist-card { text-align: left; }
.ig-hist-card-title { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.15rem; margin: 14px 0 0; }
.ig-hist-cta { display: inline-block; background: var(--ig-gold); color: #fff; font-family: var(--ig-font-body);
    font-weight: 700; text-transform: uppercase; letter-spacing: .03em; font-size: .85rem; padding: 13px 26px;
    border-radius: 4px; text-decoration: none; border: 2px solid var(--ig-gold); transition: background .2s ease, color .2s ease; }
.ig-hist-cta:hover { background: transparent; color: var(--ig-gold); }

/* Página "Historias" */
.ig-hist-page { font-family: var(--ig-font-body); color: var(--ig-ink); }
.ig-hist-hero { background: var(--ig-turq); color: #fff; padding: 72px 20px; text-align: center; }
.ig-hist-hero .ig-hist-eyebrow { color: var(--ig-gold); }
.ig-hist-hero h1 { font-family: var(--ig-font-headings); font-size: 2.6rem; margin: 10px 0 12px; color: #fff; }
.ig-hist-hero p { max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.85); font-size: 1.08rem; line-height: 1.6; }
.ig-hist-list { max-width: 1000px; margin: 0 auto; padding: 60px 20px; display: flex; flex-direction: column; gap: 60px; }
.ig-hist-item-title { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.6rem; margin: 0 0 18px; }
.ig-hist-desc { margin-top: 18px; color: var(--ig-muted); line-height: 1.75; font-size: 1.05rem; }
.ig-hist-empty { text-align: center; color: var(--ig-muted); padding: 40px 0; }

/* ============================================================
   SERVICIO INDIVIDUAL  [.ig-svc-single]  (CPT ig_servicio)
   ============================================================ */
.ig-svc-single { font-family: var(--ig-font-body); color: var(--ig-ink); }
.ig-svc-hero { background: var(--ig-turq); color: #fff; padding: 56px 20px 60px; text-align: center; position: relative; overflow: hidden; }
.ig-svc-hero::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 200px; height: 200px;
    border-radius: 50%; border: 2px solid var(--ig-gold); box-shadow: 0 0 0 34px transparent, 0 0 0 36px var(--ig-celeste); opacity: .5; }
.ig-svc-back { display: inline-block; color: rgba(255,255,255,.8); text-decoration: none; font-size: .9rem; margin-bottom: 20px; }
.ig-svc-back:hover { color: var(--ig-gold); }
.ig-svc-icon { display: block; font-size: 3rem; line-height: 1; margin-bottom: 12px; }
.ig-svc-hero h1 { font-family: var(--ig-font-headings); font-size: 2.4rem; margin: 0 0 12px; color: #fff; }
.ig-svc-tag { max-width: 620px; margin: 0 auto 26px; color: rgba(255,255,255,.9); font-size: 1.12rem; line-height: 1.6; }
.ig-svc-cta { display: inline-block; background: var(--ig-gold); color: #fff; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; font-size: .85rem; padding: 13px 28px; border-radius: 4px; text-decoration: none; border: 2px solid var(--ig-gold); transition: background .2s, color .2s; }
.ig-svc-cta:hover { background: transparent; color: #fff; }

.ig-svc-body { max-width: 820px; margin: 0 auto; padding: 56px 20px 20px; }
.ig-svc-body > h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.7rem; line-height: 1.15; margin: 0 0 22px; }
.ig-svc-body > h3 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.25rem; margin: 34px 0 14px; }
.ig-svc-body p { line-height: 1.8; color: #43494b; margin: 0 0 16px; font-size: 1.05rem; }
.ig-svc-body .ig-sv-intro { font-size: 1.18rem; color: var(--ig-turq); font-weight: 600; line-height: 1.6; border-left: 4px solid var(--ig-gold); padding-left: 18px; }
.ig-svc-body ul { list-style: none; margin: 0 0 22px; padding: 0; }
.ig-svc-body ul li { position: relative; padding: 7px 0 7px 30px; line-height: 1.6; color: #43494b; }
.ig-svc-body ul li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--ig-gold); font-weight: 700; }
.ig-svc-cta-row { margin-top: 34px; }

.ig-svc-otros { background: var(--ig-cream); padding: 56px 20px; margin-top: 40px; }
.ig-svc-otros > .ig-wrap { max-width: 1000px; }
.ig-svc-otros h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1.5rem; text-align: center; margin: 0 0 30px; }
.ig-svc-otros-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 720px) { .ig-svc-otros-grid { grid-template-columns: repeat(3, 1fr); } }
.ig-svc-otros-card { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #ececec;
    border-radius: 12px; padding: 18px 20px; text-decoration: none; color: var(--ig-turq); font-weight: 600;
    transition: transform .25s cubic-bezier(.16,.8,.3,1), box-shadow .25s ease; }
.ig-svc-otros-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(50,72,69,.12); }
.ig-svc-otros-icon { font-size: 1.5rem; }
.ig-svc-otros-name { flex: 1; }
.ig-svc-otros-arrow { color: var(--ig-gold); }

/* ============================================================
   MEGA MENÚ de Servicios  [.ig-mega]  (desde el CPT ig_servicio)
   ============================================================ */
.ig-mega { position: absolute; top: 100%; left: 0; z-index: 60; width: 560px; max-width: 92vw;
    background: #fff; border: 1px solid #eee; border-radius: 12px; box-shadow: 0 18px 44px rgba(0,0,0,.12);
    padding: 16px; display: none; }
.ig-menu > li:hover > .ig-mega { display: block; }
.ig-mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ig-mega-card { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border-radius: 10px;
    text-decoration: none; transition: background .2s ease; }
.ig-mega-card:hover { background: var(--ig-cream); }
.ig-mega-icon { font-size: 1.5rem; line-height: 1.2; flex: 0 0 auto; }
.ig-mega-txt { display: flex; flex-direction: column; }
.ig-mega-name { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 1rem; line-height: 1.2; }
.ig-mega-card:hover .ig-mega-name { color: var(--ig-gold); }
.ig-mega-tag { font-size: .82rem; color: var(--ig-muted); line-height: 1.45; margin-top: 4px; }
.ig-mega-all { display: block; text-align: center; margin-top: 8px; padding-top: 12px; border-top: 1px solid #f0f0f0;
    color: var(--ig-turq); font-weight: 700; font-size: .85rem; text-decoration: none; }
.ig-mega-all:hover { color: var(--ig-gold); }

/* Móvil: el mega se apila dentro del menú desplegable (sin hover) */
@media (max-width: 991px) {
    .ig-mega { position: static; display: block; width: auto; max-width: none;
        box-shadow: none; border: 0; border-radius: 0; padding: 4px 0 8px 14px; }
    .ig-mega-grid { grid-template-columns: 1fr; gap: 0; }
    .ig-mega-card { padding: 10px 6px; }
    .ig-mega-all { text-align: left; padding-left: 6px; }
}
/* ============================================================
   ICONOS LUCIDE en secciones (reemplazan a los emoji)
   ============================================================ */
.ig-serv-icon svg      { width: 26px; height: 26px; color: var(--ig-turq); stroke-width: 1.7; }
.ig-porque-icon svg    { width: 26px; height: 26px; color: var(--ig-gold); stroke-width: 1.7; }
.ig-serv-icon-lg svg   { width: 40px; height: 40px; color: var(--ig-gold); stroke-width: 1.5; }
.ig-serv-nav a svg     { width: 16px; height: 16px; vertical-align: -.18em; margin-right: 5px; }
.glass-date svg, .glass-capacity svg { width: 15px; height: 15px; vertical-align: -.15em; color: var(--ig-gold); margin-right: 3px; }
.ig-mega-icon svg      { width: 24px; height: 24px; color: var(--ig-gold); stroke-width: 1.8; }
.ig-svc-icon svg       { width: 42px; height: 42px; color: var(--ig-gold); stroke-width: 1.5; }
.ig-svc-otros-icon svg { width: 22px; height: 22px; color: var(--ig-gold); }

/* Hero de servicio con foto de fondo (imagen destacada + overlay turquesa) */
.ig-svc-hero--photo { background-size: cover; background-position: center; padding-top: 66px; padding-bottom: 72px; }
.ig-svc-hero--photo::after { opacity: .3; }

/* ============================================================
   NUESTRA HISTORIA  [.ig-historia]  (Mónica y Beatriz)
   ============================================================ */
.ig-historia { padding: 78px 20px; background: #fff; }
.ig-historia-inner { max-width: 1150px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 900px) { .ig-historia-inner { grid-template-columns: 1fr 1.05fr; gap: 56px; } }
.ig-historia-img { width: 100%; height: auto; border-radius: 16px; box-shadow: 0 24px 60px rgba(50,72,69,.16); display: block; }
.ig-historia-kicker { font-family: var(--ig-font-body); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--ig-gold); }
.ig-historia-text h2 { font-family: var(--ig-font-headings); color: var(--ig-turq); font-size: 2rem; line-height: 1.15; margin: 10px 0 20px; }
.ig-historia-text p { color: #43494b; line-height: 1.8; font-size: 1.06rem; margin: 0 0 16px; }
.ig-historia-cta { display: inline-block; margin-top: 8px; color: var(--ig-turq); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--ig-gold); padding-bottom: 2px; }
.ig-historia-cta:hover { color: var(--ig-gold); }
