.page-news {
  --news-rule: rgba(26, 34, 38, 0.12);
  --news-card-bg: #ffffff;
  background:
    radial-gradient(circle at 95% 8%, rgba(45, 143, 194, 0.09), transparent 340px),
    radial-gradient(circle at 5% 46%, rgba(201, 162, 39, 0.07), transparent 300px),
    var(--cream);
}

.page-news .content-container {
  position: relative;
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news .breadcrumb {
  padding-top: 24px;
}

.page-news .news-masthead {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 36px 0 64px;
  position: relative;
}

.page-news .news-masthead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 44px;
  bottom: 70px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--grass) 0%, var(--sky) 62%, var(--gold) 100%);
}

.page-news .news-masthead__heading,
.page-news .news-masthead__issues {
  padding-left: 20px;
}

.page-news .news-masthead__heading .meta-caption {
  margin: 0 0 16px;
  font-family: var(--font-caption);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--slate);
}

.page-news .news-masthead__heading h1 {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(52px, 7.2vw, 88px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--grass);
}

.page-news .news-masthead__lead {
  max-width: 640px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.85;
  color: var(--slate);
}

.page-news .news-masthead__issues {
  align-self: center;
  background: var(--news-card-bg);
  border: 1px solid var(--news-rule);
  border-radius: var(--radius);
  padding: 28px 24px 24px;
  box-shadow: 0 10px 26px rgba(15, 59, 59, 0.06);
}

.page-news .news-masthead__issues svg {
  width: 100%;
  height: auto;
  display: block;
}

.page-news .news-masthead__issues svg text {
  font-family: var(--font-caption);
}

.page-news .news-masthead__note {
  margin: 12px 0 0;
  font-family: var(--font-caption);
  font-size: 13px;
  color: var(--slate);
  letter-spacing: 0.02em;
}

.page-news .news-sections {
  padding-top: 24px;
}

.page-news .news-sections__heading,
.page-news .news-latest__heading,
.page-news .news-archive__heading {
  margin-bottom: 40px;
}

.page-news .news-category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.page-news .news-cat {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 214px;
  padding: 26px 24px 24px;
  border-radius: var(--radius);
  overflow: hidden;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news .news-cat:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 59, 59, 0.18);
}

.page-news .news-cat__code {
  display: block;
  margin-bottom: auto;
  font-family: var(--font-display);
  font-weight: 200;
  font-size: 54px;
  line-height: 1;
  opacity: 0.55;
}

.page-news .news-cat h3 {
  margin: 20px 0 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
}

.page-news .news-cat p {
  margin: 0 0 18px;
  font-family: var(--font-caption);
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.92;
  color: #ffffff;
}

.page-news .news-cat__freq {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  font-family: var(--font-caption);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.page-news .news-cat--gold {
  background: linear-gradient(138deg, #c9a227 0%, #987a18 100%);
}

.page-news .news-cat--earth {
  background: linear-gradient(138deg, #a65d3a 0%, #6e3f2a 100%);
}

.page-news .news-cat--sky {
  background: linear-gradient(138deg, #2d8fc2 0%, #1b628f 100%);
}

.page-news .news-cat--jewel {
  background: linear-gradient(138deg, #7a2e3b 0%, #501e28 100%);
}

.page-news .news-sections__visual {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--news-rule);
  background: var(--mist);
}

.page-news .news-sections__visual img {
  width: 100%;
  height: auto;
}

.page-news .news-sections__note {
  max-width: 720px;
  margin: 28px 0 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--slate);
}

.page-news .news-sections__note a {
  color: var(--grass);
  text-decoration-color: rgba(27, 94, 94, 0.35);
  text-underline-offset: 4px;
}

.page-news .news-latest {
  padding: 88px 0 32px;
}

.page-news .news-feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 8px;
}

.page-news .news-feature__main {
  position: relative;
  padding: 30px 26px 26px;
  border: 1px solid var(--news-rule);
  border-radius: var(--radius);
  background: var(--news-card-bg);
}

.page-news .news-feature__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(90deg, var(--gold), var(--earth), var(--sky), var(--jewel));
}

.page-news .news-feature__main h3 {
  margin: 16px 0 12px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.3;
  color: var(--ink);
}

.page-news .news-feature__main p {
  margin: 0 0 20px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: var(--slate);
}

.page-news .news-feature__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .news-feature__meta .time-meta {
  font-family: var(--font-caption);
  font-size: 13px;
  color: var(--slate);
}

.page-news .news-feature__img {
  min-height: 180px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--forest);
}

.page-news .news-feature__img img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.page-news .news-list {
  margin-top: 36px;
  border-top: 1px solid var(--news-rule);
}

.page-news .news-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 26px 0;
  border-bottom: 1px solid var(--news-rule);
}

.page-news .news-item__rail .time-meta {
  font-family: var(--font-caption);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--slate);
}

.page-news .news-item__body h3 {
  margin: 10px 0 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  color: var(--ink);
}

.page-news .news-item__body p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--slate);
}

.page-news .news-item__body .tag {
  margin-bottom: 2px;
}

.page-news .news-archive {
  padding: 88px 0 56px;
}

.page-news .news-archive__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-news .news-archive__visual {
  border-radius: var(--radius);
  overflow: hidden;
  order: 2;
}

.page-news .news-archive__visual img {
  width: 100%;
  height: auto;
}

.page-news .news-archive__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
  position: relative;
  border-top: 1px solid var(--news-rule);
}

.page-news .news-archive__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: var(--news-rule);
}

.page-news .news-archive__item {
  position: relative;
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid var(--news-rule);
}

.page-news .news-archive__item::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sky);
  box-shadow: 0 0 0 3px rgba(45, 143, 194, 0.18);
}

.page-news .news-archive__item:nth-of-type(2)::before {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.2);
}

.page-news .news-archive__item:nth-of-type(4)::before {
  background: var(--jewel);
  box-shadow: 0 0 0 3px rgba(122, 46, 59, 0.16);
}

.page-news .news-archive__period {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--grass);
}

.page-news .news-archive__item h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
}

.page-news .news-archive__item p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--slate);
}

.page-news .news-subscribe {
  padding: 72px 0 96px;
}

.page-news .news-subscribe__panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 40px 28px;
  border-radius: 20px;
  background: var(--forest);
  color: var(--cream);
  overflow: hidden;
}

.page-news .news-subscribe__body .section-index,
.page-news .news-subscribe__body .section-desc {
  color: var(--cream);
}

.page-news .news-subscribe__body .section-title {
  color: var(--cream);
}

.page-news .news-subscribe__points {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-news .news-subscribe__points li {
  position: relative;
  padding-left: 24px;
  font-family: var(--font-caption);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.9);
}

.page-news .news-subscribe__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.25);
}

.page-news .news-subscribe__help {
  margin: 28px 0 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.85);
}

.page-news .news-subscribe__link {
  color: var(--gold);
  text-decoration-color: rgba(201, 162, 39, 0.45);
  text-underline-offset: 4px;
}

.page-news .news-subscribe__visual {
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(245, 241, 232, 0.08);
}

.page-news .news-subscribe__visual img {
  width: 100%;
  height: auto;
}

@media (min-width: 760px) {
  .page-news .news-masthead__lead {
    font-size: 17px;
  }

  .page-news .news-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .page-news .news-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 64px;
  }

  .page-news .news-item {
    grid-template-columns: 96px 1fr;
    column-gap: 24px;
  }

  .page-news .news-item--stacked {
    grid-template-columns: 1fr;
  }

  .page-news .news-item--wide {
    grid-column: 1 / -1;
  }

  .page-news .news-archive__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
  }

  .page-news .news-archive__visual {
    order: 0;
  }
}

@media (min-width: 900px) {
  .page-news .news-masthead {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 72px;
    align-items: center;
    padding: 56px 0 88px;
  }

  .page-news .news-masthead__heading,
  .page-news .news-masthead__issues {
    padding-left: 36px;
  }

  .page-news .news-feature {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    align-items: center;
    gap: 48px;
  }

  .page-news .news-feature__main {
    padding: 40px 36px 34px;
  }

  .page-news .news-subscribe__panel {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.7fr);
    gap: 64px;
    align-items: center;
    padding: 56px 64px;
  }
}

@media (min-width: 1080px) {
  .page-news .news-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
