/* 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;
}

/* Elise visible PDF corrections, 2026-06-25. */
:root {
  --font-body: "Lato", Arial, sans-serif;
  --body-font: "Lato", Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
  --heading-font: "Playfair Display", Georgia, serif;
  --font-label: "Barlow Condensed", "Lato", Arial, sans-serif;
}

body,
body p,
body a,
body button,
body input,
body select,
body textarea,
body.client-theme-joe-chapin,
body.client-theme-joe-chapin p,
body.client-theme-joe-chapin a,
body.client-theme-joe-chapin button,
body.client-theme-joe-chapin input,
body.client-theme-joe-chapin select,
body.client-theme-joe-chapin textarea {
  font-family: var(--font-body) !important;
}

body h1,
body h2,
body h3,
body h4,
body .section-title,
body.client-theme-joe-chapin h1,
body.client-theme-joe-chapin h2,
body.client-theme-joe-chapin h3,
body.client-theme-joe-chapin h4,
body.client-theme-joe-chapin .section-title {
  font-family: var(--font-display) !important;
}

i,
.fa,
.fas,
.far,
.fab,
.bi,
[class^="fa-"],
[class*=" fa-"],
[class^="bi-"],
[class*=" bi-"] {
  font-family: "Font Awesome 7 Free", "Font Awesome 6 Free", "Font Awesome 5 Free", "bootstrap-icons" !important;
}

.fab {
  font-family: "Font Awesome 7 Brands", "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
}

.navbar__links a,
.nav-desktop a {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 700 !important;
  letter-spacing: 0.65px !important;
  line-height: 1.5 !important;
}

.nav-desktop a:not(.btn) {
  letter-spacing: 0.7px !important;
}

h5,
.section-eyebrow {
  line-height: 21px !important;
}

.navbar {
  display: flex !important;
  align-items: center !important;
}

.navbar__inner {
  min-height: var(--navbar-h, 90px) !important;
  gap: clamp(10px, 1.2vw, 20px) !important;
  flex-wrap: nowrap !important;
}

.navbar__logo {
  flex: 0 0 clamp(104px, 10vw, 145px) !important;
  width: clamp(104px, 10vw, 145px) !important;
}

.navbar__logo img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.navbar__links {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  gap: clamp(10px, 1.1vw, 20px) !important;
  justify-content: flex-end !important;
  white-space: nowrap !important;
}

.nav-desktop {
  flex: 0 0 auto !important;
  gap: clamp(8px, 0.8vw, 14px) !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  margin-left: 0 !important;
}

.nav-desktop a {
  white-space: nowrap !important;
}

@media (max-width: 1320px) and (min-width: 1181px) {
  .navbar__logo {
    flex-basis: 112px !important;
    width: 112px !important;
  }

  .navbar__links {
    gap: 11px !important;
  }

  .navbar__links a,
  .nav-desktop a {
    font-size: 11px !important;
  }

  .nav .btn {
    padding: 7px 10px !important;
  }
}

@media (max-width: 1180px) {
  :root {
    --navbar-h: 76px;
  }

  .nav-desktop {
    display: none !important;
  }

  .hamburger,
  .navbar__links.open {
    display: flex !important;
  }

  .hamburger {
    margin-left: auto !important;
  }

  .navbar__logo {
    flex-basis: 104px !important;
    width: 104px !important;
  }

  .navbar__logo img {
    max-height: 56px !important;
  }

  .hamburger span {
    background: #fff !important;
  }

  .navbar.scrolled .hamburger span {
    background: var(--color-navy-dark) !important;
  }

  .navbar__links {
    display: none !important;
    position: fixed !important;
    top: var(--navbar-h) !important;
    left: 0 !important;
    right: 0 !important;
    max-height: calc(100vh - var(--navbar-h)) !important;
    overflow-y: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 12px 0 !important;
    background: var(--color-navy-dark) !important;
    box-shadow: var(--shadow-lg) !important;
  }

  .navbar__links.open {
    display: flex !important;
  }

  .navbar__links a {
    width: 100% !important;
    padding: 13px var(--container-pad) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    font-size: 14px !important;
  }

  .nav-mobile {
    display: flex !important;
  }
}

.blog-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.blog-wrapper.blog-index-layout,
.blog-wrapper.blog-detail-layout {
  padding: 58px 0 82px !important;
}

.blog-main-column {
  min-width: 0;
}

.blog-sidebar {
  position: sticky;
  top: calc(var(--navbar-h, 90px) + 24px);
  display: grid;
  gap: 20px;
}

.blog-side-card {
  padding: 24px;
  border: 1px solid rgba(23, 57, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(20, 36, 48, 0.08);
}

.blog-side-card h3 {
  margin: 0 0 16px;
  color: #173949;
  font-family: var(--font-display) !important;
  font-size: 24px;
  line-height: 1.2;
}

.blog-search-card form {
  display: grid;
  gap: 10px;
}

.blog-search-card input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(23, 57, 73, 0.18);
  border-radius: 6px;
}

.blog-search-card button {
  height: 46px;
  border: 0;
  border-radius: 6px;
  background: #d2aa3e;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-side-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-side-list a,
.blog-recent-item {
  color: #173949;
  font-weight: 700;
  text-decoration: none;
}

.blog-recent-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(23, 57, 73, 0.1);
}

.blog-recent-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.blog-recent-item img {
  width: 78px;
  height: 62px;
  object-fit: cover;
  border-radius: 6px;
}

.hero {
  border-bottom: 10px solid #c2a65e !important;
}

.images-sec {
  display: none !important;
}

/*
  The hero video already includes the channel / platform marks in-frame.
  Keeping a second absolute overlay caused the PDF-reported check-in/badge
  collision and cropped badges on desktop/mobile.
*/
.hero .images-sec {
  display: none !important;
}

.hero__booking-card {
  z-index: 5 !important;
}

.press-scroll__track {
  display: flex !important;
  align-items: center !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  gap: clamp(36px, 5vw, 78px) !important;
  animation: elisePressScroll 34s linear infinite !important;
  will-change: transform;
}

@keyframes elisePressScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

.images-sec img {
  width: auto !important;
  height: auto !important;
  max-width: 122px !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

.hero__scroll-indicator {
  bottom: 24px !important;
  padding-bottom: 0 !important;
}

.press-scroll {
  background: #fff !important;
  border-top: 7px solid #c2a65e !important;
  border-bottom: 1px solid rgba(24, 31, 35, 0.18) !important;
  padding: 22px 0 24px !important;
  overflow: hidden !important;
  overflow-x: clip !important;
  max-width: 100vw !important;
  contain: paint !important;
}

.press-scroll__item {
  flex: 0 0 auto !important;
  min-width: clamp(128px, 12vw, 176px) !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #17222b !important;
  font-family: var(--font-label) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.press-scroll__item span {
  display: block;
  max-width: 132px;
  margin: 0 auto;
}

.press-scroll__item img {
  width: auto !important;
  height: auto !important;
  max-width: 132px !important;
  max-height: 46px !important;
  filter: grayscale(1) contrast(1.15);
}

.amenities-photo-section {
  background: #fff !important;
  padding: 84px 0 92px !important;
}

.amenities-photo-section .amenities-elegance {
  gap: 56px;
}

.amenities-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 56px;
  margin-top: 0;
}

.amenities-photo-card {
  position: relative;
  min-width: 0;
}

.amenities-photo-card__media {
  position: relative;
  aspect-ratio: 1.38 / 1;
  min-height: 270px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef1f3;
  box-shadow: none;
}

.amenities-photo-card__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 280ms ease;
}

.amenities-photo-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(24px, 3vw, 44px);
  background: rgba(8, 55, 88, 0.78);
  color: #fff;
  opacity: 0;
  transition: opacity 220ms ease;
}

.amenities-photo-card__overlay ul {
  margin: 0;
  padding-left: 22px;
  color: #fff;
  font-family: "Poppins", var(--font-body), Arial, sans-serif !important;
  font-size: clamp(14px, 1.04vw, 18px);
  font-weight: 500;
  line-height: 1.72;
  list-style: disc outside !important;
}

.amenities-photo-card__overlay li {
  display: list-item !important;
  list-style: disc outside !important;
  margin: 0;
}

.amenities-photo-card__title {
  margin: 24px 0 0;
  color: #060606;
  font-family: "Poppins", var(--font-body), Arial, sans-serif !important;
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0 !important;
}

.amenities-photo-card:hover .amenities-photo-card__media img,
.amenities-photo-card:focus-within .amenities-photo-card__media img {
  transform: scale(1.025);
}

.amenities-photo-card:hover .amenities-photo-card__overlay,
.amenities-photo-card:focus-within .amenities-photo-card__overlay {
  opacity: 1;
}

.reviews-carousel-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.reviews__carousel {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 2px 18px;
}

.reviews__carousel::-webkit-scrollbar {
  display: none;
}

.reviews__carousel .review-card {
  flex: 0 0 min(342px, calc(100vw - 120px));
  scroll-snap-align: start;
}

.reviews-carousel-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(23, 57, 73, 0.18);
  border-radius: 50%;
  background: #fff;
  color: #173949;
  box-shadow: 0 8px 18px rgba(20, 36, 48, 0.08);
}

.reviews-carousel-btn:hover {
  background: #173949;
  color: #fff;
}

.inner-banner {
  align-items: flex-end !important;
  padding-bottom: 72px !important;
}

.inner-banner .content {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

@media (max-width: 991px) {
  .amenities-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 28px;
  }

  .blog-layout-grid {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }

  .blog-wrapper.blog-index-layout,
  .blog-wrapper.blog-detail-layout {
    padding: 38px 0 58px !important;
  }
}

@media (max-width: 767px) {
  .images-sec {
    display: none !important;
  }

  .images-sec img {
    max-width: 82px !important;
    max-height: 34px !important;
  }

  .press-scroll {
    padding: 20px 0 24px !important;
  }

  .press-scroll__track {
    gap: 30px !important;
    animation-duration: 28s !important;
  }

  .press-scroll__item {
    min-width: 110px !important;
    font-size: 10px !important;
  }

  .press-scroll__item img {
    max-width: 98px !important;
    max-height: 38px !important;
  }

  .amenities-photo-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .amenities-photo-section {
    padding: 58px 0 64px !important;
  }

  .amenities-photo-section .amenities-elegance {
    gap: 34px;
  }

  .amenities-photo-card__title {
    margin-top: 16px;
    font-size: 23px;
  }

  .amenities-photo-card__overlay {
    opacity: 1;
    padding: 24px;
  }

  .amenities-photo-card__overlay ul {
    font-size: 15px;
    line-height: 1.7;
  }

  .reviews-carousel-wrap {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }

  .reviews-carousel-btn {
    width: 36px;
    height: 36px;
  }
}

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

.hero__booking-card {
  width: min(420px, calc(100vw - 64px)) !important;
  max-width: 420px !important;
  min-height: 0 !important;
  padding: 26px 34px 24px !important;
  border-radius: 18px !important;
  background: rgba(246, 246, 242, 0.82) !important;
  margin-left: auto !important;
  margin-right: clamp(24px, 5vw, 88px) !important;
  transform: translateY(48px) !important;
}

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

.booking-card__price {
  font-family: var(--font-display) !important;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}

.booking-card__price strong {
  font-family: var(--font-display) !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

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

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

.booking-card__form {
  gap: 13px;
}

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

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

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

.booking-card__form .form-group input,
.booking-card__form .form-group select {
  min-height: 48px;
  padding: 11px 14px;
  font-size: 14px;
  border-radius: 9px;
}

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

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

.press-scroll {
  overflow: hidden;
  overflow-x: clip;
  max-width: 100vw;
  contain: paint;
  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: 100vw;
  max-width: 100vw;
  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-weekdays,
#inline-property-calendar .flatpickr-weekdaycontainer,
#inline-property-calendar .dayContainer {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

#inline-property-calendar .flatpickr-weekday,
#inline-property-calendar .flatpickr-day {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
}

#inline-property-calendar .flatpickr-day {
  border-radius: 6px;
  justify-self: stretch !important;
}

#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: min(380px, calc(100vw - 40px)) !important;
    max-width: 380px !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(359px, calc(100vw - 32px)) !important;
    max-width: 359px !important;
    min-height: 0 !important;
    padding: 24px 24px 22px !important;
    transform: translateY(44px) !important;
  }

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

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

  .contact-info a,
  .contact-info p,
  .contact-card a,
  .contact-card p,
  .contact-detail a,
  .contact-detail p,
  .card a[href^="mailto:"],
  .card p:has(a[href^="mailto:"]),
  .contact-us-wrapper a[href^="mailto:"],
  .contact-wrapper a[href^="mailto:"] {
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
    max-width: 100%;
  }

  .card:has(a[href^="mailto:"]) {
    min-width: 0;
  }

  .card:has(a[href^="mailto:"]) > div:last-child {
    min-width: 0;
    max-width: 100%;
  }

  .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;
  }
}

html,
body {
  overflow-x: hidden;
}

/* 2026-06-29 mobile QA: keep the animated press strip clipped inside the viewport. */
.press-scroll {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  overflow-x: clip !important;
  contain: layout paint !important;
}

.press-scroll__track {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  contain: paint !important;
  overflow: hidden !important;
}

@media (max-width: 360px) {
  .press-scroll__track {
    gap: 16px !important;
  }

  .press-scroll__item {
    min-width: 124px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    white-space: normal !important;
  }
}

/* 2026-07-02 Elise homepage customer change: compact hero booking, post-hero badges, FloridaIsland-style promo ticker. */
.hero__content {
  position: absolute !important;
  inset: 0 !important;
  min-height: auto !important;
  height: 100% !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  padding: 0 clamp(24px, 5vw, 74px) 64px !important;
  pointer-events: none;
}

.hero__booking-card {
  width: min(352px, calc(100vw - 56px)) !important;
  max-width: 352px !important;
  padding: 18px 20px 16px !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 12px !important;
  background: rgba(248, 246, 238, 0.92) !important;
  box-shadow: 0 18px 42px rgba(4, 22, 34, 0.24) !important;
  pointer-events: auto;
}

.booking-card__header {
  gap: 8px !important;
  margin-bottom: 10px !important;
  padding-bottom: 9px !important;
}

.booking-card__price,
.booking-card__price strong {
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.booking-card__rating {
  font-size: 11px !important;
}

.booking-card__rating strong {
  font-size: 13px !important;
}

.booking-card__form {
  gap: 9px !important;
}

.booking-card__form .form-row {
  gap: 8px !important;
}

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

.booking-card__form .form-group label {
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
}

.booking-card__form .form-group input,
.booking-card__form .form-group select {
  min-height: 40px !important;
  padding: 8px 10px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
}

.booking-card__form .btn {
  min-height: 42px !important;
  padding: 10px 14px !important;
  border-radius: 7px !important;
  font-size: 12px !important;
}

.booking-card__note {
  margin-top: 8px !important;
  font-size: 11px !important;
}

.hero__scroll-indicator {
  display: none !important;
}

.home-logo-band {
  width: 100%;
  padding: 22px var(--container-pad, 5%);
  background: #fff;
  border-top: 7px solid #c2a65e;
  border-bottom: 1px solid rgba(24, 31, 35, 0.12);
}

.home-logo-band__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}

.home-logo-band__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 14px 18px;
  border: 1px solid rgba(18, 35, 52, 0.1);
  border-radius: 8px;
  background: #fbfaf6;
}

.home-logo-band__item img {
  display: block;
  width: auto;
  max-width: min(168px, 100%);
  max-height: 56px;
  object-fit: contain;
}

.home-logo-band__item:last-child {
  background: #173949;
}

.press-scroll {
  padding: 0 !important;
  background: #173949 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.press-scroll__track {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  max-width: none !important;
  min-width: max-content !important;
  gap: 0 !important;
  overflow: visible !important;
  animation: elise-customer-promo-scroll 28s linear infinite !important;
}

.press-scroll__item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: auto !important;
  height: 46px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #fff !important;
  font-family: var(--font-label, "Barlow Condensed", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.press-scroll__item span {
  display: inline !important;
  max-width: none !important;
  margin: 0 !important;
}

.press-scroll__item:not(:last-child)::after {
  content: "•";
  margin-left: 24px;
  color: #c2a65e;
}

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

@media (max-width: 991px) {
  .hero__content {
    justify-content: center !important;
    padding: 0 20px 48px !important;
  }

  .home-logo-band__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero__content {
    padding: 0 16px 36px !important;
  }

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

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

  .booking-card__form .form-group input,
  .booking-card__form .form-group select {
    min-height: 38px !important;
    font-size: 12px !important;
  }

  .home-logo-band {
    padding: 16px 14px;
  }

  .home-logo-band__inner {
    gap: 10px;
  }

  .home-logo-band__item {
    min-height: 58px;
    padding: 10px;
  }

  .home-logo-band__item img {
    max-height: 42px;
  }

  .press-scroll__item {
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 11px !important;
  }

  .press-scroll__item:not(:last-child)::after {
    margin-left: 16px;
  }
}

@media (max-width: 420px) {
  .booking-card__header {
    align-items: flex-start !important;
  }

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