:root {
  --gc-red: #dd332d;
  --gc-dark: #1d2026;
  --gc-text: #33363c;
}

html,
body {
  overflow-x: clip;
}

body {
  color: var(--gc-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(221, 51, 45, 0.45);
  outline-offset: 3px;
}

.elementor-button {
  border-radius: 6px !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(221, 51, 45, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(221, 51, 45, 0.28);
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.elementor-counter-number-wrapper {
  font-variant-numeric: tabular-nums;
}

.elementor-counter-title {
  line-height: 1.35;
}

.hfe-nav-menu .menu-item a {
  letter-spacing: 0.01em;
}

footer a {
  transition: color 160ms ease;
}

footer a:hover {
  color: var(--gc-red) !important;
}

/* Keep the contact strip aligned inside Elementor's boxed header. */
@media (min-width: 1025px) {
  header .elementor-element-c212851 > .elementor-container {
    align-items: center;
    display: grid !important;
    grid-template-columns: 170px 245px 290px minmax(40px, 1fr) 130px;
  }

  header .elementor-element-c212851 > .elementor-container > .elementor-column {
    min-width: 0;
    width: auto !important;
  }

  header .elementor-element-3e730672 .elementor-icon-box-wrapper,
  header .elementor-element-4985b6e7 .elementor-icon-box-wrapper,
  header .elementor-element-69fef85c .elementor-icon-box-wrapper {
    align-items: center;
    flex-wrap: nowrap;
  }

  header .elementor-element-3e730672 .elementor-icon-box-title,
  header .elementor-element-4985b6e7 .elementor-icon-box-title,
  header .elementor-element-69fef85c .elementor-icon-box-title {
    font-size: 12px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    white-space: nowrap;
  }

  header .elementor-element-5e6a5ee2 .elementor-social-icons-wrapper {
    justify-content: flex-end;
    white-space: nowrap;
  }
}

.gc-civil {
  background: #f5f5f3;
  color: var(--gc-dark);
  padding: clamp(72px, 9vw, 128px) 24px;
}

.gc-civil *,
.gc-civil *::before,
.gc-civil *::after {
  box-sizing: border-box;
}

.gc-civil__shell {
  max-width: 1120px;
  margin: 0 auto;
}

.gc-civil__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: center;
  margin-bottom: 64px;
}

.gc-civil__eyebrow {
  color: var(--gc-red);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.gc-civil h2 {
  color: var(--gc-dark);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0 0 24px;
  max-width: 740px;
}

.gc-civil__lead {
  color: #555a61;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  max-width: 650px;
}

.gc-civil__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.gc-civil__button {
  background: var(--gc-red);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(221, 51, 45, .2);
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gc-civil__button:hover {
  box-shadow: 0 14px 30px rgba(221, 51, 45, .3);
  transform: translateY(-2px);
}

.gc-civil__link {
  color: var(--gc-dark) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.gc-civil__link span {
  color: var(--gc-red);
  display: inline-block;
  margin-left: 7px;
  transition: transform 180ms ease;
}

.gc-civil__link:hover span {
  transform: translateX(4px);
}

.gc-civil__visual {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.gc-civil__visual::before {
  border: 1px solid rgba(255, 255, 255, .5);
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gc-civil__visual img {
  display: block;
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.gc-civil__visual figcaption {
  align-items: center;
  background: var(--gc-dark);
  bottom: 0;
  color: #fff;
  display: flex;
  gap: 16px;
  left: 0;
  padding: 20px 24px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.gc-civil__visual figcaption strong {
  color: #fff;
  font-size: 27px;
  white-space: nowrap;
}

.gc-civil__visual figcaption span {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.35;
}

.gc-civil__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d8d9d7;
  border: 1px solid #d8d9d7;
}

.gc-service {
  background: #fff;
  min-height: 350px;
  padding: clamp(30px, 4vw, 48px);
  position: relative;
  transition: background-color 180ms ease, transform 180ms ease;
}

.gc-service:hover {
  background: #fcfcfb;
}

.gc-service__number {
  color: var(--gc-red);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 48px;
}

.gc-service h3 {
  color: var(--gc-dark);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 750;
  line-height: 1.05;
  margin: 0 0 18px;
}

.gc-service p,
.gc-service li {
  color: #5c6066;
  font-size: 15px;
  line-height: 1.6;
}

.gc-service p {
  margin: 0 0 18px;
}

.gc-service ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-service li {
  border-top: 1px solid #ececea;
  padding: 9px 0 9px 18px;
  position: relative;
}

.gc-service li::before {
  color: var(--gc-red);
  content: "•";
  left: 0;
  position: absolute;
}

.gc-civil__values {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  justify-content: center;
  padding-top: 40px;
}

.gc-civil__values span {
  color: #6d7075;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gc-civil__values span:nth-child(even) {
  color: var(--gc-red);
}

.gc-section-label {
  color: var(--gc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  margin: 0 0 17px;
  text-transform: uppercase;
}

.gc-capabilities {
  background: #fff;
  color: var(--gc-dark);
  padding: clamp(78px, 9vw, 130px) 24px;
}

.gc-capabilities *,
.gc-process *,
.gc-capabilities *::before,
.gc-process *::before {
  box-sizing: border-box;
}

.gc-capabilities__shell,
.gc-process__shell {
  margin: 0 auto;
  max-width: 1120px;
}

.gc-capabilities__heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  margin-bottom: 58px;
}

.gc-capabilities__heading h2,
.gc-process__header h2 {
  color: var(--gc-dark);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1;
  margin: 0;
}

.gc-capabilities__heading > p,
.gc-process__header > p {
  color: #64686e;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.gc-capabilities__list {
  border-top: 1px solid #dfe0de;
}

.gc-capabilities__list article {
  align-items: start;
  border-bottom: 1px solid #dfe0de;
  display: grid;
  gap: 34px;
  grid-template-columns: 60px 1fr;
  padding: 30px 10px;
  transition: background-color 180ms ease, padding 180ms ease;
}

.gc-capabilities__list article:hover {
  background: #f6f6f4;
  padding-left: 24px;
  padding-right: 24px;
}

.gc-capabilities__list article > span {
  color: var(--gc-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  padding-top: 7px;
}

.gc-capabilities__list h3 {
  color: var(--gc-dark);
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  margin: 0 0 8px;
}

.gc-capabilities__list p {
  color: #666a70;
  line-height: 1.6;
  margin: 0;
}

.gc-process {
  background: var(--gc-dark);
  color: #fff;
  padding: clamp(78px, 9vw, 126px) 24px;
}

.gc-process__header {
  display: grid;
  gap: 28px 60px;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  margin-bottom: 62px;
}

.gc-process__header .gc-section-label {
  grid-column: 1 / -1;
  margin-bottom: -5px;
}

.gc-process__header h2 {
  color: #fff;
}

.gc-process__header > p {
  color: rgba(255, 255, 255, .66);
}

.gc-process__steps {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-process__steps li {
  border-left: 1px solid rgba(255, 255, 255, .16);
  min-height: 245px;
  padding: 10px 28px 28px;
}

.gc-process__steps li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.gc-process__steps span {
  color: var(--gc-red);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 58px;
}

.gc-process__steps h3 {
  color: #fff;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 28px;
  margin: 0 0 13px;
}

.gc-process__steps p {
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.gc-process__cta {
  align-items: center;
  background: var(--gc-red);
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  padding: 36px 42px;
}

.gc-process__cta p {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  margin: 0 0 4px;
}

.gc-process__cta h3 {
  color: #fff;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(27px, 3vw, 38px);
  margin: 0;
}

.gc-process__cta a {
  background: #fff;
  border-radius: 5px;
  color: var(--gc-dark) !important;
  font-weight: 800;
  padding: 16px 21px;
  text-decoration: none !important;
  white-space: nowrap;
}

.gc-process__cta a span {
  color: var(--gc-red);
  margin-left: 8px;
}

body.page-id-26 main > .page-content > .elementor > .elementor-top-section:first-child {
  min-height: min(680px, 75vh);
}

body.page-id-26 main h1.elementor-heading-title {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(46px, 5vw, 72px) !important;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: .98;
  max-width: 760px;
}

body.page-id-26 main > .page-content > .elementor > .elementor-top-section:first-child .elementor-widget-text-editor {
  max-width: 650px;
}

body.page-id-26 main > .page-content > .elementor > .elementor-top-section:first-child .elementor-button {
  font-weight: 750;
  min-height: 52px;
}

@media (max-width: 767px) {
  h1.elementor-heading-title {
    font-size: clamp(42px, 13vw, 54px) !important;
    line-height: 0.94 !important;
    overflow-wrap: normal;
  }

  h2.elementor-heading-title {
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.05 !important;
  }

  .elementor-widget-text-editor,
  .elementor-widget-text-editor p {
    line-height: 1.65;
  }

  .elementor-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hfe-site-logo-img {
    max-width: min(280px, 78vw) !important;
    height: auto !important;
  }

  .elementor-counter {
    text-align: center;
  }

  .elementor-counter-number-wrapper {
    justify-content: center;
  }

  .hfe-nav-menu__toggle {
    border-radius: 6px;
  }

  .gc-civil {
    padding: 70px 20px;
  }

  .gc-civil__intro,
  .gc-civil__grid {
    grid-template-columns: 1fr;
  }

  .gc-civil__intro {
    gap: 42px;
    margin-bottom: 40px;
  }

  .gc-civil h2 {
    font-size: clamp(40px, 12vw, 52px) !important;
    text-align: left !important;
  }

  .gc-civil__lead {
    font-size: 16px;
  }

  .gc-civil__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .gc-civil__visual,
  .gc-civil__visual img {
    height: 430px;
    min-height: 430px;
  }

  .gc-service {
    min-height: 0;
    padding: 32px 26px;
  }

  .gc-service__number {
    margin-bottom: 30px;
  }

  .gc-civil__values {
    justify-content: flex-start;
  }

  .gc-capabilities,
  .gc-process {
    padding: 72px 20px;
  }

  .gc-capabilities__heading,
  .gc-process__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gc-capabilities__heading h2,
  .gc-process__header h2 {
    font-size: clamp(39px, 11vw, 50px) !important;
    text-align: left !important;
  }

  .gc-capabilities__list article {
    gap: 14px;
    grid-template-columns: 38px 1fr;
    padding: 26px 0;
  }

  .gc-capabilities__list article:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .gc-process__steps {
    grid-template-columns: 1fr 1fr;
  }

  .gc-process__steps li {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    min-height: 220px;
    padding: 24px 18px;
  }

  .gc-process__steps span {
    margin-bottom: 34px;
  }

  .gc-process__cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding: 30px 25px;
  }

  body.page-id-26 main > .page-content > .elementor > .elementor-top-section:first-child {
    min-height: 650px;
  }

  body.page-id-26 main h1.elementor-heading-title {
    font-size: clamp(42px, 12vw, 55px) !important;
  }
}

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