/* ======================================================================================================
   File:    eco-restoration.css
   Path:    /assets/css/eco/eco-restoration.css
   Version: v1.1.0
   Issued:  2026-07-21
   Owner:   Buktika Webdesk (Binka)
   Scope:   Page-specific token binding for /eco/eco-restoration.html — the Eco Restoration channel page.
            Structural rules (.entity-page, .entity-page .hero-wrap, .entity-page .sdx-btn-primary)
            now live in /assets/css/partials/public-entity.css v1.1.0 — this file sets only tokens.
            <body> must carry both class="page-eco-restoration entity-page".
   Notes:   No commissioned photography exists yet — gradient hero using existing restoration tokens.
   Changelog:
     v1.1.0 (2026-07-21): Structural rules consolidated into public-entity.css (Batch 2 audit).
   ====================================================================================================== */

.page-eco-restoration {
  --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) 100%
  );
  --hero-vignette-from: rgba(0, 0, 0, 0.18);
  --hero-vignette-to:   rgba(0, 0, 0, 0);
}
