.scf,
.scf * {
  box-sizing: border-box;
}

.scf {
  width: 100%;
  color: #202326;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.scf__form {
  width: 100%;
  margin: 0;
}

.scf__field {
  padding: 0 0 15px;
}

.scf__label {
  display: block;
  margin: 0 0 7px;
  color: #202326;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.scf__label a {
  color: #81221d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.scf__required {
  color: #81221d;
}

.scf input[type="text"],
.scf input[type="tel"],
.scf input[type="email"],
.scf textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(32, 35, 38, .18);
  border-radius: 0;
  outline: 0;
  background: #fbfbfa;
  color: #202326;
  font: inherit;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.scf input[type="text"],
.scf input[type="tel"],
.scf input[type="email"] {
  min-height: 43px;
  padding: 0 14px;
}

.scf textarea {
  min-height: 150px;
  padding: 14px;
  line-height: 1.45;
  resize: vertical;
}

.scf input:focus,
.scf textarea:focus {
  border-color: #81221d;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(129, 34, 29, .1);
}

.scf__privacy {
  min-width: 0;
  margin: 0;
  padding: 2px 0 18px;
  border: 0;
}

.scf__privacy legend {
  width: 100%;
}

.scf__check {
  display: flex;
  min-height: 22px;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #202326;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
}

.scf__check input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #81221d;
}

.scf__check-copy {
  display: block;
  min-width: 0;
}

.scf__check-copy a {
  color: #81221d;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.scf__check input:focus-visible {
  outline: 3px solid rgba(129, 34, 29, .22);
  outline-offset: 2px;
}

.scf__submit {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: #9e2a23;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .16s ease, transform .16s ease;
}

.scf__submit:hover {
  background: #81221d;
}

.scf__submit:focus-visible {
  outline: 3px solid rgba(129, 34, 29, .3);
  outline-offset: 3px;
}

.scf__submit:disabled {
  cursor: not-allowed;
  opacity: .7;
}

.scf__spinner {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: scf-spin .7s linear infinite;
}

.scf__submit.is-loading .scf__spinner {
  display: inline-block;
}

.scf__form-status,
.scf-turnstile-status {
  margin: 9px 0 0;
  color: #81221d;
  font-size: 13px;
  line-height: 1.45;
}

.scf-turnstile {
  margin: 0;
}

.scf-security-error {
  margin: 0 0 15px;
  padding: 12px 14px;
  border-left: 3px solid #9e2a23;
  background: #fff4f2;
  color: #6f1f1b;
  font-size: 14px;
  line-height: 1.5;
}

.scf__notice {
  position: relative;
  margin: 0 0 20px;
  padding: 18px 18px 18px 62px;
  border: 1px solid rgba(129, 34, 29, .2);
  background: #f7f4ee;
  color: #202326;
  font-size: 15px;
  line-height: 1.55;
}

.scf__notice p {
  margin: 0;
}

.scf__notice-icon {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #81221d;
}

.scf__notice.is-success .scf__notice-icon::after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

.scf__notice.is-error .scf__notice-icon::before,
.scf__notice.is-error .scf__notice-icon::after {
  position: absolute;
  top: 7px;
  left: 13px;
  width: 2px;
  height: 14px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.scf__notice.is-error .scf__notice-icon::after {
  transform: rotate(-45deg);
}

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

.scf[data-context="sidebar"] {
  font-size: 15px;
}

.scf__sidebar-head {
  margin: 0 0 15px;
  padding: 8px 4px 13px;
  border-bottom: 1px solid rgba(32, 35, 38, .12);
}

.scf__sidebar-head h2 {
  margin: 0;
  color: #202326;
  font-family: Optima, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 1.14;
  text-transform: uppercase;
}

.scf__sidebar-head > p {
  margin: 10px 0 0;
  color: #5d6870;
  font-size: 14px;
  line-height: 1.55;
}

.scf__google {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid rgba(32, 35, 38, .12);
  color: #59636b;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}

.scf__google:hover {
  color: #81221d;
}

.scf__google img {
  display: block;
  flex: 0 0 auto;
  width: 56px;
  height: auto;
}

.scf__google strong {
  color: #202326;
  font-size: 13px;
  font-weight: 800;
}

.scf__google span {
  white-space: nowrap;
}

.scf__stars {
  color: #f4b400;
  letter-spacing: .08em;
}

.scf[data-context="sidebar"] .scf__field {
  padding-bottom: 12px;
}

.scf[data-context="sidebar"] .scf__label {
  margin-bottom: 5px;
  font-size: 14px;
}

.scf[data-context="sidebar"] input[type="text"],
.scf[data-context="sidebar"] input[type="tel"],
.scf[data-context="sidebar"] input[type="email"] {
  min-height: 39px;
  padding: 10px 12px;
  font-size: 15px;
}

.scf[data-context="sidebar"] textarea {
  min-height: 118px;
  padding: 10px 12px;
  font-size: 15px;
}

.scf[data-context="sidebar"] .scf__check {
  font-size: 13px;
}

.scf[data-context="sidebar"] .scf__submit {
  min-height: 41px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.scf__booking {
  display: grid;
  gap: 11px;
  margin-top: 12px;
  padding: 14px 4px 6px;
  border-top: 1px solid rgba(32, 35, 38, .12);
}

.scf__booking p {
  margin: 0;
  color: #5d6870;
  font-size: 13px;
  line-height: 1.45;
}

.scf__booking > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a4d5a;
  border-radius: 0;
  background: #2a4d5a;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

.scf__booking > a:hover {
  border-color: #18333d;
  background: #18333d;
  color: #fff;
}

.scf-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.scf-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.scf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 28, .62);
  backdrop-filter: blur(2px);
}

.scf-modal__panel {
  position: relative;
  width: min(100%, 520px);
  padding: 38px 34px 32px;
  border-top: 5px solid #81221d;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
  color: #202326;
  text-align: center;
  transform: translateY(12px) scale(.985);
  transition: transform .25s ease;
}

.scf-modal.is-open .scf-modal__panel {
  transform: translateY(0) scale(1);
}

.scf-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5d6870;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.scf-modal__icon {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 19px;
  border-radius: 50%;
  background: #81221d;
}

.scf-modal__icon::after {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 24px;
  height: 13px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

.scf-modal h2 {
  margin: 0 0 14px;
  color: #18252b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.25;
}

.scf-modal p {
  margin: 0 0 14px;
  color: #4a4e50;
  font-size: 16px;
  line-height: 1.65;
}

.scf-modal__button {
  min-width: 150px;
  min-height: 43px;
  margin-top: 8px;
  padding: 0 22px;
  border: 0;
  background: #81221d;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.scf-modal-open {
  overflow: hidden;
}

@keyframes scf-spin {
  to { transform: rotate(360deg); }
}

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

@media (max-width: 520px) {
  .scf-modal__panel {
    padding: 34px 22px 26px;
  }

  .scf-modal h2 {
    font-size: 23px;
  }
}
