/* ======================================================================================================
   File:    besco-stewardship-certificate.css
   Path:    /assets/css/eco/besco-stewardship-certificate.css
   Version: v1.0.0
   Issued:  2026-07-21
   Owner:   Buktika Webdesk (Binka)
   Scope:   Page-specific token binding for /eco/besco-stewardship-certificate.html — the evidence
            object page nested under the Sielsgrond Programme (Eco Conservation), per Batch 2 of the
            Tier 1 Public Entity Implementation Pack (modules/atrium/public-entities/,
            entity id: D1-TERM-015). Reuses the eco-conservation channel colour family.
            Structural rules (.entity-page, .entity-page .hero-wrap, .entity-page .sdx-btn-primary)
            live in /assets/css/partials/public-entity.css v1.1.0 — this file sets only tokens.
            <body> must carry both class="page-besco-stewardship-certificate entity-page".
   Notes:   No commissioned photography exists yet — gradient hero identical recipe to
            eco-conservation.css (two-stop, channel-level simplicity fits a document/evidence page).
   Changelog:
     v1.0.0 (2026-07-21): Initial page, built as part of Batch 2.
   ====================================================================================================== */

.page-besco-stewardship-certificate {
  --page-bg:            var(--sdx-color-shell-bg);
  --page-primary:       var(--sdx-color-eco-muted);
  --page-secondary:     var(--sdx-color-eco-mint);
  --page-accent:        var(--sdx-color-eco-mint);
  --page-depth:         var(--sdx-color-eco-dark-base);

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