.page-news {
  --log-container: 1180px;
  --log-gap: 24px;
  --log-card-radius: 20px;
  background: var(--paper-bg);
  color: var(--ink-text);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

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

.page-news a:focus-visible,
.page-news summary:focus-visible {
  outline: 3px solid var(--flame-orange);
  outline-offset: 2px;
  border-radius: 6px;
}

.page-news .log-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 92, 34, .18) 0, transparent 42%),
    linear-gradient(120deg, var(--night-blue) 62%, #14283a 62%, var(--night-blue) 100%);
  color: #F5EFE3;
  padding: 42px 20px 100px;
  position: relative;
  overflow: hidden;
}

.page-news .log-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -32px;
  height: 64px;
  background: var(--flame-orange);
  transform: rotate(-1.8deg);
  border-radius: 16px 16px 0 0;
  opacity: .92;
}

.page-news .hero-inner {
  max-width: var(--log-container);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-news .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(245, 239, 227, .75);
  margin-bottom: 28px;
}

.page-news .breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.page-news .breadcrumb a:hover {
  color: var(--flame-orange);
}

.page-news .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin-right: 8px;
  opacity: .5;
}

.page-news .log-kicker {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--flame-orange);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.page-news .kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--flame-orange);
  display: inline-block;
}

.page-news .log-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 12px 0 20px;
  max-width: 900px;
}

.page-news .log-lead {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(245, 239, 227, .88);
  margin: 0;
}

.page-news .hero-facts {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-news .hero-facts li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background: rgba(245, 239, 227, .08);
  border: 1px solid rgba(245, 239, 227, .16);
  border-radius: var(--radius-pill);
  padding: 10px 18px;
}

.page-news .hero-facts strong {
  font-family: var(--font-display);
  font-size: 24px;
  color: #fff;
}

.page-news .hero-facts span {
  font-size: 14px;
  color: rgba(245, 239, 227, .72);
}

.page-news .log-layout {
  max-width: var(--log-container);
  margin: 0 auto;
  padding: 40px 20px 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.page-news .log-main {
  flex: 1;
  min-width: 0;
}

.page-news .section-index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  order: -1;
  position: relative;
  top: auto;
  right: auto;
  z-index: 5;
  background: var(--paper-deep);
  border-radius: var(--radius-pill);
  padding: 8px;
  box-shadow: var(--shadow-card);
}

.page-news .section-index a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-text);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  transition: background .2s ease, color .2s ease;
}

.page-news .section-index a span {
  font-family: var(--font-display);
  font-size: 12px;
  color: var(--flame-orange);
}

.page-news .section-index a:hover,
.page-news .section-index a:focus-visible {
  background: var(--grass-green);
  color: #fff;
}

.page-news .section-index a:hover span,
.page-news .section-index a:focus-visible span {
  color: #fff;
}

.page-news .log-section {
  margin-bottom: 72px;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.page-news .section-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-tan);
}

.page-news .section-head-text h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -.01em;
  margin: 0;
}

.page-news .section-head-text p {
  margin: 4px 0 0;
  color: var(--muted-brown);
  font-size: 15px;
}

.page-news .chapter-id {
  font-family: var(--font-display);
  font-size: 48px;
  line-height: 1;
  min-width: 64px;
  background: linear-gradient(135deg, var(--flame-orange), var(--grass-green));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-news .section-head.is-night {
  border-bottom-color: rgba(245, 239, 227, .18);
}

.page-news .section-head.is-night .section-head-text h2 {
  color: #fff;
}

.page-news .section-head.is-night .section-head-text p {
  color: rgba(245, 239, 227, .66);
}

.page-news .log-feature-figure {
  margin: 0 0 32px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.page-news .log-feature-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.page-news .updates-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-news .update-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .update-index-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--paper-deep);
  border-radius: var(--radius-pill);
  padding: 10px 16px;
  text-decoration: none;
  color: var(--ink-text);
  font-weight: 600;
  font-size: 14px;
  border: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, transform .15s ease;
}

.page-news .update-index-item:hover,
.page-news .update-index-item:focus-visible {
  background: #fff;
  border-color: var(--flame-orange);
  transform: translateY(-2px);
}

.page-news .update-index-item .index-no {
  font-family: var(--font-display);
  color: var(--flame-orange);
  font-size: 12px;
}

.page-news .update-articles {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}

.page-news .update-card {
  background: var(--paper-bg);
  border: 1px solid var(--line-tan);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  box-shadow: var(--shadow-card);
  transition: border-color .25s ease, box-shadow .25s ease;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.page-news .update-card:hover,
.page-news .update-card:focus-within {
  border-color: var(--flame-orange);
  box-shadow: var(--shadow-float);
}

.page-news .update-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 8px 0 12px;
  letter-spacing: -.01em;
}

.page-news .update-card p {
  color: var(--muted-brown);
  font-size: 16px;
  margin: 0 0 14px;
}

.page-news .card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.page-news .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: var(--paper-deep);
  color: var(--muted-brown);
}

.page-news .tag-green {
  background: rgba(14, 124, 91, .12);
  color: var(--grass-green);
}

.page-news .tag-orange {
  background: rgba(242, 92, 34, .12);
  color: var(--flame-orange);
}

.page-news .reading-time {
  font-size: 13px;
  color: var(--muted-brown);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-news .reading-time::before {
  content: "◷";
  font-size: 14px;
}

.page-news .text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--grass-green);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border-color .2s ease, color .2s ease;
}

.page-news .text-link:hover,
.page-news .text-link:focus-visible {
  border-bottom-color: var(--flame-orange);
  color: var(--flame-orange);
}

.page-news .entry-figure {
  margin: 18px 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.page-news .entry-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.page-news .topic-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 28px;
}

.page-news .tab {
  display: inline-block;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: var(--paper-deep);
  color: var(--ink-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.page-news .tab:hover,
.page-news .tab:focus-visible {
  background: var(--grass-green);
  color: #fff;
}

.page-news .tab.is-current {
  background: var(--flame-orange);
  color: #fff;
}

.page-news .special-group {
  scroll-margin-top: calc(var(--header-h) + 20px);
  margin-bottom: 36px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: rgba(230, 220, 200, .5);
  transition: box-shadow .3s ease, background .3s ease;
}

.page-news .special-group:target {
  box-shadow: 0 0 0 3px var(--flame-orange);
  background: var(--paper-deep);
}

.page-news .group-title {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: .04em;
  margin: 0 0 14px;
  display: inline-block;
  background: var(--night-blue);
  color: #fff;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
}

.page-news .special-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-news .special-card {
  background: var(--paper-bg);
  border: 1px solid var(--line-tan);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.page-news .special-card:hover,
.page-news .special-card:focus-within {
  border-color: var(--flame-orange);
  box-shadow: 0 0 0 2px rgba(242, 92, 34, .35);
}

.page-news .special-card summary {
  list-style: none;
  cursor: pointer;
}

.page-news .special-card summary::-webkit-details-marker {
  display: none;
}

.page-news .card-summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-news .card-arrow {
  font-size: 18px;
  color: var(--grass-green);
  transition: transform .25s ease;
}

.page-news .special-card[open] .card-arrow {
  transform: rotate(180deg);
}

.page-news .special-card h4 {
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1.3;
  margin: 10px 0 8px;
  max-width: 82%;
  letter-spacing: -.01em;
}

.page-news .summary-text {
  font-size: 14px;
  color: var(--muted-brown);
  margin: 0 0 12px;
  line-height: 1.65;
}

.page-news .card-detail {
  border-top: 1px dashed var(--line-tan);
  margin-top: 14px;
  padding-top: 14px;
  font-size: 14px;
  color: var(--ink-text);
  line-height: 1.7;
}

.page-news .card-detail p {
  margin: 0;
}

.page-news .data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-news .stat-block {
  background: var(--night-blue);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: 24px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-news .stat-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--flame-orange), var(--grass-green));
}

.page-news .stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -.01em;
}

.page-news .stat-label {
  display: block;
  font-size: 13px;
  margin-top: 6px;
  color: rgba(245, 239, 227, .72);
}

.page-news .data-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.page-news .data-fact {
  background: var(--paper-deep);
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
}

.page-news .data-fact strong {
  color: var(--grass-green);
  font-family: var(--font-display);
}

.page-news .data-note {
  color: var(--muted-brown);
  font-size: 15px;
  line-height: 1.75;
  margin: 20px 0 0;
  max-width: 860px;
}

.page-news .data-chart {
  margin: 26px 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.page-news .data-chart img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.page-news .subscribe-section {
  background: var(--night-blue);
  border-radius: var(--radius-lg);
  padding: 34px 26px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-news .subscribe-section::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -30%;
  width: 60%;
  height: 80%;
  background: rgba(242, 92, 34, .16);
  transform: rotate(-8deg);
  border-radius: 50%;
  pointer-events: none;
}

.page-news .subscribe-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.page-news .subscribe-copy {
  flex: 1;
}

.page-news .subscribe-copy p {
  color: rgba(245, 239, 227, .8);
  font-size: 15px;
  margin: 0 0 18px;
  max-width: 520px;
  line-height: 1.75;
}

.page-news .subscribe-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--flame-orange);
  color: #fff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(242, 92, 34, .3);
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-news .subscribe-cta:hover,
.page-news .subscribe-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(242, 92, 34, .38);
}

.page-news .subscribe-figure {
  flex: 0 0 auto;
  max-width: 360px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-news .subscribe-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media (min-width: 640px) {
  .page-news .special-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-news .data-grid {
    gap: 18px;
  }
}

@media (min-width: 760px) {
  .page-news .subscribe-inner {
    flex-direction: row;
    align-items: center;
    gap: 36px;
  }

  .page-news .data-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-news .subscribe-section {
    padding: 40px 36px;
  }
}

@media (min-width: 820px) {
  .page-news .updates-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 28px;
    align-items: start;
  }

  .page-news .update-index {
    flex-direction: column;
    position: sticky;
    top: calc(var(--header-h) + 20px);
    background: var(--paper-deep);
    border-radius: var(--radius-lg);
    padding: 14px;
    margin-bottom: 0;
  }

  .page-news .update-index-item {
    border-radius: var(--radius-md);
  }
}

@media (min-width: 960px) {
  .page-news .log-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 44px;
    padding-top: 56px;
  }

  .page-news .log-main {
    order: 0;
  }

  .page-news .section-index {
    order: 1;
    position: sticky;
    top: calc(var(--header-h) + 20px);
    flex-direction: column;
    width: 220px;
    flex-shrink: 0;
    background: rgba(230, 220, 200, .9);
    backdrop-filter: blur(10px);
    margin-top: 8px;
  }

  .page-news .special-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 639px) {
  .page-news .log-section {
    margin-bottom: 52px;
  }

  .page-news .update-card {
    padding: 22px 18px;
  }

  .page-news .stat-num {
    font-size: 26px;
  }
}
