@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
  --green: #123b70;
  --gold: #2587dc;
  --cream: #f3f8fe;
  --sand: #dcecfb;
  color: #102c4d;
  background: #ffffff;
  font-family: 'DM Sans', sans-serif;
}

body {
  background:
    linear-gradient(90deg, rgba(37, 135, 220, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 72px 72px;
}

.site-header {
  padding: 1.4rem 6%;
  transition: background 180ms ease;
}

.brand {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand span,
.eyebrow {
  color: #7bc5ff;
}

.brand small,
.eyebrow {
  font-family: 'DM Mono', monospace;
}

.nav {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.nav-book {
  border-radius: 2px;
  padding: 0.68rem 1rem;
}

.hero {
  min-height: 46rem;
}

.hero-copy {
  max-width: 39rem;
}

.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #d8efff;
}

.hero-copy .eyebrow::before {
  width: 2.5rem;
  height: 1px;
  background: currentColor;
  content: '';
}

h1,
h2,
h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.7rem, 7vw, 6.9rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2.4rem, 4.3vw, 4.3rem);
  line-height: 1;
}

.hero p:not(.eyebrow) {
  max-width: 27rem;
  color: #e4f3ff;
}

.button {
  border-radius: 2px;
  background: #123b70;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 1rem 1.45rem;
}

.button:hover {
  background: #0d2f59;
}

.hero .button {
  background: #ffffff;
  color: #123b70;
}

.hero .button:hover {
  background: #dceeff;
}

.ghost {
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff !important;
}

.booking-wrap {
  max-width: 76rem;
  margin-top: -4.1rem;
}

.booking-bar {
  border: 1px solid #d7e8f8;
  border-top: 4px solid #2587dc;
  box-shadow: 0 18px 45px rgba(15, 61, 111, 0.13);
  padding: 1.55rem 1.7rem;
}

.booking-bar h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
}

.booking-bar label,
form label {
  color: #315a82;
  font-family: 'DM Mono', monospace;
}

.booking-bar input,
.booking-bar select,
form input,
form textarea {
  border-bottom-color: #a9cbe8;
  color: #123b70;
}

.section {
  max-width: 82rem;
  padding: 8.5rem 6%;
}

.intro,
.stay p {
  color: #56718e;
}

.stays {
  gap: 1.5rem;
}

.stay {
  border: 1px solid #dceafa;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(18, 59, 112, 0.07);
}

.stay img {
  height: 16rem;
}

.stay.featured {
  background: #eaf5ff;
}

.stay.featured img {
  height: 23rem;
}

.stay div {
  padding: 1.55rem;
}

.stay small {
  color: #2587dc;
  font-family: 'DM Mono', monospace;
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stay b,
.reserve-room,
.filters button {
  color: #123b70;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.reserve-room {
  border-bottom: 1px solid #2587dc;
  padding-bottom: 0.24rem;
}

.services {
  position: relative;
  overflow: hidden;
  background: #0d3768;
  padding: 7.5rem 6%;
}

.services::before {
  position: absolute;
  top: -16rem;
  right: -10rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(139, 205, 255, 0.3);
  border-radius: 50%;
  content: '';
}

.services h2,
.services .eyebrow,
.services .amenities {
  position: relative;
}

.amenities {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.amenities span {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
}

.experience {
  min-height: 42rem;
}

.experience article {
  background: #dcecfb;
  padding: 12% 13%;
}

.experience a {
  color: #123b70;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}

.filters {
  border-bottom: 1px solid #dceafa;
  gap: 1.5rem;
  padding-bottom: 0.75rem;
}

.filters button {
  font-size: 0.74rem;
}

.filters .active {
  border-bottom: 2px solid #2587dc;
}

.gallery {
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  grid-auto-rows: 16rem;
  gap: 0.7rem;
}

.gallery img {
  filter: saturate(0.92) contrast(1.04);
  transition: filter 180ms ease, transform 180ms ease;
}

.gallery img:hover {
  filter: saturate(1.12);
  transform: scale(1.015);
}

.arrival {
  background: #eaf5ff;
}

.outline {
  border-color: #fff;
  color: #fff;
  background: #123b70;
}

.map {
  background:
    linear-gradient(rgba(12, 53, 100, 0.72), rgba(12, 53, 100, 0.72)),
    url('/uploads/montecarlos-fachada.jpg') center / cover;
}

.contact {
  align-items: start;
}

.contact article a {
  color: #123b70;
  font-weight: 700;
}

.contact form {
  border-top: 3px solid #2587dc;
  background: #f3f8fe;
  padding: 1.5rem;
}

footer {
  background: #092b53;
  padding: 3.5rem 6%;
}

.whatsapp,
.chat-toggle {
  background: #2587dc;
  box-shadow: 0 8px 22px rgba(8, 47, 89, 0.24);
}

.chat-toggle {
  background: #123b70;
}

#chatPanel {
  border-top: 3px solid #2587dc;
  border-radius: 0;
}

@media (max-width: 800px) {
  .site-header {
    padding: 1.2rem;
  }

  .nav {
    background: #0d3768;
  }

  .hero {
    min-height: 44rem;
  }

  h1 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
  }

  .booking-wrap {
    margin-top: -2.5rem;
  }

  .section {
    padding: 5.5rem 1.2rem;
  }

  .gallery {
    grid-auto-rows: 10rem;
  }
}

@media (max-width: 460px) {
  .hero-copy .button {
    display: block;
    text-align: center;
  }

  .hero-copy .ghost {
    margin: 0.75rem 0 0;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }
}