/* ==========================================================================
   Cunjindi 2026 — brand accents from the client brochure.
   Loaded after site-2026.css on every published page; the 2026-09 homepage
   rebuild moved layout into site-2026.css / home-2026.css, so what is left
   here is the brochure's own colour and finishing layer.
   ========================================================================== */

:root{
  --brochure-orange:#e47d11;   /* sampled from cjd-assets/logo.png */
  --brochure-green:#005439;    /* sampled from cjd-assets/logo.png */
}

/* The brochure sets the brand mark on green; keep the logo readable there. */
.brand img{filter:drop-shadow(0 2px 6px rgba(0,0,0,.28))}

/* Brochure rule: a heading's script accent is always the citrus orange,
   except on green and orange grounds where it lifts to the warm cream tints
   already declared in site-2026.css. */
.about-copy h2 em,
.produce h2 em,
.origins h2 em,
.operations h2 em,
.journal h2 em,
.partners h2 em{color:var(--orange)}

/* Packaging photography is shot on white; keep it on a warm ground so the
   boxes never float on a hard white rectangle. */
.package-card img,
.detail-package-grid img{background:transparent}

/* Brochure captions are set tight and warm. */
.origin-photo figcaption,
.recipes-visual span{letter-spacing:-.005em}

/* News and article pages inherit the same brochure accent. */
.news-hero h1 em{color:#ffd0a2}
.article-body h2{letter-spacing:-.01em}
