/*
  Dock scene v16 \u2014 ultrawide 9:1 panoramic strip.

  Source PNG is naturally 9.09:1 (1536\u00d7169), so at full viewport width
  it self-scales to ~158px on a 1440px screen \u2014 comfortably under the
  ~2 inch budget. No object-fit cropping needed; the whole image shows.
*/

.dock-scene {
  position: relative;
  width: 100%;
  background: #fdedd8;
  border-top: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
}

.dock-scene__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
