:root {
  --maebashi-shadow-soft: 0 18px 48px rgba(17, 59, 83, 0.12);
  --maebashi-shadow-card: 0 12px 30px rgba(17, 59, 83, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(244, 179, 33, 0.12), transparent 35%),
    linear-gradient(180deg, #fbfaf7 0%, #f4efe5 100%);
}

.wp-site-blocks {
  min-height: 100vh;
}

.wp-block-site-title a {
  color: inherit;
  text-decoration: none;
}

.wp-block-navigation a {
  text-decoration: none;
}

.maebashi-frame {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.maebashi-card {
  background: var(--wp--preset--color--surface);
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 24px;
  box-shadow: var(--maebashi-shadow-card);
}

.maebashi-eyebrow {
  display: inline-block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wp-block-query-pagination {
  margin-top: var(--wp--preset--spacing--50);
}

.wp-block-post-excerpt__more-link {
  font-weight: 700;
}

.wp-block-post-featured-image img,
.wp-block-image img {
  border-radius: 24px;
}

