/*
 * Service site stylesheet.
 * Add reusable component and layout styles here.
 */

/* Font/base styles → assets/css/00-tokens.css */

/* Source: Senpai LP footer design (components/footer.php). */
.senpai-footer {
  margin-top: 0;
  background-color: rgba(250, 249, 246, 0.98);
  color: var(--text-color);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.senpai-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.senpai-footer a:hover {
  color: var(--brand-color);
}

.senpai-footer .footer-brand-link {
  display: inline-block;
  line-height: 0;
}

.senpai-footer .footer-logo-img {
  display: block;
  height: 7.5rem;
  width: auto;
}

.senpai-footer .footer-lead {
  margin: 0 0 2rem;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 300;
  color: var(--text-secondary);
}

.senpai-footer .footer-company-link {
  display: inline-block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--brand-28);
  padding-bottom: 0.25rem;
}

.senpai-footer .footer-company-link:hover {
  color: var(--brand-color);
  border-color: var(--brand-color);
}

.senpai-footer .footer-nav-title {
  margin: 0 0 1.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--brand-62);
  border-bottom: 1px solid var(--brand-14);
  padding-bottom: 0.5rem;
}

.senpai-footer .footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.senpai-footer .footer-nav-list a:hover {
  color: var(--brand-color);
}

.senpai-footer .footer-copyright {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.senpai-footer a.footer-social-btn {
  display: block;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.senpai-footer a.footer-social-btn:hover {
  opacity: 0.82;
}

.senpai-footer .footer-social-btn__icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.senpai-footer .footer-social-btn__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand-72);
}

@media (min-width: 768px) {
  .senpai-footer .footer-logo-img {
    height: 9rem;
  }
}
