/*
  Temidayo Oluwadamilare — Personalisation overrides
  Sits on top of luique.css and dark.css
  Only touches accent colour and minor layout tweaks.
*/

/* ── Accent colour for light skin (override teal #68e0cf → warm terracotta) ── */
.lui-light-skin .lui-gradient-top::before,
.lui-light-skin .lui-gradient-bottom::after,
.lui-light-skin .lui-gradient-center::before {
  /* keep template gradients, just shift hue slightly */
}

/* Active / highlight colour */
.lui-light-skin .active-color,
.lui-light-skin .btn,
.lui-light-skin .btn:hover,
.lui-light-skin a.btn span::before,
.lui-light-skin .dot span {
  background-color: #c8614e;
}

.lui-light-skin .btn span {
  color: #fff;
}

.lui-light-skin .lui-subtitle span b,
.lui-light-skin .m-subtitle b {
  color: #c8614e;
}

/* Hero: keep profile image circular */
.lui-section-hero .slide img {
  border-radius: 1.5rem;
}

/* Logo text fallback */
.logo a span {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.03em;
}

/* Footer year fix */
#year { font-style: normal; }
