body.enhanced-theme {
  --primary-red: var(--color-brand-red);
  --primary-blue: var(--color-action-dark);
  --primary-purple: var(--color-action-dark);
  --page-bg: var(--color-bg);
  --surface: var(--color-bg);
  --surface-soft: var(--color-bg-secondary);
  --line: var(--color-border);
  --line-strong: var(--color-border);
  --text: var(--color-text);
  --muted: var(--color-text-secondary);
  --shadow-soft: var(--shadow-subtle);
  --shadow-button: none;
  font-family: var(--font-sans);
  background: var(--page-bg);
  color: var(--text);
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.enhanced-theme[data-theme="light"] {
  background: var(--page-bg);
  color: var(--text);
}

body.enhanced-theme,
body.enhanced-theme .site-body,
body.enhanced-theme .footer {
  background-color: #ffffff;
}

body.enhanced-theme h1,
body.enhanced-theme h2,
body.enhanced-theme h3,
body.enhanced-theme h4,
body.enhanced-theme h5,
body.enhanced-theme h6 {
  font-family: var(--font-sans);
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--text);
}

body.enhanced-theme .site-body {
  flex: 1;
  color: var(--text);
}

body.enhanced-theme footer {
  margin-top: auto;
}

body.enhanced-theme .navbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px) saturate(160%);
}

body.enhanced-theme .nav-inner {
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 1rem var(--page-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.enhanced-theme .nav-inner > * {
  min-width: 0;
}

body.enhanced-theme .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  transition: color var(--transition-fast);
}

body.enhanced-theme .nav-link:hover {
  color: var(--text);
}

body.enhanced-theme .logo-img {
  display: block;
  height: 64px;
  width: auto;
  max-width: min(420px, 100%);
  object-fit: contain;
  object-position: left center;
}

body.enhanced-theme main {
  padding-top: 0;
}

body.enhanced-theme .btn-primary,
body.enhanced-theme .btn-secondary,
body.enhanced-theme .btn-outline,
body.enhanced-theme .btn-danger {
  gap: 0.45rem;
  border-radius: var(--radius-md);
  padding: 0.68rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 2.75rem;
  min-width: fit-content;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-base),
    border-color var(--transition-base),
    background-color var(--transition-base),
    color var(--transition-base);
}

body.enhanced-theme .btn-primary {
  background: var(--color-action-dark);
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: none;
}

body.enhanced-theme .btn-primary:hover {
  transform: translateY(-1px);
  background: var(--color-action-dark-hover);
}

body.enhanced-theme .btn-secondary,
body.enhanced-theme .btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line-strong);
  box-shadow: none;
}

body.enhanced-theme .btn-secondary:hover,
body.enhanced-theme .btn-outline:hover {
  transform: translateY(-1px);
  border-color: var(--text);
  background: var(--surface-soft);
}

body.enhanced-theme .btn-danger {
  background: var(--primary-red);
  color: #ffffff;
  border: 1px solid var(--primary-red);
}

body.enhanced-theme .btn-danger:hover {
  transform: translateY(-1px);
  background: var(--color-brand-red-dark);
  border-color: var(--color-brand-red-dark);
}

body.enhanced-theme .input,
body.enhanced-theme .cta-input {
  width: 100%;
  min-height: 2.9rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--text);
  padding: 0.78rem 0.95rem;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: none;
}

body.enhanced-theme select.input {
  padding-right: 2.6rem;
}

body.enhanced-theme textarea.input,
body.enhanced-theme .contact-textarea {
  min-height: 7.25rem;
  border-radius: var(--radius-lg);
  line-height: 1.55;
}

body.enhanced-theme input[type="file"].input {
  padding-block: 0.78rem;
}

body.enhanced-theme .btn-compact {
  min-height: 2.3rem;
  padding: 0.5rem 0.78rem;
  font-size: 0.8125rem;
  line-height: 1.1;
}

body.enhanced-theme .mega-nav__actions .btn-primary,
body.enhanced-theme .mega-nav__actions .btn-secondary,
body.enhanced-theme .mega-search .btn-secondary {
  min-height: 2.1rem;
}

body.enhanced-theme .input:focus,
body.enhanced-theme .cta-input:focus {
  outline: none;
  border-color: var(--primary-red);
  box-shadow: 0 0 0 4px var(--color-focus-ring);
}

body.enhanced-theme .glass-card,
body.enhanced-theme .product-card,
body.enhanced-theme .trust-card,
body.enhanced-theme .proof-card,
body.enhanced-theme .step-card {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

body.enhanced-theme .glass-card {
  border-radius: var(--radius-lg);
}

body.enhanced-theme .site-body img {
  max-width: 100%;
}

body.enhanced-theme .products-hero-card {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: auto;
  min-height: 0;
  max-height: none;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border-bottom: 1px solid var(--line);
  line-height: 0;
}

body.enhanced-theme .products-hero-card > img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: initial;
  display: block;
}

body.enhanced-theme .products-intro {
  margin: 0 auto;
  margin-top: 1.5rem;
  text-align: center;
}

/*
  Global foundation overrides aligned to the RiderSOS design system.
  These intentionally keep structure intact while normalising shared primitives.
*/
body.enhanced-theme .products-hero-card,
body.enhanced-theme .bike-dashboard-card,
body.enhanced-theme .bike-dashboard-empty,
body.enhanced-theme .bike-profile-card,
body.enhanced-theme .bike-profile-media,
body.enhanced-theme .product-card,
body.enhanced-theme .product-cta-panel,
body.enhanced-theme .product-step,
body.enhanced-theme .product-section,
body.enhanced-theme .drawer-panel,
body.enhanced-theme .mega-menu__panel,
body.enhanced-theme .mega-menu__intro,
body.enhanced-theme .mega-menu__section,
body.enhanced-theme .mega-menu__product,
body.enhanced-theme .mega-search__results {
  border-radius: var(--radius-lg);
}

body.enhanced-theme .product-card,
body.enhanced-theme .products-hero-card,
body.enhanced-theme .bike-dashboard-card,
body.enhanced-theme .bike-dashboard-empty,
body.enhanced-theme .bike-profile-card,
body.enhanced-theme .bike-profile-media,
body.enhanced-theme .mega-menu__panel,
body.enhanced-theme .mega-menu__intro,
body.enhanced-theme .mega-menu__section,
body.enhanced-theme .mega-search__results {
  box-shadow: var(--shadow-subtle);
}

body.enhanced-theme .products-hero-card,
body.enhanced-theme .product-card__media,
body.enhanced-theme .bike-dashboard-card,
body.enhanced-theme .bike-dashboard-empty,
body.enhanced-theme .bike-profile-card,
body.enhanced-theme .bike-profile-media,
body.enhanced-theme .mega-menu__intro,
body.enhanced-theme .mega-menu__section,
body.enhanced-theme .mega-menu__product,
body.enhanced-theme .mega-search__results {
  background: var(--surface);
}

body.enhanced-theme .mega-menu__toggle,
body.enhanced-theme .comparison-card__path,
body.enhanced-theme .product-banner__pill,
body.enhanced-theme .bike-dashboard-cta,
body.enhanced-theme .bike-dashboard-row-action,
body.enhanced-theme .bike-dashboard-card__meta span,
body.enhanced-theme .bike-profile-header span,
body.enhanced-theme .product-trust-pill,
body.enhanced-theme .product-step__count {
  border-radius: var(--radius-md);
}

body.enhanced-theme .mega-menu__toggle,
body.enhanced-theme .mega-search,
body.enhanced-theme .mega-search__input,
body.enhanced-theme .drawer-close,
body.enhanced-theme .drawer-link,
body.enhanced-theme .mega-menu__product,
body.enhanced-theme .product-card__media,
body.enhanced-theme .product-card__placeholder,
body.enhanced-theme .bike-profile-stat-grid > div {
  border-radius: var(--radius-md);
}

body.enhanced-theme .mega-menu__section-kicker,
body.enhanced-theme .product-kicker,
body.enhanced-theme .product-section-kicker,
body.enhanced-theme .product-card__list li::marker,
body.enhanced-theme .bike-dashboard-card__copy .text-red-300,
body.enhanced-theme .bike-profile-header .text-red-300 {
  color: var(--primary-red);
}

body.enhanced-theme .mega-menu__toggle,
body.enhanced-theme .bike-dashboard-cta,
body.enhanced-theme .bike-dashboard-row-action,
body.enhanced-theme .product-trust-pill {
  border-color: var(--line);
  background: var(--surface);
  color: var(--text);
}

body.enhanced-theme .mega-menu__toggle:hover,
body.enhanced-theme .mega-menu__toggle:focus-visible,
body.enhanced-theme .bike-dashboard-cta:hover,
body.enhanced-theme .bike-dashboard-row-action:hover {
  border-color: var(--text);
  background: var(--surface-soft);
  box-shadow: none;
}

body.enhanced-theme .bike-dashboard-cta--primary,
body.enhanced-theme .btn-danger,
body.enhanced-theme .product-step__count {
  background: var(--primary-red);
  border-color: var(--primary-red);
  color: #ffffff;
}

body.enhanced-theme .bike-dashboard-cta--primary:hover,
body.enhanced-theme .bike-dashboard-cta--primary:focus-visible {
  background: var(--color-brand-red-dark);
  border-color: var(--color-brand-red-dark);
}

body.enhanced-theme .products-hero-card,
body.enhanced-theme .product-card__media,
body.enhanced-theme .bike-profile-media {
  background-image: none;
}

body.enhanced-theme .product-card__eyebrow,
body.enhanced-theme .product-card__price-label,
body.enhanced-theme .mega-menu__eyebrow,
body.enhanced-theme .mega-menu__section-head span:last-child,
body.enhanced-theme .drawer-title,
body.enhanced-theme .drawer-block-title {
  color: var(--muted);
}

body.enhanced-theme .product-card__title,
body.enhanced-theme .product-section-title,
body.enhanced-theme .product-step__title,
body.enhanced-theme .mega-menu__title,
body.enhanced-theme .mega-menu__section-head strong {
  letter-spacing: -0.02em;
}

body.enhanced-theme .product-card__desc,
body.enhanced-theme .product-card__list,
body.enhanced-theme .product-section p,
body.enhanced-theme .product-section li,
body.enhanced-theme .product-step__body,
body.enhanced-theme .mega-menu__copy,
body.enhanced-theme .mega-search__results .text-slate-500 {
  color: var(--muted);
}

body.enhanced-theme .drawer-panel {
  right: -320px;
  background: rgba(255, 255, 255, 0.98);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

body.enhanced-theme .drawer-link,
body.enhanced-theme .drawer-close {
  color: var(--text);
}

body.enhanced-theme .drawer-link:hover {
  background: var(--surface-soft);
}

body.enhanced-theme .mega-search {
  background: var(--surface);
  border: 1px solid var(--line);
}

body.enhanced-theme .mega-search__input {
  border-color: var(--line);
  background: var(--surface);
  box-shadow: none;
}

body.enhanced-theme .mega-search__input:focus {
  border-color: var(--primary-red);
  box-shadow: 0 0 0 4px var(--color-focus-ring);
}

body.enhanced-theme .mega-menu__panel,
body.enhanced-theme .mega-search__results {
  border-color: var(--line);
}

body.enhanced-theme .mega-menu__product:hover {
  transform: translateY(-1px);
  border-color: var(--color-border);
  box-shadow: var(--shadow-subtle);
}

body.enhanced-theme .product-card__cta-row > * {
  min-height: 2.35rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
}

body.enhanced-theme .product-step {
  box-shadow: none;
}

body.enhanced-theme .product-step__count {
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
}

body.enhanced-theme .product-cta-panel__notes span,
body.enhanced-theme .product-card__stock-note {
  color: var(--muted);
}

body.enhanced-theme .products-section-title {
  font-size: var(--font-size-section-heading);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

body.enhanced-theme .products-section-subtitle {
  margin-top: 0.9rem;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

body.enhanced-theme .products-subtitle,
body.enhanced-theme .products-section-subtitle,
body.enhanced-theme .product-card__desc {
  color: var(--muted);
}

body.enhanced-theme .product-card {
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.enhanced-theme .product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(180deg, #fafaf8 0%, var(--surface-soft) 100%);
  border-bottom: 1px solid var(--line);
  padding: 1.2rem;
  overflow: hidden;
}

body.enhanced-theme .product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.enhanced-theme .product-card--collection .product-card__media {
  padding: 0;
  aspect-ratio: 4 / 3;
  align-items: stretch;
  justify-content: stretch;
}

body.enhanced-theme .product-card--collection .product-card__media img {
  object-fit: cover;
  object-position: center;
}

body.enhanced-theme .product-card--collection .product-card__body {
  grid-template-rows: auto minmax(3rem, auto) minmax(8.4rem, auto) auto;
}

body.enhanced-theme .product-card--collection .product-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 0;
}

body.enhanced-theme .product-card--collection .product-card__details {
  min-height: 8.4rem;
}

body.enhanced-theme .product-card__title,
body.enhanced-theme .product-card__link,
body.enhanced-theme .products-section-title {
  color: var(--text);
}

body.enhanced-theme .product-card__body {
  padding: 1.35rem;
  display: grid;
  flex: 1;
  gap: 1rem;
  align-content: start;
  grid-template-rows: auto minmax(3.3rem, auto) minmax(12.6rem, auto) auto;
}

body.enhanced-theme .product-card__eyebrow,
body.enhanced-theme .product-card__price-label {
  font-size: var(--font-size-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

body.enhanced-theme .product-card__title {
  margin-top: 0.45rem;
  font-size: var(--font-size-card-heading);
  line-height: 1.15;
  letter-spacing: -0.02em;
  min-height: 2.85rem;
}

body.enhanced-theme .product-card__desc {
  margin-top: 0;
  font-size: 1rem;
  line-height: var(--line-height-body);
  min-height: 4.35rem;
}

body.enhanced-theme .product-card__details {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 11.4rem;
}

body.enhanced-theme .product-card__benefits {
  min-height: 5rem;
}

body.enhanced-theme .product-card__benefits--empty {
  min-height: 5rem;
}

body.enhanced-theme .product-card__list {
  margin-top: 0;
  padding-left: 1.15rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--muted);
  min-height: 5rem;
}

body.enhanced-theme .product-card__list li::marker {
  color: var(--primary-red);
}

body.enhanced-theme .product-card__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.9rem;
  margin-top: 0;
  padding-top: 1rem;
  min-height: 8.9rem;
}

body.enhanced-theme .product-card__price-block {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
  min-height: 4.1rem;
}

body.enhanced-theme .product-card__stock-note {
  margin-top: 0.45rem;
  min-height: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--muted);
}

body.enhanced-theme .product-card__cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(2.2rem, auto);
  gap: 0.55rem;
  width: 100%;
  align-items: stretch;
  min-height: 4.85rem;
}

body.enhanced-theme .product-card__cta-row > * {
  justify-content: center;
  text-align: center;
  min-height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.7rem;
  font-size: 0.77rem;
  line-height: 1rem;
  white-space: normal;
}

body.enhanced-theme .product-card__cta-row > *:only-child {
  grid-column: 1 / -1;
}

body.enhanced-theme .product-card__price,
body.enhanced-theme .product-hero .text-white {
  color: var(--text) !important;
}

body.enhanced-theme .product-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  color: var(--muted);
}

body.enhanced-theme .bike-dashboard-shell,
body.enhanced-theme .bike-profile-shell {
  padding-inline: 0.25rem;
}

body.enhanced-theme .bike-dashboard-header,
body.enhanced-theme .bike-profile-header {
  padding: 0 0.2rem;
}

body.enhanced-theme .bike-dashboard-top-actions {
  align-items: center;
}

body.enhanced-theme .bike-dashboard-card,
body.enhanced-theme .bike-dashboard-empty,
body.enhanced-theme .bike-profile-card,
body.enhanced-theme .bike-profile-media {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.04), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

body.enhanced-theme .bike-dashboard-card {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

body.enhanced-theme .bike-dashboard-card__inner,
body.enhanced-theme .bike-dashboard-empty__inner {
  padding: 1rem 1.1rem;
}

body.enhanced-theme .bike-dashboard-card__copy {
  min-width: 0;
}

body.enhanced-theme .bike-dashboard-card__copy .text-xs,
body.enhanced-theme .bike-dashboard-card__copy .text-sm {
  line-height: 1.45;
}

body.enhanced-theme .bike-dashboard-card:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.1);
}

body.enhanced-theme .bike-dashboard-card__copy h2,
body.enhanced-theme .bike-profile-card h2 {
  letter-spacing: -0.02em;
  color: var(--text);
}

body.enhanced-theme .bike-dashboard-card__copy p,
body.enhanced-theme .bike-profile-card p,
body.enhanced-theme .bike-profile-card div,
body.enhanced-theme .bike-profile-header p,
body.enhanced-theme .bike-profile-header div {
  color: var(--muted);
}

body.enhanced-theme .bike-dashboard-card__meta span,
body.enhanced-theme .bike-profile-header span {
  backdrop-filter: blur(12px);
  border-color: rgba(148, 163, 184, 0.24) !important;
  background: rgba(248, 250, 252, 0.92) !important;
  color: var(--text) !important;
}

body.enhanced-theme .bike-dashboard-card__actions,
body.enhanced-theme .bike-profile-header__actions {
  align-items: flex-start;
}

body.enhanced-theme .bike-dashboard-card__actions {
  flex-shrink: 0;
}

body.enhanced-theme .bike-dashboard-cta,
body.enhanced-theme .bike-dashboard-row-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

body.enhanced-theme .bike-dashboard-cta {
  min-height: 2rem;
  padding: 0.42rem 0.78rem;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 600;
}

body.enhanced-theme .bike-dashboard-cta--primary {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
}

body.enhanced-theme .bike-dashboard-row-action {
  min-height: 1.85rem;
  padding: 0.34rem 0.68rem;
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 600;
}

body.enhanced-theme .bike-dashboard-cta:hover,
body.enhanced-theme .bike-dashboard-row-action:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.28);
  background: #ffffff;
  color: var(--text);
}

body.enhanced-theme .bike-dashboard-cta--primary:hover {
  background: #b91c1c;
  border-color: #b91c1c;
  color: #fff;
}

body.enhanced-theme .bike-dashboard-empty__inner {
  max-width: 38rem;
}

body.enhanced-theme .bike-profile-grid {
  align-items: start;
}

body.enhanced-theme .bike-profile-card {
  overflow: hidden;
}

body.enhanced-theme .bike-profile-stat-grid > div {
  border-color: rgba(148, 163, 184, 0.2) !important;
  background: rgba(248, 250, 252, 0.92) !important;
}

body.enhanced-theme .bike-profile-media {
  background:
    radial-gradient(circle at top, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

body.enhanced-theme .bike-profile-media img {
  display: block;
  width: 100%;
  max-height: 28rem;
  padding: 0.4rem;
}

body.enhanced-theme .bike-dashboard-card__copy .text-red-300,
body.enhanced-theme .bike-profile-header .text-red-300 {
  color: #dc2626 !important;
}

body.enhanced-theme .bike-dashboard-card__copy .text-slate-300,
body.enhanced-theme .bike-dashboard-card__copy .text-slate-400,
body.enhanced-theme .bike-dashboard-empty .text-slate-300,
body.enhanced-theme .bike-profile-card .text-slate-300,
body.enhanced-theme .bike-profile-card .text-slate-400,
body.enhanced-theme .bike-profile-header .text-slate-300,
body.enhanced-theme .bike-profile-header .text-slate-400 {
  color: var(--muted) !important;
}

body.enhanced-theme .bike-profile-card .text-slate-100,
body.enhanced-theme .bike-profile-card strong,
body.enhanced-theme .bike-profile-header h1,
body.enhanced-theme .bike-profile-card h2,
body.enhanced-theme .bike-dashboard-card h2,
body.enhanced-theme .bike-dashboard-empty h2 {
  color: var(--text) !important;
}

@media (max-width: 640px) {
  body.enhanced-theme .bike-dashboard-card__inner,
  body.enhanced-theme .bike-dashboard-empty__inner {
    padding: 0.9rem;
  }

  body.enhanced-theme .bike-dashboard-top-actions,
  body.enhanced-theme .bike-dashboard-card__actions {
    width: 100%;
  }

  body.enhanced-theme .bike-dashboard-cta,
  body.enhanced-theme .bike-dashboard-row-action {
    flex: 0 0 auto;
  }
}

body.enhanced-theme.bike-public-page {
  background:
    radial-gradient(circle at top right, rgba(220, 38, 38, 0.18), transparent 26%),
    linear-gradient(180deg, #020617 0%, #0f172a 100%);
}

body.enhanced-theme.bike-public-page .navbar,
body.enhanced-theme.bike-public-page .footer {
  display: none;
}

body.enhanced-theme.bike-public-page main.site-body {
  min-height: 100vh;
  padding-top: 0;
}

body.enhanced-theme .bike-public-shell {
  padding-inline: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

body.enhanced-theme .bike-public-card {
  box-shadow: 0 28px 72px rgba(2, 6, 23, 0.34);
  color: #fff;
}

body.enhanced-theme .bike-public-body {
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.16), rgba(2, 6, 23, 0.02));
}

body.enhanced-theme .bike-public-media {
  border-radius: 1.55rem;
  padding: 0.75rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.enhanced-theme .bike-public-media img {
  display: block;
  width: 100%;
}

body.enhanced-theme .bike-public-status,
body.enhanced-theme .bike-public-identity {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.72));
  border-color: rgba(255, 255, 255, 0.09) !important;
}

body.enhanced-theme .bike-public-subtitle {
  color: rgba(226, 232, 240, 0.78) !important;
}

body.enhanced-theme .bike-public-eyebrow {
  color: rgba(148, 163, 184, 0.9) !important;
}

body.enhanced-theme .bike-public-identity__title,
body.enhanced-theme .bike-public-identity__list,
body.enhanced-theme .bike-public-status p:first-child {
  color: #ffffff !important;
}

body.enhanced-theme .bike-public-identity__list {
  line-height: 1.6;
}

body.enhanced-theme .bike-public-note {
  color: rgba(148, 163, 184, 0.88) !important;
}

body.enhanced-theme .bike-public-status-pill.bg-white\/10 {
  color: #ffffff !important;
}

body.enhanced-theme .bike-public-actions > *,
body.enhanced-theme .bike-public-direct {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body.enhanced-theme.bike-public-page .site-body p,
body.enhanced-theme.bike-public-page .site-body li,
body.enhanced-theme.bike-public-page .site-body .text-sm,
body.enhanced-theme.bike-public-page .site-body .text-xs {
  color: rgba(226, 232, 240, 0.84);
}

body.enhanced-theme.bike-public-page .site-body .text-slate-100,
body.enhanced-theme.bike-public-page .site-body .text-slate-200,
body.enhanced-theme.bike-public-page .site-body .text-slate-300,
body.enhanced-theme.bike-public-page .site-body .text-slate-400,
body.enhanced-theme.bike-public-page .site-body .text-white,
body.enhanced-theme.bike-public-page .site-body strong,
body.enhanced-theme.bike-public-page .site-body h1 {
  color: #ffffff !important;
}

body.enhanced-theme.bike-public-page .bike-public-status .text-slate-300 {
  color: rgba(226, 232, 240, 0.84) !important;
}

@media (max-width: 640px) {
  body.enhanced-theme .bike-public-shell {
    padding-inline: 0.9rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  body.enhanced-theme .bike-public-actions {
    grid-template-columns: 1fr;
  }
}

body.enhanced-theme .site-body p,
body.enhanced-theme .site-body li,
body.enhanced-theme .site-body .text-sm,
body.enhanced-theme .site-body .text-xs {
  color: var(--muted);
  line-height: 1.65;
}

body.enhanced-theme .site-body .text-slate-100,
body.enhanced-theme .site-body .text-slate-200,
body.enhanced-theme .site-body .text-slate-300,
body.enhanced-theme .site-body .text-slate-400,
body.enhanced-theme .site-body .text-white {
  color: var(--muted) !important;
}

body.enhanced-theme .footer {
  background: #ffffff;
  border-top: 1px solid var(--line);
}

body.enhanced-theme .footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  color: var(--muted);
}

body.enhanced-theme .footer-inner > * {
  min-width: 0;
}

body.enhanced-theme .footer .nav-link {
  color: var(--muted);
}

body.enhanced-theme .footer .nav-link:hover {
  color: var(--text);
}

body.enhanced-theme .drawer-panel {
  position: fixed;
  top: 0;
  right: -82vw;
  height: 100vh;
  width: min(320px, 82vw);
  padding: 1rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.98);
  border-left: 1px solid var(--line);
  box-shadow: -24px 0 60px rgba(15, 23, 42, 0.14);
  z-index: 50;
}

body.enhanced-theme .drawer-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(15, 23, 42, 0.24);
  z-index: 40;
}

body.enhanced-theme .drawer-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.enhanced-theme .drawer-toggle:checked ~ .drawer-backdrop {
  display: block;
}

body.enhanced-theme .drawer-toggle:checked ~ .drawer-panel {
  display: flex;
  right: 0;
}

body.enhanced-theme .drawer-title {
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.enhanced-theme .drawer-link,
body.enhanced-theme .drawer-close {
  color: var(--text);
}

body.enhanced-theme .mobile-drawer {
  display: flex;
  align-items: center;
}

body.enhanced-theme .btn-compact {
  min-height: 2.35rem;
  padding: 0.58rem 0.92rem;
  font-size: 0.82rem;
  line-height: 1.1;
}

body.enhanced-theme .contact-card-simple {
  box-shadow: var(--shadow-soft);
}

body.enhanced-theme .contact-input,
body.enhanced-theme .contact-textarea {
  background: #ffffff;
  color: var(--text);
  border: 1px solid var(--line-strong);
}

body.enhanced-theme .contact-textarea {
  min-height: 150px;
  border-radius: 1.25rem;
}

body.enhanced-theme .product-page {
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
}

body.enhanced-theme .product-topbar {
  display: grid;
  gap: 0.7rem;
  align-items: end;
  margin-bottom: 1rem;
}

body.enhanced-theme .product-title {
  margin-top: 0.25rem;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  color: var(--text);
}

body.enhanced-theme .product-subtitle {
  max-width: 44rem;
  margin-top: 0.45rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--muted);
}

body.enhanced-theme .product-topbar__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

body.enhanced-theme .product-price {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--text);
}

body.enhanced-theme .product-stock--inline {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
}

body.enhanced-theme .product-header {
  display: grid;
  gap: 1.35rem;
  align-items: start;
  grid-template-areas:
    "gallery"
    "summary";
}

body.enhanced-theme .product-gallery--hero {
  grid-area: gallery;
}

body.enhanced-theme .product-hero,
body.enhanced-theme .product-section {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: var(--shadow-soft);
  border-radius: 1.5rem;
  padding: 1.5rem;
}

body.enhanced-theme .product-hero {
  grid-area: summary;
  padding: 1.45rem;
  background:
    radial-gradient(circle at top right, rgba(109, 74, 255, 0.08), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

body.enhanced-theme .product-summary {
  display: grid;
  gap: 0.8rem;
}

body.enhanced-theme .product-gallery {
  display: grid;
  gap: 1rem;
}

body.enhanced-theme .product-gallery__main {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f4f7fb;
  aspect-ratio: 4 / 3;
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
}

body.enhanced-theme .product-image-frame img,
body.enhanced-theme .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.enhanced-theme .product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

body.enhanced-theme .product-thumb {
  appearance: none;
  background: #f4f7fb;
  border-radius: 1rem;
  border: 1px solid var(--line);
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

body.enhanced-theme .product-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  padding: 0.35rem;
}

body.enhanced-theme .product-thumb.is-active {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

body.enhanced-theme .product-stock,
body.enhanced-theme .product-kicker,
body.enhanced-theme .product-section-kicker,
body.enhanced-theme .product-section .text-slate-400,
body.enhanced-theme .product-section .text-slate-300,
body.enhanced-theme .product-section .text-slate-200 {
  color: var(--muted) !important;
}

body.enhanced-theme .product-section li,
body.enhanced-theme .product-section p {
  color: var(--muted);
}

body.enhanced-theme .product-step,
body.enhanced-theme .product-faq-item {
  border: 1px solid var(--line);
  background: #ffffff;
}

body.enhanced-theme .product-spec-row {
  border-color: var(--line);
}

body.enhanced-theme .product-spec-row .text-white {
  color: var(--text) !important;
}

body.enhanced-theme .product-badge,
body.enhanced-theme .product-trust-pill {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
}

body.enhanced-theme .product-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

body.enhanced-theme .product-trust-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 600;
}

body.enhanced-theme .product-highlight-grid {
  display: grid;
  gap: 0.85rem;
}

body.enhanced-theme .product-highlight-card {
  padding: 1rem 1.05rem;
  border-radius: 1.25rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

body.enhanced-theme .product-highlight-card__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
}

body.enhanced-theme .product-highlight-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--text);
}

body.enhanced-theme .product-cta-panel {
  padding: 1.2rem;
  border-radius: 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

body.enhanced-theme .product-cta-panel__row {
  display: grid;
  gap: 1rem;
}

body.enhanced-theme .product-cta-panel__label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
}

body.enhanced-theme .product-cta-panel__price,
body.enhanced-theme .product-cta-panel__status {
  margin-top: 0.35rem;
  color: var(--text);
}

body.enhanced-theme .product-cta-panel__price {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

body.enhanced-theme .product-cta-panel__status {
  font-size: 1rem;
  font-weight: 600;
}

body.enhanced-theme .product-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

body.enhanced-theme .product-cta-panel__notes {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.86rem;
}

body.enhanced-theme .product-body-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

body.enhanced-theme .product-column-main,
body.enhanced-theme .product-column-side {
  display: grid;
  gap: 1.25rem;
}

body.enhanced-theme .product-section--overview {
  background:
    radial-gradient(circle at top right, rgba(227, 30, 36, 0.05), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

body.enhanced-theme .product-sticky-cta {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--line);
}

body.enhanced-theme .product-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  border-radius: 1.1rem;
}

body.enhanced-theme .product-step__content {
  min-width: 0;
  display: grid;
  gap: 0.35rem;
}

body.enhanced-theme .product-step__title {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 600;
  color: var(--text);
}

body.enhanced-theme .product-step__body {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--muted);
}

body.enhanced-theme .product-step__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 0.88rem;
  font-weight: 700;
}

body.enhanced-theme .product-faq {
  display: grid;
  gap: 0.8rem;
}

body.enhanced-theme .product-faq-item {
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
}

body.enhanced-theme .product-faq-item summary {
  color: var(--text);
  font-weight: 600;
}

body.enhanced-theme .product-spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

body.enhanced-theme .product-spec-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  body.enhanced-theme .product-topbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.enhanced-theme .product-header {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    grid-template-areas: "gallery summary";
  }

  body.enhanced-theme .product-gallery__thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.enhanced-theme .product-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.enhanced-theme .product-cta-panel__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.enhanced-theme .product-body-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: start;
  }

  body.enhanced-theme .footer-inner {
    flex-direction: row;
  }

  body.enhanced-theme .logo-img {
    height: 80px;
  }
}

@media (max-width: 768px) {
  body.enhanced-theme .nav-inner {
    padding: 1rem 1rem;
  }

  body.enhanced-theme main {
    padding-top: 0;
  }

  body.enhanced-theme .logo-img {
    height: 54px;
    max-width: 320px;
  }

  body.enhanced-theme .products-hero-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  body.enhanced-theme .products-hero-card > img {
    height: auto;
    max-height: none;
  }

  body.enhanced-theme .products-intro {
    margin-top: 1rem;
  }

  body.enhanced-theme .btn-primary,
  body.enhanced-theme .btn-secondary,
  body.enhanced-theme .btn-outline,
  body.enhanced-theme .btn-danger {
    white-space: normal;
  }

  body.enhanced-theme .product-card__body {
    grid-template-rows: auto auto auto auto;
  }

  body.enhanced-theme .product-card__details,
  body.enhanced-theme .product-card__benefits,
  body.enhanced-theme .product-card__benefits--empty,
  body.enhanced-theme .product-card__footer {
    min-height: 0;
  }

  body.enhanced-theme .product-card__cta-row {
    grid-template-columns: 1fr;
  }

  body.enhanced-theme .product-card__cta-row > * {
    width: 100%;
  }

  body.enhanced-theme .product-card--collection .product-card__media {
    aspect-ratio: 16 / 11;
  }

  body.enhanced-theme .product-card--collection .product-card__desc {
    -webkit-line-clamp: 2;
  }
}

body.enhanced-theme.bike-id-page {
  background:
    radial-gradient(circle at top right, rgba(220, 38, 38, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

body.enhanced-theme.bike-id-page .site-body {
  position: relative;
}

body.enhanced-theme .bike-id-shell {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  display: grid;
  gap: 2rem;
}

body.enhanced-theme .bike-id-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid rgba(239, 68, 68, 0.14);
  background:
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.24), transparent 34%),
    linear-gradient(135deg, #050816 0%, #0f172a 56%, #111827 100%);
  box-shadow: 0 36px 80px rgba(15, 23, 42, 0.22);
}

body.enhanced-theme .bike-id-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -24% auto;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  filter: blur(10px);
}

body.enhanced-theme .bike-id-hero__copy,
body.enhanced-theme .bike-id-hero__panel {
  position: relative;
  z-index: 1;
}

body.enhanced-theme .bike-id-kicker,
body.enhanced-theme .bike-id-section-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fca5a5;
}

body.enhanced-theme .bike-id-tagline {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.76);
}

body.enhanced-theme .bike-id-title {
  margin: 1rem 0 0;
  max-width: 14ch;
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
}

body.enhanced-theme .bike-id-intro {
  margin: 1.4rem 0 0;
  max-width: 44rem;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(226, 232, 240, 0.9);
}

body.enhanced-theme .bike-id-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

body.enhanced-theme .bike-id-hero .btn-secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

body.enhanced-theme .bike-id-hero .btn-secondary:hover,
body.enhanced-theme .bike-id-hero .btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.46);
}

body.enhanced-theme .bike-id-cta-row--end {
  align-items: flex-start;
  justify-content: flex-start;
}

body.enhanced-theme .bike-id-meta-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

body.enhanced-theme .bike-id-meta-card,
body.enhanced-theme .bike-id-feature-card,
body.enhanced-theme .bike-id-process-card,
body.enhanced-theme .bike-id-demo-card,
body.enhanced-theme .bike-id-closing-panel {
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

body.enhanced-theme .bike-id-meta-card {
  padding: 0.92rem 1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

body.enhanced-theme .bike-id-meta-card__label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.62);
}

body.enhanced-theme .bike-id-meta-card__value {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #fff;
}

body.enhanced-theme .bike-id-hero__panel {
  display: grid;
  gap: 1rem;
}

body.enhanced-theme .bike-id-signal-card,
body.enhanced-theme .bike-id-separation-card {
  padding: 1.1rem;
  border-radius: 1.5rem;
}

body.enhanced-theme .bike-id-signal-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  color: #fff;
}

body.enhanced-theme .bike-id-signal-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

body.enhanced-theme .bike-id-signal-card__eyebrow,
body.enhanced-theme .bike-id-separation-card__label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

body.enhanced-theme .bike-id-signal-card__eyebrow {
  color: rgba(226, 232, 240, 0.7);
}

body.enhanced-theme .bike-id-signal-card__status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(248, 113, 113, 0.32);
  font-size: 0.75rem;
  font-weight: 600;
  color: #fee2e2;
}

body.enhanced-theme .bike-id-signal-card__title {
  margin: 1rem 0 0;
  font-size: 1.32rem;
  line-height: 1.3;
  font-weight: 600;
}

body.enhanced-theme .bike-id-signal-card__stack {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

body.enhanced-theme .bike-id-signal-card__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.82rem 0.92rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 6, 23, 0.34);
}

body.enhanced-theme .bike-id-signal-card__detail span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(226, 232, 240, 0.64);
}

body.enhanced-theme .bike-id-signal-card__detail strong {
  font-size: 0.92rem;
  color: #fff;
  text-align: right;
}

body.enhanced-theme .bike-id-separation-card {
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.92), rgba(69, 10, 10, 0.96));
  border: 1px solid rgba(248, 113, 113, 0.24);
  color: #fff;
}

body.enhanced-theme .bike-id-separation-card__label {
  color: #fecaca;
}

body.enhanced-theme .bike-id-separation-card__body {
  margin: 0.8rem 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

body.enhanced-theme .bike-id-separation-card__pill-row,
body.enhanced-theme .bike-id-demo-summary__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

body.enhanced-theme .bike-id-separation-card__pill-row span,
body.enhanced-theme .bike-id-demo-summary__pills span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.48rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
}

body.enhanced-theme .bike-id-separation-card__pill-row span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

body.enhanced-theme .bike-id-feature-grid {
  display: grid;
  gap: 1rem;
}

body.enhanced-theme .bike-id-feature-card {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border-radius: 1.5rem;
}

body.enhanced-theme .bike-id-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 250, 252, 0.34));
  pointer-events: none;
}

body.enhanced-theme .bike-id-feature-card__index {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.95rem;
  background: rgba(15, 23, 42, 0.05);
  color: #dc2626;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body.enhanced-theme .bike-id-feature-card__title {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 700;
  color: #0f172a;
}

body.enhanced-theme .bike-id-feature-card__copy {
  position: relative;
  z-index: 1;
  margin: 0.72rem 0 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #475569;
}

body.enhanced-theme .bike-id-story-grid {
  display: grid;
  gap: 1.5rem;
}

body.enhanced-theme .bike-id-process-card,
body.enhanced-theme .bike-id-demo-card,
body.enhanced-theme .bike-id-closing-panel {
  padding: 1.35rem;
  border-radius: 1.75rem;
}

body.enhanced-theme .bike-id-section-title {
  margin: 0.7rem 0 0;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}

body.enhanced-theme .bike-id-process-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

body.enhanced-theme .bike-id-process-card .product-step {
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(248, 250, 252, 0.84);
}

body.enhanced-theme .bike-id-demo-card {
  display: grid;
  gap: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92));
}

body.enhanced-theme .bike-id-demo-phone {
  padding: 0.4rem;
  border-radius: 1.9rem;
  background: linear-gradient(180deg, #1e293b 0%, #020617 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.enhanced-theme .bike-id-demo-phone__frame {
  padding: 1rem;
  border-radius: 1.55rem;
  background:
    radial-gradient(circle at top right, rgba(220, 38, 38, 0.18), transparent 32%),
    linear-gradient(180deg, #070d1b 0%, #0f172a 100%);
  color: #fff;
}

body.enhanced-theme .bike-id-demo-phone__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

body.enhanced-theme .bike-id-demo-phone__title {
  margin: 0.6rem 0 0;
  font-size: 1.32rem;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

body.enhanced-theme .bike-id-demo-phone__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  background: #dc2626;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
}

body.enhanced-theme .bike-id-demo-alert {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(248, 113, 113, 0.22);
  background: rgba(127, 29, 29, 0.34);
}

body.enhanced-theme .bike-id-demo-alert strong {
  display: block;
  font-size: 1rem;
  color: #fff;
}

body.enhanced-theme .bike-id-demo-alert p {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.88);
}

body.enhanced-theme .bike-id-demo-specs {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

body.enhanced-theme .bike-id-demo-specs__label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.86);
}

body.enhanced-theme .bike-id-demo-specs__rows {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.85rem;
}

body.enhanced-theme .bike-id-demo-specs__rows p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
}

body.enhanced-theme .bike-id-demo-specs__rows span {
  color: rgba(226, 232, 240, 0.72);
}

body.enhanced-theme .bike-id-demo-specs__rows strong {
  color: #fff;
  text-align: right;
}

body.enhanced-theme .bike-id-demo-specs__note {
  margin: 0.9rem 0 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.82);
}

body.enhanced-theme .bike-id-demo-actions {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

body.enhanced-theme .bike-id-demo-actions .btn-primary,
body.enhanced-theme .bike-id-demo-actions .btn-secondary {
  width: 100%;
  justify-content: center;
  min-height: 2.2rem;
}

body.enhanced-theme .bike-id-demo-summary__title {
  margin: 0.7rem 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a;
}

body.enhanced-theme .bike-id-demo-summary__body,
body.enhanced-theme .bike-id-closing-panel__body {
  margin: 1rem 0 0;
  font-size: 0.96rem;
  line-height: 1.8;
  color: #475569;
}

body.enhanced-theme .bike-id-demo-summary__pills span {
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
}

body.enhanced-theme .bike-id-closing-panel {
  display: grid;
  gap: 1.5rem;
}

body.enhanced-theme .bike-id-product-panel {
  display: grid;
  gap: 1.25rem;
  margin-top: 0.4rem;
}

body.enhanced-theme .bike-id-product-grid {
  grid-template-columns: minmax(0, 24rem);
}

@media (min-width: 768px) {
  body.enhanced-theme .bike-id-shell {
    padding-inline: 2rem;
  }

  body.enhanced-theme .bike-id-meta-grid,
  body.enhanced-theme .bike-id-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.enhanced-theme .bike-id-closing-panel {
    grid-template-columns: minmax(0, 1.2fr) auto;
    align-items: end;
  }
}

@media (min-width: 1024px) {
  body.enhanced-theme .bike-id-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: stretch;
    padding: 2.8rem;
  }

  body.enhanced-theme .bike-id-story-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  body.enhanced-theme .bike-id-demo-card {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
    align-items: center;
    padding: 1.8rem;
  }
}

@media (max-width: 640px) {
  body.enhanced-theme .bike-id-shell {
    padding: 2rem 1rem 4rem;
  }

  body.enhanced-theme .bike-id-hero,
  body.enhanced-theme .bike-id-process-card,
  body.enhanced-theme .bike-id-demo-card,
  body.enhanced-theme .bike-id-closing-panel {
    padding: 1.25rem;
    border-radius: 1.5rem;
  }

  body.enhanced-theme .bike-id-title {
    max-width: none;
  }

  body.enhanced-theme .bike-id-cta-row > * {
    width: 100%;
  }

  body.enhanced-theme .bike-id-demo-phone__header,
  body.enhanced-theme .bike-id-demo-specs__rows p,
  body.enhanced-theme .bike-id-signal-card__row,
  body.enhanced-theme .bike-id-signal-card__detail {
    flex-direction: column;
    align-items: flex-start;
  }

  body.enhanced-theme .bike-id-signal-card__detail strong,
  body.enhanced-theme .bike-id-demo-specs__rows strong {
    text-align: left;
  }
}

body.enhanced-theme {
  overflow-x: hidden;
}

body.enhanced-theme.menu-open {
  overflow: hidden;
}

body.enhanced-theme .site-announcement {
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 34px;
  background: #050505;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.enhanced-theme .site-announcement__track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  padding-inline: 1.25rem;
}

body.enhanced-theme .site-shell-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: blur(18px);
}

body.enhanced-theme .site-shell-nav {
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 0.9rem var(--page-gutter);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

body.enhanced-theme .site-shell-brand,
body.enhanced-theme .site-shell-links,
body.enhanced-theme .site-shell-actions {
  min-width: 0;
}

body.enhanced-theme .site-shell-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

body.enhanced-theme .site-shell-brand__wordmark {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
  color: #050505;
}

body.enhanced-theme .site-shell-brand__wordmark span {
  color: var(--color-brand-red);
}

body.enhanced-theme .site-shell-links {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}

body.enhanced-theme .site-shell-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

body.enhanced-theme .site-shell-link,
body.enhanced-theme .site-shell-cart {
  color: #101010;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.enhanced-theme .site-shell-action.btn-secondary,
body.enhanced-theme .site-shell-action.btn-danger,
body.enhanced-theme .site-shell-cart {
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
}

body.enhanced-theme .site-shell-action.btn-danger {
  border-color: var(--color-brand-red);
}

body.enhanced-theme .site-shell-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
}

body.enhanced-theme .site-shell-cart__count {
  display: inline-grid;
  place-items: center;
  min-width: 1.3rem;
  height: 1.3rem;
  padding-inline: 0.2rem;
  border-radius: 999px;
  background: var(--color-brand-red);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
}

body.enhanced-theme .site-shell-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

body.enhanced-theme .site-shell-menu-button span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #050505;
}

body.enhanced-theme .site-mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(5, 5, 5, 0.56);
}

body.enhanced-theme .site-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: min(88vw, 390px);
  padding: 1.25rem;
  display: grid;
  align-content: start;
  gap: 1rem;
  background: #050505;
  color: #ffffff;
  transform: translateX(100%);
  transition: transform var(--transition-base);
  overflow-y: auto;
}

body.enhanced-theme .site-mobile-menu.is-open {
  transform: translateX(0);
}

body.enhanced-theme .site-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.enhanced-theme .site-mobile-menu__close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
}

body.enhanced-theme .site-mobile-menu__links {
  display: grid;
  gap: 0.35rem;
}

body.enhanced-theme .site-mobile-menu__links a {
  display: block;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
}

body.enhanced-theme .site-mobile-menu__cta {
  width: 100%;
}

body.enhanced-theme .site-footer {
  margin-top: auto;
  background: #050505;
  color: #ffffff;
}

body.enhanced-theme .site-footer__inner {
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 3.5rem var(--page-gutter) 1.75rem;
}

body.enhanced-theme .site-footer__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(0, 1.6fr);
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-border-dark);
}

body.enhanced-theme .site-footer h3 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.enhanced-theme .site-footer a,
body.enhanced-theme .site-footer span,
body.enhanced-theme .site-footer p,
body.enhanced-theme .site-footer__bottom {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.enhanced-theme .site-footer a {
  display: block;
  margin-bottom: 0.55rem;
}

body.enhanced-theme .site-footer__newsletter p {
  margin: 0 0 1rem;
  max-width: 24rem;
}

body.enhanced-theme .site-footer__signup {
  display: flex;
  gap: 0.7rem;
}

body.enhanced-theme .site-footer__signup input {
  flex: 1 1 auto;
  min-height: 46px;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-pill);
  background: transparent;
  color: #ffffff;
}

body.enhanced-theme .site-footer__bottom,
body.enhanced-theme .site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

body.enhanced-theme .site-footer__bottom {
  padding-top: 1.5rem;
}

body.enhanced-theme .site-body {
  display: flex;
  flex-direction: column;
}

body.enhanced-theme .page-section,
body.enhanced-theme .page-shell,
body.enhanced-theme .form-shell,
body.enhanced-theme .cart-page,
body.enhanced-theme .support-shell,
body.enhanced-theme .collection-shell,
body.enhanced-theme .account-shell,
body.enhanced-theme .admin-shell {
  width: min(100%, var(--page-max-width));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

body.enhanced-theme .page-shell,
body.enhanced-theme .form-shell,
body.enhanced-theme .cart-page,
body.enhanced-theme .support-shell,
body.enhanced-theme .collection-shell,
body.enhanced-theme .account-shell,
body.enhanced-theme .admin-shell {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

body.enhanced-theme .eyebrow-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--color-brand-red);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.enhanced-theme .page-title,
body.enhanced-theme .support-hero h1,
body.enhanced-theme .auth-card h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: #050505;
}

body.enhanced-theme .page-copy,
body.enhanced-theme .support-hero p,
body.enhanced-theme .auth-card p,
body.enhanced-theme .activate-intro p,
body.enhanced-theme .cart-copy {
  color: var(--color-text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

body.enhanced-theme .surface-card,
body.enhanced-theme .auth-card,
body.enhanced-theme .activate-grid > *,
body.enhanced-theme .cart-shell,
body.enhanced-theme .cart-summary,
body.enhanced-theme .cart-empty,
body.enhanced-theme .faq-card,
body.enhanced-theme .contact-card-simple,
body.enhanced-theme .collection-hero,
body.enhanced-theme .collection-filters,
body.enhanced-theme .product-card,
body.enhanced-theme .product-shell,
body.enhanced-theme .product-section,
body.enhanced-theme .product-cta-panel {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
}

body.enhanced-theme .auth-layout {
  display: grid;
  place-items: center;
  min-height: min(80vh, 860px);
}

body.enhanced-theme .auth-card {
  width: min(100%, 34rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

body.enhanced-theme .auth-form,
body.enhanced-theme .contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

body.enhanced-theme .auth-form label,
body.enhanced-theme .contact-form label,
body.enhanced-theme .activation-form label {
  display: grid;
  gap: 0.45rem;
  color: #101010;
  font-size: 0.92rem;
  font-weight: 700;
}

body.enhanced-theme .auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 1rem;
}

body.enhanced-theme .support-shell {
  display: grid;
  gap: 1.5rem;
}

body.enhanced-theme .support-hero {
  display: grid;
  gap: 0.8rem;
  max-width: 46rem;
}

body.enhanced-theme .account-hero,
body.enhanced-theme .admin-hero {
  display: grid;
  gap: 0.8rem;
  max-width: 48rem;
  margin-bottom: 1.5rem;
}

body.enhanced-theme .account-grid,
body.enhanced-theme .admin-grid {
  display: grid;
  gap: 1rem;
}

body.enhanced-theme .account-grid--three,
body.enhanced-theme .admin-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.enhanced-theme .account-card,
body.enhanced-theme .admin-card,
body.enhanced-theme .admin-list-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-subtle);
  padding: 1.5rem;
}

body.enhanced-theme .account-card h2,
body.enhanced-theme .admin-card h2,
body.enhanced-theme .admin-list-card h2 {
  margin: 0;
  color: #050505;
}

body.enhanced-theme .account-card p,
body.enhanced-theme .admin-card p,
body.enhanced-theme .admin-list-card p {
  color: var(--color-text-secondary);
}

body.enhanced-theme .account-actions,
body.enhanced-theme .admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

body.enhanced-theme .account-list,
body.enhanced-theme .admin-list {
  display: grid;
  gap: 1rem;
}

body.enhanced-theme .account-row,
body.enhanced-theme .admin-row {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
}

body.enhanced-theme .account-row__meta,
body.enhanced-theme .admin-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

body.enhanced-theme .account-pill,
body.enhanced-theme .admin-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: var(--color-bg-secondary);
  color: #101010;
  font-size: 0.78rem;
  font-weight: 700;
}

body.enhanced-theme .faq-grid {
  display: grid;
  gap: 1rem;
}

body.enhanced-theme .faq-card {
  padding: 1.5rem;
}

body.enhanced-theme .faq-card h3 {
  margin: 0 0 0.6rem;
  color: #050505;
}

body.enhanced-theme .faq-card p {
  margin: 0;
  color: var(--color-text-secondary);
}

body.enhanced-theme .contact-card-simple {
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

body.enhanced-theme .contact-card-simple__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

body.enhanced-theme .contact-card-simple__header h1 {
  margin: 0.45rem 0 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

body.enhanced-theme .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.enhanced-theme .field-error {
  color: var(--color-brand-red);
  font-size: 0.82rem;
}

body.enhanced-theme .activate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.25rem;
}

body.enhanced-theme .activate-grid > * {
  padding: clamp(1.5rem, 3vw, 2rem);
}

body.enhanced-theme .activate-intro,
body.enhanced-theme .activate-panel {
  display: grid;
  gap: 1rem;
  align-content: start;
}

body.enhanced-theme .activate-panel h2,
body.enhanced-theme .activate-step h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #050505;
}

body.enhanced-theme .activate-panel .page-copy {
  max-width: 34rem;
}

body.enhanced-theme .activation-form {
  margin-top: 0.25rem;
}

body.enhanced-theme .activation-form__submit {
  width: 100%;
  justify-content: center;
}

body.enhanced-theme .activate-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

body.enhanced-theme .activate-step,
body.enhanced-theme .activate-note {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg-secondary);
  padding: 1rem;
}

body.enhanced-theme .activate-step p,
body.enhanced-theme .activate-note p {
  margin: 0.4rem 0 0;
}

body.enhanced-theme .cart-page {
  display: grid;
  gap: 1.25rem;
}

body.enhanced-theme .cart-item {
  display: grid;
  gap: 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1rem;
  background: #ffffff;
}

body.enhanced-theme .cart-shell,
body.enhanced-theme .cart-summary,
body.enhanced-theme .cart-empty {
  padding: 1.5rem;
}

body.enhanced-theme .cart-item__media {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--color-bg-secondary);
  aspect-ratio: 4 / 3;
}

body.enhanced-theme .cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.enhanced-theme .cart-item__body,
body.enhanced-theme .cart-item__footer,
body.enhanced-theme .cart-list {
  display: grid;
  gap: 1rem;
}

body.enhanced-theme .cart-kicker,
body.enhanced-theme .cart-item__eyebrow,
body.enhanced-theme .cart-item__label,
body.enhanced-theme .cart-summary__label {
  display: inline-block;
  color: var(--color-brand-red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.enhanced-theme .cart-title,
body.enhanced-theme .collection-hero__title {
  margin: 0.5rem 0 0;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #050505;
}

body.enhanced-theme .cart-item__name {
  margin: 0.35rem 0 0;
  font-size: 1.5rem;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #050505;
}

body.enhanced-theme .cart-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: #101010;
  font-size: 0.82rem;
  font-weight: 700;
}

body.enhanced-theme .cart-item__meta,
body.enhanced-theme .cart-summary__actions,
body.enhanced-theme .cart-qty-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

body.enhanced-theme .cart-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: #101010;
  font-weight: 700;
}

body.enhanced-theme .cart-summary__total {
  margin-top: 0.65rem;
  color: #050505;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

body.enhanced-theme .collection-shell {
  display: grid;
  gap: 1.25rem;
}

body.enhanced-theme .collection-hero,
body.enhanced-theme .collection-filters {
  padding: 1.5rem;
}

body.enhanced-theme .collection-hero__copy {
  max-width: 44rem;
}

body.enhanced-theme .collection-meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.enhanced-theme .collection-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  color: #101010;
}

body.enhanced-theme .collection-filters__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: end;
  justify-content: space-between;
}

body.enhanced-theme .collection-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

body.enhanced-theme .collection-filter-group > div {
  min-width: min(100%, 11rem);
}

body.enhanced-theme .products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

body.enhanced-theme .product-card__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.enhanced-theme .product-card__body {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem;
}

body.enhanced-theme .product-card__eyebrow {
  color: var(--color-brand-red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.enhanced-theme .product-card__title,
body.enhanced-theme .product-card__title a,
body.enhanced-theme .product-card__price,
body.enhanced-theme .product-card__price-label {
  color: #050505;
}

body.enhanced-theme .product-card__title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body.enhanced-theme .product-card__desc,
body.enhanced-theme .product-card__stock-note {
  color: var(--color-text-secondary);
}

body.enhanced-theme .product-card__details,
body.enhanced-theme .product-card__footer {
  display: grid;
  gap: 0.9rem;
}

body.enhanced-theme .product-card__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

body.enhanced-theme .product-card__cta-row > * {
  flex: 1 1 140px;
}

body.enhanced-theme .product-kicker,
body.enhanced-theme .product-section-kicker {
  color: var(--color-brand-red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.enhanced-theme .product-shell {
  padding: 1.5rem;
}

body.enhanced-theme .product-title,
body.enhanced-theme .product-section-title {
  color: #050505;
}

body.enhanced-theme .product-subtitle,
body.enhanced-theme .product-summary__lead,
body.enhanced-theme .product-step__body,
body.enhanced-theme .product-faq-item p,
body.enhanced-theme .product-cta-panel__notes span,
body.enhanced-theme .product-bullets li {
  color: var(--color-text-secondary);
}

body.enhanced-theme .product-stock,
body.enhanced-theme .product-price,
body.enhanced-theme .product-cta-panel__price,
body.enhanced-theme .product-cta-panel__status,
body.enhanced-theme .product-spec-row span:last-child {
  color: #050505;
}

body.enhanced-theme .product-highlight-item__icon {
  color: var(--color-brand-red);
}

body.enhanced-theme .product-section--notice p {
  color: var(--color-text-secondary);
}

body.enhanced-theme .product-faq-item summary {
  color: #050505;
  font-weight: 700;
}

@media (min-width: 768px) {
  body.enhanced-theme .cart-item {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 1180px) {
  body.enhanced-theme .site-shell-links {
    gap: 0.9rem;
  }
}

@media (max-width: 1080px) {
  body.enhanced-theme .site-shell-links,
  body.enhanced-theme .site-shell-actions {
    display: none;
  }

  body.enhanced-theme .site-shell-menu-button {
    display: inline-flex;
    margin-left: auto;
  }

  body.enhanced-theme .site-shell-nav {
    justify-content: space-between;
  }

  body.enhanced-theme .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.enhanced-theme .activate-grid,
  body.enhanced-theme .contact-card-simple__header {
    grid-template-columns: 1fr;
  }

  body.enhanced-theme .activate-steps,
  body.enhanced-theme .products-grid,
  body.enhanced-theme .account-grid--three,
  body.enhanced-theme .admin-grid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.enhanced-theme .page-shell,
  body.enhanced-theme .form-shell,
  body.enhanced-theme .cart-page,
  body.enhanced-theme .support-shell,
  body.enhanced-theme .collection-shell {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  body.enhanced-theme .site-announcement {
    display: none;
  }

  body.enhanced-theme .site-footer__grid,
  body.enhanced-theme .form-grid,
  body.enhanced-theme .site-footer__signup {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  body.enhanced-theme .btn-primary,
  body.enhanced-theme .btn-secondary,
  body.enhanced-theme .btn-outline,
  body.enhanced-theme .btn-danger {
    white-space: normal;
  }

  body.enhanced-theme .product-card__cta-row > *,
  body.enhanced-theme .cart-summary__actions > *,
  body.enhanced-theme .auth-actions > * {
    width: 100%;
  }
}
