/* ==========================================================================
   COMING SOON — temporary page for news sections without backend content yet
   (currently EN + zh-Hans). White editorial canvas matching the news hero.
   Remove the linked stylesheet + restore *.full.html to bring the news back.
   ========================================================================== */
.cs-wrap {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 170px 20px 130px;
  background: #FFFFFF;
  color: #14111C;
  overflow: hidden;
}
.cs-wrap::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(20,17,28,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,17,28,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 0%, transparent 80%);
  pointer-events: none;
  opacity: 0.6;
}
.cs-wrap::after {
  content: '';
  position: absolute;
  right: -140px; top: -100px;
  width: 540px; height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,23,143,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.cs-inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.cs-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-en);
  font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #14111C;
  padding: 8px 16px 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #E8E0EC;
  margin-bottom: 28px;
  box-shadow: 0 1px 2px rgba(20,17,28,0.03);
}
.cs-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #EC0677;
  box-shadow: 0 0 10px rgba(224,23,143,0.55);
}
.cs-title {
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}
.cs-title .accent {
  background: linear-gradient(110deg, #8A2BE2 0%, #EC0677 45%, #FF9F1C 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-sub {
  font-size: 18px;
  line-height: 1.75;
  color: #4A4458;
  max-width: 520px;
  margin: 0 auto;
}
