/* COMIXADIKO v3.0.6
   Deliberately tiny and scoped: restore the pre-v3.0.5 homepage palette by NOT
   restyling the homepage, while fixing only the low-contrast category rail and
   keeping the original Patreon promo treatment above the footer. */

/* The ticker keeps the existing warm background from the theme; only its text
   gets enough contrast. This avoids changing the rest of the homepage colours. */
#common-home .cmx-hero-marquee {
  background:#d9cdbb !important;
  color:#293330 !important;
  border-top:1px solid rgba(41,51,48,.15) !important;
}
#common-home .cmx-hero-marquee div,
#common-home .cmx-hero-marquee .cmx-marquee-track,
#common-home .cmx-hero-marquee .cmx-marquee-track span {
  color:#293330 !important;
}

/* Original Patreon home promo visual language (v2.4), now placed immediately
   above the footer. */
.cmx-home-patreon {
  padding:72px 0;
  margin:0;
  background:#30413c;
  color:#f6efe6;
}
.cmx-home-patreon .cmx-patreon-home-layout {
  display:grid;
  grid-template-columns:.9fr 1.5fr;
  gap:60px;
  align-items:center;
}
.cmx-home-patreon-copy>span {
  font:800 10px/1 'Noto Sans',Arial,sans-serif;
  letter-spacing:.14em;
  color:#ef9d83;
}
.cmx-home-patreon-copy h2 {
  margin:12px 0 15px;
  color:#f6efe6;
  font:700 45px/1.03 'Noto Serif',Georgia,serif;
  letter-spacing:-.035em;
}
.cmx-home-patreon-copy p {
  margin:0;
  color:#d6e0db;
  font:500 14px/1.6 'Noto Sans',Arial,sans-serif;
}
.cmx-home-patreon-copy a {
  display:inline-block;
  margin-top:15px;
  color:#fff !important;
  font:800 10px/1 'Noto Sans',Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none !important;
}
.cmx-home-patreon-tiers {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.cmx-home-patreon-tiers>div {
  padding:22px 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:13px;
}
.cmx-home-patreon-tiers span {
  color:#ef9d83;
  font:800 9px/1 'Noto Sans',Arial,sans-serif;
  letter-spacing:.1em;
}
.cmx-home-patreon-tiers strong {
  display:block;
  margin:14px 0 7px;
  color:#f6efe6;
  font:700 26px/1 'Noto Serif',Georgia,serif;
}
.cmx-home-patreon-tiers p {
  margin:0;
  color:#d8e1dd;
  font:500 11px/1.5 'Noto Sans',Arial,sans-serif;
}
@media (max-width:1000px) {
  .cmx-home-patreon .cmx-patreon-home-layout {grid-template-columns:1fr}
}
@media (max-width:700px) {
  .cmx-home-patreon {padding:52px 0}
  .cmx-home-patreon-copy h2 {font-size:36px}
  .cmx-home-patreon-tiers {grid-template-columns:1fr}
}
