@layer webflow {
/*
  Loads after prototypeaudio.webflow.css (see layout).
  Third background layer on .section_div.bg01 is DSCF9400 — vertical offset via
  `--bg01-photo-y` animated from `components/section-bg-parallax.tsx`.
*/
.section_div.bg01 {
  overflow: clip;
  background-position: 0 0, 0 0,
    center calc(50% + var(--bg01-photo-y, 0px)),
    0 0;
}

}
