.page-news {
  --news-warm: #FF6B35;
  --news-line: rgba(19, 51, 103, 0.1);
  --news-line-strong: rgba(19, 51, 103, 0.22);
  --news-mute: #6B7A90;
}

.page-news .news-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 107, 53, 0.16), transparent 34%),
    var(--hh-blue-dark);
}

.page-news .news-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(230, 237, 247, 0.7);
}

.page-news .news-hero .breadcrumb__link {
  color: rgba(230, 237, 247, 0.88);
  text-decoration: none;
}

.page-news .news-hero .breadcrumb__link:hover,
.page-news .news-hero .breadcrumb__link:focus-visible {
  color: var(--hh-orange);
}

.page-news .news-hero .breadcrumb__sep {
  color: var(--hh-orange);
}

.page-news .news-hero .breadcrumb__item {
  color: #fff;
}

.page-news .news-hero__frame {
  margin-top: 1.5rem;
  background: rgba(18, 51, 103, 0.5);
  border-top: 4px solid var(--hh-orange);
}

.page-news .news-hero__content {
  padding: clamp(1.25rem, 4vw, 2.75rem);
}

.page-news .news-hero__kicker {
  margin-bottom: 1rem;
  font-family: var(--hh-font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--hh-orange);
}

.page-news .news-hero__title {
  margin: 0 0 0.75rem;
  font-family: var(--hh-font-display);
  font-size: clamp(2rem, 6vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: #fff;
}

.page-news .news-hero__subtitle {
  font-family: var(--hh-font-mono);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(230, 237, 247, 0.9);
}

.page-news .news-hero__desc {
  max-width: 54rem;
  margin: 1.25rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--hh-orange);
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(230, 237, 247, 0.78);
}

.page-news .news-hero__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 300;
  object-fit: cover;
}

.page-news .news-layout {
  background: var(--hh-bg-light);
}

.page-news .news-layout__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

.page-news .news-sidebar,
.page-news .news-list,
.page-news .news-ranking {
  min-width: 0;
}

.page-news .news-sidebar {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.page-news .news-sidebar .section-title {
  margin-bottom: 0;
}

.page-news .news-sidebar__hint {
  margin-top: 0.35rem;
  font-family: var(--hh-font-mono);
  font-size: 0.8rem;
  color: var(--hh-gray);
}

.page-news .news-sidebar__cats {
  display: grid;
  gap: 0.5rem;
}

.page-news .news-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.68rem 0.8rem;
  background: #fff;
  border-left: 3px solid var(--hh-blue-bright);
  box-shadow: 0 1px 0 var(--news-line);
  color: var(--hh-blue-dark);
  font-size: 0.9rem;
  text-decoration: none;
  transition: border-color 0.2s var(--hh-ease), transform 0.2s var(--hh-ease);
}

.page-news .news-cat:hover,
.page-news .news-cat:focus-visible {
  border-left-color: var(--hh-orange);
  transform: translateX(4px);
}

.page-news .news-cat__count {
  font-family: var(--hh-font-mono);
  font-size: 0.78rem;
  color: var(--hh-gray);
}

.page-news .news-servicenote {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  background: var(--hh-blue-dark);
  color: rgba(230, 237, 247, 0.8);
  font-size: 0.85rem;
  line-height: 1.75;
}

.page-news .news-servicenote::after {
  content: "";
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
  width: 4.2rem;
  height: 4.2rem;
  background: var(--hh-orange);
  transform: rotate(45deg);
  opacity: 0.85;
}

.page-news .news-servicenote h3 {
  margin: 0 0 0.6rem;
  color: #fff;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
}

.page-news .news-servicenote p {
  margin: 0 0 0.6rem;
}

.page-news .news-servicenote__link {
  display: inline-block;
  margin-top: 0.2rem;
  border-bottom: 1px solid rgba(255, 107, 53, 0.5);
  color: var(--hh-orange);
  font-family: var(--hh-font-mono);
  font-size: 0.82rem;
  text-decoration: none;
}

.page-news .news-servicenote__link:hover,
.page-news .news-servicenote__link:focus-visible {
  border-bottom-color: var(--hh-orange);
}

.page-news .news-sidebar__subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-news .news-sidebar__subnav a {
  display: inline-block;
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--news-line-strong);
  background: #fff;
  color: var(--hh-blue-bright);
  font-family: var(--hh-font-mono);
  font-size: 0.78rem;
  text-decoration: none;
  transition: border-color 0.2s var(--hh-ease), color 0.2s var(--hh-ease);
}

.page-news .news-sidebar__subnav a:hover,
.page-news .news-sidebar__subnav a:focus-visible {
  border-color: var(--hh-orange);
  color: var(--hh-orange);
}

.page-news .news-list__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid var(--hh-blue-dark);
}

.page-news .news-list__header .section-title {
  margin: 0;
}

.page-news .news-list__header .section-subtitle {
  margin: 0;
  font-family: var(--hh-font-mono);
  font-size: 0.85rem;
  color: var(--hh-gray);
}

.page-news .news-list__lead {
  margin: 1rem 0 1.25rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--news-line-strong);
  background: linear-gradient(180deg, rgba(26, 74, 138, 0.08), rgba(26, 74, 138, 0.02));
  font-size: 0.84rem;
  line-height: 1.7;
  color: var(--hh-gray-dark);
}

.page-news .news-list__lead a {
  color: var(--hh-blue-bright);
}

.page-news .news-item {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-item__index {
  padding-top: 0.25rem;
  font-family: var(--hh-font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--hh-orange);
}

.page-news .news-item__body {
  min-width: 0;
}

.page-news .news-item__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--hh-near-black);
}

.page-news .news-item__excerpt {
  max-width: 54rem;
  margin: 0 0 0.6rem;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--hh-gray-dark);
}

.page-news .news-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  color: var(--hh-gray);
}

.page-news .news-item__time {
  font-family: var(--hh-font-mono);
}

.page-news .news-item__thumb {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-top: 0.75rem;
  border: 1px solid var(--news-line-strong);
  object-fit: cover;
}

.page-news .news-ranking {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.1rem;
  border: 1px solid var(--news-line-strong);
  background: #fff;
}

.page-news .news-ranking .section-title {
  margin: 0;
}

.page-news .news-ranking__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rank;
}

.page-news .news-ranking__list li {
  counter-increment: rank;
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-ranking__list li:last-child {
  border-bottom: 0;
}

.page-news .news-ranking__list a {
  display: grid;
  grid-template-columns: 1.6rem 1fr auto;
  gap: 0.6rem;
  align-items: start;
  padding: 0.72rem 0.15rem;
  color: var(--hh-blue-dark);
  text-decoration: none;
  transition: background-color 0.2s var(--hh-ease);
}

.page-news .news-ranking__list a:hover,
.page-news .news-ranking__list a:focus-visible {
  background: var(--hh-bg-light);
}

.page-news .news-ranking__list a::before {
  content: counter(rank, decimal-leading-zero);
  padding-top: 0.1rem;
  font-family: var(--hh-font-mono);
  font-size: 0.74rem;
  color: var(--hh-orange);
}

.page-news .news-ranking__title {
  font-size: 0.82rem;
  line-height: 1.55;
}

.page-news .news-ranking__heat {
  font-family: var(--hh-font-mono);
  font-size: 0.74rem;
  white-space: nowrap;
  color: var(--hh-gray);
}

.page-news .news-ranking__footnote {
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--news-line-strong);
  font-size: 0.78rem;
  line-height: 1.7;
  color: var(--hh-gray);
}

.page-news .news-archive {
  color: rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(150deg, rgba(255, 107, 53, 0.08), transparent 36%),
    var(--hh-blue-medium);
}

.page-news .news-section-head {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.page-news .news-section-head .section-title {
  margin: 0;
  color: #fff;
}

.page-news .news-section-head .section-subtitle {
  margin: 0.4rem 0 0;
  color: rgba(230, 237, 247, 0.7);
}

.page-news .news-archive .section-index {
  color: var(--hh-orange);
}

.page-news .news-archive__pattern {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  margin: 1.5rem 0;
  border: 1px solid rgba(230, 237, 247, 0.14);
  object-fit: cover;
}

.page-news .archive-list {
  border-top: 1px solid rgba(230, 237, 247, 0.2);
}

.page-news .archive-season {
  border-bottom: 1px solid rgba(230, 237, 247, 0.14);
}

.page-news .archive-season summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0.25rem;
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.page-news .archive-season summary::-webkit-details-marker {
  display: none;
}

.page-news .archive-season summary::before {
  content: "▸";
  display: inline-block;
  color: var(--hh-orange);
  font-size: 1rem;
  transition: transform 0.25s var(--hh-ease);
}

.page-news .archive-season[open] summary::before {
  transform: rotate(90deg);
}

.page-news .archive-season__count {
  margin-left: auto;
  font-family: var(--hh-font-mono);
  font-size: 0.78rem;
  font-weight: normal;
  color: rgba(230, 237, 247, 0.6);
}

.page-news .archive-season__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
  margin: 0;
  padding: 0.2rem 0 0.8rem 1.25rem;
  list-style: none;
}

.page-news .archive-season__list li {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.4rem 0;
  font-size: 0.86rem;
  line-height: 1.6;
  color: rgba(230, 237, 247, 0.82);
}

.page-news .archive-item__round {
  flex-shrink: 0;
  font-family: var(--hh-font-mono);
  font-size: 0.76rem;
  color: var(--hh-orange);
}

.page-news .news-updates {
  background:
    linear-gradient(180deg, rgba(10, 31, 68, 0.04), transparent 30%),
    var(--hh-blue-light);
}

.page-news .news-updates .section-title {
  margin: 0;
  color: var(--hh-near-black);
}

.page-news .news-updates .news-section-head .section-subtitle {
  color: var(--hh-gray-dark);
}

.page-news .news-updates .section-index {
  color: var(--hh-orange);
}

.page-news .news-updates__fig {
  margin: 1.5rem 0;
}

.page-news .news-updates__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  border: 1px solid rgba(7, 16, 34, 0.1);
  object-fit: cover;
}

.page-news .news-updates .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(7, 16, 34, 0.12);
  background: #fff;
  box-shadow: 0 2px 8px rgba(7, 16, 34, 0.05);
}

.page-news .news-updates .table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.page-news .news-updates .table th,
.page-news .news-updates .table td {
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid var(--news-line);
  text-align: left;
  vertical-align: top;
}

.page-news .news-updates .table th {
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 3px solid var(--hh-orange);
  background: var(--hh-blue-dark);
  color: #fff;
  font-family: var(--hh-font-mono);
  font-size: 0.76rem;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.page-news .news-updates .table td:first-child {
  font-family: var(--hh-font-mono);
  font-weight: bold;
  white-space: nowrap;
  color: var(--hh-blue-bright);
}

.page-news .news-updates .table tbody tr:last-child td {
  border-bottom: 0;
}

.page-news .news-updates__note {
  margin-top: 1rem;
  font-size: 0.82rem;
  line-height: 1.8;
  color: var(--hh-gray-dark);
}

.page-news .news-updates__note a {
  color: var(--hh-blue-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (min-width: 720px) {
  .page-news .archive-season__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}

@media (min-width: 900px) {
  .page-news .news-layout__grid {
    grid-template-columns: 250px minmax(0, 1fr) 270px;
    gap: 2rem;
    align-items: start;
  }

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