/* ── Someone Song — Typography ── */

.d1 {
  font-family: var(--fd);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.d2 {
  font-family: var(--fd);
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 300;
  line-height: 1.12;
}

.h1 {
  font-family: var(--fd);
  font-size: var(--fs-32);
  font-weight: 400;
  line-height: 1.2;
}

.label {
  font-size: var(--fs-11);
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--t3);
}

.logo {
  font-family: var(--fd);
  font-size: 21px;
  font-weight: 400;
  color: var(--t1);
  letter-spacing: -0.02em;
}

.logo em {
  color: var(--rose);
  font-style: normal;
}

.logo-mark {
  display: flex;
  align-items: center;
  gap: var(--sp-10);
  text-decoration: none;
}

.logo-lg { font-size: var(--fs-26); }

/* Image logo — horizontal "Someone Song" lockup (logo-horizontal.svg) */
.logo-img { display: block; height: 42px; width: auto; }
.logo-img-md { height: 46px; }
.logo-img-lg { height: 54px; }
.logo-mark-center { justify-content: center; }

.h2 {
  font-family: var(--fd);
  font-size: var(--fs-22);
  font-weight: 400;
  line-height: 1.25;
}
