/*
 * Lancing homepage redesign — isolated from the legacy template selectors.
 * The lu-* namespace prevents old shortcode and footer rules from changing
 * homepage section heights, floats or spacing.
 */

body.lancing-home {
  background: #ffffff;
  color: #243548;
}

body.lancing-home .lu-home-container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

body.lancing-home .lu-home-hero {
  position: relative;
  isolation: isolate;
  display: flex !important;
  clear: both !important;
  float: none !important;
  min-height: 520px !important;
  overflow: hidden;
  color: #ffffff;
  background-color: #071c2d !important;
  background-image: url("images/lancing-bottling-line-production.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.lancing-home .lu-home-hero__media,
body.lancing-home .lu-home-hero__media img {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}

body.lancing-home .lu-home-hero__media img {
  object-fit: cover;
  object-position: 56% center;
}

body.lancing-home .lu-home-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 17, 29, 0.92) 0%, rgba(4, 17, 29, 0.68) 42%, rgba(4, 17, 29, 0.22) 76%, rgba(4, 17, 29, 0.12) 100%),
    linear-gradient(0deg, rgba(4, 17, 29, 0.42), transparent 48%);
  content: "";
  pointer-events: none;
}

body.lancing-home .lu-home-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
  width: 100%;
  padding-block: clamp(58px, 7vw, 82px);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.lancing-home .lu-home-hero__copy {
  max-width: 650px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.lancing-home .lu-home-kicker,
body.lancing-home .lu-section-kicker {
  display: block;
  margin: 0 0 13px;
  color: #4fb7dd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.lancing-home .lu-home-hero__copy .lu-home-kicker {
  color: #9edff2;
}

body.lancing-home .lu-home-hero h1 {
  max-width: 640px;
  margin: 0 0 18px;
  color: #ffffff !important;
  font-size: clamp(42px, 4.8vw, 62px) !important;
  font-weight: 720 !important;
  letter-spacing: -0.038em;
  line-height: 1.04;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

body.lancing-home .lu-home-hero__lead {
  max-width: 600px;
  margin: 0;
  color: #e7f0f5 !important;
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.56;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.lancing-home .lu-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}

body.lancing-home .lu-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.lancing-home .lu-home-button--primary {
  color: #ffffff !important;
  background: #0876bd;
  border-color: #0876bd;
}

body.lancing-home .lu-home-button--primary:hover,
body.lancing-home .lu-home-button--primary:focus-visible {
  color: #ffffff !important;
  background: #005b92;
  border-color: #005b92;
}

body.lancing-home .lu-home-button--secondary {
  color: #ffffff !important;
  background: rgba(5, 20, 34, 0.3);
  border-color: rgba(255, 255, 255, 0.72);
}

body.lancing-home .lu-home-button--secondary:hover,
body.lancing-home .lu-home-button--secondary:focus-visible {
  color: #071c2d !important;
  background: #ffffff;
  border-color: #ffffff;
}

body.lancing-home .lu-home-ppma {
  display: block;
  padding: 22px 22px 20px;
  color: #ffffff !important;
  background: rgba(5, 26, 43, 0.88);
  border: 1px solid rgba(170, 223, 240, 0.42);
  border-top: 4px solid #1396d3;
  border-radius: 4px;
  text-decoration: none !important;
  backdrop-filter: blur(5px);
}

body.lancing-home .lu-home-ppma__label,
body.lancing-home .lu-home-ppma__detail,
body.lancing-home .lu-home-ppma__link {
  display: block;
}

body.lancing-home .lu-home-ppma__label {
  margin-bottom: 5px;
  color: #a8def0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.lancing-home .lu-home-ppma strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff !important;
  font-size: 28px;
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

body.lancing-home .lu-home-ppma__detail {
  color: #dceaf0;
  font-size: 13px;
  line-height: 1.45;
}

body.lancing-home .lu-home-ppma__link {
  margin-top: 15px;
  color: #8dd7ef;
  font-size: 13px;
  font-weight: 750;
}

body.lancing-home .lu-home-ppma:hover,
body.lancing-home .lu-home-ppma:focus-visible {
  color: #ffffff !important;
  background: rgba(4, 32, 52, 0.96);
  border-color: rgba(170, 223, 240, 0.7);
}

body.lancing-home .lu-home-assurance {
  clear: both;
  background: #ffffff;
  border-bottom: 1px solid #dce5ec;
}

body.lancing-home .lu-home-assurance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.lancing-home .lu-home-assurance__item {
  position: relative;
  padding: 19px 24px 18px;
  color: #23364a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

body.lancing-home .lu-home-assurance__item + .lu-home-assurance__item {
  border-left: 1px solid #e1e8ed;
}

body.lancing-home .lu-home-assurance__item::before {
  display: none !important;
  content: none !important;
}

body.lancing-home .lu-home-section {
  position: relative;
  clear: both;
  float: none !important;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(44px, 5.5vw, 68px) 0 !important;
}

body.lancing-home .lu-section-heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

body.lancing-home .lu-section-heading h2,
body.lancing-home .lu-home-about h2 {
  margin: 0;
  color: #0b2237 !important;
  font-size: clamp(30px, 3.5vw, 43px) !important;
  font-weight: 720 !important;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

body.lancing-home .lu-section-heading p {
  max-width: 690px;
  margin: 13px auto 0;
  color: #607287 !important;
  font-size: 16px;
  line-height: 1.6;
}

body.lancing-home .lu-home-processes {
  background: #f2f6f8;
}

body.lancing-home .lu-process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

body.lancing-home .lu-process-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: #0b2237 !important;
  background: #ffffff;
  border: 1px solid #dce6ec;
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(7, 28, 45, 0.055);
  text-align: center;
  text-decoration: none !important;
  transition: border-color 160ms ease, transform 160ms ease;
}

body.lancing-home .lu-process-card:hover,
body.lancing-home .lu-process-card:focus-visible {
  color: #0b2237 !important;
  border-color: #1396d3;
  transform: translateY(-2px);
}

body.lancing-home .lu-process-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding: 10px;
  overflow: hidden;
  background: #f9fbfc;
  border-bottom: 1px solid #e6edf1;
}

body.lancing-home .lu-process-card img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

body.lancing-home .lu-process-card__title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 9px 8px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

body.lancing-home .lu-home-about {
  background: #ffffff;
}

body.lancing-home .lu-home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

body.lancing-home .lu-home-about__copy {
  max-width: 650px;
}

body.lancing-home .lu-home-about__copy > p {
  margin: 19px 0 0;
  color: #52677c !important;
  font-size: 16px;
  line-height: 1.7;
}

body.lancing-home .lu-home-about__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 20px;
  margin: 24px 0 27px;
  padding: 0;
  list-style: none;
}

body.lancing-home .lu-home-about__points li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #24384c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body.lancing-home .lu-home-about__points li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #1396d3;
  content: "";
}

body.lancing-home .lu-home-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #006cae !important;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none !important;
}

body.lancing-home .lu-home-text-link::after {
  margin-left: 8px;
  content: "\2192";
}

body.lancing-home .lu-home-text-link:hover,
body.lancing-home .lu-home-text-link:focus-visible {
  color: #004b7b !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

body.lancing-home .lu-home-about__media {
  position: relative;
  margin: 0;
}

body.lancing-home .lu-home-about__media::before {
  position: absolute;
  z-index: 0;
  right: -14px;
  bottom: -14px;
  width: 46%;
  height: 48%;
  background: #dceff6;
  content: "";
}

body.lancing-home .lu-home-about__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  object-position: center;
  border: 1px solid #d7e2e8;
  border-radius: 5px;
}

body.lancing-home .lu-range-section {
  background: #f2f6f8 !important;
}

body.lancing-home .lu-range-section .video-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.lancing-home .lu-range-card,
body.lancing-home .lu-machinery-card {
  position: relative;
  display: flex !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  flex-direction: column;
  background: #ffffff !important;
  border: 1px solid #dae4ea !important;
  border-radius: 5px !important;
  box-shadow: 0 5px 18px rgba(6, 28, 45, 0.06) !important;
  transform: none !important;
}

body.lancing-home .lu-range-card__media,
body.lancing-home .lu-machinery-card > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background: #f9fbfc;
  border-radius: 0 !important;
}

body.lancing-home .lu-range-card__media {
  height: auto !important;
  min-height: 230px;
  aspect-ratio: 16 / 9;
  padding: 0;
  background: #ffffff;
}

body.lancing-home .lu-range-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.lancing-home .lu-range-card .video-caption1,
body.lancing-home .lu-machinery-card .video-caption {
  position: static !important;
  inset: auto !important;
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  margin: 0 !important;
  padding: 11px 12px !important;
  color: #10283d !important;
  background: #ffffff !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.3;
  text-align: center;
}

body.lancing-home .lu-machinery-grid-section {
  background: #ffffff !important;
}

body.lancing-home .lu-machinery-grid-section .video-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.lancing-home .lu-machinery-card > a {
  height: 220px;
  padding: 4px;
  background: #ffffff !important;
  border-bottom: 1px solid #e7edf1;
}

body.lancing-home .lu-machinery-card img,
body.lancing-home .lu-machinery-card:hover img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

body.lancing-home .lu-range-card:hover,
body.lancing-home .lu-range-card:focus-within,
body.lancing-home .lu-machinery-card:hover,
body.lancing-home .lu-machinery-card:focus-within {
  border-color: #1396d3 !important;
  box-shadow: 0 7px 22px rgba(6, 42, 68, 0.09) !important;
}

body.lancing-home .lu-range-card .play-icon,
body.lancing-home .lu-machinery-card .play-icon,
body.lancing-home .section-divider {
  display: none !important;
}

body.lancing-home .lu-range-card__copy {
  display: block;
  flex: 1;
  padding: 0 22px 22px;
  color: #43586d;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

body.lancing-home .lu-stage-filter {
  margin: 0 0 24px;
  padding: 17px 18px 14px;
  background: #f6f8fa;
  border: 1px solid #dbe4ea;
}

body.lancing-home .lu-stage-filter__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.lancing-home .lu-stage-filter button {
  min-height: 40px;
  padding: 9px 13px;
  color: #25384b;
  background: #ffffff;
  border: 1px solid #c9d4dc;
  border-radius: 3px;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  cursor: pointer;
}

body.lancing-home .lu-stage-filter button:hover,
body.lancing-home .lu-stage-filter button:focus-visible {
  color: #074e7b;
  border-color: #1396d3;
}

body.lancing-home .lu-stage-filter button:focus-visible {
  outline: 3px solid rgba(19, 150, 211, 0.24);
  outline-offset: 2px;
}

body.lancing-home .lu-stage-filter button[aria-pressed="true"] {
  color: #ffffff;
  background: #0b2237;
  border-color: #0b2237;
}

body.lancing-home .lu-stage-filter__meta {
  margin: 11px 0 0;
  color: #607287;
  font-size: 13px;
  line-height: 1.4;
}

body.lancing-home .lu-stage-filter__meta strong {
  color: #0b2237;
}

body.lancing-home .lu-machinery-card[hidden] {
  display: none !important;
}

body.lancing-home .lu-industries {
  background: #f2f6f8;
}

body.lancing-home .lu-industries__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #d7e1e7;
  border: 1px solid #d7e1e7;
  border-radius: 5px;
}

body.lancing-home .lu-industry-card {
  position: relative;
  display: flex;
  min-height: 190px;
  padding: 26px;
  flex-direction: column;
  color: #0b2237 !important;
  background: #ffffff;
  text-decoration: none !important;
  transition: background-color 160ms ease, color 160ms ease;
}

body.lancing-home .lu-industry-card > span {
  margin-bottom: 25px;
  color: #1396d3;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

body.lancing-home .lu-industry-card strong {
  margin-bottom: 8px;
  color: inherit;
  font-size: 19px;
  line-height: 1.25;
}

body.lancing-home .lu-industry-card small {
  color: #617285;
  font-size: 14px;
  line-height: 1.5;
}

body.lancing-home .lu-industry-card::after {
  position: absolute;
  right: 23px;
  bottom: 20px;
  color: #0876bd;
  content: "\2192";
  font-size: 21px;
}

body.lancing-home .lu-industry-card:hover,
body.lancing-home .lu-industry-card:focus-visible {
  color: #ffffff !important;
  background: #0b2237;
}

body.lancing-home .lu-industry-card:hover small,
body.lancing-home .lu-industry-card:focus-visible small,
body.lancing-home .lu-industry-card:hover > span,
body.lancing-home .lu-industry-card:focus-visible > span,
body.lancing-home .lu-industry-card:hover::after,
body.lancing-home .lu-industry-card:focus-visible::after {
  color: #9edff2;
}

body.lancing-home .lu-complete-lines {
  color: #ffffff;
  background: #071c2d;
}

body.lancing-home .lu-complete-lines__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
}

body.lancing-home .lu-complete-lines h2 {
  max-width: 710px;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(33px, 3.7vw, 49px) !important;
  font-weight: 720 !important;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

body.lancing-home .lu-complete-lines__copy > p {
  max-width: 690px;
  margin: 18px 0 0;
  color: #c5d5df !important;
  font-size: 16px;
  line-height: 1.7;
}

body.lancing-home .lu-complete-lines__steps {
  display: grid;
  gap: 0;
  margin: 27px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

body.lancing-home .lu-complete-lines__steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 13px 0;
  color: #edf5f8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.4;
}

body.lancing-home .lu-complete-lines__steps span {
  color: #71c7e6;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

body.lancing-home .lu-complete-lines__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

body.lancing-home .lu-complete-lines__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.lancing-home .lu-complete-lines__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 17px;
  color: #ffffff;
  background: rgba(4, 19, 31, 0.88);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.4;
}

body.lancing-home .lu-enquiry-section {
  background: #f2f6f8;
}

body.lancing-home .lu-enquiry-section .lp-form-layout {
  text-align: left;
}

body.lancing-home .lu-enquiry-section .lp-field label span {
  color: #6b7c8d;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.lancing-home .lu-enquiry-section .lp-proof-panel__phone {
  color: #53687c;
  font-size: 14px;
  line-height: 1.5;
}

body.lancing-home .lu-enquiry-section .lp-proof-panel__phone a {
  display: block;
  margin-top: 5px;
}

body.lancing-home .lu-honeypot {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.lancing-home .lu-site-footer {
  clear: both;
  color: #d8e5ec;
  background: #071c2d;
}

body.lancing-home .lu-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.55fr) repeat(4, minmax(130px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  padding-block: 54px 48px;
}

body.lancing-home .lu-site-footer__brand img {
  display: block;
  width: 173px;
  height: 32px;
  margin: 0 0 20px;
}

body.lancing-home .lu-site-footer__brand p {
  max-width: 390px;
  margin: 0;
  color: #b9ccd7 !important;
  font-size: 14px;
  line-height: 1.65;
}

body.lancing-home .lu-site-footer__column h2 {
  margin: 0 0 17px;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 780 !important;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.lancing-home .lu-site-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.lancing-home .lu-site-footer__column li {
  margin: 0 0 9px;
}

body.lancing-home .lu-site-footer__column a,
body.lancing-home .lu-site-footer__contact address {
  color: #c4d5de !important;
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
}

body.lancing-home .lu-site-footer__column a:hover,
body.lancing-home .lu-site-footer__column a:focus-visible,
body.lancing-home .lu-site-footer__bottom a:hover,
body.lancing-home .lu-site-footer__bottom a:focus-visible {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.lancing-home .lu-site-footer__contact address {
  margin: 0 0 12px;
  font-style: normal;
}

body.lancing-home .lu-site-footer__contact > a {
  display: block;
  margin-top: 7px;
}

body.lancing-home .lu-ppma-notice {
  clear: both;
  padding: 19px 0;
  color: #ffffff;
  background: #0b3049;
  border-top: 4px solid #1396d3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.lancing-home .lu-ppma-notice__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.lancing-home .lu-ppma-notice strong,
body.lancing-home .lu-ppma-notice span,
body.lancing-home .lu-ppma-notice a {
  color: #ffffff !important;
}

body.lancing-home .lu-ppma-notice strong {
  display: block;
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 1.35;
}

body.lancing-home .lu-ppma-notice span {
  color: #c8dce6 !important;
  font-size: 14px;
  line-height: 1.5;
}

body.lancing-home .lu-ppma-notice a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

body.lancing-home .lu-ppma-notice a:hover,
body.lancing-home .lu-ppma-notice a:focus-visible {
  color: #071c2d !important;
  background: #ffffff;
}

body.lancing-home .lu-site-footer__bottom {
  padding: 17px 0;
  background: #04121d;
}

body.lancing-home .lu-site-footer__bottom p {
  margin: 0;
  color: #9eb4c0 !important;
  font-size: 13px;
  line-height: 1.5;
}

body.lancing-home .lu-site-footer__bottom a {
  margin-left: 8px;
  color: #c7d8e0 !important;
}

@media (max-width: 1199px) {
  body.lancing-home .lu-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.lancing-home .lu-home-hero {
    min-height: 570px;
  }

  body.lancing-home .lu-home-hero__layout {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 28px;
    padding-block: 55px;
  }

  body.lancing-home .lu-home-hero h1 {
    font-size: clamp(40px, 6vw, 52px) !important;
  }

  body.lancing-home .lu-home-ppma {
    padding: 18px;
  }

  body.lancing-home .lu-home-about__grid {
    grid-template-columns: 1fr;
  }

  body.lancing-home .lu-home-about__copy {
    max-width: 780px;
  }

  body.lancing-home .lu-home-about__media {
    max-width: 700px;
  }

  body.lancing-home .lu-machinery-grid-section .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.lancing-home .lu-industries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.lancing-home .lu-complete-lines__grid {
    grid-template-columns: 1fr;
  }

  body.lancing-home .lu-complete-lines__copy {
    max-width: 780px;
  }

  body.lancing-home .lu-complete-lines__media {
    max-width: 760px;
  }

  body.lancing-home .lu-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.lancing-home .lu-home-container {
    width: min(100% - 30px, 1240px);
  }

  body.lancing-home .lu-home-hero {
    min-height: 650px;
  }

  body.lancing-home .lu-home-hero__media img {
    object-position: 64% center;
  }

  body.lancing-home .lu-home-hero::after {
    background:
      linear-gradient(90deg, rgba(4, 17, 29, 0.9), rgba(4, 17, 29, 0.52)),
      linear-gradient(0deg, rgba(4, 17, 29, 0.3), transparent 52%);
  }

  body.lancing-home .lu-home-hero__layout {
    grid-template-columns: 1fr;
    gap: 25px;
    align-content: center;
    padding-block: 46px;
  }

  body.lancing-home .lu-home-hero h1 {
    font-size: clamp(35px, 10.4vw, 45px) !important;
  }

  body.lancing-home .lu-home-hero__lead {
    font-size: 16px;
  }

  body.lancing-home .lu-home-ppma {
    max-width: 390px;
  }

  body.lancing-home .lu-home-assurance__grid {
    grid-template-columns: 1fr;
    padding: 6px 0;
  }

  body.lancing-home .lu-home-assurance__item {
    min-height: 44px;
    padding: 12px 15px;
    text-align: left;
  }

  body.lancing-home .lu-home-assurance__item + .lu-home-assurance__item {
    border-top: 1px solid #e1e8ed;
    border-left: 0;
  }

  body.lancing-home .lu-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  body.lancing-home .lu-process-card__image {
    height: 105px;
  }

  body.lancing-home .lu-home-about__points {
    grid-template-columns: 1fr;
  }

  body.lancing-home .lu-home-about__media::before {
    right: -7px;
    bottom: -9px;
  }

  body.lancing-home .lu-range-section .video-grid {
    grid-template-columns: 1fr !important;
  }

  body.lancing-home .lu-range-card__media {
    min-height: 165px;
  }

  body.lancing-home .lu-stage-filter {
    padding: 14px;
  }

  body.lancing-home .lu-stage-filter__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.lancing-home .lu-stage-filter button {
    width: 100%;
  }

  body.lancing-home .lu-machinery-grid-section .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px !important;
  }

  body.lancing-home .lu-machinery-card > a {
    height: 125px;
    padding: 8px;
  }

  body.lancing-home .lu-machinery-card .video-caption {
    min-height: 52px;
    padding: 9px 6px !important;
    font-size: 13px !important;
  }

  body.lancing-home .lu-industries__grid {
    grid-template-columns: 1fr;
  }

  body.lancing-home .lu-industry-card {
    min-height: 166px;
    padding: 22px;
  }

  body.lancing-home .lu-industry-card > span {
    margin-bottom: 18px;
  }

  body.lancing-home .lu-complete-lines__media img {
    aspect-ratio: 16 / 10;
  }

  body.lancing-home .lu-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 42px 38px;
  }

  body.lancing-home .lu-ppma-notice__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 520px) {
  body.lancing-home .lu-machinery-grid-section .video-grid {
    grid-template-columns: 1fr !important;
  }

  body.lancing-home .lu-machinery-card > a {
    height: 220px;
    padding: 4px;
  }
}

@media (max-width: 420px) {
  body.lancing-home .lu-home-hero {
    min-height: 680px;
  }

  body.lancing-home .lu-home-hero__actions,
  body.lancing-home .lu-home-button {
    width: 100%;
  }

  body.lancing-home .lu-process-card__title {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lancing-home .lu-process-card,
  body.lancing-home .lu-home-button {
    transition: none;
  }
}

/* Final homepage art direction: disciplined spacing, scale and visual rhythm. */
body.lancing-home .lu-home-container {
  width: min(100% - 48px, 1240px);
}

body.lancing-home .lu-home-hero {
  min-height: 560px !important;
}

body.lancing-home .lu-home-hero h1 {
  max-width: 610px;
  font-size: clamp(40px, 4.2vw, 56px) !important;
  line-height: 1.03;
}

body.lancing-home .lu-home-hero__copy {
  max-width: 620px;
}

body.lancing-home .lu-home-section {
  position: relative;
  padding-block: clamp(64px, 6.4vw, 88px);
}

body.lancing-home .lu-home-section + .lu-home-section {
  border-top: 1px solid #e4ebef;
}

body.lancing-home .lu-section-heading {
  max-width: 740px;
  margin: 0 0 34px;
}

body.lancing-home .lu-section-heading h2,
body.lancing-home .lu-home-about h2,
body.lancing-home .lu-complete-lines h2,
body.lancing-home .lu-enquiry-section h2 {
  margin-top: 0;
  color: #0b2235 !important;
  font-size: clamp(30px, 3.4vw, 42px) !important;
  font-weight: 720 !important;
  letter-spacing: -0.032em;
  line-height: 1.08;
}

body.lancing-home .lu-section-heading > p {
  max-width: 650px;
  color: #526879 !important;
  font-size: 16px;
  line-height: 1.65;
}

body.lancing-home .lu-range-section,
body.lancing-home .lu-industries,
body.lancing-home .lu-enquiry-section {
  background: #f3f6f8 !important;
}

body.lancing-home .lu-machinery-grid-section,
body.lancing-home .lu-home-about,
body.lancing-home .lu-complete-lines {
  background: #ffffff !important;
}

body.lancing-home .lu-machinery-grid-section .video-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.lancing-home .lu-machinery-card {
  border-color: #dbe4e9 !important;
  border-radius: 7px !important;
  box-shadow: 0 5px 18px rgba(7, 31, 48, 0.055) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

body.lancing-home .lu-machinery-card > a {
  aspect-ratio: 4 / 3;
  height: auto !important;
  padding: 0 !important;
  background: #ffffff !important;
}

body.lancing-home .lu-machinery-card img,
body.lancing-home .lu-machinery-card:hover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}

body.lancing-home .lu-machinery-card .video-caption {
  justify-content: space-between;
  min-height: 58px;
  padding: 14px 16px !important;
  font-size: 14px !important;
  text-align: left;
}

body.lancing-home .lu-machinery-card .video-caption::after {
  margin-left: 12px;
  color: #0878ad;
  content: "\2192";
  font-size: 17px;
  font-weight: 500;
}

body.lancing-home .lu-machinery-card:hover,
body.lancing-home .lu-machinery-card:focus-within {
  border-color: rgba(8, 120, 173, 0.62) !important;
  box-shadow: 0 12px 30px rgba(7, 31, 48, 0.11) !important;
  transform: translateY(-3px) !important;
}

body.lancing-home .lu-stage-filter {
  margin-bottom: 30px;
  padding: 14px 16px 13px;
  background: #f7f9fa;
  border-color: #dbe4e9;
  border-radius: 6px;
}

body.lancing-home .lu-stage-filter button {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

body.lancing-home .lu-industry-card {
  min-height: 176px;
  padding: 25px;
}

body.lancing-home .lu-home-about__grid,
body.lancing-home .lu-complete-lines__grid {
  gap: clamp(44px, 6vw, 76px);
}

@media (max-width: 1199px) {
  body.lancing-home .lu-machinery-grid-section .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.lancing-home .lu-home-container {
    width: min(100% - 30px, 1240px);
  }

  body.lancing-home .lu-home-hero {
    min-height: 610px !important;
  }

  body.lancing-home .lu-home-section {
    padding-block: 52px;
  }

  body.lancing-home .lu-section-heading {
    margin-bottom: 26px;
  }

  body.lancing-home .lu-machinery-grid-section .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.lancing-home .lu-machinery-card > a {
    aspect-ratio: 4 / 3;
    height: auto !important;
  }
}

@media (max-width: 520px) {
  body.lancing-home .lu-machinery-grid-section .video-grid {
    grid-template-columns: 1fr !important;
  }

  body.lancing-home .lu-machinery-card > a {
    aspect-ratio: 4 / 3;
    height: auto !important;
  }
}
