/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.home-page a.box_cat_rooms .info {
  bottom: 0;
  transform: translate(0, 0);
}

.home-page a.box_cat_rooms:hover .info {
  transform: translate(0, -20px);
}

.site-language-switcher {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.site-language-switcher__label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.site-language-switcher__field {
  position: relative;
  max-width: 240px;
}

.site-language-switcher__field::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1;
  pointer-events: none;
}

.site-language-switcher__select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 12px 44px 12px 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-language-switcher__select:hover,
.site-language-switcher__select:focus {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.site-language-switcher__select option {
  color: #1f1b15;
}

header.site-header {
  background: linear-gradient(180deg, rgba(12, 17, 17, 0.62) 0%, rgba(12, 17, 17, 0.2) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

header.site-header .container-fluid {
  padding-top: 14px;
  padding-bottom: 14px;
}

header.site-header .logo_normal,
header.site-header .logo_sticky {
  max-width: 100%;
}

header.site-header .site-header__brand-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 10px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 241, 231, 0.95) 100%);
  border: 1px solid rgba(136, 107, 62, 0.16);
  box-shadow: 0 14px 34px rgba(12, 17, 17, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

header.site-header .site-header__brand-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

header.site-header nav.site-header__nav ul.site-header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}

header.site-header nav ul li.site-header__cta-item,
header.site-header nav ul li.site-header__menu-item {
  margin-left: 0;
}

header.site-header nav ul li a.site-cta,
header.reveal_header.headroom--top nav ul li a.site-cta,
header.reveal_header.headroom--not-top nav ul li a.site-cta {
  color: #fff;
  background: linear-gradient(135deg, #b89a62 0%, #8f7143 100%);
  border: 1px solid rgba(255, 248, 232, 0.45);
  box-shadow: 0 14px 34px rgba(38, 26, 11, 0.35);
  padding: 16px 30px;
  min-height: 52px;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

header.site-header nav ul li a.site-cta:hover,
header.reveal_header.headroom--top nav ul li a.site-cta:hover,
header.reveal_header.headroom--not-top nav ul li a.site-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #c9aa6f 0%, #9a7b4a 100%);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(38, 26, 11, 0.42);
}

header.site-header a.site-header__menu-toggle {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

header.site-header.headroom--not-top {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(217, 225, 230, 0.9);
  box-shadow: 0 10px 30px rgba(20, 31, 43, 0.08);
}

header.site-header.headroom--not-top .site-header__brand-badge {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 238, 228, 0.96) 100%);
  border-color: rgba(91, 69, 36, 0.14);
  box-shadow: 0 10px 24px rgba(20, 31, 43, 0.08);
}

header.site-header.headroom--not-top a.site-header__menu-toggle {
  background: rgba(20, 31, 43, 0.06);
  border-color: rgba(20, 31, 43, 0.1);
}

.mobile-stay-cta {
  display: none;
}

.testimonials-intro {
  max-width: 740px;
  margin: 24px auto 0;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.farm-to-spoon-cta-wrap {
  max-width: 560px;
  margin: 68px auto 10px;
}

.farm-to-spoon-cta {
  width: 100%;
  min-height: 74px;
  padding: 22px 38px;
  border: 1px solid rgba(255, 248, 232, 0.5);
  border-radius: 28px;
  background: linear-gradient(135deg, #b89a62 0%, #8f7143 100%);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 20px 42px rgba(38, 26, 11, 0.24);
}

.farm-to-spoon-cta:hover,
.farm-to-spoon-cta:focus {
  color: #fff;
  background: linear-gradient(135deg, #c9aa6f 0%, #9a7b4a 100%);
  border-color: rgba(255, 248, 232, 0.6);
  box-shadow: 0 24px 46px rgba(38, 26, 11, 0.3);
  transform: translateY(-2px);
}

.event-inquiry-modal .modal-dialog {
  max-width: 940px;
}

.event-inquiry-modal {
  z-index: 10050;
}

.modal-backdrop {
  z-index: 10040;
}

.event-inquiry-modal .modal-content {
  border: 0;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf8 0%, #f7f1e8 100%);
  box-shadow: 0 32px 80px rgba(17, 16, 14, 0.24);
}

.event-inquiry-modal .modal-header {
  align-items: flex-start;
  gap: 20px;
  padding: 30px 32px 14px;
  border-bottom: 0;
}

.event-inquiry-modal .modal-body {
  padding: 0 32px 32px;
}

.event-inquiry-modal__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8f7143;
}

.event-inquiry-modal__title {
  margin-bottom: 12px;
}

.event-inquiry-modal__intro {
  max-width: 640px;
  margin-bottom: 0;
  color: #5b5348;
}

.event-inquiry-modal__events-contact {
  margin: 12px 0 0;
  color: #5b5348;
  font-size: 0.95rem;
}

.event-inquiry-modal__events-contact a {
  color: #3f3427;
  font-weight: 600;
}

.event-inquiry-modal__events-contact a:hover {
  color: #8f7143;
}

.event-inquiry-modal .btn-close {
  margin-top: 4px;
}

.event-inquiry-modal .form-floating > .form-control,
.event-inquiry-modal .form-floating > .form-select {
  height: 60px;
  border-color: rgba(143, 113, 67, 0.18);
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

.event-inquiry-modal .form-floating > label {
  color: #6c6255;
}

.event-inquiry-modal__required {
  margin-left: 4px;
  color: #b14949;
  font-weight: 700;
}

.event-inquiry-modal .form-control:focus,
.event-inquiry-modal .form-select:focus {
  border-color: rgba(143, 113, 67, 0.55);
  box-shadow: 0 0 0 4px rgba(184, 154, 98, 0.12);
}

.event-inquiry-modal .form-control.is-invalid,
.event-inquiry-modal .form-select.is-invalid {
  border-color: #c94f4f;
  background-image: none;
}

.event-inquiry-modal .invalid-feedback {
  display: block;
}

.event-inquiry-modal__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.event-inquiry-modal__textarea {
  min-height: 152px;
  padding-top: 28px;
}

.event-inquiry-modal__check {
  padding: 6px 0 0 30px;
  color: #4f473d;
}

.event-inquiry-modal__check .form-check-input {
  margin-left: -30px;
  border-color: rgba(143, 113, 67, 0.45);
}

.event-inquiry-modal__check .form-check-input:checked {
  background-color: #8f7143;
  border-color: #8f7143;
}

.event-inquiry-modal__actions {
  max-width: 360px;
  margin-top: 24px;
}

.event-inquiry-modal__actions--centered {
  margin-right: auto;
  margin-left: auto;
}

.event-inquiry-modal__success {
  max-width: 620px;
  margin: 4px auto 0;
  padding: 24px 0 6px;
}

.event-inquiry-modal__success-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 40px;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(184, 154, 98, 0.14);
  color: #8f7143;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-inquiry-modal__success-message {
  margin-bottom: 14px;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.8;
  color: #2f2a24;
}

.event-inquiry-modal__success-note {
  margin-bottom: 0;
  color: #5b5348;
}

@media (max-width: 991px) {
  header.site-header .site-header__brand-badge {
    padding: 9px 14px;
    border-radius: 18px;
  }

  header.site-header .site-header__brand-logo {
    width: 190px;
  }

  header.site-header nav ul li.site-header__cta-item {
    display: inline-block;
  }

  header.site-header nav.site-header__nav ul.site-header__actions {
    gap: 10px;
  }

  header.site-header nav ul li a.site-cta,
  header.reveal_header.headroom--top nav ul li a.site-cta,
  header.reveal_header.headroom--not-top nav ul li a.site-cta {
    padding: 14px 22px;
    min-height: 48px;
    font-size: 0.82rem;
  }

  .testimonials-intro {
    font-size: 1rem;
    line-height: 1.7;
  }

  .event-inquiry-modal .modal-header {
    padding: 26px 24px 12px;
  }

  .event-inquiry-modal .modal-body {
    padding: 0 24px 26px;
  }

  .event-inquiry-modal__actions {
    max-width: none;
  }

  .event-inquiry-modal__success {
    padding-top: 16px;
  }

  .event-inquiry-modal__success-message {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .site-language-switcher {
    margin-top: 14px;
  }

  .site-language-switcher__field {
    width: 100%;
    max-width: none;
  }

  header.site-header {
    background: linear-gradient(180deg, rgba(12, 17, 17, 0.7) 0%, rgba(12, 17, 17, 0.32) 100%);
  }

  header.site-header .site-header__brand-badge {
    padding: 8px 12px;
    border-radius: 16px;
  }

  header.site-header .site-header__brand-logo {
    width: 150px;
  }

  header.site-header .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.site-header nav ul li.site-header__cta-item {
    display: none;
  }

  .testimonials-intro {
    margin-top: 22px;
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .farm-to-spoon-cta-wrap {
    max-width: none;
    margin-top: 44px;
  }

  .farm-to-spoon-cta {
    min-height: 64px;
    padding: 18px 26px;
    font-size: 0.98rem;
    letter-spacing: 0.05em;
  }

  .event-inquiry-modal .modal-dialog {
    margin: 0.75rem;
  }

  .event-inquiry-modal .modal-content {
    border-radius: 24px;
  }

  .event-inquiry-modal .modal-header {
    padding: 22px 18px 10px;
  }

  .event-inquiry-modal .modal-body {
    padding: 0 18px 22px;
  }

  .event-inquiry-modal__title {
    font-size: 1.45rem;
  }

  .event-inquiry-modal .form-floating > .form-control,
  .event-inquiry-modal .form-floating > .form-select {
    height: 56px;
    border-radius: 16px;
  }

  .event-inquiry-modal__success {
    padding-top: 14px;
  }

  .event-inquiry-modal__textarea {
    min-height: 136px;
  }

  .mobile-stay-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    display: block;
    z-index: 40;
  }

  .mobile-stay-cta__link {
    width: 100%;
    min-height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #b89a62 0%, #8f7143 100%);
    border: 1px solid rgba(255, 248, 232, 0.45);
    box-shadow: 0 18px 36px rgba(38, 26, 11, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  body {
    padding-bottom: 92px;
  }

  .progress-wrap {
    bottom: 96px;
  }
}
