/* Elise Hill PDF follow-up, 2026-06-24. */
.hero__video {
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1) !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}

.hero__content {
  width: 100% !important;
  max-width: none !important;
  padding: 0 4% !important;
  justify-content: flex-end !important;
}

.hero__booking-card {
  width: 310px !important;
  max-width: 310px !important;
  padding: 18px !important;
  border-radius: 14px !important;
  background: rgba(246, 246, 242, 0.82) !important;
  margin-left: auto !important;
  margin-right: clamp(24px, 5vw, 88px) !important;
}

.booking-card__header {
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.booking-card__price {
  font-size: 17px;
  margin: 0;
}

.booking-card__price strong {
  font-size: 24px;
}

.booking-card__rating {
  font-size: 11px;
  line-height: 1.3;
}

.booking-card__rating strong {
  font-size: 15px;
}

.booking-card__form {
  gap: 10px;
}

.booking-card__form .form-row {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.booking-card__form .form-group {
  gap: 4px;
}

.booking-card__form .form-group label {
  font-size: 10px;
  margin: 0;
}

.booking-card__form .form-group input,
.booking-card__form .form-group select {
  min-height: 36px;
  padding: 7px 9px;
  font-size: 12px;
  border-radius: 8px;
}

.booking-card__form .btn {
  min-height: 38px;
  padding: 8px 14px;
  font-size: 12px;
}

.booking-card__note {
  margin: 9px 0 0;
  font-size: 11px;
}

.press-scroll {
  overflow: hidden;
  background: #fbf7ed;
  border-top: 1px solid rgba(14, 34, 50, 0.08);
  border-bottom: 1px solid rgba(14, 34, 50, 0.08);
  padding: 18px 0;
}

.press-scroll__track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: elise-press-scroll 34s linear infinite;
}

.press-scroll__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 70px;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid rgba(18, 35, 52, 0.1);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(18, 35, 52, 0.06);
  color: #15364a;
  font-family: var(--font-display, serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.press-scroll__item img {
  max-width: 128px;
  max-height: 46px;
  object-fit: contain;
}

@keyframes elise-press-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.amenities-elegance {
  display: grid;
  gap: 34px;
}

.amenities-elegance__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.amenities-elegance__intro .section-desc {
  margin: 12px auto 0;
}

.amenities-elegance__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.amenities-elegance__feature {
  position: relative;
  min-height: 560px;
}

.amenities-elegance__image {
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 10px;
}

.amenities-elegance__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amenities-elegance__callout {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(14, 34, 50, 0.18);
}

.amenities-elegance__callout h4 {
  margin: 10px 0 8px;
  color: #15364a;
}

.amenities-elegance__callout p {
  margin: 0;
}

.amenities-elegance .amenities__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.amenities-elegance .amenity-card {
  min-height: 0;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(18, 35, 52, 0.08);
  box-shadow: 0 10px 26px rgba(18, 35, 52, 0.06);
}

.amenities-elegance .amenity-card h4 {
  margin: 12px 0 8px;
}

.amenities-elegance .amenity-card p {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .press-scroll__track {
    animation: none;
  }
}

.booking-sidebar {
  align-self: start;
}

.booking-sidebar .booking-card-pro {
  position: sticky;
  top: 96px;
  width: min(100%, 380px);
  margin-left: auto;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(22, 53, 68, 0.12);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(22, 53, 68, 0.12);
  z-index: 60;
}

.booking-card-pro .price-row {
  margin-bottom: 18px;
  color: #173949;
  font-family: var(--font-display, serif);
  font-size: 26px;
  font-weight: 700;
}

.booking-card-pro .price-row span {
  color: #6d7480;
  font-family: var(--font-body, sans-serif);
  font-size: 14px;
  font-weight: 500;
}

.booking-card-pro .booking-selectors,
.booking-card-pro .date-inputs {
  display: grid;
  gap: 10px;
}

.booking-card-pro .date-inputs {
  grid-template-columns: 1fr 1fr;
}

.booking-card-pro .date-box,
.booking-card-pro .guests-trigger {
  min-width: 0;
  width: 100%;
  min-height: 62px;
  padding: 10px 12px;
  background: #fbfaf7;
  border: 1px solid rgba(22, 53, 68, 0.18);
  border-radius: 6px;
  color: #173949;
  font-family: var(--font-body, sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

.booking-card-pro .date-box input,
.booking-card-pro .guests-trigger-value {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 0;
  background: transparent !important;
  border: 0;
  color: #1f2933;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
}

.booking-card-pro .date-box input:focus {
  outline: none;
}

.booking-card-pro .guests-selector {
  position: relative;
}

.booking-card-pro .guests-trigger {
  cursor: pointer;
}

.booking-card-pro .guests-popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 90;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(22, 53, 68, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(22, 53, 68, 0.18);
}

.booking-card-pro .guests-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(22, 53, 68, 0.08);
}

.booking-card-pro .guests-row:last-of-type {
  border-bottom: 0;
}

.booking-card-pro .guests-row__label strong,
.booking-card-pro .guests-row__label small {
  display: block;
}

.booking-card-pro .guests-row__label small {
  color: #71808a;
}

.booking-card-pro .stepper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.booking-card-pro .stepper-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(22, 53, 68, 0.22);
  border-radius: 50%;
  background: #fff;
  color: #173949;
}

.booking-card-pro .guests-popover-close,
.booking-card-pro .reserve-btn {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
}

.booking-card-pro .guests-popover-close {
  margin-top: 12px;
  background: #173949;
  color: #fff;
}

.booking-card-pro .reserve-btn {
  margin-top: 14px;
  background: #0f8aa1;
  color: #fff;
}

.booking-card-pro .reserve-btn:disabled {
  background: #f2d7ad;
  color: rgba(23, 57, 73, 0.52);
}

.booking-card-pro .stay-limits-hint,
.booking-card-pro .text-muted.small,
.booking-card-pro #widget-error {
  font-size: 12px;
  line-height: 1.45;
}

.calendar-section .property-calendar-section {
  padding: 0 !important;
  border-top: 0 !important;
}

#inline-property-calendar .flatpickr-calendar {
  width: 100%;
  max-width: 680px;
  box-shadow: 0 14px 36px rgba(22, 53, 68, 0.12);
  border: 1px solid rgba(22, 53, 68, 0.08);
  border-radius: 10px;
}

#inline-property-calendar .flatpickr-rContainer,
#inline-property-calendar .flatpickr-days,
#inline-property-calendar .dayContainer {
  max-width: none;
  width: 100%;
}

#inline-property-calendar .flatpickr-day {
  border-radius: 6px;
}

#inline-property-calendar .flatpickr-day.flatpickr-disabled,
#inline-property-calendar .flatpickr-day.disabled {
  text-decoration: line-through;
  color: #a8a8a8;
}

body.checkout-page-body,
body.checkout-page-body * {
  box-sizing: border-box;
}

body.checkout-page-body {
  overflow-x: hidden;
}

body.checkout-page-body .booking-main.container,
body.checkout-page-body .checkout-topbar .container {
  width: min(1200px, calc(100% - 32px));
  max-width: 1200px;
}

body.checkout-page-body .booking-layout,
body.checkout-page-body .booking-card,
body.checkout-page-body .summary-card,
body.checkout-page-body .checkout-actions-card,
body.checkout-page-body .info-card,
body.checkout-page-body .payment-card {
  min-width: 0;
}

body.checkout-page-body .summary-card {
  overflow-wrap: anywhere;
}

body.checkout-page-body .policy-note p {
  color: #626b76;
  font-size: 13px;
  line-height: 1.55;
}

body.checkout-page-body input,
body.checkout-page-body select,
body.checkout-page-body textarea,
body.checkout-page-body button {
  max-width: 100%;
}

body.checkout-page-body img {
  max-width: 100%;
  height: auto;
}

easepick-wrapper,
.easepick-wrapper {
  z-index: 999999 !important;
}

.stat-item,
.amenity-card,
.bedroom-card,
.review-card,
.rule-card,
.gallery-item,
.about__text,
.about__images,
.location__map,
.location__content {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 991px) {
  .hero__booking-card {
    width: 310px !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .amenities-elegance__layout {
    grid-template-columns: 1fr;
  }

  .booking-sidebar .booking-card-pro {
    position: static;
    width: 100%;
    margin: 24px 0 0;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero__video {
    max-width: none;
    transform: scale(1) !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    object-position: center !important;
    object-fit: cover !important;
  }

  .booking-card-pro .date-inputs {
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-left: 16px !important;
    padding-right: 16px !important;
    justify-content: center !important;
  }

  .hero__booking-card {
    width: min(290px, calc(100vw - 32px)) !important;
    max-width: 290px !important;
    padding: 14px !important;
  }

  .booking-card__form .form-row {
    grid-template-columns: 1fr 1fr;
  }

  .press-scroll {
    padding: 12px 0;
  }

  .press-scroll__item {
    min-width: 145px;
    height: 56px;
    padding: 9px 16px;
    font-size: 12px;
  }

  .press-scroll__item img {
    max-width: 104px;
    max-height: 36px;
  }

  .amenities-elegance {
    gap: 22px;
  }

  .amenities-elegance__feature,
  .amenities-elegance__image {
    min-height: 380px;
  }

  .amenities-elegance__callout {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 18px;
  }

  .amenities-elegance .amenities__grid {
    grid-template-columns: 1fr;
  }

  .location__inner,
  .location__map,
  .location__content,
  .location__map iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .location__map iframe {
    display: block;
  }

  body.checkout-page-body .booking-main.container,
  body.checkout-page-body .checkout-topbar .container {
    width: min(100% - 24px, 1200px);
  }

  body.checkout-page-body .booking-layout {
    gap: 18px;
  }

  body.checkout-page-body .summary-card,
  body.checkout-page-body .booking-card,
  body.checkout-page-body .checkout-actions-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.checkout-page-body .summary-dates {
    grid-template-columns: 1fr;
  }
}
