/* ============================================================
   CASA DA MONTANHA — Inner Page Styles
   page.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:wght@200;300;400;500&display=swap');

/* ════════════════════════════════════
   ACTIVE NAV STATE
════════════════════════════════════ */
.nav__link--active {
  color: var(--green) !important;
}

/* ════════════════════════════════════
   PAGE HERO
════════════════════════════════════ */
.page-hero {
  position: relative;
  height: 75vh;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
}

.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.page-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 2rem;
  padding-top: 80px;
}

.page-hero__eyebrow {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}

.page-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.page-hero__title em {
  font-style: italic;
  color: var(--green-pale);
}

.page-hero__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  opacity: 0.8;
}

/* ════════════════════════════════════
   PAGE INTRO
════════════════════════════════════ */
.page-intro {
  padding: 7rem 4rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-intro__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 0;
}

.page-intro__heading em {
  font-style: italic;
  color: var(--green-dark);
}

.page-intro__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 2;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto;
}

/* ════════════════════════════════════
   SUÍTES PAGE — GALLERY
════════════════════════════════════ */
.suite-page {
  background: var(--black);
  padding: 7rem 4rem;
  color: var(--white);
}

.suite-page__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.suite-page__header {
  text-align: center;
  margin-bottom: 4rem;
}

.suite-page__header .section-title {
  color: var(--white);
}

.suite-page__header .section-title em {
  font-style: italic;
  color: var(--green-pale);
}

.suite-gallery {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4px;
  margin-bottom: 5rem;
}

.suite-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 600px;
  display: block;
  transition: transform 0.7s ease;
}

.suite-gallery__main:hover img {
  transform: scale(1.03);
}

.suite-gallery__main {
  overflow: hidden;
}

.suite-gallery__secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.suite-gallery__thumb {
  overflow: hidden;
}

.suite-gallery__thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.suite-gallery__thumb:hover img {
  transform: scale(1.06);
}

/* Features grid */
.suite-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4rem;
}

.suite-feature__icon {
  display: block;
  color: var(--green);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.suite-feature__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.suite-feature__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  line-height: 1.9;
  color: rgba(248, 247, 244, 0.55);
}

/* ════════════════════════════════════
   AMENITIES
════════════════════════════════════ */
.amenities {
  background: var(--grey-light);
  padding: 8rem 4rem;
}

.amenities__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.amenities__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  line-height: 1.25;
  color: var(--black);
  margin-bottom: 2.5rem;
}

.amenities__heading em {
  font-style: italic;
  color: var(--green-dark);
}

.amenities__list {
  list-style: none;
  padding: 0;
}

.amenities__list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  color: var(--text-muted);
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.amenities__list li::before {
  content: '—';
  color: var(--green);
  font-size: 0.65rem;
  flex-shrink: 0;
}

.amenities__image {
  overflow: hidden;
}

.amenities__image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.amenities__image:hover img {
  transform: scale(1.04);
}

/* ════════════════════════════════════
   CARDÁPIO — MENU SECTIONS
════════════════════════════════════ */
.menu-section {
  padding: 7rem 4rem;
  background: var(--white);
}

.menu-section--dark {
  background: var(--black);
}

.menu-section__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.menu-section__header {
  text-align: center;
  margin-bottom: 4rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.menu-card {
  background: var(--grey-light);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-4px);
}

.menu-card--dark {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-card__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.menu-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.menu-card:hover .menu-card__image img {
  transform: scale(1.06);
}

.menu-card__body {
  padding: 1.75rem;
}

.menu-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  gap: 1rem;
}

.menu-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1.2;
}

.menu-card--dark .menu-card__name {
  color: var(--white);
}

.menu-card__price {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  color: var(--green);
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.menu-card__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.menu-card--dark .menu-card__desc {
  color: rgba(248, 247, 244, 0.55);
}

.menu-card__tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--green-dark);
  border: 1px solid var(--green-pale);
  padding: 0.3rem 0.75rem;
}

.menu-card--dark .menu-card__tag {
  color: var(--green-pale);
  border-color: rgba(143, 188, 90, 0.3);
}

/* ════════════════════════════════════
   QUOTE BAND (reused from sections.css)
════════════════════════════════════ */
.quote-band {
  padding: 7rem 4rem;
  background: var(--green-dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-band::before {
  content: '"';
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.quote-band blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
}

.quote-band cite {
  display: block;
  margin-top: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--green-pale);
  font-style: normal;
}

/* ════════════════════════════════════
   EXPERIÊNCIAS — DETAIL SECTIONS
════════════════════════════════════ */
.exp-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 65vh;
}

.exp-detail--reverse {
  direction: rtl;
}

.exp-detail--reverse > * {
  direction: ltr;
}

.exp-detail__image {
  overflow: hidden;
}

.exp-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.exp-detail__image:hover img {
  transform: scale(1.04);
}

.exp-detail__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
}

.exp-detail__text--dark {
  background: var(--black);
  color: var(--white);
}

.exp-detail__text--dark .split__body {
  color: rgba(248, 247, 244, 0.65);
}

.exp-detail__text--dark .split__heading {
  color: var(--white);
}

.exp-detail__text--light {
  background: var(--white);
  color: var(--black);
}

.exp-detail__text--light .split__heading {
  color: var(--black);
}

.exp-detail__list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.exp-detail__list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(248, 247, 244, 0.65);
}

.exp-detail__list li::before {
  content: '—';
  color: var(--green);
  font-size: 0.6rem;
  flex-shrink: 0;
}

.exp-detail__list--dark li {
  color: var(--text-muted);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.exp-detail__list--dark li::before {
  color: var(--green-dark);
}

/* ════════════════════════════════════
   PAGE CTA
════════════════════════════════════ */
.page-cta {
  position: relative;
  height: 75vh;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-cta__bg {
  position: absolute;
  inset: 0;
}

.page-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-cta__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.page-cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 2rem;
}

.page-cta__eyebrow {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}

.page-cta__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.page-cta__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  opacity: 0.75;
  margin-bottom: 2.5rem;
}

.page-cta__btns {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ════════════════════════════════════
   TOUCH
════════════════════════════════════ */
@media (hover: none) {
  .menu-card:hover {
    transform: none;
  }

  .menu-card:hover .menu-card__image img {
    transform: none;
  }

  .suite-gallery__main:hover img,
  .suite-gallery__thumb:hover img,
  .amenities__image:hover img,
  .exp-detail__image:hover img {
    transform: none;
  }
}

/* ════════════════════════════════════
   RESPONSIVE — Tablet (≤ 900px)
════════════════════════════════════ */
@media (max-width: 900px) {
  /* Page Hero */
  .page-hero {
    height: 60vh;
    min-height: 380px;
  }

  .page-hero__title {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .page-hero__subtitle {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
  }

  /* Page intro */
  .page-intro {
    padding: 4.5rem 1.5rem 3.5rem;
  }

  .page-intro__heading {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
  }

  /* Suítes page */
  .suite-page {
    padding: 4rem 1.5rem;
  }

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

  .suite-gallery__main img {
    min-height: 60vw;
  }

  .suite-gallery__secondary {
    grid-template-columns: 1fr 1fr;
  }

  .suite-gallery__thumb img {
    aspect-ratio: auto;
    height: 180px;
  }

  .suite-features {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-top: 3rem;
  }

  /* Amenities */
  .amenities {
    padding: 4rem 1.5rem;
  }

  .amenities__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .amenities__image img {
    height: 55vw;
    min-height: 260px;
  }

  .amenities__heading {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  /* Menu */
  .menu-section {
    padding: 4rem 1.5rem;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .menu-card__name {
    font-size: 1.2rem;
  }

  /* Exp detail */
  .exp-detail {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .exp-detail--reverse {
    direction: ltr;
  }

  .exp-detail__image {
    min-height: 55vw;
  }

  .exp-detail__text {
    padding: 3.5rem 2rem;
  }

  /* Page CTA */
  .page-cta {
    height: auto;
    min-height: 60vh;
    padding: 6rem 1.5rem;
  }

  .page-cta__heading {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .page-cta__btns {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .page-cta__btns .btn {
    width: 100%;
    max-width: 300px;
  }

  /* Quote */
  .quote-band {
    padding: 4rem 1.5rem;
  }

  .quote-band::before {
    font-size: 12rem;
  }
}

/* ════════════════════════════════════
   RESPONSIVE — Mobile (≤ 500px)
════════════════════════════════════ */
@media (max-width: 500px) {
  /* Page Hero */
  .page-hero {
    height: 55vh;
    min-height: 340px;
  }

  .page-hero__title {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
  }

  .page-hero__eyebrow {
    font-size: 0.55rem;
    letter-spacing: 0.35em;
  }

  /* Page intro */
  .page-intro {
    padding: 3.5rem 1.25rem 3rem;
  }

  /* Suítes */
  .suite-page {
    padding: 3.5rem 1.25rem;
  }

  .suite-features {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .suite-gallery__secondary {
    grid-template-columns: 1fr 1fr;
  }

  .suite-gallery__thumb img {
    height: 140px;
  }

  /* Amenities */
  .amenities {
    padding: 3.5rem 1.25rem;
  }

  .amenities__list li {
    font-size: 0.75rem;
  }

  /* Menu */
  .menu-section {
    padding: 3.5rem 1.25rem;
  }

  .menu-card__body {
    padding: 1.5rem 1.25rem;
  }

  .menu-card__top {
    flex-direction: column;
    gap: 0.4rem;
    align-items: flex-start;
  }

  .menu-card__desc {
    font-size: 0.7rem;
  }

  /* Exp detail */
  .exp-detail__image {
    min-height: 60vw;
  }

  .exp-detail__text {
    padding: 2.5rem 1.25rem;
  }

  .exp-detail__list li {
    font-size: 0.7rem;
  }

  /* Page CTA */
  .page-cta {
    padding: 5rem 1.25rem;
  }
}

/* ════════════════════════════════════
   RESPONSIVE — Small phones (≤ 375px)
════════════════════════════════════ */
@media (max-width: 375px) {
  .page-hero__title {
    font-size: 2rem;
  }

  .page-intro__heading {
    font-size: 1.75rem;
  }

  .suite-gallery__thumb img {
    height: 120px;
  }

  .menu-card__name {
    font-size: 1.1rem;
  }

  .amenities__heading {
    font-size: 1.7rem;
  }
}
