:root {
  color-scheme: dark only;
  --bg: #0f1013;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.14);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f3f2ee;
  --muted: #b9b5ae;
  --accent: #72cfc7;
  --accent-soft: #efbc93;
  --panel-tint: rgba(255, 255, 255, 0.06);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --max-width: 1380px;
  --content-width: 1220px;
}

/* Neuranel Systems: quiet, product-led layout matching the Acoustics visual language. */
.systems-page-body {
  margin: 0;
  min-width: 320px;
  background: #f4efe9;
  color: #20201f;
  font-family: "Instrument Sans", sans-serif;
}

.systems-page-body::before,
.systems-page-body::after {
  display: none;
}

.systems-page {
  min-height: 100vh;
  padding: 28px clamp(28px, 4.3vw, 70px) 34px;
  box-sizing: border-box;
}

.systems-header,
.systems-hero,
.systems-features {
  max-width: 1440px;
  margin: 0 auto;
}

.systems-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.systems-brand {
  color: inherit;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.34em;
}

.systems-brand span,
.systems-brand small { display: block; }
.systems-brand span { font-size: 1.05rem; font-weight: 600; }
.systems-brand small { margin-top: 6px; font-size: 0.57rem; font-weight: 600; }

.systems-nav { display: flex; gap: clamp(18px, 3vw, 48px); }
.systems-nav a {
  color: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.systems-nav a:hover { opacity: 0.55; }

.systems-hero {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
  min-height: calc(100vh - 82px);
  padding: clamp(46px, 8vh, 90px) 0 58px;
}

.systems-about {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(300px, 1fr);
  gap: clamp(32px, 8vw, 140px);
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(62px, 10vw, 130px) 0 clamp(72px, 12vw, 150px);
  border-top: 1px solid rgba(32, 32, 31, 0.18);
}

.systems-about-eyebrow {
  margin: 5px 0 0;
  color: #6b6761;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.systems-about-copy { max-width: 650px; }
.systems-about h2 {
  max-width: 580px;
  margin: 0 0 34px;
  color: #20201f;
  font-size: clamp(2.1rem, 4vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.systems-about p:not(.systems-about-eyebrow) {
  max-width: 560px;
  margin: 0;
  color: #5c5853;
  font-size: 1rem;
  line-height: 1.65;
}

.systems-about p + p { margin-top: 18px; }

.systems-releases {
  max-width: 1080px;
  min-height: min(100vh, 760px);
  margin: 0 auto;
  padding: clamp(72px, 11vw, 150px) 0;
  border-top: 1px solid rgba(32, 32, 31, 0.18);
  scroll-margin-top: 28px;
}

.systems-releases-heading { max-width: 570px; }
.systems-releases-heading h2 {
  margin: 20px 0 18px;
  color: #20201f;
  font-size: clamp(2.3rem, 4.8vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.systems-releases-heading > p:last-child {
  margin: 0;
  color: #5c5853;
  font-size: 1rem;
  line-height: 1.6;
}

.systems-releases-table-wrap {
  margin-top: clamp(46px, 7vw, 78px);
  overflow-x: auto;
}

.systems-releases-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border-top: 1px solid rgba(32, 32, 31, 0.22);
  color: #4e4a45;
  font-size: 0.82rem;
}

.systems-releases-table th,
.systems-releases-table td {
  padding: 22px 18px;
  border-bottom: 1px solid rgba(32, 32, 31, 0.14);
  text-align: left;
  vertical-align: middle;
}

.systems-releases-table th:first-child,
.systems-releases-table td:first-child { padding-left: 0; }
.systems-releases-table th:last-child,
.systems-releases-table td:last-child { padding-right: 0; }
.systems-releases-table thead th {
  color: #77726b;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.systems-releases-table tbody th {
  color: #20201f;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.systems-releases-table a {
  color: #20201f;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.systems-releases-table a span { display: inline-block; transition: transform 180ms ease; }
.systems-releases-table a:hover span,
.systems-releases-table a:focus-visible span { transform: translateX(4px); }
.systems-release-status { color: #77726b; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }

.systems-copy {
  width: min(100%, 1080px);
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(260px, 0.62fr);
  column-gap: clamp(42px, 9vw, 150px);
  align-items: end;
}
.systems-eyebrow {
  grid-column: 1;
  margin: 0 0 18px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.systems-copy h1 {
  grid-column: 1;
  margin: 0;
  max-width: none;
  color: #20201f;
  font-size: clamp(3.8rem, 6vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.085em;
  line-height: 0.82;
}
.systems-intro {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 440px;
  margin: 0;
  color: #585551;
  font-size: 1rem;
  line-height: 1.55;
}
.systems-actions { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 22px; margin-top: 20px; }
.systems-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  background: #20201f;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}
.systems-download-button:hover { background: #46423e; transform: translateY(-2px); }
.systems-download-button[aria-disabled="true"] { cursor: not-allowed; opacity: 0.5; pointer-events: none; }
.systems-release { color: #6a6660; font-size: 0.8rem; }

.systems-carousel {
  position: relative;
  width: min(calc(100% - 300px), 1080px);
  height: clamp(530px, 62vh, 700px);
  margin-bottom: 28px;
  justify-self: center;
}

.systems-carousel-progress {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: min(260px, 70%);
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(32, 32, 31, 0.14);
  transform: translateX(-50%);
}

.systems-carousel-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #20201f;
  transform: scaleX(0);
  transform-origin: left center;
}

.systems-carousel-progress span.is-running {
  animation: systems-carousel-progress 10s linear forwards;
}

@keyframes systems-carousel-progress {
  to { transform: scaleX(1); }
}

.systems-carousel-window {
  height: 100%;
  overflow: visible;
  border-radius: 14px;
  perspective: 1800px;
}

.systems-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.systems-product {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(32, 32, 31, 0.16);
  border-radius: 14px;
  background: #f1eee8;
  color: #171716;
  box-shadow: 0 22px 38px rgba(56, 49, 43, 0.13);
  opacity: 0;
  pointer-events: none;
  transform: translateZ(-500px) scale(0.76);
  transform-style: preserve-3d;
  transition:
    opacity 460ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 460ms ease;
}

.systems-product.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  filter: none;
  transform: translateX(0) translateZ(0) rotateY(0deg) scale(1);
}

.systems-product.is-previous,
.systems-product.is-next {
  z-index: 2;
  opacity: 0.28;
  filter: saturate(0.72) brightness(0.93);
}

.systems-product.is-previous {
  transform: translateX(-48%) translateZ(-300px) rotateY(42deg) scale(0.86);
}

.systems-product.is-next {
  transform: translateX(48%) translateZ(-300px) rotateY(-42deg) scale(0.86);
}

.systems-product-plc .systems-product-main {
  background: #f7f4ee;
}

.systems-product-msrforge {
  background: #f1eee8;
}

.systems-product-monolith {
  background: #f1eee8;
}

.systems-product-tradejournal {
  background: #f1eee8;
}

.systems-product-placeholder {
  background: #f1eee8;
}

.systems-product-placeholder-alt {
  background: #f1eee8;
}

.systems-product-msrforge .systems-product-main {
  background: #f7f4ee;
}

.systems-product-monolith .systems-product-main {
  background: #f7f4ee;
}

.systems-product-tradejournal .systems-product-main {
  background: #f7f4ee;
}

.systems-product-placeholder .systems-product-main {
  background: #f7f4ee;
}

.systems-product-placeholder-alt .systems-product-main {
  background: #f7f4ee;
}

.systems-product-main em {
  margin-left: 7px;
  color: #6d6a65;
  font-size: 0.62rem;
  font-style: normal;
  letter-spacing: 0.1em;
}

.systems-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 120px;
  height: 210px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.systems-carousel-control span {
  display: block;
  width: 0;
  height: 0;
  border-top: 58px solid transparent;
  border-bottom: 58px solid transparent;
  transition: transform 220ms ease, opacity 220ms ease;
}

.systems-carousel-control-previous { right: calc(100% + 28px); }
.systems-carousel-control-next { left: calc(100% + 28px); }
.systems-carousel-control-previous span { border-right: 86px solid #20201f; }
.systems-carousel-control-next span { border-left: 86px solid #20201f; }
.systems-carousel-control:hover span,
.systems-carousel-control:focus-visible span { opacity: 0.65; }
.systems-carousel-control-previous:hover span,
.systems-carousel-control-previous:focus-visible span { transform: translateX(-12px); }
.systems-carousel-control-next:hover span,
.systems-carousel-control-next:focus-visible span { transform: translateX(12px); }
.systems-carousel-control:focus-visible { outline: 2px solid #20201f; outline-offset: 4px; }
.systems-carousel-control:focus-visible span { opacity: 1; }

.systems-product-topbar { display: flex; gap: 6px; padding: 15px 17px; border-bottom: 1px solid rgba(23, 23, 22, 0.12); }
.systems-product-topbar span { width: 7px; height: 7px; border-radius: 100%; background: #817e78; }
.systems-product-main {
  position: relative;
  display: flex;
  min-height: 0;
  flex: 1;
  align-items: center;
  padding: clamp(32px, 5vw, 68px);
  box-sizing: border-box;
  background: #f7f4ee;
}
.systems-product-main p { margin: 0; color: #4a4844; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.systems-product-main strong { display: block; margin: 0; font-size: clamp(5rem, 10vw, 10rem); font-weight: 400; letter-spacing: -0.1em; line-height: 0.74; }

.systems-product-logo {
  width: clamp(170px, 28vw, 360px);
  height: auto;
  margin-left: auto;
  object-fit: contain;
}
.systems-product-lines { display: grid; gap: 9px; margin-top: clamp(48px, 8vh, 90px); }
.systems-product-lines i { display: block; height: 4px; border-radius: 999px; background: #171716; }
.systems-product-lines i:nth-child(1) { width: 88%; }.systems-product-lines i:nth-child(2) { width: 65%; }.systems-product-lines i:nth-child(3) { width: 78%; }
.systems-product-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 22px;
  padding: 18px clamp(24px, 4vw, 50px);
  color: #3f3d39;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.systems-product-footer small {
  grid-column: 1;
  color: #706d67;
  font-size: 0.66rem;
  letter-spacing: 0.05em;
  text-transform: none;
}

.systems-product-more {
  position: absolute;
  bottom: clamp(24px, 4vw, 48px);
  left: clamp(32px, 5vw, 68px);
  width: fit-content;
  color: #171716;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: none;
  transition: color 180ms ease;
}

.systems-product-more span {
  display: inline-block;
  margin-left: 4px;
  transition: transform 180ms ease;
}

.systems-product-more:hover,
.systems-product-more:focus-visible {
  color: #4f4c47;
  outline: none;
}

.systems-product-more:hover span,
.systems-product-more:focus-visible span {
  transform: translateX(6px);
}

.systems-product-download {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 0;
  border-radius: 5px;
  background: #20201f;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.systems-product-download:not(.is-upcoming):hover { background: #46423e; transform: translateY(-2px); }
.systems-product-download.is-upcoming { background: #b7b2ab; color: #716d67; cursor: not-allowed; }

.systems-features { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(32, 32, 31, 0.2); }
.systems-features article { padding: 24px 28px 8px 0; }
.systems-features article + article { padding-left: 28px; border-left: 1px solid rgba(32, 32, 31, 0.2); }
.systems-features span { color: #77716a; font-size: 0.72rem; font-weight: 600; }
.systems-features h2 { margin: 24px 0 10px; color: #20201f; font-size: 1.3rem; font-weight: 500; letter-spacing: -0.05em; }
.systems-features p { max-width: 320px; margin: 0; color: #625e58; font-size: 0.92rem; line-height: 1.5; }

/* Neuranel Labs: light community page in the Acoustics/System typography. */
.labs-page-body {
  margin: 0;
  min-width: 320px;
  background: #f7f8f6;
  color: #22211f;
  font-family: "Instrument Sans", sans-serif;
}

.labs-page-body::before,
.labs-page-body::after {
  display: none;
}

.labs-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.9), transparent 28%),
    radial-gradient(circle at 72% 28%, rgba(211, 229, 221, 0.58), transparent 30%),
    linear-gradient(180deg, #fbfbf8 0%, #f7f8f6 58%, #e7ece8 100%);
}

.labs-header {
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 22px clamp(28px, 5vw, 70px);
  border-bottom: 1px solid rgba(34, 33, 31, 0.12);
  background: rgba(251, 251, 248, 0.84);
  backdrop-filter: blur(18px);
}

.labs-brand {
  color: #22211f;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.labs-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 44px);
}

.labs-nav a,
.labs-join,
.labs-section-heading a {
  color: #272624;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
}

.labs-nav a {
  position: relative;
  padding-bottom: 7px;
}

.labs-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 180ms ease;
}

.labs-nav a:hover::after,
.labs-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.labs-join {
  justify-self: end;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  background: rgba(34, 33, 31, 0.08);
}

.labs-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(46px, 8vw, 110px);
  max-width: 1220px;
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) clamp(28px, 5vw, 70px) 52px;
}

.labs-hero-copy {
  max-width: 510px;
}

.labs-eyebrow {
  margin: 0 0 24px;
  color: #6a665f;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.labs-hero h1 {
  margin: 0;
  color: #252422;
  font-size: clamp(4.6rem, 8vw, 7.6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.labs-hero-copy > p:not(.labs-eyebrow) {
  max-width: 430px;
  margin: 30px 0 0;
  color: #646059;
  font-size: 1.02rem;
  line-height: 1.65;
}

.labs-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 38px;
}

.labs-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #272624;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
}

.labs-button-primary {
  min-width: 156px;
  padding: 0 24px;
  background: #22211f;
  color: #fff;
  box-shadow: 0 18px 34px rgba(34, 33, 31, 0.16);
}

.labs-button-text {
  gap: 12px;
  padding: 0 4px;
  color: #55514b;
}

.labs-button-text span,
.labs-section-heading a span {
  transition: transform 180ms ease;
}

.labs-button-text:hover span,
.labs-section-heading a:hover span {
  transform: translateX(5px);
}

.labs-project-card video,
.labs-project-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.labs-project-card-media {
  display: block;
}

.labs-features,
.labs-hero-projects {
  max-width: 1220px;
  margin: 0 auto;
  padding-right: clamp(28px, 5vw, 70px);
  padding-left: clamp(28px, 5vw, 70px);
}

.labs-hero-projects {
  width: 100%;
  padding: 0;
}

.labs-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 28px;
  padding-bottom: 78px;
}

.labs-features article {
  padding: 8px clamp(24px, 3vw, 34px) 0;
  border-left: 1px solid rgba(34, 33, 31, 0.14);
}

.labs-features article:first-child {
  padding-left: 0;
  border-left: 0;
}

.labs-feature-icon {
  display: block;
  width: 35px;
  height: 35px;
  color: #77726b;
}

.labs-feature-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.labs-features h2 {
  margin: 26px 0 14px;
  color: #2b2a28;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.labs-features p {
  max-width: 240px;
  margin: 0;
  color: #67625b;
  font-size: 0.91rem;
  line-height: 1.52;
}

.labs-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.labs-section-heading h2 {
  margin: 0;
  color: #242321;
  font-size: 1.34rem;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.labs-section-heading a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #514d47;
}

.labs-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.labs-project-card {
  overflow: hidden;
  border: 1px solid rgba(34, 33, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 18px 45px rgba(34, 33, 31, 0.07);
}

.labs-project-card video,
.labs-project-card img {
  aspect-ratio: 1.62 / 1;
  background: #dfe5df;
  filter: saturate(0.45) contrast(0.94) brightness(1.12);
}

.labs-project-card > div {
  padding: 15px 15px 17px;
}

.labs-project-card p {
  margin: 0 0 10px;
  color: #7a756d;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.labs-project-card h3 {
  margin: 0 0 10px;
  color: #2b2a28;
  font-size: 1.06rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.labs-project-card h3 a {
  color: inherit;
  text-decoration: none;
}

.labs-project-card h3 a:hover,
.labs-project-card h3 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.labs-project-card span {
  color: #6b665f;
  font-size: 0.86rem;
  line-height: 1.48;
}

.labs-project-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px 16px;
  color: #5d5852;
  font-size: 0.78rem;
}

.labs-project-card footer span {
  font-size: inherit;
}

.labs-projects-list-hero,
.labs-projects-list {
  width: min(calc(100% - 56px), 1220px);
  margin: 0 auto;
}

.labs-projects-list-hero {
  padding: clamp(70px, 10vw, 130px) 0 clamp(42px, 6vw, 76px);
}

.labs-projects-list-hero h1 {
  margin: 0;
  color: #242321;
  font-size: clamp(4.4rem, 10vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.labs-projects-list-hero p:last-child {
  max-width: 560px;
  margin: 26px 0 0;
  color: #625e58;
  font-size: 1.04rem;
  line-height: 1.65;
}

.labs-projects-list {
  display: grid;
  gap: 20px;
  padding-bottom: 90px;
}

.labs-project-list-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(34, 33, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 45px rgba(34, 33, 31, 0.06);
}

.labs-project-list-image {
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #eef1ed;
}

.labs-project-list-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}

.labs-project-list-card p {
  margin: 0 0 10px;
  color: #817c73;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.labs-project-list-card h2 {
  margin: 0 0 10px;
  color: #242321;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.labs-project-list-card h2 a {
  color: inherit;
  text-decoration: none;
}

.labs-project-list-card h2 a:hover,
.labs-project-list-card h2 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.labs-project-list-card > div > span {
  display: block;
  max-width: 620px;
  color: #625e58;
  font-size: 0.98rem;
  line-height: 1.58;
}

.project-load-error {
  color: #7b3c2b;
}

.labs-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 32px clamp(28px, 5vw, 70px);
  border-top: 1px solid rgba(34, 33, 31, 0.1);
  background: rgba(227, 234, 229, 0.76);
  text-align: center;
}

.labs-stats strong,
.labs-stats span {
  display: block;
}

.labs-stats strong {
  color: #2b2a28;
  font-size: 1.34rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.labs-stats span {
  margin-top: 7px;
  color: #77726b;
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .labs-header {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .labs-join {
    justify-self: start;
  }

  .labs-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

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

  .labs-project-list-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .labs-project-list-card > .project-text-link {
    grid-column: 2;
  }

  .labs-features article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .labs-header {
    position: static;
    padding: 20px 22px;
    gap: 20px;
  }

  .labs-nav {
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .labs-hero,
  .labs-features {
    padding-right: 22px;
    padding-left: 22px;
  }

  .labs-hero {
    padding-top: 54px;
  }

  .labs-hero h1 {
    font-size: clamp(3.7rem, 18vw, 5rem);
  }

  .labs-actions,
  .labs-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .labs-features,
  .labs-project-grid,
  .labs-stats {
    grid-template-columns: 1fr;
  }

  .labs-projects-list-hero,
  .labs-projects-list {
    width: min(calc(100% - 32px), 1220px);
  }

  .labs-project-list-card {
    grid-template-columns: 1fr;
  }

  .labs-project-list-card > .project-text-link {
    grid-column: auto;
  }

  .labs-features article,
  .labs-features article:first-child,
  .labs-features article:nth-child(3) {
    padding: 24px 0;
    border-top: 1px solid rgba(34, 33, 31, 0.14);
    border-left: 0;
  }

  .labs-features article:first-child {
    border-top: 0;
  }
}

.project-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 70% 14%, rgba(210, 228, 220, 0.55), transparent 28%),
    linear-gradient(180deg, #fbfbf8 0%, #f7f8f6 64%, #eaeee9 100%);
}

.project-hero,
.project-subnav,
.project-main {
  width: min(calc(100% - 56px), 1220px);
  margin: 0 auto;
}

.project-hero {
  padding: clamp(46px, 7vw, 86px) 0 34px;
}

.project-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 46px;
  color: #77726b;
  font-size: 0.82rem;
}

.project-breadcrumb a,
.project-text-link {
  color: #4e4a45;
  text-decoration: none;
}

.project-breadcrumb a:hover,
.project-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.project-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}

.project-hero-copy h1 {
  margin: 0;
  color: #242321;
  font-size: clamp(4.4rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.project-hero-copy > p {
  max-width: 600px;
  color: #625e58;
  font-size: 1rem;
  line-height: 1.65;
}

.project-hero-copy > p:first-of-type {
  margin-top: 26px;
  color: #343330;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.project-eyebrow {
  margin: 0 0 16px;
  color: #77726b;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 34px;
}

.project-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(34, 33, 31, 0.1);
  border-radius: 8px;
  background: #eef1ed;
  box-shadow: 0 26px 70px rgba(34, 33, 31, 0.1);
}

.project-hero-visual img,
.project-gallery img,
.project-post-card img,
.project-post-detail img {
  display: block;
  width: 100%;
  height: auto;
}

.project-meta-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid rgba(34, 33, 31, 0.12);
  border-bottom: 1px solid rgba(34, 33, 31, 0.12);
}

.project-meta-strip div {
  min-width: 0;
  padding: 18px 20px;
  border-left: 1px solid rgba(34, 33, 31, 0.1);
}

.project-meta-strip div:first-child {
  border-left: 0;
  padding-left: 0;
}

.project-meta-strip span,
.project-spec-grid dt,
.project-file-row dt {
  display: block;
  color: #817c73;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-meta-strip strong,
.project-spec-grid dd,
.project-file-row dd {
  display: block;
  margin: 8px 0 0;
  color: #2b2a28;
  font-size: 0.92rem;
  font-weight: 500;
}

.project-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 18px;
}

.project-tag-row span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(34, 33, 31, 0.12);
  border-radius: 999px;
  color: #5d5852;
  font-size: 0.78rem;
}

.project-subnav {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 0;
  border-top: 1px solid rgba(34, 33, 31, 0.12);
  border-bottom: 1px solid rgba(34, 33, 31, 0.12);
  background: rgba(247, 248, 246, 0.9);
  backdrop-filter: blur(16px);
}

.project-subnav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 7px;
  color: #514d47;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.project-subnav a.is-active,
.project-subnav a:focus-visible {
  background: #242321;
  color: #fff;
  outline: none;
}

.project-main {
  padding: 54px 0 90px;
}

.project-section {
  padding: clamp(38px, 5vw, 64px) 0;
  border-top: 1px solid rgba(34, 33, 31, 0.1);
}

.project-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.project-overview-section,
.project-overview-lists {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.54fr);
  gap: clamp(36px, 6vw, 80px);
}

.project-section h2,
.project-doc-content h2,
.project-post-detail h2 {
  margin: 0 0 22px;
  color: #242321;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.project-section p,
.project-doc-content p,
.project-doc-content li,
.project-post-detail p {
  color: #625e58;
  font-size: 1rem;
  line-height: 1.68;
}

.project-milestone {
  align-self: start;
  padding: 24px;
  border: 1px solid rgba(34, 33, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.46);
}

.project-milestone span {
  color: #817c73;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.project-milestone strong {
  display: block;
  margin-top: 14px;
  color: #292826;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.project-section-heading {
  margin-bottom: 24px;
}

.project-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(34, 33, 31, 0.12);
}

.project-spec-grid div {
  padding: 20px;
  border-right: 1px solid rgba(34, 33, 31, 0.1);
  border-bottom: 1px solid rgba(34, 33, 31, 0.1);
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.project-gallery figure,
.project-doc-content figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(34, 33, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
}

.project-gallery figcaption,
.project-doc-content figcaption {
  padding: 12px 14px;
  color: #6b665f;
  font-size: 0.82rem;
}

.project-post-list,
.project-post-grid,
.project-file-list {
  display: grid;
  gap: 18px;
}

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

.project-post-card {
  overflow: hidden;
  border: 1px solid rgba(34, 33, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
}

.project-post-card div {
  padding: 16px;
}

.project-post-card p {
  margin: 0 0 10px;
  color: #817c73;
  font-size: 0.75rem;
}

.project-post-card h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.project-post-card h3 a {
  color: #282725;
  text-decoration: none;
}

.project-post-card h3 a:hover,
.project-post-card h3 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.project-post-card span {
  color: #625e58;
  font-size: 0.88rem;
  line-height: 1.5;
}

.project-file-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.2fr) auto;
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(34, 33, 31, 0.1);
}

.project-file-row strong {
  display: block;
  color: #282725;
  font-size: 1rem;
  font-weight: 600;
}

.project-file-row span {
  display: block;
  margin-top: 6px;
  color: #625e58;
  font-size: 0.86rem;
}

.project-file-row dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.project-file-row a,
.project-comments button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 0;
  border-radius: 7px;
  background: #242321;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.project-documentation {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.project-toc {
  position: sticky;
  top: 82px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding: 18px 0;
}

.project-toc strong {
  display: block;
  margin-bottom: 14px;
  color: #292826;
}

.project-toc nav {
  display: grid;
  gap: 9px;
}

.project-toc a {
  color: #625e58;
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
}

.project-doc-content section {
  padding-bottom: 54px;
  margin-bottom: 54px;
  border-bottom: 1px solid rgba(34, 33, 31, 0.1);
}

.project-doc-content h3,
.project-doc-content h4,
.project-comments h3 {
  margin: 32px 0 12px;
  color: #292826;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.project-doc-content a {
  color: #2f6f60;
}

.project-doc-content pre {
  overflow-x: auto;
  padding: 18px;
  border-radius: 8px;
  background: #252422;
  color: #f4f0e8;
}

.project-doc-content code {
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.92em;
}

.project-table-wrap {
  overflow-x: auto;
  margin: 22px 0;
}

.project-doc-content table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.project-doc-content th,
.project-doc-content td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(34, 33, 31, 0.12);
  text-align: left;
  vertical-align: top;
}

.project-callout,
.project-doc-content blockquote {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 3px solid #7fc5b0;
  background: rgba(255, 255, 255, 0.55);
}

.project-callout-warning {
  border-left-color: #9b6d4a;
}

.project-post-detail {
  max-width: 820px;
  margin: 0 auto;
}

.project-post-detail header img {
  margin: 30px 0 44px;
  border-radius: 8px;
  border: 1px solid rgba(34, 33, 31, 0.1);
}

.project-comments {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(34, 33, 31, 0.12);
}

@media (max-width: 980px) {
  .project-hero-grid,
  .project-overview-section,
  .project-overview-lists,
  .project-documentation,
  .project-file-row {
    grid-template-columns: 1fr;
  }

  .project-meta-strip,
  .project-spec-grid,
  .project-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-toc {
    position: relative;
    top: auto;
    max-height: none;
    border-bottom: 1px solid rgba(34, 33, 31, 0.12);
  }
}

@media (max-width: 640px) {
  .project-hero,
  .project-subnav,
  .project-main {
    width: min(calc(100% - 32px), 1220px);
  }

  .project-hero-copy h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .project-meta-strip,
  .project-spec-grid,
  .project-post-grid,
  .project-gallery,
  .project-file-row dl {
    grid-template-columns: 1fr;
  }

  .project-meta-strip div {
    border-left: 0;
    border-top: 1px solid rgba(34, 33, 31, 0.1);
    padding-left: 0;
  }

  .project-meta-strip div:first-child {
    border-top: 0;
  }
}

@media (max-width: 760px) {
  .systems-page { padding: 23px 22px 30px; }
  .systems-hero { align-items: start; min-height: 0; padding: 62px 0 68px; gap: 54px; }
  .systems-copy { display: block; }
  .systems-about { grid-template-columns: 1fr; gap: 24px; padding-top: 68px; }
  .systems-about-eyebrow { margin: 0; }
  .systems-about h2 { margin-bottom: 26px; }
  .systems-releases { min-height: 0; padding: 78px 0 90px; }
  .systems-releases-table-wrap { margin-right: -22px; }
  .systems-releases-table th,
  .systems-releases-table td { padding: 19px 16px; }
  .systems-eyebrow { margin-bottom: 18px; }
  .systems-copy h1 { font-size: clamp(3.8rem, 18vw, 6.2rem); }
  .systems-intro { margin-top: 26px; }
  .systems-actions { margin-top: 25px; }
  .systems-carousel { justify-self: center; width: min(calc(100% - 70px), 390px); }
  .systems-carousel { height: 470px; margin-bottom: 26px; }
  .systems-product-logo { width: clamp(100px, 28vw, 140px); }
  .systems-product-plc .systems-product-main strong { font-size: clamp(4rem, 14vw, 6rem); }
  .systems-product-main strong { margin: 0; }
  .systems-carousel-control { width: 48px; height: 92px; }
  .systems-carousel-control-previous { right: calc(100% + 5px); }
  .systems-carousel-control-next { left: calc(100% + 5px); }
  .systems-carousel-control span { border-top-width: 22px; border-bottom-width: 22px; }
  .systems-carousel-control-previous span { border-right-width: 32px; }
  .systems-carousel-control-next span { border-left-width: 32px; }
  .systems-features { grid-template-columns: 1fr; }
  .systems-features article { padding: 24px 0; }
  .systems-features article + article { padding-left: 0; border-top: 1px solid rgba(32, 32, 31, 0.2); border-left: 0; }
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Instrument Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 166, 119, 0.18), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(108, 220, 210, 0.14), transparent 24%),
    radial-gradient(circle at 68% 58%, rgba(255, 213, 122, 0.1), transparent 22%),
    radial-gradient(circle at 30% 88%, rgba(90, 127, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #171116 0%, #0d1116 38%, #101923 68%, #17141e 100%);
  background-attachment: scroll;
}

.home-page-body {
  background:
    linear-gradient(180deg, rgba(8, 11, 16, 0.44) 0%, rgba(7, 11, 17, 0.56) 36%, rgba(11, 16, 24, 0.7) 100%),
    radial-gradient(circle at 14% 10%, rgba(255, 166, 119, 0.12), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(108, 220, 210, 0.1), transparent 24%),
    radial-gradient(circle at 68% 58%, rgba(255, 213, 122, 0.08), transparent 22%),
    radial-gradient(circle at 30% 88%, rgba(90, 127, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #171116 0%, #0d1116 38%, #101923 68%, #17141e 100%);
}

.background-video-wrap {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: saturate(0.8) brightness(0.46) contrast(1.08);
  transform: scale(1.03);
}

body::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: var(--dot-grid-overlay);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  opacity: 0;
  mix-blend-mode: screen;
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 176, 124, 0.06) 0%, transparent 24%, transparent 62%, rgba(78, 120, 255, 0.08) 100%),
    radial-gradient(circle at 16% 12%, rgba(255, 176, 124, 0.14), transparent 20%),
    radial-gradient(circle at 82% 22%, rgba(99, 230, 217, 0.12), transparent 22%),
    radial-gradient(circle at 54% 68%, rgba(255, 220, 145, 0.08), transparent 20%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: center top, center top, center top, center top;
  opacity: 0.9;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--max-width));
  min-height: 100vh;
  margin: 0 auto;
  padding: 24px 0 32px;
}

.ui-brand,
.ui-nav,
.ui-status,
.site-footer,
.product-card,
.vision-node {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.ui-brand,
.ui-nav,
.ui-status,
.ui-axis {
  position: absolute;
  z-index: 30;
}

.page-title {
  position: relative;
  z-index: 5;
  margin: 0 0 24px;
  text-align: center;
}

.page-title a {
  color: var(--text);
  text-decoration: none;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1;
}

.home-layout-body::before {
  opacity: 0;
}

.home-layout-body::after {
  opacity: 0.78;
}

html {
  height: 100%;
  scroll-behavior: auto;
}

.home-layout-body {
  height: 100%;
  overflow-y: auto;
  overflow-anchor: none;
}

.home-main {
  position: relative;
  z-index: 1;
}

.home-layout-body .panel {
  min-height: 120dvh;
}

.home-layout-body .panel::before {
  display: none;
}

.home-layout-body .home-hero,
.home-layout-body .home-split-section,
.home-layout-body .home-contact-section {
  align-items: stretch;
}

.home-hero {
  position: relative;
  display: grid;
  align-items: stretch;
  overflow: hidden;
}

.home-hero-video,
.split-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-video {
  position: absolute;
  inset: 0;
  pointer-events: none;
  filter: brightness(0.52) saturate(0.9) contrast(1.05);
  transform: scale(1.12);
  transform-origin: center;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.38) 0%, rgba(9, 12, 18, 0.28) 38%, rgba(7, 9, 14, 0.56) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 244, 228, 0.26), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(0, 148, 210, 0.22), transparent 30%);
}

.home-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(calc(100% - 32px), 1560px);
  min-height: 120dvh;
  margin: 0 auto;
  padding: clamp(20px, 2vw, 28px) 0 clamp(36px, 4vw, 54px);
}

.home-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(14px, 1.8vw, 24px);
}

.home-brand,
.home-nav a {
  color: var(--text);
  text-decoration: none;
}

.home-brand {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
}

.home-nav a {
  color: rgba(243, 242, 238, 0.82);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-nav a:hover,
.home-brand:hover {
  color: #ffffff;
}

.home-contact-button {
  min-height: 40px;
  padding: 0 18px;
  color: #091017;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-header,
.home-hero-copy,
.deck-progress,
.home-footer,
.split-copy,
.home-contact-copy {
  -webkit-user-select: none;
  user-select: none;
}

.contact-form input,
.contact-form textarea,
.legal-content {
  -webkit-user-select: text;
  user-select: text;
}

.home-footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
  padding: 28px 24px 0;
  background: transparent;
}

.home-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 70vw;
  height: 1px;
  background: rgba(243, 242, 238, 0.26);
  transform: translateX(-50%);
}

.home-footer a {
  color: rgba(243, 242, 238, 0.62);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-footer a:hover,
.home-footer a:focus-visible {
  color: #ffffff;
}

.home-hero-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) 18px;
  text-align: center;
  transform: translateY(clamp(-72px, -6vh, -38px));
}

.home-kicker {
  margin: 0 0 20px;
  color: rgba(255, 242, 228, 0.86);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.2rem, 6.4vw, 6rem);
  line-height: 0.96;
}

.home-hero-copy p:last-child {
  max-width: 36rem;
  margin: 24px 0 0;
  color: rgba(243, 242, 238, 0.82);
  font-size: clamp(0.98rem, 1.15vw, 1.14rem);
  line-height: 1.75;
}

.home-split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 120dvh;
  background: #08090c;
}

.home-split-reverse .split-text-side {
  order: 2;
}

.home-split-reverse .split-media-side {
  order: 1;
}

.split-text-side,
.split-media-side {
  min-height: 120dvh;
}

.split-text-side {
  display: grid;
  align-items: center;
  padding: clamp(34px, 4vh, 58px) 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.98), rgba(10, 10, 12, 0.94)),
    #050506;
}

.split-copy {
  width: min(100% - 64px, 620px);
  margin: 0 auto;
}

.split-copy h2 {
  max-width: 11ch;
  font-size: clamp(2.35rem, 3.8vw, 4.3rem);
  line-height: 0.98;
}

.split-copy p {
  margin: 24px 0 0;
  color: rgba(243, 242, 238, 0.74);
  font-size: clamp(0.98rem, 1.04vw, 1.1rem);
  line-height: 1.75;
}

.split-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
  color: #ddd7cf;
}

.split-points li {
  position: relative;
  padding-left: 20px;
}

.split-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 191, 146, 0.96), rgba(167, 236, 228, 0.96));
  transform: translateY(-50%);
}

.split-media-side {
  position: relative;
  overflow: hidden;
}

.split-video {
  display: block;
  min-height: 100%;
  min-width: 100%;
  transform: scale(1.16);
  transform-origin: center;
}

.split-media-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0.2), rgba(8, 10, 14, 0.34)),
    radial-gradient(circle at center, transparent 30%, rgba(4, 5, 7, 0.26) 100%);
}

.home-contact-section {
  display: grid;
  align-content: center;
  gap: 26px;
  min-height: 120dvh;
  padding: clamp(36px, 4vh, 52px) 20px clamp(42px, 5vh, 60px);
  background:
    linear-gradient(180deg, rgba(10, 11, 14, 0.96), rgba(8, 9, 12, 0.98)),
    #07080a;
}

.home-contact-card {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.home-contact-copy {
  max-width: 700px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form span {
  color: rgba(243, 242, 238, 0.82);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  padding: 16px 18px;
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(185, 181, 174, 0.74);
}

.contact-form-full {
  grid-column: 1 / -1;
}

.contact-form button[type="submit"] {
  grid-column: 1 / -1;
  justify-self: center;
}

.return-top-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

@media (min-width: 961px) {
  .home-layout-body .home-contact-section {
    align-content: stretch;
    min-height: 100dvh;
    grid-template-rows: 1fr auto auto;
  }

  .home-contact-card {
    align-self: center;
  }
}

@media (max-width: 1280px) and (min-width: 961px) {
  .home-nav {
    gap: 18px;
  }

  .home-nav a {
    font-size: 0.74rem;
    letter-spacing: 0.12em;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.9rem, 5.4vw, 4.8rem);
  }

  .split-copy {
    width: min(100% - 48px, 540px);
  }

  .split-copy h2 {
    font-size: clamp(2.05rem, 3vw, 3.4rem);
  }

  .split-copy p,
  .split-points {
    font-size: 0.98rem;
  }
}

@media (max-height: 900px) and (min-width: 961px) {
  .home-header {
    padding-top: 4px;
  }

  .home-hero-copy {
    padding-top: clamp(24px, 4vh, 44px);
    padding-bottom: clamp(24px, 4vh, 44px);
  }

  .home-hero-copy p:last-child {
    margin-top: 18px;
  }

  .split-text-side {
    padding: 28px 0;
  }

  .split-copy p {
    margin-top: 18px;
  }

  .split-points {
    gap: 8px;
    margin: 20px 0 24px;
  }
}

.ui-brand,
.ui-nav,
.ui-status {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(120deg, rgba(255, 191, 146, 0.08), transparent 24%),
    linear-gradient(240deg, rgba(167, 236, 228, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ui-brand {
  top: 24px;
  left: 0;
}

.brand-block {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  min-height: 72px;
  padding: 10px 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 239, 230, 0.92), transparent 30%),
    linear-gradient(135deg, rgba(255, 193, 149, 0.96) 0%, rgba(209, 186, 244, 0.9) 54%, rgba(167, 236, 228, 0.96) 100%);
  box-shadow:
    0 10px 30px rgba(167, 236, 228, 0.18),
    0 6px 20px rgba(209, 186, 244, 0.16);
}

.brand-mark svg {
  width: 26px;
  height: 26px;
  display: block;
}

.brand-name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-meta {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ui-axis {
  top: 30px;
  left: 28%;
  width: 140px;
  height: 72px;
}

.control-axis,
.ui-axis {
  position: absolute;
  display: grid;
  place-items: center;
  min-height: 72px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.axis-line,
.axis-dot {
  position: absolute;
  display: block;
}

.axis-line {
  height: 1px;
  border-radius: 999px;
}

.axis-line-a {
  width: 86px;
  background: linear-gradient(90deg, rgba(255, 191, 146, 0.12), rgba(255, 191, 146, 0.92), rgba(255, 191, 146, 0.12));
  transform: rotate(28deg);
}

.axis-line-b {
  width: 72px;
  background: linear-gradient(90deg, rgba(167, 236, 228, 0.12), rgba(167, 236, 228, 0.92), rgba(167, 236, 228, 0.12));
  transform: rotate(-36deg);
}

.axis-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.24);
}

.axis-dot-soft {
  width: 6px;
  height: 6px;
  transform: translate(24px, -18px);
  background: rgba(239, 188, 147, 0.8);
}

.ui-nav {
  top: 36px;
  right: 168px;
}

.site-nav,
.ui-nav {
  display: flex;
  gap: 8px;
  padding: 6px;
  min-height: 68px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-nav a,
.ui-nav a {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  flex: 1 1 0;
  color: var(--text);
  text-decoration: none;
  font-size: 0.92rem;
  padding: 10px 14px 12px;
  border-radius: 18px;
  transition: background 180ms ease, transform 180ms ease;
  position: relative;
  overflow: hidden;
}

.nav-index {
  color: var(--accent-soft);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-label {
  font-size: 1rem;
  line-height: 1.1;
}

.site-nav a:hover,
.ui-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.site-nav a.is-current,
.ui-nav a.is-current {
  background: rgba(255, 255, 255, 0.1);
}

.ui-status {
  top: 30px;
  right: 0;
}

.header-status,
.ui-status {
  display: grid;
  justify-items: end;
  gap: 8px;
  min-height: 72px;
  padding: 10px 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.status-chip,
.status-reading {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-chip {
  color: #0d1215;
  background: linear-gradient(135deg, rgba(255, 226, 207, 0.96), rgba(172, 238, 231, 0.96));
}

.status-reading {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

[data-scramble] {
  cursor: default;
}

a[data-scramble],
.hero-caption-row span[data-scramble],
.vision-node strong[data-scramble],
h1[data-scramble],
h2[data-scramble] {
  cursor: pointer;
}

.deck {
  position: relative;
  display: grid;
  gap: 22px;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  border-radius: 40px;
}

.panel {
  --pointer-x: 0px;
  --pointer-y: 0px;
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 140px);
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 700ms ease;
  filter: none;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 8% 10%;
  border-radius: 40px;
  pointer-events: none;
  background:
    radial-gradient(circle at calc(50% + var(--pointer-x)) calc(42% + var(--pointer-y)), rgba(255, 255, 255, 0.05), transparent 24%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.panel.is-active {
  transform: none;
  z-index: 3;
}

.panel.is-active::before {
  opacity: 1;
}

.panel.is-exiting-up {
  opacity: 1;
  transform: none;
}

.panel.is-exiting-down {
  opacity: 1;
  transform: none;
}

.panel.is-entering-up {
  transform: none;
}

.panel.is-entering-down {
  transform: none;
}

.panel-inner {
  display: grid;
  align-items: center;
  min-height: 100%;
  width: min(100%, var(--content-width));
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.hero-layout,
.product-layout,
.vision-layout,
.plcparam-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.88fr);
  gap: clamp(28px, 4vw, 56px);
}

.product-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: stretch;
}

.plcparam-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.94fr);
}

.closing-layout,
.contact-layout {
  justify-items: center;
}

.scene-copy,
.plcparam-copy,
.vision-stack,
.closing-copy,
.division-heading,
.ecosystem-copy {
  max-width: 760px;
}

.hub-hero-layout {
  grid-template-columns: minmax(0, 1fr);
}

.hub-stack-layout {
  gap: 28px;
  align-content: start;
  padding-top: 48px;
  padding-bottom: 48px;
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.division-card,
.ecosystem-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-soft);
}

.division-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 26px;
}

.division-card h3,
.ecosystem-card strong,
.page-backlink {
  margin: 0;
  letter-spacing: -0.05em;
}

.division-card h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.division-card p,
.ecosystem-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.division-card-wide {
  grid-column: span 2;
}

.division-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.division-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #ddd7cf;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.84rem;
}

.ecosystem-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 46px);
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ecosystem-card {
  padding: 24px;
}

.ecosystem-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-soft);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
strong {
  margin: 0;
  letter-spacing: -0.05em;
  font-weight: 600;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.2rem, 7.4vw, 6.6rem);
  line-height: 0.94;
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  line-height: 0.96;
}

.scene-text,
.story-beat p,
.vision-node p,
.site-footer p,
.product-lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.scene-text {
  max-width: 34rem;
  margin: 28px 0 0;
}

.hero-copy > * {
  transform: translateY(26px);
  opacity: 0;
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 700ms ease;
}

.panel-hero.is-active .hero-copy > * {
  transform: translateY(0);
  opacity: 1;
}

.panel-hero.is-active .hero-copy > :nth-child(2) {
  transition-delay: 100ms;
}

.panel-hero.is-active .hero-copy > :nth-child(3) {
  transition-delay: 180ms;
}

.panel-hero.is-active .hero-copy > :nth-child(4) {
  transition-delay: 260ms;
}

.hero-caption-row {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.hero-caption-row span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #d1cbc4;
  font-size: 0.92rem;
  box-shadow: var(--shadow-soft);
  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.hero-caption-row span:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

.scene-orb {
  position: relative;
  min-height: 560px;
  transform:
    translate3d(calc(var(--pointer-x) * 0.08), calc(var(--pointer-y) * 0.08), 0)
    scale(0.88) rotate(-10deg);
  opacity: 0;
  transition:
    transform 1200ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 900ms ease;
  perspective: 1400px;
}

.panel-hero.is-active .scene-orb {
  transform:
    translate3d(calc(var(--pointer-x) * 0.08), calc(var(--pointer-y) * 0.08), 0)
    scale(1) rotate(0deg);
  opacity: 1;
}

.orb-stage {
  position: absolute;
  inset: 4% 6% 4% 6%;
  transform-style: preserve-3d;
  animation: stageFloat 14s ease-in-out infinite alternate;
}

.orb-shadow,
.orb-volume,
.orb-core,
.orb-core-shell,
.orb-depth-ring,
.orb-slice,
.orb-spine,
.orb-node,
.orb-orbit {
  position: absolute;
  inset: 0;
}

.orb-shadow {
  inset: 52% 18% 8% 18%;
  border-radius: 50%;
  transform:
    rotateX(78deg)
    translateZ(-160px)
    scale(1.1);
  background: radial-gradient(circle, rgba(255, 214, 184, 0.14), rgba(175, 236, 229, 0.06) 46%, transparent 74%);
  filter: blur(32px);
}

.orb-volume {
  inset: 10% 12% 10% 12%;
  transform-style: preserve-3d;
  animation: volumeTurn 18s ease-in-out infinite alternate;
}

.orb-depth-ring,
.orb-slice {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.orb-depth-ring {
  inset: 18% 18% 18% 18%;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.03);
}

.depth-back {
  transform: translateZ(-90px) rotateX(74deg);
  border-color: rgba(255, 255, 255, 0.08);
}

.depth-mid {
  transform: translateZ(0px) rotateX(74deg);
  border-color: rgba(255, 255, 255, 0.12);
}

.depth-front {
  transform: translateZ(90px) rotateX(74deg);
  border-color: rgba(239, 188, 147, 0.18);
}

.orb-slice {
  inset: 24% 22% 22% 22%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03), transparent 64%);
}

.slice-back {
  transform: translateZ(-70px) rotateY(84deg);
}

.slice-mid {
  transform: translateZ(0px) rotateY(84deg);
}

.slice-front {
  transform: translateZ(70px) rotateY(84deg);
}

.orb-spine {
  left: 50%;
  top: 18%;
  width: 1px;
  height: 64%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform:
    translateX(-50%)
    translateZ(0px);
}

.spine-cross {
  left: 22%;
  top: 50%;
  width: 56%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(114, 207, 199, 0.38), transparent);
  transform:
    translateY(-50%)
    translateZ(10px);
}

.node-core {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 245, 236, 0.92);
  box-shadow:
    0 0 18px rgba(255, 245, 236, 0.28),
    0 0 24px rgba(175, 236, 229, 0.18);
  left: 50%;
  top: 50%;
  transform:
    translate(-50%, -50%)
    translateZ(110px);
}

.orb-orbit {
  inset: 22% 22% 22% 22%;
  transform-style: preserve-3d;
}

.orbit-a {
  transform: rotateY(72deg) rotateX(12deg);
  animation: orbitSpinA 14s linear infinite;
}

.orbit-b {
  transform: rotateX(74deg) rotateZ(26deg);
  animation: orbitSpinB 16s linear infinite;
}

.orbit-c {
  transform: rotateY(28deg) rotateX(74deg);
  animation: orbitSpinC 18s linear infinite;
}

.orb-node {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 245, 236, 0.92);
  box-shadow:
    0 0 18px rgba(255, 245, 236, 0.28),
    0 0 24px rgba(175, 236, 229, 0.18);
}

.node-a {
  transform:
    translate(86%, 40%);
  background: rgba(239, 188, 147, 0.92);
}

.node-b {
  transform:
    translate(12%, 64%);
  background: rgba(175, 236, 229, 0.94);
}

.node-c {
  transform:
    translate(64%, 8%);
}

.orb-core-shell {
  inset: 24% 20% 16% 20%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 58%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform:
    translateZ(60px)
    rotateX(76deg);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.03);
}

.orb-core {
  inset: 32% 26% 18% 16%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 42%, rgba(255, 251, 245, 0.95), rgba(255, 251, 245, 0.18) 42%, transparent 70%),
    linear-gradient(135deg, rgba(255, 204, 174, 0.28), rgba(216, 196, 240, 0.24) 54%, rgba(175, 236, 229, 0.26));
  box-shadow:
    0 0 120px rgba(255, 204, 174, 0.16),
    0 0 120px rgba(175, 236, 229, 0.14);
  transform:
    translateZ(110px)
    rotateX(12deg);
  animation: pulseOrb 8s ease-in-out infinite;
}

.story-rail {
  display: grid;
  gap: 14px;
  padding: 30px 38px;
  margin-right: 12px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top left, rgba(255, 202, 172, 0.08), transparent 40%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  align-self: stretch;
  max-height: min(74vh, 820px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.story-rail::-webkit-scrollbar {
  width: 8px;
}

.story-rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.story-rail::-webkit-scrollbar-track {
  background: transparent;
}

.story-beat {
  max-width: 38rem;
  padding: 10px 0;
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 600ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.panel-product.is-active .story-beat {
  opacity: 0.4;
  transform: translateX(0);
}

.panel-product.is-active .story-beat:nth-child(1) {
  opacity: 1;
  transition-delay: 80ms;
}

.panel-product.is-active .story-beat:nth-child(2) {
  transition-delay: 180ms;
}

.panel-product.is-active .story-beat:nth-child(3) {
  transition-delay: 280ms;
}

.panel-product.is-active .story-beat:nth-child(4) {
  transition-delay: 380ms;
}

.story-beat.is-current {
  opacity: 1 !important;
}

.story-beat.is-current .scene-text,
.story-beat.is-current p:last-child {
  color: #f1ece5;
}

.story-beat p {
  margin: 0;
}

.beat-index {
  margin-bottom: 10px !important;
  color: var(--accent-soft) !important;
  font-size: 0.82rem !important;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-stage {
  display: grid;
  align-items: center;
  min-height: 520px;
  min-width: 0;
}

.product-card {
  justify-self: end;
  width: min(100%, 500px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(255, 199, 166, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(214, 195, 238, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  opacity: 0;
  transform:
    translate3d(calc(110px + var(--pointer-x) * 0.04), calc(var(--pointer-y) * 0.04), 0)
    rotate(9deg) scale(0.86);
  transition:
    opacity 700ms ease,
    transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.panel-product.is-active .product-card {
  opacity: 1;
  transform:
    translate3d(calc(var(--pointer-x) * 0.04), calc(var(--pointer-y) * 0.04), 0)
    rotate(0deg) scale(1);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(167, 236, 228, 0.14);
  color: #9ce2db;
  font-size: 0.84rem;
  font-weight: 600;
}

.product-lead {
  margin: 24px 0 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.product-grid span {
  display: block;
  height: 64px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top left, rgba(255, 204, 174, 0.12), transparent 44%);
  opacity: 0;
  transform: scale(0.6) translateY(26px);
  transition:
    opacity 500ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.panel-product.is-active .product-grid span {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.panel-product.is-active .product-grid span:nth-child(1) {
  transition-delay: 180ms;
}

.panel-product.is-active .product-grid span:nth-child(2) {
  transition-delay: 260ms;
}

.panel-product.is-active .product-grid span:nth-child(3) {
  transition-delay: 340ms;
}

.panel-product.is-active .product-grid span:nth-child(4) {
  transition-delay: 420ms;
}

.product-lines {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.product-lines span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 191, 146, 0.9), rgba(209, 186, 244, 0.74), rgba(167, 236, 228, 0.9));
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.panel-product.is-active .product-lines span:nth-child(1) {
  transform: scaleX(1);
  transition-delay: 420ms;
}

.panel-product.is-active .product-lines span:nth-child(2) {
  transform: scaleX(1);
  transition-delay: 520ms;
}

.panel-product.is-active .product-lines span:nth-child(3) {
  transform: scaleX(1);
  transition-delay: 620ms;
}

.product-lines span:nth-child(1) {
  width: 84%;
}

.product-lines span:nth-child(2) {
  width: 58%;
}

.product-lines span:nth-child(3) {
  width: 72%;
}

.plcparam-copy {
  transform: translateY(30px);
  opacity: 0;
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 700ms ease;
}

.panel-plcparam.is-active .plcparam-copy {
  transform: translateY(0);
  opacity: 1;
}

.plcparam-points {
  display: grid;
  gap: 14px;
  margin: 30px 0 34px;
}

.plcparam-points article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-soft);
}

.plcparam-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 14px;
  background: rgba(255, 191, 146, 0.12);
  color: var(--accent-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.plcparam-points p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.plcparam-stage {
  display: grid;
  align-items: center;
  min-height: 520px;
}

.plcparam-console {
  width: min(100%, 560px);
  justify-self: end;
  padding: 30px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top left, rgba(255, 202, 172, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(167, 236, 228, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  opacity: 0;
  transform:
    translate3d(calc(90px + var(--pointer-x) * 0.04), calc(var(--pointer-y) * 0.04), 0)
    rotate(-8deg) scale(0.9);
  transition:
    opacity 700ms ease,
    transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.panel-plcparam.is-active .plcparam-console {
  opacity: 1;
  transform:
    translate3d(calc(var(--pointer-x) * 0.04), calc(var(--pointer-y) * 0.04), 0)
    rotate(0deg) scale(1);
}

.console-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.console-tag {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.console-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.flow-node {
  min-height: 126px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.flow-node strong {
  display: block;
  font-size: 1.12rem;
}

.flow-node p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.flow-engine {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.08);
}

.flow-arrow {
  position: relative;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 191, 146, 0.88), rgba(167, 236, 228, 0.88));
}

.flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(167, 236, 228, 0.88);
  border-right: 2px solid rgba(167, 236, 228, 0.88);
  transform: translateY(-50%) rotate(45deg);
}

.console-bars {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.console-bars span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.04);
}

.console-bars span:nth-child(1) { width: 92%; }
.console-bars span:nth-child(2) { width: 68%; }
.console-bars span:nth-child(3) { width: 82%; }
.console-bars span:nth-child(4) { width: 56%; }

.vision-stack {
  position: relative;
  padding-left: 22px;
  transform: translateY(36px);
  opacity: 0;
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 700ms ease;
}

.vision-stack::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(201, 137, 88, 0.9), rgba(114, 207, 199, 0.6));
}

.panel-vision.is-active .vision-stack {
  transform: translateY(0);
  opacity: 1;
}

.vision-stage {
  position: relative;
  min-height: 520px;
  min-width: 0;
}

.vision-node {
  position: absolute;
  width: min(100%, 250px);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  opacity: 0;
  transition:
    opacity 700ms ease,
    transform 1000ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background 220ms ease;
}

.vision-node strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.vision-node p {
  margin: 0;
}

.node-a {
  top: 4%;
  left: 2%;
  transform: translate3d(-60px, 50px, 0) rotate(-14deg);
}

.node-b {
  top: 34%;
  right: 2%;
  transform: translate3d(80px, -20px, 0) rotate(16deg);
}

.node-c {
  bottom: 4%;
  left: 12%;
  transform: translate3d(-20px, 80px, 0) rotate(-10deg);
}

.panel-vision.is-active .node-a,
.panel-vision.is-active .node-b,
.panel-vision.is-active .node-c {
  opacity: 1;
}

.panel-vision.is-active .node-a {
  transform: translate3d(calc(var(--pointer-x) * -0.03), calc(var(--pointer-y) * -0.03), 0) rotate(-6deg);
  transition-delay: 100ms;
}

.panel-vision.is-active .node-b {
  transform: translate3d(calc(var(--pointer-x) * 0.04), calc(var(--pointer-y) * -0.02), 0) rotate(8deg);
  transition-delay: 240ms;
}

.panel-vision.is-active .node-c {
  transform: translate3d(calc(var(--pointer-x) * -0.02), calc(var(--pointer-y) * 0.03), 0) rotate(-4deg);
  transition-delay: 380ms;
}

.vision-node:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
}

.vision-axis {
  position: absolute;
  inset: 14% 26% 14% 26%;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: scale(0.78) rotate(-16deg);
  transition:
    opacity 700ms ease,
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.panel-vision.is-active .vision-axis {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.closing-copy {
  max-width: 820px;
  text-align: center;
  padding: 36px 42px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top, rgba(214, 195, 238, 0.08), transparent 36%);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: scale(0.88);
  transition:
    opacity 700ms ease,
    transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.panel-closing.is-active .closing-copy {
  opacity: 1;
  transform: scale(1);
}

.contact-layout {
  align-items: center;
  justify-items: center;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 920px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.panel-contact.is-active .site-footer {
  opacity: 1;
  transform: translateY(0);
}

.site-footer h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #071018;
  background: linear-gradient(135deg, #ffe2cf 0%, #d8c2f2 46%, #aceee7 100%);
  box-shadow:
    0 16px 34px rgba(167, 236, 228, 0.14),
    0 10px 24px rgba(209, 186, 244, 0.16);
}

.button-primary:hover {
  box-shadow:
    0 20px 40px rgba(167, 236, 228, 0.18),
    0 14px 28px rgba(209, 186, 244, 0.2);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.button.is-disabled,
.button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.6;
}

.deck-progress {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 20;
  display: grid;
  gap: 12px;
  transform: translateY(-50%);
}

.deck-progress button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition:
    transform 220ms ease,
    background 220ms ease,
    height 220ms ease;
}

.deck-progress button:hover,
.deck-progress button:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  outline: none;
}

.deck-progress button.is-active {
  height: 28px;
  background: linear-gradient(180deg, rgba(255, 191, 146, 0.92), rgba(167, 236, 228, 0.92));
}

.product-page-body {
  overflow: auto;
}

.product-page-shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.product-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.product-brand {
  position: static;
}

.product-page-nav {
  flex-wrap: wrap;
}

.product-page-main {
  display: grid;
  gap: 22px;
}

.page-backlink {
  color: var(--text);
  text-decoration: none;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 600;
}

.product-hero-card,
.detail-section,
.download-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.product-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
}

.product-hero-copy h1 {
  max-width: 12ch;
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.detail-hero-visual {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.detail-rack {
  display: grid;
  grid-template-columns: 86px minmax(220px, 1fr) 86px;
  gap: 16px;
  align-items: center;
  width: min(100%, 520px);
}

.rack-column,
.rack-core {
  min-height: 320px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.rack-column {
  display: grid;
  gap: 12px;
}

.rack-column span {
  display: block;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.rack-column span:nth-child(1) { height: 28%; }
.rack-column span:nth-child(2) { height: 36%; }
.rack-column span:nth-child(3) { height: 24%; }

.rack-core {
  display: grid;
  align-content: space-between;
  background:
    radial-gradient(circle at top left, rgba(255, 202, 172, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(167, 236, 228, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.08);
}

.rack-screen {
  padding: 20px;
  border-radius: 24px;
  background: rgba(9, 16, 25, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rack-screen strong {
  display: block;
  font-size: 1.6rem;
}

.rack-screen p {
  margin: 10px 0 0;
  color: var(--muted);
}

.rack-pulses {
  display: grid;
  gap: 16px;
}

.rack-pulses span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 191, 146, 0.92), rgba(167, 236, 228, 0.9));
}

.rack-pulses span:nth-child(1) { width: 88%; }
.rack-pulses span:nth-child(2) { width: 62%; }
.rack-pulses span:nth-child(3) { width: 76%; }

.detail-section {
  padding: clamp(24px, 4vw, 40px);
}

.detail-section-alt {
  background:
    radial-gradient(circle at top right, rgba(214, 195, 238, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.detail-heading {
  max-width: 820px;
}

.detail-heading h2 {
  max-width: 14ch;
}

.workflow-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.workflow-card,
.benefit-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.workflow-step,
.download-label {
  color: var(--accent-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.workflow-card h3,
.benefit-card strong {
  display: block;
  margin: 12px 0 10px;
  font-size: 1.18rem;
  letter-spacing: -0.04em;
}

.workflow-card p,
.benefit-card p,
.download-meta span,
.download-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.workflow-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr) 80px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.diagram-node {
  min-height: 144px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.diagram-node strong {
  display: block;
  font-size: 1.2rem;
}

.diagram-node p {
  margin: 10px 0 0;
  color: var(--muted);
}

.diagram-node-featured {
  background:
    radial-gradient(circle at top left, rgba(255, 202, 172, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.08);
}

.diagram-connector {
  position: relative;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 191, 146, 0.92), rgba(167, 236, 228, 0.92));
}

.diagram-connector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(167, 236, 228, 0.92);
  border-right: 2px solid rgba(167, 236, 228, 0.92);
  transform: translateY(-50%) rotate(45deg);
}

.download-section {
  background:
    radial-gradient(circle at top left, rgba(255, 202, 172, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 28px;
  padding: 24px 26px;
}

.download-meta {
  display: grid;
  gap: 8px;
}

.download-meta strong {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.division-hero-card {
  min-height: 0;
}

.division-visual {
  display: grid;
  place-items: center;
  min-height: 340px;
}

.division-visual-card {
  display: grid;
  gap: 14px;
  width: min(100%, 440px);
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top left, rgba(255, 202, 172, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(167, 236, 228, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.division-visual-card span {
  display: block;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.division-visual-audio {
  background:
    radial-gradient(circle at top left, rgba(255, 187, 120, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(214, 195, 238, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.08);
}

.division-visual-engineering {
  background:
    radial-gradient(circle at top left, rgba(167, 236, 228, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(120, 168, 255, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.08);
}

.division-visual-energy {
  background:
    radial-gradient(circle at top left, rgba(255, 211, 127, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(120, 255, 191, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.08);
}

.division-visual-labs {
  background:
    radial-gradient(circle at top left, rgba(214, 195, 238, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(167, 236, 228, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.08);
}

.division-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.detail-link {
  display: inline-flex;
  margin-top: 18px;
  color: #d9eee8;
  text-decoration: none;
  font-weight: 600;
}

.detail-link:hover {
  text-decoration: underline;
}

.legal-page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), 1560px);
  max-width: none;
  padding-top: clamp(20px, 2vw, 28px);
}

.legal-page-body {
  min-height: 100vh;
}

.legal-page-body::after {
  position: fixed;
}

.legal-page-main {
  width: min(100%, 1040px);
  margin: 0 auto;
  gap: 22px;
}

.legal-header {
  margin-bottom: 28px;
}

.legal-hero-card {
  grid-template-columns: 1fr;
  min-height: 320px;
}

.legal-hero-card h1 {
  max-width: 12ch;
}

.legal-content {
  display: grid;
  gap: 26px;
}

.legal-content h2 {
  margin: 0;
}

.legal-section {
  max-width: 820px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-section h3 {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  letter-spacing: -0.04em;
}

.legal-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.legal-section p + p {
  margin-top: 12px;
}

.legal-section a {
  color: #d9eee8;
  font-weight: 600;
  text-decoration: none;
}

.legal-section a:hover,
.legal-section a:focus-visible {
  text-decoration: underline;
}

@keyframes driftA {
  from { transform: translate3d(-16px, 8px, 0) scale(0.96); }
  to { transform: translate3d(14px, -10px, 0) scale(1.04); }
}

@keyframes driftB {
  from { transform: translate3d(10px, -12px, 0) scale(1.02); }
  to { transform: translate3d(-14px, 10px, 0) scale(0.98); }
}

@keyframes rotateReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes stageFloat {
  from { transform: rotateX(2deg) rotateY(-10deg) translateY(-10px); }
  to { transform: rotateX(-3deg) rotateY(12deg) translateY(10px); }
}

@keyframes volumeTurn {
  from { transform: rotateX(16deg) rotateY(-24deg); }
  to { transform: rotateX(-10deg) rotateY(18deg); }
}

@keyframes orbitSpinA {
  from { transform: rotateY(72deg) rotateX(12deg) rotateZ(0deg); }
  to { transform: rotateY(72deg) rotateX(12deg) rotateZ(360deg); }
}

@keyframes orbitSpinB {
  from { transform: rotateX(74deg) rotateZ(26deg) rotateY(0deg); }
  to { transform: rotateX(74deg) rotateZ(26deg) rotateY(360deg); }
}

@keyframes orbitSpinC {
  from { transform: rotateY(28deg) rotateX(74deg) rotateZ(0deg); }
  to { transform: rotateY(28deg) rotateX(74deg) rotateZ(-360deg); }
}

@keyframes pulseOrb {
  0% { transform: scale(0.96); }
  50% { transform: scale(1.02); }
  100% { transform: scale(0.98); }
}

@media (max-width: 960px) {
  .home-header,
  .home-split-section,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .home-header {
    justify-items: center;
    gap: 18px;
  }

  .home-nav {
    flex-wrap: wrap;
  }

  .home-hero-shell {
    width: min(calc(100% - 24px), 1560px);
  }

  .home-hero-copy h1 {
    max-width: 11ch;
  }

  .home-hero-copy {
    transform: translateY(-28px);
  }

  .split-text-side,
  .split-media-side {
    min-height: 50vh;
  }

  .home-split-reverse .split-text-side,
  .home-split-reverse .split-media-side {
    order: initial;
  }

  .split-copy {
    width: min(100% - 40px, 620px);
    padding: 56px 0;
  }

  .contact-form-full {
    grid-column: auto;
  }

  .page-shell {
    width: min(calc(100% - 28px), var(--max-width));
    height: auto;
    min-height: 100vh;
    padding-top: 18px;
  }

  .deck {
    height: auto;
    display: grid;
    gap: 22px;
    padding-top: 0;
  }

  .panel {
    position: relative;
    inset: auto;
    min-height: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    filter: none;
    transition: none;
  }

  .hero-layout,
  .product-layout,
  .vision-layout,
  .plcparam-layout,
  .hub-hero-layout,
  .ecosystem-layout,
  .product-hero-card,
  .workflow-grid,
  .benefit-grid,
  .division-detail-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .division-grid,
  .ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .division-card-wide {
    grid-column: auto;
  }

  .ui-brand,
  .ui-axis,
  .ui-nav,
  .ui-status {
    position: absolute;
    left: 0;
    right: auto;
  }

  .ui-brand {
    top: 18px;
  }

  .ui-axis {
    top: 18px;
    left: auto;
    right: 0;
    width: 120px;
    height: 64px;
  }

  .ui-nav {
    top: 100px;
    left: 0;
    right: 0;
  }

  .ui-status {
    display: none;
  }

  .page-title {
    margin-bottom: 18px;
  }

  .panel-inner {
    min-height: auto;
    width: 100%;
    padding: 6vh 0;
  }

  .scene-orb,
  .product-stage,
  .vision-stage,
  .plcparam-stage,
  .detail-hero-visual,
  .division-visual {
    min-height: 360px;
  }

  .product-card {
    justify-self: start;
  }

  .plcparam-console {
    justify-self: start;
  }

  .story-rail {
    margin-right: 0;
    padding: 24px;
    max-height: none;
    overflow: visible;
  }

  .vision-node {
    position: relative;
    width: 100%;
    inset: auto;
    margin-top: 14px;
    opacity: 1;
    transform: none;
  }

  .vision-axis,
  .deck-progress {
    display: none;
  }

  .console-flow,
  .workflow-diagram,
  .detail-rack,
  .download-card {
    grid-template-columns: 1fr;
  }

  .flow-arrow,
  .diagram-connector {
    width: 2px;
    min-height: 44px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(255, 191, 146, 0.88), rgba(167, 236, 228, 0.88));
  }

  .flow-arrow::after,
  .diagram-connector::after {
    top: auto;
    bottom: -2px;
    right: 50%;
    transform: translateX(50%) rotate(135deg);
  }

  .product-page-shell {
    width: min(calc(100% - 28px), var(--max-width));
    padding-top: 18px;
  }

  .product-page-header,
  .download-card {
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  .home-hero-shell {
    padding-bottom: 36px;
  }

  .home-hero-copy {
    transform: translateY(-14px);
  }

  .home-brand {
    font-size: 1.5rem;
  }

  .home-nav {
    gap: 12px 18px;
  }

  .home-nav a,
  .home-contact-button {
    font-size: 0.72rem;
  }

  .split-copy {
    width: min(100% - 28px, 620px);
  }

  .home-contact-card {
    padding: 24px;
  }

  .page-shell {
    width: min(calc(100% - 18px), var(--max-width));
  }

  .page-title a {
    font-size: clamp(1.6rem, 8vw, 2.3rem);
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .product-card,
  .plcparam-console,
  .site-footer,
  .vision-node,
  .closing-copy,
  .division-card,
  .ecosystem-card,
  .story-rail,
  .detail-section,
  .download-card,
  .product-hero-card,
  .workflow-card,
  .benefit-card {
    padding: 22px;
  }

  .site-footer {
    max-width: 100%;
  }

  .product-page-shell {
    width: min(calc(100% - 18px), var(--max-width));
  }

  .product-page-header {
    flex-direction: column;
    align-items: stretch;
  }

  .product-page-nav {
    width: 100%;
  }
}
