body.blog-page {
  background: linear-gradient(180deg, #f6efe5 0%, #ffffff 22%, #ffffff 100%);
}

.blog-hero {
  padding: 8rem 0 3rem;
  background:
    radial-gradient(circle at top left, rgba(230, 207, 171, 0.75), transparent 28%),
    linear-gradient(135deg, #8f1f28 0%, #b92b35 52%, #d8704e 100%);
  color: #fff;
}

.blog-hero .container,
.blog-main {
  max-width: 1120px;
}

.blog-kicker {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f7dfb5;
  margin-bottom: 1rem;
}

.blog-hero h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.blog-lead {
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 0;
}

.blog-main {
  padding: 3rem 15px 5rem;
}

.blog-summary,
.blog-back a {
  color: #8f1f28;
}

.blog-back-bottom {
  margin-top: 2rem;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1rem;
}

.blog-pagination a,
.blog-pagination span {
  color: #8f1f28;
}

.blog-card {
  margin-bottom: 2rem;
  background: #fff;
  border: 1px solid #f0ddd0;
  box-shadow: 0 18px 45px rgba(91, 43, 31, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: calc(100% - 2rem);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(91, 43, 31, 0.14);
}

.blog-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}

.blog-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #dfc49f 0%, #f8efe4 100%);
}

.blog-card-media img,
.blog-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-media-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f1f28;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
}

.blog-card-body {
  padding: 1.4rem 1.35rem 1.6rem;
}

.blog-card-body time,
.blog-detail-header time {
  display: inline-block;
  color: #8b776c;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}

.blog-card-body h3,
.blog-detail-header h1 {
  font-family: "Shippori Mincho B1", serif;
  color: #7d1823;
  line-height: 1.5;
}

.blog-card-body h3 {
  font-size: 1em;
  margin-bottom: 0;
}

.blog-message p,
.blog-detail-content {
  color: #4f4038;
  line-height: 1.9;
}

.blog-message,
.blog-detail {
  background: #fff;
  border: 1px solid #f0ddd0;
  padding: 2rem;
  box-shadow: 0 18px 45px rgba(91, 43, 31, 0.08);
}

.blog-detail-wrap {
  max-width: 900px;
}

.blog-detail-header h1 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.blog-detail-image {
  margin-bottom: 2rem;
  overflow: hidden;
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
  color: #7d1823;
  font-family: "Shippori Mincho B1", serif;
  margin-top: 2.25rem;
  margin-bottom: 1rem;
}

.blog-detail-content h2 {
  font-size: 1.2rem;
}

.blog-detail-content p,
.blog-detail-content ul,
.blog-detail-content ol,
.blog-detail-content blockquote {
  margin-bottom: 1.2rem;
}

.blog-detail-content img {
  max-width: 100%;
  height: auto;
}

.blog-detail-pagination {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.blog-detail-pagination-item a {
  display: block;
  padding: 1rem 1.2rem 0.9rem;
  background: linear-gradient(180deg, #fffdfa 0%, #f6efe5 100%);
  border: 1px solid #d9c0b1;
  border-radius: 0.4rem;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(91, 43, 31, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.blog-detail-pagination-item a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(91, 43, 31, 0.14);
  border-color: #cfa884;
  background: linear-gradient(180deg, #fffaf5 0%, #f2e6d7 100%);
}

.blog-detail-pagination-item-next {
  text-align: right;
}

.blog-detail-pagination-label {
  display: block;
  color: #8f1f28;
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

.blog-detail-pagination-title {
  display: block;
  color: #7f6d63;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.58rem;
  line-height: 1.45;
}

.blog-home-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.blog-home-head .lead {
  margin-bottom: 0;
}

.blog-home-link {
  color: #8f1f28;
  font-weight: bold;
}

.blog-home-list {
  border-top: 1px solid #d9c0b1;
  background: linear-gradient(180deg, rgba(255,255,255,0.84) 0%, rgba(246,239,229,0.84) 100%);
}

.blog-archive-list {
  margin-top: 1.5rem;
}

.blog-home-item {
  border-bottom: 1px solid #d9c0b1;
}

.blog-home-item-link {
  display: flex;
  align-items: flex-start;
  padding: 1.35rem 1rem 1.35rem 1.5rem;
  color: inherit;
  text-decoration: none;
  text-decoration-color: currentColor;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.blog-home-item-link:hover {
  background-color: rgba(255, 255, 255, 0.72);
  transform: translateX(4px);
  text-decoration-color: currentColor;
}

.blog-home-item-body {
  flex: 1;
}

#blog .blog-home-item-title,
.blog-archive-list .blog-home-item-title {
  margin-bottom: 0.45rem;
  color: #7d1823;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1em;
  line-height: 1.55;
  text-align: left;
}

.blog-home-empty {
  color: #8b776c;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .blog-hero {
    padding-top: 7rem;
  }

  .blog-hero h2 {
    font-size: 2.2rem;
  }

  .blog-detail-header h1 {
    font-size: 1.4rem;
  }

  .blog-home-head {
    display: block;
  }

  .blog-home-item-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .blog-detail-pagination-item-next {
    text-align: left;
  }

  #blog .blog-home-item-title,
  .blog-archive-list .blog-home-item-title {
    font-size: 1.05rem;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .blog-detail-pagination {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
