@media (max-width: 900px) {
  .ee-seo-mobile-only {
    display: block;
  }

  .ee-seo-desktop-only,
  .ee-topbar {
    display: none !important;
  }

  body {
    background:
      radial-gradient(circle at top left, rgba(219, 197, 164, 0.18), transparent 36%),
      linear-gradient(180deg, #f7efe7 0%, #f8f4ef 24%, #fbf8f4 100%);
  }

  .ee-seo-mobile-app {
    min-height: 100svh;
  }

  .ee-seo-mobile-app .ee-mobile-app {
    background: transparent;
  }

  .ee-seo-mobile-app .ee-mobile-shell {
    min-height: calc(100svh - env(safe-area-inset-top, 0px));
  }

  .ee-seo-mobile-main {
    display: grid;
    gap: 16px;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
  }

  .ee-seo-mobile-overview {
    display: grid;
    gap: 8px;
  }

  .ee-seo-mobile-overview-kicker {
    margin: 0 0 8px;
    color: #b38b59;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
  }

  .ee-seo-mobile-title {
    margin: 0;
    color: #151515;
    font-size: clamp(28px, 8.3vw, 38px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-weight: 500;
  }

  .ee-seo-mobile-copy {
    margin: 4px 0 0;
    color: rgba(27, 27, 27, 0.72);
    font-size: 13px;
    line-height: 1.62;
    max-width: 32ch;
  }

  .ee-mobile-searchbar-context {
    display: none !important;
  }

  .ee-seo-mobile-grid-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 6px;
  }

  .ee-seo-mobile-reset {
    border: 0;
    background: transparent;
    color: rgba(24, 24, 24, 0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .ee-seo-mobile-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 30px 20px;
    border: 1px dashed rgba(188, 178, 166, 0.55);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    margin-bottom: 12px;
    text-align: center;
  }

  .ee-seo-mobile-empty.hidden {
    display: none !important;
  }

  .ee-seo-mobile-empty .ee-mobile-empty-icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(188, 178, 166, 0.4);
  }

  .ee-seo-mobile-empty-title {
    color: #171717;
    font-size: 16px;
    font-weight: 700;
  }

  .ee-seo-mobile-empty-copy {
    color: rgba(37, 37, 37, 0.62);
    font-size: 13px;
    line-height: 1.55;
    max-width: 280px;
  }

  .ee-seo-mobile-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 48;
    background: rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .ee-seo-mobile-filter-sheet {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 88px);
    z-index: 49;
  }

  .ee-seo-mobile-filter-panel {
    border: 1px solid rgba(188, 178, 166, 0.68);
    background: rgba(249, 244, 239, 0.98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
    border-radius: 26px;
    padding: 12px 12px 14px;
  }

  .ee-seo-mobile-filter-handle {
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: rgba(24, 24, 24, 0.12);
    margin: 0 auto 12px;
  }

  .ee-seo-mobile-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
  }

  .ee-seo-mobile-filter-title {
    color: #151515;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .ee-seo-mobile-filter-close {
    border: 0;
    background: transparent;
    color: #151515;
    font-size: 28px;
    line-height: 1;
    padding: 0 4px;
  }

  .ee-seo-mobile-filter-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ee-seo-mobile-filter-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(188, 178, 166, 0.42);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.64);
    color: rgba(23, 23, 23, 0.82);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  }

  .ee-seo-mobile-filter-link.is-active {
    border-color: #171717;
    background: rgba(255, 255, 255, 0.88);
    color: #111111;
  }

  .ee-seo-mobile-bottom-nav {
    z-index: 44;
  }

  .ee-seo-mobile-bottom-nav .ee-mobile-nav-button {
    text-decoration: none;
  }

  .ee-seo-mobile-app .ee-mobile-searchbar .ee-mobile-lang-switch {
    justify-self: end;
  }

  .ee-seo-mobile-app .ee-mobile-searchbar .ee-mobile-lang-current {
    min-width: 50px;
  }

  .ee-seo-mobile-app .ee-mobile-chipbar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-top: 2px;
  }

  .ee-seo-mobile-app .ee-mobile-chipbar-fixed {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
  }

  .ee-seo-mobile-app .ee-mobile-chipbar-scroll {
    align-items: flex-start;
    scroll-snap-type: x proximity;
  }

  .ee-seo-mobile-app .ee-mobile-chip {
    scroll-snap-align: start;
  }
}

@media (min-width: 901px) {
  .ee-seo-mobile-only {
    display: none !important;
  }
}
