@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/gilroy-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/gilroy-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/Gilroy-Bold_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/Gilroy-ExtraBold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #101010;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "Gilroy", sans-serif;
}

button {
  appearance: none;
  background: none;
}

.page {
  width: 100%;
  padding: 40px;
  background: #101010;
}

.topbar {
  position: sticky;
  top: 40px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  margin-bottom: 40px;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: -12px -16px;
  z-index: -1;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.52);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  transition:
    opacity 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.topbar.is-scrolled::before {
  opacity: 1;
}

.brand {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 0.72px;
}

.topbar-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.chip {
  border: 0;
  border-radius: 30px;
  padding: 14px 24px;
  color: inherit;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  cursor: default;
}

.chip-muted {
  background: #242424;
  color: #ffffff;
  box-shadow: none;
}

.chip-solid {
  background: #ffffff;
  color: #000000;
}

.hero {
  position: relative;
}

.hero-scale {
  width: 100%;
  display: block;
  --hero-scale: 1;
}

.hero-frame {
  width: 100%;
  height: 594px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 114px;
}

.hero-badges {
  position: static;
  width: 278px;
  height: 128px;
  overflow: hidden;
}

.hero-badges img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-title {
  position: static;
  margin: 0;
  width: min(548px, calc(100% - 80px));
  margin-top: 24px;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 0;
}

.hero-subtitle {
  position: static;
  width: min(548px, calc(100% - 80px));
  margin: 0;
  margin-top: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
}

.hero-subtitle-line {
  display: block;
}

.hero-subtitle-line-second {
  margin-top: 0;
}

.frame-actions {
  position: absolute;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.contact-actions {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  position: static;
  margin-top: 32px;
}

.frame-button {
  height: 56px;
  min-height: 56px;
  border: 0;
  border-radius: 59px;
  padding: 17px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.frame-button-light {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
}

.frame-button-dark {
  background: #292929;
  color: #ffffff;
}

.frame-button-small,
.frame-button-icon {
  width: 56px;
  min-width: 56px;
  gap: 10px;
}

.frame-button-small {
  padding: 0;
}

.frame-button-small.frame-button-dark {
  background: transparent;
}

.frame-button-icon {
  padding: 12px;
}

.frame-button-small svg {
  display: block;
  width: 56px;
  height: 56px;
}

.frame-button-small rect {
  transition: fill 180ms ease;
}

.frame-button-small:hover rect {
  fill: #353535;
}

.frame-button-small:active rect {
  fill: #292929;
}

.frame-button-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}

.frame-button-icon path {
  stroke-width: 2.4px;
}

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

.frame-button-light:hover {
  background: #f1f1f1;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.08);
}

.frame-button-dark:hover {
  background: #353535;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.frame-button-small.frame-button-dark:hover,
.frame-button-small.frame-button-dark:active {
  background: transparent;
}

.frame-button:active {
  transform: translateY(0);
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  margin-top: 40px;
}

.experience {
  position: relative;
  margin-top: 40px;
}

.experience-scale {
  width: 100%;
  display: block;
  --experience-scale: 1;
}

.experience-frame {
  width: 100%;
  height: 594px;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}

.experience-stack {
  position: relative;
  width: 450px;
  height: 100%;
  margin: 0 auto;
}

.experience-group {
  position: absolute;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

.experience-stack .experience-group:first-child {
  left: 0;
  top: 212px;
}

.experience-stack .experience-group:last-child {
  left: 47px;
  top: 328px;
}

.experience-column {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}

.experience-column-role {
  align-items: flex-start;
}

.experience-column-duration {
  align-items: center;
}

.experience-item {
  align-self: stretch;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
  white-space: nowrap;
}

.experience-item-role {
  text-align: right;
}

.experience-item-spaced {
  letter-spacing: 0.64px;
}

.experience-item-muted {
  opacity: 0.7;
}

.experience-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
}

.experience-footer-buttons {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.scroll-top-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88px;
  min-width: 88px;
  height: 88px;
  border: 0;
  border-radius: 59px;
  padding: 26px;
  background: #292929;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.scroll-top-button svg {
  display: block;
  width: 36px;
  height: 36px;
}

.scroll-top-button:hover {
  background: #353535;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.scroll-top-button:active {
  transform: translateY(0);
}

.card-shell {
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  isolation: isolate;
  aspect-ratio: 2010 / 1059;
  --card-bleed: 10px;
}

.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.card-background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.card-background-default {
  z-index: 0;
}

.card-background-hover {
  z-index: 1;
  opacity: 0;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.card-image {
  display: block;
  width: calc(100% + (var(--card-bleed) * 2));
  max-width: none;
  height: calc(100% + (var(--card-bleed) * 2));
  margin: calc(var(--card-bleed) * -1);
  aspect-ratio: 2010 / 1059;
  object-fit: cover;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  will-change: transform;
  position: relative;
  z-index: 2;
}

.card-image-mobile {
  display: none;
}

.card-text-state {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  z-index: 3;
}

@keyframes card-jiggle-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  25% {
    transform: translate3d(-3px, 2px, 0) scale(1.006) rotate(-0.24deg);
  }

  50% {
    transform: translate3d(2px, -2px, 0) scale(1.008) rotate(0.2deg);
  }

  75% {
    transform: translate3d(-2px, 2px, 0) scale(1.005) rotate(-0.16deg);
  }

  100% {
    transform: translate3d(3px, -2px, 0) scale(1.007) rotate(0.22deg);
  }
}

@keyframes card-jiggle-b {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  25% {
    transform: translate3d(3px, -2px, 0) scale(1.006) rotate(0.22deg);
  }

  50% {
    transform: translate3d(-2px, 2px, 0) scale(1.008) rotate(-0.18deg);
  }

  75% {
    transform: translate3d(2px, -2px, 0) scale(1.005) rotate(0.14deg);
  }

  100% {
    transform: translate3d(-3px, 2px, 0) scale(1.007) rotate(-0.2deg);
  }
}

@media (hover: hover) and (pointer: fine) {
  .card-shell:hover .card-background-hover {
    opacity: 1;
  }

  .card-shell:hover .card-image {
    animation: card-jiggle-a 820ms ease-in-out infinite alternate;
  }

  .card-shell:nth-child(even):hover .card-image {
    animation-name: card-jiggle-b;
  }

  .card-shell:hover .card-text-state {
    opacity: 1;
  }
}

.case-body {
  background: #101010;
}

.case-page {
  min-height: 100vh;
  padding: 0;
  background: #101010;
  --case-heading-font-size: 48px;
  --case-heading-line-height: 48px;
  --case-heading-letter-spacing: 0.02em;
  --case-body-font-size: 18px;
  --case-body-line-height: 30px;
  --case-body-letter-spacing: 0;
  --case-gap-heading-to-text: 16px;
  --case-gap-text-to-media: 24px;
}

.case-scale {
  width: 100%;
  display: block;
  --case-scale: 1;
}

.case-frame {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  border-radius: 0;
  background: #101010;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-header,
.case-footer {
  position: relative;
  flex: 0 0 auto;
}

.case-header {
  height: 0;
}

.case-header-bar {
  position: fixed;
  top: 40px;
  left: 40px;
  right: auto;
  z-index: 45;
  min-height: 0;
  padding: 0;
  display: block;
  pointer-events: none;
}

.case-footer {
  min-height: 168px;
  padding: 40px;
}

.case-back-button {
  position: static;
  min-width: 0;
  height: 56px;
  padding: 0 24px 0 20px;
  border-radius: 999px;
  background: rgba(41, 41, 41, 0.92);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  transition:
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
  pointer-events: auto;
}

.case-back-button:hover {
  background: #353535;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.case-back-button:active {
  transform: translateY(0);
}

.case-back-button svg {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.case-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding-top: 40px;
  flex: 1 1 auto;
}

.case-copy-column {
  width: min(880px, calc(100% - 80px));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
}

.case-copy-column-tail {
  margin-top: 0;
}

.case-copy-column-intro {
  gap: 0;
}

.case-lead,
.case-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.case-lead {
  gap: var(--case-gap-heading-to-text);
}

.case-section {
  gap: var(--case-gap-heading-to-text);
  scroll-margin-top: 136px;
}

.case-section-with-media,
.case-section-with-tight-media {
  --case-gap-text-to-media: 16px;
}

.case-title,
.case-heading {
  margin: 0;
  color: #ffffff;
}

.case-title {
  width: 100%;
  font-size: var(--case-heading-font-size);
  font-weight: 700;
  line-height: var(--case-heading-line-height);
  letter-spacing: var(--case-heading-letter-spacing);
  text-wrap: balance;
}

.case-heading {
  width: 100%;
  font-size: var(--case-heading-font-size);
  font-weight: 700;
  line-height: var(--case-heading-line-height);
  letter-spacing: var(--case-heading-letter-spacing);
  text-wrap: balance;
}

.case-paragraph {
  width: 100%;
  margin: 0;
  color: #ffffff;
}

.case-paragraph {
  font-size: var(--case-body-font-size);
  font-weight: 500;
  line-height: var(--case-body-line-height);
  letter-spacing: var(--case-body-letter-spacing);
  text-wrap: pretty;
}

.case-findings {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-finding-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.case-finding-bullet {
  width: 8px;
  height: 8px;
  margin-top: calc((var(--case-body-line-height) - 8px) / 2);
  border-radius: 999px;
  background: #ffffff;
  flex: 0 0 auto;
}

.case-finding-copy {
  flex: 1 1 auto;
  margin: 0;
  color: #ffffff;
  font-size: var(--case-body-font-size);
  font-weight: 500;
  line-height: var(--case-body-line-height);
  letter-spacing: var(--case-body-letter-spacing);
  text-wrap: pretty;
}

.case-media {
  width: min(880px, calc(100% - 80px));
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.case-section-media {
  width: 100%;
  margin: calc(var(--case-gap-text-to-media) - var(--case-gap-heading-to-text)) 0 0;
}

.case-section-with-tight-media .case-section-media {
  margin-top: 0;
}

.case-section-media-wide {
  width: calc(100vw - 80px);
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.case-section-with-tight-media {
  gap: 16px;
}

.case-media-solution {
  height: auto;
  border-radius: 0;
  background: #101010;
}

.case-media-hypotheses {
  height: auto;
  border-radius: 0;
}

.case-media-cover {
  height: auto;
}

.case-media-redesign {
  height: auto;
  border-radius: 0;
}

.case-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.case-footer-actions {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 40px;
  transform: translateX(-50%);
}

.case-back-button-footer {
  top: 40px;
}

.case-scroll-top-button {
  top: 40px;
  bottom: auto;
}

.case-scroll-top-button-footer {
  left: auto;
  right: 40px;
  bottom: 40px;
  top: auto;
  width: 88px;
  min-width: 88px;
  height: 88px;
  padding: 26px;
  border-radius: 999px;
}

.case-scroll-top-button-footer svg {
  width: 36px;
  height: 36px;
}

.case-subheading {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.case-note {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #19191e;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.case-note-copy,
.case-note-source {
  margin: 0;
  text-wrap: pretty;
}

.case-note-copy {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
}

.case-note-source {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
}

.case-note-copy + .case-note-source {
  margin-top: 16px;
}

.case-bullet-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.case-copy-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.case-bullet-title {
  margin: 0;
  color: #ffffff;
  font-size: var(--case-body-font-size);
  font-weight: 700;
  line-height: var(--case-body-line-height);
  letter-spacing: var(--case-body-letter-spacing);
}

.case-bullet-list {
  width: 100%;
  margin: 0;
  padding-left: 22px;
}

.case-bullet-list li {
  color: #ffffff;
  font-size: var(--case-body-font-size);
  font-weight: 500;
  line-height: var(--case-body-line-height);
  letter-spacing: var(--case-body-letter-spacing);
  text-wrap: pretty;
}

.case-bullet-list li::marker {
  color: #ffffff;
}

.case-hypothesis-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.case-hypothesis-card {
  min-height: 128px;
  padding: 24px;
  border-radius: 20px;
  background: #19191e;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}

.case-hypothesis-title,
.case-hypothesis-copy {
  margin: 0;
}

.case-hypothesis-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
}

.case-hypothesis-copy {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-wrap: pretty;
}

.case-feature-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}

.case-feature-stack-compact {
  margin-top: 24px;
}

.case-comparison-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.case-comparison-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.case-comparison-card img {
  display: block;
  width: 100%;
  height: auto;
}

.case-media-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.case-media-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.case-media-card img {
  display: block;
  width: 100%;
  height: auto;
}

.case-media-card-detail {
  max-width: 420px;
  margin-left: auto;
}

.case-feature-row {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.case-feature-row-reverse .case-feature-copy {
  order: 2;
}

.case-feature-row-reverse .case-feature-media {
  order: 1;
}

.case-feature-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.case-feature-title {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
}

.case-feature-media {
  width: 100%;
  border-radius: 20px;
}

.invest-case-page .case-media-cover {
  border-radius: 42px;
}

.invest-case-page .case-media-cover img {
  border-radius: 42px;
}

.menus-case-page .case-media-cover {
  border-radius: 42px;
}

.menus-case-page .case-media-cover img {
  border-radius: 42px;
}

.menus-case-page #case-admin .case-feature-stack {
  margin-top: 32px;
  gap: 32px;
}

.menus-case-page #case-admin .case-feature-row {
  gap: 32px;
  align-items: start;
}

.concepts-case-page .concepts-gallery {
  width: min(848px, calc(100% - 80px));
  align-items: center;
  gap: 64px;
}

.concepts-case-page .concepts-gallery-item {
  width: 100%;
  align-items: center;
  gap: 24px;
}

.concepts-case-page .concepts-gallery-media {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  background: #0f0f0f;
}

.concepts-case-page .concepts-gallery-media img {
  display: block;
  width: 100%;
  height: auto;
}

.concepts-case-page .concepts-gallery-caption {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.mts-case-page .case-media-cover {
  border-radius: 42px;
}

.mts-case-page .case-media-cover img {
  border-radius: 42px;
}

.nadommebel-case-page .case-media-cover {
  border-radius: 42px;
}

.nadommebel-case-page .case-media-cover img {
  border-radius: 42px;
}

.case-toc {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 40;
  width: 34px;
  height: 208px;
}

.case-toc-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(278px, calc(100vw - 80px));
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: #19191e;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.98);
  transform-origin: top right;
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}

.case-toc-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border: 0;
  padding: 8px 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 12px;
  cursor: pointer;
}

.case-toc-line {
  display: block;
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  transition:
    width 180ms ease,
    background-color 180ms ease,
    opacity 180ms ease;
}

.case-toc-line.is-active {
  width: 34px;
  background: #ffffff;
}

.case-toc-item {
  width: 100%;
  border: 0;
  padding: 5px 10px;
  border-radius: 14px;
  background: transparent;
  text-align: left;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.case-toc-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.case-toc-item.is-active {
  color: #005bff;
}

.case-toc-item:active {
  transform: translateY(1px);
}

.case-toc:hover .case-toc-panel,
.case-toc:focus-within .case-toc-panel,
.case-toc.is-open .case-toc-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}

.case-toc:hover .case-toc-trigger,
.case-toc:focus-within .case-toc-trigger,
.case-toc.is-open .case-toc-trigger {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .case-toc:hover .case-toc-line:not(.is-active) {
    background: rgba(255, 255, 255, 0.42);
  }
}

@media (max-width: 760px) {
  .page {
    padding: 0;
  }

  .hero-frame {
    height: 520px;
    padding: 92px 24px 0;
  }

  .hero-badges {
    width: 278px;
    height: 128px;
  }

  .hero-title {
    width: 100%;
    max-width: 344px;
    margin-top: 24px;
    font-size: 28px;
    line-height: 36px;
  }

  .hero-subtitle {
    width: 100%;
    max-width: 344px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-subtitle-line {
    display: inline;
  }

  .hero-subtitle-line + .hero-subtitle-line::before {
    content: " ";
  }

  .hero-actions {
    margin-top: 32px;
  }

  .page .contact-actions {
    gap: 12px;
  }

  .page .frame-button {
    height: 56px;
    min-height: 56px;
    padding: 17px 24px;
    font-size: 20px;
    line-height: 20px;
  }

  .page .frame-button-small,
  .page .frame-button-icon {
    width: 56px;
    min-width: 56px;
    padding: 0;
  }

  .page .frame-button-icon {
    padding: 12px;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: -5px;
    padding: 0 24px;
  }

  .card-shell {
    border-radius: 20px;
  }

  .experience {
    margin-top: 40px;
  }

  .experience-frame {
    height: 450px;
  }

  .experience-stack {
    width: 345px;
    height: 350px;
  }

  .experience-stack .experience-group:first-child {
    left: 0;
    top: 112px;
  }

  .experience-stack .experience-group:last-child {
    left: 39px;
    top: 196px;
  }

  .experience-column {
    gap: 4px;
  }

  .experience-stack .experience-group:last-child .experience-column {
    gap: 2px;
  }

  .experience-item {
    font-size: 12px;
    line-height: 20px;
  }

  .experience-item-spaced {
    letter-spacing: 0.48px;
  }

  .experience-footer {
    bottom: 22px;
  }

  .experience .scroll-top-button {
    right: 24px;
    bottom: 108px;
    width: 64px;
    min-width: 64px;
    height: 64px;
    padding: 18px;
    border-radius: 999px;
    background: rgba(41, 41, 41, 0.76);
    opacity: 0.86;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .experience .scroll-top-button svg {
    width: 31px;
    height: 31px;
  }

  .experience .scroll-top-button svg path {
    stroke-width: 2.2px;
  }

  .case-page {
    --case-heading-font-size: 32px;
    --case-heading-line-height: 40px;
    --case-heading-letter-spacing: 0.02em;
    --case-body-font-size: 16px;
    --case-body-line-height: 28px;
    --case-gap-heading-to-text: 8px;
    --case-gap-text-to-media: 16px;
  }

  .case-frame {
    gap: 0;
  }

  .case-header-bar {
    position: fixed !important;
    top: 24px;
    left: 24px;
    z-index: 100;
  }

  .case-back-button {
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 40px;
    gap: 0;
  }

  .case-back-button span {
    display: none;
  }

  .case-back-button svg {
    width: 20px;
    height: 20px;
  }

  .case-back-button svg path {
    stroke-width: 2.22px;
  }

  .case-toc {
    display: none;
  }

  .case-content {
    gap: 32px;
    padding-top: 104px;
  }

  .case-copy-column {
    width: calc(100% - 48px);
    gap: 48px;
  }

  .case-copy-column:not(.case-copy-column-intro) {
    margin-top: 16px;
  }

  .case-copy-column-intro {
    gap: 0;
  }

  .case-title {
    font-size: 32px;
    line-height: 38px;
  }

  .case-heading,
  .case-subheading {
    font-size: 32px;
    line-height: 40px;
  }

  .case-section {
    gap: var(--case-gap-heading-to-text);
    scroll-margin-top: 104px;
  }

  .case-lead {
    gap: var(--case-gap-heading-to-text);
  }

  .case-content > .case-media {
    width: 100vw;
    max-width: none;
    border-radius: 20px;
  }

  .case-content > .case-media img {
    border-radius: 20px;
  }

  .case-section-media,
  .case-section-media-wide,
  .case-comparison-grid,
  .case-media-stack,
  .concepts-case-page .concepts-gallery-media {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .case-section-media,
  .case-section-media-wide,
  .case-media-card,
  .case-comparison-card,
  .concepts-case-page .concepts-gallery-media {
    border-radius: 20px;
  }

  .case-section-media img,
  .case-section-media-wide img,
  .case-media-card img,
  .case-comparison-card img,
  .concepts-case-page .concepts-gallery-media img {
    border-radius: 20px;
  }

  .invest-case-page .case-media-cover,
  .invest-case-page .case-media-cover img,
  .menus-case-page .case-media-cover,
  .menus-case-page .case-media-cover img,
  .mts-case-page .case-media-cover,
  .mts-case-page .case-media-cover img,
  .nadommebel-case-page .case-media-cover,
  .nadommebel-case-page .case-media-cover img {
    border-radius: 20px;
  }

  .case-note {
    padding: 24px;
    border-radius: 20px;
  }

  .case-bullet-group,
  .case-copy-stack {
    gap: 8px;
  }

  .case-bullet-list {
    padding-left: 20px;
  }

  .case-hypothesis-card {
    min-height: 0;
    padding: 24px;
    border-radius: 20px;
    gap: 6px;
  }

  .case-hypothesis-title {
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
  }

  .case-hypothesis-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .case-feature-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
  }

  .case-feature-copy {
    gap: 8px;
  }

  .case-footer {
    min-height: 100px;
    padding: 0;
  }

  .case-footer .frame-button,
  .case-footer .frame-button-light {
    font-size: 20px;
    line-height: 20px;
  }

  .case-footer-actions {
    bottom: 22px;
  }

  .case-scroll-top-button-footer {
    right: 24px;
    bottom: 108px;
    width: 64px;
    min-width: 64px;
    height: 64px;
    padding: 18px;
    border-radius: 999px;
    background: rgba(41, 41, 41, 0.76);
    opacity: 0.86;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .case-scroll-top-button-footer svg {
    width: 31px;
    height: 31px;
  }

  .case-scroll-top-button-footer svg path {
    stroke-width: 2.2px;
  }

  .experience .scroll-top-button,
  .case-scroll-top-button-footer {
    position: fixed;
    top: auto;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(145deg, rgba(48, 48, 48, 0.46), rgba(22, 22, 22, 0.34));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 18px 40px rgba(0, 0, 0, 0.32);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(18px) saturate(132%);
    -webkit-backdrop-filter: blur(18px) saturate(132%);
    transform: translateY(8px);
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease,
      background-color 180ms ease;
  }

  .experience .scroll-top-button.is-visible,
  .case-scroll-top-button-footer.is-visible {
    opacity: 0.74;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .experience .scroll-top-button.is-stopped,
  .case-scroll-top-button-footer.is-stopped {
    position: absolute;
    top: var(--scroll-top-stop-top);
    bottom: auto;
    transform: translateY(0);
  }

  .menus-case-page #case-admin .case-section-media {
    width: 100%;
    max-width: none;
    margin-left: 0;
    transform: none;
    border-radius: 20px;
  }

  .menus-case-page #case-admin .case-section-media img {
    border-radius: 20px;
  }

  .menus-case-page #case-admin .case-feature-stack {
    margin-top: 48px;
    gap: 48px;
  }

  .menus-case-page #case-admin .case-feature-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .menus-case-page #case-admin .case-feature-media {
    width: 100%;
    max-width: none;
    margin-left: 0;
    transform: none;
    border-radius: 14px;
  }

  .menus-case-page #case-admin .case-feature-media img {
    border-radius: 14px;
  }

  .case-page .case-hypothesis-grid {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    grid-template-columns: none !important;
    gap: 16px;
  }

  .case-page .case-hypothesis-grid > .case-hypothesis-card {
    width: 100% !important;
    flex: 0 0 auto;
  }

  .case-page:not(.menus-case-page) .case-section-media,
  .case-page:not(.menus-case-page) .case-section-media-wide,
  .case-page:not(.menus-case-page) .case-media-card,
  .case-page:not(.menus-case-page) .case-comparison-card,
  .concepts-case-page .concepts-gallery-media {
    border-radius: 0;
  }

  .case-page:not(.menus-case-page) .case-section-media img,
  .case-page:not(.menus-case-page) .case-section-media-wide img,
  .case-page:not(.menus-case-page) .case-media-card img,
  .case-page:not(.menus-case-page) .case-comparison-card img,
  .concepts-case-page .concepts-gallery-media img {
    border-radius: 0;
  }

  .menus-case-page .case-section-media,
  .menus-case-page .case-section-media-wide,
  .menus-case-page .case-media-card,
  .menus-case-page #case-admin .case-section-media,
  .menus-case-page #case-admin .case-feature-media {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .case-comparison-grid {
    grid-template-columns: 1fr;
  }

  .case-media-card-detail {
    max-width: none;
    margin-left: 0;
  }

  .case-feature-stack {
    gap: 16px;
  }

  .case-feature-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .case-feature-row-reverse .case-feature-copy,
  .case-feature-row-reverse .case-feature-media {
    order: initial;
  }

  .concepts-case-page .concepts-gallery {
    width: 100vw;
    max-width: 100vw;
    align-items: center;
    gap: 64px;
  }

  .concepts-case-page .concepts-gallery-item {
    width: 100%;
    align-items: center;
    gap: 24px;
  }

  .concepts-case-page .concepts-gallery-media {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
    border-radius: 0;
  }

  .concepts-case-page .concepts-gallery-caption {
    width: calc(100% - 48px);
    font-size: 16px;
    line-height: 28px;
  }

  .topbar {
    gap: 12px;
  }

  .topbar::before {
    inset: -10px -12px;
    border-radius: 36px;
  }

  .topbar-actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 520px) {
  .topbar-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 88px;
  }

  body,
  .page,
  .case-body,
  .case-page,
  .case-frame {
    background: #101010;
  }

  body {
    overflow-x: hidden;
  }

  .hero-scale,
  .experience-scale,
  .case-scale {
    height: auto !important;
  }

  .hero-frame,
  .experience-frame,
  .case-frame {
    transform: none !important;
  }

  .hero-frame {
    height: 448px;
    padding: 66px 24px 0;
    overflow: hidden;
  }

  .hero-badges {
    width: 278px;
    height: 128px;
  }

  .hero-title {
    width: 100%;
    max-width: 344px;
    margin-top: 16px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
  }

  .hero-subtitle {
    width: 100%;
    max-width: 344px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-actions {
    margin-top: 32px;
  }

  .contact-actions {
    gap: 12px;
  }

  .frame-button {
    height: 56px;
    min-height: 56px;
    padding: 17px 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .frame-button-small,
  .frame-button-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0;
  }

  .frame-button-small .frame-button-cv-svg {
    width: 56px;
    height: 56px;
  }

  .frame-button-icon svg {
    width: 24px;
    height: 24px;
  }

  .cards {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .card-shell {
    width: 100%;
    aspect-ratio: 2010 / 1059;
    border-radius: 18.8px;
    --card-bleed: 0px;
  }

  .card-background,
  .card-image,
  .card-text-state {
    object-fit: cover;
  }

  .experience {
    margin-top: 0;
  }

  .experience-frame {
    height: 318px;
    overflow: visible;
  }

  .experience-stack {
    width: 345px;
    height: 238px;
  }

  .experience-stack .experience-group:first-child {
    left: 0;
    top: 56px;
    gap: 12px;
  }

  .experience-stack .experience-group:last-child {
    left: 40px;
    top: 140px;
    gap: 12px;
  }

  .experience-column {
    gap: 4px;
  }

  .experience-item {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.24px;
  }

  .experience-footer {
    bottom: 12px;
  }

  .experience .scroll-top-button,
  .case-scroll-top-button-footer {
    position: fixed;
    top: auto;
    right: 24px;
    bottom: 24px;
    z-index: 80;
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
      rgba(41, 41, 41, 0.34);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      inset 0 -1px 0 rgba(255, 255, 255, 0.06),
      0 18px 42px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    transform: translateY(8px);
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  .experience .scroll-top-button svg,
  .case-scroll-top-button-footer svg {
    width: 26px;
    height: 26px;
  }

  .experience .scroll-top-button.is-visible,
  .case-scroll-top-button-footer.is-visible {
    opacity: 0.68;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .experience .scroll-top-button.is-stopped,
  .case-scroll-top-button-footer.is-stopped {
    position: absolute;
    top: var(--scroll-top-stop-top);
    bottom: auto;
    transform: translateY(0);
  }

  .case-frame {
    min-height: 100vh;
    gap: 0;
    overflow-x: hidden;
  }

  .case-header {
    height: 0;
  }

  .case-header-bar {
    position: fixed !important;
    top: 16px !important;
    left: 16px !important;
    right: auto !important;
    z-index: 1000;
    pointer-events: none;
    transform: none !important;
  }

  .case-back-button {
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
      rgba(41, 41, 41, 0.34);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 16px 38px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    pointer-events: auto;
  }

  .case-back-button span {
    display: none;
  }

  .case-back-button svg {
    width: 22px;
    height: 22px;
  }

  .case-toc {
    display: none;
  }

  .case-content {
    gap: 32px;
    padding-top: 0;
  }

  .case-content > .case-media:first-child,
  .case-media-cover {
    width: 100vw;
    max-width: none;
    aspect-ratio: 393 / 197.09;
    margin: 0;
    border-radius: 0 0 24px 24px !important;
    background: transparent;
  }

  .case-content > .case-media:first-child img,
  .case-media-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 24px 24px !important;
  }

  .case-copy-column {
    width: calc(100% - 48px);
    max-width: 348px;
    align-self: flex-start;
    margin-left: 24px;
    margin-right: 24px;
    gap: 48px;
  }

  .case-copy-column-intro {
    gap: 0;
  }

  .case-title,
  .case-heading,
  .case-subheading {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.02em;
  }

  .case-paragraph,
  .case-paragraph-lead,
  .case-finding-copy,
  .case-bullet-title,
  .case-bullet-list li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .case-lead,
  .case-section {
    gap: 8px;
    scroll-margin-top: 88px;
  }

  .case-findings {
    gap: 0;
  }

  .case-finding-item {
    gap: 12px;
  }

  .case-finding-bullet {
    width: 6px;
    height: 6px;
    margin-top: 10px;
  }

  .case-bullet-group,
  .case-copy-stack {
    gap: 8px;
  }

  .case-bullet-list {
    padding-left: 22px;
  }

  .case-bullet-list li + li {
    margin-top: 0;
  }

  .case-note {
    padding: 20px;
    border-radius: 20px;
  }

  .case-note-copy,
  .case-note-source {
    font-size: 14px;
    line-height: 22px;
  }

  .case-hypothesis-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .case-hypothesis-grid > .case-hypothesis-card {
    width: 100% !important;
    flex: 0 0 auto !important;
  }

  .case-hypothesis-card {
    min-height: 0;
    padding: 24px;
    border-radius: 20px;
    gap: 6px;
  }

  .case-hypothesis-title,
  .case-hypothesis-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .case-section-media,
  .case-section-media-wide,
  .case-comparison-grid,
  .case-media-stack,
  .case-media-card,
  .case-comparison-card {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .case-section-media,
  .case-section-media-wide {
    margin-top: 8px;
  }

  .case-section-with-tight-media .case-section-media {
    margin-top: 8px;
  }

  .case-page:not(.menus-case-page) .case-section-media,
  .case-page:not(.menus-case-page) .case-section-media-wide,
  .case-page:not(.menus-case-page) .case-media-card,
  .case-page:not(.menus-case-page) .case-comparison-card,
  .concepts-case-page .concepts-gallery-media {
    border-radius: 0 !important;
  }

  .case-page:not(.menus-case-page) .case-section-media img,
  .case-page:not(.menus-case-page) .case-section-media-wide img,
  .case-page:not(.menus-case-page) .case-media-card img,
  .case-page:not(.menus-case-page) .case-comparison-card img,
  .concepts-case-page .concepts-gallery-media img {
    border-radius: 0 !important;
  }

  .menus-case-page .case-section-media,
  .menus-case-page .case-section-media img,
  .menus-case-page .case-feature-media,
  .menus-case-page .case-feature-media img {
    border-radius: 14px;
  }

  .case-comparison-grid,
  .case-feature-row {
    grid-template-columns: 1fr;
  }

  .case-feature-stack {
    gap: 16px;
  }

  .case-feature-row,
  .case-feature-row-reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .case-feature-row-reverse .case-feature-copy,
  .case-feature-row-reverse .case-feature-media {
    order: initial;
  }

  .case-feature-title {
    font-size: 18px;
    line-height: 30px;
  }

  .case-feature-copy {
    gap: 8px;
  }

  .menus-case-page #case-admin {
    gap: 16px;
  }

  .menus-case-page #case-admin .case-section-media {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    margin: 8px 0 0;
    transform: none;
    border-radius: 20px !important;
  }

  .menus-case-page #case-admin .case-section-media img {
    width: 100%;
    height: 201px;
    object-fit: cover;
    border-radius: 20px !important;
  }

  .menus-case-page #case-admin .case-feature-stack {
    width: 100%;
    margin-top: 32px;
    gap: 48px;
  }

  .menus-case-page #case-admin .case-feature-row {
    gap: 16px;
  }

  .menus-case-page #case-admin .case-feature-media {
    width: 100%;
    max-width: none;
    margin: 0;
    transform: none;
    border-radius: 14px !important;
  }

  .menus-case-page #case-admin .case-feature-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px !important;
  }

  .menus-case-page #case-admin .case-feature-row:nth-child(1) .case-feature-media img,
  .menus-case-page #case-admin .case-feature-row:nth-child(3) .case-feature-media img {
    min-height: 267px;
  }

  .menus-case-page #case-admin .case-feature-row:nth-child(2) .case-feature-media img {
    min-height: 236px;
  }

  .concepts-case-page .case-content {
    padding-top: 88px;
  }

  .concepts-case-page .concepts-gallery {
    width: 100%;
    max-width: none;
    gap: 64px;
    align-items: center;
  }

  .concepts-case-page .concepts-gallery-item {
    width: 100%;
    align-items: center;
    gap: 24px;
  }

  .concepts-case-page .concepts-gallery-media {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .concepts-case-page .concepts-gallery-caption {
    width: calc(100% - 48px);
    font-size: 16px;
    line-height: 26px;
  }

  .case-footer {
    min-height: 144px;
    margin-top: 64px;
    padding: 0 0 88px;
  }

  .case-footer-actions {
    bottom: 12px;
  }
}

.case-hypotheses-mobile-list {
  display: none;
}

@media (max-width: 760px) {
  .case-hypotheses .case-media-hypotheses {
    display: none;
  }

  .case-hypotheses-mobile-list {
    display: flex !important;
  }
}

@media (max-width: 760px) {
  .case-page,
  .case-frame,
  .case-content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .case-content {
    align-items: stretch;
  }

  .case-copy-column {
    box-sizing: border-box;
    width: calc(100% - 48px) !important;
    max-width: none !important;
    align-self: stretch;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .case-content > .case-media:first-child,
  .case-media-cover {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    transform: none !important;
    align-self: stretch;
    border-radius: 0 0 24px 24px !important;
    overflow: hidden;
  }

  .case-content > .case-media:first-child img,
  .case-media-cover img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
    border-radius: 0 0 24px 24px !important;
  }

  .case-copy-column .case-section-media,
  .case-copy-column .case-section-media-wide {
    box-sizing: border-box;
    width: calc(100% + 48px) !important;
    max-width: calc(100% + 48px) !important;
    margin: 8px -24px 0 !important;
    transform: none !important;
    align-self: center;
  }

  .case-copy-column .case-comparison-grid,
  .case-copy-column .case-media-stack {
    box-sizing: border-box;
    width: calc(100% + 48px) !important;
    max-width: calc(100% + 48px) !important;
    margin: 16px -24px 0 !important;
    transform: none !important;
    align-self: center;
  }

  .case-copy-column .case-media-card,
  .case-copy-column .case-comparison-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

  .case-copy-column .case-section-media img,
  .case-copy-column .case-section-media-wide img,
  .case-copy-column .case-media-card img,
  .case-copy-column .case-comparison-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  .concepts-case-page .concepts-gallery {
    box-sizing: border-box;
    width: calc(100% - 48px) !important;
    max-width: none !important;
    align-self: stretch;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .concepts-case-page .concepts-gallery-media {
    box-sizing: border-box;
    width: calc(100% + 48px) !important;
    max-width: calc(100% + 48px) !important;
    margin: 0 -24px !important;
    transform: none !important;
    align-self: center;
  }

  .concepts-case-page .concepts-gallery-media img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  .concepts-case-page .concepts-gallery-caption {
    width: 100% !important;
  }

  .menus-case-page #case-admin .case-section-media,
  .menus-case-page #case-admin .case-feature-media {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .case-back-button,
  .experience .scroll-top-button,
  .case-scroll-top-button-footer {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
      rgba(41, 41, 41, 0.34) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      inset 0 -1px 0 rgba(255, 255, 255, 0.06),
      0 18px 42px rgba(0, 0, 0, 0.34) !important;
    backdrop-filter: blur(18px) saturate(155%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(155%) !important;
  }

  .experience .scroll-top-button.is-visible,
  .case-scroll-top-button-footer.is-visible {
    opacity: 1;
  }
}

@media (max-width: 760px) {
  .card-shell:first-child {
    aspect-ratio: 1179 / 592 !important;
  }

  .card-shell:first-child .card-image-desktop {
    display: none !important;
  }

  .card-shell:first-child .card-image-mobile {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    aspect-ratio: 1179 / 592 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .case-media picture {
    display: block;
    width: 100%;
  }

  .case-media picture img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .invest-case-page #case-entry .case-section-media-wide {
    width: calc(100% + 48px) !important;
    max-width: calc(100% + 48px) !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .invest-case-page #case-entry .case-section-media-wide picture,
  .invest-case-page #case-entry .case-section-media-wide img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .menus-case-page #case-admin .case-section-media,
  .menus-case-page #case-admin .case-feature-media {
    box-sizing: border-box;
    width: calc(100% + 48px) !important;
    max-width: calc(100% + 48px) !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    transform: none !important;
  }

  .menus-case-page #case-admin .case-section-media img,
  .menus-case-page #case-admin .case-feature-media img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.case-hypothesis-title {
  font-size: 18px;
  line-height: 22px;
}

.case-hypothesis-copy {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 760px) {
  .case-hypothesis-title {
    font-size: 16px;
    line-height: 20px;
  }

  .case-hypothesis-copy {
    font-size: 14px;
    line-height: 20px;
  }
}
