:root {
  --lp-ink: #101923;
  --lp-navy: #0b2234;
  --lp-navy-2: #163457;
  --lp-blue: #1f66d1;
  --lp-blue-soft: #eaf2ff;
  --lp-amber: #f5a623;
  --lp-amber-dark: #d88900;
  --lp-paper: #ffffff;
  --lp-mist: #f3f6fa;
  --lp-line: #d4dde7;
  --lp-muted: #5b6878;
  --lp-max: 1200px;
  --lp-radius: 4px;
  --lp-shadow: 0 16px 42px rgba(7, 24, 39, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.lancing-landing {
  color: var(--lp-ink);
  background: var(--lp-paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body.lancing-landing .top-bar {
  min-height: 36px;
  padding: 7px 0;
  background: #071722;
  border: 0;
}

body.lancing-landing .top-bar a,
body.lancing-landing .top-bar i {
  color: #e8f0f7 !important;
  font-size: 14px;
}

body.lancing-landing .main_menu_wrapper,
body.lancing-landing .main_menu_wrapper .navbar,
body.lancing-landing .main_menu_wrapper .navbar-default {
  background: var(--lp-navy) !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.lancing-landing .main_menu_wrapper {
  position: sticky;
  top: 0;
  z-index: 950;
}

body.lancing-landing .main_menu_wrapper .navbar-brand {
  display: flex;
  align-items: center;
  min-height: 76px;
}

body.lancing-landing .main_menu_wrapper .navbar-brand img,
body.lancing-landing .mobail_menu_main img {
  display: block;
  width: 173px;
  height: 32px;
  object-fit: contain;
}

body.lancing-landing .main_menu_wrapper .navbar-nav > li > a {
  min-height: 76px;
  padding-top: 28px !important;
  padding-bottom: 24px !important;
  color: #f5f8fb !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.lancing-landing .main_menu_wrapper .navbar-nav > li > a:hover,
body.lancing-landing .main_menu_wrapper .navbar-nav > li > a:focus,
body.lancing-landing .main_menu_wrapper .navbar-nav > li.active > a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: inset 0 -3px 0 var(--lp-amber);
}

body.lancing-landing .main_menu_wrapper .dropdown-menu {
  border: 1px solid var(--lp-line);
  border-top: 3px solid var(--lp-amber);
  border-radius: 0;
  box-shadow: var(--lp-shadow);
}

body.lancing-landing .mobail_menu_main {
  background: var(--lp-navy) !important;
  border: 0 !important;
}

body.lancing-landing .footer {
  display: none !important;
}

.lp-page,
.lp-page *,
.lp-footer,
.lp-footer * {
  box-sizing: border-box;
}

.lp-page {
  position: relative;
  z-index: 1;
  display: block !important;
  clear: both;
  width: 100%;
  float: none !important;
  background: var(--lp-paper);
  color: var(--lp-ink);
  line-height: 1.55;
  opacity: 1 !important;
  visibility: visible !important;
}

.lp-page h1,
.lp-page h2,
.lp-page h3,
.lp-page p,
.lp-page ul,
.lp-page ol,
.lp-page dl,
.lp-page figure {
  margin-top: 0;
}

.lp-shell {
  width: min(calc(100% - 48px), var(--lp-max));
  margin-inline: auto;
}

.lp-breadcrumb {
  clear: both;
  background: #edf2f7;
  border-bottom: 1px solid var(--lp-line);
}

.lp-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 14px 0;
  list-style: none;
  color: var(--lp-muted);
  font-size: 14px;
}

.lp-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
  color: #93a2b3;
}

.lp-breadcrumb a {
  color: #34506e;
  text-decoration: none;
}

.lp-breadcrumb a:hover,
.lp-breadcrumb a:focus {
  color: var(--lp-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lp-hero {
  position: relative;
  display: block !important;
  min-height: 350px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 14%, rgba(61, 126, 220, 0.35), transparent 36%),
    linear-gradient(118deg, #081b2b 0%, #153154 56%, #164d9c 100%);
}

.lp-hero::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  opacity: 0.12;
  pointer-events: none;
  background-image: linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 49% 50%, transparent 51% 100%);
  background-size: 36px 36px;
}

.lp-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 17, 29, 0.97) 0%, rgba(7, 29, 49, 0.92) 45%, rgba(8, 32, 54, 0.68) 100%),
    linear-gradient(180deg, rgba(4, 17, 29, 0.18) 0%, rgba(4, 17, 29, 0.72) 100%);
}

.lp-hero__poster,
.lp-hero__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.lp-hero__poster {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lp-hero__video {
  z-index: 1;
  border: 0;
  background: transparent;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.lp-hero__video.is-ready {
  opacity: 1;
}

.lp-hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  min-height: 420px;
  padding: clamp(42px, 5vw, 62px) 0;
}

.lp-category .lp-hero__grid {
  min-height: 350px;
  padding-top: clamp(42px, 5vw, 62px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

.lp-product .lp-hero__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.lp-product .lp-hero__grid--single .lp-hero__copy {
  max-width: 1120px;
}

.lp-eyebrow {
  margin-bottom: 15px;
  color: #9fc4ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lp-hero h1 {
  max-width: 830px;
  margin-bottom: 21px;
  color: #ffffff;
  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.99;
  text-transform: uppercase;
}

.lp-product .lp-hero h1 {
  font-size: clamp(36px, 3.9vw, 52px);
}

.lp-hero__lead {
  max-width: 750px;
  margin-bottom: 24px;
  color: #d7e1ec;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.58;
}

.lp-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.lp-tag {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: #f2f6fb;
  font-size: 13px;
  font-weight: 700;
}

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.lp-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  background: var(--lp-blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.lp-button:hover,
.lp-button:focus-visible {
  color: #ffffff;
  background: #1554ad;
  transform: translateY(-1px);
}

.lp-button--primary {
  color: #17202a;
  background: var(--lp-amber);
}

.lp-button--primary:hover,
.lp-button--primary:focus-visible {
  color: #101820;
  background: #ffb638;
}

.lp-button--outline {
  border-color: rgba(255, 255, 255, 0.58);
  background: transparent;
}

.lp-button--outline:hover,
.lp-button--outline:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

.lp-button--light {
  border-color: var(--lp-line);
  color: var(--lp-ink);
  background: #ffffff;
}

.lp-button--light:hover,
.lp-button--light:focus-visible {
  border-color: #9aacbe;
  color: var(--lp-ink);
  background: #f5f8fb;
}

.lp-glance,
.lp-hero-media {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 20px 60px rgba(2, 12, 23, 0.25);
  backdrop-filter: blur(5px);
}

.lp-glance {
  padding: clamp(25px, 3vw, 39px);
}

.lp-glance h2 {
  margin-bottom: 22px;
  color: #a8caff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-glance dl {
  margin-bottom: 0;
}

.lp-glance__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
  gap: 18px;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.lp-glance__row:last-child {
  border-bottom: 0;
}

.lp-glance dt {
  color: #b5c7da;
  font-weight: 500;
}

.lp-glance dd {
  margin: 0;
  color: #ffffff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 15px;
  text-align: right;
}

.lp-hero-media {
  overflow: hidden;
  background: #071927;
}

.lp-hero-media img,
.lp-hero-media video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 100%;
  background: #ffffff;
  object-fit: contain !important;
}

.lp-hero-media video {
  object-fit: cover;
}

.lp-hero-media__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 17px;
  color: #d9e4ef;
  font-size: 13px;
}

.lp-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 29px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lp-kpi {
  min-width: 0;
  padding: 17px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.lp-kpi:last-child {
  border-right: 0;
}

.lp-kpi dt {
  margin-bottom: 7px;
  color: #abc0d6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-kpi dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
}

.lp-section {
  padding: clamp(48px, 5.5vw, 68px) 0;
}

#machine-range,
#landing-enquiry,
#features,
#specifications {
  scroll-margin-top: 92px;
}

.lp-section--muted {
  background: var(--lp-mist);
}

.lp-section--dark {
  color: #ffffff;
  background: #0d1822;
}

.lp-section-heading {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.lp-section-heading > div {
  max-width: 850px;
}

.lp-section-heading h2,
.lp-configurator h2 {
  margin-bottom: 10px;
  color: var(--lp-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.06;
  text-transform: uppercase;
}

.lp-section--dark .lp-section-heading h2,
.lp-section--dark .lp-configurator h2 {
  color: #ffffff;
}

.lp-section-heading p,
.lp-configurator > p {
  margin-bottom: 0;
  color: var(--lp-muted);
  font-size: 16px;
}

.lp-section--dark .lp-section-heading p,
.lp-section--dark .lp-configurator > p {
  color: #b8c7d6;
}

.lp-filter-panel {
  padding: 20px;
  border: 1px solid var(--lp-line);
  background: #ffffff;
}

.lp-filter-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(260px, 1.5fr) auto;
  gap: 16px;
  align-items: end;
}

.lp-field label,
.lp-fieldset legend {
  display: block;
  margin-bottom: 7px;
  color: #253548;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lp-field input,
.lp-field select,
.lp-field textarea {
  display: block;
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  border: 1px solid #bac7d5;
  border-radius: 2px;
  color: var(--lp-ink);
  background: #ffffff;
  font: inherit;
  line-height: 1.3;
}

.lp-field textarea {
  min-height: 112px;
  resize: vertical;
}

.lp-field input:focus,
.lp-field select:focus,
.lp-field textarea:focus,
.lp-button:focus-visible,
.lp-filter-reset:focus-visible,
.lp-machine-card a:focus-visible,
.lp-mobile-bar a:focus-visible {
  outline: 3px solid rgba(31, 102, 209, 0.32);
  outline-offset: 2px;
  border-color: var(--lp-blue);
}

.lp-filter-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  color: var(--lp-muted);
  font-size: 14px;
}

.lp-filter-reset {
  padding: 5px 0;
  border: 0;
  color: var(--lp-blue);
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.lp-machine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.lp-machine-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--lp-line);
  background: #ffffff;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.lp-machine-card:hover {
  border-color: #9aacbe;
  box-shadow: 0 13px 34px rgba(13, 35, 55, 0.1);
  transform: translateY(-2px);
}

.lp-machine-card[hidden] {
  display: none !important;
}

.lp-machine-card__media {
  position: relative;
  display: grid;
  height: 230px;
  min-height: 230px;
  padding: 12px;
  overflow: hidden;
  place-items: center;
  aspect-ratio: auto;
  border-bottom: 1px solid var(--lp-line);
  background: #ffffff;
}

.lp-machine-card__media img {
  display: block;
  position: absolute !important;
  inset: 12px !important;
  width: calc(100% - 24px) !important;
  height: calc(100% - 24px) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto;
  background: #ffffff;
  object-fit: contain !important;
  object-position: center !important;
  transition: none;
}

.lp-machine-card:hover .lp-machine-card__media img {
  transform: none;
}

.lp-machine-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.lp-machine-card__type {
  margin-bottom: 9px;
  color: var(--lp-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lp-machine-card h3 {
  margin-bottom: 9px;
  color: var(--lp-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
}

.lp-machine-card__summary {
  margin-bottom: 18px;
  color: var(--lp-muted);
  font-size: 14px;
}

.lp-machine-card dl {
  margin: auto 0 18px;
  padding-top: 15px;
  border-top: 1px solid var(--lp-line);
}

.lp-machine-card__spec {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(115px, auto);
  gap: 13px;
  padding: 5px 0;
}

.lp-machine-card dt {
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 500;
}

.lp-machine-card dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--lp-ink);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  text-align: right;
}

.lp-machine-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.lp-machine-card__actions .lp-button {
  min-height: 43px;
  padding: 10px 14px;
  font-size: 13px;
}

.lp-compare {
  margin-top: 30px;
  border: 1px solid var(--lp-line);
  background: #ffffff;
}

.lp-compare summary {
  position: relative;
  padding: 20px 55px 20px 22px;
  color: var(--lp-ink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  list-style: none;
}

.lp-compare summary::-webkit-details-marker {
  display: none;
}

.lp-compare summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "+";
  color: var(--lp-blue);
  font-size: 27px;
  line-height: 1;
  transform: translateY(-50%);
}

.lp-compare[open] summary::after {
  content: "−";
}

.lp-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--lp-line);
}

.lp-table {
  width: 100%;
  min-width: 790px;
  border-collapse: collapse;
  font-size: 14px;
}

.lp-table th,
.lp-table td {
  padding: 14px 17px;
  border-bottom: 1px solid var(--lp-line);
  text-align: left;
  vertical-align: top;
}

.lp-table th {
  color: #ffffff;
  background: var(--lp-navy);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-table tr:last-child td {
  border-bottom: 0;
}

.lp-table td:not(:first-child) {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.lp-help-strip {
  color: #ffffff;
  background: #0d1822;
}

.lp-help-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  padding: 30px 0;
}

.lp-help-strip h2 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 800;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.lp-help-strip p {
  margin-bottom: 0;
  color: #b9c7d5;
}

.lp-help-strip__phone {
  color: #ffffff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.lp-feature-grid,
.lp-application-grid,
.lp-proof-grid,
.lp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--lp-line);
  background: var(--lp-line);
}

.lp-feature-card,
.lp-application-card,
.lp-proof-card {
  padding: 24px;
  background: #ffffff;
}

.lp-feature-card h3,
.lp-application-card h3,
.lp-proof-card h3 {
  margin-bottom: 8px;
  color: var(--lp-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.lp-feature-card p,
.lp-application-card p,
.lp-proof-card p {
  margin-bottom: 0;
  color: var(--lp-muted);
}

.lp-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
}

.lp-spec-group h3 {
  margin-bottom: 14px;
  color: var(--lp-ink);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-spec-group dl {
  border-top: 2px solid var(--lp-navy);
}

.lp-spec-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--lp-line);
}

.lp-spec-row dt {
  color: var(--lp-muted);
  font-weight: 500;
}

.lp-spec-row dd {
  margin: 0;
  color: var(--lp-ink);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  overflow-wrap: anywhere;
}

.lp-caveat {
  margin-top: 25px;
  padding: 17px 19px;
  border-left: 4px solid var(--lp-amber);
  background: #fff5df;
  color: #433312;
}

.lp-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 55px;
}

.lp-check-list,
.lp-plus-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-check-list li,
.lp-plus-list li {
  position: relative;
  padding-left: 35px;
}

.lp-check-list li::before,
.lp-plus-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #ffffff;
  background: var(--lp-blue);
  font-size: 13px;
  font-weight: 800;
}

.lp-check-list li::before {
  content: "✓";
}

.lp-plus-list li::before {
  content: "+";
  background: #667485;
}

.lp-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(330px, 0.76fr);
  gap: 35px;
  align-items: start;
}

.lp-enquiry-card,
.lp-proof-panel {
  border: 1px solid var(--lp-line);
  background: #ffffff;
}

.lp-enquiry-card {
  padding: clamp(25px, 3.5vw, 43px);
}

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

.lp-field--full,
.lp-form-divider,
.lp-form-actions {
  grid-column: 1 / -1;
}

.lp-form-divider {
  margin: 9px 0 2px;
  padding-top: 20px;
  border-top: 1px solid var(--lp-line);
  color: var(--lp-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-form-note {
  margin-top: 14px;
  color: var(--lp-muted);
  font-size: 13px;
}

.lp-proof-panel {
  padding: 30px;
}

.lp-proof-panel h3 {
  margin-bottom: 20px;
  color: var(--lp-ink);
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-proof-panel .lp-check-list {
  gap: 17px;
}

.lp-proof-panel__phone {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--lp-line);
}

.lp-proof-panel__phone a {
  color: var(--lp-navy);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.lp-sticky-nav {
  position: sticky;
  top: 76px;
  z-index: 500;
  border-bottom: 1px solid var(--lp-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.lp-sticky-nav__inner {
  display: flex;
  gap: 25px;
  align-items: center;
  min-height: 61px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lp-sticky-nav__inner::-webkit-scrollbar {
  display: none;
}

.lp-sticky-nav a:not(.lp-button) {
  color: #44566b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.045em;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}

.lp-sticky-nav a:not(.lp-button):hover,
.lp-sticky-nav a:not(.lp-button):focus {
  color: var(--lp-blue);
}

.lp-sticky-nav .lp-button {
  min-height: 43px;
  margin-left: auto;
  padding-block: 10px;
  white-space: nowrap;
}

.lp-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  border: 0;
  background: transparent;
}

.lp-related-grid .lp-machine-card__body {
  min-height: 235px;
}

.lp-buying-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.lp-buying-item h3 {
  margin-bottom: 8px;
  color: var(--lp-ink);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-buying-item p {
  margin-bottom: 0;
  color: var(--lp-muted);
}

.lp-footer {
  clear: both;
  color: #c3cfda;
  background: #08131d;
}

.lp-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.8fr));
  gap: 45px;
  padding: 58px 0 42px;
}

.lp-footer__brand img {
  display: block;
  width: 173px;
  height: 32px;
  margin-bottom: 20px;
  object-fit: contain;
}

.lp-footer h2 {
  margin-bottom: 17px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lp-footer p,
.lp-footer address {
  margin-bottom: 8px;
  color: #aebdca;
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.lp-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-footer a {
  color: #cbd6df;
  text-decoration: none;
}

.lp-footer a:hover,
.lp-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lp-footer__ppma {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.lp-footer__ppma strong {
  color: var(--lp-amber);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-footer__bottom {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0 25px;
  color: #8fa0ae;
  font-size: 13px;
}

.lp-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.lp-mobile-bar {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  display: none;
  width: 100%;
  height: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #ffffff;
  box-shadow: 0 -6px 22px rgba(3, 18, 31, 0.2);
}

.lp-mobile-bar a {
  display: flex;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--lp-navy);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.lp-mobile-bar a:last-child {
  color: #17202a;
  background: var(--lp-amber);
}

.lp-mobile-bar.is-obscured {
  display: none !important;
}

.lp-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1199px) {
  .lp-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 38px;
  }

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

  .lp-footer__grid {
    grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 991px) {
  .lp-shell {
    width: min(calc(100% - 36px), var(--lp-max));
  }

  .lp-hero__grid,
  .lp-category .lp-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 54px 0;
  }

  .lp-hero__visual {
    max-width: 740px;
  }

  .lp-filter-grid,
  .lp-form-layout {
    grid-template-columns: 1fr;
  }

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

  .lp-filter-grid .lp-button {
    grid-column: 1 / -1;
  }

  .lp-feature-grid,
  .lp-application-grid,
  .lp-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-help-strip__inner {
    grid-template-columns: 1fr auto;
  }

  .lp-help-strip__inner > div:first-child {
    grid-column: 1 / -1;
  }

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

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

  .lp-sticky-nav {
    top: 0;
  }
}

@media (min-width: 992px) {
  .lp-sticky-nav__inner {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-block: 8px;
  }
}

@media (max-width: 767px) {
  body.lancing-landing {
    padding-bottom: 55px;
  }

  body.lancing-landing .lancing-quick-cta {
    bottom: 67px;
  }

  .lp-mobile-bar {
    display: grid;
  }

  .lp-shell {
    width: min(calc(100% - 28px), var(--lp-max));
  }

  .lp-breadcrumb ol {
    padding: 11px 0;
    font-size: 12px;
  }

  .lp-hero__grid,
  .lp-category .lp-hero__grid {
    gap: 31px;
    padding: 40px 0;
  }

  .lp-hero h1,
  .lp-product .lp-hero h1 {
    font-size: clamp(36px, 12vw, 50px);
  }

  .lp-hero__lead {
    font-size: 17px;
  }

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

  .lp-kpi:nth-child(2) {
    border-right: 0;
  }

  .lp-kpi:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .lp-section {
    padding: 49px 0;
  }

  .lp-section-heading {
    display: block;
    margin-bottom: 24px;
  }

  .lp-section-heading h2,
  .lp-configurator h2 {
    font-size: 30px;
  }

  .lp-filter-grid,
  .lp-machine-grid,
  .lp-feature-grid,
  .lp-application-grid,
  .lp-proof-grid,
  .lp-spec-grid,
  .lp-included-grid,
  .lp-form-grid,
  .lp-related-grid,
  .lp-buying-grid,
  .lp-footer__grid {
    grid-template-columns: 1fr;
  }

  .lp-filter-grid .lp-button {
    grid-column: auto;
  }

  .lp-filter-meta {
    display: block;
    font-size: 13px;
  }

  .lp-filter-meta span {
    display: block;
  }

  .lp-filter-meta span + span {
    margin-top: 7px;
  }

  #machine-range,
  #landing-enquiry,
  #features,
  #specifications {
    scroll-margin-top: 148px;
  }

  .lp-machine-card__body {
    padding: 19px;
  }

  .lp-machine-card__media {
    height: 220px;
    min-height: 220px;
    aspect-ratio: auto;
  }

  .lp-help-strip__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding: 30px 0;
  }

  .lp-sticky-nav {
    display: none;
  }

  .lp-footer__grid {
    gap: 32px;
    padding-top: 44px;
  }

  .lp-footer__ppma,
  .lp-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .lp-actions,
  .lp-actions .lp-button,
  .lp-machine-card__actions,
  .lp-machine-card__actions .lp-button {
    width: 100%;
  }

  .lp-glance__row,
  .lp-machine-card__spec,
  .lp-spec-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .lp-glance dd,
  .lp-machine-card dd {
    text-align: left;
  }
}

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

  .lp-hero__video {
    display: none;
  }

  .lp-button,
  .lp-machine-card,
  .lp-machine-card__media img {
    transition: none;
  }
}
