:root {
  --bg-primary: #fbfbfd;
  --bg-secondary: #f5f5f7;
  --text-primary: #1d1d1f;
  --text-muted: #6e6e73;
  --accent: #0071e3;
  --border: #d2d2d7;
  --radius-lg: 18px;
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.06);
}

body {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.wp-block-post-title,
h1, h2, h3 {
  letter-spacing: -0.02em;
}

.wp-block-button__link {
  min-height: 48px;
  padding: 0.75rem 1.75rem;
}

.wp-block-group.alignwide,
.wp-block-group.alignfull {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.entry-content {
  font-size: 1.0625rem;
  max-width: 40em;
}

.entry-content p {
  margin-bottom: 1.25em;
}

.site-header {
  backdrop-filter: blur(12px);
  background: rgba(251, 251, 253, 0.92);
  border-bottom: 1px solid var(--border);
}
