/* Closed portfolio state: monochrome, readable, and still navigable.
   Scope image treatment to cards; full property galleries retain their colours. */
[data-oxia-closed="true"] .item-header,
.oe-property[data-oxia-closed="true"] .oe-property-photo{position:relative;isolation:isolate}
[data-oxia-closed="true"] .item-header img,
.oe-property[data-oxia-closed="true"] .oe-property-photo img{filter:grayscale(.85) brightness(.78)}
.oxia-closed-stamp{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:5px;width:max-content;max-width:calc(100% - 24px);padding:14px 20px;background:rgba(25,25,25,.94);color:#fff;border:1px solid rgba(255,255,255,.65);box-shadow:0 0 0 5px rgba(25,25,25,.22);text-align:center;pointer-events:none;font-family:inherit}
.oxia-closed-stamp strong{font-family:inherit;font-size:14px;font-weight:600;line-height:1.35;letter-spacing:.09em;text-transform:uppercase;color:inherit}
.oxia-closed-stamp small{font-family:inherit;font-size:11px;font-weight:400;line-height:1.4;letter-spacing:0;color:#eee}
.oe-property[data-oxia-closed="true"] .oe-property-status{display:none}
@media(max-width:767px){
 .oxia-closed-stamp{max-width:calc(100% - 18px);padding:10px 9px;gap:4px;box-shadow:0 0 0 3px rgba(25,25,25,.22)}
 .oxia-closed-stamp strong{font-size:11px;letter-spacing:.045em}
 .oxia-closed-stamp small{font-size:10px}
}
