/* Product detail pages */
.product-detail{padding:1.25rem 0 3.5rem;background:linear-gradient(180deg,#f8fafc 0%,#fff 42%);min-height:60vh}
.product-detail__container{max-width:1200px}
.product-detail__breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem;font-size:.88rem;color:#64748b}
.product-detail__breadcrumb a{color:#4c1d95;font-weight:600;text-decoration:none}
.product-detail__empty{text-align:center;background:#fff;border:1px solid #e8eaed;border-radius:18px;padding:3rem 1.5rem}
.product-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem;align-items:start}
.product-detail__gallery-wrap{background:#0f172a;border-radius:20px;overflow:hidden;margin-bottom:1.25rem}
.product-detail__gallery-wrap .product-result-card__gallery-viewport{aspect-ratio:16/9;min-height:260px}
.product-detail__gallery-wrap .product-result-card__gallery-img{object-fit:cover;width:100%;height:100%}
.product-detail__eyebrow{margin:0 0 .45rem;color:#7c3aed;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.product-detail__title{margin:0 0 .35rem;font-size:clamp(1.55rem,2.4vw,2.15rem);font-weight:800;color:#0f172a;letter-spacing:-.03em}
.product-detail__subtitle{margin:0;color:#64748b}
.product-detail__section{background:#fff;border:1px solid #e8eaed;border-radius:16px;padding:1.15rem 1.25rem;margin:1rem 0}
.product-detail__section h2{margin:0 0 .75rem;font-size:1.05rem;font-weight:800}
.product-detail__amenity-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.65rem}
.product-detail__aside{position:sticky;top:96px}
.product-detail__book-card{background:#fff;border:1px solid #e8eaed;border-radius:18px;padding:1.25rem;box-shadow:0 14px 36px rgba(15,23,42,.08)}
.product-detail__rate-amount{font-size:2rem;font-weight:800;color:#0f172a;line-height:1}
.product-detail__rate-note{margin-top:.25rem;color:#64748b;font-weight:600}
.product-detail__total{display:flex;justify-content:space-between;margin:1rem 0 1.15rem;padding:.85rem 0;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7}
.product-detail__book-btn{margin-bottom:.65rem;font-weight:700}
.product-detail__back-link{display:inline-block;margin-top:.85rem;color:#6d28d9;font-weight:600;text-decoration:none}
@media (max-width:991.98px){.product-detail__layout{grid-template-columns:1fr}.product-detail__aside{position:static;order:-1}}
