:root {
  --sb-neon: #13c94a;
  --sb-yellow: #ffd91a;
  --sb-red: #ee2b28;
  --sb-teal: #45b8ac;
  --sb-black: #090909;
  --sb-ink: #1b1b1b;
  --sb-paper: #f3f0e8;
  --sb-white: #fffdf7;
  --sb-muted: #77736a;
  --sb-shadow: 7px 7px 0 var(--sb-black);
  --sb-shadow-hover: 10px 10px 0 var(--sb-black);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--sb-black);
  font-family: 'Space Mono', 'Noto Sans SC', 'Microsoft YaHei', monospace;
  background-color: var(--sb-paper);
  background-image: radial-gradient(rgba(9, 9, 9, 0.36) 1px, transparent 1px);
  background-size: 22px 22px;
  overflow-x: hidden;
  cursor: none;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.sb-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid var(--sb-black);
  background: var(--sb-neon);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 120;
  transition: transform 110ms ease-out;
  mix-blend-mode: multiply;
}

.sb-nav-wrap {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 90;
  pointer-events: none;
}

.sb-nav {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  margin: 18px;
  width: calc(100vw - 36px);
  background: var(--sb-white);
  border: 4px solid var(--sb-black);
  pointer-events: auto;
}

.brutal-box {
  border: 3px solid var(--sb-black);
  box-shadow: var(--sb-shadow);
  background: var(--sb-white);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.brutal-box:hover {
  box-shadow: var(--sb-shadow-hover);
}

.sb-logo {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: var(--sb-black);
  color: #fff;
  text-decoration: none;
  font-family: 'Rubik Mono One', sans-serif;
  font-size: 20px;
  line-height: 1;
  box-shadow: none;
  border: 0;
}

.sb-logo-img {
  display: none;
  width: 100%;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.sb-logo:has(.sb-logo-img[src]:not([src=""])) span {
  display: none;
}

.sb-logo:has(.sb-logo-img[src]:not([src=""])) .sb-logo-img {
  display: block;
}

.sb-nav-actions {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  padding: 9px 12px;
}

.sb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 44px;
  padding: 10px 18px;
  color: var(--sb-black);
  text-decoration: none;
  border: 3px solid var(--sb-black);
  box-shadow: 5px 5px 0 var(--sb-black);
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.sb-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--sb-black);
}

.sb-btn:active {
  transform: translate(0, 0) scale(.985);
  box-shadow: 3px 3px 0 var(--sb-black);
}

.sb-btn:focus-visible,
.sb-logo:focus-visible,
.sb-text-link:focus-visible {
  outline: 3px solid var(--sb-neon);
  outline-offset: 4px;
}

.sb-btn-primary {
  background: var(--sb-neon);
}

.sb-btn-yellow {
  background: var(--sb-yellow);
}

.sb-btn-white {
  background: var(--sb-white);
}

.sb-btn-outline {
  background: transparent;
}

main {
  width: min(1450px, calc(100vw - 48px));
  margin: 0 auto;
  padding-top: 86px;
}

.sb-hero {
  min-height: clamp(540px, 68vh, 660px);
  margin-top: 0;
  padding: clamp(8px, 2vw, 24px) 0 18px;
}

.sb-hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(620px, 1fr);
  gap: 0;
  align-items: start;
}

.sb-hero-copyblock {
  position: relative;
  z-index: 2;
  padding-top: clamp(6px, 1.2vw, 18px);
}

.sb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 8px 14px;
  background: var(--sb-yellow);
  border: 3px solid var(--sb-black);
  box-shadow: 4px 4px 0 var(--sb-black);
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-weight: 900;
  transform: rotate(-2deg);
}

.sb-kicker span,
.sb-case-tag span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid var(--sb-black);
  border-radius: 50%;
  background: var(--sb-neon);
}

.sb-hero-title {
  margin: 0;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: clamp(56px, 6.4vw, 108px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
}

.sb-hero-title span {
  display: block;
  width: fit-content;
}

.sb-hero-title span:nth-child(2) {
  color: var(--sb-white);
  text-shadow: -2px -2px 0 var(--sb-black), 2px -2px 0 var(--sb-black), -2px 2px 0 var(--sb-black), 2px 2px 0 var(--sb-black);
}

.sb-hero-title span:nth-child(3) {
  color: var(--sb-red);
}

.sb-hero-copy {
  max-width: 660px;
  margin: 14px 0 0;
  padding-left: 16px;
  border-left: 7px solid var(--sb-black);
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.7;
}

.sb-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.sb-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.sb-proof-strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sb-proof-strip span {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 2px solid var(--sb-black);
  border-radius: 50%;
  background: var(--sb-neon);
}

.sb-proof-strip li:nth-child(2) span {
  background: var(--sb-yellow);
}

.sb-proof-strip li:nth-child(3) span {
  background: var(--sb-red);
}

.sb-hero-art {
  position: relative;
  display: block;
  width: calc(100% + clamp(72px, 6vw, 126px));
  min-width: 0;
  aspect-ratio: 16 / 10;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  background: transparent;
  margin-left: clamp(-126px, -6vw, -72px);
  transform: rotate(0.25deg);
}

.sb-hero-art::before {
  content: "";
  position: absolute;
  inset: -12% -5% -10% -20%;
  z-index: 2;
  background:
    radial-gradient(ellipse at 10% 24%, var(--sb-paper) 0%, rgba(243, 240, 232, 0.92) 18%, rgba(243, 240, 232, 0.48) 36%, rgba(243, 240, 232, 0) 58%),
    linear-gradient(105deg, var(--sb-paper) 0%, rgba(243, 240, 232, 0.92) 9%, rgba(243, 240, 232, 0.52) 24%, rgba(243, 240, 232, 0) 43%),
    linear-gradient(180deg, var(--sb-paper) 0%, rgba(243, 240, 232, 0.74) 7%, rgba(243, 240, 232, 0.22) 17%, rgba(243, 240, 232, 0) 28%),
    linear-gradient(0deg, var(--sb-paper) 0%, rgba(243, 240, 232, 0.66) 7%, rgba(243, 240, 232, 0.18) 16%, rgba(243, 240, 232, 0) 26%);
  pointer-events: none;
}

.sb-hero-art::after {
  content: "";
  position: absolute;
  inset: 8% 0 auto 7%;
  width: 14px;
  height: 14px;
  z-index: 3;
  border: 3px solid var(--sb-black);
  border-radius: 50%;
  background: var(--sb-neon);
}

.sb-hero-art img {
  width: 122%;
  max-width: none;
  height: 122%;
  display: block;
  object-fit: cover;
  object-position: center right;
  transform: translate(-9.5%, -8%);
  -webkit-mask-image: radial-gradient(ellipse 92% 92% at 56% 52%, #000 62%, rgba(0, 0, 0, 0.88) 75%, rgba(0, 0, 0, 0.36) 91%, transparent 100%);
  mask-image: radial-gradient(ellipse 92% 92% at 56% 52%, #000 62%, rgba(0, 0, 0, 0.88) 75%, rgba(0, 0, 0, 0.36) 91%, transparent 100%);
}

section {
  margin-top: 58px;
}

.sb-hero + .sb-system-bar {
  margin-top: 20px;
}

.sb-system-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 3px solid var(--sb-black);
  background: var(--sb-white);
  box-shadow: var(--sb-shadow);
}

.sb-system-bar article {
  min-height: 112px;
  padding: 18px 22px;
  border-right: 2px solid rgba(9, 9, 9, 0.28);
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
}

.sb-system-bar article:last-child {
  border-right: 0;
}

.sb-system-bar strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 900;
}

.sb-system-bar span {
  display: block;
  color: var(--sb-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.sb-section-head {
  margin-bottom: 22px;
}

.sb-section-head-split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.sb-title-en {
  margin: 0;
  font-family: 'Rubik Mono One', sans-serif;
  font-size: clamp(34px, 5vw, 80px);
  line-height: 0.94;
  letter-spacing: 0;
}

.sb-title-cn {
  margin: 8px 0 0;
  max-width: 34ch;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 900;
  line-height: 1.5;
}

.sb-text-link {
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.sb-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sb-service-card {
  min-height: 210px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sb-service-card:nth-child(2) {
  background: #fff7bf;
}

.sb-service-card:nth-child(3) {
  background: #e6f8ee;
}

.sb-service-card:nth-child(4) {
  background: #fffdf7;
}

.sb-service-card-dark {
  color: #fff;
  background: var(--sb-black);
}

.sb-service-card h3,
.sb-industry-card h3,
.sb-case-feature-body h3 {
  margin: 16px 0 8px;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.sb-service-card p,
.sb-industry-card p,
.sb-case-feature-body p,
.sb-contact-panel p {
  margin: 0;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.sb-icon-window,
.sb-icon-pencil,
.sb-icon-flow,
.sb-icon-plane,
.sb-icon-chart {
  position: relative;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
}

.sb-icon-window {
  border: 3px solid var(--sb-black);
  background: linear-gradient(var(--sb-neon) 0 15px, var(--sb-white) 15px);
}

.sb-icon-window::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sb-white);
  box-shadow: 10px 0 0 var(--sb-white), 20px 0 0 var(--sb-white);
}

.sb-icon-pencil::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 14px;
  height: 42px;
  background: var(--sb-black);
  transform: rotate(45deg);
}

.sb-icon-pencil::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 5px;
  border: 10px solid transparent;
  border-left-color: var(--sb-yellow);
  transform: rotate(45deg);
}

.sb-icon-flow::before,
.sb-icon-flow::after {
  content: "";
  position: absolute;
  border: 3px solid var(--sb-black);
  background: var(--sb-neon);
}

.sb-icon-flow::before {
  inset: 2px auto auto 18px;
  width: 16px;
  height: 16px;
}

.sb-icon-flow::after {
  left: 4px;
  bottom: 3px;
  width: 16px;
  height: 16px;
  box-shadow: 30px 0 0 var(--sb-yellow);
}

.sb-icon-flow {
  background: linear-gradient(90deg, transparent 21px, var(--sb-black) 21px 26px, transparent 26px),
    linear-gradient(transparent 25px, var(--sb-black) 25px 30px, transparent 30px);
}

.sb-icon-plane::before {
  content: "";
  position: absolute;
  inset: 6px 0 0 3px;
  width: 0;
  height: 0;
  border-left: 46px solid var(--sb-black);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transform: rotate(-18deg);
}

.sb-icon-chart {
  border-left: 6px solid currentColor;
  border-bottom: 6px solid currentColor;
}

.sb-icon-chart::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 7px;
  width: 8px;
  height: 18px;
  background: var(--sb-yellow);
  box-shadow: 14px -10px 0 var(--sb-yellow), 28px -22px 0 var(--sb-yellow);
}

.sb-case-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.8fr);
  overflow: hidden;
  background: var(--sb-black);
  color: #fff;
}

.sb-case-feature picture,
.sb-case-feature img {
  display: block;
}

.sb-case-feature img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  border-right: 4px solid var(--sb-black);
}

.sb-case-feature-body {
  padding: clamp(22px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sb-case-feature-body h3 {
  margin-top: 12px;
  font-size: clamp(26px, 3vw, 42px);
}

.sb-case-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0;
  padding: 7px 10px;
  color: var(--sb-black);
  background: var(--sb-yellow);
  border: 2px solid var(--sb-black);
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-weight: 900;
}

.sb-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.sb-industry-card {
  position: relative;
  min-height: 206px;
  padding: 20px 18px 18px;
}

.sb-industry-card:nth-child(2) {
  background: #fff7bf;
}

.sb-industry-card:nth-child(3) {
  background: #eff8f5;
}

.sb-dot {
  width: 17px;
  height: 17px;
  display: block;
  border: 3px solid var(--sb-black);
  border-radius: 50%;
}

.sb-dot-green {
  background: var(--sb-neon);
}

.sb-dot-red {
  background: var(--sb-red);
}

.sb-dot-yellow {
  background: var(--sb-yellow);
}

.sb-flow-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.sb-flow-row article {
  min-height: 96px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-weight: 900;
}

.sb-flow-row b {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--sb-black);
  border-radius: 50%;
}

.sb-flow-row i {
  display: block;
  height: 4px;
  background: var(--sb-black);
  position: relative;
}

.sb-flow-row i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  border-left: 12px solid var(--sb-black);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%);
}

.sb-contact-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: 26px;
  padding: clamp(22px, 4vw, 42px);
  background: linear-gradient(90deg, var(--sb-neon) 0 64%, var(--sb-black) 64% 100%);
}

.sb-contact-panel {
  padding: 22px;
  background: var(--sb-white);
  border: 3px solid var(--sb-black);
}

.sb-contact-panel .sb-btn {
  margin-top: 18px;
}

.sb-footer {
  width: min(1450px, calc(100vw - 48px));
  margin: 72px auto 24px;
  border-top: 4px solid var(--sb-black);
  padding-top: 12px;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.sb-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.sb-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  main,
  .sb-footer {
    width: calc(100vw - 28px);
  }

  .sb-nav {
    margin: 12px;
    width: calc(100vw - 24px);
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .sb-nav-actions {
    gap: 10px;
  }

  .sb-btn {
    min-width: 104px;
  }

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

  .sb-hero {
    min-height: auto;
  }

  .sb-hero-art {
    width: 100%;
    max-width: 940px;
    margin: 6px auto 0;
    transform: none;
  }

  .sb-system-bar,
  .sb-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sb-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sb-case-feature {
    grid-template-columns: 1fr;
  }

  .sb-case-feature img {
    min-height: 280px;
    border-right: 0;
    border-bottom: 4px solid var(--sb-black);
  }
}

@media (max-width: 760px) {
  body {
    cursor: default;
  }

  .sb-cursor {
    display: none;
  }

  main {
    padding-top: 126px;
  }

  section {
    margin-top: 46px;
  }

  .sb-nav {
    grid-template-columns: 1fr;
    margin: 8px;
    width: calc(100vw - 16px);
  }

  .sb-logo {
    min-height: 46px;
    justify-content: center;
  }

  .sb-nav-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 6px;
    padding: 6px;
    min-width: 0;
    width: 100%;
  }

  .sb-nav .sb-nav-actions .sb-btn {
    min-width: 0 !important;
    max-width: 100%;
    width: auto;
    justify-self: stretch;
    min-height: 40px;
    padding: 9px 4px;
    font-size: 13px;
    box-shadow: 3px 3px 0 var(--sb-black);
  }

  .sb-hero {
    padding-top: 10px;
  }

  .sb-hero-title {
    font-size: clamp(46px, 15vw, 72px);
    line-height: 1.02;
  }

  .sb-hero-title span {
    width: 100%;
  }

  .sb-hero-copy {
    font-size: 15px;
    line-height: 1.65;
  }

  .sb-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .sb-proof-strip {
    gap: 10px;
  }

  .sb-hero-art {
    box-shadow: none;
    transform: none;
  }

  .sb-hero-art::before {
    inset: -8% -5% -8%;
    background:
      linear-gradient(180deg, var(--sb-paper) 0%, rgba(243, 240, 232, 0.5) 8%, rgba(243, 240, 232, 0) 20%),
      linear-gradient(0deg, var(--sb-paper) 0%, rgba(243, 240, 232, 0.54) 8%, rgba(243, 240, 232, 0) 22%);
  }

  .sb-hero-art img {
    width: 118%;
    height: 118%;
    object-position: center;
    transform: translate(-7%, -6%);
    -webkit-mask-image: radial-gradient(ellipse 96% 92% at 56% 52%, #000 68%, rgba(0, 0, 0, 0.82) 82%, rgba(0, 0, 0, 0.32) 95%, transparent 100%);
    mask-image: radial-gradient(ellipse 96% 92% at 56% 52%, #000 68%, rgba(0, 0, 0, 0.82) 82%, rgba(0, 0, 0, 0.32) 95%, transparent 100%);
  }

  .sb-system-bar,
  .sb-service-grid,
  .sb-industry-grid,
  .sb-flow-row,
  .sb-contact-card {
    grid-template-columns: 1fr;
  }

  .sb-system-bar article {
    border-right: 0;
    border-bottom: 2px solid rgba(9, 9, 9, 0.28);
  }

  .sb-system-bar article:last-child {
    border-bottom: 0;
  }

  .sb-section-head-split {
    display: block;
  }

  .sb-text-link {
    display: inline-block;
    margin-top: 12px;
  }

  .sb-service-card,
  .sb-industry-card {
    min-height: auto;
  }

  .sb-flow-row i {
    width: 4px;
    height: 28px;
    margin: 0 auto;
  }

  .sb-flow-row i::after {
    right: 50%;
    top: auto;
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid var(--sb-black);
    border-bottom: 0;
    transform: translateX(50%);
  }

  .sb-contact-card {
    background: var(--sb-neon);
  }
}

@media (max-width: 520px) {
  main,
  .sb-footer {
    width: calc(100vw - 16px);
  }

  main {
    padding-top: 170px;
  }

  .sb-logo {
    min-height: 42px;
  }

  .sb-nav-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sb-nav-actions {
    gap: 4px;
  }

  .sb-nav .sb-nav-actions .sb-btn {
    font-size: 12px;
    min-height: 34px;
  }

  .sb-kicker {
    font-size: 13px;
  }

  .sb-hero-title {
    font-size: clamp(39px, 14vw, 56px);
  }

  .sb-title-en {
    font-size: clamp(28px, 11vw, 42px);
  }

  .sb-case-feature img {
    min-height: 210px;
  }
}

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

  .brutal-box:hover,
  .sb-btn:hover {
    transform: none;
  }

  .sb-cursor {
    display: none;
  }

  .sb-reveal,
  .sb-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
