:root {
  --ink: #111827;
  --muted: #5f6874;
  --line: #e6e0d8;
  --gold: #b58a3c;
  --gold-dark: #8b6728;
  --teal: #1f6f6b;
  --ruby: #8f2d4b;
  --paper: #f7f4ef;
  --soft: #f8fafc;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
  --soft-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  --page-gutter: clamp(10px, 1.2vw, 22px);
}

/* VELLITH benchmark-style homepage, v1.5.0 */
.vellith-home-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 76px));
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.vellith-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38), transparent);
  pointer-events: none;
}

.vellith-home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
  min-height: min(760px, calc(100vh - 76px));
  gap: 44px;
  padding: 88px 0 68px;
}

.vellith-home-hero-copy {
  max-width: 820px;
}

.vellith-home-hero-copy h1 {
  max-width: 800px;
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.vellith-home-hero-copy p {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.82;
}

.vellith-home-hero-card {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(14, 13, 12, 0.48);
  padding: 30px;
  backdrop-filter: blur(14px);
}

.vellith-home-hero-card span {
  display: block;
  margin-bottom: 10px;
  color: #d8b875;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vellith-home-hero-card strong {
  display: block;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.12;
}

.vellith-home-hero-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vellith-home-hero-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.6;
}

.vellith-home-hero-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #d8b875;
  border-radius: 50%;
}

.vellith-advantage-strip {
  border-bottom: 1px solid var(--vellith-line);
  background: #fff;
}

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

.vellith-advantage-grid article {
  min-height: 128px;
  padding: 28px 28px 26px;
  border-right: 1px solid var(--vellith-line);
}

.vellith-advantage-grid article:first-child {
  border-left: 1px solid var(--vellith-line);
}

.vellith-advantage-grid strong {
  display: block;
  margin-bottom: 9px;
  color: var(--vellith-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
}

.vellith-advantage-grid span {
  display: block;
  color: var(--vellith-muted);
  font-size: 14px;
  line-height: 1.58;
}

.vellith-product-line-section,
.vellith-featured-section,
.vellith-news-section {
  padding: 88px 0;
  background: #fff;
}

.vellith-paper-section,
.vellith-custom-section {
  background: #f7f3ec;
}

.vellith-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 36px;
}

.vellith-section-head h2,
.vellith-custom-copy h2,
.vellith-factory-layout h2,
.vellith-inquiry-layout h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--vellith-black);
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

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

.vellith-category-card {
  min-width: 0;
  border: 1px solid var(--vellith-line);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vellith-category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(40, 31, 20, 0.1);
}

.vellith-category-card a {
  display: block;
}

.vellith-category-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  background: #eee9df;
}

.vellith-category-card span {
  display: block;
  padding: 19px 20px 0;
  color: var(--vellith-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.16;
}

.vellith-category-card p {
  margin: 0;
  padding: 10px 20px 22px;
  color: var(--vellith-muted);
  font-size: 14px;
  line-height: 1.62;
}

.vellith-custom-section {
  padding: 96px 0;
}

.vellith-custom-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: 54px;
  align-items: center;
}

.vellith-custom-media {
  min-height: 560px;
  overflow: hidden;
}

.vellith-custom-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.vellith-custom-copy > p {
  max-width: 620px;
  margin: 22px 0 24px;
  color: var(--vellith-muted);
  font-size: 16px;
  line-height: 1.78;
}

.vellith-step-list {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.vellith-step-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(174, 152, 112, 0.35);
}

.vellith-step-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--vellith-gold);
  color: var(--vellith-gold);
  font-weight: 900;
}

.vellith-step-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--vellith-black);
  font-size: 18px;
}

.vellith-step-list p {
  margin: 0;
  color: var(--vellith-muted);
  font-size: 14px;
  line-height: 1.6;
}

.vellith-factory-section {
  padding: 92px 0;
  background: #1b1a18;
  color: #fff;
}

.vellith-factory-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
  gap: 50px;
  align-items: start;
}

.vellith-factory-layout h2 {
  color: #fff;
}

.vellith-factory-layout p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.vellith-factory-stats {
  display: grid;
  gap: 14px;
}

.vellith-factory-stats article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
}

.vellith-factory-stats strong {
  display: block;
  margin-bottom: 8px;
  color: #d8b875;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.vellith-factory-stats span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

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

.vellith-news-grid article {
  border: 1px solid var(--vellith-line);
  background: #fff;
}

.vellith-news-grid a {
  display: block;
  height: 100%;
}

.vellith-news-grid img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.vellith-news-grid span {
  display: inline-block;
  margin: 20px 22px 9px;
  color: var(--vellith-gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vellith-news-grid h3 {
  margin: 0;
  padding: 0 22px;
  color: var(--vellith-black);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.16;
}

.vellith-news-grid p {
  margin: 0;
  padding: 12px 22px 24px;
  color: var(--vellith-muted);
  font-size: 14px;
  line-height: 1.65;
}

.vellith-inquiry-section {
  padding: 92px 0;
  background: #f7f3ec;
}

.vellith-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  gap: 44px;
  align-items: start;
}

.vellith-inquiry-layout > div:first-child p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  color: var(--vellith-muted);
  line-height: 1.78;
}

.vellith-inline-form {
  border: 1px solid var(--vellith-line);
  background: #fff;
  padding: 28px;
}

.vellith-inline-form .inquiry-form {
  margin: 0;
}

@media (max-width: 1180px) {
  .vellith-home-hero-inner,
  .vellith-custom-layout,
  .vellith-factory-layout,
  .vellith-inquiry-layout {
    grid-template-columns: 1fr;
  }

  .vellith-home-hero-card {
    max-width: 560px;
  }

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

@media (max-width: 820px) {
  .vellith-home-hero {
    min-height: auto;
    background-position: 58% center;
  }

  .vellith-home-hero-inner {
    min-height: auto;
    padding: 92px 0 32px;
    gap: 22px;
  }

  .vellith-home-hero-copy h1 {
    max-width: 360px;
    font-size: 43px;
    line-height: 1.04;
  }

  .vellith-home-hero-copy p {
    max-width: 360px;
    font-size: 15px;
    line-height: 1.68;
  }

  .vellith-home-hero-card {
    padding: 20px;
  }

  .vellith-advantage-grid,
  .vellith-news-grid {
    grid-template-columns: 1fr;
  }

  .vellith-advantage-grid article,
  .vellith-advantage-grid article:first-child {
    min-height: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--vellith-line);
  }

  .vellith-section-head {
    display: block;
    margin-bottom: 24px;
  }

  .vellith-section-head .text-link {
    display: inline-flex;
    margin-top: 14px;
  }

  .vellith-section-head h2,
  .vellith-custom-copy h2,
  .vellith-factory-layout h2,
  .vellith-inquiry-layout h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .vellith-product-line-section,
  .vellith-featured-section,
  .vellith-news-section,
  .vellith-custom-section,
  .vellith-factory-section,
  .vellith-inquiry-section {
    padding: 54px 0;
  }

  .vellith-custom-media,
  .vellith-custom-media img {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .vellith-home-hero-inner {
    padding-top: 74px;
  }

  .vellith-home-hero-copy h1 {
    font-size: 36px;
  }

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

  .vellith-home-hero-copy .button {
    width: 100%;
  }

  .vellith-category-grid,
  .vellith-clean .clean-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vellith-category-card span {
    font-size: 21px;
  }

  .vellith-step-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .vellith-step-list span {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .vellith-inline-form {
    padding: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

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

a:hover {
  color: var(--gold-dark);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  top: 16px;
}

.site-container {
  width: min(1760px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
}

.site-main {
  min-height: 60vh;
}

[id] {
  scroll-margin-top: 150px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.button-primary {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}

.button-primary:hover {
  background: var(--gold-dark);
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  border-color: var(--line);
}

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

.button-small {
  min-height: 36px;
  padding: 8px 13px;
  font-size: 14px;
}

.button-full {
  width: 100%;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lead {
  color: var(--muted);
  font-size: 18px;
}

.site-notice {
  margin: 18px auto 0;
  width: min(1180px, calc(100% - 32px));
  padding: 12px 16px;
  border: 1px solid rgba(31, 111, 107, 0.25);
  border-radius: 8px;
  background: rgba(31, 111, 107, 0.08);
  color: var(--teal);
}

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

.utility-bar {
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  gap: 18px;
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.84);
}

.language-switch {
  display: flex;
  align-items: center;
  min-height: 24px;
  color: #e5cf9d;
}

.language-switch .gtranslate_wrapper,
.language-switch .gt-current-wrapper,
.language-switch .gt-current-lang,
.language-switch a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.language-switch .gtranslate_wrapper {
  flex-wrap: wrap;
  gap: 10px;
}

.language-switch .gt_switcher {
  font-family: inherit !important;
}

.language-switch .gt_switcher .gt_selected {
  border-radius: 3px !important;
  min-height: 28px;
}

.language-switch .gt_switcher .gt_option {
  font-family: inherit !important;
}

.language-switch a,
.language-switch .gt-current-wrapper,
.language-switch .gt-current-lang,
.language-switch-fallback {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
}

.language-switch a:hover {
  color: #f3d99b;
}

.language-switch img {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  object-fit: cover;
}

.language-switch .gt-current-lang,
.language-switch .gt-current-wrapper {
  color: #f3d99b;
}

.header-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 72px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: clamp(40px, 3.6vw, 54px);
  height: clamp(40px, 3.6vw, 54px);
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  color: var(--gold);
  font-weight: 900;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  font-size: 20px;
  white-space: nowrap;
  letter-spacing: 0;
}

.primary-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a {
  display: block;
  padding: 10px 13px;
  border-radius: 3px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.primary-nav a:hover {
  background: var(--paper);
}

.category-nav {
  border-top: 1px solid rgba(230, 224, 216, 0.75);
  background: #fbfaf8;
}

.category-nav-inner {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 42px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-nav-inner::-webkit-scrollbar {
  display: none;
}

.category-nav a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.category-nav a:hover {
  border-color: var(--line);
  background: var(--white);
  color: var(--gold-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-link {
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  width: 100%;
  min-height: max(680px, calc(100vh - 150px));
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center right;
}

.hero-inner {
  padding: 76px 0 52px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: end;
}

.hero-copy-column {
  min-width: 0;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 64px;
  line-height: 1.03;
}

.hero-copy {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

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

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.hero-badge-row span {
  padding: 6px 10px;
  border: 1px solid rgba(181, 138, 60, 0.32);
  background: rgba(255, 255, 255, 0.74);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 10px;
  margin: 42px 0 0;
}

.hero-metrics div {
  padding: 14px 16px;
  border: 1px solid rgba(181, 138, 60, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.82);
}

.hero-slider-dots {
  display: flex;
  gap: 8px;
  margin-top: 34px;
}

.hero-slider-dots span {
  width: 30px;
  height: 3px;
  background: rgba(17, 24, 39, 0.28);
}

.hero-slider-dots .active {
  background: var(--gold);
}

.hero-inquiry-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(181, 138, 60, 0.28);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.hero-inquiry-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
}

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

.hero-checklist li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.hero-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

.hero-contact-meta {
  display: grid;
  gap: 4px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.hero-contact-meta strong {
  font-size: 15px;
}

.hero-metrics dt {
  font-size: 24px;
  font-weight: 900;
}

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

.section {
  padding: 68px 0;
}

.section-tight {
  padding: 22px 0;
}

.muted-band {
  background: linear-gradient(180deg, var(--soft), var(--paper));
}

.section-head {
  margin-bottom: 28px;
}

.section-head h2,
.process-layout h2,
.cta-inner h2,
.content-body h2,
.inquiry-panel h2,
.contact-info h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.16;
}

.split-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.text-link {
  color: var(--teal);
  font-weight: 800;
}

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

.trust-strip span {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.trust-strip-reference {
  border: 1px solid var(--line);
  gap: 0;
}

.trust-strip-reference span {
  border: 0;
  border-right: 1px solid var(--line);
}

.trust-strip-reference span:last-child {
  border-right: 0;
}

.quick-category-band {
  padding-top: 56px;
  background: #fff;
}

.quick-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--white);
}

.quick-category-grid a {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-category-grid a:nth-child(4n) {
  border-right: 0;
}

.quick-category-grid a:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.quick-category-grid span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(181, 138, 60, 0.34);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
}

.quick-category-grid strong {
  font-size: 15px;
  line-height: 1.3;
}

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

.category-card,
.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.category-grid-reference {
  gap: 18px;
}

.category-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.category-card-body,
.product-card-body {
  padding: 18px;
}

.category-card h3,
.product-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.category-card p,
.product-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.category-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--teal);
  font-weight: 800;
}

.service-band {
  background: #fff;
}

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

.service-card {
  padding: 22px 20px;
  border: 1px solid var(--line);
  background: var(--white);
}

.service-card h3 {
  margin: 0;
  font-size: 20px;
}

.service-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card-media {
  position: relative;
  background: var(--paper);
}

.product-card-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.stock-ribbon {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 8px;
  background: rgba(17, 24, 39, 0.84);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-tag {
  margin: 0 0 8px !important;
  color: var(--ruby) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.product-meta span {
  padding: 6px 8px;
  border: 1px solid rgba(31, 111, 107, 0.18);
  border-radius: 3px;
  background: rgba(31, 111, 107, 0.06);
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.product-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.product-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.product-card-actions .button {
  margin-top: 0;
}

.stock-table-section {
  padding-top: 0;
}

.stock-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.stock-spec-grid div {
  min-height: 92px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: var(--white);
}

.stock-spec-grid div:last-child {
  border-right: 0;
}

.stock-spec-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stock-spec-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 17px;
}

.capability-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: start;
}

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

.advantage-list li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--white);
  font-weight: 700;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}

.process-layout p {
  color: var(--muted);
}

.process-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.process-list li::before {
  counter-increment: steps;
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.process-list strong,
.process-list span {
  grid-column: 2;
}

.process-list strong {
  grid-row: 1;
}

.process-list span {
  grid-row: 2;
  color: var(--muted);
}

.cta-band {
  background: var(--ink);
  color: var(--white);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-inner p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero {
  padding: 74px 0;
  background: linear-gradient(135deg, var(--paper), var(--white));
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: 44px;
  line-height: 1.1;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.catalog-category-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.catalog-category-strip::-webkit-scrollbar {
  display: none;
}

.catalog-category-strip a {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.catalog-filter {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 18px;
}

.catalog-filter,
.inquiry-panel,
.contact-info,
.filter-note,
.empty-state {
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  padding: 20px;
}

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

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chips h2 {
  flex-basis: 100%;
}

.filter-chips span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #fbfaf8;
}

.catalog-toolbar strong,
.catalog-toolbar span {
  display: block;
}

.catalog-toolbar span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
}

.filter-block ul,
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-block a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.filter-note {
  background: rgba(181, 138, 60, 0.08);
}

.filter-note p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.pagination-wrap {
  margin-top: 34px;
}

.product-detail {
  padding: 48px 0;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.breadcrumb-band {
  background: #fbfaf8;
  border-bottom: 1px solid var(--line);
}

.breadcrumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 38px;
  align-items: start;
}

.product-gallery {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
}

.product-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-summary h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.12;
}

.summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.detail-badges span {
  padding: 6px 9px;
  border: 1px solid rgba(181, 138, 60, 0.34);
  background: rgba(181, 138, 60, 0.08);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.summary-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.summary-mini-grid div {
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--white);
}

.summary-mini-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.summary-mini-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
}

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

.spec-table th {
  width: 36%;
  color: var(--muted);
  font-size: 14px;
}

.buyer-note {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(31, 111, 107, 0.2);
  background: rgba(31, 111, 107, 0.06);
}

.buyer-note p {
  margin: 6px 0 0;
  color: var(--muted);
}

.product-content-grid,
.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: start;
}

.content-body {
  color: var(--muted);
}

.content-body h2 {
  color: var(--ink);
}

.detail-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.detail-panels div,
.confidence-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
}

.detail-panels p,
.confidence-grid span {
  display: block;
  margin: 8px 0 0;
  color: var(--muted);
}

.product-long-copy {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fbfaf8;
}

.product-long-copy h3,
.factory-story-card h3 {
  margin: 0;
  font-size: 22px;
  color: var(--ink);
}

.product-long-copy p,
.factory-story-card p {
  margin: 10px 0 0;
}

.factory-story-card {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(181, 138, 60, 0.24);
  background: rgba(181, 138, 60, 0.08);
}

.about-image {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid var(--line);
}

.about-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.contact-info {
  display: grid;
  gap: 12px;
}

.contact-info p {
  margin: 0;
}

.contact-info strong {
  display: block;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

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

.inquiry-form label,
.catalog-filter label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.inquiry-form .wide {
  grid-column: 1 / -1;
}

.inquiry-form input,
.inquiry-form textarea,
.catalog-filter input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--white);
  color: var(--ink);
  padding: 11px 12px;
  outline: none;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus,
.catalog-filter input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(181, 138, 60, 0.16);
}

.inquiry-form .button {
  grid-column: 1 / -1;
}

.site-footer {
  background: #0f1720;
  color: var(--white);
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 30px;
}

.footer-grid h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.footer-grid p,
.footer-grid a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid li + li {
  margin-top: 8px;
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-brand .brand-mark {
  background: transparent;
  border-color: transparent;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
}

.floating-tools {
  position: fixed;
  right: 14px;
  bottom: 18px;
  z-index: 850;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.floating-live,
.floating-icon,
.floating-contact {
  box-shadow: var(--shadow);
}

.floating-live {
  display: grid;
  place-items: center;
  width: 58px;
  min-height: 58px;
  padding: 7px;
  border-radius: 50%;
  background: var(--white);
  color: var(--gold-dark);
  border: 1px solid var(--line);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.floating-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.floating-contact {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: var(--gold);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.nav-is-open .floating-tools {
  display: none;
}

.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

.inquiry-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.62);
}

.inquiry-dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 4px;
  background: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
}

.inquiry-dialog h2 {
  margin: 0;
  font-size: 28px;
}

.inquiry-dialog p {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  cursor: pointer;
}

.list-post {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 1080px) {
  .header-main {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .primary-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav .menu {
    display: grid;
    justify-content: stretch;
    gap: 2px;
    padding-bottom: 14px;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-bottom: 16px;
  }

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

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

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

  .hero h1 {
    font-size: 72px;
  }
}

@media (max-width: 860px) {
  .utility-inner,
  .split-head,
  .cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .utility-links {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .hero {
    min-height: 620px;
    background-position: center right;
  }

  .hero h1 {
    font-size: 42px;
  }

  .trust-strip,
  .quick-category-grid,
  .category-grid,
  .product-grid,
  .service-grid,
  .confidence-grid,
  .stock-spec-grid,
  .process-layout,
  .capability-strip,
  .catalog-layout,
  .product-detail-grid,
  .product-content-grid,
  .about-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quick-category-grid a,
  .quick-category-grid a:nth-child(4n),
  .quick-category-grid a:nth-last-child(-n + 4),
  .stock-spec-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-category-grid a:last-child,
  .stock-spec-grid div:last-child {
    border-bottom: 0;
  }

  .catalog-filter {
    position: static;
  }

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

  .hero-layout,
  .summary-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .site-container {
    width: min(100% - 24px, 1760px);
  }

  .hero {
    min-height: 620px;
    align-items: flex-start;
    background-position: center right;
  }

  .hero-inner {
    padding-top: 54px;
  }

  .hero-inquiry-card {
    padding: 18px;
  }

  .hero h1,
  .page-hero h1,
  .product-summary h1 {
    font-size: 34px;
  }

  .section {
    padding: 48px 0;
  }

  .section-head h2,
  .process-layout h2,
  .cta-inner h2,
  .content-body h2,
  .inquiry-panel h2,
  .contact-info h2 {
    font-size: 28px;
  }

  .hero-metrics,
  .catalog-grid,
  .inquiry-form,
  .summary-mini-grid {
    grid-template-columns: 1fr;
  }

  .header-actions {
    gap: 8px;
    flex-wrap: wrap;
  }

  .inquiry-dialog {
    padding: 24px 16px;
  }

  .floating-tools {
    left: 12px;
    right: 12px;
    justify-items: stretch;
  }

  .floating-live,
  .floating-icon {
    display: none;
  }

.floating-contact {
    width: 100%;
  }
}

/* Benchmark-style rebuild */

.site-header-benchmark {
  position: sticky;
  top: 0;
  z-index: 980;
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.utility-bar-benchmark {
  background: #111827;
}

.utility-inner-benchmark,
.utility-links-benchmark {
  gap: 14px;
}

.social-dot-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.utility-icon-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
}

.header-main-benchmark {
  grid-template-columns: auto minmax(320px, 540px) auto auto;
  min-height: 92px;
  gap: 18px;
}

.brand-benchmark {
  min-width: 170px;
}

.header-search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d7dbe1;
  border-radius: 4px;
  background: #fff;
}

.header-search-form input {
  width: 100%;
  min-height: 42px;
  border: 0;
  padding: 0 14px;
}

.header-search-form button {
  min-width: 92px;
  min-height: 42px;
  border: 0;
  background: #111827;
  color: #fff;
  font-weight: 700;
}

.header-contact-block {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.header-contact-label {
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-contact-block a {
  color: #111827;
  font-size: 13px;
}

.header-contact-block strong {
  font-size: 15px;
}

.nav-benchmark-wrap {
  border-top: 1px solid #ececec;
}

.primary-nav-benchmark .benchmark-menu {
  position: relative;
  justify-content: flex-start;
  gap: 0;
}

.primary-nav-benchmark .benchmark-menu > li {
  position: relative;
}

.primary-nav-benchmark .benchmark-menu > li > a {
  padding: 14px 16px;
  border-radius: 0;
  font-size: 14px;
}

.menu-item-has-mega .mega-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  display: none;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  width: min(860px, 90vw);
  padding: 24px;
  border: 1px solid #ececec;
  background: #fff;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

.menu-item-has-mega:hover .mega-panel {
  display: grid;
}

.mega-panel-copy h2 {
  margin: 0 0 10px;
  font-size: 26px;
}

.mega-panel-copy p {
  margin: 0 0 16px;
  color: var(--muted);
}

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

.mega-panel-links a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #edf1f5;
  border-radius: 4px;
  font-weight: 700;
}

.mega-panel-links a:hover {
  border-color: rgba(181, 138, 60, 0.4);
  background: #fcfaf6;
}

.benchmark-hero {
  padding: 56px 0 68px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.benchmark-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 420px);
  gap: 30px;
  align-items: center;
}

.benchmark-hero-copy .eyebrow,
.section-dark .eyebrow {
  color: #d6ba7b;
}

.benchmark-hero-copy h1 {
  margin: 0 0 16px;
  max-width: 900px;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.05;
}

.benchmark-hero-copy p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.9);
}

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

.hero-stat-row div {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.hero-stat-row strong,
.hero-stat-row span {
  display: block;
}

.hero-stat-row strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.benchmark-hero-form,
.benchmark-bottom-form-panel {
  padding: 24px;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  box-shadow: var(--shadow);
}

.benchmark-hero-form h2,
.benchmark-bottom-form h2 {
  margin: 0 0 14px;
  font-size: 28px;
}

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

.benchmark-strip span {
  padding: 14px 16px;
  border: 1px solid #ececec;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

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

.benchmark-entry-card,
.benchmark-article-card,
.benchmark-catalog-card {
  background: #fff;
}

.benchmark-entry-card img,
.benchmark-article-media img,
.benchmark-catalog-media img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
}

.benchmark-entry-copy,
.benchmark-article-body,
.benchmark-catalog-body {
  padding: 18px 0 0;
}

.benchmark-entry-copy h3,
.benchmark-article-body h3,
.benchmark-catalog-body h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

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

.benchmark-catalog-body p,
.benchmark-entry-copy p,
.benchmark-article-body p {
  color: var(--muted);
  font-size: 14px;
}

.benchmark-product-grid .product-card {
  border: 1px solid #ececec;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.benchmark-product-grid .product-card-media img {
  aspect-ratio: 1;
  object-fit: cover;
}

.benchmark-product-grid .product-card-body {
  padding: 16px;
}

.benchmark-product-grid .product-card h3 {
  font-size: 18px;
}

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

.section-dark {
  background: #111827;
  color: #fff;
}

.benchmark-service-layout {
  display: grid;
  gap: 26px;
}

.benchmark-service-layout h2 {
  margin: 0;
  max-width: 920px;
  font-size: 40px;
}

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

.benchmark-service-grid div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.benchmark-service-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.benchmark-article-body span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.benchmark-bottom-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: 26px;
  align-items: start;
}

.site-footer-benchmark {
  padding: 56px 0 0;
  border-top: 1px solid #ececec;
  background: #fff;
}

.footer-top-benchmark {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
}

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

.footer-link-column h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.footer-link-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-column li {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-contact-stack {
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.footer-bottom-benchmark {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding: 20px 0;
  border-top: 1px solid #ececec;
  color: var(--muted);
  font-size: 13px;
}

.benchmark-page-hero {
  padding: 52px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #ececec;
}

.benchmark-page-hero h1 {
  margin: 0 0 10px;
  font-size: 46px;
}

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

.benchmark-sidebar {
  position: sticky;
  top: 144px;
  align-self: start;
}

.benchmark-sidebar-block,
.benchmark-sidebar-note {
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid #ececec;
  background: #fff;
}

.benchmark-sidebar-block h2,
.benchmark-sidebar-note strong {
  display: block;
  margin: 0 0 12px;
}

.benchmark-sidebar-block input {
  width: 100%;
  min-height: 42px;
  margin-bottom: 10px;
  border: 1px solid #d1d5db;
  padding: 0 12px;
}

.benchmark-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benchmark-sidebar-list li {
  margin-bottom: 8px;
}

.benchmark-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid #ececec;
  background: #fff;
}

.benchmark-toolbar strong,
.benchmark-toolbar span {
  display: block;
}

.benchmark-toolbar span {
  color: var(--muted);
  font-size: 14px;
}

.benchmark-breadcrumb {
  border-bottom: 1px solid #ececec;
  background: #f8f8f8;
}

.benchmark-breadcrumb .breadcrumb-row {
  min-height: 48px;
}

.benchmark-product-detail {
  padding: 28px 0 16px;
}

.benchmark-product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr) 360px;
  gap: 26px;
  align-items: start;
}

.benchmark-gallery-main img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #ececec;
}

.benchmark-thumb-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.benchmark-thumb-row img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #ececec;
}

.benchmark-summary h1 {
  margin: 0 0 10px;
  font-size: 38px;
}

.benchmark-side-form {
  padding: 20px;
  border: 1px solid #ececec;
  background: #fff;
}

.benchmark-tabs-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.benchmark-tab-button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #d7dbe1;
  background: #fff;
  color: #111827;
  font-weight: 700;
}

.benchmark-tab-button.is-active {
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.benchmark-tab-panel {
  display: none;
}

.benchmark-tab-panel.is-active {
  display: block;
}

.benchmark-tab-panels {
  padding: 24px;
  border: 1px solid #ececec;
  background: #fff;
}

@media (max-width: 1180px) {
  .header-main-benchmark {
    grid-template-columns: auto 1fr auto;
  }

  .header-contact-block {
    display: none;
  }

  .benchmark-catalog-grid,
  .benchmark-service-grid,
  .footer-link-columns,
  .benchmark-product-grid-archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .benchmark-side-form {
    order: 3;
  }
}

@media (max-width: 980px) {
  .benchmark-hero-inner,
  .benchmark-bottom-form,
  .footer-top-benchmark,
  .benchmark-catalog-layout {
    grid-template-columns: 1fr;
  }

  .benchmark-strip,
  .benchmark-entry-grid,
  .benchmark-catalog-grid,
  .benchmark-service-grid,
  .benchmark-article-grid,
  .footer-link-columns,
  .benchmark-product-grid-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .primary-nav-benchmark {
    display: none;
  }

  .primary-nav-benchmark.is-open {
    display: block;
    padding: 14px 0 20px;
  }

  .primary-nav-benchmark .benchmark-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .menu-item-has-mega .mega-panel,
  .menu-item-has-mega:hover .mega-panel {
    position: static;
    display: grid;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .benchmark-sidebar {
    position: static;
  }
}

@media (max-width: 680px) {
  .header-main-benchmark {
    grid-template-columns: 1fr auto;
  }

  .header-search-form {
    grid-column: 1 / -1;
    order: 3;
  }

  .benchmark-strip,
  .benchmark-entry-grid,
  .benchmark-catalog-grid,
  .benchmark-service-grid,
  .benchmark-article-grid,
  .footer-link-columns,
  .benchmark-product-grid-archive,
  .hero-stat-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom-benchmark,
  .benchmark-toolbar {
    flex-direction: column;
  }

  .benchmark-page-hero h1,
  .benchmark-summary h1 {
    font-size: 32px;
  }
}

/* Clean VELLITH redesign */

.vellith-clean {
  background: #ffffff;
  color: #121417;
  max-width: 100%;
  overflow-x: hidden;
}

.vellith-clean *,
.vellith-clean *::before,
.vellith-clean *::after {
  min-width: 0;
}

.vellith-clean img,
.vellith-clean video,
.vellith-clean iframe {
  max-width: 100%;
}

.vellith-clean .site-container {
  width: min(1240px, calc(100% - clamp(28px, 5vw, 56px)));
}

.clean-header {
  position: sticky;
  top: 0;
  z-index: 980;
  border-bottom: 1px solid #ece8df;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.clean-topbar {
  background: #121417;
  color: #f8f4ec;
  font-size: 12px;
}

.clean-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 20px;
}

.clean-topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.clean-topbar a,
.clean-topbar span {
  color: rgba(255, 255, 255, 0.84);
}

.clean-header-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 2vw, 22px);
  min-height: 76px;
}

.clean-brand {
  min-width: 0;
}

.clean-nav {
  display: flex;
  justify-content: center;
}

.clean-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-menu a {
  display: block;
  padding: 9px 11px;
  color: #24272d;
  font-size: 14px;
  font-weight: 700;
}

.clean-menu a:hover {
  color: var(--gold-dark);
  background: #faf7f1;
}

.clean-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.clean-language-switch {
  min-height: 36px;
  color: #24272d;
}

.clean-language-switch .gtranslate_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
}

.clean-language-switch .gt_switcher {
  width: auto !important;
  font-family: inherit !important;
}

.clean-language-switch .gt_switcher .gt_selected {
  min-height: 36px;
  border: 1px solid #e0ddd6 !important;
  border-radius: 4px !important;
  background: #fbfaf8 !important;
}

.clean-language-switch .gt_switcher .gt_selected a {
  width: auto !important;
  box-sizing: border-box !important;
  min-height: 34px;
  border: 0 !important;
  padding: 0 10px !important;
  color: #24272d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.clean-language-switch .gt_switcher .gt_option {
  width: auto !important;
  box-sizing: border-box !important;
  border: 1px solid #e0ddd6 !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.1);
  font-family: inherit !important;
}

.clean-language-switch a,
.clean-language-switch .gt-current-wrapper,
.clean-language-switch .gt-current-lang,
.clean-language-switch .language-switch-fallback {
  color: #24272d;
}

.clean-language-switch a:hover {
  color: #a2712a;
}

.messi-language-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #24272d;
}

.messi-language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #24272d;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}

.messi-language-trigger:hover,
.messi-language-switch.is-open .messi-language-trigger {
  background: #f7f1e6;
  color: var(--gold-dark);
}

.messi-language-trigger svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.messi-language-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 1200;
  min-width: 220px;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 2px solid var(--gold);
  background: #211f1f;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.messi-language-switch:hover .messi-language-panel,
.messi-language-switch:focus-within .messi-language-panel,
.messi-language-switch.is-open .messi-language-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.messi-language-panel .gtranslate_wrapper,
.messi-language-panel .gt_switcher {
  display: block !important;
  width: 100% !important;
  font-family: inherit !important;
}

.messi-language-panel .gt_switcher {
  line-height: 1.3 !important;
  overflow: visible !important;
}

.messi-language-panel .gt_switcher .gt_selected {
  display: none !important;
}

.messi-language-panel .gt_switcher .gt_option {
  position: static !important;
  display: grid !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.messi-language-panel .gt_switcher .gt_option a,
.messi-language-panel .language-switch-fallback {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  min-height: 34px;
  padding: 8px 14px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: transparent !important;
}

.messi-language-panel .gt_switcher .gt_option a:hover,
.messi-language-panel .gt_switcher .gt_option a.gt_current {
  color: #f2c36b !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.messi-language-panel .gt_switcher .gt_option a img {
  margin-right: 8px !important;
}

.clean-search input {
  width: 150px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #e0ddd6;
  border-radius: 4px;
  background: #fbfaf8;
}

.clean-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.clean-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 44px);
  align-items: end;
  padding: clamp(56px, 7vw, 86px) 0;
}

.clean-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.03;
}

.clean-hero-copy p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.clean-hero-copy .eyebrow,
.clean-inquiry-band .eyebrow {
  color: #e9cb87;
}

.clean-hero-panel {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.clean-hero-panel div {
  padding: 18px;
  background: rgba(17, 24, 39, 0.32);
}

.clean-hero-panel strong,
.clean-hero-panel span {
  display: block;
}

.clean-hero-panel strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.clean-hero-panel span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.clean-section {
  background: #fff;
}

.clean-muted-section {
  background: #f8f6f1;
}

.clean-intro-grid,
.clean-capability-grid,
.clean-product-info-grid,
.clean-inquiry-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(26px, 5vw, 54px);
  align-items: start;
}

.clean-intro-grid h2,
.clean-capability-copy h2,
.clean-inquiry-inner h2,
.clean-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.14;
}

.clean-intro-grid > p,
.clean-capability-copy p,
.clean-inquiry-inner p {
  color: var(--muted);
  font-size: 17px;
}

.clean-collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 22px;
  margin-top: 34px;
}

.clean-collection-card {
  border-bottom: 1px solid #e6e0d8;
  padding-bottom: 20px;
}

.clean-collection-card a {
  display: grid;
  gap: 14px;
}

.clean-collection-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f4f0e8;
}

.clean-collection-card span {
  font-size: 19px;
  font-weight: 800;
}

.clean-collection-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.clean-product-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 22px;
}

.clean-product-grid .product-card {
  border: 1px solid #e9e4dc;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.clean-product-grid .product-card-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.clean-product-grid .product-card-body {
  padding: 16px;
}

.clean-product-grid .product-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.clean-product-grid .product-card-body > p {
  color: var(--muted);
  font-size: 14px;
}

.clean-product-grid .product-meta {
  gap: 8px;
  font-size: 12px;
}

.clean-product-grid .product-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.clean-product-grid .product-card-actions .button {
  flex: 1 1 118px;
  min-width: 0;
}

.clean-capability-grid {
  align-items: center;
}

.clean-process-list {
  display: grid;
  gap: 14px;
}

.clean-process-list div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 4px 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e6e0d8;
}

.clean-process-list span {
  grid-row: span 2;
  color: var(--gold-dark);
  font-weight: 900;
}

.clean-process-list strong {
  font-size: 18px;
}

.clean-process-list p {
  margin: 0;
  color: var(--muted);
}

.clean-inquiry-band {
  background: #121417;
  color: #fff;
}

.clean-inquiry-inner {
  align-items: center;
}

.clean-inquiry-inner .button {
  justify-self: end;
}

.clean-page-hero {
  padding: 60px 0;
  border-bottom: 1px solid #ece8df;
  background: #fbfaf8;
}

.clean-page-hero h1 {
  margin: 0 0 12px;
  font-size: 44px;
}

.clean-page-hero p {
  max-width: 720px;
  color: var(--muted);
}

.clean-catalog-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 34px;
}

.clean-filter-panel {
  position: sticky;
  top: 132px;
  align-self: start;
  padding: 22px;
  border: 1px solid #e9e4dc;
  border-radius: 6px;
  background: #fff;
}

.clean-filter-panel label span,
.clean-filter-block h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
}

.clean-filter-panel input {
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 0 12px;
  border: 1px solid #ded8ce;
  border-radius: 4px;
}

.clean-filter-block {
  margin-top: 22px;
}

.clean-filter-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-filter-block a {
  color: var(--muted);
  font-size: 14px;
}

.clean-filter-block a:hover {
  color: var(--gold-dark);
}

.clean-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e0d8;
}

.clean-catalog-toolbar strong,
.clean-catalog-toolbar span {
  display: block;
}

.clean-catalog-toolbar span {
  color: var(--muted);
  font-size: 14px;
}

.clean-product-grid-archive {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.clean-breadcrumb {
  border-bottom: 1px solid #ece8df;
  background: #fbfaf8;
}

.clean-breadcrumb .breadcrumb-row {
  min-height: 48px;
  color: var(--muted);
}

.clean-product-section {
  padding-top: 42px;
}

.clean-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  gap: clamp(26px, 4vw, 46px);
  align-items: start;
}

.clean-product-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #e9e4dc;
  background: #f7f4ef;
}

.clean-product-summary h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.12;
}

.clean-spec-table {
  margin: 22px 0;
}

.clean-product-info-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
}

.clean-product-description {
  padding: 0;
}

.clean-detail-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.clean-detail-points div,
.clean-side-inquiry {
  padding: 20px;
  border: 1px solid #e9e4dc;
  border-radius: 6px;
  background: #fff;
}

.clean-detail-points p,
.clean-side-inquiry p {
  color: var(--muted);
}

.clean-footer {
  border-top: 1px solid #ece8df;
  background: #fff;
}

.clean-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(140px, 1fr));
  gap: 34px;
  padding: 52px 0 34px;
}

.clean-footer-brand p {
  max-width: 360px;
  color: var(--muted);
}

.clean-footer-column {
  display: grid;
  align-content: start;
  gap: 8px;
}

.clean-footer-column h2 {
  margin: 0 0 8px;
  font-size: 15px;
}

.clean-footer-column a,
.clean-footer-column span {
  color: var(--muted);
  font-size: 14px;
}

.clean-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid #ece8df;
  color: var(--muted);
  font-size: 13px;
}

.clean-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 940;
  display: flex;
  gap: 8px;
}

.clean-floating-actions .button {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
  box-shadow: var(--soft-shadow);
}

.vellith-clean .floating-tools,
.vellith-clean .floating-tools-benchmark,
.vellith-clean .category-nav,
.vellith-clean .nav-benchmark-wrap,
.vellith-clean .site-header-benchmark,
.vellith-clean .site-footer-benchmark {
  display: none;
}

@media (max-width: 1100px) {
  .clean-topbar-inner {
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .clean-header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .clean-nav {
    justify-content: flex-end;
  }

  .clean-header-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-bottom: 14px;
  }

  .clean-search {
    flex: 1 1 240px;
  }

  .clean-language-switch {
    flex: 0 0 auto;
  }

  .clean-search input {
    width: 100%;
  }

  .clean-collection-grid,
  .clean-product-grid,
  .clean-product-grid-archive {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  }

  .clean-product-layout,
  .clean-product-info-grid,
  .clean-catalog-layout {
    grid-template-columns: 1fr;
  }

  .clean-filter-panel {
    position: static;
  }
}

@media (max-width: 820px) {
  .vellith-clean .site-container {
    width: min(100% - 28px, 1240px);
  }

  .clean-topbar-inner,
  .clean-topbar-actions,
  .clean-footer-bottom,
  .clean-catalog-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .clean-header-main {
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding: 14px 0 0;
  }

  .clean-nav {
    display: none;
    grid-column: 1 / -1;
  }

  .clean-nav.is-open {
    display: block;
  }

  .clean-menu {
    display: grid;
    gap: 0;
    padding-bottom: 14px;
  }

  .clean-header-actions {
    justify-content: flex-start;
    padding-bottom: 14px;
    width: 100%;
  }

  .clean-search {
    flex: 1 1 100%;
    order: 1;
  }

  .clean-header-actions .open-inquiry {
    order: 2;
  }

  .messi-language-switch {
    order: 3;
  }

  .clean-hero {
    min-height: auto;
  }

  .clean-hero-inner,
  .clean-intro-grid,
  .clean-capability-grid,
  .clean-inquiry-inner,
  .clean-footer-grid {
    grid-template-columns: 1fr;
  }

  .clean-hero-inner {
    padding: 56px 0;
  }

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

  .clean-hero-copy h1,
  .clean-page-hero h1,
  .clean-product-summary h1 {
    font-size: 34px;
  }

  .clean-intro-grid h2,
  .clean-capability-copy h2,
  .clean-inquiry-inner h2,
  .clean-section-head h2 {
    font-size: 28px;
  }

  .clean-inquiry-inner .button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .clean-collection-grid,
  .clean-product-grid,
  .clean-product-grid-archive,
  .clean-detail-points {
    grid-template-columns: 1fr;
  }

  .clean-floating-actions {
    left: 14px;
    right: 14px;
  }

  .clean-floating-actions .button {
    flex: 1;
  }

  .clean-topbar {
    display: none;
  }

  .clean-header-main {
    gap: 10px;
  }

  .brand-text {
    font-size: 18px;
  }

  .clean-language-switch {
    flex: 1 1 100%;
    width: 100%;
  }

  .clean-language-switch .gtranslate_wrapper,
  .clean-language-switch .gt_switcher,
  .clean-language-switch .gt_switcher .gt_selected {
    width: 100% !important;
  }

  .clean-language-switch .gt_switcher .gt_selected a {
    justify-content: space-between;
    width: 100% !important;
  }

  .clean-search input {
    min-height: 40px;
  }

  .clean-hero-copy h1 {
    max-width: min(100%, 340px);
    font-size: 28px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .clean-hero-copy p {
    max-width: min(100%, 340px);
    overflow-wrap: break-word;
  }

  .section {
    padding: 42px 0;
  }

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

  .summary-actions .button,
  .hero-actions .button {
    width: 100%;
  }
}

/* Messi-style benchmark structure */
.vellith-clean .site-container {
  width: min(1290px, calc(100% - 28px));
}

.messi-header {
  position: relative;
  z-index: 980;
  background: #211f1f;
  color: #fff;
}

.messi-topline {
  background: #211f1f;
  color: #d89b45;
}

.messi-topline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  gap: 18px;
}

.messi-topline p {
  margin: 0;
  color: #d89b45;
  font-size: 15px;
  font-weight: 700;
}

.messi-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.messi-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.messi-socials a:nth-child(2) {
  background: #315fa8;
}

.messi-socials a:nth-child(3) {
  background: #d83a8a;
}

.messi-socials a:nth-child(4) {
  background: #f01919;
}

.messi-navline {
  background: #211f1f;
}

.messi-navline-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 70px;
  gap: 16px;
}

.messi-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.messi-brand .brand-text {
  display: grid;
  color: #fff;
  font-size: 25px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.messi-brand .brand-text small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
}

.messi-brand .brand-mark {
  flex: 0 0 auto;
  width: clamp(44px, 4vw, 58px);
  height: clamp(44px, 4vw, 58px);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.messi-brand .brand-mark img {
  object-fit: contain;
}

.messi-nav {
  display: flex;
  justify-content: center;
}

.messi-nav .clean-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.messi-nav .clean-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 70px;
  padding: 0 11px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.messi-nav .clean-menu a:hover {
  background: transparent;
  color: #d9a04a;
}

.messi-nav-arrow {
  color: inherit;
  font-size: 14px;
  line-height: 1;
}

.messi-nav-badge {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 1px 4px;
  border-radius: 5px;
  background: #ff7045;
  color: #fff;
  font-size: 11px;
  line-height: 1.1;
}

.messi-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  flex-wrap: nowrap;
}

.messi-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: 36px;
  overflow: hidden;
}

.messi-search input {
  position: absolute;
  right: 0;
  width: 0;
  min-height: 34px;
  padding: 0;
  border: 0;
  opacity: 0;
  transition: width 0.18s ease, opacity 0.18s ease, padding 0.18s ease;
}

.messi-search:focus-within,
.messi-search:hover {
  width: 190px;
}

.messi-search:focus-within input,
.messi-search:hover input {
  width: 190px;
  padding: 0 40px 0 12px;
  border: 1px solid #d8d8d8;
  opacity: 1;
}

.messi-search button,
.messi-icon-button,
.messi-language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #d9a04a;
  cursor: pointer;
}

.messi-search button {
  position: absolute;
  right: 0;
  z-index: 1;
}

.messi-search svg,
.messi-icon-button svg,
.messi-language-trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.messi-language-switch {
  min-height: 34px;
}

.messi-language-trigger:hover,
.messi-language-switch.is-open .messi-language-trigger {
  background: transparent;
  color: #fff;
}

.messi-language-panel {
  top: calc(100% + 8px);
  background: #211f1f;
}

.messi-category-hero {
  min-height: 482px;
  display: flex;
  align-items: center;
  background-color: #eadcc8;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.messi-category-hero-inner {
  min-height: 482px;
  display: flex;
  align-items: center;
}

.messi-category-hero-copy {
  width: min(620px, 52vw);
  margin-left: 60px;
  color: #6d402a;
}

.messi-category-hero h1 {
  margin: 0 0 20px;
  color: #6d402a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.messi-category-hero p {
  margin: 0 0 36px;
  color: #946b4b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
  text-transform: uppercase;
}

.messi-hero-button {
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  background: #6c3c24;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.messi-breadcrumb-wrap {
  background: #fff;
}

.messi-breadcrumb {
  display: flex;
  align-items: center;
  min-height: 60px;
  gap: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #4f5560;
  font-size: 12px;
}

.messi-breadcrumb a,
.messi-breadcrumb strong {
  color: #4f5560;
  font-weight: 500;
  text-decoration: none;
}

.messi-product-section {
  padding: 72px 0 80px;
  background: #fff;
}

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

.messi-inquiry-sidebar {
  display: grid;
  gap: 24px;
}

.messi-inline-inquiry {
  display: grid;
  gap: 12px;
}

.messi-inline-inquiry label {
  position: relative;
  display: block;
  margin: 0;
}

.messi-inline-inquiry span {
  position: absolute;
  top: 13px;
  left: 16px;
  z-index: 1;
  color: #1f2228;
  font-size: 17px;
  font-weight: 800;
}

.messi-inline-inquiry input,
.messi-inline-inquiry textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
  padding: 24px 16px 8px;
  color: #1f2228;
}

.messi-inline-inquiry textarea {
  min-height: 132px;
  resize: vertical;
}

.messi-inline-inquiry button {
  min-height: 46px;
  border: 0;
  background: #d9a04a;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.messi-side-categories {
  border: 1px solid #ededed;
  padding: 18px;
}

.messi-side-categories h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.messi-side-categories a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid #ededed;
  color: #2a2d33;
  font-size: 14px;
  text-decoration: none;
}

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

.messi-product-card {
  min-width: 0;
}

.messi-product-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f4f4;
}

.messi-product-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.messi-product-card:hover img {
  transform: scale(1.025);
}

.messi-play {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, 50%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.messi-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #242424;
  transform: translate(-50%, -50%);
}

.messi-product-card-body {
  padding: 28px 0 0;
  text-align: left;
}

.messi-product-card-body p {
  margin: 0 0 6px;
  color: #9b7a4d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.messi-product-card-body h2 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
}

.messi-product-card-body h2 a {
  color: #212529;
  text-decoration: none;
}

.messi-product-card-body button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #d9a04a;
  background: #fff;
  color: #9b6b2b;
  font-size: 13px;
  font-weight: 800;
}

.messi-empty-state {
  border: 1px solid #ededed;
  padding: 40px;
}

.messi-subpage-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.messi-subpage-hero-inner p,
.messi-product-detail-hero p,
.messi-section-title p {
  margin: 0 0 10px;
  color: #d9a04a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.messi-subpage-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
}

.messi-page-section,
.messi-detail-section {
  padding: 70px 0;
  background: #fff;
}

.messi-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: start;
}

.messi-page-lead {
  max-width: 820px;
  margin: 0 0 30px;
  color: #4b5563;
  font-size: 20px;
  line-height: 1.7;
}

.messi-page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}

.messi-page-card-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid #ececec;
  background: #fff;
}

.messi-page-card-grid span {
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 18px;
  background: #d9a04a;
}

.messi-page-card-grid h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
}

.messi-page-card-grid p,
.messi-page-content {
  color: #5b6472;
  line-height: 1.7;
}

.messi-page-sidebar,
.messi-detail-inquiry {
  padding: 24px;
  border: 1px solid #ececec;
  background: #f8f8f8;
}

.messi-page-sidebar h2,
.messi-detail-inquiry h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.messi-page-sidebar .inquiry-form,
.messi-detail-inquiry .inquiry-form {
  display: grid;
  gap: 12px;
}

.messi-page-sidebar .inquiry-form label,
.messi-detail-inquiry .inquiry-form label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.messi-page-sidebar .inquiry-form input,
.messi-page-sidebar .inquiry-form textarea,
.messi-detail-inquiry .inquiry-form input,
.messi-detail-inquiry .inquiry-form textarea {
  width: 100%;
  border: 0;
  background: #fff;
}

.messi-product-detail-hero {
  padding: 58px 0;
  background: #f4eadc;
}

.messi-product-detail-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #6c3c24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
}

.messi-detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.messi-detail-gallery {
  background: #f5f5f5;
}

.messi-detail-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.messi-detail-category {
  margin: 0 0 8px;
  color: #9b7a4d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.messi-detail-summary h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.messi-detail-lead {
  color: #5b6472;
  font-size: 17px;
  line-height: 1.65;
}

.messi-detail-summary table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  border-top: 1px solid #e8e8e8;
}

.messi-detail-summary th,
.messi-detail-summary td {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  font-size: 14px;
}

.messi-detail-summary th {
  width: 34%;
  color: #20242a;
}

.messi-detail-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.messi-detail-actions a {
  color: #6c3c24;
  font-weight: 800;
}

.messi-section-title {
  margin-bottom: 30px;
}

.messi-section-title h2 {
  margin: 0;
  font-size: 36px;
}

.messi-header + .site-main .site-notice {
  margin: 0;
}

@media (max-width: 1180px) {
  .messi-navline-inner {
    grid-template-columns: auto auto;
  }

  .messi-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .messi-header-actions {
    justify-self: end;
  }

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

  .messi-detail-layout,
  .messi-page-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .messi-topline-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

  .messi-navline-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px 0;
  }

  .messi-header .nav-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    border-color: rgba(255, 255, 255, 0.2);
    background: transparent;
  }

  .messi-header .nav-toggle span {
    background: #fff;
  }

  .messi-nav {
    display: none;
    grid-column: 1 / -1;
  }

  .messi-nav.is-open {
    display: block;
  }

  .messi-nav .clean-menu {
    display: grid;
    justify-content: stretch;
  }

  .messi-nav .clean-menu a {
    min-height: 44px;
    padding: 0;
  }

  .messi-header-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }

  .messi-search,
  .messi-search:hover,
  .messi-search:focus-within {
    order: 1;
    flex: 1 1 100%;
    width: 100%;
  }

  .messi-search input,
  .messi-search:hover input,
  .messi-search:focus-within input {
    position: static;
    width: 100%;
    padding: 0 40px 0 12px;
    border: 1px solid #d8d8d8;
    opacity: 1;
  }

  .messi-icon-button,
  .messi-language-switch {
    order: 2;
  }

  .messi-category-hero,
  .messi-category-hero-inner {
    min-height: 360px;
  }

  .messi-category-hero-copy {
    width: min(100%, 330px);
    margin-left: 0;
  }

  .messi-category-hero h1 {
    font-size: 34px;
  }

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

  .messi-product-grid {
    gap: 28px;
  }

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

@media (max-width: 560px) {
  .messi-topline {
    display: none;
  }

  .messi-header .nav-toggle {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    display: block !important;
  }

  .messi-topline p {
    font-size: 13px;
    overflow-wrap: anywhere;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .messi-socials {
    display: none;
  }

  .messi-brand .brand-text {
    font-size: 20px;
  }

  .messi-brand .brand-mark {
    width: 42px;
    height: 42px;
  }

  .messi-category-hero {
    background-position: center;
  }

  .messi-category-hero h1 {
    font-size: 28px;
  }

  .messi-product-section {
    padding: 40px 0 60px;
  }

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

/* VELLITH premium production polish */
:root {
  --premium-ink: #171514;
  --premium-coal: #1f1d1c;
  --premium-gold: #c79a4b;
  --premium-gold-deep: #94672e;
  --premium-paper: #f7f4ef;
  --premium-line: #e7e0d6;
}

.vellith-clean {
  background: #fff;
  color: var(--premium-ink);
}

.messi-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--premium-coal);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.messi-topline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #171514;
}

.messi-topline-inner {
  min-height: 36px;
}

.messi-topline p {
  color: #d8b873;
  font-size: 13px;
  font-weight: 700;
}

.premium-contact-strip {
  gap: 18px;
}

.premium-contact-strip a,
.premium-contact-strip span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.messi-navline {
  background: #1f1d1c;
}

.messi-navline-inner {
  min-height: 74px;
  gap: 28px;
}

.messi-brand .brand-mark {
  width: 54px;
  height: 54px;
}

.messi-brand .brand-text {
  font-size: 28px;
  letter-spacing: 0;
}

.messi-brand .brand-text small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.messi-nav .clean-menu {
  gap: 4px;
}

.messi-nav .clean-menu a {
  min-height: 74px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.messi-nav .clean-menu a:hover {
  color: #d8b873;
}

.messi-header-actions {
  gap: 12px;
}

.messi-search {
  width: 148px;
  overflow: visible;
}

.messi-search input,
.messi-search:hover input,
.messi-search:focus-within input {
  position: static;
  width: 148px;
  min-height: 36px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  opacity: 1;
}

.messi-search input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.messi-search button,
.messi-language-trigger {
  color: #d8b873;
}

.premium-header-cta {
  min-height: 36px;
  padding: 8px 16px;
  border-color: var(--premium-gold);
  background: var(--premium-gold);
  color: #fff;
}

.clean-hero {
  min-height: 650px;
  background-position: center;
}

.clean-hero-inner {
  align-items: center;
  padding: 86px 0;
}

.clean-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 0.98;
}

.clean-hero-copy p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.75;
}

.eyebrow,
.clean-hero-copy .eyebrow,
.clean-inquiry-band .eyebrow {
  color: #d8b873;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.button,
.messi-hero-button,
.messi-product-card-body button {
  border-radius: 2px;
  font-weight: 800;
}

.button-primary,
.messi-hero-button,
.messi-inline-inquiry button,
.messi-page-sidebar .button-primary,
.messi-detail-inquiry .button-primary {
  background: var(--premium-gold);
  border-color: var(--premium-gold);
  color: #fff;
}

.button-primary:hover,
.messi-hero-button:hover,
.messi-inline-inquiry button:hover {
  background: var(--premium-gold-deep);
  border-color: var(--premium-gold-deep);
}

.clean-section,
.messi-product-section,
.messi-page-section,
.messi-detail-section {
  padding-top: 76px;
  padding-bottom: 82px;
}

.clean-muted-section {
  background: var(--premium-paper);
}

.clean-intro-grid h2,
.clean-section-head h2,
.clean-capability-copy h2,
.clean-inquiry-inner h2 {
  color: var(--premium-ink);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}

.clean-collection-card,
.clean-product-grid .product-card,
.messi-product-card,
.messi-page-card-grid article {
  border-color: var(--premium-line);
  box-shadow: none;
}

.clean-collection-card img,
.clean-product-grid .product-card-media img,
.messi-product-media img {
  background: #f6f3ef;
}

.messi-category-hero {
  min-height: 440px;
  background-color: #efe3d3;
}

.messi-category-hero-inner {
  min-height: 440px;
}

.messi-category-hero h1 {
  color: #5b3928;
  font-size: clamp(34px, 3.7vw, 50px);
  line-height: 1.08;
  max-width: 560px;
}

.messi-category-hero p {
  color: #9a704a;
  max-width: 520px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
}

.messi-breadcrumb {
  color: #6f7480;
}

.messi-inline-inquiry input,
.messi-inline-inquiry textarea {
  border: 1px solid transparent;
  background: #f6f6f6;
}

.messi-inline-inquiry input:focus,
.messi-inline-inquiry textarea:focus,
.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: 1px solid var(--premium-gold);
}

.clean-footer {
  background: #171514;
  color: #fff;
}

.clean-footer-column h2,
.clean-footer-brand .brand-text {
  color: #fff;
}

.clean-footer-column a,
.clean-footer-column span,
.clean-footer-brand p,
.clean-footer-bottom {
  color: rgba(255, 255, 255, 0.68);
}

.clean-floating-actions {
  right: 20px;
  bottom: 20px;
}

.clean-floating-actions .button {
  border-radius: 2px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1180px) {
  .messi-navline-inner {
    gap: 18px;
  }

  .messi-nav {
    overflow-x: visible;
  }
}

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

  .messi-header {
    position: relative;
  }

  .messi-navline-inner {
    min-height: auto;
  }

  .messi-brand .brand-mark {
    width: 44px;
    height: 44px;
  }

  .messi-search,
  .messi-search:hover,
  .messi-search:focus-within,
  .messi-search input,
  .messi-search:hover input,
  .messi-search:focus-within input {
    width: 100%;
  }

  .premium-header-cta {
    order: 2;
  }

  .clean-hero-copy h1 {
    font-size: 40px;
  }

  .clean-hero-copy,
  .clean-hero-copy h1,
  .clean-hero-copy p {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .messi-brand .brand-text {
    font-size: 22px;
  }

  .messi-brand .brand-text small {
    font-size: 9px;
  }

  .clean-hero {
    min-height: auto;
  }

  .clean-hero-inner {
    padding: 54px 0;
  }

  .clean-hero-copy h1 {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.08;
  }

  .clean-hero-copy p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 560px) {
  .clean-hero-copy {
    width: min(100%, 340px) !important;
    max-width: min(100%, 340px) !important;
  }

  .clean-hero-copy h1 {
    width: 100% !important;
    max-width: 320px !important;
    font-size: 29px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .clean-hero-copy p {
    width: 100% !important;
    max-width: 340px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }
}

/* Product detail trust system */
.vellith-proof-mini {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 28px;
}

.vellith-proof-mini article {
  padding: 14px 16px;
  border-left: 3px solid var(--premium-gold);
  background: #f8f5ef;
}

.vellith-proof-mini strong,
.vellith-option-grid strong {
  display: block;
  color: var(--premium-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vellith-proof-mini span {
  display: block;
  margin-top: 5px;
  color: #625b53;
  font-size: 13px;
  line-height: 1.55;
}

.vellith-section-kicker {
  margin: 0 0 12px;
  color: var(--premium-gold-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vellith-editor-content {
  margin-bottom: 34px;
  color: #4f5864;
  line-height: 1.75;
}

.vellith-detail-block {
  margin-top: 36px;
  padding-top: 34px;
  border-top: 1px solid var(--premium-line);
}

.vellith-detail-block h3,
.vellith-section-heading h2,
.vellith-assurance-layout h2,
.vellith-buyer-copy h2 {
  margin: 0 0 18px;
  color: var(--premium-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

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

.vellith-option-grid article {
  min-height: 154px;
  padding: 20px;
  border: 1px solid var(--premium-line);
  background: #fff;
}

.vellith-option-grid p {
  margin: 12px 0 0;
  color: #59616d;
  line-height: 1.65;
}

.vellith-checklist {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.vellith-checklist li {
  position: relative;
  padding-left: 22px;
  color: #555e69;
  line-height: 1.58;
}

.vellith-checklist li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid var(--premium-gold);
  border-radius: 50%;
  background: #fff;
}

.vellith-factory-section {
  padding: 86px 0;
  background: var(--premium-paper);
}

.vellith-section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.vellith-section-heading p:last-child,
.vellith-assurance-layout p,
.vellith-buyer-copy p {
  margin: 0;
  color: #5e6670;
  font-size: 17px;
  line-height: 1.75;
}

.vellith-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d9d0c4;
  border-left: 1px solid #d9d0c4;
}

.vellith-process-grid article {
  min-height: 214px;
  padding: 28px;
  border-right: 1px solid #d9d0c4;
  border-bottom: 1px solid #d9d0c4;
  background: rgba(255, 255, 255, 0.42);
}

.vellith-process-grid h3 {
  margin: 0 0 14px;
  color: var(--premium-ink);
  font-size: 18px;
  line-height: 1.35;
}

.vellith-process-grid p {
  margin: 0;
  color: #5f6470;
  line-height: 1.68;
}

.vellith-assurance-section {
  padding: 86px 0;
  background: #171514;
  color: #fff;
}

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

.vellith-assurance-layout h2,
.vellith-assurance-layout .vellith-section-kicker {
  color: #fff;
}

.vellith-assurance-layout p {
  color: rgba(255, 255, 255, 0.72);
}

.vellith-qc-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.vellith-qc-list {
  margin: 0;
}

.vellith-qc-list li {
  color: rgba(255, 255, 255, 0.78);
}

.vellith-qc-list li::before {
  background: transparent;
}

.vellith-buyer-section {
  padding: 86px 0;
  background: #fff;
}

.vellith-buyer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: 54px;
  align-items: start;
}

.vellith-faq-list {
  display: grid;
  gap: 12px;
}

.vellith-faq-list details {
  border: 1px solid var(--premium-line);
  background: #fff;
}

.vellith-faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--premium-ink);
  font-weight: 900;
  list-style: none;
}

.vellith-faq-list summary::-webkit-details-marker {
  display: none;
}

.vellith-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--premium-gold-deep);
  font-size: 20px;
  line-height: 1;
}

.vellith-faq-list details[open] summary::after {
  content: "-";
}

.vellith-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: #5a626e;
  line-height: 1.7;
}

@media (max-width: 1020px) {
  .vellith-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vellith-assurance-layout,
  .vellith-buyer-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .vellith-option-grid,
  .vellith-process-grid {
    grid-template-columns: 1fr;
  }

  .vellith-factory-section,
  .vellith-assurance-section,
  .vellith-buyer-section {
    padding: 58px 0;
  }

  .vellith-option-grid article,
  .vellith-process-grid article,
  .vellith-qc-panel {
    padding: 20px;
  }

  .vellith-detail-block h3,
  .vellith-section-heading h2,
  .vellith-assurance-layout h2,
  .vellith-buyer-copy h2 {
    font-size: 28px;
  }
}

/* VELLITH editorial UI reset */
.vellith-clean {
  --vellith-black: #11100f;
  --vellith-ink: #1c1917;
  --vellith-soft-ink: #5d5751;
  --vellith-gold: #b8893f;
  --vellith-gold-soft: #d7b46c;
  --vellith-ivory: #fbfaf7;
  --vellith-paper: #f3f0ea;
  --vellith-line: #e2ddd4;
  background: var(--vellith-ivory);
  color: var(--vellith-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.vellith-clean .site-container {
  width: min(1440px, calc(100% - 48px));
}

.vellith-clean h1,
.vellith-clean h2,
.vellith-clean .clean-hero-copy h1,
.vellith-clean .messi-category-hero h1,
.vellith-clean .messi-product-detail-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.vellith-clean p {
  letter-spacing: 0;
}

.vellith-clean .messi-header {
  position: sticky;
  top: 0;
  z-index: 990;
  border-bottom: 1px solid rgba(226, 221, 212, 0.9);
  background: rgba(251, 250, 247, 0.96);
  color: var(--vellith-ink);
  backdrop-filter: blur(14px);
}

.vellith-clean .messi-topline {
  border-bottom: 1px solid var(--vellith-line);
  background: #f4f0e8;
  color: var(--vellith-soft-ink);
}

.vellith-clean .messi-topline-inner {
  min-height: 32px;
}

.vellith-clean .messi-topline p,
.vellith-clean .premium-contact-strip a,
.vellith-clean .premium-contact-strip span {
  color: var(--vellith-soft-ink);
  font-size: 12px;
  font-weight: 600;
}

.vellith-clean .messi-navline {
  background: transparent;
  color: var(--vellith-ink);
}

.vellith-clean .messi-navline-inner {
  min-height: 76px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.vellith-clean .messi-brand .brand-mark {
  width: 50px;
  height: 50px;
}

.vellith-clean .messi-brand .brand-text {
  color: var(--vellith-black);
  font-size: 27px;
  letter-spacing: 0;
}

.vellith-clean .messi-brand .brand-text small {
  margin-top: -2px;
  color: #6a6258;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.vellith-clean .messi-nav .clean-menu {
  gap: 2px;
}

.vellith-clean .messi-nav .clean-menu a {
  padding: 28px 11px;
  color: var(--vellith-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.vellith-clean .messi-nav .clean-menu a::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 20px;
  left: 11px;
  height: 1px;
  background: var(--vellith-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.vellith-clean .messi-nav .clean-menu a:hover {
  color: var(--vellith-black);
}

.vellith-clean .messi-nav .clean-menu a:hover::after {
  transform: scaleX(1);
}

.vellith-clean .messi-search {
  width: 174px;
  min-height: 40px;
  border: 1px solid var(--vellith-line);
  background: #fff;
}

.vellith-clean .messi-search input,
.vellith-clean .messi-search:hover input,
.vellith-clean .messi-search:focus-within input {
  position: static;
  width: 100%;
  min-height: 38px;
  padding: 0 42px 0 13px;
  border: 0;
  background: transparent;
  color: var(--vellith-ink);
  opacity: 1;
}

.vellith-clean .messi-search button {
  color: var(--vellith-gold);
}

.vellith-clean .messi-language-trigger {
  width: 40px;
  height: 40px;
  border: 1px solid var(--vellith-line);
  color: var(--vellith-ink);
}

.vellith-clean .messi-language-trigger:hover,
.vellith-clean .messi-language-switch.is-open .messi-language-trigger {
  color: var(--vellith-black);
  background: #fff;
}

.vellith-clean .premium-header-cta,
.vellith-clean .button-primary,
.vellith-clean .messi-hero-button,
.vellith-clean .messi-product-card-body button {
  min-height: 42px;
  border: 1px solid var(--vellith-black);
  border-radius: 0;
  background: var(--vellith-black);
  color: #fff;
  font-weight: 800;
}

.vellith-clean .mobile-products-link {
  display: none;
}

.vellith-clean .button-secondary {
  border-color: var(--vellith-line);
  border-radius: 0;
  background: #fff;
  color: var(--vellith-ink);
}

.vellith-clean .button:hover,
.vellith-clean .messi-hero-button:hover {
  transform: none;
}

.vellith-editorial-hero,
.vellith-clean .clean-hero {
  min-height: min(720px, calc(100vh - 76px));
  background-position: center;
}

.vellith-clean .clean-hero-inner {
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 360px);
  align-items: end;
  min-height: min(720px, calc(100vh - 76px));
  padding: 72px 0 62px;
}

.vellith-clean .clean-hero-copy {
  max-width: 780px;
}

.vellith-clean .clean-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 1;
}

.vellith-clean .clean-hero-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
}

.vellith-clean .eyebrow,
.vellith-clean .clean-hero-copy .eyebrow,
.vellith-clean .clean-inquiry-band .eyebrow {
  color: var(--vellith-gold-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.vellith-clean .hero-actions {
  gap: 12px;
  margin-top: 34px;
}

.vellith-clean .clean-hero-panel {
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(17, 16, 15, 0.5);
  backdrop-filter: blur(16px);
}

.vellith-clean .clean-hero-panel div {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
}

.vellith-clean .clean-hero-panel div:last-child {
  border-bottom: 0;
}

.vellith-clean .clean-hero-panel strong {
  color: #fff;
  font-size: 17px;
}

.vellith-clean .clean-hero-panel span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.vellith-trust-band {
  border-bottom: 1px solid var(--vellith-line);
  background: var(--vellith-black);
}

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

.vellith-trust-grid article {
  min-height: 118px;
  padding: 24px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.vellith-trust-grid article:last-child {
  border-right: 0;
}

.vellith-trust-grid strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
}

.vellith-trust-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.vellith-clean .clean-section,
.vellith-clean .messi-product-section,
.vellith-clean .messi-page-section,
.vellith-clean .messi-detail-section {
  padding-top: 92px;
  padding-bottom: 98px;
  background: var(--vellith-ivory);
}

.vellith-clean .clean-muted-section {
  background: var(--vellith-paper);
}

.vellith-clean .clean-intro-grid,
.vellith-clean .split-head {
  align-items: end;
  margin-bottom: 34px;
}

.vellith-clean .clean-intro-grid h2,
.vellith-clean .clean-section-head h2,
.vellith-clean .clean-capability-copy h2,
.vellith-clean .clean-inquiry-inner h2,
.vellith-clean .vellith-detail-block h3,
.vellith-clean .vellith-section-heading h2,
.vellith-clean .vellith-assurance-layout h2,
.vellith-clean .vellith-buyer-copy h2 {
  color: var(--vellith-ink);
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.06;
}

.vellith-clean .clean-intro-grid > p,
.vellith-clean .clean-capability-copy p,
.vellith-clean .clean-inquiry-inner p,
.vellith-clean .messi-page-lead {
  color: var(--vellith-soft-ink);
  font-size: 17px;
  line-height: 1.8;
}

.vellith-clean .clean-collection-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
  border: 1px solid var(--vellith-line);
  background: var(--vellith-line);
}

.vellith-clean .clean-collection-card {
  padding: 0;
  border: 0;
  background: #fff;
}

.vellith-clean .clean-collection-card a {
  gap: 0;
}

.vellith-clean .clean-collection-card img {
  aspect-ratio: 4 / 5;
  filter: saturate(0.94);
  transition: transform 0.4s ease;
}

.vellith-clean .clean-collection-card:hover img {
  transform: scale(1.025);
}

.vellith-clean .clean-collection-card span {
  padding: 20px 20px 0;
  color: var(--vellith-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
}

.vellith-clean .clean-collection-card p {
  margin: 0;
  padding: 10px 20px 24px;
  color: var(--vellith-soft-ink);
  font-size: 14px;
  line-height: 1.7;
}

.vellith-clean .clean-product-grid,
.vellith-clean .clean-product-grid-archive,
.vellith-clean .messi-product-grid {
  gap: 1px;
  border: 1px solid var(--vellith-line);
  background: var(--vellith-line);
}

.vellith-clean .product-card,
.vellith-clean .clean-product-grid .product-card,
.vellith-clean .messi-product-card {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.vellith-clean .product-card-media {
  overflow: hidden;
  background: #f5f2ec;
}

.vellith-clean .product-card-media img,
.vellith-clean .clean-product-grid .product-card-media img,
.vellith-clean .messi-product-media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.94);
}

.vellith-clean .stock-ribbon {
  top: 14px;
  left: 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 0;
  background: rgba(17, 16, 15, 0.72);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}

.vellith-clean .product-card-body,
.vellith-clean .clean-product-grid .product-card-body,
.vellith-clean .messi-product-card-body {
  padding: 22px;
}

.vellith-clean .product-tag,
.vellith-clean .messi-product-card-body p,
.vellith-clean .messi-detail-category {
  color: var(--vellith-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.vellith-clean .product-card h3,
.vellith-clean .clean-product-grid .product-card h3,
.vellith-clean .messi-product-card h2 {
  color: var(--vellith-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.vellith-clean .product-card p,
.vellith-clean .product-meta,
.vellith-clean .messi-product-card-body {
  color: var(--vellith-soft-ink);
}

.vellith-clean .product-card-actions {
  gap: 0;
  border-top: 1px solid var(--vellith-line);
}

.vellith-clean .product-card-actions .button {
  flex: 1 1 50%;
  min-height: 42px;
  border: 0;
  border-right: 1px solid var(--vellith-line);
  background: #fff;
  color: var(--vellith-ink);
}

.vellith-clean .product-card-actions .button:last-child {
  border-right: 0;
  background: var(--vellith-black);
  color: #fff;
}

.vellith-clean .clean-capability-grid {
  align-items: stretch;
}

.vellith-clean .clean-capability-copy {
  padding: 52px;
  background: var(--vellith-black);
  color: #fff;
}

.vellith-clean .clean-capability-copy h2,
.vellith-clean .clean-capability-copy p {
  color: #fff;
}

.vellith-clean .clean-capability-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.vellith-clean .clean-process-list {
  gap: 1px;
  border: 1px solid var(--vellith-line);
  background: var(--vellith-line);
}

.vellith-clean .clean-process-list div {
  padding: 32px;
  border: 0;
  background: #fff;
}

.vellith-clean .clean-process-list span {
  color: var(--vellith-gold);
  font-family: Georgia, "Times New Roman", serif;
}

.vellith-clean .clean-process-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
}

.vellith-clean .clean-inquiry-band {
  background: var(--vellith-black);
}

.vellith-clean .clean-inquiry-inner h2 {
  color: #fff;
}

.vellith-clean .button-light {
  border-color: #fff;
  border-radius: 0;
  background: #fff;
  color: var(--vellith-black);
}

.vellith-clean .messi-category-hero,
.vellith-clean .messi-product-detail-hero {
  min-height: auto;
  padding: 74px 0 66px;
  border-bottom: 1px solid var(--vellith-line);
  background: linear-gradient(180deg, #f7f4ef, #fff);
}

.vellith-clean .messi-category-hero-inner {
  min-height: auto;
}

.vellith-clean .messi-category-hero-copy {
  width: min(720px, 100%);
  margin-left: 0;
}

.vellith-clean .messi-category-hero h1,
.vellith-clean .messi-product-detail-hero h1 {
  max-width: 900px;
  color: var(--vellith-ink);
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.04;
}

.vellith-clean .messi-category-hero p,
.vellith-clean .messi-product-detail-hero p {
  color: var(--vellith-gold);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vellith-clean .messi-breadcrumb {
  min-height: 50px;
  font-size: 12px;
}

.vellith-clean .messi-detail-layout {
  grid-template-columns: minmax(320px, 0.96fr) minmax(0, 0.9fr) minmax(290px, 0.58fr);
  gap: 44px;
}

.vellith-clean .messi-detail-gallery {
  border: 1px solid var(--vellith-line);
  background: #f5f2ec;
}

.vellith-clean .messi-detail-gallery img {
  aspect-ratio: 4 / 5;
}

.vellith-clean .messi-detail-summary h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 600;
}

.vellith-clean .messi-detail-inquiry,
.vellith-clean .messi-page-sidebar {
  border: 1px solid var(--vellith-line);
  background: #fff;
}

.vellith-clean .vellith-proof-mini article,
.vellith-clean .vellith-option-grid article,
.vellith-clean .vellith-faq-list details {
  border-color: var(--vellith-line);
  background: #fff;
}

.vellith-clean .vellith-factory-section {
  background: var(--vellith-paper);
}

.vellith-clean .vellith-process-grid {
  border-color: var(--vellith-line);
}

.vellith-clean .vellith-process-grid article {
  border-color: var(--vellith-line);
  background: #fff;
}

.vellith-clean .vellith-assurance-section {
  background: var(--vellith-black);
}

@media (max-width: 1180px) {
  .vellith-clean .messi-navline-inner {
    grid-template-columns: auto auto;
  }

  .vellith-clean .messi-nav,
  .vellith-clean .messi-header-actions {
    grid-column: 1 / -1;
  }

  .vellith-clean .messi-header-actions {
    justify-content: flex-start;
    padding-bottom: 18px;
  }
}

@media (max-width: 980px) {
  .vellith-clean .clean-hero-inner,
  .vellith-clean .clean-capability-grid,
  .vellith-clean .clean-inquiry-inner,
  .vellith-clean .messi-detail-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .vellith-clean .messi-header {
    position: relative;
  }

  .vellith-clean .messi-topline {
    display: none;
  }

  .vellith-clean .messi-navline-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .vellith-clean .messi-nav {
    display: none;
  }

  .vellith-clean .messi-nav.is-open {
    display: block;
  }

  .vellith-clean .messi-nav .clean-menu {
    align-items: stretch;
  }

  .vellith-clean .messi-nav .clean-menu a {
    padding: 14px 0;
  }

  .vellith-clean .messi-header-actions {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    padding-bottom: 0;
  }

  .vellith-clean .messi-search,
  .vellith-clean .messi-search:hover,
  .vellith-clean .messi-search:focus-within {
    width: 100%;
  }

  .vellith-clean .premium-header-cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .vellith-editorial-hero,
  .vellith-clean .clean-hero,
  .vellith-clean .clean-hero-inner {
    min-height: auto;
  }

  .vellith-clean .clean-hero-inner {
    padding: 62px 0;
  }

  .vellith-clean .clean-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
  }

  .vellith-clean .clean-hero-copy h1 {
    max-width: 620px !important;
    font-size: clamp(38px, 11vw, 54px) !important;
    line-height: 1.03 !important;
  }
}

@media (max-width: 620px) {
  .vellith-clean .site-container {
    width: min(100% - 28px, 1440px);
  }

  .vellith-trust-grid,
  .vellith-clean .clean-collection-grid {
    grid-template-columns: 1fr;
  }

  .vellith-clean .clean-section,
  .vellith-clean .messi-product-section,
  .vellith-clean .messi-page-section,
  .vellith-clean .messi-detail-section {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .vellith-clean .clean-capability-copy {
    padding: 30px 22px;
  }

  .vellith-clean .clean-intro-grid h2,
  .vellith-clean .clean-section-head h2,
  .vellith-clean .clean-capability-copy h2,
  .vellith-clean .clean-inquiry-inner h2 {
    font-size: 32px;
  }

  .vellith-clean .messi-category-hero,
  .vellith-clean .messi-product-detail-hero {
    padding: 46px 0 42px;
  }
}

/* Mobile polish after editorial reset */
@media (max-width: 820px) {
  .vellith-clean .messi-header .nav-toggle {
    position: static !important;
    display: inline-flex !important;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--vellith-line) !important;
    border-radius: 0;
    background: #fff !important;
  }

  .vellith-clean .messi-header .nav-toggle span {
    width: 18px;
    height: 2px;
    margin: 3px auto;
    background: var(--vellith-ink) !important;
  }

  .vellith-clean .messi-header-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--vellith-line);
  }

  .vellith-clean .messi-search {
    display: none !important;
  }

  .vellith-clean .premium-header-cta {
    width: auto;
    min-height: 38px;
    padding: 0 18px;
  }

  .vellith-clean .mobile-products-link {
    display: inline-flex;
    min-height: 38px;
    padding: 0 16px;
    border-color: var(--vellith-line);
    background: #fff;
    color: var(--vellith-ink);
  }

  .vellith-clean .messi-language-trigger {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 620px) {
  .vellith-clean .messi-navline-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .vellith-clean .messi-brand .brand-mark {
    width: 44px;
    height: 44px;
  }

  .vellith-clean .messi-brand .brand-text {
    font-size: 25px;
  }

  .vellith-clean .messi-brand .brand-text small {
    font-size: 9px;
  }

  .vellith-clean .clean-hero-inner {
    padding: 54px 0 42px;
  }

  .vellith-clean .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 260px;
  }

  .vellith-clean .hero-actions .button {
    width: 100%;
  }

  .vellith-clean .clean-floating-actions {
    right: 14px;
    bottom: 14px;
    left: auto;
    display: grid;
    width: auto;
  }

  .vellith-clean .clean-floating-actions .button {
    min-width: 58px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 0;
  }

  .vellith-clean .clean-floating-actions .button:first-child {
    display: none;
  }
}

@media (max-width: 820px) {
  .vellith-clean header.messi-header .messi-navline .messi-navline-inner > button.nav-toggle {
    position: absolute !important;
    top: 13px !important;
    right: 14px !important;
    z-index: 30 !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .vellith-clean .messi-brand {
    padding-right: 58px;
  }
}

/* Mobile-first refinement for production launch */
@media (max-width: 620px) {
  html,
  body,
  .vellith-clean,
  .site-main {
    max-width: 100%;
    overflow-x: hidden;
  }

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

  .vellith-clean {
    background: #fbfaf7;
  }

  .vellith-clean .messi-header {
    border-bottom: 1px solid #e7e1d7;
    background: rgba(251, 250, 247, 0.98);
  }

  .vellith-clean .messi-navline-inner {
    width: min(100% - 28px, 1440px);
    gap: 0;
    padding: 12px 0 10px;
  }

  .vellith-clean .messi-brand {
    gap: 9px;
    padding-right: 0;
  }

  .vellith-clean .messi-brand .brand-mark {
    width: 42px;
    height: 42px;
  }

  .vellith-clean .messi-brand .brand-text {
    font-size: 24px;
    line-height: 0.92;
  }

  .vellith-clean .messi-brand .brand-text small {
    max-width: 170px;
    margin-top: 2px;
    font-size: 9px;
    line-height: 1.1;
  }

  .vellith-clean header.messi-header .messi-navline .messi-navline-inner > button.nav-toggle {
    display: none !important;
  }

  .vellith-clean .messi-header-actions {
    margin-top: 10px;
    padding-top: 10px;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .vellith-clean .messi-header-actions::-webkit-scrollbar {
    display: none;
  }

  .vellith-clean .mobile-products-link,
  .vellith-clean .premium-header-cta,
  .vellith-clean .messi-language-trigger {
    flex: 0 0 auto;
    min-height: 40px;
    border: 1px solid #ddd5c9;
  }

  .vellith-clean .mobile-products-link {
    min-width: 96px;
    justify-content: center;
    background: #fff;
  }

  .vellith-clean .premium-header-cta {
    min-width: 104px;
    justify-content: center;
    border-color: #11100f;
    background: #11100f;
  }

  .vellith-editorial-hero,
  .vellith-clean .clean-hero {
    position: relative;
    background-position: 66% center !important;
  }

  .vellith-editorial-hero::after,
  .vellith-clean .clean-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 16, 15, 0.12), rgba(17, 16, 15, 0.42) 52%, rgba(17, 16, 15, 0.82));
    pointer-events: none;
  }

  .vellith-clean .clean-hero-inner {
    position: relative;
    z-index: 1;
    display: block;
    padding: 46px 0 30px;
  }

  .vellith-clean .clean-hero-copy .eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .vellith-clean .clean-hero-copy h1 {
    max-width: 350px !important;
    margin-bottom: 18px;
    font-size: 41px !important;
    line-height: 1.02 !important;
  }

  .vellith-clean .clean-hero-copy p {
    max-width: 342px !important;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.7;
  }

  .vellith-clean .hero-actions {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(17, 16, 15, 0.28);
    overflow: hidden;
  }

  .vellith-clean .hero-actions .button {
    min-width: 0;
    width: auto !important;
    min-height: 48px;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    overflow: hidden;
  }

  .vellith-clean .hero-actions .button + .button {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .vellith-clean .clean-hero-panel {
    grid-template-columns: 1fr;
    margin-top: 24px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(17, 16, 15, 0.42);
  }

  .vellith-clean .clean-hero-panel div {
    padding: 15px 16px;
  }

  .vellith-clean .clean-hero-panel strong {
    font-size: 15px;
  }

  .vellith-clean .clean-hero-panel span {
    font-size: 12px;
  }

  .vellith-trust-band {
    background: #fbfaf7;
  }

  .vellith-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(100% - 28px, 1440px);
    gap: 1px;
    padding: 14px 0;
    background: #e7e1d7;
  }

  .vellith-trust-grid article {
    min-height: 104px;
    padding: 17px 15px;
    border: 0;
    background: #fff;
  }

  .vellith-trust-grid strong {
    color: #11100f;
    font-size: 20px;
  }

  .vellith-trust-grid span {
    color: #625b53;
    font-size: 12px;
    line-height: 1.55;
  }

  .vellith-clean .clean-section,
  .vellith-clean .messi-product-section,
  .vellith-clean .messi-page-section,
  .vellith-clean .messi-detail-section {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .vellith-clean .clean-intro-grid,
  .vellith-clean .split-head {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
  }

  .vellith-clean .clean-intro-grid h2,
  .vellith-clean .clean-section-head h2,
  .vellith-clean .clean-capability-copy h2,
  .vellith-clean .clean-inquiry-inner h2,
  .vellith-clean .vellith-section-heading h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .vellith-clean .clean-intro-grid > p,
  .vellith-clean .clean-capability-copy p,
  .vellith-clean .clean-inquiry-inner p,
  .vellith-clean .messi-page-lead {
    font-size: 15px;
    line-height: 1.75;
  }

  .vellith-clean .clean-collection-grid,
  .vellith-clean .clean-product-grid,
  .vellith-clean .clean-product-grid-archive,
  .vellith-clean .messi-product-grid {
    gap: 12px;
    border: 0;
    background: transparent;
  }

  .vellith-clean .clean-collection-card,
  .vellith-clean .product-card,
  .vellith-clean .clean-product-grid .product-card,
  .vellith-clean .messi-product-card {
    border: 1px solid #e2ddd4;
    background: #fff;
  }

  .vellith-clean .clean-collection-card img,
  .vellith-clean .product-card-media img,
  .vellith-clean .clean-product-grid .product-card-media img,
  .vellith-clean .messi-product-media img {
    aspect-ratio: 5 / 4;
  }

  .vellith-clean .clean-collection-card span {
    padding: 17px 18px 0;
    font-size: 22px;
  }

  .vellith-clean .clean-collection-card p,
  .vellith-clean .product-card-body,
  .vellith-clean .clean-product-grid .product-card-body,
  .vellith-clean .messi-product-card-body {
    padding-right: 18px;
    padding-left: 18px;
  }

  .vellith-clean .clean-capability-copy {
    padding: 30px 22px;
  }

  .vellith-clean .clean-process-list div {
    padding: 24px 20px;
  }

  .vellith-clean .clean-floating-actions {
    display: none;
  }

  .vellith-clean .messi-category-hero h1,
  .vellith-clean .messi-product-detail-hero h1,
  .vellith-clean .messi-detail-summary h2 {
    width: 100%;
    max-width: 342px;
    font-size: 30px !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal !important;
  }

  .vellith-clean .messi-product-detail-hero,
  .vellith-clean .messi-category-hero {
    overflow: hidden;
  }

  .vellith-clean .messi-breadcrumb {
    display: flex;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .vellith-clean .messi-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .vellith-clean .messi-detail-gallery img,
  .vellith-clean .messi-detail-gallery {
    max-width: 100%;
  }

  .vellith-clean .messi-detail-layout,
  .vellith-clean .messi-page-layout,
  .vellith-clean .vellith-assurance-layout,
  .vellith-clean .vellith-buyer-layout {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }
}

/* Final homepage overrides, v1.5.0 */
.vellith-clean .vellith-home-hero {
  min-height: min(760px, calc(100vh - 76px));
  background-position: center;
  background-size: cover;
}

.vellith-clean {
  overflow-x: hidden;
}

.vellith-clean .messi-navline-inner {
  gap: 18px;
}

.vellith-clean .messi-nav .clean-menu {
  gap: 13px;
}

.vellith-clean .messi-nav .clean-menu a {
  padding-right: 0;
  padding-left: 0;
  font-size: 11px;
  white-space: nowrap;
}

.vellith-clean .messi-search {
  width: 44px;
  min-width: 44px;
}

.vellith-clean .messi-search input,
.vellith-clean .messi-search:hover input,
.vellith-clean .messi-search:focus-within input {
  width: 0;
  padding: 0;
  opacity: 0;
}

.vellith-clean .messi-search button {
  width: 42px;
}

.vellith-clean .vellith-home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
  min-height: min(760px, calc(100vh - 76px));
  gap: 44px;
  padding: 88px 0 68px;
}

.vellith-clean .vellith-home-hero-copy h1 {
  max-width: 800px;
  margin: 0 0 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 600;
  line-height: 0.98;
}

.vellith-clean .vellith-home-hero-copy p {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.82;
}

.vellith-clean .vellith-home-hero-card,
.vellith-clean .vellith-home-hero-card strong,
.vellith-clean .vellith-home-hero-card li,
.vellith-clean .vellith-advantage-grid article,
.vellith-clean .vellith-advantage-grid strong,
.vellith-clean .vellith-advantage-grid span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

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

.vellith-clean .vellith-category-card {
  border: 1px solid var(--vellith-line);
  background: #fff;
}

.vellith-clean .vellith-category-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
}

.vellith-clean .vellith-section-head h2,
.vellith-clean .vellith-custom-copy h2,
.vellith-clean .vellith-factory-layout h2,
.vellith-clean .vellith-inquiry-layout h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 600;
  line-height: 1.08;
}

@media (max-width: 1180px) {
  .vellith-clean .vellith-home-hero-inner,
  .vellith-clean .vellith-custom-layout,
  .vellith-clean .vellith-factory-layout,
  .vellith-clean .vellith-inquiry-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .vellith-clean .messi-navline-inner {
    gap: 12px;
  }

  .vellith-clean .vellith-home-hero,
  .vellith-clean .vellith-home-hero-inner {
    min-height: auto;
  }

  .vellith-clean .vellith-home-hero-inner {
    padding: 92px 0 32px;
    gap: 22px;
  }

  .vellith-clean .vellith-home-hero-copy h1 {
    max-width: 360px;
    font-size: 43px;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .vellith-clean .vellith-home-hero-copy p {
    max-width: 360px;
    font-size: 15px;
    line-height: 1.68;
  }

  .vellith-clean .vellith-section-head h2,
  .vellith-clean .vellith-custom-copy h2,
  .vellith-clean .vellith-factory-layout h2,
  .vellith-clean .vellith-inquiry-layout h2 {
    font-size: 32px;
    line-height: 1.12;
  }
}

@media (max-width: 620px) {
  html,
  body,
  .vellith-clean,
  .vellith-clean .site-main,
  .vellith-clean .site-container,
  .vellith-clean section,
  .vellith-clean header,
  .vellith-clean footer {
    max-width: 100vw !important;
  }

  html,
  body,
  .vellith-clean {
    overflow-x: hidden !important;
  }

  .vellith-clean .site-container {
    width: calc(100vw - 28px) !important;
  }

  .vellith-clean .messi-brand .brand-text {
    max-width: 122px;
  }

  .vellith-clean .vellith-home-hero-inner {
    padding-top: 74px;
  }

  .vellith-clean .vellith-home-hero-copy h1 {
    font-size: 36px;
  }

  .vellith-clean .vellith-section-head h2,
  .vellith-clean .vellith-custom-copy h2,
  .vellith-clean .vellith-factory-layout h2,
  .vellith-clean .vellith-inquiry-layout h2 {
    max-width: 330px !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  .vellith-clean .vellith-home-hero-card strong {
    font-size: 29px;
    line-height: 1.08;
    word-break: break-word;
    white-space: normal !important;
  }

  .vellith-clean .vellith-home-hero-card,
  .vellith-clean .vellith-home-hero-card *,
  .vellith-clean .vellith-advantage-grid,
  .vellith-clean .vellith-advantage-grid *,
  .vellith-clean .vellith-section-head,
  .vellith-clean .vellith-section-head * {
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal !important;
  }

  .vellith-clean .vellith-home-hero-card,
  .vellith-clean .vellith-advantage-grid article,
  .vellith-clean .vellith-section-head h2 {
    width: 100%;
    overflow: visible;
  }

  .vellith-clean .vellith-home-hero-copy .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vellith-clean .vellith-home-hero-copy .button {
    width: 100%;
  }

  .vellith-clean .vellith-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
