.body-faq-page {
  background: #f4f0e8;
  color: #191715;
}

.body-faq-page .section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.body-faq-page :where(a, button, input, select):focus-visible {
  outline: 3px solid #76571f;
  outline-offset: 4px;
}

.faq-hero {
  height: 700px;
  min-height: 0;
  max-height: 750px;
  background: #11100f;
}

.faq-hero__media {
  object-position: center 46%;
}

.faq-hero__shade {
  background: rgba(10, 8, 9, 0.68);
}

.faq-hero__content {
  max-width: 820px;
  padding-bottom: 112px;
}

.faq-hero .reservation-hero__title {
  max-width: 780px;
}

.faq-hero .reservation-hero__lead {
  max-width: 760px;
  font-size: 22px;
  line-height: 1.55;
}

.faq-hero__index {
  right: 40px;
  bottom: 34px;
  left: auto;
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-align: right;
  text-transform: uppercase;
}

body.body-faq-page main .faq-hero .faq-hero__index {
  display: block;
}

.faq-essentials {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #d6cec1;
  background: #f8f5ee;
}

.faq-essentials__heading {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #d6cec1;
}

.faq-essentials__heading .eyebrow {
  margin: 0;
  color: #625854;
}

.faq-essentials__heading .text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #76571f;
}

.faq-essentials__grid {
  display: flex;
  align-items: stretch;
}

.faq-essential {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 176px;
  flex: 1 1 20%;
  flex-direction: column;
  gap: 16px;
  padding: 28px 28px 24px;
  border-right: 1px solid #d6cec1;
  color: #191715;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.faq-essential:first-child {
  border-left: 1px solid #d6cec1;
}

.faq-essential:hover,
.faq-essential:focus-visible {
  background: #eee7da;
  color: #191715;
}

.faq-essential__label {
  color: #76571f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.faq-essential__value {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 14px;
  font-family: var(--font-editorial);
  font-size: 20px;
  line-height: 1.28;
}

.faq-essential__arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #76571f;
  font-size: 18px;
}

.faq-threshold {
  overflow: hidden;
  background: #f4f0e8;
}

.faq-threshold__content {
  padding: 30px 72px 30px 0;
}

.faq-threshold__content>h2 {
  max-width: 560px;
  margin-bottom: 48px;
  color: #191715;
  font-family: var(--font-editorial);
  font-size: 58px;
  font-weight: 400;
  line-height: 1.02;
}

.faq-threshold__steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 610px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-threshold__steps::before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 25px;
  width: 1px;
  background: #c8bba9;
  content: "";
}

.faq-threshold__steps li {
  position: relative;
  display: flex;
  min-height: 118px;
  align-items: flex-start;
  gap: 26px;
  padding: 0 0 28px;
}

.faq-threshold__number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b6a894;
  border-radius: 50%;
  background: #f4f0e8;
  color: #76571f;
  font-family: var(--font-editorial);
  font-size: 23px;
}

.faq-threshold__steps h3 {
  margin: 1px 0 7px;
  color: #191715;
  font-family: var(--font-editorial);
  font-size: 28px;
  font-weight: 500;
}

.faq-threshold__steps p {
  max-width: 470px;
  margin: 0;
  color: #554b4f;
  font-size: 17px;
  line-height: 1.65;
}

.faq-threshold__visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.faq-threshold__visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(44, 32, 41, 0.18);
  content: "";
  pointer-events: none;
}

.faq-threshold__visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}

.faq-orientation {
  border-top: 1px solid #d6cec1;
  border-bottom: 1px solid #d6cec1;
  background: #ece6dc;
}

.faq-orientation__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 46px;
}

.faq-orientation__intro h2,
.faq-content__heading h2,
.faq-contact h2 {
  margin: 0;
  color: #191715;
  font-family: var(--font-editorial);
  font-size: 58px;
  font-weight: 400;
  line-height: 1.04;
}

.faq-orientation__intro>p {
  max-width: 520px;
  margin: 0 0 8px;
  color: #554b4f;
  font-size: 18px;
  line-height: 1.65;
}

.faq-search>label,
.faq-mobile-index label {
  display: block;
  margin-bottom: 10px;
  color: #3f343b;
  font-size: 14px;
  font-weight: 700;
}

.faq-search__field {
  position: relative;
}

.faq-search__icon {
  position: absolute;
  top: 50%;
  left: 24px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  color: #76571f;
  transform: translateY(-50%);
  pointer-events: none;
}

.faq-search__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8px;
}

.faq-search input {
  width: 100%;
  min-height: 68px;
  padding: 16px 72px 16px 68px;
  border: 1px solid #9e9182;
  border-radius: 0;
  background: #f8f5ee;
  color: #191715;
  font-size: 18px;
  line-height: 1.4;
  appearance: none;
}

.faq-search input::placeholder {
  color: #71666b;
  opacity: 1;
}

.faq-search input:focus {
  border-color: #76571f;
}

.faq-search__clear {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #76571f;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-search__clear:hover {
  background: #e4dccf;
}

.faq-search__count {
  min-height: 24px;
  margin: 12px 0 0;
  color: #625854;
  font-size: 14px;
}

.faq-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.faq-filter {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid #a99d8e;
  border-radius: 24px;
  background: transparent;
  color: #3d3339;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-align: center;
}

.faq-filter:hover {
  border-color: #76571f;
  color: #76571f;
}

.faq-filter.is-active,
.faq-filter[aria-pressed="true"] {
  border-color: #191715;
  background: #191715;
  color: #f8f5ee;
}

.faq-mobile-index {
  display: none;
  margin-top: 30px;
}

.faq-mobile-index select {
  width: 100%;
  min-height: 52px;
  padding: 11px 48px 11px 16px;
  border: 1px solid #9e9182;
  border-radius: 0;
  background: #f8f5ee;
  color: #191715;
  font-size: 16px;
}

.faq-content {
  background: #f8f5ee;
}

.faq-content__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid #cfc5b8;
}

.faq-page-layout {
  --bs-gutter-x: 56px;
}

.faq-index__inner {
  position: sticky;
  top: 118px;
  padding: 8px 28px 24px 0;
  border-right: 1px solid #d6cec1;
}

.faq-index__inner>p {
  margin: 0 0 20px;
  color: #76571f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.faq-index ol {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-index a {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 7px 8px;
  color: #5d5358;
  font-family: var(--font-editorial);
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
}

.faq-index a>span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8bba9;
  border-radius: 50%;
  color: #76571f;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
}

.faq-index a:hover,
.faq-index a.is-active,
.faq-index a[aria-current="true"] {
  color: #191715;
}

.faq-index a.is-active>span,
.faq-index a[aria-current="true"]>span {
  border-color: #191715;
  background: #191715;
  color: #f8f5ee;
}

.faq-category {
  scroll-margin-top: 120px;
  padding: 0 0 84px;
}

.faq-category+.faq-category {
  padding-top: 72px;
  border-top: 1px solid #d6cec1;
}

.faq-category[hidden],
.faq-item[hidden],
.faq-empty[hidden],
.faq-search__clear[hidden] {
  display: none !important;
}

.faq-category__header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 30px;
}

.faq-category__number {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8e0d4;
  color: #76571f;
  font-size: 13px;
  font-weight: 700;
}

.faq-category__header h3 {
  margin: -3px 0 3px;
  color: #191715;
  font-family: var(--font-editorial);
  font-size: 39px;
  font-weight: 400;
  line-height: 1.08;
}

.faq-category__header p {
  margin: 0;
  color: #71666b;
  font-size: 13px;
}

.faq-sensitive-callout {
  display: flex;
  gap: 22px;
  margin: 0 0 30px;
  padding: 28px 30px;
  border: 1px solid #c7b8aa;
  background: #eee7dc;
}

.faq-sensitive-callout__mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #9a7b4b;
  border-radius: 50%;
  color: #76571f;
  font-family: var(--font-editorial);
  font-size: 30px;
}

.faq-sensitive-callout h4 {
  margin: 0 0 6px;
  color: #191715;
  font-family: var(--font-editorial);
  font-size: 25px;
  font-weight: 500;
}

.faq-sensitive-callout p {
  max-width: 700px;
  margin: 0;
  color: #554b4f;
  font-size: 16px;
  line-height: 1.6;
}

.faq-accordion {
  border-top: 1px solid #cfc5b8;
}

.faq-item {
  scroll-margin-top: 120px;
  border-bottom: 1px solid #cfc5b8;
}

.faq-item__heading {
  margin: 0;
}

.faq-item__button {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 8px;
  border: 0;
  background: transparent;
  color: #191715;
  font-family: var(--font-editorial);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.faq-item__button:hover {
  color: #76571f;
}

.faq-item__symbol {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.faq-item__symbol::before,
.faq-item__symbol::after {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 16px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease;
}

.faq-item__symbol::after {
  transform: rotate(90deg);
}

.faq-item__button[aria-expanded="true"] .faq-item__symbol::after {
  transform: rotate(0deg);
}

.faq-item__answer {
  color: #554b4f;
}

.faq-item__answer.is-opening {
  animation: faq-answer-in 180ms ease both;
}

.faq-item__answer.is-closing {
  animation: faq-answer-out 140ms ease both;
}

.faq-item__answer-inner {
  max-width: 790px;
  padding: 2px 56px 30px 8px;
}

.faq-item__answer p {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.72;
}

.faq-item__answer p:last-of-type {
  margin-bottom: 0;
}

.faq-item__status {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px !important;
  padding: 5px 10px;
  border: 1px solid #c4b7a8;
  color: #6b4f23;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.45 !important;
  letter-spacing: 0.2px;
}

.faq-item__action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 14px;
  color: #76571f;
}

.faq-item__permalink {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 14px;
  margin-left: 22px;
  color: #71666b;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-item mark {
  padding: 1px 2px;
  background: #dfc991;
  color: #191715;
}

.faq-gestures {
  margin-top: 48px;
  padding: 38px 40px;
  border: 1px solid #c7b8aa;
  background: #eee7dc;
}

.faq-gestures__intro {
  max-width: 620px;
  margin-bottom: 28px;
}

.faq-gestures h4 {
  margin: 0 0 10px;
  color: #191715;
  font-family: var(--font-editorial);
  font-size: 36px;
  font-weight: 400;
}

.faq-gestures__intro>p:last-child {
  margin: 0;
  color: #554b4f;
}

.faq-gestures ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c7b8aa;
  list-style: none;
}

.faq-gestures li {
  display: flex;
  width: 50%;
  min-height: 96px;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px 18px 0;
  border-bottom: 1px solid #c7b8aa;
  color: #3f343b;
  font-size: 15px;
  line-height: 1.55;
}

.faq-gestures li:nth-child(odd) {
  padding-right: 28px;
}

.faq-gestures li:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid #c7b8aa;
}

.faq-gestures li span {
  color: #76571f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.faq-empty {
  padding: 64px 24px;
  border-top: 1px solid #cfc5b8;
  border-bottom: 1px solid #cfc5b8;
  text-align: center;
}

.faq-empty h3 {
  margin: 0 0 12px;
  color: #191715;
  font-family: var(--font-editorial);
  font-size: 34px;
  font-weight: 400;
}

.faq-empty>p:not(.eyebrow) {
  margin: 0 auto 24px;
  color: #625854;
}

.faq-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #191715;
  color: #f7f2e9;
}

.faq-contact__heading {
  margin-bottom: 52px;
}

.faq-contact .eyebrow {
  color: #d7b878;
}

.faq-contact h2 {
  max-width: 760px;
  color: #f7f2e9;
}

.faq-contact__heading p {
  margin: 0 0 18px;
  color: #d7cfd3;
  font-size: 17px;
  line-height: 1.65;
}

.faq-contact__email {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #e0c58f;
  font-size: 16px;
  text-underline-offset: 5px;
}

.faq-contact__routes {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.faq-contact__route {
  display: flex;
  min-height: 142px;
  align-items: center;
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.faq-contact__route>div {
  min-width: 0;
  flex: 1 1 auto;
}

.faq-contact__route>span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(224, 197, 143, 0.58);
  border-radius: 50%;
  color: #e0c58f;
  font-size: 12px;
  font-weight: 700;
}

.faq-contact__route h3 {
  margin: 0 0 5px;
  color: #f7f2e9;
  font-family: var(--font-editorial);
  font-size: 27px;
  font-weight: 500;
}

.faq-contact__route p {
  margin: 0;
  color: #c9bec4;
  font-size: 15px;
}

.faq-contact__route .text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #e0c58f;
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes faq-answer-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@media (max-width: 1199px) {
  .faq-essential {
    padding-right: 18px;
    padding-left: 18px;
  }

  .faq-essential__value {
    font-size: 18px;
  }

  .faq-threshold__content {
    padding-right: 48px;
  }

  .faq-page-layout {
    --bs-gutter-x: 38px;
  }

  .faq-index a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .body-faq-page .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .faq-hero {
    height: 650px;
  }

  .faq-hero__content {
    padding-bottom: 100px;
  }

  .faq-hero__index {
    right: 24px;
    bottom: 22px;
    left: 24px;
    max-width: none;
  }

  .faq-essentials__grid {
    flex-wrap: wrap;
  }

  .faq-essential {
    min-height: 148px;
    flex: 0 0 50%;
    border-bottom: 1px solid #d6cec1;
  }

  .faq-essential:nth-child(odd) {
    border-left: 1px solid #d6cec1;
  }

  .faq-essential:last-child {
    flex-basis: 100%;
  }

  .faq-threshold__content {
    padding: 0 0 48px;
  }

  .faq-threshold__visual,
  .faq-threshold__visual img {
    min-height: 0;
    height: 430px;
  }

  .faq-orientation__intro {
    display: block;
  }

  .faq-orientation__intro>p {
    margin-top: 22px;
  }

  .faq-index {
    display: none;
  }

  .faq-mobile-index {
    display: block;
  }

  .faq-content__heading {
    margin-bottom: 48px;
  }

  .faq-contact__heading>div+div {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .body-faq-page .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .faq-hero {
    height: 610px;
  }

  .faq-hero__content {
    padding-bottom: 112px;
  }

  .faq-hero .reservation-hero__lead {
    font-size: 18px;
  }

  .faq-hero__index {
    text-align: left;
  }

  .faq-essentials__heading {
    min-height: 112px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }

  .faq-threshold__content>h2,
  .faq-orientation__intro h2,
  .faq-content__heading h2,
  .faq-contact h2 {
    font-size: 44px;
  }

  .faq-threshold__content>h2 {
    margin-bottom: 36px;
  }

  .faq-threshold__steps li {
    gap: 18px;
  }

  .faq-threshold__visual,
  .faq-threshold__visual img {
    height: 340px;
  }

  .faq-filters {
    display: none;
  }

  .faq-mobile-index {
    margin-top: 24px;
  }

  .faq-category {
    padding-bottom: 64px;
  }

  .faq-category+.faq-category {
    padding-top: 56px;
  }

  .faq-category__header {
    gap: 16px;
  }

  .faq-category__header h3 {
    font-size: 32px;
  }

  .faq-item__button {
    min-height: 68px;
    gap: 18px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 19px;
  }

  .faq-item__answer-inner {
    padding-right: 24px;
    padding-left: 2px;
  }

  .faq-item__answer p {
    font-size: 16px;
  }

  .faq-sensitive-callout {
    padding: 24px 22px;
  }

  .faq-gestures {
    padding: 30px 24px;
  }

  .faq-gestures li {
    width: 100%;
    min-height: 0;
    padding: 18px 0 !important;
    border-left: 0 !important;
  }

  .faq-contact__route {
    display: flex;
    min-height: 0;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
    padding: 28px 0;
  }

  .faq-contact__route>div {
    width: calc(100% - 72px);
  }

  .faq-contact__route .button,
  .faq-contact__route .text-link {
    margin-left: 70px;
  }
}

@media (max-width: 479px) {
  .faq-hero {
    height: 590px;
  }

  .faq-hero__content {
    padding-bottom: 116px;
  }

  body.body-faq-page main .faq-hero .faq-hero__index {
    display: none;
  }

  .faq-essential,
  .faq-essential:last-child {
    min-height: 132px;
    flex-basis: 100%;
    border-left: 1px solid #d6cec1;
  }

  .faq-essential__value {
    max-width: 270px;
  }

  .faq-threshold__content>h2,
  .faq-orientation__intro h2,
  .faq-content__heading h2,
  .faq-contact h2 {
    font-size: 38px;
  }

  .faq-threshold__number {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .faq-threshold__steps::before {
    left: 22px;
  }

  .faq-search__icon {
    left: 16px;
  }

  .faq-search input {
    min-height: 62px;
    padding-right: 58px;
    padding-left: 52px;
    font-size: 16px;
  }

  .faq-category__number {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .faq-category__header h3 {
    font-size: 29px;
  }

  .faq-sensitive-callout {
    display: block;
  }

  .faq-sensitive-callout__mark {
    margin-bottom: 16px;
  }

  .faq-item__permalink {
    display: flex;
    margin-left: 0;
  }

  .faq-contact__route .button,
  .faq-contact__route .text-link {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {

  .faq-essential,
  .faq-item__symbol::before,
  .faq-item__symbol::after,
  .faq-item__answer {
    animation: none !important;
    transition: none !important;
  }
}