/* ─────────────────────────────────────────
   Posta del Este — style.css
   Shared stylesheet for all pages/ files
   ───────────────────────────────────────── */

:root {
  --ocean:   #1a6e8a;
  --ocean2:  #0d4f66;
  --sand:    #A3AC99;
  --sand2:   #e8d9bf;
  --pine:    #1e3d2f;
  --pine2:   #2d5c43;
  --sunset:  #e07b3a;
  --sunset2: #c85f1e;
  --foam:    #eaf4f7;
  --white:   #ffffff;
  --dark:    #111a15;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--dark); color: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center;
  padding: 1rem 2rem;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
  transition: background 0.4s, backdrop-filter 0.4s;
}
#navbar.solid {
  background: rgba(14,35,24,0.97); backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}
#navbar.menu-open {
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}
.nav-brand {
  margin-right: auto;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: var(--white);
}
.nav-links {
  display: flex; gap: 0.25rem; align-items: center;
  list-style: none; margin-left: auto; flex-shrink: 0;
}
.nav-links a {
  color: rgba(255,255,255,0.8); font-size: 0.82rem; font-weight: 400;
  padding: 0.4rem 0.65rem; border-radius: 2rem;
  transition: all 0.2s;
}
.nav-links a:hover,
.nav-links a.active { color: #fff; background: rgba(255,255,255,0.12); }
.nav-links .cta {
  background: var(--sunset); color: #fff !important;
  padding: 0.5rem 1.25rem !important; font-weight: 600;
}
.nav-links .cta:hover { background: var(--sunset2) !important; }
.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; margin-left: 1rem;
}
.burger span { width: 22px; height: 2px; background: white; display: block; }

/* ── PAGE HERO ── */
.page-hero {
  height: 100vh; min-height: 600px;
  display: flex; align-items: flex-end;
  position: relative; overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  animation: slowzoom 20s ease-in-out infinite alternate;
}
@keyframes slowzoom { from { transform: scale(1.05); } to { transform: scale(1.12); } }
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(14,35,24,0.95) 0%,
    rgba(14,35,24,0.4) 40%,
    rgba(0,0,0,0.15) 100%
  );
}
.page-hero-content {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto; width: 100%;
  padding: 0 3rem 5rem;
  animation: fadeup 0.9s ease both;
}
@keyframes fadeup {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.page-eyebrow {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: #7ed4e8;
  margin-bottom: 0.75rem;
}
.page-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700; line-height: 1.05; color: #fff;
  margin-bottom: 0.75rem;
}
.page-hero-content h1 em { font-style: italic; color: #7ed4e8; }
.page-hero-content p {
  color: rgba(255,255,255,0.6); font-size: 1rem; line-height: 1.7;
  max-width: 560px;
}

/* ── PAGE BODY ── */
.page-body { padding: 6rem 3rem 5rem; }
.container { max-width: 1100px; margin: 0 auto; }

.section-eyebrow {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ocean);
  margin-bottom: 0.75rem;
}
.section-title.dark {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--dark); line-height: 1.2;
  margin-bottom: 1.5rem;
}
.sub-title.dark {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem; color: var(--dark);
  margin-bottom: 1.25rem;
}
.body-text {
  color: #555; font-size: 1rem; line-height: 1.8;
  margin-bottom: 1rem; max-width: 780px;
}

/* ── INFO BOX ── */
.info-box {
  background: rgba(26,110,138,0.1);
  border: 1px solid rgba(26,110,138,0.3);
  border-radius: 10px;
  padding: 1.25rem 1.75rem;
  margin: 1.5rem 0;
}
.info-box p {
  color: rgba(255,255,255,0.75); font-size: 0.92rem; line-height: 1.7;
}
.info-box strong { color: #7ed4e8; }

/* ── DIVIDER ── */
.divider {
  border: none; height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 3rem 0;
}

/* ── AMENITIES GRID ── */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.amenity-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 0.85rem 1.1rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.45;
  transition: background 0.2s, border-color 0.2s;
}
.amenity-item:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.14);
}

/* ── NO INCLUYE ── */
.no-incluye {
  background: rgba(255,255,255,0.03);
  border-left: 3px solid var(--sunset);
  border-radius: 0 10px 10px 0;
  padding: 1.75rem 2rem;
  margin-top: 2.5rem;
}
.no-incluye h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; color: var(--sunset);
  font-style: italic; margin-bottom: 1rem;
}
.no-incluye ul {
  list-style: none; display: flex; flex-direction: column; gap: 0.5rem;
}
.no-incluye ul li {
  color: rgba(255,255,255,0.6); font-size: 0.88rem;
  display: flex; align-items: center; gap: 0.6rem;
}
.no-incluye ul li::before {
  content: '✕'; color: var(--sunset); font-size: 0.72rem; flex-shrink: 0;
}

/* ── ENTORNO GRID ── */
.entorno-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center; margin: 3rem 0;
}
.entorno-img {
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.entorno-img img {
  width: 100%; height: 380px; object-fit: cover; display: block;
  transition: transform 0.6s;
}
.entorno-img:hover img { transform: scale(1.04); }
.entorno-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem; color: var(--white); margin-bottom: 1rem;
}
.entorno-text h3 em { font-style: italic; color: #7ed4e8; }
.entorno-text .body-text { color: rgba(255,255,255,0.6); }

/* ── MAP COMPONENTS (como-llegar) ── */
.map-embed {
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2); margin: 2rem 0;
}
.map-embed iframe { display: block; width: 100%; height: 420px; border: 0; }
.map-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin: 2rem 0; }
.btn-map {
  display: flex; align-items: center; gap: 0.6rem;
  background: #fff; color: var(--dark);
  padding: 1rem 1.75rem; border-radius: 10px;
  font-size: 0.95rem; font-weight: 600;
  border: 1px solid #ddd; transition: all 0.2s;
  font-family: 'Outfit', sans-serif;
}
.btn-map:hover {
  background: var(--sand2); transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* ── CTA SECTION ── */
.cta-section {
  background: var(--pine);
  padding: 6rem 3rem; text-align: center;
}
.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #fff; margin-bottom: 0.75rem;
}
.cta-section p {
  color: rgba(255,255,255,0.55); font-size: 1rem; margin-bottom: 2rem;
}
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-wa {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: #25D366; color: #fff;
  padding: 1rem 2rem; border-radius: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem; font-weight: 600;
  transition: all 0.25s;
}
.btn-wa svg { width: 22px; height: 22px; flex-shrink: 0; }
.btn-wa:hover { background: #1ebe5d; transform: translateY(-2px); }
.cta-row .btn-wa,
.cta-row .btn-tel { min-width: 260px; justify-content: center; }






.btn-wa-icon {
  width: 48px; height: 48px;
  background: rgba(0,0,0,0.15); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.btn-wa-text {
  display: flex; flex-direction: column; gap: 0.15rem;
}
.btn-wa-text strong { font-size: 1rem; font-weight: 700; }
.btn-wa-text span   { font-size: 0.82rem; opacity: 0.75; font-weight: 400; }

.btn-tel {
  display: inline-flex; align-items: center; gap: 1rem;
  background: #1a5f7a; color: #fff;
  padding: 1rem 1.5rem; border-radius: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem; font-weight: 600;
  transition: all 0.25s;
}
.btn-tel:hover { background: #1a6e8a; transform: translateY(-2px); }
.btn-tel-icon {
  width: 48px; height: 48px;
  background: rgba(0,0,0,0.15); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
}
.btn-tel-sm {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,0.08); color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 1rem 1.75rem; border-radius: 10px;
  font-size: 0.95rem; font-weight: 500;
  transition: all 0.2s;
}
.btn-tel-sm:hover { background: rgba(255,255,255,0.14); transform: translateY(-2px); }

/* ── FOOTER ── */
footer {
  background: #0a1510;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 3rem 2rem; text-align: center;
}
.footer-brand {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 1.4rem; color: rgba(255,255,255,0.6); margin-bottom: 1.25rem;
}
.footer-nav {
  display: flex; flex-wrap: wrap; gap: 0.25rem;
  justify-content: center; margin-bottom: 1.5rem;
}
.footer-nav a {
  color: rgba(255,255,255,0.4); font-size: 0.82rem;
  padding: 0.3rem 0.75rem; border-radius: 2rem; transition: all 0.2s;
}
.footer-nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.footer-copy { color: rgba(255,255,255,0.2); font-size: 0.75rem; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .entorno-grid { grid-template-columns: 1fr; gap: 2rem; }
  .entorno-img img { height: 260px; }
}
@media (max-width: 768px) {
  .nav-links {
    display: none; flex-direction: column;
    position: fixed; inset: 0;
    background: var(--pine);
    justify-content: flex-start; align-items: center;
    padding-top: 5rem;
    gap: 2rem; z-index: 9999;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.2rem; color: rgba(255,255,255,0.85); }
  .burger { display: flex; z-index: 10000; }
  #navbar.menu-open { background: transparent !important; backdrop-filter: none !important; box-shadow: none !important; }
  .page-hero { height: 100vh; min-height: 500px; }
  .page-hero-content { padding: 0 1.5rem 3rem; }
  .page-body { padding: 4rem 1.5rem 4rem; }
  .cta-section { padding: 4rem 1.5rem; }
  .amenities-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .cta-btns { flex-direction: column; align-items: center; }
  .map-btns { flex-direction: column; }
  .btn-map { justify-content: center; }
}
