:root {
  --celeste: #38AAE0;
  --celeste-hondo: #1F7FB8;
  --gris: #414141;
  --fondo: #1E1F20;
  --fondo-2: #262728;
  --claro: #F4F6F8;
  --tinta: #E9ECEF;
  --tinta-2: #A7ADB3;
  --linea: rgba(255,255,255,.1);
  --redondeo: 18px;
  --ancho: 1180px;
  --curva: cubic-bezier(.2,.7,.1,1);
  --titulo: 'Space Grotesk', system-ui, sans-serif;
  --texto: 'Poppins', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--fondo); color: var(--tinta); font-family: var(--texto); font-weight: 300; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--titulo); font-weight: 600; margin: 0; letter-spacing: -.02em; line-height: 1.05; }
p { margin: 0; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

.rotulo { font-family: var(--titulo); font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--celeste); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.rotulo::before { content: ''; width: 8px; height: 11px; background: var(--celeste); clip-path: path('M4 0 C4 0 8 5 8 7 A4 4 0 0 1 0 7 C0 5 4 0 4 0Z'); }
.sec-tit { font-size: clamp(34px, 5vw, 60px); }
.lead { color: var(--tinta-2); max-width: 52ch; margin-top: 18px; font-size: 17px; }

.boton { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--celeste); color: #0E1A22; font-family: var(--titulo); font-weight: 600; font-size: 15px; padding: 15px 26px; border-radius: 999px; border: 0; cursor: pointer; transition: background .25s, transform .25s var(--curva); }
.boton:hover { background: #5BBBE8; transform: translateY(-2px); }
.boton-linea { background: transparent; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.boton-linea:hover { background: rgba(255,255,255,.1); }
.boton-chico { padding: 10px 18px; font-size: 14px; }

/* ---------- encabezado ---------- */
.cab { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; gap: 32px; padding: 22px clamp(16px, 4vw, 48px); transition: padding .35s var(--curva), background .35s, transform .4s var(--curva); }
.cab.compacta { padding-block: 12px; background: rgba(30,31,32,.92); backdrop-filter: blur(10px); }
.cab.oculta { transform: translateY(-100%); }
.cab-logo img { width: 76px; height: auto; }
.cab-nav { display: flex; gap: 28px; margin-left: 12px; font-family: var(--titulo); font-size: 15px; }
.cab-nav a { opacity: .85; transition: opacity .2s; }
.cab-nav a:hover { opacity: 1; }
.cab-der { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.cab-tel { font-family: var(--titulo); font-size: 15px; }
.barra { position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--celeste); }
@media (max-width: 900px) { .cab-nav, .cab-tel { display: none; } }

/* ---------- hero: la superficie que se limpia con el scroll ----------
   El contenedor mide varias pantallas y el hero queda pegado arriba: lo único que
   cambia al bajar es cuánto de la foto ya se hidrolavó. */
.hero-scrub { position: relative; height: 280vh; height: 280svh; }
.hero { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-sup { position: absolute; inset: 0; }
.hero-sup img, .hero-sup canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-sup.interactiva { cursor: crosshair; }
.hero-velo { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(20,21,22,.82) 0%, rgba(20,21,22,.45) 38%, rgba(20,21,22,0) 62%), linear-gradient(0deg, rgba(20,21,22,.6) 0%, rgba(20,21,22,0) 35%); }
.hero-txt { position: relative; z-index: 2; width: 100%; max-width: calc(var(--ancho) + 96px); margin: 0 auto; padding: 120px clamp(16px, 4vw, 48px) clamp(48px, 8vh, 88px); pointer-events: none; }
.hero-txt a { pointer-events: auto; }
.hero h1 { font-size: clamp(42px, min(7.6vw, 10.5vh), 112px); font-weight: 700; letter-spacing: -.035em; line-height: .95; color: #fff; }
.hero h1 span { color: var(--celeste); }
.hero .baj { max-width: 44ch; margin-top: clamp(14px, 2.4vh, 24px); font-size: 18px; color: #D9DDE1; }
.hero-bot { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(20px, 3.4vh, 34px); }
.scroll-pista { position: absolute; z-index: 3; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; font-family: var(--titulo); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #fff; pointer-events: none; transition: opacity .5s; }
.scroll-pista.ida { opacity: 0; }
.rail { position: relative; width: 1px; height: 46px; background: rgba(255,255,255,.25); overflow: hidden; }
.rail::after { content: ''; position: absolute; inset: 0; background: var(--celeste); animation: gotea 1.8s var(--curva) infinite; }
@keyframes gotea { from { transform: translateY(-100%); } to { transform: translateY(100%); } }

@media (max-width: 900px) {
  .hero-scrub { height: 230vh; height: 230svh; }
  .hero-velo { background: linear-gradient(0deg, rgba(20,21,22,.94) 0%, rgba(20,21,22,.7) 38%, rgba(20,21,22,0) 66%); }
  .hero-txt { padding-top: 96px; padding-bottom: 28px; }
  .hero h1 { font-size: clamp(38px, min(11vw, 7vh), 56px); }
  .hero .baj { font-size: 15px; margin-top: 16px; }
  .hero-bot { margin-top: 22px; }
  .hero-bot .boton { flex: 1 1 100%; }
  .scroll-pista { top: 96px; bottom: auto; }
}

/* ---------- frase rodeada de lo que dijeron los clientes ----------
   En escritorio las burbujas flotan en un escenario alrededor del titular (cada una
   con su centro en --x/--y). En el celular caen en flujo: unas arriba y otras abajo. */
.frase { position: relative; min-height: 820px; padding: 120px clamp(16px, 4vw, 48px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.frase-txt { position: relative; z-index: 2; font-family: var(--titulo); font-size: clamp(30px, 4.2vw, 56px); font-weight: 500; letter-spacing: -.02em; line-height: 1.12; max-width: 20ch; margin: 0 auto; }
.frase-txt em { font-style: normal; color: var(--celeste); }
.frase-pie { position: relative; z-index: 2; margin-top: 18px; font-family: var(--titulo); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--tinta-2); }
.burbujas { display: contents; }
.burbuja { position: absolute; left: var(--x); top: var(--y); z-index: 1; margin: 0; transform: translate(-50%, -50%); }
.burbuja-in { position: relative; max-width: 250px; padding: 11px 16px 10px; border-radius: 20px 20px 20px 6px; background: var(--fondo-2); box-shadow: inset 0 0 0 1px var(--linea), 0 10px 30px rgba(0,0,0,.25); text-align: left; animation: flota 6s ease-in-out infinite; animation-delay: calc(var(--d) * -1); }
.burbuja.celeste .burbuja-in { background: rgba(56,170,224,.14); box-shadow: inset 0 0 0 1px rgba(56,170,224,.45), 0 10px 30px rgba(0,0,0,.25); }
.burbuja blockquote { margin: 0; font-size: 14.5px; line-height: 1.35; color: #E3E6E9; }
.burbuja figcaption { margin-top: 4px; font-family: var(--titulo); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--tinta-2); }
.burbuja figcaption::before { content: '★★★★★ '; color: #FBBC05; letter-spacing: 1px; }
@keyframes flota { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.js .burbuja.entra { opacity: 0; transform: translate(-50%, -50%) scale(.6); transition: opacity .7s var(--curva), transform .9s cubic-bezier(.2,1.4,.4,1); }
.js .burbuja.entra.dentro { opacity: 1; transform: translate(-50%, -50%) scale(1); }
@media (max-width: 1100px) { .burbuja-in { max-width: 200px; } .burbuja blockquote { font-size: 13px; } }
@media (max-width: 900px) {
  .frase { min-height: 0; padding: 80px 16px; }
  .burbujas { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
  .burbujas-arriba { margin-bottom: 40px; }
  .burbujas-abajo { margin-top: 36px; }
  .burbuja, .js .burbuja.entra, .js .burbuja.entra.dentro { position: static; transform: none; }
  .js .burbuja.entra { transform: scale(.8); }
  .js .burbuja.entra.dentro { transform: none; }
  .burbuja.solo-escritorio { display: none; }
  .burbujas { gap: 8px; }
  .burbuja-in { max-width: 175px; padding: 8px 12px 7px; border-radius: 16px 16px 16px 5px; }
  .burbuja blockquote { font-size: 12.5px; }
  .burbuja figcaption { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { .burbuja-in { animation: none; } }

/* ---------- servicios: tarjetas con foto ---------- */
.servicios { max-width: calc(var(--ancho) + 96px); margin: 0 auto; padding: 0 clamp(16px, 4vw, 48px) clamp(80px, 10vw, 130px); }
.sec-cab { margin-bottom: 48px; }
.tarjetas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tarjeta { display: block; border-radius: var(--redondeo); overflow: hidden; background: var(--fondo-2); border: 1px solid var(--linea); transition: border-color .3s, transform .4s var(--curva); }
.tarjeta-foto { aspect-ratio: 4 / 3; overflow: hidden; }
.tarjeta-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--curva); }
.tarjeta-txt { padding: 20px 22px 24px; }
.tarjeta .num { font-family: var(--titulo); font-size: 12px; color: var(--celeste); }
.tarjeta h3 { font-size: 22px; font-weight: 500; margin-top: 6px; }
.tarjeta p { color: var(--tinta-2); font-size: 14px; margin-top: 6px; }
@media (hover: hover) {
  .tarjeta:hover { border-color: rgba(56,170,224,.5); transform: translateY(-4px); }
  .tarjeta:hover .tarjeta-foto img { transform: scale(1.06); }
}
@media (max-width: 900px) {
  .tarjetas { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tarjeta-txt { padding: 14px 14px 16px; }
  .tarjeta h3 { font-size: 17px; }
  .tarjeta p { font-size: 13px; }
}

/* ---------- ventanas: la escobilla que baja con el scroll ---------- */
.ventana-scrub { position: relative; height: 240vh; height: 240svh; }
.ventana { position: sticky; top: 0; height: 100vh; height: 100svh; max-width: calc(var(--ancho) + 96px); margin: 0 auto; padding: 90px clamp(16px, 4vw, 48px) 40px; display: grid; grid-template-columns: 1fr minmax(300px, 440px); gap: clamp(32px, 6vw, 90px); align-items: center; }
.ventana-extra { list-style: none; padding: 0; margin: 28px 0 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.ventana-extra li { font-family: var(--titulo); font-size: 14px; padding: 8px 16px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--linea); }
.vidrio { position: relative; height: min(76vh, 700px); border-radius: var(--redondeo); overflow: hidden; box-shadow: 0 0 0 10px var(--fondo-2), 0 0 0 11px var(--linea); }
.vidrio img, .vidrio canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.escobilla { position: absolute; left: -4%; width: 108%; top: 0; height: 14px; border-radius: 7px; background: linear-gradient(#5d6166, #2e3033); box-shadow: 0 3px 0 rgba(255,255,255,.35), 0 8px 18px rgba(0,0,0,.35); transform: translateY(-30px); pointer-events: none; }
.escobilla::before { content: ''; position: absolute; left: 50%; top: -60px; width: 10px; height: 60px; margin-left: -5px; border-radius: 5px; background: #3a3c3f; }
@media (max-width: 900px) {
  .ventana-scrub { height: 200vh; height: 200svh; }
  .ventana { grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 20px; padding-top: 76px; padding-bottom: 20px; align-items: start; }
  .ventana .lead { font-size: 15px; margin-top: 10px; }
  .ventana-extra, .ventana-txt .boton { display: none; }
  .ventana-txt .sec-tit { font-size: 30px; }
  .vidrio { height: 100%; min-height: 0; }
}

/* ---------- antes y después reales ---------- */
.trabajos { max-width: calc(var(--ancho) + 96px); margin: 0 auto; padding: 0 clamp(16px, 4vw, 48px); }
.pares { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.par { margin: 0; }
.comp { position: relative; aspect-ratio: 4 / 3; border-radius: var(--redondeo); overflow: hidden; cursor: ew-resize; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.comp img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--pos); pointer-events: none; }
.comp-antes { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--x)) 0 0); }
.comp-rot { position: absolute; top: 14px; left: 14px; padding: 5px 12px; border-radius: 999px; background: rgba(20,21,22,.75); font-family: var(--titulo); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.comp-rot.despues { left: auto; right: 14px; background: var(--celeste); color: #0E1A22; }
.comp-linea { position: absolute; top: 0; bottom: 0; left: var(--x); width: 2px; margin-left: -1px; background: #fff; pointer-events: none; }
.comp-linea i { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 50%; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.comp-linea i::before, .comp-linea i::after { content: ''; position: absolute; top: 50%; width: 0; height: 0; margin-top: -6px; border: 6px solid transparent; }
.comp-linea i::before { left: 7px; border-right: 7px solid var(--gris); }
.comp-linea i::after { right: 7px; border-left: 7px solid var(--gris); }
.comp-rango { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.comp:focus-within .comp-linea i { box-shadow: 0 0 0 3px var(--celeste), 0 4px 16px rgba(0,0,0,.3); }
.par figcaption { margin-top: 12px; font-family: var(--titulo); font-size: 16px; color: var(--tinta-2); }
@media (max-width: 900px) { .pares { grid-template-columns: 1fr; } }


/* ---------- google: badge de reseñas ----------
   Distinto a los botones a propósito: sin píldora ni relleno, un disco blanco con
   la G y el texto al lado, subrayado sólo al pasar. */
.google { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; color: #fff; font-family: var(--titulo); pointer-events: auto; }
.g-disco { width: 46px; height: 46px; flex: none; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 0 0 4px rgba(255,255,255,.14); }
.g-disco .g-logo { width: 24px; height: 24px; }
.g-txt { display: flex; flex-direction: column; line-height: 1.25; }
.g-fila { display: flex; align-items: center; gap: 8px; font-size: 17px; }
.estrellas { color: #FBBC05; letter-spacing: 2px; font-size: 16px; }
.g-cant { font-size: 13px; color: rgba(255,255,255,.72); border-bottom: 1px solid transparent; transition: border-color .2s; align-self: flex-start; }
.google:hover .g-cant { border-color: rgba(255,255,255,.6); }
@media (max-width: 900px) { .google { margin-top: 20px; } .g-disco { width: 40px; height: 40px; } .g-fila { font-size: 15px; } }

/* ---------- comercial ---------- */
.comercial { max-width: calc(var(--ancho) + 96px); margin: 0 auto; padding: clamp(90px, 11vw, 140px) clamp(16px, 4vw, 48px) 0; }
.com-citas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 36px; }
.com-citas blockquote { margin: 0; padding-left: 18px; border-left: 2px solid var(--celeste); }
.com-citas p { font-family: var(--titulo); font-size: 17px; line-height: 1.4; }
.com-citas cite { display: block; margin-top: 10px; font-style: normal; font-size: 13px; color: var(--tinta-2); }
@media (max-width: 900px) { .com-citas { grid-template-columns: 1fr; } }

/* ---------- barney protagonista ---------- */
.barney { grid-template-columns: minmax(280px, 440px) 1fr; }
.barney-foto { position: relative; aspect-ratio: 1; box-shadow: 0 0 0 10px var(--fondo-2), 0 0 0 11px var(--linea); }
.barney-firma { position: absolute; left: 16px; bottom: 16px; padding: 10px 16px; border-radius: 14px; background: rgba(20,21,22,.8); backdrop-filter: blur(6px); font-family: var(--titulo); font-size: 18px; font-weight: 600; line-height: 1.2; }
.barney-firma small { display: block; font-size: 12px; font-weight: 400; color: var(--celeste); letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 900px) { .barney { grid-template-columns: 1fr; } .barney-foto { aspect-ratio: 1; max-width: 420px; } }

/* ---------- carrusel de reseñas ---------- */
.resenas { padding: 0 0 clamp(90px, 11vw, 140px); overflow: hidden; }
.resenas-cab { max-width: calc(var(--ancho) + 96px); margin: 0 auto 28px; padding: 0 clamp(16px, 4vw, 48px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.resenas-cab .rotulo { margin: 0; }
.resenas-cab .google { margin: 0; }
.carrusel { mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.carrusel-pista { display: flex; gap: 18px; width: max-content; animation: desfila 70s linear infinite; }
.carrusel:hover .carrusel-pista { animation-play-state: paused; }
@keyframes desfila { to { transform: translateX(calc(-50% - 9px)); } }
.resena { margin: 0; width: 360px; flex: none; padding: 22px; border-radius: var(--redondeo); background: var(--fondo-2); border: 1px solid var(--linea); }
.resena-cab { display: flex; align-items: center; gap: 12px; }
.resena-cab img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.resena-cab b { display: block; font-family: var(--titulo); font-weight: 500; font-size: 16px; }
.resena-cab .estrellas { font-size: 14px; }
.resena-cab .g-logo { margin-left: auto; width: 18px; height: 18px; flex: none; }
.resena blockquote { margin: 14px 0 0; font-size: 15px; color: #CFD3D7; }
@media (max-width: 900px) { .resena { width: 290px; padding: 18px; } .resena blockquote { font-size: 14px; } }
@media (prefers-reduced-motion: reduce) { .carrusel { overflow-x: auto; } .carrusel-pista { animation: none; } }
.tarjeta.tocada { border-color: rgba(56,170,224,.6); }

/* ---------- formulario alineado al de GoHighLevel ---------- */
.campo-par { display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; }
.campo textarea { width: 100%; font: 400 16px var(--texto); color: #fff; background: var(--fondo); border: 1px solid var(--linea); border-radius: 12px; padding: 14px 16px; outline: none; resize: vertical; }
.campo textarea:focus { border-color: var(--celeste); }
.campo label small { text-transform: none; letter-spacing: 0; }
.campo-tipos { border: 0; margin: 0; padding: 0; min-width: 0; }
.campo-tipos legend { font-family: var(--titulo); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--tinta-2); margin-bottom: 8px; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-block; padding: 9px 14px; border-radius: 999px; font-size: 14px; background: var(--fondo); box-shadow: inset 0 0 0 1px var(--linea); cursor: pointer; transition: background .2s, box-shadow .2s, color .2s; }
.chip input:checked + span { background: rgba(56,170,224,.16); box-shadow: inset 0 0 0 1px var(--celeste); color: #fff; }
.chip input:focus-visible + span { outline: 2px solid var(--celeste); outline-offset: 2px; }
.campo-tipos.mal .chip span { box-shadow: inset 0 0 0 1px #E0735F; }
.check-legal { align-items: flex-start; font-size: 12.5px; line-height: 1.5; color: var(--tinta-2); }
.check-legal input { margin-top: 2px; flex: none; }
.check-legal.mal span { color: #E0735F; }
@media (max-width: 900px) { .campo-par { grid-template-columns: 1fr; } }
.campo .chip { display: inline-block; margin: 0; font-family: var(--texto); font-size: 14px; letter-spacing: 0; text-transform: none; color: var(--tinta); }

/* ---------- comercial: tres fachadas que se limpian ----------
   El panel activo se abre y una cortina de agua baja por la fachada encendiendo las
   ventanas a su paso: el mismo gesto de la hero y de la escobilla, en dibujo. */
.edifs { display: flex; gap: 14px; height: 440px; }
.edif { position: relative; flex: 1; min-width: 0; display: flex; flex-direction: column; border-radius: var(--redondeo); overflow: hidden; background: var(--fondo-2); border: 1px solid var(--linea); cursor: pointer; outline: none; transition: flex-grow .7s var(--curva), border-color .4s, background .4s; }
.edif.on { flex-grow: 2.1; border-color: rgba(56,170,224,.45); background: linear-gradient(180deg, rgba(56,170,224,.07), var(--fondo-2) 70%); }
.edif:focus-visible { box-shadow: 0 0 0 2px var(--celeste); }
.edif-arte { position: relative; flex: 1; min-height: 0; display: grid; place-items: center; padding: 26px 20px 0; overflow: hidden; }
.edif-arte svg { width: 100%; max-width: 300px; height: 100%; }
.edif .l { fill: none; stroke: rgba(255,255,255,.55); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.edif .v { fill: rgba(255,255,255,.05); stroke: rgba(255,255,255,.35); stroke-width: 1; transition: fill .5s, stroke .5s; }
.edif.on .v { fill: rgba(56,170,224,.5); stroke: var(--celeste); transition-delay: calc(var(--i) * 45ms + 250ms); }
.edif .bandera, .edif .toldo { fill: rgba(255,255,255,.12); stroke: rgba(255,255,255,.55); stroke-width: 1.4; transition: fill .6s .4s; }
.edif.on .bandera, .edif.on .toldo { fill: var(--celeste); }
.agua { position: absolute; left: 12%; right: 12%; top: 0; height: 3px; border-radius: 3px; background: var(--celeste); box-shadow: 0 0 0 1px rgba(56,170,224,.2), 0 10px 24px rgba(56,170,224,.35); opacity: 0; }
.edif.on .agua { animation: cortina 1.6s var(--curva) .1s both; }
@keyframes cortina { 0% { top: 6%; opacity: 0; } 12% { opacity: 1; } 85% { opacity: 1; } 100% { top: 94%; opacity: 0; } }
.edif-txt { padding: 18px 22px 22px; }
.edif-txt .num { font-family: var(--titulo); font-size: 12px; color: var(--celeste); }
.edif-txt h3 { font-size: 22px; font-weight: 500; margin-top: 4px; white-space: nowrap; }
.edif-txt p { color: var(--tinta-2); font-size: 14.5px; margin-top: 6px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .6s var(--curva), opacity .4s; }
.edif.on .edif-txt p { max-height: 80px; opacity: 1; transition-delay: .2s; }
@media (max-width: 900px) {
  .edifs { flex-direction: column; height: auto; }
  .edif, .edif.on { flex: none; }
  .edif-arte { height: 190px; flex: none; padding-top: 18px; }
  .edif-txt p { max-height: none; opacity: 1; }
  .edif-txt h3 { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) { .edif.on .agua { animation: none; } }

/* ---------- 404 ---------- */
.no-existe { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; max-width: calc(var(--ancho) + 96px); margin: 0 auto; padding: 120px clamp(16px, 4vw, 48px) 80px; }
.cab + .no-existe .cab-nav { display: none; }
