  :root{
    --cream: #FFF8EC;
    --cream-2: #FFEFD6;
    --ink: #223047;
    --ink-soft: #55637a;
    --coral: #E9573F;
    --marigold: #F4B942;
    --sky: #3F8FCB;
    --mint: #4FB98A;
    --blue-deep: #1E5FD9;
    --pink: #F2A6C4;
    --radius-lg: 28px;
    --radius-md: 18px;
    --shadow: 0 10px 30px rgba(34,48,71,0.10);
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth; scroll-padding-top:90px;}
  body{
    margin:0;
    background:var(--cream);
    color:var(--ink);
    font-family:'Nunito Sans', sans-serif;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3, .display{
    font-family:'Baloo 2', sans-serif;
    font-weight:700;
    margin:0;
  }
  a{text-decoration:none; color:inherit;}
  img{max-width:100%; display:block;}
  ul{margin:0; padding:0; list-style:none;}
  button{font-family:inherit;}

  .wrap{
    max-width:1180px;
    margin:0 auto;
    padding:0 24px;
  }

  /* ---------- NAV ---------- */
  #top, #catalogo, #nosotros, #contacto, #mapa{ scroll-margin-top:90px; }

  header{
    position:sticky; top:0; z-index:50;
    background:rgba(255,248,236,0.92);
    backdrop-filter: blur(8px);
    border-bottom:1px solid rgba(34,48,71,0.08);
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:12px 24px;
    max-width:1180px; margin:0 auto;
  }
  .nav-logo{display:flex; align-items:center; gap:10px;}
  .nav-logo img{height:48px; width:48px; object-fit:cover; border-radius:50%;}
  .nav-links{display:flex; gap:28px; align-items:center;}
  .nav-links a{
    font-weight:700; font-size:0.95rem; color:var(--ink);
    position:relative; padding:4px 0;
  }
  .nav-links a:hover{color:var(--coral);}
  .nav-cta{
    display:flex; align-items:center; gap:8px;
    background:var(--mint); color:#fff; font-weight:800;
    padding:10px 18px; border-radius:999px; font-size:0.9rem;
    box-shadow:var(--shadow);
    transition:transform .15s ease;
  }
  .nav-cta:hover{transform:translateY(-2px);}
  .burger{
    display:none; background:none; border:none; cursor:pointer;
    width:44px; height:44px; align-items:center; justify-content:center;
    flex-shrink:0;
  }

  /* ---------- HERO ---------- */
  .hero{
    padding:56px 24px 40px;
  }
  .hero-card{
    max-width:1180px; margin:0 auto;
    background:linear-gradient(160deg, var(--blue-deep) 0%, #2f6fe0 55%, #3f7eea 100%);
    border-radius:36px;
    padding:56px 48px;
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    align-items:center;
    gap:32px;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(30,95,217,0.35);
  }
  .hero-card::before{
    content:"";
    position:absolute; right:-60px; top:-60px;
    width:260px; height:260px;
    background:radial-gradient(circle, rgba(255,255,255,0.14) 0%, transparent 70%);
    border-radius:50%;
    pointer-events:none;
  }
  .hero-card::after{
    content:"";
    position:absolute; left:-40px; bottom:-80px;
    width:220px; height:220px;
    background:radial-gradient(circle, rgba(255,255,255,0.10) 0%, transparent 70%);
    border-radius:50%;
    pointer-events:none;
  }
  .hero-eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    background:rgba(255,255,255,0.15);
    color:#fff; font-weight:700; font-size:0.8rem;
    padding:7px 16px; border-radius:999px;
    margin-bottom:18px;
    letter-spacing:0.02em;
  }
  .hero-title{
    color:#fff; font-size:clamp(1.7rem, 1.15rem + 4.4vw, 2.6rem); line-height:1.15;
    margin-bottom:16px;
  }
  .hero-title .hl{color:var(--marigold);}
  .hero-sub{
    color:rgba(255,255,255,0.88);
    font-size:1.08rem; line-height:1.6;
    max-width:460px;
    margin-bottom:28px;
  }
  .hero-actions{display:flex; gap:14px; flex-wrap:wrap;}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    font-weight:800; font-size:0.95rem;
    padding:14px 26px; border-radius:999px;
    border:none; cursor:pointer;
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .btn-primary{
    background:var(--coral); color:#fff;
    box-shadow:0 8px 20px rgba(233,87,63,0.4);
  }
  .btn-primary:hover{transform:translateY(-2px);}
  .btn-ghost{
    background:rgba(255,255,255,0.12);
    color:#fff; border:2px solid rgba(255,255,255,0.5);
  }
  .btn-ghost:hover{background:rgba(255,255,255,0.22);}
  .hero-logo-wrap{
    display:flex; align-items:center; justify-content:center;
  }
  .hero-logo-wrap img{
    width:100%; max-width:320px;
    border-radius:50%;
    box-shadow:0 25px 50px rgba(0,0,0,0.25);
  }

  /* ---------- TRUST STRIP ---------- */
  .trust{
    padding:8px 24px 48px;
  }
  .trust-inner{
    max-width:1180px; margin:0 auto;
    display:grid; grid-template-columns:repeat(4,1fr);
    gap:16px;
  }
  .trust-item{
    background:#fff; border-radius:var(--radius-md);
    padding:20px 18px;
    display:flex; align-items:center; gap:12px;
    box-shadow:var(--shadow);
  }
  .trust-icon{
    width:42px; height:42px; border-radius:12px;
    display:flex; align-items:center; justify-content:center;
    font-size:1.3rem; flex-shrink:0;
  }
  .trust-item p{margin:0; font-weight:700; font-size:0.88rem; color:var(--ink);}
  .trust-item span{display:block; font-size:0.76rem; color:var(--ink-soft); font-weight:600;}

  /* ---------- FONDO DECORATIVO SUPERIOR (hero + trust) ----------
     Nubes celestes muy suaves y estrellitas crema/amarillas, dibujadas
     100% en CSS/SVG inline (sin imágenes pesadas). Vive en un ::before
     detrás del contenido (z-index:-1 dentro de un stacking context propio
     via isolation:isolate), por lo que nunca tapa textos ni botones y no
     afecta el layout, tamaños ni el header (que queda fuera de esta zona). */
  .deco-top-zone{
    position:relative;
    isolation:isolate;
  }
  .deco-top-zone::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background-repeat:repeat, no-repeat, no-repeat, no-repeat;
    background-position:0 0, 4% -6%, 84% 0%, 42% 82%;
    background-size:520px 340px, 260px 143px, 230px 127px, 300px 165px;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 340'%3E%3Cg fill='%23F3E3C3' fill-opacity='0.6'%3E%3Cpath d='M40,41 Q42.3,47.7 49,50 Q42.3,52.3 40,59 Q37.7,52.3 31,50 Q37.7,47.7 40,41 Z'/%3E%3Cpath d='M260,81 Q262.3,87.7 269,90 Q262.3,92.3 260,99 Q257.7,92.3 251,90 Q257.7,87.7 260,81 Z'/%3E%3Cpath d='M430,31 Q432.3,37.7 439,40 Q432.3,42.3 430,49 Q427.7,42.3 421,40 Q427.7,37.7 430,31 Z'/%3E%3Cpath d='M120,221 Q122.3,227.7 129,230 Q122.3,232.3 120,239 Q117.7,232.3 111,230 Q117.7,227.7 120,221 Z'/%3E%3Cpath d='M380,251 Q382.3,257.7 389,260 Q382.3,262.3 380,269 Q377.7,262.3 371,260 Q377.7,257.7 380,251 Z'/%3E%3C/g%3E%3Cg fill='%23FBDD8E' fill-opacity='0.55'%3E%3Cpath d='M170,49 Q172.8,57.2 181,60 Q172.8,62.8 170,71 Q167.2,62.8 159,60 Q167.2,57.2 170,49 Z'/%3E%3Cpath d='M460,159 Q462.8,167.2 471,170 Q462.8,172.8 460,181 Q457.2,172.8 449,170 Q457.2,167.2 460,159 Z'/%3E%3Cpath d='M60,279 Q62.8,287.2 71,290 Q62.8,292.8 60,301 Q57.2,292.8 49,290 Q57.2,287.2 60,279 Z'/%3E%3C/g%3E%3Cg fill='%23F3E3C3' fill-opacity='0.45'%3E%3Ccircle cx='320' cy='30' r='3'/%3E%3Ccircle cx='230' cy='300' r='3'/%3E%3Ccircle cx='480' cy='90' r='3'/%3E%3Ccircle cx='20' cy='170' r='3'/%3E%3C/g%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 110'%3E%3Cg fill='%23CFE9FB' fill-opacity='0.6'%3E%3Cellipse cx='100' cy='75' rx='75' ry='24'/%3E%3Ccircle cx='55' cy='55' r='32'/%3E%3Ccircle cx='100' cy='42' r='38'/%3E%3Ccircle cx='145' cy='56' r='30'/%3E%3C/g%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 110'%3E%3Cg fill='%23CFE9FB' fill-opacity='0.6'%3E%3Cellipse cx='100' cy='75' rx='75' ry='24'/%3E%3Ccircle cx='55' cy='55' r='32'/%3E%3Ccircle cx='100' cy='42' r='38'/%3E%3Ccircle cx='145' cy='56' r='30'/%3E%3C/g%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 110'%3E%3Cg fill='%23CFE9FB' fill-opacity='0.6'%3E%3Cellipse cx='100' cy='75' rx='75' ry='24'/%3E%3Ccircle cx='55' cy='55' r='32'/%3E%3Ccircle cx='100' cy='42' r='38'/%3E%3Ccircle cx='145' cy='56' r='30'/%3E%3C/g%3E%3C/svg%3E");
  }
  @media (max-width: 640px){
    .deco-top-zone::before{
      background-size:380px 250px, 170px 94px, 150px 83px, 200px 110px;
      background-position:0 0, 2% -4%, 88% 0%, 46% 86%;
    }
  }

  /* ---------- SECTION HEADERS ---------- */
  .section{padding:64px 24px;}
  .section-head{
    text-align:center;
    max-width:640px; margin:0 auto 40px;
  }
  .section-eyebrow{
    font-weight:800; font-size:0.82rem; letter-spacing:0.06em;
    text-transform:uppercase; color:var(--coral);
    margin-bottom:10px; display:block;
  }
  .section-title{font-size:clamp(1.5rem, 1.15rem + 1.8vw, 2.1rem); color:var(--ink); line-height:1.25;}
  .rainbow-word span:nth-child(1){color:var(--coral);}
  .rainbow-word span:nth-child(2){color:var(--marigold);}
  .rainbow-word span:nth-child(3){color:var(--sky);}
  .rainbow-word span:nth-child(4){color:var(--mint);}
  .rainbow-word span:nth-child(5){color:var(--coral);}
  .rainbow-word span:nth-child(6){color:var(--marigold);}
  .rainbow-word span:nth-child(7){color:var(--sky);}
  .rainbow-word span:nth-child(8){color:var(--mint);}
  .section-desc{color:var(--ink-soft); font-size:1rem; margin-top:12px; line-height:1.6;}

  /* ---------- FILTERS ---------- */
  .filters{
    display:flex; justify-content:center; gap:10px; flex-wrap:wrap;
    margin-bottom:40px;
  }
  /* Filtros simplificados de 2 niveles: solo se muestran en móvil (ver RESPONSIVE),
     donde reemplazan a #filters. En escritorio permanecen ocultos. */
  .filters-mobile{display:none;}
  .filter-btn{
    background:#fff; border:2px solid rgba(34,48,71,0.1);
    padding:9px 20px; border-radius:999px;
    font-weight:700; font-size:0.87rem; color:var(--ink-soft);
    cursor:pointer; transition:all .15s ease;
  }
  .filter-btn:hover{border-color:var(--sky); color:var(--sky);}
  .filter-btn.active{
    background:var(--ink); border-color:var(--ink); color:#fff;
  }
  .filter-btn-back{
    background:var(--cream-2); border-color:rgba(34,48,71,0.18);
    font-weight:800; color:var(--ink);
  }
  .filter-btn-back:hover{border-color:var(--sky); color:var(--sky);}

  /* ---------- Filtro "Exclusivos" (variante premium dorada) ---------- */
  .filter-btn[data-filter="exclusivo"]{
    background:#FFFBF2;
    border-color:rgba(197,160,89,0.45);
    transition:background .28s ease, border-color .28s ease, color .28s ease, box-shadow .28s ease, transform .28s ease;
  }
  .filter-btn[data-filter="exclusivo"]:hover{
    border-color:rgba(197,160,89,0.75);
    color:var(--ink);
    box-shadow:0 6px 16px rgba(197,160,89,0.28);
    transform:translateY(-2px);
  }
  .filter-btn[data-filter="exclusivo"].active{
    background:var(--ink);
    border-color:rgba(212,175,110,0.85);
    color:#fff;
  }
  .filter-star{
    display:inline-block;
    animation:filterStarSparkle 7s ease-in-out infinite;
  }
  @keyframes filterStarSparkle{
    0%, 90%, 100%{ filter:drop-shadow(0 0 0 rgba(212,175,55,0)); transform:scale(1) rotate(0deg); }
    93%{ filter:drop-shadow(0 0 5px rgba(212,175,55,0.9)) brightness(1.5); transform:scale(1.22) rotate(-6deg); }
    96%{ filter:drop-shadow(0 0 2px rgba(212,175,55,0.5)) brightness(1.15); transform:scale(1.05) rotate(3deg); }
  }
  @media (prefers-reduced-motion: reduce){
    .filter-star{animation:none;}
  }

  /* ---------- CATALOG GRID ---------- */
  .catalog-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
  }
  .card{
    background:#fff;
    border-radius:var(--radius-lg);
    overflow:hidden;
    box-shadow:var(--shadow);
    display:flex; flex-direction:column;
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .card:hover{transform:translateY(-6px); box-shadow:0 20px 40px rgba(34,48,71,0.16);}
  .card-media{
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
    background:var(--cream-2);
  }
  .card-media img{width:100%; height:100%; object-fit:cover;}
  .card-badge-new{
    position:absolute; top:14px; left:14px;
    background:var(--coral); color:#fff;
    font-weight:800; font-size:0.7rem;
    padding:5px 12px; border-radius:999px;
    letter-spacing:0.04em;
  }
  .price-bubble{
    position:absolute; top:14px; right:14px;
    background:var(--coral); color:#fff;
    font-family:'Baloo 2', sans-serif; font-weight:700;
    font-size:0.95rem; line-height:1;
    padding:10px 14px 9px;
    border-radius:18px 18px 18px 4px;
    box-shadow:0 6px 14px rgba(0,0,0,0.2);
    text-align:center;
  }
  .price-bubble small{display:block; font-size:0.6rem; font-weight:700; opacity:0.85; margin-top:2px;}
  .card-body{
    padding:22px 22px 24px;
    display:flex; flex-direction:column; flex:1;
  }
  .card-eyebrow{
    font-size:0.72rem; font-weight:800; letter-spacing:0.05em;
    text-transform:uppercase; color:var(--sky);
    margin-bottom:6px;
  }
  .card-title{font-size:1.25rem; color:var(--ink); margin-bottom:10px; line-height:1.25;}
  .card-specs{margin-bottom:18px; flex:1;}
  .card-specs li{
    font-size:0.85rem; color:var(--ink-soft);
    padding-left:22px; position:relative;
    margin-bottom:7px; line-height:1.4;
  }
  .card-specs li::before{
    content:"✓";
    position:absolute; left:0; top:0;
    color:var(--mint); font-weight:800;
  }
  .card-order{
    display:flex; align-items:center; justify-content:center; gap:8px;
    background:var(--ink); color:#fff;
    font-weight:800; font-size:0.88rem;
    padding:13px; border-radius:14px;
    transition:background .15s ease;
  }
  .card-order:hover{background:#1cb45c;}
  .card-order svg{width:18px; height:18px; flex-shrink:0;}

  /* ---------- QUIÉNES SOMOS ---------- */
  .whoweare{
    max-width:1180px; margin:0 auto;
  }
  .whoweare-top{
    display:grid;
    grid-template-columns:0.85fr 1fr;
    gap:56px;
    align-items:center;
    margin-bottom:56px;
  }
  .whoweare-media{
    position:relative;
  }
  .whoweare-media::before{
    content:"";
    position:absolute;
    top:22px; left:-22px;
    width:100%; height:100%;
    background:linear-gradient(160deg, var(--blue-deep), var(--sky));
    border-radius:22px;
    z-index:0;
  }
  .whoweare-media img{
    position:relative;
    z-index:1;
    width:100%;
    aspect-ratio:4/3.4;
    object-fit:cover;
    object-position:center 30%;
    border-radius:22px;
    box-shadow:0 30px 60px rgba(34,48,71,0.22);
    display:block;
  }
  .whoweare-badge{
    position:absolute; z-index:2;
    left:-18px; bottom:-18px;
    background:var(--coral); color:#fff;
    font-family:'Baloo 2', sans-serif; font-weight:700;
    padding:14px 22px;
    border-radius:18px 18px 18px 4px;
    box-shadow:0 12px 26px rgba(233,87,63,0.4);
    text-align:center;
    line-height:1.1;
  }
  .whoweare-badge strong{display:block; font-size:1.5rem;}
  .whoweare-badge span{display:block; font-size:0.68rem; font-weight:700; text-transform:uppercase; letter-spacing:0.03em; opacity:0.9; margin-top:2px;}
  .whoweare-eyebrow{
    display:inline-block;
    font-weight:800; font-size:0.8rem; letter-spacing:0.08em;
    text-transform:uppercase; color:var(--coral);
    margin-bottom:14px;
  }
  .whoweare-title{
    font-size:clamp(1.45rem, 1.15rem + 1.6vw, 2rem); line-height:1.25; color:var(--ink);
    margin-bottom:20px;
  }
  .whoweare-title .hl{color:var(--blue-deep);}
  .whoweare-text p{
    color:var(--ink-soft); line-height:1.75; font-size:1rem;
    margin-bottom:14px;
  }
  .whoweare-text p:last-child{margin-bottom:0;}

  @media (max-width: 940px){
    .whoweare-top{grid-template-columns:1fr; gap:64px;}
    .whoweare-media::before{left:16px; top:16px;}
  }
  @media (max-width: 640px){
    .whoweare-badge{left:12px; bottom:-16px; padding:10px 16px;}
    .whoweare-badge strong{font-size:1.2rem;}
  }

  /* ---------- SHOWROOM ---------- */
  .showroom{
    max-width:1180px; margin:0 auto;
  }
  .showroom-inner{
    display:grid;
    grid-template-columns:1fr 0.9fr;
    gap:56px;
    align-items:center;
  }
  .showroom-media{
    position:relative;
    order:2;
  }
  .showroom-media::before{
    content:"";
    position:absolute;
    top:-20px; right:-20px;
    width:100%; height:100%;
    background:linear-gradient(160deg, var(--marigold), var(--coral));
    border-radius:22px;
    z-index:0;
  }
  .showroom-media img{
    position:relative; z-index:1;
    width:100%;
    aspect-ratio:4/4.2;
    object-fit:cover;
    object-position:center 30%;
    border-radius:22px;
    box-shadow:0 30px 60px rgba(34,48,71,0.22);
    display:block;
  }
  .showroom-content{order:1;}
  .showroom-eyebrow{
    display:inline-block;
    font-weight:800; font-size:0.8rem; letter-spacing:0.08em;
    text-transform:uppercase; color:var(--coral);
    margin-bottom:14px;
  }
  .showroom-title{
    font-size:clamp(1.45rem, 1.15rem + 1.6vw, 2rem); line-height:1.25; color:var(--ink);
    margin-bottom:10px;
  }
  .showroom-subtitle{
    font-family:'Baloo 2', sans-serif; font-weight:600;
    font-size:1.08rem; color:var(--blue-deep);
    margin-bottom:18px;
  }
  .showroom-text{
    color:var(--ink-soft); line-height:1.75; font-size:1rem;
    margin-bottom:24px;
  }
  .showroom-list{margin-bottom:30px;}
  .showroom-list li{
    display:flex; align-items:flex-start; gap:12px;
    margin-bottom:13px; font-size:0.95rem; color:var(--ink);
  }
  .showroom-list .dot{
    width:26px; height:26px; border-radius:50%;
    flex-shrink:0; display:flex; align-items:center; justify-content:center;
    font-size:0.78rem; font-weight:800; color:#fff; margin-top:1px;
  }
  .showroom-cta{
    display:inline-flex; align-items:center; gap:8px;
    background:var(--coral); color:#fff;
    font-weight:800; font-size:0.95rem;
    padding:14px 28px; border-radius:999px;
    border:none; cursor:pointer;
    box-shadow:0 10px 24px rgba(233,87,63,0.35);
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .showroom-cta:hover{transform:translateY(-2px); box-shadow:0 14px 30px rgba(233,87,63,0.45);}

  /* Scroll-reveal (respeta prefers-reduced-motion) */
  .reveal{
    opacity:0; transform:translateY(26px);
    transition:opacity .7s ease, transform .7s ease;
  }
  .reveal.revealed{opacity:1; transform:translateY(0);}
  .reveal-delay-1{transition-delay:.12s;}
  .reveal-delay-2{transition-delay:.24s;}
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; transition:none;}
  }

  @media (max-width: 940px){
    .showroom-inner{grid-template-columns:1fr; gap:40px;}
    .showroom-media{order:1;}
    .showroom-content{order:2;}
    .showroom-media::before{top:14px; right:-14px;}
  }
  /* ---------- CONTACT / FOOTER ---------- */
  .contact{
    background:var(--ink);
    padding:64px 24px 32px;
    color:#fff;

  }
  .contact-inner{
    max-width:1180px; margin:0 auto;
    display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:40px;
    padding-bottom:40px;
    border-bottom:1px solid rgba(255,255,255,0.12);
  }
  .contact-brand img{height:56px; width:56px; object-fit:cover; margin-bottom:16px; border-radius:50%;}
  .contact-brand p{color:rgba(255,255,255,0.65); line-height:1.6; font-size:0.92rem; max-width:320px;}
  .contact h4{
    font-family:'Baloo 2', sans-serif; font-size:1rem;
    margin-bottom:18px; color:var(--marigold);
  }
  .contact-list li{margin-bottom:12px; font-size:0.92rem;}
  .contact-list a{color:rgba(255,255,255,0.8); display:flex; align-items:center; gap:10px; transition:color .18s ease, transform .18s ease;}
  .contact-list a:hover{color:#fff; transform:translateX(3px);}
  .contact-list svg{width:18px; height:18px; flex-shrink:0; opacity:0.8; transition:opacity .18s ease;}
  .contact-list a:hover svg{opacity:1;}
  .contact-cta{
    background:rgba(255,255,255,0.06);
    border-radius:20px; padding:24px;
  }
  .contact-cta p{color:rgba(255,255,255,0.75); font-size:0.88rem; margin-bottom:16px; line-height:1.5;}
  .map-section{
    max-width:1180px; margin:0 auto 40px;
    padding-top:8px;
  }
  .map-card{
    background:#fff;
    border-radius:var(--radius-lg);
    padding:28px;
    box-shadow:var(--shadow);
  }
  .map-card-head{
    display:flex; align-items:flex-start; justify-content:space-between;
    flex-wrap:wrap; gap:12px;
    margin-bottom:18px;
  }
  .map-card h4{
    font-family:'Baloo 2', sans-serif; font-size:1.15rem;
    color:var(--ink); margin-bottom:6px;
  }
  .map-address{
    display:flex; align-items:flex-start; gap:8px;
    color:var(--ink-soft); font-size:0.92rem; line-height:1.5;
    max-width:520px;
  }
  .map-address svg{width:18px; height:18px; flex-shrink:0; margin-top:2px; color:var(--coral);}
  .map-frame-wrap{
    width:100%;
    height:350px;
    border-radius:var(--radius-md);
    overflow:hidden;
    box-shadow:inset 0 0 0 1px rgba(34,48,71,0.08);
  }
  .map-frame-wrap iframe{
    width:100%; height:100%; border:0; display:block;
  }
  .map-card-foot{
    display:flex; justify-content:center;
    margin-top:20px;
  }
  .btn-map{
    display:inline-flex; align-items:center; gap:8px;
    background:var(--blue-deep); color:#fff;
    font-weight:800; font-size:0.92rem;
    padding:13px 28px; border-radius:999px;
    box-shadow:0 8px 20px rgba(30,95,217,0.35);
    transition:transform .15s ease;
  }
  .btn-map:hover{transform:translateY(-2px);}
  .btn-map svg{width:18px; height:18px;}

  @media (max-width: 640px){
    .map-card{padding:20px;}
    .map-frame-wrap{height:280px;}
  }

  /* ---------- LIGHTBOX ---------- */
  .card-media{cursor:zoom-in;}
  .card-media::after{
    content:"";
    position:absolute; inset:0;
    background:rgba(20,24,34,0);
    transition:background .2s ease;
    pointer-events:none;
  }
  .card:hover .card-media::after{background:rgba(20,24,34,0.12);}
  .zoom-hint{
    position:absolute; inset:0;
    display:flex; align-items:center; justify-content:center;
    opacity:0; transition:opacity .2s ease;
    pointer-events:none;
  }
  .card:hover .zoom-hint{opacity:1;}
  .zoom-hint span{
    width:46px; height:46px; border-radius:50%;
    background:rgba(255,255,255,0.95);
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 6px 16px rgba(0,0,0,0.25);
  }
  .zoom-hint svg{width:20px; height:20px; color:var(--ink);}

  .lightbox-overlay{
    position:fixed; inset:0; z-index:300;
    background:rgba(15,20,30,0.86);
    display:flex; align-items:center; justify-content:center;
    padding:24px;
    opacity:0; visibility:hidden;
    transition:opacity .28s ease, visibility .28s ease;
  }
  .lightbox-overlay.active{opacity:1; visibility:visible;}
  .lightbox-content{
    position:relative;
    max-width:min(92vw, 1100px);
    max-height:88vh;
    transform:scale(0.92) translateY(10px);
    transition:transform .28s cubic-bezier(.2,.9,.3,1.2);
    border-radius:22px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 30px 70px rgba(0,0,0,0.5);
    line-height:0;
  }
  .lightbox-overlay.active .lightbox-content{transform:scale(1) translateY(0);}
  .lightbox-content img{
    display:block;
    max-width:min(92vw, 1100px);
    max-height:88vh;
    width:auto; height:auto;
    object-fit:contain;
  }
  .lightbox-close{
    position:absolute; top:14px; right:14px;
    width:42px; height:42px; border-radius:50%;
    background:rgba(255,255,255,0.95);
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; border:none;
    box-shadow:0 6px 16px rgba(0,0,0,0.25);
    transition:background .15s ease, transform .15s ease;
  }
  .lightbox-close:hover{background:#fff; transform:scale(1.08) rotate(90deg);}
  .lightbox-close svg{width:20px; height:20px; color:var(--ink);}
  .lightbox-caption{
    position:absolute; left:0; right:0; bottom:0;
    padding:14px 20px;
    background:linear-gradient(to top, rgba(0,0,0,0.55), transparent);
    color:#fff; font-family:'Baloo 2', sans-serif; font-weight:600;
    font-size:0.95rem;
  }
  @media (max-width:640px){
    .lightbox-content{border-radius:16px;}
    .lightbox-close{width:38px; height:38px; top:10px; right:10px;}
  }
  @media (prefers-reduced-motion: reduce){
    .lightbox-overlay, .lightbox-content{transition:none;}
  }

  .footer-bottom{
    max-width:1180px; margin:0 auto; padding-top:24px;
    display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
    color:rgba(255,255,255,0.45); font-size:0.82rem;
  }

  /* ---------- FLOATING WHATSAPP ---------- */
  .float-wa{
    position:fixed; bottom:24px; right:24px; z-index:60;
    background:#25D366; color:#fff;
    width:60px; height:60px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 10px 24px rgba(37,211,102,0.5);
    animation:pulse 2.4s infinite;
  }
  .float-wa svg{width:30px; height:30px;}
  @keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(37,211,102,0.5), 0 10px 24px rgba(37,211,102,0.5);}
    70%{box-shadow:0 0 0 14px rgba(37,211,102,0), 0 10px 24px rgba(37,211,102,0.5);}
    100%{box-shadow:0 0 0 0 rgba(37,211,102,0), 0 10px 24px rgba(37,211,102,0.5);}
  }

  @media (prefers-reduced-motion: reduce){
    .float-wa{animation:none;}
    html{scroll-behavior:auto;}
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 940px){
    .hero-card{grid-template-columns:1fr; padding:40px 28px; text-align:center;}
    .hero-sub{margin-left:auto; margin-right:auto;}
    .hero-actions{justify-content:center;}
    .hero-logo-wrap{order:-1;}
    .hero-logo-wrap img{max-width:220px;}
    .trust-inner{grid-template-columns:repeat(2,1fr);}
    .catalog-grid{grid-template-columns:repeat(2,1fr);}
    .about{grid-template-columns:1fr; padding:40px 28px;}
    .contact-inner{grid-template-columns:1fr; gap:32px;}
  }

  /* Encabezado compacto: desde tablet (<=860px) usamos el menú hamburguesa,
     para que el header se vea ordenado también en pantallas como 768px. */
  @media (max-width: 860px){
    .nav{padding:10px 16px;}
    .nav-logo img{height:40px; width:40px;}
    .nav-links{
      position:absolute; top:100%; left:0; right:0;
      background:var(--cream); flex-direction:column;
      align-items:stretch;
      padding:10px 20px 20px; gap:4px;
      box-shadow:0 10px 20px rgba(0,0,0,0.08);
      transform:translateY(-12px); opacity:0;
      transition:all .22s ease; pointer-events:none;
    }
    .nav-links.open{transform:translateY(0); opacity:1; pointer-events:auto;}
    .nav-links a{padding:12px 4px; font-size:1.02rem; border-bottom:1px solid rgba(34,48,71,0.08);}
    .nav-links a:last-child{border-bottom:none;}
    .burger{display:flex;}
    .nav-cta{display:none;}
  }

  @media (max-width: 768px){
    #filters{display:none !important;}
    .filters-mobile{display:block;}
    .filters-mobile-level[hidden]{display:none !important;}
    .filters{
      flex-wrap:nowrap;
      justify-content:flex-start;
      overflow-x:auto;
      overscroll-behavior-x:contain;
      -webkit-overflow-scrolling:touch;
      scroll-snap-type:x proximity;
      margin:0 -24px 32px;
      padding:2px 24px 10px;
      -ms-overflow-style:none;
      scrollbar-width:thin;
    }
    .filter-btn{flex-shrink:0; scroll-snap-align:start;}
  }

  @media (max-width: 640px){
    .hero-actions{flex-direction:column; align-items:stretch;}
    .hero-actions .btn{justify-content:center; width:100%;}
    .catalog-grid{grid-template-columns:repeat(2, 1fr); gap:18px;}
  }

  @media (max-width: 480px){
    .wrap{padding:0 16px;}
    .section{padding:44px 16px;}
    .hero{padding:32px 16px 24px;}
    .hero-card{padding:32px 20px; border-radius:26px;}
    .hero-logo-wrap img{max-width:170px;}
    .hero-eyebrow{font-size:0.72rem; padding:6px 14px;}
    .hero-sub{font-size:1rem;}
    .filters{margin:0 -16px 28px; padding:2px 16px 10px;}
    .filter-btn{padding:10px 18px; font-size:0.85rem;}
    .catalog-grid{grid-template-columns:1fr; gap:20px;}
    .trust-inner{grid-template-columns:1fr;}
    .contact{padding:44px 16px 24px;}
    .contact-cta{padding:18px;}
    .float-wa{width:54px; height:54px; right:16px; bottom:calc(16px + env(safe-area-inset-bottom, 0px));}
    .float-wa svg{width:26px; height:26px;}
  }
