/* Mobile and pre-launch composition refinements. Loaded after site.css. */

.footer-brand > a {
  display: none;
}

.footer-brand {
  gap: 0;
}

.prelaunch-logo {
  filter:
    brightness(1.28)
    contrast(1.06)
    saturate(1.08)
    drop-shadow(0 18px 32px rgba(0, 0, 0, .55));
}

@media (max-width: 680px) {
  .site-header {
    min-height: 72px;
  }

  .header-inner {
    width: min(100% - 1.5rem, 1180px);
  }

  .brand-link {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background:
      url('/assets/icons/favicon-32.png') center / 32px 32px no-repeat,
      rgba(8, 14, 13, .72);
    box-shadow: inset 0 0 0 1px rgba(169, 188, 114, .08);
  }

  .brand-link img {
    display: none;
  }

  .language-switcher button {
    min-width: 2.35rem;
    padding: .4rem .58rem;
  }

  .prelaunch {
    min-height: calc(100svh - 72px);
  }

  .prelaunch-main {
    align-items: start;
    padding: .75rem .75rem 1.5rem;
  }

  .prelaunch-card {
    padding: 1.55rem 1rem 1.9rem;
    border-radius: 22px;
  }

  .prelaunch-logo {
    width: min(280px, 82vw) !important;
    margin-bottom: 1rem;
  }

  .eyebrow {
    max-width: 100%;
    margin-bottom: .7rem;
    font-size: .67rem;
    letter-spacing: .14em;
  }

  .display {
    font-size: clamp(2.45rem, 11.8vw, 3.55rem);
    line-height: .98;
    letter-spacing: -.04em;
  }

  .lede {
    margin-top: 1rem;
    font-size: .98rem;
    line-height: 1.55;
  }

  .status-line {
    gap: .5rem;
    margin-top: 1.45rem;
    font-size: .74rem;
    letter-spacing: .1em;
  }

  .status-line::before,
  .status-line::after {
    width: 1.35rem;
  }

  .footer-inner {
    padding: 1.1rem 0 1.35rem;
    gap: .75rem;
  }

  .footer-brand {
    flex-direction: row;
  }

  .footer-nav {
    gap: .55rem 1rem;
  }
}
