/*
Theme Name: MTSLED Schema Clean 1.0.8
Theme URI: https://mtsled.com/
Author: MTSLED
Description: Optimized one-page commercial, industrial and outdoor LED lighting website for MTSLED.
Version: 1.0.8
Text Domain: mtsled-schema-clean-108
*/

:root {
  --ink: #0a1f3d;
  --muted: #5d6875;
  --line: #dfe5ec;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --blue: #0a1f3d;
  --blue-dark: #06162c;
  --green: #00c853;
  --amber: #b7791f;
  --steel: #253447;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #9bc7ff;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 40;
  padding: 10px 14px;
  border-radius: 4px;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 40px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(16, 24, 32, .08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 176px;
  max-width: 42vw;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
  color: #314154;
}

.nav a {
  padding: 8px 0;
}

.nav a,
.footer-links a,
.solution-list a,
.resource-grid a {
  text-decoration: none;
}

.quote-link {
  min-width: 108px;
  padding: 11px 16px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue), var(--green));
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(7, 16, 28, .92) 0%, rgba(7, 16, 28, .72) 44%, rgba(7, 16, 28, .18) 100%),
    url("assets/lighting-hero-web.jpg");
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  max-width: 820px;
  padding: 72px 40px 90px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #3a80db;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #79b5ff;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.04;
}

.hero-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 19px;
  line-height: 1.65;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.btn-primary:hover,
.quote-link:hover {
  background: var(--blue-dark);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .08);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.trust-strip span,
.contact-points span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 4px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 700;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  margin: 32px 0 0;
}

.hero-metrics div {
  padding: 14px 16px;
  border-left: 3px solid #79b5ff;
  background: rgba(255, 255, 255, .09);
}

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

.hero-metrics dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.45;
}

.section {
  padding: 86px 40px;
}

.page-hero {
  display: grid;
  align-items: center;
  min-height: 440px;
  padding: 92px 40px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10, 31, 61, .94), rgba(10, 31, 61, .72), rgba(0, 200, 83, .24)),
    url("assets/lighting-hero-web.jpg");
  background-size: cover;
  background-position: center;
}

.page-hero > div {
  max-width: 860px;
}

.page-hero h1 {
  max-width: 820px;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.65;
}

.section-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-head.compact {
  margin-bottom: 24px;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.14;
}

.section-head p,
.section-copy {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.business-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.business-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.business-card.commercial {
  border-top: 5px solid var(--blue);
}

.business-card.industrial {
  border-top: 5px solid var(--steel);
}

.business-card.outdoor {
  border-top: 5px solid var(--green);
}

.business-card.custom {
  border-top: 5px solid var(--amber);
}

.business-card.components {
  border-top: 5px solid var(--green);
}

.card-index {
  color: #8b97a6;
  font-size: 13px;
  font-weight: 800;
}

.business-card h3,
.process-grid h3 {
  margin: 18px 0 10px;
  font-size: 21px;
  line-height: 1.25;
}

.business-card p,
.process-grid p,
.contact-copy p,
.site-footer p {
  color: var(--muted);
  line-height: 1.62;
}

.business-card ul {
  margin: 14px 0 22px;
  padding-left: 18px;
  color: #3d4a57;
  line-height: 1.7;
}

.business-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800;
}

.business-card a:hover,
.solution-list a:hover,
.resource-grid a:hover {
  border-color: rgba(30, 110, 216, .35);
  color: var(--blue-dark);
}

.match-section {
  padding-top: 0;
}

.match-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.match-grid button {
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.match-grid button:hover,
.match-grid button.is-selected {
  border-color: rgba(30, 110, 216, .42);
  box-shadow: 0 12px 28px rgba(16, 24, 32, .09);
}

.match-grid button.is-selected {
  background: #f0f6ff;
}

.match-grid span {
  display: block;
  font-size: 19px;
  font-weight: 800;
}

.match-grid small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
  background: var(--soft);
}

.solution-list {
  display: grid;
  gap: 12px;
}

.solution-list a {
  display: block;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.solution-list span {
  display: block;
  font-size: 19px;
  font-weight: 800;
}

.solution-list small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.process-section {
  background: #fff;
}

.process-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.process-grid strong {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  color: #fff;
  background: var(--ink);
}

.resources {
  background: var(--soft);
}

.faq-section {
  background: #fff;
}

.resource-grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.resource-grid a {
  min-height: 84px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.faq-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.faq-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.faq-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.detail-section {
  background: var(--soft);
}

.detail-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.detail-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.detail-card h3 {
  margin: 0 0 16px;
  font-size: 24px;
}

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

.spec-list li {
  padding: 12px 14px;
  border-left: 3px solid var(--green);
  background: #f7fafc;
  color: #334155;
  font-weight: 700;
}

.page-cta {
  background: #fff;
}

.page-cta > div {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.page-cta p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.wp-content-section {
  background: #fff;
}

.wp-content-wrap {
  max-width: 980px;
  margin: 0 auto;
  color: #243447;
  font-size: 17px;
  line-height: 1.72;
}

.wp-content-wrap h2,
.wp-content-wrap h3 {
  color: var(--ink);
}

.wp-content-wrap img {
  max-width: 100%;
  height: auto;
}

.product-listing-section {
  background: #fff;
}

.product-listing-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-listing-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.product-listing-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-listing-card h3 {
  margin: 16px 0 10px;
  font-size: 21px;
  line-height: 1.25;
}

.product-listing-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.product-listing-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr);
  gap: 48px;
  padding: 90px 40px;
  background: var(--ink);
  color: #fff;
}

.contact-copy {
  max-width: 720px;
}

.contact-copy h2 {
  color: #fff;
}

.contact-copy p {
  color: rgba(255, 255, 255, .75);
}

.contact-points span {
  border-color: rgba(255, 255, 255, .18);
}

.email-link {
  display: inline-block;
  margin-top: 28px;
  color: #9bc7ff;
  font-weight: 800;
}

.inquiry-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font: inherit;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, .48);
}

.inquiry-form select option {
  color: var(--ink);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 40px;
  background: #07101a;
  color: #fff;
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .65);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-card.components {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 16px 22px;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .quote-link {
    min-width: 94px;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    background-image:
      linear-gradient(90deg, rgba(7, 16, 28, .9) 0%, rgba(7, 16, 28, .7) 58%, rgba(7, 16, 28, .35) 100%),
      url("assets/lighting-hero-mobile.jpg");
  }

  .hero-content,
  .page-hero,
  .section,
  .contact-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .business-grid,
  .match-grid,
  .split-section,
  .process-grid,
  .resource-grid,
  .faq-grid,
  .detail-grid,
  .product-listing-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .business-card.components {
    grid-column: auto;
  }

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

  .site-footer {
    flex-direction: column;
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  h2 {
    font-size: 30px;
  }

  .brand {
    min-width: 0;
  }

  .nav {
    font-size: 13px;
    flex-wrap: nowrap;
  }

  .hero-content {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .page-hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .inquiry-form {
    padding: 18px;
  }
}
