/* =========================================================
   BRsys Mix • Pousada Jardim Sereno
   style.css completo corrigido
   Compatível com:
   - /mix/_shared/css/base.css
   - /mix/_shared/css/components.css
   - ./themes.css
   ========================================================= */

/* =========================================================
   Base geral
   ========================================================= */
.mix-page {
  color: var(--text);
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--primary) 8%, transparent), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 42%, var(--bg) 100%);
}

.mix-page main {
  overflow: clip;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   Header
   ========================================================= */
.mix-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--panel-strong) 86%, transparent);
  border-bottom: 1px solid var(--line);
}

.mix-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.mix-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.mix-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: var(--primary-contrast);
  font-weight: 800;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--primary) 18%, transparent);
  flex: 0 0 auto;
}

.mix-brand-copy {
  min-width: 0;
  display: grid;
  gap: 0.14rem;
}

.mix-brand-copy strong {
  display: block;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.mix-brand-copy span {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =========================================================
   Navegação superior
   ========================================================= */
.top-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.top-nav a {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.2s ease;
  text-decoration: none;
}

.top-nav a:hover,
.top-nav a.is-active {
  color: var(--text);
}

.top-nav .btn {
  margin-left: 0.25rem;
}

/* =========================================================
   Hero premium
   ========================================================= */
.hero-premium {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      var(--hero-overlay-from) 0%,
      var(--hero-overlay-mid) 56%,
      var(--hero-overlay-to) 100%
    ),
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.10), transparent 24%);
  z-index: 1;
}

.hero-premium-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(6rem, 10vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.35rem;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy p {
  max-width: 60ch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line) 90%, white);
  background: color-mix(in srgb, var(--panel-strong) 76%, transparent);
  color: color-mix(in srgb, var(--primary-strong) 76%, var(--text));
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.hero-premium .eyebrow {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.hero-premium h1 {
  margin: 1rem 0 1rem;
  max-width: 10.2ch;
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: 0.93;
  letter-spacing: -0.065em;
  color: #ffffff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.hero-premium p {
  max-width: 58ch;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

/* =========================================================
   Painel de temas em bolinhas
   ========================================================= */
.theme-panel-hero {
  max-width: 980px;
  padding: 1rem 1.1rem;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(8, 15, 28, 0.34);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.16);
}

.theme-toolbar-balls {
  display: grid;
  gap: 0.9rem;
}

.theme-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.theme-group-label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  margin-right: 0.25rem;
}

.theme-dot,
.surface-dot,
.accent-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.28);
  padding: 0;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 0 0 0 rgba(255,255,255,0);
  appearance: none;
}

.theme-dot:hover,
.surface-dot:hover,
.accent-dot:hover {
  transform: scale(1.08);
  border-color: rgba(255,255,255,0.6);
}

.theme-dot.is-active,
.surface-dot.is-active,
.accent-dot.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.14);
}

.theme-dot[data-theme-value="forest"] { background: linear-gradient(135deg, #2f7a55, #8fbf6a); }
.theme-dot[data-theme-value="ocean"] { background: linear-gradient(135deg, #0f4c81, #4bb5d8); }
.theme-dot[data-theme-value="sand"] { background: linear-gradient(135deg, #b88646, #dec28b); }
.theme-dot[data-theme-value="rose"] { background: linear-gradient(135deg, #a64d79, #f29db2); }
.theme-dot[data-theme-value="wine"] { background: linear-gradient(135deg, #5b1f35, #b35a7a); }
.theme-dot[data-theme-value="dark-premium"] { background: linear-gradient(135deg, #0f172a, #334155); }

.surface-dot[data-surface-value="mist"] { background: linear-gradient(135deg, #eef2ef, #ffffff); }
.surface-dot[data-surface-value="sage"] { background: linear-gradient(135deg, #dce9dd, #f8fcf8); }
.surface-dot[data-surface-value="linen"] { background: linear-gradient(135deg, #efe4d2, #fffaf2); }
.surface-dot[data-surface-value="pearl"] { background: linear-gradient(135deg, #e9edf2, #ffffff); }
.surface-dot[data-surface-value="premium"] { background: linear-gradient(135deg, #e8dcc6, #fffaf0); }
.surface-dot[data-surface-value="slate"] {
  background: linear-gradient(135deg, #182535, #314761);
  border-color: rgba(255,255,255,0.16);
}

.accent-dot[data-accent-value="emerald"] { background: linear-gradient(135deg, #2f7a46, #8fc56a); }
.accent-dot[data-accent-value="ocean"] { background: linear-gradient(135deg, #2776c8, #6dd5ed); }
.accent-dot[data-accent-value="gold"] { background: linear-gradient(135deg, #b88646, #e4c285); }
.accent-dot[data-accent-value="rose"] { background: linear-gradient(135deg, #cf6f99, #f2bfd4); }
.accent-dot[data-accent-value="wine"] { background: linear-gradient(135deg, #8f2f58, #d29ab5); }
.accent-dot[data-accent-value="charcoal"] { background: linear-gradient(135deg, #253446, #8ba0b6); }

/* =========================================================
   Ações e botões
   ========================================================= */
.hero-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.35rem;
}

.btn,
button.btn {
  min-height: 52px;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.22s ease, filter 0.22s ease, border-color 0.22s ease;
}

.btn:hover,
button.btn:hover {
  transform: translateY(-1px);
}

.hero-premium .btn.btn-secondary,
.hero-premium .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.hero-premium .btn.btn-secondary:hover,
.hero-premium .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* =========================================================
   Seções
   ========================================================= */
.section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section-alt {
  background: color-mix(in srgb, var(--panel-soft) 42%, transparent);
}

.section-heading {
  max-width: 78ch;
  margin-bottom: 1.7rem;
}

.section-heading h2 {
  margin: 0 0 0.85rem;
  max-width: 17ch;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.section-heading p {
  margin: 0;
  max-width: 72ch;
  color: var(--text-soft);
  line-height: 1.7;
}

/* =========================================================
   Superfícies / cards
   ========================================================= */
.feature-card,
.panel-card,
.info-card,
.cta-box,
.media-card {
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--panel-strong) 96%, white), color-mix(in srgb, var(--panel-soft) 92%, white)),
    #ffffff;
  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.feature-card,
.panel-card,
.info-card {
  padding: 1.25rem;
}

.feature-card h3,
.panel-card h3,
.info-card h3,
.cta-box h2 {
  margin: 0 0 0.55rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.feature-card p,
.panel-card p,
.info-card p,
.cta-box p {
  color: var(--text-soft);
  line-height: 1.68;
}

.media-card {
  overflow: hidden;
}

.section-image {
  width: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

/* =========================================================
   Bloco texto destacado
   ========================================================= */
.highlight-copy {
  display: grid;
  align-content: center;
  gap: 0.8rem;
}

.highlight-copy h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.highlight-copy p {
  margin: 0;
  color: var(--text-soft);
  max-width: 58ch;
  line-height: 1.72;
}

/* =========================================================
   Badges e listas
   ========================================================= */
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--primary) 18%, transparent);
  background: color-mix(in srgb, var(--primary) 10%, white);
  color: color-mix(in srgb, var(--primary-strong) 72%, var(--text));
  font-size: 0.82rem;
  font-weight: 800;
}

.list {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.15rem;
  margin: 0.85rem 0 0;
  color: var(--text-soft);
  line-height: 1.65;
}

/* =========================================================
   Quartos / galerias
   ========================================================= */
.room-card {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.room-gallery {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.2rem;
}

.room-gallery-main,
.room-gallery > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  border: 1px solid var(--line);
  transition: transform 0.32s ease, filter 0.32s ease;
}

.room-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.room-gallery-grid img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  border: 1px solid var(--line);
  transition: transform 0.32s ease, filter 0.32s ease;
}

.room-card:hover .room-gallery-main,
.room-card:hover .room-gallery > img,
.room-card:hover .room-gallery-grid img {
  transform: scale(1.012);
  filter: saturate(1.02);
}

.room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.2rem 0 0.2rem;
}

.room-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel-soft) 86%, white);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

/* =========================================================
   Reviews
   ========================================================= */
.review-card {
  display: grid;
  gap: 0.65rem;
}

.review-stars {
  display: flex;
  gap: 0.18rem;
  font-size: 0.95rem;
  color: var(--primary);
}

.review-card strong {
  font-size: 0.92rem;
  color: var(--text);
}

/* =========================================================
   Formulário
   ========================================================= */
.reserva-form {
  display: grid;
  gap: 1rem;
}

.reserva-form label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.reserva-form input,
.reserva-form select,
.reserva-form textarea {
  width: 100%;
  min-height: 58px;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel-strong) 94%, white);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.reserva-form textarea {
  min-height: 120px;
  resize: vertical;
}

.reserva-form input:focus,
.reserva-form select:focus,
.reserva-form textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--primary) 38%, var(--line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 10%, transparent);
}

/* =========================================================
   Reserva section
   ========================================================= */
.reserva-section {
  padding-top: clamp(4rem, 8vw, 6.5rem);
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.reserva-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.4rem;
  align-items: start;
}

.reserva-copy,
.reserva-card {
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--panel-strong) 96%, white),
      color-mix(in srgb, var(--panel-soft) 92%, white)
    ),
    #ffffff;
  box-shadow:
    0 18px 36px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.92);
}

.reserva-copy {
  padding: clamp(1.4rem, 3vw, 2rem);
  display: grid;
  gap: 0.95rem;
  position: sticky;
  top: 96px;
}

.reserva-copy h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.045em;
  max-width: 12ch;
}

.reserva-copy p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.reserva-points {
  display: grid;
  gap: 0.6rem;
  padding-left: 1.15rem;
  margin: 0;
  color: var(--text-soft);
}

.reserva-note {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--primary) 18%, var(--line));
  background: color-mix(in srgb, var(--primary) 8%, white);
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}

.reserva-card {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.reserva-card-top {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 1rem;
}

.reserva-card-top strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.reserva-card-top span {
  color: var(--muted);
  font-size: 0.92rem;
}

.reserva-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.25rem;
}

.btn-reserva-submit {
  min-width: 240px;
}

.reserva-mini-text {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

/* =========================================================
   CTA final
   ========================================================= */
.cta-box {
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.cta-box h2 {
  max-width: 13ch;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.cta-box p {
  max-width: 70ch;
  margin: 0;
}

/* =========================================================
   Footer
   ========================================================= */
.mix-footer {
  padding: 2rem 0 3rem;
}

.mix-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--text-soft);
  font-size: 0.95rem;
}

/* =========================================================
   WhatsApp float
   ========================================================= */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #159947);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 16px 28px rgba(21, 153, 71, 0.28),
    0 8px 16px rgba(15, 23, 42, 0.12);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

/* =========================================================
   Toast
   ========================================================= */
.brsys-toast {
  position: fixed;
  right: 20px;
  bottom: 84px;
  z-index: 1000;
  max-width: min(340px, calc(100vw - 24px));
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--panel-strong);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.brsys-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   Dark / slate refinements
   ========================================================= */
html[data-theme="dark-premium"] .feature-card,
html[data-theme="dark-premium"] .panel-card,
html[data-theme="dark-premium"] .info-card,
html[data-theme="dark-premium"] .cta-box,
html[data-theme="dark-premium"] .media-card,
html[data-theme="dark-premium"] .mix-header,
html[data-theme="dark-premium"] .reserva-copy,
html[data-theme="dark-premium"] .reserva-card,
html[data-theme="dark-premium"] .brsys-toast,
html[data-surface="slate"] .feature-card,
html[data-surface="slate"] .panel-card,
html[data-surface="slate"] .info-card,
html[data-surface="slate"] .cta-box,
html[data-surface="slate"] .media-card,
html[data-surface="slate"] .mix-header,
html[data-surface="slate"] .reserva-copy,
html[data-surface="slate"] .reserva-card,
html[data-surface="slate"] .brsys-toast {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(15, 23, 42, 0.72);
}

html[data-theme="dark-premium"] .section-alt,
html[data-surface="slate"] .section-alt {
  background: rgba(255, 255, 255, 0.02);
}

html[data-theme="dark-premium"] .room-gallery-main,
html[data-theme="dark-premium"] .room-gallery-grid img,
html[data-theme="dark-premium"] .section-image,
html[data-surface="slate"] .room-gallery-main,
html[data-surface="slate"] .room-gallery-grid img,
html[data-surface="slate"] .section-image {
  border-color: var(--line);
}

html[data-theme="dark-premium"] .mix-header,
html[data-surface="slate"] .mix-header {
  background: color-mix(in srgb, var(--panel-strong) 82%, transparent);
}

html[data-theme="dark-premium"] .reserva-form input,
html[data-theme="dark-premium"] .reserva-form select,
html[data-theme="dark-premium"] .reserva-form textarea,
html[data-surface="slate"] .reserva-form input,
html[data-surface="slate"] .reserva-form select,
html[data-surface="slate"] .reserva-form textarea {
  background: rgba(17, 27, 40, 0.88);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

html[data-theme="dark-premium"] .room-meta span,
html[data-surface="slate"] .room-meta span {
  background: rgba(255,255,255,0.04);
  color: var(--text-soft);
}

html[data-theme="dark-premium"] .badge,
html[data-surface="slate"] .badge {
  background: color-mix(in srgb, var(--primary) 16%, transparent);
  color: var(--text);
}

html[data-theme="dark-premium"] .theme-panel-hero,
html[data-surface="slate"] .theme-panel-hero {
  background: rgba(8, 15, 28, 0.46);
}

/* =========================================================
   Responsividade
   ========================================================= */
@media (max-width: 1180px) {
  .hero-premium {
    min-height: 82vh;
  }
}

@media (max-width: 980px) {
  .reserva-wrap,
  .grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .reserva-copy {
    position: static;
  }

  .section-heading h2,
  .cta-box h2,
  .highlight-copy h2,
  .reserva-copy h2,
  .hero-premium h1 {
    max-width: 100%;
  }

  .section-image {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .mix-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    gap: 0.7rem;
  }

  .theme-panel-hero {
    padding: 0.9rem;
  }

  .mix-footer-inner {
    flex-direction: column;
  }

  .hero-premium {
    min-height: 74vh;
  }

  .hero-premium-content {
    padding-top: 6.5rem;
    padding-bottom: 4rem;
  }

  .room-gallery-main,
  .room-gallery > img {
    height: 220px;
  }

  .room-gallery-grid img {
    height: 104px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 0.82rem 1rem;
  }

  .brsys-toast {
    right: 14px;
    bottom: 74px;
  }
}

@media (max-width: 640px) {
  .hero-premium h1 {
    font-size: clamp(2.55rem, 12vw, 4.4rem);
  }

  .section-image {
    min-height: 240px;
  }

  .feature-card,
  .panel-card,
  .info-card {
    padding: 1rem;
  }

  .cta-box {
    padding: 1.25rem;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .hero-actions button,
  .hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .reserva-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-reserva-submit,
  .reserva-actions .btn {
    min-width: 0;
    width: 100%;
    justify-content: center;
  }

  .room-gallery-main,
  .room-gallery > img {
    height: 210px;
  }

  .room-gallery-grid img {
    height: 92px;
  }

  .mix-brand-copy span {
    white-space: normal;
  }
}
