/* Nolia's two characters: coral + lavender, meeting in dark plum.
   Game-specific identities stay in game-brands.css. */
:root {
  --paper: #faf7f2;
  --ink: #442548;
  --muted: #756774;
  --green: #442548;
  --coral: #b95049;
  --line: #e8dfe5;
  --mint: #f0e9f4;
  --nolia-coral: #f27c76;
  --nolia-peach: #f7d4c6;
  --nolia-purple: #a78bdf;
  --nolia-plum: #442548;
}
::selection { background: #dfccef; color: #442548; }
.brand { display: inline-flex; flex: 0 0 auto; letter-spacing: normal; }
.brand img { display: block; width: 174px; height: 55px; max-width: none; }
.site-header .brand { margin-left: -5px; }
.site-footer .brand img { width: 186px; height: 59px; }
.button.dark:hover { background: #62386a; }
.button:hover { background: #62386a; }
.text-button { color: var(--nolia-plum); }
.hero-art::before { background: #f0e8f2; }
.orbit { border-color: #c8b8ce; }
.floating-note { color: #867387; }
.underline::after { border-color: #eab2a6; }
.little-spark, .spark-two { color: #cc756c; }
.spark-one { color: #8970ab; }
.sticker { background: #442548; color: #fff4e9; border-color: #b69dc1; }
.marquee { background: #f1eaf3; border-color: #e6dce9; }
.marquee i { color: #a58abc; }
.filter { color: #756774; }
.filter.selected { color: #fff; }
.catalog-count { color: #837383; }
.game-card { background: #fffcf8; }
.game-card:hover { box-shadow: 0 13px 25px #4425480c; }
.card-meta, .card-copy h3 span, .rules-link { color: #756774; }
.together { background: #f5e8e5; }
.together-star { color: #b397c3; }
.together-drawing {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  position: relative;
}
.nolia-companions { width: 265px; height: 232px; transform: rotate(-7deg); }
.together-drawing::before,
.together-drawing::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 25px;
  border-radius: 10px;
  top: 3px;
  left: 60px;
  background: var(--nolia-coral);
  transform: rotate(-35deg);
}
.together-drawing::after { left: 87px; top: -8px; height: 29px; background: var(--nolia-purple); transform: rotate(9deg); }
.together-drawing .friend-spark { left: auto; right: -3px; top: 168px; color: #b38ac3; font-size: 38px; }
.step-number { color: #9874a6; }
.step-number i { color: #bba8c2; }
.faq-list summary::after { color: #9874a6; }
.last-call > .nolia-signoff { width: 66px; height: 58px; transform: rotate(-8deg); }
.footer-top nav { color: #756774; }
.footer-note { color: #9874a6; }
.footer-bottom { color: #837383; }
.brand-story {
  margin: 30px 0 36px;
  padding: 38px;
  border: 1px solid var(--line);
  background: #fffaf6;
  border-radius: 20px;
  text-align: center;
}
.brand-story img { display: block; width: 350px; height: auto; margin: 0 auto 18px; }
.brand-story figcaption { color: #856c89; font-size: 13px; }
@media (max-width: 900px) {
  .brand img { width: 160px; height: 51px; }
}
@media (max-width: 650px) {
  .brand img { width: 151px; height: 48px; }
  .site-footer .brand img { width: 174px; height: 55px; }
  .site-header { padding-top: 15px; }
  .together-drawing { height: 220px; margin-top: -2px; }
  .nolia-companions { width: 253px; height: 221px; }
  .together-drawing::before { left: 50px; top: -6px; }
  .together-drawing::after { left: 76px; top: -14px; }
  .last-call > .nolia-signoff { width: 48px; height: 43px; }
  .last-call { column-gap: 12px; }
  .brand-story { padding: 25px 20px; }
  .orbit-one { inset: 32px 18px 5px 14px; }
}
@media (max-width: 360px) {
  .site-header .brand img { width: 122px; height: 39px; }
  .site-header nav { font-size: 10px; gap: 8px; }
  .site-header > .button { padding-inline: 11px; gap: 10px; }
  .hero h1 { font-size: 34px; letter-spacing: -1.4px; }
}
