/* LA CLÁSICA — Build A ink study as a full-page override (draft, not production).
   Heritage-litho lotería palette over the approved build. Hexes are eyedropper-class
   approximations of Don Clemente-era card stock — no official palette exists. */
:root{
  --paper:#FBF3DF; --paper-2:#FFF8E7;
  --ink:#241A10; --ink-soft:#6b5c48;
  --cobalt:#7A2020;   /* deep litho red takes the primary role */
  --red:#B33A2B;      /* brighter card red */
  --yellow:#E1AD00;   /* mustard */
  --green:#367588;    /* litho teal */
}
/* hatch band — the deck's card-back energy, replacing the plain band edges */
.proof.band{border-top:3px solid var(--ink);border-bottom:3px solid var(--ink);
  background:repeating-linear-gradient(45deg,var(--red) 0 7px,var(--paper-2) 7px 14px)}
.proof .lbl,.proof .logo{background:var(--paper-2);border:2.5px solid var(--ink);padding:6px 12px;color:var(--ink);font-weight:800}
/* card name bands read more "deck": name gets a top-rule like the real cards */
.card h3,.offer h3{border-top:none}
.pillars .card::before,.work .offer .who::before{color:var(--ink-soft)}
