.apps-navigation {
  position: sticky;
  top: var(--site-header-height);
  z-index: 35;
  height: var(--store-navigation-height);
  background: rgb(250 250 252 / 92%);
  border-bottom: 1px solid rgb(0 0 0 / 6%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.apps-navigation__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: var(--site-content-width);
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--site-gutter);
}

.apps-navigation__title {
  flex: none;
  margin-inline-end: auto;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.apps-navigation__links {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  margin-inline-start: auto;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 8px;
  scrollbar-width: none;
}

.apps-navigation__links::-webkit-scrollbar {
  display: none;
}

.apps-navigation__link {
  flex: none;
  padding: 7px 10px;
  border-radius: 999px;
  color: #515154;
  font-size: 12px;
  white-space: nowrap;
}

.apps-navigation__link[aria-current="location"] {
  color: #111111;
  font-weight: 700;
}

.apps-navigation__action {
  flex: none;
  min-height: 32px;
  padding: 7px 13px;
  font-size: 12px;
}

.apps-container {
  width: 100%;
  max-width: calc(var(--site-content-width) + (2 * var(--site-gutter)));
  margin-inline: auto;
  padding-inline: var(--site-gutter);
}

.apps-section {
  padding-block: 118px;
  scroll-margin-top: calc(var(--site-header-height) + var(--store-navigation-height));
}

.apps-section--dark {
  background: #07131f;
  color: #ffffff;
}

.apps-eyebrow {
  margin: 0 0 18px;
  color: #72808d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.apps-section-heading h2 {
  max-width: 1020px;
  margin: 0;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.apps-section-heading > p:last-child {
  max-width: 900px;
  margin: 24px 0 0;
  color: #52606c;
  font-size: clamp(19px, 2vw, 27px);
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.apps-section-heading--centered {
  text-align: center;
}

.apps-section-heading--centered h2,
.apps-section-heading--centered > p:last-child {
  margin-inline: auto;
}

.apps-section-heading--light > p:last-child {
  color: #a9bac8;
}

.apps-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.apps-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: inherit;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.apps-button--primary {
  background: var(--site-blue);
  border-color: var(--site-blue);
  color: #ffffff;
}

.apps-button--secondary,
.apps-button--light {
  background: #ffffff;
  border-color: var(--site-border);
  color: #111111;
}

.apps-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--site-blue);
  font-size: 14px;
  font-weight: 700;
}

a:focus-visible .apps-text-link__label {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.anatomy-page {
  --anatomy-line: #dfe6ec;
  --anatomy-soft: #f4f7f9;
  --anatomy-soft-blue: #eef4f8;
  overflow: clip;
  background: #ffffff;
  color: #0b0d10;
}

.anatomy-hero {
  padding: 92px 0 34px;
  text-align: center;
}

.anatomy-hero__inner > h1 {
  max-width: 1120px;
  margin: 0 auto 28px;
  font-size: clamp(62px, 8.4vw, 116px);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 0.91;
}

.anatomy-hero__inner > h1 span {
  color: #aeb7bf;
}

.anatomy-hero__lead {
  max-width: 900px;
  margin: 0 auto 26px;
  color: #3b4650;
  font-size: clamp(21px, 2.35vw, 32px);
  letter-spacing: -0.03em;
  line-height: 1.24;
}

.anatomy-hero-carousel {
  width: min(1120px, 100%);
  margin: 32px auto 0;
}

.anatomy-stage {
  position: relative;
  width: 100%;
  height: 705px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 38px;
}

.anatomy-stage__track,
.anatomy-stage__slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  display: none;
  margin: 0;
}

.hero-slide.active {
  display: block;
}

.hero-slide iframe {
  display: none !important;
}

.hero-slide.active iframe {
  display: block !important;
}

.anatomy-viewer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.anatomy-viewer__frame {
  display: block;
  width: min(800px, 100%);
  height: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 0;
}

.anatomy-viewer:not(.anatomy-viewer--ready)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #81909c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  content: "Loading 3D anatomy";
  pointer-events: none;
}

.apps-carousel-controls {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  background: rgb(255 255 255 / 76%);
  border: 1px solid rgb(90 110 125 / 16%);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgb(42 79 105 / 10%);
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.apps-carousel-controls > button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #17222b;
  font-size: 14px;
  cursor: pointer;
}

.apps-carousel-dots {
  display: flex;
  gap: 7px;
}

.hero-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #a9b4bd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: 250ms;
  transition-duration: 250ms !important;
}

.hero-dot.active {
  width: 22px;
  background: #111111;
  border-radius: 999px;
}

.anatomy-hero-carousel > .apps-carousel-controls {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: max-content;
  margin: 18px auto 0;
  border: 0;
  box-shadow: none;
  transform: none;
}

.anatomy-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 62px;
}

.anatomy-metric {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  row-gap: 12px;
  align-content: start;
  min-height: 175px;
  padding: 30px;
  background: var(--anatomy-soft);
  border-radius: 24px;
  text-align: left;
}

.anatomy-metric dt {
  font-size: 32px;
  font-weight: 780;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.anatomy-metric dd {
  margin: 0;
  color: #6c7884;
  line-height: 1.45;
}

.anatomy-workflow {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 68px;
}

.anatomy-feature-list {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.anatomy-feature-list article {
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.anatomy-feature-list h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.anatomy-feature-list p {
  margin: 0;
  color: #9db0bf;
  line-height: 1.5;
}

.anatomy-workflow-gallery {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: #0c1d2c;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgb(0 0 0 / 22%);
}

.anatomy-workflow-gallery__track,
.anatomy-workflow-gallery__slide {
  position: absolute;
  inset: 0;
}

.workflow-gallery-slide {
  margin: 0;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 550ms ease, transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-duration: 550ms, 800ms !important;
  pointer-events: none;
}

.workflow-gallery-slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.anatomy-workflow-model {
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 42%, #18364d 0, #0c1d2c 58%, #08131d 100%);
  --poster-color: transparent;
}

.apps-carousel-controls--dark {
  bottom: 20px;
  gap: 9px;
  padding: 6px 9px;
  background: rgb(7 19 31 / 64%);
  border-color: rgb(255 255 255 / 13%);
  box-shadow: none;
}

.apps-carousel-controls--dark > button {
  color: #ffffff;
}

.workflow-gallery-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #6e8291;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: 220ms;
  transition-duration: 220ms !important;
}

.workflow-gallery-dot.active {
  width: 21px;
  background: #ffffff;
  border-radius: 999px;
}

.anatomy-gallery {
  margin-top: 58px;
}

.anatomy-gallery__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #071018;
  border: 1px solid #dce5ec;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgb(34 64 88 / 12%);
}

.anatomy-gallery__slide {
  position: absolute;
  inset: 0;
  color: #ffffff;
  overflow: hidden;
}

.media-slide {
  display: none;
  opacity: 1;
}

.media-slide.active {
  display: block;
}

.anatomy-gallery__slide::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgb(4 12 20 / 78%) 0%, rgb(4 12 20 / 42%) 32%, rgb(4 12 20 / 8%) 58%, transparent 78%);
  content: "";
}

.anatomy-gallery__media {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 62% 42%, rgb(86 171 228 / 32%), transparent 28%), linear-gradient(145deg, #102435, #071018);
}

.anatomy-gallery__media > iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.anatomy-gallery__copy {
  position: absolute;
  bottom: 42px;
  left: 42px;
  z-index: 3;
  max-width: 430px;
}

.anatomy-gallery__copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.anatomy-gallery__copy > p {
  margin: 16px 0 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}

.anatomy-gallery__arrows {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.anatomy-gallery__arrows button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: rgb(8 18 28 / 70%);
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.anatomy-gallery__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.anatomy-gallery__tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--anatomy-line);
  border-radius: 18px;
  color: inherit;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease;
}

.anatomy-gallery__tabs button[aria-selected="true"] {
  border-color: var(--site-blue);
  box-shadow: 0 0 0 3px rgb(0 113 227 / 8%);
}

.anatomy-progression,
.anatomy-platforms {
  background: var(--anatomy-soft-blue);
}

.anatomy-progression__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.anatomy-progression__card {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  row-gap: 10px;
  align-content: center;
  min-height: 220px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #dde6eb;
  border-radius: 25px;
  transition: border-color 160ms ease;
}

.anatomy-progression__card--current {
  background: linear-gradient(145deg, #143247, #081925);
  border-color: #23465e;
  box-shadow: 0 20px 40px -30px rgb(8 25 37 / 55%);
  color: #ffffff;
}

.anatomy-progression__card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.18;
}

.anatomy-progression__card p {
  margin: 0;
  color: #68747d;
  font-size: 13px;
  line-height: 1.5;
}

.anatomy-progression__card--current p {
  color: #c1d3df;
}

.anatomy-progression__cta {
  white-space: nowrap;
}

.anatomy-progression__arrow::after {
  content: "\f061";
  display: inline;
  margin-left: 7px;
  color: #218fff;
  font-family: "Font Awesome 6 Free";
  font-size: 0.9em;
  font-weight: 900;
}

.anatomy-use-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.anatomy-use-cases article,
.anatomy-platforms__grid article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dde6eb;
}

.anatomy-use-cases article {
  border-radius: 30px;
}

.anatomy-use-cases__media,
.anatomy-platforms__media {
  flex: none;
  overflow: hidden;
  background: #e8eef3;
}

.anatomy-use-cases__media {
  aspect-ratio: 3 / 2;
}

.anatomy-use-cases__media img,
.anatomy-platforms__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anatomy-use-cases__media img {
  object-position: center 38%;
}

.anatomy-platforms__media img {
  object-position: center 52%;
}

.anatomy-use-cases__copy,
.anatomy-platforms__copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.anatomy-use-cases__copy {
  padding: 22px 24px 26px;
}

.anatomy-use-cases h3 {
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.anatomy-use-cases p {
  margin: 0;
  color: #5c6a75;
  line-height: 1.5;
}

.anatomy-platforms__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.anatomy-platforms__grid article {
  border-radius: 24px;
}

.anatomy-platforms__media {
  aspect-ratio: 4 / 3;
}

.anatomy-platforms__copy {
  padding: 18px 20px 22px;
}

.anatomy-platforms__grid h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.18;
}

.anatomy-platforms__grid p {
  margin: 0;
  color: #697986;
  font-size: 14px;
  line-height: 1.5;
}

.anatomy-record {
  padding-block: 58px;
}

.anatomy-record__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 54px;
}

.anatomy-record .apps-button {
  margin-top: 28px;
  transition: opacity 160ms ease;
}

.anatomy-record__video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0c1d2c;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 32px;
  box-shadow: 0 30px 80px rgb(0 0 0 / 22%);
}

.anatomy-record__player {
  display: block;
  width: 100%;
  height: 100%;
  --media-primary-color: #000;
  --media-control-hover-background: linear-gradient(0deg, #fff, transparent);
  --media-control-background: linear-gradient(0deg, #fff, transparent);
  --media-range-track-color: #8e8e8e;
  --media-range-bar-color: #000;
  --media-range-track-background: #000;
}

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

.anatomy-record__player media-poster-image {
  --media-object-fit: cover;
  --media-poster-image-background-size: cover;
}

.anatomy-record__player [slot="centered-chrome"] {
  background: none;
  opacity: 0.65;
  --media-control-height: 140px;
}

.anatomy-record__player [slot="centered-chrome"]:not([mediapaused]) {
  display: none;
}

.anatomy-functions__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 38px;
}

.anatomy-functions__heading > p {
  margin: 0;
  color: #52606c;
  font-size: 18px;
  line-height: 1.5;
}

.anatomy-disclosure {
  overflow: hidden;
  background: var(--anatomy-soft);
  border: 1px solid var(--anatomy-line);
  border-radius: 28px;
}

.anatomy-disclosure + .anatomy-disclosure {
  margin-top: 14px;
}

.anatomy-disclosure h3 {
  margin: 0;
}

.anatomy-disclosure h3 button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 25px 28px;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.anatomy-disclosure h3 button[aria-expanded="true"] {
  border-bottom: 1px solid var(--anatomy-line);
}

.anatomy-disclosure h3 strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.anatomy-disclosure h3 span {
  color: #6b7882;
  font-size: 13px;
  text-align: right;
}

.anatomy-disclosure h3 i {
  position: relative;
  width: 16px;
  height: 16px;
}

.anatomy-disclosure h3 i::before,
.anatomy-disclosure h3 i::after {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 12px;
  height: 1px;
  background: currentColor;
  content: "";
}

.anatomy-disclosure h3 i::after {
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.anatomy-disclosure h3 button[aria-expanded="true"] i::after {
  transform: rotate(0deg);
}

.anatomy-disclosure__body {
  padding: 0 28px 28px;
}

.anatomy-functions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
}

.anatomy-functions__grid > div {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  row-gap: 4px;
  align-content: start;
  padding: 15px 0;
  border-bottom: 1px solid #dde5ea;
}

.anatomy-functions__grid strong,
.anatomy-functions__grid span {
  display: block;
}

.anatomy-functions__grid strong {
  margin-bottom: 0;
  font-size: 14px;
}

.anatomy-functions__grid span {
  color: #6b7882;
  font-size: 12px;
  line-height: 1.45;
}

.anatomy-functions__note {
  margin: 22px 0 0;
  color: #687680;
  font-size: 13px;
  line-height: 1.5;
}

.anatomy-cta {
  padding-block: 155px;
  text-align: center;
}

.anatomy-cta h2 {
  max-width: 1050px;
  margin: 0 auto 26px;
  font-size: clamp(62px, 9vw, 124px);
  letter-spacing: -0.045em;
  line-height: 0.91;
}

.anatomy-cta > div > p:not(.apps-eyebrow) {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #586671;
  font-size: 22px;
}

.apps-dialog {
  width: min(620px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  padding: 0;
  overflow: auto;
  background: #ffffff;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 100px rgb(0 0 0 / 25%);
}

.apps-dialog::backdrop {
  background: rgb(0 0 0 / 50%);
}

.apps-dialog__card {
  padding: 28px;
}

.apps-dialog__header h2 {
  margin: 0 0 10px;
  font-size: 30px;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.apps-dialog__header > p:last-child {
  margin: 0;
  color: var(--site-muted);
  line-height: 1.55;
}

.apps-dialog__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

@media (max-width: 980px) {
  .apps-navigation__title {
    display: none;
  }

  .apps-navigation__links {
    width: 100%;
    margin-inline: 0;
  }

  .anatomy-metrics,
  .anatomy-platforms__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .anatomy-workflow,
  .anatomy-record__grid,
  .anatomy-functions__heading {
    grid-template-columns: 1fr;
  }

  .anatomy-progression__grid,
  .anatomy-use-cases {
    grid-template-columns: 1fr;
  }

  .anatomy-use-cases article {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
  }

  .anatomy-use-cases__media {
    align-self: stretch;
    aspect-ratio: auto;
    min-height: 220px;
    height: 100%;
  }

  .anatomy-use-cases__copy {
    justify-content: center;
    padding: 24px 26px;
  }

  .anatomy-platforms__media {
    aspect-ratio: 16 / 10;
  }

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

  .anatomy-functions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .apps-section {
    padding-block: 84px;
  }

  .apps-navigation__inner {
    gap: 10px;
  }

  .apps-section-heading h2 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .anatomy-hero {
    padding-top: 65px;
  }

  .anatomy-hero__inner > h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .anatomy-hero-carousel {
    margin-top: 25px;
  }

  .anatomy-stage {
    height: 605px;
    border-radius: 28px;
  }

  .anatomy-metrics,
  .anatomy-platforms__grid,
  .anatomy-functions__grid {
    grid-template-columns: 1fr;
  }

  .anatomy-gallery {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    scroll-margin-top: calc(var(--site-header-height) + var(--store-navigation-height) + 16px);
  }

  .anatomy-gallery__tabs {
    display: flex;
    order: -1;
    gap: 8px;
    width: 100%;
    margin: 0 0 12px;
    padding: 2px 1px 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .anatomy-gallery__tabs::-webkit-scrollbar {
    display: none;
  }

  .anatomy-gallery__tabs button {
    flex: none;
    min-height: 44px;
    padding: 9px 15px;
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
  }

  .anatomy-gallery__tabs button[aria-selected="true"] {
    background: var(--site-blue);
    border-color: var(--site-blue);
    box-shadow: none;
    color: #ffffff;
  }

  .anatomy-gallery__frame {
    aspect-ratio: auto;
    border-radius: 21px;
    box-shadow: 0 14px 36px rgb(34 64 88 / 11%);
  }

  .anatomy-gallery__slide {
    position: relative;
    inset: auto;
  }

  .anatomy-gallery__slide::before {
    display: none;
  }

  .anatomy-gallery__media {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .anatomy-gallery__media > iframe {
    position: absolute;
    inset: 0;
  }

  .anatomy-gallery__copy {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: none;
    padding: 16px 18px 18px;
  }

  .anatomy-gallery__copy h3 {
    font-size: 25px;
    line-height: 1.1;
  }

  .anatomy-gallery__copy > p {
    margin-top: 6px;
    color: #d8e3ec;
    font-size: 13px;
    line-height: 1.4;
  }

  .anatomy-gallery__arrows {
    display: none;
  }

  .anatomy-progression__card,
  .anatomy-metric {
    min-height: 0;
  }

  .anatomy-use-cases article {
    grid-template-columns: 1fr;
  }

  .anatomy-use-cases__media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .anatomy-use-cases h3 {
    font-size: 26px;
  }

  .anatomy-record__video-frame {
    border-radius: 22px;
  }

  .anatomy-record__player [slot="centered-chrome"] {
    --media-control-height: 80px;
  }

  .anatomy-disclosure {
    border-radius: 22px;
  }

  .anatomy-disclosure h3 button {
    grid-template-columns: 1fr auto;
    padding: 22px;
  }

  .anatomy-disclosure h3 span {
    display: none;
  }

  .anatomy-disclosure__body {
    padding: 0 22px 22px;
  }

  .anatomy-cta {
    padding-block: 105px;
  }

  .anatomy-cta h2 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .anatomy-cta > div > p:not(.apps-eyebrow) {
    font-size: 19px;
  }
}

@media (max-width: 460px) {
  .apps-navigation__link {
    display: none;
  }

  .apps-navigation__links {
    display: none;
  }

  .apps-navigation__action {
    margin-inline-start: auto;
  }

}

@media (hover: hover) {
  .apps-navigation__link:hover {
    background: #eeeef1;
  }

  .apps-button--primary:hover {
    background: var(--site-blue-hover);
    border-color: var(--site-blue-hover);
  }

  .apps-button--secondary:hover,
  .apps-button--light:hover,
  .anatomy-gallery__tabs button:hover,
  a.anatomy-progression__card:hover {
    border-color: #9c9ca1;
  }

  .anatomy-record .apps-button--light:hover {
    opacity: 0.88;
  }

  a:hover .apps-text-link__label {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .anatomy-gallery__arrows button:hover {
    background: rgb(0 0 0 / 70%);
  }

  .apps-carousel-controls > button:hover {
    background: rgb(0 0 0 / 6%);
  }

  .apps-carousel-controls--dark > button:hover {
    background: rgb(255 255 255 / 10%);
  }
}
