/*
  Homepage refinement: let the Villa Dourada facade lead the first impression,
  keep the message concise, and preserve a simple route to availability.
*/
body:not(.seo-page) .hero.hero-architecture {
  min-height: clamp(680px, 92svh, 900px);
  align-items: flex-end;
  padding: calc(var(--header-height) + 2rem) 0 clamp(2rem, 6vw, 5rem);
}

body:not(.seo-page) .hero.hero-architecture .hero-bg img {
  object-position: 58% 42%;
  filter: saturate(1.02) contrast(1.01) brightness(1);
}

body:not(.seo-page) .hero.hero-architecture .hero-bg::after,
body:not(.seo-page) .hero.hero-architecture .hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 26, 19, 0.04) 0%, rgba(7, 26, 19, 0.01) 48%, rgba(7, 26, 19, 0.72) 100%) !important;
}

body:not(.seo-page) .hero.hero-architecture .hero-container {
  width: min(640px, calc(100vw - 3rem));
  max-width: min(640px, calc(100vw - 3rem));
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: center;
}

body:not(.seo-page) .hero.hero-architecture .hero-container .eyebrow {
  margin-bottom: 0.65rem;
  color: rgba(255, 248, 236, 0.92);
}

body:not(.seo-page) .hero.hero-architecture .hero-container h1 {
  max-width: 620px;
  margin: 0 auto 0.7rem;
  font-size: clamp(2.35rem, 4.3vw, 4.25rem);
  line-height: 1.04;
}

body:not(.seo-page) .hero.hero-architecture .hero-container .lead {
  max-width: 560px;
  margin-inline: auto;
  font-size: clamp(0.98rem, 1.45vw, 1.12rem);
  line-height: 1.55;
}

body:not(.seo-page) .hero.hero-architecture .hero-platform-actions {
  justify-content: center;
  margin-top: 1.35rem;
}

body:not(.seo-page) .hero.hero-architecture .hero-platform-button {
  min-height: 48px;
  padding: 0.75rem 1.2rem;
}

@media (max-width: 768px) {
  body:not(.seo-page) .hero.hero-architecture {
    min-height: 100svh;
    padding: calc(var(--header-height) + 1rem) 0 1.25rem;
  }

  body:not(.seo-page) .hero.hero-architecture .hero-bg img {
    object-position: center 32%;
  }

  body:not(.seo-page) .hero.hero-architecture .hero-bg::after,
  body:not(.seo-page) .hero.hero-architecture .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 26, 19, 0) 0%, rgba(7, 26, 19, 0) 43%, rgba(7, 26, 19, 0.78) 100%) !important;
  }

  body:not(.seo-page) .hero.hero-architecture .hero-container {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }

  body:not(.seo-page) .hero.hero-architecture .hero-container h1 {
    font-size: clamp(2.05rem, 9.5vw, 3.05rem);
  }

  body:not(.seo-page) .hero.hero-architecture .hero-container .lead {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  body:not(.seo-page) .hero.hero-architecture .hero-platform-actions {
    gap: 0.65rem;
  }

  body:not(.seo-page) .hero.hero-architecture .hero-platform-actions .btn {
    width: 100%;
  }

  .trust-proof-grid {
    grid-template-columns: 1fr;
  }

  .fact-card p {
    display: block;
  }
}

@media (min-width: 769px) {
  .trust-proof-grid .fact-card {
    min-height: 142px;
  }
}

/* Contact-card checklist: preserve accessible contrast on the warm light panel. */
.contact-grid .form-card .check-list {
  color: var(--color-text);
}

.contact-grid .form-card .check-list li {
  color: var(--color-text);
  font-weight: 500;
  line-height: 1.55;
}

.contact-grid .form-card .check-list li::before {
  background: var(--color-terracotta);
}

/* Four shared-space stories read as a balanced house tour on larger screens. */
.dining-spaces-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dining-room-card img {
  object-position: center 52%;
}

.curated-view-gallery {
  display: grid;
  gap: 1rem;
}

.curated-view-photo { margin: 0; }

.curated-view-photo img {
  min-height: 240px;
  aspect-ratio: 4 / 3;
}

.curated-view-photo figcaption {
  padding: .65rem .85rem .75rem;
  color: var(--color-text-light);
  font-size: .88rem;
  line-height: 1.45;
  background: rgba(255, 248, 236, .72);
}

/* Keep the three-step booking journey visually connected and easy to scan. */
.before-booking .section-intro {
  max-width: 48rem;
}

.before-booking-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.before-booking-step {
  position: relative;
  min-width: 0;
  padding: 1.4rem 1.25rem 1.3rem;
  border: 1px solid rgba(111, 63, 44, .16);
  border-radius: 20px;
  background: rgba(255, 250, 241, .9);
  box-shadow: 0 14px 34px rgba(72, 49, 35, .08);
}

.before-booking-number {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: .9rem;
  border-radius: 50%;
  background: var(--color-terracotta);
  color: #fff;
  font-weight: 750;
}

.before-booking-step h3 {
  margin: 0 0 .45rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.before-booking-step p {
  margin: 0;
  color: var(--color-text-light);
  line-height: 1.55;
}

.before-booking-note {
  margin: 1.35rem 0 0;
  padding: .85rem 1rem;
  border-radius: 14px;
  background: rgba(197, 154, 84, .1);
  color: var(--color-text);
  font-weight: 650;
  text-align: center;
}

.before-booking-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.15rem;
}

.before-booking-actions .btn {
  min-width: min(100%, 14rem);
  justify-content: center;
}

@media (max-width: 700px) {
  .dining-spaces-grid {
    grid-template-columns: 1fr;
  }

  .before-booking-steps {
    grid-template-columns: 1fr;
  }

  .before-booking-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .before-booking-actions .btn {
    width: 100%;
  }
}

.breakfast-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.breakfast-copy {
  max-width: 34rem;
}

.breakfast-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: 1rem;
  align-items: stretch;
}

.breakfast-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--color-paper, #fffaf2);
  box-shadow: 0 14px 34px rgba(43, 37, 33, 0.1);
}

.breakfast-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.breakfast-photo figcaption {
  padding: 0.75rem 0.9rem 0.9rem;
  color: var(--color-text-light);
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .breakfast-layout,
  .breakfast-gallery {
    grid-template-columns: 1fr;
  }

  .breakfast-photo-main {
    order: -1;
  }
}
