.page-news {
  --news-deep: #1B3A5C;
  --news-gold: #D4A843;
  --news-warm: #F0E9DC;
  --news-red: #A63A2B;
  position: relative;
}

.page-news::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  background:
    repeating-linear-gradient(115deg, rgba(212, 168, 67, 0.05) 0, rgba(212, 168, 67, 0.05) 18px, transparent 18px, transparent 52px),
    repeating-linear-gradient(75deg, rgba(27, 58, 92, 0.035) 0, rgba(27, 58, 92, 0.035) 14px, transparent 14px, transparent 46px),
    linear-gradient(105deg, rgba(27, 58, 92, 0.06), rgba(27, 58, 92, 0) 40%);
}

.page-news > * {
  position: relative;
  z-index: 1;
}

.page-news .news-breadcrumb {
  margin-bottom: 36px;
}

.page-news .news-hero {
  padding: 104px 0 48px;
  border-bottom: 1px solid #E2E2E2;
  background: linear-gradient(180deg, rgba(27, 58, 92, 0.08), rgba(245, 245, 245, 0));
}

.page-news .news-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: end;
}

.page-news .news-hero-copy {
  max-width: 820px;
}

.page-news .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--news-gold);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}

.page-news .section-label::before {
  content: "";
  width: 26px;
  height: 2px;
  display: inline-block;
  background: var(--news-gold);
}

.page-news h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.2;
  color: var(--news-deep);
  margin: 16px 0 20px;
  letter-spacing: 0.02em;
}

.page-news .news-hero-lead {
  font-size: 17px;
  line-height: 1.8;
  color: #526478;
  max-width: 680px;
  margin: 0;
}

.page-news .news-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.page-news .news-hero-meta {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  background: var(--news-warm);
  border: 1px solid #E2D5BA;
  border-top: 4px solid var(--news-gold);
  border-radius: 20px;
  padding: 24px 22px;
  overflow: hidden;
}

.page-news .news-hero-meta::after {
  content: "KY · 02";
  position: absolute;
  right: 18px;
  top: 10px;
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(27, 58, 92, 0.28);
}

.page-news .meta-item {
  padding: 4px 2px;
}

.page-news .meta-key {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #8A7650;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-news .meta-val {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--news-deep);
  margin-top: 6px;
  line-height: 1.4;
}

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

.page-news .news-section-head {
  max-width: 720px;
  margin-bottom: 40px;
}

.page-news .news-section-head h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.5vw, 36px);
  line-height: 1.25;
  color: var(--news-deep);
  margin: 12px 0 12px;
}

.page-news .news-section-head p {
  font-size: 15px;
  line-height: 1.7;
  color: #5A6B7F;
  margin: 0;
}

.page-news .news-feature {
  padding-top: 64px;
}

.page-news .news-feature-card {
  display: grid;
  grid-template-columns: 1fr;
  background: linear-gradient(135deg, #FBF6ED 0%, #FFFFFF 55%);
  border: 1px solid #E8DCC6;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-1);
}

.page-news .news-feature-media img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  display: block;
}

.page-news .news-feature-body {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.page-news .news-badge {
  background: var(--news-gold);
  color: var(--news-deep);
  font-weight: 700;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 999px;
  letter-spacing: 1px;
}

.page-news .news-feature-body h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
  color: var(--news-deep);
  margin: 0;
}

.page-news .news-feature-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #3F5066;
}

.page-news .news-updates {
  background: rgba(253, 252, 250, 0.7);
  border-top: 1px solid #E8E2D6;
  border-bottom: 1px solid #E8E2D6;
}

.page-news .update-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

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

.page-news .update-item {
  background: #FFFFFF;
  border: 1px solid #E7E1D5;
  border-left: 4px solid var(--news-gold);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.page-news .update-item:hover {
  box-shadow: var(--shadow-1);
  transform: translateY(-2px);
}

.page-news .update-version {
  background: var(--news-deep);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
  padding: 6px 12px;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

.page-news .update-body h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-family: var(--serif);
  color: var(--news-deep);
}

.page-news .update-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5A6B7F;
}

.page-news .update-media {
  margin: 0;
  background: linear-gradient(160deg, var(--news-deep), #0F2440);
  border-radius: 20px;
  padding: 20px;
}

.page-news .update-media img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 12px;
  display: block;
}

.page-news .update-media figcaption {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  text-align: center;
  padding-top: 12px;
}

.page-news .news-insights {
  padding-top: 64px;
}

.page-news .news-tab-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #DEDBD4;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.page-news .news-tab {
  background: transparent;
  border: 1px solid #D6D3CC;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #5A6B7F;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-news .news-tab:hover {
  border-color: var(--news-gold);
  color: var(--news-deep);
  background: rgba(212, 168, 67, 0.08);
}

.page-news .news-tab[aria-selected="true"] {
  background: var(--news-deep);
  border-color: var(--news-deep);
  color: #FFFFFF;
}

.page-news .tab-panel[hidden] {
  display: none;
}

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

.page-news .insight-card {
  background: #FFFFFF;
  border: 1px solid #E6DFD0;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-news .insight-card:hover,
.page-news .insight-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
  border-color: var(--news-gold);
}

.page-news .insight-card-tag {
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

.page-news .insight-card-tag.tag-blue {
  color: var(--news-deep);
  border: 1px solid var(--news-deep);
}

.page-news .insight-card-tag.tag-gold {
  color: #8A6D1D;
  border: 1px solid var(--news-gold);
  background: rgba(212, 168, 67, 0.12);
}

.page-news .insight-card h3 {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
  color: var(--news-deep);
  margin: 0 0 12px;
}

.page-news .insight-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #526478;
  margin: 0 0 16px;
  flex-grow: 1;
}

.page-news .insight-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8A6D1D;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.page-news .insight-more::after {
  content: "→";
  transition: transform 0.2s ease;
}

.page-news .insight-more:hover::after {
  transform: translateX(4px);
}

.page-news .insight-figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--news-deep), #0F2440);
  border: 1px solid #E6DFD0;
  width: 100%;
}

.page-news .insight-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
  display: block;
}

.page-news .insight-figure figcaption {
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  text-align: center;
}

.page-news .news-subscribe {
  padding-top: 0;
}

.page-news .subscribe-card {
  background: var(--news-deep);
  background-image: linear-gradient(135deg, #1B3A5C, #12293E);
  border-radius: 28px;
  color: #F5F5F5;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  position: relative;
  overflow: hidden;
}

.page-news .subscribe-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 168, 67, 0.28), transparent 70%);
}

.page-news .subscribe-media {
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-news .subscribe-media img {
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.page-news .subscribe-copy {
  position: relative;
  z-index: 1;
}

.page-news .subscribe-copy .section-label {
  color: var(--news-gold);
}

.page-news .subscribe-copy .section-label::before {
  background: var(--news-gold);
}

.page-news .subscribe-copy h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  color: #FFFFFF;
  margin: 14px 0 16px;
}

.page-news .subscribe-copy p {
  color: rgba(229, 233, 240, 0.84);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.page-news .subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.page-news .subscribe-copy .btn-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #FFFFFF;
}

.page-news .subscribe-copy .btn-outline:hover {
  border-color: var(--news-gold);
  color: var(--news-gold);
}

@media (min-width: 680px) {
  .page-news .news-hero {
    padding: 120px 0 72px;
  }

  .page-news .news-hero-grid {
    grid-template-columns: 1.5fr 1fr;
  }

  .page-news .news-feature-card {
    grid-template-columns: 1.1fr 1fr;
    min-height: 420px;
  }

  .page-news .news-feature-body {
    padding: 48px 40px;
  }

  .page-news .update-layout {
    grid-template-columns: 1fr 0.42fr;
    gap: 40px;
  }

  .page-news .subscribe-card {
    grid-template-columns: 0.42fr 1fr;
    align-items: center;
    padding: 48px 56px;
  }
}

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

  .page-news .update-item:first-child,
  .page-news .update-item:last-child {
    grid-column: span 2;
  }

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

  .page-news .insight-figure {
    grid-column: 1 / -1;
  }
}
