/* Siteonik homepage V3 — intentionally scoped to .home-page-v3 */
.home-page-v3 {
  --home-dark: #070914;
  --home-dark-2: #101426;
  --home-white: #fff;
  --home-purple: #7668ff;
  --home-cyan: #32d2ef;
  --home-green: #38d9a9;
  --home-warm: #ffb86b;
}
.home-page-v3 main {
  overflow: clip;
}
.home-page-v3
  :where(
    .home-primary-action,
    .home-secondary-action,
    .home-text-link,
    .home-light-action,
    .home-showcase-arrows button,
    .home-showcase-dots button,
    .home-product-card footer > a
  ) {
  outline: none;
}
.home-page-v3 :where(a, button):focus-visible {
  outline: 3px solid rgba(50, 210, 239, 0.48);
  outline-offset: 4px;
}
.home-page-v3 svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hero */
.home-hero {
  position: relative;
  padding: 24px 0 0;
}
.home-hero-container {
  position: relative;
}
.home-hero-shell {
  position: relative;
  min-height: clamp(560px, calc(100svh - 178px), 660px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 38px;
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(96, 73, 230, 0.28),
      transparent 32%
    ),
    linear-gradient(145deg, #090b18 0%, #080a16 56%, #11122b 100%);
  color: #fff;
  box-shadow: 0 38px 100px rgba(20, 16, 62, 0.18);
  overflow: hidden;
  isolation: isolate;
}
.home-hero-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 10, 23, 0.2),
    rgba(8, 10, 23, 0.92) 74%
  );
  pointer-events: none;
}
.home-hero-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -260px;
  bottom: -300px;
  border: 1px solid rgba(118, 104, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(118, 104, 255, 0.04),
    0 0 0 145px rgba(50, 210, 239, 0.025);
  pointer-events: none;
}
.home-hero-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("../assets/home/hero-ecosystem.webp") left center/cover
    no-repeat;
  opacity: 0.52;
  mix-blend-mode: screen;
  pointer-events: none;
}
.home-hero-grid {
  position: relative;
  z-index: 1;
  min-height: clamp(560px, calc(100svh - 178px), 660px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 52px;
  align-items: center;
  padding: clamp(34px, 4.2vh, 48px) 52px;
}
.home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}
.home-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 750;
  backdrop-filter: blur(10px);
}
.home-hero-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow:
    0 0 0 5px rgba(56, 217, 169, 0.13),
    0 0 20px rgba(56, 217, 169, 0.7);
  animation: homePulse 2.4s ease-in-out infinite;
}
.home-hero h1 {
  max-width: 670px;
  margin: 23px 0 20px;
  font-size: clamp(42px, 4.15vw, 62px);
  font-weight: 950;
  letter-spacing: -2.2px;
  line-height: 1.23;
}
.home-hero h1 span {
  background: linear-gradient(100deg, #fff 0%, #a99fff 45%, #59e1f5 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home-hero-copy > p {
  max-width: 585px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
  line-height: 2;
}
.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.home-primary-action,
.home-secondary-action,
.home-light-action {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 12px 24px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}
.home-primary-action {
  background: #fff;
  color: #101326;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}
.home-primary-action svg,
.home-light-action svg {
  width: 20px;
  height: 20px;
  transition: transform 0.22s ease;
}
.home-primary-action:hover,
.home-light-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}
.home-primary-action:hover svg,
.home-light-action:hover svg {
  transform: translateX(-4px);
}
.home-secondary-action {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.home-secondary-action:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}
.home-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.66);
}
.home-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
}
.home-hero-proof svg {
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 50%;
  background: rgba(56, 217, 169, 0.12);
  color: var(--home-green);
}
.home-hero-proof b {
  font-weight: 680;
}

/* Hero work carousel */
.home-showcase {
  position: relative;
  min-width: 0;
  padding: 17px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.115),
    rgba(255, 255, 255, 0.045)
  );
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22px);
  overflow: hidden;
  touch-action: pan-y;
}
.home-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08),
    transparent 34%
  );
  pointer-events: none;
}
.home-showcase-head {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 31px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 800;
}
.home-showcase-head > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.home-showcase-head > span:first-child i {
  width: 18px;
  height: 1px;
  background: currentColor;
}
.home-showcase-count {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-family: Vazirmatn, Tahoma, sans-serif;
}
.home-showcase-count b {
  color: #fff;
  font-size: 18px;
}
.home-showcase-count i {
  opacity: 0.4;
  font-style: normal;
}
.home-showcase-count small {
  font-size: 10px;
}
.home-showcase-viewport {
  position: relative;
  min-height: 440px;
}
.home-showcase-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 275px minmax(0, 1fr);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-22px);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.55s;
}
.home-showcase-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}
.home-showcase-visual {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 2px 0 5px;
}
.home-showcase-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  padding: 15px 3px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-project-type {
  display: block;
  margin-bottom: 4px;
  color: var(--scene-accent, #9f95ff);
  font-size: 9px;
  font-weight: 850;
}
.home-showcase-copy h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.home-showcase-copy p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.75;
}
.home-showcase-meta {
  display: grid;
  justify-items: end;
  gap: 13px;
}
.home-project-tech {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  flex-wrap: wrap;
  direction: ltr;
}
.home-project-tech span {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 7px;
}
.home-showcase-meta > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}
.home-showcase-meta > a svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.home-showcase-meta > a:hover svg {
  transform: translateX(-4px);
}
.home-showcase-controls {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  margin-top: 5px;
}
.home-showcase-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  direction: ltr;
}
.home-showcase-dots button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.home-showcase-dots button span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  transition:
    width 0.25s,
    background 0.25s;
}
.home-showcase-dots button.is-active span {
  width: 20px;
  background: #fff;
}
.home-showcase-arrows {
  display: flex;
  gap: 6px;
  direction: ltr;
}
.home-showcase-arrows button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.home-showcase-arrows button:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}
.home-showcase-arrows svg {
  width: 18px;
  height: 18px;
}
.home-showcase-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.home-showcase-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--home-purple), var(--home-cyan));
  transform: scaleX(0);
  transform-origin: right;
}
.home-showcase.is-playing .home-showcase-progress i {
  animation: homeShowcaseProgress 6.5s linear forwards;
}
.home-showcase.is-paused .home-showcase-progress i {
  animation-play-state: paused;
}
.home-showcase.is-single .home-showcase-controls,
.home-showcase.is-single .home-showcase-progress {
  display: none;
}
.home-showcase-empty {
  min-height: 610px;
}
.home-showcase-placeholder {
  position: absolute;
  inset: 70px 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

/* Responsive desktop + phone artwork */
.home-device-composition {
  --scene-primary: #7467ff;
  --scene-secondary: #2ed2ee;
  --scene-surface: #f5f6fb;
  position: relative;
  width: 100%;
  height: 320px;
  direction: ltr;
}
.home-scene-android {
  --scene-primary: #18ba8c;
  --scene-secondary: #2ed2ee;
  --scene-surface: #effaf7;
}
.home-scene-industrial {
  --scene-primary: #ff9e57;
  --scene-secondary: #6488ff;
  --scene-surface: #171c2b;
}
.home-scene-map {
  --scene-primary: #ee725e;
  --scene-secondary: #31c8cc;
  --scene-surface: #eef8f6;
}
.home-device-glow {
  position: absolute;
  inset: 22% 8% 5%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--scene-primary), transparent 67%);
  filter: blur(54px);
  opacity: 0.28;
}
.home-desktop-device {
  position: absolute;
  top: 21px;
  right: 1%;
  width: 86%;
  height: 262px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  background: #131625;
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  transform: perspective(900px) rotateY(-2deg);
}
.home-desktop-bar {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  background: #202434;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.home-desktop-dots {
  display: flex;
  gap: 4px;
}
.home-desktop-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6b6b;
}
.home-desktop-dots i:nth-child(2) {
  background: #ffd166;
}
.home-desktop-dots i:nth-child(3) {
  background: #43d19e;
}
.home-desktop-address {
  height: 11px;
  flex: 1;
  max-width: 142px;
  margin-inline: auto;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
}
.home-desktop-address i {
  display: block;
  width: 30%;
  height: 3px;
  margin: 4px auto;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.13);
}
.home-desktop-screen {
  position: absolute;
  inset: 28px 0 0;
  background: var(--scene-surface);
  overflow: hidden;
}
.home-desktop-screen > img,
.home-mobile-screen > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.home-ui-dashboard {
  height: 100%;
  display: grid;
  grid-template-columns: 38px 1fr;
  background: var(--scene-surface);
}
.home-ui-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  background: color-mix(in srgb, var(--scene-primary) 12%, #fff);
}
.home-scene-industrial .home-ui-sidebar {
  background: #101522;
}
.home-ui-sidebar .home-ui-brand {
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
  border-radius: 6px;
  background: linear-gradient(
    145deg,
    var(--scene-primary),
    var(--scene-secondary)
  );
  box-shadow: 0 5px 10px
    color-mix(in srgb, var(--scene-primary) 28%, transparent);
}
.home-ui-sidebar > i {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  background: color-mix(in srgb, var(--scene-primary) 18%, transparent);
}
.home-ui-sidebar > i.active {
  height: 10px;
  background: var(--scene-primary);
}
.home-ui-main {
  padding: 13px 14px 10px;
  overflow: hidden;
}
.home-ui-main header {
  height: 22px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.home-ui-main header > span {
  width: 88px;
  height: 8px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--scene-primary) 20%, #b9bdca);
}
.home-ui-main header > div {
  display: flex;
  gap: 5px;
}
.home-ui-main header i,
.home-ui-main header b {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--scene-primary) 12%, #fff);
}
.home-ui-main header b {
  border-radius: 50%;
  background: var(--scene-primary);
}
.home-ui-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 5px;
}
.home-ui-metrics i {
  position: relative;
  height: 47px;
  border: 1px solid color-mix(in srgb, var(--scene-primary) 12%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--scene-primary) 7%, #fff);
}
.home-ui-metrics i::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 34%;
  height: 6px;
  border-radius: 4px;
  background: var(--scene-primary);
  opacity: 0.75;
}
.home-ui-metrics i::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 9px;
  width: 54%;
  height: 4px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--scene-primary) 16%, #c9ccd6);
}
.home-ui-content {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr;
  gap: 7px;
  margin-top: 7px;
}
.home-ui-chart,
.home-ui-list {
  height: 102px;
  border: 1px solid color-mix(in srgb, var(--scene-primary) 12%, transparent);
  border-radius: 9px;
  background: color-mix(in srgb, var(--scene-primary) 5%, #fff);
  overflow: hidden;
}
.home-ui-chart {
  position: relative;
  padding: 11px;
}
.home-ui-chart > span {
  display: block;
  width: 58px;
  height: 6px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--scene-primary) 25%, #bec2cf);
}
.home-ui-chart svg {
  position: absolute;
  right: 10px;
  bottom: 12px;
  left: 10px;
  width: calc(100% - 20px);
  height: 58px;
}
.home-ui-chart path {
  fill: none;
  stroke: var(--scene-primary);
  stroke-width: 4;
}
.home-ui-list {
  display: grid;
  gap: 7px;
  padding: 12px 9px;
}
.home-ui-list i {
  height: 12px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--scene-primary) 8%, #e3e5eb);
}
.home-scene-industrial :where(.home-ui-main, .home-ui-dashboard) {
  background: #151b29;
}
.home-scene-industrial
  :where(.home-ui-metrics i, .home-ui-chart, .home-ui-list) {
  background: #20283a;
  border-color: #303b52;
}
.home-scene-industrial .home-ui-list i {
  background: #2d374b;
}
.home-mobile-device {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 3px;
  width: 105px;
  height: 226px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: #111421;
  box-shadow: 0 25px 48px rgba(0, 0, 0, 0.45);
  transform: rotate(-2deg);
}
.home-mobile-speaker {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 50%;
  width: 29px;
  height: 5px;
  border-radius: 4px;
  background: #222638;
  transform: translateX(-50%);
}
.home-mobile-screen {
  height: 100%;
  border-radius: 18px;
  background: var(--scene-surface);
  overflow: hidden;
}
.home-mobile-ui {
  position: relative;
  height: 100%;
  padding: 16px 7px 22px;
  color: #1c2030;
  background: var(--scene-surface);
}
.home-scene-industrial .home-mobile-ui {
  color: #fff;
  background: #171d2c;
}
.home-mobile-ui header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 14px;
}
.home-mobile-ui header span {
  width: 31px;
  height: 5px;
  border-radius: 4px;
  background: var(--scene-primary);
}
.home-mobile-ui header i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--scene-primary) 25%, #ddd);
}
.home-mobile-hero {
  height: 52px;
  margin-top: 8px;
  padding: 8px;
  border-radius: 10px;
  background: linear-gradient(
    145deg,
    var(--scene-primary),
    var(--scene-secondary)
  );
  overflow: hidden;
}
.home-mobile-hero small,
.home-mobile-hero b,
.home-mobile-hero i {
  display: block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.78);
}
.home-mobile-hero small {
  width: 55%;
  height: 4px;
}
.home-mobile-hero b {
  width: 76%;
  height: 7px;
  margin-top: 6px;
}
.home-mobile-hero i {
  width: 28%;
  height: 8px;
  margin-top: 7px;
  opacity: 0.65;
}
.home-mobile-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 6px;
}
.home-mobile-stats i {
  height: 27px;
  border: 1px solid color-mix(in srgb, var(--scene-primary) 12%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--scene-primary) 7%, #fff);
}
.home-mobile-rows {
  display: grid;
  gap: 4px;
  margin-top: 6px;
}
.home-mobile-rows span {
  height: 14px;
  border-radius: 5px;
  background: color-mix(in srgb, var(--scene-primary) 8%, #e1e4eb);
}
.home-scene-industrial .home-mobile-stats i,
.home-scene-industrial .home-mobile-rows span {
  background: #242c3e;
  border-color: #344057;
}
.home-mobile-ui nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: color-mix(in srgb, var(--scene-primary) 8%, #fff);
}
.home-mobile-ui nav i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bec3ce;
}
.home-mobile-ui nav i.active {
  background: var(--scene-primary);
}
.home-device-status {
  position: absolute;
  z-index: 4;
  right: 5px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(10, 12, 27, 0.74);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  backdrop-filter: blur(8px);
}
.home-device-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 8px var(--home-green);
}

/* Proof strip */
.home-proof-strip {
  position: relative;
  z-index: 4;
  margin-top: -24px;
}
.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 21px 24px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--surface-glass);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}
.home-proof-grid > div {
  display: grid;
  justify-items: center;
  gap: 0;
  text-align: center;
}
.home-proof-grid > div + div {
  border-right: 1px solid var(--line);
}
.home-proof-grid strong {
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.6px;
}
.home-proof-grid span {
  color: var(--muted);
  font-size: 10px;
}

/* Shared homepage section language */
.home-section {
  position: relative;
  padding: 112px 0;
}
.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 46px;
}
.home-section-head--compact {
  margin-bottom: 38px;
}
.home-eyebrow,
.home-dark-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 850;
}
.home-eyebrow::before,
.home-dark-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.home-section-head h2,
.home-simple-head h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 920;
  letter-spacing: -1.25px;
  line-height: 1.32;
}
.home-section-head > div:last-child > p,
.home-simple-head > p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}
.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
}
.home-text-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.home-text-link:hover svg {
  transform: translateX(-4px);
}
.home-simple-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 39px;
}
.home-simple-head > p {
  max-width: 440px;
  margin-bottom: 4px;
}

/* Services bento */
.home-services-section {
  padding-top: 122px;
}
.home-services-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.home-service-card {
  position: relative;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 29px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 15%, var(--line));
  border-radius: 27px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--service-accent) 7%, var(--surface)),
    var(--surface) 62%
  );
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.home-service-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--service-accent) 42%, var(--line));
  box-shadow: 0 26px 65px
    color-mix(in srgb, var(--service-accent) 13%, transparent);
}
.home-service-card--web,
.home-service-card--map {
  grid-column: span 7;
}
.home-service-card--android,
.home-service-card--windows {
  grid-column: span 5;
}
.home-service-number {
  position: absolute;
  top: 24px;
  left: 26px;
  color: color-mix(in srgb, var(--service-accent) 45%, var(--muted));
  font-size: 10px;
  font-weight: 850;
  direction: ltr;
}
.home-service-icon {
  width: 57px;
  height: 57px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid color-mix(in srgb, var(--service-accent) 20%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--service-accent) 10%, var(--surface));
  color: var(--service-accent);
}
.home-service-icon svg {
  width: 30px;
  height: 30px;
}
.home-service-copy {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin-top: 45px;
}
.home-service-copy h3 {
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 1.45;
}
.home-service-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}
.home-service-arrow {
  position: absolute;
  right: 29px;
  bottom: 27px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--text);
  transition: 0.24s;
}
.home-service-arrow svg {
  width: 19px;
  height: 19px;
}
.home-service-card:hover .home-service-arrow {
  border-color: var(--service-accent);
  background: var(--service-accent);
  color: #fff;
  transform: translateX(-3px);
}
.home-service-visual {
  position: absolute;
  z-index: -1;
  left: -35px;
  bottom: -58px;
  width: 270px;
  height: 210px;
  border: 1px solid color-mix(in srgb, var(--service-accent) 17%, transparent);
  border-radius: 44px;
  background: color-mix(in srgb, var(--service-accent) 7%, transparent);
  transform: rotate(-8deg);
  opacity: 0.9;
}
.home-service-visual::before,
.home-service-visual::after {
  content: "";
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--service-accent) 17%, transparent);
  border-radius: 30px;
}
.home-service-visual::before {
  inset: 28px;
}
.home-service-visual::after {
  inset: 56px;
  background: color-mix(in srgb, var(--service-accent) 10%, transparent);
}
.home-service-visual i,
.home-service-visual b {
  position: absolute;
  border-radius: 50%;
  background: var(--service-accent);
  opacity: 0.32;
}
.home-service-visual i:nth-child(1) {
  width: 10px;
  height: 10px;
  top: 35px;
  right: 26px;
}
.home-service-visual i:nth-child(2) {
  width: 7px;
  height: 7px;
  top: 80px;
  left: 22px;
}
.home-service-visual i:nth-child(3) {
  width: 14px;
  height: 14px;
  right: 62px;
  bottom: 28px;
}
.home-service-visual b {
  width: 34px;
  height: 34px;
  top: 83px;
  right: 99px;
  opacity: 0.14;
}

/* Ready products */
.home-products-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(
    180deg,
    var(--surface-2),
    color-mix(in srgb, var(--surface-2) 56%, var(--bg))
  );
}
.home-product-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.home-product-card {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 8px 30px rgba(30, 27, 75, 0.035);
  overflow: hidden;
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
}
.home-product-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--product-accent),
    transparent
  );
  opacity: 0.7;
}
.home-product-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--product-accent) 30%, var(--line));
  box-shadow: 0 28px 70px
    color-mix(in srgb, var(--product-accent) 12%, transparent);
}
.home-product-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.home-product-badge {
  padding: 5px 9px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--product-accent) 10%, var(--surface));
  color: var(--product-accent);
  font-size: 9px;
  font-weight: 850;
}
.home-product-plan-count {
  color: var(--muted);
  font-size: 9px;
}
.home-product-plan-count b {
  color: var(--text);
  font-size: 14px;
}
.home-product-symbol {
  position: relative;
  height: 115px;
  margin: 20px 0 24px;
  border: 1px solid color-mix(in srgb, var(--product-accent) 14%, var(--line));
  border-radius: 19px;
  background:
    radial-gradient(
      circle at 25% 20%,
      color-mix(in srgb, var(--product-accent) 16%, transparent),
      transparent 43%
    ),
    var(--surface-2);
  overflow: hidden;
}
.home-product-symbol::before {
  content: "";
  position: absolute;
  inset: 19px 43px;
  border: 1px solid color-mix(in srgb, var(--product-accent) 24%, var(--line));
  border-radius: 13px;
  background: var(--surface);
  box-shadow: 0 13px 28px
    color-mix(in srgb, var(--product-accent) 10%, transparent);
}
.home-product-symbol::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 58px;
  width: 36%;
  height: 8px;
  border-radius: 6px;
  background: var(--product-accent);
  box-shadow:
    0 17px 0 color-mix(in srgb, var(--product-accent) 10%, var(--line)),
    0 31px 0 color-mix(in srgb, var(--product-accent) 10%, var(--line));
}
.home-product-symbol i {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: var(--product-accent);
  opacity: 0.6;
}
.home-product-symbol i:first-child {
  width: 9px;
  height: 9px;
  right: 24px;
  top: 24px;
}
.home-product-symbol i:nth-child(2) {
  width: 6px;
  height: 6px;
  left: 30px;
  bottom: 24px;
}
.home-product-symbol b {
  position: absolute;
  z-index: 2;
  left: 35px;
  top: 30px;
  width: 43px;
  height: 63px;
  border: 4px solid var(--surface);
  border-radius: 11px;
  background: color-mix(in srgb, var(--product-accent) 14%, var(--surface));
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.home-product-category {
  color: var(--product-accent);
  font-size: 9px;
  font-weight: 850;
}
.home-product-card h3 {
  margin: 4px 0 7px;
  font-size: 22px;
  line-height: 1.55;
}
.home-product-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}
.home-product-tech {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 14px;
  direction: ltr;
}
.home-product-tech span {
  padding: 3px 7px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  font-size: 7px;
}
.home-product-card > footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.home-product-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
.home-product-price small {
  width: 100%;
  color: var(--muted);
  font-size: 8px;
}
.home-product-price strong {
  font-size: 17px;
}
.home-product-price span {
  color: var(--muted);
  font-size: 8px;
}
.home-product-card footer > a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 13px;
  background: var(--product-accent);
  color: #fff;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
}
.home-product-card footer > a:hover {
  transform: translateX(-3px);
  box-shadow: 0 12px 25px
    color-mix(in srgb, var(--product-accent) 28%, transparent);
}
.home-product-card footer svg {
  width: 20px;
  height: 20px;
}

/* More portfolio work */
.home-more-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.home-work-card h3 {
  margin: 16px 0 5px;
  font-size: 20px;
}
.home-work-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}
.home-work-cover {
  position: relative;
  aspect-ratio: 1.42;
  display: block;
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--work-accent) 13%, var(--surface-2)),
    var(--surface-2)
  );
  overflow: hidden;
}
.home-work-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.home-work-card:hover img {
  transform: scale(1.04);
}
.home-work-cover > span {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(10, 12, 25, 0.66);
  color: #fff;
  font-size: 8px;
  backdrop-filter: blur(8px);
}
.home-work-cover.is-placeholder::before {
  content: "";
  position: absolute;
  inset: 17% 13%;
  border: 1px solid color-mix(in srgb, var(--work-accent) 25%, var(--line));
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 20px 40px
    color-mix(in srgb, var(--work-accent) 12%, transparent);
  transform: rotate(-2deg);
}
.home-work-cover.is-placeholder::after {
  content: "";
  position: absolute;
  right: 24%;
  top: 30%;
  width: 44%;
  height: 12px;
  border-radius: 7px;
  background: var(--work-accent);
  box-shadow:
    0 25px 0 color-mix(in srgb, var(--work-accent) 12%, var(--line)),
    0 47px 0 color-mix(in srgb, var(--work-accent) 12%, var(--line));
}

/* Experience */
.home-experience-section {
  padding-top: 104px;
}
.home-experience-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 64px;
  padding: 62px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 7% 4%,
      rgba(118, 104, 255, 0.28),
      transparent 31%
    ),
    radial-gradient(
      circle at 95% 90%,
      rgba(50, 210, 239, 0.12),
      transparent 30%
    ),
    #090c19;
  color: #fff;
  box-shadow: 0 35px 90px rgba(18, 15, 55, 0.18);
  overflow: hidden;
}
.home-experience-shell::before {
  content: "";
  position: absolute;
  right: 37%;
  top: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow:
    0 0 0 65px rgba(255, 255, 255, 0.018),
    0 0 0 130px rgba(255, 255, 255, 0.01);
  pointer-events: none;
}
.home-experience-intro {
  position: relative;
  z-index: 2;
  align-self: center;
}
.home-dark-eyebrow {
  color: #9e94ff;
}
.home-experience-number {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  margin: 15px 0 18px;
}
.home-experience-number strong {
  font-size: 88px;
  font-weight: 950;
  letter-spacing: -5px;
  line-height: 0.9;
  background: linear-gradient(150deg, #fff, #9a91ff 58%, #46dbf1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home-experience-number > span {
  margin-bottom: 8px;
  color: var(--home-cyan);
  font-size: 30px;
  font-weight: 900;
}
.home-experience-number small {
  max-width: 90px;
  margin: 0 9px 6px 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  line-height: 1.7;
}
.home-experience-intro h2 {
  margin: 0 0 12px;
  font-size: 31px;
  line-height: 1.5;
}
.home-experience-intro > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 13px;
  line-height: 2;
}
.home-capability-cloud {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 21px 0 26px;
}
.home-capability-cloud span {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
}
.home-light-action {
  min-height: 50px;
  padding: 10px 18px;
  background: #fff;
  color: #111426;
  font-size: 11px;
  box-shadow: none;
}
.home-experience-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}
.home-experience-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
  transition:
    transform 0.25s,
    border-color 0.25s,
    background 0.25s;
}
.home-experience-list article:hover {
  transform: translateX(-5px);
  border-color: rgba(158, 148, 255, 0.35);
  background: rgba(255, 255, 255, 0.07);
}
.home-experience-list time {
  padding-top: 3px;
  color: #9f96ff;
  font-size: 11px;
  font-weight: 900;
}
.home-experience-list article > div > span {
  display: block;
  color: rgba(255, 255, 255, 0.34);
  font-size: 7px;
  text-transform: uppercase;
}
.home-experience-list h3 {
  margin: 1px 0 3px;
  font-size: 16px;
  line-height: 1.55;
}
.home-experience-list p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  line-height: 1.8;
}
.home-experience-list small {
  display: block;
  color: #7edcec;
  font-size: 7px;
  text-align: right;
}

/* Process */
.home-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.home-process-grid article {
  position: relative;
  min-height: 235px;
  padding: 28px 23px 12px;
}
.home-process-grid article + article {
  border-right: 1px solid var(--line);
}
.home-process-grid article > span {
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
}
.home-process-grid article > i {
  position: absolute;
  top: -5px;
  right: 23px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--bg);
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 2px var(--primary);
}
.home-process-grid h3 {
  margin: 54px 0 8px;
  font-size: 20px;
}
.home-process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

/* Journal */
.home-journal-section {
  padding-top: 80px;
  border-top: 1px solid var(--line);
}
.home-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.home-journal-grid article {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}
.home-journal-grid article:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--primary) 28%, var(--line));
  box-shadow: var(--shadow-sm);
}
.home-journal-grid article > span {
  color: var(--muted);
  font-size: 9px;
  direction: ltr;
  text-align: right;
}
.home-journal-grid h3 {
  margin: 26px 0 8px;
  font-size: 19px;
  line-height: 1.7;
}
.home-journal-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.9;
}
.home-journal-grid article > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--primary);
  font-size: 10px;
  font-weight: 850;
}
.home-journal-grid svg {
  width: 16px;
  height: 16px;
}

/* Final CTA */
.home-final-section {
  padding: 20px 0 112px;
}
.home-final-cta {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 58px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 50% 110%,
      rgba(50, 210, 239, 0.23),
      transparent 35%
    ),
    radial-gradient(
      circle at 8% 8%,
      rgba(118, 104, 255, 0.32),
      transparent 30%
    ),
    #090b18;
  color: #fff;
  text-align: center;
  box-shadow: 0 35px 90px rgba(19, 15, 55, 0.18);
  overflow: hidden;
  isolation: isolate;
}
.home-final-cta > span {
  color: #a89fff;
  font-size: 11px;
  font-weight: 850;
}
.home-final-cta h2 {
  margin: 12px 0 9px;
  font-size: clamp(31px, 4vw, 51px);
  line-height: 1.45;
  letter-spacing: -1.2px;
}
.home-final-cta > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}
.home-final-cta > div:last-child {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.home-final-cta .home-secondary-action {
  min-height: 56px;
}
.home-final-orbit {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.home-final-orbit::before,
.home-final-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
}
.home-final-orbit::before {
  width: 650px;
  height: 225px;
}
.home-final-orbit::after {
  width: 780px;
  height: 315px;
  transform: translate(-50%, -50%) rotate(9deg);
}
.home-final-orbit i,
.home-final-orbit b {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-cyan);
  box-shadow: 0 0 19px var(--home-cyan);
}
.home-final-orbit i:first-child {
  top: 31%;
  left: 15%;
}
.home-final-orbit i:nth-child(2) {
  right: 17%;
  bottom: 29%;
  background: #9b90ff;
  box-shadow: 0 0 19px #9b90ff;
}
.home-final-orbit b {
  top: 20%;
  right: 30%;
  width: 5px;
  height: 5px;
}

@keyframes homePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.78);
    opacity: 0.72;
  }
}
@keyframes homeShowcaseProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* Tablet */
@media (max-width: 1160px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 52px;
  }
  .home-hero-copy {
    max-width: 760px;
  }
  .home-hero h1 {
    max-width: 760px;
  }
  .home-showcase {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }
  .home-showcase-viewport {
    min-height: 540px;
  }
  .home-showcase-slide {
    grid-template-rows: 350px 1fr;
  }
  .home-proof-grid {
    padding-inline: 15px;
  }
  .home-section-head {
    gap: 45px;
  }
  .home-product-card {
    padding: 20px;
  }
  .home-experience-shell {
    gap: 38px;
    padding: 44px;
  }
}

@media (max-width: 820px) {
  .home-section {
    padding: 88px 0;
  }
  .home-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }
  .home-section-head > div:last-child > p {
    max-width: 620px;
  }
  .home-simple-head {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
  .home-service-card--web,
  .home-service-card--map,
  .home-service-card--android,
  .home-service-card--windows {
    grid-column: span 6;
  }
  .home-service-card {
    min-height: 300px;
    padding: 24px;
  }
  .home-service-copy {
    margin-top: 40px;
  }
  .home-service-copy h3 {
    font-size: 21px;
  }
  .home-product-rail {
    display: flex;
    gap: 14px;
    margin-inline: -20px;
    padding: 0 20px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  .home-product-rail::-webkit-scrollbar {
    display: none;
  }
  .home-product-card {
    min-width: min(72vw, 390px);
    scroll-snap-align: center;
  }
  .home-experience-shell {
    grid-template-columns: 1fr;
    padding: 42px;
  }
  .home-experience-intro {
    max-width: 650px;
  }
  .home-more-work-grid,
  .home-journal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-journal-grid article:last-child {
    grid-column: 1/-1;
  }
  .home-process-grid {
    grid-template-columns: repeat(2, 1fr);
    border: 0;
    gap: 12px;
  }
  .home-process-grid article {
    min-height: 215px;
    border: 1px solid var(--line) !important;
    border-radius: 19px;
    background: var(--surface);
  }
  .home-process-grid article > i {
    display: none;
  }
  .home-process-grid h3 {
    margin-top: 38px;
  }
}

/* Mobile: the composition is rebuilt, not just scaled down */
@media (max-width: 600px) {
  .home-hero {
    padding-top: 10px;
  }
  .home-hero-container {
    width: calc(100% - 18px);
  }
  .home-hero-shell {
    min-height: 0;
    border-radius: 28px;
  }
  .home-hero-shell::before {
    background: linear-gradient(
      180deg,
      rgba(8, 10, 23, 0.76),
      rgba(8, 10, 23, 0.95) 48%,
      rgba(8, 10, 23, 0.7)
    );
  }
  .home-hero-art {
    background-position: 31% top;
    opacity: 0.35;
  }
  .home-hero-grid {
    min-height: 0;
    display: block;
    padding: 33px 17px 17px;
  }
  .home-hero-copy {
    text-align: right;
  }
  .home-hero-kicker {
    padding: 7px 10px;
    font-size: 10px;
  }
  .home-hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(35px, 10.7vw, 45px);
    letter-spacing: -1.35px;
    line-height: 1.3;
  }
  .home-hero-copy > p {
    font-size: 14px;
    line-height: 1.95;
  }
  .home-hero-actions {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 8px;
    margin-top: 22px;
  }
  .home-primary-action,
  .home-secondary-action {
    min-height: 51px;
    padding: 10px 13px;
    border-radius: 13px;
    font-size: 12px;
  }
  .home-hero-proof {
    gap: 7px 12px;
    margin-top: 19px;
  }
  .home-hero-proof span {
    font-size: 9px;
  }
  .home-showcase {
    margin-top: 31px;
    padding: 13px 12px 13px;
    border-radius: 22px;
    background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.055)
    );
  }
  .home-showcase-head {
    min-height: 26px;
    margin-bottom: 0;
  }
  .home-showcase-count b {
    font-size: 15px;
  }
  .home-showcase-viewport {
    min-height: 445px;
  }
  .home-showcase-slide {
    grid-template-rows: 260px minmax(0, 1fr);
  }
  .home-showcase-visual {
    padding: 0;
  }
  .home-showcase-copy {
    display: block;
    padding: 12px 1px 2px;
  }
  .home-showcase-copy h2 {
    font-size: 17px;
  }
  .home-showcase-copy p {
    font-size: 10px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-showcase-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  .home-project-tech {
    justify-content: flex-start;
  }
  .home-project-tech span:nth-child(n + 3) {
    display: none;
  }
  .home-showcase-meta > a {
    font-size: 9px;
  }
  .home-showcase-controls {
    min-height: 40px;
    margin-top: 3px;
  }
  .home-showcase-dots button {
    width: 25px;
  }
  .home-showcase-arrows button {
    width: 38px;
    height: 38px;
  }
  .home-device-composition {
    height: 255px;
  }
  .home-desktop-device {
    top: 20px;
    right: 0;
    width: 91%;
    height: 205px;
    border-radius: 13px;
    transform: none;
  }
  .home-desktop-bar {
    height: 23px;
  }
  .home-desktop-screen {
    inset: 23px 0 0;
  }
  .home-ui-dashboard {
    grid-template-columns: 29px 1fr;
  }
  .home-ui-main {
    padding: 9px;
  }
  .home-ui-sidebar {
    gap: 10px;
    padding-top: 9px;
  }
  .home-ui-sidebar .home-ui-brand {
    width: 14px;
    height: 14px;
  }
  .home-ui-metrics i {
    height: 34px;
  }
  .home-ui-content {
    grid-template-columns: 1.5fr 0.7fr;
  }
  .home-ui-chart,
  .home-ui-list {
    height: 73px;
  }
  .home-ui-chart svg {
    height: 40px;
  }
  .home-mobile-device {
    left: 0;
    bottom: 1px;
    width: 80px;
    height: 174px;
    padding: 5px;
    border-radius: 19px;
  }
  .home-mobile-screen {
    border-radius: 14px;
  }
  .home-mobile-speaker {
    top: 3px;
    width: 22px;
    height: 4px;
  }
  .home-mobile-ui {
    padding: 13px 5px 17px;
  }
  .home-mobile-hero {
    height: 40px;
    padding: 6px;
  }
  .home-mobile-stats i {
    height: 20px;
  }
  .home-mobile-rows span {
    height: 10px;
  }
  .home-device-status {
    right: 2px;
    bottom: 10px;
  }
  .home-proof-strip {
    margin-top: -11px;
  }
  .home-proof-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 8px;
    border-radius: 18px;
  }
  .home-proof-grid > div {
    padding: 10px 4px;
  }
  .home-proof-grid > div + div {
    border-right: 0;
  }
  .home-proof-grid > div:nth-child(even) {
    border-right: 1px solid var(--line);
  }
  .home-proof-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .home-proof-grid strong {
    font-size: 20px;
  }
  .home-proof-grid span {
    font-size: 9px;
  }
  .home-section {
    padding: 74px 0;
  }
  .home-section-head h2,
  .home-simple-head h2 {
    font-size: 31px;
    letter-spacing: -0.6px;
  }
  .home-section-head h2 br {
    display: none;
  }
  .home-section-head > div:last-child > p,
  .home-simple-head > p {
    font-size: 13px;
  }
  .home-section-head {
    margin-bottom: 27px;
  }
  .home-services-section {
    padding-top: 82px;
  }
  .home-services-bento {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .home-service-card--web,
  .home-service-card--map,
  .home-service-card--android,
  .home-service-card--windows {
    grid-column: auto;
  }
  .home-service-card {
    min-height: 274px;
    padding: 21px;
    border-radius: 22px;
  }
  .home-service-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
  .home-service-icon svg {
    width: 26px;
    height: 26px;
  }
  .home-service-copy {
    max-width: 80%;
    margin-top: 39px;
  }
  .home-service-copy h3 {
    font-size: 20px;
  }
  .home-service-copy p {
    font-size: 12px;
  }
  .home-service-number {
    top: 20px;
    left: 20px;
  }
  .home-service-arrow {
    right: 21px;
    bottom: 21px;
  }
  .home-service-visual {
    left: -75px;
  }
  .home-products-section {
    padding: 70px 0;
  }
  .home-product-rail {
    margin-inline: -12px;
    padding-inline: 12px;
  }
  .home-product-card {
    min-width: 86vw;
    min-height: 450px;
    border-radius: 22px;
  }
  .home-product-symbol {
    height: 105px;
  }
  .home-product-card h3 {
    font-size: 20px;
  }
  .home-more-work-grid,
  .home-journal-grid {
    grid-template-columns: 1fr;
  }
  .home-journal-grid article:last-child {
    grid-column: auto;
  }
  .home-work-cover {
    border-radius: 20px;
  }
  .home-experience-section {
    padding: 68px 0;
  }
  .home-experience-section > .container {
    width: calc(100% - 18px);
  }
  .home-experience-shell {
    gap: 36px;
    padding: 30px 17px;
    border-radius: 27px;
  }
  .home-experience-number strong {
    font-size: 72px;
  }
  .home-experience-intro h2 {
    font-size: 25px;
  }
  .home-experience-intro > p {
    font-size: 12px;
  }
  .home-capability-cloud span {
    font-size: 8px;
  }
  .home-light-action {
    width: 100%;
    min-height: 50px;
  }
  .home-experience-list {
    gap: 8px;
  }
  .home-experience-list article {
    grid-template-columns: 43px 1fr;
    gap: 10px;
    padding: 15px 12px;
    border-radius: 15px;
  }
  .home-experience-list h3 {
    font-size: 14px;
  }
  .home-experience-list p {
    font-size: 9px;
  }
  .home-experience-list small {
    overflow-wrap: anywhere;
    font-size: 7px;
  }
  .home-process-grid {
    grid-template-columns: 1fr;
  }
  .home-process-grid article {
    min-height: auto;
    padding: 22px;
  }
  .home-process-grid h3 {
    margin: 26px 0 6px;
    font-size: 19px;
  }
  .home-journal-section {
    padding-top: 67px;
  }
  .home-journal-grid article {
    min-height: 250px;
    padding: 21px;
  }
  .home-final-section {
    padding: 0 0 90px;
  }
  .home-final-section > .container {
    width: calc(100% - 18px);
  }
  .home-final-cta {
    min-height: 400px;
    padding: 42px 17px;
    border-radius: 27px;
  }
  .home-final-cta h2 {
    font-size: 30px;
  }
  .home-final-cta h2 br {
    display: none;
  }
  .home-final-cta > div:last-child {
    display: grid;
    width: 100%;
    max-width: 330px;
  }
  .home-final-cta .home-primary-action,
  .home-final-cta .home-secondary-action {
    width: 100%;
  }
}

/* Hero navigation is intentionally gesture/dot-only on every mobile layout. */
@media (max-width: 820px) {
  .home-page-v3 .home-showcase .home-showcase-arrows,
  .home-page-v3 .home-showcase [data-showcase-prev],
  .home-page-v3 .home-showcase [data-showcase-next] {
    display: none !important;
  }

  .home-page-v3 .home-showcase-controls {
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .home-hero-actions {
    grid-template-columns: 1fr;
  }
  .home-hero-proof span:last-child {
    display: none;
  }
  .home-showcase-viewport {
    min-height: 432px;
  }
  .home-showcase-slide {
    grid-template-rows: 245px 1fr;
  }
  .home-device-composition {
    height: 238px;
  }
  .home-desktop-device {
    height: 191px;
  }
  .home-mobile-device {
    height: 161px;
    width: 74px;
  }
  .home-product-card {
    min-width: 89vw;
  }
  .home-experience-number small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-kicker i {
    animation: none;
  }
  .home-showcase-progress {
    display: none;
  }
  .home-showcase-slide {
    transition: none;
  }
  .home-service-card,
  .home-product-card,
  .home-experience-list article {
    transition: none;
  }
}

/* Light theme is a first-class visual treatment, not a dark panel on a light page. */
html[data-theme="light"] .home-hero-shell {
  border-color: rgba(73, 70, 130, .12);
  background:
    radial-gradient(circle at 9% 12%, rgba(107, 87, 245, .14), transparent 31%),
    radial-gradient(circle at 88% 82%, rgba(40, 201, 221, .11), transparent 32%),
    linear-gradient(145deg, #fff 0%, #f8f8ff 55%, #f2f5ff 100%);
  color: #17182a;
  box-shadow: 0 30px 85px rgba(50, 44, 115, .12);
}
html[data-theme="light"] .home-hero-shell::before { background:linear-gradient(90deg,rgba(255,255,255,.15),rgba(248,248,255,.84) 75%); }
html[data-theme="light"] .home-hero-art { opacity:.13; mix-blend-mode:multiply; filter:saturate(.8); }
html[data-theme="light"] .home-hero-kicker {border-color:rgba(70,65,125,.13);background:rgba(255,255,255,.7);color:#56586d;box-shadow:0 8px 24px rgba(55,48,120,.07)}
html[data-theme="light"] .home-hero h1 span {background:linear-gradient(100deg,#2b2b48,#6958f6 52%,#13a9c2);-webkit-background-clip:text;background-clip:text;color:transparent}
html[data-theme="light"] .home-hero-copy>p,html[data-theme="light"] .home-hero-proof {color:#686b7f}
html[data-theme="light"] .home-primary-action {background:#6657f5;color:#fff;box-shadow:0 15px 34px rgba(102,87,245,.24)}
html[data-theme="light"] .home-secondary-action {border-color:rgba(64,62,105,.14);background:rgba(255,255,255,.7);color:#25263b}
html[data-theme="light"] .home-showcase {border-color:rgba(76,70,140,.14);background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(243,244,253,.82));box-shadow:0 24px 60px rgba(50,44,115,.13)}
html[data-theme="light"] .home-showcase-head,html[data-theme="light"] .home-showcase-copy p,html[data-theme="light"] .home-project-tech span {color:#696b7e}
html[data-theme="light"] .home-showcase-count b,html[data-theme="light"] .home-showcase-copy h2,html[data-theme="light"] .home-showcase-meta>a {color:#202137}
html[data-theme="light"] .home-showcase-copy {border-top-color:rgba(69,66,112,.11)}
html[data-theme="light"] .home-project-tech span,html[data-theme="light"] .home-showcase-arrows button {border-color:rgba(69,66,112,.13);background:#fff;color:#42445b}
html[data-theme="light"] .home-showcase-dots button span {background:rgba(62,59,100,.22)}
html[data-theme="light"] .home-showcase-dots button.is-active span {background:#6657f5}
html[data-theme="light"] .home-final-cta {border-color:rgba(75,70,135,.13);background:radial-gradient(circle at 50% 115%,rgba(38,201,221,.16),transparent 38%),radial-gradient(circle at 6% 5%,rgba(105,88,246,.16),transparent 32%),linear-gradient(145deg,#fff,#f4f4ff);color:#1d1e34;box-shadow:0 30px 75px rgba(50,44,115,.11)}
html[data-theme="light"] .home-final-cta>span {color:#6657f5}
html[data-theme="light"] .home-final-cta>p {color:#6b6d80}
html[data-theme="light"] .home-final-cta .home-secondary-action {border-color:rgba(70,65,120,.14);background:#fff;color:#26273b}
html[data-theme="light"] .home-final-orbit::before,html[data-theme="light"] .home-final-orbit::after {border-color:rgba(85,75,155,.09)}

@media (min-width:1161px) and (max-height:820px){
  .home-hero-shell,.home-hero-grid{min-height:548px}
  .home-hero-grid{padding-block:30px}
  .home-hero h1{margin-block:16px 13px;font-size:clamp(40px,3.7vw,54px)}
  .home-hero-copy>p{font-size:15px;line-height:1.85}
  .home-hero-actions{margin-top:21px}.home-hero-proof{margin-top:17px}
  .home-showcase{padding:14px 16px}.home-showcase-viewport{min-height:390px}
  .home-showcase-slide{grid-template-rows:245px minmax(0,1fr)}
  .home-device-composition{height:250px}
}

/* V2.5: full-bleed hero, independent device artwork and true light experience panel. */
.home-hero {
  padding-top: 0;
}
.home-hero-container {
  width: 100%;
  max-width: none;
}
.home-hero-shell {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.home-hero-grid {
  width: min(100%, 1600px);
  margin-inline: auto;
}
.home-hero-grid--copy-only {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  text-align: center;
}
.home-hero-grid--copy-only .home-hero-copy,
.home-hero-grid--copy-only .home-hero-copy > p {
  max-width: 760px;
  margin-inline: auto;
}
.home-hero-grid--copy-only .home-hero-actions,
.home-hero-grid--copy-only .home-hero-proof {
  justify-content: center;
}
.home-device-composition.has-desktop-only .home-desktop-device {
  right: 2%;
  width: 96%;
}
.home-device-composition.has-mobile-only .home-device-glow {
  inset: 10% 25% 3%;
}
.home-device-composition.has-mobile-only .home-mobile-device {
  left: 50%;
  bottom: 4px;
  width: 132px;
  height: 286px;
  transform: translateX(-50%) rotate(-1deg);
}
.home-device-composition.has-mobile-only .home-device-status {
  right: calc(50% - 118px);
}

html[data-theme="light"] .home-experience-shell {
  border-color: rgba(76, 70, 140, 0.14);
  background:
    radial-gradient(circle at 7% 4%, rgba(118, 104, 255, 0.16), transparent 31%),
    radial-gradient(circle at 95% 90%, rgba(50, 210, 239, 0.13), transparent 31%),
    linear-gradient(145deg, #fff 0%, #f8f8ff 58%, #f1f6fb 100%);
  color: #1b1d32;
  box-shadow: 0 30px 75px rgba(50, 44, 115, 0.11);
}
html[data-theme="light"] .home-experience-shell::before {
  border-color: rgba(85, 75, 155, 0.08);
  box-shadow: 0 0 0 65px rgba(85, 75, 155, 0.025), 0 0 0 130px rgba(85, 75, 155, 0.015);
}
html[data-theme="light"] .home-dark-eyebrow,
html[data-theme="light"] .home-experience-list time {
  color: #6657f5;
}
html[data-theme="light"] .home-experience-number strong {
  background: linear-gradient(150deg, #22243b, #6657f5 58%, #16abc5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[data-theme="light"] .home-experience-number small,
html[data-theme="light"] .home-experience-intro > p,
html[data-theme="light"] .home-experience-list p {
  color: #6b6e82;
}
html[data-theme="light"] .home-capability-cloud span {
  border-color: rgba(72, 68, 120, 0.13);
  background: rgba(255, 255, 255, 0.7);
  color: #55586e;
}
html[data-theme="light"] .home-experience-list article {
  border-color: rgba(72, 68, 120, 0.12);
  background: rgba(255, 255, 255, 0.73);
  box-shadow: 0 10px 28px rgba(48, 43, 105, 0.055);
}
html[data-theme="light"] .home-experience-list article:hover {
  border-color: rgba(102, 87, 245, 0.3);
  background: #fff;
}
html[data-theme="light"] .home-experience-list article > div > span {
  color: #9295a8;
}
html[data-theme="light"] .home-experience-list small {
  color: #168fa7;
}
html[data-theme="light"] .home-light-action {
  background: #6657f5;
  color: #fff;
  box-shadow: 0 13px 30px rgba(102, 87, 245, 0.22);
}

@media (max-width: 1160px) {
  .home-hero-grid--copy-only {
    display: grid;
  }
}

@media (max-width: 600px) {
  .home-hero-container {
    width: 100%;
  }
  .home-hero-shell {
    border-radius: 0;
  }
  .home-hero-grid {
    padding-inline: 18px;
  }
  .home-showcase {
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-inline: 15px;
  }
  .home-showcase-controls {
    justify-content: center;
  }
  .home-showcase-arrows {
    display: none;
  }
  .home-device-composition.has-desktop-only .home-desktop-device {
    right: 0;
    width: 100%;
  }
  .home-device-composition.has-mobile-only .home-mobile-device {
    width: 112px;
    height: 238px;
  }
  .home-device-composition.has-mobile-only .home-device-status {
    right: calc(50% - 104px);
  }
}
