/* CORDONRY — palette measured from the reference vineyard consultancy site:
   warm off-white ground, claret band, warm grey type, gold rule on links */
:root{
  --paper:#f0f0ee;
  --white:#ffffff;
  --claret:#65292d;
  --claret-deep:#4d1f22;
  --stone:#595854;
  --stone-mid:#807e75;
  --stone-soft:#a09e95;
  --rule:#d8d7d1;
  --rule-soft:#e6e5e0;
  --gold:#a98545;
  --ink:#3a3936;
}
body{background:var(--paper);color:var(--stone-mid)}
.site-header{background:var(--paper)}
.claret-band{background:var(--claret)}
.lift-card{background:var(--paper)}
.lift-inner{background:var(--white)}
.site-footer{background:var(--stone);color:var(--rule-soft)}
.fee-band{background:var(--white)}
.cycle-band{background:var(--white)}
.stat-band{background:var(--claret)}
