/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wp-element-button,
.wp-block-button__link {
  border-style: solid;
  border-width: 2px;
  border-color: var(--wp--preset--color--ink-deep);
  background-color: var(--wp--preset--color--ink-deep);
  color: var(--wp--preset--color--paper);
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--foreground);
}
.wp-element-button:focus,
.wp-block-button__link:focus {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
}
.wp-element-button:active,
.wp-block-button__link:active {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
}
.wp-element-button:visited,
.wp-block-button__link:visited {
  color: var(--wp--preset--color--paper);
}

.is-style-primary.wp-element-button,
.is-style-primary .wp-element-button,
.is-style-primary.wp-block-button__link,
.is-style-primary .wp-block-button__link {
  background-color: var(--wp--preset--color--ink-deep);
  color: var(--wp--preset--color--paper);
  border-color: var(--wp--preset--color--ink-deep);
}
.is-style-primary.wp-element-button:hover,
.is-style-primary .wp-element-button:hover,
.is-style-primary.wp-block-button__link:hover,
.is-style-primary .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--foreground);
}

.is-style-ghost.wp-element-button,
.is-style-ghost .wp-element-button,
.is-style-ghost.wp-block-button__link,
.is-style-ghost .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--custom--line);
}
.is-style-ghost.wp-element-button:hover,
.is-style-ghost .wp-element-button:hover,
.is-style-ghost.wp-block-button__link:hover,
.is-style-ghost .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--ink-deep);
  color: var(--wp--preset--color--paper);
  border-color: var(--wp--preset--color--ink-deep);
}

.is-style-text.wp-element-button,
.is-style-text .wp-element-button,
.is-style-text.wp-block-button__link,
.is-style-text .wp-block-button__link {
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: var(--wp--preset--color--foreground);
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.is-style-text.wp-element-button::after,
.is-style-text .wp-element-button::after,
.is-style-text.wp-block-button__link::after,
.is-style-text .wp-block-button__link::after {
  content: "→";
  display: inline-block;
  transition: transform 0.35s ease;
}
.is-style-text.wp-element-button:hover,
.is-style-text .wp-element-button:hover,
.is-style-text.wp-block-button__link:hover,
.is-style-text .wp-block-button__link:hover {
  background: none;
  color: var(--wp--preset--color--primary);
}
.is-style-text.wp-element-button:hover::after,
.is-style-text .wp-element-button:hover::after,
.is-style-text.wp-block-button__link:hover::after,
.is-style-text .wp-block-button__link:hover::after {
  transform: translateX(5px);
}

.is-style-column-border {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 36px 28px;
}

.is-style-tools {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  padding-bottom: var(--wp--preset--spacing--70);
}
@media screen and (min-width: 600px) {
  .is-style-tools {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (min-width: 920px) {
  .is-style-tools {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
  }
}
.is-style-tools .wp-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-style-tools .wp-block-column .wp-block-image {
  max-width: 60px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-style-tools .wp-block-column .wp-block-image img {
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.is-style-tools .wp-block-column .wp-block-image img:hover {
  filter: grayscale(0%);
  transform: rotate(-10deg);
  z-index: 10;
}

.wp-block-heading mark {
  position: relative;
  z-index: 11;
}

.is-style-decor {
  position: relative;
}
.is-style-decor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--wp--preset--color--primary);
  z-index: -1;
}

.is-style-banner .wp-block-media-text {
  margin: 0 auto !important;
}
@media screen and (min-width: 1200px) {
  .is-style-banner .wp-block-media-text {
    position: relative;
  }
  .is-style-banner .wp-block-media-text::after {
    content: "";
    position: absolute;
    right: -123px;
    top: -125px;
    width: 538px;
    height: 500px;
    background-color: #ffb647;
    filter: blur(-2px);
    border-radius: 15%;
    transform: rotate(45deg);
    animation: float 3s ease-in-out infinite;
    will-change: transform;
  }
}
@media screen and (min-width: 768px) {
  .is-style-banner {
    min-height: 700px;
  }
}
.is-style-banner .wp-block-media-text__content {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .is-style-banner .wp-block-media-text__content {
    padding-top: 6.25rem;
  }
}
.is-style-banner .wp-block-media-text__media {
  position: relative;
  right: -1rem;
  top: -24px;
}
@media screen and (min-width: 601px) {
  .is-style-banner .wp-block-media-text__media {
    position: absolute;
    max-width: 65%;
    z-index: 1;
  }
}
@media screen and (min-width: 700px) {
  .is-style-banner .wp-block-media-text__media {
    max-width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-banner .wp-block-media-text__media {
    max-width: unset;
    animation: float 3s ease-in-out infinite;
    will-change: transform;
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-style-subtitle {
  margin-bottom: 10px;
  font-family: var(--wp--preset--font-family--heading-font);
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  line-height: 1.2;
}

.is-style-about {
  padding-top: var(--wp--preset--spacing--70);
  padding-bottom: var(--wp--preset--spacing--70);
}
.is-style-about .wp-block-media-text__content {
  padding-left: unset !important;
  padding-right: unset !important;
}

.is-style-blog-posts .columns-4.wp-block-post-template {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .is-style-blog-posts .columns-4.wp-block-post-template {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-blog-posts .columns-4.wp-block-post-template {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.wp-block-post {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 20px;
}
.wp-block-post .wp-block-post-title a {
  display: inline;
}
.wp-block-post .wp-block-group {
  padding: 10px 20px;
}
.wp-block-post .wp-block-columns {
  margin-bottom: unset;
}
.wp-block-post .wp-block-post-featured-image {
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
}
.wp-block-post .wp-block-post-featured-image img {
  transition: all 0.3s;
}
.wp-block-post:hover .wp-block-post-featured-image img {
  transform: translateX(-1rem) scale(1.03);
}
.wp-block-post:hover .wp-block-post-title a {
  background-image: linear-gradient(0deg, currentcolor, currentcolor min(1px, 0.1em), currentcolor min(1px, 0.1em), currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px !important;
  text-decoration: none !important;
  transition: background-size 0.4s, color 0.4s;
}
.wp-block-post:hover .wp-block-post-title a:hover {
  background-size: 100% 1px !important;
  color: var(--wp--preset--color--primary) !important;
}

.quote-section {
  padding: clamp(70px, 10vw, 150px) var(--wp--custom--pad);
  border-bottom: 1px solid var(--wp--custom--line-soft);
}

.wp-block-quote {
  margin: 0;
  border: none;
}
.wp-block-quote::before {
  content: "„";
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--wp--preset--font-family--heading-font);
  color: var(--wp--preset--color--gold-soft);
  font-size: 9.4rem;
  line-height: 1;
}
.wp-block-quote p {
  font-family: var(--wp--preset--font-family--heading-font);
  font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.4;
  margin: 0 0 1.8rem;
}
.wp-block-quote cite {
  font-style: normal;
  font-size: var(--wp--preset--font-size--eyebrow);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--muted);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: var(--wp--preset--color--background);
  border-bottom: 1px solid transparent;
  box-shadow: 0 0 0 rgba(32, 28, 21, 0);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--wp--custom--line);
  box-shadow: 0 8px 24px rgba(32, 28, 21, 0.08);
  background: color-mix(in srgb, var(--wp--preset--color--background) 88%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: header-slide-down 0.35s ease-out;
}
.site-header.is-open {
  background: var(--wp--preset--color--background) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@keyframes header-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header.is-scrolled {
    animation: none;
  }
}
.nav {
  align-items: center;
  min-height: 68px;
  transition: min-height 0.3s ease;
}
@media (max-width: 479px) {
  .nav {
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 14px 0;
    min-height: auto;
  }
}
@media screen and (min-width: 1100px) {
  .nav {
    min-height: 84px;
  }
}

.site-header.is-scrolled .nav {
  min-height: 56px;
}
@media screen and (min-width: 1100px) {
  .site-header.is-scrolled .nav {
    min-height: 64px;
  }
}
.site-header.is-scrolled .nav__brand img {
  height: 24px;
}
@media screen and (min-width: 1100px) {
  .site-header.is-scrolled .nav__brand img {
    height: 26px;
  }
}
@media screen and (min-width: 1100px) {
  .site-header.is-scrolled .nav__cta .wp-block-button__link {
    padding: 0.7em 1.3em;
    font-size: 0.72rem;
  }
}

.nav__left {
  align-items: center;
  gap: 0.9rem;
}
@media (max-width: 479px) {
  .nav__left {
    flex: 1 0 100%;
  }
}

.nav__est {
  font-size: var(--wp--preset--font-size--eyebrow);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--wp--preset--color--muted);
  font-weight: 500;
  position: relative;
  padding-left: 0.9rem;
  margin: 0;
}
.nav__est::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.85em;
  background: var(--wp--custom--line);
}
.nav__est {
  display: none;
}
@media screen and (min-width: 1100px) {
  .nav__est {
    display: block;
  }
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.nav__brand a::after {
  display: none;
}
.nav__brand img {
  display: block;
  height: 28px;
  width: auto;
  transition: height 0.3s ease;
}
@media screen and (min-width: 1100px) {
  .nav__brand img {
    height: 32px;
  }
}

.nav__right {
  gap: clamp(10px, 2vw, 34px);
  align-items: center;
}
@media (max-width: 479px) {
  .nav__right {
    flex: 1 0 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .nav__right .nav__cta-wrap {
    order: 2;
  }
  .nav__right .nav__collapse {
    order: 1;
  }
}

.site-header .nav__collapse {
  align-items: center;
  gap: clamp(10px, 2vw, 34px);
}
.site-header .nav__collapse .wp-block-navigation__container {
  gap: clamp(14px, 2vw, 30px);
}
.site-header .nav__collapse .wp-block-navigation-item__content {
  font-size: 0.95rem;
  color: var(--wp--preset--color--foreground);
  padding: 0 0 2px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.site-header .nav__collapse .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--primary);
}
.site-header .nav__collapse .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content {
  border-color: currentColor;
}
@media (max-width: 1099px) {
  .site-header .nav__collapse {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    background: var(--wp--preset--color--background);
    border-top: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.35s ease, visibility 0.35s, border-color 0.3s ease;
  }
}
@media (max-width: 1099px) and (max-width: 479px) {
  .site-header .nav__collapse {
    top: 118px;
    top: 0;
  }
}
@media (max-width: 1099px) {
  .site-header .nav__collapse .wp-block-navigation__container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--wp--custom--pad) 24px;
  }
  .site-header .nav__collapse .wp-block-navigation-item {
    border-bottom: 1px solid var(--wp--custom--line);
  }
  .site-header .nav__collapse .wp-block-navigation-item__content {
    display: block;
    padding: 18px 0;
    font-size: 1.1rem;
    border-bottom: none;
  }
}

@media (max-width: 1099px) {
  .site-header.is-open .nav__collapse {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border-top-color: var(--wp--custom--line);
  }
}

.nav__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--wp--custom--line);
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.nav__burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--wp--preset--color--foreground);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav__burger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav__burger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.nav__burger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media screen and (min-width: 1100px) {
  .nav__burger {
    display: none;
  }
}

.nav__cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 1.2em;
  font-size: 0.68rem;
}
@media screen and (min-width: 1100px) {
  .nav__cta .wp-block-button__link {
    height: auto;
    padding: 0.85em 1.6em;
    font-size: 0.78rem;
  }
}

.nav__cta-wrap,
.nav__burger,
.nav__brand.wp-block-site-logo {
  z-index: 100;
  position: relative;
}

.lang-switcher {
  display: flex;
  align-items: center;
}
.lang-switcher__item {
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  color: var(--wp--preset--color--muted);
  padding: 0.4em 0.55em;
  transition: color 0.2s ease;
}
.lang-switcher__item::after {
  display: none !important;
}
.lang-switcher__item:hover {
  color: var(--wp--preset--color--foreground);
}
.lang-switcher__item.is-active {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.lang-switcher__item + .lang-switcher__item {
  border-left: 1px solid var(--wp--custom--line);
}

.site-footer {
  color: #C9C2B4;
}

.site-footer__top {
  align-items: flex-start;
  gap: 2rem;
  padding: clamp(46px, 5vw, 70px) 0 clamp(30px, 3vw, 44px);
}

.site-footer__brand {
  display: inline-flex;
}
.site-footer__brand a::after {
  display: none;
}
.site-footer__brand img {
  display: block;
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
}

.site-footer__addr {
  margin: 0.7rem 0 0;
  font-size: 0.92rem;
  color: #9A9384;
}

.site-footer__links .wp-block-navigation__container {
  gap: 2rem;
}
.site-footer__links .wp-block-navigation-item__content {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9A9384;
  transition: color 0.3s;
}
.site-footer__links .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--paper);
}

.site-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7C7566;
}

body:not(.editor-styles-wrapper) .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--delay, 0s);
}
body:not(.editor-styles-wrapper) .reveal.is-in {
  opacity: 1;
  transform: none;
}
body:not(.editor-styles-wrapper) .reveal-img {
  opacity: 0;
  transform: scale(1.07);
  transition: opacity 1.05s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1.3s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: opacity, transform;
}
body:not(.editor-styles-wrapper) .reveal-img.is-in {
  opacity: 1;
  transform: none;
}

.anim-words .w {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: inherit;
  padding-bottom: 0.14em;
  margin-bottom: -0.14em;
}
.anim-words .w > * {
  display: inline-block;
  transform: translateY(115%);
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--d, 0s);
  will-change: transform;
}
.anim-words.is-in .w > * {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
  .anim-words .w > * {
    transform: none !important;
  }
  .reveal-img,
  .reveal-img.is-in {
    opacity: 1 !important;
    transform: none !important;
  }
}
.eyebrow {
  font-family: var(--wp--preset--font-family--body-font);
  font-size: var(--wp--preset--font-size--eyebrow);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  margin: 0 0 1.4rem;
}

.booking-request {
  padding: clamp(56px, 7vw, 100px) 0;
  background: var(--wp--preset--color--secondary);
}
.booking-request[hidden] {
  display: none;
}

.booking-request__wrap {
  max-width: 720px;
  margin-inline: auto;
  padding-inline: var(--wp--custom--pad);
}

.booking-request__title {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  margin: 0;
}

.booking-request__lede {
  color: var(--wp--preset--color--muted);
  margin: 0.6rem 0 clamp(28px, 3vw, 40px);
}

.booking-request__summary {
  background: var(--wp--preset--color--paper);
  border: 1px solid var(--wp--custom--line);
  padding: clamp(20px, 2.5vw, 28px);
  margin-bottom: clamp(24px, 3vw, 34px);
}
.booking-request__summary:empty {
  display: none;
}
.booking-request__summary h3 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
.booking-request__summary dl {
  margin: 0;
  display: grid;
  gap: 0.7rem;
}
.booking-request__summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.booking-request__summary dt {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wp--preset--color--muted);
}
.booking-request__summary dd {
  margin: 0;
  text-align: right;
}

.booking-request__fields {
  border: 1px solid var(--wp--custom--line);
  background: var(--wp--preset--color--paper);
}

.booking-request__row {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .booking-request__row {
    grid-template-columns: 1fr 1fr;
  }
}
.booking-request__row + .booking-request__row {
  border-top: 1px solid var(--wp--custom--line);
}

.booking-request__cell {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.1rem 1.3rem;
  min-width: 0;
}
.booking-request__cell + .booking-request__cell {
  border-top: 1px solid var(--wp--custom--line);
}
@media (min-width: 600px) {
  .booking-request__cell + .booking-request__cell {
    border-top: none;
    border-left: 1px solid var(--wp--custom--line);
  }
}
.booking-request__cell--full {
  grid-column: 1/-1;
  border-left: none;
}
.booking-request__cell label {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
}
.booking-request__cell input,
.booking-request__cell textarea {
  border: none;
  background: transparent;
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 1rem;
  color: var(--wp--preset--color--foreground);
  width: 100%;
  padding: 0;
  resize: vertical;
}
.booking-request__cell input:focus,
.booking-request__cell textarea:focus {
  outline: none;
}

.booking-request__foot {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}
.booking-request__foot p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
}
.booking-request__foot .wpcf7-spinner {
  position: absolute;
  left: 100%;
  margin-left: 0.8rem;
}

.booking-request__submit {
  border: 2px solid var(--wp--preset--color--ink-deep);
  background: var(--wp--preset--color--ink-deep);
  color: var(--wp--preset--color--paper);
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.1rem 2.4rem;
  cursor: pointer;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.booking-request__submit:hover {
  background: transparent;
  color: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--foreground);
}

.booking-request .wpcf7-response-output {
  margin: 1.6rem 0 0 !important;
  padding: 1rem 1.2rem !important;
  border: 1px solid var(--wp--custom--line) !important;
  background: var(--wp--preset--color--paper);
  font-size: 0.95rem;
}

.filterbar {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--wp--custom--line);
  border-bottom: 1px solid var(--wp--custom--line);
  flex-wrap: wrap;
}

.filterbar__label {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wp--preset--color--muted);
}

.chips {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.chip {
  border: 1px solid var(--wp--custom--line);
  background: transparent;
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--body-font);
  font-size: 0.85rem;
  padding: 0.55em 1.2em;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.chip:hover {
  border-color: var(--wp--preset--color--foreground);
}
.chip[aria-pressed=true] {
  background: var(--wp--preset--color--ink-deep);
  color: var(--wp--preset--color--paper);
  border-color: var(--wp--preset--color--ink-deep);
}

.filterbar__count {
  margin-left: auto;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wp--preset--color--muted);
}

.tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  color: var(--wp--preset--color--muted);
  border: 1px solid var(--wp--custom--line);
  padding: 0.5em 0.9em;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}

html.is-nav-locked {
  overflow: hidden;
}
html.is-nav-locked body {
  overflow: hidden;
}

body {
  overflow-x: clip;
  overflow-y: visible;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
.wp-site-blocks > footer {
  margin-top: auto;
}
.wp-site-blocks > .page-404 {
  flex: 1;
}

.home main {
  margin-top: 0;
}

a:not(.wp-element-button) {
  position: relative;
  text-decoration: none;
}
a:not(.wp-element-button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2em;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
a:not(.wp-element-button):hover::after {
  transform: scaleX(1);
}

#wpadminbar a::after {
  display: none;
}

input[type=date] {
  cursor: pointer;
}
input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

main > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero),
.entry-content > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero) {
  padding-top: calc(68px + clamp(44px, 9vw, 64px));
}
@media (max-width: 479px) {
  main > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero),
  .entry-content > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero) {
    padding-top: calc(118px + clamp(40px, 9vw, 56px));
  }
}
@media screen and (min-width: 1100px) {
  main > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero),
  .entry-content > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero) {
    padding-top: calc(84px + clamp(56px, 6vw, 100px));
  }
}

section[class*=wp-block-hotel-]:not(.alignfull) {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
}

body.admin-bar {
  margin-top: 38px !important;
}

/*# sourceMappingURL=style.css.map*/