@font-face {
  font-family: "Traviata";
  src:
    local("Traviata"),
    url("../fonts/Traviata.woff2") format("woff2"),
    url("../fonts/Traviata.woff") format("woff"),
    url("../fonts/Traviata.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Slight dark overlay on junior-style heroes (focus darkness toward top) */
.junior-room-page .sacher-hero__overlay {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.60) 0%,
      rgba(0, 0, 0, 0.44) 24%,
      rgba(0, 0, 0, 0.28) 48%,
      rgba(0, 0, 0, 0.12) 66%,
      rgba(0, 0, 0, 0) 82%
    ) !important;
}

/* Global typography baseline */
body {
  font-family: "Traviata", serif;
}

/* Ensure all elements inherit Traviata, while preserving icon fonts */
*,
*::before,
*::after {
  font-family: inherit;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

/* Force Traviata site-wide for text elements */
html body
  *:not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon_"]):not(
    [class*=" icon_"]
  ) {
  font-family: "Traviata", serif !important;
  font-weight: 400;
}

.sacher-events .sacher-section-head {
  text-align: center;
}

/* ------------------------------------------------------------------
   Derand home – extra responsive hardening for very small screens
   ------------------------------------------------------------------ */
@media (max-width: 480px) {
  /* Prevent horizontal scroll on narrow devices */
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Hero title – keep it readable and on one/two lines */
  .sacher-home .sacher-hero__content h1 {
    font-size: clamp(26px, 8vw, 32px);
  }

  /* General container side padding */
  .sacher-home .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* Mozart section text insets – remove large left offsets */
  .sacher-home .sacher-mozart__content h4,
  .sacher-home .sacher-mozart__content p {
    margin-left: 0;
  }

  /* Facilities images – let secondary image sit fully inside viewport */
  .sacher-home .sacher-facilities__img--sub {
    right: 0;
    width: 60%;
  }

  /* Guest testimonials – tighter layout, avoid overflow */
  .guest-testimonials__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .guest-testimonials__heading span {
    font-size: 20px;
    line-height: 1.25;
  }

  .guest-testimonials__body {
    font-size: 14px;
  }

  .guest-testimonials__nav {
    width: 32px;
    height: 32px;
  }

  /* Instagram grid – compact tiles on mobile */
  .sacher-instagram__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .sacher-instagram__tile img,
  .sacher-instagram__tileVideo {
    width: 100%;
    height: auto;
    display: block;
  }
}
/* Travisa font for hero title */
@import url("https://fonts.googleapis.com/css2?family=Trispace:wght@500&display=swap");

.travisa-hero-title {
  font-family: "Trispace", "Arial", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #b17256;
  display: inline-block;
  margin: 32px 0 0 32px;
  padding-left: 32px;
  text-align: center;
}

@media (max-width: 575px) {
  .travisa-hero-title {
    font-size: 0.55rem;
    margin-top: 18px;
    margin-left: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 991px) {
  .home-room__carousel-wrapper {
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
  }
  .home-room__carousel-track {
    gap: 12px;
    padding: 10px 0;
  }
  .home__room__img {
    height: 180px;
  }
  .home-room__nav--prev,
  .home-room__nav--next {
    left: unset;
    right: unset;
    top: auto;
    bottom: -60px;
    position: static;
    margin: 10px 5px 0 5px;
    display: inline-flex !important;
    transform: none;
  }
  .home-room__carousel {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .home-room__carousel-track {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: max-content;
  }
  .home__room__item {
    min-width: 240px;
    max-width: 90vw;
    flex: 0 0 auto;
  }
}

@media (max-width: 575px) {
  .home-room__carousel-wrapper {
    padding: 0 5px;
  }
  .home__room__img {
    height: 120px;
  }
  .home__room__item {
    min-width: 180px;
    max-width: 98vw;
  }

  /* Keep hero title readable on small screens in rooms page */
  .rooms-page .hero__text h2[data-i18n="hero-title"] {
    white-space: normal !important;
  }
}
/* --- Force Forum Font for Hero Header in rooms.html --- */
.rooms-page .hero__text h5[data-i18n="hero-kicker"],
.rooms-page .hero__text h2[data-i18n="hero-title"] {
  font-family: "Forum", serif !important;
}
/* --- Apply Forum Font to All Main Text in rooms.html --- */
.rooms-page,
.rooms-page h1,
.rooms-page h2,
.rooms-page h3,
.rooms-page h4,
.rooms-page h5,
.rooms-page h6,
.rooms-page p,
.rooms-page span,
.rooms-page li,
.rooms-page a,
.rooms-page label,
.rooms-page input,
.rooms-page button {
  font-family: "Forum", serif !important;
}
/* General Section Setup */
.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h5 {
  color: #dfa974;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 44px;
  font-weight: 400;
  color: #19191a;
}

/* Dropdown Styling */
.room-suite-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.room-suite-dropdown a {
  color: #dfa974;
  text-decoration: underline;
  cursor: pointer;
}
.room-suite-dropdown__menu {
  position: absolute;
  left: 0;
  top: 110%;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 15px 0;
  list-style: none;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  text-align: left;
}
.room-suite-dropdown:hover .room-suite-dropdown__menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.room-suite-dropdown__menu li a {
  display: block;
  padding: 8px 25px;
  color: #19191a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}
.room-suite-dropdown__menu li a:hover {
  background: #f5f5f5;
  color: #dfa974;
}

/* Carousel Structure */
.home-room__carousel-wrapper {
  position: relative;
  padding: 0 50px;
  max-width: 1400px;
  margin: 0 auto;
}
.home-room__carousel {
  overflow: hidden;
  width: 100%;
}
.home-room__carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 25px;
}

/* Room Item Card */
.home__room__item {
  flex: 0 0 calc(33.333% - 17px); /* 3 items on desktop */
  box-sizing: border-box;
}

.home__room__img {
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  position: relative;
}

.home__room__info {
  padding-top: 25px;
  text-align: center;
}
.room-card__badge {
  display: block;
  font-size: 12px;
  color: #dfa974;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.room-card__name {
  font-size: 24px;
  color: #19191a;
  margin-bottom: 5px;
}
.room-card__size {
  color: #707079;
  font-size: 14px;
}

/* Navigation Buttons */
.home-room__nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #ebebeb;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
}
.home-room__nav:hover {
  background: #dfa974;
  color: #fff;
  border-color: #dfa974;
}
.home-room__nav--prev {
  left: 0;
}
.home-room__nav--next {
  right: 0;
}

/* --- RESPONSIVE QUERIES --- */
@media (max-width: 991px) {
  .home__room__item {
    flex: 0 0 calc(50% - 13px);
  } /* 2 items on tablets */
  .section-title h2 {
    font-size: 32px;
  }
}

/* Hidden by default, visible on responsive sizes below */
.rooms-page .rooms-mobile-categories {
  display: none;
}

@media (max-width: 991px) {
  .rooms-page .rooms-mobile-categories {
    display: block;
    background: #f4f4f4;
    margin-top: 10px;
  }

  .rooms-page .rooms-mobile-categories__item {
    display: flex;
    gap: 14px;
    padding: 14px 10px;
    border-bottom: 1px solid #e4e4e4;
    color: inherit;
  }

  .rooms-page .rooms-mobile-categories__item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .rooms-page .rooms-mobile-categories__content span {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 6px;
  }

  .rooms-page .rooms-mobile-categories__content h4 {
    font-family: "Forum", serif;
    font-size: 30px;
    line-height: 1.03;
    margin: 0 0 4px;
    text-transform: uppercase;
    color: #111;
  }

  .rooms-page .rooms-mobile-categories__content p {
    margin: 0;
    font-size: 26px;
    line-height: 1.05;
    font-family: "Forum", serif;
    color: #243543;
  }

  .rooms-page .home-room__carousel-wrapper {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .home__room__item {
    flex: 0 0 100%;
  } /* 1 item on mobile */
  .home-room__carousel-wrapper {
    padding: 0 15px;
  }
  .home-room__nav {
    display: none;
  } /* Hide nav on mobile, use touch swipe or auto */
  .home__room__img {
    height: 350px;
  }
}
/* --- Hero Header Font Forum --- */
.hero__text h5[data-i18n="hero-kicker"],
.hero__text h2[data-i18n="hero-title"] {
  font-family: "Forum", serif !important;
}
/* --- Hero Header ROOMS & SUITES White Text --- */
.hero__text h5[data-i18n="hero-kicker"] {
  color: #fff !important;
}
@media (max-width: 991px) {
  .footer .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .footer__widget {
    padding-left: 0;
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .footer__brandbar {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer__contactbar {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }
  .footer__links__grid {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .footer__widget {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 0;
  }
  .footer__newslatter {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .footer__guarantee {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0 0 0;
  }
  .footer__guarantee::before {
    display: none;
  }
  .footer__guarantee__actions {
    justify-content: flex-start;
    flex: 1 1 100%;
    margin-left: 0;
    gap: 10px;
  }
  .footer__guarantee__btn {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
  }
  .footer__newslatter__group {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
footer.footer {
  background: #343433 !important;
}
@media (max-width: 767px) {
  .btn.btn-primary,
  .primary-btn {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 18px auto 0 auto;
    font-size: 17px;
    padding: 16px 0 15px 0;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  }
}
/******************************************************************
  Template Name: Hiroto
  Description:  Hiroto Hotel HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Home Room Section
7.  Testimonial Section
8.  Latest Blog Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Forum&display=swap");
html,
body {
  height: 100%;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #777c81;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
  margin-bottom: 55px;
  text-align: center;
}

.section-title h5 {
  color: #e9ad28;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 44px;
  color: #19191a;
}

.room-suite-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.room-suite-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}

.room-suite-dropdown > a {
  color: #b17256;
  font-family: "Forum", serif;
  font-size: 0.74em;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #be7f66;
  transition: border-color 0.2s ease;
}

body.rooms-page,
body.rooms-page h1,
body.rooms-page h2,
body.rooms-page h3,
body.rooms-page h4,
body.rooms-page h5,
body.rooms-page h6,
body.rooms-page p,
body.rooms-page a,
body.rooms-page span,
body.rooms-page li,
body.rooms-page label,
body.rooms-page button,
body.rooms-page input,
body.rooms-page textarea,
body.rooms-page select,
body.rooms-page small,
body.rooms-page strong,
body.rooms-page em {
  font-family: "Forum", serif !important;
}

.room-suite-dropdown > a::after {
  content: "<";
  display: inline-block;
  margin-left: 8px;
  font-size: 0.8em;
  transform: rotate(90deg);
  transform-origin: center;
  line-height: 1;
}

.room-suite-dropdown:hover > a,
.room-suite-dropdown:focus-within > a {
  border-bottom-color: #be7f66;
}

.room-suite-dropdown__menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 14px);
  width: 300px;
  background: #ffffff;
  text-align: left;
  padding: 0;
  list-style: none;
  margin: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.room-suite-dropdown:hover .room-suite-dropdown__menu,
.room-suite-dropdown:focus-within .room-suite-dropdown__menu {
  opacity: 1;
  visibility: visible;
}

.room-suite-dropdown__menu li {
  border-bottom: 1px solid #f2f2f2;
}

.room-suite-dropdown__menu li:last-child {
  border-bottom: none;
}

.room-suite-dropdown__menu li a {
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  padding: 18px 26px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  text-decoration: none;
  transition: 0.2s;
}

.room-suite-dropdown__menu li a:hover {
  background: #f8f5f2;
  color: #b17256;
}

.home-room .section-title h5,
.home-room .section-title .room-suite-intro {
  font-family: "Forum", serif;
}

.home-room .section-title h5 {
  color: #b17256;
}

.home-room .section-title .room-suite-intro {
  font-size: 0.74em;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.parallax-bg {
  background-position: center 50%;
  background-size: cover;
  will-change: background-position;
}

.parallax-bg .sacher-banner-content {
  will-change: transform;
}

/* Parallax opt-in items */
[data-parallax="y"] {
  will-change: transform;
}

[data-parallax="bg"] {
  will-change: background-position;
}

@media (prefers-reduced-motion: reduce) {
  [data-parallax="y"] {
    transform: translate3d(0, 0, 0) !important;
  }
  [data-parallax="bg"] {
    background-position: center center !important;
  }
}

.parallax-bg .parallax-content span,
.parallax-bg .parallax-content h3,
.parallax-bg .parallax-content .sacher-link {
  will-change: transform;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 16px;
  padding: 14px 20px 12px;
  color: #ffffff;
  background: #e9ad28;
  letter-spacing: 2px;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

.header__nav__option {
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

body {
  padding-top: 112px;
}

.header__nav {
  text-align: right;
  padding: 20px 0 20px;
}

.header__logo {
  padding: 27px 0;
}

.header__logo a {
  display: inline-block;
}

.header__logo a img {
  max-height: 280px;
  width: auto;
  display: block;
}

.header__menu {
  display: inline-block;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 60px;
  position: relative;
}

.header__menu ul li:hover > a {
  color: #b17256;
}

.header__menu ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header__menu ul li .dropdown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 56px;
  width: 220px;
  background: #ffffff;
  text-align: left;
  padding: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
  border-bottom: 1px solid #f2f2f2;
}
.header__menu ul li .dropdown li:last-child {
  border-bottom: none;
}

.header__menu ul li .dropdown li a {
  font-size: 13px;
  color: #111111;
  font-weight: 400;
  padding: 14px 22px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__menu ul li .dropdown li a:hover {
  background: #f8f5f2;
  color: #b17256;
}
.header__menu ul li a {
  font-size: 15px;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  position: relative;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu ul li a:hover {
  color: #b17256;
}

.header__menu .menu__class > li > a:after {
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 14px;
  height: 1px;
  background: #be7f66;
  content: "";
  -webkit-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.header__menu .menu__class > li:hover > a:after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.header__nav__widget {
  display: inline-block;
}

.header__lang__selector {
  display: inline-block;
  margin-right: 28px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-btn {
  background: transparent;
  border: none;
  color: #111111;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 4px 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
}

.lang-btn:hover {
  color: #b17256;
}

.lang-btn.lang-active {
  color: #b17256;
  border-bottom: 2px solid #b17256;
  padding-bottom: 2px;
}

.header__nav__widget a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #b17256;
  padding: 12px 30px;
  border-radius: 4px;
  border: 1px solid #b17256;
  -webkit-transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.header__nav__widget a:hover {
  background-color: #8f543e;
  border-color: #8f543e;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26);
}

.header__nav__widget a span {
  font-size: 14px;
  color: #ffffff;
  position: relative;
  top: 2px;
  margin-left: 6px;
}

/* Offcanvas "Book Now" button – match header style & color */
.offcanvas_btn_widget a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #b17256;
  padding: 12px 26px;
  border-radius: 4px;
  border: 1px solid #b17256;
  -webkit-transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.offcanvas_btn_widget a:hover {
  background-color: #8f543e;
  border-color: #8f543e;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26);
}

.mobile__lang__selector {
  display: none;
}

@media (max-width: 991px) {
  .mobile__lang__selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 60px; /* leave room for hamburger */
    top: 22px;
    z-index: 105;
  }
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
  padding-top: 145px;
  padding-bottom: 190px;
}

.hero__text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 65px;
}

.hero__text h5 {
  color: #e9ad28;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 35px;
}

.hero__text h2 {
  font-size: 72px;
  color: #ffffff;
  line-height: 82px;
}

.hero--left {
  margin-top: -78px;
  padding-top: 220px;
  padding-bottom: 305px;
}

.hero--left .hero__text {
  text-align: left;
  margin: 62px 0 0;
  max-width: 780px;
}
.hero--left {
  margin-top: -78px;
  padding-top: 0;
  padding-bottom: 0;
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.hero--left .container-fluid {
  width: 100%;
  padding-left: 60px;
  padding-bottom: 60px;
}

.hero--left .hero__text {
  text-align: left;
  margin: 0;
  max-width: 760px;
}

.hero--left .hero__text h5 {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #e9ad28;
}

.hero--left .hero__text h2 {
  font-size: 54px;
  line-height: 1.1;
  color: #ffffff;

  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}
.hero--left .hero__text h5 {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.hero--left .hero__text h2 {
  font-size: 54px;
  line-height: 92px;
}

.filter__form {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 30px 40px;
  position: relative;
}

.filter__form button {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background: #1d1c1c;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  width: 160px;
  float: left;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 100%;
}

.filter__form__item {
  width: 175px;
  float: left;
  margin-right: 30px;
}

.filter__form__item.filter__form__item--search {
  width: 260px;
}

.filter__form__item.filter__form__item--select {
  width: 230px;
}

.filter__form__item p {
  font-size: 18px;
  color: #777c81;
  margin-bottom: 24px;
}

.filter__form__item .filter__form__input {
  position: relative;
}

.filter__form__item .filter__form__input span {
  font-size: 18px;
  color: #e9ad28;
  position: absolute;
  right: 17px;
  top: 15px;
}

.filter__form__item .filter__form__input input {
  border: 1px solid #e4e4e4;
  font-size: 20px;
  color: #1d1c1c;
  width: 100%;
  height: 48px;
  padding-left: 15px;
  padding-right: 40px;
  font-family: "Barlow Condensed", sans-serif;
}

.filter__form__item .filter__form__datepicker {
  position: relative;
}

.filter__form__item .filter__form__datepicker span {
  font-size: 18px;
  color: #e9ad28;
  position: absolute;
  left: 18px;
  top: 15px;
}

.filter__form__item .filter__form__datepicker input {
  border: 1px solid #e4e4e4;
  font-size: 20px;
  color: #1d1c1c;
  width: 100%;
  padding-left: 48px;
  height: 48px;
  font-family: "Barlow Condensed", sans-serif;
}

.filter__form__item .filter__form__datepicker i {
  font-size: 22px;
  color: #1d1c1c;
  position: absolute;
  right: 10px;
  top: 13px;
}
@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");

.home__about__signature-section {
  text-align: center;
  padding: 60px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.signature-text {
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 40px;
}

.signature-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.signature-image {
  width: 260px;
  margin-bottom: 10px;
  filter: contrast(0.8);
}
/* --- Room Showcase Custom Styles --- */
.room-showcase {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.room-showcase .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.custom-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 180px; /* Hapësira mes rreshtave */
  position: relative;
}

.room-showcase .custom-row:not(.flipped) {
  align-items: flex-end;
}

.image-wrapper {
  position: relative;
}

.small-img {
  width: 42%;
  margin-top: -50px;
  z-index: 1;
}

.large-img {
  width: 53%;
  margin-top: 50px;
}

.custom-row.flipped .large-img {
  width: 64%;
  margin-top: 20px;
}

.room-showcase .custom-row:not(.flipped) .small-img {
  width: 42%;
  margin-top: -370px;
  padding-left: 220px;
  padding-right: 0;
}

.room-showcase .custom-row:not(.flipped) .large-img {
  width: 64%;
  margin-top: -220px;
  padding-left: 0;
  padding-right: 0;
}

.custom-row.flipped {
  column-gap: 78px;
}

.custom-row.flipped .small-img {
  margin-top: -370px;
  padding-right: 220px;
}

.custom-row.flipped .small-img img {
  height: 1000px;
  max-height: 1480px;
  object-position: center top;
}

.content-overlay--room-detail {
  text-align: center;
  padding: 60px 20px;
  background-color: #ffffff;
}

.subtitle {
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #444;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.display-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.description {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-dark-red {
  display: inline-block;
  background-color: #b17256;
  color: #ffffff;
  padding: 15px 45px;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}

.btn-dark-red:hover {
  background-color: #9a5f42;
}
.image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.custom-row.flipped .large-img .deluxe-room-image {
  max-height: 1000px;
  width: 76%;
  object-fit: cover;
}

.room-showcase .custom-row:not(.flipped) .small-img .suite-detail-image {
  height: 800px;
  max-height: 800px;
  width: 92%;
  object-position: center top;
  object-fit: cover;
}

.room-showcase .custom-row:not(.flipped) .large-img .deluxe-room-image {
  height: 1020px;
  max-height: 1100px;
  width: 86%;
  margin-left: auto;
  margin-right: 0;
  object-fit: cover;
}

.room-showcase .custom-row.flipped .small-img img.showcase-img-small {
  height: 900px;
  max-height: 900px;
}

.room-showcase
  .custom-row.flipped
  .large-img
  .deluxe-room-image.showcase-img-small {
  width: 68%;
  max-height: 900px;
}

.room-showcase
  .custom-row:not(.flipped)
  .small-img
  .suite-detail-image.showcase-img-small {
  height: 720px;
  max-height: 720px;
  width: 84%;
}

.room-showcase
  .custom-row:not(.flipped)
  .large-img
  .deluxe-room-image.showcase-img-small {
  height: 900px;
  max-height: 980px;
  width: 78%;
}

.rooms-showcase .container > br,
.rooms-showcase .custom-row > br {
  display: none;
}

.rooms-showcase .custom-row {
  margin-bottom: 72px;
  gap: 26px;
  align-items: flex-start;
}

.rooms-showcase .small-img,
.rooms-showcase .large-img,
.rooms-showcase .custom-row.flipped .small-img,
.rooms-showcase .custom-row.flipped .large-img,
.rooms-showcase .custom-row:not(.flipped) .small-img,
.rooms-showcase .custom-row:not(.flipped) .large-img {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.rooms-showcase .custom-row.flipped .small-img {
  width: 42%;
}

.rooms-showcase .custom-row.flipped .large-img {
  width: 58%;
}

.rooms-showcase .custom-row:not(.flipped) .small-img {
  width: 42%;
}

.rooms-showcase .custom-row:not(.flipped) .large-img {
  width: 58%;
}

.rooms-showcase img.showcase-img-small {
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.rooms-showcase .content-overlay--room-detail {
  margin-top: 18px;
}

.rooms-showcase .custom-row.flipped .small-img img.showcase-img-small {
  height: 760px;
  max-height: 760px;
}

.rooms-showcase
  .custom-row.flipped
  .large-img
  .deluxe-room-image.showcase-img-small {
  width: 74%;
  max-height: 760px;
}

.rooms-showcase
  .custom-row:not(.flipped)
  .small-img
  .suite-detail-image.showcase-img-small {
  height: 620px;
  max-height: 620px;
  width: 88%;
}

.rooms-showcase
  .custom-row:not(.flipped)
  .large-img
  .deluxe-room-image.showcase-img-small {
  height: 760px;
  max-height: 820px;
  width: 82%;
}

@media (max-width: 1199px) {
  .rooms-showcase .custom-row {
    margin-bottom: 56px;
    gap: 18px;
  }

  .rooms-showcase .custom-row.flipped .small-img img.showcase-img-small,
  .rooms-showcase
    .custom-row:not(.flipped)
    .large-img
    .deluxe-room-image.showcase-img-small {
    height: 660px;
    max-height: 700px;
  }

  .rooms-showcase
    .custom-row:not(.flipped)
    .small-img
    .suite-detail-image.showcase-img-small {
    height: 560px;
    max-height: 560px;
  }
}

@media (max-width: 991px) {
  .rooms-showcase .custom-row,
  .rooms-showcase .custom-row.flipped,
  .rooms-showcase .custom-row:not(.flipped) {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 44px;
  }

  .rooms-showcase .small-img,
  .rooms-showcase .large-img,
  .rooms-showcase .custom-row.flipped .small-img,
  .rooms-showcase .custom-row.flipped .large-img,
  .rooms-showcase .custom-row:not(.flipped) .small-img,
  .rooms-showcase .custom-row:not(.flipped) .large-img {
    width: 100%;
  }

  .rooms-showcase .image-wrapper img.showcase-img-small,
  .rooms-showcase .custom-row .deluxe-room-image.showcase-img-small,
  .rooms-showcase .custom-row .suite-detail-image.showcase-img-small {
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
  }

  .rooms-showcase .content-overlay--room-detail {
    text-align: center;
    margin-top: 14px;
  }
}

.content-overlay {
  background: #ffffff;
  padding: 50px 40px;
  margin-top: -120px;
  margin-left: -120px;
  max-width: 450px;
  position: relative;
  z-index: 5;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.content-overlay .subtitle {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  color: #888;
  margin-bottom: 15px;
  font-family: sans-serif;
}

.content-overlay h2 {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  color: #1a1a1a;
  line-height: 1.2;
}

.content-overlay p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}

.content-overlay .primary-btn {
  display: inline-block;
  padding: 12px 35px;
  background: #b17256;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.content-overlay .primary-btn:hover {
  background: #9a5f42;
}

.flipped {
  flex-direction: row-reverse;
}

.flipped .content-overlay {
  margin-left: 0;
  margin-right: -120px;
}

.custom-row.flipped .small-img .content-overlay--room-detail {
  background: transparent;
  box-shadow: none;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding: 0;
  text-align: left;
}

.room-showcase
  .custom-row:not(.flipped)
  .small-img
  .content-overlay--room-detail {
  background: transparent;
  box-shadow: none;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding: 0;
  text-align: left;
}
/* Import the font if not already in your project */
@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");

.content-overlay--room-detail {
  text-align: center;
  font-family: "Forum", serif;
  padding: 40px;
  background-color: #fff; /* Matches the white background in the image */
}

.content-overlay--room-detail .subtitle {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.content-overlay--room-detail h2 {
  font-size: 48px; /* Large elegant heading */
  line-height: 1.2;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-overlay--room-detail p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* The exact button from the image */
.primary-btn {
  display: inline-block;
  background-color: #b17256;
  color: #ffffff;
  padding: 15px 45px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

.primary-btn:hover {
  background-color: #b17256;
}

.room-showcase .content-overlay--room-detail,
.room-showcase .content-overlay--room-detail .subtitle,
.room-showcase .content-overlay--room-detail h2,
.room-showcase .content-overlay--room-detail p,
.room-showcase .content-overlay--room-detail .primary-btn {
  font-family: "Forum", serif;
}

@media (max-width: 991px) {
  .custom-row,
  .flipped {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .small-img,
  .large-img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .custom-row.flipped .small-img img {
    max-height: none;
  }
  .content-overlay {
    margin: -40px auto 0 !important;
    width: 90%;
    padding: 30px;
  }
}

.owner-name {
  font-family: "Forum", serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #b17256;
  text-transform: uppercase;
  font-weight: bold;
}

.owner-title {
  font-size: 12px;
  letter-spacing: 2px;
  color: #666;
  text-transform: uppercase;
  font-weight: 900;
}

/*---------------------
  Offer Section
-----------------------*/
.offer {
  padding: 96px 0;
  overflow: hidden;
}

.offer .container {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.55fr);
  gap: 54px;
  align-items: center;
  max-width: 1360px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.offer-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 18px;
  align-items: stretch;
  margin: 0;
  position: relative;
}

.offer-banner .offer-banner__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.offer-banner .offer-banner__img--main {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  min-height: 640px;
}

.offer-banner .offer-banner__img--secondary {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  min-height: 300px;
}

.offer-banner .offer-banner__img--accent {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  min-height: 300px;
}

.offer-content {
  max-width: 500px;
  padding: 10px 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.offer-content .offer-quote {
  margin: 0;
  max-width: 520px;
  font-family: "Traviata", "Forum", serif;
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.24;
  color: #2f2f2f;
}

.offer-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.offer-subtitle .span {
  font-size: 14px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #5b4a40;
  font-weight: 700;
}

.offer-subtitle .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #b17256;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.offer .h2-large.section-title {
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.1;
  margin-bottom: 20px;
  color: #231f20;
  font-family: "Forum", serif;
  letter-spacing: 0.4px;
}

.offer .offer-title {
  margin: 0 0 14px;
  text-align: left;
  font-family: "Forum", serif;
  color: #231f20;
}

.offer .offer-title__line {
  display: block;
  font-size: clamp(36px, 3.4vw, 50px);
  line-height: 1.02;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.offer .offer-title__line--accent {
  margin-top: 2px;
  color: #b17256;
  letter-spacing: 0.5px;
}

.offer .offer-lead {
  display: none;
}

.offer .section-text {
  font-size: 19px;
  line-height: 1.62;
  color: #564f4a;
  max-width: 510px;
  margin-bottom: 24px;
}

.offer .countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.offer .countdown .time {
  min-width: 56px;
  height: 56px;
  border: 1px solid #e4dad3;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #231f20;
  background: #fff;
}

.offer .btn.btn-primary {
  display: inline-block;
  background: #b17256;
  color: #ffffff;
  padding: 14px 38px;
  border-radius: 0;
  border: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.offer .btn.btn-primary:hover {
  background: #9a5f42;
}

.rooms-page .mozart-feature {
  display: grid;
  grid-template-columns: minmax(320px, 490px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.rooms-page .mozart-feature__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.rooms-page .mozart-feature__content {
  padding-top: 46px;
  max-width: 560px;
}

.rooms-page .mozart-feature__content h2 {
  font-family: "Forum", serif;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.06;
  color: #232126;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.rooms-page .mozart-feature__content h3 {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #b17256;
  font-weight: 700;
  margin: 0 0 18px;
}

.rooms-page .mozart-feature__content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #4a484c;
}

@media only screen and (max-width: 991px) {
  .offer {
    padding: 78px 0;
  }

  .offer .container {
    grid-template-columns: 1fr;
    gap: 30px;
    width: calc(100% - 30px);
    max-width: 780px;
  }

  .offer-banner {
    grid-template-columns: 1fr 0.8fr;
    grid-template-rows: repeat(2, minmax(170px, 1fr));
    gap: 14px;
    max-width: 780px;
    margin: 0 auto;
  }

  .offer-banner .offer-banner__img--main {
    min-height: 500px;
  }

  .offer-banner .offer-banner__img--secondary,
  .offer-banner .offer-banner__img--accent {
    min-height: 240px;
  }

  .offer .h2-large.section-title {
    font-size: 44px;
  }

  .rooms-page .mozart-feature {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 760px;
  }

  .rooms-page .mozart-feature__image img {
    min-height: 420px;
  }

  .rooms-page .mozart-feature__content {
    padding-top: 0;
    max-width: 100%;
  }

  .rooms-page .mozart-feature__content h2 {
    margin-bottom: 14px;
  }

  .rooms-page .mozart-feature__content p {
    font-size: 17px;
  }

  .offer .offer-title__line {
    font-size: 40px;
  }

  .offer .section-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .offer {
    padding: 62px 0;
  }

  .offer .container {
    gap: 24px;
  }

  .offer-banner {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    max-width: 100%;
    gap: 12px;
  }

  .offer-banner .offer-banner__img--main,
  .offer-banner .offer-banner__img--secondary,
  .offer-banner .offer-banner__img--accent {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .offer-content {
    max-width: 100%;
    padding: 8px 0;
  }

  .offer-content .offer-quote {
    font-size: 32px;
    line-height: 1.26;
  }

  .offer .h2-large.section-title {
    font-size: 38px;
  }

  .offer .offer-title__line {
    font-size: 34px;
  }

  .offer .section-text {
    max-width: 100%;
    font-size: 17px;
  }
}

@media only screen and (max-width: 575px) {
  .offer {
    padding: 56px 0;
  }

  .offer .h2-large.section-title {
    font-size: 32px;
  }

  .offer .offer-title__line {
    font-size: 30px;
  }

  .offer-banner {
    gap: 10px;
  }

  .offer-banner .offer-banner__img--main,
  .offer-banner .offer-banner__img--secondary,
  .offer-banner .offer-banner__img--accent {
    aspect-ratio: 4 / 3;
  }

  .offer .section-text {
    font-size: 16px;
  }

  .rooms-page .mozart-feature {
    gap: 20px;
  }

  .rooms-page .mozart-feature__image img {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .rooms-page .mozart-feature__content h2 {
    font-size: 36px;
    line-height: 1.08;
  }

  .rooms-page .mozart-feature__content h3 {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .rooms-page .mozart-feature__content p {
    font-size: 16px;
    line-height: 1.52;
  }

  .offer .countdown {
    gap: 8px;
  }

  .offer .countdown .time {
    min-width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .offer .btn.btn-primary {
    width: 100%;
    text-align: center;
  }

  .offer-content .offer-quote {
    font-size: 26px;
    line-height: 1.3;
  }
}

.filter__form__item .filter__form__select {
  position: relative;
  height: 48px;
  border: 1px solid #e4e4e4;
}

.filter__form__item .filter__form__select span {
  font-size: 18px;
  color: #e9ad28;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}

.filter__form__item .filter__form__select .nice-select {
  float: none;
  border: none;
  border-radius: 0;
  padding-left: 29px;
  padding-top: 3px;
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
}

.filter__form__item .filter__form__select .nice-select .current {
  font-size: 20px;
  color: #1d1c1c;
  position: relative;
  top: 0;
}

.filter__form__item .filter__form__select .nice-select:after {
  border-bottom: 1.5px solid #1d1c1c;
  border-right: 1.5px solid #1d1c1c;
  height: 8px;
  width: 8px;
  right: 20px;
  top: 23px;
}

.filter__form__item .filter__form__select .nice-select .list {
  margin-top: 0;
  width: 100%;
  border-radius: 0;
}

/*---------------------
  Home Room
-----------------------*/

.home-room__carousel-wrapper {
  position: relative;
  padding: 0 300px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.home-room__carousel {
  flex: 1;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.home-room__carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  transition: transform 0.5s ease;
  padding: 15px 0;
}

.home__room__item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background: #ffffff;
}

.home__room__img {
  height: 280px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.home__room__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px 20px 20px;
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(177, 114, 86, 0.16);
  backdrop-filter: blur(4px);
  gap: 10px;
}

.room-card__badge {
  width: 100%;
  font-size: 18px;
  font-family: "Forum", serif;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.25;
}

.room-card__name {
  width: 100%;
  font-size: 22px;
  font-family: "Forum", serif;
  color: #111111;
  margin: 0;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
}

.room-card__size {
  width: 100%;
  font-size: 18px;
  font-family: "Forum", serif;
  color: #111111;
  letter-spacing: 0.6px;
  font-weight: 700;
  line-height: 1.2;
}

.room-card__desc {
  display: none;
}

.home-room__nav {
  width: 45px;
  height: 45px;
  border: 1px solid #d4a574;
  background: #ffffff;
  color: #3e2e25;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.home-room__nav:hover {
  background: #d4a574;
  color: #ffffff;
  border-color: #d4a574;
}

.home-room__nav--prev {
  display: none;
  left: 200px;
}

.home-room__nav--next {
  display: flex;
  right: 200px;
}

.home__room__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.home__room__item a {
  display: none;
}

.home__room__item a:before {
  display: none;
}

.home__room__item a:hover {
  background: linear-gradient(135deg, #c4935a 0%, #a07840 100%);
  color: #ffffff;
}

.home__room__title {
  display: none;
}

.home__explore {
  padding-top: 65px;
}

.home__explore h3 {
  color: #000000;
  line-height: 50px;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial {
  padding-top: 0;
}

.testimonial__pic img {
  min-width: 100%;
}

.testimonial__text {
  padding-left: 70px;
  padding-top: 35px;
}

.testimonial__text .section-title {
  text-align: left;
  margin-bottom: 45px;
}

.testimonial__slider__content {
  position: relative;
}

.testimonial__slider.owl-carousel .owl-stage-outer {
  margin-bottom: 50px;
}

.testimonial__slider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: -70px;
}

.testimonial__slider.owl-carousel .owl-nav button {
  font-size: 20px;
  color: #19191a;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial__slider.owl-carousel .owl-nav button:last-child {
  margin-right: 0;
}

.testimonial__slider.owl-carousel .owl-nav button:hover {
  background: #19191a;
  color: #ffffff;
}

.testimonial__slider.owl-carousel .owl-dots {
  display: none;
}

.testimonial__item {
  position: relative;
}

.testimonial__item h5 {
  color: #1a1a1a;
  margin-bottom: 20px;
}

.testimonial__item .rating {
  position: absolute;
  right: 0;
  top: 0;
}

.testimonial__item .rating i {
  font-size: 14px;
  color: #e9ad28;
  margin-left: -4px;
}

.testimonial__item p {
  margin-bottom: 28px;
}

.testimonial__author {
  overflow: hidden;
}

.testimonial__author__title h5 {
  color: #e9ad28;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial__author__title span {
  font-size: 16px;
  color: #777c81;
}

.testimonial__author__social {
  text-align: right;
  padding-top: 10px;
}

.testimonial__author__social a {
  font-size: 14px;
  color: #777c81;
  margin-right: 28px;
}

.testimonial__author__social a:last-child {
  margin-right: 0;
}

.slide-num {
  position: absolute;
  left: 0;
  bottom: -70px;
}

.slide-num span {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 500;
}

.slide-num span:last-child {
  position: absolute;
  left: 135px;
}

.slider__progress {
  position: absolute;
  width: 85px;
  height: 4px;
  left: 41px;
}

.slider__progress span {
  display: block;
  height: 4px;
  background: #e9ad28;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/*---------------------
  Chooseus
-----------------------*/

.chooseus {
  padding-top: 80px;
  padding-bottom: 200px;
  min-height: 700px;
}

.chooseus.set-bg {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 991px) {
  .chooseus {
    min-height: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .chooseus {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    aspect-ratio: 16 / 9;
  }

  .chooseus.set-bg {
    background-size: contain !important;
    background-color: #efefef;
  }
}

.chooseus__text .section-title {
  margin-bottom: 50px;
}

.chooseus__text .section-title h2 {
  color: #ffffff;
}

.chooseus__text a {
  background: #ffffff;
  color: #19191a;
}

/*---------------------
  Gallery
-----------------------*/

.gallery {
  padding-bottom: 0;
}

.gallery__text {
  margin-bottom: 60px;
}

.gallery__text .section-title {
  text-align: left;
  margin-bottom: 0;
}

.gallery__text .gallery__title p {
  margin-bottom: 35px;
}

.gallery__text .gallery__title a span {
  font-size: 20px;
  position: relative;
  top: 5px;
}

.gallery__item {
  height: 700px;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest__blog__pic {
  height: 270px;
  position: relative;
  overflow: hidden;
}

.latest__blog__pic.latest__blog__pic__last__row:after {
  right: auto;
  left: -45px;
}

.latest__blog__pic:after {
  position: absolute;
  right: -45px;
  top: 50%;
  height: 51px;
  width: 51px;
  background: #f9f8f6;
  content: "";
  -webkit-transform: translateY(-25.5px) rotate(45deg);
  -ms-transform: translateY(-25.5px) rotate(45deg);
  transform: translateY(-25.5px) rotate(45deg);
}

.latest__blog__text {
  padding: 30px 30px 25px 30px;
  background: #f9f8f6;
}

.latest__blog__text .label {
  font-size: 14px;
  color: #ffffff;
  background: #e9ad28;
  border-radius: 2px;
  display: inline-block;
  padding: 4px 16px 2px;
}

.latest__blog__text h5 {
  font-size: 20px;
  color: #111111;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.latest__blog__text p {
  font-size: 14px;
  margin-bottom: 35px;
}

.latest__blog__text p i {
  margin-right: 6px;
}

.latest__blog__text a {
  font-size: 16px;
  color: #19191a;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  display: inline-block;
  position: relative;
  padding: 2px 0;
}

.latest__blog__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #e9ad28;
  content: "";
}

/*---------------------
  Car
-----------------------*/

.room__pic__slider {
  margin-bottom: 60px;
}

.room__pic__slider.owl-carousel .owl-nav button {
  height: 40px;
  width: 40px;
  background: #ffffff;
  line-height: 48px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.room__pic__slider.owl-carousel .owl-nav button:hover {
  background: #1d1c1c;
}

.room__pic__slider.owl-carousel .owl-nav button:hover i {
  color: #ffffff;
}

.room__pic__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}

.room__pic__slider.owl-carousel .owl-nav button i {
  font-size: 24px;
  color: #1d1c1c;
}

.room__pic__item {
  height: 400px;
}

.room__text {
  margin-bottom: 60px;
}

.room__text.right__text {
  padding-left: 85px;
}

.room__text h3 {
  color: #19191a;
  font-weight: 500;
  margin-bottom: 32px;
}

.room__text h2 {
  font-size: 48px;
  color: #e9ad28;
  position: relative;
  padding-left: 12px;
  margin-bottom: 20px;
}

.room__text h2 sup {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 15px;
  color: #1d1c1c;
}

.room__text h2 span {
  font-size: 18px;
  color: #1d1c1c;
}

.room__text ul {
  margin-bottom: 30px;
}

.room__text ul li {
  list-style: none;
  font-size: 18px;
  color: #1d1c1c;
  line-height: 36px;
}

.room__text ul li span {
  display: inline-block;
  width: 130px;
}

.room__text a {
  font-size: 17px;
  color: #1d1c1c;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  padding: 4px 0;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.room__text a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #e9ad28;
  content: "";
}

.pagination__number {
  text-align: center;
}

.pagination__number a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 16px 8px;
  color: #777c81;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.pagination__number a span {
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-left: 3px;
}

.pagination__number a:hover {
  background: #39352e;
  color: #ffffff;
}

/*---------------------
  Footer
-----------------------*/

.footer {
  padding: 50px 0 0;
  background: linear-gradient(to bottom, #5c5254, #231f20);
  font-family: "Forum", serif;
}

.footer .container {
  max-width: 100%;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}

.footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.footer .row {
  margin-left: 0;
  margin-right: 0;
}

.footer [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.footer__brandbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 18px;
  margin-bottom: 18px;
  gap: 28px;
}

.footer__brandbar__logo img {
  max-height: 96px;
}

.footer__brandbar__divider {
  width: 1px;
  height: 50px;
  background: rgba(177, 114, 86, 0.2);
}

.footer__brandbar__partner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  color: #f0ebe7;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer__brandbar__partner span {
  position: relative;
  top: 18px;
}

.footer__brandbar__partner img {
  max-height: 57px;
}

.footer__contactbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 50px;
}

.footer__contactbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 82%;
  margin: 0 auto;
  padding: 14px 20px;
  background: #b17256;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: none;
}

.footer__contactbar__item i {
  font-size: 16px;
}

.footer__content {
  padding-bottom: 16px;
}

.footer__newslatter {
  margin-bottom: 40px;
  padding-right: 32px;
}

.footer__newslatter h4,
.footer__widget h4 {
  font-family: "Forum", serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.footer__newslatter p {
  font-size: 18px;
  line-height: 1.8;
  color: #e8e0d8;
  margin-bottom: 30px;
}

.footer__newslatter__form input[type="text"],
.footer__newslatter__form input[type="email"] {
  width: 100%;
  height: 48px;
  border: none;
  border-bottom: 1px solid rgba(177, 114, 86, 0.2);
  background: transparent;
  box-shadow: none;
  outline: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f6f6f8;
  padding: 0 0 8px;
  margin-bottom: 18px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.footer__newslatter__form input[type="text"]:focus,
.footer__newslatter__form input[type="email"]:focus {
  border-bottom-color: #b17256;
  background: transparent;
  color: #f6f6f8;
}

.footer__newslatter__form input:-webkit-autofill,
.footer__newslatter__form input:-webkit-autofill:hover,
.footer__newslatter__form input:-webkit-autofill:focus,
.footer__newslatter__form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #f6f6f8 !important;
  transition: background-color 9999s ease-in-out 0s;
  caret-color: #f6f6f8;
}

.footer__newslatter__form input::-webkit-input-placeholder {
  color: #c5c5c8;
}

.footer__newslatter__form input::-moz-placeholder {
  color: #c5c5c8;
}

.footer__newslatter__form input:-ms-input-placeholder {
  color: #c5c5c8;
}

.footer__newslatter__form input::-ms-input-placeholder {
  color: #c5c5c8;
}

.footer__newslatter__form input::placeholder {
  color: #c5c5c8;
}

.footer__newslatter__group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.footer__newslatter__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 28px;
  cursor: pointer;
  color: #d7d7db;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer__newslatter__check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(177, 114, 86, 0.2);
  background: transparent;
  margin-right: 10px;
  position: relative;
}

.footer__newslatter__check input:checked {
  background: #b17256;
  border-color: #b17256;
}

.footer__newslatter__check input:checked:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer__newslatter__form button {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2.2px;
  font-weight: 600;
  padding: 15px 34px;
  border: none;
  background: #b17256;
  color: #ffffff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.footer__newslatter__form button:hover {
  background: #9a5f42;
}

.footer__newslatter__status {
  display: none;
  margin-top: 16px;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0.4px;
}

.footer__newslatter__status--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer__newslatter__status i {
  font-size: 18px;
}

.footer__newslatter__status--success {
  background: rgba(177, 114, 86, 0.13);
  border: 1px solid rgba(177, 114, 86, 0.45);
  color: #f4e6dd;
}

.footer__newslatter__status--success i {
  color: #b17256;
}

.footer__newslatter__status--error {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f4f4f4;
}

.footer__widget {
  margin-top: 42px;
  margin-bottom: 26px;
  padding-left: 100px;
}

.footer__links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 36px;
}

.footer__widget ul {
  margin: 0;
  padding: 0;
}

.footer__widget ul li {
  list-style: none;
}

.footer__widget ul li + li {
  margin-top: 24px;
}

.footer__widget ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.footer__social--bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 4px 0 18px;
}

.footer__social--bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 6px;
  color: #f3f3f5;
  border: 4px solid #b17256;
}

.footer__social--bottom a:hover {
  background: #b17256;
  border-color: #b17256;
  color: #ffffff;
}

.footer__copyright {
  background: transparent;
  padding: 0;
  margin-top: 0;
  border-top: 2px solid #b17256;
  width: 100%;
}

.footer__guarantee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.footer__guarantee::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}

.footer__guarantee__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__guarantee__items {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .footer__guarantee__btn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
  }
  .footer__guarantee__items span {
    text-align: left;
    width: 100%;
    font-size: 13px;
  }
}

.footer__guarantee__items span {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.footer__guarantee__items span i {
  color: #b17256;
  margin-right: 9px;
  font-size: 14px;
}

.footer__guarantee__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  margin-left: 0;
  gap: 16px;
}

.footer__guarantee__btn {
  display: inline-block;
  background: #b17256;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 12px 30px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.footer__guarantee__btn:hover {
  background: #231f20;
  color: #ffffff;
  text-decoration: none;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
  padding: 130px 0;
}

.breadcrumb-option.contact-breadcrumb {
  padding: 70px 0 260px;
}

.breadcrumb-option.contact-breadcrumb h2 {
  margin-bottom: 0;
}

.breadcrumb__text h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 72px;
  margin-bottom: 10px;
}

.breadcrumb__links a {
  font-size: 18px;
  color: #ffffff;
  margin-right: 22px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "";
  font-family: "FontAwesome";
}

.breadcrumb__links span {
  font-size: 18px;
  color: #777c81;
  display: inline-block;
}

/* Privacy policy breadcrumb contrast fix */
.policy-breadcrumb {
  position: relative;
  overflow: hidden;
}

.policy-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.42);
}

.policy-breadcrumb .container {
  position: relative;
  z-index: 1;
}

.policy-breadcrumb .breadcrumb__text h1,
.policy-breadcrumb .breadcrumb__links a,
.policy-breadcrumb .breadcrumb__links span {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

/*---------------------
  Home About
-----------------------*/

.home-about {
  margin-top: -100px;
}

.home__about__pic img {
  width: 85%;
  max-width: 85%;
  display: block;
}

/* Scroll Reveal — gentle fade-in + slight rise (to pair with parallax) */
.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, -24px, 0);
  transition:
    opacity 1.9s ease,
    transform 1.9s cubic-bezier(0.18, 0.72, 0.22, 1);
}

/* Legacy class names: same motion (no horizontal slide) */
.scroll-reveal.from-left,
.scroll-reveal.from-right {
  transform: translate3d(0, -24px, 0);
  transition:
    opacity 1.9s ease,
    transform 1.9s cubic-bezier(0.18, 0.72, 0.22, 1);
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Index home: slower, slightly deeper drop from above */
.scroll-reveal.index-scroll-slow {
  transform: translate3d(0, -28px, 0);
  transition:
    opacity 2.3s ease,
    transform 2.3s cubic-bezier(0.18, 0.72, 0.22, 1);
}

.scroll-reveal.index-scroll-slow.from-left,
.scroll-reveal.index-scroll-slow.from-right {
  transform: translate3d(0, -28px, 0);
  transition:
    opacity 2.3s ease,
    transform 2.3s cubic-bezier(0.18, 0.72, 0.22, 1);
}

.policy-font-traviata.sacher-home .travisa-hero-title {
  font-family: "Traviata", "Forum", "Playfair Display", serif !important;
}

/* Index home: Traviata/Forum over section-specific sans (Poppins, Barlow, etc.) */
.policy-font-traviata.sacher-home .guest-testimonials__heading,
.policy-font-traviata.sacher-home .guest-testimonials__card-title,
.policy-font-traviata.sacher-home .guest-testimonials__body,
.policy-font-traviata.sacher-home .guest-testimonials__author,
.policy-font-traviata.sacher-home .guest-testimonials__location,
.policy-font-traviata.sacher-home .guest-testimonials__room,
.policy-font-traviata.sacher-home .guest-testimonials__source,
.policy-font-traviata.sacher-home .guest-testimonials__cta {
  font-family: "Traviata", "Forum", "Playfair Display", serif !important;
  font-weight: 400 !important;
}

.home__about__text {
  padding-top: 200px;
}

.home__about__text > img {
  width: 85%;
  max-width: 85%;
  display: block;
}

.home__about__pic + .home__about__text {
  margin-top: 24px;
}

.home__about__text .section-title {
  margin-bottom: 26px;
  text-align: left;
}

.home__about__title-block {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 24px;
}

.home__about__title-block:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 1px;
  background: #c8a97e;
  content: "";
}

.home__about__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Forum", serif;
  font-size: 17px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b17256;
}

.home__about__copy {
  max-width: 560px;
}

.luxury-copy {
  font-family: "Forum", serif;
  font-size: 19px;
  line-height: 1.75;
  color: #4d443d;
  letter-spacing: 0.01em;
}

.home__about__text .section-title h5,
.home__about__text .section-title h2,
.home__about__text p,
.home__about__text img,
.home__about__pic__text .section-title h5,
.home__about__pic__text .section-title h2,
.home__about__pic__text p {
  font-family: "Forum", serif;
}

.home__about__text h5,
.home__about__text h2,
.home__about__pic__text h5,
.home__about__pic__text h2 {
  font-family: "Forum", serif;
}

.home__about__text p {
  line-height: 28px;
}

.home__about__text .first-para {
  margin-bottom: 18px;
}

.home__about__text .last-para {
  margin-bottom: 35px;
}

.home__about__text .section-title h2 {
  max-width: 520px;
  font-family: "Forum", serif;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f1a17;
}

.home__about__photo-frame {
  width: 88%;
  max-width: 520px;
  margin-top: 38px;
  padding: 16px;
  background: #f8f4ee;
  box-shadow: 0 18px 40px rgba(26, 18, 11, 0.08);
}

.home__about__photo-frame img {
  width: 100%;
  display: block;
}

/*---------------------
   About
-----------------------*/

.about {
  padding-bottom: 60px;
}

.about__content {
  margin-bottom: 45px;
}

.about__content .section-title {
  text-align: left;
}

.about__text p {
  color: #707070;
}

.about__text p:first-child {
  font-size: 18px;
  color: #111111;
  line-height: 30px;
  margin-bottom: 25px;
}

/*---------------------
  Policy Pages
----------------------*/
.policy-font-traviata,
.policy-font-traviata h1,
.policy-font-traviata h2,
.policy-font-traviata h3,
.policy-font-traviata h4,
.policy-font-traviata h5,
.policy-font-traviata h6,
.policy-font-traviata p,
.policy-font-traviata span,
.policy-font-traviata a,
.policy-font-traviata li,
.policy-font-traviata small,
.policy-font-traviata button,
.policy-font-traviata input,
.policy-font-traviata label {
  font-family: "Traviata", "Forum", "Playfair Display", serif !important;
}

/* Keep icon fonts intact */
.policy-font-traviata .fa,
.policy-font-traviata [class^="icon_"],
.policy-font-traviata [class*=" icon_"],
.policy-font-traviata .elegant-icons {
  font-family: FontAwesome !important;
}

.policy-showcase {
  padding: 28px 0 10px;
}

.policy-showcase__container {
  padding-left: 6px;
  padding-right: 6px;
}

.policy-showcase__logoWrap {
  text-align: center;
  margin-bottom: 56px;
}

.policy-showcase__logo {
  width: min(150px, 30vw);
  height: auto;
  display: inline-block;
  opacity: 0.8;
}

.policy-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.policy-showcase__card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.policy-showcase__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(18, 17, 16, 0.38) 0%,
    rgba(18, 17, 16, 0.62) 100%
  );
}

.policy-showcase__content {
  position: absolute;
  left: 26px;
  right: 20px;
  top: 32px;
  z-index: 2;
}

.policy-showcase__content span {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.policy-showcase__content h4 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.1vw, 36px);
  line-height: 1.08;
  text-transform: uppercase;
  font-family: "Forum", "Playfair Display", serif;
}

.policy-page .policy-page__side img {
  width: 100%;
  display: block;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.policy-page__hero {
  margin: 0 auto 54px;
  max-width: 980px;
}

.policy-page__hero h5 {
  margin: 0 0 20px;
  color: #1f1f1f;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 11px;
  font-weight: 700;
}

.policy-page__hero h2 {
  margin: 0 auto;
  color: #1c1c1c;
  font-size: clamp(20px, 2.8vw, 34px);
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 760px;
  letter-spacing: 0.6px;
}

.policy-page__ornament {
  margin-top: 22px;
  color: #b6a16f;
  font-size: 34px;
  line-height: 1;
}

.policy-page__meta {
  display: none;
}

.policy-page__lead {
  font-size: clamp(19px, 2.2vw, 25px);
  color: #2f2b27;
  line-height: 1.62;
  margin: 0 auto 48px;
  max-width: 1100px;
  text-align: center;
}

.policy-page__card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.policy-page__card::before {
  display: none;
}

.policy-page__section {
  position: relative;
  z-index: 1;
  margin: 0 auto 34px;
  max-width: 1160px;
  padding-bottom: 0;
  border-bottom: 0;
}

.policy-page__section:last-child {
  margin-bottom: 0;
}

.policy-page__section h4 {
  font-size: 15px;
  color: #1e1e1e;
  margin: 0 0 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-align: center;
  font-family: "Traviata", "Forum", "Playfair Display", serif !important;
}

.policy-page__section p {
  color: #4a4a4a;
  line-height: 1.8;
  margin-bottom: 12px;
  font-size: 18px;
}

.policy-page__list {
  padding-left: 18px;
  margin: 0;
}

.policy-page__list li {
  color: #4a4a4a;
  line-height: 1.8;
  margin-bottom: 8px;
  font-size: 18px;
}

.policy-page__section a {
  color: #8a6a3d;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(138, 106, 61, 0.45);
  padding-bottom: 1px;
}

.policy-page__section a:visited,
.policy-page__section a:active,
.policy-page__section a:focus {
  color: #8a6a3d;
}

.policy-page__section a:hover {
  color: #8a6a3d;
  text-decoration: none;
  border-bottom-color: #8a6a3d;
}

.policy-page__contactLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
  margin-top: 10px;
  padding: 10px 18px;
  min-width: 220px;
  border-radius: 999px;
  border: 1px solid rgba(138, 106, 61, 0.6);
  background: linear-gradient(
    180deg,
    rgba(177, 144, 89, 0.18) 0%,
    rgba(138, 106, 61, 0.12) 100%
  );
  color: #7a5933 !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 8px 20px rgba(72, 53, 29, 0.12);
}

.policy-page__contactLink:hover {
  background: linear-gradient(
    180deg,
    rgba(177, 144, 89, 0.24) 0%,
    rgba(138, 106, 61, 0.18) 100%
  );
  color: #7a5933 !important;
  border-color: rgba(138, 106, 61, 0.7);
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(72, 53, 29, 0.16);
}

@media (max-width: 991px) {
  .policy-showcase {
    padding-top: 20px;
  }

  .policy-showcase__container {
    padding-left: 4px;
    padding-right: 4px;
  }

  .policy-showcase__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .policy-showcase__card {
    min-height: 400px;
  }

  .policy-showcase__content {
    left: 18px;
    right: 18px;
    top: 20px;
  }

  .policy-page__card {
    padding: 22px 10px 18px;
  }

  .policy-page__hero {
    margin-bottom: 28px;
  }

  .policy-page__lead {
    max-width: 100%;
    text-align: left;
    margin-bottom: 28px;
  }

  .policy-page__section p,
  .policy-page__list li {
    font-size: 16px;
  }

  .policy-page__section h4 {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

/*---------------------
   History
-----------------------*/

.section-title.history-title {
  margin-bottom: 95px;
}

.history__content {
  position: relative;
}

.history__content::after {
  position: absolute;
  left: 50%;
  top: -40px;
  width: 2px;
  height: 1100px;
  background: rgba(29, 28, 28, 0.3);
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  content: "";
}

.history__item {
  margin-bottom: 220px;
  position: relative;
}

.history__item .history__date {
  position: absolute;
  left: -104px;
  top: 10px;
  height: 2px;
  width: 80px;
  background: rgba(29, 28, 28, 0.3);
  content: "";
  z-index: 9;
}

.history__item .history__date:before {
  position: absolute;
  left: -18px;
  top: -9px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}

.history__item .history__date:after {
  position: absolute;
  left: -15px;
  top: -6px;
  height: 14px;
  width: 14px;
  background: #e9ad28;
  border-radius: 50%;
  content: "";
}

.history__item.left__item {
  text-align: right;
}

.history__item.left__item .history__date {
  left: auto;
  right: -104px;
}

.history__item.left__item .history__date:before {
  left: auto;
  right: -18px;
}

.history__item.left__item .history__date:after {
  left: auto;
  right: -15px;
}

.history__item.right__first__item {
  margin-top: 220px;
}

.history__item.mb-0 {
  margin-bottom: 0;
}

.history__item span {
  font-size: 16px;
  color: #777c81;
}

.history__item h4 {
  color: #202020;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 6px;
}

.history__item img {
  margin-bottom: 20px;
  min-width: 100%;
}

.history__item p {
  margin-bottom: 0;
  line-height: 28px;
}

/*---------------------
  Services
-----------------------*/

.services {
  padding-bottom: 60px;
}

.services__item {
  margin-bottom: 40px;
}

.services__item h4 {
  color: #19191a;
  margin-top: 25px;
  margin-bottom: 15px;
}

.services__item p {
  margin-bottom: 0;
}

/*---------------------
  Room Details Slider
-----------------------*/

.room-details-slider {
  overflow: hidden;
}

.room__details__pic__slider .owl-stage-outer {
  overflow: visible;
}

.room__details__pic__slider.owl-carousel .owl-nav button {
  height: 60px;
  width: 60px;
  background: #ffffff;
  line-height: 74px;
  text-align: center;
  position: absolute;
  left: -290px;
  top: 50%;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.room__details__pic__slider.owl-carousel .owl-nav button:hover {
  background: #1d1c1c;
}

.room__details__pic__slider.owl-carousel .owl-nav button:hover i {
  color: #ffffff;
}

.room__details__pic__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -290px;
}

.room__details__pic__slider.owl-carousel .owl-nav button i {
  font-size: 30px;
  color: #1d1c1c;
}

.room__details__pic__slider__item {
  height: 380px;
}

/*---------------------
  Room Details
-----------------------*/

.room-details {
  padding-bottom: 80px;
}

.room__details__rating {
  margin-bottom: 45px;
}

.room__details__hotel {
  display: inline-block;
  margin-right: 65px;
}

.room__details__hotel span {
  font-size: 14px;
  font-weight: 700;
  color: #19191a;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
}

.room__details__hotel .room__details__hotel__rating {
  display: inline-block;
}

.room__details__hotel .room__details__hotel__rating span {
  font-size: 14px;
  color: #e9ad28;
  margin-right: -4px;
  display: inline-block;
}

.room__details__advisor {
  display: inline-block;
}

.room__details__advisor img {
  display: inline-block;
  margin-right: 6px;
}

.room__details__advisor .room__details__advisor__rating {
  display: inline-block;
  margin-right: 6px;
}

.room__details__advisor .room__details__advisor__rating span {
  font-size: 14px;
  color: #e9ad28;
  margin-right: -4px;
  display: inline-block;
}

.room__details__advisor .review {
  font-size: 16px;
  color: #1d1c1c;
}

.room__details__title {
  position: relative;
  margin-bottom: 70px;
}

.room__details__title h2 {
  font-size: 48px;
  color: #1d1c1c;
  font-weight: 500;
}

.room__details__title .primary-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.room__details__desc {
  margin-bottom: 70px;
}

.room__details__desc h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 22px;
}

.room__details__desc p {
  line-height: 28px;
}

.room__details__desc p:last-child {
  margin-top: 42px;
}

.room__details__facilities h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 24px;
}

.room__details__facilities ul li {
  list-style: none;
  font-size: 16px;
  color: #1d1c1c;
  line-height: 46px;
}

.room__details__facilities ul li span {
  font-size: 18px;
  color: #e9ad28;
  display: inline-block;
  margin-right: 6px;
}

.room__details__more__facilities h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}

.room__details__more__facilities__item {
  margin-bottom: 26px;
}

.room__details__more__facilities__item .icon {
  display: inline-block;
  width: 52px;
}

.room__details__more__facilities__item h6 {
  color: #1d1c1c;
  font-weight: 500;
  display: inline-block;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest {
  padding-bottom: 70px;
  padding-top: 160px;
}

.latest .section-title {
  margin-bottom: 45px;
}

.latest__blog__item {
  margin-bottom: 30px;
}

.latest__blog__item__pic {
  height: 220px;
  position: relative;
  border-radius: 2px;
}

.latest__blog__item__pic ul {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 20px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 2px 2px;
}

.latest__blog__item__pic ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  margin-right: 22px;
  position: relative;
}

.latest__blog__item__pic ul li:after {
  position: absolute;
  right: -14px;
  top: 1px;
  height: 17px;
  width: 1px;
  background: #ffffff;
  content: "";
}

.latest__blog__item__pic ul li:last-child {
  margin-right: 0;
}

.latest__blog__item__pic ul li:last-child:after {
  display: none;
}

.latest__blog__item__text {
  padding-top: 25px;
}

.latest__blog__item__text h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 14px;
}

.latest__blog__item__text p {
  color: #8d8d8d;
  margin-bottom: 20px;
}

.latest__blog__item__text a {
  font-size: 15px;
  color: #8d8d8d;
  font-weight: 700;
  display: inline-block;
}

.latest__blog__item__text a i {
  color: #e9ad28;
  margin-left: 6px;
}

/*---------------------
  Blog
-----------------------*/

.blog__item__large {
  margin-bottom: 68px;
}

.blog__item__large__pic {
  position: relative;
}

.blog__item__large__pic .tag {
  font-size: 14px;
  color: #ffffff;
  background: #e9ad28;
  border-radius: 2px;
  display: inline-block;
  padding: 4px 16px 2px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.blog__item__large__pic img {
  min-width: 100%;
}

.blog__item__large__text {
  padding-top: 25px;
}

.blog__item__large__text p {
  margin-bottom: 12px;
}

.blog__item__large__text p i {
  margin-right: 2px;
}

.blog__item__large__text h4 a {
  font-size: 26px;
  color: #171717;
  font-weight: 500;
}

.blog__item__large__text h4 a:hover {
  text-decoration: underline;
}

.blog__item {
  margin-bottom: 70px;
}

.blog__item__pic {
  position: relative;
}

.blog__item__pic .tag {
  font-size: 14px;
  color: #ffffff;
  background: #e9ad28;
  border-radius: 2px;
  display: inline-block;
  padding: 4px 16px 2px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.blog__item__pic img {
  min-width: 100%;
}

.blog__item__text {
  padding-top: 28px;
}

.blog__item__text p {
  font-size: 14px;
  margin-bottom: 12px;
}

.blog__item__text p i {
  margin-right: 2px;
}

.blog__item__text h5 a {
  font-size: 22px;
  color: #171717;
  font-weight: 500;
}

.blog__item__text h5 a:hover {
  text-decoration: underline;
}

.pagination__number.blog__pagination {
  text-align: left;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
  padding-left: 40px;
}

.blog__sidebar__search {
  margin-bottom: 65px;
}

.blog__sidebar__search h4 {
  color: #1d1c1c;
  font-weight: 500;
  margin-bottom: 25px;
}

.blog__sidebar__search form {
  position: relative;
}

.blog__sidebar__search form input {
  height: 48px;
  width: 100%;
  font-size: 16px;
  color: #777c81;
  padding-left: 20px;
  border: none;
  background: #ffffff;
}

.blog__sidebar__search form input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search form input::-moz-placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search form input:-ms-input-placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search form input::-ms-input-placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search form input::placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search form button {
  font-size: 16px;
  color: #ffffff;
  background: #e9ad28;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0 15px 0 25px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.blog__sidebar__recent {
  margin-bottom: 60px;
}

.blog__sidebar__recent h4 {
  color: #1d1c1c;
  font-weight: 500;
  margin-bottom: 35px;
}

.blog__sidebar__recent__item {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog__sidebar__recent__item:last-child {
  margin-bottom: 0;
}

.blog__sidebar__recent__item__pic {
  float: left;
  margin-right: 20px;
}

.blog__sidebar__recent__item__text {
  overflow: hidden;
}

.blog__sidebar__recent__item__text h6 {
  color: #1d1c1c;
  font-weight: 500;
  margin-bottom: 38px;
}

.blog__sidebar__recent__item__text .time {
  font-size: 12px;
  color: #777c81;
}

.blog__sidebar__recent__item__text .time i {
  margin-right: 2px;
}

.blog__sidebar__categories {
  margin-bottom: 52px;
}

.blog__sidebar__categories h4 {
  color: #1d1c1c;
  font-weight: 500;
  margin-bottom: 24px;
}

.blog__sidebar__categories ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.blog__sidebar__categories ul li:hover a {
  color: #e9ad28;
}

.blog__sidebar__categories ul li:hover:before {
  background: #e9ad28;
}

.blog__sidebar__categories ul li:before {
  position: absolute;
  left: 0;
  top: 14px;
  height: 5px;
  width: 5px;
  background: #bfc7ce;
  content: "";
  border-radius: 50%;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__sidebar__categories ul li a {
  font-size: 16px;
  color: #1d1c1c;
  line-height: 36px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__sidebar__comment {
  margin-bottom: 55px;
}

.blog__sidebar__comment h4 {
  color: #1d1c1c;
  font-weight: 500;
  margin-bottom: 26px;
}

.blog__sidebar__comment p {
  line-height: 28px;
  margin-bottom: 8px;
}

.blog__sidebar__comment span {
  display: block;
  color: #1d1c1c;
  line-height: 28px;
  margin-bottom: 12px;
}

.blog__sidebar__comment span:last-child {
  margin-bottom: 0;
}

.blog__sidebar__tags h4 {
  color: #1d1c1c;
  font-weight: 500;
  margin-bottom: 25px;
}

.blog__sidebar__tags a {
  display: inline-block;
  font-size: 14px;
  color: #777c81;
  padding: 8px 25px 6px 20px;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-details-hero {
  padding-top: 145px;
  padding-bottom: 150px;
}

.blog__hero__text .tag {
  font-size: 14px;
  color: #ffffff;
  background: #e9ad28;
  border-radius: 2px;
  display: inline-block;
  padding: 4px 16px 2px;
}

.blog__hero__text h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 22px;
  margin-bottom: 18px;
}

.blog__hero__text ul li {
  list-style: none;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-right: 40px;
}

.blog__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__hero__text ul li i {
  margin-right: 5px;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
  padding-bottom: 0;
}

.blog__details__text {
  margin-bottom: 55px;
}

.blog__details__text p {
  font-size: 18px;
  color: #8b9094;
  line-height: 30px;
}

.blog__details__pic {
  padding: 0 15px;
  margin-bottom: 50px;
}

.blog__details__pic img {
  min-width: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
}

.blog__details__desc {
  margin-bottom: 85px;
}

.blog__details__desc__item {
  margin-bottom: 50px;
}

.blog__details__desc__item:last-child {
  margin-bottom: 0;
}

.blog__details__desc__item h4 {
  color: #1d1c1c;
  font-weight: 500;
  margin-bottom: 22px;
}

.blog__details__desc__item p {
  font-size: 18px;
  line-height: 30px;
  color: #8b9094;
}

.blog__details__widget {
  margin-bottom: 100px;
}

.blog__details__tags a {
  display: inline-block;
  font-size: 12px;
  color: #8b9094;
  letter-spacing: 2px;
  padding: 6px 20px 4px;
  border-radius: 2px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__tags a:hover {
  background: #e9ad28;
  color: #ffffff;
}

.blog__details__share {
  text-align: right;
}

.blog__details__share span {
  font-size: 18px;
  display: inline-block;
  color: #1d1c1c;
  font-weight: 500;
  margin-right: 30px;
}

.blog__details__share a {
  display: inline-block;
  font-size: 16px;
  color: #777c81;
  margin-right: 30px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__share a:hover {
  color: #e9ad28;
}

.blog__details__share a:last-child {
  margin-right: 0;
}

.blog__details__comment {
  margin-bottom: 50px;
  overflow: hidden;
}

.blog__details__comment h3 {
  color: #222222;
  font-weight: 500;
  margin-bottom: 40px;
}

.blog__details__comment__item {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog__details__comment__item.blog__details__comment__item--reply {
  margin-bottom: 50px;
  padding-left: 120px;
}

.blog__details__comment__item.blog__details__comment__item--reply
  .blog__details__comment__item__pic {
  margin-right: 35px;
}

.blog__details__comment__item__pic {
  float: left;
  margin-right: 50px;
}

.blog__details__comment__item__pic img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.blog__details__comment__item__text {
  overflow: hidden;
}

.blog__details__comment__item__text span {
  font-size: 14px;
  color: #8b9094;
  display: block;
}

.blog__details__comment__item__text h5 {
  color: #1d1c1c;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 9px;
}

.blog__details__comment__item__text p {
  color: #8b9094;
  line-height: 24px;
  margin-bottom: 20px;
}

.blog__details__comment__item__text a {
  display: inline-block;
  color: #222222;
  padding: 4px 22px 2px 32px;
  border: 1px solid rgba(30, 30, 39, 0.2);
  text-transform: uppercase;
  margin-right: 6px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.blog__details__comment__item__text a:hover {
  background: #e9ad28;
  color: #ffffff;
  border-color: #e9ad28;
}

.blog__details__comment__form h3 {
  color: #222222;
  font-weight: 500;
  margin-bottom: 40px;
}

.blog__details__comment__form form input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #777c81;
  padding-left: 20px;
  border: none;
  margin-bottom: 20px;
  border: 2px solid transparent;
  background: #f9f8f6;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment__form form input::-webkit-input-placeholder {
  color: #777c81;
}

.blog__details__comment__form form input::-moz-placeholder {
  color: #777c81;
}

.blog__details__comment__form form input:-ms-input-placeholder {
  color: #777c81;
}

.blog__details__comment__form form input::-ms-input-placeholder {
  color: #777c81;
}

.blog__details__comment__form form input::placeholder {
  color: #777c81;
}

.blog__details__comment__form form input:focus {
  color: #1d1c1c;
  background: #ffffff;
  border: 2px solid #e9ad28;
}

.blog__details__comment__form form textarea {
  width: 100%;
  height: 115px;
  font-size: 16px;
  color: #777c81;
  padding-left: 20px;
  padding-top: 12px;
  border: none;
  margin-bottom: 56px;
  border: 2px solid transparent;
  background: #f9f8f6;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment__form form textarea::-webkit-input-placeholder {
  color: #777c81;
}

.blog__details__comment__form form textarea::-moz-placeholder {
  color: #777c81;
}

.blog__details__comment__form form textarea:-ms-input-placeholder {
  color: #777c81;
}

.blog__details__comment__form form textarea::-ms-input-placeholder {
  color: #777c81;
}

.blog__details__comment__form form textarea::placeholder {
  color: #777c81;
}

.blog__details__comment__form form textarea:focus {
  color: #1d1c1c;
  background: #ffffff;
  border: 2px solid #e9ad28;
}

.blog__details__comment__form form button {
  font-size: 16px;
  color: #ffffff;
  background: #e9ad28;
  letter-spacing: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 10px 20px 12px;
  border: none;
}

/*---------------------
  Feature Blog
-----------------------*/

.feature-blog {
  padding-bottom: 60px;
}

.section-title.bd-title {
  margin-bottom: 60px;
}

.section-title.bd-title h2 {
  margin-top: 0;
}

/*---------------------
  Map
-----------------------*/

.map {
  height: 600px;
}

.map iframe {
  width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__widget__item {
  margin-bottom: 56px;
}

.contact__widget__item h4 {
  color: #19191a;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact__widget__item ul li {
  list-style: none;
  font-size: 16px;
  color: #777c81;
  line-height: 26px;
}

.contact__widget__item p {
  margin-bottom: 0;
}

.contact__widget__time h4 {
  color: #19191a;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact__widget__time__item ul li {
  list-style: none;
  font-size: 16px;
  color: #777c81;
  line-height: 26px;
}

.contact__widget__time__item ul li span {
  font-weight: 700;
  color: #19191a;
}

.contact__form h2 {
  color: #1d1c1c;
  font-weight: 500;
  margin-bottom: 34px;
}

.contact__form form input {
  border: none;
  border-bottom: 1px solid #e4e4e4 !important;
  width: 100%;
  font-size: 16px;
  color: #777c81;
  border: none;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.contact__form form input:last-child {
  color: #777c81;
}

.contact__form form textarea {
  border: none;
  border-bottom: 1px solid #e4e4e4 !important;
  width: 100%;
  font-size: 16px;
  color: #777c81;
  border: none;
  height: 85px;
  resize: none;
  margin-bottom: 40px;
}

.contact__form form textarea:last-child {
  color: #777c81;
}

.contact__form form button {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  border: none;
  background: transparent;
  padding: 2px 0;
  position: relative;
}

.contact__form form button::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #e9ad28;
  content: "";
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1749px) {
  .room__details__pic__slider.owl-carousel .owl-nav button {
    left: 10px;
  }
  .room__details__pic__slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .header__nav__option .container {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .header__nav__option .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav__option .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .header__nav__option .col-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
  }

  .header__logo {
    padding: 0;
    margin-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo a img {
    max-height: 48px;
    width: auto;
    display: block;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding: 17px 0;
    min-height: 86px;
  }

  .header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    overflow: visible;
  }

  .header__menu > ul {
    display: inline-block;
    white-space: nowrap;
  }

  .header__menu ul li {
    margin-right: 36px;
  }

  .header__menu ul li:last-child {
    margin-right: 0;
  }

  .header__menu ul li a {
    font-size: 15px;
    padding: 4px 0;
  }

  .header__nav__widget {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__menu ul li {
    margin-right: 35px;
  }
  .filter__form button {
    width: 134px;
  }
  .filter__form {
    padding: 30px 0 30px 30px;
  }
  .filter__form__item.filter__form__item--search {
    width: calc(21% - 20px);
  }
  .filter__form__item {
    width: calc(20% - 20px);
    float: left;
    margin-right: 20px;
  }
  .filter__form__item.filter__form__item--select {
    width: calc(23% - 20px);
  }
  .filter__form__item .filter__form__select .nice-select:after {
    right: 10px;
  }
  .filter__form__item .filter__form__datepicker input {
    padding-left: 43px;
  }
  .testimonial__text {
    padding-top: 0;
  }
  .latest__blog__text {
    padding: 25px 20px 25px 25px;
  }
  .room__details__pic__slider.owl-carousel .owl-nav button {
    left: 10px;
  }
  .room__details__pic__slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .history__item.left__item .history__date {
    right: -87px;
  }
  .history__item .history__date {
    width: 70px;
  }
  .history__item .history__date {
    left: -87px;
  }
  .blog__sidebar {
    padding-left: 0;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter__form {
    display: block;
    padding: 30px 40px 30px 40px;
  }
  .filter__form__item.filter__form__item--search {
    width: 100%;
    margin-bottom: 30px;
  }
  .filter__form__item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .filter__form__item.filter__form__item--select {
    width: 100%;
    margin-bottom: 30px;
  }
  .filter__form button {
    position: relative;
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    float: none;
  }
  .home-about {
    margin-top: 0;
  }
  .home__about__text {
    padding-top: 100px;
    margin-bottom: 50px;
  }
  .gallery__item {
    height: 430px;
  }
  .testimonial__text {
    padding-left: 0;
  }
  .latest__blog__pic.latest__blog__pic__last__row:after {
    right: -45px;
    left: auto;
  }
  .latest__blog__pic:after {
    display: none;
  }
  .home__explore h3 {
    margin-bottom: 25px;
  }
  .room__text.right__text {
    padding-left: 25px;
  }
  .room__text {
    padding-right: 25px;
  }
  .room__details__pic__slider.owl-carousel .owl-nav button {
    left: 10px;
  }
  .room__details__pic__slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .blog__sidebar {
    padding-left: 0;
  }
  .history__item.left__item .history__date {
    right: -67px;
  }
  .history__item .history__date {
    width: 50px;
    left: -67px;
  }
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #323232;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 26px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #1d1c1c;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
  }
  .slicknav_nav {
    display: block !important;
  }
  .offcanvas__logo {
    margin-bottom: 30px;
  }
  .offcanvas__btn__widget {
    margin-bottom: 30px;
  }
  .offcanvas__btn__widget a {
    display: inline-block;
    font-size: 16px;
    color: #1d1c1c;
    letter-spacing: 2px;
    background: #ffffff;
    padding: 13px 20px 11px;
  }
  .offcanvas__btn__widget a span {
    font-size: 20px;
    color: #e9ad28;
    position: relative;
    top: 4px;
  }
  .offcanvas__widget {
    margin-bottom: 30px;
  }
  .offcanvas__widget ul li {
    font-size: 15px;
    color: #ffffff;
    list-style: none;
    line-height: 35px;
  }
  .offcanvas__widget ul li:last-child {
    margin-right: 0;
  }
  .offcanvas__widget ul li span {
    color: #e9ad28;
    margin-right: 5px;
  }
  .offcanvas__language {
    display: inline-block;
    padding: 12px 0 12px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .offcanvas__language:hover ul {
    opacity: 1;
    top: 45px;
    visibility: visible;
  }
  .offcanvas__language img {
    display: inline-block;
    margin-right: 6px;
  }
  .offcanvas__language span {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
  }
  .offcanvas__language i {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .offcanvas__language ul {
    position: absolute;
    left: 13px;
    top: 65px;
    width: 80px;
    background: #ffffff;
    text-align: left;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .offcanvas__language ul li {
    font-size: 15px;
    color: #19191a;
    padding: 5px 10px;
    list-style: none;
    cursor: pointer;
  }
  .offcanvas__auth ul li {
    display: inline-block;
    list-style: none;
    margin-right: 25px;
    position: relative;
  }
  .offcanvas__auth ul li:last-child {
    margin-right: 0;
  }
  .offcanvas__auth ul li:last-child::after {
    display: none;
  }
  .offcanvas__auth ul li::after {
    position: absolute;
    right: -16px;
    top: 0;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    content: "";
  }
  .offcanvas__auth ul li a {
    font-size: 15px;
    color: #ffffff;
  }
  .header__top {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header .container {
    position: relative;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .filter__form {
    display: block;
    padding: 30px 40px 30px 40px;
  }
  .filter__form__item.filter__form__item--search {
    width: 100%;
    margin-bottom: 30px;
  }
  .filter__form__item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .filter__form__item.filter__form__item--select {
    width: 100%;
    margin-bottom: 30px;
  }
  .filter__form button {
    position: relative;
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    float: none;
  }
  .home-about {
    margin-top: 0;
  }
  .home__about__text {
    padding-top: 100px;
    margin-bottom: 50px;
  }
  .testimonial__text {
    padding-left: 0;
  }
  .blog__sidebar {
    padding-left: 0;
    padding-top: 50px;
  }
  .home__explore h3 {
    margin-bottom: 30px;
  }
  .latest__blog__pic:after {
    display: none;
  }
  .room__text.right__text {
    padding-left: 25px;
  }
  .room__text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .room__details__title .primary-btn {
    position: relative;
  }
  .room__details__title h2 {
    margin-bottom: 20px;
  }
  .room__details__facilities {
    margin-bottom: 30px;
  }
  .blog__details__share {
    text-align: left;
  }
  .blog__details__tags {
    margin-bottom: 25px;
  }
  .contact__widget {
    margin-bottom: 30px;
  }
  .history__item .history__date {
    display: none;
  }
  .history__item.left__item .history__date {
    display: none;
  }
  .history__content::after {
    display: none;
  }
  .history__item.left__item {
    text-align: left;
  }
  .history__item {
    margin-bottom: 50px;
    position: relative;
  }
  .history {
    padding-bottom: 50px;
  }
  .section-title.history-title {
    margin-bottom: 55px;
  }
  .history__item.mb-0 {
    margin-bottom: 50px !important;
  }
  .history__item.right__first__item {
    margin-top: 0;
  }
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #323232;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 26px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -270px;
    width: 270px;
    height: 100%;
    background: #1d1c1c;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
  }
  .slicknav_nav {
    display: block !important;
  }
  .offcanvas__logo {
    margin-bottom: 30px;
  }
  .offcanvas__btn__widget {
    margin-bottom: 30px;
  }
  .offcanvas__btn__widget a {
    display: inline-block;
    font-size: 16px;
    color: #1d1c1c;
    letter-spacing: 2px;
    background: #ffffff;
    padding: 13px 20px 11px;
  }
  .offcanvas__btn__widget a span {
    font-size: 20px;
    color: #e9ad28;
    position: relative;
    top: 4px;
  }
  .offcanvas__widget {
    margin-bottom: 30px;
  }
  .offcanvas__widget ul li {
    font-size: 15px;
    color: #ffffff;
    list-style: none;
    line-height: 35px;
  }
  .offcanvas__widget ul li:last-child {
    margin-right: 0;
  }
  .offcanvas__widget ul li span {
    color: #e9ad28;
    margin-right: 5px;
  }
  .offcanvas__language {
    display: inline-block;
    padding: 12px 0 12px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .offcanvas__language:hover ul {
    opacity: 1;
    top: 45px;
    visibility: visible;
  }
  .offcanvas__language img {
    display: inline-block;
    margin-right: 6px;
  }
  .offcanvas__language span {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
  }
  .offcanvas__language i {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
  }
  .offcanvas__language ul {
    position: absolute;
    left: 13px;
    top: 65px;
    width: 80px;
    background: #ffffff;
    text-align: left;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .offcanvas__language ul li {
    font-size: 15px;
    color: #19191a;
    padding: 5px 10px;
    list-style: none;
    cursor: pointer;
  }
  .offcanvas__auth ul li {
    display: inline-block;
    list-style: none;
    margin-right: 25px;
    position: relative;
  }
  .offcanvas__auth ul li:last-child {
    margin-right: 0;
  }
  .offcanvas__auth ul li:last-child::after {
    display: none;
  }
  .offcanvas__auth ul li::after {
    position: absolute;
    right: -16px;
    top: 0;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    content: "";
  }
  .offcanvas__auth ul li a {
    font-size: 15px;
    color: #ffffff;
  }
  .header__top {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header .container {
    position: relative;
  }
  .footer__copyright__text {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer__contactbar {
    grid-template-columns: 1fr;
  }
  .footer__newslatter {
    padding-right: 0;
    margin-bottom: 45px;
  }
  .footer__widget {
    padding-left: 0;
  }
  .footer__links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog__details__pic img {
    padding-right: 0;
  }
  .testimonial__author__social {
    text-align: left;
  }
  .room__details__pic__slider.owl-carousel .owl-nav button {
    left: 10px;
  }
  .room__details__pic__slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .room__details__hotel {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .room__details__advisor {
    display: block;
  }
  .gallery__item {
    height: 450px;
  }
}

/* Small Device */

@media only screen and (max-width: 479px) {
  .filter__form {
    padding: 30px;
  }
  .footer .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .hero__text h2 {
    font-size: 54px;
    line-height: 72px;
  }
  .footer__brandbar {
    gap: 16px;
  }
  .footer__brandbar__logo img {
    max-height: 72px;
  }
  .footer__brandbar__partner span {
    display: none;
  }
  .footer__contactbar {
    grid-template-columns: 1fr;
  }
  .footer__contactbar__item {
    font-size: 12px;
  }
  .footer__newslatter {
    padding-right: 0;
  }
  .footer__newslatter h4,
  .footer__widget h4 {
    font-size: 30px;
  }
  .footer__newslatter__group {
    grid-template-columns: 1fr;
  }
  .footer__newslatter__form button {
    width: 100%;
    text-align: center;
  }
  .footer__widget {
    padding-left: 0;
  }
  .footer__links__grid {
    grid-template-columns: 1fr;
  }
  .blog__details__comment__item__pic {
    margin-right: 35px;
  }
  .blog__details__comment__item.blog__details__comment__item--reply {
    padding-left: 0;
  }
  .blog__details__comment__item__text a {
    margin-bottom: 10px;
  }
  .gallery__item {
    height: 430px;
  }
  .blog__details__comment__item__pic {
    float: none;
    margin-bottom: 15px;
  }
}

.tidio-ef3xpv {
  display: none !important;
}

/* Rooms showcase final responsive override */
.rooms-showcase .container > br,
.rooms-showcase .custom-row > br {
  display: none;
}

.rooms-showcase .custom-row {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 58px;
}

.rooms-showcase .custom-row:last-child {
  margin-bottom: 0;
}

.rooms-showcase .custom-row.flipped {
  flex-direction: row-reverse;
}

.rooms-showcase .small-img,
.rooms-showcase .large-img,
.rooms-showcase .custom-row.flipped .small-img,
.rooms-showcase .custom-row.flipped .large-img,
.rooms-showcase .custom-row:not(.flipped) .small-img,
.rooms-showcase .custom-row:not(.flipped) .large-img {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.rooms-showcase .custom-row .small-img {
  flex: 0 0 42%;
}

.rooms-showcase .custom-row .large-img {
  flex: 0 0 58%;
}

.rooms-showcase .custom-row .image-wrapper {
  display: flex;
  flex-direction: column;
}

.rooms-showcase .custom-row .large-img .deluxe-room-image.showcase-img-small {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.rooms-showcase .custom-row .small-img .showcase-img-small {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.rooms-showcase .custom-row .suite-detail-image.showcase-img-small {
  min-height: 420px;
  object-fit: cover;
}

.rooms-showcase .custom-row .small-img .content-overlay--room-detail {
  margin-top: 18px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.rooms-showcase .custom-row .content-overlay--room-detail .description {
  max-width: 100%;
}

.rooms-showcase .image-wrapper img.showcase-img-small,
.rooms-showcase .custom-row .suite-detail-image.showcase-img-small,
.rooms-showcase .custom-row .deluxe-room-image.showcase-img-small {
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

@media (max-width: 1199px) {
  .rooms-showcase .custom-row {
    gap: 22px;
    margin-bottom: 46px;
  }

  .rooms-showcase .custom-row .large-img .deluxe-room-image.showcase-img-small {
    min-height: 420px;
  }

  .rooms-showcase .custom-row .suite-detail-image.showcase-img-small {
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .rooms-showcase .custom-row,
  .rooms-showcase .custom-row.flipped,
  .rooms-showcase .custom-row:not(.flipped) {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 34px;
  }

  .rooms-showcase .custom-row .small-img,
  .rooms-showcase .custom-row .large-img,
  .rooms-showcase .custom-row.flipped .small-img,
  .rooms-showcase .custom-row.flipped .large-img,
  .rooms-showcase .custom-row:not(.flipped) .small-img,
  .rooms-showcase .custom-row:not(.flipped) .large-img {
    flex: 0 0 auto;
    margin-top: 0;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .rooms-showcase .custom-row .small-img .content-overlay--room-detail {
    text-align: center;
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .rooms-showcase {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .rooms-showcase .display-title {
    font-size: 34px;
    line-height: 1.2;
  }

  .rooms-showcase .description {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* rooms.html mobile safety fixes (minimal and isolated) */
@media (max-width: 991px) {
  .rooms-page .header__logo a img {
    max-height: 46px !important;
    width: auto !important;
  }

  .rooms-page .header__logo {
    padding: 10px 0 !important;
  }

  .rooms-page .header__nav__option .container {
    position: relative;
    min-height: 68px;
  }
}

@media (max-width: 767px) {
  /* Remove extra top gap on rooms page mobile */
  body.rooms-page {
    padding-top: 72px !important;
  }

  /* Ensure mobile menu button is visible on rooms page */
  .rooms-page .header__nav {
    display: none !important;
  }

  .rooms-page .canvas__open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3e2e25 !important;
    border: 1px solid #3e2e25 !important;
    background: #ffffff;
    border-radius: 3px;
    width: 38px;
    height: 38px;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 1005;
  }

  .rooms-page .canvas__open span {
    font-size: 20px;
    line-height: 1;
  }

  .rooms-page .home-room .section-title h5 {
    font-size: 14px !important;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .rooms-page .home-room .section-title h2 {
    font-size: 24px !important;
    line-height: 1.35;
  }

  .rooms-page .home-room .section-title .room-suite-intro {
    display: block;
    margin-bottom: 8px;
  }

  .rooms-page .room-suite-dropdown {
    display: block;
    margin-left: 0;
  }

  /* Ensure room cards/images are visible and stack cleanly on mobile */
  .rooms-page .home-room__carousel {
    overflow: visible !important;
  }

  .rooms-page .home-room__carousel-track {
    display: block !important;
    transform: none !important;
    width: 100% !important;
    overflow: visible !important;
    gap: 0 !important;
  }

  .rooms-page .home__room__item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-bottom: 22px;
  }

  .rooms-page .home__room__img {
    height: 260px !important;
  }

  /* Mobile hero style close to Sacher reference */
  .rooms-page .hero--left {
    margin-top: -8px !important;
    height: 58vh;
    min-height: 360px;
    max-height: 520px;
    padding: 0;
    align-items: flex-end;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
  }

  .rooms-page .hero--left .container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .rooms-page .hero--left .hero__text {
    max-width: 92%;
    margin: 0;
    position: absolute;
    left: 20px;
    right: 14px;
    bottom: 24px;
    z-index: 2;
  }

  .rooms-page .hero--left .hero__text h5[data-i18n="hero-kicker"] {
    font-size: 56px;
    line-height: 0.96;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 400;
  }

  .rooms-page .hero--left .hero__text h2[data-i18n="hero-title"] {
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: 1.6px;
    margin: 0;
    color: #ffffff !important;
    text-transform: uppercase;
    white-space: normal !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
    font-weight: 600;
  }

  /* Smaller logo + cleaner top bar on phones */
  .rooms-page .header__logo a img {
    max-height: 34px !important;
  }

  .rooms-page .header__nav__option {
    border-bottom-width: 1px;
  }
}

/* Strong responsive layout for rooms page (tablet + mobile) */
@media (max-width: 991px) {
  html,
  body,
  body.rooms-page {
    overflow-x: hidden !important;
  }

  .rooms-page {
    width: 100%;
  }

  body.rooms-page {
    padding-top: 74px !important;
  }

  .rooms-page .header__nav__option {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
  }

  .rooms-page .header__nav__option .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .rooms-page .header__logo {
    padding: 10px 0 !important;
  }

  .rooms-page .header__logo a img {
    max-height: 34px !important;
    width: auto !important;
  }

  .rooms-page .header__lang__selector,
  .rooms-page .header__nav__widget {
    display: none !important;
  }

  .rooms-page .canvas__open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 12px;
    top: 14px;
    -webkit-transform: none;
    transform: none;
    width: 38px;
    height: 38px;
    border: 1px solid #3e2e25 !important;
    color: #3e2e25 !important;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1110;
  }

  .rooms-page .offcanvas-menu-wrapper {
    width: 85vw;
    max-width: 320px;
    left: -100%;
    padding: 22px 16px 20px 16px;
  }

  .rooms-page .offcanvas-menu-wrapper.active {
    left: 0;
  }

  .rooms-page #mobile-menu-wrap,
  .rooms-page .slicknav_menu,
  .rooms-page .slicknav_nav {
    display: block !important;
  }

  .rooms-page .offcanvas__logo img {
    max-height: 34px;
    width: auto;
  }

  .rooms-page .offcanvas__btn__widget a,
  .rooms-page .offcanvas_btn_widget a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 11px 14px 10px;
    background: #3e2e25;
    color: #ffffff;
  }

  .rooms-page .slicknav_nav a,
  .rooms-page .slicknav_nav .slicknav_row {
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  .rooms-page .hero--left {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 2.4 / 1 !important; /* a bit taller */
    background-position: left top !important;
    background-size: 108% auto !important;
  }

  .rooms-page .hero--left .container-fluid {
    padding-left: 16px;
    padding-right: 14px;
    padding-bottom: 24px;
  }

  .rooms-page .hero--left .hero__text h5[data-i18n="hero-kicker"] {
    font-size: 44px;
    margin-bottom: 10px;
  }

  .rooms-page .hero--left .hero__text h2[data-i18n="hero-title"] {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 1.2px;
  }

  .rooms-page .hero--left .hero__text {
    left: 14px;
    right: 12px;
    bottom: 14px;
  }

  .rooms-page .home-room {
    padding-top: 54px;
    padding-bottom: 46px;
  }

  .rooms-page .home-room .section-title {
    margin-bottom: 26px;
  }

  .rooms-page .home__room__img {
    height: 230px !important;
  }
}

/* Desktop placement for rooms hero headline (match reference composition) */
@media (min-width: 992px) {
  .rooms-page .hero--left .container-fluid {
    padding-left: 64px;
    padding-right: 24px;
    padding-bottom: 68px;
  }

  .rooms-page .hero--left .hero__text {
    max-width: 1180px;
    margin: 0;
  }

  .rooms-page .hero--left .hero__text h5[data-i18n="hero-kicker"] {
    color: #ffffff !important;
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 14px;
    line-height: 1.1;
  }

  .rooms-page .hero--left .hero__text h2[data-i18n="hero-title"] {
    color: #ffffff !important;
    font-size: 66px;
    line-height: 1.04;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
  }
}

/* Final lock: rooms.html responsive hero/menu behavior */
@media (max-width: 991px) {
  body.rooms-page {
    padding-top: 74px !important;
  }

  .rooms-page .header__nav {
    display: none !important;
  }

  .rooms-page .canvas__open {
    display: flex !important;
    position: fixed !important;
    top: 14px !important;
    right: 8px !important;
    width: 38px !important;
    height: 38px !important;
    z-index: 1200 !important;
    align-items: center !important;
    justify-content: center !important;
    color: #3e2e25 !important;
    border: 1px solid #3e2e25 !important;
    background: #ffffff !important;
    border-radius: 3px !important;
  }

  /* Fix square icon: keep FontAwesome icon font on mobile menu button */
  .rooms-page .canvas__open span,
  .rooms-page .canvas__open .fa {
    font-family: FontAwesome !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .rooms-page .offcanvas-menu-wrapper {
    width: 85vw !important;
    max-width: 320px !important;
    left: -100% !important;
    z-index: 1199 !important;
  }

  .rooms-page .offcanvas-menu-wrapper.active {
    left: 0 !important;
  }

  .rooms-page #mobile-menu-wrap,
  .rooms-page .slicknav_menu,
  .rooms-page .slicknav_nav {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .rooms-page .hero--left {
    margin-top: -8px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 2.4 / 1 !important; /* a bit taller */
    padding: 0 !important;
    position: relative !important;
    align-items: flex-end !important;
    background-position: left top !important;
    background-size: 108% auto !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
  }

  .rooms-page .hero--left .container-fluid {
    padding: 0 !important;
  }

  .rooms-page .hero--left .hero__text {
    position: absolute !important;
    left: 20px !important;
    right: 12px !important;
    bottom: 10px !important;
    z-index: 2 !important;
    margin: 0 !important;
    max-width: 92% !important;
  }

  .rooms-page .hero--left .hero__text h5[data-i18n="hero-kicker"] {
    font-size: 28px !important;
    line-height: 0.98 !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
  }

  .rooms-page .hero--left .hero__text h2[data-i18n="hero-title"] {
    font-size: 14px !important;
    line-height: 1.25 !important;
    letter-spacing: 1.2px !important;
    color: #ffffff !important;
    margin: 0 !important;
    white-space: normal !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5) !important;
  }
}

/* Junior Suite page (Sacher-inspired) */
.junior-page .junior-hero {
  height: 78vh;
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.junior-page .junior-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 8%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}

.junior-page .junior-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 0 64px;
  color: #fff;
}

.junior-page .junior-hero__label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.junior-page .junior-hero__content h1 {
  font-size: 74px;
  color: #fff;
  line-height: 1;
  font-family: "Forum", serif;
}

.junior-page .junior-details {
  padding: 82px 0 46px;
  background: #fff;
}

.junior-page .junior-details__top {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 48px;
}

.junior-page .junior-details__headline h2 {
  font-size: 56px;
  font-family: "Forum", serif;
  margin-bottom: 18px;
}

.junior-page .junior-details__headline p {
  font-size: 20px;
  line-height: 1.7;
  max-width: 900px;
}

.junior-page .junior-details__facts {
  border-left: 1px solid #e8e0d8;
  padding-left: 34px;
}

.junior-page .junior-details__facts ul {
  margin-bottom: 28px;
}

.junior-page .junior-details__facts li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
}

.junior-page .junior-details__facts li span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777c81;
}

.junior-page .junior-details__facts li strong {
  font-size: 18px;
  font-family: "Forum", serif;
  font-weight: 500;
  color: #111;
}

.junior-page .junior-details__cta {
  display: inline-block;
  background: #3e2e25;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 13px 24px;
}

.junior-page .junior-gallery {
  background: #f6f2ee;
  padding: 0 0 70px;
}

.junior-page .junior-gallery__main img,
.junior-page .junior-gallery__side img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.junior-page .junior-gallery__main img {
  height: 680px;
}

.junior-page .junior-gallery__side img {
  height: 680px;
}

.junior-page .junior-amenities {
  padding: 84px 0;
  background: #fff;
}

.junior-page .junior-amenities__item h4 {
  font-size: 30px;
  font-family: "Forum", serif;
  margin-bottom: 20px;
}

.junior-page .junior-amenities__item ul li {
  list-style: none;
  font-size: 17px;
  color: #2d2d2d;
  line-height: 1.9;
  border-bottom: 1px solid #f1ece7;
  padding: 5px 0;
}

.junior-page .junior-section-title {
  margin-bottom: 32px;
}

.junior-page .junior-section-title span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  color: #8b7363;
  margin-bottom: 10px;
}

.junior-page .junior-section-title h3 {
  font-size: 44px;
  font-family: "Forum", serif;
}

.junior-page .junior-highlights {
  background: #f8f5f2;
  padding: 78px 0;
}

.junior-page .junior-highlights__item {
  background: #fff;
  border: 1px solid #efe8e1;
  padding: 30px 24px;
  min-height: 250px;
}

.junior-page .junior-highlights__item i {
  font-size: 24px;
  color: #8b7363;
  margin-bottom: 14px;
}

.junior-page .junior-highlights__item h4 {
  font-size: 28px;
  font-family: "Forum", serif;
  margin-bottom: 10px;
}

.junior-page .junior-highlights__item p {
  font-size: 16px;
  line-height: 1.65;
}

.junior-page .junior-policies {
  padding: 76px 0;
  background: #fff;
}

.junior-page .junior-policy-card {
  border: 1px solid #ece3da;
  padding: 30px 28px;
  height: 100%;
}

.junior-page .junior-policy-card h4 {
  font-family: "Forum", serif;
  font-size: 32px;
  margin-bottom: 14px;
}

.junior-page .junior-policy-card ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 6px;
}

.junior-page .junior-location {
  background: #f8f5f2;
  padding: 82px 0;
}

.junior-page .junior-location__image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.junior-page .junior-location__content p {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.junior-page .junior-location__content ul {
  margin-bottom: 26px;
}

.junior-page .junior-location__content ul li {
  list-style: none;
  font-size: 17px;
  line-height: 2;
}

.junior-page .junior-location__content ul li i {
  color: #8b7363;
  margin-right: 8px;
}

.junior-page .junior-faq {
  background: #fff;
  padding: 76px 0 90px;
}

.junior-page .junior-faq__item {
  border-top: 1px solid #eee2d8;
  padding: 18px 0;
}

.junior-page .junior-faq__item:last-child {
  border-bottom: 1px solid #eee2d8;
}

.junior-page .junior-faq__item h4 {
  font-size: 30px;
  font-family: "Forum", serif;
  margin-bottom: 8px;
}

.junior-page .junior-faq__item p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.junior-page .junior-booking-module {
  background: #f6f2ee;
  padding: 74px 0;
}

.junior-page .junior-booking-module__box {
  background: #fff;
  border: 1px solid #e8dfd6;
  padding: 34px 30px;
}

.junior-page .junior-booking-module__field {
  border: 1px solid #ece3da;
  padding: 12px 14px;
  min-height: 72px;
}

.junior-page .junior-booking-module__field label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8b7363;
  margin-bottom: 6px;
}

.junior-page .junior-booking-module__field p {
  margin: 0;
  font-size: 18px;
  font-family: "Forum", serif;
}

.junior-page .junior-related {
  background: #fff;
  padding: 78px 0;
}

.junior-page .junior-related__card {
  display: block;
  border: 1px solid #ece3da;
  margin-bottom: 20px;
  background: #fff;
}

.junior-page .junior-related__card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.junior-page .junior-related__content {
  padding: 18px 18px 20px;
}

.junior-page .junior-related__content h4 {
  font-size: 30px;
  font-family: "Forum", serif;
  color: #111;
  margin-bottom: 6px;
}

.junior-page .junior-related__content span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: #8b7363;
}

.junior-page .junior-concierge {
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
}

.junior-page .junior-concierge__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
}

.junior-page .junior-concierge__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #fff;
  padding: 60px 0;
}

.junior-page .junior-concierge__content span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  margin-bottom: 10px;
}

.junior-page .junior-concierge__content h3 {
  font-size: 52px;
  font-family: "Forum", serif;
  color: #fff;
  margin-bottom: 12px;
}

.junior-page .junior-concierge__content p {
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.junior-page .junior-story {
  min-height: 460px;
  display: flex;
  align-items: center;
  position: relative;
}

.junior-page .junior-story__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.junior-page .junior-story__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #fff;
  padding: 70px 0;
}

.junior-page .junior-story__content h3 {
  font-size: 52px;
  color: #fff;
  font-family: "Forum", serif;
  margin-bottom: 18px;
}

.junior-page .junior-story__content p {
  font-size: 20px;
  line-height: 1.7;
}

/* Sacher-inspired homepage (index) */
.sacher-home {
  background: #ffffff;
}

.sacher-home .sacher-btn {
  display: inline-block;
  background: #3e2e25;
  color: #fff;
  padding: 12px 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.sacher-home .sacher-link {
  display: inline-block;
  color: #3e2e25;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #3e2e25;
  padding-bottom: 3px;
}

.sacher-home .sacher-section-head {
  margin-bottom: 24px;
}

.sacher-home .sacher-section-head span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  color: #9b7a67;
  margin-bottom: 8px;
}

.sacher-home .sacher-section-head h3 {
  font-size: 44px;
  font-family: "Forum", serif;
}

.sacher-home .sacher-hero {
  min-height: 78vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #8f8f8f;
}

/* Make home header + hero full-width with no side padding */
.sacher-home .header .container,
.sacher-home .header__nav__option > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Remove the empty top strip that creates white space above the hero */
.sacher-home .header__top {
  display: none;
}

/* Keep only a small left inset for logo as requested */
.sacher-home .header__logo {
  padding: 10px 0 10px 5px;
}

.sacher-home .header__nav__widget {
  padding-right: 5px;
}

/* Remove visible white gap under fixed header by matching home offset to header height */
.sacher-home {
  padding-top: 84px;
}

.sacher-home .header__nav {
  padding: 10px 0;
}

/* Let the hero image bleed edge-to-edge */
.sacher-home .sacher-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* Remove gap between header and first hero on home */
.sacher-home .sacher-hero {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.sacher-home .sacher-hero__overlay,
.sacher-home .sacher-rooms__overlay,
.sacher-home .sacher-quote__overlay,
.sacher-home .sacher-health__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Darker home header (noya image) overlay */
.sacher-home .sacher-hero__overlay {
  background: rgba(0, 0, 0, 0.68);
}

/* Keep NOYA header image (noyaheaderr) without dark tint */
.sacher-home .sacher-hero .sacher-hero__slider + .sacher-hero__overlay {
  background: rgba(0, 0, 0, 0.62);
}

.sacher-home .sacher-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0%;
  display: block;
  z-index: 0;
}

.sacher-home .sacher-rooms__overlay {
  background: rgba(0, 0, 0, 0.68);
}

.sacher-home .sacher-hero__content {
  max-width: 92%;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 4vh;
  z-index: 2;
}

.sacher-home .sacher-hero__content h1 {
  color: #fff;
  font-size: 52px !important;
  line-height: 0.95;
  font-family: "Traviata", serif;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 20px;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

/* Hide the off-canvas hamburger on desktop home header */
@media (min-width: 992px) {
  .sacher-home .canvas__open {
    display: none !important;
  }
}

/* Junior Suite hero — Sacher-style: large primary line + small wide-tracked brand (parallax on .junior-hero-headline) */
.junior-room-page .junior-hero-headline {
  will-change: transform;
  text-align: left;
  padding-left: 20px;
}

.junior-room-page .sacher-hero__content .junior-hero-title {
  font-family: "Traviata", "Forum", "Playfair Display", serif !important;
  font-size: clamp(30px, 5.4vw, 58px) !important;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.28em !important;
  padding: 0 !important;
  display: block;
  text-shadow: none;
}

.junior-room-page .sacher-hero__content .junior-hero-brand {
  font-family: "Traviata", "Forum", "Playfair Display", serif;
  font-size: clamp(11px, 1.35vw, 15px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-left: 0.12em;
}

/* Cookie consent banner */
.cookie-consent {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-consent__inner {
  width: min(820px, 100%);
  background: #fff;
  color: #181818;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  padding: 16px 18px;
  pointer-events: auto;
}

.cookie-consent__title {
  margin: 0 0 6px;
  font-family: "Traviata", "Forum", serif;
  font-size: 24px;
  font-weight: 400;
}

.cookie-consent__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.cookie-consent__actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-consent__btn {
  border: 1px solid #b17256;
  background: #fff;
  color: #b17256;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-consent__btn--accept {
  background: #b17256;
  color: #fff;
}

.cookie-consent.is-hidden {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

@media (max-width: 575px) {
  .cookie-consent {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cookie-consent__inner {
    padding: 14px;
  }

  .cookie-consent__title {
    font-size: 20px;
  }

  .cookie-consent__actions {
    justify-content: stretch;
  }

  .cookie-consent__btn {
    flex: 1 1 0;
  }
}

.junior-room-page .sacher-hero {
  min-height: clamp(420px, 72vh, 840px);
}

.junior-room-page .sacher-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Keep junior 1111.jpeg slightly lighter than the darker home overlay */
.junior-room-page .sacher-hero__overlay {
  background: transparent;
}

@media (max-width: 991px) {
  .junior-room-page .sacher-hero__content .junior-hero-title {
    font-size: clamp(27px, 7.2vw, 46px) !important;
  }

  .junior-room-page .sacher-hero__content .junior-hero-brand {
    font-size: clamp(10px, 1.8vw, 13px);
    letter-spacing: 0.42em;
  }
}

@media (max-width: 575px) {
  .junior-room-page .sacher-hero__content .junior-hero-title {
    font-size: clamp(22px, 7.6vw, 34px) !important;
    letter-spacing: 0.035em;
  }

  .junior-room-page .sacher-hero__content .junior-hero-brand {
    font-size: 10px;
    letter-spacing: 0.36em;
  }
}

.sacher-home .sacher-hero__content h2 {
  color: #fff;
  font-size: 28px;
  font-family: "Forum", serif;
  margin-bottom: 14px;
}

.sacher-home .sacher-hero__content p {
  color: #fff;
  max-width: 560px;
  margin-bottom: 24px;
}

.sacher-home .sacher-intro {
  padding: 84px 0;
}

.sacher-home .sacher-intro p {
  font-size: 21px;
  line-height: 1.8;
  max-width: 1100px;
}

.sacher-home .sacher-events {
  padding: 8px 0 82px;
  background: #ffffff;
}

.sacher-home .sacher-events .container {
  max-width: 100%;
  padding-left: 220px;
  padding-right: 220px;
}

.sacher-home .sacher-events__slider {
  position: relative;
}

.sacher-home .sacher-events__viewport {
  overflow: hidden;
}

.sacher-home .sacher-events__track {
  display: flex;
  gap: 22px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.sacher-home .sacher-events__item {
  flex: 0 0 calc((100% - 66px) / 4);
  max-width: calc((100% - 66px) / 4);
}

.sacher-home .sacher-card {
  min-height: 560px;
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}

.sacher-home .sacher-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.sacher-home .sacher-card__content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 24px;
}

.sacher-home .sacher-card__content h4 {
  color: #fff;
  font-size: clamp(18px, 1.7vw, 24px);
  font-family: "Traviata", "Forum", serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin-bottom: 4px;
  text-wrap: balance;
}

.sacher-home .sacher-card__content p {
  color: #f2f2f2;
  margin: 0;
}

.sacher-home .sacher-events__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #c69a79;
  background: #b17256;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  z-index: 3;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.sacher-home .sacher-events__nav:hover {
  background: #c6906f;
  border-color: #c6906f;
}

.sacher-home .sacher-events__nav--prev {
  left: -122px;
}

.sacher-home .sacher-events__nav--next {
  right: -122px;
}

.sacher-home .sacher-events__nav.is-hidden {
  display: none;
}

.sacher-home .sacher-rooms,
.sacher-home .sacher-health {
  min-height: 780px;
  display: flex;
  align-items: center;
  position: relative;
}

.sacher-home .sacher-rooms {
  min-height: clamp(460px, 72vh, 780px);
}

.sacher-home .sacher-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.sacher-home .sacher-banner-content span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: clamp(10px, 1.6vw, 13px);
  margin-bottom: 8px;
}

.sacher-home .sacher-banner-content h3 {
  color: #fff;
  font-size: 58px;
  font-family: "Forum", serif;
  margin-bottom: 16px;
}

.sacher-home .sacher-banner-content .sacher-link {
  color: #fff;
  border-bottom-color: #fff;
}

.sacher-home .sacher-rooms .sacher-banner-content h3 {
  text-transform: uppercase;
  font-family: "Traviata", "Forum", serif;
  font-size: clamp(28px, 3.9vw, 58px);
  letter-spacing: 1px;
}

.sacher-home .sacher-rooms .sacher-banner-content {
  margin-top: 110px;
  margin-left: -70px;
}

.sacher-home .sacher-rooms .sacher-banner-content .sacher-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 48px;
  padding: 0 26px;
  background: #b17256;
  border: 1px solid #b17256;
  color: #fff;
  border-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 12px;
  font-weight: 700;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.sacher-home .sacher-rooms .sacher-banner-content .sacher-link:hover {
  background: #c6906f;
  border-color: #c6906f;
  color: #fff;
}

/* Match banner design for Health Club */
.sacher-home .sacher-health .sacher-banner-content {
  margin-top: 110px;
  margin-left: -70px;
}

.sacher-home .sacher-health .sacher-banner-content h3 {
  text-transform: uppercase;
  font-family: "Traviata", "Forum", serif;
  font-size: clamp(28px, 3.9vw, 58px);
  letter-spacing: 1px;
}

.sacher-home .sacher-health .sacher-banner-content .sacher-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 48px;
  padding: 0 26px;
  background: #b17256;
  border: 1px solid #b17256;
  color: #fff;
  border-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 12px;
  font-weight: 700;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.sacher-home .sacher-health .sacher-banner-content .sacher-link:hover {
  background: #c6906f;
  border-color: #c6906f;
  color: #fff;
}

.sacher-home .sacher-cuisine,
.sacher-home .sacher-welcome,
.sacher-home .sacher-events-venues {
  padding: 88px 0;
}

.sacher-home .sacher-feature .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sacher-home .sacher-feature__grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 0;
  align-items: stretch;
  background: #ffffff;
}

.sacher-home .sacher-welcome .sacher-feature__grid {
  column-gap: 26px;
}

.sacher-home .sacher-feature__left {
  min-height: 1320px;
}

.sacher-home .sacher-welcome .sacher-feature__left {
  display: flex;
  justify-content: flex-start;
  min-height: 1000px;
}

.sacher-home .sacher-feature__right {
  display: grid;
  grid-template-rows: 340px 1fr;
  min-height: 1320px;
  overflow: hidden;
}

.sacher-home .sacher-welcome .sacher-feature__right {
  grid-template-rows: auto 1fr;
  overflow: visible;
  min-height: 1000px;
}

.sacher-home .sacher-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sacher-home .sacher-feature__image--tall {
  max-height: 1320px;
}

.sacher-home .sacher-welcome .sacher-feature__image--tall {
  width: 100%;
  position: relative;
  top: -48px;
  max-height: 1000px;
}

.sacher-home .sacher-welcome .sacher-feature__image--quarter {
  width: min(66%, 460px);
  aspect-ratio: 4 / 5;
  height: auto !important;
  max-height: none;
  margin: -45px 140px 0 auto;
  object-fit: contain;
}

.sacher-home .sacher-feature__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 46px 60px;
  background: #ffffff;
}

.sacher-home .sacher-feature__content span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #4d4d4d;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sacher-home .sacher-feature__content h3 {
  margin: 0 0 16px;
  font-size: clamp(40px, 3.3vw, 58px);
  line-height: 1.04;
  text-transform: uppercase;
  font-family: "Traviata", "Forum", serif;
  color: #191919;
}

.sacher-home .sacher-feature__content p {
  margin: 0 0 28px;
  max-width: 560px;
  font-size: 19px;
  line-height: 1.65;
  color: #2f2f2f;
  font-family: "Traviata", "Forum", serif;
}

.sacher-home .sacher-feature__content .sacher-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid #b17256;
  background: #b17256;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 12px;
  font-weight: 700;
}

.sacher-home .sacher-feature__content .sacher-link:hover {
  background: #c6906f;
  border-color: #c6906f;
  color: #fff;
}

.sacher-home .sacher-welcome .sacher-feature__content span,
.sacher-home .sacher-welcome .sacher-feature__content h3,
.sacher-home .sacher-welcome .sacher-feature__content p {
  font-family: "Traviata", "Forum", serif;
}

.sacher-home .sacher-copy-block span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #9b7a67;
  margin-bottom: 10px;
  font-size: 12px;
}

.sacher-home .sacher-copy-block h3 {
  font-size: 50px;
  font-family: "Forum", serif;
  margin-bottom: 14px;
}

.sacher-home .sacher-copy-block p {
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.sacher-home .sacher-media {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.sacher-home .sacher-quote {
  min-height: 410px;
  display: flex;
  align-items: center;
  position: relative;
}

.sacher-home .sacher-quote blockquote {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 34px;
  line-height: 1.45;
  font-family: "Forum", serif;
  max-width: 980px;
  margin-bottom: 18px;
}

.sacher-home .sacher-quote__author {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.sacher-home .sacher-social {
  padding: 90px 0;
  background: #ffffff;
}

.sacher-home .sacher-mozart {
  background: #ffffff;
  padding: 96px 0;
}

.sacher-home .sacher-mozart__grid {
  display: grid;
  grid-template-columns: minmax(380px, 560px) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.sacher-home .sacher-mozart__image img,
.sacher-home .sacher-mozart__image video {
  width: 100%;
  min-height: 740px;
  object-fit: cover;
  display: block;
}

.sacher-home .sacher-mozart__content {
  max-width: 600px;
  padding-top: 34px;
}

.sacher-home .sacher-mozart__content h3 {
  margin: 0 0 20px;
  font-size: clamp(40px, 3.8vw, 58px);
  line-height: 1.04;
  font-family: "Traviata", "Forum", serif;
  font-weight: 400;
  color: #1f1f1f;
  text-transform: uppercase;
}

.sacher-home .sacher-mozart__content h4 {
  margin: 0 0 18px 110px;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #b17256;
  font-weight: 700;
  font-family: "Traviata", "Forum", serif;
}

.sacher-home .sacher-mozart__content p {
  margin: 0 0 0 110px;
  font-size: 18px;
  line-height: 1.56;
  color: #4c4a4f;
  font-family: "Traviata", "Forum", serif;
}

.sacher-home .sacher-social__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.sacher-home .sacher-social__grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.sacher-home .sacher-facilities {
  padding: 90px 0 96px;
  background: #ffffff;
  font-family: "Traviata", "Forum", serif;
}

.sacher-home .sacher-facilities,
.sacher-home .sacher-facilities * {
  font-family: "Traviata", "Forum", serif;
}

.sacher-home .sacher-facilities__grid {
  display: grid;
  grid-template-columns: minmax(340px, 510px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.sacher-home .sacher-facilities__visual {
  position: relative;
  padding-bottom: 82px;
  filter: drop-shadow(0 20px 34px rgba(34, 24, 18, 0.12));
}

.sacher-home .sacher-facilities__img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.sacher-home .sacher-facilities__img--main {
  height: 560px;
  border-radius: 2px;
}

.sacher-home .sacher-facilities__img--sub {
  position: absolute;
  width: 52%;
  right: -12px;
  bottom: 0;
  height: 180px;
  border: 8px solid #fff;
  box-shadow: 0 18px 30px rgba(33, 22, 17, 0.22);
}

.sacher-home .sacher-facilities__kicker {
  display: inline-block;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 12px;
  color: #8d6f5d;
  font-weight: 700;
}

.sacher-home .sacher-facilities__content h3 {
  margin: 0 0 18px;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 1.04;
  text-transform: uppercase;
  color: #161616;
  font-family: "Traviata", "Forum", serif;
  max-width: 560px;
}

.sacher-home .sacher-facilities__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.sacher-home .sacher-facilities__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #e1d6ce;
  background: #ffffff;
  color: #4e433c;
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.sacher-home .sacher-facilities__chips span:hover {
  background: #b17256;
  border-color: #b17256;
  color: #fff;
  transform: translateY(-1px);
}

.sacher-home .sacher-facilities__accordion {
  border-top: 1px solid #e8dfd9;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}

.sacher-home .sacher-facilities__item {
  border-bottom: 1px solid #e8dfd9;
}

.sacher-home .sacher-facilities__item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 2px;
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #2b2b2b;
  font-family: "Traviata", "Forum", serif;
  position: relative;
  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}

.sacher-home .sacher-facilities__item summary::-webkit-details-marker {
  display: none;
}

.sacher-home .sacher-facilities__item summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  color: #b17256;
}

.sacher-home .sacher-facilities__item[open] summary::after {
  content: "-";
}

.sacher-home .sacher-facilities__item[open] summary {
  color: #b17256;
  padding-left: 10px;
}

.sacher-home .sacher-facilities__item p {
  margin: 0 0 16px;
  padding-right: 26px;
  color: #5d5853;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 10px;
}

/* Mobile-only room category block like Sacher card list */
.sacher-home .sacher-mobile-categories {
  display: none;
}

@media (max-width: 991px) {
  .sacher-home .sacher-facilities {
    padding: 70px 0 74px;
  }

  .sacher-home .sacher-facilities__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sacher-home .sacher-facilities__visual {
    max-width: 640px;
    margin: 0 auto;
  }

  .sacher-home .sacher-facilities__img--main {
    height: 440px;
  }

  .sacher-home .sacher-facilities__img--sub {
    width: 48%;
    height: 160px;
    right: 6px;
  }

  .sacher-home .sacher-feature__grid {
    grid-template-columns: 1fr;
  }

  .sacher-home .sacher-welcome .sacher-feature__grid {
    column-gap: 0;
  }

  .sacher-home .sacher-welcome {
    padding: 44px 0;
  }

  .sacher-home .sacher-feature__left {
    min-height: 0;
  }

  /* Welcome: desktop min-height: 1000px must not apply on mobile (huge gap coat → hand) */
  .sacher-home .sacher-welcome .sacher-feature__left {
    min-height: 0;
  }

  .sacher-home .sacher-feature__right {
    min-height: 0;
    grid-template-rows: 290px auto;
  }

  .sacher-home .sacher-welcome .sacher-feature__right {
    grid-template-rows: auto auto;
    overflow: visible;
    row-gap: 10px;
    min-height: 0;
    align-content: start;
  }

  .sacher-home .sacher-feature__image--tall {
    height: 1060px;
    max-height: 1060px;
    position: relative;
    top: -54px;
  }

  .sacher-home .sacher-welcome .sacher-feature__image--tall {
    width: 100%;
    height: auto;
    max-height: clamp(260px, 58vmin, 440px);
    min-height: 0;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    top: 0;
  }

  .sacher-home .sacher-welcome .sacher-feature__image--quarter {
    width: min(68%, 300px);
    aspect-ratio: 4 / 5;
    height: auto !important;
    max-height: none;
    margin: 0 20px 0 auto;
    object-fit: contain;
  }

  .sacher-home .sacher-welcome .sacher-feature__content {
    padding: 12px 22px 32px;
  }

  .sacher-home .sacher-feature__content {
    padding: 40px 22px 44px;
  }

  .sacher-home .sacher-feature__content h3 {
    font-size: clamp(34px, 6vw, 48px);
  }

  .sacher-home .sacher-feature__content p {
    font-size: 18px;
    line-height: 1.55;
  }

  .sacher-home .sacher-events .container {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sacher-home .sacher-events__item {
    flex: 0 0 calc((100% - 44px) / 3);
    max-width: calc((100% - 44px) / 3);
  }

  .sacher-home .sacher-card {
    min-height: 430px;
  }

  .sacher-home .sacher-events__nav {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .sacher-home .sacher-events__nav--prev {
    left: -28px;
  }

  .sacher-home .sacher-events__nav--next {
    right: -28px;
  }

  .sacher-home .sacher-hero {
    min-height: 62vh;
    /* Clear strip between hero (1111.jpeg) and Mozart video */
    margin-bottom: clamp(44px, 12vw, 88px);
  }

  .sacher-home .sacher-hero__content {
    bottom: 9vh;
  }
  .sacher-home .sacher-hero__content h1 {
    font-size: 52px;
  }

  .sacher-home .sacher-section-head h3,
  .sacher-home .sacher-copy-block h3 {
    font-size: 36px;
  }

  .sacher-home .sacher-banner-content h3 {
    font-size: 42px;
  }

  .sacher-home .sacher-media {
    height: 420px;
    margin-bottom: 20px;
  }

  .sacher-home .sacher-social__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sacher-home .sacher-mozart {
    padding: 56px 0 40px;
  }

  .sacher-home .sacher-mozart__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sacher-home .sacher-mozart__image img,
  .sacher-home .sacher-mozart__image video {
    min-height: 420px;
  }

  .sacher-home .sacher-mozart__content {
    max-width: 100%;
    padding-top: 0;
  }

  .sacher-home .sacher-mozart__content p {
    margin-left: 72px;
  }

  .sacher-home .sacher-mozart__content h4 {
    margin-left: 72px;
  }
}

@media (max-width: 991px) {
  .sacher-home .sacher-mobile-categories {
    display: block;
    background: #efefef;
  }

  .sacher-home .sacher-mobile-categories__head {
    text-align: center;
    padding: 24px 16px 18px;
    border-bottom: 1px solid #e2e2e2;
  }

  .sacher-home .sacher-mobile-categories__head h4 {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0 0 12px;
    text-transform: uppercase;
  }

  .sacher-home .sacher-mobile-categories__head p {
    margin: 0;
    font-size: 35px;
    line-height: 1.15;
    font-family: "Forum", serif;
    color: #111;
  }

  .sacher-home .sacher-mobile-categories__head a {
    display: inline-block;
    color: #b17256;
    border-bottom: 2px solid #b17256;
    font-size: 33px;
    line-height: 1.15;
    font-family: "Forum", serif;
    margin-top: 2px;
  }

  .sacher-home .sacher-mobile-categories__list {
    background: #f4f4f4;
  }

  .sacher-home .sacher-mobile-room {
    display: flex;
    gap: 14px;
    padding: 14px 10px;
    border-bottom: 1px solid #e4e4e4;
    color: inherit;
  }

  .sacher-home .sacher-mobile-room img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .sacher-home .sacher-mobile-room__content span {
    display: block;
    font-size: 13px;
    letter-spacing: 1.1px;
    font-weight: 700;
    color: #4a4a4a;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .sacher-home .sacher-mobile-room__content h5 {
    margin: 0 0 4px;
    font-size: 29px;
    line-height: 1.05;
    font-family: "Forum", serif;
    color: #111;
    text-transform: uppercase;
  }

  .sacher-home .sacher-mobile-room__content p {
    margin: 0;
    font-size: 26px;
    line-height: 1.05;
    font-family: "Forum", serif;
    color: #243543;
  }
}

@media (max-width: 575px) {
  .sacher-home .sacher-facilities {
    padding: 56px 0 60px;
  }

  .sacher-home .sacher-facilities__visual {
    padding-bottom: 58px;
  }

  .sacher-home .sacher-facilities__img--main {
    height: 320px;
  }

  .sacher-home .sacher-facilities__img--sub {
    width: 56%;
    height: 120px;
    border-width: 5px;
    right: 2px;
  }

  .sacher-home .sacher-facilities__content h3 {
    font-size: 31px;
  }

  .sacher-home .sacher-facilities__chips span {
    font-size: 11px;
    min-height: 32px;
  }

  .sacher-home .sacher-facilities__item summary {
    font-size: 14px;
    padding: 14px 2px;
  }

  .sacher-home .sacher-facilities__item p {
    font-size: 13px;
    padding-right: 4px;
  }

  .sacher-home .sacher-feature__right {
    grid-template-rows: 220px auto;
  }

  .sacher-home .sacher-welcome .sacher-feature__left {
    min-height: 0;
  }

  .sacher-home .sacher-welcome .sacher-feature__right {
    grid-template-rows: auto auto;
    overflow: visible;
    row-gap: 8px;
    min-height: 0;
    align-content: start;
  }

  .sacher-home .sacher-feature__image--tall {
    height: 880px;
    max-height: 880px;
    position: relative;
    top: -48px;
  }

  .sacher-home .sacher-welcome .sacher-feature__image--tall {
    height: auto;
    max-height: clamp(220px, 52vmin, 360px);
    min-height: 0;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    top: 0;
  }

  .sacher-home .sacher-welcome .sacher-feature__image--quarter {
    width: min(74%, 220px);
    aspect-ratio: 4 / 5;
    height: auto !important;
    max-height: none;
    margin: 0 12px 0 auto;
    object-fit: contain;
  }

  .sacher-home .sacher-welcome .sacher-feature__content {
    padding: 8px 16px 28px;
  }

  .sacher-home .sacher-feature__content {
    padding: 30px 16px 34px;
  }

  .sacher-home .sacher-feature__content span {
    font-size: 12px;
    letter-spacing: 1.8px;
    margin-bottom: 12px;
  }

  .sacher-home .sacher-feature__content h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .sacher-home .sacher-feature__content p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .sacher-home .sacher-feature__content .sacher-link {
    min-width: 150px;
    min-height: 46px;
    font-size: 11px;
  }

  .sacher-home .sacher-events .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .sacher-home .sacher-events__item {
    flex: 0 0 calc((100% - 22px) / 2);
    max-width: calc((100% - 22px) / 2);
  }

  .sacher-home .sacher-card {
    min-height: 390px;
  }

  .sacher-home .sacher-events__nav {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .sacher-home .sacher-events__nav--prev {
    left: -16px;
  }

  .sacher-home .sacher-events__nav--next {
    right: -16px;
  }

  .sacher-home .sacher-hero__content {
    bottom: 10vh;
  }
  .sacher-home .sacher-hero__content h1 {
    font-size: 36px;
  }

  .sacher-home .sacher-intro,
  .sacher-home .sacher-events,
  .sacher-home .sacher-cuisine,
  .sacher-home .sacher-welcome,
  .sacher-home .sacher-events-venues,
  .sacher-home .sacher-social {
    padding: 56px 0;
  }

  .sacher-home .sacher-welcome {
    padding: 32px 0;
  }

  .sacher-home .sacher-rooms,
  .sacher-home .sacher-health {
    min-height: 580px;
  }

  .sacher-home .sacher-rooms {
    min-height: clamp(320px, 60vh, 580px);
  }

  .sacher-home .sacher-banner-content h3 {
    font-size: 32px;
  }

  .sacher-home .sacher-media {
    height: 280px;
  }

  .sacher-home .sacher-social__grid {
    grid-template-columns: 1fr;
  }

  .sacher-home .sacher-mozart {
    padding: 48px 0 32px;
  }

  .sacher-home .sacher-mozart__image img,
  .sacher-home .sacher-mozart__image video {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .sacher-home .sacher-mozart__content h3 {
    font-size: 34px;
  }

  .sacher-home .sacher-mozart__content h4 {
    margin-left: 0;
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .sacher-home .sacher-mozart__content p {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.52;
  }
}

/* Make header logos responsive */
.header__logo img,
.offcanvas__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.header__logo a img {
  max-height: 56px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .header__logo img,
  .offcanvas__logo img {
    max-height: 40px;
    max-width: 82vw;
  }

  .header__logo a img {
    max-height: 40px;
  }
}

/* Ensure mobile menu icon is visible on the home page */
.sacher-home .canvas__open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed !important;
  right: 18px;
  top: 18px;
  z-index: 1100;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #222;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.sacher-home .canvas__open span,
.sacher-home .canvas__open .fa {
  font-family: FontAwesome !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

@media (min-width: 992px) {
  .sacher-home .canvas__open {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .sacher-home .parallax-bg {
    background-size: cover !important;
    background-position: center center !important;
  }

  body.sacher-home > br,
  .sacher-home .sacher-mozart > br,
  .sacher-home .sacher-mozart__content > br,
  .sacher-home .sacher-events .sacher-section-head > br {
    display: none !important;
  }

  /* Reinforce gap hero → Mozart (spacer <br> hidden on small screens) */
  .sacher-home .sacher-hero {
    margin-bottom: clamp(44px, 12vw, 88px);
  }

  .sacher-home .sacher-rooms {
    min-height: clamp(300px, 48vh, 460px);
    /* Spacer <br> tags are hidden on mobile — add gap before next section */
    margin-bottom: 40px;
  }

  .sacher-home .sacher-rooms .sacher-banner-content,
  .sacher-home .sacher-health .sacher-banner-content {
    margin-top: 70px;
    margin-left: 0;
    padding: 0 18px;
    text-align: left;
  }

  .sacher-home .sacher-rooms .sacher-banner-content h3,
  .sacher-home .sacher-health .sacher-banner-content h3 {
    font-size: clamp(24px, 7.2vw, 42px);
    margin-bottom: 12px;
  }

  .sacher-home .sacher-banner-content span {
    letter-spacing: 2.4px;
  }

  .sacher-home .sacher-rooms .sacher-banner-content .sacher-link,
  .sacher-home .sacher-health .sacher-banner-content .sacher-link {
    min-width: 150px;
    min-height: 44px;
    padding: 0 20px;
    font-size: 11px;
  }

  /* Hide stray spacer <br> tags across the home page on medium-and-down */
  .sacher-home br {
    display: none;
  }

  .junior-page .junior-hero {
    min-height: 460px;
    height: 62vh;
  }

  .junior-page .junior-hero__content h1 {
    font-size: 52px;
  }

  .junior-page .junior-details__top {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .junior-page .junior-details__facts {
    border-left: none;
    padding-left: 0;
  }

  .junior-page .junior-gallery__main img,
  .junior-page .junior-gallery__side img {
    height: 380px;
  }
}

@media (max-width: 575px) {
  .sacher-home .sacher-rooms {
    min-height: 320px;
    margin-bottom: 48px;
  }

  .sacher-home .sacher-rooms__overlay {
    background: rgba(0, 0, 0, 0.58);
  }

  .sacher-home .sacher-rooms .sacher-banner-content,
  .sacher-home .sacher-health .sacher-banner-content {
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px;
    text-align: center;
    width: min(100%, 360px);
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  .sacher-home .sacher-rooms .sacher-banner-content h3,
  .sacher-home .sacher-health .sacher-banner-content h3 {
    font-size: clamp(24px, 8.6vw, 38px);
    line-height: 1.08;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .sacher-home .sacher-rooms .sacher-banner-content span,
  .sacher-home .sacher-health .sacher-banner-content span {
    font-size: 11px;
    letter-spacing: 2.2px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .sacher-home .sacher-rooms .sacher-banner-content .sacher-link,
  .sacher-home .sacher-health .sacher-banner-content .sacher-link {
    display: flex;
    width: min(100%, 290px);
    min-height: 46px;
    margin: 0 auto;
    padding: 0 18px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .junior-page .junior-hero {
    min-height: 370px;
    height: 55vh;
  }

  .junior-page .junior-hero__content {
    padding-bottom: 34px;
  }

  .junior-page .junior-hero__content h1 {
    font-size: 38px;
  }

  .junior-page .junior-details {
    padding-top: 54px;
  }

  .junior-page .junior-details__headline h2 {
    font-size: 40px;
  }

  .junior-page .junior-details__headline p {
    font-size: 17px;
  }

  .junior-page .junior-amenities {
    padding: 56px 0;
  }

  .junior-page .junior-amenities__item {
    margin-bottom: 22px;
  }

  .junior-page .junior-section-title h3 {
    font-size: 34px;
  }

  .junior-page .junior-highlights,
  .junior-page .junior-policies,
  .junior-page .junior-location,
  .junior-page .junior-faq {
    padding: 56px 0;
  }

  .junior-page .junior-highlights__item {
    min-height: auto;
    margin-bottom: 16px;
  }

  .junior-page .junior-policy-card {
    margin-bottom: 16px;
  }

  .junior-page .junior-location__image img {
    min-height: 300px;
    margin-bottom: 18px;
  }

  .junior-page .junior-faq__item h4 {
    font-size: 24px;
  }

  .junior-page .junior-booking-module,
  .junior-page .junior-related {
    padding: 56px 0;
  }

  .junior-page .junior-booking-module__box {
    padding: 24px 18px;
  }

  .junior-page .junior-booking-module__field {
    margin-bottom: 12px;
    min-height: 64px;
  }

  .junior-page .junior-related__card img {
    height: 230px;
  }

  .junior-page .junior-concierge__content h3 {
    font-size: 35px;
  }

  .junior-page .junior-concierge__content p {
    font-size: 17px;
  }

  .junior-page .junior-story__content h3 {
    font-size: 36px;
  }

  .junior-page .junior-story__content p {
    font-size: 17px;
  }
}

/* Sacher-style room categories section for rooms.html */
.rooms-page .sacher-roomcats {
  background: #efefef;
  padding: 42px 0 26px;
}

.rooms-page .sacher-roomcats__head {
  text-align: center;
  margin-bottom: 38px;
  position: relative;
  z-index: 1400;
  overflow: visible !important;
}

.rooms-page .sacher-roomcats__head h5 {
  margin: 0 0 28px;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #36424d;
  font-weight: 700;
  font-family: "Forum", serif;
}

.rooms-page .sacher-roomcats__head h2 {
  margin: 0;
  font-family: "Forum", serif;
  font-size: 27px;
  color: #111;
  line-height: 1.2;
}

.rooms-page .sacher-roomcats__head .room-suite-intro {
  font-family: "Forum", serif;
  font-size: 27px;
  font-weight: 400;
}

.rooms-page .sacher-roomcats__head h2 a {
  color: #b17256;
  border-bottom: 2px solid #b17256;
  margin-left: 8px;
  font-family: "Forum", serif;
  font-size: 27px;
}

.rooms-page .sacher-roomcats__head .room-suite-dropdown {
  position: relative;
  display: inline-block;
  z-index: 1450;
}

.rooms-page .sacher-roomcats__head .room-suite-dropdown > a::after {
  content: none;
}

.rooms-page .sacher-roomcats__head .room-suite-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 8px);
  z-index: 1600;
  min-width: 360px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

/* Keep dropdown always above cards/images on room pages */
.rooms-page .sacher-roomcats__grid-wrap,
.rooms-page .sacher-roomcats__viewport,
.rooms-page .sacher-roomcats__grid {
  position: relative;
  z-index: 1;
}

.rooms-page
  .sacher-roomcats__head
  .room-suite-dropdown:hover
  .room-suite-dropdown__menu,
.rooms-page
  .sacher-roomcats__head
  .room-suite-dropdown:focus-within
  .room-suite-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.rooms-page .sacher-roomcats__head .room-suite-dropdown__menu li {
  border: none;
}

.rooms-page .sacher-roomcats__head .room-suite-dropdown__menu li a {
  display: block;
  padding: 8px 20px;
  font-family: "Forum", serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  color: #101010;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.rooms-page .sacher-roomcats__head .room-suite-dropdown__menu li a:hover {
  color: #3e2e25;
  background: #faf8f6;
}

.rooms-page .sacher-roomcats__grid-wrap {
  --rooms-card-image-h: 305px;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.rooms-page .sacher-roomcats__viewport {
  overflow: hidden;
  position: relative;
}

.rooms-page .sacher-roomcats__viewport::before,
.rooms-page .sacher-roomcats__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  height: var(--rooms-card-image-h);
  width: 104px;
  z-index: 2;
  pointer-events: none;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.rooms-page .sacher-roomcats__viewport::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(239, 239, 239, 0.92) 0%,
    rgba(239, 239, 239, 0.72) 50%,
    rgba(239, 239, 239, 0) 100%
  );
}

.rooms-page .sacher-roomcats__viewport::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(239, 239, 239, 0.92) 0%,
    rgba(239, 239, 239, 0.72) 50%,
    rgba(239, 239, 239, 0) 100%
  );
}

.rooms-page .sacher-roomcats__viewport.has-prev::before {
  opacity: 1;
}

.rooms-page .sacher-roomcats__viewport.has-next::after {
  opacity: 1;
}

.rooms-page .sacher-roomcats__grid {
  display: flex;
  gap: 16px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.rooms-page .sacher-roomcats__item {
  display: block;
  background: #efefef;
  min-width: 0;
  flex: 0 0 calc((100% - 48px) / 4);
}

.rooms-page .sacher-roomcats__item img {
  width: 100%;
  height: var(--rooms-card-image-h);
  object-fit: cover;
  display: block;
}

.rooms-page .sacher-roomcats__content {
  text-align: center;
  padding: 30px 14px 34px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
}

.rooms-page .sacher-roomcats__content span {
  display: block;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #3d4650;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Forum", serif;
}

.rooms-page .sacher-roomcats__content h4 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.08;
  font-family: "Forum", serif;
  color: #0e0e0e;
  text-transform: uppercase;
  min-height: 62px;
}

.rooms-page .sacher-roomcats__content p {
  margin: auto 0 0;
  font-size: 24px;
  line-height: 1.06;
  font-family: "Forum", serif;
  color: #2f3d48;
}

.rooms-page .sacher-roomcats__nav {
  position: absolute;
  top: calc(var(--rooms-card-image-h) / 2);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #8b6a53;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  z-index: 3;
}

.rooms-page .sacher-roomcats__nav--prev {
  left: -8px;
}

.rooms-page .sacher-roomcats__nav--next {
  right: -8px;
}

.rooms-page .sacher-roomcats__nav.is-hidden {
  display: none;
}

@media (max-width: 991px) {
  .rooms-page .sacher-roomcats {
    padding: 12px 0 0;
  }

  .rooms-page .sacher-roomcats__head {
    display: none;
  }

  /* Remove large empty gaps created by manual <br> spacers on mobile */
  .rooms-page > br,
  .rooms-page .sacher-roomcats > br,
  .rooms-page .home-about > br {
    display: none !important;
  }

  .rooms-page .sacher-roomcats__grid-wrap {
    padding: 0;
    max-width: 100%;
  }

  .rooms-page .sacher-roomcats__grid {
    display: block;
    transform: none;
  }

  .rooms-page .sacher-roomcats__viewport::before,
  .rooms-page .sacher-roomcats__viewport::after {
    display: none;
  }

  .rooms-page .sacher-roomcats__item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: none;
    min-width: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
  }

  .rooms-page .sacher-roomcats__item img {
    width: 92px;
    height: 92px;
    flex-shrink: 0;
  }

  .rooms-page .sacher-roomcats__content {
    text-align: left;
    padding: 2px 0;
    min-height: auto;
    display: block;
  }

  .rooms-page .sacher-roomcats__content span {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: 0.8px;
    font-family: "Forum", serif;
  }

  .rooms-page .sacher-roomcats__content h4 {
    font-size: 22px;
    margin-bottom: 3px;
    font-family: "Forum", serif;
    min-height: 0;
  }

  .rooms-page .sacher-roomcats__content p {
    margin: 0;
    font-size: 18px;
    font-family: "Forum", serif;
  }

  .rooms-page .sacher-roomcats__nav {
    display: none !important;
  }
}

/* Booking.com style review strip (rooms page) */
.rooms-page .booking-review-strip {
  background: #efefef;
  padding: 40px 0 44px;
}

.rooms-page .booking-review-strip__grid {
  display: grid;
  grid-template-columns: 210px 220px 1fr 160px;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 28px 6px;
}

.rooms-page .booking-review-strip__brand,
.rooms-page .booking-review-strip__summary,
.rooms-page .booking-review-strip__bars {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.rooms-page .booking-badge {
  display: inline-block;
  background: #003b95;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 16px 13px;
  border-radius: 4px;
}

.rooms-page .booking-review-strip__summary h4 {
  margin: 0 0 6px;
  font-size: 36px;
  font-family: "Forum", serif;
  color: #1f1f1f;
}

.rooms-page .booking-review-strip__summary p {
  margin: 0;
  font-size: 24px;
  color: #1f1f1f;
  font-weight: 700;
}

.rooms-page .booking-review-strip__summary p span {
  font-size: 18px;
  color: #7c7c7c;
  font-weight: 400;
  margin-left: 8px;
}

.rooms-page .booking-review-strip__row {
  display: grid;
  grid-template-columns: 120px 1fr 40px;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rooms-page .booking-review-strip__row:last-child {
  margin-bottom: 0;
}

.rooms-page .booking-review-strip__row span {
  font-size: 18px;
  color: #4a4a4a;
}

.rooms-page .booking-progress {
  height: 14px;
  background: #d8d8d8;
  border-radius: 999px;
  overflow: hidden;
}

.rooms-page .booking-progress i {
  display: block;
  height: 100%;
  background: #0aa06e;
  border-radius: 999px;
}

.rooms-page .booking-review-strip__row strong {
  font-size: 24px;
  color: #3d3d3d;
  text-align: right;
}

.rooms-page .booking-review-strip__cta a {
  display: inline-block;
  background: #b17256;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 22px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .rooms-page .booking-review-strip__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 0;
  }

  .rooms-page .booking-review-strip__brand,
  .rooms-page .booking-review-strip__summary,
  .rooms-page .booking-review-strip__bars {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-right: 0;
    padding-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .rooms-page .booking-review-strip__summary h4 {
    font-size: 30px;
  }

  .rooms-page .booking-review-strip__summary p {
    font-size: 20px;
  }

  .rooms-page .booking-review-strip__summary p span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 16px;
  }

  .rooms-page .booking-review-strip__row {
    grid-template-columns: 88px 1fr 34px;
    gap: 8px;
  }

  .rooms-page .booking-review-strip__row span {
    font-size: 15px;
  }

  .rooms-page .booking-review-strip__row strong {
    font-size: 18px;
  }
}

/* Booking strip on homepage too */
.sacher-home .booking-review-strip {
  background: transparent;
  padding: 12px 0 14px;
  margin-top: 86px;
  font-family: "Traviata", "Forum", serif;
}

.sacher-home .booking-review-strip .container {
  max-width: 1520px;
  width: calc(100% - 24px);
}

.sacher-home .booking-review-strip__grid {
  display: grid;
  grid-template-columns: 220px 250px 1fr 190px;
  gap: 26px;
  align-items: center;
  border-top: none;
  border-bottom: none;
  padding: 10px 6px;
}

.sacher-home .booking-review-strip__brand,
.sacher-home .booking-review-strip__summary,
.sacher-home .booking-review-strip__bars {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.sacher-home .booking-badge {
  display: inline-block;
  background: #003b95;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 16px 13px;
  border-radius: 4px;
}

.sacher-home .booking-review-strip__summary h4 {
  margin: 0 0 4px;
  font-size: 31px;
  font-family: "Traviata", "Forum", serif;
  color: #1f1f1f;
}

.sacher-home .booking-review-strip__summary p {
  margin: 0;
  font-size: 18px;
  color: #1f1f1f;
  font-weight: 700;
}

.sacher-home .booking-review-strip__summary p span {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 400;
  margin-left: 8px;
}

.sacher-home .booking-review-strip__row {
  display: grid;
  grid-template-columns: 120px 1fr 40px;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.sacher-home .booking-review-strip__row:last-child {
  margin-bottom: 0;
}

.sacher-home .booking-review-strip__row span {
  font-size: 15px;
  color: #4a4a4a;
}

.sacher-home .booking-progress {
  height: 10px;
  background: #d8d8d8;
  border-radius: 999px;
  overflow: hidden;
}

.sacher-home .booking-progress i {
  display: block;
  height: 100%;
  background: #0aa06e;
  border-radius: 999px;
}

.sacher-home .booking-review-strip__row strong {
  font-size: 18px;
  color: #3d3d3d;
  text-align: right;
}

.sacher-home .booking-review-strip__cta a {
  display: inline-block;
  background: #b17256;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 200px;
  text-align: center;
  padding: 9px 22px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .sacher-home .booking-review-strip {
    margin-top: 60px;
    padding: 12px 0 14px;
  }

  .sacher-home .booking-review-strip__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 10px 0;
  }

  .sacher-home .booking-review-strip__brand,
  .sacher-home .booking-review-strip__summary,
  .sacher-home .booking-review-strip__bars {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-right: 0;
    padding-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .sacher-home .booking-review-strip {
    margin-top: 40px;
    padding: 10px 0 12px;
  }

  .sacher-home .booking-review-strip__summary h4 {
    font-size: 30px;
  }

  .sacher-home .booking-review-strip__summary p {
    font-size: 20px;
  }

  .sacher-home .booking-review-strip__summary p span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 16px;
  }

  .sacher-home .booking-review-strip__row {
    grid-template-columns: 88px 1fr 34px;
    gap: 8px;
  }

  .sacher-home .booking-review-strip__row span {
    font-size: 15px;
  }

  .sacher-home .booking-review-strip__row strong {
    font-size: 18px;
  }
}

/*--------------------------
  Testimonials Horizontal
---------------------------*/
.sacher-testimonials {
  padding: 66px 0;
  overflow-x: hidden;
}

.sacher-testimonials__wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  min-width: 0;
}

.sacher-testimonials__nav {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #e7dfd1;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #3b3b3b;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    color 0.2s ease;
}

.sacher-testimonials__nav:hover {
  border-color: #b17256;
  color: #b17256;
  transform: translateY(-1px);
}

.sacher-testimonials__scroller {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  padding: 8px 6px;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

/* Owl mode for stable testimonial navigation */
.sacher-testimonials__scroller.owl-carousel {
  display: block;
  overflow: hidden;
  padding: 0;
}

.sacher-testimonials__scroller.owl-carousel .owl-stage-outer {
  padding: 8px 6px;
}

.sacher-testimonials__scroller.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.sacher-testimonials__scroller.owl-carousel .owl-item {
  display: flex;
}

/* Hide scrollbar while keeping scroll usable */
.sacher-testimonials__scroller::-webkit-scrollbar {
  height: 0;
}
.sacher-testimonials__scroller {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sacher-testimonials__card {
  /* Keep exactly one full card per step; never shrink into columns */
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #f9f7f2;
  border: 1px solid rgba(185, 159, 120, 0.22);
  border-radius: 10px;
  padding: 18px 18px 16px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.sacher-testimonials__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(177, 114, 86, 0.95),
    rgba(177, 114, 86, 0.15)
  );
}

.sacher-testimonials__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.sacher-testimonials__who {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.sacher-testimonials__flag {
  font-size: 18px;
  line-height: 1;
}

.sacher-testimonials__name {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
  color: #1f1f1f;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sacher-testimonials__rating {
  text-align: right;
  flex-shrink: 0;
  margin-left: auto;
}

.sacher-testimonials__stars {
  color: rgba(197, 160, 89, 0.95);
  letter-spacing: 1px;
  display: block;
  font-size: 13px;
}

.sacher-testimonials__ratingText {
  display: inline-block;
  margin-top: 4px;
  font-size: 11px;
  color: #3b3b3b;
  font-weight: 700;
}

.sacher-testimonials__type {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3b3b3b;
  font-size: 12px;
  flex-wrap: wrap;
  line-height: 1.4;
}

.sacher-testimonials__type i {
  color: #b17256;
  font-size: 14px;
}

.sacher-testimonials__title {
  margin: 12px 0 6px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow-wrap: anywhere;
}

.sacher-testimonials__comment {
  margin: 0;
  color: #3d3d3d;
  font-size: 13px;
  line-height: 1.55;
  font-family:
    "Montserrat",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow-wrap: anywhere;
}

.sacher-testimonials__meta {
  margin-top: 10px;
  font-size: 12px;
  color: #7b7b7b;
  white-space: nowrap;
}

.sacher-testimonials__metaFlag {
  font-size: 12px;
  margin-left: 3px;
  vertical-align: baseline;
}

.sacher-testimonials__stay {
  margin-top: 6px;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .sacher-testimonials {
    padding: 48px 0 56px;
  }

  .sacher-testimonials .sacher-section-head {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sacher-testimonials .sacher-section-head h3 {
    font-size: clamp(26px, 5.2vw, 34px);
    line-height: 1.15;
  }

  .sacher-testimonials .sacher-section-head span {
    font-size: clamp(11px, 2.4vw, 13px);
  }

  .sacher-testimonials__wrap {
    gap: 10px;
    align-items: stretch;
  }

  .sacher-testimonials__scroller {
    gap: 12px;
    padding: 10px 2px;
    scroll-padding-inline: 6px;
  }

  .sacher-testimonials__scroller.owl-carousel .owl-stage-outer {
    padding: 10px 2px;
  }

  .sacher-testimonials__nav {
    width: 44px;
    height: 44px;
    align-self: center;
  }

  .sacher-testimonials__card {
    padding: 16px 16px 14px;
  }

  .sacher-testimonials__name {
    font-size: clamp(15px, 3.8vw, 17px);
  }

  .sacher-testimonials__title {
    font-size: clamp(14px, 3.6vw, 16px);
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  .sacher-testimonials__comment {
    font-size: clamp(12px, 3.1vw, 13px);
    line-height: 1.5;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}

@media (max-width: 575px) {
  .sacher-testimonials {
    padding: 40px 0 48px;
  }

  .sacher-testimonials .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sacher-testimonials__wrap {
    gap: 10px;
    align-items: stretch;
  }

  .sacher-testimonials__scroller {
    gap: 10px;
    padding: 6px 0;
    scroll-padding-inline: 8px;
  }

  .sacher-testimonials__scroller.owl-carousel .owl-stage-outer {
    padding: 6px 0;
  }

  .sacher-testimonials__nav {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    align-self: center;
    font-size: 15px;
  }

  .sacher-testimonials__card {
    padding: 16px 14px 15px;
    border-radius: 12px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .sacher-testimonials__head {
    gap: 8px 12px;
    align-items: center;
  }

  .sacher-testimonials__who {
    flex: 1 1 auto;
    min-width: 0;
  }

  .sacher-testimonials__rating {
    text-align: right;
  }

  .sacher-testimonials__title {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    line-height: 1.35;
  }

  .sacher-testimonials__comment {
    -webkit-line-clamp: 10;
    line-clamp: 10;
    line-height: 1.52;
  }

  .sacher-testimonials__meta {
    white-space: normal;
    line-height: 1.45;
  }

  .sacher-testimonials__stay {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .sacher-testimonials__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .sacher-testimonials__rating {
    width: 100%;
    margin-left: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/*--------------------------
  Instagram Feed Mosaic
---------------------------*/
.sacher-instagram {
  padding: 86px 0;
  overflow: visible;
}

.sacher-instagram .sacher-section-head span strong {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.sacher-instagram__carousel {
  position: relative;
  overflow: visible;
}

.sacher-instagram__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.sacher-instagram__tile {
  display: block;
  width: 100%;
  height: 152px;
  overflow: hidden;
  position: relative;
}

.sacher-instagram__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sacher-instagram__tile video,
.sacher-instagram__tileVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Darken tile on hover to indicate it is clickable */
.sacher-instagram__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

.sacher-instagram__tile:hover::after {
  opacity: 1;
}

/* Owl arrows */
.sacher-instagram__carousel .owl-nav {
  position: absolute;
  left: -92px;
  right: -92px;
  top: 46%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
}

.sacher-instagram__carousel .owl-nav button {
  pointer-events: auto;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.sacher-instagram__carousel .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.55);
}

.sacher-instagram__carousel .owl-dots {
  display: none;
}

@media (max-width: 991px) {
  .sacher-instagram__tile {
    height: 124px;
  }
}

@media (max-width: 575px) {
  .sacher-instagram__grid {
    gap: 4px;
  }

  .sacher-instagram__tile {
    height: 88px;
  }

  .sacher-instagram__carousel .owl-nav button {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}

/*--------------------------
  Architecture Quote Block
---------------------------*/
.sacher-arch-quote {
  padding: 88px 0;
}

.sacher-arch-quote__wrap {
  position: relative;
  max-width: 980px;
  min-height: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sacher-arch-quote__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  opacity: 0.36;
  filter: blur(0.6px);
  transform: scale(1.02);
  pointer-events: none;
}

.sacher-arch-quote__content {
  position: relative;
  z-index: 1;
  width: min(860px, 94%);
  margin: 0 auto;
  text-align: center;
}

.sacher-arch-quote__mark {
  margin: 0 0 12px;
  color: #b17256;
  line-height: 0.9;
  font-family: "Playfair Display", serif;
  font-size: clamp(64px, 6vw, 98px);
  font-weight: 700;
}

.sacher-arch-quote__text {
  margin: 0 auto 24px;
  max-width: 760px;
  color: #2a2a2a;
  line-height: 1.18;
  font-family: "Forum", "Playfair Display", serif;
  font-size: clamp(28px, 3.2vw, 52px);
}

.sacher-arch-quote__signature {
  width: min(340px, 62%);
  margin: 0 auto 8px;
  height: auto;
  display: block;
}

.sacher-arch-quote__name {
  margin: 0;
  color: #b17256;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 15px);
  text-transform: uppercase;
  letter-spacing: 6px;
}

.sacher-arch-quote__role {
  margin: 4px 0 0;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: clamp(10px, 1vw, 13px);
}

@media (max-width: 575px) {
  .sacher-arch-quote {
    padding: 56px 0;
  }

  .sacher-arch-quote__wrap {
    min-height: 350px;
  }

  .sacher-arch-quote__content {
    width: min(96%, 560px);
  }

  .sacher-arch-quote__text {
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .sacher-arch-quote__signature {
    width: min(260px, 76%);
  }

  .sacher-arch-quote__name {
    letter-spacing: 3px;
  }

  .sacher-arch-quote__role {
    letter-spacing: 2px;
  }
}

/* Contact page */
.contact-page {
  background: transparent;
}

.policy-font-traviata .contact-page,
.policy-font-traviata .contact-page *,
.policy-font-traviata .contact-showcase,
.policy-font-traviata .contact-showcase *,
.policy-font-traviata .contact-address,
.policy-font-traviata .contact-address *,
.policy-font-traviata .contact-arrival,
.policy-font-traviata .contact-arrival * {
  font-family: "Traviata", "Forum", "Playfair Display", serif !important;
}

.contact-arrival {
  background: transparent;
  padding: 8px 0 72px;
}

.contact-arrival h5 {
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: #2f2f2f;
}

.contact-arrival__card {
  width: min(760px, 100%);
  margin: 0 auto;
}

.contact-arrival__card p {
  margin: 0 auto 14px;
  max-width: 690px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.8;
}

/* FAQs page intro */
.faq-intro {
  padding: 130px 0 110px;
  background: transparent;
}

.faqs-page .faq-intro__kicker,
.faqs-page .faq-intro__title,
.faqs-page .faq-lead__dropcap,
.faqs-page .faq-lead__inner p,
.faqs-page .faq-list__inner h2,
.faqs-page .faq-list__item summary,
.faqs-page .faq-list__answer p,
.faqs-page .faq-cta__link {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.faqs-page .faq-intro__kicker.faq-in-view,
.faqs-page .faq-intro__title.faq-in-view,
.faqs-page .faq-lead__dropcap.faq-in-view,
.faqs-page .faq-lead__inner p.faq-in-view,
.faqs-page .faq-list__inner h2.faq-in-view,
.faqs-page .faq-list__item summary.faq-in-view,
.faqs-page .faq-list__answer p.faq-in-view,
.faqs-page .faq-cta__link.faq-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .faqs-page .faq-intro__kicker,
  .faqs-page .faq-intro__title,
  .faqs-page .faq-lead__dropcap,
  .faqs-page .faq-lead__inner p,
  .faqs-page .faq-list__inner h2,
  .faqs-page .faq-list__item summary,
  .faqs-page .faq-list__answer p,
  .faqs-page .faq-cta__link {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.policy-font-traviata.faqs-page,
.policy-font-traviata.faqs-page * {
  font-family: "Traviata", "Forum", "Playfair Display", serif !important;
}

.faq-intro__inner {
  width: min(760px, 96%);
  margin: 0 auto;
}

.faq-intro__logo {
  width: min(120px, 26vw);
  height: auto;
  display: block;
  margin: 0 auto 22px;
}

.faq-intro__kicker {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #222529;
}

.faq-intro__title {
  margin: 0;
  font-family: "Traviata", "Forum", "Playfair Display", serif;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.08;
  color: #1f2226;
  text-transform: uppercase;
  font-weight: 400;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: nowrap;
}

.faq-lead {
  padding: 26px 0 90px;
}

.faq-lead__inner {
  width: min(1080px, 96%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(52px, 72px) 1fr;
  gap: 14px;
  align-items: center;
}

.faq-lead__dropcap {
  font-family: "Traviata", "Forum", "Playfair Display", serif;
  font-size: clamp(56px, 5vw, 84px);
  line-height: 0.92;
  color: #b17256;
}

.faq-lead__inner p {
  margin: 0;
  color: #2e3238;
  font-size: clamp(18px, 1.28vw, 24px);
  line-height: 1.28;
}

.faq-list {
  padding: 12px 0 90px;
}

.faq-list__inner {
  width: min(760px, 96%);
  margin: 0 auto;
}

.faq-list__inner h2 {
  margin: 0 0 34px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Traviata", "Forum", "Playfair Display", serif;
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 300;
  line-height: 1.1;
  color: #1f2328;
}

.faq-list__item {
  border-bottom: 1px solid #ddd8cf;
}

.faq-list__item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 32px 18px 0;
  font-size: 28px;
  line-height: 1.35;
  color: #21252b;
}

.faq-list__item summary::-webkit-details-marker {
  display: none;
}

.faq-list__item summary::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #1d2024;
  transition: transform 0.2s ease;
}

.faq-list__item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-list__answer {
  padding: 0 0 16px;
}

.faq-list__answer p {
  margin: 0;
  color: #4a4f56;
  font-size: 18px;
  line-height: 1.55;
}

.faq-cta {
  padding: 18px 0 90px;
}

.faq-cta__link {
  display: block;
  width: min(760px, 96%);
  margin: 0 auto;
  background: #b17256;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  padding: 18px 24px;
}

.faq-cta__link:hover,
.faq-cta__link:focus,
.faq-cta__link:visited,
.faq-cta__link:active {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 575px) {
  .faq-lead {
    padding-bottom: 56px;
  }

  .faq-lead__inner {
    width: min(92%, 560px);
    gap: 10px;
  }

  .faq-lead__inner p {
    font-size: 16px;
    line-height: 1.45;
  }

  .faq-list {
    padding-bottom: 56px;
  }

  .faq-list__inner h2 {
    margin-bottom: 24px;
  }

  .faq-list__item summary {
    font-size: 19px;
    padding-right: 26px;
  }

  .faq-list__answer p {
    font-size: 14px;
  }

  .faq-cta {
    padding-bottom: 56px;
  }

  .faq-cta__link {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 14px 12px;
  }
}

.contact-page__shell {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.contact-page__intro {
  height: 100%;
  border-right: none;
  padding-right: clamp(10px, 1.4vw, 18px);
}

.contact-page__kicker {
  font-size: 12px;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  color: #8a6a3d;
  margin: 4px 0 10px;
}

.contact-page__intro h2 {
  font-family: "Forum", "Playfair Display", serif;
  color: #202020;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.08;
  margin-bottom: 16px;
}

.contact-page__copy {
  color: #5f5a55;
  line-height: 1.75;
  margin-bottom: 26px;
  max-width: 34ch;
}

.contact-page__details {
  display: grid;
  gap: 10px;
}

.contact-page__detail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8a6a3d;
  font-weight: 600;
  line-height: 1.35;
  width: fit-content;
}

.contact-page__detail i {
  width: 18px;
  text-align: center;
}

.contact-page__form {
  padding-left: clamp(0px, 1.6vw, 14px);
}

.contact-page__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.contact-page__row--single {
  grid-template-columns: 1fr;
}

.contact-page__form input,
.contact-page__form textarea {
  width: 100%;
  border: 1px solid #d6d1c6;
  border-radius: 0;
  background: #ffffff;
  color: #2c2b2b;
  font-size: 14px;
  padding: 13px 14px;
  outline: none;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.contact-page__form input:focus,
.contact-page__form textarea:focus {
  border-color: #8a6a3d;
  box-shadow: none;
}

.contact-page__form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-page__form button {
  border: 1px solid #b17256;
  border-radius: 0;
  background: #b17256;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 190px;
  height: 46px;
  transition: opacity 0.25s ease;
}

.contact-page__form button:hover {
  transform: none;
  box-shadow: none;
  opacity: 0.9;
}

.contact-page__status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #3c3b39;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.contact-page__status i {
  margin-right: 8px;
}

.contact-page__status--success,
.contact-page__status--error {
  border: 1px solid transparent;
  padding: 10px 12px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
}

.contact-page__status--success {
  color: #1f6b43;
  border-color: rgba(31, 107, 67, 0.28);
}

.contact-page__status--error {
  color: #8f2e2e;
  border-color: rgba(143, 46, 46, 0.28);
}

@media (max-width: 991px) {
  .contact-page__intro {
    border-right: none;
    border-bottom: none;
    padding-right: 0;
    margin-bottom: 22px;
    padding-bottom: 0;
  }

  .contact-page__form {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .contact-arrival {
    padding-bottom: 56px;
  }

  .contact-arrival h5 {
    letter-spacing: 2px;
  }

  .contact-arrival__card p {
    font-size: 14px;
    line-height: 1.72;
  }

  .contact-page__row {
    grid-template-columns: 1fr;
  }

  .contact-page__form button {
    width: 100%;
  }
}

.contact-showcase {
  padding: 8px 0 70px;
  background: transparent;
}

.contact-showcase .container {
  max-width: 1320px;
}

.contact-showcase--repeat {
  padding-top: 0;
}

.contact-showcase__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 900px);
  margin: 0 auto;
  aspect-ratio: 2.05 / 1;
  min-height: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(31, 28, 24, 0.15);
}

.contact-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-showcase__media {
  position: relative;
}

.contact-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18, 22, 30, 0.64) 0%,
    rgba(18, 22, 30, 0.14) 42%,
    rgba(18, 22, 30, 0) 76%
  );
  pointer-events: none;
}

.contact-showcase__overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 2;
  color: #f6f2eb;
}

.contact-showcase__overlay h5 {
  margin: 0 0 8px;
  color: #f7f3ec;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-showcase__overlay p {
  margin: 0;
  color: rgba(246, 242, 235, 0.95);
  font-size: 13px;
  line-height: 1.45;
  max-width: 48ch;
}

.contact-showcase__brand {
  background: #1f2f45;
  color: #f4f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 24px;
}

.contact-showcase__brand img {
  width: min(108px, 36%);
  margin-bottom: 16px;
  filter: brightness(0) invert(1) opacity(0.88);
}

.contact-showcase__brand h4 {
  margin: 0;
  color: #f2ece3;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.1;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.contact-showcase__brand p {
  margin: 10px 0 0;
  color: rgba(242, 236, 227, 0.9);
  font-size: 12px;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact-showcase {
    padding-bottom: 52px;
  }

  .contact-showcase__grid {
    grid-template-columns: 1fr;
    width: 100%;
    aspect-ratio: auto;
    min-height: 0;
  }

  .contact-showcase__media {
    min-height: 165px;
  }

  .contact-showcase__overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .contact-showcase__overlay p {
    font-size: 12px;
    line-height: 1.4;
  }

  .contact-showcase__brand {
    padding: 30px 20px;
  }
}

.contact-address {
  background: transparent;
  padding: 0 0 70px;
}

.contact-address__card {
  width: min(760px, 100%);
  margin: 0 auto;
}

.contact-address__kicker {
  margin: 0 0 12px;
  color: #1d2430;
  font-size: 10px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  font-weight: 400;
}

.contact-address__card h3 {
  margin: 0 0 18px;
  color: #111319;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Forum", "Playfair Display", serif;
}

.contact-address__card p,
.contact-address__card > a {
  display: block;
  margin: 0 0 10px;
  color: #2e2f35;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.45;
  text-align: center;
}

.contact-address__card span {
  color: #2f333a;
}

.contact-address__card a {
  color: #b17256;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: 600;
}

.contact-address__card a:hover,
.contact-address__card a:focus,
.contact-address__card a:visited,
.contact-address__card a:active {
  color: #b17256;
}

@media (max-width: 767px) {
  .contact-address {
    padding-bottom: 52px;
  }

  .contact-address__card p,
  .contact-address__card > a {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------
   Room preview: left column + specs carousel (below 360° image)
   ------------------------------------------------------------------ */
.preview-left-col {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.preview-left-col .preview-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 560px;
  margin: 0 auto;
  background: #f3f3f3;
  overflow: hidden;
}

.preview-left-col .preview-link {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
}

.preview-left-col .preview-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.room-specs {
  background: #fff;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  padding: clamp(26px, 3.5vw, 42px) clamp(6px, 1.5vw, 12px)
    clamp(18px, 2.5vw, 26px);
  box-sizing: border-box;
}

.room-specs__panel {
  margin: 0;
}

.room-specs__panel[hidden] {
  display: none !important;
}

.room-specs__row {
  display: grid;
  align-items: center;
  gap: clamp(10px, 2vw, 24px);
}

.room-specs__row--next {
  grid-template-columns: 1fr 1fr 1fr auto;
}

.room-specs__row--prev {
  grid-template-columns: auto 1fr 1fr 1fr;
}

.room-specs__stat {
  text-align: center;
  padding: 0 6px;
  min-width: 0;
}

.room-specs__value {
  display: block;
  font-size: clamp(17px, 2.1vw, 26px);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 7px;
}

.room-specs__label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8a8a;
  line-height: 1.35;
}

.room-specs__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #b17256;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.room-specs__arrow:hover,
.room-specs__arrow:focus-visible {
  background: #8f543e;
  outline: none;
}

.room-specs__arrow svg {
  width: 24px;
  height: 24px;
}

.room-specs__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: clamp(14px, 2vw, 22px);
}

.room-specs__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.room-specs__dot.is-active {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

@media (max-width: 600px) {
  .room-specs__row--next {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .room-specs__row--next .room-specs__stat:nth-child(1) {
    grid-column: 1;
  }

  .room-specs__row--next .room-specs__stat:nth-child(2) {
    grid-column: 2;
  }

  .room-specs__row--next .room-specs__stat:nth-child(3) {
    grid-column: 1 / -1;
  }

  .room-specs__row--next .room-specs__arrow {
    grid-column: 1 / -1;
    justify-self: end;
    margin-top: 4px;
  }

  .room-specs__row--prev {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .room-specs__row--prev .room-specs__arrow {
    grid-column: 1 / -1;
    justify-self: start;
    margin-bottom: 4px;
  }

  .room-specs__row--prev .room-specs__stat:nth-child(2) {
    grid-column: 1;
  }

  .room-specs__row--prev .room-specs__stat:nth-child(3) {
    grid-column: 2;
  }

  .room-specs__row--prev .room-specs__stat:nth-child(4) {
    grid-column: 1 / -1;
  }
}

/* ------------------------------------------------------------------
   Full-bleed suite photo mosaic (1 : 2 : 1 columns, center spans 2 rows)
   ------------------------------------------------------------------ */
.suite-collage {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 0;
  overflow: hidden;
}

.suite-collage__grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: clamp(420px, 50vw, 900px);
}

.suite-collage__cell {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  background: #e8e8e8;
  height: 100%;
}

.suite-collage__cell--tl {
  grid-column: 1;
  grid-row: 1;
}

.suite-collage__cell--bl {
  grid-column: 1;
  grid-row: 2;
}

.suite-collage__cell--center {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.suite-collage__cell--tr {
  grid-column: 3;
  grid-row: 1;
}

.suite-collage__cell--br {
  grid-column: 3;
  grid-row: 2;
}

.suite-collage__cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 575px) {
  .suite-collage__grid {
    gap: 0;
    min-height: clamp(300px, 95vw, 640px);
  }
}

/* ------------------------------------------------------------------
   Experience headline (after suite collage, Junior page)
   ------------------------------------------------------------------ */
.experience-editorial {
  background: #fff;
  padding: clamp(72px, 11vw, 140px) 0;
  overflow: hidden;
}

.experience-editorial__inner {
  padding-left: clamp(16px, 4vw, 32px);
  padding-right: clamp(16px, 4vw, 32px);
}

.experience-editorial__text {
  text-align: center;
  max-width: min(42rem, 86vw);
  margin: 0 auto;
  will-change: transform;
}

.experience-editorial__headline {
  margin: 0;
  font-family: "Forum", "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.experience-editorial__line {
  display: block;
}

@media (max-width: 767px) {
  .experience-editorial__headline {
    font-size: clamp(18px, 4.8vw, 28px);
  }
}

/* ------------------------------------------------------------------
   Director testimonial + staggered duo (Junior Suite editorial)
   ------------------------------------------------------------------ */
.director-showcase {
  background: #fff;
  padding: clamp(48px, 7vw, 100px) 0 0;
}

.director-showcase__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 72px);
}

.director-showcase__masthead {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(40px, 6vw, 72px);
}

.director-showcase__signature {
  margin: 0 0 10px;
  line-height: 1.15;
}

.director-showcase__name {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 1.15vw, 13px);
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 12px;
}

.director-showcase__role {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b17256;
  margin: 0;
}

.director-showcase__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin: 0 auto;
}

.director-showcase__quote-col {
  text-align: center;
  padding-top: clamp(4px, 1.5vw, 20px);
}

.director-showcase__quote {
  font-family: "Forum", "Playfair Display", Georgia, serif;
  font-size: clamp(21px, 2.35vw, 32px);
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}

.director-showcase__quote-sig {
  margin: clamp(22px, 3vw, 36px) 0 0;
  line-height: 1.2;
}

.director-showcase__portrait {
  position: relative;
  align-self: start;
}

.director-showcase__portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.director-showcase__stagger {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  width: 100%;
  margin-top: clamp(48px, 7vw, 96px);
  padding: 0;
}

.director-showcase__stagger-cell {
  overflow: hidden;
  background: #eaeaea;
}

/* Right column sits higher; left column offset lower (screenshot 2) */
.director-showcase__stagger-cell--right {
  align-self: start;
}

.director-showcase__stagger-cell--left {
  margin-top: clamp(48px, 11vw, 160px);
  align-self: start;
}

.director-showcase__stagger-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: clamp(200px, 42vw, 520px);
  overflow: hidden;
}

.director-showcase__stagger-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .director-showcase__split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .director-showcase__portrait {
    order: -1;
    max-width: min(420px, 100%);
    margin: 0 auto;
  }

  .director-showcase__stagger-cell--left {
    margin-top: clamp(28px, 10vw, 80px);
  }
}

@media (max-width: 575px) {
  .director-showcase__stagger {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .director-showcase__stagger-cell--left {
    margin-top: 0;
    order: 2;
  }

  .director-showcase__stagger-cell--right {
    order: 1;
  }
}

/* ------------------------------------------------------------------
   Culinary hero (inset like header container, overlay, parallax bg)
   ------------------------------------------------------------------ */
.culinary-hero {
  background: #fff;
  padding: clamp(20px, 3vw, 36px) 0 clamp(40px, 6vw, 72px);
}

.culinary-hero .container {
  max-width: 1140px;
}

.culinary-hero__frame {
  position: relative;
  min-height: clamp(420px, 72vh, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
}

.culinary-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.52);
  pointer-events: none;
}

.culinary-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(32px, 6vw, 64px) clamp(20px, 4vw, 40px);
  max-width: min(920px, 100%);
  margin: 0 auto;
}

.culinary-hero__kicker {
  margin: 0 0 clamp(18px, 2.5vw, 28px);
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1.1vw, 12px);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
}

.culinary-hero__title {
  margin: 0 0 clamp(28px, 4vw, 40px);
  font-family: "Traviata", "Forum", "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 5.2vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.culinary-hero__cta {
  display: inline-block;
  padding: 16px 36px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #a00a2d;
  border: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.culinary-hero__cta:hover,
.culinary-hero__cta:focus-visible {
  background: #7a0822;
  color: #fff;
  outline: none;
}

@media (max-width: 575px) {
  .culinary-hero__title {
    font-size: clamp(26px, 7vw, 40px);
    letter-spacing: 0.05em;
  }
}

/* Junior Suite: culinary banner — left stack in container (matches reference) */
.junior-room-page .culinary-hero__frame {
  justify-content: flex-start;
  align-items: center;
}

.junior-room-page .culinary-hero__content {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  max-width: min(34rem, 100%);
  padding: clamp(32px, 6vw, 64px) clamp(24px, 5vw, 56px);
}

@media (max-width: 575px) {
  .junior-room-page .culinary-hero__frame {
    justify-content: center;
  }

  .junior-room-page .culinary-hero__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------------------------
   Architectural line art + “Our exquisite rooms and suites” kicker
   ------------------------------------------------------------------ */
.arch-rooms-heading {
  background: #fff;
  padding: clamp(48px, 8vw, 110px) clamp(24px, 5vw, 48px);
  text-align: center;
}

.arch-rooms-heading__inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arch-rooms-heading__illu {
  display: block;
  width: min(100%, 380px);
  height: auto;
  object-fit: contain;
}

.arch-rooms-heading__text {
  margin: clamp(32px, 5vw, 52px) 0 0;
  padding: 0;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1.15vw, 12px);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #2c3e50;
  line-height: 1.5;
}

/* ------------------------------------------------------------------
   Guest testimonials (index — cream card, parallax bed bg, dots)
   ------------------------------------------------------------------ */
.guest-testimonials {
  position: relative;
  padding: clamp(88px, 13vw, 148px) 0 clamp(72px, 11vw, 130px);
  overflow: hidden;
}

.guest-testimonials__bg {
  position: absolute;
  /* Extend past section edges so blur fringe is clipped by .guest-testimonials overflow */
  inset: -24px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: blur(12px);
  -webkit-filter: blur(12px);
}

.guest-testimonials__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.44);
  pointer-events: none;
}

.guest-testimonials__inner {
  position: relative;
  z-index: 2;
}

.guest-testimonials__heading {
  margin: 0 0 clamp(36px, 6vw, 56px);
  text-align: center;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.guest-testimonials__carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 20px);
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

.guest-testimonials__column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 3vw, 28px);
}

.guest-testimonials__panels {
  width: 100%;
  max-width: 600px;
}

.guest-testimonials__panel {
  display: none;
  margin: 0;
  padding: clamp(28px, 5vw, 42px) clamp(24px, 4vw, 40px);
  background: #f2eee2;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: guest-testimonials-in 0.5s ease;
}

/* Keep every testimonial slide in the same centered vertical layout */
.guest-testimonials__panel > * {
  float: none !important;
  clear: both !important;
}

.guest-testimonials__panel .guest-testimonials__card-title,
.guest-testimonials__panel .guest-testimonials__body,
.guest-testimonials__panel .guest-testimonials__author,
.guest-testimonials__panel .guest-testimonials__location,
.guest-testimonials__panel .guest-testimonials__room,
.guest-testimonials__panel .guest-testimonials__source {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.guest-testimonials__panel .guest-testimonials__stars {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.guest-testimonials__panel .guest-testimonials__stars .fa-star {
  display: inline-block !important;
}

.guest-testimonials__panel.is-active {
  display: block;
}

@keyframes guest-testimonials-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.guest-testimonials__card-title {
  margin: 0 0 16px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  font-style: italic;
  color: #2f2f2f;
  line-height: 1.3;
}

.guest-testimonials__stars {
  margin: 0 0 20px;
  font-size: clamp(15px, 1.8vw, 18px);
  letter-spacing: 4px;
  color: #c5a059;
}

.guest-testimonials__stars .fa-star {
  color: #c5a059;
}

.guest-testimonials__body {
  margin: 0 0 22px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 400;
  line-height: 1.65;
  color: #4a4a4a;
}

.guest-testimonials__author {
  margin: 0 0 4px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 700;
  color: #333;
}

.guest-testimonials__location {
  margin: 0 0 6px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

.guest-testimonials__room {
  margin: 0 0 16px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.guest-testimonials__source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #c5a059;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.guest-testimonials__source:hover,
.guest-testimonials__source:focus-visible {
  opacity: 0.85;
  outline: none;
}

.guest-testimonials__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.guest-testimonials__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.guest-testimonials__dot.is-active {
  background: #c5a059;
  border-color: #c5a059;
}

.guest-testimonials__nav {
  flex-shrink: 0;
  align-self: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.guest-testimonials__nav:hover,
.guest-testimonials__nav:focus-visible {
  background: rgba(255, 255, 255, 0.35);
  outline: none;
}

.guest-testimonials__cta-wrap {
  text-align: center;
  margin-top: clamp(40px, 6vw, 56px);
}

.guest-testimonials__cta {
  display: inline-block;
  padding: 16px 36px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #b17256;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.guest-testimonials__cta:hover,
.guest-testimonials__cta:focus-visible {
  background: #8f543e;
  color: #fff;
  outline: none;
}

@media (max-width: 767px) {
  /* Side arrows flanking the card (same row, vertically centered) */
  .guest-testimonials__inner.container {
    padding-left: max(10px, env(safe-area-inset-left, 0px));
    padding-right: max(10px, env(safe-area-inset-right, 0px));
  }

  .guest-testimonials__carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .guest-testimonials__column {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
  }

  .guest-testimonials__panels {
    width: 100%;
    max-width: none;
  }

  .guest-testimonials__nav {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    font-size: 20px;
  }

  .guest-testimonials__panel {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: clamp(22px, 4vw, 36px) clamp(14px, 3vw, 24px);
  }

  .guest-testimonials__dot {
    width: 11px;
    height: 11px;
    min-width: 11px;
    min-height: 11px;
  }
}

@media (max-width: 360px) {
  .guest-testimonials__carousel {
    gap: 4px;
  }

  .guest-testimonials__nav {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guest-testimonials__panel {
    animation: none;
  }
}

/* ------------------------------------------------------------------
   Mobile / tablet — luxury menu (offcanvas + SlickNav) & footer
   ------------------------------------------------------------------ */
@media (max-width: 991px) {
  /*
   * Desktop body padding-top (112px) is taller than the mobile header → white strip above
   * full-bleed heroes. Only zero it when a .sacher-hero exists; other sacher-home pages get
   * a tighter offset so content clears the fixed bar.
   */
  body.sacher-home:has(.sacher-hero) {
    padding-top: 0 !important;
  }

  body.sacher-home:not(:has(.sacher-hero)) {
    padding-top: 80px !important;
  }

  .header__nav__option {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }

  .header__logo {
    padding: 16px max(16px, env(safe-area-inset-left)) 16px
      max(16px, env(safe-area-inset-left));
    padding-right: 76px;
  }

  .header__logo a img {
    max-height: 48px;
    width: auto;
  }

  /* Page behind drawer: dim only — no blur (stays sharp); blur lives on the menu panel */
  .offcanvas-menu-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1098 !important;
    background: rgba(0, 0, 0, 0.34) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease !important;
  }

  .offcanvas-menu-overlay:not(.active) {
    opacity: 0;
    pointer-events: none !important;
  }

  .offcanvas-menu-overlay.active {
    opacity: 1;
    pointer-events: auto !important;
  }

  .offcanvas-menu-wrapper {
    position: fixed !important;
    top: max(10px, env(safe-area-inset-top)) !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    left: auto !important;
    right: 0 !important;
    width: min(100vw, 300px) !important;
    max-width: 300px !important;
    height: auto !important;
    min-height: 0 !important;
    transform: translateX(105%);
    pointer-events: none;
    z-index: 1099 !important;
    padding: max(12px, env(safe-area-inset-top)) 0 24px
      max(16px, env(safe-area-inset-left)) !important;
    padding-right: env(safe-area-inset-right) !important;
    box-sizing: border-box !important;
    background: transparent !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
    backdrop-filter: blur(14px) saturate(1.08);
    border: none !important;
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
    box-shadow: -4px 0 32px rgba(0, 0, 0, 0.07);
    transition:
      transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.3s ease !important;
    opacity: 1 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .offcanvas-menu-wrapper.active {
    transform: translateX(0);
    pointer-events: auto;
  }

  .offcanvas-menu-wrapper #mobile-menu-wrap {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  /* X — sits above “Rooms & Suites” (first row of the mobile list) */
  .offcanvas-menu-wrapper .offcanvas-menu-close {
    flex: 0 0 auto !important;
    align-self: flex-end !important;
    order: -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    margin: 4px 0 32px 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #ffffff !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
    transition:
      opacity 0.2s ease,
      transform 0.15s ease !important;
  }

  .offcanvas-menu-wrapper .offcanvas-menu-close .fa {
    font-size: 22px !important;
    line-height: 1 !important;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.9),
      0 1px 4px rgba(0, 0, 0, 0.85),
      0 2px 12px rgba(0, 0, 0, 0.5) !important;
  }

  .offcanvas-menu-wrapper .offcanvas-menu-close:hover,
  .offcanvas-menu-wrapper .offcanvas-menu-close:focus-visible {
    opacity: 0.88 !important;
    outline: none !important;
  }

  .offcanvas-menu-wrapper .offcanvas-menu-close:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) !important;
    border-radius: 4px !important;
  }

  .offcanvas-menu-wrapper .offcanvas-menu-close:active {
    transform: scale(0.94) !important;
    opacity: 0.75 !important;
  }

  .offcanvas-menu-wrapper .offcanvas__logo {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  .offcanvas-menu-wrapper .slicknav_menu {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav {
    border-radius: 0;
    overflow: visible;
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
  }

  .slicknav_nav > li {
    border: none !important;
    border-bottom: none !important;
  }

  .slicknav_nav > li:last-child {
    border-bottom: none !important;
  }

  /*
   * Top-level items only (ROOMS & SUITES, etc.). SlickNav wraps the real link in an outer <a class="slicknav_row">;
   * the visible label lives on the inner <a> — give both the same type so every row matches.
   */
  .offcanvas-menu-wrapper .slicknav_nav > li > a {
    padding: 12px 8px 12px 4px !important;
    margin: 2px 0 !important;
    text-align: left !important;
    transition:
      color 0.2s ease,
      opacity 0.2s ease !important;
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-family: "Traviata", "Forum", "Georgia", serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 0.05em !important;
    line-height: 1.35 !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.9),
      0 1px 3px rgba(0, 0, 0, 0.85),
      0 2px 14px rgba(0, 0, 0, 0.55) !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav > li > a a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-family: "Traviata", "Forum", "Georgia", serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 0.05em !important;
    line-height: 1.35 !important;
    text-transform: none !important;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.9),
      0 1px 3px rgba(0, 0, 0, 0.85),
      0 2px 14px rgba(0, 0, 0, 0.55) !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav > li > .slicknav_parent-link a {
    font-family: "Traviata", "Forum", "Georgia", serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.35 !important;
    color: #ffffff !important;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.9),
      0 1px 3px rgba(0, 0, 0, 0.85),
      0 2px 14px rgba(0, 0, 0, 0.55) !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav > li > a strong,
  .offcanvas-menu-wrapper .slicknav_nav > li > a b,
  .offcanvas-menu-wrapper .slicknav_nav > li > a a strong,
  .offcanvas-menu-wrapper .slicknav_nav > li > a a b {
    font-weight: 400 !important;
  }

  /* ROOMS & SUITES — slightly bolder than siblings; toned down vs full 700 */
  .offcanvas-menu-wrapper .slicknav_nav > li > a a[data-i18n="nav-rooms"],
  .offcanvas-menu-wrapper .slicknav_nav > li > a[data-i18n="nav-rooms"] {
    font-size: 19px !important;
    font-weight: 400 !important;
  }

  .offcanvas-menu-wrapper
    .slicknav_nav
    > li
    > a:has(a[data-i18n="nav-rooms"])
    .slicknav_arrow {
    font-size: 12px !important;
    font-weight: 400 !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav > li > a:hover,
  .offcanvas-menu-wrapper .slicknav_nav > li > a:hover a {
    background: transparent !important;
    color: #ffffff !important;
    opacity: 0.92 !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav .slicknav_arrow {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 8px !important;
    font-family: "Traviata", "Forum", "Georgia", serif !important;
    opacity: 0.95 !important;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.9),
      0 1px 3px rgba(0, 0, 0, 0.85) !important;
  }

  .slicknav_nav ul {
    margin: 4px 0 0 !important;
    padding: 4px 0 8px !important;
    background: transparent !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.05);
    backdrop-filter: blur(12px) saturate(1.05);
    border: none !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
  }

  .slicknav_nav ul ul {
    margin: 0 !important;
    margin-left: 12px !important;
    padding-left: 12px !important;
    border: none !important;
    border-left: none !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav ul .slicknav_row,
  .offcanvas-menu-wrapper .slicknav_nav ul .slicknav_row a,
  .offcanvas-menu-wrapper .slicknav_nav ul a:not(.slicknav_row) {
    font-family: "Traviata", "Forum", "Georgia", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 0.05em !important;
    line-height: 1.4 !important;
    color: #ffffff !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav ul .slicknav_row strong,
  .offcanvas-menu-wrapper .slicknav_nav ul .slicknav_row b,
  .offcanvas-menu-wrapper .slicknav_nav ul a strong,
  .offcanvas-menu-wrapper .slicknav_nav ul a b {
    font-weight: 400 !important;
  }

  .slicknav_nav ul .slicknav_row,
  .slicknav_nav ul a {
    padding: 10px 8px 10px 36px !important;
    font-size: 16px !important;
    letter-spacing: 0.05em !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-family: "Traviata", "Forum", "Georgia", serif !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.9),
      0 1px 3px rgba(0, 0, 0, 0.85),
      0 2px 12px rgba(0, 0, 0, 0.5) !important;
  }

  .slicknav_nav ul a:hover,
  .slicknav_nav ul .slicknav_row:hover {
    color: #ffffff !important;
    background: transparent !important;
    opacity: 0.9 !important;
    border-radius: 0 !important;
  }

  .offcanvas__btn__widget {
    display: none !important;
  }

  .header .canvas__open,
  .sacher-home .canvas__open {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #222222 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    position: fixed !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    top: max(14px, env(safe-area-inset-top)) !important;
    z-index: 1100 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition:
      background 0.2s ease,
      border-color 0.2s ease !important;
  }

  .header .canvas__open:active,
  .sacher-home .canvas__open:active {
    transform: none;
    background: #fafafa !important;
  }

  .header .canvas__open .fa,
  .sacher-home .canvas__open .fa,
  .header .canvas__open span,
  .sacher-home .canvas__open span {
    font-family: FontAwesome !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  /* Footer — refined cards & rhythm */
  .footer .container {
    box-sizing: border-box !important;
    /* Match left/right gutter (safe areas can differ; use the larger on both sides) */
    padding-left: max(
      20px,
      env(safe-area-inset-left),
      env(safe-area-inset-right)
    ) !important;
    padding-right: max(
      20px,
      env(safe-area-inset-left),
      env(safe-area-inset-right)
    ) !important;
  }

  .footer .footer__content .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer .footer__content .row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .footer__brandbar {
    gap: 18px;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .footer__brandbar__divider {
    width: min(160px, 50vw);
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(197, 160, 89, 0.45),
      transparent
    );
  }

  .footer__contactbar {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-bottom: 36px !important;
  }

  .footer__contactbar__item {
    width: 100% !important;
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 18px 20px !important;
    border-radius: 14px !important;
    background: linear-gradient(
      145deg,
      rgba(186, 124, 92, 0.98),
      rgba(154, 95, 66, 1)
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
    font-size: 14px !important;
    line-height: 1.45 !important;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .footer__contactbar__item:active {
    transform: scale(0.99);
  }

  .footer__newslatter {
    padding: 26px 20px 30px !important;
    margin-bottom: 32px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .footer__newslatter h4 {
    font-size: clamp(22px, 5.5vw, 30px) !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 12px !important;
  }

  .footer__newslatter p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
  }

  .footer__newslatter__form button {
    width: 100%;
    border-radius: 999px !important;
    padding: 16px 24px !important;
    letter-spacing: 0.18em !important;
    box-shadow: 0 8px 28px rgba(177, 114, 86, 0.35);
  }

  .footer__widget {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 4px !important;
  }

  /* Simple two-column link list — no panel or button styling */
  .footer__links__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .footer__links__grid > ul {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .footer__widget .footer__links__grid ul li {
    margin: 0 !important;
    list-style: none !important;
  }

  .footer__widget ul li + li {
    margin-top: 0 !important;
  }

  .footer__widget ul li a {
    display: block !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: left !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.12em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.92) !important;
    opacity: 1 !important;
    transition: color 0.2s ease !important;
    -webkit-tap-highlight-color: transparent;
  }

  .footer__widget ul li a:hover,
  .footer__widget ul li a:focus-visible {
    color: #e8c89c !important;
    background: none !important;
  }

  .footer__social--bottom {
    gap: 18px !important;
    padding: 16px 0 22px !important;
    flex-wrap: wrap;
  }

  .footer__social--bottom a {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    border-width: 2px !important;
    margin: 0 !important;
    transition:
      transform 0.2s ease,
      background 0.2s ease !important;
  }

  .footer__social--bottom a:active {
    transform: scale(0.94);
  }

  .footer__copyright {
    border-top: 1px solid rgba(197, 160, 89, 0.28) !important;
    padding-top: 8px;
  }

  .footer__guarantee {
    padding: 16px 0 20px !important;
    gap: 16px !important;
  }

  .footer__guarantee__btn {
    border-radius: 999px !important;
    padding: 16px 28px !important;
    box-shadow: 0 8px 28px rgba(177, 114, 86, 0.3);
  }
}

@media (max-width: 480px) {
  .footer__links__grid {
    gap: 2px 14px !important;
  }

  .footer__widget ul li a {
    padding: 9px 0 !important;
    font-size: 10px !important;
    letter-spacing: 0.1em !important;
  }
}

@supports not (
  (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))
) {
  @media (max-width: 991px) {
    .offcanvas-menu-overlay {
      background: rgba(0, 0, 0, 0.45) !important;
    }

    .offcanvas-menu-wrapper,
    .rooms-page .offcanvas-menu-wrapper {
      background: #ffffff !important;
      -webkit-backdrop-filter: none !important;
      backdrop-filter: none !important;
      border: none !important;
      border-top-left-radius: 22px !important;
      border-bottom-left-radius: 22px !important;
      box-shadow: -4px 0 32px rgba(0, 0, 0, 0.08) !important;
    }
  }
}

/* rooms.html — drawer matches global frosted panel (overrides older left-slide locks) */
@media (max-width: 991px) {
  .rooms-page .offcanvas-menu-wrapper {
    width: min(100vw, 300px) !important;
    max-width: 300px !important;
    left: auto !important;
    right: 0 !important;
    top: max(10px, env(safe-area-inset-top)) !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    height: auto !important;
    min-height: 0 !important;
    transform: translateX(105%) !important;
    z-index: 1099 !important;
    padding: max(12px, env(safe-area-inset-top)) 0 24px
      max(16px, env(safe-area-inset-left)) !important;
    padding-right: env(safe-area-inset-right) !important;
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
    border: none !important;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .rooms-page .offcanvas-menu-wrapper.active {
    transform: translateX(0) !important;
    pointer-events: auto;
  }

  .rooms-page .canvas__open {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #222222 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    top: max(14px, env(safe-area-inset-top)) !important;
    z-index: 1200 !important;
  }

  .rooms-page .offcanvas__btn__widget,
  .rooms-page .offcanvas_btn_widget {
    display: none !important;
  }

  .rooms-page .offcanvas-menu-wrapper .slicknav_menu,
  .rooms-page .offcanvas-menu-wrapper .slicknav_nav {
    font-size: 18px !important;
  }

  .rooms-page .offcanvas-menu-wrapper .slicknav_nav > li > a,
  .rooms-page .offcanvas-menu-wrapper .slicknav_nav > li > a a {
    font-family: "Traviata", "Forum", "Georgia", serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.35 !important;
    text-transform: none !important;
    color: #ffffff !important;
  }

  .rooms-page
    .offcanvas-menu-wrapper
    .slicknav_nav
    > li
    > a
    a[data-i18n="nav-rooms"],
  .rooms-page
    .offcanvas-menu-wrapper
    .slicknav_nav
    > li
    > a[data-i18n="nav-rooms"] {
    font-size: 17px !important;
    font-weight: 600 !important;
  }

  .rooms-page
    .offcanvas-menu-wrapper
    .slicknav_nav
    > li
    > a:has(a[data-i18n="nav-rooms"])
    .slicknav_arrow {
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  .rooms-page .offcanvas-menu-wrapper .slicknav_nav > li > a {
    padding: 12px 8px 12px 4px !important;
    margin: 2px 0 !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.9),
      0 1px 3px rgba(0, 0, 0, 0.85),
      0 2px 14px rgba(0, 0, 0, 0.55) !important;
  }

  .rooms-page .offcanvas-menu-wrapper .slicknav_nav > li > a a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    text-decoration: none !important;
    text-shadow:
      0 0 1px rgba(0, 0, 0, 0.9),
      0 1px 3px rgba(0, 0, 0, 0.85),
      0 2px 14px rgba(0, 0, 0, 0.55) !important;
  }
}

/* Mobile footer logos: keep brand + partner in one horizontal row */
@media (max-width: 767px) {
  .footer__brandbar {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    flex-wrap: nowrap !important;
  }

  .footer__brandbar__divider {
    width: 1px !important;
    height: 36px !important;
    background: rgba(177, 114, 86, 0.28) !important;
  }

  .footer__brandbar__logo,
  .footer__brandbar__partner {
    display: inline-flex !important;
    align-items: center !important;
  }
}

/* Home hero text tuning for phones: smaller and lower */
@media (max-width: 575px) {
  .sacher-home .sacher-hero__content {
    left: 12px !important;
    right: 12px !important;
    bottom: 4vh !important;
  }

  .sacher-home .sacher-hero__content h1 {
    font-size: clamp(24px, 7.6vw, 32px) !important;
    line-height: 1.06 !important;
    letter-spacing: 0.4px !important;
    margin: 0 !important;
    max-width: 92%;
  }
}

@media (max-width: 430px) {
  .sacher-home .sacher-hero__content {
    bottom: 2.8vh !important;
  }

  .sacher-home .sacher-hero__content h1 {
    font-size: clamp(22px, 7.2vw, 28px) !important;
    max-width: 88%;
  }
}

/* ------------------------------------------------------------------
   Rooms page final overrides
   ------------------------------------------------------------------ */
.rooms-page
  *:not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not([class^="icon_"]):not(
    [class*=" icon_"]
  ) {
  font-family: "Traviata", serif !important;
  font-weight: 400 !important;
}

/* Remove gray background from room categories section/grid */
.rooms-page .sacher-roomcats,
.rooms-page .sacher-roomcats__item {
  background: transparent !important;
}

.rooms-page .sacher-roomcats__viewport::before,
.rooms-page .sacher-roomcats__viewport::after {
  background: transparent !important;
}

/* Move room category arrows a little lower */
.rooms-page .sacher-roomcats__nav {
  top: calc(var(--rooms-card-image-h) / 2 + 24px) !important;
}

/* Mobile polish for rooms page */
@media (max-width: 991px) {
  .rooms-page .sacher-roomcats > br,
  .rooms-page .home-about > br,
  .rooms-page .home__about__pic > br,
  .rooms-page .home__about__signature-section > br {
    display: none !important;
  }

  .rooms-page .hero--left {
    min-height: 56vh;
  }

  .rooms-page .hero--left .hero__text h5[data-i18n="hero-kicker"] {
    font-size: clamp(24px, 8vw, 36px) !important;
    margin-bottom: 10px !important;
  }

  .rooms-page .hero--left .hero__text h2[data-i18n="hero-title"] {
    font-size: clamp(14px, 4.2vw, 20px) !important;
    letter-spacing: 1px !important;
    line-height: 1.25 !important;
  }
}

/* Keep main hero titles consistent on rooms, index, and junior pages */
.rooms-page .hero--left .hero__text h2[data-i18n="hero-title"],
.sacher-home .sacher-hero__content h1.traviata-hero-title[data-i18n="index-hero-title"],
.junior-room-page .sacher-hero__content .junior-hero-title[data-i18n="junior-hero-title"] {
  font-family: "Traviata", serif !important;
  font-weight: 400 !important;
  font-size: clamp(20px, 2.8vw, 32px) !important;
  line-height: 1.25 !important;
  letter-spacing: 1px !important;
}

@media (max-width: 991px) {
  .rooms-page .hero--left .hero__text h2[data-i18n="hero-title"],
  .sacher-home .sacher-hero__content h1.traviata-hero-title[data-i18n="index-hero-title"],
  .junior-room-page .sacher-hero__content .junior-hero-title[data-i18n="junior-hero-title"] {
    font-size: clamp(18px, 4.8vw, 24px) !important;
  }
}

@media (max-width: 575px) {
  .rooms-page .hero--left .hero__text h2[data-i18n="hero-title"],
  .sacher-home .sacher-hero__content h1.traviata-hero-title[data-i18n="index-hero-title"],
  .junior-room-page .sacher-hero__content .junior-hero-title[data-i18n="junior-hero-title"] {
    font-size: clamp(16px, 6.2vw, 21px) !important;
    letter-spacing: 0.6px !important;
  }
}

/* Match rooms/junior mobile hero composition to index mobile */
@media (max-width: 767px) {
  .rooms-page .hero--left {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    min-height: 56vh !important;
    height: 56vh !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .rooms-page .hero--left::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.62) 0%,
      rgba(0, 0, 0, 0.34) 42%,
      rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 1;
    pointer-events: none;
  }

  .rooms-page .hero--left .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .rooms-page .hero--left .hero__text {
    position: absolute !important;
    left: 24px !important;
    right: 8px !important;
    bottom: 3.8vh !important;
    max-width: 92% !important;
    margin: 0 !important;
  }

  .rooms-page .hero--left .hero__text h5[data-i18n="hero-kicker"] {
    font-size: clamp(20px, 6.6vw, 28px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0.6px !important;
    margin-bottom: 8px !important;
    color: #fff !important;
  }

  .rooms-page .hero--left .hero__text h2[data-i18n="hero-title"] {
    font-size: clamp(18px, 5.5vw, 24px) !important;
    white-space: normal !important;
    line-height: 1.12 !important;
    margin: 0 !important;
    color: #fff !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55) !important;
  }

  .junior-room-page .sacher-hero {
    min-height: 56vh !important;
  }

  .junior-room-page .sacher-hero__video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .junior-room-page .sacher-hero__content {
    left: 12px !important;
    right: 12px !important;
    bottom: 4vh !important;
  }
}

/* Rooms page typography lock: ensure all text uses Traviata */
.rooms-page h1,
.rooms-page h2,
.rooms-page h3,
.rooms-page h4,
.rooms-page h5,
.rooms-page h6,
.rooms-page p,
.rooms-page a,
.rooms-page li,
.rooms-page span,
.rooms-page button,
.rooms-page label,
.rooms-page input,
.rooms-page textarea,
.rooms-page select {
  font-family: "Traviata", serif !important;
  font-weight: 400 !important;
}

/* Mobile offcanvas behavior: always from right, submenus expanded */
@media (max-width: 991px) {
  .offcanvas-menu-wrapper {
    left: auto !important;
    right: 0 !important;
    transform: translateX(105%) !important;
  }

  .offcanvas-menu-wrapper.active {
    transform: translateX(0) !important;
  }

  .offcanvas-menu-wrapper .slicknav_nav ul,
  .offcanvas-menu-wrapper .slicknav_nav .dropdown {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Keep side menu on the right */
  .offcanvas-menu-wrapper {
    left: auto !important;
    right: 0 !important;
    transform: translateX(105%) !important;
  }

  .offcanvas-menu-wrapper.active {
    transform: translateX(0) !important;
  }

  /* Show close button above first nav item */
  .offcanvas-menu-wrapper .offcanvas-menu-close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 20 !important;
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
  }

  .offcanvas-menu-wrapper #mobile-menu-wrap {
    padding-top: 50px !important;
  }

  /* Traviata typography in side nav */
  .offcanvas-menu-wrapper .slicknav_nav > li > a,
  .offcanvas-menu-wrapper .slicknav_nav > li > a a,
  .offcanvas-menu-wrapper .slicknav_nav ul .slicknav_row,
  .offcanvas-menu-wrapper .slicknav_nav ul .slicknav_row a,
  .offcanvas-menu-wrapper .slicknav_nav ul a {
    font-family: "Traviata", serif !important;
    font-weight: 400 !important;
  }

  /* Remove any underline/line color from side-nav links */
  .offcanvas-menu-wrapper .slicknav_nav a,
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
  .offcanvas-menu-wrapper .slicknav_nav a:hover,
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover,
  .offcanvas-menu-wrapper .slicknav_nav a:focus,
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row:focus {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  /* Final lock: drawer is right side only */
  .offcanvas-menu-wrapper,
  .rooms-page .offcanvas-menu-wrapper {
    left: auto !important;
    right: 0 !important;
    transform: translateX(105%) !important;
  }

  .offcanvas-menu-wrapper.active,
  .rooms-page .offcanvas-menu-wrapper.active {
    left: auto !important;
    right: 0 !important;
    transform: translateX(0) !important;
  }
}

/* Mobile room categories slider: keep desktop-style horizontal cards with 2 visible */
@media (max-width: 991px) {
  .junior-room-page .sacher-roomcats__grid-wrap {
    padding: 0 14px !important;
    max-width: 100% !important;
  }

  /* Ensure the heading and dropdown are visible on deluxe page wrapper */
  .junior-room-page .rooms-page .sacher-roomcats__head {
    display: block !important;
    padding: 0 14px 8px !important;
  }

  .junior-room-page .sacher-roomcats__viewport {
    overflow: hidden !important;
  }

  .junior-room-page .sacher-roomcats__grid {
    display: flex !important;
    gap: 16px !important;
    transform: translateX(0);
  }

  .junior-room-page .sacher-roomcats__item {
    display: block !important;
    flex: 0 0 calc((100% - 16px) / 2) !important;
    max-width: calc((100% - 16px) / 2) !important;
    border-bottom: none !important;
    padding: 0 !important;
    background: #efefef;
  }

  .junior-room-page .sacher-roomcats__item img {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
  }

  .junior-room-page .sacher-roomcats__content {
    text-align: center !important;
    padding: 16px 10px 18px !important;
    min-height: 128px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .junior-room-page .sacher-roomcats__content h4 {
    font-size: 16px !important;
    min-height: 0 !important;
    margin-bottom: 6px !important;
  }

  .junior-room-page .sacher-roomcats__content p {
    margin-top: auto !important;
    font-size: 16px !important;
  }

  .junior-room-page .sacher-roomcats__nav {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
    top: calc(190px / 2 - 40px) !important;
    z-index: 4 !important;
  }

  .junior-room-page .sacher-roomcats__nav--prev {
    left: 2px !important;
  }

  .junior-room-page .sacher-roomcats__nav--next {
    right: 2px !important;
  }

  .junior-room-page .sacher-roomcats__nav.is-hidden {
    display: none !important;
  }

  .rooms-page .sacher-roomcats__grid-wrap {
    padding: 0 14px !important;
    max-width: 100% !important;
  }

  .rooms-page .sacher-roomcats__viewport {
    overflow: hidden !important;
  }

  .rooms-page .sacher-roomcats__grid {
    display: flex !important;
    gap: 16px !important;
    transform: translateX(0);
  }

  .rooms-page .sacher-roomcats__item {
    display: block !important;
    flex: 0 0 calc((100% - 16px) / 2) !important;
    max-width: calc((100% - 16px) / 2) !important;
    border-bottom: none !important;
    padding: 0 !important;
    background: #efefef;
  }

  .rooms-page .sacher-roomcats__item img {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
  }

  .rooms-page .sacher-roomcats__content {
    text-align: center !important;
    padding: 16px 10px 18px !important;
    min-height: 128px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .rooms-page .sacher-roomcats__content h4 {
    font-size: 16px !important;
    min-height: 0 !important;
    margin-bottom: 6px !important;
  }

  .rooms-page .sacher-roomcats__content p {
    margin-top: auto !important;
    font-size: 16px !important;
  }

  .rooms-page .sacher-roomcats__nav {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
    top: calc(120px / 2 + 40px) !important;
    z-index: 4 !important;
  }

  .rooms-page .sacher-roomcats__nav.is-hidden {
    display: none !important;
  }

  .rooms-page .sacher-roomcats__nav--prev {
    left: 2px !important;
  }

  .rooms-page .sacher-roomcats__nav--next {
    right: 2px !important;
  }
}
