/* ======================================================================================================
   File:    signed-task-envelope.css
   Path:    /assets/css/eco/signed-task-envelope.css
   Version: v1.0.0
   Issued:  2026-07-21
   Owner:   Buktika Webdesk (Binka)
   Scope:   Page-specific token binding for /eco/signed-task-envelope.html — the works-evidence
            record page (proof pack behind an accepted piece of work), per Batch 3 of the Tier 1
            Public Entity Implementation Pack (modules/atrium/public-entities/, entity id:
            D1-TERM-073). Uses the eco-restoration colour family — the STE's content (safety
            checks, fingerprints, who-did-it record for accepted work) is closest in spirit to the
            works-led Restoration Programme, identical recipe to restoration-programme.css.
            Structural rules (.entity-page, .entity-page .hero-wrap, .entity-page .sdx-btn-primary)
            live in /assets/css/partials/public-entity.css — this file sets only tokens.
            <body> must carry both class="page-signed-task-envelope entity-page".
   Notes:   No commissioned photography exists yet — gradient hero using existing restoration tokens.
   Changelog:
     v1.0.0 (2026-07-21): Initial page, built as part of Batch 3.
   ====================================================================================================== */

.page-signed-task-envelope {
  --page-bg:            var(--sdx-color-shell-bg);
  --page-primary:       var(--sdx-color-restoration-glow);
  --page-secondary:     var(--sdx-color-restoration-lime);
  --page-accent:        var(--sdx-color-restoration-lime);
  --page-depth:         var(--sdx-color-eco-dark-base);

  --hero-image: linear-gradient(
    135deg,
    var(--sdx-color-eco-dark-base) 0%,
    var(--sdx-color-restoration-glow) 60%,
    var(--sdx-color-restoration-lime) 100%
  );
  --hero-vignette-from: rgba(0, 0, 0, 0.18);
  --hero-vignette-to:   rgba(0, 0, 0, 0);
}
