/* Small standalone-site additions; approved layout rules remain intact. */
@supports (height: 100svh) {
  :root { --viewport-height: 100svh; --background-height: 100lvh; }
}
.contact-form-embed { width: 100%; min-width: 0; }
.contact-form-embed iframe { display: block; width: 100%; max-width: 100%; border: 0; }
