.hero h1 span,
.eyebrow,
.lead,
.fine,
.section-intro,
.step p,
.fit p,
.faq p,
.footer,
.delivery .intro,
.delivery-step p,
.calendar-note,
.test-badge {
  color: var(--ink);
}

.footer a,
.fine a {
  color: inherit;
}

.product-card::before { display: none; }
.product-card h2 { margin-top: 18px; }

.mini-orbit {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 4px auto 22px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
}

.mini-portrait {
  position: absolute;
  inset: 14px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #eee6dc;
  box-shadow: 0 8px 22px #2e241b24;
}

.mini-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.mini-tool {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  padding: 4px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px #2e241b22;
}

.mini-tool img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.mini-tool-1 { left: 50%; top: -15px; transform: translateX(-50%); }
.mini-tool-2 { left: -10px; top: 28px; }
.mini-tool-3 { right: -10px; top: 28px; background: #070707; }
.mini-tool-4 { right: -13px; top: 88px; }
.mini-tool-5 { right: 10px; bottom: -7px; }
.mini-tool-6 { left: 50%; bottom: -15px; transform: translateX(-50%); }
.mini-tool-7 { left: 8px; bottom: 7px; }
.mini-tool-8 { left: -14px; top: 90px; }

.product-card li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 38px;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}

.product-card h2 { text-align: center; }

.product-card li::before {
  position: absolute;
  left: 6px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

@media (max-width: 520px) {
  .product-card li { padding-inline: 34px 8px; font-size: 13.5px; }
  .product-card li::before { left: 4px; }
}

@media (max-width: 520px) {
  .mini-orbit { width: 170px; height: 170px; }
  .mini-tool { width: 28px; height: 28px; }
}
