/* ============================================================
   BEATIF STUDIO — Shared Wordmark
   Source of truth. Do not duplicate in tool pages.
   Usage: <link rel="stylesheet" href="../shared/wordmark.css">
   ============================================================ */

.bf-wordmark {
  text-decoration: none;
  flex-shrink: 0;
}

.wm {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--wm) * 0.25);
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
}

.wm__word {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: calc(var(--wm) * 0.583);
  /* weight 400 (Satoshi Regular) — Λ SVG stroke 5와 시각 일치 */
  font: 400 var(--wm)/1 'Satoshi', 'Inter', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  color: var(--text);
  letter-spacing: 0;
}

.wm__l {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wm__l--a {
  display: inline-flex;
  align-items: flex-end;
}

.wm__a {
  height: 0.72em;
  width: auto;
  display: block;
  overflow: visible;
}

.wm__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--wm) * 0.389);
  align-self: stretch;
}

.wm__line {
  flex: 1;
  height: 1px;
  opacity: 0.80;
  flex-shrink: 0;
}

.wm__line:first-child {
  background: linear-gradient(90deg, rgba(255,77,157,0.80) 0%, rgba(155,92,255,0.55) 100%);
}

.wm__line:last-child {
  background: linear-gradient(90deg, rgba(155,92,255,0.55) 0%, rgba(127,200,255,0.75) 100%);
}

.wm__studio {
  font: 700 calc(var(--wm) * 0.32)/1 'Satoshi', 'Inter', sans-serif;
  letter-spacing: 1.1em;
  margin-right: -1.1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  background: linear-gradient(90deg, #FF4D9D 0%, #BF6EFF 48%, #7EC8FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
