:root {
    --lgh-home-green: #b6b000;
    --lgh-home-green-light: #d6d23a;
    --lgh-home-green-dark: #4d581f;
    --lgh-home-grey: #ececec;
    --lgh-home-charcoal: #303030;
    --lgh-home-white: #fff;
    --lgh-home-black: #090909;
    --lgh-home-copy: #3e3e3e;
    --lgh-home-width: 1280px;
    --lgh-home-gutter: clamp(20px, 4vw, 48px);
    --lgh-home-section-space: clamp(48px, 6vw, 84px);
    --lgh-home-section-top-space: clamp(38px, 4vw, 58px);
    --lgh-home-heading: "Univers Condensed Bold", Impact, sans-serif;
    --lgh-home-body: "Univers LT Std", Arial, sans-serif;
    --lgh-home-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}

#lgh main#homeBody.lgh-home { width: 100%; max-width: none; margin: 0; padding: 0; overflow: hidden; color: var(--lgh-home-copy); font-family: var(--lgh-home-body); }

@media (max-width: 991.98px) {
    #lgh main#homeBody.lgh-home { margin-top: 80px; }
}
#homeBody.lgh-home *, #homeBody.lgh-home *::before, #homeBody.lgh-home *::after { box-sizing: border-box; }
#homeBody.lgh-home h1, #homeBody.lgh-home h2, #homeBody.lgh-home h3, #homeBody.lgh-home h4, #homeBody.lgh-home h5, #homeBody.lgh-home h6 { margin-top: 0; color: var(--lgh-home-black); font-family: var(--lgh-home-heading); font-weight: 700; letter-spacing: -.025em; line-height: .98; text-transform: uppercase; }
#homeBody.lgh-home mark { padding: 0; background: transparent; color: var(--lgh-home-green); }
#homeBody.lgh-home img { display: block; max-width: 100%; }
#homeBody.lgh-home a:focus-visible, #homeBody.lgh-home button:focus-visible { outline: 3px solid var(--lgh-home-green-light); outline-offset: 4px; }
.lgh-home-container { width: min(100% - (2 * var(--lgh-home-gutter)), var(--lgh-home-width)); margin-inline: auto; }
.lgh-home-section { padding-top: var(--lgh-home-section-top-space); padding-bottom: var(--lgh-home-section-space); }
.lgh-home-section h1, .lgh-home-section h2 { margin-bottom: 18px; font-size: clamp(38px, 4.5vw, 68px); }
.lgh-home-section-heading { margin-bottom: clamp(28px, 4vw, 48px); }
.lgh-home-section-heading p { max-width: 700px; margin: 0; font-size: 18px; line-height: 1.5; }
.lgh-home-section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.lgh-home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 12px 20px 10px; border: 2px solid var(--lgh-home-green); background: var(--lgh-home-green); color: #fff !important; font-family: var(--lgh-home-heading); font-size: 16px; font-weight: 700; line-height: 1; text-decoration: none !important; text-transform: uppercase; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.lgh-home-button:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); color: #111 !important; transform: translateY(-2px); }
.lgh-home-button--dark { border-color: var(--lgh-home-black); background: var(--lgh-home-black); }

/* Hero */
#mainSlider.lgh-home__hero { display: block !important; }
#mainSlider.lgh-home__hero .slide { min-height: clamp(540px, 44vw, 680px); background-position: top; }
#mainSlider.lgh-home__hero .slider-overlay { min-height: inherit; height: auto; padding: clamp(40px, 7vw, 90px) var(--lgh-home-gutter); }
#mainSlider.lgh-home__hero .slider-overlay::before { background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .68) 43%, rgba(0, 0, 0, .22) 76%, rgba(0, 0, 0, .1) 100%); }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content { width: min(720px, 58vw); max-width: 720px; margin: 0; }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .title { margin-bottom: 22px; color: #fff; font-size: clamp(48px, 4.2vw, 72px); line-height: .94; }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .subtitle { max-width: 600px; margin-bottom: 30px; color: #fff; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.45; }
#mainSlider.lgh-home__hero .slider-content .title mark { background: transparent; color: var(--lgh-home-green-light); }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .slide-button::after { content: none; display: none; }
#mainSlider.lgh-home__hero .lgh-slick-slider-wrap { position: relative; }
#mainSlider.lgh-home__hero .lgh-slider-controls { position: absolute; z-index: 4; right: max(var(--lgh-home-gutter), calc((100vw - var(--lgh-home-width)) / 2 + var(--lgh-home-gutter))); bottom: 34px; display: flex; align-items: center; color: #fff; }
#mainSlider.lgh-home__hero .lgh-slider-control { position: relative; display: inline-flex; width: 38px; height: 38px; flex: 0 0 38px; align-items: center; justify-content: center; padding: 0; border: 2px solid rgba(255, 255, 255, .9); border-radius: 50%; background: rgba(0, 0, 0, .22); color: #fff; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
#mainSlider.lgh-home__hero .lgh-slider-control::before { font-family: ms-icons; font-size: 17px; line-height: 1; }
#mainSlider.lgh-home__hero .lgh-slider-control--prev::before { content: "\e002"; }
#mainSlider.lgh-home__hero .lgh-slider-control--next::before { content: "\e003"; }
#mainSlider.lgh-home__hero .lgh-slider-control:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); color: #111; }
#mainSlider.lgh-home__hero .lgh-slider-controls__line { width: clamp(28px, 3vw, 52px); height: 2px; margin: 0 7px; background: rgba(255, 255, 255, .9); }
#mainSlider.lgh-home__hero .lgh-slider-count { display: inline-flex; min-width: 44px; margin-left: 12px; align-items: baseline; gap: 2px; color: #fff; font-family: var(--lgh-home-body); font-size: 15px; font-weight: 700; line-height: 1; }

/* Partner */
.lgh-home-partner { padding-top: clamp(42px, 5vw, 68px); background: var(--lgh-home-grey); }
.lgh-home-partner__intro { display: grid; grid-template-columns: minmax(280px, .8fr) 1.25fr; gap: clamp(30px, 7vw, 100px); align-items: start; }
.lgh-home-partner__intro h1 { margin: 0; }
.lgh-home-partner__copy { max-width: 720px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; }
.lgh-home-partner__copy p:first-child { margin-top: 0; }
.lgh-home-partner__features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: clamp(36px, 5vw, 64px); }
.lgh-home-feature { position: relative; min-height: 180px; overflow: hidden; padding: 28px 24px 24px; border-top: 4px solid #c8c8c8; background: rgba(255, 255, 255, .48); transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.lgh-home-feature:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); transform: translateY(-5px); }
.lgh-home-feature__number { position: absolute; z-index: 0; top: 8px; right: 14px; color: rgba(182, 176, 0, .13); font-family: var(--lgh-home-heading); font-size: clamp(64px, 5vw, 80px); font-weight: 700; letter-spacing: -.08em; line-height: 1; -webkit-text-stroke: 1px transparent; pointer-events: none; transition: color .2s ease, -webkit-text-stroke-color .2s ease; }
.lgh-home-feature:hover .lgh-home-feature__number { color: rgb(77 88 31 / 13%); -webkit-text-stroke-color: transparent; }
.lgh-home-feature:nth-child(4) .lgh-home-feature__number { letter-spacing: -.05em; }
.lgh-home-feature > *:not(.lgh-home-feature__number) { position: relative; z-index: 1; }
.lgh-home-feature__index { display: block; width: 34px; height: 5px; margin-bottom: 22px; background: var(--lgh-home-green); }
.lgh-home-feature h3 { margin-bottom: 10px; font-size: 26px; }
.lgh-home-feature p { margin: 0; line-height: 1.45; }

/* Equipment */
.lgh-home-equipment { background: var(--lgh-home-green-dark); color: #fff; }
.lgh-home-equipment h2, .lgh-home-equipment h3, .lgh-home-equipment p { color: #fff !important; }
.lgh-home-equipment .lgh-home-section-heading--split { align-items: flex-start; }
.lgh-home-equipment__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.lgh-home-equipment__actions .lgh-home-button { min-height: 52px; padding: 15px 30px 13px; font-size: 18px; }
.lgh-home-equipment__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.lgh-home-equipment-card { min-width: 0; }
.lgh-home-equipment-card > a { display: block; height: 100%; padding: 28px; color: #fff; text-decoration: none; transition: background-color .2s ease; }
.lgh-home-equipment-card > a:hover { background: var(--lgh-home-green-light); color: #111; }
.lgh-home-equipment-card > a:hover h3, .lgh-home-equipment-card > a:hover p, .lgh-home-equipment-card > a:hover .lgh-home-text-link { color: #111 !important; }
.lgh-home-equipment-card__icon { display: flex; width: 74px; height: 74px; margin-bottom: 22px; align-items: center; justify-content: center; overflow: hidden; border: 3px solid rgba(255, 255, 255, .8); border-radius: 50%; background: #fff; }
.lgh-home-equipment-card__icon img { width: 100%; height: 100%; object-fit: cover; }
.lgh-home-equipment-card h3 { margin-bottom: 10px; font-size: clamp(26px, 2.2vw, 34px); }
.lgh-home-equipment-card p { min-height: 46px; margin: 0 0 20px; line-height: 1.45; }
.lgh-home-text-link { color: var(--lgh-home-green-light); font-family: var(--lgh-home-heading); font-weight: 700; text-transform: uppercase; }

/* Image cards */
.lgh-home-sectors { background: #f5f5f5; }
.lgh-home-card-grid { display: grid; gap: clamp(20px, 2.5vw, 34px); }
.lgh-home-card-grid--three { grid-template-columns: repeat(3, 1fr); }
.lgh-home-card-grid--four { grid-template-columns: repeat(4, 1fr); }
.lgh-home-image-card { background: #fff; box-shadow: 0 2px 0 rgba(0, 0, 0, .08); }
.lgh-home-image-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.lgh-home-image-card__media { height: 250px; overflow: hidden; }
.lgh-home-image-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.lgh-home-image-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 26px; }
.lgh-home-image-card h3 { margin-bottom: 14px; font-size: clamp(28px, 2.7vw, 39px); }
.lgh-home-image-card p { margin: 0 0 24px; line-height: 1.48; }
.lgh-home-image-card .lgh-home-button { margin-top: auto; }
.lgh-home-image-card:hover img { transform: scale(1.06); }
.lgh-home-image-card:hover h3 { color: var(--lgh-home-green); }

/* Case studies */
.lgh-home-cases { background: #fff; }
.lgh-home-cases__slider-wrap { position: relative; overflow: hidden; }
.lgh-home-cases__slider { display: block; }
#homeBody.lgh-home .lgh-home-cases__slider .slick-slide.lgh-home-case { height: clamp(500px, 36vw, 560px); min-height: clamp(500px, 36vw, 560px); background-image: linear-gradient(90deg, rgba(0, 0, 0, .81) 0%, rgba(0, 0, 0, .59) 58%, rgba(0, 0, 0, .45) 100%), var(--case-image); background-position: center; background-size: cover; }
.lgh-home-case__content { display: flex; width: min(960px, 78%); height: 100%; min-height: inherit; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(34px, 5vw, 64px); padding-bottom: clamp(48px, 7vw, 82px); }
.lgh-home-case__content > span { display: inline-block; margin-bottom: 18px; padding: 7px 12px 6px; border-radius: 5px; background: #f4f3dc; color: #555; font-family: var(--lgh-home-body); font-size: 14px; font-weight: 700; line-height: 1; text-transform: none; }
#homeBody.lgh-home .lgh-home-case h3 { margin-bottom: 24px; color: #fff; font-size: clamp(32px, 3.1vw, 46px); line-height: 1.04; }
#homeBody.lgh-home .lgh-home-case .lgh-home-button { min-height: 0; padding: 10px 24px 10px; font-size: 18px; }
.lgh-home-cases__controls { position: absolute; z-index: 4; right: clamp(24px, 4vw, 58px); bottom: clamp(26px, 4vw, 48px); display: flex; align-items: center; color: #fff; }
.lgh-home-cases__control { position: relative; display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; padding: 0; border: 2px solid rgba(255, 255, 255, .95); border-radius: 50%; background: rgba(0, 0, 0, .2); color: #fff; cursor: pointer; }
.lgh-home-cases__control::before { font-family: ms-icons; font-size: 17px; line-height: 1; }
.lgh-home-cases__control--prev::before { content: "\e002"; }
.lgh-home-cases__control--next::before { content: "\e003"; }
.lgh-home-cases__control:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); color: #111; }
.lgh-home-cases__controls-line { width: clamp(30px, 3vw, 52px); height: 2px; margin: 0 8px; background: #fff; }
.lgh-home-cases__count { display: inline-flex; min-width: 40px; margin-left: 12px; gap: 2px; font-size: 15px; font-weight: 700; line-height: 1; }

/* Campaign */
.lgh-home-campaign { background: var(--lgh-home-grey); }
.lgh-home-campaign__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(38px, 7vw, 100px); align-items: center; }
.lgh-home-campaign--split.is-inverted .lgh-home-campaign__image { order: -1; }
.lgh-home-campaign--split.is-after-list { background: var(--lgh-home-green-dark); color: #fff; }
#homeBody.lgh-home .lgh-home-campaign--split.is-after-list h2 { color: #fff; }
#homeBody.lgh-home .lgh-home-campaign--split.is-after-list h2 mark { color: var(--lgh-home-green); }
.lgh-home-campaign--split.is-after-list .lgh-home-campaign__copy { color: #fff; }
.lgh-home-campaign__copy { margin-bottom: 28px; font-size: 18px; line-height: 1.55; }
.lgh-home-campaign__image { min-height: 360px; }
.lgh-home-campaign__image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; box-shadow: var(--lgh-home-shadow); }
.lgh-home-campaign-list__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(42px, 6vw, 90px); align-items: start; }
.lgh-home-campaign-list__intro h2 { margin-bottom: 42px; font-size: clamp(42px, 4vw, 60px); white-space: nowrap; }
.lgh-home-campaign-list__subtitle { font-family: var(--lgh-home-heading); font-size: clamp(17px, 1.5vw, 21px); font-weight: 700; letter-spacing: .16em; line-height: 1.65; text-transform: uppercase; }
.lgh-home-campaign-list__subtitle p { margin: 0; }
.lgh-home-campaign-list__items { display: grid; gap: 18px; }
.lgh-home-campaign-list__item h3 { margin-bottom: 4px; font-size: clamp(25px, 2.3vw, 34px); line-height: 1; }
.lgh-home-campaign-list__item p { margin: 0; color: var(--lgh-home-green); font-family: var(--lgh-home-heading); font-size: clamp(14px, 1.25vw, 18px); font-weight: 700; letter-spacing: .18em; line-height: 1.1; text-transform: uppercase; }
.lgh-home-campaign-banner { padding: 0; background: #fff; }
.lgh-home-campaign-banner .lgh-home-container { width: 100%; max-width: none; }
.lgh-home-campaign-banner__media { width: 100%; max-height: 600px; overflow: hidden; aspect-ratio: 16 / 5; }
.lgh-home-campaign-banner__media img { width: 100%; min-width: 100%; height: 100%; object-fit: cover; }

/* Associations and existing testimonials */
.lgh-home-associations { padding-block: clamp(34px, 3vw, 46px); background: #fff; }
.lgh-home-associations .main { margin-top: 0 !important; }
.lgh-home-associations .section-content { padding: 0 !important; }
/* All homepage H titles use the shared condensed heading family; confirm before introducing a font-family exception. */
#homeBody.lgh-home .lgh-home-associations .section-title { margin-bottom: 0; font-family: var(--lgh-home-heading); font-size: clamp(32px, 2.5vw, 40px) !important; font-weight: 700; line-height: 1; text-align: center; }
#homeBody .lgh-home-associations .section-content .associations { padding: clamp(26px, 3vw, 38px) 0 8px; }
#testimonialsSection { position: relative; background-color: var(--lgh-home-charcoal); background-position: center; background-size: cover; color: #fff; }
#testimonialsSection::before { content: none; }
#testimonialsSection > * { position: relative; }
#homeBody #testimonialsSection .testimonial-header { width: 100%; max-width: none; margin: 0 auto 28px; padding-inline: var(--lgh-home-gutter); color: #fff !important; font-size: clamp(34px, 4vw, 54px); text-align: center !important; }
#testimonialsSection .lgh-testimonials { width: 100%; max-width: none; margin: 0; }
#testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay { width: 100%; max-width: none; }
#testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content { width: min(100% - (2 * var(--lgh-home-gutter)), var(--lgh-home-width)); margin-inline: auto; }
#testimonialsSection .lgh-testimonials .slick-arrow.slick-prev { left: var(--lgh-home-gutter); }
#testimonialsSection .lgh-testimonials .slick-arrow.slick-next { right: var(--lgh-home-gutter); }

/* Blog and latest news */
.lgh-home-blog { background: #f5f5f5; }
.lgh-home-blog .lgh-home-section-heading { margin-bottom: clamp(24px, 3vw, 38px); }
.lgh-home-blog .lgh-home-section-heading--split { align-items: center; }
.lgh-home-blog .lgh-home-section-heading h2 { margin-bottom: 0; }
.lgh-home-blog .lgh-home-section-heading--split .lgh-home-button { min-height: 52px; padding: 15px 30px 13px; font-size: 18px; }
.lgh-home-blog__columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.lgh-home-blog-column { min-width: 0; padding: 14px 16px 0; border: 1px solid #e6e6e6; background: #fff; }
.lgh-home-blog-column > h3 { margin-bottom: 12px; font-size: clamp(25px, 2.2vw, 34px); }
.lgh-home-blog-entry { border-top: 2px solid #eee; }
.lgh-home-blog-entry:first-of-type { border-top: 0; }
.lgh-home-blog-entry > a { display: block; color: inherit; text-decoration: none; }
.lgh-home-blog-entry__media { height: clamp(180px, 15vw, 230px); overflow: hidden; }
.lgh-home-blog-entry__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.lgh-home-blog-entry__body { padding: 20px 8px 22px; }
.lgh-home-blog-entry time { display: inline-block; margin-bottom: 14px; padding: 5px 9px 4px; border-radius: 4px; background: rgba(182, 176, 0, .1); color: var(--lgh-home-green); font-size: 12px; font-weight: 700; line-height: 1; }
.lgh-home-blog-entry h4 { margin-bottom: 16px; font-size: clamp(24px, 2.2vw, 32px); line-height: 1.03; }
.lgh-home-blog-entry--compact .lgh-home-blog-entry__body { min-height: 132px; padding: 22px 8px 24px; }
#homeBody.lgh-home .lgh-home-blog-entry--compact h4 { margin-bottom: 0; color: #777; font-family: "Univers LT Std", Arial, Helvetica, sans-serif; font-size: 23px; font-weight: 500; letter-spacing: normal; line-height: normal; text-transform: none; }
.lgh-home-blog-entry:hover h4 { color: var(--lgh-home-green); }
.lgh-home-blog-entry:hover .lgh-home-blog-entry__media img { transform: scale(1.04); }
.lgh-home-blog-column__empty { min-height: 120px; margin: 0; padding: 20px; border: 1px dashed #ccc; color: #666; line-height: 1.5; }

@media (max-width: 1023px) {
    .lgh-home-partner__features, .lgh-home-card-grid--four { grid-template-columns: repeat(2, 1fr); }
    .lgh-home-equipment__grid { grid-template-columns: repeat(2, 1fr); }
    #homeBody.lgh-home .lgh-home-cases__slider .slick-slide.lgh-home-case { height: 440px; min-height: 440px; }
}

@media (max-width: 767px) {
    .lgh-home-section-heading--split, .lgh-home-partner__intro { display: block; }
    .lgh-home-section-heading--split .lgh-home-button { margin-top: 18px; }
    .lgh-home-equipment__actions { justify-content: flex-start; margin-top: 18px; }
    .lgh-home-equipment__actions .lgh-home-button { margin-top: 0; }
    .lgh-home-partner__copy { margin-top: 25px; }
    #homeBody.lgh-home .lgh-home-blog-entry--compact h4 { font-size: 20px; line-height: 1.3; }
    .lgh-home-partner__features, .lgh-home-equipment__grid, .lgh-home-card-grid--three, .lgh-home-card-grid--four, .lgh-home-campaign__grid, .lgh-home-campaign-list__grid, .lgh-home-blog__columns { grid-template-columns: 1fr; }
    #mainSlider.lgh-home__hero .slide { min-height: 520px; }
    #mainSlider.lgh-home__hero .slider-overlay { align-items: flex-end; padding-bottom: 90px; }
    #mainSlider.lgh-home__hero .slider-overlay::before { background: linear-gradient(0deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .32) 84%); }
    #mainSlider.lgh-home__hero .lgh-slider-controls { right: var(--lgh-home-gutter); bottom: 26px; }
    .lgh-home-feature { min-height: 0; }
    .lgh-home-image-card__media { height: 220px; }
    .lgh-home-campaign--split:not(.is-inverted) .lgh-home-campaign__image { order: -1; }
    .lgh-home-campaign--split.is-inverted .lgh-home-campaign__image { order: initial; }
    .lgh-home-case__content { width: 100%; padding: 28px 24px 94px; }
    #homeBody.lgh-home .lgh-home-case h3 { font-size: 30px; }
    #homeBody.lgh-home .lgh-home-case .lgh-home-button { padding: 11px 28px 9px; font-size: 16px; }
    .lgh-home-cases__controls { right: 24px; bottom: 28px; }
    .lgh-home-campaign__image, .lgh-home-campaign__image img { min-height: 260px; }
    .lgh-home-campaign-list__grid { gap: 38px; }
    .lgh-home-campaign-list__intro h2 { margin-bottom: 24px; white-space: normal; }
    .lgh-home-campaign-banner__media { height: 240px; aspect-ratio: auto; }
}

@media (prefers-reduced-motion: reduce) {
    #homeBody.lgh-home *, #homeBody.lgh-home *::before, #homeBody.lgh-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
