/* magazine — 큰 타이포 + 여백 (잡지형). Satori inline-style 참조용. */
.magazine-root {
  display: flex;
  flex-direction: column;
  background: var(--primary, #0f0f0f);
  color: var(--text-primary, #fafafa);
  font-family: var(--font-display, "Pretendard"), "Noto Sans KR";
  padding: 96px 80px;
}
.magazine-eyebrow {
  font-size: 18px;
  letter-spacing: 0.18em;
  color: var(--accent, #3ecf8e);
  text-transform: uppercase;
}
.magazine-title {
  font-size: 112px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
.magazine-subtitle {
  font-size: 36px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--text-secondary, #898989);
}
.magazine-body {
  font-size: 28px;
  line-height: 1.55;
  color: var(--text-secondary, #898989);
}
.magazine-cta {
  font-size: 22px;
  font-weight: 600;
  color: var(--accent, #3ecf8e);
}
