.page-surface {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(3rem, 6vw, 5rem);
}

.page-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2026/06/bakgrunnmonster.svg') no-repeat left top;
  background-size: clamp(260px, 42vw, 640px) auto;
  pointer-events: none;
  z-index: 0;
}
