:root {
  --bg: #f7f9f2;
  --bg-deep: #eef4ec;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --text: #101914;
  --muted: #68746c;
  --line: rgba(16, 25, 20, 0.12);
  --primary: #167a43;
  --primary-strong: #0f5f32;
  --accent: #15858b;
  --accent-soft: #e6f2e3;
  --shadow: 0 14px 34px rgba(16, 25, 20, 0.08);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, #fafbf5 0%, #f1f7ec 42%, #f7f9f2 100%);
}

.noise {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(12, 30, 20, 0.04) 0.5px, transparent 0.5px);
  background-size: 2px 2px;
  pointer-events: none;
  z-index: -3;
}

.shape {
  position: fixed;
  border-radius: 999px;
  filter: blur(20px);
  pointer-events: none;
  z-index: -2;
}

.shape-a {
  width: 340px;
  height: 340px;
  left: -120px;
  top: 16%;
  background: rgba(22, 122, 67, 0.1);
}

.shape-b {
  width: 300px;
  height: 300px;
  right: -90px;
  top: 38%;
  background: rgba(15, 47, 69, 0.16);
}

main,
.site-header,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  margin-top: 18px;
  position: sticky;
  top: 10px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 154px;
  color: #12221d;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.brand img {
  display: block;
  width: 156px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.brand:hover {
  background: rgba(22, 122, 67, 0.1);
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--text);
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  padding: 10px 12px;
  transition: all 0.2s ease;
}

.main-nav a:hover {
  color: var(--text);
  background: rgba(15, 47, 69, 0.08);
}

.main-nav .cta-link {
  color: #052412;
  color: #ffffff;
  background: var(--primary);
}

main {
  padding-bottom: 10px;
}

section {
  margin-top: 64px;
}

.hero {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.hero-copy,
.hero-card,
.trust article,
.solutions-grid article,
.process-grid article,
.cases-grid article,
.faq-item,
.request form {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
}

.hero-kicker,
.section-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(22, 122, 67, 0.2);
  background: rgba(22, 122, 67, 0.08);
  color: var(--primary);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero h1 {
  margin: 16px 0 14px;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-sub {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 19px;
  max-width: 56ch;
}

body.catalog-page {
  background: #f4f6f8;
}

.catalog-page .noise,
.catalog-page .shape {
  display: none;
}

.catalog-page main,
.catalog-page .site-header,
.catalog-page .site-footer {
  width: min(1440px, calc(100% - 32px));
}

.marketplace-shell {
  padding-bottom: 12px;
}

.breadcrumbs {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid rgba(25, 36, 55, 0.08);
  border-radius: 8px;
  background: #ffffff;
  padding: 10px 12px;
  color: #6c7a75;
  font-size: 13px;
  font-weight: 800;
}

.breadcrumbs a,
.seo-link-strip a {
  color: #1b5a73;
  text-decoration: none;
}

.breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: #9aa7a3;
}

.source-stats {
  grid-column: 1 / -1;
}

.catalog-summary-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.4fr);
  gap: 14px;
  border: 1px solid rgba(25, 36, 55, 0.09);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(25, 36, 55, 0.06);
  padding: 16px;
}

.catalog-summary-copy {
  display: grid;
  align-content: center;
  gap: 8px;
}

.catalog-summary-copy span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-summary-copy strong {
  color: #14231e;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.catalog-summary-copy p {
  margin: 0;
  color: #596963;
  font-size: 14px;
  line-height: 1.45;
}

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

.summary-metrics button {
  min-width: 0;
  border: 1px solid rgba(25, 36, 55, 0.1);
  border-radius: 8px;
  background: #f8faf8;
  padding: 12px;
  text-align: left;
  cursor: pointer;
}

.summary-metrics button.is-active {
  border-color: rgba(22, 122, 67, 0.56);
  background: rgba(22, 122, 67, 0.08);
}

.summary-metrics strong,
.summary-metrics span,
.summary-metrics small {
  display: block;
  min-width: 0;
}

.summary-metrics strong {
  color: var(--primary);
  font-size: 24px;
  line-height: 1;
}

.summary-metrics span {
  margin-top: 7px;
  color: #15241f;
  font-weight: 900;
  font-size: 13px;
}

.summary-metrics small {
  margin-top: 3px;
  color: #68746c;
  font-size: 12px;
  line-height: 1.25;
}

.category-showcase {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.category-shelf {
  border: 1px solid rgba(25, 36, 55, 0.09);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
  overflow: hidden;
}

.shelf-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.shelf-head h2 {
  margin: 0;
  color: #14231e;
  font-size: 20px;
  line-height: 1.2;
}

.shelf-head p {
  margin: 4px 0 0;
  color: #66756f;
  font-size: 13px;
}

.shelf-head button,
.shelf-product button {
  border: 1px solid rgba(22, 122, 67, 0.2);
  border-radius: 8px;
  background: rgba(22, 122, 67, 0.07);
  color: var(--primary);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 11px;
  white-space: nowrap;
}

.shelf-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(188px, 220px);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
}

.shelf-product {
  min-width: 0;
  border: 1px solid rgba(25, 36, 55, 0.09);
  border-radius: 8px;
  background: #f8faf8;
  overflow: hidden;
  scroll-snap-align: start;
}

.shelf-product a {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.shelf-product img,
.shelf-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #ffffff;
}

.shelf-product img {
  object-fit: contain;
  padding: 12px;
}

.shelf-placeholder {
  display: grid;
  place-items: center;
  color: rgba(22, 122, 67, 0.45);
  font-size: 28px;
  font-weight: 900;
}

.shelf-product span,
.shelf-product strong,
.shelf-product small {
  display: block;
  min-width: 0;
  padding-inline: 10px;
}

.shelf-product span {
  margin-top: 10px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.shelf-product strong {
  margin-top: 5px;
  min-height: 40px;
  color: #15241f;
  font-size: 13px;
  line-height: 1.3;
}

.shelf-product small {
  margin: 8px 0 10px;
  color: #26352f;
  font-size: 13px;
  font-weight: 900;
}

.shelf-product button {
  width: calc(100% - 20px);
  margin: 0 10px 10px;
  padding: 8px 10px;
}

.marketplace-board {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 14px;
  align-items: stretch;
}

.seo-link-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

main > .seo-link-strip {
  margin-top: 12px;
}

.seo-link-strip a {
  border: 1px solid rgba(27, 90, 115, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  padding: 9px 11px;
  color: #244a58;
  font-size: 13px;
  font-weight: 500;
}

.seo-link-strip a:hover {
  border-color: rgba(22, 122, 67, 0.24);
  background: rgba(22, 122, 67, 0.08);
  color: #173b25;
}

.marketplace-intro,
.marketplace-search-card,
.marketplace-sidebar,
.marketplace-content,
.selection-panel {
  border: 1px solid rgba(19, 32, 29, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(25, 36, 55, 0.07);
}

.marketplace-intro {
  padding: 22px;
}

.marketplace-intro h1 {
  margin: 12px 0 10px;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 34px;
  line-height: 1.13;
  letter-spacing: 0;
}

.marketplace-intro p {
  margin: 0;
  max-width: 74ch;
  color: #52605c;
  line-height: 1.55;
}

.marketplace-search-card {
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 14px;
}

.marketplace-search {
  display: grid;
  gap: 8px;
  color: #25352f;
  font-weight: 800;
  font-size: 13px;
}

.marketplace-search input {
  min-height: 56px;
  border-radius: 8px;
  font-size: 16px;
}

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

.marketplace-layout {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 320px;
  gap: 14px;
  align-items: start;
}

.marketplace-sidebar,
.selection-panel {
  position: sticky;
  top: 94px;
  padding: 14px;
}

.filter-block + .filter-block,
.source-card {
  margin-top: 16px;
}

.filter-title {
  margin-bottom: 8px;
  color: #1c2f28;
  font-size: 13px;
  font-weight: 900;
}

.filter-options {
  display: grid;
  gap: 7px;
}

.filter-options button,
.quick-chips button {
  min-height: 38px;
  border: 1px solid rgba(25, 36, 55, 0.12);
  border-radius: 8px;
  background: #f7f9fb;
  color: #2c3c38;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.filter-options button {
  padding: 8px 10px;
}

.filter-options button span {
  float: right;
  color: inherit;
  opacity: 0.7;
  font-size: 12px;
}

.filter-options button.is-active,
.quick-chips button:hover {
  border-color: rgba(22, 122, 67, 0.7);
  background: var(--primary);
  color: #ffffff;
}

.filter-select {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.filter-select select {
  border-radius: 8px;
}

.source-card {
  border-radius: 8px;
  background: #f7f9fb;
  padding: 12px;
}

.source-card strong {
  display: block;
  color: #192b25;
  font-size: 14px;
}

.source-card p {
  margin: 8px 0 10px;
  color: #5f6e69;
  font-size: 13px;
  line-height: 1.45;
}

.source-card a,
.product-links a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.product-links span {
  color: #68746c;
  font-weight: 800;
}

.marketplace-content {
  padding: 14px;
}

.marketplace-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.marketplace-status strong {
  display: block;
  color: #14231e;
  font-size: 18px;
}

.marketplace-status span {
  color: #66756f;
  font-size: 13px;
}

.filter-toggle {
  display: none;
}

.quick-chips {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-chips button {
  min-height: 34px;
  padding: 7px 11px;
}

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

.load-more {
  width: 100%;
  margin-top: 14px;
}

.product-card {
  min-width: 0;
  border: 1px solid rgba(25, 36, 55, 0.1);
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 122, 67, 0.32);
  box-shadow: 0 12px 26px rgba(25, 36, 55, 0.12);
}

.product-media {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  aspect-ratio: 4 / 3;
  background: #f4f7f1;
  overflow: hidden;
}

.product-media::before {
  content: "MS";
  position: absolute;
  inset: auto 12px 12px auto;
  z-index: 0;
  color: rgba(20, 35, 30, 0.12);
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.product-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  background: #ffffff;
}

.product-placeholder {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 20px;
  text-align: center;
  background: #f7f9f2;
}

.product-placeholder span {
  color: #74817d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-placeholder strong {
  color: #172620;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 800;
  line-height: 1.18;
  text-decoration: none;
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-badges span {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #14352a;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 7px;
}

.product-info {
  padding: 12px;
  flex: 1;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-meta span {
  border-radius: 7px;
  background: #eef4ec;
  color: #356147;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 7px;
}

.product-meta .stock-chip,
.stock-chip {
  border: 1px solid rgba(22, 122, 67, 0.18);
  background: rgba(22, 122, 67, 0.1);
  color: var(--primary);
}

.source-chip {
  border: 1px solid rgba(25, 36, 55, 0.1);
  background: #f6f8f7;
  color: #3f4e48;
}

.source-warehouse {
  border-color: rgba(22, 122, 67, 0.22);
  background: rgba(22, 122, 67, 0.1);
  color: var(--primary);
}

.source-vesna {
  border-color: rgba(21, 133, 139, 0.22);
  background: rgba(21, 133, 139, 0.1);
  color: #0d6970;
}

.source-severcon {
  border-color: rgba(31, 65, 87, 0.2);
  background: rgba(31, 65, 87, 0.08);
  color: #1f4157;
}

.photo-chip {
  display: inline-flex;
  justify-self: center;
  border-radius: 8px;
  border: 1px solid rgba(16, 25, 20, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #68746c;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 8px;
}

.product-info h2 {
  margin: 10px 0 8px;
  min-height: 46px;
  color: #13201d;
  font-size: 17px;
  line-height: 1.32;
}

.product-info p {
  margin: 0;
  min-height: 62px;
  color: #5a6863;
  font-size: 13px;
  line-height: 1.48;
}

.product-specs {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.product-specs li {
  display: grid;
  gap: 2px;
  border-top: 1px solid rgba(25, 36, 55, 0.08);
  padding-top: 7px;
}

.product-specs span {
  color: #7a8984;
  font-size: 11px;
  font-weight: 800;
}

.product-specs strong {
  color: #25352f;
  font-size: 12px;
}

.product-footer {
  border-top: 1px solid rgba(25, 36, 55, 0.08);
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.product-footer strong {
  display: block;
  color: #14231e;
  font-size: 16px;
}

.product-footer span {
  color: #66756f;
  font-size: 12px;
  font-weight: 700;
}

.product-footer .btn {
  min-width: 96px;
  border-radius: 8px;
  padding: 10px 12px;
}

.product-links {
  border-top: 1px solid rgba(25, 36, 55, 0.08);
  padding: 10px 12px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.selection-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.selection-head span {
  display: block;
  color: #66756f;
  font-size: 12px;
  font-weight: 800;
}

.selection-head strong {
  color: #14231e;
  font-size: 18px;
}

.selection-head button,
.selection-item button {
  border: 0;
  background: #eef2f4;
  color: #2d3b36;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.selection-head button {
  display: none;
  width: 34px;
  height: 34px;
}

.selection-list {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  max-height: 250px;
  overflow: auto;
}

.selection-empty {
  margin: 0;
  border-radius: 8px;
  background: #f7f9fb;
  color: #64736e;
  padding: 12px;
  font-size: 13px;
  line-height: 1.45;
}

.selection-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(25, 36, 55, 0.1);
  border-radius: 8px;
  padding: 10px;
}

.selection-item strong,
.selection-item span {
  display: block;
  min-width: 0;
}

.selection-item strong {
  color: #172620;
  font-size: 13px;
  line-height: 1.35;
}

.selection-item span {
  margin-top: 3px;
  color: #65736f;
  font-size: 12px;
}

.selection-item button {
  width: 32px;
  height: 32px;
}

.selection-form {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.selection-form label {
  display: grid;
  gap: 6px;
  color: #273832;
  font-size: 12px;
  font-weight: 800;
}

.selection-form input,
.selection-form textarea {
  border-radius: 8px;
}

.selection-form textarea {
  min-height: 90px;
}

.consent-line {
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: #53635e;
  font-size: 11px;
  line-height: 1.35;
}

.consent-line input {
  width: 16px;
  height: 16px;
  min-height: 0;
  margin-top: 1px;
}

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

  .marketplace-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .selection-panel {
    position: fixed;
    top: auto;
    right: 16px;
    bottom: 16px;
    z-index: 50;
    width: min(360px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    transform: translateY(calc(100% - 68px));
    transition: transform 0.24s ease;
  }

  .selection-panel:not(.is-open) {
    width: auto;
    min-width: 190px;
    padding: 10px 12px;
    transform: none;
  }

  .selection-panel:not(.is-open) .selection-list,
  .selection-panel:not(.is-open) .selection-form,
  .selection-panel:not(.is-open) .form-message {
    display: none;
  }

  .selection-panel:not(.is-open) .selection-head button {
    display: none;
  }

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

  .selection-head button {
    display: inline-grid;
    place-items: center;
  }
}

@media (max-width: 980px) {
  .marketplace-board,
  .marketplace-layout,
  .home-catalog-panel {
    grid-template-columns: 1fr;
  }

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

  .marketplace-sidebar {
    position: static;
    display: none;
  }

  .marketplace-sidebar.is-open {
    display: block;
  }

  .filter-toggle {
    display: inline-flex;
  }

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

@media (max-width: 640px) {
  .catalog-page main,
  .catalog-page .site-header,
  .catalog-page .site-footer {
    width: min(1180px, calc(100% - 20px));
  }

  .marketplace-intro,
  .marketplace-search-card,
  .marketplace-content,
  .marketplace-sidebar,
  .selection-panel {
    padding: 12px;
  }

  .marketplace-intro h1 {
    font-size: 26px;
  }

  .brand {
    min-width: 126px;
    padding-inline: 6px;
  }

  .brand img {
    width: 126px;
  }

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

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

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

  .shelf-head button {
    width: 100%;
  }

  .marketplace-actions,
  .home-catalog-actions,
  .marketplace-grid,
  .product-footer {
    grid-template-columns: 1fr;
  }

  .product-info h2,
  .product-info p {
    min-height: 0;
  }

  .selection-panel {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .selection-panel:not(.is-open) {
    width: auto;
    max-width: calc(100% - 20px);
    padding: 10px 12px;
  }
}

/* Storefront polish: header icons, category page state and footer. */
.storefront-refresh .store-actions {
  gap: 12px;
}

.storefront-refresh .store-actions a {
  min-width: 58px;
  min-height: 58px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 6px;
  line-height: 1;
}

.storefront-refresh .store-actions svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.storefront-refresh .store-actions span {
  font-size: 11px;
  font-weight: 900;
}

.storefront-refresh .catalog-button {
  gap: 10px;
}

.storefront-refresh .catalog-button::before {
  display: none;
}

.storefront-refresh .catalog-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.storefront-refresh .catalog-category-list a.is-active {
  border-color: var(--store-green);
  box-shadow: inset 0 0 0 2px rgba(31, 122, 63, 0.18);
}

.storefront-refresh.is-category-page .catalog-promo-row {
  display: none;
}

.storefront-refresh.is-category-page .store-catalog-head {
  min-height: 180px;
  align-items: center;
  border-radius: 8px;
  background: #e8efe8;
  padding: clamp(20px, 4vw, 34px);
}

.storefront-refresh .store-footer {
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr));
  align-items: start;
  border-top: 1px solid var(--store-line);
  margin-top: 34px;
  padding: 34px 0;
}

.storefront-refresh .footer-brand img {
  display: block;
  width: 156px;
  height: auto;
}

.storefront-refresh .footer-brand p {
  max-width: 34ch;
  margin: 14px 0 18px;
  color: var(--store-muted);
  line-height: 1.5;
}

.storefront-refresh .footer-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--store-green);
  color: #ffffff;
  font-weight: 900;
  padding: 0 16px;
  text-decoration: none;
}

.storefront-refresh .footer-col {
  display: grid;
  gap: 10px;
}

.storefront-refresh .footer-col strong {
  margin-bottom: 4px;
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 900;
}

.storefront-refresh .footer-col a,
.storefront-refresh .footer-col button {
  width: max-content;
  max-width: 100%;
  border: 0;
  background: transparent;
  color: var(--store-muted);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.storefront-refresh .footer-col a:hover,
.storefront-refresh .footer-col button:hover {
  color: var(--store-green);
}

@media (max-width: 900px) {
  .storefront-refresh .store-actions {
    gap: 8px;
  }

  .storefront-refresh .store-actions a {
    min-width: 50px;
    min-height: 50px;
  }

  .storefront-refresh .store-actions span {
    display: none;
  }

  .storefront-refresh .store-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .storefront-refresh .store-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .storefront-refresh .store-actions a {
    min-width: 44px;
    min-height: 44px;
  }

  .storefront-refresh .store-actions svg {
    width: 20px;
    height: 20px;
  }

  .storefront-refresh .store-footer {
    grid-template-columns: 1fr;
  }
}

.storefront-refresh .checks label,
.storefront-refresh .consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.storefront-refresh .checks input,
.storefront-refresh .consent-line input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.storefront-refresh .checks .inline-link {
  display: inline;
  width: auto;
}

.hero-points {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.hero-points li {
  position: relative;
  padding-left: 24px;
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(22, 122, 67, 0.12);
}

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

.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(24, 48, 36, 0.14);
}

.btn-primary {
  background: var(--primary);
  color: #ffffff;
}

.btn-ghost {
  border-color: rgba(15, 47, 69, 0.2);
  background: rgba(22, 122, 67, 0.06);
  color: var(--primary);
}

.btn-full {
  width: 100%;
}

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

.hero-metrics article {
  border: 1px solid rgba(15, 47, 69, 0.14);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.hero-metrics h3 {
  margin: 0;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 24px;
}

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

.hero-card {
  padding: 26px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.86), rgba(220, 238, 228, 0.88));
}

.hero-card h2 {
  margin: 0;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.hero-card ul {
  margin: 16px 0;
  padding-left: 18px;
  color: #214133;
  line-height: 1.5;
}

.hero-card p {
  margin: 12px 0 0;
  color: #446759;
}

.trust {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust article {
  padding: 18px;
}

.trust h3 {
  margin: 0;
  font-size: 19px;
}

.trust p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.catalog-teaser {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
}

.catalog-teaser-copy,
.catalog-teaser-action {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 22px;
}

.catalog-teaser-copy h2 {
  margin: 12px 0 10px;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.catalog-teaser-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.catalog-teaser-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-teaser-action .btn {
  width: 100%;
  max-width: 360px;
}

.home-catalog-panel {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.55fr);
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  padding: 22px;
}

.home-catalog-copy {
  min-width: 0;
}

.home-catalog-copy h3 {
  margin: 12px 0 10px;
  color: #14231e;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
}

.home-catalog-copy p {
  margin: 0;
  max-width: 66ch;
  color: var(--muted);
  line-height: 1.55;
}

.home-catalog-actions {
  display: grid;
  align-content: center;
  gap: 10px;
}

.home-catalog-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-catalog-links a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7faf8;
  color: #244a58;
  text-decoration: none;
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 700;
}

.home-catalog-links a:hover {
  border-color: rgba(22, 122, 67, 0.34);
  background: rgba(22, 122, 67, 0.08);
  color: #173b25;
}

@media (max-width: 980px) {
  .home-catalog-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .home-catalog-actions {
    grid-template-columns: 1fr;
  }
}

.section-head h2 {
  margin: 12px 0 0;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.solutions-grid,
.process-grid,
.cases-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.solutions-grid article,
.process-grid article,
.cases-grid article {
  padding: 20px;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 47, 69, 0.22);
  background: rgba(15, 47, 69, 0.06);
  color: #1f4157;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  padding: 5px 10px;
}

.solutions-grid h3,
.process-grid h3,
.cases-grid h3 {
  margin: 12px 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.solutions-grid p,
.process-grid p,
.cases-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

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

.process-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 14px;
  color: #10374b;
  background: var(--accent-soft);
}

.faq-list {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  text-align: left;
  font: inherit;
  font-size: 19px;
  font-weight: 800;
  color: #162621;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-toggle::after {
  content: "+";
  font-size: 22px;
  color: #2a7350;
  line-height: 1;
}

.faq-item.is-open .faq-toggle::after {
  content: "−";
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-content p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.6;
}

.request form {
  margin-top: 20px;
  padding: 24px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 241, 0.86));
}

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

.form-grid label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1d3029;
}

.form-grid label:last-child {
  grid-column: span 2;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(19, 32, 29, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
  padding: 12px;
  resize: vertical;
}

textarea {
  min-height: 120px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(76, 197, 107, 0.78);
  box-shadow: 0 0 0 3px rgba(76, 197, 107, 0.16);
}

.checks {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.checks label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
  color: #2d443b;
}

.checks input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  min-height: 0;
  flex-shrink: 0;
}

.inline-link {
  padding: 0;
  border: 0;
  background: none;
  color: #144f6d;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.form-actions {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.form-note {
  margin: 0;
  color: var(--muted);
}

.form-message {
  margin: 14px 0 0;
  padding: 11px 13px;
  border-radius: 11px;
  font-size: 14px;
  display: none;
}

.form-message.success {
  display: block;
  background: rgba(76, 197, 107, 0.16);
  color: #1e5b35;
  border: 1px solid rgba(76, 197, 107, 0.38);
}

.form-message.error {
  display: block;
  background: rgba(220, 82, 82, 0.13);
  color: #8a1f1f;
  border: 1px solid rgba(220, 82, 82, 0.28);
}

.site-footer {
  margin-top: 44px;
  margin-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

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

.site-footer a,
.footer-links a {
  color: #1a4e67;
  text-decoration: none;
  font-weight: 700;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 20, 16, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 50;
}

.modal.is-open {
  display: flex;
}

.modal-card {
  width: min(700px, 100%);
  max-height: 85vh;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  background: #f7fbf6;
}

.modal-card h3 {
  margin: 0 0 12px;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 22px;
}

.modal-card p {
  margin: 0 0 10px;
  color: #355347;
  line-height: 1.55;
}

.modal-close {
  float: right;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--text);
  cursor: pointer;
}

.catalog-page main {
  padding-bottom: 22px;
}

.catalog-hero {
  margin-top: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 28px;
}

.catalog-hero h1 {
  margin: 12px 0;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
}

.catalog-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  max-width: 64ch;
}

.catalog-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.catalog-group {
  margin-top: 34px;
}

.catalog-group .section-head h2 {
  font-size: clamp(24px, 3.2vw, 36px);
}

.catalog-group .catalog-grid {
  margin-top: 16px;
}

.catalog-toolbar {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

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

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-filters button {
  border: 1px solid rgba(15, 47, 69, 0.22);
  background: rgba(255, 255, 255, 0.8);
  color: var(--primary);
  border-radius: 8px;
  padding: 9px 14px;
  font-weight: 700;
  cursor: pointer;
}

.catalog-filters button.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

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

.catalog-grid article {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 18px;
}

.catalog-grid h3 {
  margin: 10px 0 8px;
  font-size: 24px;
  line-height: 1.15;
}

.catalog-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  min-height: 68px;
}

.catalog-meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.catalog-meta span {
  border: 1px solid rgba(15, 47, 69, 0.18);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  color: #2a4c62;
  background: rgba(15, 47, 69, 0.05);
}

.catalog-link {
  margin-top: 14px;
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #1d6082;
}

.catalog-empty {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(15, 47, 69, 0.25);
  padding: 18px;
  color: #365143;
  background: rgba(255, 255, 255, 0.7);
}

/* Softer typography pass: keep the layout, reduce the heavy display feel. */
.brand,
.hero h1,
.hero-card h2,
.hero-metrics h3,
.marketplace-intro h1,
.catalog-teaser-copy h2,
.section-head h2,
.modal-card h3,
.catalog-hero h1 {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.brand {
  font-weight: 650;
}

.hero h1,
.marketplace-intro h1,
.catalog-hero h1 {
  font-weight: 650;
}

.hero-card h2,
.catalog-teaser-copy h2,
.section-head h2,
.modal-card h3 {
  font-weight: 600;
}

.btn,
.main-nav a,
.menu-btn,
.hero-kicker,
.section-kicker,
.marketplace-search,
.filter-title,
.filter-options button,
.quick-chips button,
.filter-select,
.product-badges span,
.product-meta span,
.product-footer strong,
.selection-head strong,
.selection-form label {
  font-weight: 600;
}

.product-info h2,
.product-specs strong,
.selection-item strong {
  font-weight: 650;
}

.catalog-page .section-kicker {
  letter-spacing: 0;
}

/* Service-first visual tone for a broad audience. */
:root {
  --shadow: 0 8px 22px rgba(25, 36, 55, 0.07);
  --radius: 12px;
}

body {
  background: #f4f7f6;
}

.noise,
.shape {
  display: none;
}

section {
  margin-top: 48px;
}

.site-header {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(25, 36, 55, 0.07);
  backdrop-filter: none;
}

.brand {
  padding: 8px 10px;
  font-size: 18px;
}

.main-nav a {
  font-size: 14px;
  font-weight: 500;
}

.main-nav .cta-link,
.btn-primary {
  background: var(--primary);
  color: #ffffff;
}

.btn {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
}

.hero-copy,
.hero-card,
.trust article,
.solutions-grid article,
.process-grid article,
.cases-grid article,
.faq-item,
.request form,
.marketplace-intro,
.marketplace-search-card,
.marketplace-sidebar,
.marketplace-content,
.selection-panel,
.product-card {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(25, 36, 55, 0.06);
}

.hero-copy {
  padding: 28px;
}

.hero h1 {
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.12;
}

.hero-sub {
  font-size: 17px;
}

.hero-kicker,
.section-kicker {
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.hero-card h2,
.catalog-teaser-copy h2,
.section-head h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
}

.marketplace-intro h1 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.18;
}

.marketplace-intro,
.marketplace-search-card,
.marketplace-content,
.marketplace-sidebar,
.selection-panel {
  box-shadow: 0 6px 18px rgba(25, 36, 55, 0.05);
}

.marketplace-search input {
  min-height: 50px;
}

.product-card:hover {
  transform: none;
  box-shadow: 0 8px 22px rgba(25, 36, 55, 0.08);
}

.product-info h2 {
  min-height: 42px;
  font-size: 16px;
  font-weight: 600;
}

.product-info p {
  min-height: 56px;
}

.product-footer strong {
  font-size: 15px;
  font-weight: 600;
}

body {
  background: linear-gradient(180deg, #fafbf5 0%, #f1f7ec 42%, #f7f9f2 100%);
}

.noise {
  display: block;
  opacity: 0.42;
}

.shape {
  display: block;
  filter: blur(26px);
  opacity: 0.72;
}

.shape-a {
  background: rgba(22, 122, 67, 0.08);
}

.shape-b {
  background: rgba(15, 47, 69, 0.08);
}

.catalog-page .noise,
.catalog-page .shape {
  display: none;
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(19, 32, 29, 0.1);
  box-shadow: 0 10px 24px rgba(25, 48, 36, 0.08);
}

.main-nav .cta-link,
.btn-primary {
  background: var(--primary);
  color: #ffffff;
}

.hero h1 {
  font-size: clamp(32px, 4.1vw, 52px);
  font-weight: 650;
}

.hero-kicker,
.section-kicker {
  border-color: rgba(76, 197, 107, 0.32);
  background: rgba(76, 197, 107, 0.12);
  color: #255a36;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-card,
.catalog-teaser,
.marketplace-intro,
.marketplace-search-card,
.marketplace-content,
.marketplace-sidebar,
.selection-panel {
  background: rgba(255, 255, 255, 0.86);
}

.product-card {
  border-color: rgba(20, 36, 30, 0.09);
}

.product-card:hover {
  border-color: rgba(76, 197, 107, 0.3);
}

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

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

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

@media (max-width: 820px) {
  main,
  .site-header,
  .site-footer {
    width: min(1180px, calc(100% - 20px));
  }

  .site-header {
    flex-wrap: wrap;
  }

  .menu-btn {
    display: inline-flex;
  }

  .main-nav {
    width: 100%;
    display: none;
    border-top: 1px solid var(--line);
    padding-top: 10px;
    flex-wrap: wrap;
  }

  .main-nav.is-open {
    display: flex;
  }

  .hero-copy,
  .hero-card,
  .request form {
    padding: 18px;
  }

  .hero h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

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

  .hero-metrics,
  .trust,
  .catalog-teaser,
  .solutions-grid,
  .process-grid,
  .cases-grid,
  .form-grid,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

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

  .catalog-hero,
  .catalog-teaser-copy,
  .catalog-teaser-action {
    padding: 18px;
  }

  .form-grid label:last-child {
    grid-column: auto;
  }

  .faq-toggle {
    font-size: 17px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Final mobile display lock for the new visual system. Keep this at EOF. */
@media (max-width: 820px) {
  .vibe-refresh .hero h1,
  .vibe-refresh .marketplace-intro h1 {
    width: 100%;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .vibe-refresh .hero h1 {
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: -0.02em;
  }

  .vibe-refresh .marketplace-intro h1 {
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: -0.02em;
  }

  .vibe-refresh .hero-sub,
  .vibe-refresh .marketplace-intro p {
    max-width: 100%;
  }

  .vibe-refresh .hero-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .vibe-refresh .hero-points li {
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .vibe-refresh .hero h1,
  .vibe-refresh .marketplace-intro h1 {
    font-size: 34px;
  }
}

/* Typography/framing correction for the distinctive layer. */
.vibe-refresh .hero h1 {
  font-size: 86px;
}

.vibe-refresh .marketplace-intro h1 {
  font-size: 82px;
  overflow-wrap: anywhere;
}

.vibe-refresh .home-catalog-copy h2 {
  font-size: 64px;
}

.vibe-refresh .section-head h2 {
  font-size: 60px;
}

.vibe-refresh .hero-metrics h3 {
  font-size: 30px;
}

.vibe-refresh .catalog-summary-copy strong {
  font-size: 40px;
}

@media (max-width: 1080px) {
  .vibe-refresh .hero h1 {
    font-size: 68px;
  }

  .vibe-refresh .marketplace-intro h1 {
    font-size: 64px;
  }

  .vibe-refresh .home-catalog-copy h2,
  .vibe-refresh .section-head h2 {
    font-size: 52px;
  }
}

@media (max-width: 820px) {
  .vibe-refresh .hero-copy {
    padding: 22px;
  }

  .vibe-refresh .hero h1 {
    max-width: 9.5ch;
    font-size: 48px;
    line-height: 0.96;
  }

  .vibe-refresh .hero-sub {
    font-size: 16px;
  }

  .vibe-refresh .hero-points {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .vibe-refresh .hero-points li {
    min-width: 210px;
    min-height: 58px;
    padding: 12px;
  }

  .vibe-refresh .hero-actions {
    margin-top: 18px;
  }

  .vibe-refresh .hero-metrics {
    display: none;
  }

  .vibe-refresh .hero-visual {
    min-height: 300px;
  }

  .vibe-refresh .hero-visual::before {
    font-size: 132px;
  }

  .vibe-refresh .hero-visual img {
    width: min(82%, 340px);
  }

  .vibe-refresh .hero-visual-head,
  .vibe-refresh .hero-visual-note {
    padding: 12px;
  }

  .vibe-refresh .hero-visual-head strong,
  .vibe-refresh .hero-visual-note strong {
    font-size: 19px;
  }

  .vibe-refresh .marketplace-intro h1 {
    max-width: 11ch;
    font-size: 42px;
    line-height: 0.98;
  }

  .vibe-refresh .marketplace-intro p {
    font-size: 16px;
  }

  .vibe-refresh .home-catalog-copy h2,
  .vibe-refresh .section-head h2 {
    font-size: 40px;
    line-height: 1;
  }

  .vibe-refresh .catalog-summary-copy strong {
    font-size: 32px;
  }

  .vibe-refresh .marketplace-search input {
    min-height: 56px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .vibe-refresh .hero h1 {
    font-size: 44px;
  }

  .vibe-refresh .marketplace-intro h1 {
    font-size: 39px;
  }

  .vibe-refresh .home-catalog-copy h2,
  .vibe-refresh .section-head h2 {
    font-size: 36px;
  }
}

/* Distinctive MaxService visual system: product-led, less template-like. */
.vibe-refresh {
  --ms-ink: #10231d;
  --ms-ink-2: #18382e;
  --ms-paper: #f4f1e8;
  --ms-paper-2: #eef4ee;
  --ms-mist: #e7eef0;
  --ms-line: rgba(16, 35, 29, 0.14);
  --ms-green: #167a43;
  --ms-green-2: #0f5f32;
  --ms-blue: #1d6f82;
  --ms-sun: #e6c86d;
  --ms-card: #ffffff;
  --shadow: 0 16px 36px rgba(16, 35, 29, 0.09);
  --radius: 8px;
  background:
    linear-gradient(180deg, #f7f5ec 0%, #eef4ee 45%, #f7f6ef 100%);
  color: var(--ms-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.vibe-refresh .noise,
.vibe-refresh .shape {
  display: none;
}

.vibe-refresh main,
.vibe-refresh .site-header,
.vibe-refresh .site-footer {
  width: min(1240px, calc(100% - 32px));
}

.vibe-refresh .site-header {
  top: 12px;
  border: 1px solid rgba(16, 35, 29, 0.1);
  background: rgba(247, 245, 236, 0.86);
  box-shadow: 0 12px 30px rgba(16, 35, 29, 0.08);
}

.vibe-refresh .main-nav a {
  color: rgba(16, 35, 29, 0.72);
  font-weight: 700;
  padding: 9px 10px;
  font-size: 13px;
}

.vibe-refresh .main-nav a:hover {
  background: rgba(16, 35, 29, 0.07);
  color: var(--ms-ink);
}

.vibe-refresh .main-nav .cta-link,
.vibe-refresh .btn-primary {
  background: var(--ms-ink);
  color: #ffffff;
}

.vibe-refresh .btn {
  min-height: 46px;
  border-radius: 8px;
  font-weight: 800;
}

.vibe-refresh .btn-ghost {
  border-color: rgba(16, 35, 29, 0.16);
  background: rgba(255, 255, 255, 0.64);
  color: var(--ms-ink);
}

.vibe-refresh section {
  margin-top: 44px;
}

.vibe-refresh .hero {
  margin-top: 18px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 0;
  border-radius: 8px;
  background: var(--ms-ink);
  color: #ffffff;
  overflow: hidden;
  min-height: 650px;
}

.vibe-refresh .hero-copy {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(28px, 5vw, 72px);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vibe-refresh .hero-kicker,
.vibe-refresh .section-kicker {
  border: 1px solid rgba(16, 35, 29, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
}

.vibe-refresh .hero .hero-kicker {
  width: max-content;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

.vibe-refresh .hero h1 {
  max-width: 11ch;
  margin: 22px 0 18px;
  color: #ffffff;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(46px, 7.3vw, 96px);
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.03em;
}

.vibe-refresh .hero-sub {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.5;
}

.vibe-refresh .hero-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.vibe-refresh .hero-points li {
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.vibe-refresh .hero-points li::before {
  display: none;
}

.vibe-refresh .hero-actions .btn-primary {
  background: #ffffff;
  color: var(--ms-ink);
}

.vibe-refresh .hero-actions .btn-ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.vibe-refresh .hero-metrics {
  margin-top: auto;
  padding-top: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vibe-refresh .hero-metrics article {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
  padding: 14px 0 0;
}

.vibe-refresh .hero-metrics h3 {
  color: #ffffff;
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 800;
}

.vibe-refresh .hero-metrics p {
  color: rgba(255, 255, 255, 0.64);
}

.vibe-refresh .hero-visual {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 64px);
  background: #eef4ef;
  overflow: hidden;
}

.vibe-refresh .hero-visual::before {
  display: none;
  content: none;
}

.vibe-refresh .hero-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  justify-self: center;
  align-self: center;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 22px 34px rgba(16, 35, 29, 0.12));
}

.vibe-refresh .hero-visual-head,
.vibe-refresh .hero-visual-note {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(16, 35, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ms-ink);
  padding: 16px;
  backdrop-filter: blur(12px);
}

.vibe-refresh .hero-visual-head {
  align-self: start;
  width: min(260px, 78%);
}

.vibe-refresh .hero-visual-note {
  width: min(320px, 92%);
  margin-left: auto;
}

.vibe-refresh .hero-visual-head span,
.vibe-refresh .hero-visual-note span {
  display: block;
  color: rgba(16, 35, 29, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vibe-refresh .hero-visual-head strong,
.vibe-refresh .hero-visual-note strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.06;
}

.vibe-refresh .hero-visual-note p {
  margin: 8px 0 0;
  color: rgba(16, 35, 29, 0.7);
  font-size: 13px;
}

.vibe-refresh .trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--ms-line);
  border-top: 1px solid var(--ms-line);
  gap: 0;
}

.vibe-refresh .trust article {
  border: 0;
  border-right: 1px solid var(--ms-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 22px;
}

.vibe-refresh .trust article:last-child {
  border-right: 0;
}

.vibe-refresh .trust h3 {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.vibe-refresh .home-catalog-panel {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 64px);
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 35, 29, 0.08);
  padding: clamp(24px, 5vw, 58px);
}

.vibe-refresh .home-catalog-copy h2 {
  max-width: 12ch;
  margin: 18px 0 18px;
  color: var(--ms-ink);
  font-size: clamp(40px, 6vw, 74px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.vibe-refresh .home-catalog-copy p {
  max-width: 58ch;
  color: rgba(16, 35, 29, 0.68);
  font-size: 18px;
}

.vibe-refresh .home-catalog-links {
  margin-top: 28px;
  grid-column: auto;
}

.vibe-refresh .home-catalog-links a,
.vibe-refresh .seo-link-strip a,
.vibe-refresh .quick-chips button {
  border-color: rgba(16, 35, 29, 0.12);
  background: #ffffff;
  color: var(--ms-ink);
  font-weight: 700;
}

.vibe-refresh .home-catalog-preview {
  display: grid;
  gap: 14px;
  align-content: stretch;
}

.vibe-refresh .home-catalog-preview article {
  min-height: 360px;
  display: grid;
  align-content: end;
  border-radius: 8px;
  background: var(--ms-mist);
  padding: 18px;
  overflow: hidden;
}

.vibe-refresh .home-catalog-preview img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  align-self: center;
  filter: drop-shadow(0 20px 32px rgba(16, 35, 29, 0.14));
}

.vibe-refresh .home-catalog-preview span,
.vibe-refresh .home-catalog-preview small {
  color: rgba(16, 35, 29, 0.62);
  font-weight: 800;
}

.vibe-refresh .home-catalog-preview strong {
  margin-top: 6px;
  color: var(--ms-ink);
  font-size: 24px;
  line-height: 1.1;
}

.vibe-refresh .solutions-grid,
.vibe-refresh .process-grid,
.vibe-refresh .cases-grid {
  gap: 1px;
  background: var(--ms-line);
  border: 1px solid var(--ms-line);
  border-radius: 8px;
  overflow: hidden;
}

.vibe-refresh .solutions-grid article,
.vibe-refresh .process-grid article,
.vibe-refresh .cases-grid article,
.vibe-refresh .faq-item,
.vibe-refresh .request form {
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.vibe-refresh .section-head h2 {
  max-width: 13ch;
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.vibe-refresh .request {
  border-radius: 8px;
  background: var(--ms-ink);
  color: #ffffff;
  padding: clamp(20px, 4vw, 42px);
}

.vibe-refresh .request form {
  background: #ffffff;
}

.catalog-page.vibe-refresh {
  background: #f4f1e8;
}

.catalog-page.vibe-refresh main,
.catalog-page.vibe-refresh .site-header,
.catalog-page.vibe-refresh .site-footer {
  width: min(1320px, calc(100% - 32px));
}

.catalog-page.vibe-refresh .breadcrumbs {
  border-color: rgba(16, 35, 29, 0.1);
  background: #ffffff;
  color: rgba(16, 35, 29, 0.54);
}

.catalog-page.vibe-refresh .breadcrumbs a {
  color: var(--ms-ink);
}

.vibe-refresh .marketplace-board {
  position: relative;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 20px;
  border-radius: 8px;
  border: 1px solid rgba(16, 35, 29, 0.12);
  background: #ffffff;
  color: var(--ms-ink);
  padding: clamp(18px, 3vw, 30px);
  box-shadow: 0 12px 30px rgba(16, 35, 29, 0.06);
}

.vibe-refresh .marketplace-intro,
.vibe-refresh .marketplace-search-card {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.vibe-refresh .marketplace-intro {
  background: transparent;
  color: var(--ms-ink);
  padding: 0;
}

.vibe-refresh .marketplace-intro h1 {
  max-width: none;
  color: var(--ms-ink);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.vibe-refresh .marketplace-intro p {
  max-width: 56ch;
  color: rgba(16, 35, 29, 0.68);
  font-size: 18px;
}

.vibe-refresh .marketplace-search-card {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  align-content: start;
  align-self: center;
  border: 1px solid rgba(16, 35, 29, 0.1);
  background: #f4f1e8;
  padding: 18px;
}

.vibe-refresh .marketplace-search {
  color: rgba(16, 35, 29, 0.72);
}

.vibe-refresh .marketplace-search input {
  min-height: 64px;
  border: 1px solid rgba(16, 35, 29, 0.12);
  background: #ffffff;
  color: var(--ms-ink);
  font-size: 18px;
  font-weight: 700;
}

.vibe-refresh .marketplace-actions .btn-primary {
  background: var(--ms-ink);
  color: #ffffff;
}

.vibe-refresh .marketplace-actions .btn-ghost {
  border-color: rgba(16, 35, 29, 0.14);
  background: #ffffff;
  color: var(--ms-ink);
}

.vibe-refresh .source-stats,
.vibe-refresh .seo-link-strip {
  grid-column: 1 / 2;
}

.vibe-refresh .catalog-summary-card {
  grid-template-columns: 1fr;
  border: 1px solid rgba(16, 35, 29, 0.1);
  background: #f8f7f0;
  color: var(--ms-ink);
  box-shadow: none;
}

.vibe-refresh .catalog-summary-copy span,
.vibe-refresh .catalog-summary-copy strong {
  color: var(--ms-ink);
}

.vibe-refresh .catalog-summary-copy p {
  color: rgba(16, 35, 29, 0.66);
}

.vibe-refresh .summary-metrics {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vibe-refresh .summary-metrics button {
  border-color: rgba(16, 35, 29, 0.1);
  background: #ffffff;
}

.vibe-refresh .summary-metrics button.is-active {
  background: var(--ms-ink);
}

.vibe-refresh .summary-metrics strong {
  color: var(--ms-ink);
}

.vibe-refresh .summary-metrics span {
  color: rgba(16, 35, 29, 0.82);
}

.vibe-refresh .summary-metrics small {
  color: rgba(16, 35, 29, 0.58);
}

.vibe-refresh .summary-metrics button.is-active strong,
.vibe-refresh .summary-metrics button.is-active span,
.vibe-refresh .summary-metrics button.is-active small {
  color: #ffffff;
}

.vibe-refresh .seo-link-strip a {
  background: #ffffff;
  border-color: rgba(16, 35, 29, 0.12);
  color: var(--ms-ink);
}

.vibe-refresh .category-shelf {
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 35, 29, 0.08);
  padding: clamp(16px, 3vw, 26px);
}

.vibe-refresh .shelf-head h2 {
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.vibe-refresh .shelf-row {
  grid-auto-columns: minmax(210px, 250px);
}

.vibe-refresh .shelf-product {
  border: 1px solid rgba(16, 35, 29, 0.1);
  background: #f7f5ec;
}

.vibe-refresh .shelf-product img {
  background: #ffffff;
}

.vibe-refresh .marketplace-layout {
  grid-template-columns: 260px minmax(0, 1fr) 300px;
}

.vibe-refresh .marketplace-sidebar,
.vibe-refresh .marketplace-content,
.vibe-refresh .selection-panel {
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(16, 35, 29, 0.08);
}

.vibe-refresh .product-card {
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 35, 29, 0.07);
}

.vibe-refresh .product-info h2 {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.vibe-refresh .product-media {
  background: #eef4ee;
}

.vibe-refresh .source-chip {
  border-radius: 8px;
}

.vibe-refresh .selection-panel:not(.is-open) {
  background: #ffffff;
}

@media (max-width: 1080px) {
  .vibe-refresh .hero,
  .vibe-refresh .marketplace-board,
  .vibe-refresh .home-catalog-panel {
    grid-template-columns: 1fr;
  }

  .vibe-refresh .catalog-visual,
  .vibe-refresh .source-stats,
  .vibe-refresh .seo-link-strip {
    grid-column: auto;
    grid-row: auto;
  }

  .vibe-refresh .marketplace-search-card {
    grid-column: auto;
  }

  .vibe-refresh .summary-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vibe-refresh .marketplace-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .vibe-refresh main,
  .vibe-refresh .site-header,
  .vibe-refresh .site-footer,
  .catalog-page.vibe-refresh main,
  .catalog-page.vibe-refresh .site-header,
  .catalog-page.vibe-refresh .site-footer {
    width: min(100% - 20px, 1240px);
  }

  .vibe-refresh .hero {
    min-height: 0;
  }

  .vibe-refresh .hero-copy {
    padding: 24px;
  }

  .vibe-refresh .hero h1,
  .vibe-refresh .marketplace-intro h1 {
    max-width: none;
    font-size: clamp(40px, 12vw, 58px);
  }

  .vibe-refresh .hero-points,
  .vibe-refresh .hero-metrics,
  .vibe-refresh .trust,
  .vibe-refresh .summary-metrics,
  .vibe-refresh .marketplace-grid {
    grid-template-columns: 1fr;
  }

  .vibe-refresh .hero-visual {
    min-height: 440px;
    padding: 18px;
  }

  .vibe-refresh .trust article {
    border-right: 0;
    border-bottom: 1px solid var(--ms-line);
  }

  .vibe-refresh .trust article:last-child {
    border-bottom: 0;
  }

  .vibe-refresh .home-catalog-panel,
  .vibe-refresh .marketplace-board {
    padding: 18px;
  }

  .vibe-refresh .home-catalog-copy h2,
  .vibe-refresh .section-head h2 {
    max-width: none;
    font-size: clamp(34px, 10vw, 48px);
  }

  .vibe-refresh .home-catalog-preview article {
    min-height: 280px;
  }

  .vibe-refresh .catalog-visual img {
    height: 280px;
  }
}

/* Final mobile display lock for the new visual system. Keep this at EOF. */
@media (max-width: 820px) {
  .vibe-refresh .hero h1,
  .vibe-refresh .marketplace-intro h1 {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .vibe-refresh .hero h1,
  .vibe-refresh .marketplace-intro h1 {
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: -0.02em;
  }

  .vibe-refresh .home-catalog-copy h2,
  .vibe-refresh .section-head h2 {
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: -0.02em;
  }

  .vibe-refresh .hero-sub,
  .vibe-refresh .marketplace-intro p {
    max-width: 100%;
  }

  .vibe-refresh .hero-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .vibe-refresh .hero-points li {
    min-width: 0;
    min-height: 58px;
  }

  .vibe-refresh .hero-visual {
    min-height: 310px;
  }
}

@media (max-width: 420px) {
  .vibe-refresh .hero h1,
  .vibe-refresh .marketplace-intro h1,
  .vibe-refresh .home-catalog-copy h2,
  .vibe-refresh .section-head h2 {
    font-size: 32px;
  }

  .vibe-refresh .hero-copy,
  .vibe-refresh .marketplace-intro,
  .vibe-refresh .marketplace-search-card {
    padding: 18px;
  }

  .vibe-refresh .hero-points,
  .vibe-refresh .hero-metrics,
  .vibe-refresh .hero-actions {
    grid-template-columns: 1fr;
  }

  .vibe-refresh .hero-points li {
    min-height: 0;
  }

  .vibe-refresh .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 820px) {
  .vibe-refresh .hero-visual {
    display: none;
  }

  .vibe-refresh .site-header {
    top: 0;
    background: #f7f5ec;
  }

  .vibe-refresh .marketplace-search input {
    min-height: 58px;
    padding-inline: 14px;
    font-size: 15px;
    line-height: 1.25;
    text-overflow: ellipsis;
  }

  .vibe-refresh .marketplace-actions {
    grid-template-columns: 1fr;
  }

  .vibe-refresh .marketplace-actions .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .vibe-refresh .selection-panel:not(.is-open) {
    display: none;
  }

  .vibe-refresh .selection-panel.is-open {
    position: fixed;
    inset: auto 10px 10px;
    z-index: 80;
    width: auto;
    max-height: calc(100vh - 20px);
    overflow: auto;
    transform: none;
  }
}

/* Commercial cleanup layer: sober storefront, no decorative labels. */
.commercial-refresh {
  --ms-ink: #10231d;
  --ms-muted: #66716d;
  --ms-paper: #f5f2ea;
  --ms-soft: #ece9df;
  --ms-line: rgba(16, 35, 29, 0.12);
  --ms-card: #ffffff;
  background: var(--ms-paper);
}

.commercial-refresh main,
.commercial-refresh .site-header,
.commercial-refresh .site-footer {
  width: min(1240px, calc(100% - 32px));
}

.commercial-refresh .site-header {
  top: 10px;
  border-color: var(--ms-line);
  background: rgba(245, 242, 234, 0.94);
  box-shadow: 0 10px 28px rgba(16, 35, 29, 0.07);
}

.commercial-refresh .brand:hover,
.commercial-refresh .main-nav a:hover {
  background: rgba(16, 35, 29, 0.06);
}

.commercial-refresh .main-nav {
  gap: 4px;
}

.commercial-refresh .main-nav a {
  border-radius: 8px;
  color: rgba(16, 35, 29, 0.72);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 10px;
}

.commercial-refresh .main-nav .cta-link,
.commercial-refresh .btn-primary,
.commercial-refresh .hero-actions .btn-primary,
.commercial-refresh .marketplace-actions .btn-primary {
  background: var(--ms-ink);
  color: #ffffff;
}

.commercial-refresh .btn-ghost,
.commercial-refresh .hero-actions .btn-ghost,
.commercial-refresh .marketplace-actions .btn-ghost {
  border-color: var(--ms-line);
  background: #ffffff;
  color: var(--ms-ink);
}

.commercial-refresh section {
  margin-top: 42px;
}

.commercial-refresh .hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr);
  gap: 18px;
  border-radius: 0;
  background: transparent;
  color: var(--ms-ink);
  overflow: visible;
}

.commercial-refresh .hero-copy,
.commercial-refresh .hero-panel,
.commercial-refresh .request,
.commercial-refresh .marketplace-board,
.commercial-refresh .marketplace-content,
.commercial-refresh .marketplace-sidebar,
.commercial-refresh .selection-panel,
.commercial-refresh .faq-item,
.commercial-refresh .solutions-grid article,
.commercial-refresh .process-grid article,
.commercial-refresh .cases-grid article {
  border: 1px solid var(--ms-line);
  border-radius: 8px;
  background: var(--ms-card);
  box-shadow: none;
}

.commercial-refresh .hero-copy {
  padding: clamp(28px, 5vw, 64px);
}

.commercial-refresh .hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--ms-ink);
  font-size: clamp(42px, 6.4vw, 88px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.commercial-refresh .hero-sub {
  max-width: 58ch;
  margin-top: 22px;
  color: var(--ms-muted);
  font-size: 19px;
  line-height: 1.5;
}

.commercial-refresh .hero-actions {
  margin-top: 28px;
}

.commercial-refresh .hero-panel {
  display: grid;
  align-self: stretch;
  overflow: hidden;
}

.commercial-refresh .hero-panel a {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid var(--ms-line);
  color: inherit;
  padding: 22px;
  text-decoration: none;
}

.commercial-refresh .hero-panel a:last-child {
  border-bottom: 0;
}

.commercial-refresh .hero-panel strong {
  font-size: 20px;
  line-height: 1.2;
}

.commercial-refresh .hero-panel span {
  color: var(--ms-muted);
  font-size: 14px;
  line-height: 1.4;
}

.commercial-refresh .hero-visual,
.commercial-refresh .hero-kicker,
.commercial-refresh .section-kicker,
.commercial-refresh .badge,
.commercial-refresh main > .seo-link-strip {
  display: none;
}

.commercial-refresh .category-entry {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ms-line);
  border-radius: 8px;
  background: var(--ms-line);
  overflow: hidden;
}

.commercial-refresh .category-entry a {
  min-height: 58px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: var(--ms-ink);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.commercial-refresh .section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 18px;
}

.commercial-refresh .section-head h2 {
  max-width: none;
  margin: 0;
  color: var(--ms-ink);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.commercial-refresh .section-head p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 17px;
  line-height: 1.5;
}

.commercial-refresh .trust,
.commercial-refresh .solutions-grid,
.commercial-refresh .process-grid,
.commercial-refresh .cases-grid {
  gap: 1px;
  border: 1px solid var(--ms-line);
  border-radius: 8px;
  background: var(--ms-line);
  overflow: hidden;
}

.commercial-refresh .trust article,
.commercial-refresh .solutions-grid article,
.commercial-refresh .process-grid article,
.commercial-refresh .cases-grid article {
  border: 0;
  border-radius: 0;
  padding: 22px;
}

.commercial-refresh .solutions-grid h3,
.commercial-refresh .process-grid h3,
.commercial-refresh .cases-grid h3 {
  margin-top: 0;
  color: var(--ms-ink);
  font-size: 21px;
  line-height: 1.22;
}

.commercial-refresh .solutions-grid p,
.commercial-refresh .process-grid p,
.commercial-refresh .cases-grid p {
  color: var(--ms-muted);
}

.commercial-refresh .process-grid article span {
  color: rgba(16, 35, 29, 0.42);
}

.commercial-refresh .request {
  color: var(--ms-ink);
  padding: clamp(22px, 4vw, 42px);
}

.commercial-refresh .request form {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.commercial-refresh .request .section-head {
  max-width: 820px;
}

.commercial-refresh .form-actions .btn-primary {
  min-width: 180px;
}

.commercial-refresh .site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, auto);
  align-items: start;
  gap: 24px;
  border-top: 1px solid var(--ms-line);
  background: transparent;
  color: var(--ms-ink);
  padding: 30px 0;
}

.commercial-refresh .site-footer strong {
  display: block;
  margin-bottom: 8px;
}

.commercial-refresh .site-footer p {
  margin: 0;
  color: var(--ms-muted);
}

.commercial-refresh .footer-links,
.commercial-refresh .footer-docs {
  display: grid;
  gap: 8px;
}

.commercial-refresh .footer-links a,
.commercial-refresh .footer-docs button {
  width: max-content;
  border: 0;
  background: transparent;
  color: var(--ms-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.commercial-refresh.catalog-page main,
.commercial-refresh.catalog-page .site-header,
.commercial-refresh.catalog-page .site-footer {
  width: min(1320px, calc(100% - 32px));
}

.commercial-refresh.catalog-page .breadcrumbs {
  border-color: var(--ms-line);
  background: #ffffff;
  color: var(--ms-muted);
}

.commercial-refresh.catalog-page .breadcrumbs a,
.commercial-refresh.catalog-page .breadcrumbs a::after {
  color: var(--ms-muted);
}

.commercial-refresh .marketplace-board {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 20px;
  padding: clamp(18px, 3vw, 30px);
}

.commercial-refresh .marketplace-intro {
  padding: 0;
}

.commercial-refresh .marketplace-intro h1 {
  margin: 0;
  color: var(--ms-ink);
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.commercial-refresh .marketplace-intro p {
  color: var(--ms-muted);
}

.commercial-refresh .marketplace-search-card {
  grid-column: 2 / 3;
  grid-row: 1 / span 3;
  align-self: center;
  border: 1px solid var(--ms-line);
  background: var(--ms-paper);
  box-shadow: none;
}

.commercial-refresh .source-stats,
.commercial-refresh .seo-link-strip {
  grid-column: 1 / 2;
}

.commercial-refresh .catalog-summary-card {
  border-color: var(--ms-line);
  background: #faf9f4;
  box-shadow: none;
}

.commercial-refresh .summary-metrics button,
.commercial-refresh .filter-options button,
.commercial-refresh .quick-chips button {
  border-color: var(--ms-line);
  background: #ffffff;
  color: var(--ms-ink);
}

.commercial-refresh .summary-metrics button.is-active,
.commercial-refresh .filter-options button.is-active,
.commercial-refresh .quick-chips button:hover {
  border-color: var(--ms-ink);
  background: var(--ms-ink);
  color: #ffffff;
}

.commercial-refresh .summary-metrics strong,
.commercial-refresh .summary-metrics span,
.commercial-refresh .summary-metrics small {
  color: inherit;
}

.commercial-refresh .seo-link-strip a,
.commercial-refresh .home-catalog-links a {
  border-color: var(--ms-line);
  background: #ffffff;
  color: var(--ms-ink);
  font-weight: 700;
}

.commercial-refresh .source-chip,
.commercial-refresh .source-warehouse,
.commercial-refresh .source-vesna,
.commercial-refresh .source-severcon,
.commercial-refresh .stock-chip,
.commercial-refresh .product-meta span {
  border-color: var(--ms-line);
  background: #f4f2eb;
  color: rgba(16, 35, 29, 0.72);
}

.commercial-refresh .product-media,
.commercial-refresh .product-placeholder,
.commercial-refresh .shelf-product {
  background: #f7f5ef;
}

.commercial-refresh .product-media::before,
.commercial-refresh .shelf-placeholder {
  display: none;
}

@media (max-width: 1120px) {
  .commercial-refresh .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .commercial-refresh .main-nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .commercial-refresh .hero,
  .commercial-refresh .marketplace-board,
  .commercial-refresh .home-catalog-panel {
    grid-template-columns: 1fr;
  }

  .commercial-refresh .marketplace-search-card,
  .commercial-refresh .source-stats,
  .commercial-refresh .seo-link-strip {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 820px) {
  .commercial-refresh main,
  .commercial-refresh .site-header,
  .commercial-refresh .site-footer,
  .commercial-refresh.catalog-page main,
  .commercial-refresh.catalog-page .site-header,
  .commercial-refresh.catalog-page .site-footer {
    width: min(100% - 20px, 1240px);
  }

  .commercial-refresh .menu-btn {
    display: inline-flex;
  }

  .commercial-refresh .main-nav {
    display: none;
  }

  .commercial-refresh .main-nav.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .commercial-refresh .main-nav .cta-link {
    grid-column: 1 / -1;
  }

  .commercial-refresh .hero-copy,
  .commercial-refresh .hero-panel a,
  .commercial-refresh .request,
  .commercial-refresh .marketplace-board {
    padding: 18px;
  }

  .commercial-refresh .hero h1 {
    max-width: none;
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: -0.01em;
    hyphens: none;
  }

  .commercial-refresh .hero-sub {
    font-size: 16px;
  }

  .commercial-refresh .hero-actions,
  .commercial-refresh .category-entry,
  .commercial-refresh .solutions-grid,
  .commercial-refresh .process-grid,
  .commercial-refresh .cases-grid,
  .commercial-refresh .site-footer {
    grid-template-columns: 1fr;
  }

  .commercial-refresh .category-entry a {
    min-height: 48px;
    justify-items: start;
    padding-inline: 16px;
  }
}

/* Redesign palette v3: clean brand graphite, white surfaces, quiet controls. */
.commercial-refresh {
  --ms-ink: #25332e;
  --ms-ink-strong: #17211d;
  --ms-muted: #667178;
  --ms-paper: #f6f8fa;
  --ms-soft: #eef2f3;
  --ms-line: rgba(37, 51, 46, 0.14);
  --ms-card: #ffffff;
  --ms-accent: #d3f294;
  --ms-accent-soft: rgba(211, 242, 148, 0.34);
  background:
    linear-gradient(180deg, #ffffff 0, var(--ms-paper) 420px, var(--ms-paper) 100%);
  color: var(--ms-ink);
}

body.vibe-refresh.commercial-refresh,
body.catalog-page.vibe-refresh.commercial-refresh {
  background:
    linear-gradient(180deg, #ffffff 0, var(--ms-paper) 420px, var(--ms-paper) 100%);
}

.commercial-refresh .noise,
.commercial-refresh .shape {
  display: none;
}

.commercial-refresh .site-header {
  border-color: rgba(37, 51, 46, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(37, 51, 46, 0.08);
}

.commercial-refresh .brand,
.commercial-refresh .menu-btn,
.commercial-refresh .main-nav a {
  color: var(--ms-ink);
}

.commercial-refresh .brand:hover,
.commercial-refresh .main-nav a:hover,
.commercial-refresh .hero-panel a:hover,
.commercial-refresh .category-entry a:hover,
.commercial-refresh .footer-links a:hover,
.commercial-refresh .footer-docs button:hover {
  background: #f1f4f5;
}

.commercial-refresh .main-nav a {
  color: rgba(37, 51, 46, 0.72);
  font-weight: 650;
}

.commercial-refresh .main-nav .cta-link,
.commercial-refresh .btn-primary,
.commercial-refresh .hero-actions .btn-primary,
.commercial-refresh .marketplace-actions .btn-primary {
  border-color: var(--ms-ink);
  background: var(--ms-ink);
  color: #ffffff;
  box-shadow: none;
}

.commercial-refresh .main-nav .cta-link:hover,
.commercial-refresh .btn-primary:hover,
.commercial-refresh .hero-actions .btn-primary:hover,
.commercial-refresh .marketplace-actions .btn-primary:hover {
  border-color: var(--ms-ink-strong);
  background: var(--ms-ink-strong);
  color: #ffffff;
}

.commercial-refresh .btn-ghost,
.commercial-refresh .hero-actions .btn-ghost,
.commercial-refresh .marketplace-actions .btn-ghost,
.commercial-refresh .filter-toggle,
.commercial-refresh .load-more {
  border-color: var(--ms-line);
  background: #ffffff;
  color: var(--ms-ink);
}

.commercial-refresh .btn-ghost:hover,
.commercial-refresh .hero-actions .btn-ghost:hover,
.commercial-refresh .marketplace-actions .btn-ghost:hover,
.commercial-refresh .filter-toggle:hover,
.commercial-refresh .load-more:hover {
  border-color: rgba(37, 51, 46, 0.24);
  background: #f7f9fa;
}

.commercial-refresh :focus-visible {
  outline: 3px solid var(--ms-accent-soft);
  outline-offset: 3px;
}

.commercial-refresh .hero-copy,
.commercial-refresh .hero-panel,
.commercial-refresh .request,
.commercial-refresh .marketplace-board,
.commercial-refresh .marketplace-content,
.commercial-refresh .marketplace-sidebar,
.commercial-refresh .selection-panel,
.commercial-refresh .faq-item,
.commercial-refresh .solutions-grid article,
.commercial-refresh .process-grid article,
.commercial-refresh .cases-grid article,
.commercial-refresh .product-card,
.commercial-refresh .source-card {
  border-color: var(--ms-line);
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(37, 51, 46, 0.03);
}

.commercial-refresh .hero h1,
.commercial-refresh .marketplace-intro h1,
.commercial-refresh .section-head h2 {
  color: var(--ms-ink-strong);
  letter-spacing: 0;
}

.commercial-refresh .hero-sub,
.commercial-refresh .marketplace-intro p,
.commercial-refresh .section-head p,
.commercial-refresh .solutions-grid p,
.commercial-refresh .process-grid p,
.commercial-refresh .cases-grid p,
.commercial-refresh .source-card p,
.commercial-refresh .product-info p,
.commercial-refresh .product-footer span,
.commercial-refresh .product-links span,
.commercial-refresh .site-footer p {
  color: var(--ms-muted);
}

.commercial-refresh .hero-panel strong,
.commercial-refresh .solutions-grid h3,
.commercial-refresh .process-grid h3,
.commercial-refresh .cases-grid h3,
.commercial-refresh .product-info h2,
.commercial-refresh .source-card strong,
.commercial-refresh .marketplace-status strong {
  color: var(--ms-ink-strong);
}

.commercial-refresh .hero-panel a {
  border-color: var(--ms-line);
}

.commercial-refresh .process-grid article span {
  color: rgba(37, 51, 46, 0.34);
}

.commercial-refresh .trust,
.commercial-refresh .solutions-grid,
.commercial-refresh .process-grid,
.commercial-refresh .cases-grid,
.commercial-refresh .category-entry {
  border-color: var(--ms-line);
  background: var(--ms-line);
}

.commercial-refresh .category-entry a,
.commercial-refresh .catalog-summary-card,
.commercial-refresh .marketplace-search-card,
.commercial-refresh.catalog-page .breadcrumbs {
  border-color: var(--ms-line);
  background: #ffffff;
  color: var(--ms-ink);
}

.commercial-refresh.catalog-page .breadcrumbs,
.commercial-refresh.catalog-page .breadcrumbs a,
.commercial-refresh.catalog-page .breadcrumbs a::after {
  color: var(--ms-muted);
}

.commercial-refresh .marketplace-search-card {
  background: #f8fafb;
}

.commercial-refresh .source-stats,
.commercial-refresh .seo-link-strip {
  background: transparent;
}

.commercial-refresh .summary-metrics button,
.commercial-refresh .filter-options button,
.commercial-refresh .quick-chips button,
.commercial-refresh .seo-link-strip a,
.commercial-refresh .home-catalog-links a,
.commercial-refresh .product-badges span,
.commercial-refresh .source-chip,
.commercial-refresh .source-warehouse,
.commercial-refresh .source-vesna,
.commercial-refresh .source-severcon,
.commercial-refresh .stock-chip,
.commercial-refresh .photo-chip,
.commercial-refresh .product-meta span {
  border-color: rgba(37, 51, 46, 0.12);
  background: #f3f6f7;
  color: #566168;
}

.commercial-refresh .summary-metrics button:hover,
.commercial-refresh .filter-options button:hover,
.commercial-refresh .quick-chips button:hover,
.commercial-refresh .seo-link-strip a:hover,
.commercial-refresh .home-catalog-links a:hover {
  border-color: rgba(37, 51, 46, 0.24);
  background: #ffffff;
  color: var(--ms-ink);
}

.commercial-refresh .summary-metrics button.is-active,
.commercial-refresh .filter-options button.is-active,
.commercial-refresh .quick-chips button.is-active,
.commercial-refresh .quick-chips button[aria-pressed="true"] {
  border-color: var(--ms-ink);
  background: var(--ms-ink);
  color: #ffffff;
}

.commercial-refresh .source-chip,
.commercial-refresh .source-warehouse,
.commercial-refresh .source-vesna,
.commercial-refresh .source-severcon,
.commercial-refresh .stock-chip,
.commercial-refresh .photo-chip,
.commercial-refresh .product-meta span {
  font-weight: 650;
}

.commercial-refresh .product-media,
.commercial-refresh .product-placeholder,
.commercial-refresh .shelf-product {
  background: #f2f5f6;
}

.commercial-refresh .product-placeholder {
  color: var(--ms-ink);
}

.commercial-refresh .product-specs li {
  border-color: rgba(37, 51, 46, 0.1);
}

.commercial-refresh .product-specs span {
  color: var(--ms-muted);
}

.commercial-refresh .product-specs strong,
.commercial-refresh .product-footer strong {
  color: var(--ms-ink-strong);
}

.commercial-refresh input,
.commercial-refresh select,
.commercial-refresh textarea,
.commercial-refresh .marketplace-search {
  border-color: var(--ms-line);
  background: #ffffff;
  color: var(--ms-ink);
}

.commercial-refresh input:focus,
.commercial-refresh select:focus,
.commercial-refresh textarea:focus,
.commercial-refresh .marketplace-search:focus-within {
  border-color: rgba(37, 51, 46, 0.36);
  box-shadow: 0 0 0 4px var(--ms-accent-soft);
}

.commercial-refresh .selection-head,
.commercial-refresh .marketplace-status,
.commercial-refresh .filter-block + .filter-block,
.commercial-refresh .product-footer,
.commercial-refresh .product-links {
  border-color: var(--ms-line);
}

.commercial-refresh .selection-panel:not(.is-open) {
  background: #ffffff;
}

.commercial-refresh .site-footer {
  border-color: var(--ms-line);
}

.commercial-refresh .footer-links a,
.commercial-refresh .footer-docs button {
  color: var(--ms-ink);
  font-weight: 650;
}

@media (max-width: 820px) {
  .commercial-refresh {
    background: var(--ms-paper);
  }

  .commercial-refresh .site-header {
    top: 8px;
    background: rgba(255, 255, 255, 0.96);
  }

  .commercial-refresh .main-nav.is-open {
    background: #ffffff;
  }
}

/* Storefront refresh: retail layout inspired by large DIY catalog UX. */
body.storefront-refresh {
  --store-bg: #f5f6f4;
  --store-card: #ffffff;
  --store-ink: #151917;
  --store-muted: #68706b;
  --store-line: #e1e5e0;
  --store-soft: #f0f3ef;
  --store-green: #1f7a3f;
  --store-green-dark: #155f30;
  --store-lime: #d3f294;
  margin: 0;
  background: var(--store-bg);
  color: var(--store-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.storefront-refresh main,
.storefront-refresh .site-footer {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.storefront-refresh main {
  padding-bottom: 34px;
}

.storefront-refresh section {
  margin-top: 28px;
}

.storefront-refresh .store-header {
  width: 100%;
  max-width: none;
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 40;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 1px 0 var(--store-line);
  backdrop-filter: none;
}

.storefront-refresh .store-header-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 0;
}

.storefront-refresh .store-topbar,
.storefront-refresh .store-search-row {
  display: grid;
  align-items: center;
  gap: 12px;
}

.storefront-refresh .store-topbar {
  grid-template-columns: auto minmax(170px, auto) 1fr;
}

.storefront-refresh .brand {
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.storefront-refresh .brand:hover {
  background: transparent;
}

.storefront-refresh .brand img {
  width: 156px;
  max-height: 42px;
}

.storefront-refresh .store-region {
  justify-self: start;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--store-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  padding: 0 8px;
  text-align: left;
}

.storefront-refresh .store-region::before {
  content: "Город";
  display: block;
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 600;
}

.storefront-refresh .store-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.storefront-refresh .store-actions a {
  min-width: 54px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--store-soft);
  color: var(--store-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.storefront-refresh .store-actions a:hover {
  background: #e8ede7;
}

.storefront-refresh .store-search-row {
  grid-template-columns: 148px minmax(0, 1fr) auto;
  margin-top: 12px;
}

.storefront-refresh .catalog-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--store-green);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.storefront-refresh .catalog-button::before {
  content: "";
  width: 18px;
  height: 12px;
  margin-right: 12px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  box-shadow: 0 5px 0 currentColor;
}

.storefront-refresh .catalog-button:hover,
.storefront-refresh .btn-primary:hover {
  background: var(--store-green-dark);
}

.storefront-refresh .store-search {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #f1f1ed;
  overflow: hidden;
}

.storefront-refresh .store-search input {
  width: 100%;
  min-height: 50px;
  border: 0;
  background: transparent;
  color: var(--store-ink);
  font: inherit;
  font-size: 16px;
  padding: 0 16px;
}

.storefront-refresh .store-search input:focus {
  outline: none;
}

.storefront-refresh .store-search button {
  border: 0;
  background: transparent;
  color: var(--store-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0 18px;
}

.storefront-refresh .menu-btn {
  display: none;
  min-height: 52px;
  border-radius: 8px;
  border: 1px solid var(--store-line);
  background: #ffffff;
  color: var(--store-ink);
  cursor: pointer;
  font-weight: 900;
}

.storefront-refresh .store-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 0 0 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

.storefront-refresh .store-nav::-webkit-scrollbar {
  display: none;
}

.storefront-refresh .store-nav a {
  flex: 0 0 auto;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.storefront-refresh .store-nav a:hover {
  background: transparent;
  color: var(--store-green);
}

.storefront-refresh .store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 16px;
}

.storefront-refresh .promo-card {
  min-height: 210px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 0.72fr);
  align-items: stretch;
  gap: 12px;
  border-radius: 8px;
  background: #e8efe8;
  color: var(--store-ink);
  overflow: hidden;
  padding: 24px;
  text-decoration: none;
}

.storefront-refresh .promo-card-large {
  grid-row: span 2;
  min-height: 436px;
  background: #dfe9df;
}

.storefront-refresh .promo-card-dark {
  grid-template-columns: 1fr;
  background: #17211d;
  color: #ffffff;
}

.storefront-refresh .promo-card h1,
.storefront-refresh .promo-card h2 {
  margin: 0;
  max-width: 12ch;
  color: inherit;
  font-size: clamp(28px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.storefront-refresh .promo-card h2 {
  max-width: 14ch;
  font-size: clamp(24px, 2.6vw, 36px);
}

.storefront-refresh .promo-card p {
  max-width: 36ch;
  margin: 14px 0 0;
  color: currentColor;
  font-size: 17px;
  line-height: 1.45;
  opacity: 0.76;
}

.storefront-refresh .promo-card span {
  display: inline-flex;
  margin-top: 22px;
  color: var(--store-green-dark);
  font-weight: 900;
}

.storefront-refresh .promo-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: contain;
  align-self: end;
  mix-blend-mode: multiply;
}

.storefront-refresh .store-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.storefront-refresh .store-section-head h2 {
  margin: 0;
  color: var(--store-ink);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.storefront-refresh .store-section-head p {
  max-width: 62ch;
  margin: 8px 0 0;
  color: var(--store-muted);
  line-height: 1.5;
}

.storefront-refresh .store-section-head a {
  color: var(--store-ink);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.storefront-refresh .category-grid,
.storefront-refresh .catalog-category-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.storefront-refresh .category-grid a,
.storefront-refresh .catalog-category-list a {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--store-ink);
  padding: 14px;
  text-decoration: none;
}

.storefront-refresh .category-grid a:hover,
.storefront-refresh .catalog-category-list a:hover,
.storefront-refresh .home-product-card:hover,
.storefront-refresh .product-card:hover {
  border-color: rgba(31, 122, 63, 0.42);
  box-shadow: 0 10px 24px rgba(21, 25, 23, 0.08);
  transform: translateY(-1px);
}

.storefront-refresh .category-grid img,
.storefront-refresh .catalog-category-list img {
  width: 100%;
  height: 88px;
  object-fit: contain;
  justify-self: center;
}

.storefront-refresh .category-grid span,
.storefront-refresh .catalog-category-list span {
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.storefront-refresh .category-letter {
  width: 70px;
  height: 70px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--store-lime);
  color: var(--store-ink);
}

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

.storefront-refresh .home-product-card,
.storefront-refresh .product-card {
  min-width: 0;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.storefront-refresh .home-product-card a {
  display: grid;
  gap: 8px;
  color: inherit;
  padding: 12px;
  text-decoration: none;
}

.storefront-refresh .home-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #ffffff;
}

.storefront-refresh .home-product-card span {
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 800;
}

.storefront-refresh .home-product-card h3 {
  min-height: 48px;
  margin: 0;
  color: var(--store-ink);
  font-size: 15px;
  line-height: 1.28;
}

.storefront-refresh .home-product-card strong {
  color: var(--store-ink);
  font-size: 20px;
  font-weight: 900;
}

.storefront-refresh .service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: var(--store-line);
  overflow: hidden;
}

.storefront-refresh .service-strip article {
  display: grid;
  gap: 8px;
  background: #ffffff;
  padding: 20px;
}

.storefront-refresh .service-strip strong {
  color: var(--store-ink);
  font-size: 18px;
}

.storefront-refresh .service-strip span {
  color: var(--store-muted);
  line-height: 1.45;
}

.storefront-refresh .request,
.storefront-refresh .faq-item {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.storefront-refresh .request {
  padding: clamp(22px, 4vw, 40px);
}

.storefront-refresh .request form {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.storefront-refresh .btn,
.storefront-refresh .btn-primary,
.storefront-refresh .btn-ghost {
  border-radius: 8px;
  font-weight: 900;
}

.storefront-refresh .btn-primary {
  border-color: var(--store-green);
  background: var(--store-green);
  color: #ffffff;
}

.storefront-refresh .btn-ghost {
  border-color: var(--store-line);
  background: #ffffff;
  color: var(--store-ink);
}

.storefront-refresh input,
.storefront-refresh select,
.storefront-refresh textarea {
  border-color: var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--store-ink);
}

.storefront-refresh input:focus,
.storefront-refresh select:focus,
.storefront-refresh textarea:focus,
.storefront-refresh .store-search:focus-within,
.storefront-refresh .marketplace-search:focus-within {
  border-color: rgba(31, 122, 63, 0.54);
  box-shadow: 0 0 0 4px rgba(211, 242, 148, 0.5);
}

.storefront-refresh .breadcrumbs {
  margin-top: 28px;
  border: 0;
  background: transparent;
  color: var(--store-muted);
  padding: 0;
}

.storefront-refresh .breadcrumbs a,
.storefront-refresh .breadcrumbs a::after {
  color: var(--store-muted);
}

.storefront-refresh .store-catalog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 12px;
}

.storefront-refresh .store-catalog-head h1 {
  max-width: 900px;
  margin: 0;
  color: var(--store-ink);
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.storefront-refresh .store-catalog-head p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--store-muted);
  font-size: 18px;
  line-height: 1.5;
}

.storefront-refresh .store-catalog-head a {
  color: var(--store-ink);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.storefront-refresh .catalog-promo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.storefront-refresh .catalog-promo-row a {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 8px;
  border-radius: 8px;
  background: #e8efe8;
  color: var(--store-ink);
  padding: 18px;
  text-decoration: none;
}

.storefront-refresh .catalog-promo-row strong {
  font-size: 20px;
}

.storefront-refresh .catalog-promo-row span {
  color: var(--store-muted);
  line-height: 1.4;
}

.storefront-refresh .marketplace-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.storefront-refresh .marketplace-search-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
  padding: 16px;
}

.storefront-refresh .marketplace-search {
  display: grid;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--store-ink);
  font-size: 13px;
  font-weight: 900;
}

.storefront-refresh .marketplace-search input {
  min-height: 50px;
  font-size: 16px;
}

.storefront-refresh .marketplace-actions {
  display: flex;
  gap: 10px;
}

.storefront-refresh .seo-link-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.storefront-refresh .seo-link-strip a,
.storefront-refresh .quick-chips button,
.storefront-refresh .filter-options button {
  border: 1px solid var(--store-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--store-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.storefront-refresh .seo-link-strip a {
  padding: 9px 12px;
}

.storefront-refresh .category-shelf {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.storefront-refresh .category-shelf + .category-shelf {
  margin-top: 28px;
}

.storefront-refresh .shelf-head {
  margin-bottom: 12px;
}

.storefront-refresh .shelf-head h2 {
  margin: 0;
  color: var(--store-ink);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: 0;
}

.storefront-refresh .shelf-head p {
  margin: 6px 0 0;
  color: var(--store-muted);
}

.storefront-refresh .shelf-head button {
  border: 0;
  background: transparent;
  color: var(--store-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.storefront-refresh .shelf-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.storefront-refresh .shelf-product {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
}

.storefront-refresh .shelf-product a {
  color: inherit;
  text-decoration: none;
}

.storefront-refresh .shelf-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #ffffff;
}

.storefront-refresh .shelf-product span {
  display: block;
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 800;
}

.storefront-refresh .shelf-product strong {
  display: block;
  min-height: 44px;
  margin-top: 6px;
  color: var(--store-ink);
  font-size: 14px;
  line-height: 1.25;
}

.storefront-refresh .shelf-product small {
  display: block;
  margin-top: 8px;
  color: var(--store-ink);
  font-size: 17px;
  font-weight: 900;
}

.storefront-refresh .shelf-product button {
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  border: 0;
  border-radius: 8px;
  background: var(--store-green);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.storefront-refresh .marketplace-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.storefront-refresh .marketplace-sidebar,
.storefront-refresh .marketplace-content {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.storefront-refresh .marketplace-sidebar {
  position: sticky;
  top: 174px;
  padding: 16px;
}

.storefront-refresh .filter-title {
  color: var(--store-ink);
  font-size: 14px;
  font-weight: 900;
}

.storefront-refresh .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.storefront-refresh .filter-options button {
  min-height: 34px;
  padding: 7px 10px;
  text-align: left;
}

.storefront-refresh .filter-options button span {
  color: var(--store-muted);
  margin-left: 6px;
}

.storefront-refresh .filter-options button.is-active,
.storefront-refresh .quick-chips button.is-active,
.storefront-refresh .quick-chips button[aria-pressed="true"],
.storefront-refresh .quick-chips button:hover {
  border-color: var(--store-green);
  background: var(--store-green);
  color: #ffffff;
}

.storefront-refresh .filter-options button.is-active span {
  color: inherit;
}

.storefront-refresh .marketplace-content {
  padding: 16px;
}

.storefront-refresh .marketplace-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--store-line);
  padding-bottom: 14px;
}

.storefront-refresh .marketplace-status strong {
  color: var(--store-ink);
  font-size: 24px;
  font-weight: 900;
}

.storefront-refresh .marketplace-status span {
  color: var(--store-muted);
  font-size: 14px;
}

.storefront-refresh .quick-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.storefront-refresh .quick-chips button {
  min-height: 36px;
  cursor: pointer;
  padding: 8px 12px;
}

.storefront-refresh .marketplace-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: var(--store-line);
  overflow: hidden;
}

.storefront-refresh .product-card {
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.storefront-refresh .product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.storefront-refresh .product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.storefront-refresh .product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.storefront-refresh .product-badges span,
.storefront-refresh .source-chip,
.storefront-refresh .stock-chip,
.storefront-refresh .photo-chip,
.storefront-refresh .product-meta span {
  border: 0;
  border-radius: 999px;
  background: #f0f3ef;
  color: #59615c;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 8px;
}

.storefront-refresh .product-info {
  display: grid;
  gap: 8px;
  padding: 0 14px 12px;
}

.storefront-refresh .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 26px;
}

.storefront-refresh .product-info h2 {
  min-height: 58px;
  margin: 0;
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.28;
}

.storefront-refresh .product-info p {
  display: none;
}

.storefront-refresh .product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.storefront-refresh .product-specs li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  color: var(--store-muted);
  font-size: 12px;
  padding: 6px 8px;
}

.storefront-refresh .product-specs strong {
  color: var(--store-ink);
}

.storefront-refresh .product-footer {
  display: grid;
  gap: 10px;
  margin-top: auto;
  border: 0;
  padding: 0 14px 14px;
}

.storefront-refresh .product-footer strong {
  color: var(--store-ink);
  font-size: 23px;
  font-weight: 900;
}

.storefront-refresh .product-footer span {
  color: var(--store-muted);
  font-size: 13px;
}

.storefront-refresh .product-footer .btn {
  width: 100%;
  min-height: 44px;
}

.storefront-refresh .product-links {
  display: none;
}

.storefront-refresh .product-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  gap: 8px;
  background: #f6f7f5;
  color: var(--store-muted);
  padding: 16px;
  text-align: center;
}

.storefront-refresh .selection-panel {
  position: fixed;
  top: 118px;
  right: 18px;
  z-index: 60;
  width: min(380px, calc(100vw - 28px));
  max-height: calc(100vh - 136px);
  overflow: auto;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(21, 25, 23, 0.18);
  padding: 16px;
}

.storefront-refresh .selection-panel:not(.is-open) {
  display: none;
}

.storefront-refresh .selection-head {
  border-bottom: 1px solid var(--store-line);
}

.storefront-refresh .store-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(220px, auto);
  gap: 24px;
  border-top: 1px solid var(--store-line);
  color: var(--store-ink);
  padding: 30px 0;
}

.storefront-refresh .store-footer p {
  margin: 6px 0 0;
  color: var(--store-muted);
}

.storefront-refresh .footer-links,
.storefront-refresh .footer-docs {
  display: grid;
  gap: 8px;
}

.storefront-refresh .footer-links a,
.storefront-refresh .footer-docs button,
.storefront-refresh .inline-link {
  border: 0;
  background: transparent;
  color: var(--store-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .storefront-refresh .category-grid,
  .storefront-refresh .catalog-category-list,
  .storefront-refresh .marketplace-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storefront-refresh .home-product-grid,
  .storefront-refresh .service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .storefront-refresh .store-topbar {
    grid-template-columns: auto 1fr;
  }

  .storefront-refresh .store-region {
    display: none;
  }

  .storefront-refresh .store-actions {
    gap: 6px;
  }

  .storefront-refresh .store-actions a {
    min-width: 48px;
    min-height: 48px;
    font-size: 12px;
  }

  .storefront-refresh .store-search-row {
    grid-template-columns: minmax(112px, 132px) minmax(0, 1fr) 72px;
  }

  .storefront-refresh .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .storefront-refresh .store-nav {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--store-line);
    border-radius: 8px;
    background: var(--store-line);
    overflow: hidden;
    padding: 0;
  }

  .storefront-refresh .store-nav.is-open {
    display: grid;
  }

  .storefront-refresh .store-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 0 12px;
  }

  .storefront-refresh .store-hero,
  .storefront-refresh .marketplace-search-card,
  .storefront-refresh .marketplace-layout {
    grid-template-columns: 1fr;
  }

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

  .storefront-refresh .promo-card,
  .storefront-refresh .promo-card-large {
    min-height: 230px;
    grid-row: auto;
  }

  .storefront-refresh .marketplace-sidebar {
    display: none;
    position: static;
  }

  .storefront-refresh .marketplace-sidebar.is-open {
    display: block;
  }

  .storefront-refresh .filter-toggle {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .storefront-refresh main,
  .storefront-refresh .site-footer,
  .storefront-refresh .store-header-inner {
    width: min(100% - 20px, 1280px);
  }

  .storefront-refresh .store-topbar {
    grid-template-columns: 1fr auto;
  }

  .storefront-refresh .brand img {
    width: 132px;
  }

  .storefront-refresh .store-actions a {
    min-width: 42px;
    min-height: 42px;
  }

  .storefront-refresh .store-search-row {
    grid-template-columns: 1fr auto;
  }

  .storefront-refresh .catalog-button {
    min-height: 48px;
    justify-content: flex-start;
    padding: 0 14px;
  }

  .storefront-refresh .store-search {
    grid-column: 1 / -1;
    order: 3;
  }

  .storefront-refresh .promo-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .storefront-refresh .promo-card h1 {
    font-size: 34px;
  }

  .storefront-refresh .promo-card h2 {
    font-size: 27px;
  }

  .storefront-refresh .promo-card img {
    max-height: 190px;
  }

  .storefront-refresh .category-grid,
  .storefront-refresh .catalog-category-list,
  .storefront-refresh .home-product-grid,
  .storefront-refresh .service-strip,
  .storefront-refresh .catalog-promo-row,
  .storefront-refresh .marketplace-grid,
  .storefront-refresh .store-footer {
    grid-template-columns: 1fr;
  }

  .storefront-refresh .category-grid a,
  .storefront-refresh .catalog-category-list a {
    min-height: 92px;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
  }

  .storefront-refresh .category-grid img,
  .storefront-refresh .catalog-category-list img {
    height: 66px;
  }

  .storefront-refresh .store-catalog-head {
    display: grid;
  }

  .storefront-refresh .store-catalog-head h1 {
    font-size: 34px;
  }

  .storefront-refresh .marketplace-actions {
    display: grid;
  }

  .storefront-refresh .marketplace-grid {
    gap: 8px;
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .storefront-refresh .product-card {
    border: 1px solid var(--store-line);
    border-radius: 8px;
  }

  .storefront-refresh .selection-panel {
    top: 84px;
    right: 10px;
    max-height: calc(100vh - 104px);
  }
}

/* Final footer/header overrides after legacy storefront rules. */
body.storefront-refresh .store-actions a {
  min-width: 58px;
  min-height: 58px;
  display: grid;
  place-items: center;
  gap: 3px;
  padding: 6px;
}

body.storefront-refresh .store-actions svg,
body.storefront-refresh .catalog-button svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.storefront-refresh .store-actions svg {
  width: 21px;
  height: 21px;
  stroke-width: 2;
}

body.storefront-refresh .store-actions span {
  font-size: 11px;
  font-weight: 900;
}

body.storefront-refresh .catalog-button {
  gap: 10px;
}

body.storefront-refresh .catalog-button::before {
  display: none;
}

body.storefront-refresh .catalog-button svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

body.storefront-refresh .store-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr));
  align-items: start;
  gap: 24px;
  border-top: 1px solid var(--store-line);
  margin-top: 34px;
  padding: 34px 0;
  color: var(--store-ink);
}

body.storefront-refresh .footer-brand img {
  display: block;
  width: 156px;
  height: auto;
}

body.storefront-refresh .footer-brand p {
  max-width: 34ch;
  margin: 14px 0 18px;
  color: var(--store-muted);
  line-height: 1.5;
}

body.storefront-refresh .footer-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--store-green);
  color: #ffffff;
  font-weight: 900;
  padding: 0 16px;
  text-decoration: none;
}

body.storefront-refresh .footer-col {
  display: grid;
  gap: 10px;
}

body.storefront-refresh .footer-col strong {
  margin-bottom: 4px;
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 900;
}

body.storefront-refresh .footer-col a,
body.storefront-refresh .footer-col button {
  width: max-content;
  max-width: 100%;
  border: 0;
  background: transparent;
  color: var(--store-muted);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

body.storefront-refresh .footer-col a:hover,
body.storefront-refresh .footer-col button:hover {
  color: var(--store-green);
}

body.storefront-refresh .catalog-category-list a.is-active {
  border-color: var(--store-green);
  box-shadow: inset 0 0 0 2px rgba(31, 122, 63, 0.18);
}

body.storefront-refresh.is-category-page .catalog-promo-row {
  display: none;
}

body.storefront-refresh.is-category-page .store-catalog-head {
  min-height: 180px;
  align-items: center;
  border-radius: 8px;
  background: #e8efe8;
  padding: clamp(20px, 4vw, 34px);
}

body.storefront-refresh .checks label,
body.storefront-refresh .consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

body.storefront-refresh .checks input,
body.storefront-refresh .consent-line input {
  flex: 0 0 auto;
  margin-top: 3px;
}

body.storefront-refresh .checks .inline-link {
  display: inline;
  width: auto;
}

@media (max-width: 1120px) {
  body.storefront-refresh .store-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.storefront-refresh .store-actions a {
    min-width: 50px;
    min-height: 50px;
  }

  body.storefront-refresh .store-actions span {
    display: none;
  }
}

@media (max-width: 640px) {
  body.storefront-refresh .store-actions a {
    min-width: 44px;
    min-height: 44px;
  }

  body.storefront-refresh .store-footer {
    grid-template-columns: 1fr;
  }
}

/* Current pass: no round header bubbles, larger logo, no-photo cards in the tail. */
body.storefront-refresh .brand img {
  width: 202px;
  max-height: 56px;
}

body.storefront-refresh .store-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
}

body.storefront-refresh .store-actions a {
  width: 58px;
  min-width: 58px;
  height: 54px;
  min-height: 54px;
  display: grid;
  grid-template-rows: 24px 16px;
  place-items: center;
  align-content: center;
  justify-content: center;
  row-gap: 4px;
  border-radius: 8px;
  background: transparent;
  color: var(--store-ink);
  padding: 6px 4px;
  line-height: 1;
  text-align: center;
}

body.storefront-refresh .store-actions a:hover {
  background: #eef2ee;
}

body.storefront-refresh .store-actions svg {
  display: block;
  width: 24px;
  height: 24px;
}

body.storefront-refresh .store-actions span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

body.storefront-refresh .footer-brand img {
  width: 202px;
}

body.storefront-refresh .product-card-no-photo {
  background: #fbfcfb;
}

body.storefront-refresh .product-card-no-photo .product-media {
  background: #f2f4f2;
}

/* Legal footer, search controls and catalog area filter polish. */
body.storefront-refresh input[type="search"] {
  accent-color: var(--store-green);
  caret-color: var(--store-green);
}

body.storefront-refresh input[type="search"]::-webkit-search-cancel-button {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-color: var(--store-green);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6l12 12M18 6 6 18' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6l12 12M18 6 6 18' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

body.storefront-refresh .store-footer {
  box-sizing: border-box;
  grid-template-columns: minmax(280px, 1.18fr) repeat(3, minmax(150px, 0.82fr));
  column-gap: clamp(28px, 4.8vw, 72px);
  row-gap: 28px;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(24px, 3vw, 36px);
}

body.storefront-refresh .footer-brand,
body.storefront-refresh .footer-col {
  min-width: 0;
}

body.storefront-refresh .footer-brand p {
  max-width: 31ch;
}

body.storefront-refresh .footer-col {
  gap: 11px;
}

body.storefront-refresh .footer-col strong {
  font-size: 16px;
}

body.storefront-refresh .footer-col a,
body.storefront-refresh .footer-col button {
  line-height: 1.35;
}

body.storefront-refresh .modal-card {
  border-radius: 8px;
  background: #ffffff;
  color: var(--store-ink);
}

body.storefront-refresh .modal-card h3 {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
}

body.storefront-refresh .modal-card p {
  color: var(--store-muted);
}

@media (max-width: 1120px) {
  body.storefront-refresh .store-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.storefront-refresh .store-footer {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}

body.storefront-refresh .product-card-no-photo .product-placeholder {
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(31, 122, 63, 0.08), rgba(211, 242, 148, 0.12));
}

body.storefront-refresh .product-card-no-photo .product-placeholder strong {
  color: var(--store-ink);
  font-size: 16px;
}

/* Service request page cleanup. */
body.storefront-refresh .promo-card-service {
  grid-template-columns: 1fr;
  background: var(--store-green);
  color: #ffffff;
}

body.storefront-refresh .promo-card-service span {
  color: #ffffff;
}

body.storefront-refresh.is-service-page .catalog-category-list,
body.storefront-refresh.is-service-page .catalog-promo-row,
body.storefront-refresh.is-service-page .marketplace-board,
body.storefront-refresh.is-service-page .category-showcase,
body.storefront-refresh.is-service-page .marketplace-layout {
  display: none;
}

body.storefront-refresh .service-request-page[hidden] {
  display: none;
}

body.storefront-refresh .service-request-page {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.75fr);
  gap: 18px;
  align-items: start;
}

body.storefront-refresh .service-request-copy,
body.storefront-refresh .service-request-form {
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(20px, 3vw, 32px);
}

body.storefront-refresh .service-request-copy > span {
  display: inline-flex;
  color: var(--store-green);
  font-size: 13px;
  font-weight: 900;
}

body.storefront-refresh .service-request-copy h2 {
  max-width: 10ch;
  margin: 8px 0 14px;
  color: var(--store-ink);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

body.storefront-refresh .service-request-copy p {
  max-width: 58ch;
  color: var(--store-muted);
  line-height: 1.55;
}

body.storefront-refresh .service-request-points {
  margin-top: 24px;
  border-top: 1px solid var(--store-line);
  padding-top: 18px;
}

body.storefront-refresh .service-request-points strong {
  display: block;
  margin-bottom: 10px;
  color: var(--store-ink);
  font-weight: 900;
}

body.storefront-refresh .service-request-points ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--store-muted);
}

body.storefront-refresh .service-request-form {
  display: grid;
  gap: 14px;
}

body.storefront-refresh .service-request-form label {
  display: grid;
  gap: 8px;
  color: var(--store-ink);
  font-size: 13px;
  font-weight: 900;
}

body.storefront-refresh .service-request-form input,
body.storefront-refresh .service-request-form select,
body.storefront-refresh .service-request-form textarea {
  width: 100%;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--store-ink);
  font: inherit;
  padding: 12px 13px;
}

body.storefront-refresh .service-request-form textarea {
  resize: vertical;
}

body.storefront-refresh .service-request-form input:focus,
body.storefront-refresh .service-request-form select:focus,
body.storefront-refresh .service-request-form textarea:focus {
  border-color: var(--store-green);
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 122, 63, 0.12);
}

body.storefront-refresh .footer-col[aria-label="Документы"] {
  gap: 10px;
}

@media (max-width: 900px) {
  body.storefront-refresh .service-request-page {
    grid-template-columns: 1fr;
  }

  body.storefront-refresh .service-request-copy h2 {
    max-width: 14ch;
  }
}

body.storefront-refresh .product-card-no-photo .photo-chip {
  background: #ffffff;
  color: var(--store-muted);
}

body.storefront-refresh #allProducts,
body.storefront-refresh #request,
body.storefront-refresh .category-showcase {
  scroll-margin-top: 170px;
}

@media (max-width: 900px) {
  body.storefront-refresh .brand img {
    width: 182px;
  }

  body.storefront-refresh .store-actions a {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    grid-template-rows: 1fr;
    padding: 6px;
  }

  body.storefront-refresh .store-actions span {
    display: none;
  }
}

@media (max-width: 640px) {
  body.storefront-refresh .brand img {
    width: 170px;
  }

  body.storefront-refresh .store-actions a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 5px;
  }
}
