body.wingpro-marketplace {
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--shell-bg);
  color: var(--shell-text);
}

body.wingpro-marketplace:not(.order-page) > .app-content {
  background: var(--neutral-50);
}

.wingpro-marketplace :is(button, input, select, textarea) {
  font: inherit;
}

.wingpro-marketplace img {
  display: block;
  max-width: 100%;
}

.wm-stack-top {
  margin-top: var(--space-3);
}

.wm-stack-top-lg {
  margin-top: var(--space-4) !important;
}

.wm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wm-btn-compact {
  min-height: var(--btn-min-h);
  padding-inline: 14px;
  font-size: 14px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-1);
  padding-top: var(--space-3);
  color: var(--shell-muted);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--theme-link);
}

.breadcrumb span[aria-hidden="true"] {
  opacity: 0.55;
}

.status-badge,
.eyebrow,
.availability,
.product-stage {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  border-radius: var(--r-chip);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.status-badge {
  margin-bottom: var(--space-2);
  padding: 7px 11px;
  border: 1px solid var(--status-success-border);
  background: var(--status-success-bg);
  color: var(--status-success-text);
}

.status-badge::before,
.availability::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--theme-link);
}

.seller-hero,
.detail-hero__copy,
.directory-hero,
.cabinet-hero {
  color: var(--shell-text);
}

.seller-hero h1,
.detail-hero h1,
.directory-hero h1,
.cabinet-hero h1 {
  margin: 0;
  color: var(--theme-page-title, var(--shell-text));
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
}

.section h2,
.company-copy h2,
.detail-section h2,
.cabinet-card h2,
.obair-band h2 {
  margin: 0;
  color: var(--shell-text);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.1;
}

.hero-actions,
.card-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--space-3);
}

.seller-hero {
  width: min(calc(100% - var(--space-6)), var(--w));
  max-width: none;
  margin: var(--space-3) auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--theme-hero-border);
  border-radius: var(--r-card);
  background: var(--theme-hero-bg);
  box-shadow: var(--shadow);
}

.seller-hero__copy {
  padding: clamp(32px, 5.5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.seller-id {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: var(--space-3);
}

.seller-monogram {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--theme-border-strong);
  border-radius: var(--r-card);
  background: var(--theme-primary);
  color: var(--theme-primary-contrast);
  font-size: 22px;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.seller-id__copy {
  display: grid;
  gap: 4px;
}

.seller-id__copy strong {
  color: var(--shell-text);
  font-size: 21px;
}

.seller-id__copy span {
  color: var(--shell-muted);
  font-size: 13px;
  font-weight: 650;
}

.seller-hero__lead {
  max-width: 680px;
  margin: var(--space-3) 0 0;
  color: var(--theme-page-copy, var(--shell-copy));
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.5;
}

.hero-proof {
  margin-top: var(--space-4);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-proof__item {
  min-width: 0;
  padding-top: 13px;
  border-top: 1px solid var(--theme-border);
}

.hero-proof__item strong {
  display: block;
  color: var(--shell-text);
  font-size: 15px;
}

.hero-proof__item span {
  display: block;
  margin-top: 3px;
  color: var(--shell-muted);
  font-size: 12px;
}

.seller-hero__visual {
  position: relative;
  min-height: 100%;
  padding: var(--space-4) var(--space-4) var(--space-4) 0;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 1fr 0.8fr;
  gap: 12px;
  align-content: center;
}

.visual-card {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--shell-surface-soft);
  box-shadow: var(--shadow);
}

.visual-card:first-child {
  grid-row: 1 / 3;
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-card::after {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, color-mix(in srgb, var(--neutral-900) 82%, transparent));
  content: "";
}

.visual-card__label {
  position: absolute;
  z-index: 2;
  right: var(--space-2);
  bottom: 14px;
  left: var(--space-2);
  color: var(--neutral-0);
}

.visual-card__label small {
  display: block;
  color: color-mix(in srgb, var(--neutral-0) 78%, var(--theme-primary));
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.visual-card__label strong {
  display: block;
  margin-top: 3px;
  font-size: 16px;
  line-height: 1.2;
}

.section {
  padding: clamp(56px, 7vw, 88px) 0;
}

.section.tight {
  padding-block: var(--space-5) var(--space-8);
}

.section.white {
  background: var(--shell-surface);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.section-head > div:first-child {
  max-width: 760px;
}

.section-head > p,
.section-head > a + p,
.section-head p:not(.eyebrow) {
  max-width: 470px;
  margin: 0;
  color: var(--shell-muted);
}

.category-grid,
.product-grid,
.series-grid,
.directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-2);
}

.category-card,
.product-card,
.series-card,
.directory-card,
.spec-card,
.cabinet-card {
  min-width: 0;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--shell-surface);
  box-shadow: var(--shadow);
}

.category-card {
  min-height: 286px;
  padding: var(--space-3);
  display: flex;
  flex-direction: column;
  color: var(--shell-text);
  text-decoration: none;
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.category-card:hover {
  transform: translateY(-3px);
  border-color: var(--theme-border-strong);
  box-shadow: var(--btn-elev-hover);
  color: var(--shell-text);
  text-decoration: none;
}

.category-card__index {
  color: var(--theme-link);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.category-card h3 {
  margin: auto 0 12px;
  color: var(--shell-text);
  font-size: 23px;
  line-height: 1.12;
}

.category-card p {
  margin: 0 0 var(--space-2);
  color: var(--shell-muted);
  font-size: 14px;
}

.category-card__link {
  color: var(--theme-link);
  font-size: 13px;
  font-weight: 800;
}

.category-card--accent {
  border-color: var(--theme-border-strong);
  background: var(--theme-soft-bg-strong);
}

.catalog-toolbar {
  margin-bottom: var(--space-3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
}

.filter-button {
  min-height: var(--btn-min-h);
  padding: 0 14px;
  border: 1px solid var(--theme-chip-border);
  border-radius: var(--r-chip);
  background: var(--shell-surface);
  color: var(--shell-copy);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.filter-button:hover {
  border-color: var(--theme-border-strong);
  background: var(--theme-soft-bg);
}

.filter-button[aria-pressed="true"] {
  border-color: var(--theme-primary);
  background: var(--theme-primary);
  color: var(--theme-primary-contrast);
}

.catalog-count {
  color: var(--shell-muted);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

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

.product-card {
  overflow: hidden;
}

.product-card[hidden] {
  display: none;
}

.product-media {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--shell-surface-soft);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-fast);
}

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

.product-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, color-mix(in srgb, var(--neutral-900) 18%, transparent));
  content: "";
}

.product-media--obair img {
  object-position: center 27%;
}

.product-media--cual img {
  position: relative;
  z-index: 1;
  width: 46%;
  height: 46%;
  object-fit: contain;
  opacity: 0;
}

.product-media--cual {
  display: grid;
  place-items: center;
  background: var(--theme-section-tint);
}

.product-media--cual::before {
  position: absolute;
  inset: 16% 12%;
  border: 1px solid var(--theme-border);
  border-radius: var(--r-card);
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 12px,
    color-mix(in srgb, var(--theme-primary) 18%, transparent) 13px,
    transparent 14px
  );
  content: "";
}

.product-media--cual::after {
  inset: 27%;
  height: auto;
  z-index: 1;
  background: var(--theme-primary);
  -webkit-mask: url("/assets/icons/cu-al-coil.svg") center / contain no-repeat;
  mask: url("/assets/icons/cu-al-coil.svg") center / contain no-repeat;
}

.refrigerant-art {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
  padding: 34px;
  background: var(--theme-section-tint);
}

.refrigerant-cylinder {
  position: relative;
  width: 74px;
  height: 176px;
  border: 1px solid var(--theme-border-strong);
  border-radius: var(--r-card);
  background: linear-gradient(90deg, var(--theme-secondary-accent), var(--theme-primary), var(--theme-primary-hover));
  box-shadow: var(--shadow);
}

.refrigerant-cylinder:nth-child(2) {
  height: 205px;
  background: linear-gradient(90deg, var(--theme-primary-active), var(--theme-primary), var(--theme-secondary-accent));
}

.refrigerant-cylinder:nth-child(3) {
  height: 156px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--theme-primary) 62%, var(--neutral-600)), var(--theme-primary), var(--theme-primary-hover));
}

.refrigerant-cylinder::before {
  position: absolute;
  top: -18px;
  left: 24px;
  width: 24px;
  height: 20px;
  border-radius: 5px 5px 2px 2px;
  background: var(--neutral-700);
  content: "";
}

.refrigerant-cylinder::after {
  position: absolute;
  inset: 52px 9px auto;
  padding: 7px 2px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--neutral-0) 88%, transparent);
  color: var(--neutral-900);
  content: "R";
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.product-body {
  padding: var(--space-3);
}

.product-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-code {
  color: var(--shell-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.availability {
  padding: 7px 10px;
  border: 1px solid var(--theme-border);
  background: var(--theme-soft-bg-strong);
  color: var(--theme-link);
  font-size: 10px;
}

.availability--warning {
  border-color: var(--status-warning-border);
  background: var(--status-warning-bg);
  color: var(--status-warning-text);
}

.availability--muted {
  border-color: var(--status-muted-border);
  background: var(--status-muted-bg);
  color: var(--status-muted-text);
}

.product-body h3 {
  margin: 18px 0 10px;
  color: var(--shell-text);
  font-size: 25px;
  line-height: 1.12;
}

.product-body > p {
  margin: 0;
  color: var(--shell-muted);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.chip {
  padding: 6px 9px;
  border: 1px solid var(--theme-chip-border);
  border-radius: var(--r-chip);
  background: var(--theme-chip-bg);
  color: var(--theme-chip-text);
  font-size: 11px;
  font-weight: 800;
}

.seller-line {
  margin-top: 21px;
  padding-top: var(--space-2);
  border-top: 1px solid var(--shell-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.seller-line__name {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.seller-line__avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: var(--r-btn);
  background: var(--theme-primary);
  color: var(--theme-primary-contrast);
  font-size: 10px;
  font-weight: 900;
}

.seller-line strong {
  display: block;
  color: var(--shell-text);
  font-size: 13px;
}

.seller-line small {
  display: block;
  color: var(--shell-muted);
  font-size: 10px;
}

.seller-line a {
  color: var(--theme-link);
  font-size: 12px;
  font-weight: 800;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--shell-surface);
  box-shadow: var(--shadow);
}

.trust-item {
  padding: 22px;
  border-right: 1px solid var(--shell-border);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  color: var(--shell-text);
  font-size: 15px;
}

.trust-item span {
  display: block;
  margin-top: 4px;
  color: var(--shell-muted);
  font-size: 12px;
}

.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.company-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--shell-muted);
  font-size: 18px;
}

.capability-list {
  margin: var(--space-3) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.capability-list li {
  position: relative;
  padding: 13px 14px 13px 38px;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-btn);
  background: var(--shell-surface-soft);
  color: var(--shell-copy);
  font-size: 13px;
  font-weight: 700;
}

.capability-list li::before {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid var(--success);
  border-left: 2px solid var(--success);
  transform: rotate(-45deg);
  content: "";
}

.company-panel {
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: var(--r-card);
  background: var(--theme-section-tint-strong);
  color: var(--shell-text);
  box-shadow: var(--shadow);
}

.company-panel__top {
  padding: 26px;
  background: color-mix(in srgb, var(--theme-primary) 8%, transparent);
}

.company-panel__top small {
  color: var(--theme-link);
  font-weight: 800;
  text-transform: uppercase;
}

.company-panel__top strong {
  display: block;
  margin-top: 7px;
  font-size: 24px;
}

.company-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-panel__list li {
  padding: 17px 26px;
  border-top: 1px solid var(--theme-border);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}

.company-panel__list span {
  color: var(--shell-muted);
}

.company-panel__list :is(strong, a) {
  color: var(--shell-text);
  text-align: right;
}

.obair-band {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: var(--r-card);
  background: var(--theme-section-tint-strong);
  color: var(--shell-text);
}

.obair-band__inner {
  padding: clamp(32px, 6vw, 64px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.obair-band__media {
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--neutral-0);
}

.obair-band__media img {
  max-width: 82%;
  max-height: 260px;
  object-fit: contain;
}

.obair-band p:not(.eyebrow) {
  color: var(--shell-muted);
  font-size: 18px;
}

.directory-hero,
.detail-hero,
.cabinet-hero {
  padding: clamp(40px, 6vw, 68px) 0 var(--space-6);
}

.directory-hero {
  border-bottom: 1px solid var(--theme-hero-border);
  background: var(--theme-hero-bg);
}

.directory-hero h1,
.detail-hero h1,
.cabinet-hero h1 {
  max-width: 920px;
}

.directory-hero p:not(.eyebrow),
.detail-hero__lead,
.cabinet-hero__lead {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--shell-muted);
  font-size: 18px;
}

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

.directory-card {
  padding: 26px;
}

.directory-card--primary {
  grid-column: span 2;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
}

.directory-card__copy {
  padding: var(--space-4);
}

.directory-card__media {
  min-height: 320px;
  background: var(--shell-surface-soft);
}

.directory-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.directory-card h2 {
  margin: var(--space-2) 0 12px;
  color: var(--shell-text);
  font-size: 34px;
}

.directory-card h3 {
  margin: var(--space-2) 0 10px;
  color: var(--shell-text);
  font-size: 22px;
}

.directory-card p {
  color: var(--shell-muted);
}

.directory-card--guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--theme-soft-bg-strong);
}

.directory-card__link {
  margin-top: var(--space-2);
  color: var(--theme-link);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.directory-card__link:hover {
  color: var(--theme-link-hover);
  text-decoration: underline;
}

.detail-hero__grid {
  margin-top: var(--space-4);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: var(--space-3);
  align-items: stretch;
}

.detail-hero__copy,
.detail-hero__media {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--shell-surface);
  box-shadow: var(--shadow);
}

.detail-hero__copy {
  padding: clamp(28px, 5vw, 52px);
}

.detail-hero__copy h1 {
  font-size: clamp(36px, 5vw, 58px);
}

.detail-hero__media {
  min-height: 480px;
  background: var(--shell-surface-soft);
}

.detail-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-hero__media--cual {
  position: relative;
  display: grid;
  place-items: center;
  background: var(--theme-section-tint);
}

.detail-hero__media--cual::before {
  position: absolute;
  inset: 12%;
  border: 1px solid var(--theme-border);
  border-radius: var(--r-card);
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 18px,
    color-mix(in srgb, var(--theme-primary) 20%, transparent) 19px,
    transparent 20px
  );
  content: "";
}

.detail-hero__media--cual img {
  position: relative;
  z-index: 1;
  width: 44%;
  height: 44%;
  object-fit: contain;
  opacity: 0;
}

.detail-hero__media--cual::after {
  position: absolute;
  inset: 28%;
  z-index: 1;
  background: var(--theme-primary);
  -webkit-mask: url("/assets/icons/cu-al-coil.svg") center / contain no-repeat;
  mask: url("/assets/icons/cu-al-coil.svg") center / contain no-repeat;
  content: "";
}

.detail-hero__media .refrigerant-art {
  min-height: 480px;
}

.detail-seller {
  margin-top: var(--space-3);
  padding: var(--space-2);
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--shell-surface-soft);
  display: flex;
  align-items: center;
  gap: 13px;
}

.detail-seller .seller-monogram {
  width: 46px;
  height: 46px;
  border-radius: var(--r-btn);
  font-size: 14px;
}

.detail-seller strong {
  display: block;
  color: var(--shell-text);
}

.detail-seller span {
  color: var(--shell-muted);
  font-size: 12px;
}

.detail-section {
  padding: var(--space-3) 0 88px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-2);
}

.spec-card {
  padding: var(--space-3);
}

.spec-card h3 {
  margin: 0 0 12px;
  color: var(--shell-text);
  font-size: 20px;
}

.spec-card p {
  color: var(--shell-muted);
}

.clean-list {
  margin: var(--space-2) 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding: 10px 0 10px 20px;
  border-top: 1px solid var(--shell-border);
  color: var(--shell-copy);
  font-size: 14px;
}

.clean-list li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--theme-primary);
  content: "";
}

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

.series-card {
  padding: 22px;
}

.series-code {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--r-btn);
  background: var(--theme-soft-bg-strong);
  color: var(--theme-primary-contrast);
  font-size: 14px;
  font-weight: 900;
}

.series-card h3 {
  margin: 18px 0 8px;
  color: var(--shell-text);
  font-size: 20px;
}

.series-card p {
  margin: 0;
  color: var(--shell-muted);
  font-size: 13px;
}

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

.refrigerant-item {
  padding: 20px 14px;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--shell-surface);
  text-align: center;
}

.refrigerant-item strong {
  display: block;
  color: var(--shell-text);
  font-size: 24px;
}

.refrigerant-item span {
  display: block;
  margin-top: 4px;
  color: var(--shell-muted);
  font-size: 11px;
  font-weight: 750;
}

.notice,
.cabinet-notice {
  margin-top: var(--space-3);
  padding: 17px 19px;
  border: 1px solid var(--status-warning-border);
  border-radius: var(--r-btn);
  background: var(--status-warning-bg);
  color: var(--status-warning-text);
  font-size: 13px;
}

.cabinet-hero {
  border-bottom: 1px solid var(--shell-border);
  background: color-mix(in srgb, var(--theme-primary) 7%, var(--shell-bg));
}

.order-page--technical {
  scroll-padding-top: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 16px);
}

.order-page--technical .cabinet-hero {
  padding-block: var(--space-4);
}

.cabinet-hero h1 {
  color: var(--shell-text);
}

.order-page--technical .cabinet-hero h1 {
  font-size: clamp(36px, 4.2vw, 54px);
}

.cabinet-hero .status-badge {
  border-color: var(--theme-border);
  background: color-mix(in srgb, var(--theme-primary) 13%, var(--shell-surface));
  color: var(--shell-text);
}

.cabinet-stats {
  margin-top: var(--space-3);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.cabinet-stat {
  padding: 15px 16px;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--shell-surface);
}

.cabinet-stat strong {
  display: block;
  color: var(--shell-text);
  font-size: 25px;
}

.cabinet-stat span {
  display: block;
  margin-top: 3px;
  color: var(--shell-muted);
  font-size: 11px;
}

.cabinet-main {
  padding: var(--space-4) 0 88px;
}

.cabinet-notice {
  margin: 0 0 var(--space-3);
}

.cabinet-notice__label {
  font-weight: 800;
}

.cabinet-tabs {
  display: flex;
  gap: var(--space-1);
  margin-bottom: var(--space-3);
  overflow-x: auto;
  scrollbar-width: none;
  scroll-margin-top: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 16px);
}

.cabinet-tabs::-webkit-scrollbar {
  display: none;
}

.cabinet-tab {
  flex: 0 0 auto;
  min-height: var(--btn-min-h);
  padding: 0 15px;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-btn);
  background: var(--shell-surface);
  color: var(--shell-copy);
  font-weight: 800;
  cursor: pointer;
  scroll-margin-block: calc(var(--header-height) + 12px) 12px;
  scroll-margin-inline: 8px;
}

.cabinet-tab:hover {
  border-color: var(--theme-border-strong);
  background: color-mix(in srgb, var(--theme-primary) 8%, var(--shell-surface));
}

.cabinet-tab[aria-selected="true"] {
  border-color: var(--theme-primary);
  background: var(--theme-primary);
  color: var(--theme-primary-contrast);
}

.cabinet-panel {
  padding: 0;
}

.cabinet-panel[hidden] {
  display: none;
}

.cabinet-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.cabinet-card {
  padding: var(--space-3);
}

.cabinet-card h2 {
  font-size: 28px;
}

.cabinet-card h3 {
  margin: 0 0 12px;
  color: var(--shell-text);
}

.cabinet-card > p:not(.eyebrow) {
  color: var(--shell-muted);
}

.readiness-list {
  margin-top: var(--space-3);
  display: grid;
  gap: 10px;
}

.readiness-item {
  padding: 13px 14px;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-btn);
  background: var(--shell-surface-soft);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  color: var(--shell-copy);
  font-size: 13px;
}

.readiness-item strong {
  color: var(--ok, var(--success));
}

.cabinet-product-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.cabinet-product {
  padding: 14px;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-btn);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.cabinet-product strong {
  display: block;
  color: var(--shell-text);
}

.cabinet-product span {
  display: block;
  color: var(--shell-muted);
  font-size: 11px;
}

.product-stage {
  padding: 6px 9px;
  border: 1px solid var(--theme-chip-border);
  background: color-mix(in srgb, var(--theme-primary) 10%, var(--shell-surface));
  color: var(--shell-text) !important;
  font-size: 9px !important;
}

.product-form {
  margin-top: var(--space-3);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--shell-copy);
  font-size: 12px;
  font-weight: 800;
}

.field :is(input, select, textarea) {
  width: 100%;
  min-height: var(--btn-min-h);
  padding: 12px 13px;
  border: 1px solid var(--shell-border-strong);
  border-radius: var(--r-btn);
  outline: none;
  background: var(--shell-surface);
  color: var(--shell-text);
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field :is(input, select, textarea):focus {
  border-color: var(--theme-primary);
  box-shadow: 0 0 0 3px var(--theme-focus-ring);
}

.field input[readonly] {
  background: var(--shell-surface-soft);
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.form-note,
.draft-empty {
  color: var(--shell-muted);
  font-size: 11px;
}

.draft-empty {
  margin: 14px 0 0;
  font-size: 13px;
}

.cabinet-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1220;
  max-width: 340px;
  padding: 15px 17px;
  border: 1px solid var(--theme-border);
  border-radius: var(--r-btn);
  background: var(--shell-surface);
  color: var(--shell-text);
  box-shadow: var(--shadow);
  transform: translateY(140%);
  opacity: 0;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.cabinet-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.upgr-platform-footer {
  padding: var(--space-4) 0;
  border-top: 1px solid var(--shell-border);
  background: var(--shell-surface);
  color: var(--shell-muted);
}

.upgr-platform-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-3);
  align-items: end;
}

.upgr-platform-footer__brand {
  display: grid;
  gap: 4px;
}

.upgr-platform-footer__brand strong {
  color: var(--shell-text);
  font-size: 16px;
}

.upgr-platform-footer__brand span {
  font-size: 12px;
}

.upgr-platform-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.upgr-platform-footer a {
  color: var(--theme-link);
  font-size: 12px;
  font-weight: 700;
}

.profile-status {
  width: fit-content;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--theme-chip-border);
  border-radius: var(--r-chip);
  background: var(--theme-chip-bg);
  color: var(--theme-chip-text);
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seller-logo-frame {
  width: 88px;
  height: 64px;
  flex: 0 0 auto;
  padding: 10px 12px;
  border: 1px solid var(--shell-border);
  border-radius: var(--r-btn);
  background: var(--neutral-0);
  display: grid;
  place-items: center;
}

.seller-logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seller-logo-frame--compact {
  width: 42px;
  height: 42px;
  padding: 6px;
}

.seller-logo-frame--dark {
  width: 112px;
  height: 72px;
  padding: 0;
  border-color: color-mix(in srgb, var(--neutral-0) 16%, transparent);
  background: transparent;
}

.seller-profile-nav {
  position: sticky;
  z-index: 10;
  top: calc(var(--header-height) + env(safe-area-inset-top, 0px));
  margin-top: var(--space-3);
  border-block: 1px solid var(--shell-border);
  background: color-mix(in srgb, var(--shell-surface) 94%, transparent);
  backdrop-filter: blur(14px);
}

.seller-profile-nav__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  overflow-x: auto;
  scrollbar-width: thin;
}

.seller-profile-nav a {
  flex: 0 0 auto;
  color: var(--shell-copy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.seller-profile-nav a:hover {
  color: var(--theme-link);
}

.wingpro-marketplace :is(#overview, #products, #services, #experience, #about, #reviews, #cycle, #catalog, #obair, #contact) {
  scroll-margin-top: calc(var(--header-height) + 76px);
}

.declared-customer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--shell-border);
}

.declared-customer {
  min-height: 78px;
  padding: 18px 0;
  border-bottom: 1px solid var(--shell-border);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: var(--space-2);
  align-items: center;
}

.declared-customer:nth-child(odd) {
  padding-right: var(--space-3);
}

.declared-customer:nth-child(even) {
  padding-left: var(--space-3);
}

.declared-customer > span {
  color: var(--theme-link);
  font-size: 12px;
  font-weight: 850;
}

.declared-customer strong {
  color: var(--shell-text);
  font-size: 15px;
  line-height: 1.35;
}

.source-note {
  margin: var(--space-2) 0 0;
  color: var(--shell-muted);
  font-size: 12px;
}

.company-story,
.company-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: var(--space-5);
  align-items: end;
}

.company-story h2,
.company-contact h2 {
  margin: 0;
  color: var(--shell-text);
  font-size: clamp(28px, 3.6vw, 44px);
}

.company-story p:not(.eyebrow),
.company-contact p:not(.eyebrow) {
  max-width: 720px;
  color: var(--shell-muted);
  font-size: 17px;
}

.company-story__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.review-empty {
  min-height: 156px;
  padding: var(--space-3);
  border: 1px solid var(--shell-border);
  border-radius: var(--r-card);
  background: var(--shell-surface-soft);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-2);
  align-items: center;
}

.review-empty > .material-symbols-outlined {
  width: 54px;
  height: 54px;
  border-radius: var(--r-btn);
  background: var(--theme-soft-bg-strong);
  color: var(--theme-link);
  display: grid;
  place-items: center;
  font-size: 27px;
}

.review-empty h3 {
  margin: 0;
  color: var(--shell-text);
  font-size: 22px;
}

.review-empty p {
  margin: 6px 0 0;
  color: var(--shell-muted);
}

.profile-disclosure {
  margin-top: var(--space-3);
  padding: var(--space-2);
  border: 1px solid var(--shell-border);
  border-radius: var(--r-btn);
  background: var(--shell-surface);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  color: var(--shell-muted);
}

.profile-disclosure .material-symbols-outlined {
  color: var(--theme-link);
  font-size: 20px;
}

.profile-disclosure p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.directory-seller-id {
  margin: var(--space-2) 0 12px;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.directory-seller-id h2 {
  margin: 0;
}

.seller-directory-meta {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 750;
}

.seller-directory-meta .material-symbols-outlined {
  color: var(--theme-link);
  font-size: 18px;
}

.company-hero {
  padding: var(--space-3) 0 var(--space-6);
}

.company-hero__grid {
  overflow: hidden;
  border: 1px solid var(--theme-hero-border);
  border-radius: var(--r-card);
  background: var(--theme-hero-bg);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.94fr);
}

.company-hero__copy {
  padding: clamp(32px, 5.5vw, 68px);
}

.company-hero__copy h1 {
  max-width: 760px;
  margin: var(--space-2) 0 0;
  color: var(--theme-page-title, var(--shell-text));
  font-size: clamp(38px, 5.4vw, 66px);
  line-height: 1.03;
}

.company-hero__copy > p {
  max-width: 680px;
  margin: var(--space-3) 0 0;
  color: var(--theme-page-copy, var(--shell-copy));
  font-size: 19px;
  line-height: 1.55;
}

.company-hero__media {
  min-height: 590px;
  background: var(--neutral-900);
}

.company-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-facts {
  margin-top: var(--space-4);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.company-facts div {
  padding-top: 12px;
  border-top: 1px solid var(--theme-border);
}

.company-facts strong,
.company-facts span {
  display: block;
}

.company-facts strong {
  color: var(--shell-text);
  font-size: 14px;
}

.company-facts span {
  margin-top: 3px;
  color: var(--shell-muted);
  font-size: 11px;
}

.company-cycle {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--shell-border);
  list-style: none;
}

.company-cycle li {
  min-height: 138px;
  padding: var(--space-3) var(--space-2) var(--space-3) 0;
  border-bottom: 1px solid var(--shell-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-3);
}

.company-cycle li:not(:nth-child(3n + 1)) {
  padding-left: var(--space-2);
}

.company-cycle span {
  color: var(--theme-link);
  font-size: 12px;
  font-weight: 850;
}

.company-cycle strong {
  max-width: 260px;
  color: var(--shell-text);
  font-size: 17px;
}

.company-contact__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--shell-border);
  list-style: none;
}

.company-contact__list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--shell-border);
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
}

.company-contact__list span {
  color: var(--shell-muted);
  font-size: 13px;
}

.company-contact__list a {
  color: var(--theme-link);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.cabinet-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-3);
  align-items: center;
}

.cabinet-identity h1 {
  margin-top: 12px;
}

.order-page--technical .cabinet-card {
  border-radius: calc(var(--r-btn) - 4px);
}

.product-editor-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.editor-heading,
.live-preview-card__top,
.live-preview-card__seller {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.editor-progress {
  margin-top: var(--space-3);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  color: var(--shell-muted);
  font-size: 11px;
  font-weight: 750;
}

.editor-progress > div {
  grid-column: 1 / -1;
  height: 4px;
  overflow: hidden;
  border-radius: var(--r-chip);
  background: var(--shell-surface-soft);
}

.editor-progress i {
  width: 16.666%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--theme-primary);
  transition: width var(--transition-fast);
}

.form-stepper {
  margin: var(--space-3) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  list-style: none;
}

.form-stepper button {
  width: 100%;
  min-height: 76px;
  padding: 10px;
  border: 1px solid var(--shell-border);
  border-radius: calc(var(--r-btn) - 4px);
  background: var(--shell-surface-soft);
  color: var(--shell-muted);
  display: grid;
  align-content: space-between;
  gap: 8px;
  text-align: left;
  cursor: pointer;
}

.form-stepper button span {
  width: 24px;
  height: 24px;
  border: 1px solid var(--shell-border-strong);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
}

.form-stepper button strong {
  font-size: 10px;
  line-height: 1.2;
}

.form-stepper button[aria-current="step"] {
  border-color: var(--theme-primary);
  background: color-mix(in srgb, var(--theme-primary) 10%, var(--shell-surface));
  color: var(--shell-text);
}

.form-stepper button[aria-current="step"] span,
.form-stepper button[data-complete="true"] span {
  border-color: var(--theme-primary);
  background: var(--theme-primary);
  color: var(--theme-primary-contrast);
}

.product-form--stepped {
  margin-top: var(--space-3);
  display: block;
}

.form-step-panel[hidden] {
  display: none;
}

.form-section-heading {
  padding-bottom: var(--space-2);
  border-bottom: 1px solid var(--shell-border);
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.form-section-heading > span {
  color: var(--theme-link);
  font-size: 12px;
  font-weight: 850;
}

.form-section-heading h3,
.form-section-heading p {
  margin: 0;
}

.form-section-heading h3 {
  font-size: 18px;
}

.form-section-heading p {
  margin-top: 4px;
  color: var(--shell-muted);
  font-size: 12px;
}

.form-fields {
  margin-top: var(--space-3);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field small {
  color: var(--shell-muted);
  font-size: 10px;
}

.form-actions--editor {
  margin-top: var(--space-3);
  padding-top: var(--space-2);
  border-top: 1px solid var(--shell-border);
}

.review-checklist {
  margin-top: var(--space-3);
  display: grid;
  gap: 10px;
}

.review-checklist > div {
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid var(--shell-border);
  border-radius: calc(var(--r-btn) - 4px);
  background: var(--shell-surface-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-checklist .material-symbols-outlined {
  color: var(--theme-link);
  font-size: 19px;
}

.review-checklist strong {
  color: var(--shell-copy);
  font-size: 12px;
}

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

.live-preview-card {
  background: var(--neutral-0);
  color: var(--neutral-900);
}

.live-preview-card__top {
  margin-bottom: var(--space-2);
  color: var(--neutral-600);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-preview-card__top a {
  color: var(--theme-link);
}

.live-preview-card__seller {
  justify-content: flex-start;
  margin-bottom: var(--space-3);
}

.live-preview-card__seller span {
  display: grid;
}

.live-preview-card__seller strong {
  color: var(--neutral-900);
  font-size: 13px;
}

.live-preview-card__seller small {
  color: var(--neutral-600);
  font-size: 10px;
}

.live-preview-card h3 {
  margin: 16px 0 8px;
  color: var(--neutral-900);
  font-size: 22px;
}

.live-preview-card > p {
  color: var(--neutral-600) !important;
  font-size: 13px;
}

.cabinet-card--quiet {
  box-shadow: none;
}

@media (max-width: 980px) {
  .seller-hero {
    grid-template-columns: 1fr;
  }

  .seller-hero__visual {
    min-height: 420px;
    padding: 0 var(--space-3) var(--space-3);
  }

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

  .company-grid,
  .obair-band__inner,
  .detail-hero__grid {
    grid-template-columns: 1fr;
  }

  .obair-band__media {
    order: 2;
  }

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

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

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

  .directory-card--primary {
    grid-column: auto;
  }

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

  .company-hero__grid {
    grid-template-columns: 1fr;
  }

  .company-hero__media {
    min-height: 430px;
  }

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

  .company-cycle li:not(:nth-child(3n + 1)) {
    padding-left: 0;
  }

  .company-cycle li:nth-child(even) {
    padding-left: var(--space-2);
  }

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

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

  .live-preview-card {
    grid-row: span 2;
  }

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

@media (max-width: 768px) {
  .seller-hero {
    width: calc(100% - var(--space-3));
  }

  .seller-hero__copy {
    padding: var(--space-4) var(--space-3);
  }

  .seller-hero h1,
  .directory-hero h1,
  .cabinet-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

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

  .seller-hero__visual {
    min-height: 420px;
    grid-template-columns: 1.1fr 0.9fr;
    padding: 0 18px 18px;
  }

  .visual-card {
    min-height: 150px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

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

  .product-media {
    height: 240px;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--shell-border);
  }

  .capability-list {
    grid-template-columns: 1fr;
  }

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

  .directory-card__media {
    min-height: 240px;
  }

  .detail-hero__media,
  .detail-hero__media .refrigerant-art {
    min-height: 350px;
  }

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

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

  .company-story,
  .company-contact {
    grid-template-columns: 1fr;
    gap: var(--space-3);
    align-items: start;
  }

  .company-story__actions {
    justify-content: flex-start;
  }

  .company-hero {
    padding-top: var(--space-2);
  }

  .company-hero__copy {
    padding: var(--space-4) var(--space-3);
  }

  .company-hero__media {
    min-height: 340px;
  }

  .declared-customer-grid {
    grid-template-columns: 1fr;
  }

  .declared-customer:nth-child(n) {
    padding-inline: 0;
  }

  .order-page--technical .cabinet-hero {
    padding-block: 20px;
  }

  .order-page--technical .cabinet-identity {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .order-page--technical .seller-logo-frame--dark {
    width: 64px;
    height: 48px;
  }

  .order-page--technical .cabinet-hero h1 {
    margin-top: 8px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .order-page--technical .cabinet-hero__lead {
    margin-top: 12px;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .order-page--technical .cabinet-stats {
    margin-top: 18px;
  }

  .order-page--technical .cabinet-stat {
    padding: 10px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .order-page--technical .cabinet-stat strong {
    font-size: 22px;
  }

  .order-page--technical .cabinet-stat span {
    margin-top: 0;
    line-height: 1.25;
  }

  .order-page--technical .cabinet-main {
    padding-top: 20px;
  }

  .order-page--technical .cabinet-notice {
    padding: 14px;
    font-size: 12px;
  }

  .editor-progress {
    grid-template-columns: 1fr;
  }

  .cabinet-toast {
    right: 12px;
    bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    max-width: none;
  }

  .editor-aside {
    grid-template-columns: 1fr;
  }

  .live-preview-card {
    grid-row: auto;
  }

  .upgr-platform-footer__inner {
    grid-template-columns: 1fr;
  }

  .upgr-platform-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .seller-id {
    align-items: flex-start;
  }

  .seller-hero__lead {
    font-size: 17px;
  }

  .hero-actions,
  .detail-actions {
    display: grid;
  }

  .hero-actions .btn,
  .detail-actions .btn {
    width: 100%;
  }

  .seller-hero__visual {
    min-height: 400px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .visual-card:first-child {
    grid-column: 1 / 3;
    grid-row: 1;
  }

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

  .category-card {
    min-height: 240px;
  }

  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-body {
    padding: 20px;
  }

  .product-body h3 {
    font-size: 23px;
  }

  .seller-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--shell-border);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .company-panel__list li {
    flex-direction: column;
  }

  .company-panel__list :is(strong, a) {
    text-align: left;
  }

  .obair-band__inner {
    padding: var(--space-3) 20px;
  }

  .obair-band__media {
    min-height: 220px;
  }

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

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

  .detail-hero {
    padding-top: var(--space-3);
  }

  .detail-hero__copy {
    padding: 26px 20px;
  }

  .detail-hero__copy h1 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .detail-hero__media,
  .detail-hero__media .refrigerant-art {
    min-height: 290px;
  }

  .refrigerant-art {
    gap: 10px;
    padding: var(--space-3) 14px;
  }

  .refrigerant-cylinder {
    width: 60px;
    height: 150px;
  }

  .refrigerant-cylinder:nth-child(2) {
    height: 180px;
  }

  .refrigerant-cylinder:nth-child(3) {
    height: 135px;
  }

  .refrigerant-cylinder::before {
    left: 19px;
  }

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

  .field.full,
  .form-actions {
    grid-column: auto;
  }

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

  .company-facts,
  .company-cycle {
    grid-template-columns: 1fr;
  }

  .company-cycle li:nth-child(n) {
    min-height: 112px;
    padding-inline: 0;
  }

  .company-contact__list li {
    flex-direction: column;
  }

  .company-contact__list a {
    text-align: left;
  }

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

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

  .form-fields .field.full {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wingpro-marketplace :is(.category-card, .product-media img, .cabinet-toast) {
    transition: none;
  }

  .wingpro-marketplace .category-card:hover,
  .wingpro-marketplace .product-card:hover .product-media img {
    transform: none;
  }
}
