/* Small release fixes layered over the original Webflow design. */
:focus-visible {
  outline: 3px solid #af8b6c;
  outline-offset: 4px;
}

html,
body {
  overflow-x: clip;
}

.release-form-shell {
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  margin: 0 0 15px;
}

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

.release-status {
  grid-column: 1 / -1;
  min-width: 0;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #c2af9f;
  border-radius: 8px;
  background: #f8f8f8;
  color: #626262;
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.release-status[data-state="success"] {
  border-color: #6a8c73;
  background: #f3f8f4;
  color: #334d3a;
}

.release-status[data-state="error"] {
  border-color: #a8675e;
  background: #fff6f4;
  color: #6d342c;
}

.release-consent {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 10px;
  color: #626262;
  font-size: 14px;
  line-height: 1.5;
}

.release-consent-checkbox {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px;
  margin: 2px 0 0;
}

.release-turnstile {
  grid-column: 1 / -1;
  min-height: 65px;
}

.release-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.release-calendar-error {
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid #c2af9f;
  border-radius: 10px;
  background: #fffaf5;
  color: #4b3b2f;
  line-height: 1.55;
}

.villa-calendar-card .villa-nav-arrow:disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

.villa-calendar-card .villa-dropdown-item:focus-visible,
.villa-calendar-card .villa-dropdown-trigger:focus-visible,
.villa-calendar-card .villa-nav-arrow:focus-visible {
  outline: 3px solid #725b47 !important;
  outline-offset: 3px !important;
}

.release-hero-preview-switch {
  position: fixed;
  z-index: 4;
  inset-inline-start: 8px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  color: inherit;
  opacity: 0.16;
  text-decoration: none;
  transition: opacity 180ms ease, color 180ms ease;
}

.release-hero-preview-switch::after {
  width: 5px;
  height: 5px;
  display: block;
  background: currentColor;
  border-radius: 50%;
  content: "";
}

.release-hero-preview-switch:hover,
.release-hero-preview-switch:focus-visible {
  color: #af8b6c;
  opacity: 1;
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.release-language-switcher {
  position: fixed;
  z-index: 30;
  top: 18px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(50, 38, 29, 0.54);
  box-shadow: 0 8px 24px rgba(34, 24, 16, 0.14);
  backdrop-filter: blur(10px);
}

.release-language-switcher a {
  min-width: 35px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
}

.release-language-switcher a:hover,
.release-language-switcher a:focus-visible,
.release-language-switcher a[aria-current="page"] {
  background: #fff;
  color: #604936;
}

html[data-analytics-enabled="true"] .release-hero-preview-switch {
  bottom: 58px;
}

.release-analytics-consent {
  position: fixed;
  z-index: 1000;
  left: 18px;
  bottom: 18px;
  width: min(460px, calc(100vw - 36px));
  padding: 24px;
  border: 1px solid rgba(96, 73, 54, 0.28);
  border-radius: 12px;
  background: #fbf7f1;
  box-shadow: 0 18px 54px rgba(48, 34, 23, 0.2);
  color: #4b3b2f;
  font-family: "DM Sans", sans-serif;
}

.release-analytics-consent[hidden],
.release-analytics-settings[hidden] {
  display: none !important;
}

.release-analytics-title {
  margin: 0 0 10px;
  color: #604936;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
}

.release-analytics-copy {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
}

.release-analytics-privacy {
  color: #604936;
  font-size: 14px;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.release-analytics-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.release-analytics-button,
.release-analytics-settings {
  min-height: 44px;
  border: 1px solid #8b7159;
  border-radius: 999px;
  padding: 10px 17px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.release-analytics-button--primary {
  background: #604936;
  color: #fff;
}

.release-analytics-button--secondary {
  background: transparent;
  color: #604936;
}

.release-analytics-button:hover,
.release-analytics-button:focus-visible,
.release-analytics-settings:hover,
.release-analytics-settings:focus-visible {
  border-color: #604936;
  outline: 3px solid rgba(175, 139, 108, 0.48);
  outline-offset: 2px;
}

.release-analytics-settings {
  position: fixed;
  z-index: 999;
  left: 12px;
  bottom: 10px;
  min-height: 38px;
  padding: 8px 13px;
  border-color: rgba(96, 73, 54, 0.42);
  background: rgba(251, 247, 241, 0.96);
  color: #604936;
  box-shadow: 0 8px 24px rgba(48, 34, 23, 0.12);
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header.boog .header-follow-us-grid {
    display: none;
  }

  .button-primary.main-header {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 991px) {
  .release-form-shell {
    flex-basis: 100%;
    width: 100%;
  }

  .menu-button.w-nav-button {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .left-arrow-t8,
  .right-arrow-t8 {
    min-width: 44px;
    min-height: 44px;
  }

  .villa-calendar-card .villa-nav-arrow,
  .villa-calendar-card .villa-dropdown-trigger {
    min-width: 44px !important;
    min-height: 44px !important;
  }
}

@media (max-width: 991px) {
  .release-language-switcher {
    top: 12px;
    right: 72px;
  }
}

@media (max-width: 479px) {
  .release-analytics-consent {
    left: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    padding: 20px 18px;
  }

  .release-analytics-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .release-analytics-button {
    width: 100%;
  }

  .villa-calendar-card .flatpickr-day {
    min-height: 40px !important;
    line-height: 40px !important;
  }

  .contact-form {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .contact-form > * {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .contact-form input.release-consent-checkbox {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
  }
}

.release-terms-section {
  padding-top: clamp(64px, 8vw, 112px) !important;
  padding-bottom: clamp(72px, 10vw, 136px) !important;
}

.release-terms-documents {
  display: grid;
  gap: clamp(32px, 5vw, 72px);
}

.release-terms-document {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(270px, 0.88fr);
  overflow: hidden;
  background: #fbf7f1;
  color: #5e493b;
}

.release-terms-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: clamp(32px, 5vw, 76px);
}

.release-terms-document h2 {
  margin: 0 0 clamp(32px, 4vw, 56px);
  color: #604936;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(30px, 3.35vw, 54px);
  font-weight: 700;
  line-height: 1.08;
}

.release-terms-document--cancellation h2 {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.08em;
}

.release-terms-document--rental-agreement h2 {
  font-size: clamp(27px, 2.65vw, 44px);
  font-style: italic;
}

.release-terms-document--rental-agreement h2 span {
  display: block;
}

.release-terms-document--rental-agreement h2 span + span {
  margin-top: 0.18em;
}

.release-terms-numbered {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  margin: 0;
  padding-left: 1.65em;
}

.release-terms-numbered > li {
  min-width: 0;
  padding-left: 0.18em;
}

.release-terms-numbered > li::marker {
  color: #604936;
  font-weight: 700;
}

.release-terms-document--cancellation .release-terms-numbered > li::marker {
  text-decoration: underline;
}

.release-terms-document h3 {
  display: inline;
  margin: 0;
  color: #604936;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}

.release-terms-document p,
.release-terms-document li {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.55;
}

.release-terms-document h3 + p {
  margin-top: 0.35em;
}

.release-terms-document p {
  margin: 0;
}

.release-terms-document p + p {
  margin-top: 0.12em;
}

.release-terms-policy,
.release-terms-bullets {
  margin: 0.7em 0 0;
  padding: 0;
}

.release-terms-policy {
  list-style: none;
}

.release-terms-bullets {
  padding-left: 1.1em;
  list-style-type: "- ";
}

.release-terms-policy li,
.release-terms-bullets li {
  margin: 0;
}

.release-terms-emphasis {
  margin-top: 0.16em !important;
  color: #604936;
}

.release-terms-visual {
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #e7d5c2;
}

.release-terms-visual img {
  position: absolute;
  inset-block: 0;
  right: 0;
  width: 272%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

@media (max-width: 900px) {
  .release-terms-document {
    grid-template-columns: minmax(0, 1fr);
  }

  .release-terms-visual {
    display: none;
  }
}

@media (max-width: 479px) {
  .release-terms-section {
    padding-top: 48px !important;
    padding-bottom: 72px !important;
  }

  .release-terms-documents {
    gap: 24px;
  }

  .release-terms-copy {
    padding: 28px 16px 34px;
  }

  .release-terms-document h2 {
    margin-bottom: 28px;
    font-size: clamp(20px, 7vw, 26px);
  }

  .release-terms-document--rental-agreement h2 {
    font-size: clamp(20px, 7vw, 26px);
  }

  .release-terms-document h3 {
    font-size: 16px;
  }

  .release-terms-numbered {
    gap: 24px;
    padding-left: 1.45em;
  }

  .release-terms-document p,
  .release-terms-document li {
    overflow-wrap: anywhere;
  }
}

@media print {
  .release-terms-section {
    padding: 0 !important;
  }

  .release-terms-document {
    display: block;
    break-inside: auto;
    background: #fff;
    color: #000;
  }

  .release-terms-document + .release-terms-document {
    break-before: page;
  }

  .release-terms-copy {
    padding: 0;
  }

  .release-terms-visual {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
