/* ============================================================
   Makaya Plantations — HERITAGE GREEN base variant
   Load AFTER site.css. Re-bases the Ink (brown) ramp onto a
   deep Heritage-Green ramp, keeps Antique-Gold accents, and
   re-treats the green accent bands so they stay distinct.
   ============================================================ */
:root{
  /* Green-black ramp replacing the brown Ink family */
  --ink:#0C2A21;     /* main background — deep heritage green-black */
  --ink0:#082019;    /* darkest — fact strip, footer, foundation */
  --ink2:#103730;    /* raised surface — cards, alt sections */
  --ink3:#16463B;    /* hover */
  --ink4:#1C5246;    /* deepest raised */
  /* Borders tuned to gold-on-green */
  --bdr:rgba(201,165,94,.20);
  --bdrg:rgba(201,165,94,.34);
}

/* Nav glass + mobile sheet pick up the new ink automatically,
   but the scrolled nav hardcodes a brown rgba — re-tint it. */
#nav.scrolled{background:rgba(8,32,25,.96)}

/* The estate manifesto + CTA bands were a green gradient over a
   brown base. On a green base they'd vanish, so lift them into a
   brighter, more saturated green panel with a firmer gold edge. */
#estate{
  background:linear-gradient(135deg,#0E4A39,#16614A);
  border-top:1px solid rgba(201,165,94,.4);
  border-bottom:1px solid rgba(201,165,94,.4);
}
.cta-band{
  background:linear-gradient(135deg,#0E4A39,#16614A);
}

/* Gallery caption overlay hardcodes brown — re-tint for inner pages */
.gallery figcaption{
  background:linear-gradient(to top,rgba(8,32,25,.92),transparent);
}
