*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --tierra: #6B4226; --tierra-claro: #A0633A; --arena: #F5EFE4;
  --arena-oscuro: #E8DCC8; --verde: #3A5A40; --verde-claro: #6B8F71;
  --dorado: #C8963E; --dorado-claro: #E8C47A; --crema: #FAF6EF;
  --texto: #2A1F14; --texto-medio: #5A4430; --texto-suave: #8A7060;
  --blanco: #FEFCF8;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--crema); color: var(--texto); line-height: 1.6; overflow-x: hidden; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 2.5rem; display: flex; justify-content: space-between; align-items: center; background: rgba(250,246,239,0.93); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(107,66,38,0.12); }
.nav-home { font-family: 'Cormorant Garamond', serif; font-size: 0.85rem; color: var(--texto-suave); text-decoration: none; letter-spacing: 0.06em; display: flex; align-items: center; gap: 0.5rem; }
.nav-home:hover { color: var(--tierra); }
.nav-titulo { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--tierra); }
.nav-cta { background: var(--tierra); color: var(--blanco); padding: 0.5rem 1.2rem; border-radius: 2px; text-decoration: none; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.nav-cta:hover { background: var(--tierra-claro); }
.hero-micro { min-height: 70vh; padding-top: 72px; display: grid; grid-template-columns: 1fr 1fr; }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: 4rem 4rem 4rem 5rem; }
.eyebrow { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dorado); font-weight: 500; margin-bottom: 1rem; display: block; }
h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem,3.5vw,3.8rem); font-weight: 500; color: var(--tierra); line-height: 1.1; margin-bottom: 1.2rem; }
h1 em { font-style: italic; color: var(--verde); }
.lead { font-size: 1rem; color: var(--texto-medio); line-height: 1.8; margin-bottom: 2rem; font-weight: 300; max-width: 440px; }
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.btn-p { background: var(--tierra); color: var(--blanco); padding: 0.8rem 1.8rem; border-radius: 2px; text-decoration: none; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; display: inline-block; transition: background 0.2s; }
.btn-p:hover { background: var(--tierra-claro); }
.btn-s { border: 1.5px solid var(--tierra); color: var(--tierra); padding: 0.8rem 1.8rem; border-radius: 2px; text-decoration: none; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; display: inline-block; transition: all 0.2s; }
.btn-s:hover { background: var(--tierra); color: var(--blanco); }
.hero-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 3px; overflow: hidden; }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.hero-gallery img:hover { transform: scale(1.04); }
.hero-gallery .main { grid-column: 1 / -1; }
section { padding: 5rem 5rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem,2.5vw,2.4rem); font-weight: 500; color: var(--tierra); margin-bottom: 1rem; }
.section-sub { font-size: 0.95rem; color: var(--texto-medio); line-height: 1.8; font-weight: 300; max-width: 640px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.feature-card { background: var(--blanco); border-radius: 4px; padding: 1.4rem; border-left: 3px solid var(--dorado); }
.feature-card h3 { font-size: 0.9rem; font-weight: 500; color: var(--tierra); margin-bottom: 0.4rem; }
.feature-card p { font-size: 0.82rem; color: var(--texto-suave); line-height: 1.6; }
.gallery-section { background: var(--arena); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; margin-top: 2.5rem; }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 3px; cursor: pointer; transition: transform 0.3s, opacity 0.3s; display: block; }
.gallery-grid img:hover { transform: scale(1.02); opacity: 0.92; }
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 999; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 4px; }
.lightbox-close { position: absolute; top: 1.5rem; right: 2rem; color: white; font-size: 2rem; cursor: pointer; line-height: 1; }
.precio-section { background: var(--crema); }
.precio-box { background: var(--blanco); border: 1px solid var(--arena-oscuro); border-radius: 4px; padding: 2.5rem; max-width: 480px; }
.precio-box .precio { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; color: var(--tierra); font-weight: 600; line-height: 1; }
.precio-box .precio-antes { font-size: 0.9rem; color: var(--texto-suave); text-decoration: line-through; margin-bottom: 0.3rem; }
.precio-box .precio-nota { font-size: 0.8rem; color: var(--texto-suave); margin-top: 0.3rem; margin-bottom: 1.5rem; }
.precio-box ul { list-style: none; margin-bottom: 2rem; }
.precio-box ul li { font-size: 0.85rem; color: var(--texto-medio); padding: 0.35rem 0; border-bottom: 1px solid var(--arena-oscuro); display: flex; align-items: center; gap: 0.5rem; }
.mapa-embed { border-radius: 6px; overflow: hidden; margin-top: 2rem; }
.mapa-embed iframe { width: 100%; height: 360px; border: 0; }
.cta-footer { background: var(--tierra); color: var(--blanco); text-align: center; padding: 5rem; }
.cta-footer h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem,2.5vw,2.6rem); font-weight: 500; color: var(--blanco); margin-bottom: 1rem; }
.cta-footer p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; font-size: 0.95rem; }
.cta-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.btn-w { background: var(--blanco); color: var(--tierra); padding: 0.85rem 2rem; border-radius: 2px; text-decoration: none; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.btn-ow { border: 1.5px solid rgba(255,255,255,0.5); color: var(--blanco); padding: 0.85rem 2rem; border-radius: 2px; text-decoration: none; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: var(--texto-suave); margin-bottom: 2rem; }
.breadcrumb a { color: var(--texto-suave); text-decoration: none; }
.breadcrumb a:hover { color: var(--tierra); }
footer { background: var(--texto); color: rgba(255,255,255,0.45); padding: 1.8rem 5rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; flex-wrap: wrap; gap: 1rem; }
footer a { color: rgba(255,255,255,0.45); text-decoration: none; }
footer a:hover { color: rgba(255,255,255,0.8); }
@media (max-width: 900px) { .hero-micro { grid-template-columns: 1fr; } .hero-gallery { display: none; } .hero-content { padding: 3rem 2rem; } section { padding: 4rem 2rem; } nav { padding: 1rem 1.5rem; } .nav-titulo { display: none; } footer { padding: 1.5rem 2rem; } .cta-footer { padding: 4rem 2rem; } }
