:root {
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --display-1-size: clamp(2.85rem, 5.5vw, 5.05rem);
  --display-1-line: 0.94;
  --display-1-track: -0.046em;
  --display-2-size: clamp(1.82rem, 3.1vw, 2.95rem);
  --display-2-line: 1.03;
  --display-2-track: -0.03em;
  --body-lg-size: clamp(1rem, 1.1vw, 1.12rem);
  --body-lg-line: 1.7;
  --measure-hero-title: 11.8ch;
  --measure-section-title: 13.5ch;
  --measure-body: 62ch;
  --v2-bg:
    radial-gradient(circle at top right, rgba(64, 176, 232, 0.09), transparent 24%),
    radial-gradient(circle at 12% 14%, rgba(248, 120, 24, 0.06), transparent 20%),
    radial-gradient(circle at 78% 68%, rgba(232, 72, 96, 0.05), transparent 24%),
    linear-gradient(180deg, #fbfbfd 0%, #f7f8f8 100%);
  --v2-surface: rgba(255, 255, 255, 0.82);
  --v2-surface-strong: rgba(255, 255, 255, 0.95);
  --v2-surface-soft: rgba(255, 255, 255, 0.72);
  --v2-ink: #0f172a;
  --v2-muted: #546274;
  --v2-muted-2: #7b8797;
  --v2-line: rgba(15, 23, 42, 0.08);
  --v2-line-strong: rgba(15, 23, 42, 0.12);
  --v2-blue: #38a8e0;
  --v2-teal: #48b8e8;
  --v2-sky: #40b0e8;
  --v2-orange: #f87818;
  --v2-coral: #e84860;
  --v2-sky-soft: rgba(64, 176, 232, 0.14);
  --v2-orange-soft: rgba(248, 120, 24, 0.14);
  --v2-teal-soft: rgba(72, 184, 232, 0.16);
  --v2-shadow-soft: 0 20px 50px rgba(15, 23, 42, 0.05), 0 6px 14px rgba(15, 23, 42, 0.025);
  --v2-shadow-panel: 0 28px 72px rgba(15, 23, 42, 0.075), 0 10px 24px rgba(15, 23, 42, 0.035);
  --v2-shadow-dark: 0 44px 110px rgba(7, 10, 18, 0.35);
  --header-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  min-height: 100svh;
  background: var(--v2-bg);
  color: var(--v2-ink);
  font-family: var(--font-body);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-synthesis-weight: none;
}

body.site-body a {
  color: inherit;
}

body.site-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.site-body h1,
body.site-body h2,
body.site-body h3,
body.site-body p {
  overflow-wrap: anywhere;
}

body.site-body .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  align-self: start;
  width: auto;
  max-width: 100%;
  inline-size: max-content;
  gap: 0.4rem;
  min-height: 2rem;
  padding: 0 0.9rem;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(90, 100, 118, 0.86);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.site-body .section-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

body.site-body .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: calc(18px - (8px * var(--header-progress))) 0 0;
}

body.site-body .site-header-shell {
  width: min(1240px, calc(100% - 48px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 1.25rem;
  min-height: calc(76px - (12px * var(--header-progress)));
  padding: 0 clamp(1rem, 2vw, 1.5rem);
  margin: 0 auto;
  border: 1px solid rgba(15, 23, 42, calc(0.06 + (0.08 * var(--header-progress))));
  border-radius: 999px;
  background: rgba(255, 255, 255, calc(0.66 + (0.2 * var(--header-progress))));
  box-shadow: 0 16px 40px rgba(15, 23, 42, calc(0.02 + (0.08 * var(--header-progress))));
  backdrop-filter: blur(calc(14px + (10px * var(--header-progress))));
  -webkit-backdrop-filter: blur(calc(14px + (10px * var(--header-progress))));
  transform: translateY(calc(-3px * var(--header-progress)));
  transition:
    min-height 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

body.site-body .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-size: 0.86rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.site-body .brand img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.75rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

body.site-body .site-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  color: rgba(45, 54, 67, 0.82);
  font-size: 0.9rem;
  font-weight: 560;
}

body.site-body .site-nav a {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

body.site-body .site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 2px;
  border-radius: 999px;
  background: var(--v2-blue);
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.site-body .site-nav a:hover::after,
body.site-body .site-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

body.site-body .header-menu-toggle,
body.site-body .sr-only {
  display: none;
}

body.site-body .header-menu-toggle {
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  color: var(--v2-ink);
  cursor: pointer;
}

body.site-body .header-menu-toggle span[aria-hidden="true"] {
  display: block;
  width: 0.95rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.site-body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.site-body .header-cta,
body.site-body .mh-button,
body.site-body .mh-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.94rem;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.site-body .cta-label-short {
  display: none;
}

body.site-body .header-cta,
body.site-body .mh-button.is-primary,
body.site-body .mh-store-button.is-primary {
  color: #fff;
  background: linear-gradient(180deg, #006fe8 0%, #005fcc 100%);
  box-shadow: 0 18px 36px rgba(0, 95, 204, 0.24);
}

body.site-body .header-cta {
  width: fit-content;
  white-space: nowrap;
}

body.site-body .mh-button.is-secondary,
body.site-body .mh-store-button.is-secondary {
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--v2-line);
}

body.site-body .mh-store-button.is-disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

body.site-body .messenger-home {
  padding: 2.2rem 0 7rem;
}

@supports (content-visibility: auto) {
  body.site-body .mh-signal-strip,
  body.site-body .mh-bridge,
  body.site-body .mh-story,
  body.site-body .mh-product,
  body.site-body .mh-audience,
  body.site-body .mh-security,
  body.site-body .mh-ledger,
  body.site-body .mh-keyword-band,
  body.site-body .mh-news-preview,
  body.site-body .mh-faq,
  body.site-body .mh-download,
  body.site-body .news-feed-v2,
  body.site-body .article-content-v2,
  body.site-body .site-footer {
    contain-intrinsic-size: 720px;
    content-visibility: auto;
  }

  body.site-body .site-footer {
    contain-intrinsic-size: 160px;
  }
}

body.site-body #transport,
body.site-body #features,
body.site-body #audience,
body.site-body #security,
body.site-body #news,
body.site-body #download,
body.site-body .news-page-v2,
body.site-body .article-page-v2 {
  scroll-margin-top: 7.75rem;
}

body.site-body .mh-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2.5rem, 5vw, 4.6rem);
  align-items: start;
  min-height: auto;
  padding: 4rem 0 3rem;
}

body.site-body .mh-hero-copy h1,
body.site-body .mh-section-head h2,
body.site-body .news-hero-v2 h1,
body.site-body .article-shell-v2 h1 {
  margin: 1.05rem 0 0;
  max-inline-size: var(--measure-section-title);
  font-family: var(--font-display);
  font-size: var(--display-1-size);
  line-height: var(--display-1-line);
  letter-spacing: var(--display-1-track);
  font-weight: 700;
  text-wrap: balance;
}

body.site-body .mh-hero-copy-text,
body.site-body .mh-section-head p:not(.eyebrow),
body.site-body .mh-bridge-copy,
body.site-body .news-hero-v2 p,
body.site-body .article-body-v2 p,
body.site-body .mh-ledger-copy p,
body.site-body .mh-feature-item p,
body.site-body .mh-audience-card p,
body.site-body .mh-security-copy p,
body.site-body .mh-download-card p,
body.site-body .mh-news-card p,
body.site-body .mh-faq-list p,
body.site-body .news-row-v2 p {
  margin: 1.15rem 0 0;
  max-inline-size: var(--measure-body);
  color: rgba(52, 61, 78, 0.82);
  font-size: var(--body-lg-size);
  line-height: var(--body-lg-line);
}

body.site-body .mh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

body.site-body .mh-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

body.site-body .mh-keywords li,
body.site-body .mh-keyword-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0 1rem;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(73, 84, 101, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
}

body.site-body .mh-keywords li:nth-child(n + 3) {
  display: none;
}

body.site-body .mh-hero-stage {
  position: relative;
  min-height: 820px;
  padding: 1.6rem 1.6rem 6.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 2.25rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(88, 97, 149, 0.12), transparent 26%),
    radial-gradient(circle at 78% 14%, rgba(0, 122, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(246, 247, 250, 0.98), rgba(240, 242, 246, 0.96));
  box-shadow: var(--v2-shadow-panel);
  overflow: hidden;
  isolation: isolate;
  transform: translate3d(calc(var(--pointer-x, 0px) * 0.15), calc(var(--pointer-y, 0px) * 0.15), 0);
}

body.site-body .mh-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.64;
}

body.site-body .mh-orb-a {
  inset: auto auto 7% -8%;
  width: 15rem;
  height: 15rem;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.2), transparent 72%);
  animation: orb-float 9s ease-in-out infinite;
}

body.site-body .mh-orb-b {
  inset: 8% -6% auto auto;
  width: 13rem;
  height: 13rem;
  background: radial-gradient(circle, rgba(123, 183, 176, 0.24), transparent 72%);
  animation: orb-float 11s ease-in-out infinite reverse;
}

body.site-body .mh-hero-copy {
  max-width: 34rem;
}

body.site-body .mh-hero-copy h1 {
  max-inline-size: var(--measure-hero-title);
}

body.site-body .mh-surface-stack {
  position: relative;
  min-height: 640px;
}

body.site-body .mh-surface {
  --offset-x: 0px;
  --offset-y: 0px;
  --tilt: 0deg;
  --drift-x: 0;
  --drift-y: 0;
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(14, 19, 31, 0.08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 36px 82px rgba(18, 24, 38, 0.16);
  transform:
    translate3d(
      calc(var(--offset-x) + (var(--pointer-x, 0px) * var(--drift-x))),
      calc(var(--offset-y) + (var(--pointer-y, 0px) * var(--drift-y))),
      0
    )
    rotate(var(--tilt))
    scale(0.985);
  transform-origin: center;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 520ms ease, filter 520ms ease, opacity 520ms ease;
}

body.site-body .mh-surface img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site-body .mh-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 78%, rgba(10, 14, 22, 0.08));
  pointer-events: none;
}

body.site-body .mh-surface.is-emphasis {
  box-shadow: 0 42px 108px rgba(11, 16, 28, 0.22);
  filter: saturate(1.02);
  transform:
    translate3d(
      calc(var(--offset-x) + (var(--pointer-x, 0px) * var(--drift-x))),
      calc(var(--offset-y) + (var(--pointer-y, 0px) * var(--drift-y))),
      0
    )
    rotate(var(--tilt))
    scale(1);
}

body.site-body .mh-surface-group {
  top: 1.1rem;
  right: 1rem;
  width: min(100%, 24rem);
  height: 34.5rem;
  --drift-x: -0.12;
  --drift-y: -0.12;
  z-index: 3;
}

body.site-body .mh-surface-group img {
  object-position: center top;
}

body.site-body .mh-surface-list {
  left: 0.4rem;
  bottom: 4.6rem;
  width: 15rem;
  height: 24.2rem;
  --tilt: -7deg;
  --drift-x: 0.24;
  --drift-y: 0.18;
  z-index: 1;
}

body.site-body .mh-surface-list img {
  object-position: center top;
}

body.site-body .mh-surface-thread {
  right: 1.2rem;
  bottom: 2rem;
  width: 13.8rem;
  height: 24rem;
  --tilt: 8deg;
  --drift-x: -0.18;
  --drift-y: 0.2;
  z-index: 2;
}

body.site-body .mh-surface-thread img {
  object-position: center top;
}

body.site-body .mh-proof-card {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 4;
  width: min(21rem, calc(100% - 2.8rem));
  padding: 1.3rem 1.35rem 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--v2-shadow-soft);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

body.site-body .mh-proof-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(243, 246, 251, 0.96);
  color: rgba(104, 114, 131, 0.92);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.site-body .mh-proof-card strong {
  display: block;
  margin-top: 0.95rem;
  max-inline-size: 15ch;
  font-family: var(--font-display);
  font-size: 1.16rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.site-body .mh-proof-card p {
  margin: 0.75rem 0 0;
  color: rgba(60, 71, 88, 0.8);
  font-size: 0.95rem;
  line-height: 1.68;
}

body.site-body .mh-chat-surface {
  position: relative;
  z-index: 2;
  width: min(100%, 36rem);
  margin: 5.6rem auto 0;
  padding: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 2rem;
  background: rgba(13, 15, 22, 0.96);
  box-shadow: 0 48px 90px rgba(11, 15, 24, 0.28);
  color: #fff;
  overflow: hidden;
}

body.site-body .mh-chat-topbar,
body.site-body .mh-chat-dock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

body.site-body .mh-chat-brand {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

body.site-body .mh-chat-tabs,
body.site-body .mh-chat-dock {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

body.site-body .mh-chat-tabs span,
body.site-body .mh-chat-dock span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

body.site-body .mh-chat-tabs span.is-active,
body.site-body .mh-chat-dock span.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

body.site-body .mh-chat-presence {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
}

body.site-body .mh-chat-presence i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #76ff8f;
  box-shadow: 0 0 0 0 rgba(118, 255, 143, 0.7);
  animation: pulse-dot 2.4s infinite;
}

body.site-body .mh-chat-search {
  display: flex;
  align-items: center;
  min-height: 3.3rem;
  margin-top: 1rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.96rem;
}

body.site-body .mh-chat-list {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

body.site-body .mh-chat-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  min-height: 4.7rem;
  padding: 0.6rem 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1.25rem;
  opacity: 0;
  transform: translateY(18px);
  animation: row-settle 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.24s + (var(--row) * 0.08s));
  transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

body.site-body .mh-chat-row.is-active {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.site-body .mh-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

body.site-body .avatar-blue { background: linear-gradient(180deg, #5b8cff, #467bfa); }
body.site-body .avatar-violet { background: linear-gradient(180deg, #8d7dff, #6f65f6); }
body.site-body .avatar-mint { background: linear-gradient(180deg, #7cc9c1, #5aa9a0); }
body.site-body .avatar-coral { background: linear-gradient(180deg, #ff8c7d, #ff6a59); }
body.site-body .avatar-sky { background: linear-gradient(180deg, #54c9ff, #3eb7ef); }
body.site-body .avatar-olive { background: linear-gradient(180deg, #97b4a7, #7a998d); }

body.site-body .mh-chat-copy {
  min-width: 0;
  display: grid;
  gap: 0.16rem;
}

body.site-body .mh-chat-copy strong {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.site-body .mh-chat-copy small,
body.site-body .mh-chat-meta time {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

body.site-body .mh-chat-meta {
  display: grid;
  justify-items: end;
  gap: 0.36rem;
}

body.site-body .mh-chat-meta em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: var(--v2-blue);
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

body.site-body .mh-floating-card,
body.site-body .mh-bridge-note,
body.site-body .mh-story-stage,
body.site-body .mh-product-shot,
body.site-body .mh-security-panel,
body.site-body .mh-download-card,
body.site-body .mh-news-card,
body.site-body .news-row-v2,
body.site-body .article-body-v2 {
  box-shadow: var(--v2-shadow-soft);
}

body.site-body .mh-floating-card {
  position: absolute;
  left: 1.3rem;
  bottom: 1.4rem;
  z-index: 3;
  width: min(16rem, 46%);
  padding: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.site-body .mh-floating-label,
body.site-body .mh-bridge-note span,
body.site-body .mh-ledger-sticker,
body.site-body .download-note {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(243, 246, 251, 0.96);
  color: rgba(104, 114, 131, 0.92);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.site-body .mh-floating-card strong,
body.site-body .mh-bridge-note strong,
body.site-body .mh-story-stage h3,
body.site-body .mh-feature-item h3,
body.site-body .mh-audience-card h3,
body.site-body .mh-security-copy h2,
body.site-body .mh-ledger-copy h3,
body.site-body .mh-news-card h3,
body.site-body .mh-faq-list summary,
body.site-body .news-row-v2 h2,
body.site-body .article-shell-v2 h1 {
  letter-spacing: -0.035em;
}

body.site-body .mh-security-copy h2 {
  margin: 1rem 0 0;
  font-size: clamp(1.92rem, 3vw, 2.95rem);
  line-height: 1.02;
  font-weight: 700;
}

body.site-body .mh-floating-card strong,
body.site-body .mh-bridge-note strong {
  display: block;
  margin-top: 0.9rem;
  font-size: 1rem;
  line-height: 1.45;
}

body.site-body .mh-floating-card p,
body.site-body .mh-bridge-note p {
  margin: 0.7rem 0 0;
  color: rgba(60, 71, 88, 0.8);
  font-size: 0.92rem;
  line-height: 1.7;
}

body.site-body .mh-shot {
  position: absolute;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.8rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.16);
}

body.site-body .mh-shot img,
body.site-body .mh-product-shot img,
body.site-body .mh-story-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site-body .mh-shot-secondary {
  top: 2rem;
  right: 1.5rem;
  width: 12rem;
  height: 16.5rem;
  transform: rotate(8deg);
  z-index: 1;
}

body.site-body .mh-shot-primary {
  right: 2rem;
  bottom: 1.4rem;
  width: 11rem;
  height: 15rem;
  transform: rotate(-8deg);
  z-index: 1;
}

body.site-body .mh-signal-strip,
body.site-body .mh-bridge,
body.site-body .mh-story,
body.site-body .mh-product,
body.site-body .mh-audience,
body.site-body .mh-security,
body.site-body .mh-ledger,
body.site-body .mh-keyword-band,
body.site-body .mh-news-preview,
body.site-body .mh-faq,
body.site-body .mh-download,
body.site-body .news-page-v2,
body.site-body .article-page-v2 {
  margin-top: clamp(4.25rem, 8vw, 7rem);
}

body.site-body .mh-signal-grid,
body.site-body .mh-audience-grid,
body.site-body .mh-news-grid {
  display: grid;
  gap: 1rem;
}

body.site-body .mh-signal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.site-body .mh-signal-card,
body.site-body .mh-audience-card,
body.site-body .mh-news-card,
body.site-body .mh-faq-list details,
body.site-body .mh-download-card,
body.site-body .news-row-v2,
body.site-body .article-body-v2 {
  padding: 1.5rem;
  border: 1px solid var(--v2-line);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.88);
}

body.site-body .mh-signal-card strong {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

body.site-body .mh-signal-card p {
  margin: 0.6rem 0 0;
  color: rgba(72, 83, 99, 0.78);
  font-size: 0.96rem;
  line-height: 1.65;
}

body.site-body .mh-signal-index,
body.site-body .mh-audience-card span,
body.site-body .mh-feature-item span,
body.site-body .mh-ledger-marker {
  color: rgba(93, 103, 120, 0.54);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.site-body .mh-section-head {
  max-width: 46rem;
}

body.site-body .mh-section-head h2,
body.site-body .news-hero-v2 h1 {
  max-inline-size: var(--measure-section-title);
  font-size: var(--display-2-size);
  line-height: var(--display-2-line);
  letter-spacing: var(--display-2-track);
}

body.site-body .mh-section-head-wide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  max-width: none;
}

body.site-body .mh-bridge-grid,
body.site-body .mh-product-grid,
body.site-body .mh-security-panel,
body.site-body .site-footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
}

body.site-body .mh-bridge-grid {
  align-items: start;
}

body.site-body .mh-bridge-note {
  padding: 1.5rem;
  border: 1px solid var(--v2-line);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.84);
  max-width: 27rem;
  justify-self: end;
}

body.site-body .mh-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(1.4rem, 5vw, 3.8rem);
  align-items: start;
}

body.site-body .mh-story-grid.is-text-only,
body.site-body .mh-product-grid.is-text-only {
  grid-template-columns: 1fr;
}

body.site-body .mh-story-stage {
  position: sticky;
  top: 7rem;
  padding: 1.75rem;
  border: 1px solid var(--v2-line);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(0, 113, 227, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.92);
}

body.site-body .mh-story-count {
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: rgba(92, 102, 121, 0.82);
  text-transform: uppercase;
}

body.site-body .mh-story-stage h3 {
  margin: 0.8rem 0 0;
  font-size: 1.32rem;
  line-height: 1.18;
}

body.site-body .mh-story-stage p {
  margin: 0.9rem 0 0;
  color: rgba(70, 80, 96, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

body.site-body .mh-route-diagram {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

body.site-body .mh-route-stop {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
  padding: 0.82rem 0.95rem;
  border: 1px solid transparent;
  border-radius: 1.25rem;
  background: rgba(245, 247, 252, 0.9);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

body.site-body .mh-route-stop i {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.22);
}

body.site-body .mh-route-stop small {
  color: rgba(78, 88, 105, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body.site-body .mh-route-stop.is-current {
  border-color: rgba(127, 133, 255, 0.14);
  background: rgba(243, 245, 255, 0.9);
  transform: translateX(4px);
}

body.site-body .mh-route-stop.is-current i {
  background: rgba(98, 108, 221, 0.9);
}

body.site-body .mh-story-shot {
  margin: 1.6rem 0 0;
  width: 100%;
  height: 19rem;
  overflow: hidden;
  border-radius: 1.45rem;
}

body.site-body .mh-story-steps {
  display: grid;
  gap: 1rem;
}

body.site-body .mh-story-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--v2-line);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.84);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

body.site-body .mh-story-step.is-current {
  border-color: rgba(0, 113, 227, 0.18);
  background: rgba(255, 255, 255, 0.94);
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.06);
}

body.site-body .mh-story-step span {
  color: rgba(94, 104, 121, 0.56);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.site-body .mh-story-step h3,
body.site-body .mh-feature-item h3,
body.site-body .mh-audience-card h3,
body.site-body .mh-ledger-copy h3,
body.site-body .mh-news-card h3,
body.site-body .news-row-v2 h2,
body.site-body .mh-faq-list summary {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.28;
  font-family: var(--font-display);
  font-weight: 700;
  text-wrap: balance;
}

body.site-body .mh-story-step p {
  margin: 0.65rem 0 0;
  color: rgba(73, 84, 100, 0.82);
  font-size: 0.98rem;
  line-height: 1.7;
}

body.site-body .mh-product-shot {
  align-self: start;
  aspect-ratio: 943 / 2030;
  border: 1px solid var(--v2-line);
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  justify-self: center;
  max-height: min(74svh, 40rem);
  min-height: 0;
  width: min(100%, 24rem);
}

body.site-body .mh-product-shot img {
  height: 100%;
  object-fit: contain;
  object-position: center top;
  width: 100%;
}

body.site-body .mh-feature-stack {
  display: grid;
  gap: 0.9rem;
}

body.site-body .mh-feature-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid var(--v2-line);
  border-radius: 1.55rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--v2-shadow-soft);
}

body.site-body .mh-feature-item p,
body.site-body .mh-audience-card p,
body.site-body .mh-news-card p {
  margin-top: 0.65rem;
  font-size: 0.96rem;
}

body.site-body .mh-audience-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.site-body .mh-audience-card {
  grid-column: span 5;
}

body.site-body .mh-audience-card.is-wide {
  grid-column: span 7;
}

body.site-body .mh-audience-card h3 {
  margin-top: 1rem;
}

body.site-body .mh-security-panel {
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2.25rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 113, 227, 0.2), transparent 34%),
    linear-gradient(180deg, #11141d, #191d28);
  color: #fff;
  box-shadow: var(--v2-shadow-dark);
}

body.site-body .mh-security-panel .eyebrow {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.66);
}

body.site-body .mh-security-copy p {
  color: rgba(255, 255, 255, 0.72);
}

body.site-body .mh-security-points {
  display: grid;
  gap: 0.9rem;
}

body.site-body .mh-security-points span {
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding: 0 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  font-weight: 600;
}

body.site-body .mh-ledger-list {
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  border-top: 1px solid var(--v2-line);
}

body.site-body .mh-ledger-row {
  display: grid;
  grid-template-columns: 4rem minmax(7rem, 10rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--v2-line);
}

body.site-body .mh-keyword-band {
  padding: 2rem;
  border: 1px solid var(--v2-line);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--v2-shadow-soft);
}

body.site-body .mh-keyword-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

body.site-body .mh-section-head-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  max-width: none;
}

body.site-body .mh-section-head-inline a,
body.site-body .back-link-v2 {
  color: rgba(57, 67, 84, 0.9);
  text-decoration: none;
  font-weight: 700;
  transition: color 180ms ease, opacity 180ms ease;
}

body.site-body .mh-section-head-inline a:hover,
body.site-body .back-link-v2:hover {
  color: var(--v2-blue);
}

body.site-body .mh-news-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  grid-auto-rows: minmax(9.5rem, auto);
  align-items: stretch;
  margin-top: 1.7rem;
}

body.site-body .mh-news-card time,
body.site-body .mh-news-card span,
body.site-body .news-row-v2 time,
body.site-body .news-row-v2 span,
body.site-body .article-shell-v2 time {
  color: rgba(94, 104, 121, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

body.site-body .mh-news-card h3 {
  margin-top: 0.4rem;
}

body.site-body .mh-news-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 15rem;
  padding: 1.6rem;
  overflow: hidden;
}

body.site-body .mh-news-card.is-featured {
  grid-row: span 2;
  min-height: 20rem;
  padding: 1.9rem;
}

body.site-body .mh-news-card.is-featured h3 {
  font-size: 1.65rem;
  line-height: 1.16;
}

body.site-body .mh-news-card.is-featured::after {
  display: none;
}

body.site-body .mh-news-card time,
body.site-body .news-row-v2 time {
  display: inline-flex;
  align-items: center;
}

body.site-body .mh-news-card span,
body.site-body .news-row-v2 span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.85rem;
  padding: 0 0.72rem;
  border: 1px solid rgba(217, 223, 233, 0.92);
  border-radius: 999px;
  background: rgba(247, 249, 252, 0.96);
  color: rgba(97, 106, 122, 0.84);
}

body.site-body .mh-news-card h3 a,
body.site-body .news-row-v2 h2 a {
  color: rgba(21, 27, 38, 0.96) !important;
  text-decoration: none;
  transition: color 180ms ease;
}

body.site-body .mh-news-card h3 a:hover,
body.site-body .news-row-v2 h2 a:hover {
  color: var(--v2-blue);
}

body.site-body .mh-news-card p {
  max-width: 32ch;
  margin: 0;
  color: rgba(70, 81, 97, 0.82);
}

body.site-body .mh-news-cover {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.35rem;
  background: rgba(242, 245, 249, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.site-body .mh-news-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site-body .mh-news-cover.is-featured {
  aspect-ratio: 16 / 10;
  margin-bottom: 0.2rem;
}

body.site-body .mh-news-cover.is-compact {
  aspect-ratio: 16 / 9;
}

body.site-body .mh-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
}

body.site-body .mh-news-read,
body.site-body .news-row-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  margin-top: auto;
  color: rgba(57, 67, 84, 0.9);
  text-decoration: none;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

body.site-body .mh-news-read::after,
body.site-body .news-row-link::after {
  content: "→";
  font-size: 0.92em;
}

body.site-body .mh-news-read:hover,
body.site-body .news-row-link:hover {
  color: var(--v2-blue);
  transform: translateX(1px);
}

body.site-body .mh-faq-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

body.site-body .mh-faq-list details {
  overflow: hidden;
}

body.site-body .mh-faq-list summary {
  position: relative;
  list-style: none;
  padding-right: 2.5rem;
  cursor: pointer;
}

body.site-body .mh-faq-list summary::-webkit-details-marker {
  display: none;
}

body.site-body .mh-faq-list summary::after {
  content: "+";
  position: absolute;
  top: -0.1rem;
  right: 0;
  font-size: 1.5rem;
  color: rgba(73, 84, 101, 0.62);
}

body.site-body .mh-faq-list details[open] summary::after {
  content: "–";
}

body.site-body .mh-download-card {
  padding: clamp(1.9rem, 4vw, 2.8rem);
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at top, rgba(0, 113, 227, 0.1), transparent 30%),
    rgba(255, 255, 255, 0.94);
}

body.site-body .mh-download-card h2 {
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

body.site-body .mh-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

body.site-body .news-hero-v2,
body.site-body .article-shell-v2 {
  max-width: 52rem;
}

body.site-body .news-feed-v2,
body.site-body .article-shell-v2 {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}

body.site-body .news-feed-v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

body.site-body .news-row-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.4rem;
  align-items: stretch;
  padding: 1.4rem;
  border-radius: 1.85rem;
  background: rgba(255, 255, 255, 0.92);
}

body.site-body .news-row-v2.is-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  padding: 1.45rem;
}

body.site-body .news-row-v2.is-text-only {
  grid-template-columns: 1fr;
}

body.site-body .news-row-v2.is-featured h2 {
  font-size: 1.9rem;
  line-height: 1.12;
}

body.site-body .news-row-meta,
body.site-body .news-row-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

body.site-body .news-row-body {
  display: grid;
  align-content: start;
  gap: 0.95rem;
  padding: 0.35rem 0.2rem;
}

body.site-body .news-row-v2 p {
  max-width: 58ch;
  margin: 0;
  color: rgba(70, 81, 97, 0.82);
}

body.site-body .news-row-cover {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.55rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(88, 97, 149, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(247, 248, 251, 0.98), rgba(238, 241, 246, 0.96));
}

body.site-body .news-row-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site-body .news-row-cover.is-featured {
  aspect-ratio: 16 / 9;
}

body.site-body .news-row-readtime,
body.site-body .article-meta-v2 > span,
body.site-body .article-meta-v2 > time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0 0.76rem;
  border: 1px solid rgba(217, 223, 233, 0.92);
  border-radius: 999px;
  background: rgba(247, 249, 252, 0.96);
  color: rgba(97, 106, 122, 0.84);
  font-size: 0.8rem;
  font-weight: 700;
}

body.site-body .news-page-v2 {
  display: grid;
  gap: clamp(2rem, 4vw, 3.25rem);
}

body.site-body .article-page-v2 {
  display: grid;
  gap: clamp(1.7rem, 3vw, 2.7rem);
}

body.site-body .news-stage-v3 {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(1.4rem, 3vw, 1.9rem);
  border: 1px solid var(--v2-line);
  border-radius: 2.35rem;
  background:
    radial-gradient(circle at 16% 18%, rgba(60, 173, 231, 0.18), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(239, 112, 79, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 250, 0.96));
  box-shadow: var(--v2-shadow-panel);
  overflow: hidden;
}

body.site-body .news-stage-copy {
  display: grid;
  align-content: start;
  gap: 1.05rem;
  min-width: 0;
  padding: 0.2rem 0;
}

body.site-body .news-stage-copy h1 {
  margin: 0;
  max-inline-size: 11.4ch;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.6vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: -0.052em;
  font-weight: 700;
  text-wrap: balance;
}

body.site-body .news-stage-lede {
  max-width: 34rem;
  margin: 0;
  color: rgba(67, 79, 97, 0.84);
  font-size: clamp(1.02rem, 1.25vw, 1.14rem);
  line-height: 1.72;
}

body.site-body .news-stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.55rem;
}

body.site-body .news-stage-notes {
  display: grid;
  gap: 0.8rem;
  margin-top: auto;
}

body.site-body .news-stage-note {
  display: grid;
  gap: 0.38rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

body.site-body .news-stage-note span,
body.site-body .news-slide-meta span,
body.site-body .news-card-meta span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.95rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.site-body .news-stage-note a,
body.site-body .news-slide-panel h2 a,
body.site-body .news-card-body h2 a {
  text-decoration: none;
}

body.site-body .news-stage-note a {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.34;
  font-weight: 600;
}

body.site-body .news-stage-note.is-sky span,
body.site-body .news-slide-v3.is-sky .news-slide-meta span,
body.site-body .news-card-v3.is-lead .news-card-meta span {
  background: rgba(60, 173, 231, 0.14);
  color: #1276a1;
}

body.site-body .news-stage-note.is-sun span,
body.site-body .news-slide-v3.is-sun .news-slide-meta span {
  background: rgba(239, 112, 79, 0.14);
  color: #b15337;
}

body.site-body .news-stage-note.is-teal span,
body.site-body .news-slide-v3.is-teal .news-slide-meta span,
body.site-body .news-card-meta span {
  background: rgba(111, 166, 160, 0.15);
  color: #4f7974;
}

body.site-body .news-slider-v3 {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}

body.site-body .news-slider-viewport {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
}

body.site-body .news-slider-track {
  display: flex;
  transform: translate3d(calc(var(--news-index, 0) * -100%), 0, 0);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body.site-body .news-slide-v3 {
  position: relative;
  min-width: 100%;
  height: clamp(16rem, 30vw, 21rem);
  min-height: clamp(16rem, 30vw, 21rem);
  overflow: hidden;
}

body.site-body .news-slide-media {
  display: block;
  height: 100%;
  min-height: clamp(16rem, 30vw, 21rem);
  background:
    radial-gradient(circle at 14% 16%, rgba(60, 173, 231, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(241, 244, 248, 0.96), rgba(232, 236, 242, 0.98));
}

body.site-body .news-slide-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(8, 13, 23, 0), rgba(8, 13, 23, 0.16) 52%, rgba(8, 13, 23, 0.34));
  pointer-events: none;
}

body.site-body .news-slide-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site-body .news-slide-media.is-product img {
  object-position: center top;
}

body.site-body .news-slide-panel {
  position: absolute;
  left: clamp(0.9rem, 1.8vw, 1.3rem);
  right: auto;
  top: clamp(0.9rem, 1.8vw, 1.25rem);
  bottom: auto;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  width: min(27.5rem, calc(100% - 1.4rem));
  padding: clamp(0.9rem, 1.55vw, 1.12rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.76));
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.site-body .news-slide-copy-v4 {
  display: grid;
  gap: 0.72rem;
}

body.site-body .news-slide-meta,
body.site-body .news-card-meta,
body.site-body .news-slide-footer,
body.site-body .news-card-foot,
body.site-body .news-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

body.site-body .news-slide-meta time,
body.site-body .news-card-meta time {
  color: rgba(97, 106, 122, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
}

body.site-body .news-slide-panel h2,
body.site-body .news-card-body h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-wrap: balance;
}

body.site-body .news-slide-panel h2 {
  max-inline-size: 16ch;
  font-size: clamp(1.45rem, 1.75vw, 2.08rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  overflow-wrap: normal;
  word-break: normal;
}

body.site-body .news-card-body h2 {
  font-size: clamp(1.24rem, 1.5vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

body.site-body .news-card-v3.is-lead .news-card-body h2 {
  font-size: clamp(1.5rem, 2.05vw, 2rem);
}

body.site-body .news-slide-panel p,
body.site-body .news-card-body p {
  margin: 0;
  color: rgba(66, 77, 93, 0.82);
  line-height: 1.7;
}

body.site-body .news-slide-panel p {
  max-height: calc(1.7em * 2);
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 68%, transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 68%, transparent);
}

body.site-body .news-slide-footer span,
body.site-body .news-card-readtime {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.95rem;
  padding: 0 0.8rem;
  border: 1px solid rgba(214, 220, 229, 0.94);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(94, 104, 120, 0.82);
  font-size: 0.8rem;
  font-weight: 700;
}

body.site-body .news-slide-footer a,
body.site-body .news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(16, 23, 42, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

body.site-body .news-slide-footer a::after,
body.site-body .news-card-link::after {
  content: "→";
}

body.site-body .news-slider-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding-inline: 0.1rem;
}

body.site-body .news-slider-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

body.site-body .news-slider-dot {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transition: width 220ms ease, background-color 220ms ease, transform 220ms ease;
}

body.site-body .news-slider-dot:hover {
  transform: scale(1.05);
}

body.site-body .news-slider-dot.is-active {
  width: 2.45rem;
  background: linear-gradient(90deg, var(--v2-sky), var(--v2-orange));
}

body.site-body .news-slider-status {
  display: inline-flex;
  align-items: baseline;
  justify-self: center;
  gap: 0.35rem;
  color: rgba(95, 105, 121, 0.78);
}

body.site-body .news-slider-status strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: rgba(15, 23, 42, 0.88);
}

body.site-body .news-slider-status small {
  font-size: 0.9rem;
  font-weight: 700;
}

body.site-body .news-slider-nav {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.75rem;
}

body.site-body .news-slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  min-width: 6.2rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(15, 23, 42, 0.86);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.site-body .news-slider-arrow:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}

body.site-body .news-slider-arrow:focus-visible {
  outline: 0;
  border-color: rgba(60, 173, 231, 0.4);
  box-shadow: 0 0 0 4px rgba(60, 173, 231, 0.14);
}

body.site-body .news-collection-v3 {
  display: grid;
  gap: 1.5rem;
}

body.site-body .news-feed-v3 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: stretch;
}

body.site-body .news-card-v3 {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--v2-line);
  border-radius: 1.85rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--v2-shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

body.site-body .news-card-v3:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 70px rgba(15, 23, 42, 0.12), 0 10px 26px rgba(15, 23, 42, 0.04);
}

body.site-body .news-card-v3.is-lead {
  grid-column: span 8;
}

body.site-body .news-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background:
    radial-gradient(circle at 18% 16%, rgba(60, 173, 231, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(247, 248, 251, 0.98), rgba(238, 241, 246, 0.96));
}

body.site-body .news-card-media.is-lead {
  aspect-ratio: 16 / 9;
}

body.site-body .news-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

body.site-body .news-card-v3:hover .news-card-media img {
  transform: scale(1.03);
}

body.site-body .news-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 0;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 1.3rem;
}

body.site-body .news-card-foot {
  margin-top: auto;
  padding-top: 0.1rem;
}

body.site-body .news-card-media.is-placeholder,
body.site-body .news-slide-media.is-placeholder {
  display: grid;
  place-items: center;
}

body.site-body .news-card-placeholder,
body.site-body .news-slide-placeholder {
  display: grid;
  gap: 0.55rem;
  text-align: center;
  color: rgba(58, 67, 83, 0.74);
}

body.site-body .news-card-placeholder span,
body.site-body .news-slide-placeholder span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.site-body .news-card-placeholder strong,
body.site-body .news-slide-placeholder strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
}

body.site-body.page-news .site-header {
  position: sticky;
  top: 0;
  padding-top: 0.85rem;
}

body.site-body.page-news .site-header-shell {
  min-height: 4.25rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

body.site-body.page-news .news-page-v2 {
  gap: clamp(1.8rem, 3vw, 2.6rem);
  margin-top: clamp(2.35rem, 4vw, 3.6rem);
}

body.site-body.page-news .article-page-v2 {
  gap: clamp(1.55rem, 3vw, 2.45rem);
  margin-top: clamp(2.1rem, 3.6vw, 3.2rem);
}

body.site-body .news-stage-v4 {
  display: grid;
  gap: clamp(1.2rem, 2vw, 1.55rem);
  padding: clamp(1.2rem, 2.05vw, 1.7rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 86% 12%, rgba(248, 120, 24, 0.06), transparent 18%),
    radial-gradient(circle at 12% 16%, rgba(64, 176, 232, 0.07), transparent 21%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 253, 0.98));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.055), 0 6px 14px rgba(15, 23, 42, 0.03);
  color: var(--v2-ink);
}

body.site-body .news-stage-v4 .eyebrow {
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(244, 246, 249, 0.96);
  color: rgba(90, 100, 118, 0.86);
}

body.site-body .news-stage-head-v4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

body.site-body .news-stage-heading-v4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  min-width: 0;
}

body.site-body .news-stage-title-v4 {
  margin: 0;
  max-inline-size: none;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.15vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  word-spacing: 0.04em;
  font-weight: 720;
  text-wrap: pretty;
}

body.site-body .news-stage-title-v4 span {
  display: inline-block;
  margin-inline-start: 0.08em;
}

body.site-body .news-stage-kicker-v4 {
  margin: 0;
  max-inline-size: 31ch;
  font-size: clamp(0.98rem, 1.02vw, 1.06rem);
  line-height: 1.52;
  letter-spacing: -0.02em;
  font-weight: 520;
  color: rgba(84, 98, 116, 0.86);
  text-wrap: balance;
}

body.site-body .news-stage-hero-v4 {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(20rem, 0.9fr);
  gap: 1.08rem;
  align-items: stretch;
}

body.site-body .news-stage-link-v4 {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.55rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(244, 240, 237, 0.92);
  color: rgba(34, 42, 58, 0.88);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

body.site-body .news-stage-link-v4:hover,
body.site-body .news-stage-link-v4:focus-visible {
  transform: translateY(-1px);
  background: rgba(242, 236, 231, 1);
  border-color: rgba(15, 23, 42, 0.12);
}

body.site-body .news-stage-link-v4::after {
  content: "→";
}

body.site-body .news-stage-side-v4 {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-content: stretch;
  gap: 1rem;
}

body.site-body .news-feature-meta-v4 span,
body.site-body .news-card-meta-v4 span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.7rem;
  padding: 0 0.74rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.site-body .news-feature-card-v4 {
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 1.9rem;
  background: transparent;
  box-shadow: none;
  color: var(--v2-ink);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

body.site-body .news-feature-card-v4:hover,
body.site-body .news-feature-card-v4:focus-within {
  transform: translateY(-2px);
}

body.site-body .news-feature-card-v4.is-lead {
  display: flex;
  flex-direction: column;
}

body.site-body .news-feature-card-v4.is-stage-lead {
  position: relative;
  display: block;
  min-height: clamp(28rem, 39vw, 35rem);
  padding: 0.24rem;
  border-radius: 1.58rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

body.site-body .news-feature-card-v4.is-copy-card,
body.site-body .news-feature-card-v4.is-media-card {
  position: relative;
  display: block;
  padding: 0.54rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.035);
}

body.site-body .news-feature-card-v4.is-copy-card {
  min-height: clamp(15rem, 18vw, 17rem);
  padding: 1rem 1rem 0.96rem;
  border-radius: 1.56rem;
}

body.site-body .news-feature-card-v4.is-media-card {
  border-radius: 1.72rem;
}

body.site-body .news-feature-media-v4 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(247, 248, 251, 0.98), rgba(238, 241, 246, 0.96));
}

body.site-body .news-feature-media-v4.is-lead {
  min-height: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 1.36rem;
}

body.site-body .news-feature-media-v4.is-media-card {
  aspect-ratio: 1 / 0.92;
}

body.site-body .news-feature-media-v4 img,
body.site-body .news-card-media-v4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

body.site-body .news-feature-card-v4:hover .news-feature-media-v4 img,
body.site-body .news-feature-card-v4:focus-within .news-feature-media-v4 img,
body.site-body .news-card-v4:hover .news-card-media-v4 img,
body.site-body .news-card-v4:focus-within .news-card-media-v4 img {
  transform: scale(1.02);
}

body.site-body .news-feature-card-v4.is-product .news-feature-media-v4 img,
body.site-body .news-card-v4.is-product .news-card-media-v4 img {
  object-position: center top;
}

body.site-body .news-feature-body-v4 {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-width: 0;
}

body.site-body .news-feature-body-v4.is-lead {
  position: absolute;
  inset: 1.02rem 1.02rem 1.02rem auto;
  width: clamp(20rem, 35%, 23.5rem);
  align-items: flex-start;
  justify-content: space-between;
  min-height: calc(100% - 2.04rem);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  z-index: 2;
}

body.site-body .news-feature-body-v4.is-copy-card {
  min-height: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site-body .news-feature-body-v4.is-media-card {
  margin: 0;
  padding: 0 0.94rem 0.98rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site-body .news-feature-copy-v4 {
  display: grid;
  gap: 0.8rem;
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-copy-v4 {
  position: relative;
  isolation: isolate;
  width: min(100%, 20.8rem);
  margin-left: 0;
  gap: 0.5rem;
  padding: 0.42rem 0.52rem 0.42rem 0.42rem;
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-copy-v4::before {
  content: "";
  position: absolute;
  inset: -0.22rem -0.18rem -0.22rem -0.14rem;
  border-radius: 1rem 1.16rem 1rem 1.02rem;
  background: rgba(251, 251, 253, 0.7);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}

body.site-body .news-feature-card-v4.is-copy-card .news-feature-copy-v4 {
  gap: 0.88rem;
}

body.site-body .news-feature-card-v4.is-media-card .news-feature-copy-v4 {
  gap: 0.62rem;
}

body.site-body .news-feature-meta-v4,
body.site-body .news-feature-foot-v4,
body.site-body .news-card-meta-v4,
body.site-body .news-card-foot-v4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
}

body.site-body .news-feature-meta-v4 time,
body.site-body .news-card-meta-v4 time {
  color: rgba(98, 108, 124, 0.82);
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

body.site-body .news-feature-body-v4 h2,
body.site-body .news-card-body-v4 h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.site-body .news-feature-body-v4 h2 a,
body.site-body .news-card-body-v4 h2 a {
  text-decoration: none;
}

body.site-body .news-feature-body-v4 h2 a:hover,
body.site-body .news-feature-body-v4 h2 a:focus-visible,
body.site-body .news-card-body-v4 h2 a:hover,
body.site-body .news-card-body-v4 h2 a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.1em;
}

body.site-body .news-feature-body-v4.is-lead h2 {
  max-inline-size: none;
  font-size: clamp(1.54rem, 1.86vw, 1.98rem);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: pretty;
}

body.site-body .news-feature-body-v4.is-copy-card h2 {
  max-inline-size: 10.3ch;
  font-size: clamp(1.56rem, 1.72vw, 1.96rem);
  line-height: 0.99;
}

body.site-body .news-feature-body-v4.is-media-card h2 {
  max-inline-size: 17ch;
  font-size: 1.12rem;
  line-height: 1.12;
}

body.site-body .news-feature-body-v4 p,
body.site-body .news-card-body-v4 p {
  margin: 0;
  color: rgba(67, 78, 94, 0.82);
  line-height: 1.66;
}

body.site-body .news-feature-body-v4.is-lead p {
  display: none;
}

body.site-body .news-feature-body-v4.is-copy-card p,
body.site-body .news-feature-body-v4.is-media-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.site-body .news-feature-card-v4.is-copy-card p {
  display: none;
}

body.site-body .news-feature-card-v4.is-copy-card .news-feature-foot-v4 span,
body.site-body .news-feature-card-v4.is-media-card .news-feature-foot-v4 span {
  display: none;
}

body.site-body .news-feature-foot-v4,
body.site-body .news-card-foot-v4 {
  margin-top: auto;
}

body.site-body .news-feature-foot-v4 span,
body.site-body .news-card-readtime-v4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.85rem;
  padding: 0 0.74rem;
  border: 1px solid rgba(214, 220, 229, 0.94);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(94, 104, 120, 0.82);
  font-size: 0.79rem;
  font-weight: 700;
}

body.site-body .news-feature-foot-v4 a,
body.site-body .news-card-link-v4 {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(15, 23, 42, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.site-body .news-feature-foot-v4 a::after,
body.site-body .news-card-link-v4::after {
  content: "→";
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-meta-v4 {
  width: auto;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.32rem;
}

body.site-body .news-feature-card-v4.is-copy-card .news-feature-meta-v4 {
  align-items: flex-start;
  padding-right: 1.8rem;
}

body.site-body .news-feature-card-v4.is-media-card .news-feature-meta-v4 {
  align-items: center;
  padding-right: 1.8rem;
}

body.site-body .news-feature-title-ribbon-v4 {
  display: block;
}

body.site-body .news-feature-title-ribbon-v4 a {
  display: inline-grid;
  justify-items: start;
  gap: 0;
}

body.site-body .news-feature-title-step-v4 {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 1.96rem;
  padding: 0.08rem 0.82rem 0.16rem 0.56rem;
  border-top-right-radius: 0.92rem;
  border-bottom-right-radius: 0.92rem;
  border-top-left-radius: 0.12rem;
  border-bottom-left-radius: 0.12rem;
  background: rgba(251, 251, 253, 0.985);
}

body.site-body .news-feature-title-step-v4 + .news-feature-title-step-v4 {
  margin-top: -0.16rem;
}

body.site-body .news-feature-title-step-v4:first-child {
  border-top-left-radius: 0.84rem;
  border-top-right-radius: 0.98rem;
}

body.site-body .news-feature-title-step-v4:last-child {
  border-bottom-left-radius: 0.84rem;
  border-bottom-right-radius: 0.98rem;
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-foot-v4 {
  width: auto;
  align-self: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-foot-v4 span {
  display: none;
}

body.site-body .news-feature-card-v4.is-copy-card .news-feature-foot-v4 {
  justify-content: flex-start;
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-meta-v4 {
  flex-wrap: nowrap;
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-foot-v4 a {
  width: 2.82rem;
  min-width: 2.82rem;
  min-height: 2.82rem;
  padding: 0;
  border: 1px solid rgba(220, 226, 235, 0.82);
  border-radius: 999px;
  background: rgba(251, 251, 253, 0.94);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  font-size: 0;
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-foot-v4 a:hover,
body.site-body .news-feature-card-v4.is-stage-lead .news-feature-foot-v4 a:focus-visible {
  background: rgba(255, 255, 255, 0.98);
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-foot-v4 a::after {
  font-size: 1rem;
}

body.site-body .news-feature-card-v4.is-copy-card .news-feature-body-v4 h2 {
  max-inline-size: 11.6ch;
  font-size: clamp(1.42rem, 1.58vw, 1.82rem);
  line-height: 0.98;
}

body.site-body .news-feature-card-v4.is-stage-lead .news-feature-media-v4 img {
  object-position: 36% 50%;
}

body.site-body .news-feature-title-step-v4:nth-child(2) {
  margin-left: 0.56rem;
}

body.site-body .news-feature-title-step-v4:nth-child(3) {
  margin-left: 1rem;
}

body.site-body .news-feature-title-step-v4:nth-child(4) {
  margin-left: 0.38rem;
}

body.site-body .news-feature-card-v4.is-media-card .news-feature-foot-v4 {
  order: -1;
  margin-top: -3.2rem;
  margin-bottom: 1.15rem;
  padding-inline: 0.18rem;
  justify-content: flex-start;
}

body.site-body .news-feature-card-v4.is-media-card .news-feature-foot-v4 a {
  min-height: 2.9rem;
  padding: 0 1.18rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
  font-size: 0.92rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

body.site-body .news-feature-card-v4.is-media-card .news-feature-foot-v4 a::after {
  content: "→";
}

body.site-body .news-feature-card-v4.is-copy-card::after,
body.site-body .news-feature-card-v4.is-media-card::after {
  content: "↗";
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: grid;
  place-items: center;
  width: 1.82rem;
  height: 1.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(15, 23, 42, 0.8);
  font-size: 0.84rem;
  line-height: 1;
}

body.site-body .news-feature-card-v4.is-sky {
  background: linear-gradient(180deg, #dfeaf5, #dbe7f2);
}

body.site-body .news-feature-card-v4.is-sun {
  background: linear-gradient(180deg, #f6ebe7, #f2e3dd);
}

body.site-body .news-feature-card-v4.is-teal {
  background: linear-gradient(180deg, #e6efee, #dde8e7);
}

body.site-body .news-feature-card-v4.is-sky .news-feature-meta-v4 span,
body.site-body .news-card-v4.is-sky .news-card-meta-v4 span {
  background: rgba(60, 173, 231, 0.14);
  color: #1678a4;
}

body.site-body .news-feature-card-v4.is-sun .news-feature-meta-v4 span,
body.site-body .news-card-v4.is-sun .news-card-meta-v4 span {
  background: rgba(239, 112, 79, 0.14);
  color: #b35236;
}

body.site-body .news-feature-card-v4.is-teal .news-feature-meta-v4 span,
body.site-body .news-card-v4.is-teal .news-card-meta-v4 span {
  background: rgba(111, 166, 160, 0.14);
  color: #547d78;
}

body.site-body .news-card-v4.is-sky .news-card-body-v4 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(60, 173, 231, 0.08));
}

body.site-body .news-card-v4.is-sun .news-card-body-v4 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 112, 79, 0.09));
}

body.site-body .news-card-v4.is-teal .news-card-body-v4 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(111, 166, 160, 0.1));
}

body.site-body .news-collection-v4 {
  display: grid;
  gap: 1.4rem;
}

body.site-body .news-feed-v4 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
}

body.site-body .news-card-v4 {
  display: flex;
  flex-direction: column;
  grid-column: span 6;
  min-width: 0;
  overflow: hidden;
  border: 0;
  padding: 0.52rem;
  border-radius: 1.72rem;
  background: transparent;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

body.site-body .news-card-v4:hover,
body.site-body .news-card-v4:focus-within {
  transform: translateY(-2px);
}

body.site-body .news-card-media-v4 {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border-radius: 1.34rem;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgba(247, 248, 251, 0.98), rgba(238, 241, 246, 0.96));
}

body.site-body .news-card-body-v4 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0.94rem 0.32rem 0.52rem;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

body.site-body .news-card-body-v4 h2 {
  font-size: clamp(1.3rem, 1.55vw, 1.56rem);
  line-height: 1.1;
}

body.site-body .news-card-body-v4 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.site-body.page-news .site-header-shell {
  min-height: 3.45rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
}

body.site-body.page-news .header-cta {
  min-height: 2.55rem;
  padding-inline: 1rem;
  background: linear-gradient(180deg, #1e78ea, #0a68de);
  box-shadow: 0 8px 18px rgba(0, 95, 204, 0.16);
  font-size: 0.88rem;
}

body.site-body .news-card-placeholder-v4,
body.site-body .news-feature-placeholder-v4 {
  display: grid;
  gap: 0.45rem;
  place-items: center;
  height: 100%;
  text-align: center;
  color: rgba(62, 72, 88, 0.74);
}

body.site-body .news-card-placeholder-v4 span,
body.site-body .news-feature-placeholder-v4 span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.site-body .news-card-placeholder-v4 strong,
body.site-body .news-feature-placeholder-v4 strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
}

body.site-body .article-hero-v2 {
  display: grid;
  gap: 1.1rem;
}

body.site-body .article-hero-shell-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.86fr);
  align-items: start;
  gap: clamp(1.4rem, 2.8vw, 2.35rem);
  padding: clamp(1.45rem, 2.8vw, 2rem);
  border: 1px solid var(--v2-line);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(64, 176, 232, 0.08), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(248, 120, 24, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 249, 250, 0.95));
  box-shadow: var(--v2-shadow-panel);
}

body.site-body .article-hero-copy-v2 {
  display: grid;
  gap: 1.05rem;
  align-content: start;
  min-width: 0;
  padding-block: 0.35rem 0.5rem;
}

body.site-body .article-meta-v2 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

body.site-body .article-kicker-v2 {
  background: rgba(255, 255, 255, 0.96);
  color: rgba(32, 54, 88, 0.82);
}

body.site-body .article-meta-details-v2 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem;
  color: rgba(91, 101, 117, 0.9);
  font-size: 0.82rem;
  font-weight: 600;
}

body.site-body .article-meta-details-v2 time,
body.site-body .article-meta-details-v2 small,
body.site-body .article-meta-details-v2 i {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
}

body.site-body .article-hero-copy-v2 h1 {
  margin: 0;
  max-inline-size: 12.9ch;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 3.7vw, 3.7rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 680;
  text-wrap: balance;
}

body.site-body .article-lede-v2 {
  max-width: 38rem;
  margin: 0;
  color: rgba(58, 67, 83, 0.86);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.7;
}

body.site-body .article-cover-v2 {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  min-height: 0;
  padding: clamp(0.78rem, 1.3vw, 0.96rem);
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 251, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.site-body .article-cover-v2.is-portrait {
  width: min(100%, 20rem);
  justify-self: end;
}

body.site-body .article-cover-v2 img {
  display: block;
  width: 100%;
  max-height: min(52svh, 22rem);
  aspect-ratio: 16 / 10;
  border-radius: 1.35rem;
  background: rgba(245, 247, 249, 0.98);
  object-fit: cover;
}

body.site-body .article-cover-v2.is-portrait img {
  object-fit: contain;
  object-position: center top;
  aspect-ratio: auto;
  padding: 0.25rem;
}

body.site-body .article-cover-v2 figcaption {
  margin: 0;
  max-inline-size: 30rem;
  color: rgba(88, 98, 114, 0.8);
  font-size: 0.88rem;
  line-height: 1.55;
}

body.site-body .article-cover-copy-v2 {
  display: grid;
  align-content: end;
  gap: 0.45rem;
  min-height: min(72svh, 32rem);
  padding: 1.2rem;
  border-radius: 1.35rem;
  color: rgba(255, 255, 255, 0.96);
  background:
    radial-gradient(circle at 16% 20%, rgba(60, 173, 231, 0.22), transparent 32%),
    radial-gradient(circle at 84% 14%, rgba(239, 112, 79, 0.18), transparent 28%),
    linear-gradient(160deg, rgba(26, 34, 48, 0.9), rgba(55, 66, 86, 0.82));
}

body.site-body .article-cover-copy-v2 span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.78;
}

body.site-body .article-cover-copy-v2 strong {
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

body.site-body .article-cover-v2.is-placeholder {
  background: rgba(250, 250, 251, 0.94);
}

body.site-body .article-content-v2 {
  margin-top: clamp(0.25rem, 1vw, 0.6rem);
}

body.site-body .article-reading-shell-v2 {
  display: grid;
  grid-template-columns: minmax(15rem, 0.31fr) minmax(0, 0.69fr);
  gap: clamp(1.2rem, 2.6vw, 2.25rem);
  align-items: start;
  padding: clamp(1.35rem, 2.6vw, 2rem);
  border: 1px solid var(--v2-line);
  border-radius: 1.9rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(64, 176, 232, 0.05), transparent 34%),
    linear-gradient(225deg, rgba(248, 120, 24, 0.04), transparent 26%),
    rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.035);
}

body.site-body .article-summary-v2 {
  display: grid;
  gap: 0.95rem;
  padding: 0.25rem 1.5rem 0.25rem 0.15rem;
  border-right: 1px solid rgba(214, 220, 229, 0.92);
  border-radius: 0;
  background: transparent;
  align-content: start;
  position: sticky;
  top: 6.25rem;
}

body.site-body .article-summary-v2 span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 1.8rem;
  padding: 0 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(64, 176, 232, 0.12);
  background: rgba(64, 176, 232, 0.08);
  color: rgba(44, 70, 102, 0.88);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.site-body .article-summary-v2 p {
  margin: 0;
  color: rgba(38, 48, 64, 0.92);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.24vw, 1.28rem);
  line-height: 1.44;
  letter-spacing: -0.03em;
}

body.site-body .article-summary-meta-v2 {
  display: grid;
  gap: 0.38rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(214, 220, 229, 0.92);
}

body.site-body .article-summary-meta-v2 strong {
  color: rgba(20, 28, 42, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.site-body .article-summary-meta-v2 small {
  color: rgba(96, 106, 122, 0.84);
  font-size: 0.86rem;
}

body.site-body .article-body-v2 {
  max-width: 43rem;
  margin-inline: 0;
  padding: 0.2rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site-body .article-richtext-v2 {
  display: grid;
  gap: 1.5rem;
}

body.site-body .article-richtext-v2 > * {
  margin: 0;
}

body.site-body .article-richtext-v2 h1,
body.site-body .article-richtext-v2 h2,
body.site-body .article-richtext-v2 h3,
body.site-body .article-richtext-v2 h4 {
  color: rgba(20, 28, 42, 0.95);
  font-family: var(--font-display);
  letter-spacing: -0.04em;
}

body.site-body .article-richtext-v2 h2 {
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
}

body.site-body .article-richtext-v2 h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.56rem);
}

body.site-body .article-richtext-v2 p,
body.site-body .article-body-v2 p:first-child {
  margin-top: 0;
  color: rgba(41, 51, 67, 0.92);
  font-size: clamp(1.12rem, 1.5vw, 1.24rem);
  line-height: 1.74;
}

body.site-body .article-richtext-v2 p + p,
body.site-body .article-body-v2 p + p {
  margin-top: 1.5rem;
  padding-top: 0;
  border-top: 0;
}

body.site-body .article-richtext-v2 ul,
body.site-body .article-richtext-v2 ol {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.25rem;
  color: rgba(41, 51, 67, 0.92);
  font-size: 1.04rem;
  line-height: 1.72;
}

body.site-body .article-richtext-v2 blockquote {
  margin: 0;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid rgba(64, 176, 232, 0.34);
  border-radius: 0 1rem 1rem 0;
  background: rgba(240, 244, 249, 0.72);
  color: rgba(44, 70, 102, 0.92);
}

body.site-body .article-richtext-v2 a {
  color: rgba(39, 103, 214, 0.96);
}

body.site-body .article-richtext-v2 img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  border-radius: 1.35rem;
}

body.site-body .article-richtext-v2 figure {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  overflow: hidden;
  border-radius: 1.35rem;
  background: rgba(240, 244, 249, 0.88);
  max-width: 100%;
  width: fit-content;
}

body.site-body .article-richtext-v2 figure img,
body.site-body .article-richtext-v2 figure video {
  width: 100%;
}

body.site-body .article-richtext-v2 video {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1.35rem;
  background: #0f172a;
}

body.site-body .article-richtext-v2 figcaption {
  padding: 0 1rem 1rem;
  color: rgba(96, 106, 122, 0.82);
  font-size: 0.88rem;
  line-height: 1.55;
}

body.site-body .article-inline-media-v2 {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0;
  overflow: hidden;
  border-radius: 1.35rem;
  background: rgba(240, 244, 249, 0.88);
}

body.site-body .article-inline-media-v2 img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.site-body .article-inline-media-v2 figcaption {
  padding: 0 1rem 1rem;
  color: rgba(96, 106, 122, 0.82);
  font-size: 0.88rem;
  line-height: 1.55;
}

body.site-body .article-bridge-v2 {
  margin-top: clamp(2.75rem, 5vw, 4.25rem);
}

body.site-body .article-bridge-shell-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.82fr);
  gap: clamp(1rem, 2.2vw, 1.4rem);
  align-items: start;
  padding: clamp(1.35rem, 3vw, 1.9rem);
  border: 1px solid var(--v2-line);
  border-radius: 1.9rem;
  background:
    linear-gradient(135deg, rgba(64, 176, 232, 0.06), transparent 34%),
    linear-gradient(225deg, rgba(248, 120, 24, 0.05), transparent 26%),
    rgba(255, 255, 255, 0.96);
  box-shadow: var(--v2-shadow-panel);
}

body.site-body .article-cta-v2,
body.site-body .article-next-v2 {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site-body .article-cta-v2 span,
body.site-body .article-next-v2 span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 1.8rem;
  padding: 0 0.72rem;
  border-radius: 999px;
  background: rgba(243, 246, 251, 0.96);
  color: rgba(104, 114, 131, 0.92);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.site-body .article-cta-v2 h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

body.site-body .article-cta-v2 p {
  margin: 0;
  color: rgba(68, 79, 95, 0.82);
  font-size: 0.98rem;
  line-height: 1.7;
}

body.site-body .article-next-v2 a {
  display: grid;
  gap: 0.9rem;
  padding: 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1.35rem;
  background: rgba(250, 250, 251, 0.95);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
  color: rgba(18, 24, 34, 0.94);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.site-body .article-next-v2 a:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 168, 224, 0.22);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

body.site-body .article-next-media-v2 {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 1rem;
  background: rgba(232, 236, 242, 0.92);
}

body.site-body .article-next-media-v2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site-body .article-next-copy-v2 {
  display: grid;
  gap: 0.45rem;
}

body.site-body .article-next-v2 strong {
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.26;
  letter-spacing: -0.03em;
}

body.site-body .article-next-v2 small {
  color: rgba(96, 106, 122, 0.8);
  font-size: 0.84rem;
}

body.site-body .site-footer {
  padding: 5rem 0 2.2rem;
}

body.site-body .site-footer-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  align-items: start;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  padding: clamp(1.25rem, 2.6vw, 1.7rem);
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1.9rem;
  background:
    linear-gradient(135deg, rgba(64, 176, 232, 0.07), transparent 38%),
    linear-gradient(225deg, rgba(248, 120, 24, 0.06), transparent 28%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--v2-shadow-soft);
}

body.site-body .site-footer-copy p {
  max-width: 30rem;
  margin: 1rem 0 0;
  color: rgba(63, 73, 89, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
}

body.site-body .site-footer-links {
  display: grid;
  justify-items: start;
  gap: 1rem;
  width: min(100%, 25rem);
  justify-self: end;
}

body.site-body .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.85rem 1.15rem;
}

body.site-body .site-footer-menu {
  color: rgba(26, 34, 48, 0.94);
  font-size: 0.95rem;
  font-weight: 600;
}

body.site-body .site-footer-utility {
  color: rgba(78, 88, 104, 0.92);
  font-size: 0.88rem;
}

body.site-body .site-footer-utility a {
  opacity: 0.84;
}

.js-ready [data-reveal] {
  opacity: 0;
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js-ready [data-reveal="text"] {
  transform: translateY(20px);
}

.js-ready [data-reveal="panel"] {
  transform: translateY(28px) scale(0.985);
}

.js-ready [data-reveal="media"] {
  transform: translateY(22px) scale(0.965);
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
}

.js-ready [data-reveal="text"].is-visible,
.js-ready [data-reveal="panel"].is-visible,
.js-ready [data-reveal="media"].is-visible {
  transform: translateY(0) scale(1);
}

@keyframes orb-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -18px, 0); }
}

@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(118, 255, 143, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(118, 255, 143, 0); }
  100% { box-shadow: 0 0 0 0 rgba(118, 255, 143, 0); }
}

@keyframes row-settle {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  body.site-body .mh-hero,
  body.site-body .mh-story-grid,
  body.site-body .mh-product-grid,
  body.site-body .mh-security-panel,
  body.site-body .mh-bridge-grid,
  body.site-body .site-footer-shell,
  body.site-body .mh-section-head-wide {
    grid-template-columns: 1fr;
  }

  body.site-body .mh-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-body .mh-news-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  body.site-body .news-feed-v2 {
    grid-template-columns: 1fr;
  }

  body.site-body .news-stage-v3 {
    grid-template-columns: 1fr;
  }

  body.site-body .news-stage-hero-v4 {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  body.site-body .news-feature-card-v4.is-stage-lead {
    min-height: clamp(25rem, 56vw, 31rem);
  }

  body.site-body .news-feature-media-v4.is-lead {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  body.site-body .news-feature-body-v4.is-lead {
    inset: 1.04rem 1.04rem 1.04rem auto;
    width: min(62%, 20.4rem);
    align-items: flex-start;
  }

  body.site-body .news-stage-side-v4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  body.site-body .news-feature-card-v4.is-copy-card,
  body.site-body .news-feature-card-v4.is-media-card {
    height: 100%;
  }

  body.site-body .news-feed-v4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-body .news-card-v4 {
    grid-column: span 1;
  }

  body.site-body .news-stage-copy h1 {
    max-inline-size: 12.2ch;
  }

  body.site-body .news-slide-v3 {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.site-body .news-slide-media {
    aspect-ratio: 16 / 10;
    min-height: 0;
    max-height: 26rem;
  }

  body.site-body .news-feed-v3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.site-body .news-card-v3,
  body.site-body .news-card-v3.is-lead {
    grid-column: span 3;
  }

  body.site-body .article-hero-shell-v2,
  body.site-body .article-reading-shell-v2,
  body.site-body .article-bridge-shell-v2,
  body.site-body .news-row-v2,
  body.site-body .news-row-v2.is-featured {
    grid-template-columns: 1fr;
  }

  body.site-body .article-cover-v2.is-portrait {
    width: min(100%, 22rem);
    justify-self: start;
  }

  body.site-body .mh-news-card,
  body.site-body .mh-news-card.is-featured {
    min-height: auto;
  }

  body.site-body .mh-audience-card,
  body.site-body .mh-audience-card.is-wide {
    grid-column: span 6;
  }

  body.site-body .mh-story-stage {
    position: relative;
    top: auto;
  }

  body.site-body .mh-hero-stage {
    min-height: clamp(34rem, 72vw, 42rem);
  }
}

@media (max-width: 820px) {
  body.site-body .section-shell,
  body.site-body .site-header-shell,
  body.site-body .site-footer-shell {
    width: min(100% - 28px, 1240px);
  }

  body.site-body .site-header {
    padding-top: 0.55rem;
  }

  body.site-body .site-header-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.5rem;
    min-height: auto;
    padding-inline: 0.7rem;
    padding-block: 0.5rem;
    border-radius: 1.2rem;
  }

  body.site-body .brand {
    min-width: 0;
    gap: 0.55rem;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
  }

  body.site-body .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.site-body .brand img {
    width: 1.55rem;
    height: 1.55rem;
  }

  body.site-body .header-menu-toggle {
    display: inline-flex;
    order: 3;
    width: 2.35rem;
    height: 2.35rem;
  }

  body.site-body .header-cta {
    order: 2;
    min-height: 2.35rem;
    min-width: 0;
    padding-inline: 0.82rem;
    font-size: 0.8rem;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(0, 95, 204, 0.2);
  }

  body.site-body .site-nav {
    grid-column: 1 / -1;
    order: 4;
    display: grid;
    gap: 0.45rem;
    width: 100%;
    max-height: 0;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      max-height 220ms ease,
      opacity 180ms ease,
      transform 180ms ease,
      margin-top 180ms ease,
      padding 180ms ease;
    font-size: 0.82rem;
  }

  body.site-body .site-header.is-nav-open .site-nav {
    max-height: 22rem;
    padding-top: 0.3rem;
    margin-top: 0.05rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.site-body .site-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 2.7rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    text-align: left;
    white-space: nowrap;
  }

  body.site-body .site-nav a::after {
    display: none;
  }

  body.site-body .site-header.is-nav-open .header-menu-toggle span[aria-hidden="true"]:first-of-type {
    transform: translateY(3px) rotate(45deg);
  }

  body.site-body .site-header.is-nav-open .header-menu-toggle span[aria-hidden="true"]:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }

  body.site-body.page-news .site-header {
    position: relative !important;
    top: auto !important;
    padding-top: 0.45rem;
  }

  body.site-body.page-news .site-header-shell {
    border-radius: 1.25rem;
  }

  body.site-body.page-news .news-page-v2 {
    margin-top: 1.2rem;
    gap: 1.4rem;
  }

  body.site-body .mh-hero {
    min-height: auto;
    gap: 1.4rem;
    padding-top: 1rem;
  }

  body.site-body .mh-hero-copy h1 {
    max-inline-size: 11.5ch;
    font-size: clamp(2.18rem, 10vw, 3.35rem);
    line-height: 0.98;
  }

  body.site-body .mh-hero-stage {
    min-height: auto;
    padding: 1rem;
  }

  body.site-body .mh-surface-stack {
    display: flex;
    justify-content: center;
    min-height: 0;
  }

  body.site-body .mh-orb {
    display: none;
  }

  body.site-body .mh-surface-group {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 18rem);
    height: auto;
    aspect-ratio: 943 / 2030;
  }

  body.site-body .mh-surface-list {
    display: none;
  }

  body.site-body .mh-surface-thread {
    display: none;
  }

  body.site-body .mh-proof-card {
    position: static;
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.05rem;
  }

  body.site-body .mh-proof-card strong {
    max-inline-size: none;
    font-size: 1.04rem;
  }

  body.site-body .mh-proof-card p {
    font-size: 0.9rem;
  }

  body.site-body .mh-story-stage {
    padding: 1.25rem;
  }

  body.site-body .mh-route-diagram {
    margin-top: 1rem;
    gap: 0.6rem;
  }

  body.site-body .mh-story-shot {
    height: 11.5rem;
    margin-top: 1rem;
  }

  body.site-body .mh-story-step {
    padding: 1.2rem;
  }

  body.site-body .mh-signal-grid,
  body.site-body .mh-news-grid {
    grid-template-columns: 1fr;
  }

  body.site-body .mh-section-head-inline {
    align-items: start;
    flex-direction: column;
  }

  body.site-body .mh-news-card.is-featured h3,
  body.site-body .news-row-v2.is-featured h2 {
    font-size: 1.42rem;
    line-height: 1.18;
  }

  body.site-body .news-stage-v3 {
    padding: 1rem;
    border-radius: 1.9rem;
  }

  body.site-body .news-stage-v4 {
    gap: 1rem;
    padding: 1rem;
    border-radius: 1.55rem;
  }

  body.site-body .news-stage-head-v4 {
    display: grid;
    align-items: start;
    gap: 0.7rem;
  }

  body.site-body .news-stage-heading-v4 {
    gap: 0.58rem;
  }

  body.site-body .news-stage-title-v4 {
    max-inline-size: 10ch;
    font-size: clamp(2.55rem, 8.1vw, 3.85rem);
  }

  body.site-body .news-stage-kicker-v4 {
    max-inline-size: 25ch;
    font-size: clamp(0.96rem, 3.1vw, 1.08rem);
  }

  body.site-body .news-stage-link-v4 {
    min-height: 2.45rem;
    padding-inline: 0.92rem;
    font-size: 0.78rem;
  }

  body.site-body .news-feature-card-v4.is-stage-lead {
    min-height: 0;
    padding: 0.36rem;
    border-radius: 1.42rem;
  }

  body.site-body .news-feature-body-v4.is-lead {
    position: relative;
    inset: auto;
    width: calc(100% - 1.08rem);
    min-height: 0;
    margin: -2.18rem 0.54rem 0.36rem;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.62rem;
    padding: 0.18rem 0.18rem 0.12rem;
    border-radius: 1.22rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 248, 252, 0.98));
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.09);
  }

  body.site-body .news-feature-body-v4.is-lead h2 {
    max-inline-size: none;
    font-size: clamp(1.28rem, 5.15vw, 1.62rem);
    line-height: 1.04;
  }

  body.site-body .news-feature-title-step-v4 {
    min-height: 1.78rem;
    padding: 0.08rem 0.68rem 0.16rem 0.46rem;
  }

  body.site-body .news-feature-card-v4.is-stage-lead .news-feature-copy-v4 {
    width: 100%;
    margin-left: 0;
    gap: 0.48rem;
    padding: 0.18rem 0.18rem 0.16rem 0.18rem;
  }

  body.site-body .news-feature-card-v4.is-stage-lead .news-feature-copy-v4::before {
    inset: -0.14rem -0.12rem -0.14rem -0.08rem;
    border-radius: 0.94rem 1.06rem 0.94rem 0.92rem;
  }

  body.site-body .news-feature-card-v4.is-stage-lead .news-feature-meta-v4 time {
    display: none;
  }

  body.site-body .news-feature-card-v4.is-stage-lead .news-feature-foot-v4 {
    width: auto;
    align-self: flex-end;
    justify-content: flex-end;
  }

  body.site-body .news-feature-media-v4.is-lead {
    height: auto;
    aspect-ratio: 16 / 10.8;
  }

  body.site-body .news-feature-card-v4.is-stage-lead .news-feature-media-v4 img {
    object-position: 42% 44%;
  }

  body.site-body .news-feature-title-step-v4:nth-child(2) {
    margin-left: 0.36rem;
  }

  body.site-body .news-feature-title-step-v4:nth-child(3) {
    margin-left: 0.66rem;
  }

  body.site-body .news-feature-title-step-v4:nth-child(4) {
    margin-left: 0.24rem;
  }

  body.site-body .news-stage-side-v4 {
    grid-template-columns: 1fr;
    gap: 0.88rem;
  }

  body.site-body .news-feature-card-v4.is-copy-card {
    min-height: 0;
    padding: 0.96rem 0.94rem 0.92rem;
    border-radius: 1.45rem;
  }

  body.site-body .news-feature-card-v4.is-copy-card .news-feature-meta-v4,
  body.site-body .news-feature-card-v4.is-media-card .news-feature-meta-v4 {
    padding-right: 1.6rem;
  }

  body.site-body .news-feature-body-v4.is-copy-card h2 {
    max-inline-size: 10.8ch;
    font-size: clamp(1.42rem, 5.9vw, 1.84rem);
  }

  body.site-body .news-feature-card-v4.is-media-card {
    padding: 0.48rem;
    border-radius: 1.45rem;
  }

  body.site-body .news-feature-media-v4.is-media-card {
    aspect-ratio: 16 / 12;
  }

  body.site-body .news-feature-body-v4.is-media-card {
    padding: 0 0.8rem 0.88rem;
  }

  body.site-body .news-feature-card-v4.is-media-card .news-feature-foot-v4 {
    margin-top: -2.85rem;
    margin-bottom: 0.98rem;
  }

  body.site-body .news-feature-card-v4.is-media-card .news-feature-foot-v4 a {
    min-height: 2.62rem;
    padding-inline: 1rem;
    font-size: 0.85rem;
  }

  body.site-body .news-feed-v4 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body.site-body .news-card-v4 {
    grid-column: 1 / -1;
    display: flex;
    padding: 0.48rem;
    border-radius: 1.5rem;
  }

  body.site-body .news-card-body-v4 {
    padding: 0.88rem 0.18rem 0.24rem;
  }

  body.site-body .news-stage-copy h1 {
    max-inline-size: none;
    font-size: clamp(2.15rem, 9vw, 3.45rem);
    line-height: 0.98;
  }

  body.site-body .news-stage-actions {
    gap: 0.7rem;
  }

  body.site-body .news-stage-notes {
    grid-template-columns: 1fr;
  }

  body.site-body .news-slide-v3 {
    height: 22.5rem;
    min-height: 22.5rem;
  }

  body.site-body .news-slide-media {
    height: 22.5rem;
    min-height: 22.5rem;
  }

  body.site-body .news-slide-panel {
    left: 0.8rem;
    right: auto;
    top: auto;
    bottom: 0.8rem;
    width: min(18.2rem, calc(100% - 2rem));
    padding: 0.88rem;
    border-radius: 1.2rem;
  }

  body.site-body .news-slide-panel h2 {
    max-inline-size: none;
    font-size: clamp(1.28rem, 5.6vw, 1.72rem);
    line-height: 1.08;
  }

  body.site-body .news-slider-controls {
    grid-template-columns: 1fr;
    gap: 0.72rem;
    align-items: start;
  }

  body.site-body .news-slider-status {
    justify-self: center;
  }

  body.site-body .news-slider-nav {
    width: 100%;
    justify-content: space-between;
  }

  body.site-body .news-slider-arrow {
    min-height: 2.35rem;
    min-width: 7rem;
    padding-inline: 0.95rem;
    font-size: 0.84rem;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  }

  body.site-body .news-feed-v3 {
    grid-template-columns: 1fr;
  }

  body.site-body .news-card-v3,
  body.site-body .news-card-v3.is-lead {
    grid-column: 1 / -1;
  }

  body.site-body .news-card-media,
  body.site-body .news-card-media.is-lead {
    aspect-ratio: 16 / 10;
  }

  body.site-body .news-card-body {
    padding: 1.05rem 1.05rem 1.15rem;
  }

  body.site-body .mh-news-card.is-featured::after {
    display: none;
  }

  body.site-body .news-row-cover,
  body.site-body .news-row-cover.is-featured {
    aspect-ratio: 16 / 10;
  }

  body.site-body .mh-audience-card,
  body.site-body .mh-audience-card.is-wide {
    grid-column: span 12;
  }

  body.site-body .mh-ledger-row {
    grid-template-columns: 1fr;
  }

  body.site-body .article-hero-shell-v2,
  body.site-body .article-reading-shell-v2,
  body.site-body .article-bridge-shell-v2 {
    gap: 1rem;
    padding: 1.15rem;
    border-radius: 1.55rem;
  }

  body.site-body .article-hero-copy-v2 h1 {
    max-inline-size: none;
    font-size: clamp(2.2rem, 9vw, 3.6rem);
  }

  body.site-body .article-lede-v2,
  body.site-body .article-cover-v2 figcaption {
    max-inline-size: none;
  }

  body.site-body .article-summary-v2 {
    position: static;
    padding: 0 0 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 220, 229, 0.92);
    border-radius: 0;
  }

  body.site-body .article-cover-v2 {
    padding: 0.72rem;
    border-radius: 1.45rem;
  }

  body.site-body .article-cover-v2.is-portrait {
    width: min(100%, 15.75rem);
    min-height: 0;
    padding: 0.65rem;
  }

  body.site-body .site-footer-shell {
    gap: 1.1rem;
    padding: 1.15rem;
    border-radius: 1.55rem;
  }

  body.site-body .site-footer-links {
    width: 100%;
    justify-self: start;
  }

  body.site-body .site-footer .site-footer-menu,
  body.site-body .site-footer .site-footer-utility {
    display: grid;
    gap: 0.72rem;
  }

  body.site-body .site-footer nav {
    justify-content: flex-start;
    gap: 0.72rem;
  }
}

@media (max-width: 520px) {
  body.site-body .site-header-shell {
    padding-inline: 0.66rem;
  }

  body.site-body.page-news .site-header-shell {
    grid-template-columns: auto auto auto;
    gap: 0.42rem;
  }

  body.site-body.page-news .header-cta {
    min-height: 2.3rem;
    min-width: 5.45rem;
    padding-inline: 0.74rem;
    font-size: 0.74rem;
    box-shadow: none;
  }

  body.site-body.page-news .brand {
    gap: 0.38rem;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  body.site-body.page-news .brand span {
    display: inline;
  }

  body.site-body.page-news .header-menu-toggle {
    width: 2.16rem;
    height: 2.16rem;
  }

  body.site-body.page-news .header-menu-toggle span[aria-hidden="true"] {
    width: 0.86rem;
  }

  body.site-body .brand {
    max-width: none;
    gap: 0;
  }

  body.site-body .brand span {
    display: none;
  }

  body.site-body .header-cta {
    min-height: 2.45rem;
    min-width: 6rem;
    padding-inline: 0.68rem;
    font-size: 0.76rem;
  }

  body.site-body .header-menu-toggle {
    width: 2.28rem;
    height: 2.28rem;
  }

  body.site-body .news-stage-kicker-v4 {
    max-inline-size: 24ch;
    font-size: clamp(0.94rem, 4.5vw, 1.02rem);
  }

  body.site-body .news-stage-title-v4 {
    max-inline-size: 9ch;
    font-size: clamp(2.2rem, 8.8vw, 2.95rem);
  }

  body.site-body .article-meta-v2 {
    gap: 0.42rem;
  }

  body.site-body .article-body-v2 {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  body.site-body .article-next-v2 a {
    padding: 0.82rem;
    border-radius: 1.15rem;
  }

  body.site-body .site-footer-copy p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  body.site-body .news-feature-body-v4.is-lead {
    width: min(82%, 14.6rem);
    margin-right: 0.58rem;
    margin-top: -2.7rem;
  }

  body.site-body .news-feature-card-v4.is-stage-lead .news-feature-meta-v4 span {
    min-height: 1.58rem;
    padding-inline: 0.62rem;
    font-size: 0.62rem;
  }

  body.site-body .news-feature-body-v4.is-copy-card h2 {
    font-size: clamp(1.34rem, 6.2vw, 1.7rem);
  }

  body.site-body .news-feature-card-v4.is-copy-card::after,
  body.site-body .news-feature-card-v4.is-media-card::after {
    top: 0.78rem;
    right: 0.78rem;
    width: 1.72rem;
    height: 1.72rem;
    font-size: 0.78rem;
  }

  body.site-body .news-feature-card-v4.is-media-card .news-feature-foot-v4 {
    margin-top: -2.65rem;
  }

  body.site-body .news-feature-foot-v4 span,
  body.site-body .news-card-readtime-v4 {
    min-height: 1.7rem;
    padding-inline: 0.62rem;
    font-size: 0.74rem;
  }

  body.site-body .news-feature-card-v4.is-stage-lead .news-feature-foot-v4 a,
  body.site-body .news-feature-card-v4.is-copy-card .news-feature-foot-v4 a,
  body.site-body .news-feature-card-v4.is-media-card .news-feature-foot-v4 a {
    font-size: 0.82rem;
  }

  body.site-body .news-feature-meta-v4 time {
    font-size: 0.76rem;
  }

  body.site-body .cta-label-full {
    display: none;
  }

  body.site-body .cta-label-short {
    display: inline;
  }

  body.site-body .mh-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.site-body .mh-actions .mh-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-ready [data-reveal],
  body.site-body .mh-orb-a,
  body.site-body .mh-orb-b,
  body.site-body .mh-chat-presence i,
  body.site-body .mh-chat-row,
  body.site-body .mh-surface {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }
}

body.site-body .news-stage-v5 {
  display: grid;
  gap: clamp(1.2rem, 2vw, 1.6rem);
  padding: clamp(1.2rem, 2vw, 1.8rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 16% 10%, rgba(64, 176, 232, 0.08), transparent 26%),
    radial-gradient(circle at 92% 14%, rgba(248, 120, 24, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.05), 0 8px 18px rgba(15, 23, 42, 0.03);
}

body.site-body .news-stage-v5 .eyebrow,
body.site-body .news-slider-rail-v5 .eyebrow,
body.site-body .news-collection-v5 .eyebrow {
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(244, 247, 250, 0.96);
  color: rgba(86, 96, 112, 0.9);
}

body.site-body .news-stage-head-v5 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.68fr);
  gap: 1rem;
  align-items: end;
}

body.site-body .news-stage-heading-v5,
body.site-body .news-stage-actions-v5 {
  display: grid;
  gap: 0.72rem;
  min-width: 0;
}

body.site-body .news-stage-title-v5 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.14em;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.3vw, 5.15rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 720;
}

body.site-body .news-stage-title-v5 span {
  display: inline-block;
}

body.site-body .news-stage-kicker-v5,
body.site-body .news-stage-summary-v5,
body.site-body .news-slider-rail-head-v5 p,
body.site-body .news-empty-v5 p {
  margin: 0;
  color: rgba(82, 96, 114, 0.86);
  line-height: 1.62;
}

body.site-body .news-stage-kicker-v5 {
  max-inline-size: 34rem;
  font-size: clamp(1rem, 1.04vw, 1.08rem);
}

body.site-body .news-stage-summary-v5 {
  max-inline-size: 28rem;
  font-size: 0.98rem;
}

body.site-body .news-stage-link-v5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  width: fit-content;
  min-height: 2.75rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(248, 120, 24, 0.96), rgba(234, 103, 48, 0.94));
  color: #fff;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(248, 120, 24, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.site-body .news-stage-link-v5::after,
body.site-body .news-slide-footer-v5 a::after,
body.site-body .news-card-link-v5::after {
  content: "→";
}

body.site-body .news-stage-link-v5:hover,
body.site-body .news-stage-link-v5:focus-visible,
body.site-body .news-slide-footer-v5 a:hover,
body.site-body .news-slide-footer-v5 a:focus-visible,
body.site-body .news-card-link-v5:hover,
body.site-body .news-card-link-v5:focus-visible,
body.site-body .news-slider-arrow-v5:hover,
body.site-body .news-slider-arrow-v5:focus-visible,
body.site-body .news-slider-dot-v5:hover,
body.site-body .news-slider-dot-v5:focus-visible,
body.site-body .news-card-v5:hover,
body.site-body .news-card-v5:focus-within {
  transform: translateY(-2px);
}

body.site-body .news-stage-link-v5:hover,
body.site-body .news-stage-link-v5:focus-visible {
  box-shadow: 0 18px 34px rgba(248, 120, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body.site-body .news-slider-v5 {
  min-width: 0;
}

body.site-body .news-slider-shell-v5 {
  display: grid;
  grid-template-columns: minmax(0, 1.56fr) minmax(18rem, 0.78fr);
  gap: 1rem;
  align-items: stretch;
}

body.site-body .news-slider-viewport-v5 {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.95rem;
  background: rgba(240, 244, 248, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

body.site-body .news-slider-track {
  display: flex;
  transform: translate3d(calc(var(--news-index, 0) * -100%), 0, 0);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.motion-lite body.site-body .news-slider-track,
body.site-body .motion-lite .news-slider-track {
  transition-duration: 1ms;
}

body.site-body .news-slide-v5 {
  position: relative;
  display: grid;
  min-width: 100%;
  min-height: clamp(25rem, 36vw, 32rem);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(228, 234, 241, 0.92), rgba(238, 243, 248, 0.96));
}

body.site-body .news-slide-v5.is-active {
  z-index: 1;
}

body.site-body .news-slide-media-v5 {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(64, 176, 232, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(241, 244, 248, 0.96), rgba(231, 236, 243, 0.98));
}

body.site-body .news-slide-media-v5::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 12, 20, 0.72) 0%, rgba(7, 12, 20, 0.52) 36%, rgba(7, 12, 20, 0.12) 62%, rgba(7, 12, 20, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 12, 20, 0) 48%, rgba(7, 12, 20, 0.34) 100%);
  pointer-events: none;
}

body.site-body .news-slide-media-v5 img,
body.site-body .news-card-media-v5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

body.site-body .news-slide-v5:hover .news-slide-media-v5 img,
body.site-body .news-slide-v5:focus-within .news-slide-media-v5 img,
body.site-body .news-card-v5:hover .news-card-media-v5 img,
body.site-body .news-card-v5:focus-within .news-card-media-v5 img {
  transform: scale(1.03);
}

body.site-body .news-slide-v5.is-product .news-slide-media-v5 img,
body.site-body .news-card-v5.is-product .news-card-media-v5 img {
  object-position: center top;
}

body.site-body .news-slide-panel-v5 {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  gap: 1.2rem;
  width: min(30rem, calc(100% - 2.4rem));
  min-height: calc(100% - 2.4rem);
  margin: 1.2rem;
  padding: 1.18rem 1.18rem 1.24rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.6rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at 18% 18%, rgba(64, 176, 232, 0.22), transparent 36%),
    radial-gradient(circle at 86% 88%, rgba(248, 120, 24, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(11, 16, 26, 0.48), rgba(9, 14, 23, 0.34));
  box-shadow:
    0 26px 54px rgba(7, 10, 18, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -18px 32px rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  backdrop-filter: blur(26px) saturate(145%);
}

body.site-body .news-slide-panel-v5::before,
body.site-body .news-slide-panel-v5::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.site-body .news-slide-panel-v5::before {
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%);
}

body.site-body .news-slide-panel-v5::after {
  inset: auto 1rem 0.9rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  opacity: 0.9;
}

body.site-body .news-slide-copy-v5 {
  display: grid;
  gap: 0.84rem;
  position: relative;
  z-index: 1;
}

body.site-body .news-slide-meta-v5,
body.site-body .news-card-meta-v5,
body.site-body .news-card-foot-v5 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

body.site-body .news-slide-meta-v5 span,
body.site-body .news-card-meta-v5 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0 0.72rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.site-body .news-slide-meta-v5 time,
body.site-body .news-slide-readtime-v5 {
  color: rgba(236, 241, 247, 0.84);
  font-size: 0.78rem;
  font-weight: 600;
}

body.site-body .news-slide-readtime-v5 {
  letter-spacing: -0.01em;
}

body.site-body .news-slide-panel-v5 h2,
body.site-body .news-card-body-v5 h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.site-body .news-slide-panel-v5 h2 {
  max-inline-size: 16ch;
  font-size: clamp(1.88rem, 2.4vw, 2.65rem);
  line-height: 0.98;
  color: #fff;
}

body.site-body .news-slide-panel-v5 h2 a,
body.site-body .news-card-body-v5 h2 a {
  color: inherit;
  text-decoration: none;
}

body.site-body .news-slide-panel-v5 h2 a:hover,
body.site-body .news-slide-panel-v5 h2 a:focus-visible,
body.site-body .news-card-body-v5 h2 a:hover,
body.site-body .news-card-body-v5 h2 a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

body.site-body .news-slide-panel-v5 p {
  margin: 0;
  max-inline-size: 44ch;
  color: rgba(237, 241, 246, 0.88);
  line-height: 1.68;
}

body.site-body .news-slide-footer-v5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

body.site-body .news-slide-footer-v5 a,
body.site-body .news-card-link-v5 {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 2.8rem;
  padding: 0 1.08rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.site-body .news-slide-footer-v5 a {
  background: linear-gradient(135deg, rgba(248, 120, 24, 0.96), rgba(233, 103, 47, 0.94));
  color: #fff;
  box-shadow: 0 16px 30px rgba(248, 120, 24, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.site-body .news-slide-footer-v5 a:hover,
body.site-body .news-slide-footer-v5 a:focus-visible,
body.site-body .news-card-link-v5:hover,
body.site-body .news-card-link-v5:focus-visible {
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

body.site-body .news-slider-rail-v5 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.9rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at 12% 14%, rgba(64, 176, 232, 0.08), transparent 24%),
    radial-gradient(circle at 88% 88%, rgba(248, 120, 24, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(252, 253, 255, 0.98), rgba(245, 248, 252, 0.98));
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

body.site-body .news-slider-rail-head-v5 {
  display: grid;
  gap: 0.58rem;
}

body.site-body .news-slider-rail-list-v5 {
  display: grid;
  gap: 0.68rem;
  min-width: 0;
}

body.site-body .news-slider-dot-v5 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  width: 100%;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 1.18rem;
  background: rgba(255, 255, 255, 0.84);
  color: var(--v2-ink);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.site-body .news-slider-dot-v5.is-active {
  border-color: rgba(64, 176, 232, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 253, 1)),
    radial-gradient(circle at 100% 100%, rgba(248, 120, 24, 0.08), transparent 34%);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.06);
}

body.site-body .news-slider-dot-v5:focus-visible,
body.site-body .news-slider-arrow-v5:focus-visible {
  outline: 0;
  border-color: rgba(64, 176, 232, 0.36);
  box-shadow: 0 0 0 4px rgba(64, 176, 232, 0.14);
}

body.site-body .news-slider-dot-index-v5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  min-height: 2.2rem;
  border-radius: 999px;
  background: rgba(236, 241, 248, 0.96);
  color: rgba(15, 23, 42, 0.78);
  font-family: var(--font-display);
  font-size: 0.95rem;
  line-height: 1;
}

body.site-body .news-slider-dot-v5.is-active .news-slider-dot-index-v5 {
  background: linear-gradient(135deg, rgba(64, 176, 232, 0.94), rgba(98, 193, 238, 0.88));
  color: #fff;
  box-shadow: 0 10px 22px rgba(64, 176, 232, 0.22);
}

body.site-body .news-slider-dot-copy-v5 {
  display: grid;
  gap: 0.34rem;
  min-width: 0;
}

body.site-body .news-slider-dot-meta-v5 {
  color: rgba(98, 108, 124, 0.82);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.site-body .news-slider-dot-copy-v5 strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.site-body .news-slider-controls-v5,
body.site-body .news-slider-status-v5,
body.site-body .news-slider-nav-v5 {
  display: flex;
  align-items: center;
}

body.site-body .news-slider-controls-v5 {
  justify-content: space-between;
  gap: 0.8rem;
}

body.site-body .news-slider-status-v5 {
  gap: 0.3rem;
  color: rgba(98, 108, 124, 0.76);
}

body.site-body .news-slider-status-v5 strong {
  font-family: var(--font-display);
  font-size: 1.16rem;
  color: var(--v2-orange);
}

body.site-body .news-slider-status-v5 small {
  font-size: 0.9rem;
  font-weight: 700;
}

body.site-body .news-slider-nav-v5 {
  gap: 0.7rem;
}

body.site-body .news-slider-arrow-v5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  min-width: 6rem;
  padding: 0 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: rgba(15, 23, 42, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.site-body .news-slider-arrow-v5:hover,
body.site-body .news-slider-arrow-v5:focus-visible {
  border-color: rgba(64, 176, 232, 0.24);
  background: rgba(64, 176, 232, 0.08);
  color: #157ba8;
}

body.site-body .news-slide-v5.is-sky .news-slide-meta-v5 span,
body.site-body .news-card-v5.is-sky .news-card-meta-v5 span {
  background: rgba(60, 173, 231, 0.18);
  color: #bfe9ff;
}

body.site-body .news-slide-v5.is-sun .news-slide-meta-v5 span,
body.site-body .news-card-v5.is-sun .news-card-meta-v5 span {
  background: rgba(248, 147, 94, 0.18);
  color: #ffd5c1;
}

body.site-body .news-slide-v5.is-teal .news-slide-meta-v5 span,
body.site-body .news-card-v5.is-teal .news-card-meta-v5 span {
  background: rgba(129, 185, 176, 0.2);
  color: #d4f4ef;
}

body.site-body .news-card-v5.is-sky .news-card-meta-v5 span {
  background: rgba(60, 173, 231, 0.14);
  color: #157ba8;
}

body.site-body .news-card-v5.is-sun .news-card-meta-v5 span {
  background: rgba(239, 112, 79, 0.14);
  color: #b45437;
}

body.site-body .news-card-v5.is-teal .news-card-meta-v5 span {
  background: rgba(111, 166, 160, 0.14);
  color: #547d78;
}

body.site-body .news-collection-v5 {
  display: grid;
  gap: 1.4rem;
}

body.site-body .news-category-filters-v5 {
  display: grid;
  gap: 0.92rem;
}

body.site-body .news-category-filter-summary-v5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: wrap;
}

body.site-body .news-category-filter-summary-v5 strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.03em;
  color: var(--v2-ink);
}

body.site-body .news-category-filter-summary-v5 span {
  color: rgba(98, 108, 124, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

body.site-body .news-category-filter-list-v5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
}

body.site-body .news-category-chip-v5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(67, 78, 94, 0.92);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

body.site-body .news-category-chip-v5.is-active {
  border-color: rgba(64, 176, 232, 0.26);
  background: linear-gradient(135deg, rgba(64, 176, 232, 0.14), rgba(248, 120, 24, 0.1));
  color: var(--v2-ink);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

body.site-body .news-category-chip-v5:hover,
body.site-body .news-category-chip-v5:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(64, 176, 232, 0.3);
  box-shadow: 0 0 0 4px rgba(64, 176, 232, 0.08);
  outline: 0;
}

body.site-body .news-feed-v5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(18.5rem, 100%), 21rem));
  gap: 1rem;
  align-items: stretch;
  justify-content: start;
}

body.site-body .news-card-v5 {
  grid-column: auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: min(100%, 21rem);
  overflow: hidden;
  padding: 0.44rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.44rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.site-body .news-card-v5[hidden],
body.site-body .news-filter-empty-v5[hidden] {
  display: none !important;
}

body.site-body .news-card-v5.is-feature {
  grid-column: auto;
  display: flex;
}

body.site-body .news-card-media-v5 {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9.4;
  border-radius: 1.24rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(60, 173, 231, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(247, 248, 251, 0.98), rgba(238, 241, 246, 0.96));
}

body.site-body .news-card-v5.is-feature .news-card-media-v5 {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9.4;
}

body.site-body .news-card-body-v5 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.78rem;
  padding: 0.82rem 0.18rem 0.2rem;
}

body.site-body .news-card-v5.is-feature .news-card-body-v5 {
  justify-content: flex-start;
  padding: 0.82rem 0.18rem 0.2rem;
}

body.site-body .news-card-body-v5 h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(1.12rem, 1.25vw, 1.36rem);
  line-height: 1.08;
}

body.site-body .news-card-v5.is-feature .news-card-body-v5 h2 {
  font-size: clamp(1.12rem, 1.25vw, 1.36rem);
  line-height: 1.08;
}

body.site-body .news-card-body-v5 p {
  margin: 0;
  color: rgba(67, 78, 94, 0.82);
  line-height: 1.64;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.site-body .news-card-v5.is-feature .news-card-body-v5 p {
  max-inline-size: none;
  -webkit-line-clamp: 2;
}

body.site-body .news-card-meta-v5 time {
  color: rgba(98, 108, 124, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
}

body.site-body .news-card-foot-v5 {
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: auto;
}

body.site-body .news-card-readtime-v5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0 0.74rem;
  border: 1px solid rgba(214, 220, 229, 0.94);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(94, 104, 120, 0.82);
  font-size: 0.79rem;
  font-weight: 700;
}

body.site-body .news-card-link-v5 {
  background: transparent;
  padding: 0;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--v2-orange);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.site-body .news-card-link-v5:hover,
body.site-body .news-card-link-v5:focus-visible {
  box-shadow: none;
  color: #d96816;
}

body.site-body .news-filter-empty-v5 {
  display: grid;
  gap: 0.42rem;
  padding: 1.1rem 1.18rem;
  border: 1px dashed rgba(15, 23, 42, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.84);
}

body.site-body .news-filter-empty-v5 strong {
  font-family: var(--font-display);
  font-size: 1.06rem;
  letter-spacing: -0.03em;
}

body.site-body .news-filter-empty-v5 p {
  margin: 0;
  color: rgba(82, 96, 114, 0.84);
}

body.site-body .news-slide-placeholder-v5,
body.site-body .news-card-placeholder-v5 {
  display: grid;
  place-items: center;
  gap: 0.46rem;
  height: 100%;
  text-align: center;
  color: rgba(62, 72, 88, 0.76);
}

body.site-body .news-slide-placeholder-v5 span,
body.site-body .news-card-placeholder-v5 span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.site-body .news-slide-placeholder-v5 strong,
body.site-body .news-card-placeholder-v5 strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
}

body.site-body .news-empty-v5 {
  display: grid;
  gap: 0.65rem;
  padding: 1.3rem;
  border: 1px dashed rgba(15, 23, 42, 0.12);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.82);
}

body.site-body .news-empty-v5 h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}

@media (max-width: 1100px) {
  body.site-body .news-stage-head-v5 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.site-body .news-stage-actions-v5 {
    justify-items: start;
  }

  body.site-body .news-slider-shell-v5 {
    grid-template-columns: 1fr;
  }

  body.site-body .news-slide-v5 {
    min-height: clamp(23rem, 55vw, 29rem);
  }

  body.site-body .news-slider-rail-list-v5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-body .news-card-v5,
  body.site-body .news-card-v5.is-feature {
    grid-column: auto;
  }

  body.site-body .news-card-v5.is-feature .news-card-media-v5 {
    aspect-ratio: 16 / 9.4;
  }

  body.site-body .news-card-v5.is-feature .news-card-body-v5 {
    padding: 0.82rem 0.18rem 0.2rem;
  }
}

@media (max-width: 820px) {
  body.site-body .news-stage-v5 {
    padding: 1rem;
    border-radius: 1.7rem;
  }

  body.site-body .news-stage-title-v5 {
    max-inline-size: 9ch;
    font-size: clamp(2.55rem, 8vw, 4rem);
  }

  body.site-body .news-stage-kicker-v5,
  body.site-body .news-stage-summary-v5 {
    max-inline-size: none;
    font-size: 0.97rem;
  }

  body.site-body .news-slider-viewport-v5 {
    border-radius: 1.45rem;
  }

  body.site-body .news-slide-v5 {
    min-height: 0;
    background: transparent;
  }

  body.site-body .news-slide-media-v5 {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 10.8;
  }

  body.site-body .news-slide-media-v5::after {
    background: linear-gradient(180deg, rgba(7, 12, 20, 0) 44%, rgba(7, 12, 20, 0.3) 100%);
  }

  body.site-body .news-slide-panel-v5 {
    width: calc(100% - 1.2rem);
    min-height: 0;
    margin: -1.8rem 0.6rem 0.6rem;
    padding: 1.04rem;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 1.32rem;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.54)),
      radial-gradient(circle at 14% 18%, rgba(64, 176, 232, 0.16), transparent 34%),
      radial-gradient(circle at 90% 84%, rgba(248, 120, 24, 0.16), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 248, 252, 0.92));
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    -webkit-backdrop-filter: blur(18px) saturate(138%);
    backdrop-filter: blur(18px) saturate(138%);
  }

  body.site-body .news-slide-meta-v5 time,
  body.site-body .news-slide-readtime-v5,
  body.site-body .news-slide-panel-v5 p {
    color: rgba(67, 78, 94, 0.84);
  }

  body.site-body .news-slide-v5.is-sky .news-slide-meta-v5 span {
    color: #157ba8;
  }

  body.site-body .news-slide-v5.is-sun .news-slide-meta-v5 span {
    color: #b45437;
  }

  body.site-body .news-slide-v5.is-teal .news-slide-meta-v5 span {
    color: #547d78;
  }

  body.site-body .news-slide-panel-v5 h2 {
    max-inline-size: none;
    font-size: clamp(1.4rem, 5vw, 1.82rem);
    line-height: 1.04;
    color: var(--v2-ink);
  }

  body.site-body .news-slide-panel-v5 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.site-body .news-slide-footer-v5 a {
    background: linear-gradient(135deg, rgba(248, 120, 24, 0.96), rgba(233, 103, 47, 0.94));
    color: #fff;
    box-shadow: 0 14px 28px rgba(248, 120, 24, 0.2);
  }

  body.site-body .news-slider-rail-v5 {
    padding: 0.85rem;
    border-radius: 1.4rem;
  }

  body.site-body .news-slider-rail-list-v5,
  body.site-body .news-feed-v5 {
    grid-template-columns: 1fr;
  }

  body.site-body .news-category-filter-summary-v5 {
    align-items: flex-start;
  }

  body.site-body .news-slider-controls-v5 {
    flex-direction: column;
    align-items: stretch;
  }

  body.site-body .news-slider-status-v5,
  body.site-body .news-slider-nav-v5 {
    justify-content: space-between;
  }

  body.site-body .news-card-v5,
  body.site-body .news-card-v5.is-feature {
    grid-column: 1 / -1;
    display: flex;
    padding: 0.42rem;
  }

  body.site-body .news-card-v5.is-feature .news-card-body-v5,
  body.site-body .news-card-body-v5 {
    padding: 0.88rem 0.2rem 0.26rem;
  }
}

@media (max-width: 640px) {
  body.site-body .news-stage-v5 {
    gap: 0.95rem;
    border-radius: 1.45rem;
  }

  body.site-body .news-stage-title-v5 {
    max-inline-size: 8.5ch;
    font-size: clamp(2.2rem, 8.8vw, 3rem);
  }

  body.site-body .news-stage-kicker-v5,
  body.site-body .news-stage-summary-v5,
  body.site-body .news-slider-rail-head-v5 p {
    font-size: 0.93rem;
  }

  body.site-body .news-category-filter-list-v5 {
    gap: 0.56rem;
  }

  body.site-body .news-category-chip-v5 {
    min-height: 2.56rem;
    padding: 0 0.9rem;
    font-size: 0.8rem;
  }

  body.site-body .news-slide-panel-v5 {
    width: calc(100% - 0.9rem);
    margin: -1.45rem 0.45rem 0.45rem;
    padding: 0.96rem;
    gap: 0.8rem;
  }

  body.site-body .news-slide-meta-v5 {
    gap: 0.5rem;
  }

  body.site-body .news-slide-meta-v5 time {
    font-size: 0.74rem;
  }

  body.site-body .news-slider-dot-v5 {
    padding: 0.78rem 0.82rem;
  }

  body.site-body .news-slider-dot-copy-v5 strong {
    font-size: 0.92rem;
  }

  body.site-body .news-slider-arrow-v5 {
    min-width: 0;
    flex: 1 1 0;
  }

  body.site-body .news-card-v5 {
    border-radius: 1.42rem;
  }

  body.site-body .news-card-media-v5,
  body.site-body .news-card-v5.is-feature .news-card-media-v5 {
    aspect-ratio: 16 / 10.8;
  }

  body.site-body .news-card-body-v5 h2,
  body.site-body .news-card-v5.is-feature .news-card-body-v5 h2 {
    font-size: clamp(1.26rem, 5vw, 1.56rem);
    line-height: 1.05;
  }

  body.site-body .news-card-body-v5 p,
  body.site-body .news-card-v5.is-feature .news-card-body-v5 p {
    -webkit-line-clamp: 3;
  }

  body.site-body .news-card-foot-v5 {
    gap: 0.55rem;
  }
}
