:root {
  --tsoft-blue: #015afd;
  --tsoft-black: #05070b;
  --tsoft-paper: #e8ebef;
  --tsoft-white: #f8fafc;
  --tsoft-line-dark: rgba(7, 10, 16, 0.18);
  --tsoft-line-light: rgba(255, 255, 255, 0.22);
}

body.tsoft-case {
  background: var(--tsoft-paper);
  color: #080b11;
}

.tsoft-case figure,
.tsoft-case blockquote,
.tsoft-case h1,
.tsoft-case h2,
.tsoft-case h3,
.tsoft-case p {
  margin-top: 0;
}

.tsoft-case figure,
.tsoft-case blockquote {
  margin-inline: 0;
}

.tsoft-case .shell {
  width: min(calc(100% - (2 * var(--gutter))), 1680px);
  margin-inline: auto;
}

.case-section {
  padding-block: clamp(94px, 9vw, 172px);
}

.case-section h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(66px, 8.4vw, 164px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.82;
}

.case-section h3 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.eyebrow {
  margin-bottom: 24px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 800ms cubic-bezier(0.2, 0.75, 0.15, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.tsoft-hero {
  min-height: calc(100svh - var(--header-h));
  background: var(--tsoft-black);
}

.tsoft-hero__stage {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  overflow: hidden;
  isolation: isolate;
  background: var(--tsoft-black);
}

.tsoft-hero__fallback,
.tsoft-spline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tsoft-hero__fallback {
  z-index: -2;
  inset: 50% auto auto 50%;
  width: min(72vw, 980px);
  height: min(72vh, 980px);
  padding: clamp(28px, 4vw, 72px);
  background: var(--tsoft-black);
  object-fit: contain;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 700ms ease;
}

.tsoft-spline {
  z-index: -1;
  background: var(--tsoft-black);
  opacity: 0;
  transition: opacity 700ms ease;
}

.is-spline-ready .tsoft-spline {
  opacity: 1;
}

.is-spline-ready .tsoft-hero__fallback {
  opacity: 0;
}

.tsoft-hero__stage::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(5,7,11,0) 42%, rgba(5,7,11,0.62) 100%);
  content: "";
  pointer-events: none;
}

.tsoft-hero__hud {
  position: absolute;
  top: 24px;
  right: var(--gutter);
  left: var(--gutter);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.tsoft-hero__title {
  position: absolute;
  top: clamp(30px, 4.5vw, 80px);
  right: var(--gutter);
  bottom: auto;
  left: var(--gutter);
  z-index: 2;
  pointer-events: none;
}

.tsoft-hero__title > p {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(14px, 1.15vw, 22px);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tsoft-hero__title h1 {
  margin-bottom: 24px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(120px, 17vw, 340px);
  font-weight: 400;
  letter-spacing: -0.068em;
  line-height: 0.72;
}

.tsoft-hero__title > div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tsoft-hero__title > div span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
}

.case-index {
  position: relative;
  top: auto;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: var(--tsoft-black);
  color: #fff;
}

.case-index a {
  display: flex;
  min-height: 58px;
  gap: 16px;
  align-items: center;
  padding: 10px clamp(12px, 1.6vw, 30px);
  border-right: 1px solid var(--tsoft-line-light);
  font-size: 0.75rem;
  text-decoration: none;
}

.case-index a:last-child {
  border-right: 0;
}

.case-index span {
  color: #668ee2;
  font-size: 0.58rem;
}

.case-index a:is(:hover, :focus-visible) {
  color: #8bb0ff;
}

.case-intro {
  background: var(--tsoft-paper);
}

.case-intro__header {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 90px);
  align-items: start;
  margin-bottom: clamp(72px, 9vw, 146px);
}

.case-intro__header h2 {
  max-width: 1270px;
  font-size: clamp(66px, 8.1vw, 158px);
}

.case-intro__grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.45fr);
  gap: clamp(48px, 8vw, 160px);
  align-items: start;
  margin-bottom: clamp(68px, 8vw, 132px);
}

.case-intro__scope {
  border-top: 1px solid var(--tsoft-line-dark);
}

.case-intro__scope span {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid var(--tsoft-line-dark);
  font-size: clamp(15px, 1.2vw, 20px);
}

.case-intro__copy {
  max-width: 920px;
  font-size: 19px;
  line-height: 1.38;
}

.case-intro__copy p {
  margin-bottom: 1.25em;
}

.case-board,
.identity-sequence figure,
.motion figure,
.applications figure {
  position: relative;
  overflow: hidden;
  background: #dce1e7;
}

.case-board img,
.identity-sequence img,
.applications img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.identity-sequence figcaption,
.motion figcaption,
.applications figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 52px 18px 14px;
  background: linear-gradient(transparent, rgba(3, 5, 10, 0.78));
  color: #fff;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-board {
  overflow: visible;
  background: transparent;
}

.case-board img {
  display: block;
}

.case-board figcaption {
  position: static;
  padding: 12px 0 0;
  background: none;
  color: rgba(8, 11, 17, 0.62);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform {
  overflow: hidden;
  background: var(--tsoft-black);
  color: #f4f7fd;
}

.platform__lead {
  display: grid;
  grid-template-columns: 0.24fr 1fr 0.5fr;
  gap: clamp(36px, 5vw, 88px);
  align-items: end;
  padding-bottom: clamp(70px, 9vw, 150px);
}

.platform__lead h2 {
  color: var(--tsoft-blue);
  font-size: clamp(80px, 11vw, 210px);
}

.platform__lead > p:last-child {
  max-width: 520px;
  margin-bottom: 0;
  color: #aeb8ca;
  font-size: clamp(18px, 1.35vw, 24px);
}

.mission {
  display: grid;
  grid-template-columns: 0.24fr 1fr;
  gap: clamp(34px, 5vw, 88px);
  padding: clamp(48px, 6vw, 96px) 0;
  border-block: 1px solid var(--tsoft-line-light);
}

.mission span {
  color: #70809a;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mission p {
  max-width: 1260px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(48px, 6.5vw, 126px);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.platform__vision {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.58fr);
  gap: clamp(60px, 9vw, 170px);
  align-items: center;
  padding-block: clamp(80px, 10vw, 170px);
}

.platform__vision article {
  max-width: 840px;
  color: #c0c8d6;
  font-size: 19px;
}

.platform__vision article p:not(.eyebrow) {
  margin-bottom: 1.2em;
}

.platform__symbol {
  display: grid;
  place-items: center;
  min-height: 500px;
  padding: clamp(32px, 5vw, 76px);
  background: radial-gradient(circle at center, rgba(1,90,253,.22), transparent 58%);
  text-align: center;
}

.platform__symbol img {
  width: min(80%, 420px);
  margin-bottom: 48px;
  animation: tsoft-rotate 38s linear infinite;
}

.platform__symbol span {
  max-width: 330px;
  color: #9faabc;
  font-size: 0.78rem;
}

@keyframes tsoft-rotate {
  to { transform: rotate(360deg); }
}

.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--tsoft-line-light);
}

.values article {
  min-height: 300px;
  padding: 26px clamp(20px, 2.3vw, 42px) 34px;
  border-right: 1px solid var(--tsoft-line-light);
}

.values article:last-child {
  border-right: 0;
}

.values span {
  color: var(--tsoft-blue);
  font-size: 0.62rem;
}

.values h3 {
  max-width: 270px;
  margin: 68px 0 20px;
  font-size: clamp(32px, 2.5vw, 48px);
  line-height: 0.92;
}

.values p {
  margin-bottom: 0;
  color: #9faabc;
  font-size: 0.78rem;
}

.archetype {
  background: #eef0f3;
}

.archetype__header {
  display: grid;
  grid-template-columns: 0.22fr minmax(0, 1fr);
  gap: 32px clamp(34px, 5vw, 88px);
  align-items: start;
  margin-bottom: clamp(74px, 9vw, 150px);
}

.archetype__header > * {
  min-width: 0;
}

.archetype__header h2 {
  font-size: clamp(64px, 8vw, 152px);
}

.archetype__header > p:last-child {
  grid-column: 2;
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(18px, 1.3vw, 24px);
}

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

.archetype-card {
  position: relative;
  min-height: 760px;
  padding: clamp(34px, 4vw, 70px);
  overflow: hidden;
}

.archetype-card > img {
  position: absolute;
  top: 8%;
  right: 4%;
  width: min(42%, 320px);
  opacity: 0.92;
}

.archetype-card--light {
  border: 1px solid var(--tsoft-line-dark);
  background: #fff;
}

.archetype-card--blue {
  background: var(--tsoft-blue);
  color: #fff;
}

.archetype-card--blue > img {
  filter: brightness(0) invert(1);
}

.archetype-card > span {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archetype-card h3 {
  max-width: 700px;
  margin: clamp(250px, 21vw, 400px) 0 28px;
  font-size: clamp(45px, 4.6vw, 88px);
  line-height: 0.9;
}

.archetype-card p {
  max-width: 640px;
  margin-bottom: 0;
  font-size: clamp(17px, 1.25vw, 22px);
}

.identity {
  background: var(--tsoft-paper);
}

.identity__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.45fr);
  gap: 30px clamp(50px, 8vw, 150px);
  align-items: end;
  margin-bottom: clamp(70px, 9vw, 145px);
}

.identity__header .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.identity__header h2 {
  max-width: 1170px;
}

.identity__header > p:not(.eyebrow) {
  grid-column: 2;
  margin-bottom: 0;
  font-size: clamp(18px, 1.25vw, 23px);
}

.identity__header > p:nth-of-type(2) {
  align-self: end;
}

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

.identity-sequence figure {
  min-height: clamp(430px, 40vw, 760px);
}

.identity-sequence__wide {
  grid-column: 1 / -1;
  min-height: clamp(520px, 56vw, 1000px) !important;
}

.identity-sequence figure.identity-sequence__semantics {
  display: grid;
  min-height: 0 !important;
  overflow: visible;
  background: transparent;
}

.identity-sequence__semantics-media {
  overflow: hidden;
  aspect-ratio: 1520 / 730;
  background: #dce1e7;
}

.identity-sequence__semantics-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.identity-sequence figcaption.identity-sequence__text-caption {
  position: static;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(20px, 2.2vw, 34px) 0 clamp(58px, 6vw, 96px);
  background: none;
  color: var(--tsoft-black);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.42;
  letter-spacing: 0;
  text-transform: none;
}

.identity-sequence__text-caption p {
  margin: 0;
}

.identity-sequence__text-caption strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.identity-sequence figure.identity-sequence__logo {
  display: grid;
  min-height: 0 !important;
  overflow: visible;
  background: transparent;
}

.identity-sequence__logo-media {
  display: grid;
  min-height: clamp(360px, 40vw, 640px);
  place-items: center;
  padding: clamp(70px, 10vw, 170px);
  background: #e4e9ef;
}

.identity-sequence__logo-media img {
  display: block;
  width: min(100%, 880px);
  height: auto;
  object-fit: contain;
}

.identity-sequence__dark {
  background: #05070b !important;
}

.identity-sequence__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #05070b;
}

.identity-sequence__spline-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #05070b;
}

.identity-sequence figure.identity-sequence__spline {
  min-height: 0 !important;
  aspect-ratio: 1;
}

.identity-sequence__spline-fallback,
.identity-sequence__spline-frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.identity-sequence__spline-fallback {
  object-fit: cover;
  transition: opacity 500ms ease;
}

.identity-sequence__spline-frame {
  border: 0;
  background: #05070b;
  opacity: 0;
  transform: scale(1.32);
  transform-origin: center;
  transition: opacity 500ms ease;
}

.identity-sequence__spline-stage.is-loaded .identity-sequence__spline-frame {
  opacity: 1;
}

.identity-sequence__spline-stage.is-loaded .identity-sequence__spline-fallback {
  opacity: 0;
  pointer-events: none;
}

.motion {
  background: var(--tsoft-blue);
  color: #fff;
}

.motion__header {
  display: grid;
  grid-template-columns: 0.2fr 1fr 0.44fr;
  gap: clamp(34px, 5vw, 88px);
  align-items: end;
  margin-bottom: clamp(72px, 8vw, 134px);
}

.motion__header h2 {
  max-width: 1060px;
}

.motion__header > p:last-child {
  margin-bottom: 0;
  font-size: clamp(18px, 1.3vw, 23px);
}

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

.motion figure {
  min-height: clamp(360px, 36vw, 680px);
  background: #04060b;
}

.motion__feature {
  grid-column: 1 / -1;
  min-height: clamp(520px, 56vw, 1000px) !important;
}

.motion video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motion__contain video {
  object-fit: contain;
}

.applications {
  background: #eef0f2;
}

.applications__header {
  display: grid;
  grid-template-columns: 0.21fr 1fr 0.42fr;
  gap: clamp(34px, 5vw, 88px);
  align-items: end;
  margin-bottom: clamp(72px, 9vw, 148px);
}

.applications__header h2 {
  font-size: clamp(64px, 8vw, 154px);
}

.applications__header > p:last-child {
  margin-bottom: 0;
  font-size: clamp(18px, 1.3vw, 23px);
}

.applications__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: 2px;
}

.applications figure {
  grid-column: span 6;
  min-height: clamp(400px, 40vw, 720px);
}

.applications figure.applications__contain {
  background: #05070b;
}

.applications__contain img {
  object-fit: contain;
}

.applications__control,
.applications__power {
  grid-column: 1 / -1 !important;
  min-height: clamp(520px, 56vw, 980px) !important;
}

.applications__portrait {
  grid-column: span 4 !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 4;
}

.applications__drone {
  grid-column: span 4 !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 4;
}

.result {
  background: var(--tsoft-black);
  color: #fff;
}

.result__header {
  display: grid;
  grid-template-columns: 0.22fr 1fr;
  gap: clamp(34px, 5vw, 88px);
  margin-bottom: clamp(70px, 9vw, 150px);
}

.result__header h2 {
  color: var(--tsoft-blue);
  font-size: clamp(70px, 10vw, 190px);
}

.result__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.66fr);
  gap: clamp(60px, 10vw, 190px);
  padding-block: clamp(58px, 7vw, 110px);
  border-block: 1px solid var(--tsoft-line-light);
}

.result__copy {
  max-width: 920px;
  color: #c1c8d4;
  font-size: clamp(22px, 1.8vw, 32px);
}

.result__copy p {
  margin-bottom: 1.2em;
}

.result__grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.result__grid li {
  padding: 15px 0;
  border-bottom: 1px solid var(--tsoft-line-light);
}

.result__statement {
  display: grid;
  min-height: min(76vw, 1160px);
  place-content: center;
  place-items: center;
  padding: clamp(60px, 9vw, 150px) 24px;
  background: radial-gradient(circle at center, rgba(1,90,253,.26), transparent 40%);
  text-align: center;
}

.result__statement img {
  width: min(65vw, 720px);
  margin-bottom: clamp(70px, 9vw, 150px);
}

.result__statement p {
  margin-bottom: 34px;
  font-family: var(--display);
  font-size: clamp(54px, 8.4vw, 160px);
  letter-spacing: -0.05em;
  line-height: 0.86;
}

.result__statement span {
  color: #7790b9;
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.credits {
  background: #e6e8eb;
}

.credits__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: clamp(60px, 9vw, 170px);
}

.credits h2 {
  font-size: clamp(62px, 7vw, 132px);
}

.credits__list article {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--tsoft-line-dark);
}

.credits__list span,
.credits__list small {
  color: #4f5661;
}

.credits__list small {
  display: block;
  padding-top: 24px;
  border-top: 1px solid var(--tsoft-line-dark);
  font-size: 0.72rem;
}

.related {
  background: #fff;
}

.related__grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(50px, 8vw, 150px);
  align-items: center;
}

.related h2 {
  margin-bottom: 30px;
  font-size: clamp(70px, 8vw, 150px);
}

.related__grid > div > p:not(.eyebrow) {
  max-width: 560px;
}

.related__grid > a {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.35;
  overflow: hidden;
  background: #e4e4df;
}

.related-ortozenix-mark {
  position: relative;
  display: block;
  width: min(86%, 430px);
  aspect-ratio: 1;
  container-type: inline-size;
  pointer-events: none;
  user-select: none;
}

.related-ortozenix-mark > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.related-ortozenix-mark__claim {
  position: absolute;
  top: calc(36% + 1.8em);
  left: 50%;
  display: grid;
  justify-items: center;
  color: #fff;
  font-family: "Arial Narrow", sans-serif;
  font-size: clamp(23px, 8.45cqi, 36.5px);
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 1px 8px rgba(5, 41, 73, 0.34);
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.related-ortozenix-mark__claim > span {
  display: block;
}

.related__grid > a > .related__next-label {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 8px 12px;
  background: #fff;
  color: #080b11;
  font-size: 0.72rem;
}

.related__grid > a:hover .related-ortozenix-mark > img {
  transform: scale(1.025);
}

.case-contact {
  background: #07080a;
}

.case-contact .gradient-text {
  background: linear-gradient(110deg, #8baef4, #fff 45%, #4d79cf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 1120px) {
  .platform__lead,
  .motion__header,
  .applications__header {
    grid-template-columns: 0.2fr 1fr;
  }

  .platform__lead > p:last-child,
  .motion__header > p:last-child,
  .applications__header > p:last-child {
    grid-column: 2;
  }

  .archetype__header {
    grid-template-columns: 0.2fr 1fr;
  }

  .archetype__header > p:last-child {
    grid-column: 2;
  }

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

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

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

@media (max-width: 760px) {
  .tsoft-case .shell {
    width: min(calc(100% - 32px), 1680px);
  }

  .case-section {
    padding-block: 84px;
  }

  .case-section h2 {
    font-size: clamp(54px, 17vw, 88px);
  }

  .tsoft-hero,
  .tsoft-hero__stage {
    min-height: min(780px, calc(100svh - var(--header-h)));
  }

  .tsoft-spline {
    display: none;
  }

  .tsoft-hero__fallback,
  .is-spline-ready .tsoft-hero__fallback {
    opacity: 1;
  }

  .tsoft-hero__stage::after {
    background: linear-gradient(180deg, transparent 18%, rgba(5,7,11,.16) 46%, var(--tsoft-black) 88%);
  }

  .tsoft-hero__hud {
    right: 16px;
    left: 16px;
  }

  .tsoft-hero__hud span:last-child {
    display: none;
  }

  .tsoft-hero__title {
    top: 24px;
    right: 16px;
    bottom: auto;
    left: 16px;
  }

  .tsoft-hero__title h1 {
    margin-bottom: 20px;
    font-size: clamp(92px, 30vw, 150px);
    line-height: 0.75;
  }

  .tsoft-hero__title > div span {
    padding: 5px 9px;
    font-size: 0.6rem;
  }

  .case-index {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    max-width: 100vw;
  }

  .case-index a {
    min-width: 0;
    min-height: 48px;
    gap: 6px;
    padding: 8px;
    border-bottom: 1px solid var(--tsoft-line-light);
    font-size: 0.62rem;
  }

  .case-intro__header,
  .case-intro__grid,
  .platform__lead,
  .mission,
  .platform__vision,
  .archetype__header,
  .identity__header,
  .motion__header,
  .applications__header,
  .result__header,
  .result__grid,
  .credits__grid,
  .related__grid {
    grid-template-columns: 1fr;
  }

  .related__grid > a {
    aspect-ratio: 1;
  }

  .case-intro__header,
  .case-intro__grid,
  .archetype__header,
  .motion__header,
  .applications__header,
  .result__header {
    gap: 34px;
  }

  .case-intro__header,
  .case-intro__grid,
  .identity__header,
  .motion__header,
  .applications__header,
  .result__header {
    margin-bottom: 64px;
  }

  .case-intro__copy {
    font-size: 19px;
  }

  .platform__lead > p:last-child,
  .motion__header > p:last-child,
  .applications__header > p:last-child,
  .archetype__header > p:last-child,
  .identity__header > p:not(.eyebrow),
  .identity__header .eyebrow {
    grid-column: 1;
  }

  .platform__lead h2,
  .result__header h2 {
    font-size: clamp(68px, 21vw, 108px);
  }

  .mission {
    gap: 26px;
  }

  .mission p {
    font-size: clamp(46px, 14vw, 74px);
  }

  .platform__vision {
    gap: 56px;
  }

  .platform__symbol {
    min-height: 420px;
  }

  .values,
  .archetype__grid,
  .identity-sequence,
  .motion__grid {
    grid-template-columns: 1fr;
  }

  .values article,
  .values article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--tsoft-line-light);
  }

  .values h3 {
    margin-top: 54px;
  }

  .archetype-card {
    min-height: 650px;
    padding: 28px;
  }

  .archetype-card h3 {
    margin-top: 250px;
    font-size: clamp(42px, 12vw, 64px);
  }

  .archetype__header h2,
  .archetype__header > p {
    max-width: 100%;
  }

  .archetype__header h2 {
    font-size: clamp(48px, 13.4vw, 78px);
  }

  .identity-sequence__wide,
  .motion__feature {
    grid-column: 1;
  }

  .identity-sequence figure,
  .identity-sequence__wide,
  .motion figure,
  .motion__feature {
    min-height: 62vw !important;
  }

  .identity-sequence figure.identity-sequence__semantics,
  .identity-sequence figure.identity-sequence__logo {
    min-height: 0 !important;
  }

  .identity-sequence figcaption.identity-sequence__text-caption {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 64px;
  }

  .identity-sequence__logo-media {
    min-height: 62vw;
    padding: 44px;
  }

  .applications__grid {
    display: block;
  }

  .applications figure,
  .applications__control,
  .applications__power,
  .applications__portrait,
  .applications__drone {
    min-height: 72vw !important;
    margin-bottom: 2px;
  }

  .applications__portrait,
  .applications__drone {
    min-height: 0 !important;
    aspect-ratio: 3 / 4;
  }

  .applications__grid > .applications__portrait:nth-of-type(4),
  .applications__grid > .applications__drone {
    aspect-ratio: 1520 / 2149;
  }

  .applications__grid > .applications__portrait:nth-of-type(5) {
    aspect-ratio: 1520 / 1323;
  }

  .result__grid {
    gap: 36px;
  }

  .result__copy {
    font-size: 20px;
  }

  .result__statement {
    min-height: 780px;
    margin-top: 40px;
  }

  .result__statement p {
    font-size: clamp(52px, 17vw, 86px);
  }

  .credits__list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tsoft-spline {
    display: none;
  }

  .tsoft-hero__fallback,
  .is-spline-ready .tsoft-hero__fallback {
    opacity: 1;
  }

  .platform__symbol img {
    animation: none;
  }

  .identity-sequence__spline-frame {
    display: none;
  }
}

.is-static .tsoft-spline {
  display: none;
}

.is-static .tsoft-hero__fallback {
  opacity: 1;
}

@media (forced-colors: active) {
  .tsoft-hero__title > div span,
  .case-index a,
  .values article,
  .archetype-card,
  .result__grid {
    border-color: CanvasText;
  }
}

@media print {
  .site-header,
  .mobile-menu,
  .case-index,
  .case-contact,
  .tsoft-spline {
    display: none !important;
  }

  body.tsoft-case {
    padding-top: 0;
  }

  .tsoft-hero,
  .tsoft-hero__stage {
    min-height: 680px;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
