/*
Theme Name: LMAT Industrial
Theme URI: http://127.0.0.1:8081
Author: LMAT SAS
Description: Interface web moderne et sur mesure pour LMAT.
Template: twentytwentyfive
Version: 4.3.4
Text Domain: lmat-industrial
*/

:root {
  --lmat-black: #151515;
  --lmat-graphite: #202124;
  --lmat-panel: #222528;
  --lmat-panel-2: #0f1214;
  --lmat-line: rgba(255, 255, 255, 0.12);
  --lmat-line-strong: rgba(255, 255, 255, 0.22);
  --lmat-white: #ffffff;
  --lmat-soft: #f4f1ea;
  --lmat-muted: rgba(255, 255, 255, 0.68);
  --lmat-muted-2: rgba(255, 255, 255, 0.48);
  --lmat-green: #6fff5f;
  --lmat-blue: #a7b4b0;
  --lmat-orange: #6fff5f;
  --lmat-shadow: 0 18px 54px rgba(0, 0, 0, 0.46);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.lmat-site,
body.lmat-theme {
  margin: 0;
  color: var(--lmat-white);
  background: var(--lmat-black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

button,
input {
  font: inherit;
}

.lmat-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    var(--lmat-black);
  background-size: 56px 56px;
}

.lmat-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--lmat-line);
  background: rgba(18, 19, 20, 0.94);
  backdrop-filter: blur(10px);
}

.admin-bar .lmat-header {
  top: 32px;
}

.lmat-header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.lmat-brand {
  display: flex;
  align-items: center;
  min-width: 178px;
}

.lmat-brand img {
  width: clamp(176px, 16vw, 224px);
  height: auto;
}

.lmat-nav,
.lmat-actions,
.lmat-lang {
  display: flex;
  align-items: center;
}

.lmat-nav {
  justify-content: center;
  gap: 17px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 680;
}

.lmat-nav a,
.lmat-footer a {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.lmat-nav a:hover,
.lmat-footer a:hover {
  color: var(--lmat-white);
}

.lmat-actions {
  justify-content: flex-end;
  gap: 10px;
}

.lmat-lang {
  gap: 3px;
  max-width: 198px;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid var(--lmat-line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
}

.lmat-lang a {
  min-width: 30px;
  padding: 7px 8px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 820;
  text-align: center;
}

.lmat-lang a.active {
  color: var(--lmat-black);
  background: var(--lmat-white);
}

.lmat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--lmat-white);
  border-radius: 6px;
  background: var(--lmat-white);
  color: var(--lmat-black);
  font-size: 0.9rem;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.lmat-btn:hover {
  transform: translateY(-1px);
}

.lmat-btn.secondary {
  border-color: var(--lmat-line-strong);
  background: rgba(255, 255, 255, 0.055);
  color: var(--lmat-white);
}

.lmat-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(21, 21, 21, 0.92) 0%, rgba(12, 14, 15, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
    #151515;
}

.lmat-hero::before,
.lmat-grid-band::before,
.lmat-client-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 120px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 82%);
}

.lmat-hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0 72px;
}

.lmat-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 56px;
  align-items: center;
}

.lmat-kicker,
.lmat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lmat-green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lmat-kicker::before,
.lmat-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.lmat-hero h1 {
  width: min(780px, 100%);
  margin: 22px 0 0;
  font-size: clamp(3rem, 6vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.lmat-hero p {
  width: min(700px, 100%);
  margin: 24px 0 0;
  color: var(--lmat-muted);
  font-size: clamp(1.05rem, 1.9vw, 1.3rem);
  line-height: 1.58;
}

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

.lmat-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.lmat-trust-row span {
  padding: 8px 11px;
  border: 1px solid var(--lmat-line);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.84rem;
  font-weight: 760;
}

.lmat-standard-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 46px),
    rgba(7, 9, 10, 0.56);
}

.lmat-standard-strip span {
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px;
  border-right: 1px solid var(--lmat-line);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 780;
  line-height: 1.25;
}

.lmat-standard-strip span:last-child {
  border-right: 0;
}

.lmat-standard-strip b {
  color: var(--lmat-orange);
  font-size: 0.66rem;
  font-weight: 860;
}

.lmat-hero-panel {
  position: relative;
  padding: 12px;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  background: rgba(10, 12, 13, 0.78);
  box-shadow: var(--lmat-shadow);
  will-change: transform;
}

.lmat-hero-panel img {
  width: 100%;
  border-radius: 8px;
}

.lmat-section {
  position: relative;
  padding: 88px 0;
}

.lmat-section.tight {
  padding: 58px 0;
}

.lmat-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.lmat-section-head,
.lmat-statement-grid,
.lmat-delivery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 40px;
}

.lmat-statement-grid,
.lmat-delivery-grid {
  align-items: center;
  margin-bottom: 0;
}

.lmat-section h2,
.lmat-page-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(2.15rem, 4.5vw, 4.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.lmat-section-head p,
.lmat-statement-grid p,
.lmat-delivery-grid p,
.lmat-page-hero p {
  margin: 0;
  color: var(--lmat-muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.lmat-black-section {
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
  background:
    linear-gradient(135deg, rgba(111, 255, 95, 0.10), transparent 34%),
    #101113;
}

.lmat-logo-cloud {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.lmat-logo-cloud span {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.05);
  font-size: clamp(0.92rem, 1.2vw, 1.12rem);
  font-weight: 820;
  text-align: center;
}

.lmat-grid-band {
  overflow: hidden;
  background:
    linear-gradient(180deg, #181818 0%, #111315 100%);
}

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

.lmat-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.22);
}

.lmat-card .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--lmat-white);
  color: var(--lmat-black);
  font-weight: 850;
}

.lmat-card h3 {
  margin: 0 0 12px;
  font-size: 1.38rem;
  line-height: 1.14;
}

.lmat-card p,
.lmat-card li {
  color: var(--lmat-muted);
  line-height: 1.6;
}

.lmat-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.lmat-system-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--lmat-shadow);
  will-change: transform;
}

.lmat-system-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 0 18px;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  background: rgba(16, 19, 22, 0.92);
}

.lmat-system-row strong {
  color: var(--lmat-orange);
  font-size: 0.88rem;
}

.lmat-system-row span {
  font-size: 1.02rem;
  font-weight: 780;
}

.lmat-system-row em {
  color: var(--lmat-muted-2);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 720;
}

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

.lmat-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  color: var(--lmat-muted);
  line-height: 1.58;
}

.lmat-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--lmat-green);
}

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

.lmat-output-stack div {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lmat-output-stack strong {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.9rem);
  line-height: 1;
}

.lmat-output-stack span {
  display: block;
  margin-top: 10px;
  color: var(--lmat-muted);
  line-height: 1.35;
}

.lmat-client-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--lmat-line);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 96px),
    #0f1215;
}

.lmat-client-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
}

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

.lmat-mini {
  padding: 18px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lmat-mini strong {
  display: block;
  font-size: 1.7rem;
}

.lmat-mini span {
  color: var(--lmat-muted);
  font-size: 0.84rem;
}

.lmat-portal-ui {
  overflow: hidden;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 72px),
    linear-gradient(180deg, #171c21, #0d1014);
  box-shadow: var(--lmat-shadow);
}

.lmat-portal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-portal-top span,
.lmat-module-title,
.lmat-flow-labels,
.lmat-portal-module span,
.lmat-login-note {
  color: var(--lmat-muted-2);
  font-size: 0.84rem;
}

.lmat-portal-top strong {
  display: block;
  margin-top: 5px;
  color: var(--lmat-white);
  font-size: 1.18rem;
}

.lmat-live {
  padding: 8px 10px;
  border-radius: 999px;
  color: #cceada;
  background: rgba(111, 255, 95, 0.18);
  font-size: 0.78rem;
  font-weight: 820;
}

.lmat-portal-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--lmat-line);
}

.lmat-portal-kpis div {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.05);
}

.lmat-portal-kpis strong {
  display: block;
  color: var(--lmat-white);
  font-size: 1.62rem;
  line-height: 1;
}

.lmat-portal-kpis span {
  display: block;
  margin-top: 8px;
  color: var(--lmat-muted-2);
  font-size: 0.78rem;
}

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

.lmat-portal-module {
  min-height: 126px;
  padding: 18px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lmat-portal-module.wide {
  grid-column: 1 / -1;
}

.lmat-portal-module strong {
  display: block;
  margin-top: 16px;
  color: var(--lmat-white);
  font-size: 2rem;
}

.lmat-flow-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 28px 6px 16px;
}

.lmat-flow-line::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  right: 8px;
  height: 2px;
  background: linear-gradient(90deg, var(--lmat-green), var(--lmat-orange), var(--lmat-blue));
}

.lmat-flow-line span {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 4px solid #0f1215;
  border-radius: 50%;
  background: var(--lmat-white);
}

.lmat-flow-labels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.lmat-flow-labels em {
  font-style: normal;
}

.lmat-portal-module ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.lmat-portal-module li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.lmat-page-hero {
  padding: 82px 0 44px;
  border-bottom: 1px solid var(--lmat-line);
  background:
    linear-gradient(135deg, rgba(111, 255, 95, 0.10), transparent 35%),
    #111315;
}

.lmat-page-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 42px;
  padding: 48px 0 92px;
}

.lmat-sidebar {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 8px;
}

.lmat-sidebar a {
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--lmat-muted-2);
  font-size: 0.92rem;
  font-weight: 650;
}

.lmat-sidebar a:hover {
  border-color: var(--lmat-line);
  color: var(--lmat-white);
  background: rgba(255, 255, 255, 0.05);
}

.lmat-content {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.06rem;
  line-height: 1.76;
}

.lmat-content h2 {
  margin: 38px 0 12px;
  color: var(--lmat-white);
  font-size: 1.9rem;
  line-height: 1.14;
}

.lmat-content h3 {
  margin: 28px 0 10px;
  color: var(--lmat-white);
  font-size: 1.25rem;
}

.lmat-content p {
  margin: 0 0 16px;
}

.lmat-content ul {
  padding-left: 1.2rem;
}

.lmat-content li {
  margin: 6px 0;
}

.lmat-content a {
  color: var(--lmat-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lmat-content a.lmat-btn,
a.lmat-btn {
  color: var(--lmat-black);
  text-decoration: none;
}

.lmat-content a.lmat-btn.secondary,
a.lmat-btn.secondary {
  color: var(--lmat-white);
}

.lmat-client-page {
  min-height: calc(100vh - 78px);
  padding: 64px 0 92px;
  background:
    linear-gradient(135deg, rgba(91, 183, 215, 0.11), transparent 40%),
    #0f1215;
}

.lmat-login-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.lmat-login-panel,
.lmat-portal-panel {
  padding: 30px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lmat-login-panel h3 {
  margin: 0 0 22px;
  font-size: 1.7rem;
}

.lmat-client-login {
  display: grid;
  gap: 14px;
}

.lmat-field {
  display: grid;
  gap: 8px;
}

.lmat-field label {
  color: var(--lmat-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.lmat-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  outline: none;
  background: rgba(0, 0, 0, 0.26);
  color: var(--lmat-white);
}

.lmat-field input:focus {
  border-color: var(--lmat-green);
  box-shadow: 0 0 0 3px rgba(111, 255, 95, 0.15);
}

.lmat-login-error {
  margin: 2px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(242, 122, 33, 0.38);
  border-radius: 6px;
  color: #ffd7bd;
  background: rgba(242, 122, 33, 0.12);
  font-weight: 760;
}

.lmat-login-error--success {
  border-color: rgba(127, 177, 143, 0.42);
  color: #d8f0df;
  background: rgba(127, 177, 143, 0.12);
}

.lmat-login-note {
  margin: 2px 0 0;
  line-height: 1.5;
}

.lmat-login-remember {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: start;
  color: var(--lmat-muted);
  font-size: 0.76rem;
}

.lmat-login-remember input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--lmat-green);
}

.lmat-login-reset {
  width: fit-content;
  color: var(--lmat-green);
  font-size: 0.76rem;
  text-decoration: none;
}

.lmat-client-session {
  display: grid;
  gap: 12px;
}

.lmat-client-session > strong {
  color: #fff;
  font-size: 1.05rem;
}

.lmat-client-session p {
  margin: 0;
  color: var(--lmat-muted);
  font-size: 0.84rem;
}

.lmat-client-session .lmat-btn {
  width: fit-content;
}

.lmat-client-login.has-error input {
  border-color: rgba(242, 122, 33, 0.38);
}

.lmat-portal-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.lmat-client-security {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(91, 183, 215, 0.1), transparent 36%),
    rgba(255, 255, 255, 0.045);
}

.lmat-client-security > span {
  color: var(--lmat-green);
  font-size: 0.68rem;
  font-weight: 780;
  text-transform: uppercase;
}

.lmat-client-security h3 {
  max-width: 620px;
  margin: 30px 0 14px;
  color: #fff;
  font-size: clamp(1.45rem, 2.15vw, 2rem);
  line-height: 1.12;
}

.lmat-client-security p {
  max-width: 590px;
  margin: 0;
  color: var(--lmat-muted);
  line-height: 1.62;
}

.lmat-client-security ul {
  display: grid;
  gap: 9px;
  margin: 26px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--lmat-line);
  list-style: none;
}

.lmat-client-security li {
  position: relative;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.lmat-client-security li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lmat-green);
}

.lmat-footer {
  padding: 42px 0;
  border-top: 1px solid var(--lmat-line);
  color: var(--lmat-muted);
  background: #101113;
}

.lmat-footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}

.lmat-footer strong {
  color: var(--lmat-white);
}

.lmat-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  max-width: 560px;
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lmat-hero-panel,
  .lmat-system-card {
    transform: none !important;
  }
}

@media (max-width: 1120px) {
  .lmat-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .lmat-nav,
  .lmat-actions {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

@media (max-width: 900px) {
  .admin-bar .lmat-header {
    top: 46px;
  }

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

  .lmat-hero-content {
    padding: 72px 0 50px;
  }

  .lmat-grid-3,
  .lmat-feature,
  .lmat-client-grid,
  .lmat-login-box,
  .lmat-section-head,
  .lmat-statement-grid,
  .lmat-delivery-grid,
  .lmat-page-layout,
  .lmat-hero-grid {
    grid-template-columns: 1fr;
  }

  .lmat-hero-grid {
    gap: 32px;
  }

  .lmat-section-head,
  .lmat-statement-grid,
  .lmat-delivery-grid {
    gap: 22px;
  }

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

  .lmat-output-stack,
  .lmat-mini-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmat-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmat-footer-inner {
    grid-template-columns: 1fr;
  }

  .lmat-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .admin-bar .lmat-header {
    top: 0;
  }

  .lmat-header {
    position: relative;
  }

  .lmat-nav,
  .lmat-actions {
    gap: 8px;
  }

  .lmat-actions {
    flex-wrap: wrap;
  }

  .lmat-lang {
    max-width: 100%;
  }

  .lmat-btn {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .lmat-hero h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .lmat-section {
    padding: 58px 0;
  }

  .lmat-logo-cloud,
  .lmat-output-stack,
  .lmat-mini-dashboard,
  .lmat-sidebar,
  .lmat-portal-kpis,
  .lmat-portal-grid {
    grid-template-columns: 1fr;
  }

  .lmat-system-row {
    grid-template-columns: 42px 1fr;
    padding: 14px;
  }

  .lmat-system-row em {
    grid-column: 2;
  }
}

/* Version 3: calmer editorial rhythm, compact sticky navigation and consent UI. */

body.lmat-site,
body.lmat-theme {
  background: #080808;
}

.lmat-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: clip;
  background: #0b0b0c;
}

.lmat-shell > main {
  width: 100%;
  flex: 1 0 auto;
}

.lmat-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(17, 18, 18, 0.96);
  backdrop-filter: blur(8px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.lmat-header.is-scrolled {
  background: rgba(12, 13, 13, 0.98);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.lmat-language-bar {
  min-height: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
}

.lmat-language-inner {
  width: min(1280px, calc(100% - 36px));
  min-height: 27px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.lmat-language-inner > span {
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.58rem;
  font-weight: 720;
  text-transform: uppercase;
}

.lmat-lang {
  width: auto;
  max-width: none;
  gap: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lmat-lang a {
  min-width: 27px;
  padding: 5px 4px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.58rem;
  font-weight: 760;
}

.lmat-lang a:hover {
  color: rgba(255, 255, 255, 0.92);
}

.lmat-lang a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
}

.lmat-header-inner {
  position: relative;
  width: min(1280px, calc(100% - 36px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
}

.lmat-brand {
  min-width: 232px;
  flex: 0 0 auto;
}

.lmat-brand img {
  width: clamp(224px, 18vw, 268px);
}

.lmat-nav {
  min-width: 0;
  width: auto;
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(14px, 1.7vw, 24px);
  padding: 0;
  overflow: visible;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.79rem;
  font-weight: 620;
}

.lmat-nav a {
  padding: 22px 0;
  white-space: nowrap;
}

.lmat-nav a:hover {
  color: #fff;
}

.lmat-actions {
  width: auto;
  flex: 0 0 auto;
  gap: 8px;
  padding: 0;
  overflow: visible;
}

.lmat-header .lmat-btn {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 6px;
  font-size: 0.78rem;
}

.lmat-menu-toggle,
.lmat-mobile-nav-only {
  display: none;
}

.lmat-hero {
  min-height: calc(100svh - 92px);
  background:
    linear-gradient(90deg, rgba(9, 10, 10, 0.98) 0%, rgba(9, 10, 10, 0.91) 48%, rgba(9, 10, 10, 0.66) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 104px),
    linear-gradient(180deg, rgba(11, 12, 13, 0.2), rgba(5, 6, 7, 0.78)),
    url("assets/textiles/textile-black.webp") center / cover no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.lmat-hero-content {
  width: min(1180px, calc(100% - 36px));
  padding: 74px 0 66px;
}

.lmat-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  gap: clamp(36px, 5vw, 70px);
}

.lmat-hero h1 {
  width: min(680px, 100%);
  margin-top: 20px;
  font-size: clamp(2.85rem, 5.25vw, 5rem);
  line-height: 0.98;
  font-weight: 670;
}

.lmat-hero p {
  max-width: 620px;
  margin-top: 22px;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.58;
}

.lmat-trust-row span {
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.028);
  font-size: 0.76rem;
  font-weight: 690;
}

.lmat-hero-panel {
  border-radius: 6px;
  background: rgba(12, 13, 14, 0.86);
}

.lmat-section {
  padding: 82px 0;
}

.lmat-section h2,
.lmat-page-hero h1 {
  max-width: 760px;
  font-size: clamp(2rem, 3.9vw, 3.7rem);
  line-height: 1.04;
  font-weight: 650;
}

.lmat-section-head p,
.lmat-statement-grid p,
.lmat-delivery-grid p,
.lmat-page-hero p {
  font-size: 1.02rem;
}

.lmat-metrics-section {
  padding: 0;
  border-bottom: 1px solid var(--lmat-line);
  background: #0c0d0e;
}

.lmat-metrics {
  min-height: 230px;
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 1.2fr;
  align-items: center;
}

.lmat-metric {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 32px;
  border-right: 1px solid var(--lmat-line);
  will-change: transform;
}

.lmat-metric + .lmat-metric {
  padding-left: 40px;
}

.lmat-metric strong {
  color: #fff;
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 620;
  line-height: 0.9;
}

.lmat-metric span {
  margin-top: 16px;
  color: var(--lmat-muted);
  font-size: 0.88rem;
}

.lmat-metrics > p {
  max-width: 420px;
  margin: 0;
  padding-left: 44px;
  color: var(--lmat-muted);
  font-size: 1.03rem;
  line-height: 1.66;
}

.lmat-logo-cloud {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-logo-cloud figure {
  min-width: 0;
  min-height: 132px;
  margin: 0;
  display: grid;
  grid-template-rows: 52px auto;
  gap: 11px;
  place-items: center;
  padding: 21px 12px 17px;
  border-right: 1px solid var(--lmat-line);
}

.lmat-logo-cloud figure:last-child {
  border-right: 0;
}

.lmat-logo-cloud img {
  width: 100%;
  max-width: 116px;
  max-height: 48px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease;
}

.lmat-logo-cloud figure:nth-child(2) img {
  max-width: 50px;
  max-height: 50px;
}

.lmat-logo-cloud figure:nth-child(3) img {
  max-width: 112px;
  max-height: 56px;
}

.lmat-logo-cloud figure:nth-child(4) img {
  filter: grayscale(1) brightness(1.25) contrast(1.25);
}

.lmat-logo-cloud figcaption {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
  font-weight: 720;
  line-height: 1.25;
  text-align: center;
}

.lmat-logo-cloud figure:hover img {
  opacity: 0.96;
  transform: translateY(-2px);
}

.lmat-reference-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  margin-top: 42px;
  padding: 32px 0;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-reference-proof > div > span {
  color: var(--lmat-green);
  font-size: 0.72rem;
  font-weight: 780;
  text-transform: uppercase;
}

.lmat-reference-proof h3 {
  max-width: 430px;
  margin: 11px 0 12px;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.12;
}

.lmat-reference-proof p {
  max-width: 520px;
  margin: 0;
  color: var(--lmat-muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.lmat-reference-proof ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.lmat-reference-proof li {
  position: relative;
  min-height: 64px;
  padding: 16px 16px 16px 28px;
  border-top: 1px solid var(--lmat-line);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 680;
  line-height: 1.45;
}

.lmat-reference-proof li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lmat-green);
}

.lmat-reference-proof li:nth-child(odd) {
  border-right: 1px solid var(--lmat-line);
}

.lmat-home-block,
.lmat-retail-band,
.lmat-section[id] {
  scroll-margin-top: 104px;
}

.lmat-home-proof {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 44%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 96px),
    #101113;
}

.lmat-home-proof-grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.54fr) minmax(220px, 0.72fr) minmax(0, 1.04fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
  margin-top: 34px;
}

.lmat-home-metrics {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-home-metrics div {
  min-height: 116px;
  display: grid;
  align-content: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-home-metrics div:last-child {
  border-bottom: 0;
}

.lmat-home-metrics strong {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
}

.lmat-home-metrics span {
  margin-top: 8px;
  color: var(--lmat-muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.lmat-home-proof .lmat-logo-cloud {
  margin-top: 12px;
}

.lmat-home-proof .lmat-logo-cloud figure {
  min-height: 108px;
  grid-template-rows: 46px auto;
  padding-block: 18px 14px;
}

.lmat-product-visual {
  position: relative;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  background: #090a0b;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.lmat-product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 8, 0.06), rgba(6, 7, 8, 0.62)),
    radial-gradient(circle at 24% 18%, rgba(111, 255, 95, 0.18), transparent 32%);
  pointer-events: none;
}

.lmat-product-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08) brightness(0.78);
}

.lmat-product-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.lmat-product-visual figcaption strong {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.lmat-product-visual figcaption span {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(10, 11, 12, 0.64);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 760;
  text-transform: uppercase;
}

.lmat-retail-bands {
  background: #0a0b0c;
}

.lmat-retail-band {
  position: relative;
  min-height: clamp(560px, 82svh, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--lmat-line);
  background-color: #0a0b0c;
  background-attachment: fixed;
}

.lmat-retail-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 120px),
    linear-gradient(90deg, rgba(6, 7, 8, 0.98) 0%, rgba(6, 7, 8, 0.78) 42%, rgba(6, 7, 8, 0.34) 100%),
    linear-gradient(180deg, rgba(6, 7, 8, 0.18), rgba(6, 7, 8, 0.88));
}

.lmat-retail-band .lmat-container {
  position: relative;
  z-index: 1;
}

.lmat-retail-band-copy {
  max-width: 500px;
}

.lmat-retail-band-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 5.4rem);
  line-height: 0.96;
}

.lmat-title-lines {
  text-wrap: balance;
}

.lmat-title-lines br {
  display: block;
}

.lmat-retail-band-copy p {
  max-width: 490px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.lmat-retail-band-copy .lmat-btn {
  margin-top: 28px;
}

.lmat-operations-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-operations-note strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.35;
}

.lmat-operations-note span {
  color: var(--lmat-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.lmat-retail-band--hyper {
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.18), rgba(6, 7, 8, 0.04)),
    url("assets/generated/fashion-hyper-unique-womenswear.webp") center 48% / cover no-repeat;
  background-attachment: scroll, fixed;
}

.lmat-retail-band--mass {
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.18), rgba(6, 7, 8, 0.04)),
    url("assets/generated/fashion-mass-unique-womenswear.webp") center 50% / cover no-repeat;
  background-attachment: scroll, fixed;
}

.lmat-retail-band--premium {
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.18), rgba(6, 7, 8, 0.04)),
    url("assets/generated/fashion-premium-unique-womenswear.webp") center 50% / cover no-repeat;
  background-attachment: scroll, fixed;
}

.lmat-scroll-next {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(10, 11, 12, 0.58);
  backdrop-filter: blur(12px);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.lmat-scroll-next::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.lmat-scroll-next:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.10);
}

.lmat-hero > .lmat-scroll-next,
.lmat-retail-band > .lmat-scroll-next {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}

.lmat-hero > .lmat-scroll-next:hover,
.lmat-retail-band > .lmat-scroll-next:hover {
  transform: translateX(-50%) translateY(-2px);
}

.lmat-scroll-next.inline {
  position: relative;
  left: auto;
  bottom: auto;
  width: max-content;
  display: flex;
  margin: 34px auto 0;
  transform: none;
}

.lmat-process-flow.compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lmat-system-card {
  gap: 8px;
  padding: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30);
  will-change: auto;
}

.lmat-system-row {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.lmat-system-row summary {
  min-height: 74px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto 22px;
  gap: 14px;
  align-items: center;
  padding: 0 18px;
  cursor: pointer;
  list-style: none;
}

.lmat-system-row summary::-webkit-details-marker {
  display: none;
}

.lmat-system-row summary:focus-visible {
  outline: 2px solid var(--lmat-green);
  outline-offset: -3px;
}

.lmat-system-row summary i {
  position: relative;
  width: 18px;
  height: 18px;
}

.lmat-system-row summary i::before,
.lmat-system-row summary i::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.62);
  transition: transform 180ms ease;
}

.lmat-system-row summary i::after {
  transform: rotate(90deg);
}

.lmat-system-row[open] summary i::after {
  transform: rotate(0);
}

.lmat-system-row p {
  margin: 0 18px 18px 80px;
  padding-top: 15px;
  border-top: 1px solid var(--lmat-line);
  color: var(--lmat-muted);
  font-size: 0.91rem;
  line-height: 1.6;
}

.lmat-footer {
  flex: 0 0 auto;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.48);
  background: #0b0b0c;
}

.lmat-footer-inner {
  width: min(1100px, calc(100% - 36px));
  margin: 0 auto;
  display: block;
}

.lmat-footer-intro {
  display: grid;
  grid-template-columns: 200px minmax(0, 440px);
  gap: 30px;
  align-items: center;
  padding: 34px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.lmat-footer-brand img {
  width: 184px;
}

.lmat-footer-intro p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
}

.lmat-footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 5vw, 68px);
  padding: 32px 0 38px;
}

.lmat-footer-columns nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.lmat-footer-columns strong {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 680;
}

.lmat-footer-columns a,
.lmat-footer-bottom {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.71rem;
}

.lmat-footer-columns a:hover,
.lmat-footer-bottom a:hover,
.lmat-footer-bottom button:hover {
  color: #fff;
}

.lmat-footer-bottom {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.lmat-footer-bottom div {
  display: flex;
  gap: 20px;
}

.lmat-footer-bottom button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.lmat-cookie-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 100;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(19, 19, 20, 0.97);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(20px);
}

.lmat-cookie-panel[hidden],
.lmat-cookie-modal[hidden] {
  display: none;
}

.lmat-cookie-panel strong {
  color: #fff;
  font-size: 0.92rem;
}

.lmat-cookie-panel p {
  max-width: 700px;
  margin: 7px 0 0;
  color: var(--lmat-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.lmat-cookie-panel a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lmat-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.lmat-cookie-actions .lmat-btn {
  min-height: 38px;
  padding: 0 13px;
  font-size: 0.76rem;
}

.lmat-cookie-link {
  min-height: 38px;
  padding: 0 11px;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  font-size: 0.76rem;
  cursor: pointer;
}

.lmat-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.lmat-cookie-dialog {
  position: relative;
  width: min(600px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: #151516;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.70);
}

.lmat-cookie-dialog h2 {
  margin: 14px 44px 0 0;
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.1;
}

.lmat-cookie-dialog > p {
  color: var(--lmat-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.lmat-cookie-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--lmat-line);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.lmat-cookie-options {
  display: grid;
  margin: 25px 0;
  border-top: 1px solid var(--lmat-line);
}

.lmat-cookie-options label {
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-cookie-options strong,
.lmat-cookie-options small {
  display: block;
}

.lmat-cookie-options small {
  margin-top: 5px;
  color: var(--lmat-muted-2);
  font-size: 0.76rem;
}

.lmat-cookie-options input {
  width: 38px;
  height: 20px;
  accent-color: var(--lmat-green);
}

@media (max-width: 1180px) {
  .lmat-brand {
    min-width: 196px;
  }

  .lmat-brand img {
    width: 206px;
  }

  .lmat-header-inner {
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .lmat-menu-toggle {
    width: 38px;
    height: 38px;
    display: grid;
    place-content: center;
    gap: 6px;
    margin-left: auto;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }

  .lmat-menu-toggle > span:not(.screen-reader-text) {
    width: 19px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .lmat-menu-toggle[aria-expanded="true"] > span:nth-last-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .lmat-menu-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .lmat-nav {
    position: absolute;
    top: 100%;
    right: -18px;
    left: -18px;
    display: none;
    width: auto;
    max-height: calc(100vh - 92px);
    overflow: auto;
    padding: 12px 18px 18px;
    border-top: 1px solid var(--lmat-line);
    border-bottom: 1px solid var(--lmat-line);
    background: rgba(10, 10, 11, 0.98);
  }

  .lmat-menu-open .lmat-nav {
    display: grid;
  }

  .lmat-nav a {
    padding: 13px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 0.92rem;
  }

  .lmat-mobile-nav-only {
    display: block;
  }

  .lmat-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
    gap: 30px;
  }

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

  .lmat-logo-cloud figure:nth-child(4) {
    border-right: 0;
  }

  .lmat-logo-cloud figure:nth-child(-n+4) {
    border-bottom: 1px solid var(--lmat-line);
  }
}

@media (max-width: 820px) {
  .lmat-hero {
    min-height: auto;
  }

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

  .lmat-hero-content {
    padding: 66px 0 58px;
  }

  .lmat-hero-panel {
    max-width: 650px;
  }

  .lmat-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 32px 0;
  }

  .lmat-metrics > p {
    grid-column: 1 / -1;
    max-width: 680px;
    padding: 30px 0 0;
  }

  .lmat-reference-proof {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .lmat-cookie-panel {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lmat-cookie-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .lmat-header {
    position: sticky;
  }

  .lmat-language-inner {
    width: calc(100% - 18px);
    justify-content: center;
    gap: 0;
  }

  .lmat-language-inner > span {
    display: none;
  }

  .lmat-lang {
    width: 100%;
    justify-content: space-between;
  }

  .lmat-lang a {
    min-width: 21px;
    padding: 5px 2px;
    font-size: 0.54rem;
  }

  .lmat-header-inner {
    width: calc(100% - 22px);
    min-height: 58px;
    gap: 7px;
  }

  .lmat-brand {
    min-width: 154px;
  }

  .lmat-brand img {
    width: 158px;
  }

  .lmat-header .lmat-btn {
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .lmat-header .lmat-actions .lmat-btn:last-child {
    display: none;
  }

  .lmat-menu-toggle {
    margin-left: auto;
  }

  .lmat-hero-content,
  .lmat-container,
  .lmat-footer-inner {
    width: calc(100% - 28px);
  }

  .lmat-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.7rem);
  }

  .lmat-metrics {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lmat-metric,
  .lmat-metric + .lmat-metric {
    min-height: 140px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-metrics > p {
    grid-column: auto;
  }

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

  .lmat-logo-cloud figure,
  .lmat-logo-cloud figure:nth-child(4) {
    min-height: 116px;
    border-right: 1px solid var(--lmat-line);
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-logo-cloud figure:nth-child(even) {
    border-right: 0;
  }

  .lmat-logo-cloud figure:last-child {
    border-bottom: 0;
  }

  .lmat-reference-proof {
    margin-top: 30px;
    padding: 26px 0;
  }

  .lmat-reference-proof ul {
    grid-template-columns: 1fr;
  }

  .lmat-reference-proof li:nth-child(odd) {
    border-right: 0;
  }

  .lmat-system-row summary {
    grid-template-columns: 35px minmax(0, 1fr) 18px;
    padding: 13px;
  }

  .lmat-system-row summary em {
    grid-column: 2;
  }

  .lmat-system-row summary i {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .lmat-system-row p {
    margin: 0 13px 15px 48px;
  }

  .lmat-footer-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lmat-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }

  .lmat-footer-bottom {
    min-height: 82px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .lmat-cookie-panel {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 18px;
  }

  .lmat-cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .lmat-cookie-actions .lmat-btn:last-child {
    grid-column: 1 / -1;
  }

  .lmat-cookie-dialog {
    padding: 26px 20px;
  }
}

.lmat-process-section {
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
  background: #0e0f10;
}

.lmat-process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-process-flow::before {
  content: "";
  position: absolute;
  top: 36px;
  right: calc(10% + 10px);
  left: calc(10% + 10px);
  height: 1px;
  background: linear-gradient(90deg, var(--lmat-green), var(--lmat-orange), var(--lmat-blue));
  opacity: 0.55;
}

.lmat-process-flow > div {
  position: relative;
  min-width: 0;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  padding: 26px 18px;
  border-right: 1px solid var(--lmat-line);
}

.lmat-process-flow > div:last-child {
  border-right: 0;
}

.lmat-process-flow span {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  border: 4px solid #0e0f10;
  border-radius: 50%;
  color: transparent;
  background: #fff;
  font-size: 0;
}

.lmat-process-flow strong {
  color: #fff;
  font-size: 0.94rem;
}

.lmat-process-flow small {
  margin-top: 9px;
  color: var(--lmat-muted-2);
  font-size: 0.72rem;
  line-height: 1.45;
}

.lmat-assurance-section {
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
  background:
    linear-gradient(135deg, rgba(91, 183, 215, 0.08), transparent 38%),
    #0d1012;
}

.lmat-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-assurance-grid article {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid var(--lmat-line);
}

.lmat-assurance-grid article:last-child {
  border-right: 0;
}

.lmat-assurance-grid article > span {
  color: var(--lmat-green);
  font-size: 0.68rem;
  font-weight: 780;
  text-transform: uppercase;
}

.lmat-assurance-grid h3 {
  margin: 54px 0 12px;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.lmat-assurance-grid p {
  margin: 0;
  color: var(--lmat-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.lmat-deployment-section {
  background: #0b0b0c;
}

.lmat-deployment-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: start;
}

.lmat-deployment-grid > div:first-child {
  position: sticky;
  top: 126px;
}

.lmat-deployment-grid > div:first-child > p {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--lmat-muted);
  line-height: 1.68;
}

.lmat-deployment-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--lmat-line);
}

.lmat-deployment-steps li {
  min-height: 118px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-deployment-steps > li > span {
  color: var(--lmat-orange);
  font-size: 0.75rem;
  font-weight: 800;
}

.lmat-deployment-steps strong,
.lmat-deployment-steps small {
  display: block;
}

.lmat-deployment-steps strong {
  color: #fff;
  font-size: 1.08rem;
}

.lmat-deployment-steps small {
  margin-top: 7px;
  color: var(--lmat-muted-2);
  font-size: 0.82rem;
  line-height: 1.5;
}

.lmat-final-cta {
  border-top: 1px solid var(--lmat-line);
  background:
    linear-gradient(120deg, rgba(111, 255, 95, 0.11), transparent 38%),
    #101112;
}

.lmat-final-cta .lmat-container {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: end;
}

.lmat-final-cta p {
  max-width: 520px;
  margin: 0;
  color: var(--lmat-muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .lmat-process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lmat-process-flow::before {
    display: none;
  }

  .lmat-process-flow > div:nth-child(3) {
    border-right: 0;
  }

  .lmat-process-flow > div:nth-child(-n+3) {
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-assurance-grid,
  .lmat-deployment-grid,
  .lmat-final-cta .lmat-container {
    grid-template-columns: 1fr;
  }

  .lmat-assurance-grid article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-assurance-grid article:last-child {
    border-bottom: 0;
  }

  .lmat-assurance-grid h3 {
    margin-top: 34px;
  }

  .lmat-deployment-grid > div:first-child {
    position: static;
  }
}

@media (max-width: 560px) {
  .lmat-process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmat-process-flow > div,
  .lmat-process-flow > div:nth-child(3) {
    min-height: 145px;
    border-right: 1px solid var(--lmat-line);
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-process-flow > div:nth-child(even) {
    border-right: 0;
  }

  .lmat-process-flow > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .lmat-assurance-grid article {
    min-height: 0;
    padding: 24px 20px;
  }
}

.lmat-contact-page {
  min-height: calc(100vh - 92px);
  padding: 72px 0 90px;
  background:
    linear-gradient(135deg, rgba(111, 255, 95, 0.08), transparent 38%),
    #0d0f10;
}

.lmat-contact-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: 28px;
  align-items: start;
  scroll-margin-top: 112px;
}

.lmat-contact-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin: 4px 0 46px;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-contact-options > a,
.lmat-contact-options > button {
  min-width: 0;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  border: 0;
  border-right: 1px solid var(--lmat-line);
  border-radius: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: none;
  transition: background 160ms ease;
}

.lmat-contact-options > :last-child {
  border-right: 0;
}

.lmat-contact-options > a:hover,
.lmat-contact-options > button:hover {
  background: rgba(255, 255, 255, 0.045);
}

.lmat-contact-options span {
  color: var(--lmat-orange);
  font-size: 0.67rem;
  font-weight: 780;
}

.lmat-contact-options strong {
  margin-top: 34px;
  color: #fff;
  font-size: 1rem;
}

.lmat-contact-options small {
  max-width: 290px;
  margin-top: 8px;
  color: var(--lmat-muted-2);
  font-size: 0.72rem;
  line-height: 1.48;
}

.lmat-contact-aside {
  padding: 28px 0;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-contact-aside > strong {
  color: #fff;
  font-size: 0.91rem;
}

.lmat-contact-aside ul {
  display: grid;
  gap: 13px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.lmat-contact-aside li {
  position: relative;
  padding-left: 18px;
  color: var(--lmat-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.lmat-contact-aside li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lmat-green);
}

.lmat-contact-panel {
  padding: 30px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.lmat-contact-form {
  display: grid;
  gap: 20px;
}

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

.lmat-contact-form label {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.lmat-contact-form label > span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.76rem;
  font-weight: 670;
}

.lmat-contact-form input,
.lmat-contact-form select,
.lmat-contact-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  outline: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  font: inherit;
}

.lmat-contact-message > small {
  color: var(--lmat-muted-2);
  font-size: 0.7rem;
  line-height: 1.48;
}

.lmat-contact-form select {
  appearance: auto;
}

.lmat-contact-form textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
  line-height: 1.55;
}

.lmat-contact-form input:focus,
.lmat-contact-form select:focus,
.lmat-contact-form textarea:focus {
  border-color: var(--lmat-green);
  box-shadow: 0 0 0 3px rgba(111, 255, 95, 0.13);
}

.lmat-contact-form .lmat-contact-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
}

.lmat-contact-consent input {
  width: 17px;
  height: 17px;
  min-height: 0;
  margin: 1px 0 0;
  accent-color: var(--lmat-green);
}

.lmat-contact-form > .lmat-btn {
  width: fit-content;
}

.lmat-site-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 26px;
  margin: 28px 0 0;
  padding: 0 !important;
  border-top: 1px solid var(--lmat-line);
  list-style: none;
}

.lmat-site-map li {
  margin: 0;
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-site-map a {
  min-height: 50px;
  display: flex;
  align-items: center;
  color: var(--lmat-muted);
  font-size: 0.82rem;
  text-decoration: none;
}

.lmat-site-map a:hover {
  color: #fff;
}

.lmat-contact-privacy {
  margin: -7px 0 0;
  color: var(--lmat-muted-2);
  font-size: 0.7rem;
  line-height: 1.5;
}

.lmat-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.lmat-form-status {
  display: grid;
  gap: 5px;
  margin-bottom: 20px;
  padding: 15px 17px;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
}

.lmat-form-status strong {
  color: #fff;
  font-size: 0.88rem;
}

.lmat-form-status span {
  color: var(--lmat-muted);
  font-size: 0.78rem;
}

.lmat-form-status.success {
  border-color: rgba(111, 255, 95, 0.36);
  background: rgba(111, 255, 95, 0.10);
}

.lmat-form-status.error {
  border-color: rgba(242, 122, 33, 0.36);
  background: rgba(242, 122, 33, 0.10);
}

@media (max-width: 760px) {
  .lmat-contact-layout,
  .lmat-contact-grid,
  .lmat-contact-options {
    grid-template-columns: 1fr;
  }

  .lmat-contact-options > a,
  .lmat-contact-options > button {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-contact-options > :last-child {
    border-bottom: 0;
  }

  .lmat-contact-options strong {
    margin-top: 22px;
  }

  .lmat-contact-page {
    padding: 56px 0 70px;
  }

  .lmat-contact-panel {
    padding: 22px 18px;
  }

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

/* Industrial textile surface: product matter visible, with a calmer operating grid. */
.lmat-hero {
  min-height: calc(100svh - 205px);
  background:
    linear-gradient(90deg, rgba(8, 9, 9, 0.985) 0%, rgba(8, 9, 9, 0.92) 48%, rgba(8, 9, 9, 0.68) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 104px),
    linear-gradient(180deg, rgba(11, 12, 13, 0.18), rgba(5, 6, 7, 0.78)),
    url("assets/textiles/textile-black.webp") center / cover no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.lmat-hero-content {
  padding: 50px 0 40px;
}

.lmat-assurance-section {
  background:
    linear-gradient(90deg, rgba(7, 9, 11, 0.96) 0%, rgba(7, 9, 11, 0.86) 48%, rgba(7, 9, 11, 0.72) 100%),
    url("assets/textiles/textile-denim.webp") center 54% / cover no-repeat;
  background-attachment: scroll, fixed;
}

.lmat-assurance-grid {
  background: rgba(7, 9, 11, 0.52);
  backdrop-filter: blur(3px);
}

.lmat-final-cta {
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.97) 0%, rgba(7, 8, 9, 0.88) 52%, rgba(7, 8, 9, 0.66) 100%),
    url("assets/textiles/textile-knit-orange.webp") center 46% / cover no-repeat;
  background-attachment: scroll, fixed;
}

.lmat-page-hero--textile {
  min-height: clamp(300px, 34vw, 430px);
  display: grid;
  align-items: end;
  padding: 82px 0 54px;
  background-color: #0a0b0c;
  background-attachment: scroll, fixed;
}

.lmat-page-hero--textile .lmat-container {
  position: relative;
  z-index: 1;
}

.lmat-page-hero--macro-blue {
  background:
    linear-gradient(90deg, rgba(7, 9, 10, 0.98) 0%, rgba(7, 9, 10, 0.84) 52%, rgba(7, 9, 10, 0.58) 100%),
    url("assets/textiles/textile-macro-blue.webp") center 48% / cover no-repeat;
}

.lmat-page-hero--denim {
  background:
    linear-gradient(90deg, rgba(7, 9, 10, 0.98) 0%, rgba(7, 9, 10, 0.86) 52%, rgba(7, 9, 10, 0.62) 100%),
    url("assets/textiles/textile-denim.webp") center 42% / cover no-repeat;
}

.lmat-page-hero--labels {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 96px),
    linear-gradient(90deg, rgba(7, 8, 9, 0.98) 0%, rgba(7, 8, 9, 0.88) 45%, rgba(7, 8, 9, 0.64) 100%),
    url("assets/generated/white-label-tags-background.webp") center 48% / cover no-repeat;
}

.lmat-page-hero--retail-hyper {
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.98) 0%, rgba(7, 8, 9, 0.86) 46%, rgba(7, 8, 9, 0.58) 100%),
    url("assets/generated/fashion-hyper-unique-womenswear.webp") center 48% / cover no-repeat;
}

.lmat-page-hero--retail-mass {
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.98) 0%, rgba(7, 8, 9, 0.84) 48%, rgba(7, 8, 9, 0.56) 100%),
    url("assets/generated/fashion-mass-unique-womenswear.webp") center 50% / cover no-repeat;
}

.lmat-page-hero--retail-premium {
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.98) 0%, rgba(7, 8, 9, 0.86) 45%, rgba(7, 8, 9, 0.50) 100%),
    url("assets/generated/fashion-premium-unique-womenswear.webp") center 50% / cover no-repeat;
}

.lmat-page-hero--black {
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.97) 0%, rgba(7, 8, 9, 0.82) 52%, rgba(7, 8, 9, 0.56) 100%),
    url("assets/textiles/textile-black.webp") center 50% / cover no-repeat;
}

@media (max-width: 900px) {
  .lmat-hero,
  .lmat-assurance-section,
  .lmat-final-cta,
  .lmat-page-hero--textile {
    background-attachment: scroll;
  }

  .lmat-hero {
    min-height: auto;
    background-position: center, center, center, 62% center;
  }

  .lmat-hero-content {
    padding: 66px 0 58px;
  }

  .lmat-assurance-section {
    background-position: center, 58% center;
  }

  .lmat-final-cta {
    background-position: center, 60% center;
  }

  .lmat-page-hero--labels {
    background-position: center, center, 66% center;
  }

  .lmat-page-hero--retail-hyper,
  .lmat-page-hero--retail-mass,
  .lmat-page-hero--retail-premium {
    background-position: center, 64% center;
  }
}

@media (max-width: 560px) {
  .lmat-hero-content {
    padding: 52px 0 38px;
  }

  .lmat-hero-panel:not(.lmat-hero-map) {
    display: none;
  }

  .lmat-page-hero--textile {
    min-height: 280px;
    padding: 66px 0 42px;
  }

  .lmat-assurance-grid {
    backdrop-filter: none;
  }

  .lmat-page-layout {
    gap: 24px;
  }

  .lmat-sidebar {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .lmat-sidebar::-webkit-scrollbar {
    display: none;
  }

  .lmat-sidebar a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border-color: var(--lmat-line);
    background: rgba(255, 255, 255, 0.035);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lmat-hero,
  .lmat-assurance-section,
  .lmat-final-cta,
  .lmat-page-hero--textile {
    background-attachment: scroll;
  }
}

/* Version 4: stronger first screen, operational solution page and unit-pricing page. */
.lmat-hero-map {
  min-height: 430px;
  overflow: hidden;
  padding: 0;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(9, 11, 12, 0.98), rgba(14, 16, 18, 0.92));
}

.lmat-hero h1 {
  font-size: 4.55rem;
  line-height: 1;
}

.lmat-hero-map::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 90px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 70px),
		linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.36));
	opacity: 0.78;
}

.lmat-hero-map img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.012);
	animation: lmat-map-drift 12s ease-in-out infinite;
}

.lmat-map-scan {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(110deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.10) 48%, transparent 54%, transparent 100%),
		linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.22));
	mix-blend-mode: screen;
	animation: lmat-map-scan 8.4s linear infinite;
}

.lmat-map-caption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 4px;
		background: rgba(8, 10, 11, 0.86);
		backdrop-filter: blur(4px);
}

.lmat-map-caption span {
	color: var(--lmat-muted-2);
	font-size: 0.72rem;
	font-weight: 760;
	text-transform: uppercase;
}

.lmat-map-caption strong {
	color: var(--lmat-green);
	font-size: 0.8rem;
	white-space: nowrap;
}

.lmat-metrics {
  grid-template-columns: repeat(3, minmax(0, 0.62fr)) minmax(0, 1.15fr);
}

.lmat-logo-cloud figure:nth-child(3) img {
  max-width: 138px;
  max-height: 54px;
}

.lmat-page-layout--wide {
  grid-template-columns: 1fr;
  padding-top: 36px;
}

.lmat-content--wide {
  max-width: none;
}

.lmat-solution-page,
.lmat-pricing-page {
  display: grid;
  gap: 42px;
}

.lmat-solution-lede,
.lmat-pricing-lede {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-pricing-lede {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.lmat-solution-lede h2,
.lmat-pricing-lede h2,
.lmat-solution-closer h2,
.lmat-pricing-drivers h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1.04;
}

.lmat-solution-lede p,
.lmat-pricing-lede p,
.lmat-solution-closer p,
.lmat-pricing-closer p {
  margin: 18px 0 0;
  color: var(--lmat-muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.lmat-solution-proof {
  display: grid;
  gap: 10px;
}

.lmat-solution-proof span {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 760;
}

.lmat-vertical-trace {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.lmat-vertical-trace::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46px;
  width: 2px;
  background: linear-gradient(180deg, var(--lmat-green), var(--lmat-orange), var(--lmat-blue));
  opacity: 0.86;
}

.lmat-vertical-trace li {
  position: relative;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 24px;
  min-height: 130px;
  padding: 24px 0;
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-vertical-trace li:last-child {
  border-bottom: 0;
}

.lmat-vertical-trace li > span {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(111, 255, 95, 0.38);
  border-radius: 50%;
  color: #fff;
  background: #101213;
  font-size: 0.74rem;
  font-weight: 840;
}

.lmat-vertical-trace h3 {
  margin: 0;
  color: #fff;
  font-size: 1.38rem;
  line-height: 1.18;
}

.lmat-vertical-trace p {
  max-width: 860px;
  margin: 10px 0 0;
  color: var(--lmat-muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.lmat-solution-closer,
.lmat-pricing-closer {
  padding: 34px;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(111, 255, 95, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.lmat-solution-closer .lmat-btn,
.lmat-pricing-closer .lmat-btn {
  margin-top: 22px;
}

.lmat-pricing-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-pricing-principles article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--lmat-line);
}

.lmat-pricing-principles article:last-child {
  border-right: 0;
}

.lmat-pricing-principles h3 {
  margin: 0 0 42px;
  color: var(--lmat-green);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.lmat-pricing-principles p {
  margin: 0;
  color: var(--lmat-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.lmat-pricing-drivers {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: start;
}

.lmat-pricing-drivers ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--lmat-line);
  list-style: none;
}

.lmat-pricing-drivers li {
  min-height: 64px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px 0 15px 26px;
  border-bottom: 1px solid var(--lmat-line);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.45;
}

.lmat-pricing-drivers li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--lmat-orange);
}

.lmat-company-page {
  display: grid;
  gap: clamp(34px, 5vw, 56px);
}

.lmat-company-lede {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  padding-bottom: clamp(28px, 5vw, 52px);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-company-lede span {
  color: var(--lmat-green);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lmat-company-lede h2 {
  max-width: 780px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.lmat-company-lede p,
.lmat-company-split p,
.lmat-company-locations p,
.lmat-company-cta p {
  margin: 0;
  color: var(--lmat-muted);
  line-height: 1.68;
}

.lmat-company-proof {
  display: grid;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-company-proof article {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-company-proof article:last-child {
  border-bottom: 0;
}

.lmat-company-proof strong {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.95;
}

.lmat-company-proof small {
  color: var(--lmat-muted-2);
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.4;
  text-transform: uppercase;
}

.lmat-company-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-company-split > div {
  min-height: 260px;
  padding: clamp(24px, 4vw, 36px);
  border-right: 1px solid var(--lmat-line);
}

.lmat-company-split > div:last-child {
  border-right: 0;
}

.lmat-company-split h2,
.lmat-company-map h2,
.lmat-company-locations h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.08;
}

.lmat-company-map {
  display: grid;
  grid-template-columns: minmax(290px, 0.44fr) minmax(0, 1.1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  padding: clamp(22px, 3.2vw, 34px);
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 46%),
    rgba(13, 15, 16, 0.9);
  box-shadow: var(--lmat-shadow);
}

.lmat-company-map > div > span {
  color: var(--lmat-green);
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.lmat-company-map p {
  margin: 0;
  color: var(--lmat-muted);
  line-height: 1.68;
}

.lmat-company-map img {
  width: 100%;
  height: clamp(320px, 34vw, 520px);
  object-fit: contain;
  border: 1px solid var(--lmat-line);
  border-radius: 6px;
  background: #101214;
}

.lmat-company-locations {
  padding-top: 4px;
}

.lmat-company-locations > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
}

.lmat-company-locations article {
  min-height: 260px;
  padding: clamp(24px, 3.5vw, 34px);
  border-right: 1px solid var(--lmat-line);
}

.lmat-company-locations article:last-child {
  border-right: 0;
}

.lmat-company-locations span {
  color: var(--lmat-green);
  font-size: 0.72rem;
  font-weight: 820;
}

.lmat-company-locations h3 {
  margin: 62px 0 13px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.lmat-company-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 34px) 0 0;
  border-top: 1px solid var(--lmat-line);
}

.lmat-company-cta p {
  max-width: 720px;
}

@keyframes lmat-map-scan {
  0% { transform: translateX(-65%); opacity: 0.14; }
  38% { opacity: 0.42; }
  100% { transform: translateX(65%); opacity: 0.14; }
}

@keyframes lmat-map-drift {
  0%, 100% { transform: scale(1.012) translate3d(0, 0, 0); }
  50% { transform: scale(1.035) translate3d(-1.2%, 0.8%, 0); }
}

@keyframes lmat-map-glow {
  0%, 100% { opacity: 0.36; }
  50% { opacity: 0.48; }
}

@media (max-width: 900px) {
  .lmat-hero h1 {
    font-size: 3.65rem;
  }

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

  .lmat-solution-lede,
  .lmat-pricing-lede,
  .lmat-pricing-drivers {
    grid-template-columns: 1fr;
  }

  .lmat-home-proof-grid,
  .lmat-client-grid {
    grid-template-columns: 1fr;
  }

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

  .lmat-home-metrics div {
    border-right: 1px solid var(--lmat-line);
    border-bottom: 0;
  }

  .lmat-home-metrics div:last-child {
    border-right: 0;
  }

  .lmat-retail-band,
  .lmat-retail-band--hyper,
  .lmat-retail-band--mass,
  .lmat-retail-band--premium {
    min-height: 620px;
    background-attachment: scroll, scroll;
  }

  .lmat-process-flow.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .lmat-standard-strip span:nth-child(2) {
    border-right: 0;
  }

  .lmat-standard-strip span:nth-child(-n+2) {
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-pricing-principles {
    grid-template-columns: 1fr;
  }

  .lmat-pricing-principles article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-pricing-principles article:last-child {
    border-bottom: 0;
  }

  .lmat-company-lede,
  .lmat-company-map,
  .lmat-company-split,
  .lmat-company-locations > div {
    grid-template-columns: 1fr;
  }

  .lmat-company-split > div,
  .lmat-company-locations article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-company-split > div:last-child,
  .lmat-company-locations article:last-child {
    border-bottom: 0;
  }

  .lmat-company-cta {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .lmat-hero h1 {
    font-size: 2.85rem;
  }

  .lmat-hero-panel.lmat-hero-map {
    min-height: 330px;
  }

  .lmat-home-metrics {
    grid-template-columns: 1fr;
  }

  .lmat-home-metrics div,
  .lmat-home-metrics div:last-child {
    min-height: 98px;
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-home-metrics div:last-child {
    border-bottom: 0;
  }

  .lmat-product-visual {
    min-height: 260px;
  }

  .lmat-retail-band {
    min-height: 580px;
  }

  .lmat-retail-band-copy h2 {
    font-size: 2.65rem;
  }

  .lmat-retail-band-copy p {
    font-size: 0.96rem;
  }

  .lmat-process-flow.compact {
    grid-template-columns: 1fr;
  }

  .lmat-process-flow.compact::before {
    display: none;
  }

  .lmat-scroll-next {
    min-height: 32px;
    font-size: 0.62rem;
  }

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

  .lmat-standard-strip span,
  .lmat-standard-strip span:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-standard-strip span:last-child {
    border-bottom: 0;
  }

  .lmat-operations-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lmat-map-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .lmat-map-caption strong {
    white-space: normal;
  }

  .lmat-solution-lede h2,
  .lmat-pricing-lede h2,
  .lmat-solution-closer h2,
  .lmat-pricing-drivers h2 {
    font-size: 1.85rem;
  }

  .lmat-vertical-trace::before {
    left: 24px;
  }

  .lmat-vertical-trace li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }

  .lmat-vertical-trace li > span {
    width: 48px;
    height: 48px;
  }

  .lmat-solution-closer,
  .lmat-pricing-closer {
    padding: 24px 18px;
  }

  .lmat-company-lede h2 {
    font-size: 2.2rem;
  }

  .lmat-company-locations h3 {
    margin-top: 34px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .lmat-hero-map::before,
  .lmat-hero-map img,
  .lmat-map-scan {
    animation: none;
  }
}

/* Version 4.1: French-first default, tighter alignment and mobile-safe image crops. */
html {
  scroll-behavior: smooth;
}

.lmat-container,
.lmat-hero-content,
.lmat-header-inner,
.lmat-language-inner,
.lmat-footer-inner {
  box-sizing: border-box;
}

.lmat-section-head {
  align-items: end;
}

.lmat-section-head > p {
  max-width: 560px;
}

.lmat-hero-grid {
  align-items: center;
}

.lmat-hero h1,
.lmat-section h2,
.lmat-page-hero h1,
.lmat-retail-band-copy h2 {
  letter-spacing: 0;
}

.lmat-hero-panel,
.lmat-product-visual,
.lmat-company-map {
  contain: paint;
}

.lmat-product-visual img {
  display: block;
}

.lmat-retail-band-copy {
  padding: clamp(26px, 4vw, 46px) 0;
}

.lmat-retail-band--hyper {
  background-position: center 48%, center 47%;
}

.lmat-retail-band--mass {
  background-position: center 50%, center 52%;
}

.lmat-retail-band--premium {
  background-position: center 50%, center 53%;
}

@media (max-width: 1180px) {
  .lmat-header-inner {
    gap: 16px;
  }

  .lmat-actions {
    gap: 7px;
  }
}

@media (max-width: 900px) {
  .lmat-section {
    padding: 68px 0;
  }

  .lmat-section-head {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lmat-section-head > p {
    max-width: 720px;
  }

  .lmat-hero-content {
    padding: 50px 0 54px;
  }

  .lmat-hero-grid {
    gap: 28px;
  }

  .lmat-hero-panel.lmat-hero-map {
    min-height: 360px;
  }

  .lmat-home-proof-grid {
    gap: 24px;
  }

  .lmat-product-visual {
    min-height: 300px;
  }

  .lmat-retail-band,
  .lmat-retail-band--hyper,
  .lmat-retail-band--mass,
  .lmat-retail-band--premium {
    min-height: 600px;
    background-size: auto, auto 100%;
  }

  .lmat-retail-band::before {
    background:
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 84px),
      linear-gradient(90deg, rgba(6, 7, 8, 0.98) 0%, rgba(6, 7, 8, 0.86) 58%, rgba(6, 7, 8, 0.58) 100%),
      linear-gradient(180deg, rgba(6, 7, 8, 0.20), rgba(6, 7, 8, 0.90));
  }

  .lmat-retail-band-copy {
    max-width: min(520px, 74%);
  }

  .lmat-page-hero--retail-hyper,
  .lmat-page-hero--retail-mass,
  .lmat-page-hero--retail-premium {
    background-size: auto, auto 100%;
  }

  .lmat-page-hero--labels {
    background-size: auto, auto, auto 100%;
  }
}

@media (max-width: 560px) {
  .lmat-language-bar {
    min-height: 24px;
  }

  .lmat-language-inner {
    min-height: 24px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .lmat-language-inner::-webkit-scrollbar {
    display: none;
  }

  .lmat-lang {
    min-width: max-content;
    justify-content: flex-start;
    gap: 1px;
  }

  .lmat-lang a {
    min-width: 23px;
    text-align: center;
  }

  .lmat-brand {
    min-width: 164px;
  }

  .lmat-brand img {
    width: 166px;
  }

  .lmat-hero-content,
  .lmat-container,
  .lmat-footer-inner {
    width: min(100% - 28px, 1180px);
  }

  .lmat-hero {
    background-position: center, center, center, 58% center;
  }

  .lmat-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 12vw, 3rem);
    line-height: 1.02;
  }

  .lmat-hero p {
    max-width: 34ch;
    font-size: 1rem;
  }

  .lmat-trust-row {
    align-items: flex-start;
  }

  .lmat-trust-row span {
    line-height: 1.25;
  }

  .lmat-hero-panel.lmat-hero-map {
    min-height: 250px;
  }

  .lmat-hero-map img {
    object-fit: contain;
    transform: scale(1);
  }

  .lmat-home-proof-grid {
    margin-top: 28px;
  }

  .lmat-product-visual {
    min-height: 280px;
  }

  .lmat-product-visual img {
    object-position: center 42%;
  }

  .lmat-retail-band,
  .lmat-retail-band--hyper,
  .lmat-retail-band--mass,
  .lmat-retail-band--premium {
    min-height: 620px;
    align-items: end;
    background-size: auto, auto 86%;
  }

  .lmat-retail-band::before {
    background:
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 70px),
      linear-gradient(180deg, rgba(6, 7, 8, 0.30) 0%, rgba(6, 7, 8, 0.70) 42%, rgba(6, 7, 8, 0.97) 100%);
  }

  .lmat-retail-band--hyper {
    background-position: center, 51% 12%;
  }

  .lmat-retail-band--mass {
    background-position: center, 52% 12%;
  }

  .lmat-retail-band--premium {
    background-position: center, 53% 12%;
  }

  .lmat-retail-band-copy {
    max-width: 100%;
    padding: 0 0 78px;
  }

  .lmat-retail-band-copy h2 {
    max-width: 10ch;
    font-size: clamp(2.2rem, 11vw, 2.75rem);
    line-height: 1.02;
  }

  .lmat-retail-band-copy p {
    max-width: 32ch;
    margin-top: 16px;
    font-size: 0.98rem;
  }

  .lmat-page-hero--textile {
    min-height: 330px;
    padding: 76px 0 38px;
  }

  .lmat-page-hero--retail-hyper,
  .lmat-page-hero--retail-mass,
  .lmat-page-hero--retail-premium {
    background-size: auto, auto 88%;
    background-position: center, 54% top;
  }

  .lmat-page-hero--labels {
    background-size: auto, auto, auto 88%;
    background-position: center, center, 54% top;
  }

  .lmat-page-hero--macro-blue,
  .lmat-page-hero--denim {
    background-size: auto, auto 100%;
    background-position: center, 50% center;
  }

  .lmat-page-hero h1,
  .lmat-section h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
    line-height: 1.06;
  }

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

  .lmat-standard-strip span,
  .lmat-standard-strip span:nth-child(2) {
    min-height: 58px;
    border-right: 1px solid var(--lmat-line);
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-standard-strip span:nth-child(even) {
    border-right: 0;
  }

  .lmat-standard-strip span:nth-last-child(-n+2),
  .lmat-standard-strip span:last-child {
    border-bottom: 0;
  }

  .lmat-standard-strip span b {
    margin-bottom: 4px;
  }
}

/* Reference logos: stable production layout */
.lmat-logo-cloud.lmat-logo-cloud-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  background: var(--lmat-line);
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item,
.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4) {
  min-width: 0;
  min-height: 104px;
  margin: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 24px 18px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #151719;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item img,
.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4) img,
.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(3) img {
  width: auto;
  height: auto;
  max-width: min(146px, 92%);
  max-height: 58px;
  object-fit: contain;
  opacity: 0.9;
  transform: none;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-carrefour img {
  max-width: 54px;
  max-height: 54px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u img {
  max-width: min(280px, 96%);
  max-height: 62px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u,
.lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u {
  grid-column: span 2;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-stokomani img {
  max-width: min(164px, 96%);
  max-height: 58px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-netto img {
  max-width: 82px;
  max-height: 56px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-leclerc img {
  max-width: 120px;
  max-height: 48px;
}

.lmat-logo-cloud.lmat-logo-cloud-content figcaption {
  display: none;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .lmat-logo-cloud.lmat-logo-cloud-content {
    grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
  }

  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item,
  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4) {
    min-height: 100px;
  }
}

@media (max-width: 640px) {
  .lmat-logo-cloud.lmat-logo-cloud-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item,
  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4) {
    min-height: 96px;
    padding: 18px 12px;
  }

  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item img {
    max-width: min(118px, 84%);
    max-height: 48px;
  }

  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u img {
    max-width: min(245px, 92%);
    max-height: 54px;
  }
}

/* Finished product proof block: clearer, retail-first reading. */
.lmat-home-proof .lmat-section-head {
  max-width: 1120px;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  gap: clamp(26px, 4vw, 52px);
}

.lmat-home-proof .lmat-section-head h2 {
  max-width: 720px;
  font-size: clamp(2.25rem, 4.35vw, 4.45rem);
  line-height: 1.02;
}

.lmat-home-proof .lmat-section-head > p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.55vw, 1.24rem);
  line-height: 1.58;
}

.lmat-home-proof-grid {
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 0;
  align-items: stretch;
  margin-top: clamp(34px, 5vw, 58px);
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(12, 14, 15, 0.74);
  box-shadow: var(--lmat-shadow);
}

.lmat-product-visual {
  min-height: 470px;
  border: 0;
  border-right: 1px solid var(--lmat-line);
  border-radius: 0;
  box-shadow: none;
}

.lmat-product-visual::after {
  background:
    linear-gradient(180deg, rgba(6, 7, 8, 0.04) 0%, rgba(6, 7, 8, 0.36) 48%, rgba(6, 7, 8, 0.78) 100%),
    radial-gradient(circle at 22% 18%, rgba(111, 255, 95, 0.16), transparent 34%);
}

.lmat-product-visual img {
  filter: saturate(0.92) contrast(1.08) brightness(0.82);
  transform: scale(1.03);
}

.lmat-product-visual figcaption {
  right: clamp(22px, 3vw, 34px);
  bottom: clamp(22px, 3vw, 34px);
  left: clamp(22px, 3vw, 34px);
  gap: 9px;
}

.lmat-product-visual figcaption strong {
  max-width: 360px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.lmat-product-visual figcaption span {
  padding: 7px 10px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(8, 9, 10, 0.72);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.7rem;
  letter-spacing: 0;
}

.lmat-finished-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 4.5vw, 58px);
  background:
    linear-gradient(135deg, rgba(111, 255, 95, 0.08), transparent 34%),
    rgba(15, 17, 18, 0.94);
}

.lmat-finished-copy h3 {
  max-width: 520px;
  margin: 0 0 clamp(22px, 3vw, 34px);
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1;
}

.lmat-finished-copy ul {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--lmat-line);
  border: 1px solid var(--lmat-line);
  border-radius: 7px;
  overflow: hidden;
}

.lmat-finished-copy li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
  padding: clamp(18px, 2.4vw, 25px);
  background: #101214;
}

.lmat-finished-copy li span {
  color: var(--lmat-green);
  font-size: 0.75rem;
  font-weight: 840;
  line-height: 1.2;
}

.lmat-finished-copy li strong {
  display: block;
  color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.15;
}

.lmat-finished-copy li em {
  display: block;
  grid-column: 2;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  font-style: normal;
  line-height: 1.48;
}

.lmat-home-proof-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 34px);
  align-items: start;
  margin-top: clamp(26px, 4vw, 42px);
}

.lmat-home-proof-bottom .lmat-home-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--lmat-line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(15, 17, 18, 0.82);
}

.lmat-home-proof-bottom .lmat-home-metrics div {
  min-height: 132px;
  padding: clamp(20px, 2.8vw, 30px);
  border-right: 1px solid var(--lmat-line);
  border-bottom: 0;
}

.lmat-home-proof-bottom .lmat-home-metrics div:last-child {
  border-right: 0;
}

.lmat-home-proof-bottom .lmat-home-metrics strong {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
}

.lmat-home-references {
  min-width: 0;
}

.lmat-home-references .lmat-eyebrow {
  margin-bottom: 14px;
}

.lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item,
.lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4) {
  min-height: 106px;
  grid-template-rows: 46px auto;
  padding: 16px 12px 14px;
}

@media (max-width: 980px) {
  .lmat-home-proof .lmat-section-head,
  .lmat-home-proof-grid,
  .lmat-home-proof-bottom {
    grid-template-columns: 1fr;
  }

  .lmat-home-proof .lmat-section-head {
    align-items: start;
  }

  .lmat-product-visual {
    min-height: 390px;
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }
}

@media (max-width: 640px) {
  .lmat-home-proof .lmat-section-head h2 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .lmat-product-visual {
    min-height: 330px;
  }

  .lmat-finished-copy {
    padding: 24px 18px;
  }

  .lmat-finished-copy li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .lmat-home-proof-bottom .lmat-home-metrics {
    grid-template-columns: 1fr;
  }

  .lmat-home-proof-bottom .lmat-home-metrics div,
  .lmat-home-proof-bottom .lmat-home-metrics div:last-child {
    min-height: 98px;
    border-right: 0;
    border-bottom: 1px solid var(--lmat-line);
  }

  .lmat-home-proof-bottom .lmat-home-metrics div:last-child {
    border-bottom: 0;
  }

  .lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Editorial simplification pass: fewer layers, more confidence. */
.lmat-hero .lmat-trust-row {
  margin-top: clamp(24px, 3vw, 34px);
  max-width: 760px;
}

.lmat-hero .lmat-trust-row span {
  min-height: 44px;
  padding: 10px 0;
}

.lmat-home-proof,
.lmat-home-model,
.lmat-client-band,
.lmat-final-cta {
  padding-block: clamp(78px, 9vw, 124px);
}

.lmat-home-model .lmat-section-head,
.lmat-client-band .lmat-client-grid,
.lmat-final-cta .lmat-container {
  gap: clamp(30px, 5vw, 72px);
}

.lmat-home-model .lmat-section-head p,
.lmat-client-band p,
.lmat-final-cta p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.68);
}

.lmat-process-flow.compact {
  margin-top: clamp(32px, 4vw, 54px);
}

.lmat-operations-note {
  margin-top: clamp(24px, 3vw, 34px);
}

.lmat-retail-band-copy h2 {
  max-width: 760px;
}

.lmat-retail-band-copy p {
  max-width: 520px;
}

/* Type and logistics pass: calmer titles, one font, stronger industrial signal. */
.lmat-site :is(h1, h2, h3, h4, .lmat-title-lines, .lmat-kicker, .lmat-eyebrow, .lmat-btn, .lmat-nav, .lmat-lang) {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.lmat-hero h1 {
  max-width: 640px;
  font-size: clamp(2.55rem, 4.7vw, 4.35rem);
  line-height: 1;
}

.lmat-section h2,
.lmat-page-hero h1 {
  max-width: 700px;
  font-size: clamp(1.95rem, 3.25vw, 3.15rem);
  line-height: 1.05;
}

.lmat-home-proof .lmat-section-head h2 {
  max-width: 720px;
  font-size: clamp(2.35rem, 4.55vw, 4.45rem);
  line-height: 1;
}

.lmat-retail-band-copy h2 {
  max-width: 620px;
  font-size: clamp(2.2rem, 4.25vw, 4.15rem);
  line-height: 1;
}

.lmat-solution-lede h2,
.lmat-pricing-lede h2,
.lmat-solution-closer h2,
.lmat-pricing-drivers h2,
.lmat-company-lede h2,
.lmat-company-map h2 {
  font-size: clamp(1.85rem, 3vw, 2.85rem);
  line-height: 1.06;
}

.lmat-home-model {
  overflow: hidden;
  border-top: 1px solid var(--lmat-line);
  border-bottom: 1px solid var(--lmat-line);
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.86) 44%, rgba(8, 9, 10, 0.66) 100%),
    linear-gradient(180deg, rgba(8, 9, 10, 0.18), rgba(8, 9, 10, 0.92)),
    url("assets/generated/logistics-unique-garment-control.png") center / cover no-repeat,
    #0a0b0c;
}

.lmat-client-band {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.94) 0%, rgba(8, 9, 10, 0.82) 52%, rgba(8, 9, 10, 0.7) 100%),
    linear-gradient(180deg, rgba(8, 9, 10, 0.26), rgba(8, 9, 10, 0.92)),
    url("assets/generated/logistics-unique-reverse-association.png") center / cover no-repeat,
    #0b0c0d;
}

.lmat-home-model::before,
.lmat-client-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 112px),
    radial-gradient(circle at 18% 18%, rgba(111, 255, 95, 0.08), transparent 32%);
}

.lmat-home-model .lmat-container,
.lmat-client-band .lmat-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .lmat-hero h1 {
    font-size: clamp(2.28rem, 10.5vw, 2.9rem);
  }

  .lmat-section h2,
  .lmat-page-hero h1,
  .lmat-home-proof .lmat-section-head h2,
  .lmat-retail-band-copy h2 {
    font-size: clamp(1.95rem, 8.8vw, 2.55rem);
  }

  .lmat-home-model,
  .lmat-client-band {
    background-position: 42% center, center, center;
  }
}

/* LMAT final polish: cleaner home, regular logos, centred solution trace. */
.lmat-brand img,
.lmat-footer-brand img {
  width: min(218px, 42vw);
  height: auto;
  object-fit: contain;
}

.lmat-footer-brand img {
  width: min(194px, 42vw);
}

.lmat-home-block :is(h1, h2, h3),
.lmat-section :is(h2, h3),
.lmat-retail-band-copy h2,
.lmat-client-band h2,
.lmat-final-cta h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 820;
  letter-spacing: 0;
}

.lmat-home-proof .lmat-section-head h2,
.lmat-retail-band-copy h2 {
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  line-height: 1.05;
}

.lmat-home-proof .lmat-section-head h2 {
  max-width: 780px;
}

.lmat-logo-cloud.lmat-logo-cloud-content,
.lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item,
.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4),
.lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item,
.lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4) {
  grid-column: auto;
  grid-template-rows: 1fr;
  min-height: 112px;
  padding: 20px 14px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item img,
.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(3) img,
.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4) img {
  max-width: 88%;
  max-height: 54px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-carrefour img {
  max-width: 62px;
  max-height: 62px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u,
.lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u {
  grid-column: span 2;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u img {
  max-width: min(292px, 96%);
  max-height: 64px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-stokomani img {
  max-width: 144px;
  max-height: 50px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-intermarche img {
  max-width: 150px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-netto img {
  max-width: 84px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-leclerc img {
  max-width: 116px;
}

.lmat-vertical-trace::before {
  left: 26px;
}

.lmat-vertical-trace li {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 28px;
}

.lmat-vertical-trace li > span {
  width: 54px;
  height: 54px;
  margin: 0;
  line-height: 1;
  place-self: start center;
}

@media (max-width: 1100px) {
  .lmat-logo-cloud.lmat-logo-cloud-content,
  .lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lmat-brand img {
    width: min(168px, 52vw);
  }

  .lmat-home-proof .lmat-section-head h2,
  .lmat-retail-band-copy h2 {
    font-size: clamp(1.82rem, 8.2vw, 2.35rem);
  }

  .lmat-logo-cloud.lmat-logo-cloud-content,
  .lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item,
  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4),
  .lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item,
  .lmat-home-references .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-item:nth-child(4) {
    min-height: 94px;
  }

  .lmat-vertical-trace::before {
    left: 23px;
  }

  .lmat-vertical-trace li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
  }

  .lmat-vertical-trace li > span {
    width: 48px;
    height: 48px;
  }
}

/* Operational home pass: clearer claim, correct logo proportions, logistics imagery. */
.lmat-hero {
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.95) 0%, rgba(6, 7, 8, 0.82) 45%, rgba(6, 7, 8, 0.56) 100%),
    linear-gradient(180deg, rgba(6, 7, 8, 0.22), rgba(6, 7, 8, 0.9)),
    url("assets/generated/logistics-open-trailer-pallets-604040.webp") center right / cover no-repeat,
    #090a0b;
}

.lmat-hero h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.15vw, 3.9rem);
  line-height: 1.02;
}

.lmat-brand img {
  width: clamp(138px, 10.2vw, 158px);
  aspect-ratio: auto;
}

.lmat-footer-brand img {
  width: clamp(132px, 9.8vw, 150px);
  aspect-ratio: auto;
}

.lmat-brand,
.lmat-footer-brand {
  align-items: center;
}

.lmat-brand {
  padding-block: 8px;
}

.lmat-brand img[src*="lmat-logo-source-cropped"],
.lmat-footer-brand img[src*="lmat-logo-source-cropped"] {
  height: auto;
  filter: invert(1) hue-rotate(180deg) saturate(1.18) brightness(1.04);
  mix-blend-mode: screen;
}

.lmat-home-proof .lmat-section-head h2,
.lmat-retail-band-copy h2,
.lmat-home-model .lmat-section-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.08;
}

.lmat-client-page .lmat-section-head {
  grid-template-columns: 1fr;
  max-width: 760px;
}

.lmat-home-proof-grid {
  background: rgba(12, 14, 15, 0.78);
}

.lmat-product-visual {
  min-height: 500px;
}

.lmat-product-visual img {
  object-position: center 54%;
  filter: saturate(0.92) contrast(1.08) brightness(0.8);
  transform: scale(1.01);
}

.lmat-product-visual figcaption {
  display: grid;
  grid-template-columns: repeat(4, minmax(78px, auto));
  align-items: end;
  gap: 10px;
}

.lmat-product-visual figcaption strong {
  grid-column: 1 / -1;
  max-width: 520px;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.12;
}

.lmat-product-visual figcaption span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 10px;
  white-space: nowrap;
  text-align: center;
}

.lmat-finished-copy h3 {
  font-size: clamp(1.7rem, 2.65vw, 2.55rem);
}

.lmat-retail-band--mass {
  background:
    linear-gradient(90deg, rgba(7, 8, 9, 0.96) 0%, rgba(7, 8, 9, 0.74) 42%, rgba(7, 8, 9, 0.34) 100%),
    url("assets/generated/logistics-loading-dock.png") center / cover no-repeat,
    #090a0b;
}

.lmat-home-model {
  min-height: auto;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.97) 0%, rgba(8, 9, 10, 0.76) 46%, rgba(8, 9, 10, 0.42) 100%),
    linear-gradient(180deg, rgba(8, 9, 10, 0.18), rgba(8, 9, 10, 0.92)),
    url("assets/generated/logistics-warehouse-textile.png") center / cover no-repeat,
    #0a0b0c;
}

.lmat-home-model .lmat-section-head {
  grid-template-columns: minmax(280px, 0.82fr) minmax(280px, 1fr);
}

.lmat-home-model .lmat-section-head h2 {
  max-width: 620px;
}

.lmat-home-model .lmat-section-head p {
  align-self: end;
  max-width: 620px;
}

.lmat-process-flow.compact {
  margin-top: clamp(24px, 3vw, 38px);
}

.lmat-process-flow.compact::before {
  top: 36px;
  left: calc(10% + 10px);
  right: calc(10% + 10px);
}

.lmat-process-flow.compact div {
  min-height: 152px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u img {
  max-width: min(292px, 96%);
  max-height: 64px;
}

.lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-stokomani img {
  max-width: min(164px, 96%);
  max-height: 58px;
}

@media (max-width: 900px) {
  .lmat-hero h1 {
    font-size: clamp(2.1rem, 8.4vw, 3rem);
  }

  .lmat-home-model .lmat-section-head {
    grid-template-columns: 1fr;
  }

  .lmat-product-visual {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .lmat-brand img {
    width: min(132px, 40vw);
  }

  .lmat-home-proof .lmat-section-head h2,
  .lmat-retail-band-copy h2,
  .lmat-home-model .lmat-section-head h2 {
    font-size: clamp(1.72rem, 7.7vw, 2.22rem);
  }

  .lmat-product-visual {
    min-height: 360px;
  }

  .lmat-product-visual img {
    object-position: center 54%;
  }

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

  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-cooperative-u img {
    max-width: min(260px, 96%);
  }

  .lmat-logo-cloud.lmat-logo-cloud-content .lmat-logo-stokomani img {
    max-width: min(152px, 96%);
  }
}
