/* Homepage-only components. Keep selectors under .lh-home or the controlled hero variant. */
.lh-static-hero { position: relative; isolation: isolate; overflow: hidden; height: clamp(680px, calc(100svh - 82px), 840px); min-height: 680px; background: #06090d; color: #fff; }
.lh-static-hero__poster, .lh-static-hero__video { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lh-static-hero__poster img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lh-static-hero__poster { opacity: 1; transition: opacity .65s ease; }
.lh-static-hero__video { opacity: 0; transition: opacity .65s ease; }
.lh-static-hero.is-video-ready .lh-static-hero__poster { opacity: 0; }
.lh-static-hero.is-video-ready .lh-static-hero__video { opacity: 1; }
.lh-static-hero__ambient { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3, 6, 10, .93) 0%, rgba(3, 7, 12, .86) 18%, rgba(3, 8, 14, .66) 38%, rgba(3, 8, 14, .32) 58%, rgba(3, 7, 11, .1) 78%, rgba(3, 7, 11, .02) 100%), linear-gradient(180deg, rgba(2, 5, 8, .06), rgba(2, 7, 12, .16)); }
.lh-static-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; height: 100%; }
.lh-static-hero__copy { position: relative; z-index: 10; max-width: 760px; padding: 10px 0 70px; }
.lh-static-hero__eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 19px; color: #74c8ff; font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.lh-static-hero__eyebrow::before { width: 34px; height: 1px; background: #4baeea; content: ""; }
.lh-static-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(46px, 4vw, 60px); font-weight: 760; line-height: var(--lh-display-leading); letter-spacing: var(--lh-display-tracking); text-shadow: 0 3px 28px rgba(0, 0, 0, .68); }
.lh-static-hero__title-line { display: block; white-space: nowrap; }
.lh-static-hero__lead { max-width: 850px; margin: 24px 0 0; color: #eef2f6; font-size: 15px; line-height: 1.65; text-shadow: 0 2px 16px rgba(0, 0, 0, .75); }
.lh-static-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.lh-static-hero__button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 19px; border: 1px solid transparent; color: #fff; font-size: 12px; font-weight: 780; letter-spacing: .035em; text-decoration: none; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.lh-static-hero__button--primary { border-color: #188ed4; background: #188ed4; box-shadow: 0 14px 34px rgba(11, 121, 190, .25); }
.lh-static-hero__button--secondary { border-color: #35404e; background: rgba(255, 255, 255, .025); }
.lh-static-hero__button:hover { color: #fff; transform: translateY(-2px); }
.lh-static-hero__button--primary:hover { border-color: #32adf4; background: #259fE7; }
.lh-static-hero__button--secondary:hover { border-color: #697789; background: rgba(255, 255, 255, .065); }
.lh-home > .lh-static-hero + .lh-systems { margin-block-start: 0; }

.lh-systems { overflow: hidden; background: #f1f4f7; }
.lh-systems.lh-section { padding-bottom: 0; }

/*
 * Homepage sections form one continuous canvas. WordPress layout presets and
 * block-gap utilities must never create gutters between adjacent modules.
 */
.ai-site-main.lh-home,
.ai-site-main.lh-home > section,
.ai-site-main.lh-home > #homepage-content,
.ai-site-main.lh-home #homepage-content > *,
.ai-site-main.lh-home #homepage-content > * + *,
.ai-site-main.lh-home #homepage-content > .entry-content,
.ai-site-main.lh-home #homepage-content > .entry-content > *,
.ai-site-main.lh-home #homepage-content > .entry-content > * + *,
.ai-site-main.lh-home #homepage-content > [class*="wp-block-site-"],
.ai-site-main.lh-home #homepage-content > [class*="wp-block-site-"] > .lh-home,
.ai-site-main.lh-home #homepage-content > .entry-content > .lh-home {
  margin-block: 0 !important;
}

/* Keep the homepage FAQ heading on a single line at every viewport width. */
.lh-home .lh-faq h2 { max-width: none; font-size: clamp(15px, 5.4vw, 64px); white-space: nowrap; }
.ai-site-main.lh-home,
.ai-site-main.lh-home > #homepage-content {
  padding-block: 0;
}
.ai-site-main.lh-home > #homepage-content {
  display: block;
  font-size: 0;
  line-height: 0;
}
.ai-site-main.lh-home > #homepage-content > * {
  font-size: initial;
  line-height: normal;
}
.ai-site-main.lh-home > #homepage-content > .entry-content {
  display: block;
  padding-block: 0;
}
.lh-systems__heading { max-width: 940px; margin: 0 auto 40px; text-align: center; }
.lh-systems__heading .lh-kicker { display: flex; align-items: center; justify-content: center; gap: 13px; margin-bottom: 13px; }
.lh-systems__heading .lh-kicker::before, .lh-systems__heading .lh-kicker::after { width: 27px; height: 1px; background: #72bdf0; content: ""; }
.lh-systems__heading h2 { margin: 0; color: #101820; font-size: clamp(36px, 3.15vw, 48px); font-weight: 740; }
.lh-systems__heading > p { max-width: 650px; margin: 17px auto 0; color: #66717e; font-size: 14px; line-height: 1.65; }
.lh-systems__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lh-system-card { position: relative; isolation: isolate; display: grid; grid-template-columns: 255px minmax(0, 1fr); overflow: hidden; min-height: 470px; padding: 38px 20px 30px 38px; border: 1px solid rgba(255, 255, 255, .1); background: #0a0f16; box-shadow: 0 22px 50px rgba(10, 20, 32, .12); color: #fff; }
.lh-system-card::before { position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; }
.lh-system-card--lighting::before { background: radial-gradient(circle at 76% 37%, rgba(42, 174, 242, .2), transparent 34%), linear-gradient(135deg, #111820, #070a0e 72%); }
.lh-system-card--display::before { background: radial-gradient(circle at 77% 34%, rgba(16, 127, 236, .3), transparent 37%), linear-gradient(135deg, #0b1928, #050a11 76%); }
.lh-system-card__copy { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.lh-system-card__index { margin: 0 0 24px; color: #72c8ff; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.lh-system-card h3 { margin: 0; color: #fff; font-size: clamp(30px, 2.5vw, 36px); font-weight: 750; white-space: nowrap; }
.lh-system-card__copy > p:not(.lh-system-card__index) { margin: 16px 0 0; color: #aeb8c5; font-size: 13px; line-height: 1.58; }
.lh-system-card ul { display: grid; gap: 8px; margin: 25px 0 28px; padding: 0; color: #e3e9ef; font-size: 11px; line-height: 1.35; list-style: none; }
.lh-system-card li { display: flex; align-items: center; gap: 9px; }
.lh-system-card li::before { width: 12px; height: 1px; flex: 0 0 auto; background: #399fde; content: ""; }
.lh-system-card__pending { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; color: #fff; font-size: 12px; font-weight: 750; }
.lh-system-card__pending span { color: #69bff5; font-size: 20px; }
.lh-system-card__visual { position: relative; z-index: 1; display: flex; min-width: 0; align-items: flex-end; justify-content: center; }
.lh-system-card__visual::after { position: absolute; right: 5%; bottom: 4%; left: 5%; z-index: -1; height: 15%; border-radius: 50%; background: rgba(0, 0, 0, .55); filter: blur(22px); content: ""; }
.lh-system-card__visual img { display: block; width: 100%; max-height: 415px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 25px 25px rgba(0, 0, 0, .35)); transition: filter .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1); }
.lh-system-card:hover .lh-system-card__visual img { filter: drop-shadow(0 30px 34px rgba(0, 0, 0, .45)); transform: translateY(-8px) scale(1.035); }

@media (max-width: 1120px) {
  .lh-systems__grid { grid-template-columns: 1fr; }
  .lh-system-card { grid-template-columns: 280px minmax(300px, 1fr); }
  .lh-manufacturing__heading, .lh-manufacturing__cards { width: 100%; }
  .lh-manufacturing__heading h2 { white-space: normal; }
}

.lh-manufacturing { position: relative; isolation: isolate; overflow: hidden; min-height: 840px; margin-block-start: 0; padding: 62px 0 58px; background: linear-gradient(90deg, #152430 0%, #101d28 52%, #071019 100%); color: #fff; }
.lh-manufacturing__background, .lh-manufacturing__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.lh-manufacturing__background { z-index: -2; object-fit: cover; object-position: left center; }
.lh-manufacturing__shade { z-index: -1; background: linear-gradient(180deg, rgba(4, 8, 13, .08) 0%, rgba(4, 8, 13, .04) 45%, rgba(4, 8, 13, .3) 100%), linear-gradient(90deg, rgba(2, 7, 12, .08) 0%, rgba(2, 7, 12, .14) 30%, rgba(2, 7, 12, .48) 46%, rgba(2, 7, 12, .72) 100%); }
.lh-manufacturing__inner { position: relative; z-index: 1; display: flex; align-items: flex-end; flex-direction: column; }
.lh-manufacturing__heading { box-sizing: border-box; width: min(66vw, 1260px); max-width: none; margin-right: calc(50% - 50vw); padding-right: clamp(28px, 4vw, 72px); }
.lh-manufacturing__heading .lh-kicker { color: #7ed1ff; }
.lh-manufacturing__heading h2 { margin: 0; color: #fff; font-size: clamp(42px, 3vw, 58px); font-weight: 720; line-height: 1.04; letter-spacing: -.035em; white-space: nowrap; }
.lh-manufacturing__heading > p:last-child { max-width: 920px; margin: 18px 0 0; color: #e0e7ed; font-size: 15px; line-height: 1.65; }
.lh-manufacturing__cards { display: grid; width: min(66vw, 1260px); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 40px; margin-right: calc(50% - 50vw); padding-right: clamp(28px, 4vw, 72px); box-sizing: border-box; }
.lh-capability-card { overflow: hidden; border: 1px solid rgba(203, 226, 241, .26); background: rgba(8, 18, 27, .7); box-shadow: 0 22px 50px rgba(0, 0, 0, .18); backdrop-filter: blur(5px); }
.lh-media-carousel { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255, 255, 255, .14); background: #0a151f; }
.lh-media-carousel__viewport { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; padding: 0; border: 0; background: #0a151f; color: inherit; cursor: zoom-in; }
.lh-media-carousel__slide { position: absolute; inset: 0; display: block; width: 100%; height: 100%; opacity: 0; object-fit: cover; transform: scale(1.01); transition: opacity .55s ease, transform 3s cubic-bezier(.2, .75, .2, 1); }
.lh-media-carousel__slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.lh-media-carousel__zoom { position: absolute; top: 16px; right: 16px; z-index: 3; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; background: rgba(3, 10, 16, .45); color: #fff; font-size: 15px; opacity: 0; transform: translateY(4px); transition: opacity .25s ease, transform .25s ease; backdrop-filter: blur(6px); }
.lh-media-carousel__viewport:hover .lh-media-carousel__zoom, .lh-media-carousel__viewport:focus-visible .lh-media-carousel__zoom { opacity: 1; transform: translateY(0); }
.lh-media-carousel__viewport:focus-visible { outline: 2px solid #69c6fa; outline-offset: -3px; }
.lh-media-carousel__controls { position: absolute; right: 14px; bottom: 14px; z-index: 4; display: flex; gap: 8px; align-items: center; }
.lh-media-carousel__progress { position: absolute; right: 0; bottom: 0; left: 0; z-index: 5; height: 2px; overflow: hidden; background: rgba(255, 255, 255, .22); }
.lh-media-carousel__progress i { display: block; width: 100%; height: 100%; background: #69c6fa; transform: scaleX(0); transform-origin: left; }
.lh-media-carousel__progress i.is-running { animation: lh-carousel-progress 3s linear forwards; }
.lh-media-carousel.is-paused .lh-media-carousel__progress i { animation-play-state: paused; }
.lh-media-carousel__controls button { display: grid; width: 34px; height: 34px; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; background: rgba(3, 10, 16, .34); color: #fff; font-size: 15px; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.lh-media-carousel__controls button:hover, .lh-media-carousel__controls button:focus-visible { border-color: rgba(255, 255, 255, .78); background: rgba(40, 74, 98, .72); transform: translateY(-1px); }
@keyframes lh-carousel-progress { to { transform: scaleX(1); } }
.lh-capability-card__body { padding: 25px 27px 29px; }
.lh-capability-card__body > p:first-child { margin: 0 0 9px; color: #69c6fa; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.lh-capability-card h3 { margin: 0; color: #fff; font-size: clamp(22px, 1.45vw, 27px); font-weight: 680; line-height: 1.15; letter-spacing: -.025em; white-space: nowrap; }
.lh-capability-card__body > p:last-child { min-height: 4.8em; margin: 14px 0 0; color: #c6d1da; font-size: 13px; line-height: 1.6; }
.lh-factory-lightbox { width: min(92vw, 131vh, 1600px); max-width: none; margin: auto; padding: 0; overflow: visible; border: 0; background: transparent; color: #fff; box-shadow: 0 40px 120px rgba(0, 0, 0, .62); }
.lh-factory-lightbox::backdrop { background: rgba(2, 6, 10, .88); backdrop-filter: blur(9px); }
.lh-factory-lightbox figure { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; background: #050a0f; }
.lh-factory-lightbox img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lh-factory-lightbox figcaption { position: absolute; bottom: 16px; left: 20px; padding: 7px 10px; background: rgba(3, 9, 14, .66); color: #dce6ed; font-size: 12px; letter-spacing: .04em; backdrop-filter: blur(6px); }
.lh-factory-lightbox__close, .lh-factory-lightbox__nav { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; background: rgba(5, 12, 18, .72); color: #fff; cursor: pointer; backdrop-filter: blur(7px); }
.lh-factory-lightbox__close { top: 16px; right: 16px; width: 38px; height: 38px; font-size: 25px; }
.lh-factory-lightbox__nav { top: 50%; width: 48px; height: 48px; font-size: 21px; transform: translateY(-50%); }
.lh-factory-lightbox__nav--prev { left: 18px; }
.lh-factory-lightbox__nav--next { right: 18px; }
.has-lightbox { overflow: hidden; }

@media (min-width: 981px) and (max-width: 1120px) {
  .lh-manufacturing__heading, .lh-manufacturing__cards { width: 100%; margin-right: 0; padding-right: 0; padding-left: 0; }
  .lh-manufacturing__heading h2 { white-space: normal; }
}

.lh-home .lh-section { padding-block: var(--lh-section-space); scroll-margin-top: calc(var(--lh-header-height) + 4px); }
.lh-home .lh-kicker, .ai-hero--homepage .lh-kicker { margin: 0 0 10px; color: var(--lh-color-accent); font-size: 11px; font-weight: 800; line-height: 1.3; letter-spacing: .18em; text-transform: uppercase; }
.lh-home .lh-heading { max-width: 760px; margin-bottom: 28px; }
.lh-home .lh-heading h2, .lh-home .lh-procurement h2, .lh-home .lh-about h2, .lh-home .lh-contact h2, .lh-home .lh-evidence h2 { margin: 0; color: var(--lh-color-ink); font-size: clamp(32px, 2.7vw, 39px); font-weight: 760; line-height: var(--lh-heading-leading); letter-spacing: var(--lh-heading-tracking); }
.lh-home .lh-heading > p:last-child, .lh-home .lh-heading--row > p, .lh-home .lh-procurement__grid > div > p, .lh-home .lh-about__grid > div > p, .lh-home .lh-contact__grid > div > p { color: var(--lh-color-muted); font-size: 14px; line-height: 1.55; }
.lh-home .lh-heading--row { display: flex; justify-content: space-between; gap: 48px; align-items: end; max-width: none; }
.lh-home .lh-heading--row > p { max-width: 390px; }
.lh-home .lh-actions, .ai-hero--homepage .lh-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 26px; }
.lh-home .lh-btn, .ai-hero--homepage .lh-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 18px; border: 1px solid var(--lh-color-accent); border-radius: 6px; background: var(--lh-color-accent); box-shadow: 0 8px 20px rgba(21, 94, 239, .18); color: #fff; font-size: 13px; font-weight: 750; text-decoration: none; }
.lh-home .lh-btn:hover, .ai-hero--homepage .lh-btn:hover { background: var(--lh-color-accent-dark); color: #fff; transform: translateY(-2px); }
.lh-home .lh-btn--white { background: #fff; box-shadow: none; color: var(--lh-color-accent); }
.lh-home .lh-btn--white:hover { background: var(--lh-color-tint); color: var(--lh-color-accent-dark); }

/* site/hero variant: content fields stay in the block, layout stays here. */
.ai-hero--homepage, .lh-home .lh-hero { position: relative; display: flex; align-items: center; overflow: hidden; width: 100%; height: 620px; min-height: 620px; padding: 0; background-color: #f3f6fb; }
.lh-home .lh-hero { background: #f3f6fb; }
.lh-home .lh-hero::before { display: none; }
.ai-hero--homepage .lh-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right bottom; }
.ai-hero--homepage .lh-hero__inner, .lh-home .lh-hero__inner { position: relative; z-index: 1; display: flex; align-items: center; }
.ai-hero--homepage .lh-hero__copy, .lh-home .lh-hero__copy { width: 100%; max-width: 450px; }
.ai-hero--homepage h1, .lh-home .lh-hero h1 { max-width: 450px; margin: 0; color: var(--lh-color-ink); font-size: clamp(48px, 3.7vw, 54px); font-weight: 780; line-height: var(--lh-display-leading); letter-spacing: var(--lh-display-tracking); }
.ai-hero--homepage .lh-hero__lead, .lh-home .lh-hero__lead { max-width: 390px; margin: 14px 0 0; color: #475467; font-size: 14px; line-height: 1.5; }

.lh-home .lh-band { border-block: 1px solid #e0e5ed; background: var(--lh-color-navy); color: #fff; }
.lh-home .lh-band > .lh-shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 78px; }
.lh-home .lh-band p { margin: 0; color: #84adff; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lh-home .lh-band div div { display: flex; flex-wrap: wrap; gap: 1rem 2.6rem; }
.lh-home .lh-band span { font-size: .8rem; font-weight: 650; }

.lh-home .lh-families, .lh-home .lh-procurement, .lh-home .lh-about { background: #fff; }
.lh-home .lh-families { padding-top: 46px; }
.lh-home .lh-families .lh-heading { max-width: none; text-align: center; }
.lh-home .lh-families .lh-heading > p:last-child { max-width: 860px; margin-right: auto; margin-left: auto; }
.lh-home .lh-family-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lh-home .lh-family { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(110px, 42%); gap: 14px; overflow: hidden; min-height: 220px; padding: 24px; border: 1px solid var(--lh-color-line); border-radius: 7px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.lh-home .lh-family__number { display: none; }
.lh-home .lh-family__copy { position: relative; z-index: 1; min-width: 0; padding-bottom: 32px; }
.lh-home .lh-family__heading { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; align-items: start; }
.lh-home .lh-family__icon { display: grid; place-items: center; width: 44px; height: 44px; margin: 0; border: 0; border-radius: 0; color: var(--lh-color-accent); font-size: 1rem; font-weight: 800; }
.lh-home .lh-family__icon::before { display: none; content: none; }
.lh-home .lh-family__icon { font-size: 0; }
.lh-home .lh-family__icon .dashicons { width: 40px; height: 40px; font-size: 40px; }
.lh-home .lh-family h3 { margin: 2px 0 0; font-size: 17px; line-height: var(--lh-card-heading-leading); letter-spacing: var(--lh-card-heading-tracking); }
.lh-home .lh-family p { margin: 16px 0 0; color: var(--lh-color-muted); font-size: 13.5px; line-height: 1.5; }
.lh-home .lh-family__image { display: grid; place-items: center; min-width: 0; }
.lh-home .lh-family__image img { display: block; width: 100%; height: 176px; object-fit: contain; transition: transform .25s ease; }
.lh-home .lh-family__link { position: absolute; bottom: 0; left: 0; display: inline-grid; place-items: center; width: 32px; height: 32px; color: var(--lh-color-accent); font-size: 24px; font-weight: 750; line-height: 1; text-decoration: none; }

@media (min-width: 1280px) {
  .lh-home .lh-families > .lh-shell { width: calc(100% - 120px); max-width: 1800px; }
  .lh-home .lh-families .lh-heading h2 { white-space: nowrap; }
}

@media (hover: hover) and (pointer: fine) {
  .lh-home .lh-family:hover { border-color: #a9c7ff; box-shadow: 0 16px 36px rgba(16, 24, 40, .1); transform: translateY(-6px); }
  .lh-home .lh-family:hover .lh-family__image img { transform: scale(1.045); }
}

@media (prefers-reduced-motion: reduce) {
  .lh-static-hero__poster, .lh-static-hero__video { transition: none; }
  .lh-home .lh-family { transition: none; }
  .lh-home .lh-family__image img { transition: none; }
}

.lh-home .lh-featured, .lh-home .lh-blog { background: #edf5fb; }
.lh-home .lh-product-grid, .lh-home .lh-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.lh-home .lh-product { overflow: hidden; border: 1px solid #e5edf5; border-radius: 7px; background: #fff; box-shadow: none; }
.lh-home .lh-product__image { position: relative; height: 250px; padding: 1rem; background: #fff; }
.lh-home .lh-product__image img { width: 100%; height: 100%; object-fit: contain; }
.lh-home .lh-tag { position: absolute; z-index: 2; top: 1rem; left: 1rem; padding: .4rem .58rem; border-radius: 5px; background: var(--lh-color-accent); color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lh-home .lh-product__body { padding: 18px 22px 22px; }
.lh-home .lh-code { margin: 0 0 .6rem; color: var(--lh-color-accent) !important; font-size: .68rem !important; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lh-home .lh-product h3 { min-height: 2.4em; margin: 0 0 .7rem; font-size: 17px; line-height: var(--lh-card-heading-leading); letter-spacing: var(--lh-card-heading-tracking); }
.lh-home .lh-product p, .lh-home .lh-blog article p { color: var(--lh-color-muted); font-size: 14px; line-height: 1.65; }
.lh-home .lh-product ul { display: grid; gap: .5rem; margin: 1rem 0 1.25rem; padding: 1rem 0 0; border-top: 1px solid #e4e7ec; list-style: none; }
.lh-home .lh-product li { display: flex; justify-content: space-between; gap: 1rem; color: var(--lh-color-muted); font-size: .77rem; }
.lh-home .lh-product li strong { color: var(--lh-color-ink); }
.lh-home .lh-product a, .lh-home .lh-text-link, .lh-home .lh-blog article a { color: var(--lh-color-accent); font-size: .8rem; font-weight: 750; text-decoration: none; }

.lh-home .lh-procurement__grid, .lh-home .lh-evidence__grid, .lh-home .lh-about__grid, .lh-home .lh-contact__grid { display: grid; align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.lh-home .lh-procurement__grid { grid-template-columns: .8fr 1fr; }
.lh-home .lh-procurement ol { margin: 0; padding: 0; border-top: 1px solid var(--lh-color-line); list-style: none; }
.lh-home .lh-procurement li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--lh-color-line); }
.lh-home .lh-procurement li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #eef6ff; color: var(--lh-color-accent); font: 800 .72rem/1.7 ui-monospace, monospace; }
.lh-home .lh-procurement h3, .lh-home .lh-process h3, .lh-home .lh-check-grid h3 { font-size: 17px; }
.lh-home .lh-procurement h3 { margin: 0; }
.lh-home .lh-procurement li p { margin: .35rem 0 0; color: var(--lh-color-muted); font-size: .86rem; line-height: 1.6; }

.lh-home .lh-custom { background: var(--lh-color-navy); color: #fff; }
.lh-home .lh-custom .lh-kicker { color: #84adff; }
.lh-home .lh-custom .lh-heading h2 { color: #fff; }
.lh-home .lh-custom .lh-heading > p:last-child { color: #b7c0cf; }
.lh-home .lh-custom > .lh-shell { display: grid; grid-template-columns: .72fr 1.55fr; gap: 54px; align-items: center; }
.lh-home .lh-custom .lh-heading { margin: 0; }
.lh-home .lh-process { display: grid; grid-template-columns: repeat(4, 1fr); }
.lh-home .lh-process > div { position: relative; padding: 1.4rem .8rem 0; border-top: 2px solid #1a74e8; text-align: center; }
.lh-home .lh-process > div:last-child { border-right: 0; }
.lh-home .lh-process > div > span:first-child { position: absolute; top: -17px; left: 50%; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lh-color-accent); font-weight: 800; transform: translateX(-50%); }
.lh-home .lh-process h3 { margin: 2.4rem 0 .5rem; }
.lh-home .lh-process p { margin: 0; color: #aab4c4; font-size: .84rem; line-height: 1.6; }
.lh-home .lh-process > div:not(:last-child)::after { display: none; }

.lh-home .lh-evidence { background: var(--lh-color-tint); }
.lh-home .lh-evidence__grid { grid-template-columns: .7fr 1.3fr; }
.lh-home .lh-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border: 0; }
.lh-home .lh-check-grid > div { position: relative; min-height: 116px; padding: 22px 22px 20px 72px; border: 1px solid #e4ebf3; border-radius: 7px; background: #fff; }
.lh-home .lh-check-grid i { color: var(--lh-color-accent); font: 800 .72rem/1 ui-monospace, monospace; font-style: normal; }
.lh-home .lh-check-grid h3 { margin: 0 0 .4rem; }
.lh-home .lh-check-grid i { position: absolute; top: 24px; left: 24px; font-size: 18px; }
.lh-home .lh-check-grid p { margin: 0; color: var(--lh-color-muted); font-size: .83rem; line-height: 1.6; }

.lh-home .lh-about { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f7faff 100%); }
.lh-home .lh-about__grid { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: clamp(54px, 6vw, 104px); }
.lh-home .lh-about__visual { position: relative; isolation: isolate; display: grid; width: 100%; max-width: 680px; aspect-ratio: 16 / 9; padding: 10px; border: 1px solid rgba(183, 202, 228, .8); border-radius: 22px; background: #fff; box-shadow: 0 28px 70px rgba(28, 54, 89, .16); }
.lh-home .lh-about__visual::before { position: absolute; z-index: -1; inset: 30px -22px -22px 34px; border-radius: 22px; background: linear-gradient(135deg, #0c62e8 0%, #72b9ff 58%, #d7ecff 100%); content: ""; }
.lh-home .lh-about__visual::after { position: absolute; z-index: 2; bottom: -17px; left: 30px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: #0b1f3a; box-shadow: 0 12px 28px rgba(11,31,58,.2); color: #fff; content: "LESTER · GUANGZHOU"; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.lh-home .lh-about__visual img { display: block; width: 100%; height: 100%; border-radius: 14px; object-fit: cover; object-position: center; }
.lh-home .lh-about__mark { display: grid; place-items: center; aspect-ratio: 1; max-width: 420px; border-radius: 50%; background: radial-gradient(circle at 50% 50%, #fff 0 18%, #dce8ff 19% 34%, #155eef 35% 52%, #eff4ff 53% 70%, #fff 71%); color: var(--lh-color-ink); font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 800; letter-spacing: -.08em; }
.lh-home .lh-about__points { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }
.lh-home .lh-about__points > span { display: inline-flex; align-items: center; padding: .5rem .65rem; border: 1px solid var(--lh-color-line); border-radius: 6px; color: #344054; font-size: .75rem; font-weight: 700; }

.lh-home .lh-blog-grid { gap: 1.2rem; }
.lh-home .lh-blog article { position: relative; overflow: hidden; min-height: 340px; padding: 0; border: 1px solid var(--lh-color-line); border-radius: 7px; background: #fff; }
.lh-home .lh-blog__image { overflow: hidden; aspect-ratio: 1 / 1; background: linear-gradient(135deg, #dce8f3, #fff); }
.lh-home .lh-blog__image img { width: 100%; height: 100%; object-fit: cover; }
.lh-home .lh-blog__body { padding: 18px 20px 22px; }
.lh-home .lh-blog article > span { color: var(--lh-color-accent); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lh-home .lh-blog h3 { margin: .55rem 0 .55rem; font-size: 17px; line-height: var(--lh-card-heading-leading); letter-spacing: var(--lh-card-heading-tracking); }
.lh-home .lh-blog article a { position: absolute; right: 20px; bottom: 18px; left: 20px; }

.lh-home .lh-contact { padding: 36px 0; background: linear-gradient(105deg, #0865df, #087df3); color: #fff; scroll-margin-top: calc(var(--lh-header-height) + 4px); }
.lh-home .lh-contact__grid { grid-template-columns: 1fr .8fr; align-items: center; }
.lh-home .lh-contact .lh-kicker { color: #c9dcff; }
.lh-home .lh-contact h2 { color: #fff; font-size: clamp(36px, 3.2vw, 48px); }
.lh-home .lh-contact__grid > div > p { color: #dce8ff; }
.lh-home .lh-contact__content p { color: #dce8ff; }
.lh-home .lh-contact__content { display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.lh-home .lh-contact__checklist { display: grid; gap: 5px; margin: 0; padding: 0; color: #e8f2ff; font-size: 13px; line-height: 1.35; list-style: none; }
.lh-home .lh-contact__checklist li::before { margin-right: 8px; color: #9ee0ff; font-weight: 800; content: "✓"; }

@media (max-width: 980px) {
  .lh-static-hero { height: 700px; min-height: 700px; }
  .lh-static-hero h1 { font-size: clamp(42px, 6vw, 56px); }
  .lh-static-hero__copy { padding-bottom: 45px; }
  .lh-systems__heading { max-width: 720px; }
  .lh-systems__heading > p { max-width: 620px; }
  .lh-systems__grid { grid-template-columns: 1fr; }
  .lh-system-card { min-height: 420px; grid-template-columns: minmax(250px, .75fr) minmax(320px, 1.25fr); }
  .lh-manufacturing { padding-block: 68px; }
  .lh-manufacturing__inner { align-items: stretch; }
  .lh-manufacturing__heading { width: 100%; max-width: 720px; margin-right: 0; padding-right: 0; padding-left: 0; }
  .lh-manufacturing__heading h2 { white-space: normal; }
  .lh-manufacturing__cards { width: 100%; grid-template-columns: 1fr; max-width: 720px; margin-top: 42px; margin-right: 0; padding-right: 0; }
  .lh-capability-card { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(280px, .85fr); }
  .lh-media-carousel { border-right: 1px solid rgba(255, 255, 255, .12); border-bottom: 0; }
  .ai-hero--homepage, .lh-home .lh-hero { height: 460px; min-height: 460px; }
  .ai-hero--homepage::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(243,247,251,.96) 0 48%, rgba(243,247,251,.72) 62%, rgba(243,247,251,.08) 100%); content: ""; }
  .ai-hero--homepage h1, .lh-home .lh-hero h1 { font-size: 46px; }
  .lh-home .lh-heading--row, .lh-home .lh-procurement__grid, .lh-home .lh-evidence__grid, .lh-home .lh-about__grid, .lh-home .lh-contact__grid { grid-template-columns: 1fr; }
  .lh-home .lh-about__visual { max-width: 720px; margin: 0 auto 18px; }
  .lh-home .lh-heading--row { gap: 36px; }
  .lh-home .lh-family-grid, .lh-home .lh-process { grid-template-columns: 1fr 1fr; }
  .lh-home .lh-custom > .lh-shell { grid-template-columns: 1fr; }
  .lh-home .lh-contact__content { justify-content: flex-start; }
  .lh-home .lh-contact h2 { text-align: center; }
  .lh-home .lh-family { border: 1px solid var(--lh-color-line); }
  .lh-home .lh-product-grid, .lh-home .lh-blog-grid { grid-template-columns: 1fr; }
  .lh-home .lh-product { display: grid; grid-template-columns: .9fr 1.1fr; }
  .lh-home .lh-product__image { height: auto; min-height: 300px; }
  .lh-home .lh-process > div:nth-child(2) { border-right: 1px solid #475467; }
  .lh-home .lh-process > div:not(:last-child)::after { display: none; }
}

@media (max-width: 720px) {
  .lh-static-hero { height: 680px; min-height: 680px; }
  .lh-static-hero__poster img, .lh-static-hero__video { object-position: center; }
  .lh-static-hero__ambient { background: linear-gradient(180deg, rgba(3, 6, 10, .86) 0%, rgba(3, 7, 12, .76) 48%, rgba(3, 8, 13, .43) 72%, rgba(3, 7, 11, .22) 100%); }
  .lh-static-hero__inner { align-items: flex-start; padding-top: 52px; }
  .lh-static-hero__copy { max-width: 355px; margin-inline: auto; padding: 0; text-align: center; }
  .lh-static-hero__eyebrow { justify-content: center; margin-bottom: 13px; }
  .lh-static-hero h1 { max-width: 350px; font-size: clamp(34px, 9.5vw, 38px); line-height: var(--lh-display-leading); }
  .lh-static-hero__title-line { display: inline; white-space: normal; }
  .lh-static-hero__lead { max-width: 335px; margin-top: 15px; font-size: 13px; line-height: 1.5; }
  .lh-static-hero__actions { justify-content: center; margin-top: 20px; }
  .lh-static-hero__button { min-height: 42px; padding: 9px 14px; font-size: 10px; }
  .lh-systems__heading { margin-bottom: 28px; }
  .lh-systems__heading h2 { font-size: 34px; }
  .lh-systems__heading > p { font-size: 13px; }
  .lh-system-card { display: flex; min-height: 610px; flex-direction: column; padding: 28px 24px 20px; }
  .lh-system-card__copy { align-items: center; text-align: center; }
  .lh-system-card__index { margin-bottom: 14px; }
  .lh-system-card__copy > p:not(.lh-system-card__index) { max-width: 310px; }
  .lh-system-card ul { grid-template-columns: 1fr 1fr; gap: 9px 14px; margin: 20px 0 22px; text-align: left; }
  .lh-system-card a { margin-top: 0; }
  .lh-system-card__visual { min-height: 295px; flex: 1; margin-top: 8px; }
  .lh-system-card__visual img { height: 300px; max-height: 300px; }
  .lh-manufacturing { min-height: 0; padding: 58px 0 48px; }
  .lh-manufacturing__background { height: 430px; object-fit: cover; object-position: left top; }
  .lh-manufacturing__shade { background: linear-gradient(180deg, rgba(4, 8, 13, .72) 0, rgba(4, 8, 13, .68) 290px, #070b10 470px, #070b10 100%); }
  .lh-manufacturing__heading { text-align: center; }
  .lh-manufacturing__heading h2 { font-size: 37px; }
  .lh-manufacturing__heading > p:last-child { margin-inline: auto; font-size: 13px; }
  .lh-manufacturing__cards { margin-top: 34px; }
  .lh-capability-card { display: block; }
  .lh-media-carousel { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .lh-capability-card h3 { font-size: 23px; }
  .lh-factory-lightbox { width: calc(100vw - 28px); }
  .lh-factory-lightbox__nav { top: auto; bottom: -58px; width: 42px; height: 42px; transform: none; }
  .lh-factory-lightbox__nav--prev { left: calc(50% - 52px); }
  .lh-factory-lightbox__nav--next { right: calc(50% - 52px); }
  .ai-hero--homepage, .lh-home .lh-hero { align-items: flex-start; height: 540px; min-height: 540px; padding-top: 52px; background: linear-gradient(90deg, rgba(241,247,252,.98) 0 58%, rgba(241,247,252,.3) 78%), #f3f6fb; }
  .ai-hero--homepage .lh-hero__image { opacity: .62; object-fit: cover; object-position: 62% center; }
  .ai-hero--homepage::after { background: linear-gradient(90deg, rgba(243,247,251,.98) 0 64%, rgba(243,247,251,.78) 78%, rgba(243,247,251,.18) 100%); }
  .lh-home .lh-hero { background-position: 62% center; }
  .ai-hero--homepage .lh-hero__copy, .lh-home .lh-hero__copy { max-width: 310px; }
  .ai-hero--homepage h1, .lh-home .lh-hero h1 { font-size: 38px; line-height: var(--lh-display-leading); }
  .ai-hero--homepage .lh-hero__lead, .lh-home .lh-hero__lead { max-width: 270px; font-size: 14px; }
  .lh-home .lh-heading h2, .lh-home .lh-procurement h2, .lh-home .lh-evidence h2, .lh-home .lh-about h2, .lh-home .lh-contact h2 { font-size: 32px; }
  .lh-home .lh-heading--row { display: grid; gap: 10px; }
  .lh-home .lh-contact__content { display: grid; gap: 20px; }
  .lh-home .lh-families { padding-top: 52px; }
  .lh-home .lh-family-grid, .lh-home .lh-check-grid, .lh-home .lh-process { grid-template-columns: 1fr; }
  .lh-home .lh-family { min-height: 176px; border: 1px solid var(--lh-color-line); }
  .lh-home .lh-family__icon { margin: 0; }
  .lh-home .lh-product { display: block; }
  .lh-home .lh-product__image { height: 280px; }
  .lh-home .lh-process > div { border-right: 1px solid #475467; }
  .lh-home .lh-about__mark { max-width: 270px; }
  .lh-home .lh-about__visual { padding: 6px; border-radius: 16px; }
  .lh-home .lh-about__visual::before { inset: 18px -10px -12px 20px; border-radius: 16px; }
  .lh-home .lh-about__visual::after { bottom: -13px; left: 16px; padding: 8px 11px; font-size: 8px; }
  .lh-home .lh-about__visual img { border-radius: 11px; }
}
