/* Galería premium V7 para las casas rurales. */
.rural-gallery{isolation:isolate;min-height:clamp(430px,54vw,680px);background:#0b0b0a;cursor:zoom-in}
.rural-gallery::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 28%,transparent 62%,rgba(0,0,0,.68));opacity:.9}
.rural-slide{transform:scale(1.025);transition:opacity .58s ease,transform 7s ease;will-change:opacity,transform}
.rural-slide.is-active{transform:scale(1)}
.rural-slide img{filter:saturate(1.04) contrast(1.03);user-select:none;-webkit-user-drag:none}
.rural-gallery-badge{z-index:5;box-shadow:0 8px 28px rgba(0,0,0,.28)}
.rural-gallery-controls{display:none!important}
.rural-gallery-v7-top{position:absolute;top:17px;right:17px;z-index:6;display:flex;align-items:center;gap:8px}
.rural-gallery-v7-count{min-width:62px;padding:9px 12px;border-radius:999px;background:rgba(8,8,7,.76);border:1px solid rgba(255,255,255,.26);color:#fff;font:700 .72rem/1 Montserrat,Arial,sans-serif;letter-spacing:.08em;text-align:center;backdrop-filter:blur(14px)}
.rural-gallery-v7-button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(8,8,7,.72);color:#fff;display:grid;place-items:center;font-size:1.1rem;cursor:pointer;backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(0,0,0,.26);transition:transform .22s ease,background .22s ease,border-color .22s ease}
.rural-gallery-v7-button:hover{transform:translateY(-2px) scale(1.04);background:rgba(8,8,7,.9);border-color:#f0cf78}
.rural-gallery-v7-nav{position:absolute;inset:50% 14px auto;z-index:6;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}
.rural-gallery-v7-nav .rural-gallery-v7-button{pointer-events:auto;width:48px;height:48px;font-size:1.35rem}
.rural-gallery-v7-thumbs{position:absolute;left:18px;right:18px;bottom:16px;z-index:6;display:flex;gap:9px;overflow-x:auto;padding:5px 2px;scrollbar-width:thin;scrollbar-color:rgba(240,207,120,.75) rgba(0,0,0,.28);overscroll-behavior-inline:contain}
.rural-gallery-v7-thumb{flex:0 0 70px;height:50px;padding:0;border-radius:10px;border:2px solid transparent;background:#111;overflow:hidden;cursor:pointer;opacity:.68;transition:opacity .22s ease,transform .22s ease,border-color .22s ease;box-shadow:0 8px 22px rgba(0,0,0,.28)}
.rural-gallery-v7-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.rural-gallery-v7-thumb:hover,.rural-gallery-v7-thumb[aria-current="true"]{opacity:1;transform:translateY(-2px);border-color:#f0cf78}
.rural-gallery-v7-progress{position:absolute;left:0;right:0;bottom:0;height:3px;z-index:7;background:rgba(255,255,255,.14);overflow:hidden}
.rural-gallery-v7-progress span{display:block;width:100%;height:100%;transform-origin:left;background:linear-gradient(90deg,#f5dc8c,#c89737);animation:ruralV7Progress 6s linear both}
.rural-gallery-v7-progress.is-paused span{animation-play-state:paused}
@keyframes ruralV7Progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}

.rural-lightbox-v7{position:fixed;inset:0;z-index:12000;display:none;place-items:center;padding:clamp(12px,3vw,36px);background:rgba(4,4,4,.93);backdrop-filter:blur(18px);color:#fff}
.rural-lightbox-v7.is-open{display:grid}
.rural-lightbox-v7-stage{position:relative;width:min(1500px,96vw);height:min(88vh,1000px);display:grid;place-items:center}
.rural-lightbox-v7-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:16px;box-shadow:0 30px 100px rgba(0,0,0,.56)}
.rural-lightbox-v7-caption{position:absolute;left:18px;bottom:14px;right:18px;text-align:center;color:#fff;font:600 .82rem/1.4 Montserrat,Arial,sans-serif;text-shadow:0 2px 12px #000}
.rural-lightbox-v7-close{position:absolute;top:14px;right:14px;z-index:2}
.rural-lightbox-v7-prev,.rural-lightbox-v7-next{position:absolute;top:50%;transform:translateY(-50%)}
.rural-lightbox-v7-prev{left:12px}.rural-lightbox-v7-next{right:12px}
body.rural-lightbox-open{overflow:hidden}

.rural-property{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.rural-property:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--ie7-accent) 55%,transparent)!important;box-shadow:0 32px 90px rgba(0,0,0,.2)!important}

@media(max-width:900px){.rural-gallery{min-height:clamp(390px,78vw,580px)}.rural-gallery-v7-thumbs{left:12px;right:12px}.rural-gallery-v7-thumb{flex-basis:62px;height:45px}}
@media(max-width:600px){.rural-gallery{min-height:430px}.rural-gallery-v7-nav{inset:50% 8px auto}.rural-gallery-v7-nav .rural-gallery-v7-button{width:42px;height:42px}.rural-gallery-v7-thumbs{bottom:10px}.rural-gallery-v7-thumb{flex-basis:56px;height:42px}.rural-gallery-v7-top{top:12px;right:12px}.rural-gallery-badge{top:12px;left:12px;max-width:58%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
@media(prefers-reduced-motion:reduce){.rural-slide,.rural-property,.rural-gallery-v7-button,.rural-gallery-v7-thumb{transition:none!important;animation:none!important}.rural-gallery-v7-progress{display:none}}
