.hero,
.pageHero,
.articleHero {
  padding-top: 94px;
  overflow: visible;
}

.hero > .nav,
.pageHero > .innerHeader,
.articleHero > .innerHeader {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 5vw;
  background: rgba(17, 19, 15, 0.96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 30px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.score {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.score > b {
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.score > span {
  max-width: none;
  padding-bottom: 0;
  color: #55594f;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
}

.service {
  cursor: pointer;
  position: relative;
}

.service > a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.service:focus-within {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 110px;
}

.faq h2 em {
  color: var(--ink) !important;
  text-decoration: underline;
  text-decoration-color: var(--acid);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.08em;
}

.faqList button b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink) !important;
  background: var(--acid);
}

.service.yearlyService {
  background: var(--acid) !important;
  box-shadow: 0 11px var(--ink) !important;
}

@media (width <= 650px) {
  .hero,
  .pageHero,
  .articleHero {
    padding-top: 82px;
  }

  .hero > .nav,
  .pageHero > .innerHeader,
  .articleHero > .innerHeader {
    padding: 18px 20px;
  }

  .score {
    gap: 7px;
  }

  .score > span {
    padding-bottom: 0;
  }

  section[id] {
    scroll-margin-top: 96px;
  }
}
