/*
Theme Name: Lemacher Hydraulik 2026
Theme URI: https://www.lemacher-hydraulik.de
Description: Premium GeneratePress child theme for Lemacher Hydraulik GmbH. Native Gutenberg, no page builder.
Author: Lemacher Hydraulik GmbH
Template: generatepress
Version: 1.4.4
Text Domain: lemacher-2026
*/

:root {
  --lh-navy: #041d4d;
  --lh-navy2: #0a2b5b;
  --lh-blue: #075da7;
  --lh-cyan: #65c7f3;
  --lh-ink: #132033;
  --lh-muted: #647184;
  --lh-line: #dbe3ec;
  --lh-pale: #eef5fa;
  --lh-white: #fff;
  --lh-shadow: 0 24px 70px rgba(5, 28, 54, 0.13);
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--lh-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}
p,
li,
a,
button {
  overflow-wrap: break-word;
  word-break: normal;
}
.site.grid-container {
  max-width: none;
}
.site-content {
  padding: 0;
}
.content-area {
  width: 100%;
}
.site-main {
  margin: 0;
}
.inside-article {
  padding: 0 !important;
}
.entry-header {
  display: none;
}
.entry-content {
  margin: 0;
}
.grid-container {
  max-width: 1180px;
}
/* Stable corporate header; parent header/navigation stay disabled. */
.site-header,
#site-navigation,
.main-navigation,
#right-sidebar,
#left-sidebar,
.widget-area.sidebar {
  display: none !important;
}
#primary,
.content-area {
  float: none;
  width: 100% !important;
}
.lh-site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(200, 215, 229, 0.72);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 18px rgba(4, 29, 77, 0.035);
}
.lh-header-inner {
  display: grid;
  grid-template-columns: minmax(300px, 365px) 1fr auto;
  gap: 26px;
  align-items: center;
  width: min(1540px, calc(100% - 48px));
  min-height: 111px;
  margin-inline: auto;
}
.lh-header-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
  color: var(--lh-navy);
  text-decoration: none;
}
.lh-header-brand img {
  display: block;
  width: min(350px, 100%);
  height: 72px;
  object-fit: contain;
  object-position: left center;
}
.lh-header-brand span {
  margin: -2px 0 0 70px;
  color: #526173;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.2;
}
.lh-header-nav ul {
  display: flex;
  gap: clamp(20px, 2vw, 38px);
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lh-header-nav a {
  color: #3f4d5e;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.lh-header-nav a:hover,
.lh-header-nav a:focus-visible {
  color: var(--lh-blue);
}
.lh-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 24px;
  color: #fff;
  background: var(--lh-blue);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.lh-header-cta:hover,
.lh-header-cta:focus-visible {
  color: #fff;
  background: var(--lh-navy);
}
.lh-mobile-menu {
  display: none;
}
.lh-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.lh-section {
  padding: 110px 0;
}
.lh-section-sm {
  padding: 72px 0;
}
.lh-pale {
  background: var(--lh-pale);
}
.lh-dark {
  color: #fff;
  background: var(--lh-navy);
}
.lh-eyebrow {
  margin: 0 0 18px;
  color: var(--lh-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lh-dark .lh-eyebrow,
.lh-hero .lh-eyebrow {
  color: var(--lh-cyan);
}
.lh-section h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.042em;
}
.lh-lead {
  max-width: 720px;
  color: var(--lh-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}
.lh-dark .lh-lead {
  color: #c6d4e1;
}
.lh-copy {
  color: var(--lh-muted);
  font-size: 17px;
  line-height: 1.75;
}
.lh-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 740px;
  overflow: hidden;
  color: #fff;
  background: var(--lh-navy);
}
.lh-hero:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(3, 18, 35, 0.97),
    rgba(3, 18, 35, 0.82) 45%,
    rgba(3, 18, 35, 0.2)
  );
}
.lh-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lh-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: auto;
  padding: 90px 0;
}
.lh-hero h1 {
  max-width: 850px;
  margin: 0 0 25px;
  font-size: clamp(46px, 5.6vw, 82px);
  line-height: 1.01;
  letter-spacing: -0.052em;
  text-wrap: balance;
}
.lh-hero .lh-lead {
  color: #d3dfeb;
}
.lh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.lh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  color: #fff !important;
  background: var(--lh-blue);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.lh-button:hover {
  transform: translateY(-2px);
  background: #1688d4;
}
.lh-button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
}
.lh-hero > img[src*="/images/lgm-"] {
  padding: 36px 5% 36px 48%;
  object-fit: contain;
  background: #fff;
}
.lh-hero:has(> img[src*="/images/lgm-"]):before {
  background: linear-gradient(
    90deg,
    rgba(3, 18, 35, 0.99) 0%,
    rgba(3, 18, 35, 0.96) 43%,
    rgba(3, 18, 35, 0.06) 62%,
    rgba(3, 18, 35, 0) 100%
  );
}
.lh-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}
.lh-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lh-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 32px;
  border: 1px solid var(--lh-line);
  background: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.lh-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--lh-shadow);
}
.lh-card > span {
  color: var(--lh-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lh-card h3 {
  margin: 44px 0 14px;
  font-size: 23px;
}
.lh-card p {
  color: var(--lh-muted);
  font-size: 15px;
  line-height: 1.65;
}
.lh-card a {
  margin-top: auto;
  color: var(--lh-blue);
  font-weight: 750;
  text-decoration: none;
}
.lh-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.lh-industry-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--lh-navy);
  box-shadow: 0 12px 32px rgba(5, 28, 54, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.lh-industry-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 4px;
  content: "";
  background: var(--lh-cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
  pointer-events: none;
}
.lh-industry-card > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.lh-industry-card > a::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(3, 18, 35, 0.04) 16%,
    rgba(3, 18, 35, 0.42) 50%,
    rgba(3, 18, 35, 0.94) 100%
  );
}
.lh-industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.lh-industry-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 28px;
}
.lh-industry-card-content > span {
  color: var(--lh-cyan);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.lh-industry-card-content h3 {
  margin: 9px 0 9px;
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
}
.lh-industry-card-content p {
  margin: 0 0 14px;
  color: #d7e4ee;
  font-size: 14px;
  line-height: 1.5;
}
.lh-industry-card-content strong {
  color: #fff;
  font-size: 12px;
}
.lh-industry-card:hover,
.lh-industry-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(5, 28, 54, 0.2);
}
.lh-industry-card:hover::after,
.lh-industry-card:focus-within::after {
  transform: scaleX(1);
}
.lh-industry-card:hover img,
.lh-industry-card:focus-within img {
  transform: scale(1.045);
}
.lh-industry-card a:focus-visible {
  outline: 3px solid var(--lh-cyan);
  outline-offset: -4px;
}
.lh-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.lh-gallery-note {
  max-width: 680px;
  margin: 10px 0 28px;
  color: #b8c9d8;
  line-height: 1.6;
}
.lh-media-grid figure {
  position: relative;
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(219, 227, 236, 0.28);
  background: #fff;
}
.lh-media-grid figure.lh-zoomable {
  cursor: zoom-in;
}
.lh-media-grid figure.lh-zoomable:focus-visible {
  outline: 3px solid var(--lh-cyan);
  outline-offset: 3px;
}
.lh-media-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.lh-media-grid figure:hover img {
  transform: scale(1.03);
}
.lh-media-grid figcaption {
  position: static;
  min-height: 51px;
  padding: 17px 18px;
  color: var(--lh-navy);
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.lh-media-grid img[src*="/images/lgm-"] {
  padding: 22px;
  object-fit: contain;
  background: #fff;
}
.lh-media-grid img[src*="lgm-system-funktion-synchronhub-lemacher"],
.lh-media-grid img[src*="lgm-engineering-integration-presse-lemacher"],
.lh-media-grid img[src*="lgm-praezision-anwendung-komponente-lemacher"] {
  padding: 0;
  object-fit: cover;
}
.lh-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 24px;
  border: 0;
  background: rgba(2, 14, 31, 0.94);
}
.lh-lightbox::backdrop {
  background: rgba(2, 14, 31, 0.82);
  backdrop-filter: blur(7px);
}
.lh-lightbox-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100dvh - 48px);
}
.lh-lightbox-panel img {
  width: auto;
  max-width: min(1480px, 94vw);
  height: auto;
  max-height: calc(100dvh - 112px);
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}
.lh-lightbox-panel p {
  position: fixed;
  bottom: 18px;
  left: 50%;
  margin: 0;
  padding: 8px 14px;
  color: #fff;
  background: rgba(4, 29, 77, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.lh-lightbox-close {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 3;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 29, 77, 0.9);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.lh-network-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 28px 32px;
  border: 1px solid var(--lh-line);
  background: var(--lh-pale);
}
.lh-network-note > div {
  max-width: 760px;
}
.lh-network-note span,
.lh-group-card > span {
  color: var(--lh-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lh-network-note strong {
  display: block;
  margin: 8px 0;
  color: var(--lh-navy);
  font-size: 20px;
}
.lh-network-note p,
.lh-group-card p {
  color: var(--lh-muted);
  line-height: 1.65;
}
.lh-network-note a,
.lh-group-card a,
.lh-legal a {
  color: var(--lh-blue);
  font-weight: 750;
  text-decoration: none;
}
.lh-group-card {
  padding: 34px;
  border: 1px solid var(--lh-line);
  background: #fff;
}
.lh-group-card h3 {
  margin: 18px 0 12px;
}
.lh-legal {
  max-width: 900px;
}
.lh-legal h2 {
  margin-top: 42px;
}
.lh-legal p {
  color: var(--lh-muted);
  line-height: 1.75;
}
.lh-faq {
  margin-bottom: 14px;
  padding: 22px 24px;
  border: 1px solid var(--lh-line);
  background: #fff;
}
.lh-faq summary {
  color: var(--lh-navy);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}
.lh-faq p {
  color: var(--lh-muted);
  line-height: 1.7;
}
.lh-form-note a,
.lh-legal a {
  color: var(--lh-blue);
  font-weight: 750;
}
.lh-knowledge {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
}
.lh-problems {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cbd8e3;
}
.lh-problems li {
  padding: 15px 12px 15px 28px;
  border-bottom: 1px solid #cbd8e3;
  color: var(--lh-muted);
  position: relative;
}
.lh-problems li:before {
  position: absolute;
  top: 21px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: 2px solid #c43e48;
  content: "";
  transform: rotate(45deg);
}
.lh-steps {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  background: #cbd8e3;
}
.lh-steps article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 25px;
  background: #fff;
}
.lh-steps article > span {
  color: var(--lh-blue);
  font-size: 24px;
  font-weight: 800;
}
.lh-steps h3 {
  margin: 0 0 8px;
}
.lh-steps p {
  margin: 0;
  color: var(--lh-muted);
  line-height: 1.6;
}
.lh-package-table {
  margin-top: 38px;
  border-top: 2px solid var(--lh-navy);
}
.lh-package-row {
  display: grid;
  grid-template-columns: 0.72fr 1.25fr 1fr;
  gap: 24px;
  padding: 20px 24px;
  border-right: 1px solid var(--lh-line);
  border-bottom: 1px solid var(--lh-line);
  border-left: 1px solid var(--lh-line);
}
.lh-package-row span {
  color: var(--lh-muted);
  font-size: 14px;
  line-height: 1.5;
}
.lh-package-head {
  color: #fff;
  background: var(--lh-navy);
}
.lh-package-head span {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.lh-design-data {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 90px;
}
.lh-industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}
.lh-industry-tags span {
  padding: 11px 13px;
  border: 1px solid #34516d;
  color: #d8e3ed;
  background: #0a2949;
  font-size: 12px;
}
.lh-tech-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  margin-top: 55px;
  padding-top: 26px;
  border-top: 1px solid #2e4762;
}
.lh-tech-note strong {
  color: var(--lh-cyan);
  font-size: 12px;
  text-transform: uppercase;
}
.lh-tech-note p {
  margin: 0;
  color: #b8c9d8;
  line-height: 1.65;
}
.lh-values {
  border-block: 1px solid var(--lh-line);
  background: #fff;
}
.lh-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.lh-values article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 140px;
  padding: 22px;
  border-right: 1px solid var(--lh-line);
}
.lh-values article:first-child {
  border-left: 1px solid var(--lh-line);
}
.lh-values i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--lh-navy);
  border: 2px solid var(--lh-navy);
  border-radius: 50%;
  font-size: 20px;
  font-style: normal;
}
.lh-values strong,
.lh-values span {
  display: block;
}
.lh-values strong {
  color: var(--lh-navy);
  font-size: 12px;
  text-transform: uppercase;
}
.lh-values span {
  margin-top: 6px;
  color: var(--lh-muted);
  font-size: 11px;
  line-height: 1.4;
}
.lh-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--lh-line);
}
.lh-spec {
  min-height: 145px;
  padding: 25px;
  border-right: 1px solid var(--lh-line);
}
.lh-spec:last-child {
  border-right: 0;
}
.lh-spec span {
  display: block;
  color: var(--lh-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lh-spec strong {
  display: block;
  margin-top: 28px;
  color: var(--lh-navy);
  font-size: 22px;
}
.lh-bullets {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.lh-bullets li {
  position: relative;
  padding-left: 25px;
  color: var(--lh-muted);
  line-height: 1.65;
}
.lh-bullets li:before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--lh-blue);
}
.lh-download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.lh-download {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--lh-line);
  background: #fff;
}
.lh-pdf {
  display: grid;
  place-items: center;
  width: 58px;
  height: 72px;
  color: #fff;
  background: var(--lh-blue);
  font-size: 11px;
  font-weight: 900;
  clip-path: polygon(0 0, 75% 0, 100% 20%, 100% 100%, 0 100%);
}
.lh-download h3 {
  margin: 10px 0;
}
.lh-download p {
  color: var(--lh-muted);
  font-size: 14px;
  line-height: 1.6;
}
.lh-download .lh-actions {
  margin-top: 20px;
}
.lh-download .lh-button {
  min-height: 44px;
  padding: 0 16px;
}
.lh-download-group {
  margin-top: 86px;
  padding-top: 64px;
  border-top: 2px solid var(--lh-navy);
}
.lh-image-band {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  color: #fff;
  background: var(--lh-navy);
}
.lh-image-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lh-image-band:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(3, 18, 35, 0.96),
    rgba(3, 18, 35, 0.45)
  );
}
.lh-image-band .lh-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 580px;
}
.lh-image-band h2 {
  max-width: 760px;
}
.lh-image-band .lh-lead {
  color: #d3dfeb;
}
.lh-contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}
.lh-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 38px;
  background: var(--lh-pale);
}
.lh-field {
  display: grid;
  gap: 8px;
}
.lh-full {
  grid-column: 1/-1;
}
.lh-field label {
  font-size: 12px;
  font-weight: 750;
}
.lh-field input,
.lh-field textarea,
.lh-field select {
  width: 100%;
  padding: 14px;
  border: 1px solid #cdd9e3;
  background: #fff;
}
.lh-field textarea {
  min-height: 140px;
}
.lh-form button {
  border: 0;
  cursor: pointer;
}
.lh-notice {
  padding: 14px 18px;
  border-left: 4px solid var(--lh-blue);
  background: var(--lh-pale);
}
.lh-container.lh-legal {
  max-width: 900px;
}
.lh-container.lh-legal h2 {
  margin-top: 52px;
  margin-bottom: 16px;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.025em;
}
.lh-container.lh-legal h2:first-of-type {
  margin-top: 0;
}
.lh-container.lh-legal p,
.lh-container.lh-legal li {
  color: #415064;
  font-size: 16px;
  line-height: 1.75;
}
.lh-container.lh-legal code {
  padding: 2px 6px;
  background: var(--lh-pale);
  color: var(--lh-navy);
}
.lh-consent {
  position: fixed;
  inset: auto 0 0;
  z-index: 9999;
  padding: 20px;
  background: rgba(3, 18, 35, 0.64);
  backdrop-filter: blur(8px);
}
.lh-consent.is-hidden {
  display: none;
}
.lh-consent-card {
  width: min(1180px, 100%);
  max-height: min(86vh, 780px);
  margin-inline: auto;
  padding: 28px;
  overflow-y: auto;
  border: 1px solid var(--lh-line);
  background: #fff;
  box-shadow: 0 -16px 70px rgba(2, 16, 30, 0.28);
}
.lh-consent-copy h2 {
  margin: 0 0 12px;
  color: var(--lh-navy);
  font-size: clamp(26px, 3vw, 38px);
}
.lh-consent-copy > p:last-child {
  max-width: 1040px;
  margin: 0;
  color: #4e5e70;
  font-size: 14px;
  line-height: 1.65;
}
.lh-consent-settings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.lh-consent-settings[hidden] {
  display: none;
}
.lh-consent-option {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid var(--lh-line);
  background: #f8fafc;
}
.lh-consent-option span {
  display: grid;
  gap: 6px;
}
.lh-consent-option strong {
  color: var(--lh-navy);
  font-size: 15px;
}
.lh-consent-option small {
  color: var(--lh-muted);
  font-size: 12px;
  line-height: 1.5;
}
.lh-consent-option input {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  accent-color: var(--lh-blue);
}
.lh-consent-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.lh-consent-actions button {
  min-height: 50px;
  padding: 10px 16px;
  border: 2px solid var(--lh-blue);
  color: var(--lh-blue);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}
.lh-consent-actions button:first-child,
.lh-consent-actions button[data-consent-action="save"] {
  color: #fff;
  background: var(--lh-blue);
}
.lh-consent-actions button:hover,
.lh-consent-actions button:focus-visible {
  outline: 2px solid var(--lh-navy);
  outline-offset: 2px;
}
.lh-consent-actions button[hidden] {
  display: none;
}
.lh-consent-links {
  margin: 14px 0 0;
  color: var(--lh-muted);
  font-size: 12px;
}
.lh-consent-links a {
  color: var(--lh-blue);
}
.site-footer {
  color: #c5d1dd;
  background: #041426;
}
.site-footer .inside-site-info {
  justify-content: center;
  padding: 28px;
}
.site-info {
  background: #041426;
}
.footer-widgets {
  color: #9fb0c1;
  background: #041426;
}
.footer-widgets a {
  color: #c7d2dd;
}
.footer-widgets .widget-title {
  color: #fff;
}
.lh-legal {
  font-size: 12px;
  color: #778ba0;
}
@media (max-width: 1320px) {
  .lh-header-inner {
    grid-template-columns: minmax(250px, 1fr) auto;
    min-height: 94px;
  }
  .lh-header-nav,
  .lh-header-cta {
    display: none;
  }
  .lh-header-brand img {
    width: 300px;
    height: 62px;
  }
  .lh-header-brand span {
    margin-left: 58px;
    font-size: 10px;
  }
  .lh-mobile-menu {
    position: relative;
    display: block;
  }
  .lh-mobile-menu summary {
    display: grid;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 13px 11px;
    border: 1px solid var(--lh-line);
    cursor: pointer;
    list-style: none;
  }
  .lh-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .lh-mobile-menu summary span {
    display: block;
    height: 2px;
    background: var(--lh-navy);
  }
  .lh-mobile-menu nav {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    display: grid;
    width: min(340px, calc(100vw - 32px));
    padding: 12px;
    border: 1px solid var(--lh-line);
    background: #fff;
    box-shadow: var(--lh-shadow);
  }
  .lh-mobile-menu nav a {
    padding: 13px 12px;
    color: var(--lh-ink);
    font-weight: 700;
    text-decoration: none;
  }
  .lh-mobile-menu nav .lh-mobile-cta {
    margin-top: 8px;
    color: #fff;
    background: var(--lh-blue);
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .lh-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lh-hero h1 {
    max-width: 760px;
    font-size: clamp(44px, 7.2vw, 68px);
    line-height: 1.03;
  }
  .lh-section h2 {
    font-size: clamp(34px, 5.4vw, 52px);
    line-height: 1.08;
  }
  .lh-card-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lh-values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lh-two-col,
  .lh-contact,
  .lh-knowledge,
  .lh-design-data {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .lh-media-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lh-media-grid figure:first-child {
    grid-column: 1/-1;
  }
  .lh-specs {
    grid-template-columns: 1fr 1fr;
  }
  .lh-spec:nth-child(2) {
    border-right: 0;
  }
  .lh-download-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .lh-consent {
    padding: 8px;
  }
  .lh-consent-card {
    max-height: 92dvh;
    padding: 20px;
  }
  .lh-consent-settings,
  .lh-consent-actions {
    grid-template-columns: 1fr;
  }
  .lh-consent-actions button {
    min-height: 48px;
  }
  .lh-industry-grid {
    grid-template-columns: 1fr;
  }
  .lh-industry-card-content {
    padding: 22px;
  }
  .lh-industry-card-content h3 {
    font-size: 24px;
  }
  .lh-hero {
    min-height: 610px;
  }
  .lh-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }
  .lh-section h2 {
    font-size: clamp(32px, 9.5vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.035em;
  }
  .lh-header-inner {
    width: min(100% - 28px, 1180px);
    min-height: 82px;
    gap: 12px;
  }
  .lh-header-brand img {
    width: min(245px, calc(100vw - 92px));
    height: 52px;
  }
  .lh-header-brand span {
    margin-left: 46px;
    font-size: 8.5px;
  }
  .lh-network-note {
    align-items: flex-start;
    flex-direction: column;
  }
  .lh-lightbox {
    padding: 14px;
  }
  .lh-lightbox-panel {
    min-height: calc(100dvh - 28px);
  }
  .lh-lightbox-panel img {
    max-width: 96vw;
    max-height: calc(100dvh - 94px);
  }
  .lh-lightbox-close {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
  }
  .lh-container,
  .lh-hero-inner {
    width: min(100% - 32px, 1180px);
  }
  .lh-section {
    padding: 76px 0;
  }
  .lh-hero {
    min-height: 620px;
  }
  .lh-hero > img[src*="/images/lgm-"] {
    padding: 260px 20px 20px;
    opacity: 0.34;
  }
  .lh-card-grid,
  .lh-values-grid,
  .lh-media-grid,
  .lh-specs {
    grid-template-columns: 1fr;
  }
  .lh-values article,
  .lh-values article:first-child {
    border-right: 1px solid var(--lh-line);
    border-bottom: 1px solid var(--lh-line);
    border-left: 1px solid var(--lh-line);
  }
  .lh-media-grid figure,
  .lh-media-grid figure:first-child {
    grid-column: auto;
    height: auto;
  }
  .lh-package-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .lh-package-head {
    display: none;
  }
  .lh-tech-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .lh-spec {
    border-right: 0;
    border-bottom: 1px solid var(--lh-line);
  }
  .lh-download {
    grid-template-columns: 50px 1fr;
    padding: 22px;
  }
  .lh-pdf {
    width: 48px;
    height: 60px;
  }
  .lh-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .lh-full {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
  }
}

/* Lead-generation additions · 1.2 */
.lh-values-grid {
  grid-template-columns: repeat(6, 1fr);
}
.lh-product-card {
  padding: 0;
  overflow: hidden;
}
.lh-product-card > img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #eaf1f7;
}
.lh-product-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}
.lh-product-card h3 {
  margin: 22px 0 14px;
}
.lh-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 40px;
  background: var(--lh-line);
  border: 1px solid var(--lh-line);
}
.lh-problem-grid a {
  display: grid;
  gap: 10px;
  padding: 28px;
  color: var(--lh-navy);
  background: #fff;
  text-decoration: none;
}
.lh-problem-grid a:hover {
  background: var(--lh-pale);
}
.lh-problem-grid span {
  color: var(--lh-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.lh-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 46px;
  background: #294765;
}
.lh-process-grid article {
  min-height: 250px;
  padding: 30px;
  background: #092747;
}
.lh-process-grid article > span {
  color: var(--lh-cyan);
  font-size: 13px;
  font-weight: 850;
}
.lh-process-grid h3 {
  margin: 42px 0 12px;
  color: #fff;
  font-size: 20px;
}
.lh-process-grid p {
  color: #bfcfdd;
  line-height: 1.6;
}
.lh-quick-links {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.lh-quick-links a {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid var(--lh-line);
  color: var(--lh-navy);
  font-weight: 750;
  text-decoration: none;
}
.lh-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lh-case {
  overflow: hidden;
  border: 1px solid var(--lh-line);
  background: #fff;
}
.lh-case img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.lh-case > div {
  padding: 28px;
}
.lh-case h3 {
  margin: 12px 0;
}
.lh-application-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.lh-form-section {
  padding: 26px;
  border: 1px solid var(--lh-line);
  background: #fff;
}
.lh-form-section h3 {
  margin-top: 0;
}
.lh-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.lh-check-grid label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--lh-muted);
  font-size: 13px;
}
.lh-form-note {
  padding: 14px 18px;
  border-left: 4px solid var(--lh-blue);
  background: #fff;
  color: var(--lh-muted);
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 1000px) {
  .lh-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lh-process-grid,
  .lh-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .lh-problem-grid,
  .lh-process-grid,
  .lh-case-grid,
  .lh-application-grid,
  .lh-check-grid {
    grid-template-columns: 1fr;
  }
  .lh-product-card > img {
    height: 210px;
  }
}
