/* Rotaflow hero wave divider — sits flush under the navy Contact hero.
   The SVG's top row is solid navy (#004987) so it blends seamlessly with the
   hero section above; the wave + orange band + transparent tail extend below. */
.rf-hero-wave-wrap{
  line-height: 0;
  font-size: 0;
  margin-top: -1px;   /* overlap the navy section by 1px — no anti-alias hairline */
  width: 100%;
  pointer-events: none;
}
.rf-hero-wave{
  display: block;
  width: 100%;
  height: 96px;       /* fixed height -> constant amplitude + orange-band thickness */
}
@media (max-width: 1024px){ .rf-hero-wave{ height: 64px; } }
@media (max-width: 600px){  .rf-hero-wave{ height: 44px; } }

/* Contact "Get In Touch" icons (SVG) — force a fixed square box so an SVG-in-<img>
   doesn't collapse to 0 height when only width is set. */
.rf-contact-icon img{ width:32px; height:32px; max-width:none; display:block; }
