.watermark-host::after {
  content: none !important;
  display: none !important;
}

body::selection {
  background: rgba(255, 61, 203, 0.34);
}

.main-nav a,
.currency-btn,
.language-btn,
.signup,
.register-link,
.login-btn,
.theme-btn,
.agent-select,
.icon-btn,
.tab,
.model-tab,
.check-btn,
.copy-link,
.buy-btn,
.load-more,
.quick-page-card,
.detail-color-btn,
.favorite-btn,
.badge {
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.reveal-surface,
.reveal-card {
  opacity: 0;
  transform: translateY(18px);
  animation: surfaceIn 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--card-delay, 0ms);
}

@keyframes surfaceIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalog-hero {
  display: grid;
  gap: 22px;
  padding: 34px 34px 28px;
  min-height: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.82fr);
  gap: 24px;
  width: min(100%, 1280px);
}

.hero-copy,
.preview-card,
.search-panel,
.category-panel,
.model-panel,
.price-panel,
.quick-page-card,
.insight-strip article,
.tracker-hero,
.tracker-shell {
  border: 1px solid rgba(255, 61, 203, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(7, 7, 10, 0.92);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(140deg, rgba(255, 61, 203, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(7, 7, 10, 0.92);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 4px;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.nav-actions {
  flex-wrap: nowrap;
  justify-content: flex-end;
  row-gap: 8px;
  min-width: 0;
}

.nav-actions > * {
  flex-shrink: 0;
}

.language-btn {
  min-width: 38px;
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.language-btn.active {
  background: rgba(255, 61, 203, 0.92);
  color: #050206;
  box-shadow: 0 10px 24px rgba(255, 61, 203, 0.22);
}

.register-link {
  padding: 0 16px;
  white-space: nowrap;
  background: linear-gradient(135deg, #ff3dcb, #ff7ae0);
  color: #09050a !important;
  border-color: rgba(255, 61, 203, 0.7) !important;
  box-shadow: 0 18px 38px rgba(255, 61, 203, 0.22);
}

.hero-copy h1 {
  margin: 0;
  text-align: left;
}

.hero-text,
.preview-copy,
.quick-page-card p,
.insight-strip article p {
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 61, 203, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 850;
}

.ghost-btn:hover,
.quick-page-card:hover,
.main-nav a:hover,
.agent-select:hover,
.login-btn:hover,
.theme-btn:hover,
.icon-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 61, 203, 0.56);
  box-shadow: 0 16px 34px rgba(255, 61, 203, 0.12);
}

.hero-stats,
.tracker-meta {
  display: grid;
  gap: 12px;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tracker-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-stats article,
.tracker-meta article {
  min-height: 110px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
}

.hero-stats span,
.tracker-meta strong {
  display: block;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 950;
}

.hero-stats p,
.tracker-meta span {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-preview {
  min-width: 0;
}

.preview-card {
  display: grid;
  gap: 16px;
  height: 100%;
  padding: 24px;
}

.preview-head,
.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-toggle {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.collapsible-panel > .panel-toggle {
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.collapsible-panel > .panel-toggle:hover {
  transform: none !important;
  box-shadow: none !important;
}

.section-copy {
  display: grid;
  gap: 4px;
}

.section-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.panel-chevron {
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(255, 255, 255, 0.76);
  border-bottom: 2px solid rgba(255, 255, 255, 0.76);
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.collapsible-panel.is-open .panel-chevron {
  transform: rotate(225deg);
}

.panel-collapse {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.collapsible-panel.is-open .panel-collapse {
  grid-template-rows: 1fr;
}

.panel-collapse-inner {
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: padding-top 220ms ease;
}

.collapsible-panel.is-open .panel-collapse-inner {
  padding-top: 18px;
}

.preview-head strong,
.section-title-row > span {
  display: block;
}

.preview-head strong {
  font-size: 22px;
}

.preview-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.filter-segmented {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 4px;
  border: 1px solid rgba(255, 61, 203, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.segment-btn {
  min-width: 88px;
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--soft);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.segment-btn.active {
  background: #f4f0f3;
  color: #08070a;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.08);
}

.audience-segmented {
  max-width: 100%;
}

.segment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.segment-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}

.segment-btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.segment-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.segment-btn.active .segment-count {
  background: rgba(8, 7, 10, 0.08);
  color: #08070a;
}

.preview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-links a,
.results-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 61, 203, 0.2);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
  font-weight: 850;
}

.hero-panels {
  display: grid;
  gap: 18px;
  width: min(100%, 1280px);
}

.search-panel,
.category-panel,
.model-panel,
.price-panel {
  width: 100%;
  margin: 0;
  padding: 22px 24px;
}

.section-title-row p,
.search-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-title-row > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.price-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.quick-pages,
.insight-strip {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.quick-pages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-page-card {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.quick-page-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 61, 203, 0.34);
  border-radius: 16px;
  background: rgba(255, 61, 203, 0.12);
  font-size: 13px;
  font-weight: 950;
  color: #ffd3f4;
}

.quick-page-card strong {
  font-size: 22px;
}

.quick-page-card code {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
}

.insight-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight-strip article {
  padding: 24px;
}

.insight-strip h2 {
  margin: 8px 0 10px;
  font-size: 28px;
  line-height: 1.05;
}

.results-head {
  align-items: end;
  margin-top: 34px;
}

.results-tools {
  gap: 10px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(7, 7, 10, 0.98);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  content-visibility: auto;
  contain-intrinsic-size: 430px 620px;
  will-change: transform;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 61, 203, 0.52);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.56);
}

.product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  margin: 14px 14px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #09090c;
}

.product-media img,
.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateZ(0);
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.34));
}

.media-topline {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.product-card:hover .product-media img {
  transform: scale(1.03);
}

.product-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  opacity: 0;
  transition: opacity 180ms ease;
}

.product-card:hover .product-media::before {
  opacity: 1;
}

.badge {
  position: static;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 4, 7, 0.72);
}

.badge.muted {
  color: var(--soft);
}

.product-body {
  display: grid;
  grid-template-rows: auto auto auto auto auto 1fr auto;
  gap: 12px;
  padding: 16px 16px 18px;
}

.product-eyebrow,
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-eyebrow-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
}

.favorite-btn {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 61, 203, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft);
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}

.favorite-btn:hover,
.favorite-btn.active {
  border-color: rgba(255, 61, 203, 0.82);
  background: rgba(255, 61, 203, 0.18);
  color: #ff8be3;
  transform: translateY(-1px) scale(1.03);
}

.favorite-filter {
  cursor: pointer;
}

.favorite-filter.active {
  border-color: rgba(255, 61, 203, 0.8);
  background: rgba(255, 61, 203, 0.16);
  color: #ffe3f8;
}

.favorite-filter strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  margin-left: 6px;
  border-radius: 999px;
  background: rgba(255, 61, 203, 0.22);
  color: #ffe3f8;
  font-size: 11px;
}

.product-eyebrow span,
.meta span,
.quality span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  font-size: 11px;
  font-weight: 850;
}

.product-title {
  display: grid;
  gap: 8px;
}

.product-title h3 {
  margin: 0;
  min-height: 48px;
  font-size: 20px;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-title .price {
  color: #ffe3f8;
  font-size: 24px;
  font-weight: 950;
}

.product-subline {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.color-strip {
  gap: 8px;
  min-height: 40px;
}

.color-strip img,
.color-strip span,
.color-strip strong {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.color-strip.compact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-height: 0;
}

.color-strip.compact .color-pill {
  width: auto;
  height: auto;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.product-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.quality {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.quality strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.check-btn,
.copy-link,
.buy-btn,
.load-more,
.tracker-form button {
  min-height: 46px;
  border-radius: 16px;
  font-weight: 900;
}

.check-btn,
.copy-link {
  border: 1px solid rgba(255, 61, 203, 0.24);
}

.check-btn:hover,
.copy-link:hover,
.buy-btn:hover,
.load-more:hover,
.tracker-form button:hover,
.ghost-btn:hover {
  transform: translateY(-1px);
}

.load-more {
  min-width: 240px;
  margin: 26px auto 0;
}

.detail-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-color-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.detail-color-btn.active {
  border-color: rgba(255, 61, 203, 0.84);
  box-shadow: 0 12px 28px rgba(255, 61, 203, 0.18);
}

.detail-color-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tracker-main {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 clamp(14px, 7vw, 150px) 48px;
}

.tracker-hero,
.tracker-shell {
  display: grid;
  gap: 18px;
  padding: 28px;
  margin-top: 28px;
}

.tracker-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
}

.tracker-hero h1 {
  margin: 6px 0 0;
  text-align: left;
}

.tracker-hero-aside {
  display: grid;
  gap: 12px;
}

.tracker-mini-card {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.tracker-mini-card span,
.tracker-status {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.tracker-mini-card strong {
  font-size: 26px;
  line-height: 1.05;
}

.tracker-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 12px;
  align-items: end;
}

.tracker-form label {
  display: grid;
  gap: 8px;
}

.tracker-form span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tracker-form input {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 61, 203, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.tracker-status {
  margin-top: -4px;
}

.tracker-service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tracker-result {
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 61, 203, 0.08), transparent 28%),
    rgba(0, 0, 0, 0.22);
  position: relative;
}

.tracker-widget-placeholder {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 240px;
  padding: 24px;
  text-align: center;
  color: var(--muted);
}

.tracker-widget-placeholder strong {
  color: var(--text);
  font-size: 22px;
}

.tracker-summary-shell {
  align-content: start;
  place-items: stretch;
  padding: 26px;
  text-align: left;
}

.tracker-widget-fallback {
  gap: 18px;
  align-content: center;
}

.tracker-fallback-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.tracker-fallback-actions a {
  min-width: 180px;
}

.tracker-summary-grid {
  display: grid;
  gap: 16px;
}

.tracker-summary-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.tracker-summary-card strong {
  font-size: 18px;
}

.tracker-summary-card p {
  margin: 0;
  color: var(--soft);
  line-height: 1.6;
}

.tracker-flow-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tracker-flow-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.tracker-flow-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 61, 203, 0.24);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  font-weight: 900;
}

.tracker-flow-list li p {
  padding-top: 6px;
}

.tracker-flow-list li.active span {
  border-color: rgba(255, 61, 203, 0.7);
  background: rgba(255, 61, 203, 0.18);
  color: #ffe3f8;
}

.tracker-flow-list li.active p {
  color: var(--text);
}

.tracker-embed-btn {
  margin: 0 26px 26px;
}

#trackerFrame {
  display: block;
  width: 100%;
  min-height: 640px;
  border: 0;
  background: transparent;
}

#trackerFrame[hidden] {
  display: none !important;
}

.sellers-main {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 18px 70px;
}

.sellers-hero {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(100%, 760px);
  margin: 0 auto 42px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.seller-hero-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--text);
  font-size: 22px;
}

.sellers-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.95;
  text-align: center;
}

.sellers-hero p:not(.overline) {
  max-width: 680px;
  margin: 0;
  color: var(--soft);
  line-height: 1.65;
}

.seller-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.seller-card {
  display: grid;
  gap: 18px;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 61, 203, 0.06), rgba(255, 255, 255, 0.015) 42%),
    rgba(7, 7, 10, 0.96);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.seller-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 61, 203, 0.42);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.46);
}

.seller-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.seller-logo {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #fff;
  color: #050507;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
}

.seller-card h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1;
}

.seller-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255, 171, 0, 0.14);
  color: #ffba2f;
  font-size: 11px;
  font-weight: 900;
}

.seller-card p {
  margin: 0;
  min-height: 54px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.55;
}

.seller-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  margin-top: auto;
  border-radius: 12px;
  background: #fff;
  color: #07070a;
  font-weight: 950;
}

.seller-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(255, 255, 255, 0.12);
}

@media (max-width: 1400px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .hero-grid,
  .tracker-hero,
  .quick-pages,
  .insight-strip,
  .seller-grid {
    grid-template-columns: 1fr;
  }

  .preview-tools,
  .hero-stats,
  .tracker-meta {
    grid-template-columns: 1fr;
  }

  .price-fields {
    grid-template-columns: 1fr;
  }

  .tracker-summary-shell {
    min-height: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .seller-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav-shell {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 12px;
    border-radius: 24px;
  }

  .brand {
    justify-content: center;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 6px;
  }

  .main-nav a {
    white-space: nowrap;
  }

  .nav-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    overflow: visible;
    justify-content: stretch;
  }

  .nav-actions > * {
    min-width: 0;
  }

  .signup,
  .agent-select,
  .login-btn,
  .language-switcher,
  .currency-switcher {
    width: 100%;
    justify-content: center;
  }

  .catalog-hero,
  .tracker-hero,
  .tracker-shell {
    padding: 22px 16px;
  }

  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    border-radius: 20px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-stats article {
    min-height: 94px;
    padding: 14px;
  }

  .hero-stats span {
    font-size: clamp(24px, 5vw, 30px);
  }

  .preview-tools {
    grid-template-columns: 1fr;
  }

  .sort-control {
    width: 100%;
    justify-content: space-between;
  }

  .results-head {
    align-items: stretch;
    gap: 14px;
  }

  .results-tools {
    justify-content: flex-start;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .tracker-form {
    grid-template-columns: 1fr;
  }

  .product-card {
    border-radius: 18px;
  }

  .product-media {
    margin: 10px 10px 0;
    border-radius: 16px;
  }

  .product-body {
    gap: 10px;
    padding: 14px;
  }

  .product-title h3 {
    min-height: 42px;
    font-size: 16px;
  }

  .product-title .price {
    font-size: 21px;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .sellers-main {
    padding-top: 42px;
  }
}

@media (max-width: 720px) {
  .catalog-hero {
    padding: 18px 12px 22px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    min-height: 0;
    overflow: visible;
  }

  .main-nav a {
    min-width: 0;
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
  }

  .nav-actions {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    gap: 16px;
    padding: 22px 18px;
  }

  .hero-text,
  .preview-copy {
    font-size: 14px;
  }

  .hero-stats article {
    min-height: 88px;
  }

  .results-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .results-pill,
  .favorite-filter {
    justify-content: center;
  }

  .product-title h3 {
    font-size: 15px;
    line-height: 1.25;
  }

  .product-eyebrow-line {
    align-items: center;
  }

  .color-strip img,
  .color-strip span,
  .color-strip strong {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    padding: 10px;
    border-radius: 20px;
  }

  .nav-actions {
    grid-template-columns: 1fr;
  }

  .main-nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .filter-segmented,
  .audience-segmented,
  .preview-links,
  .results-tools {
    width: 100%;
  }

  .audience-segmented .segment-btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .preview-links,
  .results-tools {
    display: grid;
    grid-template-columns: 1fr;
  }

  .search-row {
    grid-template-columns: auto 1fr;
    padding: 10px 12px;
    border-radius: 20px;
  }

  .search-row button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .search-row input {
    font-size: 15px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-body {
    padding: 14px 12px 16px;
  }

  .price-fields {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal-surface,
  .reveal-card {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Final polish pass */

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 61, 203, 0.17), transparent 28rem),
    radial-gradient(circle at 84% 14%, rgba(86, 114, 255, 0.12), transparent 24rem),
    linear-gradient(180deg, #06060a 0%, #030306 56%, #010103 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 88%);
  opacity: 0.24;
}

body::after {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 61, 203, 0.08), transparent 30%),
    radial-gradient(circle at 0% 44%, rgba(181, 43, 145, 0.08), transparent 22%),
    radial-gradient(circle at 100% 58%, rgba(86, 114, 255, 0.07), transparent 24%);
}

main {
  position: relative;
  max-width: 1560px;
}

.site-header {
  padding: 16px clamp(12px, 4vw, 72px);
  border-bottom-color: rgba(255, 255, 255, 0.04);
  background: rgba(3, 3, 7, 0.68);
  backdrop-filter: blur(20px);
}

.nav-shell {
  min-height: 82px;
  padding: 10px 12px 10px 14px;
  border-color: rgba(255, 61, 203, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(10, 7, 12, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 56px rgba(0, 0, 0, 0.28);
}

.brand {
  min-width: 0;
}

.brand strong {
  font-size: 16px;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 44px;
  height: 44px;
  box-shadow:
    0 0 0 1px rgba(255, 61, 203, 0.12),
    0 18px 30px rgba(255, 61, 203, 0.2);
}

.main-nav {
  gap: 6px;
  min-height: 58px;
  padding: 5px;
  border-color: rgba(255, 61, 203, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.015);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.main-nav a {
  min-height: 46px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 850;
}

.main-nav a.active {
  border-width: 1px;
  background:
    linear-gradient(180deg, rgba(255, 61, 203, 0.18), rgba(255, 61, 203, 0.1)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(255, 61, 203, 0.22);
}

.nav-actions {
  gap: 10px;
}

.home-page .language-switcher,
.home-page .currency-switcher,
.converter-page .language-switcher,
.converter-page .currency-switcher {
  display: inline-flex !important;
}

.register-link {
  min-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 900;
}

.catalog-hero {
  gap: 26px;
  padding: 38px 0 30px;
}

.hero-grid,
.hero-panels {
  width: min(100%, 1320px);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.24fr) minmax(350px, 0.84fr);
  gap: 26px;
}

.hero-copy,
.preview-card,
.search-panel,
.category-panel,
.model-panel,
.price-panel,
.quick-page-card,
.insight-strip article,
.tracker-hero,
.tracker-shell {
  border-color: rgba(255, 61, 203, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(8, 7, 11, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.hero-copy,
.preview-card {
  position: relative;
  overflow: hidden;
}

.hero-copy::before,
.preview-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-copy::before {
  background:
    radial-gradient(circle at top left, rgba(255, 61, 203, 0.14), transparent 38%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.04), transparent 54%);
}

.preview-card::before {
  background:
    radial-gradient(circle at top right, rgba(86, 114, 255, 0.14), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255, 61, 203, 0.08), transparent 26%);
}

.hero-copy > *,
.preview-card > * {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  font-size: clamp(58px, 7.2vw, 92px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #ffffff 0%, #ffe6f7 62%, #ffb8e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text {
  max-width: 56ch;
  font-size: 16px;
}

.hero-stats article {
  border-color: rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.22);
}

.hero-stats span {
  letter-spacing: -0.03em;
}

.sheet-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 61, 203, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft);
  font-size: 12px;
  font-weight: 850;
}

.preview-head strong {
  font-size: 26px;
  line-height: 1.04;
}

.preview-tools {
  grid-template-columns: minmax(0, 1fr);
}

.sort-control {
  justify-content: space-between;
  width: 100%;
}

.preview-links a,
.results-pill {
  min-height: 40px;
  padding: 0 16px;
  border-color: rgba(255, 61, 203, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.search-panel,
.category-panel,
.model-panel,
.price-panel {
  padding: 24px 26px;
}

.results-head {
  margin-top: 44px;
}

.results-head h2 {
  letter-spacing: -0.03em;
}

.results-tools {
  gap: 12px;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  position: relative;
  grid-template-rows: auto 1fr;
  border-radius: 26px;
  border-color: rgba(255, 61, 203, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(8, 8, 12, 0.98);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.34);
  contain-intrinsic-size: 430px 650px;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 61, 203, 0.12), transparent 34%);
  opacity: 0.9;
  pointer-events: none;
}

.product-card:hover {
  border-color: rgba(255, 61, 203, 0.44);
  box-shadow: 0 36px 96px rgba(0, 0, 0, 0.42);
}

.product-media {
  margin: 16px 16px 0;
  border-color: rgba(255, 255, 255, 0.05);
  border-radius: 22px;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #09090d;
}

.product-media img,
.detail-media img {
  padding: 16px;
  transition: transform 220ms ease, filter 220ms ease;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.38));
}

.product-card:hover .product-media img {
  transform: translateY(-2px) scale(1.05);
  filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.46));
}

.badge {
  backdrop-filter: blur(12px);
}

.product-eyebrow-line {
  align-items: center;
}

.product-body {
  gap: 14px;
  padding: 18px;
}

.product-title h3 {
  min-height: 54px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.product-subline {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meta span,
.product-eyebrow span,
.quality span {
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

.favorite-btn {
  width: 40px;
  height: 40px;
  border-color: rgba(255, 61, 203, 0.18);
  background: rgba(255, 255, 255, 0.045);
}

.quality {
  padding: 14px 16px;
  border-color: rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.card-actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.check-btn,
.copy-link,
.buy-btn,
.load-more,
.tracker-form button {
  min-height: 48px;
  border-radius: 18px;
}

.check-btn {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.copy-link {
  border: 0;
  background: linear-gradient(135deg, #ff3dcb, #ff76df);
  color: #09050a;
  box-shadow: 0 18px 34px rgba(255, 61, 203, 0.2);
}

.load-more {
  min-width: 268px;
  margin-top: 30px;
}

@media (min-width: 1580px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .hero-grid,
  .tracker-hero,
  .quick-pages,
  .insight-strip,
  .seller-grid {
    grid-template-columns: 1fr;
  }

  .preview-tools,
  .tracker-meta {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: 12px 12px 0;
  }

  .nav-shell {
    gap: 12px;
    padding: 14px;
    border-radius: 28px;
  }

  .brand {
    justify-content: center;
  }

  .main-nav {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .signup {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

  .hero-grid {
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .catalog-hero {
    padding: 18px 0 24px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .main-nav a {
    min-height: 44px;
    border: 1px solid rgba(255, 61, 203, 0.16);
    background: rgba(255, 255, 255, 0.028);
  }

  .nav-actions {
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 10px;
  }

  .hero-copy {
    padding: 24px 18px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 11.2vw, 50px);
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions > * {
    width: 100%;
  }

  .results-head {
    gap: 16px;
  }

  .results-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-pill,
  .favorite-filter {
    width: 100%;
    justify-content: center;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-media {
    margin: 14px 14px 0;
  }
}

@media (max-width: 560px) {
  .brand {
    justify-content: flex-start;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats article {
    min-height: 84px;
    padding: 12px;
  }

  .hero-stats span {
    font-size: 28px;
  }
}

/* Ultra polish pass */

:root {
  --scroll-progress: 0;
}

body {
  overflow-x: hidden;
}

body::before {
  animation: refreshGridDrift 18s linear infinite;
}

body::after {
  animation: refreshGlowShift 18s ease-in-out infinite alternate;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: calc(var(--scroll-progress) * 100%);
  background: linear-gradient(90deg, rgba(255, 61, 203, 0.95), rgba(109, 138, 255, 0.84));
  box-shadow: 0 0 22px rgba(255, 61, 203, 0.28);
  transition: width 140ms ease;
}

.nav-shell {
  overflow: hidden;
}

.nav-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.08) 50%, transparent 80%);
  transform: translateX(-120%);
  animation: navSweep 11s linear infinite;
  opacity: 0.32;
}

.catalog-hero {
  isolation: isolate;
}

.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 760px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 88%);
  opacity: 0.18;
}

.catalog-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 61, 203, 0.55), transparent);
  opacity: 0.24;
  animation: scanLine 8s linear infinite;
}

.hero-copy,
.preview-card,
.search-panel,
.partner-banner,
.product-card {
  overflow: hidden;
}

.hero-copy::after,
.preview-card::after,
.search-panel::after,
.partner-banner::after,
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 255, 255, 0.09), transparent 30%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.hero-copy.is-tilting::after,
.preview-card.is-tilting::after,
.search-panel.is-tilting::after,
.partner-banner.is-tilting::after,
.product-card.is-tilting::after {
  opacity: 1;
}

.hero-copy h1,
.product-title h3 {
  text-wrap: balance;
}

.hero-copy .overline,
.preview-head .overline,
.results-head .overline {
  color: rgba(255, 255, 255, 0.58);
}

.hero-stats article,
.tracker-meta article {
  backdrop-filter: blur(16px);
}

.partner-banner {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.partner-banner:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--promo-accent, #ff3dcb) 34%, rgba(255, 255, 255, 0.12));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--promo-accent, #ff3dcb) 12%, transparent),
    0 28px 72px rgba(0, 0, 0, 0.4);
}

.product-card::before {
  background:
    radial-gradient(circle at top right, rgba(255, 61, 203, 0.14), transparent 34%),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.01));
}

.product-card.is-tilting .product-media img,
.product-card:hover .product-media img {
  transform: translate(var(--tilt-x, 0), var(--tilt-y, 0)) scale(1.05);
}

.product-card:hover::after {
  opacity: 0.96;
}

.favorite-btn.active {
  animation: favoritePulse 2.3s ease-in-out infinite;
}

.buy-btn span:last-child,
.copy-link,
.check-btn,
.partner-banner-link {
  transition: transform 180ms ease;
}

.buy-btn:hover span:last-child,
.copy-link:hover,
.check-btn:hover,
.partner-banner-link:hover {
  transform: translateX(2px);
}

.tab,
.model-tab,
.preview-links a,
.results-pill {
  position: relative;
  overflow: hidden;
}

.tab::after,
.model-tab::after,
.preview-links a::after,
.results-pill::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 61, 203, 0.9), transparent);
  transform: scaleX(0.2);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.tab:hover::after,
.tab.active::after,
.model-tab:hover::after,
.model-tab.active::after,
.preview-links a:hover::after,
.results-pill:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

@keyframes navSweep {
  to {
    transform: translateX(120%);
  }
}

@keyframes refreshGridDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 28px, 0);
  }
}

@keyframes refreshGlowShift {
  0% {
    filter: saturate(1) brightness(1);
  }
  100% {
    filter: saturate(1.08) brightness(1.04);
  }
}

@keyframes scanLine {
  from {
    transform: translateY(0);
    opacity: 0.12;
  }
  10% {
    opacity: 0.56;
  }
  to {
    transform: translateY(620px);
    opacity: 0.06;
  }
}

@keyframes favoritePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 61, 203, 0.18);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 61, 203, 0);
  }
}

@media (hover: none), (pointer: coarse) {
  .nav-shell::after,
  .hero-copy::after,
  .preview-card::after,
  .search-panel::after,
  .partner-banner::after,
  .product-card::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .site-header::after,
  .nav-shell::after,
  .catalog-hero::after,
  .favorite-btn.active {
    animation: none !important;
  }
}

/* Final release pass */

.catalog-hero,
.results-head,
.product-grid,
.load-more,
.tracker-main,
.converter-main,
.sellers-main {
  width: min(100%, 1320px);
  margin-left: auto;
  margin-right: auto;
}

.catalog-hero {
  gap: 26px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: stretch;
}

.hero-copy,
.preview-card {
  min-height: 100%;
}

.hero-copy h1 {
  max-width: none;
  font-size: clamp(48px, 4.8vw, 82px);
  line-height: 0.94;
  text-wrap: nowrap;
}

/* Performance-first overrides */

body::before,
body::after,
.nav-shell::after,
.site-header::after,
.catalog-hero::before,
.catalog-hero::after,
.favorite-btn.active {
  animation: none !important;
}

.reveal-surface,
.reveal-card {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.hero-stats article,
.tracker-meta article,
.badge {
  backdrop-filter: none !important;
}

.product-card::after,
.product-card.is-tilting::after {
  display: none !important;
}

.product-card,
.product-media img,
.detail-media img {
  will-change: auto !important;
}

.partner-banner,
.hero-copy,
.preview-card,
.search-panel,
.product-card {
  transition:
    border-color 120ms ease,
    box-shadow 120ms ease,
    background-color 120ms ease !important;
}

.product-card {
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 420px 560px;
}

.product-media img,
.detail-media img {
  transition: opacity 120ms ease !important;
  filter: none !important;
}

.product-card:hover .product-media img,
.product-card.is-tilting .product-media img {
  transform: none !important;
  filter: none !important;
}

.partner-banner:hover,
.hero-copy:hover,
.preview-card:hover,
.search-panel:hover,
.product-card:hover {
  transform: none !important;
}

@media (max-width: 720px) {
  .site-header {
    padding: 10px 10px 0;
  }

  .nav-shell {
    gap: 12px;
    padding: 14px;
    border-radius: 24px;
  }

  .main-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .main-nav a {
    min-height: 42px;
    font-size: 13px;
    text-align: center;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .signup,
  .agent-select {
    grid-column: 1 / -1;
  }

  .signup {
    min-height: 48px;
    justify-content: center;
  }

  .agent-select,
  .language-switcher,
  .currency-switcher,
  .settings-trigger {
    width: 100%;
  }

  .agent-select {
    justify-content: flex-start;
    min-width: 0;
  }

  .language-switcher,
  .currency-switcher {
    justify-content: center;
  }

  .catalog-hero {
    padding: 16px 0 26px;
  }

  .partner-banner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px;
    border-radius: 22px;
  }

  .partner-banner-copy p {
    font-size: 13px;
    line-height: 1.45;
  }

  .partner-banner-link {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

  .partner-banner-close {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .hero-grid {
    gap: 14px;
  }

  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10.2vw, 44px);
    line-height: 1;
    text-wrap: balance;
    white-space: normal;
  }

  .hero-text,
  .preview-copy {
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-stats article {
    min-height: 78px;
    padding: 12px;
    border-radius: 16px;
  }

  .hero-stats span {
    font-size: 22px;
  }

  .preview-head {
    align-items: flex-start;
  }

  .preview-tools {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .preview-links a {
    justify-content: center;
    text-align: center;
  }

  .search-row {
    grid-template-columns: auto 1fr;
    gap: 10px;
    min-height: 0;
    padding: 12px;
  }

  .search-row button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .tabs,
  .model-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .tabs::-webkit-scrollbar,
  .model-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab,
  .model-tab {
    flex: 0 0 auto;
  }

  .results-head {
    gap: 14px;
    margin-top: 30px;
  }

  .results-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .results-pill,
  .favorite-filter {
    width: 100%;
    justify-content: center;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-card {
    border-radius: 22px;
  }

  .product-media {
    margin: 14px 14px 0;
    border-radius: 18px;
    aspect-ratio: 1 / 0.94;
  }

  .product-body {
    gap: 12px;
    padding: 15px 14px 18px;
  }

  .product-title h3 {
    min-height: 0;
    font-size: 18px;
    line-height: 1.18;
  }

  .product-title .price {
    font-size: 23px;
  }

  .meta,
  .product-subline {
    font-size: 12px;
  }

  .card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .main-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-actions {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stats,
  .preview-links,
  .results-tools,
  .card-actions {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 9.4vw, 40px);
  }

  .hero-stats article {
    min-height: 72px;
  }
}

.hero-text {
  max-width: 34rem;
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 4px;
}

.hero-stats article,
.tracker-meta article {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.28);
}

.hero-stats article::after,
.tracker-meta article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 61, 203, 0.55), transparent);
  opacity: 0.6;
}

.preview-card {
  padding: 28px;
  gap: 20px;
}

.hero-copy,
.preview-card,
.search-panel,
.category-panel,
.model-panel,
.price-panel,
.converter-hero,
.converter-results-shell,
.converter-steps,
.tracker-shell,
.sellers-hero {
  backdrop-filter: blur(18px);
}

.hero-copy {
  border-radius: 32px;
  box-shadow:
    0 26px 84px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-copy::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.06), transparent 28%),
    radial-gradient(circle at top left, rgba(255, 61, 203, 0.16), transparent 38%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.04), transparent 54%);
}

.preview-card {
  border-radius: 32px;
  box-shadow:
    0 26px 84px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.preview-head strong {
  font-size: clamp(30px, 2.6vw, 40px);
  line-height: 0.96;
}

.sheet-status {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 61, 203, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.preview-links {
  gap: 12px;
}

.search-panel,
.category-panel,
.model-panel,
.price-panel {
  border-radius: 28px;
}

.search-panel {
  padding-top: 18px;
}

.search-row {
  min-height: 68px;
  border: 1px solid rgba(255, 61, 203, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(9, 9, 12, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.search-row input {
  font-size: 17px;
}

.search-row button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
}

.tabs,
.model-tabs {
  justify-content: flex-start;
}

.results-head {
  margin-top: 42px;
  align-items: center;
}

.results-head h2 {
  max-width: 14ch;
}

.product-grid {
  align-items: stretch;
  gap: 24px;
}

.product-card {
  min-height: 100%;
  transform: translateZ(0);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    rgba(8, 8, 11, 0.96);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.42);
}

.product-media {
  margin: 16px 16px 0;
  aspect-ratio: 1 / 0.9;
  border-radius: 22px;
}

.product-body {
  align-content: start;
  padding: 18px 18px 20px;
  gap: 14px;
}

.product-title .price {
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 950;
  letter-spacing: -0.03em;
}

.product-title h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
  min-height: 2.2em;
}

.product-subline {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 200px;
  padding: 28px;
  border: 1px dashed rgba(255, 61, 203, 0.24);
  border-radius: 26px;
  background:
    radial-gradient(circle at top, rgba(255, 61, 203, 0.08), transparent 48%),
    rgba(9, 9, 13, 0.72);
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

.card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.card-actions > * {
  width: 100%;
  justify-content: center;
}

.product-footer {
  margin-top: auto;
}

.favorite-btn {
  backdrop-filter: blur(10px);
}

.load-more {
  margin-top: 26px;
}

.seller-hero-icon {
  display: none;
}

.settings-trigger {
  font-size: 20px;
}

.settings-trigger span,
.preferences-icon {
  line-height: 1;
}

@media (max-width: 980px) {
  .catalog-hero,
  .results-head,
  .product-grid,
  .tracker-main,
  .converter-main,
  .sellers-main {
    width: min(100%, 100%);
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    text-wrap: balance;
  }
}

@media (max-width: 720px) {
  .nav-shell {
    padding: 14px;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand strong {
    font-size: 20px;
  }

  .nav-actions {
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 10px;
    align-items: stretch;
  }

  .agent-select-button {
    min-width: 0;
    width: 100%;
    min-height: 52px;
    padding: 8px 12px 8px 10px;
    justify-content: flex-start;
  }

  .agent-select-logo {
    width: 36px;
    height: 36px;
  }

  .agent-select-logo img {
    width: 100%;
    height: 100%;
  }

  .agent-select-copy strong {
    font-size: 13px;
  }

  .agent-select-button .agent-select-copy {
    display: flex;
    align-items: center;
  }

  .agent-select-button .agent-select-copy small {
    display: none;
  }

  .settings-trigger {
    width: 52px;
    height: 52px;
  }

  .partner-banner {
    position: relative;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 16px;
    border-radius: 24px;
  }

  .partner-banner-copy strong {
    font-size: 15px;
  }

  .partner-banner-copy p {
    font-size: 14px;
  }

  .partner-banner-link {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
    padding: 14px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    justify-content: flex-start;
  }

  .partner-banner-close {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .hero-copy {
    padding: 24px 20px;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 10.4vw, 48px);
    line-height: 0.98;
    text-wrap: balance;
  }

  .hero-text {
    font-size: 16px;
  }

  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .preview-head {
    align-items: flex-start;
  }

  .preview-head strong {
    font-size: 28px;
  }

  .sheet-status {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .results-head {
    padding: 0 16px;
  }

  .results-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    padding: 0 16px;
    gap: 18px;
  }

  .product-card {
    border-radius: 24px;
  }

  .product-media {
    margin: 14px 14px 0;
    border-radius: 18px;
  }

  .product-body {
    padding: 16px 14px 18px;
  }
}

@media (max-width: 560px) {
  .site-header,
  .catalog-hero,
  .results-head,
  .product-grid,
  .tracker-main,
  .converter-main,
  .sellers-main {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .nav-shell,
  .hero-grid,
  .hero-panels,
  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel,
  .partner-banner,
  .product-card,
  .hero-actions,
  .hero-actions > *,
  .nav-actions,
  .nav-actions > * {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .site-header {
    padding: 8px 8px 0;
  }

  .nav-shell {
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }

  .nav-actions {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .signup,
  .language-switcher,
  .currency-switcher,
  .settings-trigger {
    width: 100%;
  }

  .language-switcher,
  .currency-switcher {
    justify-content: space-between;
  }

  .main-nav a {
    padding: 0 8px;
    font-size: 12px;
  }

  .nav-actions .agent-select-button {
    display: none !important;
  }

  .agent-select-logo {
    width: 32px;
    height: 32px;
  }

  .agent-select-copy strong {
    font-size: 12px;
  }

  .settings-trigger {
    width: 48px;
    height: 48px;
  }

  .partner-banner {
    gap: 10px;
    padding: 14px 12px;
    border-radius: 20px;
  }

  .partner-banner-copy p {
    font-size: 12px;
    line-height: 1.4;
  }

  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    padding: 18px 14px;
    border-radius: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: 1;
  }

  .hero-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions > * {
    width: 100%;
  }

  .hero-stats article {
    min-height: 0;
  }

  .results-head {
    padding: 0 12px;
  }

  .product-grid {
    padding: 0 12px;
    gap: 16px;
  }

  .product-media {
    margin: 12px 12px 0;
  }

  .product-body {
    padding: 15px 12px 16px;
  }

  .converter-main,
  .tracker-main,
  .sellers-main {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .converter-banner,
  .converter-hero,
  .converter-results-shell,
  .converter-step,
  .tracker-hero,
  .tracker-shell,
  .sellers-hero,
  .sellers-section,
  .preferences-modal {
    border-radius: 22px;
  }

  .converter-hero,
  .converter-results-shell,
  .tracker-hero,
  .tracker-shell,
  .sellers-hero,
  .sellers-section {
    padding: 18px 14px;
  }

  .converter-hero h1,
  .tracker-hero h1,
  .sellers-hero h1 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 0.98;
  }

  .converter-hero p,
  .tracker-hero .hero-text,
  .sellers-hero p {
    font-size: 14px;
    line-height: 1.6;
  }

  .converter-input-row,
  .tracker-form {
    gap: 10px;
  }

  .converter-submit,
  .tracker-form button,
  .tracker-form .ghost-btn,
  .converter-result-actions a,
  .converter-copy-btn {
    min-height: 50px;
  }

  .converter-results-head,
  .tracker-hero-aside {
    gap: 10px;
  }

  .converter-results {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tracker-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tracker-meta article {
    min-height: 0;
    padding: 14px;
    border-radius: 16px;
  }

  .tracker-meta strong {
    font-size: 24px;
    line-height: 1.15;
  }

  .tracker-widget-host,
  .tracker-embed-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .preferences-modal {
    width: min(100vw - 10px, 100%);
    max-height: calc(100dvh - 10px);
    padding: 20px 16px 22px;
  }

  .preferences-head {
    align-items: flex-start;
  }

  .pref-agent-card {
    min-height: 78px;
    padding: 14px;
    border-radius: 18px;
  }

  .pref-agent-logo {
    width: 42px;
    height: 42px;
  }

  .preferences-save {
    min-height: 54px;
  }

  .detail-sheet {
    padding-inline: 12px;
  }

  .detail-hero,
  .detail-qc,
  .detail-sizes-panel {
    border-radius: 20px;
  }

  .detail-media {
    min-height: 320px;
  }

  .detail-info h2 {
    font-size: clamp(32px, 10vw, 48px);
    line-height: 0.95;
  }

  .detail-actions-left {
    grid-template-columns: 1fr;
  }

.detail-colors {
  gap: 8px;
}
}

@media (max-width: 560px) {
  .site-header {
    position: static !important;
    top: auto !important;
    padding: 8px 8px 0 !important;
  }

  .site-header::after,
  .nav-shell::after {
    display: none !important;
  }

  .nav-actions {
    grid-template-columns: 1fr auto !important;
    align-items: center;
  }

  .nav-actions .signup {
    width: 100%;
  }

  .nav-actions .settings-trigger {
    width: 44px;
    min-width: 44px;
    height: 44px;
    justify-self: end;
  }

  .language-switcher,
  .currency-switcher,
  .nav-actions .agent-select-button {
    display: none !important;
  }

  .catalog-hero {
    gap: 14px;
  }

  .partner-banner,
  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel,
  .results-head,
  .product-card {
    border-radius: 22px;
  }

  .partner-banner,
  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    padding: 16px;
  }

  .partner-banner-copy p,
  .preview-copy,
  .preview-links,
  .hero-copy .overline {
    display: none !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.05rem, 10vw, 2.55rem);
  }

  .hero-text {
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .hero-stats {
    gap: 8px;
  }

  .hero-stats article {
    padding: 12px 10px;
  }

  .preview-tools {
    gap: 10px;
  }

  .product-grid {
    grid-template-columns: 1fr !important;
  }

  .product-card {
    content-visibility: visible !important;
    contain-intrinsic-size: 360px 520px;
  }
}

/* Final stability + image clarity pass */

main,
.hero-copy,
.preview-card,
.search-panel,
.category-panel,
.model-panel,
.price-panel,
.results-head,
.partner-banner,
.tracker-shell,
.sellers-hero,
.seller-card,
.preferences-modal,
.hero-stats article,
.tracker-meta article,
.badge,
.favorite-btn {
  backdrop-filter: none !important;
}

.product-card {
  contain: layout style !important;
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
  will-change: auto !important;
}

.product-media {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0.38) 24%, rgba(255, 255, 255, 0.1) 42%, rgba(9, 9, 13, 0.96) 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #09090d !important;
}

.product-media img,
.detail-media img {
  padding: 14px !important;
  filter: none !important;
  transition: opacity 120ms ease !important;
  transform: none !important;
}

.product-card:hover,
.product-card.is-tilting,
.partner-banner:hover,
.hero-copy:hover,
.preview-card:hover,
.search-panel:hover {
  transform: none !important;
}

.product-card:hover .product-media img,
.product-card.is-tilting .product-media img {
  transform: none !important;
  filter: none !important;
}

.product-card::after,
.product-card::before,
.hero-copy::after,
.preview-card::after,
.search-panel::after,
.partner-banner::after,
.catalog-hero::before,
.catalog-hero::after,
body::before,
body::after {
  animation: none !important;
}

/* Mobile storefront polish pass */

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background:
      radial-gradient(circle at 50% -120px, rgba(255, 61, 203, 0.2), transparent 280px),
      linear-gradient(180deg, #07060a 0%, #030305 100%) !important;
  }

  main {
    width: min(100%, 720px);
    max-width: 100%;
    padding: 0 10px 34px !important;
    overflow: hidden;
  }

  .site-header {
    position: static !important;
    padding: 8px 8px 0 !important;
    border-bottom: 0 !important;
  }

  .nav-shell {
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38) !important;
  }

  .brand {
    min-width: 0;
    gap: 8px !important;
  }

  .brand-mark {
    width: 36px !important;
    height: 36px !important;
    font-size: 13px !important;
  }

  .brand strong {
    max-width: 42vw;
    overflow: hidden;
    font-size: 15px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main-nav {
    grid-column: 1 / -1 !important;
    display: flex !important;
    gap: 6px !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 2px 2px !important;
    overflow-x: auto !important;
    border: 0 !important;
    background: transparent !important;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    white-space: nowrap;
  }

  .nav-actions {
    display: grid !important;
    grid-template-columns: minmax(112px, 1fr) 40px !important;
    gap: 7px !important;
    align-items: center !important;
    min-width: 150px;
    max-width: 100%;
  }

  .signup {
    grid-column: auto !important;
    min-height: 40px !important;
    padding: 0 13px !important;
    border-radius: 14px !important;
    font-size: 11px !important;
    box-shadow: 0 10px 28px rgba(255, 61, 203, 0.25) !important;
  }

  .settings-trigger {
    grid-column: auto !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    border-radius: 14px !important;
    border-color: rgba(255, 61, 203, 0.42) !important;
    background: rgba(255, 61, 203, 0.1) !important;
    color: #ffffff !important;
  }

  .language-switcher,
  .currency-switcher,
  .nav-actions .agent-select-button {
    display: none !important;
  }

  .catalog-hero {
    gap: 12px !important;
    padding: 12px 0 20px !important;
    min-width: 0;
  }

  .partner-banner {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 42px 10px 10px !important;
    border-radius: 18px !important;
    background:
      linear-gradient(135deg, rgba(255, 61, 203, 0.16), rgba(32, 32, 46, 0.88)),
      #0d0c12 !important;
  }

  .partner-banner-logo {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
  }

  .partner-banner-copy {
    min-width: 0;
    gap: 2px !important;
  }

  .partner-banner-copy strong {
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  .partner-banner-copy p {
    display: none !important;
  }

  .partner-banner-link {
    min-height: 34px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.06);
    font-size: 11px !important;
    white-space: nowrap;
  }

  .partner-banner-close {
    top: 9px !important;
    right: 9px !important;
    width: 26px !important;
    height: 26px !important;
  }

  .hero-grid {
    gap: 10px !important;
    min-width: 0;
  }

  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel,
  .results-head {
    border-radius: 18px !important;
    border-color: rgba(255, 61, 203, 0.24) !important;
    background:
      linear-gradient(145deg, rgba(20, 18, 27, 0.98), rgba(7, 7, 11, 0.98)),
      #09090d !important;
  }

  .hero-copy {
    padding: 17px !important;
    gap: 11px !important;
    min-width: 0;
    overflow: hidden;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(30px, 10.5vw, 46px) !important;
    line-height: 0.96 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere;
  }

  .hero-text {
    max-width: 34rem;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .buy-btn,
  .ghost-btn {
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    border-radius: 14px !important;
    font-size: 12px !important;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .hero-stats article {
    min-height: 56px !important;
    padding: 9px 8px !important;
    border-radius: 14px !important;
  }

  .hero-stats span {
    font-size: 18px !important;
  }

  .hero-stats p {
    font-size: 9px !important;
  }

  .preview-card {
    padding: 14px !important;
    gap: 10px !important;
  }

  .preview-copy,
  .preview-links,
  .preview-head .overline {
    display: none !important;
  }

  .preview-head {
    align-items: center !important;
    gap: 8px !important;
  }

  .preview-head strong {
    font-size: 15px !important;
  }

  .sheet-status {
    max-width: 44vw;
    padding: 6px 9px !important;
    overflow: hidden;
    font-size: 10px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .preview-tools {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .filter-segmented,
  .sort-control {
    border-radius: 15px !important;
  }

  .segment-btn {
    min-height: 38px !important;
    font-size: 11px !important;
  }

  .sort-control {
    grid-template-columns: auto 1fr !important;
    min-height: 42px !important;
    padding: 7px 10px !important;
  }

  .sort-control select {
    min-height: 30px !important;
    font-size: 12px !important;
  }

  .hero-panels {
    gap: 10px !important;
    min-width: 0;
  }

  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    padding: 13px !important;
  }

  .search-panel > p {
    margin-bottom: 9px !important;
    font-size: 11px !important;
  }

  .search-row {
    grid-template-columns: 18px minmax(0, 1fr) 70px !important;
    gap: 8px !important;
    min-height: 46px !important;
    padding: 6px 7px 6px 12px !important;
    border-radius: 15px !important;
  }

  .search-row input {
    min-width: 0;
    font-size: 13px !important;
  }

  .search-row button {
    grid-column: auto !important;
    width: 70px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    font-size: 11px !important;
  }

  .section-title-row {
    min-height: 42px !important;
    align-items: center !important;
  }

  .section-copy p {
    font-size: 12px !important;
  }

  .section-copy small {
    display: none !important;
  }

  .panel-chevron {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
  }

  .tabs,
  .model-tabs {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    margin-top: 8px !important;
    padding-bottom: 2px;
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  .tabs::-webkit-scrollbar,
  .model-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab,
  .model-tab {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    white-space: nowrap;
  }

  .price-fields {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 8px !important;
  }

  .price-fields label {
    gap: 5px !important;
  }

  .price-fields input,
  .price-fields button {
    min-height: 40px !important;
    border-radius: 13px !important;
  }

  .price-fields button {
    grid-column: 1 / -1;
    font-size: 12px !important;
  }

  .results-head {
    align-items: start !important;
    gap: 10px !important;
    margin: 18px 0 12px !important;
    padding: 14px !important;
    min-width: 0;
  }

  .results-head .overline {
    display: none !important;
  }

  .results-head h2 {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .results-tools {
    display: flex !important;
    gap: 7px !important;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .results-tools::-webkit-scrollbar {
    display: none;
  }

  .results-pill {
    flex: 0 0 auto;
    min-height: 32px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
  }

  .results-tools .results-pill:nth-child(n+4) {
    display: none !important;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 2px !important;
    min-width: 0;
  }

  .product-card {
    min-width: 0;
    border-radius: 18px !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36) !important;
  }

  .product-media {
    aspect-ratio: 1 / 1 !important;
    margin: 8px 8px 0 !important;
    border-radius: 14px !important;
    background:
      radial-gradient(circle at 50% 34%, rgba(255, 61, 203, 0.2), rgba(255, 61, 203, 0.06) 34%, transparent 62%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
      #0b0a10 !important;
  }

  .product-media::before {
    display: none !important;
  }

  .product-media img {
    padding: 8px !important;
    object-fit: contain !important;
  }

  .media-topline {
    top: 7px !important;
    right: 7px !important;
    left: 7px !important;
    gap: 5px !important;
  }

  .badge {
    min-height: 23px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
  }

  .product-body {
    gap: 7px !important;
    padding: 9px 9px 10px !important;
  }

  .product-eyebrow-line {
    align-items: center !important;
    min-height: 30px;
  }

  .product-eyebrow {
    gap: 4px !important;
  }

  .product-eyebrow span {
    max-width: 90px;
    padding: 5px 7px !important;
    overflow: hidden;
    border-radius: 999px !important;
    font-size: 9px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-eyebrow span:nth-child(n+2),
  .product-subline,
  .meta,
  .color-strip,
  .quality {
    display: none !important;
  }

  .favorite-btn {
    width: 30px !important;
    height: 30px !important;
    border-radius: 11px !important;
    font-size: 15px !important;
  }

  .product-title {
    gap: 5px !important;
  }

  .product-title h3 {
    min-height: 32px;
    font-size: 13px !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    -webkit-line-clamp: 2;
  }

  .product-title .price {
    font-size: 15px !important;
    line-height: 1.1 !important;
  }

  .product-footer {
    margin-top: 0 !important;
  }

  .card-actions {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  .details-btn {
    display: none !important;
  }

  .copy-link {
    min-height: 34px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
  }

  .load-more {
    width: calc(100% - 8px) !important;
    min-height: 46px !important;
    margin: 18px 4px 0 !important;
    border-radius: 15px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 430px) {
  .nav-shell {
    grid-template-columns: 1fr !important;
  }

  .nav-actions {
    grid-template-columns: 1fr 42px !important;
    width: 100%;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-column: 1 / -1 !important;
  }

  .brand strong {
    max-width: 72vw;
  }

  .signup {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .settings-trigger {
    grid-column: auto !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 40px !important;
    justify-self: end;
  }

  .partner-banner {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .partner-banner-link {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 10vw, 39px) !important;
  }

  .hero-text {
    display: none !important;
  }

  .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .product-grid {
    gap: 9px !important;
  }

  .product-eyebrow span {
    max-width: 78px;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    grid-template-columns: 1fr !important;
  }

  .nav-actions {
    grid-template-columns: 1fr 42px !important;
    width: 100%;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-column: 1 / -1 !important;
  }

  .signup {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .settings-trigger {
    grid-column: auto !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 40px !important;
    justify-self: end;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 10vw, 39px) !important;
  }

  .hero-text {
    display: none !important;
  }

  .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .hero-actions > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  .partner-banner {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .partner-banner-link {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
  }
}

@media (max-width: 350px) {
  .product-grid {
    grid-template-columns: 1fr !important;
  }

  .product-media {
    aspect-ratio: 1.12 / 1 !important;
  }
}

/* Final premium storefront pass */

.hero-copy,
.preview-card,
.search-panel,
.category-panel,
.model-panel,
.price-panel,
.results-head,
.product-card,
.seller-card,
.tracker-shell {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 22px 70px rgba(0, 0, 0, 0.32) !important;
}

.product-title h3 {
  display: -webkit-box !important;
  overflow: hidden !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-media {
  border-color: rgba(255, 61, 203, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -28px 58px rgba(0, 0, 0, 0.2) !important;
}

.product-media img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 761px) {
  .catalog-hero,
  .results-head,
  .product-grid,
  .load-more {
    max-width: 1280px !important;
  }

  .catalog-hero {
    padding-top: 30px !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr) !important;
    gap: 24px !important;
  }

  .hero-copy,
  .preview-card {
    min-height: 0 !important;
    padding: 34px 38px !important;
    border-radius: 30px !important;
  }

  .hero-copy h1 {
    font-size: clamp(54px, 4.6vw, 76px) !important;
    line-height: 0.94 !important;
  }

  .hero-text,
  .preview-copy {
    max-width: 620px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    border-radius: 26px !important;
  }

  .tabs,
  .model-tabs {
    justify-content: flex-start !important;
  }

  .results-head {
    margin-top: 38px !important;
    margin-bottom: 22px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .results-head h2 {
    font-size: clamp(44px, 4vw, 64px) !important;
    line-height: 0.98 !important;
  }

  .results-tools {
    gap: 10px !important;
  }

  .results-pill,
  .favorite-filter {
    width: auto !important;
    border-color: rgba(255, 61, 203, 0.24) !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .product-card {
    min-height: 0 !important;
    overflow: hidden;
    border-radius: 24px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
      linear-gradient(145deg, rgba(28, 19, 32, 0.96), rgba(8, 8, 12, 0.98)) !important;
  }

  .product-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(255, 61, 203, 0.42) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      0 28px 70px rgba(0, 0, 0, 0.48),
      0 0 0 1px rgba(255, 61, 203, 0.08) !important;
  }

  .product-media {
    aspect-ratio: 1 / 0.88 !important;
    margin: 12px 12px 0 !important;
    border-radius: 18px !important;
    background:
      radial-gradient(circle at 50% 36%, rgba(255, 61, 203, 0.14), rgba(107, 125, 255, 0.06) 36%, transparent 68%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
      #0b0b10 !important;
  }

  .product-media img {
    padding: 12px !important;
    object-fit: contain !important;
  }

  .product-body {
    gap: 9px !important;
    padding: 12px 14px 14px !important;
    grid-template-rows: auto auto auto 1fr !important;
  }

  .product-eyebrow-line {
    min-height: 34px;
  }

  .product-eyebrow {
    gap: 6px !important;
  }

  .product-eyebrow span {
    max-width: 118px;
    padding: 6px 9px !important;
    overflow: hidden;
    border-radius: 999px !important;
    font-size: 10px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .favorite-btn {
    width: 34px !important;
    height: 34px !important;
    border-radius: 13px !important;
  }

  .product-title {
    gap: 6px !important;
  }

  .product-title h3 {
    min-height: 42px !important;
    font-size: 16px !important;
    line-height: 1.28 !important;
  }

  .product-title .price {
    font-size: 20px !important;
    line-height: 1.08 !important;
  }

  .product-subline,
  .color-strip {
    display: none !important;
  }

  .meta {
    display: flex !important;
    min-height: 0 !important;
    gap: 6px !important;
    overflow: hidden;
  }

  .meta span {
    min-width: 0;
    padding: 6px 8px !important;
    overflow: hidden;
    border-radius: 999px !important;
    font-size: 10px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-footer {
    align-self: end;
    display: grid !important;
    gap: 10px !important;
    margin-top: 8px !important;
  }

  .quality {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 34px !important;
    padding: 8px 10px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  .quality span,
  .quality strong {
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  .card-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .check-btn,
  .copy-link {
    min-height: 38px !important;
    border-radius: 14px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 760px) {
  .results-head {
    background:
      linear-gradient(145deg, rgba(19, 18, 26, 0.98), rgba(6, 6, 9, 0.98)) !important;
  }

  .results-tools {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  .results-tools::-webkit-scrollbar {
    display: none;
  }

  .results-pill,
  .favorite-filter {
    width: auto !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
    justify-content: center !important;
  }

  .product-card {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
      linear-gradient(145deg, rgba(23, 19, 29, 0.98), rgba(8, 8, 12, 0.99)) !important;
  }

  .product-title h3 {
    min-height: 32px !important;
  }

  .product-title .price {
    font-size: 16px !important;
  }

  .search-row {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
  }

  .partner-banner-link {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.075) !important;
  }
}

/* Ultra polish pass: app-like mobile + cleaner controls */

.panel-chevron {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 1px solid rgba(255, 61, 203, 0.28) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.025) !important;
  transform: none !important;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease !important;
}

.panel-chevron::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 2px solid rgba(255, 255, 255, 0.82);
  border-bottom: 2px solid rgba(255, 255, 255, 0.82);
  transform: rotate(45deg);
  transition: transform 200ms ease;
}

.collapsible-panel.is-open .panel-chevron {
  border-color: rgba(255, 61, 203, 0.58) !important;
  background: rgba(255, 61, 203, 0.12) !important;
  box-shadow: 0 0 0 4px rgba(255, 61, 203, 0.06) !important;
  transform: none !important;
}

.collapsible-panel.is-open .panel-chevron::before {
  margin-top: 3px;
  transform: rotate(225deg);
}

.panel-toggle:hover .panel-chevron {
  border-color: rgba(255, 61, 203, 0.62) !important;
}

.category-panel.collapsible-panel,
.model-panel.collapsible-panel,
.price-panel.collapsible-panel {
  display: block !important;
}

.collapsible-panel > .panel-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.collapsible-panel > .panel-toggle .section-copy {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  justify-items: start !important;
  text-align: left !important;
}

.collapsible-panel > .panel-toggle .section-copy p,
.collapsible-panel > .panel-toggle .section-copy small {
  text-align: left !important;
}

.collapsible-panel > .panel-toggle .panel-chevron {
  margin-left: auto !important;
}

.product-card {
  position: relative;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 61, 203, 0.5), rgba(111, 142, 255, 0.34), transparent);
  opacity: 0.52;
  pointer-events: none;
}

.product-card .copy-link {
  background:
    linear-gradient(135deg, #ff3dcb, #ff61d6) !important;
  color: #090109 !important;
}

.product-card .check-btn {
  border-color: rgba(255, 61, 203, 0.22) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.favorite-btn.active {
  border-color: rgba(255, 61, 203, 0.72) !important;
  background: rgba(255, 61, 203, 0.2) !important;
  color: #ffffff !important;
}

@media (min-width: 761px) {
  body.home-page {
    background:
      radial-gradient(circle at 16% 5%, rgba(255, 61, 203, 0.18), transparent 360px),
      radial-gradient(circle at 88% 10%, rgba(94, 119, 255, 0.12), transparent 380px),
      linear-gradient(180deg, #050408 0%, #030305 56%, #010102 100%) !important;
  }

  .nav-shell {
    border-color: rgba(255, 61, 203, 0.22) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
      rgba(8, 7, 11, 0.96) !important;
  }

  .hero-copy {
    background:
      radial-gradient(circle at 13% 18%, rgba(255, 61, 203, 0.16), transparent 34%),
      radial-gradient(circle at 92% 16%, rgba(92, 118, 255, 0.1), transparent 34%),
      linear-gradient(145deg, rgba(29, 22, 32, 0.98), rgba(8, 8, 12, 0.98)) !important;
  }

  .preview-card {
    background:
      radial-gradient(circle at 88% 18%, rgba(92, 118, 255, 0.13), transparent 35%),
      linear-gradient(145deg, rgba(18, 18, 28, 0.98), rgba(8, 8, 12, 0.98)) !important;
  }

  .partner-banner {
    max-width: 860px !important;
    margin-inline: auto !important;
    border-radius: 28px !important;
  }

  .product-card {
    border-color: rgba(255, 61, 203, 0.2) !important;
  }

  .product-media {
    overflow: hidden;
  }

  .product-media::after {
    content: "";
    position: absolute;
    inset: auto 12px 12px;
    height: 32%;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(255, 61, 203, 0.18), transparent 70%);
    opacity: 0.42;
    pointer-events: none;
  }
}

@media (max-width: 760px) {
  body.home-page {
    background:
      radial-gradient(circle at 50% -120px, rgba(255, 61, 203, 0.24), transparent 300px),
      radial-gradient(circle at 100% 12%, rgba(88, 113, 255, 0.12), transparent 260px),
      linear-gradient(180deg, #07060a 0%, #030305 100%) !important;
  }

  .main-nav {
    -webkit-mask-image: linear-gradient(90deg, #000 0 calc(100% - 38px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0 calc(100% - 38px), transparent 100%);
  }

  .partner-banner {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    min-height: 58px !important;
    padding: 8px 38px 8px 10px !important;
    border-radius: 18px !important;
  }

  .partner-banner-logo {
    width: 34px !important;
    height: 34px !important;
  }

  .partner-banner-copy strong {
    gap: 5px !important;
    font-size: 11px !important;
  }

  .partner-banner-link {
    grid-column: auto !important;
    justify-self: end !important;
    width: auto !important;
    min-height: 32px !important;
    padding: 0 10px !important;
    color: #ffffff !important;
    font-size: 10px !important;
    white-space: nowrap;
  }

  .partner-banner-close {
    top: 8px !important;
    right: 8px !important;
    width: 24px !important;
    height: 24px !important;
    background: rgba(255, 255, 255, 0.045) !important;
  }

  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel,
  .results-head {
    border-color: rgba(255, 61, 203, 0.28) !important;
  }

  .hero-copy {
    background:
      radial-gradient(circle at 12% 20%, rgba(255, 61, 203, 0.18), transparent 36%),
      linear-gradient(145deg, rgba(23, 18, 28, 0.98), rgba(8, 8, 12, 0.98)) !important;
  }

  .preview-head {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .sheet-status {
    border-color: rgba(255, 61, 203, 0.28) !important;
    background: rgba(255, 61, 203, 0.1) !important;
    color: rgba(255, 255, 255, 0.78) !important;
  }

  .filter-segmented,
  .sort-control,
  .search-row {
    border-color: rgba(255, 61, 203, 0.28) !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  .segment-btn.active,
  .language-btn.active,
  .currency-btn.active {
    background:
      linear-gradient(135deg, rgba(255, 61, 203, 0.98), rgba(255, 110, 219, 0.92)) !important;
    color: #080109 !important;
  }

  .section-title-row {
    gap: 10px !important;
  }

  .panel-chevron {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 12px !important;
  }

  .product-media {
    border-color: rgba(255, 61, 203, 0.24) !important;
  }

  .product-card::before {
    opacity: 0.64;
  }
}

@media (max-width: 430px) {
  .partner-banner-link {
    font-size: 0 !important;
  }

  .partner-banner-link::after {
    content: "Bonus ->";
    font-size: 10px;
  }

  .hero-copy {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}

/* Production showroom pass */

.brand-mark {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.72), transparent 14%),
    linear-gradient(135deg, #ff3dcb 0%, #8d5cff 52%, #38d8ff 100%) !important;
  color: #ffffff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 14px 34px rgba(255, 61, 203, 0.3) !important;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 34%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.brand strong {
  color: #ffffff !important;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
}

.main-nav a.active,
.main-nav a:hover {
  border-color: rgba(255, 61, 203, 0.58) !important;
  background:
    linear-gradient(180deg, rgba(255, 61, 203, 0.2), rgba(255, 61, 203, 0.08)),
    rgba(255, 255, 255, 0.035) !important;
  color: #ffffff !important;
}

.signup,
.buy-btn,
.search-row button,
.load-more {
  background:
    linear-gradient(135deg, #ff42cf 0%, #ff6ddd 100%) !important;
  color: #080109 !important;
  box-shadow:
    0 16px 34px rgba(255, 61, 203, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}

.signup:hover,
.buy-btn:hover,
.search-row button:hover,
.load-more:hover,
.product-card .copy-link:hover {
  box-shadow:
    0 18px 42px rgba(255, 61, 203, 0.3),
    0 0 0 4px rgba(255, 61, 203, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.hero-copy h1,
.results-head h2 {
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 52px rgba(0, 0, 0, 0.36);
}

.hero-stats article {
  border-color: rgba(255, 255, 255, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02) !important;
}

.hero-stats article:nth-child(2) {
  border-color: rgba(56, 216, 255, 0.16) !important;
}

.results-pill strong,
.segment-count,
.tab span,
.model-tab span {
  background:
    linear-gradient(135deg, rgba(255, 61, 203, 0.95), rgba(141, 92, 255, 0.9)) !important;
  color: #ffffff !important;
}

@media (min-width: 761px) {
  .site-header {
    padding-top: 16px !important;
  }

  .catalog-hero {
    gap: 18px !important;
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }

  .hero-grid {
    align-items: stretch !important;
  }

  .hero-copy,
  .preview-card {
    padding: 32px 38px !important;
  }

  .hero-copy h1 {
    font-size: 64px !important;
  }

  .preview-head {
    align-items: start !important;
  }

  .hero-panels {
    gap: 18px !important;
  }

  .category-panel,
  .model-panel,
  .price-panel {
    padding: 20px 26px !important;
  }

  .category-panel.is-open {
    padding-bottom: 22px !important;
  }

  .tabs,
  .model-tabs {
    gap: 9px !important;
  }

  .tab,
  .model-tab {
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  .results-head {
    display: flex !important;
    align-items: end !important;
    justify-content: space-between !important;
    gap: 28px !important;
    margin-top: 28px !important;
    margin-bottom: 18px !important;
  }

  .results-head h2 {
    max-width: none !important;
    font-size: 52px !important;
    line-height: 1.02 !important;
    white-space: nowrap;
  }

  .results-tools {
    align-self: center !important;
    justify-content: flex-end !important;
  }

  .product-grid {
    gap: 16px !important;
  }

  .product-card {
    border-radius: 22px !important;
  }

  .product-media {
    aspect-ratio: 1 / 0.76 !important;
    margin: 11px 11px 0 !important;
    border-radius: 17px !important;
  }

  .product-media img {
    padding: 10px !important;
  }

  .product-body {
    gap: 8px !important;
    padding: 11px 13px 13px !important;
  }

  .product-eyebrow-line {
    min-height: 32px !important;
  }

  .product-title h3 {
    min-height: 40px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .product-title .price {
    font-size: 19px !important;
  }

  .product-footer {
    gap: 8px !important;
    margin-top: 5px !important;
  }

  .quality {
    min-height: 30px !important;
    padding: 7px 9px !important;
  }

  .check-btn,
  .copy-link {
    min-height: 36px !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 7px !important;
  }

  .nav-shell {
    border-color: rgba(255, 61, 203, 0.26) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
      rgba(8, 7, 11, 0.98) !important;
  }

  .catalog-hero {
    padding-top: 10px !important;
  }

  .hero-copy h1 {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .hero-stats article {
    min-height: 62px !important;
  }

  .preview-card {
    background:
      radial-gradient(circle at 96% 4%, rgba(56, 216, 255, 0.1), transparent 42%),
      linear-gradient(145deg, rgba(19, 17, 25, 0.98), rgba(8, 8, 12, 0.98)) !important;
  }

  .search-row input {
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .results-head h2 {
    font-size: 25px !important;
  }

  .product-card {
    border-radius: 17px !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.052),
      0 18px 42px rgba(0, 0, 0, 0.44) !important;
  }

  .product-media {
    margin: 8px 8px 0 !important;
    border-radius: 14px !important;
  }

  .product-title h3 {
    font-size: 12px !important;
    line-height: 1.24 !important;
  }

  .product-title .price {
    font-size: 15px !important;
  }

  .copy-link {
    min-height: 35px !important;
  }
}

@media (max-width: 430px) {
  .brand-mark {
    width: 38px !important;
    height: 38px !important;
  }

  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel,
  .results-head {
    border-radius: 17px !important;
  }

  .hero-copy h1 {
    font-size: 33px !important;
  }
}

/* 10/10 release polish pass */

html {
  scrollbar-color: rgba(255, 61, 203, 0.56) rgba(255, 255, 255, 0.035);
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(255, 105, 221, 0.9) !important;
  outline-offset: 3px !important;
}

.site-header {
  isolation: isolate;
}

.nav-shell {
  position: relative;
}

.nav-shell::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 61, 203, 0.46), rgba(56, 216, 255, 0.32), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.brand-mark {
  font-weight: 1000 !important;
}

.language-switcher,
.currency-switcher,
.agent-select,
.settings-trigger,
.main-nav {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.partner-banner {
  border-color: rgba(255, 61, 203, 0.28) !important;
  background:
    linear-gradient(100deg, rgba(255, 61, 203, 0.12), rgba(56, 216, 255, 0.035) 44%, rgba(255, 255, 255, 0.018)),
    rgba(8, 8, 12, 0.96) !important;
}

.partner-banner-logo {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 14px 28px rgba(0, 0, 0, 0.34) !important;
}

.hero-copy,
.preview-card,
.search-panel,
.category-panel,
.model-panel,
.price-panel,
.results-head,
.product-card {
  outline: 1px solid rgba(255, 255, 255, 0.025);
  outline-offset: -2px;
}

.hero-copy h1 {
  color: #fff4fc !important;
}

.hero-text,
.preview-copy {
  color: rgba(255, 255, 255, 0.74) !important;
}

.hero-stats span {
  color: #ffffff !important;
}

.sheet-status,
.results-pill,
.tab,
.model-tab,
.product-eyebrow span,
.meta span {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

.search-row {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease !important;
}

.search-row:focus-within {
  border-color: rgba(255, 61, 203, 0.64) !important;
  box-shadow:
    0 0 0 4px rgba(255, 61, 203, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

.product-card {
  transform: translateZ(0);
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 22%, transparent 76%, rgba(255, 61, 203, 0.035));
  opacity: 0.7;
  pointer-events: none;
}

.product-body,
.media-topline {
  position: relative;
  z-index: 1;
}

.product-media {
  position: relative;
  z-index: 1;
}

.product-media img {
  z-index: 1;
}

.media-topline .badge {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 8, 12, 0.78) !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

.product-title .price {
  color: #ffd8f4 !important;
  text-shadow: 0 12px 28px rgba(255, 61, 203, 0.18);
}

.copy-link,
.check-btn,
.favorite-btn {
  position: relative;
  z-index: 2;
}

.empty-state {
  border-style: solid !important;
  border-color: rgba(255, 61, 203, 0.28) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(8, 8, 12, 0.94) !important;
}

@media (min-width: 761px) {
  main {
    padding-bottom: 58px !important;
  }

  .nav-shell {
    max-width: 1326px !important;
  }

  .catalog-hero,
  .results-head,
  .product-grid,
  .load-more {
    width: min(100%, 1240px) !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr) !important;
  }

  .hero-copy,
  .preview-card {
    border-radius: 28px !important;
  }

  .hero-copy {
    min-height: 420px !important;
  }

  .preview-card {
    min-height: 420px !important;
  }

  .hero-actions {
    gap: 10px !important;
  }

  .buy-btn,
  .ghost-btn {
    min-height: 48px !important;
  }

  .hero-stats {
    gap: 10px !important;
  }

  .hero-stats article {
    min-height: 108px !important;
  }

  .search-panel {
    padding: 18px 26px !important;
  }

  .search-row {
    min-height: 62px !important;
    border-radius: 18px !important;
  }

  .search-row input {
    font-size: 16px !important;
  }

  .category-panel,
  .model-panel,
  .price-panel {
    border-radius: 24px !important;
  }

  .results-head .overline {
    margin-bottom: 7px !important;
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .product-card {
    min-height: 492px !important;
  }

  .product-media {
    aspect-ratio: 1 / 0.74 !important;
  }

  .product-title h3 {
    font-size: 15px !important;
  }

  .product-title .price {
    font-size: 20px !important;
  }
}

@media (max-width: 760px) {
  main {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .nav-shell {
    gap: 8px !important;
  }

  .brand strong {
    font-size: 16px !important;
  }

  .main-nav a {
    min-height: 35px !important;
  }

  .partner-banner {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.052),
      0 16px 36px rgba(0, 0, 0, 0.32) !important;
  }

  .hero-copy {
    gap: 10px !important;
  }

  .hero-actions {
    gap: 8px !important;
  }

  .hero-stats {
    gap: 8px !important;
  }

  .hero-stats span {
    font-size: 22px !important;
  }

  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 16px 38px rgba(0, 0, 0, 0.32) !important;
  }

  .preview-head strong {
    font-size: 16px !important;
  }

  .search-row {
    grid-template-columns: 18px minmax(0, 1fr) 64px !important;
  }

  .search-row button {
    width: 64px !important;
    font-size: 10px !important;
  }

  .results-head {
    padding: 15px 14px !important;
  }

  .results-head h2 {
    font-size: 26px !important;
  }

  .product-grid {
    gap: 10px !important;
  }

  .product-card {
    min-height: 350px !important;
  }

  .product-media {
    aspect-ratio: 1 / 0.92 !important;
  }

  .product-media img {
    padding: 8px !important;
  }

  .product-body {
    padding: 9px 10px 10px !important;
  }

  .product-title h3 {
    min-height: 31px !important;
  }
}

@media (max-width: 390px) {
  .product-grid {
    gap: 8px !important;
  }

  .product-title h3 {
    font-size: 11px !important;
  }
}

/* 2026 mobile clarity pass */

@keyframes mobileSurfaceIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body.home-page {
    background:
      radial-gradient(circle at 50% -90px, rgba(255, 61, 203, 0.18), transparent 255px),
      radial-gradient(circle at 105% 16%, rgba(77, 122, 255, 0.12), transparent 220px),
      linear-gradient(180deg, #06050a 0%, #030306 62%, #010103 100%) !important;
  }

  body::before {
    opacity: 0.12 !important;
    background-size: 86px 86px !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
    padding: 7px 8px 0 !important;
    backdrop-filter: blur(16px) saturate(1.1);
  }

  .nav-shell {
    border-radius: 20px !important;
    border-color: rgba(255, 61, 203, 0.18) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
      rgba(7, 7, 11, 0.9) !important;
    box-shadow:
      0 14px 42px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  }

  .brand-mark {
    animation: softFloat 5.5s ease-in-out infinite;
  }

  .main-nav {
    padding: 4px !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  .main-nav a {
    min-height: 34px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .nav-actions {
    gap: 7px !important;
  }

  .signup {
    min-height: 38px !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 32px rgba(255, 61, 203, 0.22) !important;
  }

  .catalog-hero {
    gap: 10px !important;
    padding: 9px 0 18px !important;
  }

  .partner-banner,
  .hero-copy,
  .preview-card,
  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel,
  .results-head,
  .product-card {
    animation: mobileSurfaceIn 420ms cubic-bezier(0.2, 0.85, 0.24, 1) both;
  }

  .partner-banner {
    margin: 0 2px !important;
    border-radius: 17px !important;
  }

  .hero-grid {
    gap: 10px !important;
  }

  .hero-copy {
    min-height: 0 !important;
    padding: 17px !important;
    border-radius: 22px !important;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(31px, 9.8vw, 44px) !important;
    line-height: 0.96 !important;
  }

  .hero-text {
    display: block !important;
    max-width: 32ch !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    color: rgba(255, 255, 255, 0.68) !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .buy-btn,
  .ghost-btn {
    min-height: 39px !important;
    border-radius: 14px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .hero-stats article {
    min-height: 56px !important;
    padding: 9px !important;
    border-radius: 15px !important;
  }

  .hero-stats span {
    font-size: 18px !important;
  }

  .hero-stats p {
    margin-top: 3px !important;
    font-size: 9px !important;
    line-height: 1.1 !important;
  }

  .preview-card {
    padding: 13px !important;
    border-radius: 20px !important;
  }

  .preview-copy,
  .preview-tools {
    display: none !important;
  }

  .preview-links {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .preview-links a {
    min-height: 36px !important;
    padding: 0 8px !important;
    border-radius: 13px !important;
    font-size: 11px !important;
  }

  .search-panel,
  .category-panel,
  .model-panel,
  .price-panel {
    padding: 12px !important;
    border-radius: 19px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
      rgba(7, 7, 11, 0.92) !important;
  }

  .search-panel p,
  .section-copy p {
    font-size: 11px !important;
    letter-spacing: 0.06em !important;
  }

  .section-copy small {
    display: none !important;
  }

  .search-row {
    min-height: 46px !important;
    grid-template-columns: 18px minmax(0, 1fr) 68px !important;
    gap: 8px !important;
    padding: 6px 7px 6px 12px !important;
    border-radius: 16px !important;
  }

  .search-row input {
    font-size: 13px !important;
  }

  .search-row button {
    width: 68px !important;
    min-height: 34px !important;
    border-radius: 12px !important;
  }

  .chip-cloud {
    gap: 7px !important;
    max-height: 154px;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }

  .chip-cloud::-webkit-scrollbar {
    display: none;
  }

  .chip,
  .model-chip {
    min-height: 32px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
  }

  .price-fields {
    gap: 8px !important;
  }

  .price-fields label,
  .price-fields button {
    min-height: 42px !important;
    border-radius: 14px !important;
  }

  .results-head {
    margin-top: 10px !important;
    padding: 13px !important;
    border-radius: 20px !important;
  }

  .results-head h2 {
    font-size: 24px !important;
    line-height: 1.05 !important;
  }

  .results-tools {
    margin-inline: -3px !important;
    padding-bottom: 2px !important;
  }

  .results-pill,
  .favorite-filter {
    min-height: 34px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
  }

  .product-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  .product-card {
    display: grid !important;
    grid-template-columns: minmax(118px, 36%) minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    min-height: 172px !important;
    border-radius: 20px !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
      rgba(8, 8, 12, 0.96) !important;
    box-shadow:
      0 16px 38px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
    contain-intrinsic-size: 172px 100vw !important;
    will-change: auto !important;
  }

  .product-card:hover {
    transform: none !important;
  }

  .product-card::after {
    opacity: 0.34 !important;
  }

  .product-card::before {
    height: 100% !important;
    width: 1px !important;
    background: linear-gradient(180deg, transparent, rgba(255, 61, 203, 0.55), transparent) !important;
  }

  .product-media {
    align-self: stretch !important;
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: 148px !important;
    margin: 10px 0 10px 10px !important;
    border-radius: 17px !important;
  }

  .product-media img {
    padding: 7px !important;
    filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.28)) !important;
  }

  .product-card:hover .product-media img {
    transform: none !important;
  }

  .media-topline {
    top: 8px !important;
    left: 8px !important;
    right: 8px !important;
  }

  .media-topline .badge {
    min-height: 24px !important;
    padding: 0 8px !important;
    font-size: 9px !important;
  }

  .product-body {
    min-width: 0 !important;
    gap: 7px !important;
    padding: 11px 11px 11px 10px !important;
    grid-template-rows: auto auto auto 1fr auto !important;
  }

  .product-eyebrow {
    gap: 5px !important;
  }

  .product-eyebrow span {
    min-height: 24px !important;
    max-width: 112px;
    padding: 0 8px !important;
    font-size: 9px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .favorite-btn {
    width: 31px !important;
    height: 31px !important;
    font-size: 15px !important;
  }

  .product-title {
    gap: 3px !important;
  }

  .product-title h3 {
    min-height: 0 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    -webkit-line-clamp: 2 !important;
  }

  .product-title .price {
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .product-subline,
  .meta,
  .color-strip {
    display: none !important;
  }

  .quality {
    min-height: 31px !important;
    padding: 6px 8px !important;
    border-radius: 12px !important;
  }

  .quality span,
  .quality strong {
    font-size: 9px !important;
  }

  .product-footer {
    gap: 7px !important;
  }

  .card-actions {
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
  }

  .check-btn,
  .copy-link {
    min-height: 34px !important;
    border-radius: 12px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }

  .load-more {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin-top: 16px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 430px) {
  .brand strong {
    font-size: 14px !important;
  }

  .hero-stats {
    display: none !important;
  }

  .preview-card {
    display: none !important;
  }

  .search-row {
    grid-template-columns: 16px minmax(0, 1fr) 62px !important;
  }

  .search-row button {
    width: 62px !important;
    font-size: 9px !important;
  }

  .product-card {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    min-height: 164px !important;
  }

  .product-media {
    min-height: 142px !important;
  }

  .product-title h3 {
    font-size: 13px !important;
  }

  .card-actions {
    gap: 6px !important;
  }
}

@media (max-width: 360px) {
  .hero-actions,
  .card-actions {
    grid-template-columns: 1fr !important;
  }

  .product-card {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }

  .product-media {
    min-height: 134px !important;
  }

  .quality {
    display: none !important;
  }
}

/* Mobile readability fix after visual QA */

@media (max-width: 760px) {
  .brand {
    min-width: 0 !important;
  }

  .brand strong {
    max-width: calc(100vw - 118px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .main-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .main-nav a {
    width: 100% !important;
    white-space: nowrap !important;
  }

  .hero-copy h1 {
    max-width: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    font-size: clamp(29px, 8.6vw, 39px) !important;
    line-height: 1 !important;
  }

  .partner-banner-copy strong span:first-child {
    max-width: 72px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 430px) {
  .hero-copy h1 {
    font-size: clamp(28px, 8vw, 34px) !important;
  }

  .hero-text {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .hero-copy {
    padding: 15px !important;
  }
}

/* Final launch polish: smoother scroll, cleaner cards, sharper mobile rhythm */

.product-grid {
  scroll-margin-top: 132px;
}

.product-card {
  transform: translateZ(0);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  will-change: auto !important;
}

.product-card:hover {
  transform: translateY(-3px);
}

.product-card::after,
.product-card.is-tilting::after {
  display: none !important;
}

.product-card::before {
  opacity: 0.75;
}

.product-media {
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 61, 203, 0.18), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
    #09090d !important;
}

.product-media img {
  padding: 14px;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.34)) !important;
}

.product-card:hover .product-media img,
.product-card.is-tilting .product-media img {
  transform: scale(1.018) !important;
}

.product-title h3 {
  letter-spacing: 0;
}

.check-btn,
.copy-link {
  box-shadow: none !important;
}

.copy-link {
  background: linear-gradient(135deg, #ff4dd2, #ff35bd) !important;
}

.load-more {
  box-shadow: 0 18px 42px rgba(255, 61, 203, 0.18);
}

@media (max-width: 760px) {
  .site-header {
    backdrop-filter: none !important;
    background: linear-gradient(180deg, rgba(3, 3, 6, 0.96), rgba(3, 3, 6, 0.78), transparent) !important;
  }

  .nav-shell {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34) !important;
  }

  .catalog-hero,
  main {
    width: min(100% - 20px, 1180px) !important;
  }

  .partner-banner {
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
  }

  .partner-banner-copy p,
  .partner-banner-close {
    display: none !important;
  }

  .category-panel .panel-collapse-inner,
  .model-panel .panel-collapse-inner {
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .category-panel .panel-collapse-inner::-webkit-scrollbar,
  .model-panel .panel-collapse-inner::-webkit-scrollbar {
    display: none !important;
  }

  .tabs,
  .model-tabs {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    min-width: max-content !important;
  }

  .results-head {
    display: grid !important;
    gap: 12px !important;
  }

  .results-tools {
    display: flex !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .results-tools::-webkit-scrollbar {
    display: none !important;
  }

  .product-card {
    grid-template-columns: 116px minmax(0, 1fr) !important;
    min-height: 158px !important;
    border-color: rgba(255, 61, 203, 0.22) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32) !important;
    animation: none !important;
  }

  .product-card::after {
    display: none !important;
  }

  .product-media {
    min-height: 136px !important;
    margin: 10px 0 10px 10px !important;
    background:
      radial-gradient(circle at 50% 48%, rgba(255, 61, 203, 0.2), transparent 44%),
      #0a090e !important;
  }

  .product-media img {
    padding: 8px !important;
    filter: none !important;
  }

  .media-topline,
  .product-subline,
  .meta,
  .color-strip,
  .quality {
    display: none !important;
  }

  .product-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 12px 12px 12px 10px !important;
  }

  .product-eyebrow-line {
    align-items: center !important;
  }

  .product-eyebrow span {
    max-width: 118px !important;
  }

  .product-title {
    gap: 4px !important;
  }

  .product-title h3 {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  .product-title .price {
    font-size: 17px !important;
  }

  .product-footer {
    display: block !important;
  }

  .card-actions {
    grid-template-columns: 1fr !important;
  }

  .check-btn {
    display: none !important;
  }

  .copy-link {
    min-height: 36px !important;
    border-radius: 13px !important;
  }
}

@media (max-width: 390px) {
  .product-card {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }

  .product-media {
    min-height: 126px !important;
  }

  .product-title h3 {
    font-size: 13px !important;
  }
}
