@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2") format("woff2");
}
:root {
  --gw-font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gw-ink: #0b1720;
  --gw-muted: #536273;
  --gw-line: #dbe7ee;
  --gw-soft: #f6fbfc;
  --gw-panel: #ffffff;
  --gw-dark: #071114;
  --gw-dark-2: #0f2326;
  --gw-teal: #007a7f;
  --gw-teal-dark: #005f64;
  --gw-amber: #d97706;
  --gw-red: #b83227;
  --gw-max: 1180px;
  --gw-header-max: 1860px;
  --gw-shadow: 0 16px 45px rgba(11, 23, 32, .12);
  --gw-shadow-hover: 0 24px 70px rgba(11, 23, 32, .18);
  --gw-gradient: linear-gradient(135deg, #005f64 0%, #0b1720 54%, #b83227 130%);
  --gw-brand-backdrop:
    linear-gradient(112deg, #071114 0%, #0f3034 58%, #b83227 145%);
  --gw-brand-grid:
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(180deg, transparent 62%, rgba(255,255,255,.08));
  --gw-brand-grid-size: 72px 72px, 72px 72px, 100% 100%;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gw-redesigned {
  margin: 0;
  color: var(--gw-ink);
  background: linear-gradient(180deg, #fafdff 0%, #ffffff 42%);
  font-family: var(--gw-font-family);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.gw-redesigned :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, small, label, button, input, select, textarea, summary, li, dt, dd, figcaption, blockquote) {
  font-family: var(--gw-font-family);
}
body.gw-redesigned img { max-width: 100%; height: auto; }
body.gw-redesigned a { color: inherit; text-decoration: none; }
body.gw-redesigned p { margin: 0 0 1rem; color: var(--gw-muted); }
body.gw-redesigned [hidden] { display: none !important; }
body.gw-mobile-nav-open { overflow: hidden; }
body.gw-mobile-nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 85;
  background:
    radial-gradient(circle at 50% 12%, rgba(14,91,96,.30), transparent 34%),
    rgba(7,17,20,.58);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events: none;
}
body.gw-mobile-nav-open .gw-floating-button,
body.gw-mobile-nav-open .gw-social-float {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}
body.gw-redesigned h1,
body.gw-redesigned h2,
body.gw-redesigned h3,
body.gw-redesigned h4 {
  min-width: 0;
  margin: 0 0 .75rem;
  color: var(--gw-ink);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}
body.gw-redesigned p {
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
body.gw-redesigned h1 { font-size: clamp(2.45rem, 4vw, 3.6rem); }
body.gw-redesigned h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
body.gw-redesigned h3 { font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
body.gw-redesigned h4 { font-size: 1rem; }
body.gw-redesigned :focus-visible {
  outline: 3px solid var(--gw-amber);
  outline-offset: 3px;
}
.gw-visually-hidden,
.gw-redesigned .screen-reader-text,
.gw-redesigned .elementor-screen-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gw-skip-link {
  position: fixed;
  left: 1rem;
  top: .75rem;
  z-index: 999;
  transform: translateY(-140%);
  background: #fff;
  color: var(--gw-ink);
  padding: .6rem .85rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
}
.gw-skip-link:focus { transform: translateY(0); }
.gw-site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 90;
  width: min(var(--gw-header-max), calc(100% - 48px));
  margin: 0;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background:
    linear-gradient(112deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
    linear-gradient(92deg, rgba(7,17,20,.72) 0%, rgba(10,39,43,.58) 54%, rgba(184,50,39,.18) 120%);
  box-shadow:
    0 18px 54px rgba(7,17,20,.24),
    inset 0 1px 0 rgba(255,255,255,.24);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
}
.gw-site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,.10), transparent 28%, rgba(255,255,255,.06) 78%, transparent);
  pointer-events: none;
}
.gw-site-header.is-mobile-open {
  background:
    linear-gradient(112deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
    linear-gradient(92deg, rgba(7,17,20,.96) 0%, rgba(10,39,43,.92) 54%, rgba(184,50,39,.36) 120%);
}
.gw-site-header > * {
  position: relative;
  z-index: 1;
}
.gw-header-inner {
  width: 100%;
  min-height: 74px;
  margin: 0 auto;
  padding: 0 clamp(.8rem, 2vw, 1.25rem);
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.gw-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.gw-brand img {
  width: 122px;
  height: auto;
  display: block;
}
.gw-brand-fallback { display: none; }
.gw-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  flex: 0 1 auto;
}
.gw-nav-link,
.gw-nav-dropdown summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 44px;
  padding: .25rem .68rem;
  color: #edf7f8;
  font-size: .92rem;
  font-weight: 650;
  border-radius: 8px;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.gw-redesigned .gw-site-header .gw-nav-link,
.gw-redesigned .gw-site-header .gw-nav-dropdown summary {
  color: #edf7f8;
}
.gw-nav-link:hover,
.gw-nav-link.is-active,
.gw-nav-dropdown:hover summary,
.gw-nav-dropdown.is-active summary {
  color: var(--gw-teal);
  background: rgba(255,255,255,.14);
  transform: translateY(-1px);
}
.gw-nav-link:hover,
.gw-nav-link.is-active,
.gw-nav-dropdown:hover summary,
.gw-nav-dropdown.is-active summary,
.gw-redesigned .gw-site-header .gw-nav-link:hover,
.gw-redesigned .gw-site-header .gw-nav-link.is-active,
.gw-redesigned .gw-site-header .gw-nav-dropdown:hover summary,
.gw-redesigned .gw-site-header .gw-nav-dropdown.is-active summary,
.gw-redesigned .gw-site-header .gw-nav-dropdown.is-active summary { color: #fff; }
.gw-nav-link.is-active::after,
.gw-nav-dropdown.is-active summary::after {
  content: "";
  position: absolute;
  left: .68rem;
  right: .68rem;
  bottom: .22rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gw-amber), var(--gw-red));
  box-shadow: 0 0 14px rgba(243,181,68,.34);
}
.gw-nav-dropdown { position: relative; list-style: none; }
.gw-nav-dropdown::after {
  content: "";
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 100%;
  height: 18px;
}
.gw-nav-dropdown summary { cursor: pointer; list-style: none; }
.gw-nav-dropdown summary::-webkit-details-marker { display: none; }
.gw-nav-chevron {
  flex: 0 0 auto;
  width: .88rem;
  height: .88rem;
  color: currentColor;
  transition: transform .18s ease;
}
.gw-nav-dropdown[open] .gw-nav-chevron,
.gw-nav-dropdown:hover .gw-nav-chevron,
.gw-nav-dropdown:focus-within .gw-nav-chevron {
  transform: rotate(180deg);
}
.gw-nav-menu {
  position: fixed;
  top: 89px;
  left: 50%;
  width: min(1040px, calc(100vw - 56px));
  display: grid;
  gap: .75rem;
  padding: .82rem;
  background:
    radial-gradient(circle at 8% 8%, rgba(255,255,255,.88), transparent 30%),
    linear-gradient(135deg, rgba(248,253,253,.96), rgba(238,248,247,.92) 55%, rgba(255,244,239,.94));
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(7,17,20,.20);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.gw-nav-dropdown[open] > .gw-nav-menu,
.gw-nav-dropdown:hover > .gw-nav-menu,
.gw-nav-dropdown:focus-within > .gw-nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}
.gw-nav-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-left: 1px solid rgba(255,255,255,.72);
  border-top: 1px solid rgba(255,255,255,.72);
  background: rgba(248,253,253,.95);
  transform: translateX(-50%) rotate(45deg);
}
.gw-nav-menu-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .98rem 1rem;
  border-radius: 13px;
  background:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(105deg, rgba(7,17,20,.94), rgba(7,88,91,.88) 56%, rgba(206,70,41,.72));
  color: #fff;
}
.gw-nav-menu-top > div {
  display: grid;
  gap: .24rem;
  min-width: 0;
}
.gw-nav-menu-top p {
  margin: 0;
  color: #f8b35b;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: 1px;
}
.gw-nav-menu-top strong {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.25;
}
.gw-nav-menu-top span {
  color: rgba(255,255,255,.78);
  font-size: .83rem;
  line-height: 1.45;
}
.gw-nav-menu-actions {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}
.gw-nav-menu-view {
  flex: 0 0 auto;
  padding: .62rem .78rem;
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff !important;
  font-size: .82rem;
  font-weight: 850;
  transition: background .18s ease, transform .18s ease;
}
.gw-nav-menu-view-secondary {
  background: rgba(255,255,255,.08);
}
.gw-nav-menu-view:hover,
.gw-nav-menu-view:focus-visible {
  background: rgba(255,255,255,.20);
  transform: translateY(-1px);
}
.gw-nav-menu-groups {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: .62rem;
}
.gw-nav-menu-group {
  min-width: 0;
  padding: .72rem;
  border: 1px solid rgba(11,95,100,.09);
  border-radius: 13px;
  background: rgba(255,255,255,.70);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.74);
}
.gw-nav-menu-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  color: #0b1720 !important;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.18;
}
.gw-nav-menu-group-title::after {
  content: ">";
  flex: 0 0 auto;
  color: var(--gw-red);
  font-size: .86rem;
}
.gw-nav-menu-group-title:hover,
.gw-nav-menu-group-title:focus-visible { color: var(--gw-teal-dark) !important; }
.gw-nav-menu-links {
  display: grid;
  gap: .14rem;
  margin-top: .46rem;
}
.gw-nav-menu-links a {
  position: relative;
  display: block;
  min-height: 33px;
  padding: .42rem .45rem .42rem .95rem;
  border-radius: 8px;
  color: #20414a !important;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.22;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.gw-nav-menu-links a::before {
  content: "";
  position: absolute;
  left: .4rem;
  top: .86rem;
  width: .28rem;
  height: .28rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gw-teal), var(--gw-red));
  box-shadow: 0 0 0 3px rgba(0,122,127,.08);
}
.gw-nav-menu-links a:hover,
.gw-nav-menu-links a:focus-visible {
  background: #fff;
  color: var(--gw-teal-dark) !important;
  box-shadow: 0 10px 20px rgba(11,23,32,.08);
  transform: translateY(-1px);
}
.gw-header-actions {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  gap: .55rem;
  min-width: 0;
  margin-left: auto;
}
.gw-language-switcher {
  position: relative;
  flex: 0 0 auto;
  list-style: none;
}
.gw-language-switcher summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .34rem;
  min-height: 44px;
  padding: .3rem .64rem;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 9px;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(11,23,32,.12);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.gw-language-switcher summary::-webkit-details-marker { display: none; }
.gw-language-switcher summary:hover,
.gw-language-switcher summary:focus-visible,
.gw-language-switcher[open] summary {
  background: rgba(255,255,255,.20);
  border-color: rgba(255,255,255,.54);
  transform: translateY(-1px);
}
.gw-language-current {
  min-width: 2ch;
  text-align: center;
  letter-spacing: .02em;
}
.gw-language-chevron {
  width: .76rem;
  height: .76rem;
  transition: transform .18s ease;
}
.gw-language-switcher[open] .gw-language-chevron { transform: rotate(180deg); }
.gw-language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 8;
  width: 286px;
  max-width: calc(100vw - 28px);
  display: grid;
  gap: .28rem;
  padding: .58rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(135deg, rgba(248,253,253,.97), rgba(238,248,247,.94) 55%, rgba(255,244,239,.95));
  box-shadow: 0 24px 70px rgba(7,17,20,.20);
  color: var(--gw-ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  visibility: hidden;
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.gw-language-switcher[open] .gw-language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.gw-language-menu p,
.gw-mobile-language p {
  margin: 0;
  color: var(--gw-teal-dark);
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: 1px;
}
.gw-language-option {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "native code"
    "label code";
  align-items: center;
  column-gap: .7rem;
  padding: .48rem .58rem;
  border: 1px solid rgba(11,95,100,.08);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  color: var(--gw-ink);
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.80);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.gw-language-native {
  grid-area: native;
  min-width: 0;
  color: var(--gw-ink);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.12;
}
.gw-language-label {
  grid-area: label;
  color: var(--gw-muted);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.15;
}
.gw-language-code {
  grid-area: code;
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 30px;
  padding: .2rem .36rem;
  border-radius: 8px;
  background: rgba(0,122,127,.10);
  color: var(--gw-teal-dark);
  font-size: .72rem;
  font-weight: 950;
}
.gw-language-option:hover,
.gw-language-option:focus-visible,
.gw-language-option.is-active {
  background: #fff;
  border-color: rgba(0,122,127,.24);
  color: var(--gw-teal-dark);
  box-shadow: 0 12px 24px rgba(11,23,32,.10);
  transform: translateY(-1px);
  outline: 0;
}
.gw-language-option.is-active .gw-language-code {
  background: linear-gradient(135deg, var(--gw-teal), var(--gw-red));
  color: #fff;
}
.gw-google-translate,
.goog-te-gadget,
.goog-te-banner-frame,
.goog-te-balloon-frame,
iframe.skiptranslate,
.skiptranslate iframe,
body.gw-redesigned > .skiptranslate,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  inset: 0 auto auto -9999px !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html.translated-ltr,
html.translated-rtl,
body.gw-redesigned,
body.gw-redesigned.translated-ltr,
body.gw-redesigned.translated-rtl,
html.translated-ltr body.gw-redesigned,
html.translated-rtl body.gw-redesigned {
  margin-top: 0 !important;
  top: 0 !important;
}
.gw-menu-toggle {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(255,255,255,.12);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(11, 23, 32, .12);
  transition: border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.gw-menu-toggle:hover { color: #fff; border-color: rgba(255,255,255,.54); background: rgba(255,255,255,.20); transform: translateY(-1px); }
.gw-menu-toggle { display: none; }
.gw-menu-toggle span:not(.gw-visually-hidden) {
  width: 18px;
  height: 2px;
  background: #fff;
}
.gw-menu-toggle::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}
.gw-menu-toggle span:not(.gw-visually-hidden) { display: none; }
.gw-site-search {
  position: relative;
  flex: 1 1 clamp(260px, 28vw, 430px);
  min-width: 220px;
  max-width: 430px;
  height: 44px;
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 9px;
  background: rgba(255,255,255,.94);
  box-shadow:
    0 12px 28px rgba(7,17,20,.16),
    inset 0 1px 0 rgba(255,255,255,.76);
  overflow: visible;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.gw-site-search:focus-within {
  border-color: var(--gw-amber);
  box-shadow:
    0 16px 34px rgba(7,17,20,.20),
    0 0 0 3px rgba(248,179,91,.24);
}
.gw-redesigned .gw-site-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  border-radius: 9px 0 0 9px;
  padding: 0 .85rem;
  background: transparent;
  color: var(--gw-ink);
  font: inherit;
  font-size: .9rem;
  outline: 0;
  box-shadow: none;
}
.gw-redesigned .gw-site-search input::placeholder { color: #637283; }
.gw-site-search-button {
  flex: 0 0 46px;
  display: inline-grid;
  place-items: center;
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(11,23,32,.08);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, var(--gw-red), #d65f2b);
  color: #fff;
  cursor: pointer;
  transition: filter .18s ease;
}
.gw-site-search-button:hover { filter: saturate(1.08); }
.gw-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 4;
  display: grid;
  gap: .35rem;
  max-height: min(420px, calc(100vh - 120px));
  overflow-y: auto;
  padding: .5rem;
  border: 1px solid rgba(219,231,238,.95);
  border-radius: 10px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 42px rgba(7,17,20,.20);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.gw-search-results[hidden] { display: none; }
.gw-search-results a,
.gw-search-results p {
  margin: 0;
  border-radius: 8px;
}
.gw-search-results a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .68rem .75rem;
  color: var(--gw-ink);
  border: 1px solid transparent;
  transition: background .18s ease, border-color .18s ease;
}
.gw-search-results a:hover {
  background: #effafa;
  border-color: #ccebee;
}
.gw-search-results small {
  flex: 0 0 auto;
  color: var(--gw-teal-dark);
  font-weight: 800;
}
.gw-search-results p {
  padding: .68rem .75rem;
  color: var(--gw-muted);
}
.gw-quote-button,
.gw-primary-action,
.gw-secondary-action,
.gw-mobile-cta,
.button,
.elementor-button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gw-red), #d65f2b);
  color: #fff !important;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(184, 50, 39, .24);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.gw-quote-button {
  flex: 0 0 auto;
  min-width: 124px;
  padding-left: .9rem;
  padding-right: .9rem;
  text-align: center;
  white-space: nowrap;
}
.gw-quote-button:hover,
.gw-primary-action:hover,
.gw-mobile-cta:hover,
.button:hover,
.elementor-button:hover,
input[type="submit"]:hover { transform: translateY(-1px); box-shadow: 0 18px 34px rgba(184, 50, 39, .32); filter: saturate(1.05); }
.gw-secondary-action {
  background: #fff;
  color: var(--gw-ink) !important;
  border-color: var(--gw-line);
  box-shadow: 0 10px 20px rgba(11, 23, 32, .08);
}
.gw-redesigned input,
.gw-redesigned textarea,
.gw-redesigned select {
  width: 100%;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  padding: .8rem .9rem;
  background: #fff;
  color: var(--gw-ink);
  font: inherit;
}
.gw-mobile-nav {
  display: grid;
  gap: .25rem;
  width: calc(100% - 24px);
  margin: 0 auto 12px;
  padding: .85rem;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 12px;
  background: rgba(7,17,20,.82);
  box-shadow: 0 16px 32px rgba(7,17,20,.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.gw-site-header.is-mobile-open .gw-mobile-nav { background: rgba(7,17,20,.96); }
.gw-mobile-group {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
}
.gw-mobile-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: .68rem .75rem;
  color: #fff !important;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}
.gw-mobile-group summary::-webkit-details-marker { display: none; }
.gw-mobile-group summary::after {
  content: "";
  width: .52rem;
  height: .52rem;
  border-right: 2px solid #f8b35b;
  border-bottom: 2px solid #f8b35b;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
.gw-mobile-group[open] summary::after { transform: rotate(225deg) translate(-1px, -1px); }
.gw-mobile-nav a,
.gw-mobile-nav p {
  margin: 0;
  padding: .66rem .75rem;
  color: #f4fafb !important;
  border-radius: 8px;
  font-size: .94rem;
  font-weight: 700;
}
.gw-redesigned .gw-site-header .gw-mobile-nav a,
.gw-redesigned .gw-site-header .gw-mobile-nav p,
.gw-redesigned .gw-site-header .gw-mobile-group summary { color: #f4fafb !important; }
.gw-mobile-group a {
  display: block;
  margin: .08rem .45rem;
}
.gw-mobile-group a:last-child { margin-bottom: .45rem; }
.gw-mobile-nav a:hover,
.gw-mobile-nav a:focus-visible {
  background: rgba(255,255,255,.10);
  color: #fff !important;
}
.gw-mobile-nav p { color: #fff !important; background: rgba(255,255,255,.12); }
.gw-mobile-language {
  display: grid;
  gap: .48rem;
  margin-top: .2rem;
  padding: .62rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.055);
}
.gw-mobile-language p {
  padding: 0;
  color: #f8b35b !important;
  background: transparent !important;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: 1px;
}
.gw-mobile-language-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .38rem;
}
.gw-mobile-language .gw-language-option {
  min-height: 46px;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: #fff;
  box-shadow: none;
}
.gw-mobile-language .gw-language-native { color: #fff; }
.gw-mobile-language .gw-language-label { color: rgba(255,255,255,.72); }
.gw-mobile-language .gw-language-code {
  background: rgba(255,255,255,.13);
  color: #fff;
}
.gw-mobile-language .gw-language-option:hover,
.gw-mobile-language .gw-language-option:focus-visible,
.gw-mobile-language .gw-language-option.is-active {
  background: rgba(255,255,255,.16);
  border-color: rgba(248,179,91,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.gw-main { min-height: 55vh; }
.gw-page-hero {
  position: relative;
  overflow: hidden;
  background: var(--gw-brand-backdrop);
  color: #fff;
}
.gw-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .58;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.82), transparent 86%);
  pointer-events: none;
}
.gw-page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--gw-max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(5.8rem, 7vw, 6.25rem) 0 clamp(.65rem, 1.4vw, 1rem);
}
.gw-redesigned .gw-page-hero h1 {
  color: #fff;
  max-width: 820px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
  margin-bottom: .55rem;
}
.gw-redesigned .gw-page-hero p { color: #fff; max-width: 1080px; }
.gw-redesigned .gw-page-hero p:last-child { font-size: clamp(.96rem, 1.4vw, 1.05rem); opacity: .88; margin-bottom: 0; }
.gw-page-hero .gw-breadcrumbs,
.gw-page-hero .gw-kicker,
.gw-blog-hero .gw-breadcrumbs,
.gw-blog-hero .gw-blog-eyebrow {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.gw-kicker,
.gw-card-eyebrow,
.gw-section-heading > p {
  margin: 0 0 .65rem;
  color: var(--gw-amber);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.gw-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: .7rem;
  color: rgba(255,255,255,.78);
  font-size: .86rem;
}
.gw-breadcrumbs a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gw-product-copy .gw-breadcrumbs { color: var(--gw-muted); }
.gw-section,
.gw-content,
.gw-product-detail,
.gw-cta-band {
  width: min(var(--gw-max), calc(100% - 32px));
  margin: 0 auto;
}
.gw-section { padding: clamp(2.25rem, 5vw, 4.5rem) 0; }
.gw-content {
  padding: clamp(2rem, 5vw, 4rem) 0;
}
.gw-template-home .gw-content { width: 100%; padding-top: 0; }
.gw-section-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: .15rem;
  margin: 0 auto 1.35rem;
  text-align: center;
}
.gw-section-heading h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.gw-home-articles .gw-section-heading {
  display: flex;
  align-items: center;
  text-align: center;
}
.gw-home-articles .gw-section-heading > .gw-secondary-action {
  align-self: center;
  margin-top: .5rem;
  white-space: normal;
}
.gw-home-articles-actions {
  justify-content: center;
  margin-top: clamp(1.35rem, 3vw, 2rem);
}
.gw-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0 0 1.6rem;
}
.gw-chip-row a {
  padding: .62rem .95rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  color: var(--gw-ink);
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(11, 23, 32, .05);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.gw-chip-row a.is-active {
  color: #fff;
  border-color: var(--gw-red);
  background: var(--gw-red);
  box-shadow: 0 10px 22px rgba(207,62,42,.18);
}
.gw-chip-row a:hover { color: var(--gw-teal-dark); border-color: #8ccfd1; background: #effafa; transform: translateY(-1px); }
.gw-chip-row a.is-active:hover { color: #fff; border-color: var(--gw-red); background: var(--gw-red); }
.gw-card-grid,
.gw-redesigned .woocommerce ul.products,
.gw-redesigned .elementor-posts-container,
.gw-redesigned .elementor-loop-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gw-product-card,
.gw-article-card,
.gw-link-card,
.gw-redesigned .woocommerce ul.products li.product,
.gw-redesigned .elementor-post__card {
  background: var(--gw-panel);
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(11, 23, 32, .08);
  transform: translateZ(0);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}
.gw-product-card:hover,
.gw-product-card:focus-within,
.gw-article-card:hover,
.gw-article-card:focus-within,
.gw-link-card:hover,
.gw-link-card:focus-within {
  transform: translateY(-3px);
  box-shadow: var(--gw-shadow-hover);
  border-color: #b7dadd;
}
.gw-card-media,
.gw-redesigned .astra-shop-thumbnail-wrap a,
.gw-redesigned .woocommerce-product-gallery,
.gw-redesigned .elementor-post__thumbnail__link {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(0,122,127,.12), rgba(184,50,39,.08)),
    #edf4f5;
  overflow: hidden;
}
.gw-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,17,20,0) 46%, rgba(7,17,20,.28));
  opacity: .86;
  pointer-events: none;
}
.gw-card-media img,
.gw-redesigned .astra-shop-thumbnail-wrap img,
.gw-redesigned .elementor-post__thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}
.gw-product-card:hover .gw-card-media img,
.gw-article-card:hover .gw-card-media img { transform: scale(1.045); filter: saturate(1.05); }
.gw-media-pill {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
  padding: .35rem .55rem;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 8px;
  background: rgba(7,17,20,.72);
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.gw-card-body,
.gw-redesigned .astra-shop-summary-wrap,
.gw-redesigned .elementor-post__text {
  padding: 1.05rem;
}
.gw-card-body h3,
.gw-redesigned .woocommerce-loop-product__title,
.gw-redesigned .elementor-post__title {
  font-size: 1.1rem;
  margin-bottom: .55rem;
}
.gw-card-body p { font-size: .94rem; }
.gw-text-link {
  display: inline-flex;
  margin-top: .5rem;
  color: var(--gw-teal-dark) !important;
  font-weight: 850;
}
.gw-text-link::after {
  content: "";
  width: .42rem;
  height: .42rem;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg) translate(.2rem, .1rem);
  margin-left: .35rem;
}
.gw-product-detail {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(8.25rem, 12vw, 10rem) 0 clamp(2.5rem, 6vw, 5.5rem);
}
.gw-product-media {
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--gw-shadow);
  background: linear-gradient(135deg, rgba(0,122,127,.10), rgba(184,50,39,.08));
}
.gw-product-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gw-rich-text p { color: var(--gw-muted); font-size: 1.05rem; }
.gw-product-seo .gw-section-heading h2 {
  max-width: 900px;
}
.gw-product-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}
.gw-product-overview-grid .gw-rich-text {
  max-width: 76ch;
}
.gw-product-facts {
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0,122,127,.08), rgba(184,50,39,.06)),
    #fff;
  box-shadow: 0 12px 30px rgba(11, 23, 32, .07);
}
.gw-product-facts h3 {
  margin-bottom: .75rem;
  font-size: 1.05rem;
}
.gw-product-facts ul {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gw-product-facts li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--gw-muted);
  line-height: 1.65;
}
.gw-product-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gw-red);
  box-shadow: 0 0 0 3px rgba(207,62,42,.12);
}
.gw-product-spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: .8rem;
  margin: 0;
}
.gw-product-spec-grid div {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11, 23, 32, .06);
}
.gw-product-spec-grid dt {
  margin-bottom: .4rem;
  color: var(--gw-ink);
  font-weight: 900;
}
.gw-product-spec-grid dd {
  margin: 0;
  color: var(--gw-muted);
  line-height: 1.65;
}
.gw-product-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.gw-product-option-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .62rem .82rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  color: var(--gw-ink);
  font-weight: 820;
  box-shadow: 0 8px 20px rgba(11, 23, 32, .06);
}
.gw-product-faq .gw-faq-list {
  max-width: 980px;
}
.gw-product-faq .gw-faq-list summary {
  line-height: 1.35;
}
.gw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}
.gw-cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--gw-brand-backdrop);
  color: #fff;
  border-radius: 8px;
}
.gw-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .42;
}
body.gw-redesigned .gw-cta-band h2,
body.gw-redesigned .gw-cta-band p { color: #fff; }
.gw-site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--gw-brand-backdrop);
  color: #fff;
  padding: clamp(2.8rem, 6vw, 4.8rem) 0 5.8rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.gw-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .56;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.86), transparent 94%);
  pointer-events: none;
}
.gw-footer-grid {
  position: relative;
  z-index: 1;
  width: min(var(--gw-max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(5, minmax(135px, 1fr));
  gap: clamp(1.35rem, 2.2vw, 2.35rem);
  align-items: start;
}
.gw-site-footer .gw-footer-title,
body.gw-redesigned .gw-site-footer h2.gw-footer-title {
  display: block;
  min-width: 0;
  margin: 0 0 1.05rem;
  color: var(--gw-amber);
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  text-wrap: nowrap;
}
.gw-site-footer p {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.7;
  margin-top: .85rem;
}
.gw-site-footer strong { color: #fff; }
.gw-site-footer a {
  display: block;
  color: rgba(255,255,255,.90);
  margin: .52rem 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 560;
}
.gw-site-footer a:hover { color: #fff; }
.gw-footer-brand img {
  max-width: 168px;
  border-radius: 8px;
  padding: .2rem 0;
}
.gw-footer-brand p { max-width: 270px; }
.gw-site-footer a.gw-footer-profile-link {
  display: inline-flex;
  width: fit-content;
  margin-top: .75rem;
  padding: .45rem .62rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-weight: 820;
}
.gw-footer-locations p { line-height: 1.65; }
.gw-emirate-list {
  list-style: none;
  padding: 0;
  margin: .9rem 0 0;
  display: grid;
  gap: .35rem;
}
.gw-emirate-list li {
  position: relative;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.55;
  padding-left: 1rem;
}
.gw-emirate-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gw-amber);
  box-shadow: 0 0 0 3px rgba(245,124,0,.16);
}
.gw-emirate-list a {
  display: inline-flex;
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 13px;
  line-height: 1.55;
}
.gw-emirate-list a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.gw-footer-map {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: stretch;
  margin-top: .6rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 20px 50px rgba(0,0,0,.14);
}
.gw-footer-map address {
  display: block;
  margin: .1rem 0 .85rem;
  color: rgba(255,255,255,.86);
  font-style: normal;
  font-size: 14px;
  line-height: 1.65;
  max-width: 40ch;
}
.gw-footer-map iframe {
  width: 100%;
  min-height: 230px;
  height: 100%;
  border: 0;
  border-radius: 8px;
  filter: saturate(.98) contrast(.98);
  background: rgba(255,255,255,.08);
}
.gw-site-footer a.gw-map-link {
  display: inline-flex;
  width: fit-content;
  color: #fff;
  font-weight: 800;
  border-bottom: 1px solid rgba(255,255,255,.42);
}
.gw-social-links {
  display: grid;
  gap: .55rem;
  margin-top: .65rem;
}
.gw-social-links a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: fit-content;
  margin: 0;
}
.gw-social-links span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}
.gw-social-links svg {
  display: block;
  width: 16px;
  height: 16px;
}
.gw-footer-bottom {
  position: relative;
  z-index: 1;
  width: min(var(--gw-max), calc(100% - 32px));
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,.74);
}
.gw-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .35rem .8rem;
}
.gw-footer-bottom a {
  display: inline-flex;
  margin: 0;
  color: rgba(255,255,255,.82);
}
.gw-social-float {
  position: fixed;
  z-index: 82;
  top: 50%;
  right: 18px;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.gw-social-float-toggle,
.gw-social-float-link {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 0;
  background: #fff;
  color: #2f6f5e;
  box-shadow:
    0 16px 34px rgba(11,23,32,.20),
    inset 0 1px 0 rgba(255,255,255,.92);
}
.gw-social-float-toggle {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  color: #6d7d4a;
  transition: transform .22s ease, box-shadow .22s ease, color .22s ease;
}
.gw-social-float-toggle:hover,
.gw-social-float-toggle:focus-visible {
  transform: translateY(-1px) scale(1.025);
  box-shadow:
    0 20px 42px rgba(11,23,32,.24),
    inset 0 1px 0 rgba(255,255,255,.95);
  outline: 0;
}
.gw-social-float-preview {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  transition: opacity .2s ease, transform .2s ease;
}
.gw-social-float-preview-icon {
  position: absolute;
  display: inline-grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 7px;
  background: linear-gradient(135deg, #007a7f, #b18956);
  color: #fff;
  box-shadow: 0 6px 12px rgba(11,23,32,.16);
}
.gw-social-float-preview-icon svg {
  width: 18px;
  height: 18px;
}
.gw-social-float-preview-icon-linkedin {
  left: 3px;
  top: 16px;
  transform: rotate(-11deg);
}
.gw-social-float-preview-icon-instagram {
  right: 4px;
  top: 3px;
  transform: rotate(11deg);
}
.gw-social-float-preview-icon-youtube {
  left: 7px;
  bottom: 3px;
  transform: rotate(-9deg);
}
.gw-social-float-preview-icon-facebook {
  right: 5px;
  bottom: 5px;
  transform: rotate(8deg);
}
.gw-social-float-close {
  position: absolute;
  inset: 0;
  display: inline-grid;
  place-items: center;
  opacity: 0;
  transform: scale(.72) rotate(-16deg);
  transition: opacity .18s ease, transform .22s ease;
}
.gw-social-float-menu {
  position: absolute;
  top: 50%;
  right: 76px;
  display: grid;
  gap: .44rem;
  width: 218px;
  padding: .7rem;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 56px rgba(11,23,32,.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  transform: translate(10px, -50%) scale(.96);
  transform-origin: right center;
  pointer-events: none;
  transition: opacity .18s ease, transform .22s cubic-bezier(.2,.8,.2,1);
}
.gw-social-float-title {
  margin: 0 0 .12rem !important;
  padding: 0 .2rem;
  color: #4f6170 !important;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.gw-social-float-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .55rem;
  width: 100%;
  min-height: 42px;
  padding: .42rem .5rem;
  border-radius: 11px;
  border: 1px solid rgba(47,111,94,.11);
  background: rgba(245,250,250,.9);
  color: #2f6f5e !important;
  pointer-events: none;
  box-shadow: none;
  transform: translateX(6px);
  opacity: 0;
  transition: opacity .18s ease, transform .2s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.gw-social-float-link span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #007a7f, #b18956);
  color: #fff;
}
.gw-social-float-link strong {
  color: var(--gw-ink);
  font-size: .93rem;
  line-height: 1.1;
}
.gw-social-float-link svg {
  display: block;
  width: 18px;
  height: 18px;
}
.gw-social-float-link:hover,
.gw-social-float-link:focus-visible {
  color: var(--gw-red) !important;
  border-color: rgba(207,62,42,.22);
  background: #fff;
  box-shadow: 0 12px 24px rgba(11,23,32,.10);
  outline: 0;
}
.gw-social-float-link:hover strong,
.gw-social-float-link:focus-visible strong { color: var(--gw-red); }
.gw-social-float.is-open .gw-social-float-preview {
  opacity: 0;
  transform: scale(.58) rotate(10deg);
}
.gw-social-float.is-open .gw-social-float-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.gw-social-float.is-open .gw-social-float-menu {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
  pointer-events: auto;
}
.gw-social-float.is-open .gw-social-float-link {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.gw-social-float.is-open .gw-social-float-link:nth-of-type(1) { transition-delay: .02s; }
.gw-social-float.is-open .gw-social-float-link:nth-of-type(2) { transition-delay: .04s; }
.gw-social-float.is-open .gw-social-float-link:nth-of-type(3) { transition-delay: .06s; }
.gw-social-float.is-open .gw-social-float-link:nth-of-type(4) { transition-delay: .08s; }
.gw-social-float.is-open .gw-social-float-link:nth-of-type(5) { transition-delay: .10s; }
.gw-social-float.is-open .gw-social-float-link:nth-of-type(6) { transition-delay: .12s; }
.gw-social-float.is-open .gw-social-float-link:nth-of-type(7) { transition-delay: .14s; }
.gw-floating-button {
  position: fixed;
  z-index: 80;
  bottom: 18px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .82rem 1.08rem;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(11,23,32,.22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.gw-floating-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(11,23,32,.28);
  filter: saturate(1.05);
}
.gw-floating-button svg {
  display: block;
  flex: 0 0 auto;
}
.gw-floating-call {
  left: 18px;
  background: linear-gradient(135deg, #0b5f64, #007a7f);
}
.gw-floating-whatsapp {
  right: 18px;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(37,211,102,.28);
}
.gw-floating-whatsapp svg { color: #fff; }
.gw-floating-whatsapp:hover {
  background: #1ebe5d;
  box-shadow: 0 20px 38px rgba(37,211,102,.36);
}
.gw-redesigned #masthead,
.gw-redesigned .site-header:not(.gw-site-header),
.gw-redesigned footer.site-footer,
.gw-redesigned #gt_float_wrapper,
.gw-redesigned .gt_float_switcher,
.gw-redesigned .grecaptcha-badge,
.gw-redesigned .woocommerce-ordering,
.gw-redesigned .woocommerce-result-count,
.gw-redesigned .lmp_load_more_button,
.gw-redesigned .lmp_products_loading {
  display: none !important;
}
.gw-redesigned .site,
.gw-redesigned .site-content,
.gw-redesigned .ast-container,
.gw-redesigned #primary,
.gw-redesigned .content-area {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.gw-redesigned .entry-content,
.gw-redesigned .legacy-wordpress-content {
  width: min(var(--gw-max), calc(100% - 32px));
  margin: 0 auto;
}
.gw-template-home .entry-content,
.gw-template-home .legacy-wordpress-content,
.gw-template-home #content {
  width: 100%;
  max-width: none;
}
.gw-redesigned .elementor-section,
.gw-redesigned .e-con {
  padding: clamp(1.5rem, 4vw, 3rem) 16px;
}
.gw-redesigned .elementor-container,
.gw-redesigned .e-con {
  width: min(var(--gw-max), 100%);
  margin-left: auto;
  margin-right: auto;
}
.gw-redesigned .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  align-items: stretch;
}
.gw-redesigned .elementor-column,
.gw-redesigned .elementor-widget-wrap,
.gw-redesigned .e-con {
  min-width: 0;
}
.gw-redesigned .elementor-col-50 { flex: 1 1 420px; }
.gw-redesigned .elementor-col-33,
.gw-redesigned .elementor-col-25 { flex: 1 1 260px; }
.gw-redesigned .elementor-col-100 { flex: 1 1 100%; }
.gw-redesigned .elementor-widget { margin-bottom: 1rem; }
.gw-redesigned .elementor-widget-text-editor p,
.gw-redesigned .entry-content p,
.gw-redesigned .legacy-wordpress-content p {
  max-width: 78ch;
}
.gw-redesigned .elementor-widget-image img,
.gw-redesigned .wp-post-image,
.gw-redesigned .entry-content img,
.gw-redesigned .legacy-wordpress-content img {
  border-radius: 8px;
}
.gw-redesigned .elementor-image-carousel,
.gw-redesigned .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  transform: none !important;
}
.gw-redesigned .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}
.gw-redesigned .swiper-slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.gw-redesigned .woocommerce ul.products li.product {
  margin: 0 !important;
  width: auto !important;
}
.gw-redesigned .woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: .45rem;
  list-style: none;
  padding: 1.5rem 0 0;
}
.gw-redesigned .woocommerce nav.woocommerce-pagination a,
.gw-redesigned .woocommerce nav.woocommerce-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
}
.gw-redesigned .wpcf7,
.gw-redesigned form,
.gw-redesigned .ff-el-group {
  max-width: 760px;
}
.gw-redesigned label { display: block; font-weight: 800; margin-bottom: .35rem; }
.gw-redesigned table { width: 100%; border-collapse: collapse; }
.gw-redesigned th,
.gw-redesigned td { border: 1px solid var(--gw-line); padding: .75rem; text-align: left; }
.gw-redesigned ul,
.gw-redesigned ol { color: var(--gw-muted); }
.gw-link-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.gw-link-card {
  display: grid;
  gap: .35rem;
  padding: 1rem;
}
.gw-link-card span { font-weight: 900; }
.gw-link-card small { color: var(--gw-muted); }
.gw-home-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(16px, 1fr) minmax(0, 520px) minmax(320px, 660px) minmax(16px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  min-height: min(760px, 100vh);
  padding: clamp(8.6rem, 12vw, 10rem) 0 clamp(3rem, 7vw, 5.5rem);
  background: var(--gw-brand-backdrop);
  color: #fff;
}
.gw-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .58;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.82), transparent 88%);
  pointer-events: none;
}
.gw-home-hero-copy,
.gw-hero-mosaic {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
}
.gw-home-hero-copy { grid-column: 2; }
.gw-redesigned .gw-home-hero h1,
.gw-redesigned .gw-home-hero p { color: #fff; }
.gw-redesigned .gw-home-hero .gw-kicker { color: var(--gw-amber); }
.gw-redesigned .gw-home-hero h1 { max-width: 760px; }
.gw-home-hero-copy > p:not(.gw-kicker) {
  max-width: 620px;
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: rgba(255,255,255,.86);
}
.gw-hero-mosaic {
  grid-column: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}
.gw-hero-mosaic img,
.gw-work-grid img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.gw-hero-mosaic img:nth-child(2),
.gw-hero-mosaic img:nth-child(3) { transform: translateY(1.1rem); }
.gw-category-grid,
.gw-service-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.gw-home-contact-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(var(--gw-max), calc(100% - 32px));
  margin: clamp(1.25rem, 4vw, 3rem) auto;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border-radius: 8px;
  background: var(--gw-brand-backdrop);
  color: #fff;
  box-shadow: 0 28px 72px rgba(5,18,24,.22);
}
.gw-home-contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .46;
  pointer-events: none;
}
.gw-home-contact-band::after,
.gw-contact-intro::after {
  content: "";
  position: absolute;
  inset: auto -8% -38% auto;
  width: min(420px, 40vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(231,75,42,.36), transparent 66%);
  filter: blur(18px);
  pointer-events: none;
}
body.gw-redesigned .gw-home-contact-band > div h2,
body.gw-redesigned .gw-home-contact-band > div p { color: #fff; }
body.gw-redesigned .gw-home-contact-band > div .gw-kicker { color: #ffb49f; }
.gw-form-story {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.25rem, 3vw, 2.3rem);
  border-radius: 8px;
}
.gw-form-story h2 {
  margin-bottom: .85rem;
}
.gw-form-story > p:not(.gw-kicker) {
  max-width: 58ch;
  color: rgba(255,255,255,.84);
}
.gw-form-highlights {
  display: grid;
  gap: .75rem;
  margin-top: clamp(1.4rem, 3vw, 2rem);
}
.gw-form-highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .85rem;
  align-items: start;
  padding: .95rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.gw-form-highlight > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255,255,255,.11);
  color: var(--gw-amber);
  font-weight: 950;
}
.gw-form-highlight strong {
  display: block;
  color: #fff;
  font-size: .98rem;
}
.gw-form-highlight p {
  margin: .2rem 0 0;
  color: rgba(255,255,255,.72) !important;
  font-size: .92rem;
  line-height: 1.5;
}
.gw-form-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: auto;
  padding-top: clamp(1.25rem, 4vw, 2.4rem);
}
.gw-form-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .35rem .7rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  font-size: .83rem;
  font-weight: 850;
}
.gw-lead-form {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 1rem;
  width: 100%;
  max-width: none !important;
  padding: clamp(1rem, 2vw, 1.5rem);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)),
    radial-gradient(circle at 85% 0%, rgba(240,91,43,.16), transparent 36%);
  color: var(--gw-ink);
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 8px;
  box-shadow:
    0 24px 60px rgba(5,18,24,.22),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.gw-form-head {
  display: grid;
  gap: .3rem;
  padding: .15rem .15rem .35rem;
}
.gw-form-head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.1;
}
.gw-form-head p:last-child {
  max-width: 58ch;
  margin: 0;
  color: var(--gw-muted);
}
.gw-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: .85rem;
}
.gw-form-field {
  display: grid;
  align-content: start;
  gap: .42rem;
}
.gw-phone-input {
  display: grid;
  grid-template-columns: minmax(104px, 126px) minmax(0, 1fr);
  align-items: stretch;
  gap: .45rem;
}
.gw-phone-input select,
.gw-phone-input input {
  min-width: 0;
}
.gw-phone-input .gw-country-code-select {
  padding-left: .72rem;
  padding-right: 1.55rem;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
}
.gw-form-field-wide {
  grid-column: 1 / -1;
}
.gw-lead-form label {
  margin: 0;
  color: #142431;
  font-size: .9rem;
}
.gw-lead-form textarea { resize: vertical; }
.gw-lead-form input,
.gw-lead-form select,
.gw-lead-form textarea {
  border-color: #cfdde5;
  background: rgba(255,255,255,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.74);
}
.gw-lead-form input,
.gw-lead-form select {
  min-height: 56px;
  height: 56px;
}
.gw-lead-form input:hover,
.gw-lead-form select:hover,
.gw-lead-form textarea:hover {
  border-color: #9fc2ca;
}
.gw-lead-form input:focus,
.gw-lead-form select:focus,
.gw-lead-form textarea:focus {
  border-color: var(--gw-teal);
  box-shadow:
    0 0 0 4px rgba(0,128,132,.15),
    inset 0 1px 0 rgba(255,255,255,.74);
}
.gw-lead-form textarea {
  min-height: 150px;
}
.gw-form-submit {
  width: 100%;
  min-height: 52px;
  height: auto;
  align-self: start;
  justify-self: stretch;
  justify-content: center;
  padding: .85rem 1rem;
  text-transform: none;
}
.gw-lead-form.is-submitting .gw-form-submit {
  cursor: wait;
  opacity: .82;
}
.gw-form-status {
  margin: 0;
  padding: .85rem 1rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: .92rem;
  font-weight: 780;
  line-height: 1.45;
}
.gw-form-status.is-success {
  color: #0f3d24;
  border-color: rgba(20, 145, 78, .25);
  background: #e9f8ef;
}
.gw-form-status.is-error {
  color: #6e2114;
  border-color: rgba(198, 48, 25, .25);
  background: #fff0ec;
}
.gw-trust-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: clamp(4rem, 7vw, 6.5rem) max(16px, calc((100vw - var(--gw-max)) / 2));
  color: #fff;
}
.gw-trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 16% 12%, rgba(0,128,132,.52), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(226,78,43,.38), transparent 34%),
    var(--gw-brand-backdrop);
}
.gw-trust-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .48;
  pointer-events: none;
}
.gw-trust-copy {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(360px, 1.14fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(1.6rem, 3.8vw, 2.7rem);
}
body.gw-redesigned .gw-trust-copy h2,
body.gw-redesigned .gw-trust-copy p {
  color: #fff;
}
.gw-trust-copy h2 {
  max-width: 780px;
  margin: 0;
}
.gw-trust-copy > p:not(.gw-kicker) {
  max-width: 660px;
  color: rgba(255,255,255,.78) !important;
}
body.gw-redesigned .gw-trust-copy .gw-kicker {
  color: var(--gw-amber);
}
.gw-trust-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}
.gw-trust-metrics span {
  display: grid;
  gap: .2rem;
  min-height: 92px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
}
.gw-trust-metrics strong {
  display: block;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1;
}
.gw-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
  gap: clamp(.8rem, 1.8vw, 1.05rem);
}
body.gw-redesigned .gw-logo-grid img {
  display: block;
  width: 100%;
  height: clamp(118px, 10vw, 148px);
  object-fit: contain;
  padding: clamp(1rem, 2vw, 1.45rem);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.95), transparent 62%);
  box-shadow:
    0 18px 48px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.88);
  filter: saturate(1.03);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.gw-redesigned .gw-logo-grid img:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.34);
  box-shadow:
    0 26px 60px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.gw-work-section {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}
.gw-work-section .gw-section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
}
.gw-work-section .gw-section-heading h2 {
  max-width: 880px;
}
.gw-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
}
body.gw-redesigned .gw-work-grid img {
  aspect-ratio: 4 / 3;
  min-height: 260px;
  border: 1px solid rgba(207,221,229,.9);
  background: #fff;
  box-shadow: 0 22px 54px rgba(11,23,32,.13);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
body.gw-redesigned .gw-work-grid img:hover {
  transform: translateY(-5px);
  filter: saturate(1.05);
  box-shadow: 0 32px 72px rgba(11,23,32,.18);
}
.gw-projects-intro {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(300px, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}
.gw-projects-intro .gw-actions { margin-top: 1rem; }
.gw-services-intro {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(300px, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}
.gw-service-switcher {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: .7rem;
  padding: .35rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11,23,32,.06);
}
.gw-service-switcher a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: .58rem .85rem;
  border-radius: 8px;
  color: var(--gw-ink);
  font-weight: 900;
}
.gw-service-switcher a.is-active {
  background: var(--gw-red);
  color: #fff;
}
.gw-service-stats {
  width: min(var(--gw-max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: var(--gw-line);
  box-shadow: var(--gw-shadow);
}
.gw-service-stats div {
  padding: clamp(1rem, 3vw, 1.5rem);
  background: #fff;
}
.gw-service-stats strong {
  display: block;
  color: var(--gw-teal);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}
.gw-service-stats span {
  display: block;
  margin-top: .55rem;
  color: var(--gw-muted);
  font-weight: 800;
}
.gw-service-archive-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.gw-location-intro {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}
.gw-location-intro p:not(.gw-kicker) {
  max-width: 68ch;
}
.gw-industry-intro-detail {
  align-items: center;
}
.gw-industry-landing-panel {
  overflow: hidden;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(11,23,32,.12);
}
.gw-industry-landing-panel > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef4f5;
}
.gw-industry-landing-copy {
  display: grid;
  gap: .85rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}
.gw-industry-landing-copy p {
  margin: 0;
}
.gw-industry-landing-copy .gw-actions {
  margin-top: .1rem;
}
.gw-team-intro {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: start;
}
.gw-team-intro p:not(.gw-kicker) {
  max-width: 68ch;
}
.gw-template-team .gw-profile-team {
  padding-top: clamp(2.25rem, 5vw, 4.5rem);
}
.gw-template-team .gw-team-card img {
  aspect-ratio: 4 / 4.75;
}
.gw-location-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.gw-location-card-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.gw-location-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .55rem;
  padding: 1rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0,122,127,.12), rgba(226,78,43,.08)),
    #fff;
  box-shadow: 0 14px 34px rgba(11,23,32,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.gw-location-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .46;
  pointer-events: none;
}
.gw-location-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -35% 28%;
  height: 110px;
  background: radial-gradient(circle, rgba(0,128,132,.22), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}
.gw-location-card:hover,
.gw-location-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0,122,127,.34);
  box-shadow: var(--gw-shadow-hover);
  outline: 0;
}
.gw-location-card span,
.gw-location-card strong,
.gw-location-card small {
  position: relative;
  z-index: 1;
}
.gw-location-card span {
  width: fit-content;
  padding: .35rem .55rem;
  border-radius: 8px;
  background: rgba(0,122,127,.10);
  color: var(--gw-teal-dark);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.gw-location-card strong {
  color: var(--gw-ink);
  font-size: 1.1rem;
  line-height: 1.2;
}
.gw-location-card small {
  color: var(--gw-muted);
  font-size: .9rem;
  line-height: 1.5;
}
.gw-industry-card {
  min-height: 0;
  justify-content: flex-start;
  gap: .72rem;
  padding: .75rem;
  background: rgba(255,255,255,.96);
}
.gw-industry-card::before {
  opacity: .16;
}
.gw-industry-card::after {
  inset: auto -8% -18% 28%;
  height: 130px;
  opacity: .72;
}
.gw-industry-card-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9.5;
  border: 1px solid rgba(207,221,229,.9);
  border-radius: 6px;
  background: #eef4f5;
}
.gw-industry-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}
.gw-industry-card:hover .gw-industry-card-media img,
.gw-industry-card:focus-visible .gw-industry-card-media img {
  transform: scale(1.045);
  filter: saturate(1.05);
}
.gw-location-card .gw-industry-card-label {
  margin-top: .05rem;
}
.gw-industries-served {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(219,231,238,.95);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0,122,127,.10), rgba(255,255,255,.94) 42%, rgba(226,78,43,.10)),
    #fff;
  box-shadow: 0 18px 46px rgba(11,23,32,.08);
}
.gw-industries-served::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .56;
}
.gw-industries-served::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% 38%;
  z-index: -1;
  height: 260px;
  background: radial-gradient(circle, rgba(0,122,127,.18), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}
.gw-industries-served-head {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(320px, 1.08fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(1.4rem, 4vw, 2.4rem);
}
.gw-industries-served-head h2 {
  max-width: 780px;
  margin: 0;
}
.gw-industries-served-head p:not(.gw-kicker) {
  max-width: 68ch;
  margin: 0;
  color: var(--gw-muted);
  font-weight: 650;
}
.gw-industries-served-actions {
  margin-top: 1rem;
}
.gw-industries-served .gw-location-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.gw-industries-served .gw-location-card {
  min-height: 210px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.74)),
    rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
}
.gw-location-area-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: .75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gw-location-area-list li {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: .85rem .95rem .85rem 2.25rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  color: var(--gw-ink);
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(11,23,32,.06);
}
.gw-location-area-list li::before {
  content: "";
  position: absolute;
  left: .95rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gw-teal);
  box-shadow: 0 0 0 5px rgba(0,122,127,.11);
}
.gw-location-form-band,
.gw-industry-form-band {
  margin-top: clamp(1.5rem, 4vw, 3rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
.gw-template-location .gw-location-products,
.gw-template-location .gw-location-services,
.gw-template-industry .gw-industry-products,
.gw-template-industry .gw-industry-services {
  padding-top: clamp(1.5rem, 4vw, 3rem);
}
.gw-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.gw-project-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(219,231,238,.95);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(11,23,32,.10);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.gw-project-card:nth-child(1),
.gw-project-card:nth-child(6) {
  grid-column: span 2;
}
.gw-project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,122,127,.32);
  box-shadow: var(--gw-shadow-hover);
}
.gw-project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.gw-project-card-body {
  padding: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,122,127,.08), transparent 32%),
    #fff;
}
.gw-project-card-body p {
  margin: 0 0 .45rem;
  color: var(--gw-red);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.gw-project-card-body h3 { margin-bottom: .45rem; }
.gw-project-card-body span {
  display: block;
  color: var(--gw-muted);
  font-size: .95rem;
  line-height: 1.55;
}
.gw-project-stats {
  width: min(var(--gw-max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: var(--gw-gradient);
  box-shadow: var(--gw-shadow);
}
.gw-project-stats div {
  padding: clamp(1.1rem, 3vw, 1.7rem);
  background: rgba(255,255,255,.08);
}
.gw-project-stats strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
}
.gw-project-stats span {
  display: block;
  margin-top: .55rem;
  color: rgba(255,255,255,.82);
  font-weight: 750;
}
.gw-project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}
.gw-project-gallery-card {
  overflow: hidden;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(207,221,229,.92);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(11,23,32,.13);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.gw-project-gallery-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0,122,127,.32);
  box-shadow: 0 32px 72px rgba(11,23,32,.18);
}
.gw-project-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 260px;
  object-fit: cover;
  transition: transform .22s ease, filter .22s ease;
}
.gw-project-gallery-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.05);
}
.gw-project-gallery-card figcaption {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: .9rem 1rem 1rem;
  color: var(--gw-ink);
  font-size: clamp(.96rem, 1.05vw, 1.08rem);
  font-weight: 900;
  line-height: 1.25;
}
.gw-profile-overview,
.gw-profile-contact,
.gw-profile-download-band,
.gw-qhse-detail {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.gw-profile-overview-copy,
.gw-profile-download-copy,
.gw-profile-download-card,
.gw-profile-contact-card,
.gw-qhse-detail .gw-rich-text {
  min-width: 0;
}
.gw-profile-download-copy {
  display: grid;
  gap: .85rem;
}
.gw-profile-download-copy p:not(.gw-kicker) {
  max-width: 64ch;
}
.gw-profile-download-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: .25rem;
}
.gw-profile-download-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: .42rem .72rem;
  border: 1px solid rgba(0,122,127,.18);
  border-radius: 8px;
  background: rgba(0,122,127,.08);
  color: var(--gw-teal-dark);
  font-size: .84rem;
  font-weight: 900;
}
.gw-profile-download-form {
  border-color: rgba(207,221,229,.95);
  box-shadow:
    0 22px 54px rgba(11,23,32,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.gw-profile-overview-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.gw-profile-overview-media img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11,23,32,.14);
}
.gw-profile-overview-media img:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 8;
}
.gw-profile-stat-section {
  padding-top: 0;
}
.gw-profile-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: var(--gw-line);
  box-shadow: var(--gw-shadow);
}
.gw-profile-stats div {
  min-height: 128px;
  display: grid;
  align-content: center;
  gap: .45rem;
  padding: 1.1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,122,127,.10), transparent 42%),
    #fff;
}
.gw-profile-stats strong {
  color: var(--gw-teal);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}
.gw-profile-stats span {
  color: var(--gw-muted);
  font-weight: 850;
  line-height: 1.35;
}
.gw-timeline-list {
  position: relative;
  display: grid;
  gap: .85rem;
}
.gw-timeline-card {
  display: grid;
  grid-template-columns: 120px minmax(0, .45fr) minmax(0, 1fr);
  gap: clamp(.85rem, 2vw, 1.25rem);
  align-items: start;
  padding: 1rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(11,23,32,.06);
}
.gw-timeline-card span {
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gw-teal), var(--gw-red));
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
}
.gw-timeline-card h3 {
  margin: .18rem 0 0;
}
.gw-timeline-card p {
  margin: 0;
}
.gw-profile-policy-grid {
  position: relative;
  z-index: 1;
  width: min(var(--gw-max), calc(100% - 32px));
  margin: clamp(1rem, 3vw, 1.8rem) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.gw-profile-policy-grid article {
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
}
body.gw-redesigned .gw-profile-policy-grid h3,
body.gw-redesigned .gw-profile-policy-grid p {
  color: #fff;
}
body.gw-redesigned .gw-profile-policy-grid .gw-kicker {
  color: #ffb49f;
}
.gw-profile-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.gw-profile-directory-card {
  padding: clamp(1rem, 2.4vw, 1.4rem);
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,122,127,.08), transparent 36%),
    #fff;
  box-shadow: 0 14px 36px rgba(11,23,32,.08);
}
.gw-profile-directory-card h3 {
  margin-bottom: .85rem;
}
.gw-profile-directory-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .42rem .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gw-profile-directory-card li {
  position: relative;
  padding-left: .9rem;
  color: var(--gw-muted);
  font-size: .92rem;
  font-weight: 720;
  line-height: 1.42;
}
.gw-profile-directory-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: .34rem;
  height: .34rem;
  border-radius: 50%;
  background: var(--gw-red);
}
.gw-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.gw-team-card {
  overflow: hidden;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,23,32,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gw-team-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,122,127,.28);
  box-shadow: var(--gw-shadow-hover);
}
.gw-team-card img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  object-position: top center;
  background: #e9f1f2;
}
.gw-team-card div {
  padding: .95rem;
}
.gw-team-card h3 {
  margin-bottom: .3rem;
  font-size: 1rem;
}
.gw-team-card p {
  margin: 0;
  font-size: .9rem;
  font-weight: 760;
}
.gw-profile-contact-card,
.gw-profile-download-card {
  display: grid;
  gap: .7rem;
  padding: clamp(1rem, 2.4vw, 1.4rem);
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--gw-shadow);
}
.gw-profile-contact-card a,
.gw-profile-download-card a:not(.gw-primary-action) {
  color: var(--gw-teal-dark);
  font-weight: 900;
}
.gw-profile-contact-card address,
.gw-profile-download-card span {
  color: var(--gw-muted);
  font-style: normal;
  line-height: 1.6;
}
.gw-profile-download-card strong {
  color: var(--gw-ink);
  font-size: 1.1rem;
}
.gw-profile-image-archive details {
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--gw-shadow);
  overflow: hidden;
}
.gw-profile-image-archive summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
  padding: 1rem 1.2rem;
  cursor: pointer;
  color: var(--gw-ink);
  font-weight: 950;
}
.gw-profile-image-archive summary strong {
  color: var(--gw-teal-dark);
  font-size: .9rem;
}
.gw-profile-image-archive details > p {
  margin: 0;
  padding: 0 1.2rem 1rem;
}
.gw-profile-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: .75rem;
  padding: 0 1.2rem 1.2rem;
}
.gw-profile-image-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #f8fbfc;
}
.gw-profile-image-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gw-profile-image-grid figcaption {
  padding: .55rem;
  color: var(--gw-muted);
  font-size: .75rem;
  line-height: 1.3;
}
.gw-dark-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  background: var(--gw-brand-backdrop);
  color: #fff;
}
.gw-dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .42;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.76), transparent 82%);
  pointer-events: none;
}
.gw-dark-section > .gw-section-heading,
.gw-dark-section > .gw-card-grid {
  position: relative;
  z-index: 1;
  width: min(var(--gw-max), calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
body.gw-redesigned .gw-dark-section h2,
body.gw-redesigned .gw-dark-section h3,
body.gw-redesigned .gw-dark-section p,
body.gw-redesigned .gw-dark-section li { color: #fff; }
body.gw-redesigned .gw-dark-section .gw-section-heading > p {
  color: #ffb49f;
}
body.gw-redesigned .gw-dark-section .gw-section-heading h2 {
  max-width: 880px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.34);
}
.gw-feature-card {
  padding: 1.15rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(11, 23, 32, .07);
}
.gw-dark-section .gw-feature-card {
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.gw-dark-section .gw-feature-card:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.10));
  border-color: rgba(255,255,255,.46);
  box-shadow: 0 24px 58px rgba(0,0,0,.34);
}
body.gw-redesigned .gw-dark-section .gw-feature-card h3 {
  color: #fff;
}
body.gw-redesigned .gw-dark-section .gw-feature-card p {
  color: rgba(255,255,255,.88);
}
.gw-offer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.gw-offer-grid span {
  padding: .65rem .85rem;
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: var(--gw-soft);
  font-weight: 800;
}
.gw-testimonial-section { background: var(--gw-brand-backdrop); }
.gw-faq-list {
  display: grid;
  gap: .65rem;
  max-width: 900px;
}
.gw-faq-list details {
  border: 1px solid var(--gw-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.gw-faq-list summary {
  cursor: pointer;
  padding: .95rem 1rem;
  font-weight: 850;
  color: var(--gw-ink);
}
.gw-faq-list p {
  padding: 0 1rem 1rem;
  margin: 0;
}
.gw-contact-intro {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.gw-contact-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border-radius: 8px;
  background: var(--gw-brand-backdrop);
  color: #fff;
  box-shadow: 0 28px 72px rgba(5,18,24,.18);
}
body.gw-template-contact .gw-contact-intro {
  margin-top: clamp(2rem, 5vw, 4rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.gw-contact-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  opacity: .46;
  pointer-events: none;
}
body.gw-redesigned .gw-contact-intro .gw-form-story h2,
body.gw-redesigned .gw-contact-intro .gw-form-story p { color: #fff; }
body.gw-redesigned .gw-contact-intro .gw-form-story .gw-kicker { color: #ffb49f; }
.gw-contact-cards {
  display: grid;
  gap: .75rem;
  margin-top: 1.3rem;
}
.gw-contact-cards a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .32rem;
  min-height: 84px;
  padding: .95rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.gw-contact-cards a:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.12);
}
.gw-contact-cards span {
  color: var(--gw-amber);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 0;
}
.gw-contact-cards strong { color: #fff; }
body.gw-redesigned.gw-template-article-archive,
body.gw-redesigned.gw-template-article-detail {
  background: #fffbf5;
  overflow-x: clip;
}
.gw-blog-hero {
  position: relative;
  overflow: hidden;
  background: var(--gw-brand-backdrop);
  color: #fff;
}
.gw-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gw-brand-grid);
  background-size: var(--gw-brand-grid-size);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.65), transparent 78%);
  pointer-events: none;
}
.gw-blog-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--gw-max), calc(100% - 32px));
  min-height: auto;
  margin: 0 auto;
  padding: clamp(5.8rem, 7vw, 6.25rem) 0 clamp(.8rem, 1.6vw, 1.2rem);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}
.gw-blog-hero .gw-breadcrumbs {
  justify-content: center;
  color: rgba(255,255,255,.74);
}
.gw-blog-eyebrow {
  margin: 0 0 .4rem;
  color: #ffb49f;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: 0;
}
.gw-redesigned .gw-blog-hero h1 {
  max-width: 970px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  margin-bottom: .55rem;
}
.gw-redesigned .gw-blog-hero p:last-child {
  max-width: 940px;
  color: rgba(255,255,255,.78);
  font-size: clamp(.98rem, 1.4vw, 1.05rem);
  margin-bottom: 0;
}
.gw-blog-index,
.gw-blog-detail-inner,
.gw-blog-related {
  width: min(var(--gw-max), calc(100% - 32px));
  margin: 0 auto;
}
.gw-blog-index {
  padding: 4.75rem 0 5.3rem;
}
.gw-blog-index-head,
.gw-blog-related-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.25rem;
  text-align: center;
}
.gw-blog-index-head p,
.gw-blog-related-head p {
  margin: 0 0 .35rem;
  color: var(--gw-red);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: 0;
}
.gw-blog-index-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .65rem .9rem;
  border: 1px solid rgba(184,50,39,.24);
  border-radius: 8px;
  background: #fff;
  color: var(--gw-red) !important;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(11, 23, 32, .06);
}
.gw-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.4rem 2rem;
}
.gw-blog-card.gw-article-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  content-visibility: auto;
  contain-intrinsic-size: 520px;
}
.gw-blog-card.gw-article-card:hover,
.gw-blog-card.gw-article-card:focus-within {
  border-color: transparent;
  box-shadow: none;
}
.gw-blog-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0,122,127,.12), rgba(184,50,39,.10)),
    #edf4f5;
  box-shadow: 0 14px 34px rgba(11, 23, 32, .10);
}
.gw-blog-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,17,20,0) 48%, rgba(7,17,20,.18));
  opacity: .85;
  pointer-events: none;
}
.gw-blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .36s ease, filter .36s ease;
}
.gw-blog-card:hover .gw-blog-card-media img,
.gw-blog-card:focus-within .gw-blog-card-media img {
  transform: scale(1.045);
  filter: saturate(1.08);
}
.gw-blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.05rem 0 0;
}
.gw-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem .65rem;
  margin-bottom: .85rem;
  color: #6b7280;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: 0;
}
.gw-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}
.gw-blog-meta span:not(:first-child)::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--gw-red);
}
.gw-blog-card-body h3 {
  margin-bottom: .65rem;
  font-size: 1.55rem;
  line-height: 1.16;
}
.gw-blog-card-body h3 a {
  transition: color .18s ease;
}
.gw-blog-card:hover h3 a,
.gw-blog-card:focus-within h3 a {
  color: var(--gw-red);
}
.gw-blog-card-body p {
  flex: 1;
  color: #4b5563;
  font-size: .98rem;
}
.gw-blog-read {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: .55rem;
  color: var(--gw-red) !important;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: 0;
}
.gw-blog-read::after {
  content: "";
  width: .42rem;
  height: .42rem;
  margin-left: .45rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.gw-blog-read:hover::after,
.gw-blog-card:focus-within .gw-blog-read::after {
  transform: translateX(3px) rotate(45deg);
}
.gw-blog-detail {
  background:
    linear-gradient(180deg, #fffbf5 0%, #fff 54%, #fffbf5 100%);
}
.gw-blog-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
  gap: 4rem;
  align-items: start;
  padding: 4.75rem 0 2.25rem;
}
.gw-blog-detail-main {
  min-width: 0;
}
.gw-blog-detail-header,
.gw-blog-card-body,
.gw-blog-prose {
  min-width: 0;
  overflow-wrap: break-word;
}
.gw-back-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 2rem;
  color: var(--gw-red) !important;
  font-weight: 850;
}
.gw-back-link::before {
  content: "";
  width: .48rem;
  height: .48rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.gw-blog-detail-header {
  max-width: 890px;
}
.gw-redesigned .gw-blog-detail-header h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 4.8vw, 3.5rem);
  line-height: 1.08;
}
.gw-blog-detail-header > p {
  max-width: 760px;
  color: #4b5563;
  font-size: 1.14rem;
}
.gw-blog-author {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 1.6rem 0 0;
}
.gw-blog-author > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gw-red), var(--gw-teal-dark));
  color: #fff;
  font-weight: 950;
}
.gw-blog-author strong,
.gw-blog-author small {
  display: block;
}
.gw-blog-author small {
  color: var(--gw-muted);
}
.gw-blog-featured-image {
  margin: 2.5rem 0 3.4rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #edf4f5;
  box-shadow: 0 22px 60px rgba(11, 23, 32, .16);
}
.gw-blog-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gw-blog-prose {
  max-width: 850px;
  font-size: 1.08rem;
  line-height: 1.78;
}
.gw-blog-prose p,
.gw-blog-prose li {
  color: #26323c;
}
.gw-blog-prose p,
.gw-blog-prose ul,
.gw-blog-prose ol,
.gw-blog-prose blockquote,
.gw-blog-prose figure {
  margin-top: 0;
  margin-bottom: 1.35rem;
}
.gw-blog-prose h2,
.gw-blog-prose h3,
.gw-blog-prose h4 {
  margin-top: 2.2rem;
  margin-bottom: .8rem;
}
.gw-blog-prose h2 {
  font-size: 2rem;
}
.gw-blog-prose h3 {
  font-size: 1.45rem;
}
.gw-blog-prose a {
  color: var(--gw-red);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.gw-blog-prose img {
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(11, 23, 32, .10);
}
.gw-blog-prose blockquote {
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--gw-red);
  background: #fff;
  border-radius: 8px;
}
.gw-blog-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 1rem;
}
.gw-blog-side-panel {
  padding: 1.3rem;
  border-radius: 8px;
  background: var(--gw-brand-backdrop);
  color: #fff;
  box-shadow: 0 18px 44px rgba(11, 23, 32, .16);
}
body.gw-redesigned .gw-blog-side-panel h2,
body.gw-redesigned .gw-blog-side-panel p {
  color: #fff;
}
.gw-blog-side-panel h2 {
  font-size: 1.35rem;
}
body.gw-redesigned .gw-blog-side-panel p {
  color: rgba(255,255,255,.78);
}
body.gw-redesigned .gw-blog-side-panel .gw-blog-eyebrow {
  color: #ffb49f;
}
.gw-blog-side-panel .gw-primary-action {
  width: 100%;
}
.gw-blog-side-panel-light {
  display: grid;
  gap: .45rem;
  background: #fff;
  color: var(--gw-ink);
  border: 1px solid var(--gw-line);
  box-shadow: 0 12px 30px rgba(11, 23, 32, .08);
}
body.gw-redesigned .gw-blog-side-panel-light h2,
body.gw-redesigned .gw-blog-side-panel-light p {
  color: var(--gw-ink);
}
body.gw-redesigned .gw-blog-side-panel-light .gw-blog-eyebrow {
  color: var(--gw-red);
}
.gw-blog-side-panel-light a {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  padding: .7rem 0;
  border-bottom: 1px solid var(--gw-line);
  color: var(--gw-ink);
  font-weight: 850;
}
.gw-blog-side-panel-light a:last-child {
  border-bottom: 0;
}
.gw-blog-related {
  padding: 2.75rem 0 5rem;
  border-top: 1px solid rgba(11,23,32,.10);
}
.gw-blog-grid-related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (prefers-reduced-motion: no-preference) {
  .gw-page-hero-inner,
  .gw-home-hero-copy,
  .gw-hero-mosaic,
  .gw-section-heading,
  .gw-product-card,
  .gw-article-card,
  .gw-blog-hero-inner,
  .gw-blog-detail-header,
  .gw-blog-featured-image,
  .gw-blog-side-panel,
  .gw-feature-card,
  .gw-location-card,
  .gw-industries-served,
  .gw-lead-form {
    animation: gw-rise .55s ease both;
  }
  .gw-product-card:nth-child(2),
  .gw-article-card:nth-child(2),
  .gw-feature-card:nth-child(2) { animation-delay: .04s; }
  .gw-product-card:nth-child(3),
  .gw-article-card:nth-child(3),
  .gw-feature-card:nth-child(3) { animation-delay: .08s; }
  @keyframes gw-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.gw-redesigned *,
  body.gw-redesigned *::before,
  body.gw-redesigned *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
.gw-redesigned .elementor-hidden-desktop.elementor-hidden-laptop.elementor-hidden-tablet.elementor-hidden-mobile {
  display: none !important;
}
@media (min-width: 1025px) {
  .gw-redesigned .elementor-hidden-desktop,
  .gw-redesigned .elementor-hidden-laptop { display: none !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gw-redesigned .elementor-hidden-tablet { display: none !important; }
}
@media (max-width: 767px) {
  .gw-redesigned .elementor-hidden-mobile { display: none !important; }
}
@media (min-width: 1021px) and (max-width: 1240px) {
  .gw-header-inner { gap: .72rem; }
  .gw-brand img { width: 112px; }
  .gw-nav-link,
  .gw-nav-dropdown summary {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .86rem;
  }
  .gw-site-search {
    flex-basis: clamp(220px, 20vw, 280px);
    min-width: 200px;
  }
  .gw-quote-button { display: none; }
}
@media (max-width: 1020px) {
  .gw-desktop-nav,
  .gw-quote-button { display: none; }
  .gw-menu-toggle { display: inline-grid; }
  .gw-header-inner { min-height: 68px; gap: .85rem; }
  .gw-header-actions {
    flex: 1 1 0;
    justify-content: flex-end;
    margin-left: auto;
    min-width: 0;
  }
  .gw-site-search {
    flex: 1 1 0;
    max-width: 520px;
  }
  .gw-product-detail { grid-template-columns: 1fr; }
  .gw-product-overview-grid { grid-template-columns: 1fr; }
  .gw-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-footer-map { grid-template-columns: 1fr; }
  .gw-footer-map iframe { min-height: 260px; }
  .gw-redesigned .gw-blog-hero h1,
  .gw-redesigned .gw-blog-detail-header h1 { font-size: 3.2rem; }
  .gw-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-blog-detail-inner { grid-template-columns: 1fr; gap: 2rem; }
  .gw-blog-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-home-hero {
    grid-template-columns: minmax(16px, 1fr) minmax(0, var(--gw-max)) minmax(16px, 1fr);
    gap: 0;
  }
  .gw-home-hero-copy,
  .gw-hero-mosaic { grid-column: 2; }
  .gw-home-contact-band,
  .gw-projects-intro,
  .gw-services-intro,
  .gw-location-intro,
  .gw-team-intro,
  .gw-industries-served-head,
  .gw-contact-intro { grid-template-columns: 1fr; }
  .gw-trust-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .gw-trust-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gw-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.gw-redesigned .gw-work-grid img {
    min-height: 240px;
  }
  .gw-form-story {
    padding-bottom: 0;
  }
  .gw-form-meta {
    padding-top: 1.2rem;
  }
  .gw-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-project-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-profile-overview,
  .gw-profile-contact,
  .gw-profile-download-band,
  .gw-qhse-detail {
    grid-template-columns: 1fr;
  }
  .gw-profile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gw-profile-stats div:last-child {
    grid-column: 1 / -1;
  }
  .gw-timeline-card {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .gw-timeline-card p {
    grid-column: 2;
  }
  .gw-profile-directory-grid,
  .gw-profile-policy-grid {
    grid-template-columns: 1fr;
  }
  .gw-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .gw-site-header {
    top: 8px;
    margin: 0;
    width: min(calc(100% - 16px), var(--gw-max));
    border-radius: 16px;
    box-shadow:
      0 14px 36px rgba(7,17,20,.22),
      inset 0 1px 0 rgba(255,255,255,.32);
  }
  .gw-header-inner {
    min-height: 0;
    width: 100%;
    padding: .48rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    grid-template-areas:
      "brand spacer language menu"
      "search search search search";
    gap: .48rem;
    align-items: center;
  }
  .gw-brand { grid-area: brand; }
  .gw-brand img { width: 92px; }
  .gw-industries-served {
    width: min(calc(100% - 24px), var(--gw-max));
    padding: 1.15rem;
  }
  .gw-industries-served .gw-location-card-grid {
    grid-template-columns: 1fr;
  }
  .gw-industries-served .gw-location-card {
    min-height: 168px;
  }
  .gw-header-actions {
    display: contents;
  }
  .gw-site-search {
    grid-area: search;
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 42px;
    margin: 0;
    border-radius: 10px;
  }
  .gw-redesigned .gw-site-search input {
    padding: 0 .78rem;
    font-size: .92rem;
  }
  .gw-site-search-button {
    flex-basis: 44px;
    border-radius: 0 9px 9px 0;
  }
  .gw-search-results {
    position: fixed;
    top: 112px;
    left: 8px;
    right: 8px;
    width: auto;
    max-height: min(360px, calc(100vh - 128px));
  }
  .gw-language-switcher {
    grid-area: language;
    flex: 0 0 auto;
    justify-self: end;
  }
  .gw-language-switcher summary {
    min-height: 40px;
    height: 40px;
    width: 52px;
    padding: 0 .42rem;
    gap: .18rem;
  }
  .gw-language-switcher summary > svg:first-child {
    width: 15px;
    height: 15px;
  }
  .gw-language-current {
    min-width: 1.6ch;
    font-size: .72rem;
  }
  .gw-language-chevron { display: none; }
  .gw-language-menu {
    position: fixed;
    top: 112px;
    left: 8px;
    right: 8px;
    width: auto;
    max-width: none;
    max-height: min(520px, calc(100dvh - 128px));
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateY(8px);
  }
  .gw-language-switcher[open] .gw-language-menu {
    transform: translateY(0);
  }
  .gw-menu-toggle {
    display: inline-grid !important;
    grid-area: menu;
    position: static;
    z-index: 3;
    transform: none;
    flex: 0 0 38px;
    width: 38px;
    height: 40px;
    border-radius: 9px;
    color: #fff !important;
    border-color: rgba(255,255,255,.52) !important;
    background: rgba(255,255,255,.18) !important;
  }
  .gw-menu-toggle:hover {
    transform: translateY(-1px);
  }
  .gw-mobile-nav {
    width: calc(100% - 16px);
    margin-bottom: 8px;
  }
  .gw-mobile-nav {
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .gw-mobile-nav a,
  .gw-mobile-nav p,
  .gw-mobile-group summary {
    padding: .68rem .72rem;
    line-height: 1.25;
  }
  body.gw-redesigned {
    line-height: 1.55;
    overflow-x: clip;
  }
  body.gw-redesigned h1 { font-size: clamp(1.9rem, 8.8vw, 2.55rem); }
  body.gw-redesigned h2 { font-size: clamp(1.45rem, 7vw, 2rem); }
  .gw-actions .gw-primary-action,
  .gw-actions .gw-secondary-action {
    flex: 1 1 100%;
    width: 100%;
  }
  .gw-page-hero-inner {
    width: min(calc(100% - 24px), var(--gw-max));
    max-width: calc(100% - 24px);
    padding: 7.55rem 0 .95rem;
  }
  .gw-page-hero {
    min-height: auto;
  }
  .gw-redesigned .gw-page-hero h1 {
    margin-bottom: .55rem;
    font-size: clamp(1.75rem, 7.3vw, 2.15rem);
  }
  .gw-redesigned .gw-page-hero p:last-child {
    max-width: 34ch;
    font-size: .98rem;
    line-height: 1.58;
    margin-bottom: 0;
  }
  .gw-breadcrumbs {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .gw-breadcrumbs span:last-child,
  .gw-breadcrumbs span:nth-last-child(2) {
    display: none;
  }
  .gw-section,
  .gw-content,
  .gw-product-detail,
  .gw-cta-band {
    width: min(calc(100% - 24px), var(--gw-max));
    max-width: calc(100% - 24px);
  }
  .gw-section { padding: 1.55rem 0; }
  .gw-projects-intro,
  .gw-services-intro,
  .gw-location-intro,
  .gw-contact-intro {
    gap: .85rem;
    text-align: center;
  }
  .gw-projects-intro > *,
  .gw-services-intro > *,
  .gw-location-intro > *,
  .gw-contact-intro > * {
    min-width: 0;
    max-width: 100%;
  }
  .gw-projects-intro h2,
  .gw-services-intro h2,
  .gw-location-intro h2,
  .gw-contact-intro h2 {
    max-width: min(100%, 19.5ch);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.48rem, 6.4vw, 1.8rem);
    line-height: 1.13;
  }
  .gw-template-industry .gw-page-hero h1 {
    max-width: 100%;
    font-size: clamp(1.72rem, 7.2vw, 2.15rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .gw-template-industry .gw-industry-intro-detail h2 {
    max-width: min(100%, 17ch);
    font-size: clamp(1.36rem, 6.2vw, 1.72rem);
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    text-wrap: wrap;
  }
  .gw-projects-intro p:not(.gw-kicker),
  .gw-services-intro p:not(.gw-kicker),
  .gw-location-intro p:not(.gw-kicker),
  .gw-contact-intro p:not(.gw-kicker) {
    max-width: min(100%, 31ch);
    margin-left: auto;
    margin-right: auto;
    font-size: .98rem;
    line-height: 1.58;
  }
  .gw-projects-intro .gw-actions,
  .gw-product-detail .gw-actions {
    margin-top: .7rem;
  }
  .gw-projects-intro .gw-actions,
  .gw-services-intro .gw-actions,
  .gw-location-intro .gw-actions,
  .gw-contact-intro .gw-actions {
    gap: .55rem;
    justify-content: center;
  }
  .gw-catalogue-intro > *,
  .gw-profile-overview > *,
  .gw-profile-contact > *,
  .gw-profile-download-band > *,
  .gw-qhse-detail > * {
    min-width: 0;
    max-width: 100%;
  }
  .gw-service-switcher {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: .42rem;
    padding: .42rem;
  }
  .gw-service-switcher a {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
  .gw-profile-contact-card,
  .gw-profile-download-card {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .gw-profile-contact-card .gw-primary-action,
  .gw-profile-download-card .gw-primary-action {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
  .gw-projects-intro .gw-actions .gw-primary-action,
  .gw-projects-intro .gw-actions .gw-secondary-action,
  .gw-services-intro .gw-actions .gw-primary-action,
  .gw-services-intro .gw-actions .gw-secondary-action,
  .gw-location-intro .gw-actions .gw-primary-action,
  .gw-location-intro .gw-actions .gw-secondary-action,
  .gw-contact-intro .gw-actions .gw-primary-action,
  .gw-contact-intro .gw-actions .gw-secondary-action {
    flex: 1 1 calc(50% - .3rem);
    width: auto;
    min-width: 0;
    padding: .78rem .62rem;
    font-size: .9rem;
    white-space: normal;
  }
  .gw-template-industry .gw-location-intro .gw-actions .gw-primary-action,
  .gw-template-industry .gw-location-intro .gw-actions .gw-secondary-action {
    flex-basis: 100%;
    width: 100%;
  }
  .gw-kicker,
  .gw-card-eyebrow,
  .gw-section-heading > p {
    font-size: .72rem;
    margin-bottom: .5rem;
  }
  .gw-blog-hero-inner {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    min-height: auto;
    padding: 7.55rem 0 1rem;
  }
  .gw-redesigned .gw-blog-hero h1 {
    max-width: 15ch;
    font-size: clamp(1.75rem, 7.3vw, 2.15rem);
    line-height: 1.12;
  }
  .gw-redesigned .gw-blog-hero p:last-child {
    max-width: 31ch;
    font-size: 1rem;
  }
  .gw-redesigned .gw-blog-detail-header h1 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.12;
  }
  .gw-blog-index,
  .gw-blog-detail-inner,
  .gw-blog-related {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .gw-blog-index { padding: 3rem 0 3.6rem; }
  .gw-blog-index-head,
  .gw-blog-related-head {
    align-items: center;
    flex-direction: column;
    margin-bottom: 1.6rem;
  }
  .gw-blog-grid,
  .gw-blog-grid-related,
  .gw-blog-sidebar { grid-template-columns: 1fr; }
  .gw-blog-card,
  .gw-blog-card-media,
  .gw-blog-card-body,
  .gw-blog-detail-main,
  .gw-blog-detail-header,
  .gw-blog-featured-image,
  .gw-blog-prose {
    width: 100%;
    max-width: 100%;
  }
  .gw-blog-card-body h3 { font-size: 1.35rem; }
  .gw-blog-detail-inner { padding: 3rem 0 1.5rem; }
  .gw-blog-featured-image { margin: 1.8rem 0 2.2rem; }
  .gw-blog-prose { font-size: 1rem; }
  .gw-blog-prose h2 { font-size: 1.55rem; }
  .gw-chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 .05rem .45rem;
    margin-left: -1px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gw-chip-row::-webkit-scrollbar { display: none; }
  .gw-chip-row a {
    flex: 0 0 auto;
    min-height: 46px;
    scroll-snap-align: start;
  }
  .gw-card-grid,
  .gw-project-grid,
  .gw-redesigned .woocommerce ul.products,
  .gw-redesigned .elementor-posts-container,
  .gw-redesigned .elementor-loop-container { grid-template-columns: 1fr; }
  .gw-project-card:nth-child(1),
  .gw-project-card:nth-child(6) { grid-column: span 1; }
  .gw-project-stats {
    width: min(calc(100% - 24px), var(--gw-max));
    grid-template-columns: 1fr;
  }
  .gw-service-stats {
    width: min(calc(100% - 24px), var(--gw-max));
    grid-template-columns: 1fr;
  }
  .gw-trust-section {
    width: 100%;
    padding: 3.2rem 12px;
  }
  .gw-trust-copy {
    gap: 1rem;
    margin-bottom: 1.2rem;
  }
  .gw-trust-metrics {
    grid-template-columns: 1fr;
    gap: .6rem;
  }
  .gw-trust-metrics span {
    min-height: 74px;
    padding: .82rem;
  }
  .gw-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .62rem;
  }
  body.gw-redesigned .gw-logo-grid img {
    height: 104px;
    padding: .78rem;
  }
  .gw-work-section {
    padding-top: 2.7rem;
    padding-bottom: 3rem;
  }
  .gw-work-grid {
    grid-template-columns: 1fr;
    gap: .85rem;
  }
  body.gw-redesigned .gw-work-grid img {
    min-height: 230px;
  }
  .gw-home-contact-band,
  .gw-contact-intro {
    width: min(calc(100% - 24px), var(--gw-max));
    gap: .9rem;
    padding: .75rem;
  }
  .gw-form-story {
    padding: .85rem .85rem .15rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .gw-form-highlights,
  .gw-form-meta,
  .gw-contact-cards {
    display: none;
  }
  .gw-form-highlights {
    gap: .58rem;
    margin-top: 1rem;
    width: 100%;
    min-width: 0;
  }
  .gw-form-highlight {
    grid-template-columns: 1fr;
    gap: .55rem;
    padding: .8rem;
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .gw-form-highlight p {
    max-width: min(100%, 29ch);
    margin-left: auto;
    margin-right: auto;
  }
  .gw-form-highlight > span {
    width: 34px;
    height: 34px;
  }
  .gw-form-meta {
    gap: .4rem;
  }
  .gw-form-meta span {
    min-height: 32px;
    padding: .32rem .58rem;
    font-size: .78rem;
  }
  .gw-lead-form {
    gap: .85rem;
    padding: .9rem;
    min-width: 0;
  }
  .gw-form-grid {
    grid-template-columns: 1fr;
    gap: .72rem;
  }
  .gw-lead-form input,
  .gw-lead-form select {
    min-height: 52px;
    height: 52px;
  }
  .gw-phone-input {
    grid-template-columns: minmax(94px, 108px) minmax(0, 1fr);
    gap: .38rem;
  }
  .gw-phone-input .gw-country-code-select {
    padding-left: .58rem;
    padding-right: 1.35rem;
  }
  .gw-lead-form textarea {
    min-height: 142px;
  }
  .gw-form-submit {
    min-height: 52px;
  }
  .gw-form-head h3 {
    font-size: 1.28rem;
  }
  .gw-project-gallery {
    grid-template-columns: 1fr;
    gap: .9rem;
  }
  .gw-project-gallery-card img {
    min-height: 230px;
  }
  .gw-project-gallery-card figcaption {
    min-height: auto;
    padding: .85rem .9rem .95rem;
  }
  .gw-profile-stats {
    grid-template-columns: 1fr;
  }
  .gw-profile-stats div:last-child {
    grid-column: auto;
  }
  .gw-timeline-card {
    grid-template-columns: 1fr;
    gap: .5rem;
  }
  .gw-timeline-card p {
    grid-column: auto;
  }
  .gw-profile-overview-media {
    grid-template-columns: 1fr;
  }
  .gw-profile-overview-media img:first-child {
    aspect-ratio: 4 / 3;
  }
  .gw-profile-directory-card ul {
    grid-template-columns: 1fr;
  }
  .gw-team-grid {
    grid-template-columns: 1fr;
  }
  .gw-profile-image-archive summary {
    align-items: flex-start;
    flex-direction: column;
  }
  .gw-profile-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }
  .gw-cta-band,
  .gw-footer-bottom { align-items: start; flex-direction: column; }
  .gw-home-articles .gw-section-heading {
    display: flex;
    align-items: center;
  }
  .gw-home-articles .gw-section-heading > .gw-secondary-action {
    align-self: center;
    justify-content: center;
    margin-top: .5rem;
    white-space: normal;
  }
  .gw-home-articles-actions .gw-primary-action {
    width: 100%;
    justify-content: center;
  }
  .gw-footer-grid { grid-template-columns: 1fr; }
  .gw-footer-bottom nav { justify-content: flex-start; }
  .gw-card-body { padding: .95rem; }
  .gw-product-detail { padding-top: 7.6rem; }
  .gw-home-hero {
    grid-template-columns: 12px minmax(0, 1fr) 12px;
    gap: 0;
    min-height: auto;
    padding: 7.75rem 0 1.85rem;
  }
  .gw-home-hero-copy,
  .gw-hero-mosaic {
    max-width: none;
  }
  .gw-redesigned .gw-home-hero h1,
  .gw-home-hero-copy > p:not(.gw-kicker) {
    max-width: 100%;
  }
  .gw-redesigned .gw-home-hero h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 9vw, 2.65rem);
    line-height: 1.06;
  }
  .gw-home-hero-copy > p:not(.gw-kicker) {
    max-width: 34ch;
  }
  .gw-home-hero-copy > p:not(.gw-kicker) {
    font-size: .96rem;
    line-height: 1.54;
  }
  .gw-home-hero .gw-actions {
    gap: .55rem;
    margin-top: 1rem;
  }
  .gw-home-hero .gw-primary-action,
  .gw-home-hero .gw-secondary-action {
    min-height: 46px;
    padding: .78rem .85rem;
  }
  .gw-hero-mosaic {
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    margin-top: .9rem;
  }
  .gw-hero-mosaic img:nth-child(2),
  .gw-hero-mosaic img:nth-child(3) { transform: none; }
    .gw-home-contact-band { width: min(calc(100% - 24px), var(--gw-max)); padding: .75rem; }
  .gw-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-social-float {
    top: auto;
    right: 12px;
    bottom: calc(max(6px, env(safe-area-inset-bottom)) + 56px);
    width: auto;
    height: auto;
    transform: none;
  }
  .gw-social-float-toggle {
    width: 50px;
    height: 50px;
  }
  .gw-social-float-toggle,
  .gw-social-float-toggle:hover,
  .gw-social-float-toggle:focus-visible {
    transform: none;
  }
  .gw-social-float-menu {
    top: auto;
    right: 0;
    bottom: 60px;
    width: min(246px, calc(100vw - 24px));
    max-height: min(420px, calc(100dvh - 160px));
    overflow-y: auto;
    transform: translateY(8px) scale(.96);
    transform-origin: right bottom;
  }
  .gw-social-float.is-open .gw-social-float-menu {
    transform: translateY(0) scale(1);
  }
  .gw-social-float-preview {
    width: 40px;
    height: 40px;
  }
  .gw-social-float-preview-icon {
    width: 21px;
    height: 21px;
    border-radius: 6px;
  }
  .gw-social-float-preview-icon svg {
    width: 15px;
    height: 15px;
  }
  .gw-social-float-link {
    min-height: 44px;
    padding: .46rem .5rem;
  }
  .gw-social-float-close svg {
    width: 28px;
    height: 28px;
  }
  .gw-floating-button {
    bottom: max(6px, env(safe-area-inset-bottom));
    min-height: 42px;
    min-width: 118px;
    padding: .58rem .76rem;
    gap: .48rem;
    font-size: .82rem;
    border-radius: 8px;
  }
  .gw-floating-call { left: 8px; }
  .gw-floating-whatsapp { right: 8px; }
  .gw-floating-call span {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
    font-size: 0;
  }
  .gw-floating-call span::after {
    content: "Call";
    font-size: .84rem;
  }
  .gw-floating-whatsapp span {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }
  body.gw-template-home:not(.gw-has-scrolled) .gw-floating-button,
  body.gw-template-home:not(.gw-has-scrolled) .gw-social-float {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }
  .gw-site-footer {
    padding-bottom: 5.25rem;
  }
  .gw-footer-map {
    padding: .85rem;
  }
  .gw-footer-map iframe {
    min-height: 220px;
  }
}