@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Medium.woff2") format("woff2"), url("/fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-SemiBold.woff2") format("woff2"), url("/fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Bold.woff2") format("woff2"), url("/fonts/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lineyka";
  src: url("/fonts/Lineyka.woff2") format("woff2"), url("/fonts/Lineyka.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tarbarsam";
  src: url("/fonts/tarbarsam-Medium.woff2") format("woff2"), url("/fonts/tarbarsam-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root,
html,
body {
  color-scheme: light;
  font-size: 4.2666666667vw;
}

html {
  min-width: 320px;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  height: 100svh;
  font-family: "Lineyka", "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background: #c28754;
  overflow: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  overflow: hidden;
}

@media (min-width: 450px) {
  :root,
  html,
  body {
    font-size: 0.8333333333vw;
  }
}
.app-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.5rem;
  padding: 1rem 1.25rem;
  border-radius: 999px;
  border: none;
  background: radial-gradient(55.71% 96.79% at 50% 50%, #FF4D00 29.05%, #EE0707 100%);
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #fff;
  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.app-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  box-shadow: 6px 6px 20px 0px rgba(255, 255, 255, 0.5) inset, -6px -6px 20px 0px rgba(255, 255, 255, 0.5) inset;
  transition: box-shadow 0.2s ease;
}

.app-button:hover,
.app-button:focus-visible {
  transform: translateY(-0.08rem);
  box-shadow: 0 1.1rem 2.3rem rgba(255, 140, 92, 0.32);
}
.app-button:hover:after,
.app-button:focus-visible:after {
  box-shadow: 6px 6px 20px 0px rgba(255, 255, 255, 0.35) inset, -6px -6px 20px 0px rgba(255, 255, 255, 0.35) inset;
}

.app-button--light {
  background: #ffffff;
  box-shadow: none;
  color: #FD973E;
}

.app-button__icon {
  width: 1.25rem;
  height: 1rem;
}

@media (min-width: 450px) {
  .app-button {
    max-width: 21.5rem;
    min-height: 4.625rem;
    padding: 1.25rem 1.75rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.app {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.app__screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.app__screen.is-active {
  opacity: 1;
  pointer-events: auto;
}

.bg,
.screen__bg,
.screen__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bg,
.screen__bg {
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.app__screen.is-active .bg,
.app__screen.is-active .screen__bg {
  opacity: 1;
}

.screen__overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.app__screen--home .screen__overlay {
  display: none;
}

.bg--home-primary {
  background-image: url("/images/main-bg-mobile.jpg");
  background-position: center center;
}

.bg--home-secondary {
  background-image: url("/images/main-bg-2-mobile.jpg");
  background-position: center center;
}

.app[data-home-state=primary] .bg--home-primary,
.app[data-home-state=intro] .bg--home-primary {
  opacity: 1;
}

.app[data-home-state=primary] .bg--home-secondary {
  opacity: 0;
}

.app[data-home-state=intro] .bg--home-secondary {
  opacity: 1;
}

.bg--about,
.screen__bg--about {
  background-image: linear-gradient(180deg, rgba(255, 235, 223, 0.18), rgba(169, 91, 113, 0.12)), url("/images/main-bg.jpg");
}

.bg--survey,
.screen__bg--survey {
  background-image: linear-gradient(180deg, rgba(255, 247, 236, 0.38), rgba(255, 194, 168, 0.2)), url("/images/body-bg.jpg");
}

.bg--loading,
.screen__bg--loading {
  background-image: linear-gradient(180deg, rgba(255, 244, 232, 0.42), rgba(246, 188, 172, 0.22)), url("/images/body-bg.jpg");
}

.bg--result {
  background-image: url("/images/main-bg-3-mobile.jpg");
}

.app__screen--start {
  z-index: 40;
}

.screen__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
}

.screen__content {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1.5rem;
}

.screen__content--start {
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3rem;
  padding-top: 6.5svh;
  padding-bottom: 6svh;
}

.screen__content--home {
  align-items: stretch;
  justify-content: space-between;
  min-height: 100%;
  padding-top: 2.625rem;
  padding-bottom: 3rem;
  padding-top: 5.2svh;
  padding-bottom: 6svh;
}

.custom-bubble {
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: center;
}
.custom-bubble:before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  pointer-events: none;
  z-index: -1;
}

.home-stage__bubble--top.custom-bubble::before {
  mask-image: url("/images/bubble-home-top-mobile-mask.svg");
  -webkit-mask-image: url("/images/bubble-home-top-mobile-mask.svg");
}

.home-stage__bubble--bottom.custom-bubble::before {
  mask-image: url("/images/bubble-home-bottom-mobile-mask.svg");
  -webkit-mask-image: url("/images/bubble-home-bottom-mobile-mask.svg");
}

.result-stage__bubble[data-result-primary-bubble] {
  background-image: url("/images/bubble-result-1-mobile.svg");
}
.result-stage__bubble[data-result-primary-bubble] p {
  height: 2.25rem;
}

.result-stage__bubble[data-result-primary-bubble].custom-bubble::before {
  mask-image: url("/images/bubble-result-1-mobile-mask.svg");
  -webkit-mask-image: url("/images/bubble-result-1-mobile-mask.svg");
}

.result-stage__bubble[data-result-secondary-bubble] {
  background-image: url("/images/bubble-result-2-mobile.svg");
}
.result-stage__bubble[data-result-secondary-bubble] p {
  height: 3.375rem;
}

.result-stage__bubble[data-result-secondary-bubble].custom-bubble::before {
  mask-image: url("/images/bubble-result-2-mobile-mask.svg");
  -webkit-mask-image: url("/images/bubble-result-2-mobile-mask.svg");
}

.home-stage {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 100%;
}

.home-stage__primary {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  gap: 1rem;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.home-stage__secondary {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.home-stage__secondary > * {
  pointer-events: auto;
}

.app[data-home-state=intro] .home-stage__secondary {
  opacity: 1;
}

.app[data-home-state=intro] .home-stage__primary {
  opacity: 0;
  pointer-events: none;
}

.site-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 0;
}

.site-header--global {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  pointer-events: none;
}

.site-header--global > * {
  pointer-events: auto;
}

.site-brand {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}

.site-brand__logo {
  display: block;
  width: clamp(5.9rem, 28vw, 9.6rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0.6rem 1.4rem rgba(91, 22, 35, 0.12));
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: auto;
}

.site-header__desktop-nav {
  display: none;
  align-items: center;
  gap: 0.75rem;
}

.site-header__mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 1.625rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 0.45rem 1.2rem rgba(102, 28, 47, 0.14);
  position: relative;
}

.site-header__mobile-toggle span,
.site-header__mobile-toggle::before,
.site-header__mobile-toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 0.1rem;
  border-radius: 999px;
  background: rgba(139, 21, 50, 0.88);
  transform: translate(-50%, -50%);
}

.site-header__mobile-toggle::before {
  transform: translate(-50%, calc(-50% - 0.23rem));
}

.site-header__mobile-toggle::after {
  transform: translate(-50%, calc(-50% + 0.23rem));
}

.sound-toggle--desktop {
  display: none;
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.54rem 1.35rem;
  border-radius: 999px;
  border: 1px solid var(--nav-pill-border, rgba(255, 255, 255, 0.32));
  background: var(--nav-pill-bg, rgba(255, 255, 255, 0.18));
  color: var(--nav-pill-color, #ffffff);
  font-family: "Lineyka", "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-decoration: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 0.6rem 1.5rem rgba(81, 14, 32, 0.12);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.nav-pill:hover,
.nav-pill:focus-visible {
  transform: translateY(-0.08rem);
}

.nav-pill.is-active {
  --nav-pill-bg: rgba(255, 255, 255, 0.92);
  --nav-pill-border: rgba(255, 255, 255, 0.72);
  --nav-pill-color: #94183a;
}

.nav-pill--accent {
  --nav-pill-bg: rgba(157, 22, 49, 0.18);
  --nav-pill-border: rgba(255, 255, 255, 0.22);
}

.hero,
.about-layout,
.survey-layout,
.loading-layout,
.result-layout {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
}

.hero__copy,
.about-card,
.survey-card,
.loading-card,
.result-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 1.65rem;
  background: rgba(255, 248, 240, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 1.2rem 2.8rem rgba(96, 25, 42, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero__title,
.about__title,
.survey__title,
.loading__title,
.result__title {
  margin: 0;
  font-family: "Lineyka", "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.hero__title-art {
  display: none;
  width: min(100%, 43rem);
  height: auto;
}

.hero__title {
  max-width: 16rem;
  font-size: clamp(2.15rem, 8vw, 5.2rem);
  text-shadow: 0 0.3rem 1rem rgba(71, 19, 29, 0.15);
}

.about__title {
  max-width: 15rem;
  font-size: clamp(1.95rem, 7.2vw, 4.65rem);
  text-shadow: 0 0.3rem 1rem rgba(71, 19, 29, 0.16);
}

.screen__lead,
.about__lead,
.survey__lead,
.result__lead,
.loading__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 0.15rem 0.6rem rgba(61, 14, 23, 0.14);
}

.screen__lead {
  max-width: 15rem;
  font-size: 1.15rem;
  line-height: 1.35;
}

.about__lead {
  font-size: 0.92rem;
}

.start-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 19.9375rem;
  text-align: center;
}

.start-hero__logo {
  display: block;
  width: 21.1875rem;
  height: auto;
  margin-bottom: 0.875rem;
}
.start-hero__logo img {
  display: block;
  width: 100%;
}

.start-hero__title {
  position: relative;
  font-family: "tarbarsam", "Lineyka", "Raleway", system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.8125rem;
  color: #ffffff;
}
.start-hero__title img {
  position: absolute;
  top: 9svh;
  left: 45%;
  display: block;
  width: 2.1875rem;
}

.start-hero__text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #ffffff;
  letter-spacing: 4%;
}

.start-hero__sound-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  width: 100%;
}

.home-stage__primary {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  gap: 1rem;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.home-stage__brand {
  width: 5.5625rem;
  height: auto;
  margin-bottom: 2.5rem;
}

.home-stage__logo {
  display: block;
  width: 21.1875rem;
  height: auto;
  margin-bottom: 1.125rem;
}
.home-stage__logo img {
  display: block;
  width: 100%;
}

.home-stage__title {
  position: relative;
  font-family: "tarbarsam", "Lineyka", "Raleway", system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.8125rem;
  color: #ffffff;
  text-align: center;
}
.home-stage__title img {
  position: absolute;
  top: 9svh;
  left: 45%;
  display: block;
  width: 2.1875rem;
}

.home-stage__start {
  align-self: stretch;
}

.home-stage__secondary-logo {
  width: 8.875rem;
  margin-top: -0.75rem;
  margin-left: 0.625rem;
}
.home-stage__secondary-logo img {
  display: block;
  width: 100%;
}

.home-stage__secondary {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.home-stage__secondary > * {
  pointer-events: auto;
}

.home-stage__bubble {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, 10px) scale(0.96);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.home-stage__bubble.is-hidden {
  visibility: hidden;
}

.home-stage__bubble::after {
  content: none;
}

.home-stage__bubble--top {
  top: 4.375rem;
  left: 12.125rem;
  width: 19.4375rem;
  aspect-ratio: 311/112;
  padding: 0 0.625rem 1.5rem;
  background-image: url("/images/bubble-home-top-mobile.svg");
}
.home-stage__bubble--top p {
  height: 2.25rem;
}

.home-stage__bubble--top::after {
  content: none;
}

.home-stage__bubble--bottom {
  bottom: 5rem;
  left: 9rem;
  width: 19.4375rem;
  aspect-ratio: 311/148;
  padding: 1.5rem 1.5rem 0;
  background-image: url("/images/bubble-home-bottom-mobile.svg");
}
.home-stage__bubble--bottom p {
  height: 4.5rem;
}

.home-stage__bubble--bottom::after {
  content: none;
}

.home-stage__bubble.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.home-stage__cta {
  width: 100%;
  margin-top: auto;
}

.home-stage__cta--head {
  display: none;
}

.home-stage__cta--secondary {
  display: inline-flex;
}

.home-stage__cta.is-hidden {
  visibility: hidden;
}

.home-stage__cta.is-visible {
  visibility: visible;
  opacity: 1;
}

.home-stage__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.intro-sheet {
  position: fixed;
  inset: 0;
  z-index: 18;
  display: flex;
  align-items: end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.intro-sheet.is-open {
  pointer-events: auto;
  opacity: 1;
}

.intro-sheet__backdrop {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(29, 10, 10, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 1;
  transition: opacity 0.28s ease;
}

.intro-sheet__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-height: calc(100vh - 7.375rem);
  padding: 1.5rem;
  border-radius: 2rem 2rem 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f7f6 100%);
  color: #2a2623;
  box-shadow: 0 -1.2rem 2.8rem rgba(34, 10, 10, 0.22);
  transform: translateY(100%);
  transition: transform 0.32s ease;
}

.intro-sheet.is-open .intro-sheet__panel {
  transform: translateY(0);
}

.intro-sheet[data-intro-view=loading] {
  align-items: center;
  justify-content: center;
}

.intro-sheet[data-intro-view=loading] .intro-sheet__panel {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.intro-sheet[data-intro-view=loading] .intro-sheet__close {
  display: none;
}

.intro-sheet[data-intro-view=loading] .intro-sheet__content {
  overflow: visible;
  padding-right: 0;
}

.intro-sheet[data-intro-view=loading] .intro-sheet__form {
  display: none;
}

.intro-sheet[data-intro-view=result] .intro-sheet__form {
  display: none;
}

.intro-sheet__close {
  align-self: flex-end;
  display: none;
  width: 2rem;
  height: 2rem;
  background: url(/images/close.svg) center/contain no-repeat;
  position: relative;
}

.intro-sheet__content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.intro-sheet__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.intro-sheet__notice,
.result-stage__notice {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #e34a25;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.5rem;
  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}

.result-stage__notice {
  transform: translateY(100%);
  color: #fff;
}

.intro-sheet__notice.is-hidden,
.result-stage__notice.is-hidden {
  display: none;
}

.intro-sheet__view {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.intro-sheet__view.is-hidden {
  display: none;
}

.intro-sheet__view--loading {
  align-items: center;
  justify-content: center;
  min-height: 22rem;
  padding: 1rem 0;
  text-align: center;
}

.intro-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: min(100%, 22rem);
}

.intro-loading .loader {
  width: 4.5rem;
  height: 4.5rem;
}

.intro-loading__title {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.intro-loading__text {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
}

.intro-sheet__view--result {
  align-items: center;
  justify-content: center;
  padding-bottom: 1.5rem;
}

.intro-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  color: #393939;
  text-align: center;
}

.intro-result__cta {
  margin-top: 1.5rem;
  width: min(100%, 20.875rem);
}

.intro-sheet__title {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  color: #393939;
}

.intro-sheet__field {
  display: flex;
  flex-direction: column;
}

.intro-field__label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  color: #393939;
}

.intro-field__hint {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #393939;
}

.intro-field__control {
  width: 100%;
  min-height: 3.375rem;
  margin-top: 0.5rem;
  padding: 0.6875rem;
  border: 1px solid #E53B1D;
  border-radius: 0.875rem;
  background: #ffffff;
  color: #2a2623;
  font: inherit;
  font-size: 0.875rem;
  line-height: 1rem;
  resize: vertical;
  outline: none;
}

textarea.intro-field__control {
  min-height: 8.5625rem;
}

.intro-field__control::placeholder {
  color: #BEBEBE;
}

.api-info-popup {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.24s;
}

.api-info-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.24s ease;
}

.api-info-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.api-info-popup__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: min(100%, 24rem);
  color: #ffffff;
  text-align: center;
}

.api-info-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
}

.api-info-popup__title {
  margin: 0;
  color: #ffffff;
  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.api-info-popup__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
  white-space: pre-line;
}

.api-info-popup__cta {
  width: 6rem;
  min-height: 2.5rem;
  padding: 0;
}

.screen__content--result {
  padding: 0;
}

.result-stage {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 100%;
  overflow: hidden;
}

.result-stage__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.result-stage__image {
  display: block;
  width: 35.8125rem;
  max-height: calc(100% - 6rem);
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.result-stage__loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

.result-stage__loader .loader {
  width: 4.5rem;
  height: 4.5rem;
}

.result-stage.is-image-loading .result-stage__loader {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}

.result-stage.is-image-loading .result-stage__image {
  opacity: 0;
}

.result-stage__brand {
  position: absolute;
  top: 2rem;
  top: 4svh;
  left: 1.875rem;
  display: block;
  width: 8.875rem;
}
.result-stage__brand img {
  display: block;
  width: 100%;
}

.result-stage__title {
  position: relative;
  display: none;
  font-family: "tarbarsam", "Lineyka", "Raleway", system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.8125rem;
  color: #ffffff;
  text-align: center;
}
.result-stage__title img {
  position: absolute;
  top: 9svh;
  left: 45%;
  display: block;
  width: 2.1875rem;
}

.result-stage__primary {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.625rem 1.5rem 3rem;
  padding: 5.2svh 1.5rem 6svh;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.result-stage__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.result-stage__secondary {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.625rem 1.5rem 3rem;
  padding: 5.2svh 1.5rem 6svh;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

.result-stage__bubble,
.result-stage__form,
.result-stage__name,
.result-stage__cta--share {
  pointer-events: auto;
}

.app[data-result-state=primary] .result-stage__primary {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
}

.app[data-result-state=primary] .result-stage__secondary {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.app[data-result-state=secondary] .result-stage__primary {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.app[data-result-state=secondary] .result-stage__secondary {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.result-stage__bubble {
  position: absolute;
  left: 50%;
  top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.4375rem;
  max-width: 100%;
  aspect-ratio: 311/112;
  padding: 0 1.75rem 1.5rem;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translate(-50%, 10px) scale(0.96);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.result-stage__bubble::after {
  content: none;
}

.result-stage__bubble.is-hidden {
  visibility: hidden;
}

.result-stage__bubble.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.result-stage__form {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.result-stage__notice {
  margin-top: 0.75rem;
}

.result-stage__form.is-hidden {
  visibility: hidden;
}

.result-stage__form.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.result-stage__name {
  margin: 0;
  margin-top: auto;
  color: #ffffff;
  font-family: "tarbarsam", "Lineyka", "Raleway", system-ui, sans-serif;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-size: 2.3125rem;
  line-height: 1.8125rem;
  letter-spacing: 0.01em;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.result-stage__name:before {
  content: "";
  position: absolute;
  bottom: -8.125rem;
  left: -1.5rem;
  width: 23.4375rem;
  height: 31.625rem;
  background: url(/images/result-stage-name.svg) center/contain no-repeat;
  z-index: -1;
}

.app[data-result-state=secondary] .result-stage__name {
  opacity: 1;
  transform: translateY(0);
}

.result-stage__label {
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.125rem;
}

.result-stage__input {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.125rem 0.75rem;
  border: 1px solid #E53B1D;
  border-radius: 0.875rem;
  background: #ffffff;
  color: #313131;
  font-family: "Lineyka", "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  outline: none;
}

.result-stage__input::placeholder {
  color: rgba(42, 38, 35, 0.28);
}

.result-stage__cta--share {
  width: 100%;
  margin-top: 2.125rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.result-stage__cta--share.is-hidden {
  visibility: hidden;
}

.result-stage__cta--share.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.share-modal {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.24s;
  --share-sheet-offset: 100%;
  --share-sheet-drag: 0px;
}

.share-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.24s ease;
}

.share-modal__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
  cursor: pointer;
}

.share-modal.is-open.is-expanded .share-modal__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.share-modal__sheet {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-height: calc(100svh - 1rem);
  padding: 1.5rem 1.5rem 3rem;
  border-radius: 2rem 2rem 0 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -1rem 3rem rgba(56, 18, 15, 0.16);
  overflow: auto;
  cursor: pointer;
  transform: translateY(calc(var(--share-sheet-offset) + var(--share-sheet-drag)));
  transition: transform 0.28s ease;
}

.share-modal[data-dragging=true] .share-modal__sheet {
  transition: none;
}

.share-modal.is-open.is-expanded .share-modal__backdrop {
  display: block;
}

.share-modal.is-open.is-expanded .share-modal__sheet {
  transform: translateY(calc(0px + var(--share-sheet-drag)));
}

.share-modal.is-open.is-peeked {
  pointer-events: none;
}
.share-modal.is-open.is-peeked .share-modal__sheet {
  pointer-events: all;
}

.share-modal.is-open.is-peeked .share-modal__backdrop {
  display: none;
}

.share-modal.is-open.is-peeked .share-modal__sheet {
  transform: translateY(calc(var(--share-sheet-offset) + var(--share-sheet-drag)));
}

.share-modal.is-peeked .share-modal__close,
.share-modal.is-peeked .share-modal__socials,
.share-modal.is-peeked .share-modal__actions {
  display: none;
}

.share-modal__text {
  margin: 0;
  color: #000000;
  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  text-align: center;
}

.share-modal__socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  align-items: start;
  width: 100%;
}

.share-modal__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(34, 24, 22, 0.74);
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.share-modal__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.625rem;
  height: 3.125rem;
  border-radius: 999px;
  overflow: hidden;
}
.share-modal__social-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.share-modal__social-label {
  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}

.share-modal__social._vk .share-modal__social-icon {
  background: #0077ff;
}

.share-modal__social._ok .share-modal__social-icon {
  background: #eb722e;
}

.share-modal__social._telegram .share-modal__social-icon {
  background: #2cb5e5;
}

.share-modal__social._max .share-modal__social-icon {
  background: linear-gradient(145.83deg, rgb(70, 97, 252) 9.55%, rgb(163, 90, 220) 99.65%);
}

.share-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.share-modal__action-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.share-modal__action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
}
.share-modal__action-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.share-modal__action-text {
  position: relative;
  z-index: 1;
}

.about__stack {
  display: grid;
  gap: 0.9rem;
}

.about__card,
.survey-card,
.result-card {
  padding: 1rem 1rem 1.1rem;
}

.about__card-title,
.survey-card__title,
.result-card__title {
  margin: 0;
  font-family: "Lineyka", "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.08rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.about__card-text,
.survey-card__text,
.result-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
}

.form-grid {
  display: grid;
  gap: 0.75rem;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.choice-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: -0.01em;
}

.choice-chip.is-active {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.82);
  color: #98193a;
}

.answer-box {
  width: 100%;
  min-height: 7.2rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font: inherit;
  resize: vertical;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(156, 34, 57, 0.02);
}

.answer-box::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.loading-layout {
  align-items: center;
  justify-content: center;
}

.loading-card {
  align-items: center;
  text-align: center;
  max-width: 20rem;
}

.loader {
  --color-1: #fff;
  --size: 1px;
  width: calc(32 * var(--size));
  height: calc(32 * var(--size));
  border-radius: 50%;
  display: inline-block;
  border-top: calc(3 * var(--size)) solid var(--color-1);
  border-right: calc(3 * var(--size)) solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loading__title {
  font-size: 1.8rem;
}

.result-layout {
  justify-content: flex-end;
}

.result-card {
  gap: 0.8rem;
  margin-top: auto;
  padding: 1rem;
}

.result-preview {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.1rem;
  object-fit: cover;
  box-shadow: 0 1rem 2rem rgba(72, 18, 29, 0.18);
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.85rem;
  min-height: 2.85rem;
  padding: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 0.95rem 1.8rem rgba(124, 28, 47, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.share-link:hover,
.share-link:focus-visible {
  transform: translateY(-0.1rem);
  box-shadow: 0 1.05rem 2rem rgba(124, 28, 47, 0.2);
}

.share-link img {
  width: 1.15rem;
  height: 1.15rem;
}

.share-link--wide {
  min-width: auto;
  gap: 0.45rem;
  padding-inline: 0.9rem;
  color: #98193a;
  font-family: "Lineyka", "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.share-link--wide img {
  width: 1rem;
  height: 1rem;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  align-items: stretch;
  justify-items: end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.mobile-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}

.mobile-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(61, 14, 23, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mobile-drawer__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: min(18rem, 82vw);
  min-height: 100%;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 245, 236, 0.88)), rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: -1.2rem 0 2.8rem rgba(69, 14, 31, 0.18);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

.mobile-drawer.is-open .mobile-drawer__panel {
  transform: translateX(0);
}

.mobile-drawer__title {
  margin: 0;
  color: #8b1532;
  font-family: "Lineyka", "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.mobile-drawer__links {
  display: grid;
  gap: 0.55rem;
}

.mobile-drawer__close {
  align-self: flex-end;
  color: #8b1532;
}

.mobile-drawer__meta {
  margin-top: auto;
  color: rgba(139, 21, 50, 0.7);
  font-size: 0.86rem;
  line-height: 1.5;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 450px) {
  .screen__overlay {
    background: rgba(0, 0, 0, 0.36);
  }
  .api-info-popup {
    padding: 2rem;
  }
  .api-info-popup__backdrop {
    background: rgba(0, 0, 0, 0.36);
  }
  .api-info-popup__panel {
    width: min(100%, 30rem);
  }
  .api-info-popup__title {
    font-size: 1.5rem;
  }
  .api-info-popup__text {
    font-size: 1.125rem;
  }
  .api-info-popup__cta {
    font-size: 1.125rem;
  }
  .bg--home-primary {
    background-image: url("/images/main-bg-desktop.jpg");
    background-position: center right;
  }
  .bg--home-secondary {
    display: none;
  }
  .bg--result {
    background-image: url("/images/main-bg-2-desktop.jpg");
  }
  .app[data-home-state=intro] .home-stage__primary {
    opacity: 1;
    pointer-events: auto;
  }
  .screen__content {
    display: flex;
    padding: 3.75rem 11.375rem 2.5rem;
    padding: 6.3svh 11.375rem 4.2svh;
  }
  .sound-toggle--desktop.app-button {
    display: inline-flex;
    position: fixed;
    top: 3.75rem;
    top: 6.3svh;
    right: 11.375rem;
    z-index: 16;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 5.875rem;
    height: 4.625rem;
    max-width: none;
  }
  .sound-toggle--desktop .sound-toggle__icon {
    width: 1.9375rem;
    height: 1.625rem;
  }
  .screen__content--start {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    padding-top: 9svh;
    padding-bottom: 9svh;
  }
  .screen__content--result {
    padding: 0;
  }
  .intro-sheet {
    align-items: center;
    justify-content: center;
  }
  .intro-sheet__backdrop {
    display: block;
    background: rgba(29, 10, 10, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .intro-sheet__panel {
    width: 42.5rem;
    padding: 1.5rem 1.5rem 2.625rem;
    border-radius: 2.125rem;
  }
  .intro-sheet__close {
    position: absolute;
    top: -2.375rem;
    right: -2rem;
    display: block;
  }
  .intro-sheet__view--loading {
    min-height: 24rem;
  }
  .intro-sheet__view--result {
    padding: 0;
  }
  .intro-sheet[data-intro-view=loading] .intro-sheet__panel {
    width: min(100%, 26rem);
  }
  .intro-sheet[data-intro-view=result] .intro-sheet__panel {
    padding-top: 4rem;
    padding-bottom: 3.25rem;
  }
  .intro-result {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .intro-result__cta {
    margin-top: 2rem;
  }
  .intro-result__kicker {
    font-size: 1.2rem;
  }
  .intro-result__text {
    font-size: 1.05rem;
    line-height: 1.42;
  }
  .intro-sheet__form .app-button {
    align-self: center;
  }
  .intro-sheet__notice,
  .result-stage__notice {
    height: 2.625rem;
    font-size: 1rem;
  }
  .intro-sheet__title,
  .intro-loading__title {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .intro-field__label {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .intro-field__hint,
  .intro-loading__text {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .intro-field__control {
    padding: 0.6875rem 1.4375rem;
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .start-hero {
    width: 47.625rem;
  }
  .start-hero__logo {
    display: none;
  }
  .start-hero__title {
    font-size: 5.75rem;
    line-height: 4.625rem;
  }
  .start-hero__title img {
    top: 18svh;
    width: 2.9375rem;
  }
  .start-hero__text {
    max-width: 40rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .start-hero__text p:last-child {
    margin-top: 1.75rem;
  }
  .start-hero__sound-actions {
    width: 35.875rem;
  }
  .home-stage {
    gap: 1.2rem;
  }
  .home-stage__primary {
    gap: 0;
    justify-content: center;
    padding-top: 8svh;
  }
  .home-stage__brand {
    position: fixed;
    top: 4.75rem;
    top: 8svh;
    left: 11.375rem;
    width: 12.1875rem;
    margin: 0;
  }
  .home-stage__logo {
    width: 55.1875rem;
  }
  .home-stage__title {
    width: 45.25rem;
    margin-top: 1.5rem;
    font-size: 6.25rem;
    line-height: 5rem;
    text-align: left;
    white-space: nowrap;
  }
  .home-stage__title img {
    top: 0;
    left: auto;
    right: 0;
    transform: scaleX(-1);
    width: 4.75rem;
  }
  .home-stage__start {
    display: none;
  }
  .home-stage__cta--head {
    display: inline-flex;
    margin-top: 2.625rem;
  }
  .home-stage__cta--secondary {
    display: none;
  }
  .home-stage__secondary {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .home-stage__secondary-logo {
    display: none;
  }
  .home-stage__bubble--top {
    left: auto;
    right: 5.75rem;
    top: 2.625rem;
    width: 29.375rem;
    aspect-ratio: 470/145;
    padding: 0 1.25rem 1.5rem;
    background-image: url("/images/bubble-home-top-desktop.svg");
  }
  .home-stage__bubble--top p {
    height: 3.375rem;
  }
  .custom-bubble {
    font-size: 1.5rem;
    line-height: 1.6875rem;
    text-shadow: 0px 0px 4px rgba(61, 61, 61, 0.26);
  }
  .home-stage__bubble--top.custom-bubble::before {
    mask-image: url("/images/bubble-home-top-desktop-mask.svg");
    -webkit-mask-image: url("/images/bubble-home-top-desktop-mask.svg");
  }
  .home-stage__bubble--bottom {
    left: auto;
    right: 1.25rem;
    bottom: 8.5rem;
    width: 30.5625rem;
    aspect-ratio: 489/216;
    padding: 2.25rem 2.5rem 0;
    background-image: url("/images/bubble-home-bottom-desktop.svg");
  }
  .home-stage__bubble--bottom p {
    height: 6.75rem;
  }
  .home-stage__bubble--bottom.custom-bubble::before {
    mask-image: url("/images/bubble-home-bottom-desktop-mask.svg");
    -webkit-mask-image: url("/images/bubble-home-bottom-desktop-mask.svg");
  }
  .result-stage__primary {
    padding: 4.6875rem 11.375rem 10.4375rem;
    padding: 8svh 11.375rem 17.6svh;
  }
  .result-stage__secondary {
    padding: 4.6875rem 11.375rem 10.4375rem;
    padding: 8svh 11.375rem 17.6svh;
    padding: 8svh 11.375rem 29.5svh;
  }
  .result-stage__brand {
    top: 4.625rem;
    top: 8svh;
    left: 11.375rem;
    width: 18.3125rem;
  }
  .result-stage__title {
    position: absolute;
    bottom: 2.5rem;
    bottom: 4svh;
    left: 11.375rem;
    align-self: flex-end;
    display: block;
    width: 45.25rem;
    font-size: 6.25rem;
    line-height: 5rem;
    text-align: left;
    white-space: nowrap;
  }
  .result-stage__media {
    right: 31.25rem;
    left: auto;
    width: 39.875rem;
  }
  .result-stage__image {
    width: auto;
    height: 100%;
    max-height: none;
  }
  .result-stage__bubble[data-result-primary-bubble] {
    top: 9.875rem;
    left: auto;
    right: 3.125rem;
    width: 26rem;
    aspect-ratio: 416/129;
    padding: 0 2.5rem 1.5rem;
    background-image: url("/images/bubble-result-top-desktop.svg");
  }
  .result-stage__bubble[data-result-primary-bubble] p {
    height: 3.375rem;
  }
  .result-stage__bubble[data-result-primary-bubble].custom-bubble::before {
    mask-image: url("/images/bubble-result-top-desktop-mask.svg");
    -webkit-mask-image: url("/images/bubble-result-top-desktop-mask.svg");
  }
  .result-stage__bubble[data-result-secondary-bubble] {
    bottom: 16.125rem;
    right: 39.6875rem;
    left: auto;
    top: auto;
    width: 30.1875rem;
    aspect-ratio: 489/172;
    padding: 2rem 3.25rem 0rem;
    background-image: url("/images/bubble-result-bottom-desktop.svg");
  }
  .result-stage__bubble[data-result-secondary-bubble] p {
    height: 5.0625rem;
  }
  .result-stage__bubble[data-result-secondary-bubble].custom-bubble::before {
    mask-image: url("/images/bubble-result-bottom-desktop-mask.svg");
    -webkit-mask-image: url("/images/bubble-result-bottom-desktop-mask.svg");
  }
  .result-stage__form {
    margin-top: 0;
    align-self: flex-end;
    width: 23.5rem;
  }
  .result-stage__form .app-button {
    max-width: 100%;
  }
  .result-stage__label {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .result-stage__input {
    margin-bottom: 1rem;
    padding: 1.5625rem 0.8125rem;
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .result-stage__name {
    align-self: flex-end;
    width: 26.5rem;
    font-size: 3.5rem;
    line-height: 2.8125rem;
  }
  .result-stage__name:before {
    bottom: -21.875rem;
    left: -18.125rem;
    width: 71.375rem;
    height: 45.625rem;
    background: url(/images/result-stage-name-lg.svg) center/contain no-repeat;
    opacity: 0.5;
  }
  .result-stage__cta--share {
    display: none;
  }
  .share-modal {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0;
    padding-right: 11.375rem;
  }
  .share-modal__sheet {
    gap: 0;
    width: 26.5rem;
    padding: 1.5rem 1.5rem;
    border-radius: 2rem 2rem 0 0;
    transform: translateY(1rem) scale(1);
    overflow: visible;
  }
  .share-modal.is-open.is-expanded .share-modal__sheet {
    transform: translateY(0) scale(1);
  }
  .share-modal.is-open.is-peeked .share-modal__sheet {
    transform: translateY(calc(100% - 4.5rem)) scale(1);
  }
  .share-modal.is-peeked .share-modal__sheet {
    overflow: hidden;
  }
  .share-modal__close {
    top: -2.625rem;
    right: -0.5rem;
  }
  .share-modal__text {
    margin-bottom: 1.125rem;
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  .share-modal__social-icon {
    width: 7.625rem;
  }
  .share-modal__actions {
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .share-modal__action {
    flex: 1 1 0;
  }
  .share-modal__action.app-button {
    max-width: none;
  }
  .about-layout {
    max-width: 64rem;
    gap: 2rem;
  }
  .about__title {
    max-width: 46rem;
    font-size: clamp(4rem, 3.8vw, 6.5rem);
  }
  .about__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 1rem;
  }
  .about__card {
    min-height: 16rem;
    padding: 1.35rem 1.4rem 1.5rem;
  }
  .about__card--wide {
    grid-column: 1/-1;
    min-height: 13.25rem;
  }
  .about__card-title {
    font-size: 1.35rem;
  }
  .about__card-text {
    font-size: 1rem;
  }
  .survey-layout,
  .loading-layout,
  .result-layout {
    max-width: 52rem;
  }
  .survey-card,
  .loading-card,
  .result-card {
    padding: 1.35rem 1.4rem 1.5rem;
  }
  .survey__title,
  .loading__title,
  .result__title {
    font-size: clamp(2.2rem, 3vw, 4.2rem);
  }
  .form-grid {
    gap: 1rem;
  }
  .choice-chip {
    min-height: 2.5rem;
    padding-inline: 1rem;
    font-size: 0.9rem;
  }
  .answer-box {
    min-height: 9rem;
  }
  .result-preview {
    aspect-ratio: 21/9;
  }
}
.share-page {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.share-page__screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  overflow: hidden;
}

.share-page__bg,
.share-page__inner {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.share-page__bg {
  z-index: 0;
  background: url("/images/main-bg-3-mobile.jpg") center/cover no-repeat;
}

.share-page__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
  pointer-events: none;
}

.share-page__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  min-height: 100%;
  padding: 0;
}

.share-result {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 100%;
  overflow: hidden;
}

.share-result__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.share-result__image {
  display: block;
  width: 35.8125rem;
  max-height: calc(100% - 6rem);
  object-fit: contain;
}

.share-result__brand {
  position: absolute;
  top: 2rem;
  top: 4svh;
  left: 1.875rem;
  z-index: 4;
  display: block;
  width: 8.875rem;
  pointer-events: auto;
}
.share-result__brand img {
  display: block;
  width: 100%;
}

.share-result__secondary {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5.2svh 1.5rem 6svh;
  pointer-events: none;
}

.share-result__name {
  position: relative;
  margin: 0;
  margin-top: auto;
  color: #ffffff;
  font-family: "tarbarsam", "Lineyka", "Raleway", system-ui, sans-serif;
  font-size: 2.3125rem;
  line-height: 1.8125rem;
  text-align: center;
  pointer-events: auto;
}

.share-result__name-decor {
  position: absolute;
  bottom: -8.125rem;
  left: -1.5rem;
  width: 23.4375rem;
  height: 31.625rem;
  background: url("/images/result-stage-name.svg") center/contain no-repeat;
  z-index: -1;
}

.share-result__name-text {
  position: relative;
  z-index: 1;
}

@media (min-width: 450px) {
  .share-page__bg {
    background-image: url("/images/main-bg-2-desktop.jpg");
  }
  .share-page__content {
    padding: 0;
  }
  .share-result__brand {
    top: 6.75svh;
    left: 4rem;
    width: 18.3125rem;
  }
  .share-result__media {
    right: 31.25rem;
    right: 25rem;
    left: auto;
    width: 39.875rem;
  }
  .share-result__image {
    width: auto;
    height: 100%;
    max-height: none;
  }
  .share-result__secondary {
    padding: 8svh 4rem 12svh;
    justify-content: center;
  }
  .share-result__name {
    align-self: flex-start;
    width: 53rem;
    width: 60rem;
    margin: 0;
    font-size: 6.375rem;
    line-height: 5rem;
  }
  .share-result__name-decor {
    bottom: -62.5rem;
    left: -48.75rem;
    width: 182.5625rem;
    height: 133.0625rem;
    background: url("/images/result-stage-name-lg-share.svg") center/contain no-repeat;
    opacity: 0.75;
  }
}
.share-page--snapshot {
  position: fixed;
  top: 0;
  left: -10000px;
  width: 1920px;
  height: 1080px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
.share-page--snapshot .share-result__image {
  width: 573px;
  max-height: calc(100% - 96px);
}
.share-page--snapshot .share-result__brand {
  top: 32px;
  left: 30px;
  width: 142px;
}
.share-page--snapshot .share-result__secondary {
  padding: 49px 24px 57px;
}
.share-page--snapshot .share-result__name {
  font-size: 37px;
  line-height: 29px;
}
.share-page--snapshot .share-result__name-decor {
  bottom: -130px;
  left: -24px;
  width: 375px;
  height: 506px;
}
@media (min-width: 450px) {
  .share-page--snapshot .share-result__brand {
    top: 64px;
    left: 64px;
    width: 293px;
  }
  .share-page--snapshot .share-result__media {
    right: 500px;
    right: 400px;
    width: 638px;
  }
  .share-page--snapshot .share-result__secondary {
    padding: 76px 64px 114px;
  }
  .share-page--snapshot .share-result__name {
    width: 848px;
    width: 960px;
    font-size: 102px;
    line-height: 80px;
  }
  .share-page--snapshot .share-result__name-decor {
    bottom: -1000px;
    left: -780px;
    width: 2921px;
    height: 2129px;
  }
}