:root {
  --mmm-orange: #ff5e14;
  --mmm-orange-dark: #e04e0c;
  --mmm-black: #111111;
  --mmm-text: #333333;
  --mmm-muted: #666666;
  --mmm-gray: #f4f4f4;
  --mmm-cream: #fdf6f0;
  --mmm-dark: #1b1b1b;
  --mmm-footer: #151515;
  --mmm-heading: "Exo", "Public Sans", sans-serif;
  --mmm-body: "Public Sans", "Lato", sans-serif;
  --mmm-wrap: 1200px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--mmm-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--mmm-text);
  background: #fff;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--mmm-heading); margin: 0; color: var(--mmm-black); line-height: 1.25; }
p { margin: 0 0 1em; }
strong { font-weight: 700; }

.wrap {
  width: min(100% - 40px, var(--mmm-wrap));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.header-inner {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: stretch;
  min-height: 88px;
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  padding: 6px 10px;
}

.site-logo img {
  width: 250px;
  height: auto;
  max-height: 76px;
  object-fit: contain;
}

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

.main-nav a {
  font-family: var(--mmm-heading);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 10px 16px;
  color: #111;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--mmm-orange);
}

.header-cta {
  display: flex;
  align-items: center;
  padding-right: 0;
}

.btn-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  padding: 0 28px;
  background: var(--mmm-orange);
  color: #fff !important;
  font-family: var(--mmm-heading);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-quote:hover { background: var(--mmm-orange-dark); }

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 28px;
  padding: 16px;
  cursor: pointer;
}

/* Hero */
.page-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.08) 48%, transparent 62%),
    linear-gradient(115deg, transparent 58%, rgba(255,94,20,.92) 58.1%);
  pointer-events: none;
}

.page-hero .hero-deco {
  position: absolute;
  width: 180px;
  opacity: .55;
  z-index: 1;
  pointer-events: none;
}

.page-hero .hero-deco.left { left: 38%; top: 8%; }
.page-hero .hero-deco.right {
  right: 7%;
  bottom: -20px;
  transform: rotate(180deg);
  width: 210px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  margin-bottom: 10px;
}

.hero-crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
}

.hero-crumb .arrow { color: #fff; font-size: 13px; }

/* Layout */
.page-body { background: var(--mmm-gray); padding: 50px 0 20px; }

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: start;
}

.product-main img.feature-img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}

.product-main h2.section-title {
  font-size: 30px;
  font-weight: 800;
  margin: 8px 0 18px;
}

.product-main .intro p { font-size: 16.5px; color: #3a3a3a; }

.bar-heading {
  background: #2b2b2b;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 18px;
  margin: 28px 0 18px;
}

.bar-heading,
.bar-heading * { color: #fff; }

.spec-list li,
.app-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.spec-list li::before,
.app-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 7px;
  height: 7px;
  background: var(--mmm-orange);
  border-radius: 50%;
}

.subhead {
  font-family: var(--mmm-heading);
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 8px;
}

/* Sidebar */
.sidebar-box {
  background: var(--mmm-cream);
  padding: 22px 20px;
  margin-bottom: 24px;
}

.sidebar-box h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
}

.supply-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--mmm-orange);
  color: #111;
  font-family: var(--mmm-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 12px 16px;
  margin-bottom: 10px;
  font-size: 14px;
}

.supply-link:hover,
.supply-link.is-active {
  background: var(--mmm-orange);
  color: #fff;
}

.supply-link .arrow { font-size: 18px; line-height: 1; }

.contact-card {
  position: relative;
  color: #fff;
  padding: 28px 22px 24px;
  background:
    linear-gradient(180deg, rgba(20,20,20,.72), rgba(20,20,20,.78)),
    url("../images/contact-bg.jpg") center/cover no-repeat;
  min-height: 360px;
}

.contact-card h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 22px;
}

.contact-meta {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
}

.contact-meta .ico {
  width: 22px;
  color: var(--mmm-orange);
  flex: 0 0 22px;
}

.contact-card p { color: #eee; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 18px;
  margin-top: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
}

.btn-outline:hover { background: var(--mmm-orange); border-color: var(--mmm-orange); }

/* Why choose */
.why-section {
  background: #fff;
  padding: 70px 0 50px;
}

.why-section .center-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 8px;
}

.dotted-line {
  width: 70px;
  height: 4px;
  margin: 0 auto 36px;
  background-image: radial-gradient(circle, var(--mmm-orange) 1.6px, transparent 1.7px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.why-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  border: 1px solid #eee;
  border-left: 4px solid var(--mmm-orange);
  padding: 22px 20px;
  background: #fff;
  transition: .2s ease;
}

.why-card:hover { box-shadow: 0 10px 24px rgba(0,0,0,.06); transform: translateY(-2px); }

.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff5ef;
  color: var(--mmm-orange);
  display: grid;
  place-items: center;
}

.why-card h3 { font-size: 20px; margin-bottom: 8px; }
.why-card p { font-size: 15px; color: #555; margin: 0; }

/* FAQ */
.faq-section {
  background: var(--mmm-gray);
  padding: 60px 0;
}

.faq-section h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
}

.faq-item {
  background: #fff;
  margin-top: 12px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--mmm-heading);
  font-size: 18px;
  font-weight: 700;
  padding: 18px 20px;
}

.faq-q .chev {
  color: var(--mmm-orange);
  font-size: 20px;
  transition: transform .2s;
}

.faq-item.open .faq-q .chev { transform: rotate(180deg); }

.faq-a {
  display: none;
  padding: 0 20px 18px;
  color: #444;
}

.faq-item.open .faq-a { display: block; }

/* CTA */
.cta-band {
  background: var(--mmm-orange);
  color: #fff;
  padding: 42px 0;
}

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

.cta-band h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}

.cta-band h2 span { color: #fff; }
.cta-band p { color: #fff; margin: 0; }
.cta-band a.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--mmm-orange);
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 22px;
  white-space: nowrap;
}

.cta-band a.btn-white:hover { background: #111; color: #fff; }

/* Footer */
.site-footer {
  background: #111 url("../images/footer-pattern.png") center/cover;
  color: #ddd;
  padding: 56px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-logo { width: 240px; margin-bottom: 16px; }

.footer-col h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

.footer-col h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--mmm-orange);
  margin-top: 8px;
}

.footer-col li { margin: 8px 0; }
.footer-col a:hover { color: var(--mmm-orange); }
.footer-col .ico { color: var(--mmm-orange); margin-right: 8px; }

.copyright {
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
  padding: 16px;
  color: #bbb;
  font-size: 14px;
}

/* Quote overlay */
.quote-panel {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 2000;
  place-items: center;
  padding: 20px;
}

.quote-panel.open { display: grid; }

.quote-box {
  width: min(520px, 100%);
  background: #fff;
  padding: 28px;
  position: relative;
}

.quote-box h2 { margin-bottom: 8px; }
.quote-box .close-x {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: none;
  font-size: 28px;
  cursor: pointer;
}

.quote-box label { display: block; font-weight: 600; margin: 12px 0 6px; }
.quote-box input,
.quote-box textarea,
.quote-box select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 12px;
  font: inherit;
}

.quote-box button[type="submit"] {
  margin-top: 16px;
  width: 100%;
  background: var(--mmm-orange);
  color: #fff;
  border: 0;
  padding: 12px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

.form-ok { color: #0a7a32; font-weight: 700; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 160px 1fr auto; }
  .product-grid,
  .why-grid,
  .footer-grid,
  .cta-inner { grid-template-columns: 1fr; }
  .cta-inner { display: grid; }
  .page-hero::after {
    background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(255,94,20,.55));
  }
  .hero-deco { display: none; }
}

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 88px;
    background: #fff;
    flex-direction: column;
    padding: 12px 0 20px;
    box-shadow: 0 8px 16px rgba(0,0,0,.08);
  }
  .main-nav.open { display: flex; }
  .btn-quote { height: 88px; padding: 0 16px; font-size: 12px; }
  .site-logo img { width: 150px; max-height: 56px; }
  .header-inner { grid-template-columns: 170px 1fr auto; }
  .header-inner { min-height: 72px; }
}

/* Elementor */
.site-content { min-height: 40vh; }
.bhf-hidden { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); }
.mmm-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  flex-wrap: nowrap !important;
}
.mmm-header .elementor-widget-image img {
  max-height: 76px;
  width: auto !important;
  max-width: 260px;
  height: auto;
  object-fit: contain;
}
.mmm-bar .elementor-heading-title,
.elementor-element-5330aad .elementor-heading-title,
.elementor-element-0476747 .elementor-heading-title {
  background: #2b2b2b;
  color: #fff !important;
  padding: 12px 18px;
}
.mmm-header .elementor-button {
  background: transparent;
  color: #111;
  fill: #111;
  border: 0;
  font-family: var(--mmm-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  box-shadow: none;
}
.mmm-header .elementor-button:hover { color: var(--mmm-orange); background: transparent; }
.mmm-quote .elementor-button,
.mmm-header .mmm-quote-btn .elementor-button {
  background: var(--mmm-orange) !important;
  color: #fff !important;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.mmm-supply .elementor-button {
  width: 100%;
  justify-content: space-between;
  background: #fff;
  color: #111;
  border: 1px solid var(--mmm-orange);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.mmm-supply .elementor-button:hover {
  background: var(--mmm-orange);
  color: #fff;
}
.mmm-contact-card {
  background-color: #1b1b1b;
  color: #fff;
}
.mmm-contact-card .elementor-heading-title,
.mmm-contact-card .elementor-icon-box-title,
.mmm-contact-card .elementor-icon-box-description,
.mmm-contact-card p { color: #fff !important; }
.mmm-footer { color: #ddd; }
.mmm-footer .elementor-heading-title { color: #fff !important; }

