:root {
  --ink: #0a0a0a;
  --paper: #f3f4ef;
  --white: #ffffff;
  --line: rgba(10, 10, 10, 0.16);
  --green: #c6ff1a;
  --red: #fa4b35;
  --yellow: #ffc845;
  --grey: #a5a69f;
  --header-h: 84px;
  --side: 5vw;
  --font-sans: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  --font-latin: Inter, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-content: center;
  gap: 22px;
  color: var(--white);
  background: var(--ink);
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.page-loader p {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}

.loader-mark {
  position: relative;
  width: 60px;
  height: 48px;
  margin: 0 auto;
}

.loader-mark span {
  position: absolute;
  bottom: 0;
  width: 14px;
  background: var(--green);
  animation: load-bars 0.75s ease-in-out infinite alternate;
}

.loader-mark span:nth-child(1) { left: 0; height: 23px; }
.loader-mark span:nth-child(2) { left: 20px; height: 36px; animation-delay: 0.13s; }
.loader-mark span:nth-child(3) { left: 40px; height: 48px; animation-delay: 0.26s; }

@keyframes load-bars {
  to { transform: scaleY(0.45); transform-origin: bottom; background: var(--red); }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(310px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  height: var(--header-h);
  padding: 0 var(--side);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: height 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.site-header.scrolled {
  height: 68px;
  color: var(--ink);
  background: rgba(243, 244, 239, 0.94);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.brand-mark i {
  display: block;
  width: 8px;
  background: currentColor;
  transform: skewY(-28deg);
}

.brand-mark i:nth-child(1) { height: 15px; }
.brand-mark i:nth-child(2) { height: 23px; }
.brand-mark i:nth-child(3) { height: 31px; background: var(--green); }

.brand-name {
  display: flex;
  flex-direction: column;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-name small {
  margin-top: 3px;
  font-family: var(--font-latin);
  font-size: 8px;
  font-weight: 500;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: 13px;
}

.desktop-nav a {
  position: relative;
  padding: 8px 0;
}

.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 1px;
  height: 1px;
  background: currentColor;
  transition: right 0.25s ease;
}

.desktop-nav a:hover::after { right: 0; }

.nav-cta {
  justify-self: end;
  min-width: 126px;
  height: 40px;
  color: var(--ink);
  background: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.nav-cta span { margin-left: 14px; }

.menu-toggle {
  display: none;
  justify-self: end;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px 0;
  background: currentColor;
  transition: transform 0.3s ease;
}

.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  height: 92svh;
  overflow: hidden;
  color: var(--white);
  background: #141414;
}

.city-motion {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background: transparent;
}

.hero-city-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.7) contrast(1.05);
  transform: scale(1.02);
}

.city-motion::before {
  content: '';
  position: absolute;
  inset: 8% -6% 34% 34%;
  border: 1px solid rgba(198,255,26,.18);
  transform: skewX(-12deg);
  background: repeating-linear-gradient(90deg, transparent 0 58px, rgba(255,255,255,.07) 59px 60px), repeating-linear-gradient(0deg, transparent 0 58px, rgba(255,255,255,.05) 59px 60px);
  animation: city-drift 16s ease-in-out infinite alternate;
}

.city-orbit { position: absolute; border: 1px solid rgba(198,255,26,.35); border-radius: 50%; animation: city-spin 22s linear infinite; }
.city-orbit::before, .city-orbit::after { content: ''; position: absolute; width: 7px; height: 7px; background: var(--green); box-shadow: 0 0 20px rgba(198,255,26,.8); }
.city-orbit::before { left: 12%; top: 8%; }
.city-orbit::after { right: 7%; bottom: 18%; }
.city-orbit-a { right: 2%; top: 4%; width: min(52vw, 760px); aspect-ratio: 1; }
.city-orbit-b { right: 17%; top: 21%; width: min(30vw, 440px); aspect-ratio: 1; animation-direction: reverse; animation-duration: 15s; }
@keyframes city-spin { to { transform: rotate(360deg); } }
@keyframes city-drift { to { transform: skewX(-12deg) translate3d(-2.5%, 1.5%, 0); } }

.city-skyline { position: absolute; left: 28%; right: -2%; bottom: 23%; display: flex; align-items: flex-end; gap: clamp(7px, 1.3vw, 22px); height: 48%; opacity: .76; }
.city-skyline i { position: relative; flex: 1; max-width: 84px; height: 36%; border: 1px solid rgba(255,255,255,.35); background: linear-gradient(90deg, rgba(255,255,255,.07), rgba(198,255,26,.08)); box-shadow: inset 0 0 0 7px rgba(7,8,8,.68); }
.city-skyline i::after { content: ''; position: absolute; left: 50%; top: -28px; width: 1px; height: 28px; background: rgba(255,255,255,.5); }
.city-skyline i:nth-child(2) { height: 58%; }
.city-skyline i:nth-child(3) { height: 43%; }
.city-skyline i:nth-child(4) { height: 82%; border-radius: 45% 45% 0 0; }
.city-skyline i:nth-child(5) { height: 96%; clip-path: polygon(50% 0, 72% 20%, 72% 100%, 28% 100%, 28% 20%); }
.city-skyline i:nth-child(6) { height: 68%; }
.city-skyline i:nth-child(7) { height: 52%; }
.city-skyline i:nth-child(8) { height: 74%; }
.city-skyline i:nth-child(9) { height: 39%; }

.city-river { position: absolute; left: 10%; right: -10%; bottom: 5%; height: 22%; transform: perspective(420px) rotateX(58deg) rotateZ(-3deg); overflow: hidden; }
.city-river i { position: absolute; left: -30%; width: 36%; height: 2px; background: linear-gradient(90deg, transparent, var(--yellow), var(--red), transparent); animation: river-scan 7s linear infinite; }
.city-river i:nth-child(1) { top: 18%; }
.city-river i:nth-child(2) { top: 49%; animation-delay: -2.7s; }
.city-river i:nth-child(3) { top: 77%; animation-delay: -5.1s; }
@keyframes river-scan { to { transform: translateX(410%); } }

.city-data { position: absolute; right: 4%; bottom: 13%; display: flex; gap: 20px; color: rgba(255,255,255,.38); font-family: var(--font-latin); font-size: 9px; }
.city-data span:last-child { color: var(--green); }

.hero-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(7, 7, 7, 0.9) 0%, rgba(7, 7, 7, 0.62) 43%, rgba(7, 7, 7, 0.12) 77%), linear-gradient(0deg, rgba(7, 7, 7, 0.72), transparent 44%);
}

@keyframes hero-drift {
  to { transform: scale(1.14) translate3d(-2.5%, -1.6%, 0); }
}

.city-light-trails {
  position: absolute;
  z-index: 3;
  left: 31%;
  right: 10%;
  bottom: 15%;
  height: 22%;
  overflow: hidden;
  opacity: .85;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 80%, transparent);
}

.city-light-trails i {
  position: absolute;
  left: -30%;
  width: 28%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--yellow), var(--red), transparent);
  filter: blur(.2px);
  transform: rotate(-7deg);
  animation: trail-run 3.8s linear infinite;
}

.city-light-trails i:nth-child(1) { top: 21%; }
.city-light-trails i:nth-child(2) { top: 47%; animation-delay: -1.1s; animation-duration: 4.6s; }
.city-light-trails i:nth-child(3) { top: 68%; animation-delay: -2.3s; animation-duration: 3.2s; }
.city-light-trails i:nth-child(4) { top: 83%; animation-delay: -.6s; animation-duration: 5.1s; }

@keyframes trail-run {
  to { transform: translateX(520%) rotate(-7deg); }
}

.river-shimmer {
  position: absolute;
  z-index: 2;
  top: 45%;
  right: 8%;
  width: 58%;
  height: 11%;
  opacity: .28;
  background: repeating-linear-gradient(100deg, transparent 0 12px, rgba(255,255,255,.88) 13px 14px, transparent 15px 28px);
  mix-blend-mode: screen;
  transform: rotate(-3deg);
  mask-image: linear-gradient(90deg, transparent, black 22%, black 75%, transparent);
  animation: river-flow 3.6s linear infinite;
}

@keyframes river-flow {
  to { background-position: 160px 0; transform: rotate(-3deg) translateX(2%); }
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, black, transparent 68%);
}

.hero-copy {
  position: absolute;
  z-index: 5;
  left: var(--side);
  top: 50%;
  width: min(660px, 46vw);
  transform: translateY(-44%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  background: var(--green);
  animation: status-pulse 1.6s ease infinite;
}

@keyframes status-pulse {
  50% { box-shadow: 0 0 0 7px rgba(198, 255, 26, 0); }
  0%, 100% { box-shadow: 0 0 0 0 rgba(198, 255, 26, 0.45); }
}

.hero h1 {
  margin: 0;
  max-width: 650px;
  font-family: var(--font-sans);
  font-size: 76px;
  font-weight: 700;
  line-height: 1.08;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 28px;
  font-weight: 500;
}

.hero-line {
  margin: 24px 0 0;
  color: rgba(255,255,255,.8);
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--green); }
.button-primary:hover { background: var(--white); }
.button-light { color: var(--ink); background: var(--white); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 11px 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.hero-advisor {
  position: absolute;
  z-index: 4;
  right: 3.8vw;
  bottom: 8.5vh;
  width: min(33vw, 500px);
  height: min(69vh, 630px);
  will-change: transform;
}

.portrait-frame {
  position: absolute;
  inset: 0 3% 0 6%;
  overflow: hidden;
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  background: #c97d28;
  box-shadow: 0 20px 70px rgba(0,0,0,.4);
}

.portrait-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8,8,8,.62), transparent 45%);
}

.portrait-frame .portrait-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.82) contrast(1.08);
  transform: scale(1.03);
}

@keyframes portrait-breathe {
  to { transform: scale(1.045) translateY(-1%); }
}

.portrait-scan {
  position: absolute;
  z-index: 2;
  left: 10%;
  right: 10%;
  top: 8%;
  height: 1px;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
  animation: scan 4.8s ease-in-out infinite;
}

@keyframes scan {
  0%, 12% { transform: translateY(0); opacity: 0; }
  25% { opacity: .9; }
  80% { opacity: .6; }
  100% { transform: translateY(480px); opacity: 0; }
}

.advisor-tag {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  animation: tag-float 3.5s ease-in-out infinite;
}

.advisor-tag span { color: #74756f; font-size: 9px; }
.advisor-tag-one { left: -4%; top: 22%; }
.advisor-tag-two { right: -2%; top: 48%; animation-delay: .7s; }
.advisor-tag-three { left: 2%; bottom: 18%; animation-delay: 1.4s; }

@keyframes tag-float {
  50% { transform: translateY(-8px); }
}

.advisor-caption {
  position: absolute;
  z-index: 3;
  right: 14%;
  bottom: 4%;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
}

.advisor-caption i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(198,255,26,.5);
  animation: status-pulse 1.6s ease infinite;
}

.signal-path {
  position: absolute;
  z-index: 3;
  width: 230px;
  height: 90px;
  border-top: 1px solid rgba(198,255,26,.7);
  border-right: 1px solid rgba(198,255,26,.7);
}

.signal-path i {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--green);
  animation: signal 3s linear infinite;
}

.signal-path-a { right: 35%; top: 29%; }
.signal-path-b { right: 16%; bottom: 20%; transform: rotate(180deg); }

@keyframes signal {
  0% { left: 0; top: -3px; }
  65% { left: calc(100% - 3px); top: -3px; }
  100% { left: calc(100% - 3px); top: calc(100% - 3px); }
}

.hero-foot {
  position: absolute;
  z-index: 6;
  left: var(--side);
  right: var(--side);
  bottom: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.hero-foot p { margin: 0; font-size: 11px; color: rgba(255,255,255,.64); }
.hero-index { display: grid; grid-template-columns: auto 66px auto; align-items: center; gap: 10px; }
.hero-index b { font-size: 11px; }
.hero-index span { height: 1px; background: rgba(255,255,255,.5); }
.hero-index small { font-size: 9px; color: rgba(255,255,255,.58); }

.ticker {
  height: 70px;
  overflow: hidden;
  color: var(--ink);
  background: var(--green);
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: ticker-scroll 26s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-right: 34px;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.ticker-track i { font-style: normal; font-size: 9px; }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

.section-pad { padding: 130px var(--side); }
main section[id] { scroll-margin-top: var(--header-h); }

.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 46px;
}

.section-kicker span {
  padding: 5px 8px;
  color: var(--paper);
  background: var(--ink);
  font-size: 9px;
  font-weight: 700;
}

.section-kicker small { font-size: 11px; font-weight: 600; }
.section-kicker.inverse span { color: var(--ink); background: var(--green); }

.about-copy {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: 70px;
}

.about-copy h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.35;
}

.about-copy p {
  max-width: 680px;
  margin: 0 0 4px;
  color: #5f605b;
  font-size: 15px;
  line-height: 1.95;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric {
  min-height: 245px;
  padding: 30px 28px 25px 0;
  border-right: 1px solid var(--line);
}

.metric + .metric { padding-left: 28px; }
.metric:last-child { border-right: 0; }
.metric p { margin: 0; color: #686963; font-size: 13px; }
.metric strong { display: flex; align-items: flex-end; gap: 10px; margin-top: 48px; font-size: 64px; line-height: 1; }
.metric em { margin-bottom: 8px; font-size: 14px; font-style: normal; }
.metric small { display: block; margin-top: 30px; color: #777872; font-size: 10px; }

.services {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  color: var(--white);
  background: var(--ink);
}

.services-intro { position: sticky; top: 120px; align-self: start; }
.services h2,
.process h2,
.cases h2,
.insights h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 54px;
  font-weight: 500;
  line-height: 1.25;
}

.services-intro > p {
  max-width: 470px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 15px;
  line-height: 1.9;
}

.service-list { border-top: 1px solid rgba(255,255,255,.2); }

.service-row {
  display: grid;
  grid-template-columns: 46px 1fr 1.25fr 42px;
  gap: 20px;
  align-items: start;
  padding: 32px 0 28px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  outline: none;
  transition: color .3s ease, padding .3s ease;
}

.service-row:hover,
.service-row:focus,
.service-row.active { color: var(--green); padding-left: 12px; }
.service-no { font-size: 11px; color: rgba(255,255,255,.42); }
.service-name p { margin: 0 0 8px; font-size: 9px; color: rgba(255,255,255,.42); }
.service-name h3 { margin: 0; font-size: 23px; font-weight: 500; }
.service-desc { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.75; }
.service-symbol { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.28); font-size: 20px; }
.service-detail { grid-column: 2 / 5; display: flex; gap: 9px; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .35s ease, opacity .35s ease, margin .35s ease; }
.service-detail b { padding: 8px 10px; color: var(--ink); background: var(--green); font-size: 10px; }
.service-row:hover .service-detail,
.service-row:focus .service-detail,
.service-row.active .service-detail { max-height: 50px; margin-top: 9px; opacity: 1; }

.process {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 820px;
  color: var(--white);
  background: #171816;
}

.process-media { position: relative; min-height: 820px; overflow: hidden; }
.process-media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.72) contrast(1.05); transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.process-media.step-1 img { transform: scale(1.08) translateX(-2%); }
.process-media.step-2 img { transform: scale(1.15) translateX(2%); filter: saturate(.38) contrast(1.15); }
.process-media.step-3 img { transform: scale(1.22) translateX(-3%); filter: saturate(1) contrast(1.05); }
.media-scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,10,.78), transparent 60%); }
.media-label { position: absolute; left: 36px; right: 36px; bottom: 28px; display: flex; align-items: center; gap: 16px; margin: 0; font-size: 9px; }
.media-label i { flex: 1; height: 1px; background: rgba(255,255,255,.5); }

.focus-frame { position: absolute; left: 36%; top: 24%; width: 35%; aspect-ratio: 1; animation: focus-drift 7s ease-in-out infinite alternate; }
.focus-frame span { position: absolute; width: 24px; height: 24px; border-color: var(--green); }
.focus-frame span:nth-child(1) { left: 0; top: 0; border-left: 2px solid var(--green); border-top: 2px solid var(--green); }
.focus-frame span:nth-child(2) { right: 0; top: 0; border-right: 2px solid var(--green); border-top: 2px solid var(--green); }
.focus-frame span:nth-child(3) { right: 0; bottom: 0; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); }
.focus-frame span:nth-child(4) { left: 0; bottom: 0; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); }
@keyframes focus-drift { to { transform: translate3d(18px, -12px, 0) scale(.92); } }

.process-panel { padding: 110px 6vw 70px; }
.process-tabs { margin-top: 56px; border-top: 1px solid rgba(255,255,255,.2); }
.process-tab { position: relative; display: grid; grid-template-columns: 45px 1fr; gap: 3px 15px; width: 100%; padding: 21px 16px 21px 0; color: rgba(255,255,255,.46); background: transparent; border-bottom: 1px solid rgba(255,255,255,.2); text-align: left; transition: color .25s ease, padding .25s ease, background .25s ease; }
.process-tab::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--green); transform: scaleY(0); transition: transform .25s ease; }
.process-tab span { grid-row: 1 / 3; padding-top: 3px; font-size: 10px; }
.process-tab b { font-size: 16px; font-weight: 600; }
.process-tab small { font-size: 10px; }
.process-tab.active { padding-left: 16px; color: var(--white); background: rgba(255,255,255,.05); }
.process-tab.active::before { transform: scaleY(1); }
.process-note { display: flex; gap: 24px; margin-top: 26px; color: rgba(255,255,255,.52); }
.process-note span { flex: 0 0 auto; color: var(--green); font-size: 10px; }
.process-note p { margin: 0; font-size: 12px; line-height: 1.8; }

.cases-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 8vw; margin-bottom: 65px; }
.cases-head > p { max-width: 390px; margin: 0 0 8px; color: #656660; font-size: 14px; line-height: 1.8; }
.case-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 16px; }
.case-card { position: relative; display: flex; flex-direction: column; min-height: 550px; padding: 28px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.case-top { display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.case-top span { font-weight: 700; }
.case-top small { color: #777; font-size: 9px; }
.case-card h3 { margin: auto 0 16px; max-width: 440px; font-family: var(--font-sans); font-size: 25px; font-weight: 600; line-height: 1.48; }
.case-card > p { margin: 0 0 30px; color: #666761; font-size: 12px; line-height: 1.8; }
.case-result { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 20px; border-top: 1px solid currentColor; }
.case-result span { display: flex; flex-direction: column; gap: 5px; font-size: 9px; }
.case-result b { font-size: 15px; }
.case-visual { position: relative; height: 215px; margin: 30px 0; background: #e7e9e1; overflow: hidden; }
.case-visual strong { position: absolute; right: 22px; bottom: 16px; font-size: 60px; font-weight: 500; }
.case-visual strong small { margin-left: 3px; font-size: 11px; }
.machine-lines { position: absolute; inset: 25px; border: 1px solid #999d92; transform: perspective(300px) rotateX(58deg) rotateZ(-20deg); }
.machine-lines i { position: absolute; background: var(--red); }
.machine-lines i:nth-child(1) { left: 14%; top: -5%; width: 1px; height: 110%; }
.machine-lines i:nth-child(2) { left: 48%; top: -5%; width: 1px; height: 110%; }
.machine-lines i:nth-child(3) { left: -5%; top: 30%; width: 110%; height: 1px; }
.machine-lines i:nth-child(4) { left: -5%; top: 65%; width: 110%; height: 1px; }
.case-dark { color: var(--white); background: #101110; }
.case-dark > p, .case-dark .case-top small { color: rgba(255,255,255,.56); }
.molecule { position: relative; height: 210px; margin-top: 35px; }
.molecule i { position: absolute; width: 42px; height: 42px; border: 1px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 10px rgba(198,255,26,.05); animation: molecule-pulse 3s ease infinite; }
.molecule i::after { content: ''; position: absolute; left: 41px; top: 20px; width: 86px; height: 1px; background: rgba(198,255,26,.7); transform-origin: left; }
.molecule i:nth-child(1) { left: 6%; top: 34%; }
.molecule i:nth-child(2) { left: 45%; top: 8%; animation-delay: .4s; }
.molecule i:nth-child(2)::after { transform: rotate(72deg); }
.molecule i:nth-child(3) { right: 5%; top: 40%; animation-delay: .8s; }
.molecule i:nth-child(3)::after { display: none; }
.molecule i:nth-child(4) { left: 36%; bottom: 0; animation-delay: 1.2s; }
.molecule i:nth-child(4)::after { transform: rotate(-94deg); }
.molecule i:nth-child(5) { width: 16px; height: 16px; left: 52%; top: 46%; background: var(--green); animation-delay: 1.5s; }
.molecule i:nth-child(5)::after { display: none; }
@keyframes molecule-pulse { 50% { transform: scale(.82); opacity: .56; } }
.case-red { color: var(--white); background: var(--red); border-color: var(--red); }
.case-red > p, .case-red .case-top small { color: rgba(255,255,255,.74); }
.energy-meter { position: relative; height: 210px; margin: 35px 0 10px; border: 1px solid rgba(255,255,255,.45); overflow: hidden; }
.energy-meter i { position: absolute; left: 0; right: 0; bottom: 0; height: 63%; background: var(--green); clip-path: polygon(0 82%, 13% 72%, 29% 78%, 40% 30%, 56% 51%, 70% 20%, 82% 31%, 100% 0, 100% 100%, 0 100%); animation: meter-rise 2.8s ease-in-out infinite alternate; }
.energy-meter b { position: absolute; z-index: 2; right: 18px; top: 15px; color: var(--white); font-size: 31px; }
@keyframes meter-rise { from { transform: translateY(45%); } }

.insights { display: grid; grid-template-columns: .78fr 1.22fr; color: var(--white); background: #101110; }
.insights-side { padding: 110px var(--side); border-right: 1px solid rgba(255,255,255,.16); }
.insights-side .button { margin-top: 54px; }
.insight-list { padding: 95px var(--side) 95px 5vw; }
.insight-item { display: grid; grid-template-columns: 100px 1fr 34px; gap: 24px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); transition: color .25s ease, padding .25s ease; }
.insight-item:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.insight-item:hover { padding-left: 14px; color: var(--green); }
.insight-item time { font-size: 10px; color: rgba(255,255,255,.48); }
.insight-item span { font-size: 9px; color: var(--green); }
.insight-item h3 { margin: 8px 0 0; font-size: 17px; font-weight: 500; }
.insight-item p { margin: 8px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.65; }
.insight-item > b { font-size: 21px; font-weight: 400; }

.contact { background: var(--paper); }
.contact-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr); gap: 7vw; align-items: end; }
.contact-intro .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.contact-intro h2 { margin: 0; font-size: 48px; line-height: 1.3; }
.contact-intro > p { max-width: 530px; margin: 0; color: #62635e; font-size: 14px; line-height: 1.95; }
.contact-grid { display: grid; grid-template-columns: 1.35fr .8fr 1.1fr .9fr; margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-grid-three { grid-template-columns: 1.35fr .8fr 1.1fr; }
.contact-grid article { display: flex; min-width: 0; flex-direction: column; gap: 20px; min-height: 190px; padding: 28px; border-right: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.contact-grid article:first-child { padding-left: 0; }
.contact-grid article:last-child { border-right: 0; }
.contact-grid article:hover { background: rgba(255,255,255,.58); transform: translateY(-3px); }
.contact-grid small { color: #6f706a; font-size: 10px; letter-spacing: .04em; }
.contact-grid strong { margin-top: auto; overflow-wrap: anywhere; font-size: 17px; line-height: 1.6; }
.contact-pending strong { color: #8b4b42; }
.contact-notice { display: flex; gap: 18px; align-items: baseline; margin: 28px 0 0; padding: 19px 22px; color: #666761; background: rgba(255,255,255,.5); border-top: 2px solid var(--red); font-size: 11px; line-height: 1.9; }
.contact-notice::before { content: '重要说明'; flex: 0 0 auto; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .08em; }

.final-cta { position: relative; min-height: 660px; overflow: hidden; color: var(--white); background: #121412; }
.cta-bg { position: absolute; inset: -4%; overflow: hidden; background: linear-gradient(110deg, rgba(8,8,8,.94), rgba(8,8,8,.2)), repeating-linear-gradient(90deg, #121412 0 84px, #1b201c 85px 86px); }
.cta-bg::before { content: ''; position: absolute; right: -8%; top: -55%; width: 70%; aspect-ratio: 1; border: 1px solid rgba(198,255,26,.35); border-radius: 50%; animation: city-spin 28s linear infinite; }
.cta-bg i { position: absolute; right: -8%; top: 22%; width: 62%; height: 1px; background: linear-gradient(90deg, transparent, var(--green)); transform-origin: right; animation: cta-ray 7s ease-in-out infinite alternate; }
.cta-bg i:nth-child(2) { top: 45%; animation-delay: -2s; }
.cta-bg i:nth-child(3) { top: 68%; animation-delay: -4s; }
@keyframes cta-ray { to { transform: rotate(-8deg) translateX(-10%); opacity: .35; } }
.cta-content { position: relative; z-index: 2; padding: 130px var(--side); }
.cta-content .button { margin-top: 44px; }
.cta-contact { position: absolute; z-index: 2; right: var(--side); bottom: 52px; display: flex; flex-direction: column; align-items: flex-end; }
.cta-contact span { color: rgba(255,255,255,.55); font-size: 10px; }
.cta-contact b { margin: 7px 0; font-size: 25px; }
.cta-contact small { font-size: 9px; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 66px; padding: 70px var(--side) 38px; color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,.16); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand b { font-size: 20px; }
.footer-brand small { margin-top: 4px; font-size: 8px; }
.footer-links { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.65); font-size: 12px; }
.footer-meta { grid-column: 1 / -1; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-meta p { margin: 0; color: rgba(255,255,255,.38); font-size: 9px; }
.footer-meta a, .legal-footer a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-meta a:hover, .legal-footer a:hover { color: rgba(255,255,255,.82); border-bottom-color: rgba(255,255,255,.5); }
.photo-credit { max-width: 350px; text-align: right; }

.estimator {
  width: min(940px, calc(100vw - 40px));
  max-height: 88vh;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 0;
  overflow: auto;
}

.estimator::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 3; right: 20px; top: 18px; width: 38px; height: 38px; color: var(--white); background: transparent; font-size: 28px; font-weight: 300; }
.estimator-head { padding: 50px; color: var(--white); background: var(--ink); }
.estimator-head p { margin: 0 0 24px; color: var(--green); font-size: 9px; font-weight: 700; }
.estimator-head h2 { margin: 0 0 13px; font-family: var(--font-sans); font-size: 34px; }
.estimator-head span { color: rgba(255,255,255,.56); font-size: 12px; }
.estimator form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 42px 50px 50px; }
.estimator label { display: flex; flex-direction: column; gap: 10px; color: #555650; font-size: 11px; }
.estimator input[type='number'], .estimator select { width: 100%; height: 52px; padding: 0 13px; color: var(--ink); background: transparent; border: 1px solid #b8bab1; border-radius: 0; outline: none; }
.estimator input:focus, .estimator select:focus { border-color: var(--ink); }
.range-wrap { display: flex; align-items: center; gap: 16px; height: 52px; padding: 0 13px; border: 1px solid #b8bab1; }
.range-wrap input { flex: 1; accent-color: var(--red); }
.range-wrap output { min-width: 34px; color: var(--ink); font-size: 12px; font-weight: 700; }
.estimator form .button { grid-column: 1 / -1; margin-top: 6px; }
.consent-check { grid-column: 1 / -1; flex-direction: row !important; align-items: flex-start; gap: 10px !important; line-height: 1.65; }
.consent-check input { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--red); }
.estimator-result { padding: 45px 50px 50px; }
.estimator-result > p { margin: 0; color: #686963; font-size: 11px; }
.estimator-result > strong { display: flex; align-items: flex-end; gap: 14px; margin: 14px 0 36px; font-size: 42px; }
.estimator-result > strong small { margin-bottom: 8px; font-size: 12px; }
.estimator-result > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.estimator-result > div span { display: flex; flex-direction: column; gap: 8px; font-size: 10px; }
.estimator-result i { position: relative; display: block; width: 100%; height: 4px; overflow: hidden; background: #d6d8d0; }
.estimator-result i::after { content: ''; position: absolute; inset: 0; width: var(--score); background: var(--red); animation: bar-in .8s ease both; }
@keyframes bar-in { from { width: 0; } }
.estimator-result .text-link { margin-top: 35px; }
.diagnostic-next { margin: 32px 0 0; padding: 18px 20px; color: #33342f; background: #e5e7df; font-size: 13px; line-height: 1.75; }
.diagnostic-disclaimer { margin: 16px 0 0; color: #74756f; font-size: 10px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.72,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; color: var(--ink); background: var(--paper); }
.legal-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 var(--side); background: rgba(243,244,239,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.legal-header .brand { color: var(--ink); }
.legal-back { padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; }
.legal-main { width: min(900px, calc(100% - 44px)); margin: 0 auto; padding: 100px 0 120px; }
.legal-main .section-kicker { margin-bottom: 34px; }
.legal-main h1 { margin: 0; font-size: 52px; line-height: 1.22; }
.legal-lead { margin: 28px 0 70px; padding: 24px 0; color: #565751; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.9; }
.legal-section { margin-top: 52px; }
.legal-section h2 { margin: 0 0 16px; font-size: 22px; }
.legal-section p, .legal-section li { color: #5b5c57; font-size: 14px; line-height: 1.9; }
.legal-section ul { margin: 12px 0 0; padding-left: 20px; }
.legal-updated { margin-top: 70px; color: #777872; font-size: 11px; }
.legal-footer { padding: 34px var(--side); color: rgba(255,255,255,.55); background: var(--ink); font-size: 11px; }

.not-found { min-height: 100vh; display: grid; place-items: center; padding: 40px 22px; color: var(--white); background: var(--ink); }
.not-found-inner { width: min(700px, 100%); }
.not-found-code { color: var(--green); font-size: clamp(90px, 18vw, 180px); line-height: .85; }
.not-found h1 { margin: 30px 0 14px; font-size: 36px; }
.not-found p { margin: 0 0 34px; color: rgba(255,255,255,.56); line-height: 1.8; }

@media (max-width: 1120px) {
  :root { --side: 4vw; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero h1 { font-size: 62px; }
  .hero-line { font-size: 24px; }
  .hero-advisor { width: 39vw; right: 1vw; }
  .service-row { grid-template-columns: 40px 1fr 1fr 38px; }
  .case-grid { grid-template-columns: 1.25fr 1fr; }
  .case-card:last-child { grid-column: 1 / -1; min-height: 460px; }
}

@media (max-width: 820px) {
  :root { --header-h: 68px; --side: 22px; }
  .site-header { height: var(--header-h); grid-template-columns: 1fr auto; }
  .site-header.scrolled { height: var(--header-h); }
  .brand-name { font-size: 14px; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 90; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 50px; padding: 90px var(--side) 45px; color: var(--white); background: var(--ink); transform: translateY(-105%); transition: transform .45s cubic-bezier(.75,0,.2,1); }
  .mobile-menu.open { transform: none; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { display: flex; align-items: baseline; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--font-sans); font-size: 25px; }
  .mobile-menu nav span { color: var(--green); font-family: var(--font-latin); font-size: 10px; }
  .mobile-menu .button { align-self: flex-start; }
  .hero { min-height: 720px; height: 92svh; }
  .city-skyline { left: 12%; right: -28%; opacity: .58; }
  .city-data { display: none; }
  .hero-bg { background-image: linear-gradient(0deg, rgba(7,7,7,.94) 0%, rgba(7,7,7,.4) 70%, rgba(7,7,7,.16)); }
  .city-light-trails { left: 8%; right: 0; bottom: 18%; height: 28%; }
  .river-shimmer { top: 42%; right: -18%; width: 95%; }
  .hero-grid { background-size: 60px 60px; mask-image: linear-gradient(0deg, black, transparent); }
  .hero-copy { top: 25%; width: calc(100% - 44px); transform: none; }
  .hero h1 { font-size: 45px; }
  .hero h1 span { margin-top: 6px; font-size: 20px; }
  .hero-line { margin-top: 16px; font-size: 21px; }
  .hero-actions { margin-top: 25px; }
  .hero-advisor { right: -9%; bottom: 5%; width: 72vw; max-width: 410px; height: 43%; }
  .portrait-frame { inset: 0 6% 0 8%; }
  .portrait-frame .portrait-video { object-position: 52% center; }
  .advisor-tag { min-width: 105px; padding: 8px 10px; font-size: 10px; }
  .advisor-tag-one { top: 12%; left: 1%; }
  .advisor-tag-two { top: 43%; right: 0; }
  .advisor-tag-three { bottom: 12%; left: -2%; }
  .advisor-caption { right: 18%; }
  .signal-path { display: none; }
  .hero-foot p { display: none; }
  .hero-foot { bottom: 17px; }
  .ticker { height: 58px; }
  .ticker-track span { font-size: 14px; }
  .section-pad { padding: 90px var(--side); }
  .section-kicker { margin-bottom: 32px; }
  .about-copy { grid-template-columns: 1fr; gap: 28px; margin-bottom: 52px; }
  .about-copy h2 { font-size: 34px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 190px; padding: 23px 20px 20px 0; }
  .metric + .metric { padding-left: 20px; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(3), .metric:nth-child(4) { border-top: 1px solid var(--line); }
  .metric strong { margin-top: 34px; font-size: 44px; }
  .metric small { margin-top: 22px; }
  .services { grid-template-columns: 1fr; gap: 70px; }
  .services-intro { position: static; }
  .services h2, .process h2, .cases h2, .insights h2, .final-cta h2 { font-size: 38px; }
  .service-row { grid-template-columns: 34px 1fr 38px; gap: 14px; }
  .service-desc { grid-column: 2 / 4; }
  .service-symbol { grid-column: 3; grid-row: 1; }
  .service-detail { grid-column: 2 / 4; flex-wrap: wrap; }
  .process { grid-template-columns: 1fr; }
  .process-media { min-height: 58vh; }
  .process-panel { padding: 80px var(--side); }
  .cases-head { display: block; margin-bottom: 45px; }
  .cases-head > p { margin-top: 28px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card, .case-card:last-child { grid-column: auto; min-height: 520px; }
  .insights { grid-template-columns: 1fr; }
  .insights-side { padding: 80px var(--side); border-right: 0; }
  .insight-list { padding: 0 var(--side) 80px; }
  .insight-item { grid-template-columns: 74px 1fr 24px; gap: 12px; }
  .contact-intro { grid-template-columns: 1fr; gap: 24px; }
  .contact-intro .section-kicker { grid-column: auto; }
  .contact-intro h2 { font-size: 38px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid-three { grid-template-columns: 1fr 1fr; }
  .contact-grid article, .contact-grid article:first-child { min-height: 150px; padding: 22px; border-bottom: 1px solid var(--line); }
  .contact-grid article:nth-child(2) { border-right: 0; }
  .contact-notice { align-items: flex-start; flex-direction: column; gap: 6px; }
  .final-cta { min-height: 600px; }
  .cta-content { padding: 95px var(--side); }
  .cta-contact { left: var(--side); right: auto; align-items: flex-start; bottom: 34px; }
  footer { grid-template-columns: 1fr; gap: 42px; }
  .footer-links { flex-wrap: wrap; }
  .footer-meta { flex-direction: column; align-items: flex-start; }
  .photo-credit { text-align: left; }
  .estimator form { grid-template-columns: 1fr; }
  .estimator form .button { grid-column: auto; }
  .estimator-result > div { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .brand-mark { width: 28px; height: 28px; flex-basis: 28px; }
  .brand-mark i { width: 7px; }
  .brand-mark i:nth-child(1) { height: 13px; }
  .brand-mark i:nth-child(2) { height: 20px; }
  .brand-mark i:nth-child(3) { height: 27px; }
  .brand-name { font-size: 12px; }
  .brand-name small { font-size: 6px; }
  .about-copy h2 { font-size: 29px; }
  .about-copy p { font-size: 14px; }
  .hero { min-height: 690px; }
  .hero-copy { top: 20%; }
  .hero h1 { max-width: 330px; font-size: 38px; }
  .hero h1 span { font-size: 18px; }
  .hero-line { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 11px; }
  .hero-actions .button { min-height: 48px; }
  .hero-advisor { width: 84vw; height: 40%; bottom: 3%; }
  .advisor-tag-one { left: 6%; }
  .advisor-tag-two { right: 3%; }
  .advisor-tag-three { left: 4%; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric, .metric + .metric { min-height: 170px; padding: 22px 0; border-right: 0; border-top: 1px solid var(--line); }
  .metric:first-child { border-top: 0; }
  .metric strong { margin-top: 25px; }
  .service-row:hover, .service-row:focus, .service-row.active { padding-left: 4px; }
  .service-detail b { font-size: 9px; }
  .process-media { min-height: 430px; }
  .process-panel { padding-top: 70px; }
  .case-card { min-height: 500px; padding: 22px; }
  .case-card h3 { font-size: 21px; }
  .footer-brand b { font-size: 16px; }
  .insight-item { grid-template-columns: 1fr 20px; }
  .insight-item time { grid-column: 1 / -1; }
  .final-cta h2 { font-size: 34px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid article, .contact-grid article:first-child { border-right: 0; }
  .estimator { width: calc(100vw - 18px); }
  .estimator-head, .estimator form, .estimator-result { padding-left: 24px; padding-right: 24px; }
  .estimator-head h2 { font-size: 27px; }
  .estimator-result > strong { font-size: 36px; }
  .legal-main { padding-top: 70px; }
  .legal-main h1 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
