/* ==========================================================================
   VJ Hospitalities — Property Details Page Styles (ixigo Luxury Reference)
   Theme: Minimalist Monochrome Luxury (Black, Pure White, Warm Stone, Frosted Glass)
   ========================================================================== */

/* Header on White Background */
.property-detail-body .site-header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

.property-detail-body .site-header .logo-img-light {
  display: none !important;
}

.property-detail-body .site-header .logo-img-dark {
  display: block !important;
  height: 42px !important;
  max-height: 42px !important;
  width: auto !important;
  aspect-ratio: 233 / 108;
  object-fit: contain;
}

.property-detail-body .site-header .site-nav .nav-link {
  color: #000000 !important;
  text-shadow: none !important;
  font-weight: 500;
}

.property-detail-body .site-header .site-nav .nav-link::after {
  background: #000000 !important;
}

.property-detail-body .site-header .site-nav .nav-link:hover,
.property-detail-body .site-header .site-nav .nav-link.is-active {
  color: #000000 !important;
}

.property-detail-body .site-header .nav-toggle {
  border-color: rgba(0, 0, 0, 0.15) !important;
  background: #f4f4f4 !important;
}

.property-detail-body .site-header .nav-toggle span:not(.sr-only) {
  background: #000000 !important;
}

.property-detail-body .site-header .header-tools .btn-neon {
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  color: #000000;
}

.property-detail-body .site-header .header-tools .btn-neon:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.property-detail-body .site-header .header-tools .btn-neon .btn-neon-icon svg {
  stroke: currentColor;
}

/* Page Layout & Container */
.property-detail-page {
  padding-top: calc(var(--header) + 16px);
  padding-bottom: 80px;
  background-color: #fbfbfb;
  color: var(--ink);
}

/* Breadcrumbs */
.breadcrumbs-bar {
  padding: 12px 0 16px;
  font-size: 0.84rem;
  color: var(--muted);
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: var(--line);
  font-weight: 300;
}
.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs a:hover {
  color: var(--ink);
}
.breadcrumbs li[aria-current="page"] {
  color: var(--ink);
  font-weight: 500;
}

/* Property Header Summary */
.prop-header-summary {
  margin-bottom: 24px;
}
.prop-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 8px;
}
.prop-title-group {
  flex: 1;
}
.prop-badge-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: var(--radius-full);
}
.badge-star {
  background: #000;
  color: #fff;
}
.badge-verified {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.25);
}
.badge-promo {
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
  border: 1px solid rgba(220, 38, 38, 0.2);
}
.prop-title {
  font-family: var(--font);
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  font-weight: 700;
  color: var(--black-pure);
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: var(--track-tight);
}
.prop-location-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--ink-secondary);
}
.prop-loc-pin {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.prop-loc-pin svg {
  color: var(--muted);
}
.btn-map-link {
  color: #0284c7;
  font-weight: 600;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.btn-map-link:hover {
  color: #0369a1;
}
.prop-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.btn-action-round {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--ink);
  box-shadow: var(--shadow-xs);
  transition: all 0.2s var(--ease);
}
.btn-action-round:hover {
  background: var(--bg-soft);
  border-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.btn-action-round.is-active {
  color: #e11d48;
  border-color: #fecdd3;
  background: #fff1f2;
}

/* Review & USP Bar */
.prop-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line-subtle);
}
.prop-rating-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-pill-lg {
  background: #0f172a;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.rating-pill-lg svg {
  color: #fbbf24;
}
.rating-summary-text {
  font-size: 0.92rem;
}
.rating-summary-text strong {
  color: var(--black-pure);
  font-weight: 600;
}
.rating-count {
  color: var(--muted);
  font-size: 0.84rem;
  margin-left: 4px;
}
.prop-usp-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.usp-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-secondary);
  background: rgba(0, 0, 0, 0.04);
  padding: 4px 10px;
  border-radius: 6px;
}
.usp-tag svg {
  color: #059669;
}

/* ==========================================================================
   5-Photo Mosaic Gallery Grid (ixigo / Airbnb Luxury Standard)
   ========================================================================== */
.photo-mosaic-section {
  margin-bottom: 30px;
  position: relative;
}
.photo-mosaic-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  height: 480px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: #eaeaea;
}
.mosaic-main-col {
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.mosaic-main-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.mosaic-main-col:hover img {
  transform: scale(1.03);
}
.mosaic-side-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 100%;
}
.mosaic-thumb-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.mosaic-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.mosaic-thumb-item:hover img {
  transform: scale(1.04);
}
.mosaic-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.02em;
  pointer-events: none;
}
.btn-view-all-photos {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  color: var(--black-pure);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px 18px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.25s var(--ease);
  z-index: 5;
}
.btn-view-all-photos:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
   Sticky Sub-Navigation Tabs (ScrollSpy)
   ========================================================================== */
.sticky-subnav-wrapper {
  position: sticky;
  top: calc(var(--header) + 8px);
  z-index: 90;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  margin-top: 18px;
  margin-bottom: 32px;
  padding: 0 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-subnav-wrapper.is-floating {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.subnav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.subnav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 4px;
}
.subnav-links::-webkit-scrollbar {
  display: none;
}
.subnav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  padding: 16px 0;
  position: relative;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}
.subnav-link svg {
  width: 15px;
  height: 15px;
  color: var(--muted);
  transition: color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.subnav-link:hover {
  color: var(--black-pure);
}
.subnav-link:hover svg {
  color: var(--black-pure);
  transform: translateY(-1px);
}
.subnav-link.is-active {
  color: var(--black-pure);
  font-weight: 700;
}
.subnav-link.is-active svg {
  color: var(--black-pure);
}
.subnav-link.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--black-pure);
  border-radius: 999px;
}
.subnav-quick-book {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.subnav-price-block {
  text-align: right;
  line-height: 1.2;
}
.subnav-price-val {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--black-pure);
}
.subnav-price-unit {
  font-size: 0.75rem;
  color: var(--muted);
}
.btn-subnav-airbnb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, #FF385C 0%, #E61E4D 100%);
  color: #ffffff !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 56, 92, 0.35);
  transition: all 0.25s var(--ease);
  white-space: nowrap;
}
.btn-subnav-airbnb svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  flex-shrink: 0;
}
.btn-subnav-airbnb:hover {
  background: linear-gradient(135deg, #E00B41 0%, #D70466 100%);
  box-shadow: 0 6px 20px rgba(255, 56, 92, 0.5);
  transform: translateY(-1px);
}

/* ==========================================================================
   2-Column Detail Layout: Content Grid & Sticky Reservation Sidebar
   ========================================================================== */
.prop-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 36px;
  align-items: start;
}
.prop-main-content {
  min-width: 0;
}

/* Section Card Base */
.detail-card-section {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: var(--shadow-xs);
  scroll-margin-top: calc(var(--header) + 70px);
}
.section-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-subtle);
}
.card-section-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--black-pure);
  letter-spacing: var(--track-tight);
}

/* 1. Overview Section */
.spec-chips-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.spec-chip {
  background: var(--bg-soft);
  border: 1px solid var(--line-subtle);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.spec-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  flex-shrink: 0;
}
.spec-info {
  display: flex;
  flex-direction: column;
}
.spec-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  font-weight: 600;
}
.spec-val {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--black-pure);
}

.overview-desc {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ink-secondary);
  margin-bottom: 20px;
}
.overview-desc p:not(:last-child) {
  margin-bottom: 12px;
}
.highlights-bullet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
}
.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--ink);
}
.highlight-item svg {
  color: #059669;
  flex-shrink: 0;
  margin-top: 3px;
}

/* 2. Room & Rates Section (ixigo Style Matrix) */
.room-filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.room-tab-btn {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink-secondary);
  white-space: nowrap;
  transition: all 0.2s ease;
}
.room-tab-btn.is-active,
.room-tab-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.room-inventory-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.room-item-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.room-header-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  padding: 20px;
  background: #fafafa;
  border-bottom: 1px solid var(--line);
}
.room-photo-wrap {
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.room-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-photo-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.72rem;
  padding: 3px 6px;
  border-radius: 4px;
}
.room-title-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.room-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black-pure);
  margin-bottom: 6px;
}
.room-features-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 10px;
}
.room-feat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.room-feat svg {
  color: var(--ink);
}
.room-amenities-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.room-tag {
  font-size: 0.76rem;
  background: #fff;
  border: 1px solid var(--line);
  padding: 3px 8px;
  border-radius: 4px;
  color: var(--ink-secondary);
}

/* Rate Options Breakdown Table */
.room-rate-options-list {
  display: flex;
  flex-direction: column;
}
.rate-option-row {
  display: grid;
  grid-template-columns: 1fr 180px 160px;
  gap: 16px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line-subtle);
  transition: background 0.15s ease;
}
.rate-option-row:last-child {
  border-bottom: none;
}
.rate-option-row:hover {
  background: #fdfdfd;
}
.rate-option-row.is-recommended {
  background: rgba(245, 158, 11, 0.04);
  border-left: 3px solid #f59e0b;
}
.rate-info-col h4 {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--black-pure);
  margin-bottom: 4px;
}
.rate-inclusions {
  list-style: none;
  font-size: 0.82rem;
  color: var(--ink-secondary);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rate-inclusions li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.rate-inclusions li.text-green {
  color: #059669;
  font-weight: 500;
}
.rate-price-col {
  text-align: right;
}
.rate-orig-price {
  font-size: 0.82rem;
  color: var(--muted-light);
  text-decoration: line-through;
}
.rate-curr-price {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--black-pure);
}
.rate-taxes-note {
  font-size: 0.74rem;
  color: var(--muted);
}
.rate-action-col {
  text-align: right;
}
.btn-select-rate {
  width: 100%;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn-select-rate:hover {
  background: #262626;
  border-color: #262626;
}
.btn-select-rate.btn-rate-airbnb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #FF385C 0%, #E61E4D 100%);
  color: #ffffff !important;
  border: none;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 56, 92, 0.3);
  transition: all 0.25s var(--ease);
  cursor: pointer;
}
.btn-select-rate.btn-rate-airbnb svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  flex-shrink: 0;
}
.btn-select-rate.btn-rate-airbnb:hover {
  background: linear-gradient(135deg, #E00B41 0%, #D70466 100%);
  box-shadow: 0 6px 18px rgba(255, 56, 92, 0.45);
  transform: translateY(-1px);
}
.btn-select-rate.is-selected {
  background: #059669;
  border-color: #059669;
  color: #fff;
}

/* 3. Amenities Grid */
.amenities-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.amenity-cat-box {
  background: var(--bg-soft);
  border: 1px solid var(--line-subtle);
  border-radius: var(--radius-sm);
  padding: 18px;
}
.amenity-cat-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--black-pure);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.amenity-items-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.86rem;
  color: var(--ink-secondary);
}
.amenity-items-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.amenity-items-list li svg {
  color: var(--ink);
  flex-shrink: 0;
}
.amenities-footer-btn {
  margin-top: 20px;
  text-align: center;
}
.btn-show-all-amenities {
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 22px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-show-all-amenities:hover {
  background: var(--bg-soft);
  border-color: #000;
}

/* 4. Location & Surroundings */
.location-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.location-landmarks-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.landmark-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: var(--bg-soft);
  border-radius: 8px;
  font-size: 0.88rem;
}
.landmark-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.landmark-dist {
  font-weight: 700;
  color: var(--muted);
  font-size: 0.82rem;
}
.location-map-frame {
  border-radius: 12px;
  overflow: hidden;
  height: 240px;
  border: 1px solid var(--line);
  background: #e5e7eb;
  position: relative;
}
.location-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* 5. Policies & Rules */
.policies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.policy-box {
  background: var(--bg-soft);
  border: 1px solid var(--line-subtle);
  border-radius: 10px;
  padding: 18px;
}
.policy-box h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--black-pure);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.policy-box p,
.policy-box ul {
  font-size: 0.86rem;
  color: var(--ink-secondary);
  line-height: 1.6;
}
.policy-box ul {
  padding-left: 18px;
}

/* 6. Guest Reviews & Breakdown */
.reviews-summary-box {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  padding: 24px;
  background: var(--bg-soft);
  border-radius: 12px;
  margin-bottom: 24px;
  align-items: center;
}
.rating-big-card {
  text-align: center;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}
.rating-big-score {
  font-size: 3rem;
  font-weight: 800;
  color: var(--black-pure);
  line-height: 1;
  margin-bottom: 6px;
}
.rating-big-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
}
.rating-big-count {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 4px;
}
.rating-bars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.rating-bar-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rating-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  font-weight: 600;
}
.rating-progress {
  height: 6px;
  background: #e2e8f0;
  border-radius: 99px;
  overflow: hidden;
}
.rating-progress-fill {
  height: 100%;
  background: #000;
  border-radius: 99px;
}

.guest-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.guest-review-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  background: #fff;
}
.reviewer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.reviewer-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0f172a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
}
.reviewer-name {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--black-pure);
}
.reviewer-tag {
  font-size: 0.76rem;
  color: var(--muted);
}
.reviewer-score-pill {
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 3px 8px;
  border-radius: 6px;
}
.review-comment {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--ink-secondary);
}

/* ==========================================================================
   Right Column: Sticky Booking & Reservation Card
   ========================================================================== */
.prop-sidebar {
  position: sticky;
  top: calc(var(--header) + 20px);
  z-index: 80;
}
.sticky-booking-widget {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: var(--shadow-lg);
}
.widget-pricing-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-subtle);
}
.widget-price-group {
  display: flex;
  flex-direction: column;
}
.widget-original-price {
  font-size: 0.88rem;
  color: var(--muted-light);
  text-decoration: line-through;
}
.widget-current-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.widget-curr-price {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--black-pure);
  letter-spacing: -0.03em;
}
.widget-per-night {
  font-size: 0.85rem;
  color: var(--muted);
}
.widget-discount-badge {
  background: #dc2626;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
}

/* Booking Widget Form Fields */
.widget-form-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.widget-field-box {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  background: var(--bg-soft);
}
.widget-field-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 4px;
}
.widget-date-inputs-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}
.widget-guests-row {
  display: block;
  width: 100%;
}
.widget-date-input {
  width: 100%;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}
.widget-date-sep {
  color: var(--muted);
  font-size: 0.9rem;
}
.widget-select {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

/* Meal Plan & Addons Selector */
.widget-addons-group {
  margin-bottom: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line-subtle);
}
.widget-addons-title {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.addon-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
  color: var(--ink-secondary);
  padding: 6px 0;
  cursor: pointer;
}
.addon-checkbox-label input {
  margin-right: 8px;
}
.addon-price {
  font-weight: 700;
  color: var(--black-pure);
}

/* Coupon Box */
.widget-coupon-wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.coupon-input {
  flex: 1;
  background: var(--bg-soft);
  border: 1px dashed var(--line);
  padding: 8px 12px;
  border-radius: var(--radius-xs);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.btn-apply-coupon {
  background: #000;
  color: #fff;
  padding: 8px 14px;
  border-radius: var(--radius-xs);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

/* Price Calculation Breakdown */
.widget-calc-breakdown {
  background: var(--bg-soft);
  border-radius: var(--radius-sm);
  padding: 14px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.86rem;
  color: var(--ink-secondary);
}
.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calc-row.discount-row {
  color: #059669;
  font-weight: 600;
}
.calc-row.total-row {
  padding-top: 10px;
  margin-top: 4px;
  border-top: 1px solid var(--line);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--black-pure);
}

/* CTA Buttons */
.widget-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.btn-airbnb-reserve {
  width: 100%;
  background: linear-gradient(135deg, #FF385C 0%, #E61E4D 100%);
  color: #ffffff !important;
  border: none;
  padding: 15px 24px;
  border-radius: var(--radius-full);
  font-size: 1.05rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255, 56, 92, 0.35);
  transition: all 0.25s var(--ease);
}
.btn-airbnb-reserve svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  flex-shrink: 0;
}
.btn-airbnb-reserve:hover {
  background: linear-gradient(135deg, #E00B41 0%, #D70466 100%);
  box-shadow: 0 8px 26px rgba(255, 56, 92, 0.5);
  transform: translateY(-2px);
}

/* Dual Contact Row in Sidebar */
.widget-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
.btn-widget-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s var(--ease);
}
.btn-contact-call {
  background: #ffffff;
  border: 1.5px solid rgba(0, 0, 0, 0.14);
  color: var(--black-pure);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.btn-contact-call:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn-contact-whatsapp {
  background: #25d366;
  border: 1.5px solid #25d366;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
}
.btn-contact-whatsapp:hover {
  background: #20bd5a;
  border-color: #20bd5a;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}
.btn-primary-reserve {
  width: 100%;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 14px;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s var(--ease);
}
.btn-primary-reserve:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn-whatsapp-reserve {
  width: 100%;
  background: #25d366;
  color: #fff;
  border: 2px solid #25d366;
  padding: 12px;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s var(--ease);
}
.btn-whatsapp-reserve:hover {
  background: #20bd5a;
  border-color: #20bd5a;
}

/* Widget Trust Badges */
.widget-trust-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line-subtle);
  font-size: 0.8rem;
  color: var(--muted);
}
.widget-trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.widget-trust-list li svg {
  color: #059669;
}

/* Host & Concierge Card */
.host-concierge-card {
  margin-top: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-lg);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.host-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e293b 0%, #000000 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.host-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.host-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--black-pure);
  line-height: 1.25;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.host-status {
  font-size: 0.75rem;
  color: #059669;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.3;
  font-weight: 500;
}
.host-status .status-dot {
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}
.host-contact-btns {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.btn-host-action {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
  text-decoration: none;
}
.btn-host-action.btn-host-call {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--ink);
  background: #f8fafc;
}
.btn-host-action.btn-host-call:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn-host-action.btn-host-whatsapp {
  background: #25d366;
  color: #ffffff;
  border: 1px solid #25d366;
}
.btn-host-action.btn-host-whatsapp:hover {
  background: #1eb857;
  border-color: #1eb857;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

/* ==========================================================================
   Fullscreen Lightbox Gallery Modal
   ========================================================================== */
.gallery-lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.gallery-lightbox-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lightbox-title {
  font-size: 1.1rem;
  font-weight: 600;
}
.lightbox-counter {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 8px;
}
.lightbox-filter-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}
.lightbox-tab-btn {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.lightbox-tab-btn.is-active,
.lightbox-tab-btn:hover {
  background: #fff;
  color: #000;
}
.btn-lightbox-close {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.lightbox-slide-img {
  max-width: 90vw;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}
.lightbox-arrow:hover {
  background: #fff;
  color: #000;
}
.lightbox-arrow.prev-arrow {
  left: 24px;
}
.lightbox-arrow.next-arrow {
  right: 24px;
}

.lightbox-footer-strip {
  padding: 12px 24px 20px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lightbox-strip-thumb {
  width: 70px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid transparent;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.lightbox-strip-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox-strip-thumb.is-active,
.lightbox-strip-thumb:hover {
  opacity: 1;
  border-color: #fff;
}
.btn-airbnb-reserve {
  width: 100%;
  background: linear-gradient(135deg, #FF385C 0%, #E61E4D 100%);
  color: #ffffff !important;
  border: none;
  padding: 15px;
  border-radius: var(--radius);
  font-size: 1.05rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 56, 92, 0.35);
  transition: all 0.25s var(--ease);
}
.btn-airbnb-reserve svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  flex-shrink: 0;
}
.btn-airbnb-reserve:hover {
  background: linear-gradient(135deg, #E00B41 0%, #D70466 100%);
  box-shadow: 0 8px 26px rgba(255, 56, 92, 0.5);
  transform: translateY(-2px);
}

.btn-rate-airbnb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #FF385C 0%, #E61E4D 100%);
  color: #ffffff !important;
  border: none !important;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(255, 56, 92, 0.3);
  transition: all 0.2s ease;
}
.btn-rate-airbnb svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  flex-shrink: 0;
}
.btn-rate-airbnb:hover {
  background: linear-gradient(135deg, #E00B41 0%, #D70466 100%);
  box-shadow: 0 5px 18px rgba(255, 56, 92, 0.45);
  transform: translateY(-1px);
}

/* Widget Trust Badges */
.widget-trust-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  margin-top: 4px;
}

/* ==========================================================================
   Mobile Bottom Floating Reservation Bar
   ========================================================================== */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 20px;
  z-index: 99;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.mobile-price-group {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mobile-price-val {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--black-pure);
  white-space: nowrap;
}
.mobile-price-note {
  font-size: 0.72rem;
  color: var(--muted);
  white-space: nowrap;
}
.mobile-cta-actions-cluster {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-mobile-contact {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-mobile-contact.btn-mobile-call {
  background: #ffffff;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  color: #000000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.btn-mobile-contact.btn-mobile-call:hover,
.btn-mobile-contact.btn-mobile-call:active {
  background: #000000;
  color: #ffffff;
  transform: scale(1.05);
}
.btn-mobile-contact.btn-mobile-whatsapp {
  background: #25d366;
  border: 1px solid #25d366;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
}
.btn-mobile-contact.btn-mobile-whatsapp:hover,
.btn-mobile-contact.btn-mobile-whatsapp:active {
  background: #20bd5a;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}
.btn-mobile-airbnb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #FF385C 0%, #E61E4D 100%);
  color: #ffffff !important;
  border: none;
  padding: 12px 20px;
  border-radius: var(--radius-full);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(255, 56, 92, 0.35);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn-mobile-airbnb svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  flex-shrink: 0;
}
.btn-mobile-airbnb:hover {
  background: linear-gradient(135deg, #E00B41 0%, #D70466 100%);
  box-shadow: 0 6px 22px rgba(255, 56, 92, 0.5);
  transform: translateY(-1px);
}

/* ==========================================================================
   Responsive Breakpoints & Mobile Optimization
   ========================================================================== */
@media (max-width: 1100px) {
  .prop-layout-grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .prop-layout-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .prop-sidebar {
    position: static;
    margin-top: 10px;
  }
  .photo-mosaic-grid {
    height: 380px;
  }
  .rate-option-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .rate-action-col {
    grid-column: 1 / -1;
  }
  .mobile-sticky-bar {
    display: flex;
  }
  .property-detail-body .float-actions {
    display: none !important;
  }
  .property-detail-page {
    padding-bottom: 130px;
  }
  .sticky-subnav-wrapper .subnav-quick-book {
    display: none;
  }
}

@media (max-width: 768px) {
  .property-detail-page {
    padding-top: calc(var(--header) + 12px);
  }
  .breadcrumbs-bar {
    padding: 8px 0 12px;
    font-size: 0.8rem;
  }
  .prop-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .prop-title {
    font-size: 1.55rem;
  }
  .prop-header-actions {
    width: 100%;
    justify-content: flex-start;
  }
  .photo-mosaic-grid {
    grid-template-columns: 1fr;
    height: 300px;
    border-radius: var(--radius);
  }
  .mosaic-side-grid {
    display: none;
  }
  .btn-view-all-photos {
    bottom: 12px;
    right: 12px;
    padding: 7px 12px;
    font-size: 0.78rem;
  }
  .subnav-links {
    gap: 16px;
    padding: 0;
  }
  .subnav-link {
    font-size: 0.84rem;
    padding: 12px 0;
  }
  .subnav-link svg {
    display: none;
  }
  .spec-chips-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .spec-chip {
    padding: 10px 12px;
    gap: 8px;
  }
  .spec-icon {
    width: 32px;
    height: 32px;
  }
  .spec-val {
    font-size: 0.88rem;
  }
  .detail-card-section {
    padding: 20px 16px;
    margin-bottom: 20px;
    border-radius: var(--radius);
  }
  .card-section-heading {
    font-size: 1.2rem;
  }
  .room-header-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }
  .room-photo-wrap {
    height: 200px;
  }
  .location-content-grid,
  .policies-grid,
  .highlights-bullet-grid,
  .reviews-summary-box,
  .guest-reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rating-big-card {
    border-right: none;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
    padding-bottom: 16px;
    text-align: center;
  }
  .amenities-category-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lightbox-header {
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .lightbox-body {
    padding: 10px;
  }
  .lightbox-slide-img {
    max-height: 60vh;
  }
  .lightbox-arrow {
    width: 38px;
    height: 38px;
  }
  .lightbox-arrow.prev-arrow {
    left: 8px;
  }
  .lightbox-arrow.next-arrow {
    right: 8px;
  }
  .lightbox-footer-strip {
    justify-content: flex-start;
    padding: 10px 16px;
  }
}

@media (max-width: 580px) {
  .rate-option-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 16px;
  }
  .rate-price-block {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px dashed var(--line-subtle);
  }
  .rate-action-col {
    grid-column: auto;
  }
  .rate-action-col .btn-select-rate {
    width: 100%;
    justify-content: center;
  }
  .prop-meta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .prop-usp-tags {
    width: 100%;
    gap: 6px;
  }
  .prop-usp-tag {
    font-size: 0.74rem;
    padding: 4px 8px;
  }
  .host-concierge-card {
    padding: 12px;
    gap: 10px;
  }
  .host-avatar {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }
  .host-name {
    font-size: 0.84rem;
  }
  .host-status {
    font-size: 0.72rem;
  }
  .btn-host-action {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 480px) {
  .property-detail-page {
    padding-bottom: 120px;
  }
  .prop-title {
    font-size: 1.35rem;
  }
  .spec-chips-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .spec-chip {
    padding: 8px 10px;
  }
  .spec-icon {
    width: 28px;
    height: 28px;
  }
  .spec-label {
    font-size: 0.68rem;
  }
  .spec-val {
    font-size: 0.82rem;
  }
  .mobile-sticky-bar {
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 10px;
  }
  .mobile-price-val {
    font-size: 1.12rem;
  }
  .mobile-price-note {
    font-size: 0.68rem;
  }
  .btn-mobile-contact {
    width: 38px;
    height: 38px;
  }
  .btn-mobile-contact svg {
    width: 16px;
    height: 16px;
  }
  .btn-mobile-airbnb {
    padding: 10px 14px;
    font-size: 0.84rem;
    gap: 6px;
  }
  .btn-mobile-airbnb svg {
    width: 16px;
    height: 16px;
  }
  .location-landmarks-list {
    gap: 8px;
  }
  .landmark-row {
    font-size: 0.8rem;
    padding: 8px 10px;
  }
  .landmark-name svg {
    width: 13px;
    height: 13px;
  }
  .landmark-dist {
    font-size: 0.75rem;
  }
  .widget-date-inputs-row {
    grid-template-columns: 1fr auto 1fr;
    gap: 4px;
  }
  .widget-date-input {
    font-size: 0.78rem;
  }
}
