/*
Theme Name:   Pousada Model
Theme URI:    https://pousadasonhoverde.com
Description:  Child theme otimizado para sites de pousadas e hoteis. Inclui CPTs, ACF Options Pages e design system pronto.
Author:       Jony Souza
Author URI:   https://helium-solutions.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  pousada-model
Tags:         elementor, hospitality, hotel, pousada, custom-post-types
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
*/

/* ==========================================================================
   POUSADA MODEL - Design System
   ========================================================================== */

:root {
  /* =========================================================================
     CORES PRIMÁRIAS - Controladas via ACF (Design > Cores)
     Fallbacks para quando ACF não estiver configurado
     ========================================================================= */
  --ps-primary: #97A585;           /* Verde sage - cor principal */
  --ps-primary-light: #A8B89A;     /* Verde claro - hover */
  --ps-primary-dark: #7A8F6E;      /* Verde escuro - hover */
  --ps-primary-rgb: 151, 165, 133; /* Para usar com rgba() */

  --ps-footer-bg: #493A2A;         /* Marrom escuro - fundo do rodapé */
  --ps-section-bg: #F8FAF7;        /* Fundo das seções de conteúdo */
  --ps-section-alt-bg: #F7F4EB;    /* Fundo alternativo (seção quartos) */

  --ps-accent: #25D366;            /* WhatsApp verde */
  --ps-accent-rgb: 37, 211, 102;

  /* =========================================================================
     CORES NEUTRAS
     ========================================================================= */
  --ps-bg: #FFFFFF;                /* Fundo principal */
  --ps-bg-alt: #F8FAF7;            /* Fundo alternativo */
  --ps-surface: #FFFFFF;           /* Cards e superfícies */
  --ps-surface-alt: #F8F7F5;       /* Superfície alternativa */

  --ps-text: #2C2C2C;              /* Texto principal */
  --ps-text-light: #636E72;        /* Texto secundário */
  --ps-text-muted: #B2BEC3;        /* Texto desabilitado */
  --ps-text-inverse: #FFFFFF;      /* Texto sobre fundo escuro */

  --ps-border: #E8E6E1;            /* Bordas */
  --ps-border-light: #F0EDE8;      /* Bordas leves */
  --ps-divider: #E8E6E1;           /* Divisores */

  /* =========================================================================
     ESTADOS
     ========================================================================= */
  --ps-success: #27AE60;
  --ps-success-light: #D4EDDA;
  --ps-error: #E74C3C;
  --ps-error-light: #F8D7DA;
  --ps-warning: #F39C12;
  --ps-warning-light: #FFF3CD;
  --ps-info: #3498DB;
  --ps-info-light: #D1ECF1;

  /* =========================================================================
     TIPOGRAFIA
     ========================================================================= */
  --ps-font-display: 'Julius Sans One', 'Montserrat', sans-serif;
  --ps-font-body: 'Montserrat', sans-serif;
  --ps-font-accent: 'Montserrat', sans-serif;

  /* Tamanhos do logo do hero (sobrescritos via ACF) */
  --ps-hero-logo-desktop: 300px;
  --ps-hero-logo-mobile: 200px;

  /* Escala de tamanhos */
  --ps-text-xs: 0.75rem;      /* 12px */
  --ps-text-sm: 0.875rem;     /* 14px */
  --ps-text-base: 1rem;       /* 16px */
  --ps-text-lg: 1.125rem;     /* 18px */
  --ps-text-xl: 1.25rem;      /* 20px */
  --ps-text-2xl: 1.5rem;      /* 24px */
  --ps-text-3xl: 1.875rem;    /* 30px */
  --ps-text-4xl: 2.25rem;     /* 36px */
  --ps-text-5xl: 3rem;        /* 48px */
  --ps-text-6xl: 3.75rem;     /* 60px */

  /* Pesos */
  --ps-weight-regular: 400;
  --ps-weight-medium: 500;
  --ps-weight-semibold: 600;
  --ps-weight-bold: 700;

  /* Altura de linha */
  --ps-leading-tight: 1.25;
  --ps-leading-normal: 1.5;
  --ps-leading-relaxed: 1.75;

  /* Espaçamento entre letras */
  --ps-tracking-tight: -0.025em;
  --ps-tracking-normal: 0;
  --ps-tracking-wide: 0.025em;
  --ps-tracking-wider: 0.05em;
  --ps-tracking-widest: 0.1em;

  /* =========================================================================
     ESPAÇAMENTOS
     ========================================================================= */
  --ps-space-0: 0;
  --ps-space-1: 0.25rem;     /* 4px */
  --ps-space-2: 0.5rem;      /* 8px */
  --ps-space-3: 0.75rem;     /* 12px */
  --ps-space-4: 1rem;        /* 16px */
  --ps-space-5: 1.25rem;     /* 20px */
  --ps-space-6: 1.5rem;      /* 24px */
  --ps-space-8: 2rem;        /* 32px */
  --ps-space-10: 2.5rem;     /* 40px */
  --ps-space-12: 3rem;       /* 48px */
  --ps-space-16: 4rem;       /* 64px */
  --ps-space-20: 5rem;       /* 80px */
  --ps-space-24: 6rem;       /* 96px */
  --ps-space-32: 8rem;       /* 128px */

  /* =========================================================================
     LARGURAS MÁXIMAS
     ========================================================================= */
  --ps-container-sm: 640px;
  --ps-container-md: 768px;
  --ps-container-lg: 1024px;
  --ps-container-xl: 1280px;
  --ps-container-2xl: 1440px;

  /* =========================================================================
     BORDAS E RAIO
     ========================================================================= */
  --ps-radius-none: 0;
  --ps-radius-sm: 0.375rem;   /* 6px */
  --ps-radius-md: 0.5rem;     /* 8px */
  --ps-radius-lg: 0.75rem;    /* 12px */
  --ps-radius-xl: 1rem;       /* 16px */
  --ps-radius-2xl: 1.5rem;    /* 24px */
  --ps-radius-full: 9999px;

  /* =========================================================================
     SOMBRAS
     ========================================================================= */
  --ps-shadow-none: 0 0 0 0 transparent;
  --ps-shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --ps-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --ps-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --ps-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --ps-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --ps-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --ps-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);

  /* =========================================================================
     TRANSIÇÕES
     ========================================================================= */
  --ps-transition-fast: 150ms ease;
  --ps-transition-base: 200ms ease;
  --ps-transition-slow: 300ms ease;
  --ps-transition-spring: 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);

  /* =========================================================================
     Z-INDEX
     ========================================================================= */
  --ps-z-dropdown: 100;
  --ps-z-sticky: 200;
  --ps-z-fixed: 300;
  --ps-z-modal-backdrop: 400;
  --ps-z-modal: 500;
  --ps-z-popover: 600;
  --ps-z-tooltip: 700;
}

/* ==========================================================================
   DARK MODE (opcional)
   ========================================================================== */
@media (prefers-color-scheme: dark) {
  :root {
    --ps-bg: #1A1A1A;
    --ps-bg-alt: #2D2D2D;
    --ps-surface: #2D2D2D;
    --ps-surface-alt: #3D3D3D;
    --ps-text: #F0F0F0;
    --ps-text-light: #B0B0B0;
    --ps-border: #404040;
  }
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* ==========================================================================
   RESET E BASE
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ps-font-body);
  font-size: var(--ps-text-base-size, 18px);
  line-height: var(--ps-leading-normal);
  color: var(--ps-text);
  background-color: var(--ps-bg);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================================
   TIPOGRAFIA
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--ps-font-display);
  font-weight: 500;
  line-height: 1.17;
  color: #000;
  margin-top: 0;
  margin-bottom: var(--ps-space-4);
}

h1 { font-size: 30px; text-transform: uppercase; letter-spacing: 0; }
h2 { font-size: 30px; text-transform: uppercase; letter-spacing: 0; }
h3 { font-size: 25px; text-transform: uppercase; }
h4 { font-size: 20px; text-transform: uppercase; }
h5 { font-size: var(--ps-text-xl); }
h6 { font-size: var(--ps-text-lg); }

p {
  margin-top: 0;
  margin-bottom: var(--ps-space-4);
  line-height: var(--ps-leading-relaxed);
}

a {
  color: var(--ps-primary);
  text-decoration: none;
  transition: color var(--ps-transition-fast);
}

a:hover {
  color: var(--ps-primary-dark);
}

/* ==========================================================================
   BOTÕES
   ========================================================================== */
.btn,
button,
input[type="submit"],
input[type="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ps-space-2);
  padding: 15px 30px;
  font-family: var(--ps-font-accent);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all var(--ps-transition-fast);
}

.btn-primary,
button[type="submit"] {
  background-color: var(--ps-primary);
  color: var(--ps-text-inverse);
}

.btn-primary:hover,
button[type="submit"]:hover {
  background-color: var(--ps-primary-dark);
  transform: none;
  box-shadow: none;
}

.btn-secondary {
  background-color: transparent;
  color: var(--ps-primary);
  border: 2px solid var(--ps-primary);
}

.btn-secondary:hover {
  background-color: var(--ps-primary);
  color: var(--ps-text-inverse);
}

.btn-whatsapp {
  background-color: var(--ps-accent);
  color: var(--ps-text-inverse);
}

.btn-whatsapp:hover {
  background-color: #128C7E;
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.card {
  background-color: var(--ps-surface);
  border-radius: var(--ps-radius-lg);
  box-shadow: var(--ps-shadow-sm);
  overflow: hidden;
  transition: all var(--ps-transition-base);
}

.btn-block {
  width: 100%;
}

/* ==========================================================================
   HEADER / FOOTER
   ========================================================================== */

.ps-header {
  position: sticky;
  top: 0;
  z-index: var(--ps-z-sticky);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.home .ps-header {
  position: fixed;
  top: -120px;
  left: 0;
  right: 0;
  transition: top 0.3s ease;
}

.home .ps-header--visible {
  top: 0;
}

.ps-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.ps-header__logo {
  flex-shrink: 0;
}

.ps-header__logo-img {
  height: 50px;
  width: auto;
  max-width: 219px;
  display: block;
}

.ps-header__logo-desktop {
  display: block;
}

.ps-header__logo-mobile {
  display: none;
}

.ps-header__nav {
  min-width: 0;
}

.ps-header__menu {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ps-header__menu a {
  font-family: var(--ps-font-accent);
  font-size: 15px;
  font-weight: 400;
  color: #2C2C2C;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 150ms ease;
}

.ps-header__menu a:hover,
.ps-header__menu .current-menu-item > a {
  color: var(--ps-primary);
}

.ps-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.ps-header__lang,
.ps-header__lang .gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}

.ps-header__lang a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #6f7f63;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ps-header__lang a:hover,
.ps-header__lang .gt-current-lang {
  color: var(--ps-primary);
}

.ps-header__lang #google_translate_element2 {
  display: none;
}

/* Booking box (bell icon + Reservar button) */
.ps-header__booking {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--ps-primary-dark, #565936);
  min-width: 70px;
}

.ps-header__booking-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ps-primary);
  color: #fff;
  width: 100%;
  padding: 5px 0 4px;
}

.ps-header__booking-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.ps-header__booking .btn-primary {
  background: #fff;
  color: var(--ps-primary-dark, #565936);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 13px 8px 12px;
  width: 100%;
  border: none;
  line-height: 1;
}

.ps-header__booking .btn-primary:hover {
  background: var(--ps-primary-dark, #565936);
  color: #fff;
  transform: none;
  box-shadow: none;
}

.ps-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.ps-header__toggle-bar {
  width: 24px;
  height: 2px;
  background: #2d3436;
  transition: all 150ms ease;
}

.ps-header__mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: var(--ps-z-modal);
  overflow-y: auto;
  overflow-x: hidden;
}

.ps-header__mobile.is-open {
  display: block;
}

.ps-header__mobile-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #2C2C2C;
  padding: 8px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-header__mobile-container {
  padding: 96px 24px 32px;
}

.ps-header__mobile .ps-header__menu,
.ps-header__mobile-menu {
  display: block;
  flex-direction: column;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.ps-header__mobile .ps-header__menu li,
.ps-header__mobile-menu li {
  display: block;
  border-bottom: 1px solid #e8e6e1;
}

.ps-header__mobile .ps-header__menu a,
.ps-header__mobile-menu a {
  display: block;
  padding: 16px 0;
  font-family: var(--ps-font-accent);
  font-size: 17px;
  font-weight: 400;
  color: #2C2C2C;
  text-transform: uppercase;
  text-align: left;
}

body.ps-menu-open {
  overflow: hidden;
}

.ps-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: var(--ps-z-fixed);
  transition: all 150ms ease;
}

.ps-whatsapp:hover {
  background: #128c7e;
  transform: scale(1.08);
  color: #fff;
}

@media (max-width: 767px) {
  .ps-whatsapp {
    display: none !important;
  }
}

.ps-footer {
  background: var(--ps-footer-bg, #493A2A);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.ps-footer__grid {
  display: grid;
  grid-template-columns: minmax(120px, .8fr) minmax(360px, 1.45fr) minmax(190px, .75fr) minmax(130px, .45fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: flex-start;
}

.ps-footer__logo {
  height: 80px;
  width: auto;
  margin-bottom: 16px;
}

.ps-footer__title {
  font-family: var(--ps-font-display);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--ps-primary);
  margin-bottom: 16px;
}

.ps-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ps-footer__item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1.55;
  min-width: 0;
}

.ps-footer__item a {
  color: #fff;
  transition: color 150ms ease;
  overflow-wrap: anywhere;
}

.ps-footer__item a:hover {
  color: var(--ps-primary);
}

.ps-footer__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  color: var(--ps-primary);
}

.ps-footer__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ps-footer__social-links {
  display: flex;
  gap: 5px;
}

.ps-footer__social-link {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ps-primary);
  transition: all 150ms ease;
}

.ps-footer__social-link:hover {
  background: var(--ps-primary);
  color: #fff;
}

.ps-footer__divider {
  height: 1px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 24px;
}

.ps-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  color: #fff;
}

.ps-footer__copyright {
  margin: 0;
}

.ps-footer__legal a {
  color: #fff;
  margin: 0 13px;
}

.ps-footer__legal a:hover {
  color: var(--ps-primary);
}

.ps-footer__separator {
  color: #fff;
}

/* ==========================================================================
   HOME
   ========================================================================== */

.ps-home {
  background: #fff;
}

.ps-home-section {
  padding: 40px 0;
}

.ps-home-section--faq {
  padding-top: 80px;
  padding-bottom: 96px;
}

.ps-home-section--video {
  padding-top: 0;
  padding-bottom: 0;
}

.ps-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.ps-hero__slider,
.ps-hero__slide,
.ps-hero__slide img {
  width: 100%;
  height: 100vh;
}

.ps-hero__slider {
  position: relative;
}

.ps-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 500ms ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ps-hero__slide.is-active {
  opacity: 1;
}

.ps-hero__slide img {
  display: block;
  object-fit: cover;
}

.ps-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.ps-hero__center {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.ps-hero__logo {
  width: var(--ps-hero-logo-desktop, 300px);
  max-width: 90vw;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.ps-hero__dots {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.ps-hero__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: background 200ms ease;
}

.ps-hero__dot.is-active {
  background: #fff;
}

.ps-hero__arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 4;
  width: 40px;
  height: 40px;
  animation: psBounce 1.5s infinite ease-in-out;
}

@keyframes psBounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 12px); }
}

.ps-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 46%);
  gap: 32px;
  align-items: stretch;
}

.ps-split--reverse {
  grid-template-columns: minmax(380px, 46%) minmax(0, 1fr);
}

.ps-split__content,
.ps-split__media {
  min-width: 0;
}

.ps-split__content {
  background: var(--ps-section-bg, #F8FAF7);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps-split__content--highlight {
  background: var(--ps-section-bg, #F8FAF7);
}

.ps-split__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.ps-section-symbol {
  width: 13%;
  max-width: 80px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.ps-section-title,
.ps-home-heading {
  margin: 0 0 14px;
  font-family: var(--ps-font-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}

.ps-home-heading {
  margin-bottom: 28px;
}

.ps-section-subtitle {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  color: #555;
}

.ps-section-copy,
.ps-section-copy-single {
  color: #4e4e4e;
  font-size: var(--ps-text-base-size, 18px);
  font-family: var(--ps-font-body);
  line-height: 1.7;
}

.ps-section-copy p:last-child,
.ps-section-copy-single:last-child {
  margin-bottom: 0;
}

.ps-btn {
  align-self: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.ps-mid-carousel {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.ps-mid-carousel__track {
  display: flex;
  height: 100%;
  transition: transform 500ms ease;
}

.ps-mid-carousel__slide {
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
}

.ps-mid-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: psKenBurns 15s ease alternate infinite;
}

@keyframes psKenBurns {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

.ps-mid-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.75);
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 200ms ease;
}

.ps-mid-carousel__arrow:hover {
  background: #fff;
  box-shadow: none;
  transform: translateY(-50%);
}

.ps-mid-carousel__arrow svg {
  width: 16px;
  height: 16px;
  fill: #333;
}

.ps-mid-carousel__prev {
  left: 0;
}

.ps-mid-carousel__next {
  right: 0;
}

.ps-mid-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 6px;
}

.ps-mid-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 200ms ease;
}

.ps-mid-carousel__dot.is-active {
  background: #fff;
}

.ps-amenities {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  padding: 0 20px;
}

.ps-amenity {
  text-align: center;
}

.ps-amenity__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 19px;
  display: grid;
  place-items: center;
  color: #000;
}

.ps-amenity__icon img,
.ps-amenity__icon svg {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ps-amenity__icon svg {
  fill: #000;
  color: #000;
}

.ps-amenity__label {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: #000;
}

.ps-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.ps-feature-card {
  position: relative;
  min-height: 533px;
  overflow: hidden;
  cursor: pointer;
}

.ps-feature-card__bg-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.ps-feature-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.5s ease;
}

.ps-feature-card:hover .ps-feature-card__bg {
  transform: scale(1.1);
}

.ps-feature-card__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  transition: background 1.5s ease;
}

.ps-feature-card__content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 533px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 28px;
  color: #fff;
}

.ps-feature-card__item--grow {
  transition: none;
}

.ps-feature-card__title {
  margin-bottom: 5px;
  font-family: var(--ps-font-display);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
  text-align: left;
  color: #fff;
}

.ps-feature-card__text {
  margin-bottom: 30px;
  font-family: var(--ps-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.ps-feature-card__button-wrapper {
  display: flex;
}

.ps-feature-card__text,
.ps-feature-card__button-wrapper {
  opacity: 1;
  transform: translateY(0);
}

.ps-feature-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 12px 24px;
  border: 2px solid #fff;
  color: #fff;
  font-family: var(--ps-font-accent);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  transition: background 0.3s ease, color 0.3s ease, transform 1s ease;
}

.ps-feature-card__button:hover {
  background: var(--ps-primary);
  border-color: var(--ps-primary);
  color: #fff;
}

.ps-faq-wrap {
  max-width: 740px;
  margin: 0 auto;
}

.ps-faq-list {
  display: grid;
  gap: 10px;
}

.ps-faq-item {
  border: 1px solid #5271755E;
  background: #fff;
  border-radius: 4px;
  margin: 0;
}

.ps-faq-question {
  list-style: none;
  cursor: pointer;
  padding: 14px 15px;
  font-family: var(--ps-font-body);
  font-size: 18px;
  font-weight: 400;
  color: #091124;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: font-weight 0.3s;
}

.ps-faq-item[open] .ps-faq-question {
  font-weight: 700;
  border-bottom: 1px solid #5271755E;
  border-radius: 4px 4px 0 0;
}

.ps-faq-question::-webkit-details-marker {
  display: none;
}

.ps-faq-question::after {
  content: '';
  width: 18px;
  height: 18px;
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: transform 0.5s ease;
  flex-shrink: 0;
  margin-left: 16px;
  opacity: 0.7;
}

.ps-faq-item[open] .ps-faq-question::after {
  transform: rotate(45deg);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3C/svg%3E");
}

.ps-faq-answer {
  padding: 0 15px 18px;
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.ps-faq-answer p {
  margin: 0;
}

.ps-video-block video {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
  margin: 0;
}

/* ==========================================================================
   CONTATO
   ========================================================================== */

.ps-contact__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
  min-height: 573px;
  padding: 60px 20px 70px;
  position: relative;
  overflow: hidden;
}

.ps-contact__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18%;
  max-width: 160px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.ps-contact__heading {
  width: 100%;
  text-align: center;
  font-family: var(--ps-font-display);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
  color: #000;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
}

.ps-contact__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.ps-contact__map {
  flex: 1 1 48%;
  min-width: 300px;
  height: 450px;
  border-radius: 4px;
  overflow: hidden;
}

.ps-contact__info {
  flex: 0 1 500px;
  padding: 0 20px 0 0;
}

.ps-contact__info-heading {
  font-family: var(--ps-font-accent);
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 31px;
  letter-spacing: 0.7px;
  color: #000;
  margin: 0 0 10px;
}

.ps-contact__info-subtitle {
  font-family: var(--ps-font-body);
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #555;
  margin: 0 0 20px;
}

.ps-contact__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.ps-contact__list-item {
  margin-bottom: 5px;
}

.ps-contact__list-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #737373;
  font-family: var(--ps-font-body);
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s;
}

.ps-contact__list-item a:hover {
  color: #FF9C34;
}

.ps-contact__list-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-contact__list-icon svg {
  fill: #FF9C34;
  width: 18px;
  height: 18px;
}

.ps-contact__list-text {
  flex: 1;
}

.ps-contact__btn {
  margin-top: 10px;
  align-self: flex-start;
}

.ps-contact__faq {
  padding: 45px 0 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 920px) {
  .ps-contact__top {
    padding: 40px 10px;
    min-height: auto;
  }

  .ps-contact__row {
    flex-direction: column;
  }

  .ps-contact__map {
    width: 100%;
    flex: auto;
    height: 300px;
  }

  .ps-contact__info {
    flex: auto;
    width: 100%;
    padding: 20px 0 0;
  }

  .ps-contact__faq {
    padding: 40px 20px;
  }
}

/* ==========================================================================
   ARCHIVE (CPT: quartos, promocoes, o-que-fazer)
   ========================================================================== */

.ps-archive__header {
  padding: 60px 20px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ps-archive__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18%;
  max-width: 160px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.ps-archive__hero-title {
  font-family: var(--ps-font-display);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
  color: #000;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}

.ps-archive__hero-subtitle {
  font-family: var(--ps-font-body);
  font-size: 18px;
  color: #555;
  margin: 0 auto 40px;
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.ps-archive__title {
  font-family: var(--ps-font-display);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
  color: #000;
  margin: 0 0 10px;
}

.ps-archive__subtitle {
  font-family: var(--ps-font-body);
  font-size: 18px;
  color: #555;
  margin: 0 auto;
  max-width: 600px;
}

.ps-archive__intro {
  font-family: var(--ps-font-body);
  font-size: 16px;
  color: #555;
  margin: 20px auto 0;
  max-width: 800px;
  line-height: 1.7;
}

.ps-archive__content {
  padding-bottom: 60px;
}

.ps-card-grid--archive {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ps-card-grid--promocoes {
  align-items: start;
}

.ps-promo-card {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 400px;
  aspect-ratio: 1 / 1.26;
}

.ps-promo-card__link,
.ps-promo-card__bg,
.ps-promo-card__overlay {
  position: absolute;
  inset: 0;
}

.ps-promo-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.ps-promo-card__bg {
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.ps-promo-card__overlay {
  background: rgba(0, 0, 0, 0.46);
  transition: background 0.3s ease;
}

.ps-promo-card__content {
  position: relative;
  z-index: 2;
  width: 88%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
  transform: translateY(64px);
  transition: transform 0.38s ease;
}

.ps-promo-card__title {
  position: relative;
  max-width: 92%;
  font-family: var(--ps-font-body);
  font-size: clamp(30px, 2.4vw, 52px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  text-transform: none;
  transition: transform 0.38s ease;
}

.ps-promo-card__excerpt,
.ps-promo-card__button {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.34s ease, transform 0.34s ease;
}

.ps-promo-card__excerpt {
  max-width: 92%;
  font-size: clamp(22px, 1.7vw, 34px);
  line-height: 1.38;
  color: #fff;
}

.ps-promo-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 54px;
  padding: 13px 34px;
  border: 3px solid #fff;
  border-radius: 4px;
  font-size: clamp(22px, 1.7vw, 34px);
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.ps-promo-card:hover .ps-promo-card__bg {
  transform: scale(1.06);
}

.ps-promo-card:hover .ps-promo-card__overlay,
.ps-promo-card:focus-within .ps-promo-card__overlay {
  background: rgba(0, 0, 0, 0.55);
}

.ps-promo-card:hover .ps-promo-card__content,
.ps-promo-card:focus-within .ps-promo-card__content {
  transform: translateY(0);
}

.ps-promo-card:hover .ps-promo-card__excerpt,
.ps-promo-card:hover .ps-promo-card__button,
.ps-promo-card:focus-within .ps-promo-card__excerpt,
.ps-promo-card:focus-within .ps-promo-card__button {
  opacity: 1;
  transform: translateY(0);
}

.ps-concierge-card {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  aspect-ratio: 1 / 1.26;
  background: #050505;
  color: #fff;
}

.ps-concierge-card__content {
  position: relative;
  z-index: 2;
  padding: 46px 44px;
}

.ps-concierge-card h2 {
  max-width: 260px;
  margin: 0 0 28px;
  font-family: var(--ps-font-body);
  font-size: 26px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ps-concierge-card p {
  max-width: 270px;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.ps-concierge-card strong {
  color: #fff;
  font-weight: 700;
}

.ps-concierge-card__phone {
  position: absolute;
  left: 38px;
  bottom: 34px;
  width: 138px;
  height: 214px;
  border: 12px solid rgba(35, 35, 42, 0.55);
  border-radius: 0 0 42px 42px;
  border-top: 0;
}

.ps-concierge-card__phone::before,
.ps-concierge-card__phone::after {
  content: "";
  position: absolute;
  right: -48px;
  width: 48px;
  height: 32px;
  border-radius: 10px;
  background: rgba(35, 35, 42, 0.55);
}

.ps-concierge-card__phone::before {
  bottom: 108px;
}

.ps-concierge-card__phone::after {
  bottom: 62px;
  box-shadow: 0 46px 0 rgba(35, 35, 42, 0.55);
}

.ps-room-card {
  background: var(--ps-section-bg, #f8faf7);
  overflow: hidden;
  text-align: center;
}

.ps-room-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.22 / 1;
  background: #eee;
}

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

.ps-room-card:hover .ps-room-card__image img {
  transform: scale(1.045);
}

.ps-room-card__body {
  padding: 24px 24px 26px;
}

.ps-room-card__title {
  margin: 0 0 18px;
  font-family: var(--ps-font-body);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #202020;
  text-transform: none;
}

.ps-room-card__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 38px;
  margin-bottom: 18px;
}

.ps-room-card__icons span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ps-room-card__icons img {
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.15);
  opacity: 0.9;
}

.ps-room-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ps-room-card__btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 9px 14px;
  font-family: var(--ps-font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.ps-room-card__btn--details {
  background: #b6b6b6;
}

.ps-room-card__btn--reserve {
  background: var(--ps-primary, #97a585);
}

.ps-room-card__btn:hover {
  color: #fff;
  opacity: 0.86;
}

.ps-item-card {
  background: #fff;
  border: 1px solid #e5e0d8;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.ps-item-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.ps-item-card__image {
  position: relative;
  overflow: hidden;
}

.ps-item-card__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ps-item-card:hover .ps-item-card__image img {
  transform: scale(1.05);
}

.ps-item-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ps-primary);
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
}

.ps-item-card__content {
  padding: 20px;
}

.ps-item-card__title {
  font-family: var(--ps-font-display);
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 6px;
}

.ps-item-card__title a {
  color: inherit;
  text-decoration: none;
}

.ps-item-card__title a:hover {
  color: var(--ps-primary);
}

.ps-item-card__subtitle {
  font-size: 14px;
  color: #777;
  margin: 0 0 10px;
  line-height: 1.4;
}

.ps-item-card__price {
  font-size: 16px;
  font-weight: 600;
  color: var(--ps-primary-dark, #565936);
  margin: 0 0 16px;
}

.ps-item-card__actions {
  display: flex;
  gap: 8px;
}

.ps-item-card__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-family: var(--ps-font-accent);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
}

.ps-item-card__btn--outline {
  border: 2px solid var(--ps-primary);
  color: var(--ps-primary);
  background: transparent;
}

.ps-item-card__btn--outline:hover {
  background: var(--ps-primary);
  color: #fff;
}

.ps-item-card__btn--fill {
  background: var(--ps-primary-dark, #565936);
  color: #fff;
  border: 2px solid var(--ps-primary-dark, #565936);
}

.ps-item-card__btn--fill:hover {
  background: var(--ps-primary);
  border-color: var(--ps-primary);
  color: #fff;
}

.ps-archive__faq {
  padding: 40px 0 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ==========================================================================
   SINGLE (CPT)
   ========================================================================== */

.ps-single__hero {
  position: relative;
  height: 50vh;
  min-height: 360px;
  overflow: hidden;
}

.ps-single__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-single__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.ps-single__hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px;
  color: #fff;
}

.ps-single__title {
  font-family: var(--ps-font-display);
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: inherit;
}

.ps-single__subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin: 0 0 8px;
}

.ps-single__price {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.ps-single__content {
  padding: 40px 20px 60px;
  max-width: 900px;
  margin: 0 auto;
}

.ps-single__attrs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e0d8;
}

.ps-single__attr {
  font-size: 15px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ps-single__attr svg {
  flex-shrink: 0;
}

.ps-single__attr strong {
  color: #000;
  font-size: 18px;
}

.ps-single__body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.ps-single__amenities {
  margin-bottom: 40px;
}

.ps-single__amenities h2 {
  font-family: var(--ps-font-accent);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ps-single__amenities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ps-single__amenities-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #555;
}

.ps-single__gallery {
  margin-bottom: 40px;
}

.ps-single__gallery h2 {
  font-family: var(--ps-font-accent);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ps-single__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ps-single__gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.ps-single__gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.ps-single__gallery-grid a:hover img {
  transform: scale(1.05);
}

.ps-single__cta {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e5e0d8;
}

.ps-single__cta .btn {
  padding: 16px 40px;
}

.ps-single__related {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e5e0d8;
}

.ps-single__related h2 {
  font-family: var(--ps-font-display);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.ps-single__hero .ps-item-card__badge {
  position: static;
  display: inline-block;
  margin-bottom: 8px;
}

/* ==========================================================================
   FLIP CARDS (Promoções)
   ========================================================================== */

.ps-card-grid--flip {
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ps-flip-card {
  perspective: 1000px;
  min-height: 400px;
}

.ps-flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.ps-flip-card:hover .ps-flip-card__inner {
  transform: rotateY(180deg);
}

.ps-flip-card__front,
.ps-flip-card__back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  text-align: center;
  border-radius: 4px;
}

.ps-flip-card__front {
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.ps-flip-card__front-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
}

.ps-flip-card__back {
  background: var(--ps-primary);
  color: #fff;
  transform: rotateY(180deg);
}

.ps-flip-card__title {
  position: relative;
  z-index: 1;
  font-family: var(--ps-font-display);
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.ps-flip-card__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.9);
}

.ps-flip-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 2px solid #fff;
  color: #fff;
  font-family: var(--ps-font-accent);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.ps-flip-card__btn:hover {
  background: #fff;
  color: var(--ps-primary);
}

/* ==========================================================================
   SINGLE ROOM (Quarto)
   ========================================================================== */

.ps-room__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 20px;
  color: #555;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s;
}

.ps-room__back:hover {
  color: var(--ps-primary);
}

.ps-room__gallery {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.ps-room__gallery-track {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease;
}

.ps-room__gallery-slide {
  flex: 0 0 100%;
  height: 100%;
}

.ps-room__gallery-slide img,
.ps-room__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ps-room__gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  transition: background 0.2s;
}

.ps-room__gallery-arrow:hover {
  background: #fff;
  box-shadow: none;
  transform: translateY(-50%);
}

.ps-room__gallery-prev { left: 0; }
.ps-room__gallery-next { right: 0; }

.ps-room__info-bar {
  border-bottom: 1px solid #e5e0d8;
  padding: 18px 0;
  background: #fff;
}

.ps-room__info-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: center;
}

.ps-room__info-item {
  min-width: 150px;
  font-size: 16px;
  color: #555;
  text-align: center;
}

.ps-room__info-item strong {
  display: block;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.04em;
}

.ps-room__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.ps-room__title {
  font-family: var(--ps-font-display);
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.ps-room__subtitle {
  font-size: 20px;
  color: #777;
  margin: 0 0 24px;
}

.ps-room__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.ps-room__amenities h2 {
  font-family: var(--ps-font-display);
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 24px;
  text-align: center;
}

.ps-room__amenities h3 {
  font-family: var(--ps-font-accent);
  font-size: 20px;
  font-weight: 500;
  color: #555;
  margin: 0 0 16px;
  text-transform: none;
}

.ps-room__amenity-group {
  margin-bottom: 28px;
}

.ps-room__amenities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.ps-room__amenities-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #444;
}

.ps-room__amenities-list img {
  flex-shrink: 0;
  opacity: 0.7;
}

.ps-room__cta {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e5e0d8;
}

.ps-room__cta .btn {
  padding: 16px 48px;
}

.ps-room__related {
  background: #f9f7f3;
  padding: 60px 0;
}

.ps-room__related h2 {
  font-family: var(--ps-font-display);
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.ps-room__related-carousel {
  overflow: hidden;
}

.ps-room__related-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 20px 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.ps-room__related-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s;
}

.ps-room__related-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.ps-room__related-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ps-room__related-card h3 {
  font-family: var(--ps-font-display);
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 12px 14px 4px;
  text-transform: none;
}

.ps-room__related-card p {
  font-size: 14px;
  color: #777;
  margin: 0 14px 14px;
}

.ps-room-main {
  padding: 70px 0 0;
  background: #fff;
}

.ps-room-main__inner {
  max-width: 1180px;
  position: relative;
}

.ps-room__back {
  position: absolute;
  top: 5px;
  left: 20px;
  padding: 0;
  margin: 0;
  color: #333;
  font-family: var(--ps-font-body);
  font-size: 16px;
}

.ps-room__back span {
  color: #000;
}

.ps-room__title {
  margin: 0 0 70px;
  padding: 0 140px;
  text-align: center;
  font-family: var(--ps-font-body);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2b2b2b;
}

.ps-room__grid {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(340px, 1fr);
  gap: 98px;
  align-items: start;
}

.ps-room__gallery {
  height: auto;
  min-height: 0;
  aspect-ratio: 1.34 / 1;
  background: #f4f4f4;
}

.ps-room__gallery-arrow {
  width: 32px;
  height: 42px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ps-primary);
  font-size: 26px;
  box-shadow: none;
}

.ps-room__gallery-arrow:hover {
  background: #fff;
  color: var(--ps-secondary);
}

.ps-room__gallery-prev {
  left: 10px;
}

.ps-room__gallery-next {
  right: 10px;
}

.ps-room__quick-info {
  margin-top: 20px;
  font-family: var(--ps-font-body);
  color: #555;
  font-size: 18px;
  line-height: 1.45;
}

.ps-room__quick-info p {
  margin: 0 0 4px;
}

.ps-room__quick-info span {
  color: #1f1f1f;
  font-weight: 600;
}

.ps-room__content {
  max-width: none;
  padding: 0;
}

.ps-room__subtitle {
  margin: 0 0 26px;
  font-family: var(--ps-font-body);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: #444;
}

.ps-room__desc {
  margin: 0 0 24px;
  font-family: var(--ps-font-body);
  font-size: 18px;
  line-height: 1.45;
  color: #555;
}

.ps-room__desc p {
  margin: 0 0 18px;
}

.ps-room__amenities h2 {
  margin: 0 0 18px;
  text-align: left;
  font-family: var(--ps-font-body);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #444;
}

.ps-room__amenity-group {
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid #e8e8e8;
}

.ps-room__amenity-group + .ps-room__amenity-group {
  padding-top: 18px;
}

.ps-room__amenities h3 {
  margin: 0 0 16px;
  font-family: var(--ps-font-body);
  font-size: 18px;
  font-weight: 400;
  color: #555;
}

.ps-room__amenities-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
}

.ps-room__amenities-list li {
  min-height: 58px;
  gap: 16px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ps-room__amenities-list img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  opacity: 1;
}

.ps-room__amenities-list li.is-highlighted {
  background: #eef3ff;
  padding: 14px 18px;
}

.ps-room__amenities-list li:hover {
  background: rgba(151, 165, 133, 0.12);
}

.ps-room__cta {
  display: none;
}

.ps-related-detail--rooms {
  margin-top: 76px;
  padding: 70px 0 72px;
  background: #f5fbfd;
}

.ps-related-detail--rooms h2 {
  margin-bottom: 48px;
  font-family: var(--ps-font-body);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #444;
}

.ps-room-related-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: #111;
}

.ps-room-related-card a,
.ps-room-related-card__bg,
.ps-room-related-card__overlay {
  position: absolute;
  inset: 0;
}

.ps-room-related-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}

.ps-room-related-card__bg {
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.ps-room-related-card__overlay {
  background: rgba(0, 0, 0, 0.48);
  transition: background 0.3s ease;
}

.ps-room-related-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 88%;
  text-align: center;
  transform: none;
  transition: none;
}

.ps-room-related-card__title {
  font-family: var(--ps-font-display);
  font-size: clamp(26px, 2vw, 42px);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

.ps-room-related-card__highlight {
  display: none;
}

.ps-room-related-card:hover .ps-room-related-card__bg {
  transform: scale(1.06);
}

.ps-room-related-card:hover .ps-room-related-card__overlay {
  background: rgba(0, 0, 0, 0.55);
}


/* ==========================================================================
   SINGLE DETAIL (Promoções / O que fazer)
   ========================================================================== */

.ps-detail__hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}

.ps-detail__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.ps-detail__hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 40px 20px;
}

.ps-detail__hero-content h1,
.ps-detail__title {
  margin: 0 0 14px;
  font-family: var(--ps-font-display);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
  color: inherit;
}

.ps-detail__hero-content p,
.ps-detail__subtitle {
  max-width: 720px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 1.55;
}

.ps-detail__content {
  max-width: 900px !important;
  padding-top: 58px !important;
  padding-bottom: 86px !important;
}

.ps-detail__title,
.ps-detail__subtitle {
  color: #222;
  text-align: center;
}

.ps-detail__text {
  font-size: 18px;
  line-height: 1.85;
  color: #3c3c3c;
}

.ps-detail__text p {
  margin: 0 0 22px;
}

.ps-detail__list {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
  display: grid;
  gap: 12px;
}

.ps-detail__list li {
  position: relative;
  padding: 14px 18px 14px 44px;
  background: var(--ps-section-bg, #f8faf7);
  color: #3c3c3c;
  font-size: 17px;
  line-height: 1.45;
}

.ps-detail__list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ps-primary, #97a585);
}

.ps-detail__cta {
  margin-top: 38px;
  text-align: center;
}

.ps-detail-main {
  padding: 96px 0 70px;
}

.ps-detail-main__inner {
  max-width: 1740px !important;
  position: relative;
}

.ps-detail-main__back {
  position: absolute;
  top: -38px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #555;
  font-size: 15px;
  text-decoration: none;
}

.ps-detail-main__grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 0;
  align-items: stretch;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}

.ps-detail-main__media {
  min-width: 0;
  min-height: 615px;
  background: #eee;
  overflow: hidden;
}

.ps-detail-main__media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 615px;
  object-fit: cover;
  display: block;
}

.ps-detail-main__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 615px;
  padding: 70px 86px;
}

.ps-detail-main__content h1 {
  margin: 0 0 22px;
  font-family: var(--ps-font-display);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
  color: #222;
}

.ps-detail-main__content h2 {
  margin: 0 0 28px;
  font-family: var(--ps-font-body);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.45;
  color: #555;
}

.ps-detail-main__text {
  font-size: 18px;
  line-height: 1.78;
  color: #3d3d3d;
}

.ps-detail-main__text p {
  margin: 0 0 20px;
}

.ps-detail-main__list {
  margin: 4px 0 0;
  padding-left: 20px;
  color: #3d3d3d;
  font-size: 17px;
  line-height: 1.6;
}

.ps-detail-main__cta {
  margin-top: 30px;
}

.ps-detail-main__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 13px 32px;
  background: var(--ps-primary, #97a585);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.ps-related-detail {
  padding: 42px 0 96px;
  overflow: hidden;
}

.ps-related-detail h2 {
  margin: 0 0 42px;
  font-family: var(--ps-font-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #111;
}

.ps-related-carousel {
  position: relative;
}

.ps-related-carousel__viewport {
  overflow: hidden;
}

.ps-related-carousel__track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.ps-related-carousel__slide {
  flex: 0 0 calc((100% - 32px) / 3);
}

.ps-card-grid--archive .ps-promo-card__title,
.ps-related-carousel__slide .ps-promo-card__title {
  font-size: clamp(28px, 2.1vw, 46px);
}

.ps-card-grid--archive .ps-promo-card__excerpt,
.ps-related-carousel__slide .ps-promo-card__excerpt {
  font-size: clamp(20px, 1.45vw, 30px);
}

.ps-card-grid--archive .ps-promo-card__button,
.ps-related-carousel__slide .ps-promo-card__button {
  font-size: clamp(20px, 1.45vw, 30px);
}

.ps-related-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 42px;
  height: 64px;
  border: 0;
  background: rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.95);
  font-size: 52px;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

.ps-related-carousel__prev {
  left: 0;
}

.ps-related-carousel__next {
  right: 0;
}

.ps-related-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.ps-related-carousel__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d7d7d7;
  cursor: pointer;
}

.ps-related-carousel__dots button.is-active {
  background: #000;
}

/* ==========================================================================
   FAQ PAGE
   ========================================================================== */

.ps-faq-page__header {
  padding: 80px 20px 50px;
  text-align: center;
}

.ps-faq-page__title {
  font-family: var(--ps-font-display);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  color: #000;
  margin: 0 0 10px;
}

.ps-faq-page__subtitle {
  font-size: 18px;
  color: #555;
  margin: 0;
}

.ps-faq-page__content {
  padding-bottom: 80px;
}

.ps-faq-page__section {
  margin-bottom: 50px;
}

.ps-faq-page__section-title {
  font-family: var(--ps-font-accent);
  font-size: 21px;
  font-weight: 500;
  color: #000;
  margin: 0 0 16px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .ps-card-grid--archive {
    grid-template-columns: 1fr;
  }

  .ps-item-card__image img {
    height: 200px;
  }

  .ps-archive__header {
    padding: 40px 20px 30px;
  }

  .ps-faq-page__header {
    padding: 40px 20px 30px;
  }

  .ps-single__hero {
    height: 40vh;
    min-height: 260px;
  }

  .ps-single__title {
    font-size: 26px;
  }

  .ps-single__gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ps-single__amenities-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .ps-amenities {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ps-card-grid {
    grid-template-columns: 1fr;
  }

  .ps-feature-card {
    min-height: 360px;
  }

  .ps-mid-carousel {
    height: 320px;
  }
}

@media (max-width: 920px) {
  .ps-header__container {
    gap: 0;
  }

  .ps-header__logo {
    min-width: 0;
  }

  .ps-header__logo-img {
    height: 42px;
    max-width: min(250px, calc(100vw - 140px));
  }
  
  .ps-header__logo-desktop {
    display: none;
  }
  
  .ps-header__logo-mobile {
    display: block;
  }

  .ps-header__nav,
  .ps-header__cta {
    display: none;
  }

  .ps-header__lang {
    margin-left: auto;
  }

  .ps-header__lang a {
    font-size: 11px;
    letter-spacing: 0.02em;
  }

  .ps-header__booking {
    min-width: 70px;
  }

  .ps-header__booking .btn-primary {
    font-size: 10px;
    letter-spacing: -0.3px;
    padding: 14px 6px 12px;
  }

  .ps-header__toggle {
    display: flex;
    flex-shrink: 0;
  }

  .ps-home-section {
    padding: 28px 0;
  }

  .ps-hero__slider,
  .ps-hero__slide,
  .ps-hero__slide img,
  .ps-hero {
    height: 84vh;
    min-height: 84vh;
  }

  .ps-hero__logo {
    width: var(--ps-hero-logo-mobile, 200px);
    max-width: 80vw;
  }

  .ps-hero__dots {
    right: 16px;
    bottom: 20px;
  }

  .ps-split,
  .ps-split--reverse {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ps-split__content {
    padding: 32px 24px;
  }

  .ps-split__media img {
    min-height: 340px;
  }

  .ps-amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .ps-mid-carousel {
    height: 280px;
  }

  .ps-video-block video {
    height: 360px;
  }

  .ps-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ps-footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  /* Títulos menores no mobile */
  .ps-section-title,
  .ps-home-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .ps-section-subtitle {
    font-size: 17px;
  }

  .ps-section-copy,
  .ps-section-copy-single {
    font-size: 16px;
  }

  /* Hero arrow menor */
  .ps-hero__arrow {
    width: 30px;
    height: 30px;
    bottom: 20px;
  }

  .ps-hero__arrow svg {
    width: 30px;
    height: 30px;
  }

  /* Feature cards */
  .ps-feature-card h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .ps-feature-card__text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .ps-feature-card__button {
    font-size: 16px;
    padding: 10px 20px;
    min-height: 36px;
  }

  .ps-feature-card__content {
    padding: 20px;
  }

  /* FAQ */
  .ps-faq-wrap {
    padding: 0 16px;
  }

  .ps-faq-question {
    font-size: 16px;
    padding: 12px 14px;
  }

  .ps-faq-answer {
    font-size: 15px;
  }

  /* Buttons */
  .btn {
    font-size: 16px;
    padding: 12px 24px;
  }

  /* Sobre / Quartos section */
  .ps-split__content {
    padding: 28px 20px;
  }

  .ps-section-symbol {
    width: 40px;
  }

  /* Amenities mobile */
  .ps-amenity__label {
    font-size: 15px;
  }

  .ps-amenity__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ps-amenity__icon svg,
  .ps-amenity__icon img {
    width: 32px;
    height: 32px;
  }

  /* Contact page */
  .ps-contact__heading {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .ps-contact__info-heading {
    font-size: 18px;
  }

  .ps-contact__list-item a,
  .ps-contact__list-text {
    font-size: 16px;
  }

  /* Archive cards */
  .ps-item-card__title {
    font-size: 18px;
  }

  .ps-item-card__btn {
    font-size: 12px;
    padding: 8px 16px;
  }

  /* Single */
  .ps-single__hero {
    height: 35vh;
    min-height: 220px;
  }

  .ps-single__hero-content {
    padding: 24px 16px;
  }

  .ps-single__title {
    font-size: 22px;
  }

  .ps-single__content {
    padding: 24px 16px 40px;
  }

  /* FAQ page */
  .ps-faq-page__title {
    font-size: 24px;
  }

  .ps-faq-page__section-title {
    font-size: 18px;
  }
}

.card:hover {
  box-shadow: var(--ps-shadow-lg);
  transform: translateY(-4px);
}

@media (max-width: 920px) {
  .ps-flip-card {
    min-height: 320px;
  }

  .ps-flip-card__inner {
    min-height: 320px;
  }

  .ps-flip-card__title {
    font-size: 22px;
  }

  .ps-flip-card__text {
    font-size: 14px;
  }
}

@media (max-width: 920px) {
  .ps-promo-card,
  .ps-concierge-card {
    min-height: 420px;
  }

  .ps-promo-card__title {
    font-size: 25px;
  }

  .ps-promo-card__content {
    transform: none;
  }

  .ps-promo-card__excerpt,
  .ps-promo-card__button,
  .ps-feature-card__text,
  .ps-feature-card__button-wrapper {
    opacity: 1;
    transform: none;
  }

  .ps-promo-card__excerpt {
    font-size: 17px;
  }

  .ps-promo-card__button {
    min-height: 46px;
    font-size: 17px;
    border-width: 2px;
  }

  .ps-concierge-card__content {
    padding: 42px 34px;
  }

  .ps-concierge-card h2 {
    font-size: 25px;
  }

  .ps-room-card__body {
    padding: 22px 18px 24px;
  }

  .ps-room-card__title {
    font-size: 23px;
  }

  .ps-room-card__icons {
    gap: 14px;
  }

  .ps-room-card__actions {
    gap: 12px;
  }

  .ps-room__gallery {
    height: 46vh;
    min-height: 320px;
  }

  .ps-room__info-row {
    gap: 14px;
  }

  .ps-room__info-item {
    min-width: 130px;
    font-size: 15px;
  }

  .ps-room__content {
    padding-top: 34px;
  }

  .ps-room__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .ps-room__subtitle {
    font-size: 18px;
  }

  .ps-room__amenities-list {
    grid-template-columns: 1fr;
  }

  .ps-detail__hero {
    min-height: 380px;
  }

  .ps-detail__hero-content h1,
  .ps-detail__title {
    font-size: 30px;
  }

  .ps-detail__hero-content p,
  .ps-detail__subtitle {
    font-size: 18px;
  }

  .ps-detail__content {
    padding-top: 38px !important;
    padding-bottom: 58px !important;
  }

  .ps-detail__text {
    font-size: 16px;
    line-height: 1.75;
  }

  .ps-detail-main {
    padding: 42px 0 34px;
  }

  .ps-detail-main__back {
    margin-bottom: 22px;
  }

  .ps-detail-main__grid {
    gap: 28px;
  }

  .ps-detail-main__media,
  .ps-detail-main__media img,
  .ps-detail-main__content {
    min-height: 0;
  }

  .ps-detail-main__content h1 {
    font-size: 30px;
  }

  .ps-detail-main__content h2 {
    font-size: 21px;
  }

  .ps-detail-main__text {
    font-size: 16px;
    line-height: 1.75;
  }

  .ps-related-detail {
    padding: 28px 0 62px;
  }

  .ps-related-detail h2 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .ps-related-carousel__slide {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 520px) {
  .ps-room-card__icons span,
  .ps-room-card__icons img {
    width: 30px;
    height: 30px;
  }

  .ps-room-card__btn {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ps-detail__hero {
    min-height: 320px;
  }

  .ps-detail-main__grid {
    grid-template-columns: 1fr;
    box-shadow: none;
  }

  .ps-detail-main__media {
    aspect-ratio: 1 / 1.02;
  }

  .ps-detail-main__content {
    padding: 28px 0 0;
  }

  .ps-related-carousel__slide {
    flex-basis: 100%;
  }
}

/* ==========================================================================
   UTILITÁRIOS
   ========================================================================== */
.container {
  max-width: 1280px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

.ps-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1020px) {
  .ps-room-main {
    padding-top: 46px;
  }

  .ps-room__title {
    margin-bottom: 42px;
    font-size: 28px;
  }

  .ps-room__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ps-room__gallery {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.34 / 1;
  }

  .ps-room__content {
    padding: 0;
  }

  .ps-room__subtitle {
    font-size: 24px;
  }

  .ps-room-related-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 620px) {
  .ps-room-main {
    padding-top: 34px;
  }

  .ps-room__back {
    position: static;
    margin-bottom: 28px;
    font-size: 15px;
  }

  .ps-room__title {
    margin-bottom: 30px;
    padding: 0;
    font-size: 25px;
  }

  .ps-room__gallery {
    aspect-ratio: 1.2 / 1;
  }

  .ps-room__quick-info,
  .ps-room__desc {
    font-size: 16px;
  }

  .ps-room__subtitle {
    font-size: 22px;
  }

  .ps-room__amenities-list {
    grid-template-columns: 1fr;
  }

  .ps-related-detail--rooms {
    margin-top: 48px;
    padding: 46px 0;
  }

  .ps-room-related-card {
    flex-basis: 100%;
    aspect-ratio: 1.65 / 1;
  }
}

/* Legal / policy pages */
.ps-legal-page {
  background: #fff;
  padding: 150px 0 90px;
}

.ps-legal-page .ps-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--ps-text, #2C2C2C);
  font-family: var(--ps-font-body, 'Montserrat', sans-serif);
  font-size: 15px;
  text-decoration: none;
}

.ps-legal-page .ps-back-link span {
  font-size: 26px;
  line-height: 1;
}

.ps-legal-page__card {
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(86, 89, 54, .12);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .06);
  padding: clamp(34px, 5vw, 72px);
}

.ps-legal-page__header {
  text-align: center;
  margin-bottom: 42px;
}

.ps-legal-page__symbol {
  display: block;
  width: 78px;
  height: auto;
  margin: 0 auto 22px;
  opacity: .85;
}

.ps-legal-page__header h1 {
  margin: 0;
  color: var(--ps-text, #2C2C2C);
  font-family: var(--ps-font-display, 'Julius Sans One', sans-serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ps-legal-page__content {
  color: #4b4b4b;
  font-family: var(--ps-font-body, 'Montserrat', sans-serif);
  font-size: 17px;
  line-height: 1.85;
}

.ps-legal-page__content h1,
.ps-legal-page__content h2,
.ps-legal-page__content h3,
.ps-legal-page__content h4 {
  margin: 34px 0 14px;
  color: var(--ps-text, #2C2C2C);
  font-family: var(--ps-font-display, 'Julius Sans One', sans-serif);
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.ps-legal-page__content h1 { font-size: 32px; }
.ps-legal-page__content h2 { font-size: 28px; }
.ps-legal-page__content h3 { font-size: 23px; }
.ps-legal-page__content h4 { font-size: 20px; }

.ps-legal-page__content p,
.ps-legal-page__content ul,
.ps-legal-page__content ol {
  margin: 0 0 18px;
}

.ps-legal-page__content ul,
.ps-legal-page__content ol {
  padding-left: 24px;
}

.ps-legal-page__content li {
  margin-bottom: 10px;
}

.ps-legal-page__content strong,
.ps-legal-page__content b {
  color: var(--ps-text, #2C2C2C);
  font-weight: 700;
}

.ps-legal-page__content a {
  color: var(--ps-primary-dark, #565936);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 620px) {
  .ps-legal-page {
    padding: 112px 0 60px;
  }

  .ps-legal-page__card {
    padding: 28px 22px;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .ps-legal-page__content {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* SiteOps fix: footer link contrast and cache bump */
.ps-footer a,
.ps-footer a:visited,
.ps-footer__legal a,
.ps-footer__legal a:visited,
.ps-footer__quick-links a,
.ps-footer__quick-links a:visited {
  color: #fff !important;
  text-decoration: none;
}

.ps-footer a:hover,
.ps-footer__legal a:hover,
.ps-footer__quick-links a:hover {
  color: var(--ps-primary, #97A585) !important;
}

.ps-footer svg {
  color: var(--ps-primary, #97A585);
  stroke: currentColor;
}


/* SiteOps fix: home feature card buttons contrast */
.ps-feature-card .ps-feature-card__button,
.ps-feature-card .ps-feature-card__button:visited {
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    background: transparent !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.ps-feature-card .ps-feature-card__button:hover,
.ps-feature-card .ps-feature-card__button:focus {
    color: var(--ps-secondary, #565936) !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
}

.ps-feature-card .ps-feature-card__button-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
}

