:root {
  color-scheme: light;
  font-family: "Noto Serif SC", "Songti SC", serif;
  background: #f7f5f8;
  color: #55596f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(255,255,255,.96), transparent 26%),
    radial-gradient(circle at 88% 78%, rgba(143,191,224,.16), transparent 32%),
    linear-gradient(145deg, #fcf9fb 0%, #f1f5fa 56%, #fbf1f5 100%);
}

.news-page {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 90px;
}

.news-page__back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(115,124,151,.18);
  border-radius: 99px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 8px 24px rgba(67,74,101,.07);
  color: #72768b;
  font-family: var(--fe-chrome-font);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  backdrop-filter: blur(14px);
  transition: color .2s ease, transform .2s ease;
}

.news-page__back:hover { color: #da83a3; transform: translateX(-2px); }

.news-page__article {
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 30px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 28px 80px rgba(65,73,101,.12);
  backdrop-filter: blur(18px);
}

.news-page__visual {
  display: grid;
  min-height: 330px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(239,142,175,.2), transparent 36%),
    radial-gradient(circle at 82% 76%, rgba(127,185,224,.21), transparent 40%),
    rgba(255,255,255,.68);
}

.news-page__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-page__visual--logo img { width: min(52%, 360px); height: auto; object-fit: contain; }
.news-page__visual--body { padding: clamp(12px, 2vw, 24px); }
.news-page__visual--body img { height: auto; object-fit: contain; }
.news-page__content > .news-page__visual {
  min-height: 0;
  margin: 6px 0 34px;
  border: 1px solid rgba(115,124,151,.12);
  border-radius: 22px;
}
.news-page__content > .news-page__visual--cover { aspect-ratio: 16 / 9; }

.news-page__content { padding: clamp(30px, 5vw, 64px); }
.news-page__content time {
  color: #dc84a4;
  font: 700 13px/1.4 sans-serif;
  letter-spacing: .12em;
}

.news-page__content h1 {
  margin: 13px 0 28px;
  color: #39445f;
  font-family: "JiangChengJieXing", "Noto Serif SC", serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: .04em;
}

.news-page__lead { color: #62667b; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.9; }
.news-page__content p { line-height: 1.95; white-space: pre-line; }
.news-page__content p a { color: #c76f90; overflow-wrap: anywhere; }
.news-page__content p .news-page__shop-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  margin: 8px 0 2px;
  padding: 11px 18px;
  border: 1px solid rgba(205, 105, 142, .28);
  border-radius: 999px;
  background: linear-gradient(135deg, #d7789c, #c4678c);
  box-shadow: 0 10px 24px rgba(181, 86, 125, .2);
  color: #fff;
  font: 700 14px/1.2 sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
  vertical-align: middle;
  transition: box-shadow .2s ease, transform .2s ease;
}
.news-page__shop-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.news-page__content p .news-page__shop-link:hover,
.news-page__content p .news-page__shop-link:focus-visible {
  box-shadow: 0 14px 30px rgba(181, 86, 125, .28);
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}
.news-page__version { color: #9295a7; font: 700 12px/1.5 sans-serif; letter-spacing: .08em; }
.news-page__video-link {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(217, 126, 159, .22);
  border-radius: 22px;
  background: #202944;
  color: #fff;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.news-page__video-link::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 20, 45, .04) 34%, rgba(10, 17, 39, .76) 100%);
  content: "";
}
.news-page__video-link:hover,
.news-page__video-link:focus-visible {
  border-color: rgba(217, 126, 159, .5);
  box-shadow: 0 14px 34px rgba(80, 83, 112, .1);
  outline: none;
  transform: translateY(-2px);
}
.news-page__video-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.news-page__video-link:hover .news-page__video-cover,
.news-page__video-link:focus-visible .news-page__video-cover { transform: scale(1.025); }
.news-page__video-link--fallback {
  background: linear-gradient(135deg, #fdf2f6, #eaf4fb);
}
.news-page__video-link--fallback .news-page__video-cover {
  padding: 14%;
  object-fit: contain;
}
.news-page__video-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(255,255,255,.24);
  box-shadow: 0 12px 32px rgba(8, 15, 38, .24);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}
.news-page__video-play::before {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
  content: "";
}
.news-page__video-link > span:last-child {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: grid;
  gap: 7px;
  text-shadow: 0 2px 12px rgba(4, 10, 28, .65);
}
.news-page__video-link strong { font-size: 19px; }
.news-page__video-link small { color: rgba(255,255,255,.78); font: 700 10px/1 sans-serif; letter-spacing: .22em; }
.news-page__content ul {
  margin: 30px 0 0;
  padding: 24px 26px 24px 48px;
  border-radius: 18px;
  background: rgba(240,245,250,.76);
}

.news-page__content li { margin: 8px 0; line-height: 1.8; }

.news-index { padding-bottom: 110px; }

.news-index__heading {
  margin: clamp(52px, 8vw, 92px) 0 34px;
}

.news-index__heading p {
  margin: 0 0 10px;
  color: #d982a3;
  font: 700 12px/1 sans-serif;
  letter-spacing: .32em;
}

.news-index__heading h1 {
  margin: 0 0 14px;
  color: #39445f;
  font-family: "JiangChengJieXing", "Noto Serif SC", serif;
  font-size: clamp(48px, 7vw, 78px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .08em;
}

.news-index__heading span { color: #85889a; line-height: 1.8; }

.news-index__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 28px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 24px 70px rgba(65,73,101,.1);
  list-style: none;
  backdrop-filter: blur(18px);
}

.news-index__list li + li { border-top: 1px solid rgba(112,121,148,.12); }

.news-index__row {
  display: grid;
  min-height: 108px;
  grid-template-columns: 150px minmax(0, 1fr) 90px 24px;
  align-items: center;
  gap: 24px;
  padding: 24px clamp(22px, 4vw, 42px);
  color: #55596f;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.news-index__row[href]:hover,
.news-index__row[href]:focus-visible {
  background: rgba(253,240,245,.72);
  color: #ca7393;
  outline: none;
}

.news-index__row--static { cursor: default; }

.news-index__list time {
  grid-column: 1;
  color: #db84a4;
  font: 700 13px/1.4 sans-serif;
  letter-spacing: .08em;
}

.news-index__list strong { grid-column: 2; font-size: clamp(17px, 2vw, 21px); line-height: 1.7; }
.news-index__list small {
  grid-column: 3;
  justify-self: end;
  color: #9698a7;
  font: 700 12px/1.4 sans-serif;
  letter-spacing: .08em;
  text-align: right;
}
.news-index__arrow {
  grid-column: 4;
  width: 24px;
  justify-self: end;
  font: 400 24px/1 sans-serif;
  text-align: center;
  transition: transform .2s ease;
}

.news-index__row[href]:hover .news-index__arrow,
.news-index__row[href]:focus-visible .news-index__arrow { transform: translateX(3px); }

.news-index__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.news-index__pagination:empty { display: none; }

.news-index__pagination a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(115, 124, 151, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  color: #72768b;
  font: 700 14px/1 sans-serif;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.news-index__pagination a[href]:hover,
.news-index__pagination a[href]:focus-visible {
  border-color: rgba(216, 126, 159, .48);
  color: #d77f9f;
  outline: none;
  transform: translateY(-2px);
}

.news-index__pagination a[aria-current="page"] {
  border-color: #d77f9f;
  background: #d77f9f;
  color: #fff;
  cursor: default;
}

@media (max-width: 640px) {
  .news-page { width: min(100% - 24px, 1040px); padding-top: 18px; }
  .news-page__article { margin-top: 20px; border-radius: 20px; }
  .news-page__visual { min-height: 220px; }
  .news-page__content { padding: 26px 21px 34px; }
  .news-page__content > .news-page__visual { margin-bottom: 26px; border-radius: 16px; }
  .news-page__video-link { aspect-ratio: 16 / 10; border-radius: 17px; }
  .news-page__video-play { width: 56px; height: 56px; }
  .news-page__video-link > span:last-child { right: 16px; bottom: 15px; left: 16px; }
  .news-page__content ul { padding: 18px 18px 18px 38px; }
  .news-index__heading { margin-top: 48px; }
  .news-index__list { border-radius: 20px; }
  .news-index__row {
    min-height: 92px;
    grid-template-columns: minmax(0, 1fr) 78px 24px;
    gap: 7px 10px;
    padding: 19px 20px;
  }
  .news-index__list time { grid-column: 1; grid-row: 1; }
  .news-index__list strong { grid-column: 1; grid-row: 2; }
  .news-index__list small { grid-column: 2; grid-row: 1 / span 2; }
  .news-index__arrow { grid-column: 3; grid-row: 1 / span 2; }
}
