:root {
  --stage: #050b14;
  --stage-raised: #0b1b2f;
  --stage-deep: #02060c;
  --cyan: #21d4fd;
  --green: #3cffb5;
  --ink: #f8fbff;
  --muted: #aebdca;
  --quiet: #8292a2;
  --line: rgba(178, 214, 235, 0.15);
  --line-strong: rgba(33, 212, 253, 0.32);
  --header-height: 76px;
  --page: min(92vw, 1440px);
  --reading: 68ch;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  background: var(--stage);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 3%, rgba(33, 212, 253, 0.09), transparent 26rem),
    var(--stage);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(33, 212, 253, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 212, 253, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  content: "";
  pointer-events: none;
}

.scroll-film {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(19, 52, 78, 0.2), transparent 60%),
    linear-gradient(rgba(2, 6, 12, 0.74), rgba(2, 6, 12, 0.74)),
    var(--stage-deep);
  pointer-events: none;
}

.scroll-film video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: brightness(0.24) contrast(1.02) saturate(0.5) blur(1.5px);
  transform: scale(1.025);
  transition: opacity 900ms var(--ease-out);
}

.scroll-film.is-ready video {
  opacity: 0.31;
}

.scroll-film__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, transparent 0 24%, rgba(2, 6, 12, 0.18) 58%, rgba(2, 6, 12, 0.76) 100%),
    linear-gradient(to bottom, rgba(2, 6, 12, 0.5), rgba(2, 6, 12, 0.28) 38%, rgba(2, 6, 12, 0.76));
}

.site-header,
main,
.site-footer,
.skip-link {
  position: relative;
  z-index: 1;
}

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

a {
  color: inherit;
}

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

button,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 5px;
}

::selection {
  background: var(--cyan);
  color: var(--stage-deep);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--ink);
  color: var(--stage);
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(5, 11, 20, 0.54);
  backdrop-filter: blur(18px);
  transition:
    background 220ms ease,
    border-color 220ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(5, 11, 20, 0.92);
}

.header-inner {
  width: var(--page);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.lm-language-switcher {
  min-width: max-content;
  padding: 3px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(2, 6, 12, 0.58);
}

.lm-language-switcher button {
  min-width: 38px;
  min-height: 34px;
  padding: 6px 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--quiet);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 220ms ease;
}

.lm-language-switcher button:hover {
  color: var(--ink);
}

.lm-language-switcher button.active,
.lm-language-switcher button[aria-pressed="true"] {
  background: rgba(33, 212, 253, 0.12);
  box-shadow: inset 0 0 0 1px rgba(33, 212, 253, 0.28);
  color: var(--cyan);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-led-matrix {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.72));
}

.brand-led-glyph {
  display: grid;
  grid-template-columns: repeat(5, 2px);
  grid-template-rows: repeat(7, 2px);
  gap: 1px;
}

.brand-led-pixel {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #06171d;
  opacity: 0;
}

.brand-led-pixel.is-on {
  background:
    radial-gradient(
      circle at 35% 32%,
      #ffffff 0 12%,
      #d8fbff 18%,
      #57e8ff 42%,
      #087d98 68%,
      #03252e 100%
    );
  box-shadow:
    0 0 1px rgba(223, 252, 255, 0.95),
    0 0 3px rgba(71, 225, 255, 0.55);
  opacity: 0.16;
  animation: brand-led-pixel-sweep 4.8s ease-in-out infinite;
  animation-delay: var(--led-delay);
  will-change: opacity, filter;
}

.page-hidden .brand-led-pixel.is-on {
  animation-play-state: paused;
}

.brand img,
.footer-brand img {
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 44px);
}

.main-nav a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--ink);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 700;
}

main {
  overflow: clip;
}

.hero {
  min-height: 100svh;
  padding: calc(var(--header-height) + 64px) max(4vw, 24px) 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-grid {
  width: var(--page);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.5fr);
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.section-label {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.8rem, 6.9vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-wrap: balance;
}

html[lang="zh-CN"] h1 {
  max-width: none;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: clamp(3.2rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.hero-lead {
  max-width: 34rem;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

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

.play-cta {
  min-height: 62px;
  padding: 10px 22px 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(248, 251, 255, 0.72);
  border-radius: 12px;
  background: rgba(2, 6, 12, 0.86);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.38);
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
  transition:
    transform 240ms var(--ease-out),
    border-color 180ms ease,
    box-shadow 240ms ease;
}

.play-cta:hover {
  transform: translateY(-3px);
  border-color: var(--green);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.46);
}

.play-cta small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.play-mark {
  width: 26px;
  height: 30px;
  display: block;
  background: conic-gradient(from 90deg at 44% 50%, #ffd24a, #ff4f68, #21d4fd, #3cffb5, #ffd24a);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.hero-visual {
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  position: relative;
  margin: 0;
  transform:
    perspective(1500px)
    translate3d(var(--hero-shift-x), var(--hero-shift-y), 0)
    rotateY(-4deg)
    rotateX(1deg);
  filter: drop-shadow(28px 44px 48px rgba(0, 0, 0, 0.48));
  transition: transform 700ms var(--ease-out);
}

.hero-visual::before {
  position: absolute;
  inset: -9% -7% -13%;
  z-index: -1;
  background: radial-gradient(ellipse, rgba(33, 212, 253, 0.15), transparent 67%);
  content: "";
}

.hero-visual img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: contain;
  box-shadow: 24px 34px 80px rgba(0, 0, 0, 0.5);
  animation: hero-breathe 7s ease-in-out infinite;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: linear-gradient(
    105deg,
    transparent 32%,
    rgba(33, 212, 253, 0.04) 43%,
    rgba(33, 212, 253, 0.2) 50%,
    rgba(60, 255, 181, 0.05) 57%,
    transparent 68%
  );
  transform: translateX(-130%);
  content: "";
  pointer-events: none;
  animation: technical-scan 6.5s 1.2s ease-in-out infinite;
}

figcaption {
  margin-top: 11px;
  color: var(--quiet);
  font-size: 0.72rem;
}

.hero-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  margin: 0;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(2, 6, 12, 0.8);
  color: var(--muted);
}

.module-rail {
  width: var(--page);
  margin: 58px auto 0;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.module-rail a {
  color: var(--quiet);
  font-family: "Rajdhani", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.module-rail a:hover,
.module-rail a.is-active {
  color: var(--cyan);
}

.product-thesis,
.audience-statement,
.plans-section,
.brand-trust,
.guide-section,
.final-cta,
.site-footer {
  width: var(--page);
  margin-inline: auto;
}

.product-thesis {
  padding: clamp(110px, 14vw, 210px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(54px, 10vw, 150px);
}

.product-thesis h2,
.plans-heading h2,
.guide-section h2,
.final-cta h2 {
  max-width: 16ch;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.product-thesis > p,
.plans-heading > p,
.guide-section > p,
.final-cta p {
  max-width: var(--reading);
  margin: 0;
  color: var(--muted);
}

.workflow {
  position: relative;
  width: var(--page);
  margin-inline: auto;
  padding-left: 44px;
}

.workflow-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: var(--line);
  overflow: hidden;
}

.workflow-line span {
  position: absolute;
  inset: 0;
  transform: scaleY(var(--journey-progress, 0));
  transform-origin: top;
  background: linear-gradient(var(--cyan), var(--green));
  box-shadow: 8px 18px 32px rgba(33, 212, 253, 0.24);
  transition: transform 180ms linear;
}

.reveal-item {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(5px);
  transition:
    opacity 780ms var(--ease-out),
    transform 900ms var(--ease-out),
    filter 780ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.module-visual.reveal-item,
.depth-gallery.reveal-item {
  transform: translateY(38px) scale(0.975);
}

.module-visual.reveal-item.is-visible,
.depth-gallery.reveal-item.is-visible {
  transform: translateY(0) scale(1);
}

@keyframes hero-breathe {
  0%,
  100% {
    transform: scale(1);
    filter: saturate(0.96) brightness(0.98);
  }

  50% {
    transform: scale(1.008);
    filter: saturate(1.08) brightness(1.03);
  }
}

@keyframes brand-led-pixel-sweep {
  0%,
  18%,
  100% {
    opacity: 0.13;
    filter: brightness(0.42);
  }

  34% {
    opacity: 0.28;
    filter: brightness(0.7);
  }

  50% {
    opacity: 1;
    filter: brightness(1.34);
  }

  66% {
    opacity: 0.3;
    filter: brightness(0.72);
  }

  82% {
    opacity: 0.14;
    filter: brightness(0.44);
  }
}

@keyframes technical-scan {
  0%,
  58% {
    transform: translateX(-130%);
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  88%,
  100% {
    transform: translateX(130%);
    opacity: 0;
  }
}

.module-section {
  min-height: 78svh;
  padding: clamp(80px, 10vw, 150px) 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(520px, 1.38fr);
  align-items: center;
  gap: clamp(48px, 8vw, 124px);
  border-top: 1px solid var(--line);
}

.module-section--reverse {
  grid-template-columns: minmax(520px, 1.38fr) minmax(280px, 0.62fr);
}

.module-section--reverse .module-copy {
  grid-column: 2;
}

.module-section--reverse > .module-visual,
.module-section--reverse > .depth-gallery {
  grid-column: 1;
  grid-row: 1;
}

.module-copy {
  position: relative;
  z-index: 3;
}

.module-copy h2 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 4.9vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

.module-copy > p:not(.section-label) {
  max-width: 35rem;
  margin: 26px 0 0;
  color: var(--muted);
}

.module-copy .capability-line {
  color: var(--quiet);
  font-size: 0.8rem;
  line-height: 1.9;
}

.module-visual {
  position: relative;
  margin: 0;
}

.module-visual::after {
  position: absolute;
  inset: 8% -3% -8% 8%;
  z-index: -1;
  border-radius: 18px;
  background: rgba(11, 27, 47, 0.52);
  box-shadow: 26px 42px 88px rgba(0, 0, 0, 0.42);
  content: "";
}

.module-visual img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 24px 32px 72px rgba(0, 0, 0, 0.42);
}

.module-section--deep {
  min-height: 105svh;
}

.depth-gallery {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
}

.depth-gallery .module-visual--primary {
  width: 78%;
  transform: translate(-8%, -7%);
}

.depth-gallery-secondary,
.depth-gallery-report {
  position: absolute;
  margin: 0;
}

.depth-gallery-secondary {
  right: 0;
  bottom: 2%;
  width: 45%;
  transform: perspective(1200px) rotateY(-7deg);
}

.depth-gallery-report {
  top: 2%;
  right: 1%;
  width: 43%;
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.depth-gallery-secondary img,
.depth-gallery-report img {
  border-radius: 10px;
  box-shadow: 20px 30px 70px rgba(0, 0, 0, 0.54);
}

.audience-statement {
  padding: clamp(110px, 14vw, 210px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-statement p {
  max-width: 28ch;
  margin: 0 auto;
  color: var(--ink);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.4rem, 5.2vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-align: center;
}

.plans-section {
  padding: clamp(110px, 14vw, 200px) 0;
}

.plans-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  align-items: end;
  gap: 80px;
}

.plans-heading .section-label,
.plans-heading h2 {
  grid-column: 1;
}

.plans-heading h2 {
  max-width: 18ch;
}

.plans-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

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

.plans-grid article {
  min-height: 320px;
  padding: 38px 32px 42px;
  border-right: 1px solid var(--line);
}

.plans-grid article:first-child {
  padding-left: 0;
}

.plans-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.plans-grid h3 {
  color: var(--cyan);
  font-size: 2.2rem;
  font-weight: 600;
}

.plans-grid .plan-pro h3 {
  color: var(--green);
}

.plans-grid p {
  margin: 20px 0 0;
  color: var(--quiet);
  font-size: 0.9rem;
}

.plans-grid .plan-summary {
  color: var(--ink);
  font-weight: 600;
}

.guide-section {
  padding: 64px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr auto;
  align-items: end;
  gap: clamp(34px, 6vw, 90px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-section h2 {
  max-width: 17ch;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.guide-actions {
  display: grid;
  gap: 12px;
}

.guide-actions a {
  min-width: 210px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.guide-actions a:hover {
  border-color: var(--green);
  color: var(--green);
}

.final-cta {
  padding: clamp(100px, 13vw, 180px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.final-cta h2 {
  max-width: 14ch;
}

.final-cta p {
  margin-top: 22px;
}

.brand-trust {
  grid-column: 1 / -1;
  width: 100%;
  padding: clamp(54px, 7vw, 96px) 0 clamp(38px, 5vw, 70px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.brand-trust__copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: clamp(44px, 9vw, 140px);
}

.brand-trust__copy h2 {
  max-width: 16ch;
  margin: 14px 0 0;
  color: var(--ink);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.25rem, 4.7vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.brand-trust__copy > p {
  max-width: 64ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
}

.brand-ticker {
  --brand-loop-duration: 52s;
  position: relative;
  width: 100%;
  margin-top: clamp(44px, 6vw, 78px);
  padding: 8px 0;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(11, 27, 47, 0.12), rgba(11, 27, 47, 0.34), rgba(11, 27, 47, 0.12));
  mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent);
}

.brand-ticker__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 52px;
  animation: brand-ticker-loop var(--brand-loop-duration) linear infinite;
  animation-play-state: paused;
}

.brand-ticker__group {
  display: flex;
  align-items: center;
  flex: none;
}

.brand-entry {
  min-height: 92px;
  padding: 10px 30px;
  display: grid;
  place-items: center;
  flex: none;
  border-right: 1px solid rgba(174, 213, 234, 0.24);
}

.brand-mark {
  display: block;
  flex: none;
  background-image: url("../assets/img/brand-logos-sprite.png");
  background-repeat: no-repeat;
  background-size: 1478px 484px;
}

.brand-mark--absen { width: 168px; height: 58px; background-position: -7px -157px; }
.brand-mark--dicolor { width: 104px; height: 72px; background-position: -230px -156px; }
.brand-mark--gloshine { width: 132px; height: 72px; background-position: -350px -156px; }
.brand-mark--infiled { width: 178px; height: 54px; background-position: -482px -165px; }
.brand-mark--leyard { width: 166px; height: 54px; background-position: -660px -165px; }
.brand-mark--liantronics { width: 140px; height: 72px; background-position: -825px -155px; }
.brand-mark--roe { width: 130px; height: 72px; background-position: -965px -155px; }
.brand-mark--samsung { width: 136px; height: 54px; background-position: -1094px -164px; }
.brand-mark--unilumin { width: 138px; height: 54px; background-position: -1230px -164px; }
.brand-mark--yestech { width: 110px; height: 72px; background-position: -1368px -155px; }
.brand-mark--novastar { width: 240px; height: 68px; background-position: -108px -278px; }
.brand-mark--brompton { width: 266px; height: 68px; background-position: -348px -278px; }
.brand-mark--magnimage { width: 262px; height: 68px; background-position: -614px -278px; }
.brand-mark--megapixel { width: 238px; height: 68px; background-position: -876px -278px; }
.brand-mark--taurus { width: 256px; height: 68px; background-position: -1112px -278px; }
.brand-mark--novalct { width: 254px; height: 78px; background-position: -457px -393px; }
.brand-mark--smartlct { width: 316px; height: 78px; background-position: -710px -393px; }

.brand-ticker.is-active .brand-ticker__track {
  will-change: transform;
  animation-play-state: running;
}

.brand-ticker:hover .brand-ticker__track,
.brand-ticker:focus-within .brand-ticker__track {
  animation-play-state: paused;
}

.brand-trust__note {
  margin: 24px 0 0;
  color: var(--quiet);
  font-size: 0.7rem;
  text-align: left;
}

@keyframes brand-ticker-loop {
  to {
    transform: translate3d(calc(-50% - 26px), 0, 0);
  }
}

.site-footer {
  padding: 44px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: var(--quiet);
}

.footer-brand {
  font-size: 1.1rem;
}

.site-footer nav {
  display: flex;
  gap: 28px;
}

.site-footer a {
  color: var(--muted);
  font-size: 0.76rem;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ink);
}

.site-footer > p {
  margin: 0;
  font-size: 0.7rem;
  text-align: right;
}

@media (max-width: 1100px) {
  :root {
    --page: min(92vw, 980px);
  }

  .hero {
    padding-top: calc(var(--header-height) + 84px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
  }

  .hero-copy h1 {
    grid-column: 1;
  }

  .hero-copy .hero-lead,
  .hero-copy .hero-actions {
    grid-column: 2;
  }

  .hero-copy .hero-lead {
    grid-row: 1 / span 2;
    align-self: end;
  }

  .hero-copy .hero-actions {
    align-self: start;
  }

  .hero-visual {
    margin-top: 30px;
    transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0);
  }

  .module-rail {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .module-rail::-webkit-scrollbar {
    display: none;
  }

  .module-section,
  .module-section--reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .module-section--reverse .module-copy,
  .module-section--reverse > .module-visual,
  .module-section--reverse > .depth-gallery {
    grid-column: auto;
    grid-row: auto;
  }

  .module-section--reverse .module-copy {
    order: 0;
  }

  .module-section--reverse > .module-visual,
  .module-section--reverse > .depth-gallery {
    order: 1;
  }

  .module-copy {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    gap: 0 60px;
  }

  .module-copy .section-label,
  .module-copy h2 {
    grid-column: 1;
  }

  .module-copy > p:not(.section-label) {
    grid-column: 2;
  }

  .module-copy > p:nth-of-type(2) {
    grid-row: 1 / span 2;
    align-self: end;
  }

  .depth-gallery {
    min-height: 620px;
  }

  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plans-grid article:nth-child(2) {
    border-right: 0;
  }

  .plans-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .plans-grid article:nth-child(3) {
    padding-left: 0;
  }

  .guide-section {
    grid-template-columns: 1fr 1fr;
  }

  .guide-actions {
    grid-column: 2;
  }
}

@media (max-width: 780px) {
  :root {
    --header-height: 68px;
    --page: calc(100vw - 40px);
  }

  body::before {
    background-size: 48px 48px;
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .menu-toggle {
    display: block;
    min-height: 44px;
    padding: 10px 4px 10px 16px;
  }

  .site-header .lm-language-switcher button {
    min-width: 34px;
    min-height: 34px;
    padding-inline: 7px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    padding: 20px;
    display: grid;
    gap: 0;
    visibility: hidden;
    transform: translateY(-12px);
    background: rgba(5, 11, 20, 0.98);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transition:
      opacity 180ms ease,
      transform 220ms var(--ease-out),
      visibility 180ms;
  }

  .main-nav.is-open {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header-height) + 64px) 20px 36px;
  }

  .hero-copy {
    display: block;
  }

  h1 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  .hero-lead {
    margin-top: 26px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-visual {
    margin-top: 46px;
  }

  .hero-visual img {
    aspect-ratio: auto;
  }

  .module-rail {
    margin-top: 38px;
  }

  .module-rail a {
    min-height: 44px;
    padding-block: 10px;
    display: inline-flex;
    align-items: center;
  }

  .product-thesis {
    padding: 110px 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .workflow {
    padding-left: 20px;
  }

  .workflow-line {
    left: 0;
  }

  .module-section,
  .module-section--reverse {
    padding: 84px 0;
  }

  .module-copy {
    display: block;
  }

  .module-copy h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .module-visual img {
    object-position: center;
  }

  .depth-gallery {
    min-height: 560px;
  }

  .depth-gallery .module-visual--primary {
    width: 92%;
    transform: translate(-3%, -9%);
  }

  .depth-gallery-report {
    top: 44%;
    width: 68%;
  }

  .depth-gallery-secondary {
    bottom: 0;
    left: 0;
    width: 58%;
  }

  .audience-statement p {
    font-size: clamp(2.3rem, 12vw, 4rem);
  }

  .plans-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .plans-heading .section-label,
  .plans-heading h2,
  .plans-heading > p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .plans-grid {
    margin-top: 54px;
    grid-template-columns: 1fr;
  }

  .plans-grid article,
  .plans-grid article:first-child,
  .plans-grid article:nth-child(3),
  .plans-grid article:last-child {
    min-height: auto;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .plans-grid article:last-child {
    border-bottom: 0;
  }

  .guide-section {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
  }

  .guide-actions {
    grid-column: auto;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .brand-trust {
    grid-column: auto;
  }

  .brand-trust__copy {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .site-footer > p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-item {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .scroll-film video {
    transition: none;
  }

  .brand-ticker {
    overflow-x: auto;
    mask-image: none;
  }

  .brand-ticker__track {
    transform: none;
    animation: none;
  }

  .brand-ticker__group[aria-hidden="true"] {
    display: none;
  }

  .brand-led-pixel.is-on {
    animation: none;
    opacity: 0.76;
    filter: none;
  }
}

@media (max-width: 430px) {
  :root {
    --page: calc(100vw - 30px);
  }

  .brand {
    font-size: 1.22rem;
  }

  .site-header .lm-language-switcher {
    padding: 2px;
  }

  .site-header .lm-language-switcher button {
    min-width: 30px;
    padding-inline: 5px;
    font-size: 0.64rem;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .hero {
    padding-inline: 15px;
  }

  .play-cta {
    width: 100%;
    justify-content: center;
  }

  .workflow {
    padding-left: 15px;
  }

  .depth-gallery {
    min-height: 500px;
  }

  .site-footer nav {
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
