/**
 * Orlando single-property detail page
 * Sticky sidebar + tabbed booking bar + attractions grid
 */

/* ========== PROPERTY HERO (matches Portugal .property-hero pattern) ========== */
.rs-us-prop-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(520px, 72vh, 760px);
  max-height: none;
  overflow: hidden;
}
.rs-us-prop-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.rs-us-prop-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 18, 16, 0.88) 0%, rgba(20, 18, 16, 0.55) 50%, rgba(20, 18, 16, 0.18) 100%);
}
.rs-us-prop-hero-content {
  position: relative;
  padding: 0 48px 56px;
  color: #fff;
}
.rs-us-prop-crumb {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 16px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}
.rs-us-prop-crumb a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.2s ease;
}
.rs-us-prop-crumb a:hover {
  color: #fff;
}
.rs-us-prop-badge {
  display: inline-block;
  background: #E55F2C;
  color: #fff;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 3px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px;
}
.rs-us-prop-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(52px, 6.5vw, 88px);
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}
.rs-us-prop-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.96);
  max-width: 520px;
  line-height: 1.7;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

/* ========== BOOKING BAR (sticky tabs + Check Availability) ========== */
.rs-us-booking-bar {
  background: #fff;
  border-bottom: 1px solid #E5DDD5;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  position: sticky;
  top: 72px;
  z-index: 50;
  box-shadow: 0 2px 16px rgba(28, 28, 28, 0.06);
}
.rs-us-booking-tabs {
  display: flex;
}
.rs-us-booking-tab {
  font-size: 13px;
  color: #888880;
  text-decoration: none;
  padding: 0 20px;
  height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.rs-us-booking-tab:hover,
.rs-us-booking-tab.is-active {
  color: #1C1C1C;
  border-color: #E55F2C;
}
.rs-us-booking-book {
  background: #E55F2C;
  color: #fff;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: background 0.2s;
}
.rs-us-booking-book:hover {
  background: #C04A18;
}

/* ========== MAIN CONTENT GRID ========== */
.rs-us-prop-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 48px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
  align-items: start;
}
.rs-us-prop-sidebar {
  position: sticky;
  top: 160px;
}
.rs-us-prop-intro {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #1C1C1C;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E5DDD5;
}
.rs-us-prop-desc {
  font-size: 15px;
  color: #888880;
  line-height: 1.85;
  margin-bottom: 16px;
}
.rs-us-prop-desc strong {
  color: #1C1C1C;
  font-weight: 500;
}
.rs-us-gallery-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888880;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-us-gallery-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #E55F2C;
}
.rs-us-section-mini {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 300;
  color: #1C1C1C;
  margin-bottom: 24px;
  line-height: 1.2;
}

/* ========== HIGHLIGHTS PILLS ========== */
.rs-us-highlights-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #E5DDD5;
}
.rs-us-highlight-pill {
  background: #F0EBE4;
  border: 1px solid #E5DDD5;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  color: #3A3A3A;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rs-us-highlight-pill::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #E55F2C;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ========== PROPERTY GALLERY (wide left, 2x2 right) ========== */
.rs-us-prop-gallery-wrap {
  margin-top: 56px;
}
.rs-us-prop-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4px;
  border-radius: 8px;
  overflow: hidden;
}
.rs-us-prop-gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3/2;
  background-color: #F0EBE4;
  background-size: cover;
  background-position: center;
  display: block;
}
.rs-us-prop-gallery-item:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
}
.rs-us-gallery-see-all {
  position: absolute;
  inset: 0;
  background: rgba(28, 28, 28, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.rs-us-gallery-see-all:hover {
  background: rgba(28, 28, 28, 0.7);
}

/* ========== ATTRACTIONS GRID (6 cards, 2-col) ========== */
.rs-us-attractions-wrap {
  margin-top: 64px;
}
.rs-us-attractions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 0;
}
.rs-us-attraction-card {
  background: #fff;
  border: 1px solid #E5DDD5;
  border-radius: 8px;
  overflow: hidden;
}
.rs-us-attraction-img {
  aspect-ratio: 3/2;
  background: #F0EBE4;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* When a real image URL is set, just show the photo */
.rs-us-attraction-img.has-image {
  background-size: cover;
  background-position: center;
}
/* Placeholder text (shown only when no image URL is set) */
.rs-us-attraction-img-ph {
  position: relative;
  z-index: 2;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.96);
  text-align: center;
  padding: 0 18px;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
/* Subtle inner glow on all placeholders */
.rs-us-attraction-img[class*="rs-us-attr-ph-"]::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
  z-index: 1;
}
/* Thematic icon overlay - each card gets a stylised vector motif at top,
   attraction name at bottom. Real branded photography can replace this per
   card via the ACF Attraction Image URL field. */
.rs-us-attraction-img[class*="rs-us-attr-ph-"] {
  align-items: flex-end;
  padding-bottom: 16px;
}
.rs-us-attraction-img[class*="rs-us-attr-ph-"]::before {
  content: '';
  position: absolute;
  inset: 8% 25% 38% 25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.rs-us-attraction-img[class*="rs-us-attr-ph-"] .rs-us-attraction-img-ph {
  z-index: 2;
}
.rs-us-attr-ph-1 {
  background: linear-gradient(135deg, #1E3A8A 0%, #7C3AED 55%, #EC4899 100%);   /* Disney - magical blue→purple→pink */
}
.rs-us-attr-ph-1::before {
  background-image: url('../img/attractions/disney.svg');
}
.rs-us-attr-ph-2 {
  background: linear-gradient(135deg, #991B1B 0%, #DC2626 55%, #F59E0B 100%);   /* Universal - bold red→amber */
}
.rs-us-attr-ph-2::before {
  background-image: url('../img/attractions/universal.svg');
}
.rs-us-attr-ph-3 {
  background: linear-gradient(135deg, #0E7490 0%, #0891B2 50%, #10B981 100%);   /* SeaWorld - ocean teal→green */
}
.rs-us-attr-ph-3::before {
  background-image: url('../img/attractions/seaworld.svg');
}
.rs-us-attr-ph-4 {
  background: linear-gradient(135deg, #FBBF24 0%, #EF4444 50%, #2563EB 100%);   /* LEGOLAND - playful yellow/red/blue */
}
.rs-us-attr-ph-4::before {
  background-image: url('../img/attractions/legoland.svg');
}
.rs-us-attr-ph-5 {
  background: linear-gradient(135deg, #334155 0%, #64748B 55%, #94A3B8 100%);   /* Premium Outlets - elegant slate */
}
.rs-us-attr-ph-5::before {
  background-image: url('../img/attractions/outlets.svg');
}
.rs-us-attr-ph-6 {
  background: linear-gradient(135deg, #6D28D9 0%, #EC4899 50%, #F59E0B 100%);   /* International Drive - nightlife purple→pink→amber */
}
.rs-us-attr-ph-6::before {
  background-image: url('../img/attractions/idrive.svg');
}
.rs-us-attraction-body {
  padding: 16px 20px;
}
.rs-us-attraction-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 4px;
}
.rs-us-attraction-dist {
  display: inline-block;
  background: rgba(229, 95, 44, 0.10);
  color: #C04A18;
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 3px;
  font-weight: 500;
  margin-bottom: 8px;
}
.rs-us-attraction-desc {
  font-size: 13px;
  color: #888880;
  line-height: 1.6;
}

/* ========== AREA BLOCK (text + photo, 2-col) ========== */
.rs-us-area-block {
  margin-top: 64px;
  background: #F0EBE4;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: stretch;
}
.rs-us-area-text {
  padding: 48px;
}
.rs-us-area-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E55F2C;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-us-area-eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: #E55F2C;
}
.rs-us-area-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 300;
  color: #1C1C1C;
  margin-bottom: 20px;
  line-height: 1.2;
}
.rs-us-area-body {
  font-size: 14px;
  color: #888880;
  line-height: 1.8;
  margin-bottom: 14px;
}
.rs-us-area-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.rs-us-area-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: #3A3A3A;
}
.rs-us-area-dot {
  width: 6px;
  height: 6px;
  background: #E55F2C;
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}
.rs-us-area-imgs {
  display: grid;
  grid-template-rows: repeat(3, minmax(128px, 1fr));
  gap: 4px;
  align-self: stretch;
  min-height: 420px;
}
.rs-us-area-img {
  position: relative;
  overflow: hidden;
  background-color: #F0EBE4;
  background-size: cover;
  background-position: center;
}
.rs-us-area-img-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(250, 247, 244, 0.92);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C1C1C;
  font-weight: 500;
}

/* ========== PROPERTY REVIEWS (stacked) ========== */
.rs-us-prop-reviews {
  margin-top: 64px;
}
.rs-us-prop-review-card {
  background: #fff;
  border: 1px solid #E5DDD5;
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 16px;
}
.rs-us-prop-review-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  color: #1C1C1C;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* ========== SIDEBAR CARD ========== */
.rs-us-sidebar-card {
  background: #fff;
  border: 1px solid #E5DDD5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.rs-us-sidebar-head {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #E5DDD5;
}
.rs-us-sidebar-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 4px;
}
.rs-us-sidebar-sub {
  font-size: 12px;
  color: #888880;
}
.rs-us-sidebar-body {
  padding: 20px 24px;
}
/* Price row (mirrors Portugal .property-sidebar-price-row) */
.rs-us-sidebar-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}
.rs-us-sidebar-price-label {
  color: #888880;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rs-us-sidebar-price-number {
  color: #1C1C1C;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
.rs-us-sidebar-price-night {
  color: #888880;
  font-size: 13px;
  text-align: right;
  margin-top: 2px;
}

/* Guesty search widget wrapper (mirrors Portugal .property-sidebar-widget) */
.rs-us-sidebar-widget {
  margin-top: 18px;
}
.rs-us-sidebar-widget .rs-search-form {
  max-width: none;
  margin: 0;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(28, 28, 28, 0.08);
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}
.rs-us-sidebar-widget .rs-search-field,
.rs-us-sidebar-widget .rs-search-dates-field {
  width: 100%;
  flex: 1 1 auto;
}
.rs-us-sidebar-widget .rs-search-btn {
  width: 100%;
  margin-left: 0;
  padding: 14px 18px;
}

.rs-us-sidebar-divider {
  height: 1px;
  background: #E5DDD5;
  margin: 16px 0;
}
.rs-us-sidebar-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
}
.rs-us-sidebar-features li {
  font-size: 13px;
  color: #888880;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-us-sidebar-features li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #E55F2C;
  border-radius: 50%;
  flex-shrink: 0;
}
.rs-us-sidebar-book {
  display: block;
  width: 100%;
  background: #E55F2C;
  color: #fff;
  padding: 14px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
}
.rs-us-sidebar-book:hover {
  background: #C04A18;
}
.rs-us-sidebar-note {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #888880;
}
.rs-us-sidebar-note strong {
  color: #C04A18;
}
.rs-us-sidebar-contact {
  text-align: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #E5DDD5;
  font-size: 12px;
  color: #888880;
  line-height: 1.6;
}
.rs-us-sidebar-contact a {
  color: #1C1C1C;
  text-decoration: none;
  font-weight: 500;
  display: block;
}
.rs-us-sidebar-contact a:hover {
  color: #E55F2C;
}

/* ========== SIDEBAR PERKS ========== */
.rs-us-sidebar-perks {
  background: #F0EBE4;
  border: 1px solid #E5DDD5;
  border-radius: 10px;
  padding: 20px 24px;
}
.rs-us-sidebar-perks-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-bottom: 16px;
}
.rs-us-perk-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.rs-us-perk-item:last-child {
  margin-bottom: 0;
}
.rs-us-perk-icon {
  width: 28px;
  height: 28px;
  background: rgba(229, 95, 44, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rs-us-perk-icon svg {
  width: 14px;
  height: 14px;
  stroke: #E55F2C;
  fill: none;
  stroke-width: 1.5;
}
.rs-us-perk-label {
  font-size: 13px;
  font-weight: 500;
  color: #1C1C1C;
}
.rs-us-perk-sub {
  font-size: 12px;
  color: #888880;
}

/* ========== HERO ANIMATIONS ========== */
@keyframes rsUsPropFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.rs-us-prop-hero-content > * {
  animation: rsUsPropFadeUp 0.6s ease both;
}
.rs-us-prop-crumb  { animation-delay: 0.05s; }
.rs-us-prop-badge  { animation-delay: 0.1s; }
.rs-us-prop-title  { animation-delay: 0.2s; }
.rs-us-prop-sub    { animation-delay: 0.3s; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .rs-us-prop-content {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 64px 24px;
  }
  .rs-us-prop-sidebar {
    position: static;
    top: auto;
  }
}

@media (max-width: 900px) {
  .rs-us-prop-hero {
    min-height: 460px;
    aspect-ratio: auto;
  }
  .rs-us-prop-hero-content {
    padding: 0 24px 44px;
  }
  .rs-us-prop-title {
    font-size: clamp(38px, 11vw, 58px);
  }
  .rs-us-booking-bar {
    padding: 0 24px;
    height: 64px;
  }
  .rs-us-booking-tabs {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .rs-us-booking-tabs::-webkit-scrollbar {
    display: none;
  }
  .rs-us-booking-tab {
    flex: 0 0 auto;
    height: 64px;
    padding: 0 14px;
  }
  /* Hide the right-side CTA on mobile - the sticky sidebar card already has
     its own Check Availability button, so duplicating here crowds the tabs */
  .rs-us-booking-book {
    display: none;
  }
  .rs-us-prop-gallery-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .rs-us-prop-gallery-item:first-child {
    grid-row: auto;
    aspect-ratio: 4/3;
  }
  .rs-us-prop-gallery-item {
    aspect-ratio: 4/3;
  }
  .rs-us-attractions-grid {
    grid-template-columns: 1fr;
  }
  .rs-us-area-block {
    grid-template-columns: 1fr;
  }
  .rs-us-area-text {
    padding: 32px 24px;
  }
  .rs-us-area-imgs {
    min-height: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .rs-us-area-img {
    aspect-ratio: 1/1;
  }
}

@media (max-width: 640px) {
  .rs-us-prop-hero-content {
    padding: 0 18px 36px;
  }
  .rs-us-prop-crumb {
    font-size: 10px;
    gap: 6px;
  }
  .rs-us-prop-badge {
    font-size: 10px;
  }
  .rs-us-prop-title {
    font-size: clamp(34px, 10vw, 46px);
  }
  .rs-us-prop-sub {
    font-size: 15px;
  }
  .rs-us-prop-content {
    padding: 56px 18px;
  }
  .rs-us-prop-intro {
    font-size: 22px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .rs-us-prop-desc {
    font-size: 14px;
  }
  .rs-us-highlights-strip {
    gap: 8px;
    padding-top: 22px;
  }
  .rs-us-highlight-pill {
    font-size: 11px;
    padding: 7px 12px;
  }
  .rs-us-section-mini {
    font-size: 28px;
  }
  .rs-us-attraction-body {
    padding: 14px 16px;
  }
  .rs-us-attraction-name {
    font-size: 18px;
  }
  .rs-us-area-title {
    font-size: 28px;
  }
  .rs-us-area-body,
  .rs-us-attraction-desc {
    font-size: 13px;
  }
  .rs-us-sidebar-head,
  .rs-us-sidebar-body,
  .rs-us-sidebar-perks {
    padding-left: 18px;
    padding-right: 18px;
  }
  .rs-us-sidebar-book {
    padding: 13px;
  }
  .rs-us-prop-review-card {
    padding: 24px 20px;
  }
  .rs-us-prop-review-text {
    font-size: 16px;
  }
}

/* ══════════════════════════════════════════════════════════
   COMPREHENSIVE RESPONSIVE - all viewports, Orlando property
   ══════════════════════════════════════════════════════════ */

/* Horizontal scroll safety (Orlando has more absolute/sticky elements) */
body.rs-us-property {
  overflow-x: hidden;
}
body.rs-us-property img,
body.rs-us-property iframe,
body.rs-us-property video {
  max-width: 100%;
  height: auto;
}

/* ── LARGE TABLET / SMALL DESKTOP (1024–1280px) ── */
@media (max-width: 1280px) {
  .rs-us-prop-content {
    padding: 64px 36px;
    gap: 56px;
    grid-template-columns: 1fr 320px;
  }
  .rs-us-prop-hero-content { padding: 0 36px 48px; }
}

/* ── TABLET PORTRAIT (641–1024px) ── */
@media (max-width: 1024px) {
  .rs-us-prop-hero {
    min-height: 480px;
  }
  .rs-us-prop-hero-content { padding: 0 28px 40px; }
  .rs-us-prop-title { font-size: clamp(42px, 7vw, 68px); }
  .rs-us-booking-bar { padding: 0 28px; }
  .rs-us-prop-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 28px;
  }
  .rs-us-prop-sidebar { position: static; top: auto; }
  /* Sidebar card centers on tablet/mobile for visual balance */
  .rs-us-sidebar-card,
  .rs-us-sidebar-perks { max-width: 560px; margin-left: auto; margin-right: auto; }
  .rs-us-attractions-grid { grid-template-columns: 1fr 1fr; }
  .rs-us-prop-gallery-grid { grid-template-columns: 2fr 1fr 1fr; }
}

/* ── LARGE MOBILE / SMALL TABLET (481–900px) - extend existing ── */
@media (max-width: 900px) {
  .rs-us-prop-hero { min-height: 440px; }
  .rs-us-prop-content { padding: 40px 20px; gap: 32px; }
  .rs-us-prop-intro { font-size: 20px; padding-bottom: 24px; margin-bottom: 24px; }
  .rs-us-highlights-strip { margin-top: 24px; padding-top: 22px; }
  .rs-us-prop-gallery-wrap,
  .rs-us-attractions-wrap { margin-top: 48px; }
  .rs-us-area-block { margin-top: 48px; }
  .rs-us-reviews-section { margin-top: 48px; }
  .rs-us-sidebar-card,
  .rs-us-sidebar-perks { max-width: 100%; }
}

/* ── MOBILE (481–640px) - extend existing ── */
@media (max-width: 640px) {
  .rs-us-prop-hero { min-height: 380px; }
  .rs-us-prop-hero-content { padding: 0 18px 32px; }
  .rs-us-prop-crumb { font-size: 10px; margin-bottom: 12px; }
  .rs-us-prop-badge { font-size: 10px; padding: 3px 10px; margin-bottom: 12px; }
  .rs-us-prop-title { font-size: clamp(34px, 10vw, 48px); }
  .rs-us-prop-sub { font-size: 14px; line-height: 1.6; }
  .rs-us-booking-bar { padding: 0 14px; height: 58px; }
  .rs-us-booking-tab { height: 58px; padding: 0 12px; font-size: 12px; letter-spacing: 0.02em; }
  .rs-us-prop-content { padding: 40px 14px; gap: 28px; }
  .rs-us-prop-intro { font-size: 18px; padding-bottom: 20px; margin-bottom: 20px; }
  .rs-us-prop-desc { font-size: 14px; line-height: 1.75; }
  .rs-us-highlights-strip { gap: 8px; }
  .rs-us-highlight-pill { font-size: 11px; padding: 6px 12px; }
  .rs-us-section-mini { font-size: 24px; margin-bottom: 18px; }
  .rs-us-attraction-body { padding: 14px 16px; }
  .rs-us-attraction-name { font-size: 17px; }
  .rs-us-attraction-dist { font-size: 10px; padding: 3px 7px; }
  .rs-us-attraction-desc { font-size: 12px; line-height: 1.55; }
  .rs-us-area-text { padding: 28px 18px; }
  .rs-us-area-title { font-size: 24px; }
  .rs-us-area-body { font-size: 13px; }
  .rs-us-sidebar-head { padding: 18px 18px 14px; }
  .rs-us-sidebar-body { padding: 18px; }
  .rs-us-sidebar-perks { padding: 18px; }
  .rs-us-prop-review-card { padding: 20px 16px; margin-bottom: 12px; }
  .rs-us-prop-review-text { font-size: 15px; }
}

/* ── SMALL MOBILE (320–480px) - new tier ── */
@media (max-width: 480px) {
  .rs-us-prop-hero { min-height: 320px; }
  .rs-us-prop-hero-content { padding: 0 14px 24px; }
  .rs-us-prop-title { font-size: clamp(28px, 11vw, 40px); line-height: 1.05; margin-bottom: 8px; }
  .rs-us-prop-sub { font-size: 13px; }
  .rs-us-booking-bar { padding: 0 10px; height: 52px; }
  .rs-us-booking-tab { height: 52px; padding: 0 10px; font-size: 11px; }
  .rs-us-prop-content { padding: 32px 12px; gap: 24px; }
  .rs-us-prop-intro { font-size: 17px; padding-bottom: 18px; margin-bottom: 18px; }
  .rs-us-prop-desc { font-size: 13px; line-height: 1.7; }
  .rs-us-highlight-pill { font-size: 10px; padding: 5px 9px; }
  .rs-us-section-mini { font-size: 22px; margin-bottom: 14px; }
  .rs-us-attraction-body { padding: 12px 14px; }
  .rs-us-attraction-name { font-size: 16px; }
  .rs-us-attraction-desc { font-size: 12px; }
  .rs-us-area-text { padding: 24px 14px; }
  .rs-us-area-title { font-size: 22px; }
  .rs-us-area-body { font-size: 12px; }
  .rs-us-sidebar-title { font-size: 18px; }
  .rs-us-sidebar-features li { font-size: 12px; }
  .rs-us-sidebar-book { font-size: 13px; padding: 12px; }
  .rs-us-prop-review-card { padding: 18px 14px; }
  .rs-us-prop-review-text { font-size: 14px; }
}

/* ── LANDSCAPE PHONE GUARD ── */
@media (max-height: 520px) and (orientation: landscape) {
  .rs-us-prop-hero { min-height: 92vh; max-height: none; }
  .rs-us-prop-hero-content { padding-bottom: 20px; }
}

/* ══════════════════════════════════════════════════════════════
   ORLANDO PAGE - MOBILE PADDING POLISH
   Mirror of the US landing fix: 14-18px was too tight on phones.
   Bumps horizontal padding to 22px (640px) / 20px (480px) so
   content has breathing room on both sides.
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 640px) {
  .rs-us-prop-hero-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .rs-us-booking-bar {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .rs-us-prop-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .rs-us-area-text {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .rs-us-sidebar-head,
  .rs-us-sidebar-body,
  .rs-us-sidebar-perks {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .rs-us-attraction-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 480px) {
  .rs-us-prop-hero-content,
  .rs-us-booking-bar,
  .rs-us-prop-content,
  .rs-us-area-text {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .rs-us-sidebar-head,
  .rs-us-sidebar-body,
  .rs-us-sidebar-perks {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .rs-us-attraction-body {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .rs-us-prop-review-card {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* ══════════════════════════════════════════════════════════════
   ORLANDO GALLERY - MOBILE LAYOUT BULLETPROOF
   The 1024px tier accidentally re-set grid-template-columns to
   "2fr 1fr 1fr" which overrode the 900px 1-col rule due to source
   order. These rules at the bottom of the file win on mobile.
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .rs-us-prop-gallery-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
  }
  .rs-us-prop-gallery-item,
  .rs-us-prop-gallery-item:first-child {
    grid-row: auto !important;
    aspect-ratio: 4/3 !important;
  }
}
@media (max-width: 480px) {
  .rs-us-prop-gallery-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ══════════════════════════════════════════════════════════════
   ORLANDO GALLERY LIGHTBOX
   Mirrors the Portugal property lightbox pattern. Wired up in
   property-us.js (event delegation on .rs-us-prop-gallery-item).
   ══════════════════════════════════════════════════════════════ */
.rs-us-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  background: rgba(10, 8, 6, 0.95);
}
.rs-us-lightbox.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-us-lightbox-image {
  max-width: 92vw;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.5);
}
.rs-us-lightbox-close,
.rs-us-lightbox-prev,
.rs-us-lightbox-next {
  position: absolute;
  z-index: 10;
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease;
}
.rs-us-lightbox-close { top: 16px; right: 16px; font-size: 28px; }
.rs-us-lightbox-prev  { left: 16px; top: 50%; transform: translateY(-50%); }
.rs-us-lightbox-next  { right: 16px; top: 50%; transform: translateY(-50%); }
.rs-us-lightbox-close:hover,
.rs-us-lightbox-prev:hover,
.rs-us-lightbox-next:hover {
  background: rgba(0, 0, 0, 0.85);
}
.rs-us-lightbox-prev:hover { transform: translateY(-50%) scale(1.05); }
.rs-us-lightbox-next:hover { transform: translateY(-50%) scale(1.05); }
