:root {
  --ink: #0c0c0c;
  --ink-2: #191919;
  --muted: #5f666b;
  --muted-2: #8a9298;
  --line: #dfe4e7;
  --line-strong: #c8d0d5;
  --surface: #ffffff;
  --surface-soft: #f7f8f8;
  --surface-tint: #f4f0e9;
  --navy: #0c0c0c;
  --navy-2: #0c0c0c;
  --blue: #0085cc;
  --blue-dark: #006fae;
  --blue-press: #005e94;
  --blue-soft: #e8f6fc;
  --accent: #0085cc;
  --accent-dark: #006fae;
  --muted-contrast: #6b7378;
  --green: #097849;
  --green-soft: #eaf8f1;
  --amber: #93610a;
  --amber-soft: #fff6df;
  --red: #b42318;
  --red-soft: #fef3f2;
  --kraft: #c8a986;
  --kraft-soft: #efe2d1;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(12, 12, 12, 0.06);
  --shadow: 0 16px 42px rgba(12, 12, 12, 0.11);
  --shadow-lg: 0 28px 76px rgba(12, 12, 12, 0.18);
  --container: 1240px;
  --font-sans: Manrope, "Segoe UI", Arial, sans-serif;
  --font-main: var(--font-sans);
  --font-accent: "Obviously Compressed", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-8: 48px;
  --space-12: 72px;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 22px;
  --text-2xl: 28px;
  --text-3xl: 36px;
  --leading-tight: 1.15;
  --leading-normal: 1.5;
  --leading-relaxed: 1.65;
  --black: var(--ink);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a,
select,
input[type="checkbox"],
input[type="radio"] {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
p,
dl,
dd,
ol,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.15rem, 5vw, 4.5rem);
}

small {
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.55rem);
}

h3 {
  font-size: 1.1rem;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.narrow-shell {
  max-width: 1020px;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  color: white;
  background: var(--blue-dark);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(0, 133, 204, 0.45);
  outline-offset: 2px;
}

.demo-notice {
  position: relative;
  z-index: 80;
  border-bottom: 1px solid #f7d17b;
  color: #7a4c00;
  background: #fff8e7;
  font-size: 12px;
}

.demo-notice__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding-block: 6px;
}

.demo-notice strong {
  flex: 0 0 auto;
  padding: 2px 7px;
  border-radius: 999px;
  color: #fff;
  background: #8a5900;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.utility-bar {
  color: #d0d5dd;
  background: var(--navy-2);
  font-size: 12px;
}

.utility-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
}

.utility-bar__links {
  display: flex;
  gap: 22px;
}

.utility-bar a:hover {
  color: white;
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 190px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 82px;
}

.logo {
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.logo span {
  color: var(--blue);
}

.logo--footer {
  color: white;
}

.global-search {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  min-height: 50px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: white;
}

.global-search:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 133, 204, 0.1);
}

.global-search__icon {
  padding-left: 14px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1;
}

.global-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 12px;
  background: transparent;
  font-size: 15px;
}

.global-search__clear {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 22px;
}

.global-search__clear:hover {
  color: var(--ink);
  background: var(--surface-soft);
}

.global-search__submit {
  align-self: stretch;
  min-width: 86px;
  border-radius: 0 11px 11px 0;
  color: white;
  background: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.global-search__submit:hover {
  background: var(--blue);
}

.search-suggestions {
  position: absolute;
  z-index: 100;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow-lg);
}

.search-suggestions__section + .search-suggestions__section {
  border-top: 1px solid var(--line);
}

.search-suggestions__title {
  padding: 10px 14px 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-suggestions a,
.search-suggestions button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 11px 14px;
  color: var(--ink);
  background: white;
  cursor: pointer;
  text-align: left;
}

.search-suggestions a:hover,
.search-suggestions a.active,
.search-suggestions button:hover,
.search-suggestions button.active {
  background: var(--blue-soft);
}

.search-suggestions strong,
.search-suggestions span {
  display: block;
}

.search-suggestions small {
  color: var(--muted);
}

.search-suggestions__price {
  text-align: right;
  white-space: nowrap;
}

.site-header__actions {
  display: flex;
  align-items: stretch;
  gap: 6px;
}

.header-action {
  position: relative;
  display: grid;
  min-width: 72px;
  place-items: center;
  gap: 1px;
  padding: 7px 9px;
  border-radius: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.header-action > span:first-child {
  color: var(--blue-dark);
  line-height: 1;
}

.header-action__icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.header-action:hover {
  background: var(--surface-soft);
}

.header-action--vehicle {
  max-width: 140px;
}

.header-action--vehicle span:last-child {
  overflow: hidden;
  max-width: 110px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-action--cart {
  padding-right: 18px;
}

.header-action small {
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 500;
}

.cart-count {
  position: absolute;
  top: 3px;
  right: 8px;
  display: grid;
  min-width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid white;
  border-radius: 99px;
  color: white;
  background: var(--blue-dark);
  font-size: var(--text-xs);
  line-height: 1;
}

.mobile-menu-button,
.mobile-search-row {
  display: none;
}

.category-nav {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: white;
}

.category-nav__inner {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 48px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-nav__inner::-webkit-scrollbar {
  display: none;
}

.category-nav a {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.category-nav a:hover {
  color: var(--blue);
}

.category-nav__catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: white !important;
  padding: 8px 13px;
  border-radius: 9px;
  background: var(--ink);
}

.category-nav__b2b {
  color: var(--blue-dark);
}

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 116px 0 auto;
  display: grid;
  padding: 20px;
  border-bottom: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow-lg);
}

.mobile-menu a {
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.mobile-bottom-nav {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--blue-dark);
  border-radius: 11px;
  color: white;
  background: var(--blue-dark);
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.button:hover:not(:disabled) {
  border-color: var(--blue-press);
  background: var(--blue-press);
  transform: translateY(-1px);
}

.button:active:not(:disabled) {
  transform: translateY(0);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.button--accent {
  border-color: var(--accent);
  color: var(--ink);
  background: var(--accent);
}

.button--accent:hover:not(:disabled) {
  border-color: var(--accent-dark);
  color: var(--ink);
  background: var(--accent-dark);
}

.button--secondary {
  border-color: var(--line-strong);
  color: var(--ink);
  background: white;
}

.button--secondary:hover:not(:disabled) {
  border-color: var(--ink);
  color: var(--ink);
  background: var(--surface-soft);
}

.button--light {
  border-color: white;
  color: var(--ink);
  background: white;
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  background: transparent;
}

.button--outline-light:hover:not(:disabled) {
  border-color: white;
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.button--small {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 12px;
}

.button--full {
  width: 100%;
}

.text-button,
.text-link {
  color: var(--blue-dark);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.icon-button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-soft);
  cursor: pointer;
  font-size: 22px;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 133, 204, 0.12), transparent 31%),
    radial-gradient(circle at 93% 70%, rgba(255, 176, 0, 0.18), transparent 28%),
    linear-gradient(135deg, #f7f9ff 0%, #ffffff 52%, #fffaf0 100%);
}

.hero::after {
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  border: 80px solid rgba(0, 133, 204, 0.035);
  border-radius: 50%;
  content: "";
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: 64px;
  min-height: 550px;
  padding-block: 64px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #8fb0ff;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
  letter-spacing: -0.065em;
}

.hero__content > p {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-search {
  max-width: 760px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
  box-shadow: var(--shadow);
}

.hero-search > label {
  display: block;
  padding: 4px 10px 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.hero-search__row {
  display: flex;
  gap: 8px;
}

.hero-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 650;
}

.hero-search--compact {
  margin: 24px auto;
  text-align: left;
}

.example-queries {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
}

.example-queries a {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  font-weight: 750;
}

.example-queries a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.vehicle-panel {
  position: relative;
  padding: 28px;
  border: 1px solid #263757;
  border-radius: var(--radius-lg);
  color: white;
  background: linear-gradient(150deg, #182742, #0d1527);
  box-shadow: var(--shadow-lg);
}

.vehicle-panel::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 80% 20%, rgba(69, 116, 255, 0.22), transparent 34%);
  content: "";
  pointer-events: none;
}

.vehicle-panel > * {
  position: relative;
}

.vehicle-panel__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.vehicle-panel__icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #41557b;
  border-radius: 14px;
  color: var(--accent);
  background: #1d2e4e;
  font-size: 27px;
}

.vehicle-panel__head strong {
  display: block;
  margin-bottom: 3px;
  font-size: 20px;
}

.vehicle-panel__head p {
  margin: 0;
  color: #aebbd0;
  font-size: 13px;
}

.vehicle-mini-form {
  display: grid;
  gap: 10px;
}

.vehicle-mini-form label {
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 750;
}

.vehicle-mini-form select {
  display: block;
  width: 100%;
  margin-top: 4px;
  border: 1px solid #455878;
  border-radius: 10px;
  outline: none;
  padding: 11px;
  color: white;
  background: #1b2a46;
}

.vehicle-mini-form select:disabled {
  color: #8d9bb2;
  opacity: 0.8;
}

.vehicle-mini-form .button {
  margin-top: 5px;
}

.vehicle-panel__vin {
  display: block;
  margin-top: 16px;
  color: #c7d5f0;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.vehicle-panel__vin:hover {
  color: white;
}

.section {
  padding-block: 72px;
}

.section--compact {
  padding-block: 28px;
}

.section--inner {
  padding-block: 50px;
}

.section--tint {
  border-block: 1px solid #dfe7fb;
  background: var(--surface-tint);
}

.section--soft {
  border-block: 1px solid var(--line);
  background: var(--surface-soft);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin-bottom: 7px;
}

.section-heading p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
}

.quick-actions {
  border-bottom: 1px solid var(--line);
}

.quick-actions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.quick-actions a {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4px 12px;
  min-height: 78px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.quick-actions a:hover {
  border-color: #a5b9ef;
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.quick-actions__number {
  grid-row: 1 / 3;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.quick-actions strong {
  font-size: 15px;
}

.quick-actions small {
  color: var(--muted);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

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

.category-card {
  position: relative;
  display: grid;
  min-height: 145px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.category-card:hover {
  border-color: #b4c4ef;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.category-card__symbol {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 13px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 24px;
  font-weight: 900;
}

.category-card strong {
  font-size: 16px;
}

.category-card small {
  margin-top: 4px;
  color: var(--muted);
}

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

.category-card__arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--muted-contrast);
}

.category-card--large {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
  min-height: 160px;
}

.category-card--large .category-card__symbol {
  margin-bottom: 0;
}

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

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

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.product-card:hover {
  border-color: #bbc8e8;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.product-card__visual {
  position: relative;
  display: block;
  min-height: 220px;
  padding: 12px;
  background: linear-gradient(145deg, #f7f9fc, #ffffff);
}

.stock-badge,
.own-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.own-badge {
  right: 12px;
  left: auto;
  color: #7a4c00;
  background: #fff2c7;
}

.stock-badge--success {
  color: var(--green);
  background: var(--green-soft);
}

.stock-badge--warning {
  color: var(--amber);
  background: var(--amber-soft);
}

.stock-badge--info {
  color: var(--blue);
  background: var(--blue-soft);
}

.stock-badge--muted {
  color: var(--muted);
  background: #f2f4f7;
}

.product-card__body {
  display: flex;
  min-height: 278px;
  flex-direction: column;
  padding: 17px;
}

.product-card__brand,
.product-buybox__top > a {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-card__title {
  margin: 7px 0 8px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.product-card__title a:hover {
  color: var(--blue);
}

.product-card__article {
  color: var(--muted);
  font-size: 11px;
}

.copy-button {
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: copy;
  font-weight: 750;
}

.copy-button:hover {
  color: var(--blue);
  text-decoration: underline;
}

.copy-button--strong {
  color: var(--ink);
  font-weight: 850;
}

.fitment-mini {
  min-height: 28px;
  margin-top: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 10px;
  font-weight: 750;
}

.fitment-mini--verified {
  color: var(--green);
  background: var(--green-soft);
}

.fitment-mini--rejected {
  color: var(--red);
  background: var(--red-soft);
}

.fitment-mini--requires_check,
.fitment-mini--unconfirmed {
  color: var(--amber);
  background: var(--amber-soft);
}

.product-card__delivery {
  margin-top: 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 750;
}

.product-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
}

.product-card__price {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.product-card__old-price {
  color: var(--muted-contrast);
  font-size: var(--text-xs);
  text-decoration: line-through;
}

.product-visual {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 195px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #eef0f4;
  border-radius: 13px;
  background:
    radial-gradient(circle at 73% 27%, rgba(0, 133, 204, 0.09), transparent 27%),
    linear-gradient(150deg, #f3f5f9, #fff 66%);
}

.product-visual::before {
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(16, 24, 40, 0.06);
  border-radius: 50%;
  content: "";
}

.product-visual__brand,
.product-visual__article {
  position: absolute;
  z-index: 2;
  left: 14px;
  color: var(--ink);
  font-weight: 900;
}

.product-visual__brand {
  top: 14px;
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.product-visual__article {
  bottom: 12px;
  font-size: 10px;
}

.product-visual__shape {
  position: relative;
  z-index: 1;
  display: block;
}

.product-visual--cylinder .product-visual__shape {
  width: 80px;
  height: 108px;
  border-radius: 12px 12px 23px 23px;
  background: linear-gradient(90deg, #0e1728, #3b4a61 46%, #101827);
  box-shadow: 0 18px 28px rgba(16, 24, 40, 0.25);
}

.product-visual--cylinder .product-visual__shape::before {
  position: absolute;
  top: -8px;
  left: 6px;
  width: 68px;
  height: 17px;
  border: 5px solid #526178;
  border-radius: 50%;
  background: #aeb8c7;
  content: "";
}

.product-visual--cylinder .product-visual__shape::after {
  position: absolute;
  top: 41px;
  left: 12px;
  color: white;
  content: attr(data-brand-mark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: rotate(-90deg);
}

.product-visual--panel .product-visual__shape {
  width: 126px;
  height: 85px;
  border: 9px solid #d8b866;
  border-radius: 9px;
  background: repeating-linear-gradient(90deg, #f7e5ad 0 5px, #e4c575 5px 8px);
  box-shadow: 0 16px 25px rgba(16, 24, 40, 0.18);
  transform: perspective(500px) rotateX(10deg) rotateZ(-4deg);
}

.product-visual--shock .product-visual__shape {
  width: 33px;
  height: 124px;
  border-radius: 12px;
  background: linear-gradient(90deg, #111827, #5e6a7b, #111827);
  box-shadow: 0 16px 25px rgba(16, 24, 40, 0.2);
}

.product-visual--shock .product-visual__shape::before,
.product-visual--shock .product-visual__shape::after {
  position: absolute;
  left: 50%;
  border: 5px solid #344054;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.product-visual--shock .product-visual__shape::before {
  top: -27px;
  width: 23px;
  height: 31px;
}

.product-visual--shock .product-visual__shape::after {
  bottom: -15px;
  width: 36px;
  height: 36px;
}

.product-visual--coil .product-visual__shape {
  width: 76px;
  height: 101px;
  border-radius: 12px 12px 8px 8px;
  background: linear-gradient(135deg, #1f2937, #4b5565);
  box-shadow: 0 16px 25px rgba(16, 24, 40, 0.23);
}

.product-visual--coil .product-visual__shape::after {
  position: absolute;
  right: 18px;
  bottom: -42px;
  width: 18px;
  height: 52px;
  border-radius: 4px 4px 10px 10px;
  background: #252f3f;
  content: "";
}

.product-visual--kit .product-visual__shape {
  width: 130px;
  height: 96px;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  box-shadow: 0 17px 29px rgba(0, 133, 204, 0.25);
  transform: rotate(-3deg);
}

.product-visual--kit .product-visual__shape::after {
  position: absolute;
  inset: 17px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: white;
  content: "TO KIT";
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-visual--large {
  min-height: 510px;
}

.product-visual--large::before {
  width: 360px;
  height: 360px;
}

.product-visual--large .product-visual__shape {
  transform: scale(2.1);
}

.product-visual--large.product-visual--panel .product-visual__shape {
  transform: scale(2) perspective(500px) rotateX(10deg) rotateZ(-4deg);
}

.product-visual--large.product-visual--kit .product-visual__shape {
  transform: scale(2) rotate(-3deg);
}

.product-visual--large .product-visual__brand {
  top: 24px;
  left: 24px;
  font-size: 13px;
}

.product-visual--large .product-visual__article {
  bottom: 22px;
  left: 24px;
  font-size: 13px;
}

.product-visual--mini {
  width: 120px;
  min-height: 96px;
}

.product-visual--mini .product-visual__brand,
.product-visual--mini .product-visual__article {
  display: none;
}

.product-visual--mini .product-visual__shape {
  transform: scale(0.62);
}

.product-visual--mini.product-visual--panel .product-visual__shape {
  transform: scale(0.62) perspective(500px) rotateX(10deg) rotateZ(-4deg);
}

.product-visual--mini.product-visual--kit .product-visual__shape {
  transform: scale(0.62) rotate(-3deg);
}

.brand-story {
  color: white;
  background:
    linear-gradient(90deg, rgba(20, 33, 61, 0.96), rgba(11, 18, 36, 0.96)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.02) 18px 20px);
}

.brand-story__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 70px;
  padding-block: 66px;
}

.brand-story h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.brand-story__points {
  display: grid;
  gap: 14px;
}

.brand-story__points div {
  padding: 16px 18px;
  border: 1px solid #31415e;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.brand-story__points strong,
.brand-story__points span {
  display: block;
}

.brand-story__points span {
  margin-top: 4px;
  color: #b5c0d2;
  font-size: 13px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.benefit-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.benefit-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.benefit-grid article > span,
.process-grid article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.benefit-grid h3,
.process-grid h3 {
  margin: 24px 0 9px;
  font-size: 18px;
}

.benefit-grid p,
.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.article-grid a {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(155deg, #fff, #f7f9fd);
  transition: transform 0.16s, box-shadow 0.16s;
}

.article-grid a:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.article-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-grid h3 {
  margin: 62px 0 10px;
  font-size: 21px;
}

.article-grid p {
  color: var(--muted);
  font-size: 13px;
}

.b2b-cta {
  color: white;
  background: var(--navy-2);
}

.b2b-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-block: 52px;
}

.b2b-cta h2 {
  margin-bottom: 12px;
}

.b2b-cta p {
  max-width: 750px;
  margin-bottom: 0;
  color: #b5c0d2;
}

.b2b-cta__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.page-shell {
  padding-block: 22px 76px;
}

.breadcrumbs {
  padding-block: 4px 20px;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 6px;
  color: var(--muted-2);
  content: "/";
}

.breadcrumbs a:hover {
  color: var(--blue);
}

.page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 0 36px;
}

.page-header h1 {
  margin-bottom: 11px;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.page-header p {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.page-header--with-aside {
  align-items: center;
}

.vehicle-selector-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  padding: 15px;
  border: 1px solid #c9d6fb;
  border-radius: 14px;
  background: var(--blue-soft);
}

.vehicle-selector-card > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: var(--blue);
  font-size: 22px;
}

.vehicle-selector-card strong,
.vehicle-selector-card small {
  display: block;
}

.vehicle-selector-card small {
  margin-top: 2px;
  color: var(--muted);
}

.alert {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 13px;
  font-size: 13px;
}

.alert a {
  color: currentColor;
  font-weight: 850;
  text-decoration: underline;
}

.alert--info {
  border-color: #b2ccff;
  color: #1849a9;
  background: #eff4ff;
}

.alert--warning {
  border-color: #fedf89;
  color: #93370d;
  background: #fffaeb;
}

.alert--danger {
  border-color: #fecdca;
  color: #912018;
  background: #fef3f2;
}

.exact-match {
  overflow: hidden;
  margin-bottom: 24px;
  border: 2px solid var(--blue);
  border-radius: var(--radius);
  background: white;
}

.exact-match__label {
  padding: 7px 14px;
  color: white;
  background: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.exact-match__content {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 16px;
}

.exact-match h2 {
  margin: 4px 0;
  font-size: 20px;
}

.exact-match p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.exact-match__price {
  display: grid;
  justify-items: end;
  gap: 3px;
}

.exact-match__price > strong {
  font-size: 25px;
}

.exact-match__price > span {
  color: var(--green);
  font-size: 11px;
}

.listing-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 26px;
}

.filter-panel {
  height: max-content;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.filter-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.filter-panel__head h2 {
  margin: 0;
  font-size: 18px;
}

.filter-panel__head .icon-button {
  display: none;
}

.filter-panel fieldset {
  margin: 0;
  padding: 17px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.filter-panel legend {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 850;
}

.active-filter-note {
  margin: 10px 0;
  padding: 9px;
  border-radius: 8px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 11px;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 12px;
}

.check-row input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  accent-color: var(--blue);
}

.check-row span {
  flex: 1;
}

.check-row small {
  color: var(--muted);
}

.check-row--inline {
  justify-content: flex-start;
}

.price-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.price-filter label {
  color: var(--muted);
  font-size: 10px;
}

.price-filter input {
  width: 100%;
  margin-top: 3px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 8px;
}

.listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.listing-toolbar__count {
  color: var(--muted);
  font-size: 13px;
}

.listing-toolbar__count strong {
  color: var(--ink);
}

.listing-toolbar label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
}

.listing-toolbar select {
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 8px 10px;
  background: white;
}

.filter-open {
  display: none;
}

.filtered-empty {
  padding: 50px 20px;
  text-align: center;
}

.empty-state {
  padding: 44px 26px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-lg);
  text-align: center;
}

.empty-state--search,
.empty-state--404 {
  max-width: 820px;
  margin: 20px auto 70px;
  padding: 62px 35px;
  background: var(--surface-soft);
}

.empty-state__symbol {
  display: inline-grid;
  min-width: 72px;
  min-height: 72px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 22px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 32px;
  font-weight: 950;
}

.empty-state h1,
.empty-state h2 {
  margin-bottom: 10px;
}

.empty-state p {
  max-width: 600px;
  margin: 0 auto 18px;
  color: var(--muted);
}

.empty-state__tips,
.empty-state__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.empty-state__tips {
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 12px;
}

.empty-state code {
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--ink);
  background: white;
}

.seo-copy,
.legal-content {
  max-width: 900px;
  margin-top: 55px;
  padding-top: 35px;
  border-top: 1px solid var(--line);
}

.seo-copy p,
.legal-content p {
  color: var(--muted);
  line-height: 1.75;
}

.brand-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.brand-chip-grid a {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.brand-chip-grid strong,
.brand-chip-grid span {
  display: block;
}

.brand-chip-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.brand-directory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.brand-directory a {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}

.brand-directory a > span,
.brand-header__mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: var(--navy);
  font-weight: 900;
}

.brand-directory strong,
.brand-directory small {
  display: block;
}

.brand-directory small {
  margin-top: 4px;
  color: var(--muted);
}

.brand-directory b {
  color: var(--blue);
}

.brand-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #fff, #f8fafc);
}

.brand-header--own {
  border-color: #ccd7f5;
  background: linear-gradient(135deg, #f1f5ff, #fffaf0);
}

.brand-header__mark {
  width: 94px;
  height: 94px;
  flex: 0 0 auto;
  border-radius: 26px;
  font-size: 30px;
}

.brand-header h1 {
  margin-bottom: 8px;
}

.brand-header p {
  max-width: 800px;
  margin-bottom: 8px;
  color: var(--muted);
}

.brand-header > div:last-child > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.verified-claims {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.verified-claims div {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.verified-claims strong,
.verified-claims span {
  display: block;
}

.verified-claims span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
  gap: 44px;
  padding: 16px 0 44px;
}

.product-gallery > p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.product-gallery__thumbs {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: thin;
}

.product-gallery__thumbs button {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.product-gallery__thumbs button:hover {
  transform: translateY(-1px);
}

.product-gallery__thumbs button.active,
.product-gallery__thumbs button[aria-pressed="true"] {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(0, 133, 204, .13);
}

.product-gallery__thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-buybox {
  align-self: start;
  padding: 2px 0;
}

.product-buybox__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-buybox__top > span {
  padding: 4px 7px;
  border-radius: 999px;
  color: #7a4c00;
  background: #fff2c7;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-buybox h1 {
  margin: 10px 0 12px;
  max-width: 18ch;
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.product-buybox h1.product-title--long {
  max-width: 24ch;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.14;
}

.product-code-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  color: var(--muted);
  font-size: 12px;
}

.fitment-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin: 22px 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-soft);
}

.fitment-card--verified {
  border-color: #abefc6;
  background: var(--green-soft);
}

.fitment-card--rejected {
  border-color: #fecdca;
  background: var(--red-soft);
}

.fitment-card--requires_check,
.fitment-card--unconfirmed {
  border-color: #fedf89;
  background: var(--amber-soft);
}

.fitment-card__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--blue-dark);
  font-weight: 900;
}

.fitment-card--verified .fitment-card__icon {
  background: var(--green);
}

.fitment-card--rejected .fitment-card__icon {
  background: var(--red);
}

.fitment-card--requires_check .fitment-card__icon,
.fitment-card--unconfirmed .fitment-card__icon {
  background: var(--amber);
}

.fitment-card strong {
  display: block;
  margin-bottom: 2px;
}

.fitment-card p {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
}

.fitment-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.fitment-card__actions a {
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-block: 1px solid var(--line);
}

.product-price-row > div:first-child strong,
.order-summary__total strong {
  display: block;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.product-price-row del {
  margin-left: 7px;
  color: var(--muted-2);
}

.product-price-row small {
  display: block;
  color: var(--muted);
}

.stock-status {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1px 6px;
  color: var(--green);
  text-align: right;
}

.stock-status small {
  grid-column: 1 / 3;
  color: var(--muted);
}

.stock-status--warning {
  color: var(--amber);
}

.stock-status--info {
  color: var(--blue);
}

.stock-status--muted {
  color: var(--muted);
}

.package-selector {
  margin-top: 18px;
}

.package-selector label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 850;
}

.package-selector select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 12px;
  background: white;
}

.buy-row {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 10px;
  margin-top: 12px;
}

.quantity-control {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
}

.quantity-control button {
  background: var(--surface-soft);
  cursor: pointer;
  font-size: 20px;
}

.quantity-control input {
  min-width: 0;
  border: 0;
  outline: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.quantity-control input::-webkit-inner-spin-button,
.quantity-control input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.button--buy {
  min-height: 52px;
}

.favorite-button {
  width: 100%;
  margin-top: 9px;
  padding: 10px;
  border-radius: 10px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-weight: 750;
}

.favorite-button:hover,
.favorite-button.active {
  color: var(--red);
  background: var(--red-soft);
}

.delivery-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.delivery-summary strong,
.delivery-summary span {
  display: block;
}

.delivery-summary span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.delivery-summary a {
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.product-anchor-nav {
  position: sticky;
  z-index: 35;
  top: 84px;
  display: flex;
  gap: 26px;
  overflow-x: auto;
  padding: 13px 0;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  scrollbar-width: none;
}

.product-anchor-nav::-webkit-scrollbar {
  display: none;
}

.product-anchor-nav a {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
}

.product-anchor-nav a:hover {
  color: var(--blue);
}

.product-section {
  padding: 54px 0;
  border-bottom: 1px solid var(--line);
}

.data-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.data-table__head,
.data-table__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.7fr;
  gap: 10px;
  align-items: center;
  padding: 12px 15px;
}

.data-table__head {
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 11px;
  font-weight: 850;
}

.data-table__row + .data-table__row {
  border-top: 1px solid var(--line);
}

.data-table__row {
  font-size: 13px;
}

.verified-label {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.fitment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.fitment-list > div {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.verified-dot {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: 12px;
}

.fitment-list p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.empty-inline {
  grid-column: 1 / -1;
  display: block !important;
  padding: 24px !important;
  background: var(--surface-soft);
}

.empty-inline p {
  margin-bottom: 12px;
}

.attribute-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.attribute-group h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.attribute-group dl {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.attribute-group dl > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 11px 13px;
  font-size: 12px;
}

.attribute-group dl > div + div {
  border-top: 1px solid var(--line);
}

.attribute-group dt {
  color: var(--muted);
}

.attribute-group dd {
  margin: 0;
  font-weight: 750;
}

.product-description__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 40px;
}

.product-description p {
  color: var(--muted);
  line-height: 1.75;
}

.data-warning {
  padding: 14px;
  border-left: 3px solid var(--accent);
  background: var(--amber-soft);
}

.document-list {
  display: grid;
  gap: 9px;
}

.document-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
}

.document-list a > span {
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  border-radius: 9px;
  color: var(--red);
  background: var(--red-soft);
  font-size: 10px;
  font-weight: 900;
}

.document-list strong,
.document-list small {
  display: block;
}

.document-list small {
  color: var(--muted);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.service-cards a {
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 13px;
}

.service-cards strong,
.service-cards span {
  display: block;
}

.service-cards span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.vehicle-top {
  margin-bottom: 24px;
}

.vehicle-top__title {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: var(--ink);
}

.vehicle-top__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.vehicle-top__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.vehicle-top__card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.vehicle-top__art {
  display: block;
  width: 100%;
  color: var(--accent);
}

.vehicle-top__art svg {
  width: 100%;
  height: auto;
}

.vehicle-top__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  background: #eef1f5;
}

.vehicle-top__credits {
  margin: 10px 2px 0;
  font-size: 0.72rem;
  color: var(--muted);
}

.vehicle-top__credits a {
  color: inherit;
}

.vehicle-top__make {
  font-size: 0.82rem;
  color: var(--muted);
}

.vehicle-top__model {
  font-size: 1.05rem;
  line-height: 1.2;
}

.vehicle-top__count {
  color: var(--accent);
  font-weight: 600;
}

@media (max-width: 700px) {
  .vehicle-top__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vehicle-wizard {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-sm);
}

.wizard-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
}

.wizard-progress span {
  flex: 1;
  padding: 8px;
  border-radius: 8px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.wizard-progress span.active {
  color: var(--blue);
  background: var(--blue-soft);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

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

.form-field {
  display: block;
}

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

.form-field > span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
}

.form-field b,
.checkout-consent b,
.consent-list b {
  color: var(--red);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  outline: 0;
  padding: 11px 12px;
  background: white;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 133, 204, 0.1);
}

.form-field input.invalid,
.form-field select.invalid,
.form-field textarea.invalid {
  border-color: var(--red);
}

.form-field small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  text-align: right;
}

.form-field em {
  display: block;
  min-height: 16px;
  margin-top: 3px;
  color: var(--red);
  font-size: 10px;
  font-style: normal;
}

.selected-vehicle {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid #abefc6;
  border-radius: 12px;
  background: var(--green-soft);
}

.selected-vehicle > span {
  font-size: 28px;
}

.selected-vehicle > div {
  flex: 1;
}

.selected-vehicle p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 24px;
}

.form-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow-sm);
}

.form-card + .form-card {
  margin-top: 15px;
}

.form-card--large {
  padding: 30px;
}

.form-section {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 4px 0 20px;
}

.form-section:not(:first-child) {
  margin-top: 35px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.form-section__number {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: white;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.form-section h2 {
  margin: 0 0 3px;
  font-size: 19px;
}

.form-section p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.consent-list {
  display: grid;
  gap: 9px;
  margin-top: 25px;
}

.consent-list label,
.checkout-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
}

.consent-list input,
.checkout-consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  accent-color: var(--blue);
}

.form-submit {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.form-submit > span {
  color: var(--muted);
  font-size: 10px;
}

.form-result {
  margin-top: 16px;
  padding: 14px;
  border-radius: 11px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 13px;
}

.form-result.error {
  color: var(--red);
  background: var(--red-soft);
}

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

.form-aside__card {
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.form-aside__card h2 {
  font-size: 18px;
}

.form-aside__card ol,
.form-aside__card ul {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 12px;
}

.form-aside__card--dark {
  border-color: #283955;
  color: white;
  background: var(--navy);
}

.form-aside__card--dark p {
  margin: 6px 0 0;
  color: #c5cfdf;
  font-size: 12px;
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 25px;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}

.cart-item .product-visual {
  min-height: 95px;
}

.cart-item__main h3 {
  margin: 3px 0 5px;
  font-size: 15px;
}

.cart-item__main p {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 11px;
}

.cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--muted);
  font-size: 10px;
}

.cart-item__actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.cart-item__actions strong {
  font-size: 19px;
}

.cart-item__actions .quantity-control {
  width: 116px;
  height: 37px;
}

.cart-item__remove {
  color: var(--red);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
}

.price-change {
  grid-column: 1 / -1;
  padding: 9px;
  border-radius: 8px;
  color: var(--amber);
  background: var(--amber-soft);
  font-size: 11px;
}

.order-summary {
  position: sticky;
  top: 150px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow-sm);
}

.order-summary h2 {
  margin-bottom: 18px;
  font-size: 21px;
}

.order-summary dl {
  margin-bottom: 16px;
}

.order-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  color: var(--muted);
  font-size: 12px;
}

.order-summary dd {
  margin: 0;
  color: var(--ink);
  font-weight: 750;
}

.order-summary__total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.order-summary__total strong {
  font-size: 27px;
}

.order-summary .button + .button {
  margin-top: 8px;
}

.order-summary > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 9px;
  text-align: center;
}

.skeleton-stack {
  display: grid;
  gap: 10px;
}

.skeleton-stack > div {
  height: 135px;
  border-radius: 14px;
  background: linear-gradient(90deg, #f2f4f7 25%, #fafafa 50%, #f2f4f7 75%);
  background-size: 200% 100%;
  animation: skeleton 1.4s infinite linear;
}

@keyframes skeleton {
  to { background-position: -200% 0; }
}

.checkout-steps {
  display: grid;
  gap: 14px;
}

.delivery-options,
.payment-options {
  display: grid;
  gap: 9px;
  margin-bottom: 20px;
}

.delivery-options label,
.payment-options label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}

.delivery-options label:has(input:checked),
.payment-options label:has(input:checked) {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.delivery-options input,
.payment-options input {
  margin-top: 3px;
  accent-color: var(--blue);
}

.delivery-options strong,
.delivery-options small,
.payment-options strong,
.payment-options small {
  display: block;
}

.delivery-options small,
.payment-options small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.checkout-summary__items {
  display: grid;
  gap: 7px;
  max-height: 220px;
  overflow: auto;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.pickup-warehouse-field {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.pickup-warehouse-field[hidden] {
  display: none;
}

.pickup-warehouse-field .delivery-quote {
  margin: 0;
}

.checkout-summary__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  font-size: 11px;
}

.checkout-summary__item span {
  color: var(--muted);
}

.checkout-consent {
  margin-bottom: 13px;
}

.checkout-error {
  margin: 10px 0 0 !important;
  padding: 10px;
  border-radius: 8px;
  color: var(--red) !important;
  background: var(--red-soft);
  font-size: 11px !important;
  text-align: left !important;
}

.success-state {
  max-width: 760px;
  margin: 35px auto 80px;
  padding: 52px;
  border: 1px solid #abefc6;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #f2fff7, #fff);
  text-align: center;
}

.success-state__mark {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: 32px;
}

.success-state h1 {
  margin-bottom: 12px;
}

.success-state > p {
  max-width: 590px;
  margin: 0 auto 22px;
  color: var(--muted);
}

.success-state__details {
  display: flex;
  justify-content: space-between;
  max-width: 420px;
  margin: 0 auto 22px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: white;
}

.success-state__details span {
  color: var(--muted);
}

.success-state__actions {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.account-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.account-nav {
  display: grid;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.account-nav a {
  padding: 11px 12px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 750;
}

.account-nav a:hover,
.account-nav a.active {
  color: var(--blue);
  background: var(--blue-soft);
}

.account-content {
  min-height: 400px;
}

.account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
}

.account-card + .account-card {
  margin-top: 10px;
}

.account-card h3 {
  margin-bottom: 5px;
}

.account-card p {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 12px;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
}

.status-chip--success {
  color: var(--green);
  background: var(--green-soft);
}

.status-chip--warning {
  color: var(--amber);
  background: var(--amber-soft);
}

.status-chip--danger {
  color: var(--red);
  background: var(--red-soft);
}

.status-chip--info {
  color: var(--blue-dark);
  background: var(--blue-soft);
}

.b2b-hero {
  color: white;
  background:
    radial-gradient(circle at 80% 30%, rgba(0, 133, 204, 0.28), transparent 30%),
    linear-gradient(135deg, #162442, #081020);
}

.b2b-hero__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 60px;
  min-height: 500px;
  padding-block: 60px;
}

.b2b-hero h1 {
  max-width: 800px;
  margin-bottom: 18px;
}

.b2b-hero p {
  max-width: 700px;
  color: #bdc8da;
  font-size: 18px;
}

.b2b-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.b2b-metrics {
  display: grid;
  gap: 11px;
}

.b2b-metrics div {
  padding: 19px;
  border: 1px solid #32435f;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.b2b-metrics strong,
.b2b-metrics span {
  display: block;
}

.b2b-metrics span {
  margin-top: 4px;
  color: #aebbd0;
  font-size: 12px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.process-grid article {
  min-height: 210px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.b2b-quick-preview {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 55px;
  padding: 45px;
  border-radius: var(--radius-lg);
  color: white;
  background: var(--navy);
}

.b2b-quick-preview p {
  color: #c0cadd;
}

.b2b-quick-preview pre {
  overflow: auto;
  margin: 20px 0;
  padding: 14px;
  border: 1px solid #394a67;
  border-radius: 10px;
  color: #d7deeb;
  background: #0b1427;
}

.quick-result-preview {
  display: grid;
  overflow: hidden;
  border: 1px solid #384967;
  border-radius: 13px;
}

.quick-result-preview > div {
  display: grid;
  grid-template-columns: 1fr 50px auto;
  align-items: center;
  gap: 10px;
  padding: 13px;
  background: #1c2d4b;
}

.quick-result-preview > div + div {
  border-top: 1px solid #384967;
}

.quick-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: start;
  gap: 20px;
}

.quick-order__input,
.quick-order__summary,
.quick-results {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.quick-order__head,
.quick-results__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.quick-order h2,
.quick-results h2 {
  margin-bottom: 5px;
  font-size: 20px;
}

.quick-order p {
  color: var(--muted);
  font-size: 11px;
}

.quick-order textarea {
  width: 100%;
  margin: 15px 0;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  outline: 0;
  padding: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  line-height: 1.7;
}

.quick-order textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 133, 204, 0.1);
}

.quick-order__controls {
  display: flex;
  gap: 8px;
}

.quick-order__summary {
  position: sticky;
  top: 145px;
}

.quick-order__summary dl > div {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.quick-order__summary dt {
  color: var(--muted);
}

.quick-order__summary dd {
  margin: 0;
  font-weight: 850;
}

.quick-results {
  margin-top: 20px;
}

.quick-table {
  margin-top: 15px;
}

.quick-table__head,
.quick-table__row {
  display: grid;
  grid-template-columns: 50px minmax(130px, 0.8fr) 90px minmax(180px, 1.3fr) minmax(180px, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.quick-table__head {
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 10px;
  font-weight: 850;
}

.quick-table__row {
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.quick-table__row select,
.quick-table__row input {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 7px;
  background: white;
}

.quick-row-message {
  color: var(--muted);
  font-size: 10px;
}

.admin-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 100vh;
  background: #f4f6fa;
}

.admin-nav {
  padding: 25px 18px;
  color: white;
  background: var(--navy-2);
}

.admin-nav > small {
  display: block;
  margin: 6px 0 28px;
  color: #8796ad;
}

.admin-nav nav {
  display: grid;
  gap: 4px;
}

.admin-nav nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #b8c4d6;
  font-size: 12px;
  font-weight: 750;
}

.admin-nav nav a:hover,
.admin-nav nav a.active {
  color: white;
  background: #1c2b45;
}

.admin-main {
  padding: 34px;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.admin-header h1 {
  margin-bottom: 8px;
  font-size: 36px;
}

.admin-header p {
  color: var(--muted);
}

.admin-auth {
  display: flex;
  align-items: end;
  gap: 10px;
  max-width: 760px;
  margin-top: 25px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
}

.admin-auth label {
  flex: 1;
  font-size: 11px;
  font-weight: 800;
}

.admin-auth input {
  display: block;
  width: 100%;
  margin-top: 4px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 9px;
}

.admin-auth p {
  max-width: 170px;
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 25px;
}

.admin-metric {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.admin-metric span,
.admin-metric strong {
  display: block;
}

.admin-metric span {
  color: var(--muted);
  font-size: 11px;
}

.admin-metric strong {
  margin-top: 7px;
  font-size: 27px;
}

.admin-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.admin-columns section {
  min-height: 340px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.admin-columns h2 {
  font-size: 17px;
}

.admin-list-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.admin-list-item strong,
.admin-list-item span {
  display: block;
}

.admin-list-item span {
  margin-top: 3px;
  color: var(--muted);
}

.article-page {
  max-width: 940px;
}

.article-page > header {
  padding: 30px 0 45px;
  border-bottom: 1px solid var(--line);
}

.article-page > header p {
  max-width: 740px;
  color: var(--muted);
  font-size: 20px;
}

.article-page > header small {
  color: var(--muted-2);
}

.article-page__content {
  max-width: 760px;
  padding-block: 45px;
  font-size: 17px;
  line-height: 1.8;
}

.article-page__content p {
  color: #475467;
}

.site-footer {
  padding-top: 58px;
  color: #b8c2d1;
  background: var(--navy-2);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 48px;
}

.site-footer__brand p {
  max-width: 400px;
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.65;
}

.footer-note {
  max-width: 420px;
  padding: 10px;
  border: 1px solid #283850;
  border-radius: 9px;
  color: #8e9bb0;
  font-size: 10px;
}

.site-footer h2 {
  margin-bottom: 15px;
  color: white;
  font-size: 14px;
  letter-spacing: 0;
}

.site-footer__grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 9px;
}

.site-footer__grid a {
  font-size: 12px;
}

.site-footer__grid a:hover {
  color: white;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding-block: 18px;
  border-top: 1px solid #25334a;
  color: #7d8ca2;
  font-size: 10px;
}

.toast-region {
  position: fixed;
  z-index: 200;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: min(390px, calc(100% - 36px));
  gap: 8px;
}

.toast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow-lg);
  animation: toast-in 0.2s ease-out;
}

.toast--success {
  border-color: #abefc6;
}

.toast--error {
  border-color: #fecdca;
}

.toast__mark {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.toast--error .toast__mark {
  background: var(--red);
}

.toast button {
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

@keyframes toast-in {
  from { opacity: 0; transform: translateY(8px); }
}

.modal-backdrop {
  position: fixed;
  z-index: 79;
  inset: 0;
  background: rgba(16, 24, 40, 0.5);
}

body[data-page="admin"] .demo-notice,
body[data-page="admin"] .utility-bar,
body[data-page="admin"] .site-header,
body[data-page="admin"] .category-nav,
body[data-page="admin"] .site-footer,
body[data-page="admin"] .mobile-bottom-nav {
  display: none;
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: 170px minmax(260px, 1fr) auto;
    gap: 12px;
  }

  .header-action--vehicle {
    display: none;
  }

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

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

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

  .benefit-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    gap: 28px;
  }

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

@media (max-width: 960px) {
  .utility-bar,
  .category-nav {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 64px;
  }

  .site-header__search {
    display: none;
  }

  .mobile-menu-button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 9px;
    background: var(--surface-soft);
    cursor: pointer;
    font-size: 20px;
  }

  .mobile-search-row {
    display: block;
    padding-bottom: 10px;
  }

  .site-header__actions .header-action:not(.header-action--cart) {
    display: none;
  }

  .header-action--cart {
    min-width: 64px;
  }

  .header-action--cart > span:last-of-type,
  .header-action--cart small {
    display: none;
  }

  .hero__grid,
  .b2b-hero__grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 46px;
  }

  .hero__grid {
    min-height: auto;
  }

  .vehicle-panel {
    max-width: 720px;
  }

  .quick-actions__grid {
    grid-template-columns: 1fr;
  }

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

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

  .brand-story__grid,
  .b2b-quick-preview {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .b2b-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .listing-layout {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: fixed;
    z-index: 120;
    inset: auto 0 0;
    max-height: 85vh;
    overflow: auto;
    border-radius: 22px 22px 0 0;
    box-shadow: var(--shadow-lg);
    transform: translateY(110%);
    transition: transform 0.22s ease;
  }

  .filter-panel.open {
    transform: translateY(0);
  }

  .filter-panel__head .icon-button,
  .filter-open {
    display: inline-flex;
  }

  .listing-toolbar__count {
    margin-right: auto;
  }

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

  .product-gallery {
    max-width: 760px;
  }

  .product-anchor-nav {
    top: 113px;
  }

  .form-layout,
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .form-aside,
  .order-summary {
    position: static;
  }

  .account-layout {
    grid-template-columns: 1fr;
  }

  .account-nav {
    display: flex;
    overflow-x: auto;
  }

  .account-nav a {
    flex: 0 0 auto;
  }

  .quick-order {
    grid-template-columns: 1fr;
  }

  .quick-order__summary {
    position: static;
  }

  .quick-table {
    overflow-x: auto;
  }

  .quick-table__head,
  .quick-table__row {
    min-width: 800px;
  }

  .site-footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .site-footer__grid > div:last-child {
    grid-column: 2;
  }

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

  .admin-nav {
    display: none;
  }

  .admin-main {
    padding: 24px;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 62px;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .demo-notice__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-block: 7px;
  }

  .site-header__inner {
    min-height: 58px;
  }

  .logo {
    font-size: 21px;
  }

  .global-search {
    min-height: 46px;
  }

  .global-search input {
    /* iOS Safari zooms the page when an input below 16px receives focus. */
    font-size: 16px;
  }

  .global-search__submit {
    min-width: 69px;
    font-size: 12px;
  }

  .search-suggestions {
    /* Keep the field visible while the software keyboard changes the viewport. */
    position: absolute;
    z-index: 150;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    width: auto;
    max-height: min(56dvh, 460px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow-lg);
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 70;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 62px;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
  }

  .mobile-bottom-nav a {
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    color: var(--muted);
    font-size: 9px;
    font-weight: 750;
  }

  .mobile-bottom-nav a > span {
    color: var(--ink);
    font-size: 20px;
    line-height: 1;
  }

  .mobile-bottom-nav b {
    position: absolute;
    top: 6px;
    left: calc(50% + 7px);
    display: grid;
    min-width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 99px;
    color: var(--ink);
    background: var(--accent);
    font-size: 8px;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .hero__content > p {
    font-size: 16px;
  }

  .hero-search__row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-search input {
    font-size: 16px;
  }

  .vehicle-panel {
    padding: 20px;
  }

  .section {
    padding-block: 50px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

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

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

  .category-card:not(.category-card--large) {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
  }

  .category-card:not(.category-card--large) .category-card__symbol {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

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

  .product-card {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
  }

  .product-card__visual {
    min-height: 100%;
    padding: 8px;
  }

  .product-card__body {
    min-height: 245px;
    padding: 13px;
  }

  .product-visual {
    min-height: 210px;
  }

  .product-visual::before {
    width: 120px;
    height: 120px;
  }

  .product-visual__shape {
    transform: scale(0.8);
  }

  .product-visual--panel .product-visual__shape {
    transform: scale(0.76) perspective(500px) rotateX(10deg) rotateZ(-4deg);
  }

  .product-visual--kit .product-visual__shape {
    transform: scale(0.74) rotate(-3deg);
  }

  .product-visual__brand,
  .product-visual__article {
    left: 8px;
    font-size: 8px;
  }

  .product-visual__brand {
    top: 8px;
  }

  .product-visual__article {
    bottom: 8px;
  }

  .stock-badge,
  .own-badge {
    top: 7px;
    padding: 4px 6px;
    font-size: 8px;
  }

  .stock-badge {
    left: 7px;
  }

  .own-badge {
    right: 7px;
  }

  .product-card__title {
    font-size: 14px;
  }

  .product-card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .product-card__footer .button {
    width: 100%;
  }

  .product-card__price {
    font-size: 20px;
  }

  .brand-story__grid {
    padding-block: 50px;
  }

  .benefit-grid,
  .benefit-grid--three,
  .article-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .b2b-cta__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .page-shell {
    padding-bottom: 55px;
  }

  .page-header,
  .page-header--with-aside {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 26px;
  }

  .vehicle-selector-card {
    width: 100%;
  }

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

  .exact-match__content {
    grid-template-columns: 90px 1fr;
  }

  .exact-match .product-visual--mini {
    width: 90px;
  }

  .exact-match__price {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: start;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }

  .exact-match__price > span {
    grid-column: 1;
  }

  .exact-match__price .button {
    grid-row: 1 / 3;
    grid-column: 2;
  }

  .listing-toolbar {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .listing-toolbar label {
    width: 100%;
  }

  .listing-toolbar select {
    flex: 1;
  }

  .brand-chip-grid,
  .brand-directory,
  .verified-claims {
    grid-template-columns: 1fr;
  }

  .brand-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .brand-header__mark {
    width: 70px;
    height: 70px;
  }

  .product-visual--large {
    min-height: 370px;
  }

  .product-visual--large::before {
    width: 250px;
    height: 250px;
  }

  .product-visual--large .product-visual__shape {
    transform: scale(1.55);
  }

  .product-visual--large.product-visual--panel .product-visual__shape {
    transform: scale(1.45) perspective(500px) rotateX(10deg) rotateZ(-4deg);
  }

  .product-visual--large.product-visual--kit .product-visual__shape {
    transform: scale(1.45) rotate(-3deg);
  }

  .product-price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .stock-status {
    text-align: left;
  }

  .buy-row {
    grid-template-columns: 108px 1fr;
  }

  .product-anchor-nav {
    top: 110px;
    gap: 18px;
  }

  .data-table {
    overflow-x: auto;
  }

  .data-table__head,
  .data-table__row {
    min-width: 700px;
  }

  .fitment-list,
  .attribute-layout,
  .product-description__grid,
  .service-cards {
    grid-template-columns: 1fr;
  }

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

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

  .form-card,
  .form-card--large,
  .vehicle-wizard {
    padding: 19px;
  }

  .form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .cart-item {
    grid-template-columns: 80px 1fr;
  }

  .cart-item .product-visual--mini {
    width: 80px;
    height: 80px;
    min-width: 0;
    min-height: 80px;
  }

  .cart-item .product-visual__photo-brand {
    right: 4px;
    bottom: 4px;
    max-width: calc(100% - 8px);
    padding: 3px 4px;
    font-size: 7px;
  }

  .cart-item__actions {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-items: stretch;
  }

  .cart-item__actions .quantity-control {
    justify-self: center;
  }

  .success-state {
    padding: 35px 18px;
  }

  .success-state__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .b2b-hero h1 {
    font-size: 2.8rem;
  }

  .b2b-hero p {
    font-size: 16px;
  }

  .b2b-quick-preview {
    padding: 25px;
  }

  .quick-order__head,
  .quick-results__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .quick-order__controls {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-main {
    padding: 16px;
  }

  .admin-header,
  .admin-auth {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-auth p {
    max-width: none;
  }

  .admin-metrics,
  .admin-columns {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-top: 40px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__grid > div:last-child {
    grid-column: auto;
  }

  .toast-region {
    right: 12px;
    bottom: 75px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 430px) {
  .product-card {
    grid-template-columns: 122px minmax(0, 1fr);
  }

  .product-card__body {
    min-height: 258px;
  }

  .fitment-mini {
    font-size: 9px;
  }

  .buy-row {
    grid-template-columns: 1fr;
  }

  .quantity-control {
    height: 44px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__brand,
  .site-footer__grid > div:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Admin workspace v0.2 */
body[data-page="admin"] {
  background: #f4f6fa;
}

body[data-page="admin"] > .demo-notice,
body[data-page="admin"] > .utility-bar,
body[data-page="admin"] > .site-header,
body[data-page="admin"] > .category-nav,
body[data-page="admin"] > .mobile-menu,
body[data-page="admin"] > .site-footer,
body[data-page="admin"] > .mobile-bottom-nav {
  display: none !important;
}

body[data-page="admin"] #main-content {
  min-height: 100vh;
}

.admin-shell {
  grid-template-columns: 248px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-nav {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 28px 18px 20px;
}

.admin-nav nav {
  gap: 6px;
}

.admin-nav nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  padding: 10px 13px;
  font-size: 13px;
}

.admin-nav nav a > span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: #8ca8ff;
  font-size: 12px;
}

.admin-nav nav a.active > span {
  border-color: rgba(255, 255, 255, 0.28);
  color: white;
  background: rgba(0, 133, 204, 0.55);
}

.admin-nav__foot {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 18px 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-nav__foot a {
  color: white;
  font-size: 12px;
  font-weight: 800;
}

.admin-nav__foot small {
  color: #7f8ea6;
  font-size: 10px;
}

.admin-main {
  min-width: 0;
  padding: 34px clamp(22px, 4vw, 56px) 60px;
}

.admin-header {
  align-items: flex-start;
}

.admin-header h1 {
  max-width: 820px;
  margin-bottom: 9px;
  font-size: clamp(30px, 4vw, 44px);
}

.admin-header p {
  max-width: 760px;
  margin-bottom: 0;
}

.admin-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-connection {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.admin-connection::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--muted-2);
  content: "";
}

.admin-connection.is-connected {
  color: var(--green);
}

.admin-connection.is-connected::before {
  background: var(--green);
  box-shadow: 0 0 0 4px var(--green-soft);
}

.admin-auth {
  max-width: none;
  margin: 26px 0 0;
  box-shadow: var(--shadow-sm);
}

.admin-auth label {
  max-width: 520px;
}

.admin-dashboard,
.admin-workspace {
  margin-top: 26px;
}

.admin-metrics {
  grid-template-columns: repeat(6, minmax(120px, 1fr));
}

.admin-metric {
  display: block;
  min-width: 0;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

a.admin-metric:hover {
  border-color: #b9c8ff;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.admin-metrics--compact {
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  margin: 0 0 16px;
}

.admin-metrics--compact .admin-metric {
  padding: 14px;
}

.admin-metrics--compact .admin-metric strong {
  font-size: 22px;
}

.admin-health-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.admin-health-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.admin-health-grid span,
.admin-health-grid strong {
  display: block;
}

.admin-health-grid span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.admin-health-grid strong {
  margin: 6px 0 4px;
  font-size: 24px;
}

.admin-health-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

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

.admin-columns--dashboard section {
  min-height: 260px;
}

.admin-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.admin-section-head h2 {
  margin-bottom: 4px;
  font-size: 20px;
}

.admin-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.admin-section-head a {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.admin-list-item {
  display: block;
}

.admin-list-item:hover strong {
  color: var(--blue);
}

.admin-empty {
  padding: 30px 12px;
  color: var(--muted);
  text-align: center;
}

.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.admin-filter {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 180px auto;
  flex: 1;
  gap: 8px;
}

.admin-filter input,
.admin-filter select,
.admin-inline-action select,
.admin-editor input,
.admin-editor select,
.admin-editor textarea,
.admin-case-card input,
.admin-case-card select,
.admin-case-card textarea,
.admin-upload-card input,
.admin-upload-card textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 10px 11px;
  background: white;
}

.admin-table-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: var(--shadow-sm);
}

.admin-table-scroll {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.admin-table th,
.admin-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  text-align: left;
}

.admin-table th {
  color: var(--muted);
  background: #f8fafc;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-table tbody tr:hover {
  background: #fbfcff;
}

.admin-product-cell {
  min-width: 210px;
}

.admin-product-cell strong,
.admin-product-cell span,
.admin-product-cell small {
  display: block;
}

.admin-product-cell span {
  max-width: 360px;
  margin-top: 2px;
  color: var(--muted);
}

.admin-product-cell small {
  margin-top: 3px;
  color: var(--muted-2);
}

.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 11px;
}

.admin-pagination > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.admin-status {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

.admin-status--success {
  color: var(--green);
  background: var(--green-soft);
}

.admin-status--warning {
  color: var(--amber);
  background: var(--amber-soft);
}

.admin-status--danger {
  color: var(--red);
  background: var(--red-soft);
}

.admin-status--info {
  color: var(--blue-dark);
  background: var(--blue-soft);
}

.admin-editor {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid #cfd9ff;
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow);
}

.admin-editor__head,
.admin-editor__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-editor__head {
  margin-bottom: 18px;
}

.admin-editor__head h2 {
  margin: 3px 0 0;
}

.admin-editor > label,
.admin-case-card > label,
.admin-upload-card label:not(.admin-dropzone),
.admin-editor .form-grid label,
.admin-case-card .form-grid label {
  display: grid;
  gap: 5px;
  margin-bottom: 13px;
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 800;
}

.admin-editor__actions {
  justify-content: flex-start;
  margin-top: 18px;
}

.icon-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  cursor: pointer;
}

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

.admin-import-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.admin-import-intro h2 {
  margin-bottom: 6px;
}

.admin-import-intro p {
  max-width: 780px;
  color: var(--muted);
}

.admin-import-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.75fr);
  gap: 16px;
}

.admin-upload-card,
.admin-import-help,
.admin-import-preview,
.admin-history {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
  box-shadow: var(--shadow-sm);
}

.admin-dropzone {
  display: grid;
  min-height: 180px;
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 2px dashed #bdc8df;
  border-radius: 14px;
  background: #fafbff;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.admin-dropzone:hover,
.admin-dropzone.is-dragging {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.admin-dropzone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.admin-dropzone__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: white;
  background: var(--blue);
  font-size: 20px;
}

.admin-dropzone small,
.admin-upload-meta,
.admin-import-help li {
  color: var(--muted);
  font-size: 11px;
}

.admin-upload-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0;
}

.admin-upload-card details {
  margin: 12px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.admin-upload-card summary {
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.admin-upload-card details textarea {
  margin-top: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.admin-import-help h3 {
  margin-bottom: 12px;
}

.admin-import-help ol {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.admin-import-preview,
.admin-history {
  margin-top: 18px;
}

.admin-note {
  display: block;
  max-width: 280px;
  margin: 2px 0;
  color: var(--amber);
  font-size: 9px;
}

.admin-note--ok {
  color: var(--green);
}

.admin-history-item {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.admin-history-item > div > strong,
.admin-history-item > div > span {
  display: block;
}

.admin-history-item > div > span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.admin-history-item dl {
  display: flex;
  gap: 16px;
  margin: 0;
}

.admin-history-item dl div {
  text-align: center;
}

.admin-history-item dt {
  color: var(--muted);
  font-size: 9px;
}

.admin-history-item dd {
  margin: 2px 0 0;
  font-weight: 850;
}

.admin-inline-action {
  display: flex;
  min-width: 230px;
  gap: 7px;
}

.admin-cards-list {
  display: grid;
  gap: 14px;
}

.admin-case-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
  box-shadow: var(--shadow-sm);
}

.admin-case-card > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.admin-case-card h2 {
  margin: 4px 0;
  font-size: 20px;
}

.admin-case-card header p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.admin-case-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 10px;
  background: var(--surface-soft);
}

.admin-case-meta span,
.admin-case-meta b {
  display: block;
}

.admin-case-meta span {
  font-size: 11px;
}

.admin-case-meta b {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.admin-timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding: 6px 0;
}

.admin-timeline::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 7px;
  width: 1px;
  background: var(--line);
  content: "";
}

.admin-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 14px;
  padding: 9px 0;
}

.admin-timeline__dot {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  border: 3px solid white;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 1px #b9c8ff;
}

.admin-timeline article > div {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: white;
}

.admin-timeline header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.admin-timeline time,
.admin-timeline p,
.admin-timeline small {
  color: var(--muted);
  font-size: 10px;
}

.admin-timeline p {
  margin: 4px 0 0;
}

@media (max-width: 1180px) {
  .admin-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .admin-health-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-import-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  body[data-page="admin"] {
    padding-bottom: 0;
  }

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

  .admin-nav {
    position: static;
    display: block;
    height: auto;
    padding: 14px;
  }

  .admin-nav > .logo,
  .admin-nav > small,
  .admin-nav__foot {
    display: none;
  }

  .admin-nav nav {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 2px;
  }

  .admin-nav nav a {
    flex: 0 0 auto;
  }

  .admin-main {
    padding: 24px;
  }

  .admin-columns--dashboard {
    grid-template-columns: 1fr;
  }

  .admin-filter {
    grid-template-columns: 1fr 160px auto;
  }
}

@media (max-width: 720px) {
  .admin-main {
    padding: 18px 14px 38px;
  }

  .admin-header,
  .admin-header__actions,
  .admin-auth,
  .admin-toolbar,
  .admin-import-intro,
  .admin-section-head,
  .admin-case-card > header {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-header__actions {
    gap: 8px;
  }

  .admin-auth label {
    max-width: none;
  }

  .admin-metrics,
  .admin-metrics--compact,
  .admin-health-grid,
  .admin-filter,
  .form-grid--three,
  .admin-case-meta {
    grid-template-columns: 1fr;
  }

  .admin-history-item {
    grid-template-columns: 1fr;
  }

  .admin-history-item dl {
    justify-content: flex-start;
  }

  .admin-table {
    min-width: 820px;
  }

  .admin-inline-action {
    min-width: 210px;
  }
}


/* Sprint 03: employee login and integration events */
.admin-auth {
  align-items: stretch;
  flex-direction: column;
}

.admin-auth__login,
.admin-auth__token-row {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) auto;
  align-items: end;
  gap: 10px;
}

.admin-auth__login label,
.admin-auth__token-row label {
  max-width: none;
}

.admin-auth__token {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.admin-auth__token summary {
  cursor: pointer;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.admin-auth__token-row {
  grid-template-columns: minmax(240px, 1fr) auto;
  margin-top: 10px;
}

.admin-section-head--spaced {
  margin-top: 32px;
}

.admin-integration-events {
  display: grid;
  gap: 10px;
}

.admin-integration-events > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.admin-integration-events strong,
.admin-integration-events span,
.admin-integration-events time {
  display: block;
}

.admin-integration-events span,
.admin-integration-events time,
.admin-integration-events p {
  color: var(--muted);
  font-size: 11px;
}

.admin-integration-events > article > div:last-of-type {
  text-align: right;
}

.admin-integration-events p {
  grid-column: 1 / -1;
  margin: 0;
}

@media (max-width: 720px) {
  .admin-auth__login,
  .admin-auth__token-row,
  .admin-integration-events > article {
    grid-template-columns: 1fr;
  }

  .admin-integration-events > article > div:last-of-type {
    text-align: left;
  }
}

/* ========================================================================== 
   SETRA Brandbook implementation · Sprint 05
   Primary palette: #0085CC / #0C0C0C / #FFFFFF / kraft
   Main typeface: Manrope with a local-system fallback. No font binaries are
   bundled; production may connect the licensed/hosted font kit later.
   ========================================================================== */

.demo-notice {
  border-bottom-color: #d9c3a8;
  color: #32271c;
  background:
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)),
    url("/brand/kraft-texture.webp") center / 300px auto repeat;
}

.demo-notice strong {
  color: #fff;
  background: var(--ink);
}

.utility-bar {
  color: #c9c9c9;
  background: var(--ink);
}

.site-header {
  border-bottom-color: rgba(12, 12, 12, 0.11);
  background: rgba(255, 255, 255, 0.97);
}

.site-header__inner {
  grid-template-columns: 220px minmax(320px, 1fr) auto;
  min-height: 86px;
}

.site-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
}

.site-brand__lockup {
  display: grid;
  width: 200px;
  gap: 5px;
}

.site-brand__lockup img {
  display: block;
  width: 190px;
  height: auto;
}

.site-brand__descriptor {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.site-brand--footer .site-brand__descriptor,
.site-brand--admin .site-brand__descriptor {
  color: #8f969b;
}

.site-brand--footer .site-brand__lockup {
  width: 250px;
}

.site-brand--footer .site-brand__lockup img {
  width: 230px;
}

.global-search {
  border-color: #cbd2d6;
  border-radius: 10px;
  box-shadow: none;
}

.global-search:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 133, 204, 0.12);
}

.global-search__icon {
  color: var(--blue);
}

.global-search__submit {
  border-radius: 7px;
  color: #fff;
  background: var(--ink);
}

.global-search__submit:hover {
  background: var(--blue);
}

.header-action > span:first-child {
  color: var(--blue-dark);
}

.header-action:hover {
  color: var(--blue);
}

.category-nav {
  border-bottom: 1px solid var(--line);
  color: #242424;
  background: #fff;
}

.category-nav a:hover {
  color: var(--blue);
}

.category-nav__catalog {
  color: #fff !important;
  background: var(--blue-dark);
}

.category-nav__catalog:hover {
  background: var(--blue-press);
}

.category-nav__b2b {
  color: var(--blue-dark) !important;
}

.button {
  border-radius: 8px;
}

.button--accent {
  color: #fff;
  background: var(--blue-dark);
  box-shadow: 0 8px 18px rgba(0, 133, 204, 0.18);
}

.button--accent:hover:not(:disabled) {
  background: var(--blue-press);
  box-shadow: 0 10px 24px rgba(0, 133, 204, 0.24);
}

.button--secondary {
  border-color: #bfc7cb;
  color: var(--ink);
  background: #fff;
}

.button--secondary:hover:not(:disabled) {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

.button--light {
  color: var(--ink);
  background: #fff;
}

.button--dark {
  color: #fff;
  background: var(--ink);
}

.button--dark:hover:not(:disabled) {
  background: #2a2a2a;
}

/* Commerce hero using the packaging split: blue brand field + kraft material. */
.hero.hero--brandbook {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d8d0c8;
  background:
    linear-gradient(90deg, #fff 0 61%, rgba(255, 255, 255, 0.07) 61%),
    url("/brand/kraft-texture.webp") right center / 42% auto repeat;
}

.hero.hero--brandbook::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 42%;
  height: 14px;
  background: var(--blue);
  content: "";
}

.hero.hero--brandbook::after {
  display: none;
}

.hero.hero--brandbook .hero__grid {
  min-height: 610px;
  padding-block: 72px;
}

.hero.hero--brandbook h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(3.2rem, 6.2vw, 5.9rem);
  line-height: 0.98;
}

.hero.hero--brandbook .eyebrow {
  color: var(--blue);
  font-size: 13px;
  letter-spacing: 0.2em;
}

.hero.hero--brandbook .hero__content > p {
  max-width: 710px;
  color: #4d555a;
}

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

.hero__principles span {
  padding: 6px 9px;
  border-left: 2px solid var(--blue);
  color: #4a5156;
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.hero__watermark {
  position: absolute;
  z-index: 0;
  right: -50px;
  bottom: -54px;
  color: rgba(255, 255, 255, 0.23);
  font-family: var(--font-accent);
  font-size: clamp(8rem, 17vw, 18rem);
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.7;
  pointer-events: none;
}

.hero-search {
  border: 1px solid #bdc4c8;
  border-radius: 11px;
  box-shadow: 0 12px 34px rgba(12, 12, 12, 0.1);
}

.hero-search:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 133, 204, 0.1), 0 16px 38px rgba(12, 12, 12, 0.12);
}

.example-queries a {
  border-color: #ccd2d5;
  border-radius: 7px;
}

.vehicle-panel {
  overflow: hidden;
  padding: 0 28px 28px;
  border: 1px solid rgba(12, 12, 12, 0.28);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)),
    url("/brand/kraft-texture.webp") center / 360px auto repeat;
  box-shadow: 0 24px 58px rgba(12, 12, 12, 0.2);
}

.vehicle-panel::before {
  display: none;
}

.vehicle-panel__brandbar {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 -28px 23px;
  min-height: 72px;
  padding: 16px 26px;
  color: #fff;
  background: var(--blue-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.vehicle-panel__brandbar img {
  width: 36px;
  height: auto;
}

.vehicle-panel__head {
  margin-bottom: 18px;
}

.vehicle-panel__head strong {
  color: var(--ink);
}

.vehicle-panel__head p,
.vehicle-mini-form label,
.vehicle-panel__vin {
  color: #3d3630;
}

.vehicle-mini-form select {
  border-color: rgba(12, 12, 12, 0.28);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
}

.vehicle-mini-form select:disabled {
  color: #77716a;
}

.vehicle-panel__vin:hover {
  color: var(--blue-dark);
}

.quick-actions__number,
.product-card__brand,
.product-buybox__top > a,
.eyebrow {
  color: var(--blue-dark);
}

.quick-actions a,
.category-card,
.product-card,
.article-grid a,
.benefit-grid article {
  border-radius: 8px;
}

.quick-actions a:hover,
.category-card:hover,
.product-card:hover {
  border-color: var(--blue);
}

.category-card__symbol {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 133, 204, 0.18);
  border-radius: 50%;
  color: var(--blue);
  background: #fff;
}

.category-card__symbol svg {
  width: 25px;
  height: 25px;
}

.section--tint {
  border-color: #dacdbf;
  background:
    linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)),
    url("/brand/kraft-texture.webp") center / 420px auto repeat;
}

.own-badge {
  color: #fff;
  background: var(--blue-dark);
}

.stock-badge--info {
  color: var(--blue-dark);
  background: var(--blue-soft);
}

/* SETRA package illustration derived from the official modular packaging grid. */
.product-visual--infographic {
  padding: 14px;
  background: linear-gradient(135deg, #eef2f6 0%, #e2e8f0 100%);
}

.product-info-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
  box-sizing: border-box;
}

.product-info-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent);
}

.product-info-card__logo {
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--accent);
  font-size: 0.9rem;
}

.product-info-card__cat {
  font-size: 0.72rem;
  color: var(--muted);
  text-align: right;
}

.product-info-card__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
}

.product-info-card__brand {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

.product-info-card__article {
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--ink);
  word-break: break-word;
}

.product-info-card__specs {
  display: grid;
  gap: 4px;
  margin: 6px 0 0;
}

.product-info-card__specs > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.78rem;
  padding: 3px 0;
  border-bottom: 1px dashed var(--line);
}

.product-info-card__specs dt {
  color: var(--muted);
}

.product-info-card__specs dd {
  margin: 0;
  font-weight: 600;
  color: var(--ink);
  text-align: right;
}

.product-info-card__foot {
  margin-top: auto;
  font-size: 0.72rem;
  color: var(--accent);
  font-weight: 600;
}

.product-visual--mini .product-info-card__specs,
.product-visual--mini .product-info-card__cat {
  display: none;
}

.product-visual--setra-pack {
  padding: 16px;
  background: #f7f8f8;
}

.product-visual--setra-pack::before {
  display: none;
}

.setra-pack {
  width: min(88%, 240px);
  overflow: hidden;
  border: 1px solid rgba(12, 12, 12, 0.17);
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 18px 28px rgba(12, 12, 12, 0.17);
  transform: perspective(700px) rotateX(2deg) rotateY(-5deg) rotateZ(-1deg);
}

.setra-pack__brand {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 12px;
  color: #fff;
  background: var(--blue-dark);
}

.setra-pack__brand img {
  width: 112px;
  height: auto;
}

.setra-pack__brand span {
  font-size: 7px;
  font-weight: 750;
  white-space: nowrap;
}

.setra-pack__body {
  position: relative;
  min-height: 124px;
  padding: 14px 12px 12px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
    url("/brand/kraft-texture.webp") center / 300px auto repeat;
}

.setra-pack__icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: var(--ink);
}

.setra-pack__icon svg {
  width: 22px;
  height: 22px;
}

.setra-pack__type {
  display: block;
  max-width: 70px;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 750;
  line-height: 1.15;
}

.setra-pack__article {
  position: absolute;
  right: 8px;
  bottom: 15px;
  max-width: 77%;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-accent);
  font-size: 40px;
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
  text-align: right;
  white-space: nowrap;
}

.setra-pack__body small {
  position: absolute;
  left: 12px;
  bottom: 8px;
  color: #fff;
  font-size: 6px;
  font-weight: 750;
}

.product-visual--large.product-visual--setra-pack {
  min-height: 510px;
}

.product-visual--large .setra-pack {
  width: min(80%, 560px);
}

.product-visual--large .setra-pack__brand {
  min-height: 100px;
  padding: 20px 25px;
}

.product-visual--large .setra-pack__brand img {
  width: 235px;
}

.product-visual--large .setra-pack__brand span {
  font-size: 13px;
}

.product-visual--large .setra-pack__body {
  min-height: 285px;
  padding: 30px 27px;
}

.product-visual--large .setra-pack__icon {
  width: 54px;
  height: 54px;
}

.product-visual--large .setra-pack__icon svg {
  width: 47px;
  height: 47px;
}

.product-visual--large .setra-pack__type {
  max-width: 150px;
  font-size: 17px;
}

.product-visual--large .setra-pack__article {
  right: 22px;
  bottom: 35px;
  font-size: clamp(4.5rem, 8vw, 7.6rem);
}

.product-visual--large .setra-pack__body small {
  left: 27px;
  bottom: 18px;
  font-size: 11px;
}

.product-visual--mini.product-visual--setra-pack {
  padding: 7px;
}

.product-visual--mini .setra-pack {
  width: 100px;
  transform: none;
}

.product-visual--mini .setra-pack__brand {
  min-height: 25px;
  padding: 4px 6px;
}

.product-visual--mini .setra-pack__brand img {
  width: 54px;
}

.product-visual--mini .setra-pack__brand span,
.product-visual--mini .setra-pack__type,
.product-visual--mini .setra-pack__icon,
.product-visual--mini .setra-pack__body small {
  display: none;
}

.product-visual--mini .setra-pack__body {
  min-height: 52px;
}

.product-visual--mini .setra-pack__article {
  right: 5px;
  bottom: 8px;
  font-size: 18px;
}

.brand-story {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.brand-story::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 18px;
  background: var(--blue);
  content: "";
}

.brand-story__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 58px;
  padding-block: 78px;
}

.brand-story__logo {
  width: min(330px, 70%);
  margin: 4px 0 28px;
}

.brand-story__copy h2 {
  max-width: 600px;
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
}

.brand-story__copy p {
  max-width: 590px;
  color: #bdc3c7;
}

.brand-story__media {
  position: relative;
  min-height: 470px;
}

.brand-story__media > img {
  position: absolute;
  top: -45px;
  left: -40px;
  width: min(620px, 112%);
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.35));
}

.brand-story__points {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(380px, 82%);
}

.brand-story__points div {
  border-color: rgba(255, 255, 255, 0.17);
  border-radius: 6px;
  background: rgba(12, 12, 12, 0.76);
  backdrop-filter: blur(8px);
}

.eyebrow--light {
  color: #8bd9ff;
}

.b2b-cta,
.b2b-hero {
  background: var(--ink);
}

.site-footer {
  color: #b7bdc1;
  background: var(--ink);
}

.site-footer__slogan {
  margin-top: 8px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 750;
}

.footer-note {
  border-color: #333;
  color: #8e969a;
  background: #141414;
}

.site-footer__bottom {
  border-top-color: #2a2a2a;
}

/* Dedicated SETRA brand page, based on the supplied 2025 identity system. */
.brand-page__hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--blue);
}

.brand-page__hero::after {
  position: absolute;
  right: -4vw;
  bottom: -5vw;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.brand-page__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 70px;
  min-height: 700px;
  padding-block: 64px 74px;
}

.brand-page__hero .breadcrumbs {
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.82);
}

.brand-page__hero .breadcrumbs a:hover {
  color: #fff;
}

.brand-page__hero-copy > img {
  display: block;
  width: min(520px, 80%);
  margin: 12px 0 10px;
}

.brand-page__tagline {
  margin-bottom: 40px;
  color: #fff;
  font-size: 19px;
  font-weight: 750;
}

.brand-page__hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  line-height: 0.98;
}

.brand-page__hero-copy > p:last-of-type {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.brand-page__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.brand-page__hero-media {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.brand-page__hero-media::before {
  position: absolute;
  inset: 16% 4% 5%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  filter: blur(2px);
  content: "";
}

.brand-page__hero-media img {
  position: relative;
  width: min(650px, 120%);
  filter: drop-shadow(0 38px 42px rgba(0, 0, 0, 0.32));
}

.brand-page__hero-media span {
  position: absolute;
  right: 0;
  bottom: 25px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(12, 12, 12, 0.35);
  font-size: 11px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.brand-page__mission {
  padding-block: 88px;
}

.brand-page__mission-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 28px 70px;
}

.brand-page__mission-grid > p {
  color: #454c51;
  font-size: 22px;
  line-height: 1.65;
}

.brand-page__principles {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.brand-page__principles article {
  min-height: 158px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  background: #fff;
}

.brand-page__principles strong,
.brand-page__principles span {
  display: block;
}

.brand-page__principles span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.brand-page__identity {
  border-block: 1px solid #d9cbbd;
  background:
    linear-gradient(rgba(255, 255, 255, 0.83), rgba(255, 255, 255, 0.83)),
    url("/brand/kraft-texture.webp") center / 480px auto repeat;
}

.brand-page__identity-grid {
  display: grid;
  grid-template-columns: minmax(470px, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 70px;
  padding-block: 84px;
}

.brand-page__palette {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(12, 12, 12, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.brand-swatch {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.brand-swatch strong {
  font-family: var(--font-accent);
  font-size: 48px;
  font-stretch: condensed;
  line-height: 0.9;
}

.brand-swatch span {
  font-size: 11px;
  font-weight: 750;
}

.brand-swatch--blue {
  color: #fff;
  background: var(--blue);
}

.brand-swatch--black {
  color: #fff;
  background: var(--ink);
}

.brand-swatch--white {
  color: var(--ink);
  background: #fff;
}

.brand-swatch--kraft {
  color: #fff;
  background: url("/brand/kraft-texture.webp") center / cover;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.brand-page__identity h2,
.brand-page__product-showcase h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.brand-page__identity p,
.brand-page__product-showcase p {
  color: #4c5357;
  font-size: 17px;
  line-height: 1.75;
}

.brand-page__product-showcase {
  color: #fff;
  background: var(--ink);
}

.brand-page__product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 68px;
  min-height: 650px;
  padding-block: 70px;
}

.brand-page__product-grid > div:first-child {
  display: grid;
  place-items: center;
  min-height: 500px;
  background: radial-gradient(circle, rgba(0, 133, 204, 0.23), transparent 58%);
}

.brand-page__product-grid img {
  width: min(670px, 100%);
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.45));
}

.brand-page__product-showcase p {
  color: #b8c0c4;
}

.brand-page__product-showcase .text-link {
  color: #fff;
}

.brand-page__product-showcase .text-link:hover {
  color: #8bd9ff;
}

/* Admin retains a separate black operational shell but now uses the official logo. */
.admin-nav {
  background: var(--ink);
}

.admin-nav .site-brand__lockup {
  width: 190px;
}

.admin-nav .site-brand__lockup img {
  width: 175px;
}

.admin-nav nav a:hover,
.admin-nav nav a.active {
  color: #fff;
  background: rgba(0, 133, 204, 0.2);
}

.admin-nav nav a.active > span {
  color: #fff;
  background: var(--blue);
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: 190px minmax(280px, 1fr) auto;
  }

  .site-brand__lockup {
    width: 180px;
  }

  .site-brand__lockup img {
    width: 170px;
  }

  .hero.hero--brandbook .hero__grid {
    gap: 42px;
  }

  .brand-story__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .brand-page__hero-grid {
    gap: 34px;
  }
}

@media (max-width: 960px) {
  .hero.hero--brandbook {
    background:
      linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)),
      url("/brand/kraft-texture.webp") center / 420px auto repeat;
  }

  .hero.hero--brandbook::before {
    width: 100%;
  }

  .hero__watermark {
    display: none;
  }

  .vehicle-panel {
    max-width: 620px;
  }

  .brand-story__grid,
  .brand-page__hero-grid,
  .brand-page__mission-grid,
  .brand-page__identity-grid,
  .brand-page__product-grid {
    grid-template-columns: 1fr;
  }

  .brand-story__media {
    min-height: 540px;
  }

  .brand-story__media > img {
    left: 50%;
    width: min(620px, 92%);
    transform: translateX(-50%);
  }

  .brand-page__hero-grid {
    padding-top: 45px;
  }

  .brand-page__hero-media {
    min-height: 430px;
  }

  .brand-page__hero-media img {
    width: min(620px, 90%);
  }

  .brand-page__principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-page__identity-grid,
  .brand-page__product-grid {
    gap: 42px;
  }
}

@media (max-width: 720px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .site-brand__lockup {
    width: 132px;
    gap: 3px;
  }

  .site-brand__lockup img {
    width: 126px;
  }

  .site-brand__descriptor {
    font-size: 6px;
    letter-spacing: 0.11em;
  }

  .hero.hero--brandbook .hero__grid {
    padding-block: 54px;
  }

  .hero.hero--brandbook h1 {
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .hero__principles {
    display: grid;
  }

  .vehicle-panel {
    padding: 0 20px 22px;
  }

  .vehicle-panel__brandbar {
    margin-inline: -20px;
    padding-inline: 20px;
  }

  .product-visual--large .setra-pack {
    width: 94%;
  }

  .product-visual--large .setra-pack__brand {
    min-height: 72px;
    padding: 14px 16px;
  }

  .product-visual--large .setra-pack__brand img {
    width: 165px;
  }

  .product-visual--large .setra-pack__body {
    min-height: 220px;
    padding: 20px 17px;
  }

  .product-visual--large .setra-pack__article {
    right: 14px;
    bottom: 28px;
    font-size: clamp(3rem, 16vw, 5.3rem);
  }

  .brand-story__grid {
    padding-block: 62px;
  }

  .brand-story__copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.8rem);
  }

  .brand-story__media {
    min-height: 440px;
  }

  .brand-story__points {
    width: 96%;
  }

  .brand-page__hero-grid {
    min-height: auto;
    padding-block: 38px 60px;
  }

  .brand-page__hero .breadcrumbs {
    margin-bottom: 38px;
  }

  .brand-page__hero-copy > img {
    width: 86%;
  }

  .brand-page__hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .brand-page__hero-media {
    min-height: 320px;
  }

  .brand-page__hero-media span {
    bottom: 5px;
  }

  .brand-page__mission,
  .brand-page__identity-grid {
    padding-block: 62px;
  }

  .brand-page__mission-grid > p {
    font-size: 18px;
  }

  .brand-page__principles {
    grid-template-columns: 1fr;
  }

  .brand-page__palette {
    grid-template-columns: 1fr 1fr;
  }

  .brand-swatch {
    min-height: 135px;
    padding: 16px;
  }

  .brand-swatch strong {
    font-size: 34px;
  }

  .brand-page__product-grid {
    min-height: auto;
    padding-block: 55px;
  }

  .brand-page__product-grid > div:first-child {
    min-height: 340px;
  }

  .site-brand--footer .site-brand__lockup {
    width: 210px;
  }

  .site-brand--footer .site-brand__lockup img {
    width: 200px;
  }
}

@media (max-width: 430px) {
  .site-brand__lockup {
    width: 112px;
  }

  .site-brand__lockup img {
    width: 108px;
  }

  .site-brand__descriptor {
    display: none;
  }

  .setra-pack__brand span {
    display: none;
  }

  .brand-page__palette {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================== 
   Sprint 05 · catalog readiness and production-data onboarding
   ========================================================================== */

.admin-readiness-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
  padding: 26px;
  border: 1px solid #d9cbbd;
  border-left: 5px solid var(--blue);
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)),
    url("/brand/kraft-texture.webp") center / 420px auto repeat;
}

.admin-readiness-intro h2 {
  margin-bottom: 10px;
}

.admin-readiness-intro p {
  max-width: 820px;
  margin-bottom: 0;
  color: #555d62;
}

.admin-metric--static {
  cursor: default;
}

.admin-metric--static:hover {
  transform: none;
}

.admin-metric--static small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.readiness-rules {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.readiness-rules article {
  min-height: 126px;
  padding: 17px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  background: #fff;
}

.readiness-rules span,
.readiness-rules strong,
.readiness-rules p {
  display: block;
}

.readiness-rules span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.readiness-rules strong {
  margin-top: 8px;
  color: var(--blue);
  font-family: var(--font-accent);
  font-size: 42px;
  font-stretch: condensed;
  line-height: 0.9;
}

.readiness-rules p {
  margin: 10px 0 0;
  color: #50575b;
  font-size: 12px;
}

.admin-readiness-table td {
  min-width: 130px;
  vertical-align: top;
}

.admin-readiness-table td:first-child {
  min-width: 260px;
}

.readiness-score {
  display: inline-grid;
  min-width: 82px;
  gap: 3px;
  padding: 9px 10px;
  border: 1px solid #efc4c0;
  background: #fff6f5;
  text-align: center;
}

.readiness-score strong,
.readiness-score span {
  display: block;
}

.readiness-score strong {
  font-family: var(--font-accent);
  font-size: 30px;
  line-height: 0.9;
}

.readiness-score span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.readiness-score.is-ready {
  border-color: #a9ddc3;
  background: #eefaf4;
}

.readiness-issue-list {
  display: flex;
  min-width: 190px;
  flex-wrap: wrap;
  gap: 6px;
}

.readiness-issue {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 7px;
  border: 1px solid;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
}

.readiness-issue--blocker {
  border-color: #efc4c0;
  color: #8e1b13;
  background: #fff6f5;
}

.readiness-issue--warning {
  border-color: #efd89d;
  color: #775006;
  background: #fff9e9;
}

.admin-readiness-next {
  margin-top: 18px;
}

@media (max-width: 1050px) {
  .readiness-rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .admin-readiness-intro {
    flex-direction: column;
    padding: 20px;
  }

  .admin-readiness-intro .button {
    width: 100%;
  }

  .readiness-rules {
    grid-template-columns: 1fr;
  }
}

/* Sprint 06 — checkout, hosted payment and delivery providers */
.payment-options label[aria-disabled="true"],
.delivery-options label[aria-disabled="true"],
.payment-options label.is-disabled,
.delivery-options label.is-disabled {
  cursor: not-allowed;
  opacity: 0.52;
  background: #f5f6f7;
}

.payment-options label[aria-disabled="true"] input,
.delivery-options label[aria-disabled="true"] input,
.payment-options label.is-disabled input,
.delivery-options label.is-disabled input {
  pointer-events: none;
}

.delivery-fields {
  margin: -4px 0 17px;
  padding: 17px;
  border: 1px solid #cfe9f6;
  border-left: 4px solid var(--blue);
  border-radius: 10px;
  background: #f6fbfe;
}

.delivery-city-field {
  position: relative;
}

.delivery-city-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% - 3px);
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong, #bdc3c7);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgb(12 12 12 / 14%);
}

.delivery-city-suggestions button {
  display: grid;
  width: 100%;
  gap: 2px;
  padding: 11px 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.delivery-city-suggestions button:last-child {
  border-bottom: 0;
}

.delivery-city-suggestions button:hover,
.delivery-city-suggestions button:focus-visible {
  background: var(--blue-soft);
  outline: none;
}

.delivery-city-suggestions strong,
.delivery-city-suggestions span {
  display: block;
}

.delivery-city-suggestions strong {
  font-size: 12px;
}

.delivery-city-suggestions span {
  color: var(--muted);
  font-size: 10px;
}

.delivery-calculation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.delivery-quote {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 70px;
  padding: 13px 15px;
  border: 1px solid;
  border-radius: 10px;
}

.delivery-quote__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 850;
}

.delivery-quote strong,
.delivery-quote p {
  display: block;
}

.delivery-quote strong {
  margin-bottom: 2px;
  font-size: 13px;
}

.delivery-quote p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}

.delivery-quote--error {
  border-color: #edc7c3;
  color: #7f211a;
  background: #fff7f6;
}

.delivery-quote--error .delivery-quote__mark {
  color: #fff;
  background: var(--red);
}

.delivery-quote--loading {
  border-color: #d9dfe3;
  color: #465057;
  background: #f8f9fa;
}

.delivery-quote--loading .delivery-quote__mark {
  color: var(--blue);
  background: #e7f5fc;
}

.delivery-quote--success {
  border-color: #a9ddc3;
  color: #135f3b;
  background: #eefaf4;
}

.delivery-quote--success .delivery-quote__mark {
  color: #fff;
  background: var(--green);
}

.delivery-quote--warning {
  border-color: #efc8a7;
  color: #775006;
  background: #fff9f2;
}

.delivery-quote--warning .delivery-quote__mark {
  color: #fff;
  background: var(--amber);
}

.checkout-summary__item strong {
  white-space: nowrap;
}

.checkout-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.checkout-consent input {
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--blue);
}

.checkout-security-note {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  text-align: left !important;
}

.order-payment-state {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 0 auto 20px;
  padding: 16px;
  border: 1px solid #cfe9f6;
  border-radius: 11px;
  background: #f6fbfe;
  text-align: left;
}

.order-payment-state > div,
.success-state__details > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.order-payment-state dt,
.order-payment-state dd,
.success-state__details dt,
.success-state__details dd {
  margin: 0;
}

.order-payment-state dt,
.success-state__details dt {
  color: var(--muted);
  font-size: 11px;
}

.order-payment-state dd,
.success-state__details dd {
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.mock-payment-page {
  display: grid;
  min-height: calc(100vh - 170px);
  place-items: center;
  padding: 42px 20px 70px;
  background:
    linear-gradient(135deg, rgb(0 133 204 / 96%), rgb(0 104 165 / 95%)),
    var(--blue);
}

.mock-payment-card {
  width: min(100%, 620px);
  padding: 34px;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 70px rgb(0 0 0 / 24%);
}

.mock-payment-card__brand {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.mock-payment-card .eyebrow {
  margin-bottom: 10px;
}

.mock-payment-card h1 {
  margin-bottom: 12px;
  font-size: clamp(30px, 5vw, 48px);
}

.mock-payment-card > p {
  color: var(--muted);
  line-height: 1.65;
}

.mock-payment-card__details {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
}

.mock-payment-card__details > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.mock-payment-card__details span {
  color: var(--muted);
  font-size: 11px;
}

.mock-payment-card__details strong {
  overflow-wrap: anywhere;
  font-size: 11px;
  text-align: right;
}

.mock-payment-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.admin-commerce-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid #cce8f6;
  border-left: 5px solid var(--blue);
  background: #f5fbfe;
}

.admin-commerce-hero h2 {
  margin: 5px 0 7px;
}

.admin-commerce-hero p {
  max-width: 770px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.admin-health-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.commerce-health-card {
  display: grid;
  align-content: start;
  min-height: 165px;
  padding: 17px;
  border: 1px solid #ecd2ce;
  border-top: 4px solid var(--red);
  background: #fff;
}

.commerce-health-card.is-ready {
  border-color: #b8ddca;
  border-top-color: var(--green);
}

.commerce-health-card span,
.commerce-health-card strong,
.commerce-health-card b,
.commerce-health-card p {
  display: block;
}

.commerce-health-card span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.commerce-health-card strong {
  margin-top: 11px;
  overflow-wrap: anywhere;
  font-family: var(--font-accent);
  font-size: 31px;
  line-height: 0.95;
}

.commerce-health-card b {
  margin-top: 7px;
  color: var(--blue);
  font-size: 11px;
}

.commerce-health-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.admin-columns--commerce {
  grid-template-columns: 1fr;
}

.admin-commerce-orders {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
}

.admin-commerce-orders table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
}

.admin-commerce-orders th,
.admin-commerce-orders td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.admin-commerce-orders th {
  color: var(--muted);
  background: #f7f8f9;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.admin-commerce-orders td {
  font-size: 11px;
}

.commerce-cell,
.commerce-action-list,
.admin-shipment-card > div {
  display: grid;
  gap: 5px;
}

.commerce-cell span,
.commerce-cell small,
.commerce-price-note {
  display: block;
  color: var(--muted);
  font-size: 9px;
  overflow-wrap: anywhere;
}

.commerce-action-list {
  min-width: 150px;
}

.admin-commerce-shipments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-shipment-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  background: #fff;
}

.admin-shipment-card span {
  color: var(--muted);
  font-size: 9px;
}

.admin-shipment-card b {
  font-size: 10px;
  overflow-wrap: anywhere;
}

@media (max-width: 1120px) {
  .admin-health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .delivery-calculation,
  .mock-payment-card__actions,
  .admin-commerce-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .delivery-calculation .button,
  .mock-payment-card__actions .button,
  .admin-commerce-hero .button {
    width: 100%;
  }

  .order-payment-state > div,
  .success-state__details > div,
  .mock-payment-card__details > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .order-payment-state dd,
  .success-state__details dd,
  .mock-payment-card__details strong {
    text-align: left;
  }

  .mock-payment-page {
    padding: 24px 12px 50px;
  }

  .mock-payment-card {
    padding: 23px 18px;
  }

  .admin-health-grid,
  .admin-commerce-shipments {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================== 
   SETRA.PARTS · Sprint 06
   Checkout, hosted payment sandbox and commerce operations.
   ========================================================================== */

body[data-page="checkout"] .page-header {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(0, 133, 204, 0.22);
  background:
    linear-gradient(120deg, rgba(0, 133, 204, 0.98), rgba(0, 111, 174, 0.96)),
    var(--blue);
  color: #fff;
}

body[data-page="checkout"] .page-header::after {
  position: absolute;
  right: -45px;
  bottom: -85px;
  width: 270px;
  height: 270px;
  border: 52px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

body[data-page="checkout"] .page-header > div {
  position: relative;
  z-index: 1;
}

body[data-page="checkout"] .page-header .eyebrow,
body[data-page="checkout"] .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

body[data-page="checkout"] .page-header h1 {
  color: #fff;
}

.checkout-steps .form-card {
  position: relative;
  overflow: visible;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(12, 12, 12, 0.055);
}

.checkout-steps .form-section {
  margin-bottom: 22px;
}

.checkout-steps .form-section__number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-accent);
  font-size: 24px;
  line-height: 1;
}

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

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

.delivery-options label,
.payment-options label {
  position: relative;
  min-height: 94px;
  border-radius: 13px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.delivery-options label:hover,
.payment-options label:hover {
  border-color: #9ccfe7;
  box-shadow: 0 8px 22px rgba(0, 133, 204, 0.08);
  transform: translateY(-1px);
}

.delivery-options label:has(input:checked),
.payment-options label:has(input:checked) {
  border-color: var(--blue);
  background: linear-gradient(145deg, #f7fcff, var(--blue-soft));
  box-shadow: 0 0 0 2px rgba(0, 133, 204, 0.08);
}

.delivery-options label.is-disabled,
.payment-options label.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(0.7);
}

.delivery-options label.is-disabled:hover,
.payment-options label.is-disabled:hover {
  box-shadow: none;
  transform: none;
}

.delivery-options input,
.payment-options input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.delivery-options strong,
.payment-options strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.delivery-options small,
.payment-options small {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.45;
}

.delivery-fields {
  margin: -5px 0 18px;
  padding: 18px;
  border: 1px solid #cde8f5;
  border-radius: 13px;
  background: #f8fdff;
}

.delivery-fields[hidden],
.delivery-city-suggestions[hidden] {
  display: none !important;
}

.delivery-city-field {
  position: relative;
}

.delivery-city-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% - 2px);
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 250px;
  border: 1px solid var(--line-strong);
  border-radius: 0 0 11px 11px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(12, 12, 12, 0.14);
}

.delivery-city-suggestions button {
  display: grid;
  width: 100%;
  gap: 3px;
  padding: 11px 13px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.delivery-city-suggestions button:last-child {
  border-bottom: 0;
}

.delivery-city-suggestions button:hover,
.delivery-city-suggestions button:focus-visible {
  background: var(--blue-soft);
  outline: none;
}

.delivery-city-suggestions strong,
.delivery-city-suggestions span {
  display: block;
}

.delivery-city-suggestions strong {
  font-size: 12px;
}

.delivery-city-suggestions span {
  color: var(--muted);
  font-size: 10px;
}

.delivery-calculation {
  display: flex;
  justify-content: flex-end;
  margin-top: 3px;
}

.delivery-quote {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 13px 15px;
  border: 1px solid;
  border-radius: 13px;
}

.delivery-quote__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.delivery-quote strong,
.delivery-quote p {
  display: block;
}

.delivery-quote strong {
  margin-bottom: 3px;
  font-size: 13px;
}

.delivery-quote p {
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

.delivery-quote--ready {
  border-color: #9bdabb;
  background: #f1fbf6;
}

.delivery-quote--ready .delivery-quote__mark {
  background: var(--green);
}

.delivery-quote--ready p {
  color: #35644e;
}

.delivery-quote--loading {
  border-color: #add9ed;
  background: #f2faff;
}

.delivery-quote--loading .delivery-quote__mark {
  background: var(--blue);
  animation: commerce-pulse 1.1s ease-in-out infinite alternate;
}

.delivery-quote--loading p {
  color: #376d86;
}

.delivery-quote--error {
  border-color: #efc8a7;
  background: #fff9f2;
}

.delivery-quote--error .delivery-quote__mark {
  background: var(--amber);
}

.delivery-quote--error p {
  color: #775006;
}

@keyframes commerce-pulse {
  to { opacity: 0.55; transform: scale(0.9); }
}

.payment-provider-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 12px 13px;
  border: 1px solid #d6e9f2;
  border-radius: 11px;
  color: #4d6a77;
  background: #f7fcff;
  font-size: 10px;
  line-height: 1.55;
}

.payment-provider-note::before {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  content: "i";
  font-size: 11px;
  font-weight: 900;
}

.checkout-summary {
  top: 132px;
  overflow: hidden;
  padding: 0;
  border-color: #cfe6f1;
}

.checkout-summary::before {
  display: block;
  height: 9px;
  background: var(--blue);
  content: "";
}

.checkout-summary > * {
  margin-right: 21px;
  margin-left: 21px;
}

.checkout-summary h2 {
  margin-top: 20px;
}

.checkout-summary__items {
  scrollbar-color: #badbea transparent;
  scrollbar-width: thin;
}

.checkout-summary__item strong {
  white-space: nowrap;
}

.checkout-summary .checkout-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.checkout-summary .checkout-consent input {
  margin-top: 2px;
  accent-color: var(--blue);
}

.checkout-summary [data-checkout-submit] {
  width: calc(100% - 42px);
  margin-bottom: 0;
}

.checkout-security-note {
  margin-bottom: 20px !important;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface-soft);
  line-height: 1.5;
  text-align: left !important;
}

.success-state {
  position: relative;
  overflow: hidden;
  border-color: #b5dded;
  background:
    linear-gradient(150deg, rgba(232, 246, 252, 0.9), #fff 58%),
    #fff;
}

.success-state::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: var(--blue);
  content: "";
}

.success-state__mark {
  background: var(--blue);
}

.success-state[data-state="paid"] .success-state__mark,
.success-state.is-paid .success-state__mark {
  background: var(--green);
}

.success-state[data-state="canceled"] .success-state__mark,
.success-state.is-canceled .success-state__mark,
.success-state[data-state="refunded"] .success-state__mark,
.success-state.is-refunded .success-state__mark {
  background: var(--amber);
}

.order-payment-card,
.order-delivery-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}

.mock-payment-page {
  display: grid;
  min-height: calc(100vh - 150px);
  place-items: center;
  padding: 50px 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 133, 204, 0.22), transparent 34%),
    linear-gradient(145deg, #071019, #0c0c0c 64%);
}

.mock-payment-card {
  width: min(560px, 100%);
  overflow: hidden;
  padding: 0 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: #fff;
  background: rgba(18, 20, 22, 0.94);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.mock-payment-card::before {
  display: block;
  height: 9px;
  margin: 0 -30px 28px;
  background: var(--blue);
  content: "";
}

.mock-payment-card__brand {
  margin-bottom: 28px;
}

.mock-payment-card__brand .site-brand__descriptor {
  color: rgba(255, 255, 255, 0.6);
}

.mock-payment-card .eyebrow {
  color: #62c6f1;
}

.mock-payment-card h1 {
  margin: 8px 0 12px;
  color: #fff;
}

.mock-payment-card > p {
  color: #b9c4cc;
  line-height: 1.65;
}

.mock-payment-card__meta {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.mock-payment-card__meta div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.mock-payment-card__meta span {
  color: #9eabb5;
  font-size: 11px;
}

.mock-payment-card__meta strong {
  overflow-wrap: anywhere;
  font-size: 12px;
  text-align: right;
}

.mock-payment-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.mock-payment-card .button--secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: transparent;
}

.mock-payment-card .form-result {
  margin-top: 14px;
}

.admin-commerce-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 23px;
  border-radius: 15px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(0, 133, 204, 0.98), rgba(0, 103, 160, 0.98)),
    var(--blue);
}

.admin-commerce-hero .eyebrow,
.admin-commerce-hero p {
  color: rgba(255, 255, 255, 0.8);
}

.admin-commerce-hero h2 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 27px;
}

.admin-commerce-hero p {
  max-width: 760px;
  margin: 0;
}

.admin-commerce-hero .button--secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: transparent;
}

.admin-commerce-config {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.admin-commerce-config > article,
.admin-commerce-config > div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.admin-commerce-config span,
.admin-commerce-config strong,
.admin-commerce-config small {
  display: block;
}

.admin-commerce-config span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-commerce-config strong {
  margin: 6px 0 4px;
  font-size: 16px;
}

.admin-commerce-config small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.admin-health-grid .commerce-health-card {
  position: relative;
  overflow: hidden;
}

.admin-health-grid .commerce-health-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: var(--amber);
  content: "";
}

.admin-health-grid .commerce-health-card.is-ready::after {
  background: var(--green);
}

.admin-health-grid .commerce-health-card b {
  display: inline-flex;
  padding: 3px 7px;
  border-radius: 999px;
  color: #775006;
  background: var(--amber-soft);
  font-size: 9px;
}

.admin-health-grid .commerce-health-card.is-ready b {
  color: #086239;
  background: var(--green-soft);
}

.admin-commerce-section {
  margin-top: 26px;
}

.admin-commerce-table td {
  vertical-align: top;
}

.admin-commerce-table td:first-child {
  min-width: 155px;
}

.admin-commerce-table td:nth-child(2),
.admin-commerce-table td:nth-child(3) {
  min-width: 220px;
}

.admin-commerce-table td:last-child {
  min-width: 230px;
}

.admin-commerce-cell {
  display: grid;
  gap: 5px;
}

.admin-commerce-cell strong,
.admin-commerce-cell span,
.admin-commerce-cell small {
  display: block;
}

.admin-commerce-cell span,
.admin-commerce-cell small {
  color: var(--muted);
  font-size: 10px;
}

.admin-commerce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-commerce-actions .button--small {
  min-height: 31px;
  padding: 6px 9px;
  font-size: 9px;
}

.admin-columns--commerce {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  margin-top: 18px;
}

.admin-columns--commerce > section {
  min-height: 260px;
}

.admin-commerce-shipments {
  display: grid;
  gap: 9px;
}

.admin-shipment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}

.admin-shipment-card strong,
.admin-shipment-card span,
.admin-shipment-card b {
  display: block;
}

.admin-shipment-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.admin-shipment-card > div:last-child {
  text-align: right;
}

.admin-shipment-card b {
  margin-top: 5px;
  color: var(--blue);
  font-size: 11px;
}

@media (max-width: 1120px) {
  .delivery-options,
  .payment-options {
    grid-template-columns: 1fr;
  }

  .delivery-options label,
  .payment-options label {
    min-height: 0;
  }

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

  .admin-columns--commerce {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body[data-page="checkout"] .page-header {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .checkout-steps .form-card {
    padding: 19px;
  }

  .delivery-fields {
    padding: 14px;
  }

  .delivery-calculation .button {
    width: 100%;
  }

  .checkout-summary {
    position: static;
  }

  .mock-payment-page {
    min-height: calc(100vh - 90px);
    padding: 20px 12px;
  }

  .mock-payment-card {
    padding: 0 19px 20px;
    border-radius: 16px;
  }

  .mock-payment-card::before {
    margin: 0 -19px 22px;
  }

  .mock-payment-card__actions {
    grid-template-columns: 1fr;
  }

  .admin-commerce-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 19px;
  }

  .admin-commerce-hero .button {
    width: 100%;
  }

  .admin-commerce-config {
    grid-template-columns: 1fr;
  }

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

  .admin-shipment-card > div:last-child {
    text-align: left;
  }
}

/* Sprint 06 consistency fixes */
.delivery-quote--success,
.delivery-quote--ready {
  border-color: #9bdabb;
  color: #135f3b;
  background: #f1fbf6;
}

.delivery-quote--success .delivery-quote__mark,
.delivery-quote--ready .delivery-quote__mark {
  color: #fff;
  background: var(--green);
}

.delivery-quote--success p,
.delivery-quote--ready p {
  color: #35644e;
}

.success-state__details {
  display: grid;
  max-width: 520px;
  gap: 8px;
  text-align: left;
}

.payment-return-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 14px;
}

.mock-payment-card__details {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.mock-payment-card__details > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.mock-payment-card__details dt,
.mock-payment-card__details dd {
  margin: 0;
}

.mock-payment-card__details dt {
  color: #9eabb5;
  font-size: 11px;
}

.mock-payment-card__details dd {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.admin-commerce-table .commerce-cell,
.admin-commerce-table .admin-commerce-cell {
  display: grid;
  gap: 5px;
}

.admin-commerce-table .commerce-action-list,
.admin-commerce-table .admin-commerce-actions {
  display: flex;
  min-width: 180px;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-commerce-table .commerce-action-list .button,
.admin-commerce-table .admin-commerce-actions .button {
  min-height: 31px;
  padding: 6px 9px;
  font-size: 9px;
}

@media (max-width: 720px) {
  .payment-return-actions,
  .success-state__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .payment-return-actions .button,
  .success-state__actions .button {
    width: 100%;
  }

  .mock-payment-card__details > div,
  .success-state__details > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .mock-payment-card__details dd,
  .success-state__details dd {
    text-align: left;
  }
}

/* v0.6.0 mobile admin containment: wide operational tables scroll inside the card
   instead of expanding the document viewport. */
@media (max-width: 720px) {
  body[data-page="admin"],
  body[data-page="admin"] #main-content,
  .admin-shell,
  .admin-main,
  .admin-workspace,
  .admin-table-card,
  .admin-table-scroll {
    min-width: 0;
    max-width: 100%;
  }

  body[data-page="admin"] {
    overflow-x: hidden;
  }

  .admin-nav {
    min-width: 0;
    max-width: 100vw;
    overflow: hidden;
  }

  .admin-nav nav {
    width: 100%;
    max-width: 100%;
    overscroll-behavior-inline: contain;
  }

  .admin-table-card {
    width: 100%;
  }

  .admin-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }
}

/* Sprint 07: transactional notifications and CDEK print documents. */
.admin-document-list,
.admin-notification-list {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.admin-document-list > article,
.admin-notification-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}

.admin-document-list strong,
.admin-document-list span,
.admin-notification-card strong,
.admin-notification-card span,
.admin-notification-card small,
.admin-notification-card time {
  display: block;
}

.admin-document-list span,
.admin-notification-card span,
.admin-notification-card small,
.admin-notification-card time {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.admin-document-list > article > div:last-child,
.admin-notification-card > div:last-child {
  text-align: right;
}

.admin-document-list .text-button,
.admin-notification-card .text-button {
  margin-top: 6px;
  font-size: 10px;
}

.admin-document-list p,
.admin-notification-card > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--danger, #b3261e);
  font-size: 10px;
}

.admin-notifications-section {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0, 133, 204, 0.035), #fff 150px);
}

.admin-notification-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.admin-notification-tools input {
  min-width: 230px;
  min-height: 35px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
  font-size: 11px;
}

.admin-notification-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin: 12px 0;
}

.admin-notification-summary article {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.admin-notification-summary span,
.admin-notification-summary strong {
  display: block;
}

.admin-notification-summary span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.admin-notification-summary strong {
  margin-top: 5px;
  font-size: 17px;
}

@media (max-width: 1120px) {
  .admin-notification-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .admin-commerce-config,
  .admin-notification-summary {
    grid-template-columns: 1fr;
  }

  .admin-notification-tools {
    width: 100%;
    justify-content: stretch;
  }

  .admin-notification-tools input,
  .admin-notification-tools .button {
    width: 100%;
    min-width: 0;
  }

  .admin-document-list > article,
  .admin-notification-card {
    grid-template-columns: 1fr;
  }

  .admin-document-list > article > div:last-child,
  .admin-notification-card > div:last-child {
    text-align: left;
  }
}

/* Sprint 08: warehouse reservation, barcode-guided picking and packing. */
.button--danger {
  border-color: rgba(179, 38, 30, 0.24);
  background: #fff;
  color: #9c201a;
}

.button--danger:hover {
  border-color: #b3261e;
  background: rgba(179, 38, 30, 0.055);
}

.admin-warehouse {
  --warehouse-kraft: #d8b88f;
  --warehouse-blue: #0085cc;
}

.admin-warehouse-config {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 20px;
}

.admin-warehouse-config > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, rgba(0, 133, 204, 0.035));
}

.admin-warehouse-config span,
.admin-warehouse-config strong,
.admin-warehouse-config small {
  display: block;
}

.admin-warehouse-config span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-warehouse-config strong {
  margin-top: 6px;
  font-size: 13px;
}

.admin-warehouse-config small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.admin-warehouse-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
  align-items: start;
  gap: 18px;
}

.admin-warehouse-board,
.admin-warehouse-stocks,
.admin-warehouse-movements {
  min-width: 0;
}

.admin-warehouse-tasks {
  display: grid;
  gap: 14px;
}

.warehouse-eligible {
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px dashed rgba(0, 133, 204, 0.38);
  border-radius: 14px;
  background: rgba(0, 133, 204, 0.035);
}

.warehouse-eligible .admin-section-head {
  margin: 0 0 2px;
}

.warehouse-eligible > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.warehouse-eligible strong,
.warehouse-eligible span,
.warehouse-eligible small {
  display: block;
}

.warehouse-eligible span,
.warehouse-eligible small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.warehouse-task-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(12, 12, 12, 0.055);
}

.warehouse-task-card > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 17px 13px;
  border-top: 5px solid var(--warehouse-blue);
  background: linear-gradient(105deg, rgba(0, 133, 204, 0.06), #fff 42%);
}

.warehouse-task-card h3,
.warehouse-task-card p {
  margin: 0;
}

.warehouse-task-card h3 {
  margin-top: 3px;
  font-size: 18px;
  letter-spacing: -0.035em;
}

.warehouse-task-card header p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.warehouse-task-status {
  display: grid;
  justify-items: end;
  gap: 5px;
  text-align: right;
}

.warehouse-task-status small {
  color: var(--muted);
  font-size: 9px;
}

.warehouse-progress {
  padding: 0 17px 13px;
}

.warehouse-progress > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 9px;
}

.warehouse-progress > div strong {
  color: var(--black);
}

.warehouse-progress > i {
  display: block;
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: #edf1f3;
}

.warehouse-progress > i > b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--warehouse-blue), #15a9ec);
  transition: width 180ms ease;
}

.warehouse-last-scan {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 0 17px 12px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #eef8fd;
  color: #075f8b;
  font-size: 9px;
}

.warehouse-last-scan.is-error {
  background: #fff1f0;
  color: #9c201a;
}

.warehouse-last-scan strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.warehouse-last-scan small {
  color: inherit;
  opacity: 0.72;
}

.warehouse-lines {
  margin: 0 17px 13px;
  border-radius: 10px;
  box-shadow: none;
}

.warehouse-lines .admin-table {
  min-width: 530px;
}

.warehouse-lines tr.is-complete td {
  background: rgba(0, 133, 204, 0.035);
}

.warehouse-lines tr.is-complete td:last-child b {
  color: #087b4e;
}

.warehouse-scan-form,
.warehouse-pack-form {
  display: grid;
  align-items: end;
  gap: 9px;
  margin: 0 17px 14px;
  padding: 13px;
  border-radius: 11px;
  background: #0c0c0c;
  color: #fff;
}

.warehouse-scan-form {
  grid-template-columns: minmax(0, 1fr) 88px auto;
}

.warehouse-pack-form {
  grid-template-columns: repeat(5, minmax(78px, 1fr)) auto;
}

.warehouse-scan-form label,
.warehouse-pack-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 700;
}

.warehouse-scan-form input,
.warehouse-pack-form input {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  outline: 0;
  background: rgba(255,255,255,.095);
  color: #fff;
  font: inherit;
  font-size: 11px;
}

.warehouse-scan-form input:focus,
.warehouse-pack-form input:focus {
  border-color: #57c8ff;
  box-shadow: 0 0 0 3px rgba(0, 133, 204, .26);
}

.warehouse-scan-form .button,
.warehouse-pack-form .button {
  min-height: 38px;
}

.warehouse-exception {
  margin: 0 17px 14px;
  padding: 12px;
  border: 1px solid rgba(179, 38, 30, 0.25);
  border-radius: 10px;
  background: #fff5f4;
  color: #8f201b;
}

.warehouse-exception strong,
.warehouse-exception p,
.warehouse-exception small {
  display: block;
  margin: 0;
}

.warehouse-exception p,
.warehouse-exception small {
  margin-top: 4px;
  font-size: 9px;
  line-height: 1.45;
}

.warehouse-package-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  margin: 0 17px 14px;
  padding: 11px 12px;
  border: 1px solid rgba(0, 133, 204, 0.18);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(216, 184, 143, .23), rgba(0,133,204,.045));
}

.warehouse-package-summary span,
.warehouse-package-summary small {
  color: var(--muted);
  font-size: 9px;
}

.warehouse-task-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 13px 17px 16px;
  border-top: 1px solid var(--line);
  background: #fafbfb;
}

.warehouse-task-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  color: var(--muted);
  font-size: 9px;
}

.warehouse-task-meta b {
  color: var(--black);
}

.admin-warehouse-stocks .admin-table-card {
  box-shadow: none;
}

.admin-warehouse-stocks .admin-table {
  min-width: 410px;
}

.admin-warehouse-stocks tr.is-low-stock td:last-child strong {
  color: #b3261e;
}

.admin-warehouse-movements {
  margin-top: 22px;
}

.admin-warehouse-movements .admin-timeline {
  max-height: 520px;
  overflow: auto;
}

@media (max-width: 1180px) {
  .admin-warehouse-config {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-warehouse-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .warehouse-pack-form {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
}

@media (max-width: 720px) {
  .admin-warehouse-config {
    grid-template-columns: 1fr;
  }

  .warehouse-task-card > header,
  .warehouse-task-card > footer,
  .warehouse-eligible > article {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .warehouse-task-status {
    justify-items: start;
    text-align: left;
  }

  .warehouse-last-scan,
  .warehouse-package-summary {
    grid-template-columns: 1fr;
  }

  .warehouse-scan-form,
  .warehouse-pack-form {
    grid-template-columns: 1fr;
  }

  .warehouse-scan-form .button,
  .warehouse-pack-form .button,
  .warehouse-task-card .admin-commerce-actions,
  .warehouse-task-card .admin-commerce-actions .button {
    width: 100%;
  }

  .warehouse-task-card .admin-commerce-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .warehouse-task-card > footer {
    display: grid;
  }
}

/* v0.9: реальные фотографии из исходных карточек Ozon */
.product-visual--photo {
  background: #fff;
}

.product-visual--photo::before {
  display: none;
}

.product-visual--photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 26px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.product-visual__photo-brand {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 5px 8px;
  overflow: hidden;
  border: 1px solid rgba(12, 12, 12, 0.08);
  border-radius: 999px;
  color: #344054;
  background: rgba(255, 255, 255, 0.92);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-visual--large.product-visual--photo img {
  padding: 42px;
}

.product-visual--large .product-visual__photo-brand {
  right: 18px;
  bottom: 18px;
  padding: 7px 11px;
  font-size: 11px;
}

.product-visual--mini.product-visual--photo img {
  padding: 8px;
}


/* v0.9 — позиции с незаполненной себестоимостью */
.product-card__price--pending { font-size: 1rem; line-height: 1.15; color: #9a3412; }
.price-request-notice { display: grid; gap: .7rem; padding: 1rem; border: 1px solid #fdba74; background: #fff7ed; border-radius: 16px; }
.price-request-notice strong { font-size: 1.25rem; color: #9a3412; }
.price-request-notice p { margin: 0; color: #7c2d12; }

/* v0.10 — SEO content, internal linking and content operations */
.page-header__intro {
  max-width: 780px;
  display: grid;
  gap: 10px;
}
.page-header__intro p { margin: 0; }
.seo-copy--expanded {
  margin-top: 42px;
  padding: 32px;
  border: 1px solid var(--border, #dedede);
  border-radius: 24px;
  background: #fff;
}
.seo-copy--expanded p { max-width: 920px; }
.seo-copy__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.seo-copy__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #d9e7ee;
  border-radius: 999px;
  background: #f7fbfd;
  color: #006ea9;
  font-weight: 700;
  text-decoration: none;
}
.seo-guidance {
  margin-top: 44px;
  padding: 32px;
  border-radius: 24px;
  background: #0c0c0c;
  color: #fff;
}
.seo-guidance > h2 { margin: 0 0 22px; color: #fff; }
.seo-guidance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.seo-guidance__grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  min-height: 156px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}
.seo-guidance__grid article > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.seo-guidance__grid h3 { margin: 0 0 8px; color: #fff; font-size: 18px; }
.seo-guidance__grid p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; }
.seo-faq {
  margin-top: 44px;
  padding: 32px;
  border-radius: 24px;
  background: #f4f7f8;
}
.seo-faq h2 { margin: 0 0 18px; }
.seo-faq__list { display: grid; gap: 10px; }
.seo-faq details {
  border: 1px solid #dce4e8;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.seo-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 48px 18px 20px;
  position: relative;
  font-weight: 800;
}
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0085cc;
  font-size: 24px;
}
.seo-faq details[open] summary::after { content: '−'; }
.seo-faq details p { margin: 0; padding: 0 20px 20px; max-width: 900px; color: #4f5b61; line-height: 1.6; }
.category-brand-links {
  margin: 20px 0 30px;
  padding: 20px 22px;
  border: 1px solid #e2e7e9;
  border-radius: 20px;
  background: #fff;
}
.category-brand-links h2 { margin: 0 0 14px; font-size: 18px; }
.category-brand-links > div { display: flex; flex-wrap: wrap; gap: 10px; }
.category-brand-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 12px;
  background: #f1f7fa;
  color: #0c0c0c;
  text-decoration: none;
}
.category-brand-links a:hover { background: #e4f3fa; color: #006ea9; }
.category-brand-links a span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  color: #0085cc;
  font-size: 12px;
  font-weight: 800;
}
.category-brand-links--brand { margin-top: 28px; }
.product-internal-links { border-top: 1px solid #e3e7e9; }
.product-section .seo-guidance,
.product-section .seo-faq { margin-top: 0; }

.admin-content-intro,
.admin-media-intro {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 22px;
  padding: 24px;
  border-radius: 20px;
  background: #f3f7f9;
}
.admin-content-issues {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}
.admin-content-issues article {
  padding: 16px;
  border: 1px solid #dfe7eb;
  border-radius: 16px;
  background: #fff;
}
.admin-content-issues strong { display: block; margin-bottom: 4px; }
.admin-content-issues span { color: #0085cc; font-weight: 800; }
.admin-content-score {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 36px;
  padding: 0 10px;
  border-radius: 10px;
  background: #eef4f6;
  font-weight: 900;
}
.admin-content-score.is-ready { background: #e8f7ee; color: #177a43; }
.admin-media-status { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }
.admin-media-status::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: #a9b3b8; }
.admin-media-status--cached::before { background: #21a55b; }
.admin-media-status--verified::before { background: #087fb5; box-shadow: 0 0 0 3px rgba(8, 127, 181, .12); }
.admin-media-status--sourced::before { background: #2f8f7b; box-shadow: 0 0 0 3px rgba(47, 143, 123, .12); }
.admin-media-status--failed::before { background: #df3f3f; }
.admin-media-status--remote::before { background: #e8a11c; }
.admin-media-status--research::before { background: #7e69b8; }
.admin-row-actions { display: flex; flex-wrap: wrap; gap: 8px; min-width: 230px; }

@media (max-width: 900px) {
  .seo-guidance__grid { grid-template-columns: 1fr; }
  .admin-content-issues { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .seo-copy--expanded,
  .seo-guidance,
  .seo-faq { padding: 22px 18px; border-radius: 18px; }
  .seo-guidance__grid article { min-height: 0; }
  .category-brand-links { padding: 16px; }
  .category-brand-links a { width: 100%; justify-content: space-between; }
  .admin-content-intro,
  .admin-media-intro { flex-direction: column; }
  .admin-content-issues { grid-template-columns: 1fr; }
}

.article-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.article-directory article {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 26px;
  border: 1px solid #dfe6e9;
  border-radius: 22px;
  background: #fff;
}
.article-directory h2 { margin: 12px 0 10px; font-size: clamp(22px, 3vw, 32px); line-height: 1.08; }
.article-directory h2 a { color: #0c0c0c; text-decoration: none; }
.article-directory h2 a:hover { color: #0085cc; }
.article-directory p { margin: 0; color: #566269; line-height: 1.6; }
.article-directory footer { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.article-directory footer time { color: var(--muted-contrast); font-size: 13px; }
.article-directory footer a { color: #0085cc; font-weight: 800; text-decoration: none; }
.article-page__layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 44px; align-items: start; }
.article-page__content section { margin-bottom: 38px; }
.article-page__content h2 { margin: 0 0 14px; font-size: clamp(24px, 3vw, 36px); }
.article-page__content p { max-width: 820px; color: #3f4a50; font-size: 17px; line-height: 1.75; }
.article-page__aside { position: sticky; top: 120px; display: grid; gap: 14px; }
.article-page__aside > div { display: grid; gap: 12px; padding: 20px; border: 1px solid #dfe6e9; border-radius: 18px; background: #fff; }
.article-page__aside a:not(.button) { color: #006ea9; font-weight: 700; text-decoration: none; }
.article-related { margin-top: 48px; padding-top: 34px; border-top: 1px solid #dfe6e9; }
.article-related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.article-related a { display: grid; gap: 8px; padding: 20px; border-radius: 16px; background: #f3f7f9; color: #0c0c0c; text-decoration: none; }
.article-related a span { color: #0085cc; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 900px) {
  .article-page__layout { grid-template-columns: 1fr; }
  .article-page__aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .article-directory { grid-template-columns: 1fr; }
  .article-directory article { min-height: 0; padding: 20px; }
  .article-page__aside { grid-template-columns: 1fr; }
  .article-related > div { grid-template-columns: 1fr; }
}


/* Supplier catalogue v0.11 */
.product-media-research { display:grid; gap:8px; margin-top:12px; padding:14px; border:1px solid #c8dce8; border-radius:12px; background:#f3f9fc; font-size:12px; }
.product-media-research a { color:#0076b6; font-weight:800; text-decoration:none; }
.product-media-research a:hover { text-decoration:underline; }
.product-media-research small { color:#5d6a73; line-height:1.5; }
.supplier-number-warning { margin:16px 0 10px; }
.review-label { color:#9a5a00; font-weight:800; }

/* v0.12 — server-side catalog scale */
.filter-scroll{max-height:360px;overflow:auto;padding-right:6px;scrollbar-width:thin}
.filter-empty{margin:0;color:var(--muted);font-size:14px}
.filter-panel__actions{display:grid;gap:10px;margin-top:18px}
.listing-toolbar__count{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}
.listing-toolbar__count small{display:block;width:100%;font-size:12px;color:var(--muted);font-weight:500}
.listing-main--brand{min-width:0}
.catalog-pagination{display:grid;grid-template-columns:minmax(110px,1fr) auto minmax(110px,1fr);align-items:center;gap:16px;margin:34px 0 8px;padding-top:22px;border-top:1px solid var(--line)}
.catalog-pagination>div{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}
.catalog-pagination a,.catalog-pagination span{min-width:38px;height:38px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:14px;font-weight:700;text-decoration:none}
.catalog-pagination a:hover{border-color:var(--blue);color:var(--blue)}
.catalog-pagination .active{background:var(--blue-dark);border-color:var(--blue-dark);color:#fff}
.catalog-pagination__prev{justify-self:start}
.catalog-pagination__next{justify-self:end}
.catalog-pagination__disabled{opacity:.42;justify-self:start}
.catalog-pagination>span.catalog-pagination__disabled:last-child{justify-self:end}
.catalog-pagination .catalog-pagination__ellipsis{min-width:24px;border:0;background:transparent;padding:0}
@media(max-width:760px){
  .catalog-pagination{grid-template-columns:1fr 1fr;gap:12px}
  .catalog-pagination>div{grid-column:1/-1;grid-row:1}
  .catalog-pagination__prev,.catalog-pagination__disabled{grid-column:1;grid-row:2}
  .catalog-pagination__next,.catalog-pagination>span.catalog-pagination__disabled:last-child{grid-column:2;grid-row:2}
  .filter-scroll{max-height:280px}
}

/* v0.13 — parts pricing */
.pricing-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.pricing-page__header>div{max-width:850px}
.pricing-tool{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(260px,.65fr);gap:22px;align-items:start;margin:24px 0 34px}
.pricing-tool__input,.pricing-tool__summary,.pricing-results,.pricing-api-note{border:1px solid var(--line);border-radius:22px;background:#fff}
.pricing-tool__input{padding:24px}
.pricing-tool__input textarea{width:100%;min-height:250px;margin:16px 0 14px;padding:17px 18px;border:1px solid #cbd7dc;border-radius:15px;background:#fbfcfc;color:var(--ink);font:600 15px/1.6 var(--font-main);resize:vertical}
.pricing-tool__input textarea:focus{outline:3px solid rgba(0,133,204,.13);border-color:var(--blue)}
.pricing-tool__options{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:13px}
.pricing-tool__options label{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-weight:700}
.pricing-tool__options input{width:18px;height:18px;accent-color:var(--blue)}
.pricing-tool__summary{position:sticky;top:112px;padding:24px;background:#0c0c0c;color:#fff}
.pricing-tool__summary h2{margin:0 0 18px}
.pricing-tool__summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 18px}
.pricing-tool__summary dl div{padding:14px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.06)}
.pricing-tool__summary dt{color:rgba(255,255,255,.65);font-size:12px}
.pricing-tool__summary dd{margin:4px 0 0;color:#fff;font-size:28px;font-weight:900}
.pricing-tool__summary p{margin:0;color:rgba(255,255,255,.66);font-size:13px;line-height:1.6}
.pricing-results{padding:24px;margin-bottom:34px}
.pricing-results__list{display:grid;gap:16px;margin-top:20px}
.pricing-card{overflow:hidden;border:1px solid #dce5e8;border-radius:18px;background:#fff}
.pricing-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:19px 20px;border-bottom:1px solid #e4eaed;background:#f7f9fa}
.pricing-card__header h3{margin:4px 0 5px;font-size:21px;line-height:1.15}
.pricing-card__header p{margin:0;color:var(--muted);font-size:13px}
.pricing-card__line{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.pricing-card__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,260px);gap:20px;align-items:stretch;padding:20px}
.pricing-card__identity{display:grid;align-content:start;gap:8px}
.pricing-card__identity>p{margin:0;color:var(--muted);font-size:14px}
.pricing-card__product{display:grid;gap:4px;color:var(--ink);font-weight:850;text-decoration:none}
.pricing-card__product:hover span{color:var(--blue)}
.pricing-card__product small{color:var(--muted);font-weight:500}
.pricing-card__product--empty{color:#7a858b}
.pricing-card__provider-warning{display:block;margin-top:6px;color:#9a5a00}
.pricing-card__best{display:grid;grid-template-columns:1fr auto;gap:3px 12px;padding:15px 16px;border-radius:15px;background:#eaf6fc}
.pricing-card__best>span{grid-column:1/-1;color:#006ea9;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.pricing-card__best strong,.pricing-card__best b{font-size:22px;line-height:1.1}
.pricing-card__best small{align-self:end;color:var(--muted);font-size:11px}
.pricing-card__offers{padding:0 20px 20px}
.pricing-card__offer-group{display:grid;gap:8px}
.pricing-card__offer-group h4{margin:0 0 4px;font-size:14px}
.pricing-offer{display:grid;grid-template-columns:minmax(150px,1fr) minmax(230px,1.3fr) minmax(190px,.7fr);gap:14px;align-items:center;padding:13px 14px;border:1px solid #dfe7ea;border-radius:13px;background:#fff}
.pricing-offer--best{border-color:#82c8ec;box-shadow:0 0 0 2px rgba(0,133,204,.08);background:#fbfeff}
.pricing-offer__provider{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.pricing-offer__provider strong{font-size:14px}
.pricing-offer__analog,.pricing-offer__restriction{padding:4px 7px;border-radius:999px;background:#eef4f6;color:#566269;font-size:10px;font-weight:850;text-transform:uppercase}
.pricing-offer__analog{background:#edf7fd;color:#006ea9}
.pricing-offer__restriction{background:#fff1df;color:#945300}
.pricing-offer__terms{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:12px}
.pricing-offer__stock{font-weight:850}
.pricing-offer__stock--ok{color:#177a43}
.pricing-offer__stock--partial{color:#a36100}
.pricing-offer__price{display:grid;grid-template-columns:auto 1fr;gap:1px 7px;justify-self:end;min-width:180px;text-align:right}
.pricing-offer__price strong{font-size:17px}
.pricing-offer__price b{font-size:15px}
.pricing-offer__price small{align-self:end;color:var(--muted);font-size:10px}
.pricing-card__analogs{margin-top:10px;border-top:1px solid #e5eaed;padding-top:11px}
.pricing-card__analogs summary{cursor:pointer;color:#006ea9;font-size:13px;font-weight:850}
.pricing-card__analogs[open] summary{margin-bottom:10px}
.pricing-card__empty{display:grid;gap:5px;margin:0 20px 20px;padding:15px;border:1px dashed #d5dfe3;border-radius:14px;background:#fafcfc}
.pricing-card__empty span{color:var(--muted);font-size:13px}
.pricing-api-note{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:40px;margin:34px 0;padding:30px;background:linear-gradient(135deg,#0085cc,#006da7);color:#fff}
.pricing-api-note h2{margin:8px 0 10px;color:#fff}
.pricing-api-note p{margin:0;color:rgba(255,255,255,.8);line-height:1.65}
.pricing-api-note ul{margin:0;padding:0;display:grid;gap:10px;list-style:none}
.pricing-api-note li{position:relative;padding-left:22px;color:rgba(255,255,255,.9)}
.pricing-api-note li::before{content:'✓';position:absolute;left:0;color:#fff;font-weight:900}
@media(max-width:980px){
  .pricing-tool{grid-template-columns:1fr}
  .pricing-tool__summary{position:static}
  .pricing-offer{grid-template-columns:1fr 1fr}
  .pricing-offer__price{grid-column:2;grid-row:1/3}
}
@media(max-width:700px){
  .pricing-page__header{align-items:flex-start;flex-direction:column}
  .pricing-tool__input,.pricing-tool__summary,.pricing-results,.pricing-api-note{border-radius:18px;padding:18px}
  .pricing-tool__summary dl{grid-template-columns:repeat(4,minmax(0,1fr))}
  .pricing-tool__summary dd{font-size:22px}
  .pricing-card__header{padding:16px;flex-direction:column}
  .pricing-card__body{grid-template-columns:1fr;padding:16px}
  .pricing-card__offers{padding:0 16px 16px}
  .pricing-offer{grid-template-columns:1fr;gap:8px}
  .pricing-offer__price{grid-column:auto;grid-row:auto;justify-self:start;text-align:left}
  .pricing-api-note{grid-template-columns:1fr;gap:22px}
}
@media(max-width:470px){
  .pricing-tool__summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pricing-card__best{grid-template-columns:1fr auto}
}
.admin-pricing-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:20px;margin:20px 0}
.admin-pricing textarea{width:100%;margin-top:10px;padding:15px;border:1px solid #cbd7dc;border-radius:13px;font:600 14px/1.55 var(--font-main);resize:vertical}
.admin-pricing-offers{display:grid;gap:7px;min-width:210px}
.admin-pricing-offer{display:grid;gap:2px;padding:8px 10px;border:1px solid #dfe7ea;border-radius:9px;background:#f8fafb}
.admin-pricing-offer span{color:var(--muted);font-size:11px}
@media(max-width:900px){.admin-pricing-layout{grid-template-columns:1fr}}
.vehicle-directory {
  border-top: 1px solid var(--line, #dfe5ea);
}

.vehicle-directory .section-heading > div {
  display: grid;
  gap: 8px;
}

.vehicle-directory .section-heading h2,
.vehicle-directory .section-heading p {
  margin: 0;
}

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

.vehicle-directory__search {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: -4px 0 22px;
  padding: 18px 20px;
  border: 1px solid var(--line, #dfe5ea);
  border-radius: 16px;
  background: #f8fafb;
}

.vehicle-directory__search label {
  display: grid;
  flex: 1;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vehicle-directory__search input {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid #cbd7dc;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: 600 15px/1.2 var(--font-main);
  letter-spacing: 0;
  text-transform: none;
}

.vehicle-directory__search input:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(0, 133, 204, .12);
}

.vehicle-directory__search p {
  min-width: 150px;
  margin: 0 0 13px;
  color: var(--muted);
  text-align: right;
}

.vehicle-directory__empty {
  margin-top: 18px;
  padding: 28px;
  border: 1px dashed #b9c9d1;
  border-radius: 16px;
  text-align: center;
}

.vehicle-directory__empty p {
  margin: 8px auto 12px;
  color: var(--muted);
}

.vehicle-directory__empty a {
  color: var(--blue);
  font-weight: 800;
}

.vehicle-make-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line, #dfe5ea);
  border-radius: 16px;
  background: #fff;
}

.vehicle-make-card h2 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.2;
}

.vehicle-make-card > div {
  display: grid;
  gap: 8px;
}

.vehicle-make-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 10px 0;
  border-top: 1px solid #edf1f4;
  color: inherit;
  text-decoration: none;
}

.vehicle-make-card a span {
  display: grid;
  gap: 3px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.vehicle-make-card a strong {
  font: inherit;
  font-weight: 700;
}

.vehicle-make-card a small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.vehicle-make-card a b {
  min-width: 34px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef7fc;
  color: #0076b7;
  font-size: 12px;
  text-align: center;
}

.page-header--vehicle {
  align-items: end;
}

.vehicle-fitment-notice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid #f0d89b;
  border-radius: 14px;
  background: #fff9e9;
}

.vehicle-fitment-notice p {
  margin: 0;
}

.vehicle-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
  margin: 16px 0 0;
}

.vehicle-facts div {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--line, #dfe5ea);
  border-radius: 12px;
  background: var(--surface-soft, #f7f8f8);
}

.vehicle-facts dt {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vehicle-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

/* Catalog cohesion pass: stable card rhythm and readable labels. */
h1,
h2,
h3 {
  text-wrap: balance;
}

.page-header h1 {
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 1.03;
}

.hero.hero--brandbook h1 {
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  line-height: 1;
}

.hero__watermark,
.setra-pack__article {
  font-stretch: normal;
  letter-spacing: -0.035em;
  line-height: 0.92;
}

.header-action--vehicle {
  max-width: 158px;
}

.header-action--vehicle span:last-child {
  max-width: 132px;
}

.product-card__body {
  min-height: 292px;
}

.product-card__brand {
  min-height: 1.4em;
  overflow-wrap: anywhere;
}

.product-card__title {
  min-height: 3.9em;
  overflow-wrap: anywhere;
  font-weight: 750;
}

.product-card__article,
.fitment-mini,
.product-card__delivery {
  overflow-wrap: anywhere;
}

.fitment-mini {
  display: flex;
  min-height: 38px;
  align-items: center;
  font-size: 12px;
  line-height: 1.35;
}

.product-card__brand,
.product-card__article,
.product-card__delivery {
  font-size: 12px;
  line-height: 1.4;
}

.stock-badge,
.own-badge,
.product-visual__brand,
.product-visual__article {
  font-size: 10px;
}

.vehicle-make-card a {
  min-height: 44px;
  line-height: 1.35;
}

.vehicle-make-card,
.product-card,
.filter-panel {
  box-shadow: 0 1px 2px rgba(12, 12, 12, 0.04);
}

@media (max-width: 980px) {
  .vehicle-directory__makes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile cohesion pass: show product identity and its verified photo first. */
.product-hero > *,
.product-card > *,
.site-header__inner > * {
  min-width: 0;
}

.setra-pack__type {
  overflow-wrap: anywhere;
}

.cart-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 720px) {
  .demo-notice__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding-block: 8px;
    line-height: 1.35;
  }

  .demo-notice__inner span {
    min-width: 0;
    font-size: 11px;
  }

  .product-hero {
    gap: 26px;
    padding: 10px 0 36px;
  }

  .product-buybox {
    order: 2;
  }

  .product-gallery {
    order: 1;
  }

  .product-buybox h1,
  .product-buybox h1.product-title--long {
    max-width: none;
    margin-block: 8px 10px;
    font-size: clamp(1.55rem, 7.6vw, 2rem);
    line-height: 1.1;
  }

  .fitment-card {
    margin-block: 16px;
  }

  .product-visual--large,
  .product-visual--large.product-visual--setra-pack {
    min-height: 270px;
  }

  .product-visual--large::before {
    width: 180px;
    height: 180px;
  }

  .product-visual--large .product-visual__shape {
    transform: scale(1.15);
  }

  .product-visual--large.product-visual--panel .product-visual__shape {
    transform: scale(1.1) perspective(500px) rotateX(10deg) rotateZ(-4deg);
  }

  .product-visual--large.product-visual--kit .product-visual__shape {
    transform: scale(1.1) rotate(-3deg);
  }

  .product-visual--large .setra-pack {
    width: min(88%, 340px);
  }

  .product-visual--large .setra-pack__brand {
    min-height: 56px;
    padding: 10px 12px;
  }

  .product-visual--large .setra-pack__brand img {
    width: 132px;
  }

  .product-visual--large .setra-pack__body {
    min-height: 158px;
    padding: 16px 14px;
  }

  .product-visual--large .setra-pack__article {
    right: 12px;
    bottom: 22px;
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .product-card__body {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .product-card__body {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .vehicle-directory__search {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }

  .vehicle-directory__search p {
    margin: 0;
    text-align: left;
  }

  .vehicle-directory__makes {
    grid-template-columns: 1fr;
  }

  .vehicle-make-card {
    padding: 18px;
  }

  .vehicle-fitment-notice {
    grid-template-columns: 1fr;
  }

  .vehicle-facts {
    grid-template-columns: 1fr;
  }

  .page-header h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .product-card__body {
    min-height: 260px;
  }

  .product-card__title {
    min-height: 0;
  }

  .mobile-bottom-nav a {
    font-size: 10px;
    line-height: 1.2;
  }

  .fitment-mini,
  .product-card__brand,
  .product-card__article,
  .product-card__delivery {
    font-size: 11px;
  }
}

/* Product card cohesion: compact purchase controls and remove visual noise. */
.product-hero {
  gap: 36px;
}

.product-gallery {
  align-self: start;
}

.product-visual--large {
  height: 460px;
  min-height: 460px;
}

.product-buybox h1 {
  margin-block: 8px 10px;
}

.product-buybox h1.product-title--long {
  font-size: clamp(1.55rem, 2.35vw, 2rem);
  line-height: 1.12;
}

.product-buybox .fitment-card {
  margin-block: 16px;
  padding: 14px;
}

.product-gallery > p {
  max-width: 72ch;
  margin-inline: auto;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .product-visual--large {
    height: 420px;
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .product-hero {
    gap: 18px;
  }

  .product-visual--large,
  .product-visual--large.product-visual--setra-pack {
    height: 240px;
    min-height: 240px;
  }

  .product-visual--large.product-visual--photo img {
    padding: 20px;
  }

  .product-gallery > p {
    margin-top: 8px;
    padding-inline: 6px;
    text-align: left;
  }

  .product-gallery__thumbs {
    justify-content: flex-start;
  }

  .product-gallery__thumbs button {
    width: 58px;
    height: 58px;
  }

  .product-buybox .fitment-card {
    margin-block: 14px;
  }
}

/* Canonical product card: source offers stay separate below one product. */
.product-offers__table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

.product-offers__head,
.product-offers__row {
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) minmax(140px, 0.8fr) minmax(110px, 0.6fr) minmax(130px, 0.7fr);
  gap: 18px;
  align-items: center;
  padding: 14px 18px;
}

.product-offers__head {
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-offers__row + .product-offers__row {
  border-top: 1px solid var(--line);
}

.product-offers__row > span {
  min-width: 0;
}

.product-offers__row > span:first-child,
.product-offers__row > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.product-offers__row small {
  color: var(--muted);
}

.product-offers__row > span:last-child {
  text-align: right;
  font-size: 18px;
}

.offer-status--available {
  color: var(--green);
}

.offer-status--review,
.offer-status--out {
  color: var(--muted);
}

.product-offers__note {
  max-width: 82ch;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .product-offers__head {
    display: none;
  }

  .product-offers__row {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    padding: 16px;
  }

  .product-offers__row > span::before {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .product-offers__row > span:nth-child(1)::before {
    content: "Источник";
  }

  .product-offers__row > span:nth-child(2)::before {
    content: "Наличие";
  }

  .product-offers__row > span:nth-child(3)::before {
    content: "Обновлено";
  }

  .product-offers__row > span:nth-child(4)::before {
    content: "Цена";
  }

  .product-offers__row > span:last-child {
    text-align: left;
  }
}

.assistant-page {
  max-width: 1080px;
}

.assistant-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: end;
  margin: 24px 0 28px;
}

.assistant-hero h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  font-family: var(--font-accent);
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.assistant-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.assistant-guardrails {
  display: grid;
  gap: 9px;
  padding: 22px;
  border-radius: var(--radius);
  color: white;
  background: var(--ink);
}

.assistant-guardrails strong {
  margin-bottom: 3px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.assistant-guardrails span::before {
  content: "✓";
  margin-right: 8px;
  color: var(--blue);
  font-weight: 800;
}

.assistant-shell {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.assistant-messages {
  display: grid;
  gap: 18px;
  min-height: 360px;
  max-height: 650px;
  overflow-y: auto;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(0, 133, 204, 0.05), transparent 42%),
    var(--surface-soft);
}

.assistant-message {
  display: flex;
  gap: 12px;
  width: min(92%, 760px);
}

.assistant-message > div:last-child {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 4px 16px 16px;
  background: white;
  box-shadow: var(--shadow-sm);
}

.assistant-message strong {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.assistant-message p {
  margin: 6px 0 0;
  line-height: 1.55;
}

.assistant-message--user {
  justify-self: end;
  justify-content: flex-end;
}

.assistant-message--user > div:last-child {
  color: white;
  border-color: var(--ink);
  border-radius: 16px 4px 16px 16px;
  background: var(--ink);
}

.assistant-message__mark {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--blue);
  font-weight: 900;
}

.assistant-products {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.assistant-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
  background: var(--surface-soft);
}

.assistant-product:hover {
  border-color: var(--blue);
}

.assistant-product span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.assistant-product span:last-child {
  text-align: right;
}

.assistant-product small,
.assistant-notice {
  color: var(--muted);
}

.assistant-fitment--verified {
  color: var(--green) !important;
}

.assistant-fitment--rejected {
  color: var(--red) !important;
}

.assistant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.assistant-notice {
  display: block;
  margin-top: 12px;
  line-height: 1.45;
}

.assistant-form {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  background: white;
}

.assistant-form label {
  display: grid;
  gap: 7px;
}

.assistant-form label > span:not(.visually-hidden) {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.assistant-form select,
.assistant-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--ink);
  background: white;
  font: inherit;
}

.assistant-form textarea {
  min-height: 74px;
  resize: vertical;
}

.assistant-form select:focus,
.assistant-form textarea:focus {
  outline: 3px solid rgba(0, 133, 204, 0.16);
  border-color: var(--blue);
}

.assistant-form .button {
  min-height: 50px;
}

.assistant-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0 20px 16px;
}

.assistant-examples span {
  color: var(--muted);
  font-size: 13px;
}

.assistant-examples button {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--surface-soft);
  cursor: pointer;
}

.assistant-privacy {
  margin: 0;
  padding: 13px 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--surface-tint);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .assistant-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .assistant-hero h1 {
    font-size: clamp(44px, 15vw, 64px);
  }

  .assistant-messages {
    min-height: 320px;
    max-height: 58vh;
    padding: 16px;
  }

  .assistant-message {
    width: 100%;
  }

  .assistant-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .assistant-form .button {
    width: 100%;
  }

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

  .assistant-product span:last-child {
    text-align: left;
  }
}
