.material-paper,
.material-paint,
.material-ink,
.material-wash,
.photo-grain {
  isolation: isolate;
}

:where(.material-paper, .material-paint, .material-ink, .material-wash, .photo-grain):not(.absolute):not(.fixed):not(.sticky) {
  position: relative;
}

.material-paper::before,
.material-paint::before,
.material-ink::before,
.material-wash::before,
.photo-grain::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  background-image: var(--material-texture);
  background-size: var(--material-size, 256px);
  opacity: var(--material-opacity, .12);
  mix-blend-mode: var(--material-blend, soft-light);
}

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/campaign-art-acid-performance/preview/assets/paper-grain.webp");
  --material-size: 256px;
  --material-opacity: .08;
  --material-blend: soft-light;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/campaign-art-acid-performance/preview/assets/paint-dropout.webp");
  --material-size: 192px;
  --material-opacity: .13;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/campaign-art-acid-performance/preview/assets/ink-dropout.webp");
  --material-size: 160px;
  --material-opacity: .10;
  --material-blend: multiply;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/campaign-art-acid-performance/preview/assets/wash-cloud.webp");
  --material-size: 320px;
  --material-opacity: .14;
  --material-blend: overlay;
}

.photo-grain {
  --material-texture: url("/en/services/website-development/styles/item/campaign-art-acid-performance/preview/assets/paper-grain.webp");
  --material-size: 180px;
  --material-opacity: .13;
  --material-blend: screen;
}

.ink-shape {
  position: relative;
}

.ink-shape::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: currentColor;
  opacity: .24;
  -webkit-mask-image: url("/en/services/website-development/styles/item/campaign-art-acid-performance/preview/assets/ink-dropout.webp");
  mask-image: url("/en/services/website-development/styles/item/campaign-art-acid-performance/preview/assets/ink-dropout.webp");
  -webkit-mask-size: 160px;
  mask-size: 160px;
  mix-blend-mode: multiply;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
