:root {
  color-scheme: dark;
  --background: #030d1b;
  --surface: #07162a;
  --text: #f6f8ff;
  --muted: #bbcce6;
  --blue: #1788ff;
  --blue-bright: #479fff;
  --line: rgba(155, 181, 220, 0.29);
  --font: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --font-latin: "Avenir Next", "DIN Alternate", "Arial Narrow", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { min-width: 280px; background: var(--background); scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: radial-gradient(ellipse at 74% 42%, #06234a 0%, #04162e 27%, transparent 51%), radial-gradient(ellipse at 18% 53%, #14144445 0%, transparent 34%), var(--background); font-family: var(--font); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; cursor: pointer; border: 0; padding: 0; background: none; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 2px solid #79beff; outline-offset: 7px; border-radius: 2px; }
button:disabled { cursor: default; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10; padding: 12px 20px; color: var(--text); background: #125bb7; }
.skip-link:focus { top: 12px; }
.site-shell { max-width: 1760px; margin: 0 auto; padding: 0 clamp(24px, 4.3vw, 84px); }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); position: relative; z-index: 3; }
.wordmark { display: inline-flex; align-items: center; flex-shrink: 0; gap: 25px; overflow: visible; }
.wordmark-cn { font-size: 2.35rem; line-height: 1.2; font-weight: 700; letter-spacing: 0.045em; text-shadow: 0 0 2px #fff, 0 0 10px #6ea8ff99, 0 0 24px #187dff73; }
.wordmark-divider { width: 1px; height: 28px; background: var(--line); }
.wordmark-en-lockup { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 5px; transform: translateY(1px); }
.wordmark-en { position: relative; font-family: var(--font-latin); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.24em; text-shadow: 0 0 2px #fff, 0 0 10px #68a8ff8c; }
.wordmark-tagline { color: #9eb8dc; font-size: 0.75rem; line-height: 1; font-weight: 550; letter-spacing: 0.13em; white-space: nowrap; text-shadow: 0 0 8px #559cff40; }
html[lang="en"] .wordmark-tagline { font-family: var(--font-latin); font-size: 0.68rem; letter-spacing: 0.08em; }
.wordmark-en::before, .wordmark-en::after { content: ""; position: absolute; left: calc(100% - 0.25em); top: 58%; height: 1px; transform-origin: left center; pointer-events: none; }
.wordmark-en::before { width: 58px; background: linear-gradient(90deg, #ffffff, #75baffd9 37%, #2f7eff66 68%, transparent); box-shadow: 0 0 3px #fff, 0 0 9px #258cffd9; transform: rotate(-29deg); animation: light-ray 3.8s ease-in-out infinite; }
.wordmark-en::after { width: 34px; background: linear-gradient(90deg, #cce8ffb8, #4d9fff69, transparent); transform: rotate(-17deg); opacity: 0.52; }
.primary-nav { display: flex; gap: clamp(24px, 2.9vw, 48px); align-items: center; }
.primary-nav button, .contact-link, .language-switch { font-size: 1.05rem; font-weight: 600; letter-spacing: 0.025em; white-space: nowrap; min-height: 44px; text-shadow: 0 0 10px #88bfff38; }
.primary-nav button, .contact-link { transition: color 160ms ease; }
.primary-nav button:hover, .contact-link:hover { color: var(--blue-bright); }
.header-tools { display: flex; align-items: center; gap: 28px; }
.language-switch { display: flex; gap: 5px; align-items: center; }
.language-slash, .lang-en { color: #9fb1cc; }
html[lang="en"] .lang-cn { color: #9fb1cc; }
html[lang="en"] .lang-en { color: var(--text); }
.tools-divider { width: 1px; height: 28px; background: var(--line); }
.contact-link { display: flex; gap: 16px; align-items: center; }
.contact-link > span:last-child { font-size: 1.5rem; font-weight: 300; }
.primary-nav .mobile-contact, .menu-toggle { display: none; }
.hero { min-height: clamp(655px, calc(100svh - 252px), 860px); padding: clamp(68px, 8.3vh, 132px) 0 80px; display: grid; grid-template-columns: 1.07fr 1fr; align-items: center; position: relative; isolation: isolate; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 0.85rem; margin: 0 0 30px; font-family: var(--font-latin); font-size: 0.75rem; font-weight: 650; line-height: 1.8; letter-spacing: 0.28em; color: #c6daf7; }
.eyebrow-separator { color: #7492b8; }
h1 { margin: 0; font-size: clamp(3.8rem, 6.7vw, 6.7rem); line-height: 1.15; font-weight: 800; letter-spacing: -0.035em; text-rendering: geometricPrecision; }
h1 > span { display: block; overflow-wrap: anywhere; }
.headline-second-line { position: relative; width: fit-content; }
.headline-second-line > span { display: inline-block; }
.headline-white, .headline-blue { position: relative; z-index: 0; isolation: isolate; background: none; -webkit-text-stroke: 0; -webkit-text-fill-color: currentColor; }
.headline-white { width: fit-content; color: #fafbff; text-shadow: 0 1px 0 rgba(255,255,255,.16), 0 0 4px rgba(188,195,255,.42), 0 0 12px rgba(119,131,255,.28), 0 0 24px rgba(49,95,255,.12); animation: headline-white-glow 6.2s ease-in-out infinite; }
.headline-second-line > .headline-white { animation-delay: .85s; }
.headline-blue { color: #68e5ee; text-shadow: 0 1px 0 rgba(235,255,255,.18), 0 0 4px rgba(121,238,249,.44), 0 0 12px rgba(50,222,245,.30), 0 0 24px rgba(20,132,255,.13); animation: headline-blue-glow 6.2s ease-in-out 1.7s infinite; }
.headline-reflect { display: inline-block; color: #68e5ee; background-color: #68e5ee; background-image: radial-gradient(ellipse 76% 22% at 58% 78%, #ffffff 0%, #e4ffff 23%, #9af4f8 48%, rgba(104,229,238,0) 76%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 4px rgba(88,232,245,.28)); animation: headline-reflect-glint 6.2s ease-in-out 2s infinite; }
.headline-white::before, .headline-blue::before { content: none; }
.headline-white::after, .headline-blue::after { content: attr(data-glow-text); position: absolute; inset: 0; z-index: 2; pointer-events: none; white-space: pre; color: transparent; background: linear-gradient(110deg, transparent 37%, rgba(221,232,255,.14) 43%, rgba(255,255,255,.98) 50%, rgba(185,223,255,.2) 57%, transparent 63%); background-size: 280% 100%; background-position: 120% 0; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; filter: drop-shadow(0 0 5px rgba(135,157,255,.48)); opacity: 0; animation: headline-sweep 5.4s cubic-bezier(.3,.65,.35,1) infinite; }
.headline-second-line > .headline-white::after { animation-delay: .7s; }
.headline-blue::after { background-image: linear-gradient(110deg, transparent 37%, rgba(180,247,255,.14) 43%, rgba(244,255,255,.98) 50%, rgba(100,235,248,.22) 57%, transparent 63%); filter: drop-shadow(0 0 5px rgba(61,220,246,.55)); animation-delay: 1.4s; }
html[lang="en"] .headline-blue { margin-left: 0.2em; }
html[lang="zh-CN"] .headline-second-line::before { content: ""; position: absolute; left: 17%; bottom: -0.08em; width: 0.56em; height: 2px; background: linear-gradient(90deg, transparent, #c9fbff, #28d9ff, transparent); box-shadow: 0 0 7px #25d9ff, 0 0 18px #158cff; }
.mission { margin-top: 26px; color: #c4d5f1; font-size: clamp(1.2rem, 1.65vw, 1.65rem); line-height: 1.62; font-weight: 550; letter-spacing: 0.02em; text-shadow: 0 0 12px #579cff2e; }
.mission p { margin: 0; }
.mission-highlight { color: #edf7ff; font-weight: 650; text-shadow: 0 0 10px #6baeff66; }
.explore-button { position: relative; overflow: visible; margin-top: 31px; min-height: 66px; min-width: 232px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 33px; font-size: 1.25rem; font-weight: 650; letter-spacing: 0.025em; background: radial-gradient(ellipse at 62% 0%, rgba(49,179,255,.25), transparent 35%), linear-gradient(115deg, rgba(8,84,170,.3), rgba(5,35,70,.7)); border: 1px solid rgba(214,239,255,.95); border-radius: 3px; text-shadow: 0 0 2px rgba(255,255,255,.9), 0 0 10px rgba(91,183,255,.72); box-shadow: inset 0 0 20px rgba(28,139,255,.25), 0 0 2px rgba(255,255,255,.95), 0 0 10px rgba(67,170,255,.72), 0 0 28px rgba(0,101,255,.34); transition: background 160ms, transform 160ms, box-shadow 160ms; }
.explore-button::before, .explore-button::after { content: ""; position: absolute; left: 62%; width: 92px; height: 7px; pointer-events: none; background: radial-gradient(ellipse, #fff 0%, #bff9ff 10%, #52ddff 23%, rgba(22,141,255,.55) 45%, transparent 74%); filter: blur(.15px); }
.explore-button::before { top: -4px; animation: button-flare 4.6s ease-in-out infinite; }
.explore-button::after { bottom: -4px; animation: button-flare 4.6s 1.4s ease-in-out infinite; }
.explore-button:hover { background: radial-gradient(ellipse at 62% 0%, rgba(73,203,255,.34), transparent 38%), linear-gradient(115deg, rgba(17,117,221,.4), rgba(7,52,94,.78)); transform: translateY(-2px); box-shadow: inset 0 0 25px rgba(45,160,255,.32), 0 0 3px rgba(255,255,255,1), 0 0 13px rgba(89,193,255,.82), 0 10px 34px rgba(0,111,238,.38); }
.explore-button > span:last-child { font-size: 1.7rem; line-height: 1; text-shadow: 0 0 3px #fff, 0 0 13px #35a9ff; }
.earth-scene { position: relative; aspect-ratio: 1; width: 115%; margin-left: -6%; align-self: center; user-select: none; }
.earth-fallback, #earth-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.earth-fallback { object-fit: contain; mix-blend-mode: screen; mask-image: radial-gradient(ellipse, #000 43%, #000b 62%, transparent 73%); }
#earth-canvas { opacity: 0; transition: opacity 800ms ease; }
.earth-scene.is-live #earth-canvas { opacity: 1; }
.earth-scene.is-live .earth-fallback { opacity: 0; transition: opacity 800ms ease; }
.earth-light { position: absolute; height: 1px; left: -34%; right: 0; top: 50%; background: linear-gradient(90deg, transparent, #1978f838 30%, #77bdffa6 66%, transparent); box-shadow: 0 0 12px #007aff6b; pointer-events: none; }
.earth-scene::after { content: ""; position: absolute; width: 53%; height: 10px; left: 24%; bottom: 12%; background: radial-gradient(ellipse, #0485ff45, transparent 65%); filter: blur(7px); pointer-events: none; }
.motion-toggle { position: absolute; bottom: 5%; right: 10%; display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 7px 10px; font-size: 0.8125rem; color: #a3bad8; opacity: 0.7; transition: opacity 160ms; }
.motion-toggle:hover, .motion-toggle:focus-visible { opacity: 1; }
.motion-toggle[hidden] { display: none; }
.motion-symbol { font-size: 0.875rem; }
.pillar-nav { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding: 37px 0 76px; }
.pillar-nav button { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 52px); min-height: 49px; text-align: left; font-size: 1.35rem; font-weight: 650; letter-spacing: 0.02em; text-shadow: 0 0 12px #74b5ff40; border-right: 1px solid var(--line); padding: 0 clamp(20px, 4.3vw, 75px); transition: color 160ms; }
.pillar-nav button:first-child { padding-left: 0; }
.pillar-nav button:last-child { border-right: 0; }
.pillar-nav button:hover { color: var(--blue-bright); }
.pillar-number { color: #e8f5ff; font-family: var(--font-latin); font-size: 1.65rem; font-weight: 600; letter-spacing: -0.03em; text-shadow: 0 0 4px #fff, 0 0 15px #2695ffb0; }
.pillar-arrow { color: #c4d7f6; font-size: 1.65rem; font-weight: 300; transition: transform 160ms; }
.pillar-nav button:hover .pillar-arrow { transform: translateX(4px); }
.detail-dialog { width: min(650px, calc(100% - 32px)); max-height: min(85svh, 850px); margin: auto; padding: 0; overflow: auto; border: 1px solid #365278; border-radius: 5px; color: var(--text); background: #08162a; box-shadow: 0 24px 100px #0009; }
.detail-dialog::backdrop { background: #010713c9; backdrop-filter: blur(9px); }
.dialog-content { position: relative; padding: 52px 46px 42px; }
.dialog-close { position: absolute; right: 12px; top: 9px; width: 44px; height: 44px; font-size: 2rem; line-height: 1; color: var(--muted); }
.dialog-close:hover { color: white; }
.dialog-eyebrow { margin: 0 0 16px; font-size: 0.75rem; line-height: 1.6; letter-spacing: 0.23em; text-transform: uppercase; color: #6fb3ff; }
.detail-dialog h2 { margin: 0 0 24px; font-size: clamp(1.8rem, 4vw, 2.5rem); line-height: 1.3; font-weight: 650; letter-spacing: -0.035em; }
.dialog-body p { margin: 0 0 18px; color: #becfe7; line-height: 1.85; font-size: 1.0625rem; }
.dialog-body p:last-child { margin-bottom: 0; }
.dialog-body .detail-highlight { color: #f0f5ff; font-size: 1.18rem; font-weight: 550; }
.dialog-body .contact-account { width: fit-content; color: #bdeeff; font-family: var(--font-latin); font-size: 1.25rem; font-weight: 650; letter-spacing: .08em; text-shadow: 0 0 3px rgba(255,255,255,.7), 0 0 13px rgba(42,154,255,.64); user-select: all; }
.contact-qr-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 210px)); gap: 24px; margin-top: 25px; }
.contact-qr { width: 210px; max-width: 100%; margin: 0; }
.contact-qr img { display: block; width: 210px; max-width: 100%; height: auto; border-radius: 7px; background: #fff; box-shadow: 0 0 0 1px rgba(201,235,255,.7), 0 0 8px rgba(102,203,255,.55), 0 0 24px rgba(0,112,255,.3); }
.wechat-qr .qr-crop { position: relative; width: 210px; max-width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 7px; background: #fff; box-shadow: 0 0 0 1px rgba(201,235,255,.7), 0 0 8px rgba(102,203,255,.55), 0 0 24px rgba(0,112,255,.3); }
.wechat-qr .qr-crop img { position: absolute; left: -50px; top: -108px; width: 309px; max-width: none; height: auto; border-radius: 0; box-shadow: none; }
.contact-qr figcaption { margin-top: 11px; color: #a8c7ec; font-size: .875rem; line-height: 1.5; text-align: center; }
.dialog-body .detail-note { font-size: 0.875rem; color: #a8bbd7; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.dialog-actions:empty { display: none; }
.dialog-action { min-height: 46px; padding: 12px 21px; background: #0874f8; border: 1px solid #248bff; border-radius: 3px; font-size: 1rem; }
.dialog-action:hover { background: #2187ff; }
.copy-status { align-self: center; color: #a8caff; font-size: 0.875rem; }
.noscript-message { max-width: 900px; margin: 24px auto; padding: 0 24px; color: var(--muted); }
html[lang="en"] h1 { font-size: clamp(3.2rem, 5.5vw, 5.6rem); line-height: 1.13; letter-spacing: -0.065em; }
html[lang="en"] h1 > span { white-space: normal; }
html[lang="en"] .mission { font-size: clamp(1rem, 1.5vw, 1.4rem); letter-spacing: 0; line-height: 1.65; }
html[lang="en"] .pillar-nav button { font-size: 1.1rem; gap: 24px; }
@media (min-width: 1760px) { .hero { grid-template-columns: 1fr 1fr; } }
@media (max-width: 1200px) {
  .site-header { gap: 20px; }
  .wordmark { gap: 16px; }
  .wordmark-cn { font-size: 2rem; }
  .wordmark-en { font-size: 0.875rem; letter-spacing: 0.26em; }
  .primary-nav { gap: 23px; }
  .primary-nav button, .contact-link, .language-switch { font-size: 0.9375rem; }
  .header-tools { gap: 17px; }
  .contact-link { gap: 9px; }
  .eyebrow { max-width: 440px; gap: 0.6rem; letter-spacing: 0.19em; }
  .hero { min-height: 635px; }
  .pillar-nav button { gap: 24px; padding: 0 34px; font-size: 1.2rem; }
}
@media (max-width: 960px) {
  .site-header { flex-wrap: wrap; padding: 21px 0 15px; gap: 15px; }
  .primary-nav { order: 3; flex-basis: 100%; justify-content: center; gap: 42px; }
  .hero { min-height: 630px; padding: 65px 0 68px; grid-template-columns: 1.1fr 1fr; }
  h1 { font-size: clamp(3.2rem, 6.8vw, 4.5rem); }
  .eyebrow { font-size: 0.75rem; letter-spacing: 0.15em; gap: 0.3rem 0.75rem; }
  .eyebrow > span:last-child { flex-basis: 100%; }
  .eyebrow-separator { display: none; }
  .earth-scene { width: 121%; margin-left: -15%; }
  .explore-button { min-width: 205px; min-height: 58px; font-size: 1.1rem; padding: 14px 25px; }
  .pillar-nav { padding-bottom: 50px; }
  .pillar-nav button { font-size: 1.1rem; gap: 18px; padding: 0 25px; }
}
@media (max-width: 680px) {
  .site-shell { padding: 0 20px; }
  .site-header { min-height: 72px; flex-wrap: nowrap; padding: 0; gap: 12px; }
  .wordmark { gap: 11px; }
  .wordmark-cn { font-size: 1.72rem; }
  .wordmark-divider { height: 22px; }
  .wordmark-en { font-size: 0.7rem; letter-spacing: 0.22em; }
  .wordmark-en-lockup { gap: 3px; }
  .wordmark-tagline { font-size: 0.625rem; letter-spacing: 0.08em; }
  html[lang="en"] .wordmark-tagline { font-size: 0.55rem; letter-spacing: 0.035em; }
  .wordmark-en::before { width: 43px; }
  .wordmark-en::after { width: 25px; }
  .header-tools { gap: 7px; }
  .header-tools .contact-link, .tools-divider { display: none; }
  .menu-toggle { width: 36px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
  .menu-toggle span { width: 21px; height: 1px; background: #d4e1f7; transition: transform 160ms; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { display: none; position: absolute; top: calc(100% + 1px); left: -20px; right: -20px; padding: 18px 24px 23px; gap: 6px; background: #051327; border-bottom: 1px solid var(--line); box-shadow: 0 20px 32px #0005; }
  .primary-nav[data-open="true"] { display: flex; flex-direction: column; align-items: stretch; }
  .primary-nav button { text-align: left; padding: 7px 0; font-size: 1rem; }
  .primary-nav .mobile-contact { display: block; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding: 34px 0 0; }
  .eyebrow { margin-bottom: 18px; line-height: 1.65; letter-spacing: 0.16em; gap: 0.25rem 0.5rem; }
  h1 { font-size: clamp(2.3rem, 10vw, 3.4rem); line-height: 1.14; letter-spacing: -0.035em; }
  .mission { margin-top: 17px; font-size: 1.05rem; line-height: 1.62; }
  .explore-button { margin-top: 20px; min-width: 188px; min-height: 54px; padding: 13px 23px; font-size: 1.05rem; }
  .explore-button > span:last-child { font-size: 1.45rem; }
  .earth-scene { width: min(80vw, 320px); max-width: none; margin: -18px auto -8px; aspect-ratio: 1; }
  .earth-light { left: -5%; right: -5%; }
  .motion-toggle { bottom: 3%; right: 2%; }
  .pillar-nav { grid-template-columns: 1fr; padding: 6px 0 30px; }
  .pillar-nav button, .pillar-nav button:first-child, .pillar-nav button:last-child { min-height: 74px; border-right: 0; border-bottom: 1px solid #8fabd126; padding: 14px 0; gap: 30px; font-size: 1.15rem; }
  .pillar-nav button:last-child { border-bottom: 0; }
  .pillar-number { font-size: 1.4rem; }
  .pillar-arrow { margin-left: auto; }
  .dialog-content { padding: 52px 26px 30px; }
  .contact-qr-grid { grid-template-columns: 1fr; }
  html[lang="en"] h1 { font-size: clamp(2.65rem, 10.1vw, 4.2rem); }
  html[lang="en"] .mission { font-size: 1.0625rem; }
}
@media (max-width: 359px) {
  .site-shell { padding: 0 18px; }
  .wordmark { gap: 10px; }
  .wordmark-cn { font-size: 1.65rem; }
  .wordmark-en { font-size: 0.75rem; letter-spacing: 0.15em; }
  .wordmark-tagline { font-size: 0.58rem; letter-spacing: 0.045em; }
  html[lang="en"] .wordmark-tagline { font-size: 0.5rem; letter-spacing: 0; }
  .language-switch { font-size: 0.875rem; }
  .header-tools { gap: 3px; }
  .hero { padding-top: 30px; }
  .primary-nav { left: -18px; right: -18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@keyframes light-ray {
  0%, 100% { opacity: 0.72; filter: brightness(0.9); }
  50% { opacity: 1; filter: brightness(1.42); }
}
@keyframes button-flare {
  0%, 100% { opacity: 0.48; transform: translateX(-50%) scaleX(0.75); }
  50% { opacity: 1; transform: translateX(-50%) scaleX(1.12); }
}
@keyframes headline-white-glow {
  0%, 36%, 64%, 100% { text-shadow: 0 1px 0 rgba(255,255,255,.16), 0 0 4px rgba(188,195,255,.42), 0 0 12px rgba(119,131,255,.28), 0 0 24px rgba(49,95,255,.12); }
  48%, 54% { text-shadow: 0 1px 0 rgba(255,255,255,.22), 0 0 6px rgba(221,224,255,.68), 0 0 18px rgba(142,151,255,.47), 0 0 34px rgba(49,95,255,.21); }
}
@keyframes headline-blue-glow {
  0%, 36%, 64%, 100% { text-shadow: 0 1px 0 rgba(235,255,255,.18), 0 0 4px rgba(121,238,249,.44), 0 0 12px rgba(50,222,245,.30), 0 0 24px rgba(20,132,255,.13); }
  48%, 54% { text-shadow: 0 1px 0 rgba(245,255,255,.25), 0 0 6px rgba(185,250,255,.70), 0 0 18px rgba(70,228,246,.50), 0 0 34px rgba(20,132,255,.22); }
}
@keyframes headline-reflect-glint {
  0%, 42%, 60%, 100% { filter: drop-shadow(0 0 4px rgba(88,232,245,.28)) brightness(1); }
  49%, 54% { filter: drop-shadow(0 0 8px rgba(151,249,255,.54)) brightness(1.11); }
}
@keyframes headline-sweep {
  0%, 13% { opacity: 0; background-position: 120% 0; }
  18% { opacity: .88; }
  40% { opacity: .88; background-position: -20% 0; }
  45%, 100% { opacity: 0; background-position: -20% 0; }
}
