.material-paper:not(.absolute),
.material-paint:not(.absolute),
.material-ink:not(.absolute),
.material-wash:not(.absolute),
.material-layer:not(.absolute) {
  position: relative;
}

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

.material-paper::before,
.material-paint::before,
.material-wash::before,
.material-layer::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: var(--material-texture, url("/en/services/website-development/styles/item/accounting-ledger-carbon-dividend/preview/assets/paper-grain.webp")) repeat;
  background-size: var(--material-size, 256px);
  opacity: var(--material-opacity, .13);
  mix-blend-mode: var(--material-blend, multiply);
}

.material-paper::before {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-carbon-dividend/preview/assets/paper-grain.webp");
  --material-opacity: .12;
}

.material-paint::before {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-carbon-dividend/preview/assets/paint-dropout.webp");
  --material-size: 192px;
  --material-opacity: .2;
  --material-blend: screen;
}

.material-wash::before {
  --material-texture: url("/en/services/website-development/styles/item/accounting-ledger-carbon-dividend/preview/assets/paper-grain.webp");
  --material-size: 310px;
  --material-opacity: .16;
  --material-blend: soft-light;
}

.material-ink::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background: currentColor;
  opacity: .055;
  -webkit-mask: url("/en/services/website-development/styles/item/accounting-ledger-carbon-dividend/preview/assets/ink-dropout.webp") repeat 0 0 / var(--material-mask-size, 160px);
  mask: url("/en/services/website-development/styles/item/accounting-ledger-carbon-dividend/preview/assets/ink-dropout.webp") repeat 0 0 / var(--material-mask-size, 160px);
  mix-blend-mode: screen;
}

.material-paper > *,
.material-paint > *,
.material-wash > *,
.material-layer > * {
  position: relative;
  z-index: 1;
}

.photo-carbon:not(.absolute) {
  position: relative;
}

.photo-carbon {
  isolation: isolate;
  overflow: hidden;
  /* Media backing keeps masked photography dark before the image decodes. */
  background: #071736;
}

.photo-carbon::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(to bottom, rgb(235 240 245 / 0) 0 3px, rgb(235 240 245 / .065) 4px),
    linear-gradient(130deg, rgb(24 113 191 / .2), transparent 45%, rgb(2 13 39 / .2));
  mix-blend-mode: screen;
}

.photo-carbon img {
  filter: contrast(1.08) saturate(.72);
}

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