@font-face {
  font-family: "Geist";
  src: url("/Fonts/Geist/Geist-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("/Fonts/Geist_Mono/GeistMono-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Iosevka Charon";
  src: url("/Fonts/Iosevka_Charon/IosevkaCharon-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Iosevka Charon";
  src: url("/Fonts/Iosevka_Charon/IosevkaCharon-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color: #202020;
  background: #fff;
  font-family: "Geist", sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* { box-sizing: border-box; }
html, body { min-width: 320px; min-height: 100%; margin: 0; }
body { overflow: hidden; background: #fff; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.mobile-only { display: none; }

.site-shell {
  display: flex;
  width: 100%;
  height: 100svh;
  gap: 16px;
  padding: 16px;
  overflow: hidden;
  background: #fff;
}

.sidebar {
  position: relative;
  width: 347px;
  height: 100%;
  flex: 0 0 347px;
  overflow: hidden;
}

.sidebar-view,
.page-view { display: none; }

.sidebar-view.is-active,
.page-view.is-active { display: flex; }

.sidebar-view {
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.home-sidebar {
  align-items: flex-start;
  gap: 48px;
  padding: 128px 0 0;
}

.lumi-sidebar {
  align-items: flex-start;
  gap: 64px;
  padding: 128px 0 0 16px;
}

.profile {
  display: flex;
  width: 115px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.avatar {
  position: relative;
  width: 99px;
  height: 70px;
  flex: 0 0 70px;
}

.avatar__photo {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0;
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  object-fit: cover;
}

.avatar__star {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 29px;
  width: 70px;
  height: 70px;
}

.profile__name {
  width: 100%;
  margin: 0;
  font-family: "Iosevka Charon", monospace;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.36px;
  text-align: left;
}

.profile--project .avatar__photo { object-fit: cover; }
.profile--home {
  width: 122px;
  height: 134px;
  gap: 16px;
  padding-left: 16px;
}
.profile--project { height: 134px; gap: 16px; }
.profile--project .profile__name { width: 115px; }

.about {
  width: 347px;
  padding: 10px;
}

.about p {
  width: 320px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -.24px;
  white-space: pre-line;
}

.contact {
  display: flex;
  width: 347px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.contact__button {
  width: 100%;
  height: 48px;
  padding: 0 0 2px;
  border: .2px solid #969696;
  border-radius: 12px;
  background: linear-gradient(180deg, #3c3c3c 0%, #2c2b2b 100%);
  box-shadow: 0 2px 2px rgb(179 179 179 / 80%), inset 0 -4px 4px rgb(15 15 15 / 80%), inset 0 .4px .4px rgb(255 255 255 / 33%), inset 0 1px 1px #616161;
  color: #fff;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -.24px;
  appearance: none;
}

.contact__links {
  display: flex;
  width: fit-content;
  height: 36px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px;
  font-family: "Iosevka Charon", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -.24px;
  white-space: nowrap;
}
.contact__link {
  position: relative;
  display: inline-block;
  color: #121212;
  line-height: 16px;
  text-decoration: none;
}
.contact__separator {
  display: inline-block;
  cursor: default;
  line-height: 16px;
  pointer-events: none;
  user-select: none;
}

.main-shell {
  display: flex;
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 42px;
  background: #f6f6f6;
}

.page-view {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding-top: 32px;
  overflow: hidden;
}

.page-view.is-control-overlay { gap: 0; }

.page-view.is-control-overlay .control-slot {
  position: absolute;
  top: 32px;
  left: 50%;
  flex: none;
  transform: translateX(-50%);
}

.control-slot {
  position: relative;
  z-index: 5;
  width: 228px;
  height: 44px;
  min-height: 44px;
  flex: 0 0 44px;
}
.home-view .control-slot {
  width: 324px;
  height: 48px;
  min-height: 48px;
  flex-basis: 48px;
}

.floating-control {
  position: absolute;
  inset: 0;
  transition: transform 180ms ease, opacity 180ms ease;
  will-change: transform, opacity;
}

.floating-control.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(-100% - 32px));
}

.toggle-bar {
  display: flex;
  width: 324px;
  height: 48px;
  align-items: flex-start;
  justify-content: center;
  padding: 2px;
  border-radius: 16px;
  background: #ececec;
}

.toggle-bar__selection {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 160px;
  height: 44px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.toggle-bar__button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 160px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #888;
  font-family: "Iosevka Charon", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  appearance: none;
}
.toggle-bar__button--active { color: #202020; }
.toggle-bar__button--disabled {
  gap: 4px;
  color: #888;
  cursor: default;
  opacity: 1;
}
.toggle-bar__button:disabled { opacity: 1; }
.toggle-bar__tag {
  display: flex;
  width: 57px;
  height: 24px;
  flex: 0 0 57px;
  align-items: center;
  padding-right: 5px;
  border-radius: 1000px;
  background: linear-gradient(180deg, #3a3a3a 0%, #202020 33.33%, #202020 59.62%, #3a3a3a 100%);
  opacity: .8;
}
.toggle-bar__tag-content {
  display: flex;
  width: 52px;
  height: 24px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: .15px solid transparent;
  border-radius: 1000px;
  background:
    linear-gradient(180deg, #353535 0%, #2b2a2a 24.52%, #2b2a2a 74.04%, #353535 100%) padding-box,
    linear-gradient(180deg, #606060, #ccc) border-box;
  box-shadow: inset 0 0 6px #696969;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}
.toggle-bar--floating-mobile { display: none; }

.back-button {
  display: flex;
  width: 228px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  color: #202020;
  font-family: "Iosevka Charon", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -.24px;
  cursor: pointer;
}
.back-button__icon {
  display: flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
}
.back-button__icon img { display: block; width: 18px; height: 18px; }
.back-button__icon--desktop { display: none; }
.back-button__label {
  display: block;
  width: 55px;
  height: 18px;
  box-sizing: border-box;
  padding-bottom: 2px;
  line-height: 16px;
  text-align: center;
}
.back-button--floating-mobile { display: none; }

.project-scroll-area,
.case-scroll-area {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none;
  overscroll-behavior: contain;
  scrollbar-width: none;
}
.project-scroll-area::-webkit-scrollbar,
.case-scroll-area::-webkit-scrollbar { display: none; }

.project-scroll-area {
  display: flex;
  width: 601px;
  max-width: calc(100% - 32px);
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-bottom: 32px;
}

.project-card {
  display: flex;
  width: 580px;
  max-width: 100%;
  height: 706px;
  min-height: 706px;
  flex: 0 0 706px;
  flex-direction: column;
  align-items: center;
  gap: 30.5px;
  padding: 45.75px 22.88px 0;
  overflow: hidden;
  border-radius: 61px;
  background: #fff;
}

.project-card--lumi { cursor: pointer; }
.project-card__content { display: contents; }
.project-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 7.63px;
  text-align: center;
}
.project-title, .project-description { margin: 0; }
.project-title {
  font-family: "Iosevka Charon", monospace;
  font-size: 22.88px;
  font-weight: 500;
  line-height: 22.88px;
  letter-spacing: -.34px;
  white-space: nowrap;
}
.project-description {
  font-size: 15.25px;
  line-height: 20px;
  letter-spacing: -.23px;
}
.project-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.project-tags {
  display: flex;
  width: 55.0216px;
  height: 23.6273px;
  flex: 0 0 55.0216px;
  align-items: center;
  gap: 0;
  padding-right: 4.7671px;
  box-sizing: border-box;
  border-radius: 953.411px;
  background: linear-gradient(180deg, #3a3a3a 0%, #202020 33.33%, #202020 59.62%, #3a3a3a 100%);
}
.project-tag__content {
  display: flex;
  width: 50.2546px;
  height: 23.6273px;
  flex: 0 0 50.2546px;
  align-items: center;
  justify-content: center;
  gap: 3.8136px;
  padding: 3.8136px 7.6273px;
  box-sizing: border-box;
  border: .143px solid transparent;
  border-radius: 953.411px;
  background:
    linear-gradient(180deg, #353535 0%, #2b2a2a 24.52%, #2b2a2a 74.04%, #353535 100%) padding-box,
    linear-gradient(180deg, #606060, #ccc) border-box;
  box-shadow: inset 0 0 5.7205px #696969;
}
.project-tag__label {
  width: 35px;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 11.4409px;
  font-weight: 500;
  line-height: 15.2546px;
  text-align: center;
  white-space: nowrap;
}
.project-tag.mobile-project-tag { display: none; }
.mobile-project-tags { display: none; }
.project-tag {
  display: flex;
  height: 23px;
  align-items: center;
  padding: 4px 8px;
  border: .15px solid #606060;
  border-radius: 999px;
  background: linear-gradient(180deg, #353535, #2b2a2a 25% 75%, #353535);
  box-shadow: inset 0 0 6px #696969;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 11.5px;
}
.project-media {
  position: relative;
  width: 534px;
  height: 600px;
  flex: 0 0 600px;
  overflow: hidden;
}
.project-media img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 400px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}
.project-media--ozon img { width: 400px; }

@media (min-width: 1024px) {
  .project-card {
    --project-card-height: min(600px, calc(100svh - 176px));
    height: var(--project-card-height);
    min-height: var(--project-card-height);
    flex-basis: var(--project-card-height);
    gap: 0;
    padding: 46px 24px 0;
  }

  .project-card__content {
    display: flex;
    width: 532px;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .project-info { width: 400.4326px; }
  .project-media {
    width: 400px;
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
  }
  .project-media--lumi img {
    width: 400px;
    height: 558px;
    object-fit: cover;
    object-position: center top;
  }
  .project-media--ozon { width: 400.4403px; }
  .project-media--ozon img { width: 400.4403px; }
  .project-media--hirehi img {
    top: 5.9802px;
    width: 400px;
  }
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .contact__link {
    transform-origin: center;
    transition: transform 225ms cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
  }

  .contact__link::after {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 1px;
    content: "";
    background: currentColor;
    opacity: 0;
    transform: scaleX(.6);
    transform-origin: center;
    transition: transform 225ms cubic-bezier(.4, 0, .2, 1), opacity 225ms ease;
  }

  .contact__link:hover,
  .contact__link:focus-visible { transform: scale(1.015); }

  .contact__link:hover::after,
  .contact__link:focus-visible::after { opacity: 1; transform: scaleX(1); }

  .project-card {
    transform-origin: center;
    transition: transform 225ms cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
  }

  .project-card:hover { transform: scale(1.015); }

  .dprofile-link__control,
  .contact__button,
  .contact-modal__link {
    transform-origin: center;
    transition: transform 225ms cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
  }

  .dprofile-link__control:hover,
  .contact__button:hover,
  .contact-modal__link:hover { transform: scale(1.015); }
}

/* Lumi case */
.case-scroll-area {
  width: 936px;
  max-width: calc(100% - 64px);
  flex: 1 1 auto;
  border-radius: 64px 64px 0 0;
  background: #fff;
}

.lumi-case {
  width: 100%;
  min-height: 100%;
  padding: 64px;
  overflow: hidden;
  border-radius: 64px;
  background: #fff;
}

.lumi-column {
  display: flex;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: column;
  gap: 56px;
}

@media (min-width: 1024px) {
  body[data-route="home"] .sidebar { overflow: visible; }
  .page-view {
    gap: 0;
    padding-top: 0;
  }
  .page-view .control-slot {
    position: absolute;
    top: 32px;
    left: 50%;
    flex: none;
    transform: translateX(-50%);
  }
  .back-button__icon--desktop {
    display: flex;
  }
  .back-button__icon--mobile { display: none; }
  .project-scroll-area {
    height: 100%;
    padding-top: 116px;
  }
  .case-scroll-area {
    height: calc(100% - 32px);
    margin-top: 32px;
    padding-top: 80px;
    flex: 0 0 calc(100% - 32px);
    background: transparent;
  }
  .home-sidebar {
    gap: clamp(0px, calc((100svh - 555px) / 2), 48px);
    padding-top: 48px;
  }
  .lumi-sidebar {
    gap: clamp(0px, calc(100svh - 586px), 64px);
    padding-top: 48px;
  }
  .sidebar.is-transitioning .sidebar-view {
    position: absolute;
    inset: 0;
    display: flex;
    pointer-events: none;
    will-change: transform, opacity;
  }
  .sidebar.is-transitioning.is-forward .sidebar-exit {
    animation: sidebar-exit-left 360ms cubic-bezier(.22, 1, .36, 1) both;
  }
  .sidebar.is-transitioning.is-forward .sidebar-enter {
    animation: sidebar-enter-right 360ms cubic-bezier(.22, 1, .36, 1) both;
  }
  .sidebar.is-transitioning.is-back .sidebar-exit {
    animation: sidebar-exit-right 360ms cubic-bezier(.22, 1, .36, 1) both;
  }
  .sidebar.is-transitioning.is-back .sidebar-enter {
    animation: sidebar-enter-left 360ms cubic-bezier(.22, 1, .36, 1) both;
  }
  #Container { min-height: 98px; }
  #Context, #Role { min-height: 128px; }
  #Problem { min-height: 480px; }
  #Metrics { min-height: 326px; }
  #Personas { min-height: 1591px; }
  #KeyInsight { min-height: 0; }
  #CompetitiveAnalysis { min-height: 1743px; }
  #ProductLogic { min-height: 6254px; }
  #SearchSolution { min-height: 462px; }
  #CatalogSearch { min-height: 2372.616px; }
  #SearchInput { min-height: 4474.808px; }
  #LumiSearch { min-height: 0; }
  #Summary { min-height: 328px; }
  #CheckSolution { min-height: 350px; }
  #UXTesting { min-height: 0; }
  #FirstClickTest { min-height: 0; }
  #TestingOutcome { min-height: 458px; }
  #Result { min-height: 352px; }
  #More { min-height: 0; }
  #DprofileLink { min-height: 38px; }
  #Next { min-height: 126px; }
  #KeyInsight,
  #CompetitiveAnalysis { gap: 16px; }
  #UXTesting,
  #FirstClickTest { gap: 16px; }
}

.case-hero {
  display: flex;
  width: 100%;
  min-height: 98px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.case-hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1.2px;
}
.case-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.case-tags span {
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f6f6f6;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  line-height: 18px;
}
.case-tags span:nth-child(1) { min-width: 48px; text-align: center; }
.case-tags span:nth-child(2) { min-width: 77px; text-align: center; }
.case-tags span:nth-child(3) { min-width: 106px; text-align: center; }
.case-tags span:nth-child(4) { min-width: 127px; text-align: center; }

.case-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  scroll-margin-top: 0;
}
.case-block h2,
.case-block h3,
.case-block h4,
.case-block p,
.case-block ul,
.case-block figure { margin: 0; }
.case-block h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -.4px;
}
.case-block > p,
.logic-part > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.6px;
  letter-spacing: -.24px;
}
.case-block h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.case-block h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.two-cards,
.persona-cards,
.catalog-details,
.detail-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.text-card,
.persona-card,
.search-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}
.text-card--wide,
.search-detail { padding: 24px; border-radius: 16px; gap: 16px; }
.text-card p,
.persona-card p,
.search-detail p,
.text-card li {
  font-size: 14px;
  line-height: 24px;
}
.text-card ul { padding-left: 18px; }
.text-card li + li { margin-top: 3px; }

.persona-card { gap: 10px; }
.persona-card h3 { font-size: 18px; }

#Context > p,
#Role > p,
#Problem > p,
#Metrics > p,
#Personas > p,
#Problem .text-card p,
#Metrics .text-card p,
#Personas .persona-card p,
.personas-note p {
  color: #424242;
  letter-spacing: -.015em;
}

#Context > p,
#Role > p,
#Problem > p,
#Metrics > p,
#Personas > p {
  line-height: 28px;
}

#Context > h2,
#Role > h2,
#Problem > h2,
#Metrics > h2,
#Personas > h2 {
  line-height: 28px;
  letter-spacing: -.015em;
}

#Problem > .text-card,
#Metrics > .text-card {
  width: 100%;
  gap: 0;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}

#Problem .text-card h3,
#Metrics .text-card h3,
#Personas .persona-card h3 {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.015em;
}

#Problem .text-card p,
#Metrics .text-card p,
#Personas .persona-card p,
.personas-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

#Personas .persona-card {
  height: 638px;
  gap: 0;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}

.personas-image-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

.personas-image-container {
  display: flex;
  width: 100%;
  height: 527px;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}

.personas-image-slice {
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
}

.personas-image-slice--segments { height: 324px; }
.personas-image-slice--interviews { height: 201px; }
.personas-image-slice img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.personas-image-block figcaption {
  min-height: 18px;
  padding: 0 8px;
  color: #989898;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -.04em;
  text-align: left;
}

.personas-note {
  width: 100%;
  padding-left: 16px;
}

.personas-note__body {
  width: 100%;
  padding: 8px 16px 16px;
  border-left: 1px solid #e8e8e8;
  border-radius: 0 12px 12px 12px;
}

.case-figure {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}
.case-figure img { width: 100%; height: auto; }
.case-figure figcaption,
.case-caption {
  padding: 8px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #606060;
}
.case-caption { margin: -8px 0 0 !important; }

#KeyInsight > p,
.key-insight-copy p,
.key-insight-note p,
#CompetitiveAnalysis > p,
.competitive-findings p {
  color: #424242;
  letter-spacing: -.015em;
}

.key-insight-card {
  width: 100%;
  min-height: 110px;
  gap: 0;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}

.key-insight-card h3 {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.015em;
}

.key-insight-card p,
.key-insight-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.key-insight-copy {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 28px;
}

.key-insight-copy p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.key-insight-note {
  width: 100%;
  padding-left: 16px;
}

.key-insight-note__body {
  width: 100%;
  padding: 8px 16px 16px;
  border-left: 1px solid #e8e8e8;
  border-radius: 0 12px 12px 12px;
}

.competitive-logos-block,
.competitive-image-block {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.competitive-logos-block { gap: 12px; }
.competitive-image-block { gap: 8px; }

.competitive-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

.competitive-image-container--logos { height: 56px; }
.competitive-image-container--search { height: 341px; }
.competitive-image-container--patterns { height: 732px; }

.competitive-logos-block figcaption,
.competitive-image-block figcaption {
  width: 100%;
  min-height: 18px;
  padding: 0 8px;
  color: #989898;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -.04em;
  text-align: left;
}

.competitive-logos-block figcaption { padding: 0; }

.competitive-logos-picture,
.competitive-logos-picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.competitive-logos-picture img { object-fit: fill; }

.competitive-persona,
.competitive-image-container--search .competitor-small-icon,
.competitive-patterns-board,
.competitive-patterns-summary {
  position: absolute;
  display: block;
}

.competitive-persona {
  top: 0;
  width: 75%;
  height: auto;
}

.competitive-persona--one { left: -10.7%; }
.competitive-persona--two { left: 27%; }

.competitive-image-container--search .competitor-small-icon {
  z-index: 1;
  width: 7.06%;
  height: auto;
  border-radius: 12px;
}

.competitive-image-container--search .competitor-small-icon--one { top: 26%; left: 41%; }
.competitive-image-container--search .competitor-small-icon--two { top: 24%; left: 79%; }

.competitive-patterns-board {
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.competitive-patterns-summary {
  top: 50%;
  right: 0;
  width: 54.118%;
  height: auto;
  transform: translateY(-50%);
}

.competitive-findings p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.6px;
}

.competitive-findings strong { font-weight: 700; }

.product-logic { overflow: visible; }
.logic-part {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}
.logic-part > h3 { font-size: 18px; line-height: 28px; }
.phone-crop {
  width: 378px;
  height: 600px;
  margin-inline: auto !important;
}
.phone-crop img { width: 346px; margin-inline: auto; }
.logic-concept {
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}
.logic-concept img:first-child { position: absolute; top: 0; left: 0; width: 436px; }
.logic-concept img:last-child { position: absolute; right: 0; bottom: 0; width: 650px; }
.logic-entity {
  position: relative;
  width: 100%;
  height: 930px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}
.logic-entity img:first-child { position: absolute; top: 0; left: 0; width: 408px; }
.logic-entity img:last-child { position: absolute; right: 0; bottom: 20px; width: 272px; }
.logic-flow { display: flex; flex-direction: column; gap: 16px; width: 100%; }
.logic-flow img { width: 100%; border: 1px solid #e8e8e8; border-radius: 12px; }

.product-logic > * { flex: 0 0 auto; }
.product-logic > h2 { line-height: 28px; }
.product-logic-text {
  color: #424242;
  letter-spacing: -.015em;
}
.product-logic-text > span,
.product-logic-rounded > p > span { display: block; }

.product-logic-rounded {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}
.product-logic-rounded > h3,
.product-logic-rounded > p { margin: 0; }
.product-logic-rounded > h3 {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.015em;
}
.product-logic-rounded > p {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.015em;
}
.product-logic-title-mobile { display: none; }

.product-logic-image-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  overflow: visible;
}
.product-logic-image-container,
.product-logic-image-inner { width: 100%; }
.product-logic-overflow {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}
.product-logic-overflow img {
  position: absolute;
  display: block;
  max-width: none;
  border: 0;
  border-radius: 0;
}
.product-logic-image-block figcaption {
  width: 100%;
  min-height: 18px;
  padding: 0 8px;
  color: #989898;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -.04em;
  text-align: left;
}

.product-logic-image-block--onboarding .product-logic-overflow { height: 544px; }
.product-logic-image-block--onboarding img {
  top: 12px;
  left: -1px;
  width: 680px;
  height: 518px;
  object-fit: cover;
  object-position: 50% 50%;
}
.product-logic-image-block--lumi-ai .product-logic-overflow { height: 1243px; }
.product-logic-image-block--lumi-ai img {
  top: 12px;
  left: -1px;
  width: 680px;
  height: 1217px;
  object-fit: fill;
}
.product-logic-image-block--content-model .product-logic-overflow { height: 813px; }
.product-logic-image-block--content-model img {
  top: 0;
  left: 5px;
  width: 680px;
  height: 811px;
  object-fit: fill;
}
.product-logic-image-block--monetization .product-logic-overflow { height: 770px; }
.product-logic-image-block--monetization img {
  top: 12px;
  left: -1px;
  width: 680px;
  height: 744px;
  object-fit: fill;
}

.product-logic-image-block--flow .product-logic-overflow { height: 1648px; }
.product-logic-image-block--flow img {
  top: 12px;
  left: 0;
  width: 680px;
  height: 1622px;
  object-fit: fill;
}

#SearchSolution > p,
#CatalogSearch > p,
#SearchInput > p {
  color: #424242;
  letter-spacing: -.015em;
}

#SearchSolution > h2,
#CatalogSearch > h2,
#SearchInput > h2 { min-height: 28px; }
#SearchSolution > p:first-of-type { min-height: 28px; }
#SearchSolution > p:last-of-type,
#SearchInput > p:last-of-type { min-height: 56px; }
#CatalogSearch > p:first-of-type,
#SearchInput > p:first-of-type { min-height: 84px; }
#CatalogSearch > p:last-of-type { min-height: 140px; }
.figma-mobile-break { display: none; }

.solution-requirements {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
}

.solution-requirements__header {
  display: flex;
  width: 100%;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  padding-left: 4px;
}

.solution-requirements__marker {
  display: grid;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  place-items: center;
  color: #202020;
}

.solution-requirements__header h3 {
  margin: 0;
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.015em;
}

.solution-requirements ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.solution-requirements li {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.015em;
}

.solution-requirements li > :first-child {
  width: 13px;
  flex: 0 0 13px;
}

.solution-requirements li > :last-child { flex: 1 1 auto; }

.lumi-image-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  overflow: visible;
}

.lumi-image-container,
.lumi-image-inner,
.lumi-image-overflow { width: 100%; }

.lumi-image-overflow {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e8e8e8;
}

.catalog-flow-block .lumi-image-overflow,
.search-flow-block .lumi-image-overflow {
  box-shadow: none;
}

.lumi-image-overflow img {
  width: 100%;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
  object-fit: fill;
}

.lumi-image-block figcaption {
  width: 100%;
  min-height: 42px;
  padding: 0 8px 24px;
  color: #989898;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -.04em;
  text-align: left;
}

.complex-rounded {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  overflow: visible;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}

.complex-rounded > h3,
.complex-rounded > p,
.complex-copy h4,
.complex-copy p { margin: 0; }

.complex-rounded > h3,
.complex-copy h4 {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.015em;
}

.complex-rounded > p,
.complex-copy p {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.015em;
}

.complex-copy-offset {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 32px;
  padding-top: 32px;
}

.complex-copy {
  display: flex;
  width: 320px;
  flex: 0 0 320px;
  flex-direction: column;
  gap: 0;
}

.complex-media {
  width: 100%;
  overflow: visible;
}

.complex-media-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e8e8e8;
}

#CatalogSearch .complex-rounded .complex-media-inner,
#SearchInput .complex-rounded .complex-media-inner {
  border: 0;
  box-shadow: none;
}

.complex-media img {
  width: 100%;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
  object-fit: fill;
}

.complex-media--fixed-400 img {
  width: 400px;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .complex-media--live img { height: 398px; }
  .complex-media--reflection img { height: 691px; }
}

.logic-part--flow-only { padding-top: 0; }

.subheading { padding-top: 8px; font-size: 18px !important; }
.catalog-crop { height: 345px; }
.catalog-crop img { width: auto; max-width: none; height: 345px; }
.catalog-crop--badge img { transform: translateX(-11%); }
.catalog-crop--category img { transform: translateX(-48%); }
.search-detail { margin-top: 8px; }
.search-detail > h3 { font-size: 18px; }
.narrow-media { width: 400px; margin-inline: auto !important; }
.more-wide { max-height: 220px; }

.lumi-tail-image-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
  overflow: visible;
}

.lumi-tail-image-container { width: 100%; }

.lumi-tail-image-overflow {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

.lumi-tail-image-overflow img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
  object-fit: fill;
}

.lumi-tail-image-block--edge-desktop .lumi-tail-image-overflow img {
  width: calc(100% + 24px);
}

.lumi-tail-image-overflow--filters { height: 446px; }
.lumi-tail-image-overflow--flow { height: 385px; }
.lumi-tail-image-overflow--entry { height: 360.528px; }
.lumi-tail-image-overflow--more-primary { height: 663.6px; }
.lumi-tail-image-overflow--more-secondary { height: 202.04px; }

.lumi-tail-image-block figcaption {
  width: 100%;
  min-height: 42px;
  padding: 0 8px 24px;
  color: #989898;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -.04em;
  text-align: left;
}

.tail-rounded-2xl {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
}

.tail-rounded-header {
  display: flex;
  width: 100%;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  padding-left: 4px;
}

.tail-rounded-header h3,
.tail-rounded-list,
.tail-rounded-list li,
.tail-rounded-xl h3,
.tail-rounded-xl p { margin: 0; }

.tail-rounded-header h3 {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.015em;
}

.tail-rounded-icon {
  display: block;
  flex: 0 0 auto;
}

.tail-rounded-icon--check { width: 13.333px; height: 13.333px; }
.tail-rounded-icon--outcome { width: 16px; height: 16px; }

.tail-rounded-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.tail-rounded-list li {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.015em;
}

.tail-rounded-list li > :first-child {
  width: 13px;
  flex: 0 0 13px;
}

.tail-rounded-list li > :last-child { flex: 1 1 auto; }

.tail-rounded-xl {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}

.tail-rounded-xl--ux { gap: 0; }
.tail-rounded-xl--hypothesis { gap: 6px; }
.tail-rounded-xl--result { gap: 0; }

.tail-rounded-xl h3 {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.015em;
}

.tail-rounded-xl p {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.015em;
}

#LumiSearch > p,
#CheckSolution > p,
#UXTesting > p,
#FirstClickTest > p,
#TestingOutcome > p { line-height: 28px; }

.media-zoom { position: relative; }

.lumi-case [data-zoomable],
.lumi-case [data-zoomable] img {
  cursor: auto;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .lumi-case [data-zoomable] img {
    transform-origin: center;
    transition: transform 225ms cubic-bezier(.4, 0, .2, 1);
  }

  .lumi-case [data-zoomable] img:hover {
    clip-path: inset(.738916%);
    transform: scale(1.015);
  }
}

.dprofile-link {
  display: flex;
  width: 100%;
  height: 38px;
  align-items: center;
  justify-content: center;
}
.dprofile-link__control {
  display: flex;
  width: 203.16px;
  height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background: #f6f6f6;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.dprofile-link__control img {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.next-case {
  display: flex;
  width: 100%;
  min-height: 126px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fcfcfc;
}
.next-case > div { display: flex; flex-direction: column; gap: 4px; }
.next-case span { font-family: "Geist", sans-serif; font-size: 13px; line-height: 19.5px; }
.next-case strong { font-family: "Geist", sans-serif; font-size: 18px; font-weight: 500; line-height: 28px; }
.next-case > span { font-size: 24px; }

.case-toc {
  display: flex;
  width: 200px;
  flex-direction: column;
  gap: 16px;
}
.case-toc__label {
  display: flex;
  height: 20px;
  align-items: center;
  gap: 8px;
  color: #646464;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.5px;
}
.case-toc__icon { width: 14px; height: 14px; flex: 0 0 14px; }
.case-toc ol {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 4px;
  list-style: none;
}
.case-toc li { height: 30px; }
.case-toc button {
  display: flex;
  width: 200px;
  height: 30px;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #838383;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  cursor: pointer;
}
.case-toc button::before {
  width: 12px;
  height: 1px;
  flex: 0 0 12px;
  background: #e8e8e8;
  content: "";
}
.case-toc button.is-active { color: #202020; }
.case-toc button.is-active::before {
  width: 24px;
  flex-basis: 24px;
  background: #202020;
}

.image-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 48px;
  background: rgb(0 0 0 / 76%);
}
.image-modal[hidden] { display: none; }
.image-modal img {
  width: auto;
  max-width: min(1200px, calc(100vw - 96px));
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}
.image-modal__close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #202020;
  font-size: 24px;
  cursor: pointer;
}
body.modal-open { overflow: hidden !important; }
body.contact-modal-open { position: fixed; width: 100%; overflow: hidden !important; }

.contact-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(0 0 0 / 76%);
  animation: contact-overlay-in 180ms ease-out;
}
.contact-modal[hidden] { display: none; }
.contact-modal__dialog {
  position: relative;
  width: 520px;
  max-width: 100%;
  border-radius: 48px;
  background: #fff;
  animation: contact-dialog-in 180ms ease-out;
}
.contact-modal__header { display: flex; height: 88px; align-items: center; padding: 32px 48px; box-sizing: border-box; }
.contact-modal__header h2 {
  width: 100%;
  margin: 0;
  color: #969696;
  font-family: "Iosevka Charon", monospace;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.36px;
  text-align: center;
}
.contact-modal__list { display: flex; flex-direction: column; gap: 40px; padding: 0 32px 32px; }
.contact-modal__link {
  display: flex;
  width: 100%;
  height: 44px;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #202020;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.contact-modal__icon { display: flex; width: 40px; height: 24px; flex: 0 0 40px; align-items: center; color: #969696; }
.contact-modal__icon svg { display: block; flex: 0 0 auto; }
.contact-modal__email .contact-modal__icon svg { width: 21px; height: 17px; }
.contact-modal__telegram .contact-modal__icon svg { width: 23px; height: 19px; }
.contact-modal__copy { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; gap: 2px; font-family: "Geist", sans-serif; font-size: 16px; font-weight: 400; line-height: 21px; letter-spacing: -.24px; white-space: nowrap; }
.contact-modal__label { color: #969696; font-weight: 500; }
.contact-modal__close { position: absolute; top: 0; right: -48px; display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.contact-modal__close svg { display: block; width: 32px; height: 32px; }

@keyframes contact-overlay-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes contact-dialog-in { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1023px) {
  html, body { height: auto; }
  body { overflow-x: hidden; overflow-y: auto; }
  .desktop-only { display: none; }
  .mobile-only { display: inline; }
  .site-shell {
    width: min(100%, 390px);
    height: auto;
    min-height: 100svh;
    margin-inline: auto;
    flex-direction: column;
    gap: 32px;
    padding: 64px 0 0;
    overflow: visible;
  }
  .sidebar {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    overflow: visible;
  }
  .sidebar-view.is-active { display: flex; }
  .home-sidebar {
    align-items: center;
    gap: 24px;
    padding: 0 16px;
  }
  .lumi-sidebar {
    align-items: center;
    gap: 0;
    padding: 0 16px;
  }
  .profile { align-items: center; }
  .profile--home {
    width: 106px;
    height: 130px;
    gap: 12px;
    padding-left: 0;
  }
  .profile--home .avatar { width: 106px; }
  .profile--project .avatar { width: 111px; }
  .profile--project .avatar__photo { left: 12px; }
  .profile--project .avatar__star { left: 41px; }
  .profile__name { text-align: center; }
  .about { width: 358px; max-width: 100%; padding: 10px; }
  .about p { width: 320px; max-width: 100%; }
  .contact { width: 358px; max-width: 100%; }
  #lumi-toc-host { display: none; }

  .main-shell {
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 32px;
  }
  .page-view.is-active {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 32px;
    padding: 32px 8px;
    overflow: hidden;
  }
  .page-view.is-control-overlay .control-slot {
    position: fixed;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .control-slot { flex: 0 0 44px; }
  .project-scroll-area,
  .case-scroll-area {
    width: 374px;
    max-width: none;
    min-height: 0;
    flex: 0 0 auto;
    overflow: visible;
    border-radius: 32px;
    overscroll-behavior: auto;
  }
  .project-scroll-area { align-items: flex-start; gap: 24px; padding: 0; }
  .project-card {
    width: 374px;
    max-width: none;
    gap: 16px;
    padding: 24px 0 0;
    border-radius: 32px;
  }
  .project-card,
  .project-card--lumi,
  .project-card--ozon,
  .project-card--hirehi { height: 440px; min-height: 440px; flex-basis: 440px; }
  .project-card__content { display: contents; }
  .project-info { width: 420px; max-width: none; }
  .project-title { font-size: 24px; line-height: 24px; }
  .project-description { width: 400px; max-width: none; font-size: 16px; line-height: 21px; }
  .project-title-row { flex-direction: column-reverse; gap: 8px; }
  .desktop-project-tags { display: none; }
  .project-tag.mobile-project-tag { display: flex; }
  .project-card--hirehi .mobile-project-tags {
    display: flex;
    width: 57px;
    height: 24px;
    flex: 0 0 24px;
    align-items: center;
    padding-right: 5px;
    box-sizing: border-box;
    border-radius: 1000px;
    background: linear-gradient(180deg, #3a3a3a 0%, #202020 33.333%, #202020 59.617%, #3a3a3a 100%);
  }
  .project-card--hirehi .mobile-project-tags .project-tag__content {
    width: 52px;
    height: 24px;
    flex: 0 0 52px;
    gap: 4px;
    padding: 4px 8px;
    border: .15px solid transparent;
    border-radius: 1000px;
    background:
      linear-gradient(180deg, #353535 0%, #2b2a2a 24.52%, #2b2a2a 74.04%, #353535 100%) padding-box,
      linear-gradient(180deg, #606060, #ccc) border-box;
    box-shadow: inset 0 0 6px #696969;
  }
  .project-card--hirehi .mobile-project-tags .project-tag__label {
    width: 36px;
    font-size: 12px;
    line-height: 16px;
  }
  .project-media { width: 420px; max-width: none; height: 294px; flex-basis: 294px; }
  .project-media img { width: 300px; }
  .project-card--lumi .project-media { height: 326px; flex-basis: 326px; }
  .project-card--ozon .project-media,
  .project-card--hirehi .project-media { height: 294px; flex-basis: 294px; }

  .back-button--floating-mobile {
    position: fixed;
    z-index: 6;
    top: 32px;
    left: 50%;
    display: flex;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -16px);
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .back-button--floating-mobile.is-visible { pointer-events: auto; opacity: 1; transform: translate(-50%, 0); }

  .toggle-bar--floating-mobile {
    position: fixed;
    z-index: 6;
    top: 32px;
    left: 50%;
    display: flex;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -16px);
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .toggle-bar--floating-mobile.is-visible { pointer-events: auto; opacity: 1; transform: translate(-50%, 0); }

  .contact-modal { place-items: end center; padding: 8px; }
  .contact-modal__dialog { width: 100%; max-width: none; border-radius: 32px; transform: translateY(0); touch-action: pan-y; animation: contact-sheet-in 180ms ease-out; }
  .contact-modal__header { height: 72px; padding: 24px; }
  .contact-modal__list { gap: 24px; padding: 0 24px 24px; }
  .contact-modal__close { display: none; }
  .contact-modal__copy { white-space: normal; }

  .lumi-view { padding-bottom: 0 !important; }
  .lumi-view .case-scroll-area { padding: 16px 0; }
  .lumi-case {
    width: 374px;
    padding: 32px 16px;
    border-radius: 32px;
  }
  .lumi-column { width: 342px; max-width: none; gap: 32px; padding-top: 16px; }
  #Container { height: 140px; }
  #Context, #Role { height: 212px; }
  #Problem { height: auto; }
  #Metrics { height: auto; }
  #Personas { height: auto; }
  #KeyInsight { height: auto; min-height: 0; }
  #CompetitiveAnalysis { height: 1665.656px; }
  #ProductLogic { height: auto; min-height: 0; }
  #ProductLogic > h2,
  #ProductLogic > p { height: auto; overflow: visible; }
  .problem-desktop-break { display: none; }
  #SearchSolution { height: 690px; }
  #CatalogSearch { height: auto; min-height: 1919.769px; }
  #SearchInput { height: auto; min-height: 3071.285px; overflow: visible; }
  #LumiSearch { height: auto; min-height: 0; }
  #Summary { height: 580px; }
  #CheckSolution,
  #UXTesting,
  #FirstClickTest,
  #TestingOutcome { height: auto; min-height: 0; }
  #Result { height: 548px; }
  #More { height: auto; min-height: 0; }
  #DprofileLink { height: 38px; }
  #Next { height: 126px; }
  #FirstClickTest { gap: 16px; }
  .case-hero { min-height: auto; gap: 20px; }
  .case-hero h1 { font-size: 24px; line-height: 28px; letter-spacing: -.36px; }
  .case-block { gap: 16px; }
  .case-block h2 { font-size: 20px; line-height: 27px; }
  #ProductLogic > h2 { line-height: 28px; }
  .mobile-break { display: block; }
  .case-block > p,
  .logic-part > p { font-size: 16px; line-height: 27.6px; }
  .two-cards,
  .persona-cards,
  .catalog-details,
  .detail-pair { grid-template-columns: 1fr; }
  #Personas .persona-card { height: auto; gap: 6px; }
  .personas-image-container {
    height: auto;
    gap: 8px;
    overflow: visible;
    border: 0;
    border-radius: 0;
  }
  .personas-image-slice {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
  }
  .personas-image-slice--segments { height: 165.816px; }
  .personas-image-slice--interviews { height: 101.113px; }
  .text-card--wide,
  .search-detail { padding: 16px; border-radius: 12px; }
  .key-insight-card { height: 164px; min-height: 164px; }
  .competitive-logos-picture { width: 680px; max-width: none; }
  .competitive-image-container--search { height: 171.503px; }
  .competitive-image-container--patterns { height: 368.153px; }
  .product-logic-rounded { gap: 6px; }
  .product-logic-rounded > h3 { line-height: 20px; }
  .product-logic-title-desktop { display: none; }
  .product-logic-title-mobile { display: inline; }
  .product-logic-image-block--onboarding .product-logic-overflow { height: 285px; }
  .product-logic-image-block--onboarding img {
    top: 12px;
    left: 0;
    width: 340px;
    height: 259px;
  }
  .product-logic-image-block--lumi-ai .product-logic-overflow { height: 591.547px; }
  .product-logic-image-block--lumi-ai img {
    top: 12px;
    left: 12px;
    width: 316px;
    height: 565.547px;
  }
  .product-logic-image-block--content-model .product-logic-overflow { height: 393.188px; }
  .product-logic-image-block--content-model img {
    top: 0;
    left: 12px;
    width: 328px;
    height: 391.188px;
  }
  .product-logic-image-block--monetization .product-logic-overflow { height: 371.741px; }
  .product-logic-image-block--monetization img {
    top: 12px;
    left: 12px;
    width: 316px;
    height: 345.741px;
  }
  .product-logic-image-block--flow .product-logic-overflow { height: 779.753px; }
  .product-logic-image-block--flow img {
    top: 12px;
    left: 12px;
    width: 316px;
    height: 753.753px;
  }
  .phone-crop { width: 100%; height: 520px; }
  .phone-crop img { width: 300px; }
  .logic-concept,
  .logic-entity,
  .logic-flow {
    position: relative;
    left: 50%;
    width: 650px;
    max-width: none;
    transform: translateX(-50%);
  }
  .logic-concept { height: 900px; }
  .logic-entity { height: 820px; }
  .logic-flow { width: 663px; }
  #ProductLogic .logic-flow {
    left: auto;
    width: 318px;
    margin-inline: auto;
    gap: 8px;
    transform: none;
  }
  .logic-concept img:first-child { left: 107px; width: 360px; }
  .logic-concept img:last-child { width: 560px; }
  .logic-entity img:first-child { left: 120px; width: 340px; }
  .logic-entity img:last-child { right: 110px; width: 230px; }
  .narrow-media { width: 100%; }
  #LumiSearch > h2,
  #CheckSolution > h2,
  #UXTesting > h2,
  #FirstClickTest > h2,
  #TestingOutcome > h2,
  #More > h2 { line-height: 28px; }
  .lumi-tail-image-block--edge-desktop .lumi-tail-image-overflow img { width: 100%; }
  .lumi-tail-image-overflow--filters { height: 221.347px; }
  .lumi-tail-image-overflow--flow { height: 192.821px; }
  .lumi-tail-image-overflow--entry { height: 187.134px; }
  .lumi-tail-image-overflow--more-primary { height: 334.05px; }
  .lumi-tail-image-overflow--more-secondary { height: 110.306px; }
  .tail-rounded-xl--result { gap: 6px; }
  .complex-media-inner { padding: 12px; }
  .solution-desktop-break { display: none; }
  .figma-mobile-break { display: block; }
  #SearchSolution > h2,
  #CatalogSearch > h2,
  #SearchInput > h2 { min-height: 56px; line-height: 28px; }
  #SearchSolution > p:first-of-type { min-height: 56px; }
  #SearchSolution > p:last-of-type { min-height: 84px; }
  #CatalogSearch > p:first-of-type,
  #SearchInput > p:first-of-type { min-height: 140px; }
  #CatalogSearch > p:last-of-type { min-height: 308px; }
  #SearchInput > p:last-of-type { min-height: 112px; }
  .catalog-crop { height: 300px; }
  .catalog-crop img { height: 300px; }
  .more-wide { max-height: 150px; }
  .dprofile-link { font-family: "Geist", sans-serif; }
  .image-modal { padding: 16px; }
  .image-modal img { max-width: calc(100vw - 32px); max-height: 85vh; }
  .image-modal__close { top: 12px; right: 12px; }
}

@keyframes contact-sheet-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 374px) {
  .site-shell { width: 100%; }
  .project-scroll-area,
  .project-card,
  .case-scroll-area,
  .lumi-case { width: calc(100vw - 16px); }
  .lumi-column { width: calc(100vw - 48px); }
}

@media (prefers-reduced-motion: reduce) {
  .floating-control { transition: none; }
  .project-card {
    transform: none !important;
    transition: none !important;
  }
  .dprofile-link__control,
  .contact__button,
  .contact-modal__link {
    transform: none !important;
    transition: none !important;
  }
  html:focus-within { scroll-behavior: auto; }
  .lumi-case [data-zoomable] img {
    clip-path: none;
    transform: none;
    transition: none;
  }
}

@keyframes sidebar-exit-left {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(-32px); }
}

@keyframes sidebar-enter-right {
  from { opacity: 0; transform: translateX(32px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes sidebar-exit-right {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(32px); }
}

@keyframes sidebar-enter-left {
  from { opacity: 0; transform: translateX(-32px); }
  to { opacity: 1; transform: translateX(0); }
}
