:root {
  color-scheme: light;
  --site-primary: #075b78;
  --site-primary-dark: #0a4b61;
  --site-text: #0f172a;
  --site-muted: #475569;
  --site-border: #e2e8f0;
  --site-surface: #f8fafc;
}

html {
  font-size: 18px;
  scroll-behavior: auto;
}

body {
  background: #ffffff;
  color: var(--site-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.much-site-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 13.75rem;
  max-height: 3.75rem;
  object-fit: contain;
  object-position: left center;
}

.much-menu-parent {
  position: relative;
}

.much-submenu {
  display: none;
  gap: 0.25rem;
}

.much-menu-parent:hover > .much-submenu,
.much-menu-parent:focus-within > .much-submenu,
.much-menu-parent[data-open="true"] > .much-submenu {
  display: grid;
}

.much-submenu-desktop {
  position: absolute;
  top: calc(100% - 0.125rem);
  left: 0;
  z-index: 40;
  width: 20rem;
  border: 1px solid var(--site-border);
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 0.5rem;
  box-shadow: 0 10px 15px -3px rgb(15 23 42 / 0.1), 0 4px 6px -4px rgb(15 23 42 / 0.1);
}

.much-submenu-chevron {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-0.1rem);
}

.much-submenu-button[aria-expanded="true"] .much-submenu-chevron {
  transform: rotate(225deg) translate(-0.1rem, -0.1rem);
}

.much-submenu-mobile {
  margin: 0.25rem 0 0.5rem 1rem;
  border-left: 1px solid var(--site-border);
  padding-left: 0.5rem;
}

@media (max-width: 1023px) {
  .much-menu-parent:hover > .much-submenu,
  .much-menu-parent:focus-within > .much-submenu {
    display: none;
  }

  .much-menu-parent[data-open="true"] > .much-submenu {
    display: grid;
  }
}

@media (max-width: 639px) {
  .much-site-logo {
    max-width: 11.25rem;
    max-height: 3.25rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5 !important;
  text-wrap: balance;
}

p,
li,
dd {
  text-wrap: pretty;
}

a,
button,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(3, 105, 161, 0.35);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 50;
  transform: translateY(-150%);
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 0.75rem 1rem;
  color: var(--site-primary-dark);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.16);
}

.skip-link:focus {
  transform: translateY(0);
}

summary::-webkit-details-marker {
  display: none;
}

details[open] .faq-plus {
  transform: rotate(45deg);
}

.faq-plus {
  transition: transform 150ms ease-out;
}

.static-form-status[hidden],
[data-mobile-menu][hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  header,
  footer,
  .no-print {
    display: none !important;
  }
}

.much-footer-menu a {
  transition: color 150ms ease;
}

.much-footer-menu a:hover,
.much-footer-menu a:focus-visible {
  color: #fff;
}

.much-gallery-expand {
  z-index: 2;
}

.single-product-page__thumb {
  border-color: #cbd5e1;
}

.single-product-page__thumb:hover,
.single-product-page__thumb.is-active {
  border-color: var(--site-primary);
}

.single-product-page__thumb.is-active {
  box-shadow: 0 0 0 2px rgba(7, 91, 120, 0.2);
}

.longtie-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.longtie-lightbox.is-open {
  display: block;
}

.longtie-lightbox__backdrop {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  background: rgba(15, 23, 42, 0.88);
  cursor: zoom-out;
}

.longtie-lightbox__figure {
  position: relative;
  display: inline-block;
  max-width: min(1200px, 94vw);
  margin: auto;
  cursor: default;
}

.longtie-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100dvh - 4rem);
  border-radius: 0.75rem;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.35);
}

.longtie-lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  background: #fff;
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
}

.longtie-lightbox__close:hover,
.longtie-lightbox__close:focus-visible {
  border-color: var(--site-primary);
  color: var(--site-primary-dark);
}

body.longtie-lightbox-open {
  overflow: hidden;
}

.much-fluent-form {
  align-self: start;
}

.much-fluent-form[data-form-success="true"] form.frm-fluent-form,
.much-fluent-form[data-form-success="true"] form[class*="fluent_form_"],
.fluentform[data-form-success="true"] form {
  display: none !important;
}

.fluentform[data-form-success="true"] {
  height: auto !important;
  min-height: 0 !important;
}

.much-fluent-form form.frm-fluent-form > fieldset,
.much-fluent-form form[class*="fluent_form_"] > fieldset {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.much-fluent-form .ff-el-group {
  margin: 0 !important;
}

.much-fluent-form .much-form-full,
.much-fluent-form .ff_submit_btn_wrapper,
.much-fluent-form .ff-message-success,
.much-fluent-form .ff-errors-in-stack {
  grid-column: 1 / -1;
}

.much-fluent-form .much-form-half {
  grid-column: auto !important;
}

.much-fluent-form .ff-el-input--label label,
.much-fluent-form .ff-el-form-check-label {
  color: #1e293b !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.much-fluent-form .ff-el-input--label {
  margin-bottom: 0.5rem !important;
}

.much-fluent-form input:not([type="checkbox"]):not([type="radio"]),
.much-fluent-form select,
.much-fluent-form textarea {
  width: 100% !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 0.5rem !important;
  background: #fff !important;
  color: #0f172a !important;
  font: inherit !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
}

.much-fluent-form input:not([type="checkbox"]):not([type="radio"]),
.much-fluent-form select {
  min-height: 2.75rem !important;
  padding: 0.625rem 0.75rem !important;
}

.much-fluent-form textarea {
  min-height: 9rem !important;
  padding: 0.75rem !important;
  resize: vertical;
}

.much-fluent-form input:focus,
.much-fluent-form select:focus,
.much-fluent-form textarea:focus {
  border-color: var(--site-primary) !important;
  outline: 3px solid rgba(7, 91, 120, 0.14) !important;
  outline-offset: 1px !important;
}

.much-fluent-form input[type="checkbox"] {
  width: 1rem !important;
  height: 1rem !important;
  margin: 0.2rem 0.625rem 0 0 !important;
  border-color: #cbd5e1 !important;
  accent-color: var(--site-primary);
}

.much-fluent-form .ff-el-form-check {
  display: flex;
  align-items: flex-start;
}

.much-fluent-form .ff-el-is-error input,
.much-fluent-form .ff-el-is-error select,
.much-fluent-form .ff-el-is-error textarea {
  border-color: #b91c1c !important;
}

.much-fluent-form .text-danger,
.much-fluent-form .error {
  margin-top: 0.375rem !important;
  color: #b91c1c !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}

.much-fluent-form .ff-btn-submit {
  display: inline-flex !important;
  min-height: 2.75rem !important;
  width: auto !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--site-primary) !important;
  border-radius: 0.5rem !important;
  background: var(--site-primary) !important;
  padding: 0.625rem 1.25rem !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
}

.much-fluent-form .ff-btn-submit:hover,
.much-fluent-form .ff-btn-submit:focus-visible {
  border-color: var(--site-primary-dark) !important;
  background: var(--site-primary-dark) !important;
  color: #fff !important;
}

.much-fluent-form .ff-message-success {
  margin: 0 !important;
  border: 1px solid #99f6e4 !important;
  border-radius: 0.75rem !important;
  background: #f0fdfa !important;
  padding: 1rem !important;
  color: #134e4a !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
}

.much-fluent-form[data-form-success="true"] .ff-message-success,
.fluentform[data-form-success="true"] .ff-message-success {
  width: 100%;
}

.much-article-content {
  color: #334155;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.much-article-featured-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.much-article-content > * + * {
  margin-top: 1.5rem;
}

.much-article-content h2 {
  margin-top: 2.75rem;
  color: #0f172a;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5 !important;
}

.much-article-content h3 {
  margin-top: 2.25rem;
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5 !important;
}

.much-article-content ul,
.much-article-content ol {
  padding-left: 1.5rem;
}

.much-article-content ul {
  list-style: disc;
}

.much-article-content ol {
  list-style: decimal;
}

.much-article-content li + li {
  margin-top: 0.625rem;
}

.much-article-content a {
  color: var(--site-primary-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.much-article-content h2[id] {
  scroll-margin-top: 7rem;
}

.much-article-content .much-article-toc {
  margin-top: 2rem;
  border: 1px solid var(--site-border);
  border-radius: 0.75rem;
  background: var(--site-surface);
  padding: 1.5rem;
}

.much-article-content .much-article-toc h2 {
  margin-top: 0;
  font-size: 1.125rem;
}

.much-article-content .much-article-toc ul {
  margin-top: 0.875rem;
}

.much-article-content .much-article-toc li + li {
  margin-top: 0.375rem;
}

.much-capability-equipment-grid > article > img {
  display: block;
  width: 100%;
  height: 14rem;
  padding: 0.75rem;
  background: var(--site-surface);
  object-fit: contain;
}

@media (max-width: 639px) {
  .much-fluent-form form.frm-fluent-form > fieldset,
  .much-fluent-form form[class*="fluent_form_"] > fieldset {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .much-fluent-form .much-form-half {
    grid-column: 1 / -1;
  }
}
