.dream-page { background: #f5f1e8; }
.dream-page .edition { justify-self: end; font: 10px var(--mono); letter-spacing: .08em; }
.dream-intro { max-width: 1500px; margin: auto; padding: 64px 5vw 42px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.dream-intro h1 { font: clamp(52px, 5.8vw, 86px)/.98 var(--serif); letter-spacing: -.04em; margin: 18px 0 0; }
.dream-intro h1 em, .tray-heading em { font-weight: normal; }
.intro-note { max-width: 365px; font-size: 14px; line-height: 1.8; }
.dream-steps { font: 10px var(--mono); display: flex; gap: 12px; padding-top: 20px; }
.dream-steps span { color: #867b68; }
.dream-studio { max-width: 1500px; padding: 0 5vw 60px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, 1fr); gap: 44px; }
.scene-tabs { display: flex; gap: 4px; padding: 0 0 14px; }
.scene-tabs button { border: 1px solid #cdc7b9; background: transparent; padding: 11px 14px; font-size: 12px; flex: 1; cursor: pointer; }
.scene-tabs button[aria-pressed=true] { background: #242b22; color: #fbf8f1; border-color: #242b22; }
.scene-tabs span { font: 10px var(--mono); margin-right: 8px; opacity: .65; }
.scene-mount { position: relative; background: #d5d2bd; aspect-ratio: 1; box-shadow: 0 8px 24px #33331b0c; }
.scene-mount canvas { display: block; width: 100%; height: 100%; touch-action: none; }
.scene-label { position: absolute; top: 22px; left: 22px; padding: 6px 9px; background: #f8f5e5da; font: 9px var(--mono); letter-spacing: .14em; pointer-events: none; }
.capture-dot { position: absolute; right: 22px; top: 22px; color: #faf4dd; pointer-events: none; }
.scene-controls { display: flex; justify-content: space-between; gap: 10px; align-items: start; padding-top: 17px; }
.scene-controls p { margin: 0; font-size: 12px; line-height: 1.7; }
.scene-controls small { color: #706a5d; font-size: 10px; }
.scene-controls div { display: flex; gap: 6px; }
.scene-controls button { background: transparent; border: 1px solid #cbc5b7; font-size: 10px; padding: 9px 10px; cursor: pointer; }
.scene-controls button[aria-pressed=true] { background: #e0e5d5; }
.quiet-status { min-height: 18px; font-size: 11px; color: #615b50; }
.dream-sidebar { padding-top: 6px; }
.tray-heading { display: flex; justify-content: space-between; align-items: center; }
.tray-heading .eyebrow, .selection .eyebrow { font-size: 9px; letter-spacing: .1em; }
.tray-heading h2 { font: 44px/1.1 var(--serif); margin: 8px 0 0; }
.tray-heading > span { font: 10px var(--mono); color: #6e6b60; }
.tray-note { font-size: 12px; line-height: 1.8; color: #69665b; max-width: 350px; margin: 18px 0; }
.dream-tray { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; min-height: 120px; }
.dream-sample { cursor: pointer; background: transparent; border: 1px solid transparent; padding: 3px; text-align: left; }
.dream-sample[aria-pressed=true] { border-color: #373e2e; background: #e6e8db; }
.dream-sample img { aspect-ratio: 1; object-fit: cover; }
.dream-sample span { display: block; font: 9px var(--mono); margin-top: 7px; color: #615d50; }
.empty-tray { grid-column: 1/-1; border: 1px dashed #ccc6b7; padding: 32px 18px; font-size: 12px; color: #7a7469; text-align: center; line-height: 1.8; }
.dream-primary { width: 100%; text-align: left; padding: 16px; border: 0; background: #252c23; color: #fffdf4; font-size: 12px; cursor: pointer; display: flex; justify-content: space-between; gap: 8px; }
.dream-primary:disabled { cursor: default; background: #dddace; color: #716c61; }
.session-note { margin-top: 24px; max-width: 350px; font-size: 11px; color: #6c665c; line-height: 1.7; }
.dream-footnote { text-align: center; border-top: 1px solid #cec9bc; padding: 44px 20px 60px; }
.dream-footnote > p:nth-child(2) { font: 30px/1.2 var(--serif); }
.dream-footnote a { font-size: 11px; border-bottom: 1px solid #888272; padding-bottom: 5px; }
.dream-page button:focus-visible, .dream-page canvas:focus-visible, .dream-page a:focus-visible { outline: 3px solid #9a6240; outline-offset: 4px; }
.dream-page [hidden] { display: none; }
@media(max-width: 780px) {
  .dream-page .edition { display: none; }
  .dream-page .site-header { display: flex; justify-content: space-between; }
  .dream-intro { display: block; padding-top: 38px; }
  .intro-note { max-width: 100%; margin-top: 24px; }
  .dream-studio { grid-template-columns: 1fr; gap: 25px; }
  .scene-tabs button { padding: 11px 6px; font-size: 10px; }
  .scene-tabs span { display: none; }
  .scene-controls { flex-wrap: wrap; }
  .dream-tray { grid-template-columns: repeat(3, 1fr); }
  .tray-heading h2 { font-size: 42px; }
}
@media(prefers-reduced-motion: reduce) { .dream-page { scroll-behavior: auto; } }

.dream-dialog .dialog-gallery { background: #e6dfd0; }
.dream-dialog .dialog-gallery-stage { display: grid; align-items: center; }
.dream-caption { margin: 0; padding: 18px 24px; border-top: 1px solid var(--line); font: 10px var(--mono); text-transform: uppercase; }
.dream-availability { font-size: 11px; color: #6c665c; line-height: 1.7; }
.dream-dialog .dialog-price { font-size: 1.6rem; }
.dream-dialog .dialog-add:hover { background: var(--pink-1); color: var(--ink); }
.dream-dialog .dialog-add:disabled { opacity: .6; cursor: wait; }
.dream-page .cart-item:has(img[src^="data:"]) img { height: 90px; }
