.entry-header,
.page-header,
.ast-breadcrumbs-wrapper {
  display: none !important;
}

html,
body,
#page,
.site,
.site-content,
.content-area,
#primary,
.site-main,
article {
  background: #000 !important;
}

.site-content,
.ast-container,
.content-area,
#primary,
#main,
.site-main,
article,
.ast-article-single,
.entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sitw-suite-page {
  position: relative;
  min-height: calc(100vh - 64px);
  margin: 0 !important;
  padding: 0 clamp(18px, 5vw, 84px) clamp(70px, 9vw, 120px);
  background:
    radial-gradient(circle at 50% 0%, rgba(155,48,255,0.16), transparent 38%),
    radial-gradient(circle at 85% 30%, rgba(0,255,255,0.08), transparent 28%),
    #000;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

.sitw-suite-hero {
  position: relative;
  min-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.sitw-suite-bg {
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.sitw-suite-page.is-enter-active .sitw-suite-bg {
  opacity: 0;
  visibility: hidden;
}

.sitw-suite-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.72) 48%, #000 100%),
    linear-gradient(90deg, rgba(123,47,255,0.28), transparent 28%, transparent 72%, rgba(123,47,255,0.16));
}

.sitw-suite-bg span {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: var(--suite-bg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  animation: sitw-suite-bg-fade var(--suite-bg-duration, 16s) infinite;
  animation-delay: calc(var(--suite-bg-index) * 4s);
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.04);
}

.sitw-suite-kicker,
.sitw-suite-hero h1,
.sitw-suite-hero p,
.sitw-suite-primary {
  position: relative;
  z-index: 3;
}

.sitw-suite-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 1160px;
  margin: 0 auto;
  text-wrap: balance;
  will-change: opacity, transform, filter;
}

.sitw-suite-hero-copy > * {
  opacity: 0;
  transform: translate3d(0, 32px, 0) scale(0.985);
  filter: blur(14px);
  clip-path: inset(0 0 3% 0);
  animation: sitw-suite-text-enter 1.1s cubic-bezier(.16, 1, .3, 1) both;
}

.sitw-suite-hero-copy > :nth-child(1) { animation-delay: 0.08s; }
.sitw-suite-hero-copy > :nth-child(2) { animation-delay: 0.18s; }
.sitw-suite-hero-copy > :nth-child(3) { animation-delay: 0.30s; }
.sitw-suite-hero-copy > :nth-child(4) { animation-delay: 0.42s; }

@keyframes sitw-suite-text-enter {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes sitw-suite-hero-scroll-out {
  0%, 28% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -76px, 0) scale(0.965);
  }
}

@keyframes sitw-suite-bg-fade {
  0% { opacity: 0; }
  8% { opacity: 1; }
  25% { opacity: 1; }
  33% { opacity: 0; }
  100% { opacity: 0; }
}

.sitw-suite-kicker {
  margin: 0 0 16px;
  color: rgba(228,217,255,0.96);
  font-family: "Share Tech Mono", "Courier New", monospace;
  font-size: clamp(13px, 1.05vw, 16px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 1px 14px rgba(0,0,0,0.55);
}

.sitw-suite-hero h1 {
  max-width: 1120px;
  margin: 0 auto 28px;
  padding-bottom: 0.08em;
  color: #fff;
  font-size: clamp(56px, 8.8vw, 132px);
  font-weight: 860;
  line-height: 0.92;
  letter-spacing: -0.095em;
  text-shadow: 0 2px 40px rgba(0,0,0,0.5);
}

.sitw-suite-hero p {
  max-width: 820px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.95);
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1.45;
  letter-spacing: -0.025em;
  text-shadow: 0 1px 22px rgba(0,0,0,0.55);
}

.sitw-suite-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 26px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #050509;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.sitw-suite-copy {
  position: relative;
  z-index: 1;
  min-height: min(78vh, 760px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.sitw-suite-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: min(760px, 100%);
  height: 1px;
  background: linear-gradient(90deg, rgba(168,110,255,0), rgba(168,110,255,0.54), rgba(255,255,255,0));
  opacity: 0;
  transform: translate3d(-18%, -50%, 0) scaleX(0.25);
  transform-origin: left center;
  pointer-events: none;
}

.sitw-suite-copy p {
  position: relative;
  display: block;
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: clamp(26px, 3.8vw, 56px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.055em;
  text-wrap: balance;
  will-change: opacity, transform, filter, clip-path;
}

.sitw-suite-copy.is-observed::before {
  animation: none;
}

.sitw-suite-copy.is-observed p {
  opacity: 0;
  transform: translate3d(-54px, 0, 0) scale(0.99);
  filter: blur(18px);
  clip-path: inset(0 100% 0 0);
}

.sitw-suite-copy.is-visible::before {
  animation: sitw-suite-copy-line 2.15s cubic-bezier(.16, 1, .3, 1) both;
}

.sitw-suite-copy.is-visible p {
  animation: sitw-suite-copy-flow 2.25s cubic-bezier(.16, 1, .3, 1) 0.12s both;
}

@keyframes sitw-suite-copy-flow {
  0% {
    opacity: 0;
    transform: translate3d(-64px, 0, 0) scale(0.988);
    filter: blur(20px);
    clip-path: inset(0 100% 0 0);
  }
  24% {
    opacity: 0.28;
    filter: blur(14px);
  }
  54% {
    opacity: 0.72;
    transform: translate3d(-14px, 0, 0) scale(0.997);
    filter: blur(5px);
    clip-path: inset(0 16% 0 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes sitw-suite-copy-line {
  0% {
    opacity: 0;
    transform: translate3d(-18%, -50%, 0) scaleX(0.25);
  }
  32% {
    opacity: 0.38;
  }
  68% {
    opacity: 0.62;
    transform: translate3d(82%, -50%, 0) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(118%, -50%, 0) scaleX(0.4);
  }
}

@supports (animation-timeline: view()) {
  .sitw-suite-hero-copy {
    animation: sitw-suite-hero-scroll-out linear both;
    animation-timeline: view();
    animation-range: exit 0% exit 92%;
  }
}

/* ============================================================
   MANIFIESTO — declaraciones que se revelan ligadas al scroll
   Lógica: cada bloque se enfoca al entrar y se atenúa al salir,
   con el progreso atado a la posición de scroll (animation-timeline:
   view()). Sin clases JS, sin números, sin línea de tiempo.
   ============================================================ */
.sitw-suite-manifesto {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(46px, 14vh, 180px);
  width: min(1180px, 100%);
  margin: clamp(40px, 10vw, 130px) auto 0;
  padding: clamp(30px, 8vw, 90px) clamp(20px, 5vw, 60px);
}

.sitw-stmt {
  --dir: -1;
  max-width: min(720px, 88%);
  margin: 0;
  will-change: opacity, transform, filter;
}

.sitw-stmt.from-left {
  --dir: -1;
  align-self: flex-start;
  text-align: left;
}

.sitw-stmt.from-right {
  --dir: 1;
  align-self: flex-end;
  text-align: right;
}

.sitw-stmt p {
  margin: 0;
  color: #f4f1ff;
  font-size: clamp(27px, 3.5vw, 52px);
  font-weight: 720;
  line-height: 1.17;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

/* Palabra clave — énfasis sereno, degradado estático */
.sitw-kw {
  font-style: normal;
  background-image: linear-gradient(96deg, #d7c2ff 8%, #a071ff 46%, #5fe6ff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Estado de reposo (sin soporte de scroll-timeline): visible y legible */
.sitw-stmt p {
  opacity: 1;
}

/* Revelado ligado al scroll: aparece suave al entrar, se atenúa al salir */
@supports (animation-timeline: view()) {
  .sitw-stmt {
    animation: sitw-stmt-pass linear both;
    animation-timeline: view();
    animation-range: entry 8% exit 92%;
  }
}

/* Respaldo para navegadores sin scroll-timeline: fundido suave por JS */
@supports not (animation-timeline: view()) {
  .sitw-stmt {
    opacity: 0;
    transform: translate3d(calc(var(--dir) * 40px), 30px, 0);
    filter: blur(13px);
    transition: opacity 1s ease, transform 1.1s cubic-bezier(.16, 1, .3, 1), filter 1s ease;
  }

  .sitw-stmt.is-in {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes sitw-stmt-pass {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--dir) * 40px), 30px, 0);
    filter: blur(13px);
  }
  20% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(var(--dir) * -20px), -34px, 0);
    filter: blur(7px);
  }
}

/* ============================================================
   TÍTULO DE SECCIÓN — "Página principal"
   Degradado que recorre el texto (sheen) + revelado al entrar.
   ============================================================ */
.sitw-suite-section-head {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: clamp(60px, 12vw, 150px) auto clamp(4px, 1.5vw, 14px);
  text-align: center;
  will-change: opacity, transform, filter;
}

.sitw-section-title {
  display: inline-block;
  margin: 0;
  padding-bottom: 0.06em;
  font-size: clamp(40px, 7vw, 104px);
  font-weight: 840;
  line-height: 0.98;
  letter-spacing: -0.06em;
  background-image: linear-gradient(100deg, #ffffff 0%, #e7dbff 26%, #a071ff 48%, #5fe6ff 70%, #ffffff 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: sitw-section-sheen 7s linear infinite;
}

@keyframes sitw-section-sheen {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes sitw-rise-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    filter: blur(13px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@supports (animation-timeline: view()) {
  .sitw-suite-section-head {
    animation: sitw-rise-in linear both;
    animation-timeline: view();
    animation-range: entry 2% entry 58%;
  }
}

/* ============================================================
   BLOQUES DE FUNCIONALIDAD — texto + imagen alternados
   Las imágenes entran con una inclinación 3D y flotan suave.
   ============================================================ */
.sitw-suite-features {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(80px, 14vw, 190px);
  width: min(1180px, 100%);
  margin: clamp(50px, 9vw, 120px) auto 0;
  padding: 0 clamp(8px, 2vw, 20px);
}

.sitw-feature {
  --mx: 64px;
  --ry: -11deg;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  margin: 0;
  /* El tema (Astra) le pone fondo negro a los <article>; lo anulamos para
     que el bloque flote sobre el fondo animado, sin rectángulo contenedor */
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.sitw-feature.is-reversed {
  --mx: -64px;
  --ry: 11deg;
}

.sitw-feature.is-reversed .sitw-feature-copy {
  order: 2;
  margin-left: auto;
  text-align: right;
}

.sitw-feature.is-reversed .sitw-feature-media {
  order: 1;
}

.sitw-feature-copy {
  max-width: 520px;
  will-change: opacity, transform, filter;
}

.sitw-feature-eyebrow {
  margin: 0 0 16px;
  font-family: "Share Tech Mono", "Courier New", monospace;
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background-image: linear-gradient(96deg, #d7c2ff, #5fe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.sitw-feature-title {
  margin: 0 0 18px;
  color: #f4f1ff;
  font-size: clamp(28px, 3.4vw, 50px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.sitw-feature-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.sitw-feature-media {
  position: relative;
  perspective: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: opacity, transform, filter;
}

.sitw-feature-media img {
  display: block;
  width: auto;
  height: clamp(230px, 30vw, 360px);
  max-width: 100%;
  cursor: pointer;
  filter:
    drop-shadow(0 30px 46px rgba(120, 50, 255, 0.42))
    drop-shadow(0 12px 24px rgba(0, 0, 0, 0.55));
  animation: sitw-feature-float 7.5s ease-in-out infinite;
  /* scale es una propiedad independiente de transform: compone con el
     keyframe de flotación sin pisarlo, así el hover convive con el float */
  scale: 1;
  transition:
    scale 0.55s cubic-bezier(.2, .8, .2, 1),
    filter 0.55s ease;
}

.sitw-feature.is-reversed .sitw-feature-media img {
  animation-duration: 8.5s;
  animation-delay: -2s;
}

.sitw-feature-media:hover img,
.sitw-feature-media:focus-within img {
  scale: 1.05;
  /* Glow violeta puro y suave (sin cian, que tiraba a gris verdoso) */
  filter:
    drop-shadow(0 24px 38px rgba(140, 60, 255, 0.4))
    drop-shadow(0 0 20px rgba(150, 85, 255, 0.32));
}

@keyframes sitw-feature-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-0.5deg); }
  50% { transform: translate3d(0, -16px, 0) rotate(0.5deg); }
}

@keyframes sitw-feature-media-in {
  0% {
    opacity: 0;
    transform: translate3d(var(--mx), 44px, 0) rotateY(var(--ry)) scale(0.9);
    filter: blur(18px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0) scale(1);
    filter: blur(0);
  }
}

@supports (animation-timeline: view()) {
  .sitw-feature-copy {
    animation: sitw-rise-in linear both;
    animation-timeline: view();
    animation-range: entry 4% entry 62%;
  }

  .sitw-feature-media {
    animation: sitw-feature-media-in linear both;
    animation-timeline: view();
    animation-range: entry 2% entry 72%;
  }
}

@supports not (animation-timeline: view()) {
  .sitw-suite-section-head,
  .sitw-feature-copy {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    filter: blur(12px);
    transition: opacity 1s ease, transform 1.1s cubic-bezier(.16, 1, .3, 1), filter 1s ease;
  }

  .sitw-feature-media {
    opacity: 0;
    transform: translate3d(var(--mx), 40px, 0) scale(0.93);
    filter: blur(15px);
    transition: opacity 1.1s ease, transform 1.2s cubic-bezier(.16, 1, .3, 1), filter 1.1s ease;
  }

  .sitw-suite-section-head.is-in,
  .sitw-feature-copy.is-in,
  .sitw-feature-media.is-in {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

.sitw-suite-preview-large {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1180px, 100%);
  margin: clamp(46px, 7vw, 86px) auto clamp(40px, 7vw, 84px);
  overflow: hidden;
  border-radius: clamp(20px, 2.4vw, 38px);
  line-height: 0;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1), filter 0.5s ease;
}

.sitw-suite-preview-large:hover,
.sitw-suite-preview-large:focus-visible {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.sitw-suite-preview-large img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.sitw-suite-enter {
  position: relative;
  z-index: 4;
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: none;
  margin: clamp(40px, 7vw, 90px) calc(50% - 50vw) 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.sitw-suite-enter-desktop {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 64px);
  line-height: 0;
  overflow: hidden;
  cursor: default;
}

.sitw-suite-enter-desktop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sitw-suite-enter-base {
  position: relative;
  z-index: 1;
  transform: scale(1.01);
  transition: transform 0.75s cubic-bezier(.2,.8,.2,1), filter 0.75s ease;
}

.sitw-suite-enter-door {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  transform: scale(1);
  transform-origin: center;
  filter: drop-shadow(0 0 0 rgba(168,110,255,0));
  transition: transform 0.85s cubic-bezier(.16, 1, .3, 1), filter 0.85s ease;
}

.sitw-suite-enter-desktop.is-door-hot,
.sitw-suite-enter-desktop:focus-visible {
  cursor: pointer;
}

.sitw-suite-enter-desktop.is-door-hot .sitw-suite-enter-base,
.sitw-suite-enter-desktop:focus-visible .sitw-suite-enter-base {
  transform: scale(1.006);
  filter: brightness(1.08);
}

.sitw-suite-enter-desktop.is-door-hot .sitw-suite-enter-door,
.sitw-suite-enter-desktop:focus-visible .sitw-suite-enter-door {
  transform: scale(1.025);
  filter: drop-shadow(0 0 18px rgba(168,110,255,0.3));
}

.sitw-suite-enter-mobile {
  display: none;
}

.sitw-suite-paths {
  display: none;
}

@media (max-width: 820px) {
  .sitw-suite-page {
    --suite-frame-h: calc(100vh - 64px);
    --suite-frame-h: calc(100dvh - 64px);
    padding: 64px 18px 0;
  }

  .sitw-suite-hero {
    min-height: var(--suite-frame-h);
  }

  .sitw-suite-hero h1 {
    font-size: clamp(48px, 14vw, 78px);
  }

  .sitw-suite-copy p {
    font-size: clamp(25px, 7.6vw, 40px);
  }

  .sitw-suite-manifesto {
    gap: clamp(32px, 10vw, 48px);
  }

  .sitw-stmt {
    max-width: 100%;
  }

  .sitw-stmt p {
    font-size: clamp(24px, 7.4vw, 40px);
  }

  .sitw-section-title {
    font-size: clamp(36px, 12vw, 64px);
  }

  .sitw-suite-section-head {
    margin: 40px auto 4px;
  }

  .sitw-suite-preview-large {
    margin: 24px auto 32px;
  }

  .sitw-suite-features {
    gap: clamp(44px, 12vw, 58px);
    margin-top: 32px;
  }

  .sitw-feature {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .sitw-feature.is-reversed .sitw-feature-copy {
    order: 1;
    margin-left: 0;
    text-align: left;
  }

  .sitw-feature.is-reversed .sitw-feature-media {
    order: 2;
  }

  .sitw-feature-copy {
    max-width: 100%;
  }

  .sitw-suite-enter {
    height: var(--suite-frame-h);
    min-height: var(--suite-frame-h);
    margin-top: 24px;
    margin-right: -18px;
    margin-left: -18px;
    width: calc(100% + 36px);
  }

  .sitw-suite-enter-desktop {
    display: none;
  }

  .sitw-suite-enter-mobile {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .sitw-suite-enter-mobile-bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .sitw-suite-enter-mobile-trigger {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
  }

  .sitw-suite-enter-mobile-door {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    transform: scale(1);
    transform-origin: 53% 44%;
    filter: drop-shadow(0 0 0 rgba(168,110,255,0));
    transition: transform 0.5s cubic-bezier(.2,.8,.2,1), filter 0.5s ease;
  }

  .sitw-suite-enter-mobile-trigger.is-door-hot .sitw-suite-enter-mobile-door,
  .sitw-suite-enter-mobile-trigger:focus-visible .sitw-suite-enter-mobile-door,
  .sitw-suite-enter-mobile-trigger:active .sitw-suite-enter-mobile-door {
    transform: scale(1.035);
    filter: drop-shadow(0 0 20px rgba(168,110,255,0.55));
  }
}

@media (prefers-reduced-motion: reduce) {
  .sitw-suite-hero-copy,
  .sitw-suite-hero-copy > *,
  .sitw-suite-copy p,
  .sitw-stmt,
  .sitw-stmt p,
  .sitw-suite-bg span,
  .sitw-suite-section-head,
  .sitw-section-title,
  .sitw-feature-copy,
  .sitw-feature-media,
  .sitw-feature-media img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .sitw-suite-enter-desktop img,
  .sitw-suite-enter-mobile-door {
    transition: none !important;
    transform: none !important;
  }
}

/* Legacy selector kept inert in case cached markup is still present. */
.sitw-suite-paths {
  position: relative;
  z-index: 1;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.sitw-suite-paths a {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: rgba(255,255,255,0.035);
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.sitw-suite-paths a:hover,
.sitw-suite-paths a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0,255,255,0.36);
  background: rgba(255,255,255,0.055);
}

.sitw-suite-paths span {
  display: block;
  margin-bottom: 24px;
  color: rgba(0,255,255,0.62);
  font-family: "Share Tech Mono", "Courier New", monospace;
  font-size: 12px;
}

.sitw-suite-paths strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.sitw-suite-paths p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.6;
}
