.room-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(22rem, 0.95fr);
  align-items: stretch;
  width: min(96rem, 100%);
  height: 100%;
  min-height: 0;
  background: transparent;
}

.room-card__photo {
  position: relative;
  margin: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: #12141a;
}

.room-card__photo .photo-slider,
.room-card__photo .photo-slider__track,
.room-card__photo .photo-slider__slide,
.room-card__photo img {
  height: 100%;
  min-height: 100%;
}

.room-card__photo img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* dense right column — packed block, no mid void */
.room-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center; /* whole stack as one unit */
  gap: 0.7rem;
  height: 100%;
  min-height: 0;
  padding: 1.15rem 1.25rem 1.15rem 1.4rem;
  background: #0e1016;
  border-left: 1px solid rgba(246, 239, 224, 0.08);
  overflow: auto;
}

.room-card__top,
.room-card__mid,
.room-card__bottom {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 0;
}

.room-card__mid {
  margin-top: 0;
}

.room-card__bottom {
  margin-top: 0.35rem;
  padding-top: 0;
}

.room-card__title-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.room-card__name {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

.room-rating-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(216, 193, 154, 0.4);
  background: rgba(216, 193, 154, 0.12);
  color: var(--paper);
  white-space: nowrap;
}

.room-rating-badge__star {
  color: #e8d5a8;
  font-size: 0.72rem;
}

.room-rating-badge strong {
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 500;
}

.room-rating-badge em {
  color: var(--paper-dim);
  font-size: 0.68rem;
  font-style: normal;
}

.room-card__lead {
  margin: 0.4rem 0 0;
  font-family: var(--text);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  color: var(--paper-dim);
}

.room-stories,
.room-card__info .stories-rail {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.room-story,
.room-card__info .stories-rail__orb {
  width: 3.6rem !important;
  height: 3.6rem !important;
  padding: 0;
  overflow: hidden;
  border: 1.5px solid rgba(246, 239, 224, 0.28);
  border-radius: 50%;
  background: #12141a;
  cursor: pointer;
  flex: 0 0 auto;
}

.room-story img,
.room-card__info .stories-rail__orb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}

/* review | checklist — always side by side on card width */
.room-card__proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10.5rem, 0.85fr);
  gap: 0.75rem 1rem;
  align-items: start;
  margin-top: 0.15rem;
}

.room-review {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.room-review__stars {
  display: inline-block;
  margin: 0 0 0.25rem;
  color: #e8d5a8;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.room-review__text {
  margin: 0;
  font-family: var(--text);
  font-size: 0.86rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  color: var(--paper);
}

.room-review__who {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.5rem;
}

.room-review__avatar {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(246, 239, 224, 0.12);
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 500;
}

.room-review__meta {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.room-review__meta b {
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 500;
}

.room-review__meta em {
  color: var(--paper-dim);
  font-size: 0.68rem;
  font-style: normal;
}

.room-features,
.pack-card__list.room-features {
  display: grid;
  gap: 0.28rem;
  margin: 0;
  padding: 0.65rem 0.75rem;
  list-style: none;
  border: 1px solid rgba(246, 239, 224, 0.12);
  background: rgba(246, 239, 224, 0.03);
  align-self: start;
}

.room-features li,
.pack-card__list.room-features li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(246, 239, 224, 0.88);
  font-family: var(--text);
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.3;
}

.room-features li::before,
.pack-card__list.room-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8fb589;
  font-size: 0.72rem;
}

.room-card__price {
  margin: 0 0 0.55rem;
  color: var(--paper);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.room-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.room-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(246, 239, 224, 0.28);
  background: transparent;
  color: var(--paper);
  font-family: var(--text);
  font-size: var(--type-cta);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.room-btn:hover,
.room-btn:focus-visible {
  border-color: rgba(246, 239, 224, 0.55);
  background: rgba(246, 239, 224, 0.06);
  outline: none;
}

@media (max-width: 900px) {
  .room-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .room-card__photo {
    height: 18rem;
  }

  .room-card__info {
    height: auto;
    padding: 1.2rem 1.1rem 1.3rem;
    border-left: 0;
    border-top: 1px solid rgba(246, 239, 224, 0.08);
  }

  .room-card__proof {
    grid-template-columns: 1fr;
  }
}
