/* =====================================================
   taichi — 公開ページ
   ===================================================== */

/* ── TOPページ ── */
.top-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0 1.5rem;
}

.top-inner {
  text-align: center;
  max-width: 22rem;
}

.top-eyebrow {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  color: var(--clr-accent);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.top-title {
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 300;
  color: var(--clr-text);
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.top-subtitle {
  font-size: 0.875rem;
  color: var(--clr-text-muted);
  line-height: 2;
  margin-bottom: 2.5rem;
}

.top-divider {
  width: 2.5rem;
  height: 1px;
  background: var(--clr-accent);
  opacity: 0.5;
  margin: 0 auto 2.5rem;
}

.top-coming {
  font-size: 0.75rem;
  color: var(--clr-text-subtle);
  margin-bottom: 2rem;
}

/* ── フッター ── */
.site-footer {
  position: fixed;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.72rem;
  color: var(--clr-text-subtle);
}
