/* Shared usability refinements, preserving the Happy Place type and color system. */
[hidden] { display: none !important; }
.theme-two .destination-grid--server .destination-card::before { display: none; }
.theme-two .destination-card__image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.theme-two .property-card__image--real img {
  width: 100%; height: 100%; object-fit: contain; transform: none;
}
.theme-two .similar-card__media img { display: block; height: 100%; object-fit: contain; }
.theme-two .similar-card span { min-width: 0; }
.theme-two .similar-card strong,
.theme-two .property-description,
.theme-two .amenity-list li,
.theme-two .feature-list li { overflow-wrap: anywhere; }
.theme-two .similar-card b { font-size: 1.05rem; font-weight: 900; }
.theme-two .detail-gallery--single { grid-template-columns: minmax(0, 1fr); max-width: 960px; margin-inline: auto; }
.theme-two .detail-gallery--single .detail-gallery__thumbs { display: none; }
.theme-two .detail-gallery-empty { padding: 48px 24px; text-align: center; border-radius: var(--radius-card); color: var(--ink-soft); background: #f5f9fa; }
.theme-two .detail-gallery-empty > span { font-size: 2rem; }
.theme-two .property-card:focus-within,
.theme-two .similar-card:focus-visible { outline: 3px solid var(--turquoise-dark); outline-offset: 4px; }
.theme-two .button--whatsapp {
  color: #fff; background: #087f46; border: 1px solid #087f46;
  box-shadow: 0 3px 0 #056436; min-height: 48px;
}
.theme-two .button--whatsapp:hover { background: #066d3c; border-color: #066d3c; }
.theme-two .button--whatsapp:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.theme-two .button--whatsapp svg { width: 23px; height: 23px; flex: 0 0 auto; }
.theme-two .booking-card__price b { font-size: clamp(1.4rem, 1.7vw, 1.8rem); overflow-wrap: anywhere; }
.theme-two .booking-card__price p { line-height: 1.4; }
.theme-two .booking-card__call svg { width: 18px; height: 18px; }
.theme-two .booking-card__call:hover { background: var(--turquoise-soft); }
.theme-two .booking-options { border-top: 1px solid var(--line); margin-top: 16px; }
.theme-two .booking-options > summary {
  display: flex; align-items: center; gap: 10px; padding: 16px 0;
  cursor: pointer; list-style: none; color: var(--night); font-weight: 800; font-size: .85rem;
}
.theme-two .booking-options > summary::-webkit-details-marker { display: none; }
.theme-two .booking-options > summary > span:nth-child(2) { flex: 1; min-width: 0; }
.theme-two .booking-options > summary svg { width: 20px; height: 20px; flex-shrink: 0; }
.theme-two .booking-options > summary > svg { color: var(--turquoise-dark); }
.theme-two .booking-options > summary small { display: block; color: var(--ink-soft); font-weight: 400; font-size: .72rem; margin-top: 2px; }
.theme-two .booking-options > summary i { display: flex; transition: transform 160ms ease; }
.theme-two .booking-options[open] > summary i { transform: rotate(180deg); }
.theme-two .booking-options [data-booking-form] { display: grid; gap: 10px; }
.theme-two .booking-options .booking-dates,
.theme-two .booking-options .booking-guests { border: 1px solid var(--line); border-radius: var(--radius-control); }
.theme-two .booking-options .button { margin: 0; }
.theme-two .booking-request-summary { margin: 2px 0; color: var(--ink-soft); font-size: .78rem; }
.theme-two .booking-card__fineprint { margin: 12px 0 0; font-size: .75rem; line-height: 1.6; }
.theme-two .booking-rate-options { border-top: 1px solid var(--line); font-size: .8rem; }
.theme-two .booking-rate-options summary { cursor: pointer; padding: 12px 0; font-weight: 700; }
.theme-two .booking-rates { margin: 0 0 10px; }
.theme-two .booking-card:has(.booking-options[open]),
.theme-two .booking-card:has(.booking-rate-options[open]) { position: relative; top: auto; }
.theme-two .mobile-reserve-sheet.is-returning { animation: none; }
.theme-two .mobile-reserve-sheet__controls { margin: 0 0 10px; }
.theme-two .mobile-reserve-sheet__pet:empty { display: none; }
.theme-two .site-footer__contact p { max-width: 250px; font-size: .88rem; }
.theme-two .site-footer__contact a { display: flex; align-items: center; gap: 8px; }
.theme-two .site-footer__contact svg { width: 20px; height: 20px; }
.share-dialog {
  width: min(480px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px);
  overflow-y: auto; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-card);
  color: var(--night); background: #fff; box-shadow: var(--shadow-md);
}
.share-dialog::backdrop { background: rgba(5,43,66,.45); }
.share-dialog__header { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.share-dialog__header h2 { margin: 0 0 14px; font: 800 1.3rem var(--heading); }
.share-dialog__header button { min-width: 44px; min-height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; }
.share-dialog__header svg { width: 20px; height: 20px; }
.share-dialog__url { display: block; font-size: .85rem; }
.share-dialog__url input { display: block; width: 100%; min-width: 0; padding: 12px; margin: 8px 0; border: 1px solid var(--line); border-radius: 12px; color: var(--night); background: #f5f9fa; font-size: 16px; }
.share-dialog__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
@media (max-width: 860px) and (min-width: 621px) {
  .theme-two.home-page .hero-fold { --fold-search-height: 230px; min-height: 770px; }
  .theme-two.home-page .hero-fold .hero__content { width: calc(100% - 96px); left: 48px; }
  .theme-two.home-page .hero-fold .hero h1 { font-size: clamp(3.6rem, 8vw, 5rem); }
  .theme-two.home-page .hero-fold .hero__mini-proof { display: none; }
  .theme-two .booking-card { max-width: 540px; width: 100%; justify-self: center; }
}
@media (max-width: 620px) {
  .theme-two.home-page .hero-fold { --fold-experience-height: 174px; }
  .theme-two.home-page .hero-fold .experience-chips {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, 1fr); gap: 4px;
  }
  .theme-two.home-page .hero-fold .experience-chips > a {
    min-width: 0; width: 100%; min-height: 68px; padding: 3px 2px; gap: 5px;
    font-size: .64rem; line-height: 1.15; white-space: normal; overflow-wrap: anywhere;
  }
  .theme-two.home-page .hero-fold .experience-chips > a span { width: 36px; height: 36px; }
  .theme-two .mobile-reserve-sheet__fineprint { font-size: .75rem; }
  .theme-two .mobile-reserve-sheet .booking-options { margin-top: 14px; }
  .theme-two .mobile-reserve-sheet__quick-contact { margin-top: 12px; }
  .theme-two .mobile-reserve-sheet [data-mobile-booking-submit] { margin: 10px 0 0; }
  .theme-two .property-details dd { grid-column: 1 / -1; font-size: .85rem; }
}
@media (max-width: 620px) and (max-height: 720px) {
  .theme-two.home-page .hero-fold { min-height: 630px; }
  .theme-two.home-page .hero-fold .hero__content { top: 98px; }
}
@media (prefers-reduced-motion: reduce) {
  .theme-two .booking-options > summary i { transition: none; }
}
