/* Explicit stacking keeps smoke above the page background and below content. */
body{position:relative;isolation:isolate}
.night-atmosphere{display:none}
#smoke-background{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;display:block}
body>main,body>footer,body>.preview-note{position:relative;z-index:1}
body>header{z-index:20}
.featured{background:linear-gradient(130deg,rgba(42,23,64,.78),rgba(26,16,40,.72))}
.stay-card{background:linear-gradient(135deg,rgba(42,23,64,.88),rgba(26,16,40,.86))}
