.room-caption {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}
html.room-route-pending .room-app { visibility: hidden; }
.room-slide:not(.sourcing) .room-caption { display: none; }
.room-caption h1 { color: #fff !important; text-shadow: 0 5px 24px rgba(0, 0, 0, .94), 0 2px 4px rgba(0, 0, 0, .94); }
.room-caption p { color: #fff !important; text-shadow: 0 3px 14px rgba(0, 0, 0, .9), 0 1px 2px rgba(0, 0, 0, .75); }
.sidebar { background: linear-gradient(90deg, rgba(10, 9, 8, .45), transparent) !important; }
.sidebar [hidden] { display: none !important; }
.explore-tabs { display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: 15px; }
.explore-tabs button { min-height: 42px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.32); border-radius: 9px; color: rgba(255,255,255,.8); background: rgba(20,19,17,.2); font: 11px var(--sans); cursor: pointer; }
.explore-choice { display: flex; align-items: center; justify-content: space-between; text-align: left; }
.explore-choice span { font-size: 16px; line-height: 1; opacity: .78; }
.explore-tabs.is-submenu { animation: none; }
.explore-back { display: flex; align-items: center; gap: 8px; width: fit-content; min-height: 31px !important; padding: 4px 0 !important; border: 0 !important; border-radius: 0 !important; color: rgba(255,255,255,.66) !important; background: transparent !important; font-size: 10px !important; }
.explore-back span { font-size: 15px; line-height: .8; }
.explore-subnav { animation: none; }
.explore-tabs[data-transition="forward"],
.explore-subnav[data-transition="forward"] { animation: explore-slide-in-right .26s cubic-bezier(.2,.75,.25,1) both; }
.explore-tabs[data-transition="back"],
.explore-subnav[data-transition="back"] { animation: explore-slide-in-left .26s cubic-bezier(.2,.75,.25,1) both; }
@keyframes explore-slide-in-right { from { opacity: 0; transform: translateX(26px); } to { opacity: 1; transform: translateX(0); } }
@keyframes explore-slide-in-left { from { opacity: 0; transform: translateX(-26px); } to { opacity: 1; transform: translateX(0); } }
.room-type-nav button.active::after { content: ""; float: right; width: 7px; height: 7px; margin: 6px 3px 0 0; border-top: 1.5px solid #e8a98a; border-right: 1.5px solid #e8a98a; transform: rotate(45deg); }
.room-type-nav { display: flex; flex-direction: column; margin-top: 16px; }
.room-type-nav button { color: #fff; border: 0; border-bottom: 1px solid #ffffff33; background: transparent; text-align: left; padding: 13px 0; font: 18px var(--serif); cursor: pointer; opacity: .58; }
.room-type-nav button:hover, .room-type-nav button.active { opacity: 1; }
.style-nav button.active:after { content: ""; width: 7px; height: 7px; margin: 6px 3px 0 0; border-top: 1.5px solid #e8a98a; border-right: 1.5px solid #e8a98a; transform: rotate(45deg); }
.source-button { align-items: center; }
.source-button-arrow { position: relative; display: block; width: 13px; height: 12px; flex: 0 0 13px; }
.source-button-arrow::before { content: ""; position: absolute; top: 5px; left: 0; width: 12px; height: 1px; background: currentColor; }
.source-button-arrow::after { content: ""; position: absolute; top: 2px; right: 0; width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.hotspot { opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -50%) scale(.72); transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s; }
.hotspot { border: 1px solid rgba(255,255,255,.94); background: rgba(255,255,255,.66); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.room-slide.is-in-view .hotspot { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, -50%) scale(1); transition-delay: 0s; }
.mobile-room-actions { display: none; }
.sheet-room-actions { display: none; }
.room-purchase { padding: 42px; }
.room-purchase h2 { margin: 10px 0 7px; font: 500 38px/1 var(--serif); letter-spacing: -1.6px; }
.room-purchase-intro { margin: 0 0 26px; color: #716c63; font-size: 13px; line-height: 1.45; }
.room-purchase-list { display: grid; gap: 12px; }
.room-purchase-item { display: grid; grid-template-columns: 82px 1fr; gap: 14px; padding: 10px; border: 1px solid var(--line); }
.room-purchase-item img { width: 82px; height: 82px; object-fit: cover; background: #eae4d9; }
.room-purchase-item h3 { margin: 2px 0 5px; font: 500 17px/1.1 var(--serif); }
.room-purchase-item p { margin: 0 0 10px; color: #716c63; font-size: 11px; line-height: 1.35; }
.room-purchase-item a { color: var(--ink); font-size: 11px; font-weight: 700; text-decoration: none; }

.mobile-strip-scroll,
.mobile-topbar,
.mobile-menu-toggle,
.mobile-cart-button,
.mobile-scroll-prompt { display: none; }

@media (max-width: 700px) {
  html, body, .room-app { overscroll-behavior-y: none; }
  .desktop-dialog-close { display: none; }
  .room-slide::after { content: ""; position: absolute; z-index: 6; inset: 0; pointer-events: none; background: rgba(8, 7, 6, .42); opacity: 1; transition: opacity .28s ease; }
  .room-slide.is-in-view::after { opacity: 0; }
  .product-sheet-open .room-slide.is-in-view .mobile-room-actions { opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(8px); }
  .product-dialog { z-index: 100; touch-action: pan-y; overscroll-behavior-y: contain; }
  .product-dialog.is-dragging { animation: none; transform: translateY(var(--sheet-drag-y, 0)); transition: none; }
  .sheet-room-actions { display: flex; gap: 8px; padding: 0 18px 18px; border-top: 1px solid var(--line); }
  .sheet-room-action { flex: 1; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 6px; border: 1px solid #d4ccc0; border-radius: 10px; color: var(--ink); background: #faf8f4; font: 10px var(--sans); }
  .sheet-room-action svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
  .sheet-room-action.is-active { color: #a86752; border-color: #ba836e; background: #fff8f4; }
  .sheet-room-action.is-active.action-like svg { fill: currentColor; }
  .sheet-room-action:active { transform: scale(.97); }
  .room-app, .room-feed { background: radial-gradient(circle at 50% 0%, #2a2723 0%, #121110 52%, #090909 100%); }
  .room-app { padding-top: 0; scroll-padding-top: 52px; }
  .room-feed { padding-top: 52px; }
  .room-slide { height: calc(100svh - 86px); min-height: calc(100svh - 86px); margin-bottom: 12px; border-radius: 16px 16px 0 0; box-shadow: 0 18px 38px rgba(0, 0, 0, .58), 0 1px 0 rgba(255, 255, 255, .14); transition: border-radius .22s ease; }
  .room-slide.is-in-view { border-radius: 0 0 16px 16px; }
  .room-slide > .room-photo,
  .room-slide > .scrim,
  .room-slide > .hotspot { display: none; }
  .room-slide { background: #171513; }
  .mobile-strip-scroll { display: block; position: absolute; inset: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .mobile-strip-scroll::-webkit-scrollbar { display: none; }
  .mobile-panorama { position: relative; height: 100%; width: 150svh; }
  .mobile-image-plane { position: absolute; inset: 0 auto 0 0; height: 100%; width: 150svh; }
  .mobile-image-plane > img { position: absolute; inset: 0; height: 100%; width: 100%; display: block; }
  .mobile-strip-scroll.vertical-view { overflow: hidden; scroll-snap-type: none; touch-action: pan-y; }
  .vertical-view .mobile-panorama { width: 100%; transform: none; }
  .vertical-view .mobile-image-plane { width: auto; height: 100%; aspect-ratio: 2 / 3; inset: 50% auto auto 50%; transform: translate(calc(-50% + var(--mobile-tilt-x, 0px)), -50%); transition: transform 180ms ease-out; will-change: transform; }
  .vertical-view .mobile-image-plane > img { object-fit: cover; }
  .mobile-strip-scroll.single-panel { overflow: hidden; scroll-snap-type: none; touch-action: pan-y; }
  .single-panel .mobile-panorama { transform: translateX(calc((100vw - 150svh) / 2)); }
  .single-panel .mobile-panel { display: none; }
  .mobile-panel { position: absolute; top: 0; left: clamp(0px, calc(var(--focus) - 50vw), calc(150svh - 100vw)); height: 100%; width: 86vw; scroll-snap-align: start; pointer-events: none; }
  .mobile-swipe-cues { position: absolute; z-index: 5; inset: 0; pointer-events: none; }
  .swipe-cue { position: absolute; top: 50%; width: 30px; height: 46px; transform: translateY(-50%); border-radius: 99px; color: rgba(255,255,255,.94); background: rgba(18,17,15,.34); transition: opacity .18s ease, transform .18s ease; font-size: 0; }
  .swipe-cue::before { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; box-sizing: border-box; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
  .swipe-cue-left::before { transform: rotate(-135deg); }
  .swipe-cue-left { left: 10px; }
  .swipe-cue-right { right: 10px; }
  .mobile-swipe-cues.is-at-start .swipe-cue-left,
  .mobile-swipe-cues.is-at-end .swipe-cue-right { opacity: 0; transform: translateY(-50%) scale(.8); }
  .mobile-hotspot { position: absolute; z-index: 4; width: 36px; height: 36px; transform: translate(-50%,-50%) scale(.72); opacity: 0; visibility: hidden; pointer-events: none; border: 0; border-radius: 50%; background: transparent; color: var(--ink); box-shadow: none; display: grid; place-items: center; transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s; }
  .room-slide.is-in-view .mobile-hotspot { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,-50%) scale(1); transition-delay: 0s; }
  .mobile-hotspot span { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.94); border-radius: 50%; background: rgba(255,255,255,.66); box-shadow: 0 2px 10px rgba(0,0,0,.48); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); font: 10px var(--mono); }
  .mobile-room-actions { position: absolute; z-index: 8; right: 14px; bottom: 28px; display: flex; flex-direction: column; gap: 11px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(8px); transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s; }
  .room-slide.is-in-view .mobile-room-actions { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .mobile-room-action { position: relative; width: 46px; height: 46px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(18,17,15,.34); box-shadow: 0 4px 16px rgba(0,0,0,.28); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); touch-action: manipulation; transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
  .mobile-room-action svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-room-action.is-active { color: #f2b09b; border-color: rgba(242,176,155,.92); background: rgba(35,27,24,.62); }
  .mobile-room-action.is-active.action-like svg { fill: currentColor; }
  .mobile-room-action.is-active.action-save svg { fill: currentColor; }
  .mobile-room-action.is-animating { animation: room-action-pop .48s cubic-bezier(.2,.85,.3,1); }
  .mobile-room-action.is-animating svg { animation: room-action-icon .48s cubic-bezier(.2,.85,.3,1); }
  .mobile-room-action.is-animating::after { content: ""; position: absolute; inset: -4px; border: 1px solid rgba(242,176,155,.9); border-radius: inherit; pointer-events: none; animation: room-action-ring .5s ease-out both; }
  .mobile-room-action:active { transform: scale(.92); }
  @keyframes room-action-pop { 0% { transform: scale(1); } 38% { transform: scale(1.22); box-shadow: 0 5px 19px rgba(0,0,0,.35); } 100% { transform: scale(1); } }
  @keyframes room-action-icon { 0%,100% { transform: scale(1); } 38% { transform: scale(.78); } 62% { transform: scale(1.12); } }
  @keyframes room-action-ring { from { opacity: .9; transform: scale(.8); } to { opacity: 0; transform: scale(1.45); } }
  .room-caption { display: none; }
  .mobile-topbar { position: fixed; z-index: 12; top: 0; right: 0; left: 0; width: 100%; height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 7px 13px; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(19,18,16,.96); box-shadow: 0 4px 13px rgba(0,0,0,.18); pointer-events: none; }
  .mobile-topbar > button,
  .mobile-topbar > a { pointer-events: auto; }
  .mobile-topbar-brand { position: absolute; left: 50%; transform: translateX(-50%); color: #fff; font: 600 18px var(--serif); letter-spacing: -1px; text-decoration: none; white-space: nowrap; }
  .mobile-topbar-brand i { color: #daa386; font-weight: 500; }
  .mobile-menu-toggle { display: inline-flex; align-items: center; gap: 7px; position: static; padding: 8px 9px; border: 0; border-radius: 99px; color: #fff; background: transparent; box-shadow: none; font: 12px var(--sans); touch-action: manipulation; }
  .mobile-menu-toggle span { font-size: 15px; line-height: .8; }
  .mobile-cart-button { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 8px 9px; border: 0; border-radius: 99px; color: #fff; background: transparent; box-shadow: none; font: 12px var(--sans); touch-action: manipulation; }
  .mobile-cart-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
  .sidebar { z-index: 11; inset: 0 auto 0 0; width: min(320px,88vw); height: 100svh; padding: 28px 24px; background: rgba(19,18,16,.97) !important; transform: translateX(-102%); transition: transform .22s ease; box-shadow: 12px 0 34px rgba(0,0,0,.38); }
  .menu-open .sidebar { transform: translateX(0); }
  .menu-open .mobile-menu-toggle { background: #fff; color: var(--ink); }
  .sidebar .brand { display: none; }
  .sidebar > .eyebrow,
  .sidebar-bottom { display: block; }
  .sidebar-bottom { margin-top: auto; }
  .explore-tabs { margin-top: 16px; }
  .explore-tabs:not(.is-submenu) { gap: 0; }
  .explore-tabs:not(.is-submenu) .explore-choice { min-height: 54px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); border-radius: 0; background: transparent; color: #fff; font: 18px var(--serif); }
  .explore-tabs:not(.is-submenu) .explore-choice span { font-size: 20px; }
  .style-nav, .room-type-nav { flex-direction: column; gap: 0; overflow: visible; margin-top: 16px; }
  .style-nav button, .room-type-nav button { font-size: 18px; padding: 13px 0; border-bottom: 1px solid #ffffff33; }
  .hint { display: none !important; }
  .room-purchase { padding: 30px 22px; }
  .room-purchase h2 { font-size: 31px; }
  .product-dialog { position: fixed; inset: auto 0 0; width: 100%; max-width: none; max-height: 54svh; margin: 0; padding: 0; overflow-y: auto; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch; border-radius: 22px 22px 0 0; box-shadow: 0 -12px 42px rgba(0,0,0,.28); animation: sheet-up .24s cubic-bezier(.2,.8,.2,1) both; }
  .product-dialog.is-closing { animation: sheet-down .18s ease-in both; }
  .product-dialog::before { content: ""; display: block; width: 34px; height: 4px; margin: 10px auto 0; border-radius: 99px; background: #b8b0a5; }
  .product-dialog .close { top: 15px; right: 13px; width: 30px; height: 30px; background: #f3f0eb; font-size: 22px; }
  .product-dialog .dialog-grid { grid-template-columns: 104px 1fr; gap: 15px; padding: 15px 42px 20px 18px; }
  .product-dialog .dialog-grid img { height: 104px; }
  .product-dialog .dialog-copy { padding: 0; }
  .product-dialog .dialog-copy h2 { margin: 5px 0 8px; font-size: 25px; letter-spacing: -1px; }
  .product-dialog .detail-list { margin: 10px 0; }
  .product-dialog .detail-list div { padding: 5px 0; font-size: 10px; }
  .product-dialog .source-link { padding: 10px 12px; font-size: 10px; }
  .mobile-scroll-prompt { position: fixed; z-index: 7; left: 50%; bottom: 58px; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 28px; transform: translateX(-50%); color: rgba(255,255,255,.94); filter: drop-shadow(0 2px 5px rgba(0,0,0,.75)); pointer-events: none; transition: opacity .3s ease, transform .3s ease; animation: scroll-prompt 1.9s ease-in-out infinite; }
  .mobile-scroll-prompt i, .mobile-scroll-prompt::after { content: ""; position: absolute; width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
  .mobile-scroll-prompt i { top: 5px; }
  .mobile-scroll-prompt::after { top: 12px; opacity: .62; }
  .mobile-scroll-prompt.is-hidden { opacity: 0; transform: translate(-50%, 8px); animation: none; }
}

@keyframes scroll-prompt { 0%, 100% { margin-bottom: 0; } 50% { margin-bottom: 5px; } }
@keyframes sheet-up { from { transform: translateY(100%); } to { transform: translateY(0); } }
@keyframes sheet-down { from { transform: translateY(0); } to { transform: translateY(100%); } }

@media (prefers-reduced-motion: reduce) {
  .vertical-view .mobile-image-plane { transform: translate(-50%, -50%); transition: none; }
  .mobile-scroll-prompt { animation: none; }
}
/* Keep the browser document fixed; room browsing is handled by the feed below. */
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  position: fixed;
  inset: 0;
}

.room-app {
  height: 100svh;
  max-height: 100svh;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  scrollbar-width: none;
}

.room-app::-webkit-scrollbar {
  display: none;
}

.empty-saved {
  background: radial-gradient(circle at 50% 38%, #3d352d 0%, #171513 52%, #0c0b0a 100%);
}

.empty-saved-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px;
  color: #fff;
  text-align: center;
}

.empty-saved-copy h1 {
  margin: 12px 0 8px;
  font: 500 clamp(36px, 6vw, 64px)/.98 var(--serif);
  letter-spacing: -2px;
}

.empty-saved-copy > p:last-child {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}
