* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Lato', sans-serif; color: #393939; line-height: 1.7; background: #fff; }
h1, h2, h3 { font-family: 'Architects Daughter', cursive; color: #1e367d; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
nav.site-nav { background: #fff; border-bottom: 1px solid #dadada; padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; }
nav.site-nav .logo { display: flex; align-items: center; gap: 0.6rem; font-family: 'Architects Daughter', cursive; font-size: 1.25rem; color: #1e367d; }
nav.site-nav .logo img { width: 40px; height: 40px; border-radius: 4px; }
nav.site-nav ul { list-style: none; display: flex; gap: 1.25rem; flex-wrap: wrap; }
nav.site-nav a { font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; color: #1e367d; }
nav.site-nav a:hover { opacity: 0.7; }
.split-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.split-half { position: relative; min-height: 50vh; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.split-half::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.35); }
.split-half .btn-wrap { position: relative; z-index: 1; }
.split-half a.btn { display: inline-block; background: rgba(30,54,125,0.92); color: #fff; padding: 1rem 2rem; font-family: 'Architects Daughter', cursive; font-size: clamp(1rem, 2.5vw, 1.4rem); border-radius: 3px; font-weight: 700; }
.split-half a.btn:hover { background: #cf1e29; }
.split-manila { background-image: url('https://web.archive.org/web/20241111192524im_/https://www.lafamilia-hostel.com/wp/wp-content/uploads/2024/01/Patio-Bonito-si-ese-es-el-patio-como-seria-el-interior-1200x797-1-jpg.webp'); }
.split-parque { background-image: url('https://web.archive.org/web/20241111192524im_/https://www.lafamilia-hostel.com/wp/wp-content/uploads/2022/07/IMG_0281-scaled.jpg'); }
.page-hero { background: linear-gradient(rgba(30,54,125,0.75), rgba(30,54,125,0.75)), url('../assets/parque/g1.jpg') center/cover; color: #fff; text-align: center; padding: 5rem 1.5rem 4rem; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 0.75rem; }
.page-hero .tagline { font-size: 1.15rem; max-width: 640px; margin: 0 auto; opacity: 0.95; }
.content { max-width: 960px; margin: 0 auto; padding: 3rem 1.5rem; }
.content h2 { font-size: 1.75rem; margin: 2rem 0 1rem; }
.content p { margin-bottom: 1rem; color: #555; }
.usps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 2.5rem 0; text-align: center; }
.usps h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.usps p { font-size: 0.9rem; color: #777; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin: 2rem 0; }
.gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; box-shadow: 0 2px 12px rgba(0,0,0,0.12); }
.contact-bar { background: #1e367d; color: #fff; text-align: center; padding: 2.5rem 1.5rem; }
.contact-bar h2 { color: #fff; margin-bottom: 1rem; }
.contact-links { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
.contact-links a { background: #fff; color: #1e367d; padding: 0.65rem 1.25rem; border-radius: 4px; font-weight: 700; font-size: 0.9rem; }
.contact-links a.wa { background: #25D366; color: #fff; }
footer { background: #171717; color: #aaa; text-align: center; padding: 1.5rem; font-size: 0.85rem; }
footer a { color: #fff; margin: 0 0.4rem; }
@media (max-width: 768px) { .split-hero { grid-template-columns: 1fr; min-height: auto; } .split-half { min-height: 45vh; } }
