/* 2026 editorial hub */
body {
  max-width: none;
  background: #fbfbf8;
}

.home-hub {
  padding-bottom: 24px;
}

.home-hero,
.home-section {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  padding-inline: 16px;
  box-sizing: border-box;
}

.home-hero {
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-hero__inner {
  border-top: 4px solid #1d3471;
  border-bottom: 1px solid #d8d6cd;
  padding: 28px 0 24px;
}

.home-hero__kicker,
.home-section__kicker,
.article-related__kicker {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #8b3f24;
}

.home-hero__title {
  font-size: 3rem;
  line-height: 1.28;
  color: #1c1d1f;
  margin-top: 8px;
}

.home-hero__lead {
  font-size: 1.6rem;
  line-height: 1.9;
  max-width: 720px;
  margin-top: 14px;
  color: #34363a;
}

.home-section {
  margin-top: 36px;
}

.home-section__head {
  margin-bottom: 18px;
}

.home-section__head--split {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
}

.home-section__title {
  font-size: 2.2rem;
  line-height: 1.35;
  color: #1c1d1f;
}

.home-section__intro {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #4a4d52;
  max-width: 680px;
  margin-top: 8px;
}

.home-section__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #1d3471;
  border-radius: 6px;
  color: #1d3471;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
  background: #fff;
}

.home-section__more:link,
.home-section__more:visited,
.home-section__more:active,
.home-section__more:focus {
  color: #1d3471;
  text-decoration: none;
}

.home-section__more:hover {
  background: #1d3471;
  color: #fff;
  text-decoration: none;
}

.home-pillar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.home-pillar {
  display: block;
  padding: 18px;
  border: 1px solid #d8d6cd;
  border-radius: 8px;
  background: #fff;
  color: #1c1d1f;
  text-decoration: none;
  min-height: 150px;
  box-sizing: border-box;
}

.home-pillar:link,
.home-pillar:visited,
.home-pillar:active,
.home-pillar:focus {
  color: #1c1d1f;
  text-decoration: none;
}

.home-pillar:hover {
  border-color: #1d3471;
  box-shadow: 0 8px 18px rgba(29, 52, 113, .12);
  text-decoration: none;
}

.home-pillar__count {
  display: inline-flex;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  background: #2f6b55;
  border-radius: 999px;
  padding: 4px 8px;
}

.home-pillar__title {
  display: block;
  margin-top: 14px;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: bold;
  overflow-wrap: anywhere;
}

.home-pillar__summary {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #4a4d52;
}

.home-post-grid,
.article-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.nokon-post-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid #dedcd3;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}

.nokon-post-card__image-link {
  display: block;
  text-decoration: none;
}

.nokon-post-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  background: #ecebe4;
  border-radius: 6px;
  overflow: hidden;
}

.nokon-post-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.nokon-post-card__body {
  min-width: 0;
}

.nokon-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #686b70;
}

.nokon-post-card__meta a {
  color: #8b3f24;
  text-decoration: none;
  font-weight: bold;
}

.nokon-post-card__title {
  font-size: 1.55rem;
  line-height: 1.45;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.nokon-post-card__title a {
  color: #1c1d1f;
  text-decoration: none;
}

.nokon-post-card__title a:hover {
  text-decoration: underline;
}

.nokon-post-card__excerpt {
  font-size: 1.3rem;
  line-height: 1.75;
  color: #4a4d52;
  margin-top: 8px;
}

.article-header__modified {
  display: inline-block;
  margin-inline-start: 10px;
}

.article-related {
  width: 100%;
  max-width: 980px;
  margin: 28px auto 0;
  padding: 24px 16px 0;
  border-top: 1px solid #d8d6cd;
  box-sizing: border-box;
}

.article-related__head {
  margin-bottom: 16px;
}

.article-related__title {
  font-size: 2rem;
  line-height: 1.35;
  color: #1c1d1f;
}

@media screen and (max-width: 767px) {
  .article-list_01__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-block: 18px;
  }

  .article-list_01__item-img {
    width: 100%;
    max-width: none;
    max-height: none;
    border-radius: 3px;
    overflow: hidden;
  }

  .article-list_01__item-img img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .article-list_01__item-content {
    width: 100%;
  }

  .article-list_01__item-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .home-section__head--split {
    display: block;
  }

  .home-section__more {
    margin-top: 14px;
    width: 100%;
  }

  .home-hero__title {
    font-size: 2.5rem;
  }

  .nokon-post-card--compact {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}

@media screen and (max-width: 360px) {
  .nokon-post-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .home-hero__title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .home-pillar-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-post-grid--latest,
  .article-related__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-post-grid--latest .nokon-post-card,
  .article-related .nokon-post-card {
    grid-template-columns: 1fr;
  }

  .home-post-grid--latest .nokon-post-card__image,
  .article-related .nokon-post-card__image {
    aspect-ratio: 16 / 10;
  }

  .home-post-grid--latest .nokon-post-card__excerpt,
  .article-related .nokon-post-card__excerpt {
    display: none;
  }

  .nokon-post-card {
    grid-template-columns: 160px minmax(0, 1fr);
  }
}

@media screen and (min-width: 980px) {
  .home-hero__title {
    font-size: 3.8rem;
  }

  .home-section {
    margin-top: 48px;
  }

  .home-post-grid {
    gap: 18px;
  }
}
