.tour-card{background-size:cover;background-position:center;position:relative;cursor:pointer}
    .tour-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.55));border-radius:22px}
    .tour-card>*{position:relative}
    .tour-card.has-360:after{content:"⤢ Ver em 360°";position:absolute;right:14px;bottom:14px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:6px 10px}

    /* grid de ambientes — sobrescreve o .schedule-grid padrão (3 colunas) só nesta página */
    .tour-grid{grid-template-columns:repeat(4,1fr)}
    @media(max-width:900px){.tour-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:620px){.tour-grid{grid-template-columns:1fr}}

    .viewer-overlay{position:fixed;inset:0;background:rgba(4,4,6,.96);z-index:200;display:none;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}
    .viewer-overlay.open{display:flex}
    .viewer-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.55);color:#fff;font-size:20px;cursor:pointer;z-index:2}
    .viewer-title{position:absolute;top:18px;left:18px;right:70px;color:#fff;font-family:var(--font-display);font-style:normal;text-transform:none;font-weight:620;letter-spacing:-.025em;font-size:17px;z-index:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .viewer-scene{width:100%;height:100%;max-width:1200px;max-height:900px;border-radius:24px;overflow:hidden}
    .pnlm-container{background:#0a0a0c}
    .pnlm-load-box{background:transparent}
    .pnlm-controls-container{top:58px}
    @media(max-width:620px){
      .viewer-overlay{padding:0}
      .viewer-scene{border-radius:0;max-width:none;max-height:none}
      .viewer-title{font-size:14px;top:12px;left:12px;right:60px}
      .viewer-close{top:10px;right:10px;width:36px;height:36px;font-size:18px}
      .pnlm-controls-container{top:48px}
    }
