.gallery[data-astro-cid-ihllb3az]{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--sp-3)}.gallery-item[data-astro-cid-ihllb3az]{position:relative;display:block;border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 3;background:var(--crema-200)}.gallery-item[data-astro-cid-ihllb3az] img[data-astro-cid-ihllb3az]{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.gallery-item[data-astro-cid-ihllb3az]:hover img[data-astro-cid-ihllb3az]{transform:scale(1.06)}.gallery-zoom[data-astro-cid-ihllb3az]{position:absolute;top:.7rem;right:.7rem;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#2e211699;color:var(--crema);opacity:0;transform:scale(.8);transition:opacity .3s var(--ease),transform .3s var(--ease)}.gallery-item[data-astro-cid-ihllb3az]:hover .gallery-zoom[data-astro-cid-ihllb3az]{opacity:1;transform:scale(1)}@media(min-width:720px){.gallery[data-astro-cid-ihllb3az]{grid-template-columns:repeat(3,1fr);grid-auto-flow:dense}.gallery-item[data-astro-cid-ihllb3az]:first-child{grid-column:span 2;grid-row:span 2}}.lightbox[data-astro-cid-ihllb3az]{position:fixed;inset:0;z-index:200;background:#140d08f0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--sp-3);padding:clamp(1rem,4vw,3rem);opacity:0;transition:opacity .3s var(--ease)}.lightbox[data-astro-cid-ihllb3az][hidden]{display:none}.lightbox[data-astro-cid-ihllb3az].is-open{opacity:1}.lightbox-figure[data-astro-cid-ihllb3az]{margin:0;display:flex;flex-direction:column;align-items:center;gap:var(--sp-3);min-width:0}.lightbox-figure[data-astro-cid-ihllb3az] img[data-astro-cid-ihllb3az]{max-width:100%;max-height:82vh;border-radius:var(--radius);box-shadow:var(--shadow-lg);object-fit:contain}.lightbox-caption[data-astro-cid-ihllb3az]{color:var(--dark-ink-soft);font-size:var(--step--1);text-align:center;max-width:60ch}.lightbox-close[data-astro-cid-ihllb3az]{position:absolute;top:clamp(1rem,3vw,1.75rem);right:clamp(1rem,3vw,1.75rem);color:var(--crema);width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(242,233,220,.25);transition:background-color .3s var(--ease)}.lightbox-close[data-astro-cid-ihllb3az]:hover{background:#f2e9dc24}.lightbox-nav[data-astro-cid-ihllb3az]{color:var(--crema);width:52px;height:52px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(242,233,220,.25);transition:background-color .3s var(--ease),transform .3s var(--ease);flex:none}.lightbox-nav[data-astro-cid-ihllb3az]:hover{background:#f2e9dc24;transform:scale(1.05)}.lightbox-counter[data-astro-cid-ihllb3az]{position:absolute;bottom:clamp(1rem,3vw,1.75rem);left:50%;transform:translate(-50%);color:var(--dark-ink-soft);font-size:var(--step--1);letter-spacing:.1em}@media(max-width:600px){.lightbox-nav[data-astro-cid-ihllb3az]{width:42px;height:42px}}.casa-hero[data-astro-cid-6bohdfzo]{position:relative;min-height:78svh;display:flex;align-items:flex-end;padding-block:calc(var(--header-h) + 2rem) clamp(3rem,8vh,6rem);overflow:hidden;color:var(--crema)}.casa-hero-media[data-astro-cid-6bohdfzo]{position:absolute;inset:0;z-index:-1}.casa-hero-media[data-astro-cid-6bohdfzo] video[data-astro-cid-6bohdfzo],.casa-hero-media[data-astro-cid-6bohdfzo] img[data-astro-cid-6bohdfzo]{width:100%;height:100%;object-fit:cover}.casa-hero-scrim[data-astro-cid-6bohdfzo]{position:absolute;inset:0;background:linear-gradient(180deg,#1e140c66,#1e140c00 35%,#1e140cbf)}.casa-hero-content[data-astro-cid-6bohdfzo]{max-width:780px}.casa-hero-eyebrow[data-astro-cid-6bohdfzo]{display:inline-flex;align-items:center;gap:.6em;font-size:var(--step--1);font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 2px 12px rgba(0,0,0,.5)}.casa-hero-dot[data-astro-cid-6bohdfzo]{width:12px;height:12px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 30%,transparent)}.casa-hero-title[data-astro-cid-6bohdfzo]{font-size:var(--step-5);line-height:1;margin-top:var(--sp-3);text-shadow:0 3px 30px rgba(0,0,0,.4)}.casa-hero-sub[data-astro-cid-6bohdfzo]{font-size:var(--step-1);max-width:44ch;margin-top:var(--sp-4);color:#f4ecdf;text-shadow:0 2px 16px rgba(0,0,0,.5)}.casa-hero-actions[data-astro-cid-6bohdfzo]{margin-top:var(--sp-6);display:flex;flex-wrap:wrap;gap:var(--sp-3)}[data-astro-cid-6bohdfzo][data-hero]{opacity:0;transform:translateY(24px);animation:hero-in .9s var(--ease) forwards}[data-astro-cid-6bohdfzo][data-hero="1"]{animation-delay:.1s}[data-astro-cid-6bohdfzo][data-hero="2"]{animation-delay:.25s}[data-astro-cid-6bohdfzo][data-hero="3"]{animation-delay:.45s}[data-astro-cid-6bohdfzo][data-hero="4"]{animation-delay:.65s}@keyframes hero-in{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){[data-astro-cid-6bohdfzo][data-hero]{animation:none;opacity:1;transform:none}}.casa-intro[data-astro-cid-6bohdfzo]{background:var(--bg)}.casa-intro-grid[data-astro-cid-6bohdfzo]{display:grid;grid-template-columns:1fr;gap:var(--sp-6);align-items:start}.casa-intro-title[data-astro-cid-6bohdfzo]{font-size:var(--step-3);margin-block:var(--sp-2) var(--sp-4)}.casa-destacados[data-astro-cid-6bohdfzo]{background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--accent);border-radius:var(--radius-lg);padding:var(--sp-5);box-shadow:var(--shadow-sm)}.casa-destacados-title[data-astro-cid-6bohdfzo]{font-family:var(--font-body);font-size:var(--step--1);font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-soft);margin-bottom:var(--sp-4)}.casa-destacados[data-astro-cid-6bohdfzo] ul[data-astro-cid-6bohdfzo]{list-style:none;padding:0;display:grid;gap:var(--sp-3);margin-bottom:var(--sp-5)}.casa-destacados[data-astro-cid-6bohdfzo] li[data-astro-cid-6bohdfzo]{display:flex;align-items:center;gap:var(--sp-3);font-weight:500}.casa-destacado-icon[data-astro-cid-6bohdfzo]{display:grid;place-items:center;width:48px;height:48px;flex:none;border-radius:50%;background:color-mix(in srgb,var(--accent) 16%,var(--crema));color:var(--accent-ink)}.casa-aside-cta[data-astro-cid-6bohdfzo]{--btn-bg: var(--accent-ink);--btn-fg: #fff}.casa-galeria[data-astro-cid-6bohdfzo]{background:var(--bg-soft)}.casa-galeria-head[data-astro-cid-6bohdfzo]{margin-bottom:var(--sp-5)}.casa-galeria-title[data-astro-cid-6bohdfzo]{font-size:var(--step-3);margin-top:var(--sp-2)}.casa-comodidades[data-astro-cid-6bohdfzo]{background:var(--tierra)}.casa-comodidades-grid[data-astro-cid-6bohdfzo]{display:grid;grid-template-columns:1fr;gap:var(--sp-6);margin-bottom:var(--sp-6)}.casa-comodidades-title[data-astro-cid-6bohdfzo]{font-size:var(--step-3);margin-block:var(--sp-2) var(--sp-3)}.comodidades-list[data-astro-cid-6bohdfzo]{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:var(--sp-3)}.comodidades-list[data-astro-cid-6bohdfzo] li[data-astro-cid-6bohdfzo]{display:flex;align-items:center;gap:.6em;color:#f0e8da;padding-bottom:var(--sp-3);border-bottom:1px solid var(--dark-line)}.comodidades-list[data-astro-cid-6bohdfzo] .icon{color:var(--dorado);flex:none}.casa-compartidos[data-astro-cid-6bohdfzo]{background:#f2e9dc0f;border:1px solid var(--dark-line);border-radius:var(--radius-lg);padding:var(--sp-5)}.casa-compartidos-label[data-astro-cid-6bohdfzo]{display:flex;align-items:center;gap:.5em;font-weight:600;color:var(--dorado);margin-bottom:var(--sp-3)}.casa-compartidos[data-astro-cid-6bohdfzo] ul[data-astro-cid-6bohdfzo]{list-style:none;padding:0;display:grid;gap:.5rem}.casa-compartidos[data-astro-cid-6bohdfzo] li[data-astro-cid-6bohdfzo]{display:flex;align-items:center;gap:.5em;color:var(--dark-ink-soft)}.casa-otra[data-astro-cid-6bohdfzo]{background:var(--bg)}.casa-otra-card[data-astro-cid-6bohdfzo]{position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:21 / 9;min-height:260px;box-shadow:var(--shadow)}.casa-otra-card[data-astro-cid-6bohdfzo] img[data-astro-cid-6bohdfzo]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}.casa-otra-card[data-astro-cid-6bohdfzo]:hover img[data-astro-cid-6bohdfzo]{transform:scale(1.05)}.casa-otra-scrim[data-astro-cid-6bohdfzo]{position:absolute;inset:0;background:linear-gradient(0deg,#1e140cb8,#1e140c47)}.casa-otra-body[data-astro-cid-6bohdfzo]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--sp-2);color:var(--crema);padding:var(--sp-5)}.casa-otra-eyebrow[data-astro-cid-6bohdfzo]{color:var(--dorado)}.casa-otra-name[data-astro-cid-6bohdfzo]{font-size:var(--step-4);line-height:1}.casa-otra-sub[data-astro-cid-6bohdfzo]{color:#ece2d2}.casa-otra-btn[data-astro-cid-6bohdfzo]{margin-top:var(--sp-3)}@media(min-width:900px){.casa-intro-grid[data-astro-cid-6bohdfzo]{grid-template-columns:1.5fr 1fr;gap:var(--sp-8)}.casa-comodidades-grid[data-astro-cid-6bohdfzo]{grid-template-columns:1fr 1.1fr;gap:var(--sp-8);align-items:center}.comodidades-list[data-astro-cid-6bohdfzo]{grid-template-columns:1fr 1fr;gap:var(--sp-3) var(--sp-6)}.casa-compartidos[data-astro-cid-6bohdfzo] ul[data-astro-cid-6bohdfzo]{grid-template-columns:repeat(2,1fr)}}
