@media (max-width: 719px) {
  html,
  html.__variable_cd5095 {
    --font-saans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-family: var(--font-saans) !important;
  }

  html,
  body {
    overflow-x: hidden;
    font-family: var(--font-saans) !important;
  }

  [data-sentry-component="MobileNavBar"] {
    left: 12px !important;
    top: 8px !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    overflow: hidden !important;
  }

  [data-sentry-component="MobileNavBar"] > div:first-child {
    padding-left: 18px !important;
    padding-right: 10px !important;
  }

  [data-sentry-component="MobileNavBar"] span.text-\[24px\] {
    font-size: 20px !important;
  }

  [data-sentry-component="MobileNavBar"][style*="height:52px"] > div:nth-of-type(2),
  [data-sentry-component="MobileNavBar"][style*="height: 52px"] > div:nth-of-type(2) {
    display: none !important;
  }

  [data-sentry-component="HeroSection"] {
    padding: 92px 18px 48px !important;
  }

  [data-sentry-component="HeroSection"] h1 {
    max-width: 348px !important;
    font-size: clamp(42px, 12vw, 54px) !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
  }

  [data-sentry-component="HeroSection"] p {
    max-width: 310px !important;
    padding-top: 18px !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
    text-wrap: balance;
  }

  #hero-section-ctas {
    width: 320px !important;
    max-width: calc(100vw - 36px) !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  #hero-section-ctas > *,
  #hero-section-ctas a {
    width: 100% !important;
  }

  #hero-section-ctas a {
    max-width: 100% !important;
    min-height: 48px !important;
  }

  [data-sentry-component="ProductCoverSection"] > div {
    aspect-ratio: 1.05 !important;
    margin: 0 18px !important;
    width: calc(100% - 36px) !important;
    border-radius: 20px !important;
    padding: 18px !important;
  }

  [data-sentry-component="ProductCoverSection"] {
    margin-top: 340px !important;
  }

  [data-sentry-component="ProductCoverSection"] > div > div {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    transform: scale(1) !important;
    transform-origin: top left !important;
  }

  [data-sentry-component="DesktopLibrarySection"] {
    height: auto !important;
  }

  [data-sentry-component="DesktopLibrarySection"] section {
    position: relative !important;
    height: auto !important;
    min-height: 520px !important;
    padding: 72px 18px !important;
  }

  [data-sentry-component="DesktopLibrarySection"] .text-nowrap {
    text-wrap: balance !important;
    white-space: normal !important;
  }

  [data-sentry-component="DesktopLibrarySection"] h2 {
    gap: 14px !important;
  }

  [data-sentry-component="DesktopLibrarySection"] h2 .text-title-3 {
    font-size: 22px !important;
    line-height: 1.08 !important;
    text-align: center !important;
  }

  [data-sentry-component="DesktopLibrarySection"] h2 .text-center {
    font-size: clamp(38px, 11vw, 50px) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
  }

  [data-sentry-component="JoinSection"] {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  [data-sentry-component="JoinSection"] .flex.gap-x-12 {
    width: 320px !important;
    max-width: calc(100vw - 36px) !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  [data-sentry-component="JoinSection"] .flex.gap-x-12 a {
    width: 100% !important;
    min-height: 48px !important;
  }

  footer .grid.grid-cols-2 {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}
