/* home.css */

:root {
  --header-height: 120px;
}

body.home {
  background: #111;
}

.home-story__crest img {
  filter: none;
}

.home-main {
  background: #081412;
  height: 100svh;
  overflow-y: auto;
  scroll-snap-type: none;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
}

.home-main.is-free-scroll {
  scroll-snap-type: none;
}

.home-section {
  position: relative;
  min-height: 100svh;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}

.home-display-title,
.home-display-subtitle,
.home-service-card h3,
.home-conference__content h2,
.home-guests__title {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.home-hero {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 0;
  background: #081412;
  color: #f7f1e7;
}

.home-hero__media,
.home-hero__overlay {
  position: absolute;
  inset: 0;
}

.home-hero__media {
  background: url("../images/figma/home-hero-figma.webp") -50px top / calc(100% + 172px) auto no-repeat;
}

.home-hero__overlay {
  display: none;
}

.home-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1530px, calc(100vw - 70px));
  min-height: 100svh;
  margin: 0 auto;
  padding: calc(var(--header-height) + 278px) 0 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.home-main.is-story-active .home-hero__inner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-hero__content {
  max-width: 455px;
  padding-left: 0;
  margin: 0 0 auto;
}

.home-display-title {
  margin: 0 0 30px;
  font-size: clamp(3.25rem, 3.65vw, 4.375rem);
  letter-spacing: 0;
  line-height: 1;
}

.home-hero__text {
  margin: 0;
  max-width: 409px;
  font-size: 1.5rem;
  line-height: 1.34;
}

.hero-booking-bar {
  --hero-booking-search-width: 269px;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 305px)) 269px;
  justify-content: end;
  align-items: stretch;
  gap: 0;
  width: min(1530px, 100%);
  height: 123px;
  margin: auto 0 0;
  padding: 19px 22px 18px 23px;
  background: #fffced;
  color: #121212;
  border: 0;
}

.hero-booking-bar__field,
.hero-booking-bar__search {
  position: relative;
  min-height: 86px;
  border: 1px solid #c6c1a1;
}

.hero-booking-bar__field {
  padding: 13px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-booking-bar__field + .hero-booking-bar__field,
.hero-booking-bar__search {
  border-left: 0;
}

.hero-booking-bar__field--date {
  z-index: 5;
}

.hero-booking-bar__date-toggle,
.hero-booking-bar__select-toggle {
  width: 100%;
  height: 100%;
  padding: 0 28px 0 0;
  border: 0;
  background: transparent;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  cursor: pointer;
}

.hero-booking-bar__date-toggle:hover,
.hero-booking-bar__date-toggle:focus-visible,
.hero-booking-bar__select-toggle:hover,
.hero-booking-bar__select-toggle:focus-visible {
  background: transparent;
  transform: none;
}

.hero-booking-bar__label {
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.hero-booking-bar__value {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  line-height: 1.2;
}

.hero-booking-bar__chevron {
  position: absolute;
  right: 18px;
  top: 64%;
  width: 7px;
  height: 13px;
  background: #171513;
  mask: url("../images/figma/chevron-figma.svg") center / contain no-repeat;
  -webkit-mask: url("../images/figma/chevron-figma.svg") center / contain no-repeat;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}

.hero-booking-bar .hero-booking-bar__dropdown {
  top: auto;
  bottom: calc(100% + 1px);
  left: -1px;
  width: min(834px, calc(100vw - 70px));
  z-index: 80;
}

.hero-booking-bar .booking-dropdown--calendar {
  width: min(calc(200% + var(--hero-booking-search-width) + 4px), calc(100vw - 70px));
}

.hero-booking-bar__field--guest {
  z-index: 7;
}

.hero-booking-bar__field--currency {
  z-index: 6;
}

.hero-booking-bar__field--special {
  z-index: 5;
  align-items: stretch;
}

.hero-booking-bar > .hero-booking-bar__field--special:not([data-booking-dropdown]) {
  display: none;
}

.hero-booking-bar .booking-dropdown--guest {
  left: -1px;
  right: auto;
  width: min(calc(100% + var(--hero-booking-search-width) + 2px), calc(100vw - 70px));
}

.hero-booking-bar .booking-dropdown--currency {
  width: 305px;
  min-height: 173px;
  padding: 18px 0;
}

.hero-booking-bar .booking-dropdown--special,
.booking-widget .booking-dropdown--special {
  width: 305px;
  min-height: 283px;
  padding: 45px 22px 22px;
}

.booking-currency-dropdown__option {
  width: 100%;
  min-height: 44px;
  padding: 0 26px;
  border: 0;
  display: flex;
  align-items: center;
  background: transparent;
  color: #000;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.booking-currency-dropdown__option:hover,
.booking-currency-dropdown__option:focus-visible,
.booking-currency-dropdown__option[aria-selected="true"] {
  background: rgba(198, 193, 161, 0.16);
}

.hero-booking-bar__field--special .hero-booking-bar__label {
  margin-bottom: 0;
}

.hero-booking-bar__field--special .hero-booking-bar__chevron {
  top: 50%;
}

.booking-special-dropdown__field {
  position: relative;
  display: block;
  min-height: 66px;
  color: #000;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  cursor: text;
}

.booking-special-dropdown__field + .booking-special-dropdown__field {
  margin-top: 30px;
}

.booking-special-dropdown__label {
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 1;
  display: block;
  color: #040404;
  pointer-events: none;
  transition:
    top 160ms ease,
    font-size 160ms ease,
    color 160ms ease;
}

.booking-special-dropdown__field input {
  width: 100%;
  height: 66px;
  padding: 24px 0 0;
  border: 0;
  border-bottom: 1px solid #c6c1a1;
  border-radius: 0;
  appearance: none;
  background: transparent;
  color: #000;
  font: inherit;
  outline-offset: 4px;
}

.booking-special-dropdown__field input::placeholder {
  color: transparent;
}

.booking-special-dropdown__field input:focus {
  outline: 0;
  border-bottom-color: #040404;
}

.booking-special-dropdown__field:focus-within .booking-special-dropdown__label,
.booking-special-dropdown__field.has-value .booking-special-dropdown__label,
.booking-special-dropdown__field input:not(:placeholder-shown) + .booking-special-dropdown__label {
  top: 0;
  font-size: 12px;
}

.booking-special-dropdown__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.booking-special-dropdown__actions .button-primary {
  width: 145px;
  min-height: var(--button-height);
  padding: 0 var(--button-padding-x);
  font-size: var(--button-font-size);
  letter-spacing: var(--button-letter-spacing);
}

.hero-booking-bar__search {
  padding: 18px 17px;
}

.hero-booking-bar__button {
  width: 100%;
  min-height: var(--button-height);
  padding: 0 var(--button-padding-x);
  background: var(--button-dark-bg);
  font-size: var(--button-font-size);
  font-weight: 500;
  letter-spacing: var(--button-letter-spacing);
}

.home-story {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  color: #f7f1e7;
  isolation: isolate;
}

.home-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(7, 20, 17, 0.48) 0%, rgba(6, 19, 16, 0.58) 100%),
    rgba(193, 247, 255, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: none;
}

.home-story::after {
  content: none;
}

.home-story__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100svh;
  padding-top: clamp(240px, 35.1svh, 379px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(96px, 13.33vw, 256px);
}

.home-story__crest {
  flex: 0 1 474px;
  width: 100%;
  max-width: 474px;
  margin: 0;
  position: relative;
  aspect-ratio: 474.231 / 422.585;
}

.home-story__crest::before {
  content: "";
  display: block;
  padding-top: 89.11%;
}

@supports (aspect-ratio: 1 / 1) {
  .home-story__crest::before {
    content: none;
  }
}

.home-story__crest img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-story__content {
  width: min(684px, 48vw);
  max-width: 684px;
}

.home-story .home-display-subtitle {
  margin: 0;
  font-size: clamp(3.8rem, 3.65vw, 4.375rem);
  line-height: 1.07;
  letter-spacing: 0;
}

.home-story__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 30px;
}

.home-story__tags span {
  min-height: 47px;
  padding: 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.home-display-subtitle {
  margin: 0 0 24px;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 0.95;
}

.home-story__text,
.home-conference__content p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.72;
}

.home-story__text {
  max-width: 684px;
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.35;
}

.home-scroll-next {
  margin-top: 44px;
  width: 40px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-scroll-next span {
  width: 40px;
  height: 22px;
  display: block;
  background: url("../images/figma/home-story-arrow-figma.svg") center / contain no-repeat;
}

.home-rooms {
  background: #fffced;
  border: 1px solid #000;
  color: #000;
}

.home-rooms__inner {
  width: 100%;
  margin: 0;
  padding: 224px max(40px, calc(50vw - 920px)) 80px max(40px, calc(8.333vw + 37px));
  display: grid;
  grid-template-columns: minmax(360px, 597px) minmax(520px, 910px);
  gap: 0 clamp(80px, 9.166vw, 176px);
  align-items: start;
}

.home-rooms__aside {
  align-self: stretch;
  padding-top: 131px;
}

.home-rooms__aside-inner {
  position: sticky;
  top: calc(var(--header-height) + 235px);
  max-width: 597px;
}

.home-rooms .home-display-subtitle {
  margin: 0 0 30px;
  font-size: clamp(4rem, 3.65vw, 4.375rem);
  line-height: 1.07;
  letter-spacing: 0;
}

.home-rooms__text {
  margin: 0 0 40px;
  max-width: 597px;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #000;
}

.home-rooms__button {
  min-height: var(--button-height);
  padding: 0 var(--button-padding-x);
  border-color: #c6c1a1;
  font-size: var(--button-font-size);
  letter-spacing: var(--button-letter-spacing);
}

.home-rooms__gallery {
  display: flex;
  flex-direction: column;
  width: min(100%, 910px);
  gap: 40px;
}

.home-room-panel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
}

.home-room-panel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #d9cfbf;
}

.home-services {
  background: #141414;
}

.home-services__intro {
  display: none;
}

.home-services__grid {
  min-height: 100svh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.home-service-card {
  position: relative;
  min-height: 100svh;
  padding: 0;
  display: flex;
  align-items: flex-end;
  color: #f7f1e7;
  overflow: hidden;
}

.home-service-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.home-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(48deg, rgba(0, 0, 0, 0.92) 6%, rgba(0, 0, 0, 0.18) 80%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: multiply;
}

.home-service-card.is-restaurant {
  background: #292621;
}

.home-service-card.is-spa {
  background: #202429;
}

.home-service-card.is-dessange {
  background: #1d1d1d;
}

.home-service-card.is-mobile-service-only {
  display: none;
}

.home-service-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 529px;
  margin-top: auto;
  padding: 0 56px 122px;
}

.home-service-card h3 {
  margin: 0 0 20px;
  font-size: clamp(3.45rem, 3.385vw, 4.0625rem);
  line-height: 1;
  letter-spacing: 0;
}

.home-service-card__title-mobile {
  display: none;
}

.home-service-card p {
  margin: 0 0 50px;
  max-width: 496px;
  font-size: 1.5rem;
  line-height: 1.32;
  color: #fff;
}

.home-service-card__button {
  min-height: var(--button-height);
  padding: 0 var(--button-padding-x);
  color: inherit;
  border-color: #fff;
  font-size: var(--button-font-size);
  font-weight: 400;
  letter-spacing: var(--button-letter-spacing-compact);
}

.home-service-card__button:hover,
.home-service-card__button:focus-visible {
  background: var(--button-light-hover-fill);
}

.home-conference {
  position: relative;
  display: block;
  padding: 0;
  min-height: 100svh;
  background: #141414;
  color: #f7f1e7;
  overflow: hidden;
}

.home-conference__media,
.home-conference__media img {
  position: absolute;
  inset: 0;
}

.home-conference__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.home-conference::before {
  content: none;
}

.home-conference::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(33deg, rgba(0, 0, 0, 0.94) 3%, rgba(0, 0, 0, 0.2) 86%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46));
  mix-blend-mode: multiply;
}

.home-conference__content {
  position: absolute;
  z-index: 3;
  left: max(40px, calc(8.333vw + 26px));
  bottom: clamp(120px, 18.7svh, 202px);
  width: min(636px, calc(100vw - 80px));
  margin: 0;
}

.home-conference__content h2 {
  margin: 0 0 20px;
  font-size: clamp(3.6rem, 3.385vw, 4.0625rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.home-conference__content p {
  max-width: 636px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.32;
}

.home-conference__button {
  margin-top: 42px;
  font-weight: 400;
  letter-spacing: var(--button-letter-spacing-compact);
}

.home-guests {
  height: 700px;
  min-height: 700px;
  background: #fffced;
  color: #000;
  display: block;
  padding: 0;
  overflow: hidden;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}

.home-guests__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.home-guests__title {
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 0;
  font-size: clamp(3.45rem, 3.385vw, 4.0625rem);
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
}

.home-guests__carousel {
  position: absolute;
  top: 276px;
  left: 0;
  right: 0;
  display: block;
}

.home-guests__viewport {
  width: min(1240px, calc(100vw - 300px));
  margin: 0 auto;
  overflow: hidden;
}

.home-guests__track {
  display: flex;
  gap: clamp(120px, 10.42vw, 200px);
  transition: transform 260ms ease;
}

.home-guests__track.is-resetting {
  transition: none;
}

.home-guests__nav {
  position: absolute;
  top: 49px;
  font-size: 0;
}

.home-guests__nav--prev {
  left: 40px;
}

.home-guests__nav--next {
  right: 40px;
}

.home-guests__nav[disabled] {
  opacity: 1;
  cursor: default;
  transform: none;
}

.home-guests__dots {
  display: none;
}

.home-guest-card {
  flex: 0 0 min(520px, calc((100vw - 500px) / 2));
  display: grid;
  grid-template-columns: 170px minmax(300px, 1fr);
  gap: 30px;
  align-items: start;
  padding: 0;
}

.home-guest-card__avatar {
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(160deg, #b8a995 0%, #8c7255 48%, #56422f 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.home-guest-card__avatar img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.home-guest-card__stars {
  display: block;
  width: 100%;
  height: 23px;
  max-width: 145px;
  object-fit: contain;
  margin: 0 0 17px;
}

.home-guest-card__text {
  margin: 0 0 18px;
  max-width: 340px;
  font-size: 1.625rem;
  line-height: 1.15;
}

.home-guest-card__name {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-heading);
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.08;
}

.home-guest-card__role {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #898989;
}

.home-footer-section {
  height: 700px;
  min-height: 700px;
  background: #1d1d1d;
  display: flex;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}

.site-footer {
  display: block;
  width: 100%;
  background: #1d1d1d;
  color: #fff;
}

.home-footer-section .site-footer {
  min-height: 700px;
  display: flex;
  align-items: flex-start;
}

.site-footer__inner {
  width: min(100vw - 80px, 1642px);
  margin: 0 auto;
  padding: 58px 0 92px;
}

.site-footer__brand {
  display: grid;
  justify-items: center;
  margin: 0 auto 141px;
}

.site-footer__crest {
  display: block;
  width: min(393px, 100%);
  height: auto;
  aspect-ratio: 393 / 182.621;
  object-fit: contain;
  filter: none;
}

.site-footer__text {
  margin: 0;
  max-width: none;
  font-family: var(--font-heading);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.28;
}

.site-footer__text-link {
  color: inherit;
  text-decoration: none;
}

.site-footer__columns {
  width: clamp(1040px, 76vw, 1320px);
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: space-between;
  gap: clamp(34px, 4vw, 72px);
}

.site-footer__column h3 {
  margin: 0 0 21px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #af6c37;
}

.site-footer__nav {
  display: grid;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  line-height: 1.25;
}

.site-footer__nav a {
  color: #fff;
}

.site-footer__text-group {
  display: grid;
  gap: 10px;
}

.site-footer__nav--social {
  gap: 10px;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.site-footer__social-link img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .home-rooms__inner,
  .home-story__inner,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .home-story__inner {
    width: min(100vw - 56px, 760px);
    margin: 0 auto;
    padding-top: 180px;
    flex-direction: column;
    align-items: center;
    gap: 44px;
  }

  .home-story__crest {
    flex: 0 0 auto;
    width: 62vw;
    max-width: 360px;
  }

  .home-story__content {
    width: min(100%, 684px);
  }

  .home-services__grid {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    min-height: 72svh;
  }

  .hero-booking-bar {
    grid-template-columns: repeat(2, minmax(260px, 305px)) 269px;
    width: 100%;
    height: auto;
    min-height: 123px;
  }

  .hero-booking-bar__field + .hero-booking-bar__field,
  .hero-booking-bar__search {
    border-left: 1px solid #c6c1a1;
  }

  .hero-booking-bar .hero-booking-bar__dropdown {
    top: 100%;
    bottom: auto;
    border-top: 0;
    border-bottom: 1px solid var(--booking-line);
  }

  .hero-booking-bar .booking-dropdown--guest {
    width: min(calc(100% + var(--hero-booking-search-width) + 2px), calc(100vw - 28px));
  }

  .hero-booking-bar .booking-dropdown--calendar {
    width: min(calc(200% + var(--hero-booking-search-width) + 4px), calc(100vw - 28px));
  }

  .hero-booking-bar .booking-dropdown--currency {
    width: min(305px, calc(100vw - 28px));
  }

  .hero-booking-bar .booking-dropdown--special,
  .booking-widget .booking-dropdown--special {
    width: min(305px, calc(100vw - 28px));
  }

  .hero-booking-bar__button {
    width: 100%;
    min-height: var(--button-height);
  }

  .site-footer__columns {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
}

@media (max-width: 920px) {
  .home-main {
    height: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .home-hero__inner,
  .home-story__inner,
  .home-rooms__inner,
  .home-conference__content,
  .home-guests__inner,
  .site-footer__inner {
    width: min(100vw - 28px, 1480px);
  }

  .home-story__inner {
    min-height: auto;
    padding: 140px 0 64px;
  }

  .home-hero__content {
    padding-left: 0;
    margin-bottom: 64px;
  }

  .home-rooms__inner {
    min-height: auto;
    gap: 36px;
    padding: 88px 0 64px;
  }

  .home-rooms__aside-inner {
    position: static;
  }

  .home-guests__carousel {
    position: static;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    gap: 18px;
    align-items: center;
  }

  .home-guests__title {
    position: static;
    transform: none;
    margin-bottom: 56px;
    white-space: normal;
  }

  .home-guests__viewport {
    width: 100%;
    margin-left: 0;
  }

  .home-guests__track {
    gap: 0;
  }

  .home-guest-card {
    flex-basis: 100%;
    grid-template-columns: 110px 1fr;
    gap: 20px;
  }

  .home-guest-card__avatar {
    width: 110px;
  }

  .home-guests__nav {
    position: static;
    justify-self: center;
    transform: none;
  }

  .home-footer-section,
  .home-footer-section .site-footer {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .home-hero__inner {
    padding-top: calc(var(--header-height) + 84px);
  }

  .home-hero__content {
    padding-left: 0;
  }

  .hero-booking-bar {
    grid-template-columns: 1fr;
  }

  .home-story__crest {
    width: 220px;
  }

  .home-service-card,
  .home-conference,
  .home-guests {
    height: auto;
    min-height: auto;
  }

  .home-guests__title {
    margin-bottom: 56px;
  }

  .site-footer__brand {
    margin-bottom: 48px;
  }

  .site-footer__columns {
    grid-template-columns: 1fr;
  }
}
