/*
 * SIT Recycling Enterprise V6.3.8 — final preview parity layer.
 * Loaded after site.css, typography.css and hero-typography.css.
 */
:root{
  --sit-photo-brightness:1.18;
  --sit-photo-contrast:1.07;
  --sit-photo-saturation:1.09;
}
.sit-image-visibility-balanced{
  --sit-photo-brightness:1.08;
  --sit-photo-contrast:1.05;
  --sit-photo-saturation:1.06;
}
.sit-image-visibility-bright{
  --sit-photo-brightness:1.18;
  --sit-photo-contrast:1.07;
  --sit-photo-saturation:1.09;
}
.sit-image-visibility-maximum{
  --sit-photo-brightness:1.30;
  --sit-photo-contrast:1.09;
  --sit-photo-saturation:1.12;
}

.sit-home-hero::before,
.sit-page-hero::before,
.sit-v62-photo-card::before,
.sit-v63-hero__media,
.sit-v631-collection-hero__media{
  filter:brightness(var(--sit-photo-brightness)) contrast(var(--sit-photo-contrast)) saturate(var(--sit-photo-saturation));
}

/* The copy area remains dark; the image opens quickly from the centre rightwards. */
body.home.sit-recycle-site .sit-home-hero::after{
  background:
    linear-gradient(180deg,rgba(2,29,23,.07) 0%,rgba(2,29,23,0) 38%,rgba(2,29,23,.09) 100%),
    linear-gradient(90deg,
      rgba(2,29,23,.62) 0%,
      rgba(2,29,23,.58) 24%,
      rgba(2,29,23,.42) 40%,
      rgba(2,29,23,.20) 56%,
      rgba(2,29,23,.06) 72%,
      rgba(2,29,23,0) 100%);
}
body.home.sit-image-visibility-balanced .sit-home-hero::after{
  background:
    linear-gradient(180deg,rgba(2,29,23,.11),rgba(2,29,23,0) 36%,rgba(2,29,23,.13)),
    linear-gradient(90deg,rgba(2,29,23,.76) 0%,rgba(2,29,23,.71) 28%,rgba(2,29,23,.52) 49%,rgba(2,29,23,.24) 70%,rgba(2,29,23,.06) 100%);
}
body.home.sit-image-visibility-maximum .sit-home-hero::after{
  background:
    linear-gradient(180deg,rgba(2,29,23,.03),rgba(2,29,23,0) 42%,rgba(2,29,23,.05)),
    linear-gradient(90deg,rgba(2,29,23,.48) 0%,rgba(2,29,23,.43) 24%,rgba(2,29,23,.27) 43%,rgba(2,29,23,.09) 62%,rgba(2,29,23,0) 100%);
}

.sit-page-hero::after{
  background:
    linear-gradient(180deg,rgba(2,29,23,.07) 0%,rgba(2,29,23,0) 40%,rgba(2,29,23,.09) 100%),
    linear-gradient(90deg,rgba(2,29,23,.70) 0%,rgba(2,29,23,.64) 30%,rgba(2,29,23,.43) 51%,rgba(2,29,23,.17) 72%,rgba(2,29,23,.02) 100%);
}
.sit-image-visibility-balanced .sit-page-hero::after{
  background:
    linear-gradient(180deg,rgba(2,29,23,.11),rgba(2,29,23,0) 38%,rgba(2,29,23,.13)),
    linear-gradient(90deg,rgba(2,29,23,.82) 0%,rgba(2,29,23,.76) 33%,rgba(2,29,23,.56) 55%,rgba(2,29,23,.28) 76%,rgba(2,29,23,.08) 100%);
}
.sit-image-visibility-maximum .sit-page-hero::after{
  background:
    linear-gradient(180deg,rgba(2,29,23,.03),rgba(2,29,23,0) 42%,rgba(2,29,23,.05)),
    linear-gradient(90deg,rgba(2,29,23,.54) 0%,rgba(2,29,23,.48) 30%,rgba(2,29,23,.30) 50%,rgba(2,29,23,.10) 70%,rgba(2,29,23,0) 100%);
}

.sit-v63-hero__veil{
  background:linear-gradient(90deg,rgba(1,29,23,.70) 0%,rgba(1,29,23,.62) 39%,rgba(1,29,23,.34) 61%,rgba(1,29,23,.10) 82%,rgba(1,29,23,.02) 100%);
}
.sit-v631-collection-hero__veil{
  background:linear-gradient(90deg,rgba(1,28,22,.70) 0%,rgba(1,28,22,.62) 40%,rgba(1,28,22,.34) 62%,rgba(1,28,22,.10) 82%,rgba(1,28,22,.02) 100%);
}
.sit-image-visibility-balanced .sit-v63-hero__veil,
.sit-image-visibility-balanced .sit-v631-collection-hero__veil{
  background:linear-gradient(90deg,rgba(1,29,23,.84) 0%,rgba(1,29,23,.78) 43%,rgba(1,29,23,.54) 66%,rgba(1,29,23,.24) 84%,rgba(1,29,23,.08) 100%);
}
.sit-image-visibility-maximum .sit-v63-hero__veil,
.sit-image-visibility-maximum .sit-v631-collection-hero__veil{
  background:linear-gradient(90deg,rgba(1,29,23,.54) 0%,rgba(1,29,23,.47) 38%,rgba(1,29,23,.25) 60%,rgba(1,29,23,.07) 80%,rgba(1,29,23,0) 100%);
}

.sit-accounted-card,
.sit-page-evidence,
.sit-v63-proof,
.sit-v631-collection-proof{
  background:linear-gradient(145deg,rgba(3,36,28,.79),rgba(3,36,28,.64));
  border-color:rgba(255,255,255,.27);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}

/* Photo-backed feature cards remain photographic instead of becoming dark blocks. */
.sit-v62-photo-card::after{
  background:linear-gradient(180deg,rgba(2,23,18,.01) 0%,rgba(2,23,18,.07) 42%,rgba(2,23,18,.48) 73%,rgba(2,23,18,.76) 100%);
}

@media(max-width:800px){
  body.home.sit-recycle-site .sit-home-hero::after,
  .sit-page-hero::after{
    background:linear-gradient(180deg,rgba(2,29,23,.72) 0%,rgba(2,29,23,.54) 58%,rgba(2,29,23,.72) 100%);
  }
  .sit-v63-hero__veil,
  .sit-v631-collection-hero__veil{
    background:linear-gradient(180deg,rgba(1,29,23,.76) 0%,rgba(1,29,23,.55) 56%,rgba(1,29,23,.74) 100%);
  }
}
