/* Greenway Global Site Shell V1.0 — shared by Home, Solutions and Facility. */
:root {
  --gw-shell-green: #1f7a4d;
  --gw-shell-green-dark: #145a3a;
  --gw-shell-ink: #12201b;
  --gw-shell-paper: #f5f7f5;
  --gw-shell-line: #d7ded9;
  --gw-shell-white: #fff;
  --gw-shell-cta: #00d084;
  --gw-shell-display: "Barlow Condensed", "Manrope", sans-serif;
  --gw-shell-body: "Manrope", sans-serif;
  --gw-shell-max: 1320px;
  --gw-shell-pad: clamp(20px, 4vw, 64px);
}

body.gw-global-shell-v1-0 .gw-global-utility,
body.gw-global-shell-v1-0 .gw-global-shell-header,
body.gw-global-shell-v1-0 .gw-global-footer { box-sizing: border-box; font-family: var(--gw-shell-body); }
body.gw-global-shell-v1-0 .gw-global-utility *,
body.gw-global-shell-v1-0 .gw-global-shell-header *,
body.gw-global-shell-v1-0 .gw-global-footer * { box-sizing: border-box; }
body.gw-global-shell-v1-0 .gw-global-utility .wrap,
body.gw-global-shell-v1-0 .gw-global-shell-header .wrap,
body.gw-global-shell-v1-0 .gw-global-footer .wrap {
  width: min(100%, calc(var(--gw-shell-max) + var(--gw-shell-pad) * 2));
  margin-inline: auto;
  padding-inline: var(--gw-shell-pad);
}

body.gw-global-shell-v1-0 .gw-global-utility {
  position: relative;
  z-index: 51;
  height: 38px;
  min-height: 38px;
  padding: 0;
  color: var(--gw-shell-white);
  background: var(--gw-shell-green-dark);
  border: 0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  display: block;
}
body.gw-global-shell-v1-0 .gw-global-utility .wrap {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
body.gw-global-shell-v1-0 .gw-global-utility a {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  font-weight: 450;
  text-decoration: none;
}
body.gw-global-shell-v1-0 .gw-global-utility a:hover { color: var(--gw-shell-cta); }

body.gw-global-shell-v1-0 .gw-global-shell-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 79px;
  padding: 0;
  color: var(--gw-shell-ink);
  background: rgba(245,247,245,.94);
  border: 0;
  border-bottom: 1px solid var(--gw-shell-line);
  box-shadow: none;
  backdrop-filter: blur(18px);
}
body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav-row {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 0;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .brand {
  display: block;
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  padding: 0;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .brand img {
  width: 168px;
  height: auto;
  display: block;
  margin: 0;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav {
  position: static;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.4vw, 38px);
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--gw-shell-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font: 700 13px/1 var(--gw-shell-body);
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--gw-shell-green);
  transition: right .2s ease;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav a:not(.btn):hover::after,
body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav a[aria-current="page"]::after { right: 0; }
body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav .btn {
  min-height: 44px;
  padding: 9px 18px;
  color: #0d1814;
  background: var(--gw-shell-cta);
  border: 1px solid var(--gw-shell-cta);
  border-radius: 2px;
  line-height: 1;
  box-shadow: none;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav .btn:hover { background: #18db94; border-color: #18db94; }
body.gw-global-shell-v1-0 .gw-global-shell-header .menu-toggle {
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  color: var(--gw-shell-ink);
  background: transparent;
  border: 1px solid var(--gw-shell-line);
  border-radius: 3px;
  cursor: pointer;
  box-shadow: none;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .menu-toggle::before {
  content: "MENU";
  font: 800 9px/1 var(--gw-shell-body);
  letter-spacing: .08em;
}
body.gw-global-shell-v1-0 .gw-global-shell-header .menu-toggle[aria-expanded="true"]::before { content: "CLOSE"; }

body.gw-global-shell-v1-0 .gw-global-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.74);
  background: #0d3b2a;
  border: 0;
  border-top: 5px solid var(--gw-shell-cta);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
body.gw-global-shell-v1-0 .gw-global-footer .footer-main {
  display: grid;
  grid-template-columns: 1.25fr repeat(5, minmax(100px, .58fr));
  gap: clamp(24px, 3vw, 44px);
  margin: 0 auto;
  padding-block: 66px;
}
body.gw-global-shell-v1-0 .gw-global-footer .footer-brand img {
  width: 190px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: .9;
}
body.gw-global-shell-v1-0 .gw-global-footer .footer-brand p {
  max-width: 32ch;
  margin: 24px 0 0;
  color: inherit;
  font: 400 13px/1.6 var(--gw-shell-body);
}
body.gw-global-shell-v1-0 .gw-global-footer h3 {
  margin: 0 0 20px;
  color: var(--gw-shell-white);
  font: 600 18px/1 var(--gw-shell-display);
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.gw-global-shell-v1-0 .gw-global-footer a {
  display: block;
  width: fit-content;
  margin-block: 9px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: 450 13px/1.6 var(--gw-shell-body);
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}
body.gw-global-shell-v1-0 .gw-global-footer a:hover { color: var(--gw-shell-cta); }
body.gw-global-shell-v1-0 .gw-global-footer .footer-bottom {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding-block: 0;
  border-top: 1px solid rgba(123,220,181,.24);
  color: inherit;
  font: 450 11px/1.6 var(--gw-shell-body);
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (min-width: 721px) {
  body.gw-global-shell-v1-0 .gw-global-footer .footer-bottom {
    width: min(100%, 1200px);
    padding: 19.2px var(--gw-shell-pad) 32px;
  }
}

@media (max-width: 1040px) {
  body.gw-global-shell-v1-0 .gw-global-shell-header .menu-toggle { display: grid; }
  body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav { display: none; }
  body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav.open {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 2;
    display: grid;
    gap: 0;
    padding: 14px var(--gw-shell-pad) 24px;
    background: var(--gw-shell-paper);
    border-bottom: 1px solid var(--gw-shell-line);
  }
  body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav.open a {
    display: flex;
    padding: 13px 0;
    border-bottom: 1px solid var(--gw-shell-line);
  }
  body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav.open .btn {
    width: fit-content;
    margin-top: 12px;
    padding-inline: 18px;
    border: 1px solid var(--gw-shell-cta);
  }
  body.gw-global-shell-v1-0 .gw-global-footer .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body.gw-global-shell-v1-0 .gw-global-utility .wrap span { display: block; }
  body.gw-global-shell-v1-0 .gw-global-utility .wrap a { display: none; }
  body.gw-global-shell-v1-0 .gw-global-shell-header .brand img { width: 144px; }
  body.gw-global-shell-v1-0 .gw-global-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
    padding-block: 48px;
  }
  body.gw-global-shell-v1-0 .gw-global-footer .footer-brand { grid-column: 1 / -1; }
  body.gw-global-shell-v1-0 .gw-global-footer .footer-brand p { margin-top: 16px; }
  body.gw-global-shell-v1-0 .gw-global-footer h3 { margin-bottom: 14px; }
  body.gw-global-shell-v1-0 .gw-global-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gw-global-shell-v1-0 .gw-global-shell-header .gw-global-shell-nav a::after { transition: none; }
}
