/* Pebble Hills identity: colors drawn from the original sage logo and warm accent. */
:root {
  --plum-deep:#283b30;
  --plum:#405b47;
  --plum-mid:#536d58;
  --plum-soft:#dbe3d6;
  --plum-tint:#eef2eb;
  --copper:#87512c;
  --copper-soft:#e6ba86;
  --copper-tint:#f6ecdf;
  --ink:#24322b;
  --muted:#526057;
  --paper:#fcfbf7;
  --sand:#f0eee5;
  --line:#dce2d8;
}
section.hero .hero-overlay {
  background:linear-gradient(120deg,rgba(24,42,31,.90) 0%,rgba(40,59,48,.78) 42%,rgba(64,91,71,.56) 100%),linear-gradient(0deg,rgba(24,42,31,.55) 0%,rgba(24,42,31,0) 38%);
}
section.hero .eyebrow { color:#ecd2ac!important; }
section.hero .eyebrow::before { background:#ecd2ac!important; }
#nx-book-float { background:#405b47!important; color:#fff!important; border-color:#405b47!important; }
#nx-book-float:hover { background:#283b30!important; }
#nx-book-float:focus-visible { outline:3px solid #87512c; outline-offset:4px; }
