/* Real venue photography backgrounds (from the venue's own media library).
   Each .scene fills its container; the brown overlay/gradient lives in the
   component CSS (hero, pagehead, cards) for text legibility. */

.scene{
  position:relative;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-color:#3a1f0e;
}

/* Hero / lakeside exterior */
.scene-lake{background-image:url('img/hero-lake.jpg')}
.scene-terrace{background-image:url('img/fountain-sunrise.jpg')}
.scene-fountain{background-image:url('img/west-wing-fountain.jpg')}
.scene-sign{background-image:url('img/vll-sign.jpg')}
.scene-aerial{background-image:url('img/art-festival-aerial.jpg')}

/* Interiors / halls */
.scene-ballroom{background-image:url('img/ew-reception.jpg')}
.scene-ewreception{background-image:url('img/ew-reception.jpg')}
.scene-westwing{background-image:url('img/west-wing-wide.jpg')}
.scene-wwstage{background-image:url('img/ww-stage.jpg')}
.scene-ewpano{background-image:url('img/ew-panorama.jpg')}
.scene-wwpano{background-image:url('img/ww-panorama.jpg')}
.scene-soft{background-image:url('img/wedding-1.jpg')}

/* Weddings */
.scene-ceremony{background-image:url('img/wedding-gold-pink.jpg')}
.scene-wedding1{background-image:url('img/wedding-1.jpg')}
.scene-wedding2{background-image:url('img/wedding-2.jpg')}
.scene-wedding3{background-image:url('img/wedding-3.jpg')}
.scene-wedding4{background-image:url('img/wedding-4.jpg')}
.scene-wedding5{background-image:url('img/wedding-5.jpg')}
.scene-wedding6{background-image:url('img/wedding-6.jpg')}
.scene-quince{background-image:url('img/quinceanera.jpg')}

/* Events */
.scene-life{background-image:url('img/life-celebrations.jpg')}
.scene-life2{background-image:url('img/life-celebrations-2.jpg')}
.scene-memorial{background-image:url('img/celebration-of-life.jpg')}
.scene-corp{background-image:url('img/corp-events.jpg')}
.scene-trade{background-image:url('img/ew-trade-show.jpg')}
.scene-religious{background-image:url('img/ww-religious.jpg')}
.scene-band{background-image:url('img/big-band.jpg')}
.scene-dj{background-image:url('img/dj.jpg')}
.scene-table{background-image:url('img/table-setting.jpg')}
.scene-holiday{background-image:url('img/holiday-party.jpg')}

/* Legacy solid fallbacks (kept so any unconverted reference still looks intentional) */
.scene-gold{background-image:url('img/table-setting.jpg')}
.scene-deep{background-image:url('img/hero-lake.jpg')}
.scene-cream{background-image:url('img/west-wing-fountain.jpg')}

.scene{box-shadow:inset 0 0 120px rgba(11,6,0,.18)}
