/* Lumek website updates layered over the generated static export. */

header a.lumek-brand-link {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

header img[alt="Lumek Logo"] {
  height: 48px !important;
  width: auto !important;
}

.lumek-tm {
  position: absolute;
  top: -3px;
  right: -17px;
  color: #f59e0b;
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.lumek-vendor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f59e0b;
  border-radius: 6px;
  padding: 0.58rem 1rem;
  color: #f59e0b;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lumek-vendor-link:hover,
.lumek-vendor-link[aria-current="page"] {
  background: #f59e0b;
  color: #071426;
}

.lumek-mobile-vendor {
  display: block;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  color: #b96e00;
  font-weight: 700;
  text-decoration: none;
}

.lumek-home-tagline {
  max-width: 980px;
  font-size: clamp(3.2rem, 7vw, 7.2rem) !important;
  line-height: 0.98 !important;
}

.lumek-mail-status {
  margin: -0.45rem 0 0;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.55;
}

[class*="quote-module__"][class*="processGrid"] {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.lumek-vendor-page [class*="quote-module__"][class*="formInfoImgBadge"] {
  max-width: calc(100% - 2rem);
}

@media (max-width: 1100px) {
  .lumek-vendor-link {
    display: none;
  }

  [class*="quote-module__"][class*="processGrid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  header img[alt="Lumek Logo"] {
    height: 42px !important;
  }

  .lumek-tm {
    right: -16px;
  }

  .lumek-home-tagline {
    font-size: clamp(2.7rem, 14vw, 4.5rem) !important;
  }

  [class*="quote-module__"][class*="processGrid"] {
    grid-template-columns: 1fr !important;
  }
}
html.lumek-mobile-menu-open,
html.lumek-mobile-menu-open body {
  overflow: hidden;
}

/* --- one-step file upload ------------------------------------------------ */

.lumek-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lumek-file-input {
  display: none;
}

.lumek-optional {
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.lumek-dropzone {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  border: 1.5px dashed #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.lumek-dropzone:hover,
.lumek-dropzone:focus-visible,
.lumek-dropzone-active {
  border-color: #f59e0b;
  background: #fffbeb;
  outline: none;
}

.lumek-dropzone strong {
  color: #0f172a;
  font-size: 0.87rem;
  font-weight: 650;
}

.lumek-dropzone span {
  color: #64748b;
  font-size: 0.74rem;
  line-height: 1.5;
}

.lumek-upload-locked .lumek-dropzone {
  opacity: 0.55;
  pointer-events: none;
}

.lumek-file-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
}

.lumek-file {
  padding: 0.55rem 0.7rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.lumek-file-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.lumek-file-name {
  flex: 1;
  overflow: hidden;
  color: #0f172a;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lumek-file-size {
  color: #64748b;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.lumek-file-remove {
  flex: none;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  color: #475569;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
}

.lumek-file-remove:hover {
  background: #fee2e2;
  color: #b91c1c;
}

.lumek-file-bar {
  height: 3px;
  margin-top: 0.45rem;
  border-radius: 2px;
  background: #f1f5f9;
  overflow: hidden;
}

.lumek-file-bar i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 2px;
  background: #f59e0b;
  transition: width 0.2s ease;
}

.lumek-file-error {
  border-color: #fecaca;
  background: #fef2f2;
}

.lumek-file-error .lumek-file-size {
  color: #b91c1c;
  font-weight: 600;
}

.lumek-form-status {
  margin: 0.6rem 0 0;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.5;
}

.lumek-form-status[data-tone="error"] {
  color: #b91c1c;
}

.lumek-success {
  padding: 1.6rem 1.2rem;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  background: #f0fdf4;
  text-align: center;
}

.lumek-success h4 {
  margin: 0 0 0.4rem;
  color: #14532d;
  font-size: 1rem;
  font-weight: 700;
}

.lumek-success p {
  margin: 0;
  color: #3f6212;
  font-size: 0.83rem;
  line-height: 1.6;
}

.lumek-turnstile {
  margin: 0.2rem 0 -0.2rem;
}
