
.gh-panorama-gallery {
  position: relative;
  margin: 0 0 48px;
}

.gh-panorama-shell {
  position: relative;
  padding: 24px;
  border-radius: 32px;
  background: linear-gradient(180deg, #fcf8f2 0%, #ffffff 100%);
  box-shadow: 0 28px 70px rgba(32, 24, 16, 0.08);
  overflow: hidden;
}

.gh-panorama-shell::before,
.gh-panorama-shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.gh-panorama-shell::before {
  top: -120px;
  right: -70px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(182, 145, 97, 0.18) 0%, rgba(182, 145, 97, 0) 72%);
}

.gh-panorama-shell::after {
  left: -120px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(95, 69, 40, 0.10) 0%, rgba(95, 69, 40, 0) 74%);
}

.gh-panorama-stage {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #e9e1d5;
  min-height: 720px;
}

.gh-panorama-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  touch-action: pan-y;
}

.gh-panorama-track {
  display: flex;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform .42s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.gh-panorama-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
}

.gh-panorama-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 11, 9, 0.04) 0%, rgba(13, 11, 9, 0.16) 42%, rgba(13, 11, 9, 0.72) 100%);
  pointer-events: none;
}

.gh-panorama-slide__button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gh-panorama-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.gh-panorama-floating,
.gh-panorama-content-card,
.gh-panorama-nav-wrap {
  position: absolute;
  z-index: 3;
}

.gh-panorama-floating--top {
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  pointer-events: none;
}

.gh-panorama-badge,
.gh-panorama-count,
.gh-panorama-open,
.gh-panorama-nav,
.gh-modal-btn,
.gh-panorama-thumb,
.gh-gallery-modal__thumb,
.gh-trust-badge {
  border-radius: 999px;
}

.gh-panorama-badge,
.gh-panorama-count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  color: #2e241b;
  background: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.gh-panorama-count {
  color: #fff;
  background: rgba(22, 21, 19, 0.84);
}

.gh-panorama-badge i,
.gh-overview-icon i,
.gh-fw1-rule-icon i,
.gh-form-note i,
.gh-trust-badge i,
.gh-panorama-open i {
  color: #8f6c45;
}

.gh-panorama-content-card {
  left: 28px;
  right: 28px;
  bottom: 28px;
  max-width: min(860px, calc(100% - 56px));
  padding: 28px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(16, 14, 13, 0.16) 0%, rgba(16, 14, 13, 0.58) 100%);
  backdrop-filter: blur(12px);
  color: #fff;
}

.gh-panorama-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.gh-panorama-content-card h3 {
  margin: 0 0 12px;
  font-size: clamp(31px, 3vw, 48px);
  line-height: 1.08;
  color: #fff;
}

.gh-panorama-content-card p:last-of-type {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.93);
}

.gh-panorama-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gh-panorama-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #3f3329;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.gh-panorama-nav-wrap {
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.gh-panorama-open,
.gh-panorama-nav,
.gh-modal-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, opacity .22s ease;
}

.gh-panorama-open,
.gh-panorama-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
}

.gh-panorama-open {
  padding: 13px 22px;
  background: #fff;
  color: #2b2118;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.gh-panorama-nav {
  width: 54px;
  color: #684d2d;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.gh-panorama-open:hover,
.gh-panorama-nav:hover,
.gh-modal-btn:hover,
.gh-panorama-thumb:hover,
.gh-gallery-modal__thumb:hover {
  transform: translateY(-2px);
}

.gh-panorama-bottom {
  position: relative;
  z-index: 2;
  margin-top: 18px;
}

.gh-panorama-helper {
  margin-bottom: 14px;
  color: #5d5147;
  font-size: 16px;
  line-height: 1.7;
}

.gh-panorama-progress {
  width: 100%;
  height: 7px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(143, 108, 69, 0.12);
  overflow: hidden;
}

.gh-panorama-progress span {
  display: block;
  height: 100%;
  width: 5%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8f6c45 0%, #c69d63 100%);
  transition: width .35s ease;
}

.gh-panorama-thumbs,
.gh-gallery-modal__thumbs {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(143, 108, 69, 0.28) transparent;
}

.gh-panorama-thumbs {
  padding-bottom: 4px;
}

.gh-panorama-thumbs::-webkit-scrollbar,
.gh-gallery-modal__thumbs::-webkit-scrollbar {
  height: 8px;
}

.gh-panorama-thumbs::-webkit-scrollbar-thumb,
.gh-gallery-modal__thumbs::-webkit-scrollbar-thumb {
  background: rgba(143, 108, 69, 0.28);
  border-radius: 999px;
}

.gh-panorama-thumb,
.gh-gallery-modal__thumb {
  position: relative;
  flex: 0 0 132px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #ece7df;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

.gh-panorama-thumb::after,
.gh-gallery-modal__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  transition: border-color .22s ease, background-color .22s ease;
}

.gh-panorama-thumb.is-active::after,
.gh-gallery-modal__thumb.is-active::after {
  border-color: #8f6c45;
  background: rgba(143, 108, 69, 0.08);
}

.gh-panorama-thumb img,
.gh-gallery-modal__thumb img {
  display: block;
  width: 100%;
  height: 94px;
  object-fit: cover;
}

.gh-panorama-thumb__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.gh-fw1-inline-highlight,
.gh-overview-grid,
.gh-fw1-rules {
  display: grid;
  gap: 18px;
}

.gh-fw1-inline-highlight {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 42px;
}

.gh-fw1-highlight-card,
.gh-overview-card,
.gh-fw1-rule-card,
.gh-form-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbf7f1 100%);
  border: 1px solid rgba(143, 108, 69, 0.12);
  box-shadow: 0 18px 40px rgba(31, 24, 17, 0.06);
}

.gh-fw1-highlight-card {
  padding: 28px;
  border-radius: 24px;
}

.gh-fw1-highlight-card .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #8f6c45;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gh-fw1-highlight-card h5,
.gh-overview-card h6,
.gh-fw1-rule-card h6 {
  margin: 0 0 10px;
  color: #21170f;
}

.gh-fw1-highlight-card h5 {
  font-size: 24px;
  line-height: 1.28;
}

.gh-fw1-highlight-card p,
.gh-overview-card p,
.gh-fw1-rule-card p,
.gh-form-intro,
.gh-form-note span,
.gh-form-response {
  margin: 0;
  color: #5b5148;
  font-size: 16px;
  line-height: 1.72;
}

.gh-overview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-overview-card,
.gh-fw1-rule-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  border-radius: 22px;
}

.gh-overview-icon,
.gh-fw1-rule-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(143, 108, 69, 0.12);
  font-size: 22px;
}

.gh-fw1-rules {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-form-card {
  padding: 28px;
  border-radius: 28px;
}

.gh-form-intro {
  margin-bottom: 18px;
}

.newsletter-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.gh-form-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(143, 108, 69, 0.08);
}

.gh-form-response {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
}

.gh-form-response.is-visible {
  display: block;
}

.gh-form-response.is-success {
  background: rgba(43, 131, 87, 0.12);
  color: #1f6f47;
}

.gh-form-response.is-error {
  background: rgba(185, 51, 51, 0.10);
  color: #8c2222;
}

.gh-submit-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 6px;
}

.gh-trust-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.gh-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 700;
  color: #3f3329;
}

.room-detail-sidebar .offer-block img {
  border-radius: 20px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
}

html.gh-modal-open,
body.gh-modal-open {
  overflow: hidden !important;
}

body.gh-modal-open {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  width: 100%;
}

body.gh-modal-open #smooth-wrapper {
  pointer-events: none;
}

body.gh-modal-open #preloader {
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.gh-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gh-gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gh-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 10, 0.84);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}

.gh-gallery-modal__shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  pointer-events: auto;
}

.gh-gallery-modal__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  background: #111;
}

.gh-gallery-modal__image-wrap {
  width: 100%;
  max-height: calc(100vh - 250px);
  overflow: hidden;
  touch-action: pan-y;
}

.gh-gallery-modal__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 250px);
  object-fit: contain;
  margin: 0 auto;
  background: #111;
}

.gh-gallery-modal__footer {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.8fr);
  align-items: end;
  gap: 22px;
  padding: 24px 26px 26px;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.98) 0%, rgba(13, 13, 13, 0.98) 100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-gallery-modal__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gh-gallery-modal__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gh-gallery-modal__copy h5 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1.1;
}

.gh-gallery-modal__copy p:last-child {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.gh-gallery-modal__details {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gh-gallery-modal__count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.gh-gallery-modal__hint {
  margin: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.gh-gallery-modal__hint i {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.9);
}

.gh-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gh-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
}

.gh-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.gh-modal-nav--prev {
  left: 18px;
}

.gh-modal-nav--next {
  right: 18px;
}

.gh-panorama-gallery,
.gh-panorama-shell,
.gh-panorama-stage,
.gh-panorama-viewport,
.gh-panorama-track,
.gh-panorama-slide,
.gh-panorama-thumb,
.gh-panorama-nav,
.gh-panorama-open {
  overflow-anchor: none;
}

.gh-panorama-open,
.gh-panorama-nav,
.gh-panorama-thumb,
.gh-modal-btn,
.gh-gallery-modal__thumb,
.gh-panorama-slide__button {
  touch-action: manipulation;
}

.gh-panorama-nav:focus,
.gh-panorama-open:focus,
.gh-panorama-thumb:focus,
.gh-modal-btn:focus,
.gh-gallery-modal__thumb:focus,
.gh-panorama-slide__button:focus {
  outline: 2px solid rgba(143, 108, 69, 0.45);
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .gh-fw1-inline-highlight {
    grid-template-columns: 1fr;
  }

  .gh-panorama-stage,
  .gh-panorama-viewport,
  .gh-panorama-slide img {
    min-height: 620px;
  }

  .gh-panorama-content-card {
    max-width: calc(100% - 56px);
  }
}

@media (max-width: 991px) {
  .gh-panorama-shell {
    padding: 18px;
  }

  .gh-panorama-stage,
  .gh-panorama-viewport,
  .gh-panorama-slide img {
    min-height: 520px;
  }

  .gh-panorama-content-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 22px;
  }

  .gh-panorama-nav-wrap {
    right: 20px;
    bottom: 20px;
  }

  .gh-overview-grid,
  .gh-fw1-rules,
  .gh-gallery-modal__footer {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .gh-gallery-modal__details {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .gh-panorama-shell {
    margin-bottom: 34px;
    padding: 14px;
    border-radius: 24px;
  }

  .gh-panorama-stage,
  .gh-panorama-viewport,
  .gh-panorama-slide img {
    min-height: 400px;
  }

  .gh-panorama-floating--top {
    top: 16px;
    left: 16px;
    right: 16px;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .gh-panorama-badge,
  .gh-panorama-count {
    padding: 11px 14px;
    font-size: 14px;
  }

  .gh-panorama-content-card {
    left: 16px;
    right: 16px;
    bottom: 88px;
    padding: 18px;
    border-radius: 22px;
    max-width: none;
  }

  .gh-panorama-content-card h3 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .gh-panorama-content-card p:last-of-type,
  .gh-panorama-helper,
  .gh-fw1-highlight-card p,
  .gh-overview-card p,
  .gh-fw1-rule-card p,
  .gh-form-intro,
  .gh-form-note span {
    font-size: 15px;
  }

  .gh-panorama-nav-wrap {
    left: 16px;
    right: 16px;
    bottom: 16px;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }

  .gh-panorama-open {
    flex: 1 1 100%;
    order: 3;
    width: 100%;
  }

  .gh-panorama-thumb,
  .gh-gallery-modal__thumb {
    flex-basis: 110px;
  }

  .gh-panorama-thumb img,
  .gh-gallery-modal__thumb img {
    height: 82px;
  }

  .gh-fw1-highlight-card,
  .gh-overview-card,
  .gh-fw1-rule-card,
  .gh-form-card {
    padding: 20px;
  }

  .gh-gallery-modal {
    padding: 10px;
  }

  .gh-gallery-modal__shell {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    border-radius: 20px;
  }

  .gh-gallery-modal__image-wrap,
  .gh-gallery-modal__image {
    max-height: calc(100vh - 248px);
  }

  .gh-modal-btn {
    width: 46px;
    height: 46px;
  }

  .gh-modal-nav--prev {
    left: 10px;
  }

  .gh-modal-nav--next {
    right: 10px;
  }
}


.gh-gallery-modal__thumbs,
.gh-gallery-modal__thumb {
  display: none !important;
}


.gh-form-note--capacity{margin:-8px 0 20px;padding:14px 16px;border-radius:18px;background:rgba(175,137,89,.08);border:1px solid rgba(175,137,89,.16)}
.gh-form-note--capacity span{font-weight:600;color:#5f4c37}
